Changeset 29824
- Timestamp:
- Nov 24, 2010, 12:10:59 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20101103/psphot/src/psphotOutput.c
r29607 r29824 63 63 fclose (f); 64 64 return true; 65 }66 67 // XXX replace this with a call to a pmConfig function (pmConfigDump...)68 bool psphotDumpConfig (pmConfig *config) {69 70 psMetadataConfigWrite (config->user, "user.md");71 psMetadataConfigWrite (config->camera, "camera.md");72 psMetadataConfigWrite (config->recipes, "recipes.md");73 psMetadataConfigWrite (config->arguments, "arguments.md");74 psMetadataConfigWrite (config->files, "files.md");75 return true;76 65 } 77 66 … … 355 344 // XXX need alternative output function 356 345 // psMetadata *psfData = pmPSFtoMetadata (NULL, try->psf); 357 // psMetadataConfigWrite (psfData, "psfmodel.dat" );346 // psMetadataConfigWrite (psfData, "psfmodel.dat", NULL); 358 347 psLogMsg ("psphot.choosePSF", PS_LOG_INFO, "wrote out psf-subtracted image, psf data, exiting\n"); 359 348
Note:
See TracChangeset
for help on using the changeset viewer.
