IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 13, 2006, 3:53:11 PM (20 years ago)
Author:
Paul Price
Message:

Adding function to read mask and weight images.

File:
1 edited

Legend:

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

    r7017 r7555  
    2525               psDB *db                 // Database handle, for "concepts" ingest
    2626              );
     27
     28bool pmCellReadMask(pmCell *cell,           // Cell to read into
     29                    psFits *fits,           // FITS file from which to read
     30                    psDB *db                // Database handle, for "concepts" ingest
     31                   );
     32
     33bool pmChipReadMask(pmChip *chip,           // Chip to read into
     34                    psFits *fits,           // FITS file from which to read
     35                    psDB *db                // Database handle, for "concepts" ingest
     36                   );
     37
     38bool pmFPAReadMask(pmFPA *fpa,              // FPA to read into
     39                   psFits *fits,            // FITS file from which to read
     40                   psDB *db                 // Database handle, for "concepts" ingest
     41                  );
     42
     43bool pmCellReadWeight(pmCell *cell,           // Cell to read into
     44                      psFits *fits,           // FITS file from which to read
     45                      psDB *db                // Database handle, for "concepts" ingest
     46                     );
     47
     48bool pmChipReadWeight(pmChip *chip,           // Chip to read into
     49                      psFits *fits,           // FITS file from which to read
     50                      psDB *db                // Database handle, for "concepts" ingest
     51                     );
     52
     53bool pmFPAReadWeight(pmFPA *fpa,              // FPA to read into
     54                     psFits *fits,            // FITS file from which to read
     55                     psDB *db                 // Database handle, for "concepts" ingest
     56                    );
    2757
    2858bool pmCellReadPHU(pmCell *cell,        // Cell to read into
Note: See TracChangeset for help on using the changeset viewer.