IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 12, 2007, 12:22:33 PM (19 years ago)
Author:
magnier
Message:

fix region inconsistency for pmReadoutReadNext

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/camera/pmFPARead.h

    r12696 r13768  
    44 * @author Paul Price, IfA
    55 *
    6  * @version $Revision: 1.8 $ $Name: not supported by cvs2svn $
    7  * @date $Date: 2007-03-30 21:12:56 $
     6 * @version $Revision: 1.9 $ $Name: not supported by cvs2svn $
     7 * @date $Date: 2007-06-12 22:22:33 $
    88 * Copyright 2005-2006 Institute for Astronomy, University of Hawaii
    99 */
     
    2525/// Use pmReadoutWriteNext to write the data that's read by this function.  This function is intended for
    2626/// reading in many readouts into memory at once (e.g., for stacking) where the input is not written out.
    27 bool pmReadoutReadNext(pmReadout *readout, // Readout into which to read
     27bool pmReadoutReadNext(bool *status,    // non-error exit condition?
     28                       pmReadout *readout, // Readout into which to read
    2829                       psFits *fits,    // FITS file from which to read
    2930                       int z,           // Readout number/plane; zero-offset indexing
Note: See TracChangeset for help on using the changeset viewer.