Changeset 16577
- Timestamp:
- Feb 21, 2008, 3:10:30 PM (18 years ago)
- Location:
- branches/eam_branch_20080219
- Files:
-
- 2 edited
-
psphot/src/psphotOutput.c (modified) (1 diff)
-
pswarp/src/pswarpDefineSkycell.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branch_20080219/psphot/src/psphotOutput.c
r16542 r16577 19 19 } 20 20 21 // XXX replace this with a call to a pmConfig function (pmConfigDump...) 21 22 bool psphotDumpConfig (pmConfig *config) { 22 23 23 psMetadataConfigWrite (config->xxUser, "user.md"); 24 psMetadataConfigWrite (config->xxSite, "site.md"); 25 psMetadataConfigWrite (config->xxSystem, "system.md"); 24 psMetadataConfigWrite (config->complete, "complete.md"); 26 25 psMetadataConfigWrite (config->camera, "camera.md"); 27 26 psMetadataConfigWrite (config->recipes, "recipes.md"); -
branches/eam_branch_20080219/pswarp/src/pswarpDefineSkycell.c
r16542 r16577 62 62 // determine the current format from the header 63 63 // determine camera if not specified already 64 // XXX EAM : this operation should be defined as a pmConfig function (pmConfigCopy?) 64 65 skyConfig = pmConfigAlloc(0, NULL); 65 skyConfig->xxSite = psMemIncrRefCounter (config->xxSite); 66 skyConfig->xxSystem = psMemIncrRefCounter (config->xxSystem); 67 // XXX EAM : not sure both site and system are used here 66 skyConfig->complete = psMemIncrRefCounter (config->complete); 68 67 69 68 psFree (skyConfig->files);
Note:
See TracChangeset
for help on using the changeset viewer.
