IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 21, 2005, 5:00:14 PM (20 years ago)
Author:
Paul Price
Message:

Mask and weight input and output

File:
1 edited

Legend:

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

    r5105 r5564  
    1010    );
    1111
     12psString p_pmFPATranslateName(psString name, // The name to translate
     13                              pmCell *cell // The cell for which to translate
     14    );
     15
     16bool pmFPAReadMask(pmFPA *fpa,          // FPA to read into
     17                     psFits *source     // Source FITS file (for the original data)
     18    );
     19
     20bool pmFPAReadWeight(pmFPA *fpa,        // FPA to read into
     21                     psFits *source     // Source FITS file (for the original data)
     22    );
     23
     24
    1225#endif
Note: See TracChangeset for help on using the changeset viewer.