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/pmConcepts.h

    r6448 r6552  
    4040                      );
    4141
     42#if 0
     43// Some specificity to reading and writing concepts
     44typedef enum {
     45    PM_CONCEPT_SOURCE_ALL      = 0x00,  // Do all sources
     46    PM_CONCEPT_SOURCE_CAMERA   = 0x01,  // Do concepts that come from the camera information
     47    PM_CONCEPT_SOURCE_DEFAULTS = 0x02,  // Do concepts that come from defaults
     48    PM_CONCEPT_SOURCE_HEADER   = 0x04,  // Do concepts that come from FITS header
     49    PM_CONCEPT_SOURCE_DATABASE = 0x08   // Do concepts that come from database
     50} pmConceptSource;
     51#endif
     52
    4253// Set blanks, read or write concepts at the appropriate level
    43 bool pmConceptsBlankFPA(pmFPA *fpa    // FPA for which to set blank concepts
     54bool pmConceptsBlankFPA(pmFPA *fpa      // FPA for which to set blank concepts
    4455                       );
    4556bool pmConceptsReadFPA(pmFPA *fpa,      // FPA for which to read concepts
     
    4960                        psDB *db        // Database handle
    5061                       );
    51 bool pmConceptsBlankChip(pmChip *chip // FPA for which to set blank concepts
     62bool pmConceptsBlankChip(pmChip *chip   // FPA for which to set blank concepts
    5263                        );
    5364bool pmConceptsReadChip(pmChip *chip,   // Chip for which to read concepts
     
    5566                       );
    5667bool pmConceptsWriteChip(pmChip *chip,  // Chip for which to write concepts
    57                          psDB *db        // Database handle
     68                         psDB *db       // Database handle
    5869                        );
    59 bool pmConceptsBlankCell(pmCell *cell // Cell for which to set blank concepts
     70bool pmConceptsBlankCell(pmCell *cell   // Cell for which to set blank concepts
    6071                        );
    6172bool pmConceptsReadCell(pmCell *cell,   // Cell for which to read concepts
Note: See TracChangeset for help on using the changeset viewer.