IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 21, 2008, 3:20:24 PM (18 years ago)
Author:
Paul Price
Message:

The overlap needn't be applied by pmReadoutReadMore --- all it needs to know is how far the last read got. The overlapping works properly now.

File:
1 edited

Legend:

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

    r16366 r16580  
    44 * @author Paul Price, IfA
    55 *
    6  * @version $Revision: 1.11 $ $Name: not supported by cvs2svn $
    7  * @date $Date: 2008-02-08 04:06:05 $
     6 * @version $Revision: 1.12 $ $Name: not supported by cvs2svn $
     7 * @date $Date: 2008-02-22 01:20:24 $
    88 * Copyright 2005-2006 Institute for Astronomy, University of Hawaii
    99 */
     
    1919                   psFits *fits,        ///< FITS file from which to read
    2020                   int z,               ///< Readout number/plane; zero-offset indexing
    21                    int numScans,        ///< Number of scans (rows/cols) to read
    22                    int overlap          ///< Overlap between consecutive reads
     21                   int numScans         ///< Number of scans (rows/cols) to read
    2322    );
    2423
     
    9392                       psFits *fits,    ///< FITS file from which to read
    9493                       int z,           ///< Readout number/plane; zero-offset indexing
    95                        int numScans,    ///< Number of scans (rows/cols) to read
    96                        int overlap      ///< Overlap between consecutive reads
     94                       int numScans     ///< Number of scans (rows/cols) to read
    9795    );
    9896
     
    143141                         psFits *fits,  ///< FITS file from which to read
    144142                         int z,         ///< Readout number/plane; zero-offset indexing
    145                          int numScans,  ///< Number of scans (rows/cols) to read
    146                          int overlap    ///< Overlap between consecutive reads
     143                         int numScans   ///< Number of scans (rows/cols) to read
    147144    );
    148145
Note: See TracChangeset for help on using the changeset viewer.