Changeset 19043
- Timestamp:
- Aug 12, 2008, 4:33:08 PM (18 years ago)
- Location:
- trunk/pswarp/src
- Files:
-
- 2 edited
-
pswarpArguments.c (modified) (1 diff)
-
pswarpDefineSkycell.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pswarp/src/pswarpArguments.c
r18924 r19043 167 167 // Dump configuration, now that's it's settled 168 168 { 169 pmConfigCamerasCull(config); 169 const char *skyCamera = psMetadataLookupStr(NULL, config->arguments, 170 "SKYCELL.CAMERA"); // Name of camera for skycell 171 pmConfigCamerasCull(config, skyCamera); 170 172 pmConfigRecipesCull(config, "PSWARP,PPSTATS,PSPHOT,MASKS"); 171 173 -
trunk/pswarp/src/pswarpDefineSkycell.c
r19041 r19043 80 80 } 81 81 82 // Record the camera name of the skycell, so we can save its configuration 83 psMetadataAddStr(config->arguments, PS_LIST_TAIL, "SKYCELL.CAMERA", 0, "Name of camera for skycell", 84 skyConfig->cameraName); 85 82 86 // build the template fpa, set up the basic view 83 87 fpa = pmFPAConstruct (skyConfig->camera, skyConfig->cameraName);
Note:
See TracChangeset
for help on using the changeset viewer.
