- Timestamp:
- May 29, 2012, 4:44:00 PM (14 years ago)
- Location:
- branches/eam_branches/ipp-20120405/psphot
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20120405/psphot
- Property svn:mergeinfo changed
/branches/eam_branches/ipp-20111122/psphot merged: 33070-33071,33086,33088,33094-33095,33612,33640
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20120405/psphot/src
- Property svn:mergeinfo changed
/branches/eam_branches/ipp-20111122/psphot/src merged: 33070-33071,33086,33094,33612,33640
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20120405/psphot/src/psphotDefineFiles.c
r25983 r33946 85 85 output->save = true; 86 86 } 87 // // optionally save the smoothed variance model (small FITS image) 88 // if (psMetadataLookupBool(NULL, recipe, "SAVE.BACKMDL")) { 89 // int DX = psMetadataLookupS32 (&status, recipe, "BACKGROUND.XBIN"); 90 // int DY = psMetadataLookupS32 (&status, recipe, "BACKGROUND.YBIN"); 91 // pmFPAfile *output = pmFPAfileDefineFromFile (config, input, DX, DY, "PSPHOT.VARMDL"); 92 // if (!output) { 93 // psError(PSPHOT_ERR_CONFIG, false, "Cannot find a rule for PSPHOT.VARMDL"); 94 // return false; 95 // } 96 // output->save = true; 97 // } 98 // // optionally save the smoothed variance model's standard deviation (small FITS image) 99 // if (psMetadataLookupBool(NULL, recipe, "SAVE.VARMDL.STDEV")) { 100 // int DX = psMetadataLookupS32 (&status, recipe, "BACKGROUND.XBIN"); 101 // int DY = psMetadataLookupS32 (&status, recipe, "BACKGROUND.YBIN"); 102 // pmFPAfile *output = pmFPAfileDefineFromFile (config, input, DX, DY, "PSPHOT.VARMDL.STDEV"); 103 // if (!output) { 104 // psError(PSPHOT_ERR_CONFIG, false, "Cannot find a rule for PSPHOT.VARMDL.STDEV"); 105 // return false; 106 // } 107 // output->save = true; 108 // } 87 109 // optionally save the PSF Model 88 110 if (psMetadataLookupBool(NULL, recipe, "SAVE.PSF")) {
Note:
See TracChangeset
for help on using the changeset viewer.
