IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 13, 2005, 6:30:21 PM (20 years ago)
Author:
Paul Price
Message:

Made changes from Josh, with some modification

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/archive/scripts/src/phase2/pmFPARead.h

    r5583 r5789  
    44#include "pmFPA.h"
    55
    6 bool pmFPARead(pmFPA *fpa,              // FPA to read into
    7                psFits *fits,            // FITS file from which to read
    8                psMetadata *phu,         // Primary header
    9                psDB *db                 // Database handle, for concept ingest
     6bool pmFPARead(pmFPA *fpa,              // FPA to read into
     7               psFits *fits,            // FITS file from which to read
     8               psMetadata *phu,         // Primary header
     9               psDB *db                 // Database handle, for concept ingest
    1010    );
    1111
    12 psString p_pmFPATranslateName(psString name, // The name to translate
    13                               pmCell *cell // The cell for which to translate
     12psString p_pmFPATranslateName(const psString name, // The name to translate
     13                              const pmCell *cell // The cell for which to translate
    1414    );
    1515
    16 bool pmFPAReadMask(pmFPA *fpa,          // FPA to read into
    17                    psFits *source       // Source FITS file (for the original data)
     16psString p_pmFPATranslateFileExt(psString *extName, // Extension name, to be returned
     17                                 const psString filenameExt, // The string to parse into filename and ext
     18                                 const pmCell *cell // The cell
    1819    );
    1920
    20 bool pmFPAReadWeight(pmFPA *fpa,        // FPA to read into
    21                      psFits *source     // Source FITS file (for the original data)
     21bool pmFPAReadMask(pmFPA *fpa,          // FPA to read into
     22                   psFits *source       // Source FITS file (for the original data)
     23    );
     24
     25bool pmFPAReadWeight(pmFPA *fpa,        // FPA to read into
     26                     psFits *source     // Source FITS file (for the original data)
    2227    );
    2328
Note: See TracChangeset for help on using the changeset viewer.