- Timestamp:
- Sep 7, 2007, 10:30:37 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branch_20070830/psModules/src/objects/pmPSF_IO.c
r14652 r14782 6 6 * @author EAM, IfA 7 7 * 8 * @version $Revision: 1.21 $ $Name: not supported by cvs2svn $9 * @date $Date: 2007-0 8-24 00:11:02$8 * @version $Revision: 1.21.2.1 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2007-09-07 20:30:37 $ 10 10 * 11 11 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 40 40 #include "pmGrowthCurve.h" 41 41 #include "pmResiduals.h" 42 #include "pmTrend2D.h" 42 43 #include "pmPSF.h" 43 44 #include "pmModel.h" … … 354 355 355 356 // XXX save the growth curve 356 // XXX save the ApResid fit357 // XXX save ApTrend (as image?) 357 358 358 359 # if (0) … … 636 637 psPolynomial2DtoMetadata (metadata, poly, "PSF_PAR%02d", i); 637 638 } 638 psPolynomial4DtoMetadata (metadata, psf->ApTrend, "APTREND"); 639 640 // XXX fix this 641 psWarning ("APTREND is currently missing"); 642 // psPolynomial4DtoMetadata (metadata, psf->ApTrend, "APTREND"); 639 643 640 644 psMetadataAdd (metadata, PS_LIST_TAIL, "PSF_AP_RESID", PS_DATA_F32, "aperture residual", psf->ApResid); … … 681 685 psf->params->data[i] = poly; 682 686 } 687 688 // load the APTREND data 689 // XXX fix this to work with pmTrend2D 690 psWarning ("APTREND is not being read"); 691 # if (0) 683 692 sprintf (keyword, "APTREND"); 684 693 psMetadata *folder = psMetadataLookupPtr (&status, metadata, keyword); … … 686 695 psFree (psf->ApTrend); 687 696 psf->ApTrend = poly; 697 # endif 688 698 689 699 psf->ApResid = psMetadataLookupF32 (&status, metadata, "PSF_AP_RESID");
Note:
See TracChangeset
for help on using the changeset viewer.
