- Timestamp:
- Sep 21, 2007, 8:55:12 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branch_20070921/psModules/src/objects/pmPSF_IO.c
r14936 r14969 6 6 * @author EAM, IfA 7 7 * 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 $ 10 10 * 11 11 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 150 150 // - image header : FITS Image NAXIS = 0 151 151 // - psf table (+header) : FITS Table 152 // XXX if we are using psImageMap, this is also a FITS Image, with header data 152 153 // - psf resid (+header) : FITS Image 153 154 // if needed, we also write out a PHU blank header … … 356 357 // XXX save the growth curve 357 358 // XXX save ApTrend (as image?) 359 // XXX write the ApTrend with the same API as will be used for the PSF parameters above 358 360 359 361 # if (0) … … 618 620 619 621 // create a psMetadata representation (human-readable) of a psf model 622 // XXX drop this function? 620 623 psMetadata *pmPSFtoMetadata (psMetadata *metadata, pmPSF *psf) 621 624 { … … 654 657 655 658 // parse a psMetadata representation (human-readable) of a psf model 659 // XXX drop this function? 656 660 pmPSF *pmPSFfromMetadata (psMetadata *metadata) 657 661 {
Note:
See TracChangeset
for help on using the changeset viewer.
