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/pmConceptsRead.c

    r6448 r6552  
    1313{
    1414    if (cell) {
    15         psMetadata *camera = cell->camera;      // Camera data
     15        psMetadata *camera = cell->config; // Camera configuration
    1616        psMetadataItem *item = psMetadataLookup(camera, concept);
    1717        return item;
     
    5555        if (fpa->hdu) {
    5656            psMetadataItem *fpaItem = psMetadataLookup(fpa->hdu->header, keyword);
    57             if (fpaItem) {
    58                 // XXX: Need to clean up before returning
    59                 return fpaItem;
    60             }
    61         }
    62 
    63         if (fpa->phu) {
    64             psMetadataItem *fpaItem = psMetadataLookup(fpa->phu, keyword);
    6557            if (fpaItem) {
    6658                // XXX: Need to clean up before returning
Note: See TracChangeset for help on using the changeset viewer.