IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 13, 2006, 5:10:19 PM (21 years ago)
Author:
Paul Price
Message:

Reworked the \'concepts\'; altered FPA hierarchy slightly

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_rel9_p0/psModules/src/astrom/pmFPAConstruct.c

    r5939 r5974  
    6262                     )
    6363{
    64     pmFPA *fpa = pmFPAAlloc(camera); // The FPA to fill out
     64    pmFPA *fpa = pmFPAAlloc(camera);    // The FPA to fill out
    6565    bool mdStatus = true;               // Status from metadata lookups
    6666    const char *phuType = psMetadataLookupStr(&mdStatus, camera, "PHU"); // What is the PHU?
     
    266266    }
    267267
    268     // Initialise with dummy concepts, until the real ones can be read.
    269     pmFPABlankConcepts(fpa);
    270 
    271268    return fpa;
    272269}
Note: See TracChangeset for help on using the changeset viewer.