IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 30, 2009, 5:20:29 PM (17 years ago)
Author:
watersc1
Message:

Finished up my edits to the detrend cleanup, and some changes to my
copy of burntool and the pslib astrometry. Detrend cleanup has not
been tested yet. That's up next.

Location:
branches/czw_branch/cleanup
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/czw_branch/cleanup

  • branches/czw_branch/cleanup/psModules/src/camera/pmFPARead.h

    r21363 r24951  
    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.