IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 19, 2007, 11:37:58 AM (19 years ago)
Author:
Paul Price
Message:

Had trouble with defining files for psphot from pswarp --- didn't know what format to use, and so ended up using the default one, which was wrong (because wanted to run psphot on the warped image, not the input image). So added format and format name to the pmFPAfile, and new functions to define a file from one already existing, using its camera and format.

File:
1 edited

Legend:

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

    r14647 r14889  
    66 * @author Eugene Magnier, IfA
    77 *
    8  * @version $Revision: 1.16 $ $Name: not supported by cvs2svn $
    9  * @date $Date: 2007-08-23 23:42:41 $
     8 * @version $Revision: 1.17 $ $Name: not supported by cvs2svn $
     9 * @date $Date: 2007-09-19 21:37:58 $
    1010 * Copyright 2005-2006 Institute for Astronomy, University of Hawaii
    1111 */
     
    5555    psMetadata *analysis;               ///< FPA-level analysis metadata
    5656    const psMetadata *camera;           ///< Camera configuration
     57    const char *formatName;             ///< Name of camera format
    5758    psArray *chips;                     ///< The component chips
    5859    pmHDU *hdu;                         ///< FITS header data unit of interest, or NULL
Note: See TracChangeset for help on using the changeset viewer.