IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 21, 2007, 8:55:12 AM (19 years ago)
Author:
eugene
Message:

converting psf parameters to pmTrend2D

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branch_20070921/psModules/src/objects/pmPSF_IO.c

    r14936 r14969  
    66 *  @author EAM, IfA
    77 *
    8  *  @version $Revision: 1.22 $ $Name: not supported by cvs2svn $
    9  *  @date $Date: 2007-09-21 00:05:57 $
     8 *  @version $Revision: 1.22.2.1 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2007-09-21 18:55:12 $
    1010 *
    1111 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    150150// - image header        : FITS Image NAXIS = 0
    151151// - psf table (+header) : FITS Table
     152// XXX if we are using psImageMap, this is also a FITS Image, with header data
    152153// - psf resid (+header) : FITS Image
    153154// if needed, we also write out a PHU blank header
     
    356357    // XXX save the growth curve
    357358    // XXX save ApTrend (as image?)
     359    // XXX write the ApTrend with the same API as will be used for the PSF parameters above
    358360
    359361# if (0)
     
    618620
    619621// create a psMetadata representation (human-readable) of a psf model
     622// XXX drop this function?
    620623psMetadata *pmPSFtoMetadata (psMetadata *metadata, pmPSF *psf)
    621624{
     
    654657
    655658// parse a psMetadata representation (human-readable) of a psf model
     659// XXX drop this function?
    656660pmPSF *pmPSFfromMetadata (psMetadata *metadata)
    657661{
Note: See TracChangeset for help on using the changeset viewer.