IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 23, 2007, 5:11:19 PM (19 years ago)
Author:
Paul Price
Message:

Enabling different formats for output pmFPAfiles. To do this, needed to overhaul the writing functions to generate a new FPA using the new format, and write that. To get the blank PHU, needed to do similarly for the open function (!), since it writes blanks immediately after opening the file. Tested with inputting 6 megacam split chips and writing to spliced format --- works successfully.

File:
1 edited

Legend:

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

    r11253 r11255  
    55 * @author PAP, IfA
    66 *
    7  * @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
    8  * @date $Date: 2007-01-24 02:54:14 $
     7 * @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
     8 * @date $Date: 2007-01-24 03:11:19 $
    99 * Copyright 2004-2005 Institute for Astronomy, University of Hawaii
    1010 */
     
    6161                             const char *name ///< Name of table
    6262                            );
     63
     64/// Produce a suitable FPA for writing, on the basis of the input FPAfile
     65///
     66/// A format change is done is required.  Otherwise the file->fpa is returned (incremented).
     67pmFPA *pmFPAfileSuitableFPA(const pmFPAfile *file,///< File containing the fpa
     68                            const pmFPAview *view ///< View at which to produce the fpa
     69                           );
     70
    6371/// @}
     72
    6473# endif
Note: See TracChangeset for help on using the changeset viewer.