IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 14, 2007, 2:34:00 PM (19 years ago)
Author:
magnier
Message:

adding HEADER Read options for loading headers with images

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/camera/pmFPARead.h

    r11253 r11793  
    44 * @author Paul Price, IfA
    55 *
    6  * @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
    7  * @date $Date: 2007-01-24 02:54:14 $
     6 * @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
     7 * @date $Date: 2007-02-15 00:34:00 $
    88 * Copyright 2005-2006 Institute for Astronomy, University of Hawaii
    99 */
     
    107107                    );
    108108
     109/// Read cell headers
     110///
     111/// Same as pmCellRead, but reads only the headers of the readouts.
     112bool pmCellReadHeaderSet(pmCell *cell,           // Cell to read into
     113                         psFits *fits,           // FITS file from which to read
     114                         psDB *db                // Database handle, for "concepts" ingest
     115    );
     116
     117/// Read chip headers
     118///
     119/// Same as pmChipRead, but reads only the headers of the readouts.
     120bool pmChipReadHeaderSet(pmChip *chip,           // Chip to read into
     121                      psFits *fits,           // FITS file from which to read
     122                      psDB *db                // Database handle, for "concepts" ingest
     123                     );
     124
     125/// Read FPA headers
     126///
     127/// Same as pmFPARead, but reads only the headers of the readouts.
     128bool pmFPAReadHeaderSet(pmFPA *fpa,              // FPA to read into
     129                        psFits *fits,            // FITS file from which to read
     130                        psDB *db                 // Database handle, for "concepts" ingest
     131    );
     132
    109133/// Read a FITS table into the cell
    110134///
Note: See TracChangeset for help on using the changeset viewer.