IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 24793


Ignore:
Timestamp:
Jul 14, 2009, 6:38:20 PM (17 years ago)
Author:
eugene
Message:

return max number of planes

File:
1 edited

Legend:

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

    r21363 r24793  
    2121                   psFits *fits,        ///< FITS file from which to read
    2222                   int z,               ///< Readout number/plane; zero-offset indexing
     23                   int *zMax,           ///< Max plane number in this cell
    2324                   int numScans,        ///< Number of scans (rows/cols) to read
    2425                   pmConfig *config     ///< Configuration
     
    3132                        psFits *fits,   ///< FITS file from which to read
    3233                        int z,          ///< Readout number/plane; zero-offset indexing
     34                   int *zMax,           ///< Max plane number in this cell
    3335                        int numScans,   ///< Number of scans (rows/cols) to read
    3436                        int overlap,    ///< Overlap between consecutive reads
     
    98100                       psFits *fits,    ///< FITS file from which to read
    99101                       int z,           ///< Readout number/plane; zero-offset indexing
     102                       int *zMax,       ///< Max plane number in this cell
    100103                       int numScans,    ///< Number of scans (rows/cols) to read
    101104                       pmConfig *config ///< Configuration
     
    108111                            psFits *fits, ///< FITS file from which to read
    109112                            int z,      ///< Readout number/plane; zero-offset indexing
     113                            int *zMax,          ///< Max plane number in this cell
    110114                            int numScans, ///< Number of scans (rows/cols) to read
    111115                            int overlap, ///< Overlap between consecutive reads
     
    150154                           psFits *fits, ///< FITS file from which to read
    151155                           int z,       ///< Readout number/plane; zero-offset indexing
     156                           int *zMax,   ///< Max plane number in this cell
    152157                           int numScans, ///< Number of scans (rows/cols) to read
    153158                           pmConfig *config ///< Configuration
     
    160165                                psFits *fits, ///< FITS file from which to read
    161166                                int z,    ///< Readout number/plane; zero-offset indexing
     167                   int *zMax,           ///< Max plane number in this cell
    162168                                int numScans, ///< Number of scans (rows/cols) to read
    163169                                int overlap, ///< Overlap between consecutive reads
Note: See TracChangeset for help on using the changeset viewer.