IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 21, 2006, 1:52:54 PM (20 years ago)
Author:
Paul Price
Message:

Now works with GPC1 dummy OTA FITS file from Sidik; some other changes to organise things.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/rel10_ifa/psModules/src/astrom/pmFPAWrite.h

    r6448 r6663  
    55#include "pmFPA.h"
    66
    7 bool pmFPAWrite(psFits *fits,           // FITS file to which to write
    8                 pmFPA *fpa,             // FPA to write
    9                 psDB *db                // Database to update
     7
     8bool pmCellWrite(pmCell *cell,          // Cell to write
     9                 psFits *fits,          // FITS file to which to write
     10                 psDB *db               // Database handle for "concepts" update
     11                );
     12bool pmChipWrite(pmChip *chip,          // Chip to write
     13                 psFits *fits,          // FITS file to which to write
     14                 psDB *db               // Database handle for "concepts" update
     15                );
     16bool pmFPAWrite(pmFPA *fpa,             // FPA to write
     17                psFits *fits,           // FITS file to which to write
     18                psDB *db                // Database handle for "concepts" update
    1019               );
    1120
    12 bool pmFPAWriteMask(pmFPA *fpa,         // FPA containing mask to write
    13                     psFits *fits        // FITS file for image
    14                    );
    15 
    16 bool pmFPAWriteWeight(pmFPA *fpa,       // FPA containing mask to write
    17                       psFits *fits      // FITS file for image
    18                      );
    19 
    20 
    2121#endif
Note: See TracChangeset for help on using the changeset viewer.