IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 8, 2006, 5:08:08 PM (20 years ago)
Author:
Paul Price
Message:

Broad changes to introduce pmHDU, and allow read/write at any level. Modified the camera configuration to use camera config (components of the camera) and format descriptions (FITS file layout).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/rel10_ifa/psModules/src/astrom/pmFPARead.h

    r6448 r6552  
    55#include "pmFPA.h"
    66
     7
     8bool pmCellRead(pmCell *cell,           // Cell to read into
     9                psFits *fits,           // FITS file from which to read
     10                psDB *db                // Database handle, for "concepts" ingest
     11               );
     12
     13bool pmChipRead(pmChip *chip,           // Chip to read into
     14                psFits *fits,           // FITS file from which to read
     15                psDB *db                // Database handle, for "concepts" ingest
     16               );
     17
     18bool pmFPARead(pmFPA *fpa,              // FPA to read into
     19               psFits *fits,            // FITS file from which to read
     20               psDB *db                 // Database handle, for "concepts" ingest
     21              );
     22
     23bool pmCellReadPHU(pmCell *cell,        // Cell to read into
     24                   psFits *fits         // FITS file from which to read
     25                  );
     26
     27bool pmChipReadPHU(pmChip *chip,        // Chip to read into
     28                   psFits *fits         // FITS file from which to read
     29                  );
     30
     31bool pmFPAReadPHU(pmFPA *fpa,           // FPA to read into
     32                  psFits *fits          // FITS file from which to read
     33                 );
     34
     35
     36#if 0
    737bool pmFPARead(pmFPA *fpa,              // FPA to read into
    838               psFits *fits,            // FITS file from which to read
     
    2757                     psFits *source     // Source FITS file (for the original data)
    2858                    );
    29 
     59#endif
    3060
    3161#endif
Note: See TracChangeset for help on using the changeset viewer.