Changeset 17916
- Timestamp:
- Jun 4, 2008, 3:41:57 PM (18 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
ppStack/src/ppStackCamera.c (modified) (1 diff)
-
pswarp/src/pswarpDefineSkycell.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppStack/src/ppStackCamera.c
r17428 r17916 243 243 244 244 // Output image 245 pmFPA *fpa = pmFPAConstruct(config->camera ); // FPA to contain the output245 pmFPA *fpa = pmFPAConstruct(config->camera, config->cameraName); // FPA to contain the output 246 246 if (!fpa) { 247 247 psError(PS_ERR_UNEXPECTED_NULL, false, "Unable to construct an FPA from camera configuration."); -
trunk/pswarp/src/pswarpDefineSkycell.c
r16611 r17916 80 80 81 81 // build the template fpa, set up the basic view 82 fpa = pmFPAConstruct (skyConfig->camera );82 fpa = pmFPAConstruct (skyConfig->camera, skyConfig->cameraName); 83 83 if (!fpa) { 84 84 psError(PS_ERR_IO, false, "Failed to construct FPA from %s", realName); … … 119 119 pmFPAview *view = pmFPAAddSourceFromHeader (fpa, phu, format); 120 120 if (!view) { 121 psError(PS_ERR_IO, false, "Unable to determine source for %s", file->name);122 psFree(phu);123 psFree (fpa);124 psFree (format);125 return false;121 psError(PS_ERR_IO, false, "Unable to determine source for %s", file->name); 122 psFree(phu); 123 psFree (fpa); 124 psFree (format); 125 return false; 126 126 } 127 127
Note:
See TracChangeset
for help on using the changeset viewer.
