IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 6223


Ignore:
Timestamp:
Jan 26, 2006, 4:52:13 PM (20 years ago)
Author:
jhoblitt
Message:

change quickMode() to use rawScienceFramePrint() instead of p2PendingFramePrint()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/src/chiptool.c

    r6221 r6223  
    5656        return false;
    5757    }
    58     psArray *pendingFrames = p2rawToPending(config, rawFrames);
    59     if (!pendingFrames) {
    60         psError(PS_ERR_UNKNOWN, false, "no p2PendingFrames found");
    61         return false;
    62     }
    63     bool status = p2PendingFramePrint(stdout, config, pendingFrames);
    64     if (!status) {
    65         psError(PS_ERR_UNKNOWN, false, "p2PendingFramePrint() failed");
     58    bool status = rawScienceFramePrint(stdout, config, rawFrames);
     59    if (!status) {
     60        psError(PS_ERR_UNKNOWN, false, "rawScienceFramePrint() failed");
    6661        return false;
    6762    }
Note: See TracChangeset for help on using the changeset viewer.