Changeset 20643
- Timestamp:
- Nov 10, 2008, 2:06:59 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/pswarp/src/pswarpDefineSkycell.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pswarp/src/pswarpDefineSkycell.c
r19043 r20643 72 72 skyConfig->arguments = psMemIncrRefCounter(config->arguments); 73 73 74 format = pmConfigCameraFormatFromHeader (NULL, NULL, skyConfig, phu, false);74 format = pmConfigCameraFormatFromHeader (NULL, NULL, NULL, skyConfig, phu, false); 75 75 if (!format) { 76 76 psError(PS_ERR_IO, false, "Failed to read CCD format from %s\n", realName); … … 95 95 // load the given filerule (from config->camera) and bind it to the fpa 96 96 // the returned file is just a view to the entry on config->files 97 file = pmFPAfileDefineInput (skyConfig, fpa, filename);97 file = pmFPAfileDefineInput (skyConfig, fpa, NULL, filename); 98 98 if (!file) { 99 99 psError(PS_ERR_IO, false, "file %s not defined\n", filename);
Note:
See TracChangeset
for help on using the changeset viewer.
