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/pmFPAfile.h

    r14647 r14889  
    44 * @author EAM, IfA
    55 *
    6  * @version $Revision: 1.20 $ $Name: not supported by cvs2svn $
    7  * @date $Date: 2007-08-23 23:42:41 $
     6 * @version $Revision: 1.21 $ $Name: not supported by cvs2svn $
     7 * @date $Date: 2007-09-19 21:37:58 $
    88 * Copyright 2004-2005 Institute for Astronomy, University of Hawaii
    99 */
     
    6565    psFits *fits;                       // for I/O files of fits type (IMAGE, CMP, CMF), we carry a file handle
    6666
    67     bool wrote_phu;                     // have we written a PHU for this file?
     67    bool wrote_phu;                     // have we written a PHU for this file?
    6868    psMetadata *header;                 // pointer (view) to the current hdu header
    6969
     
    9090
    9191    psMetadata *camera;                 // Camera configuration
     92    psString cameraName;                // Name of the camera
    9293    psMetadata *format;                 // Camera format
    93     char *formatName;                   // name of the camera format
     94    psString formatName;                // name of the camera format
    9495}
    9596pmFPAfile;
Note: See TracChangeset for help on using the changeset viewer.