Changeset 17983 for trunk/ppImage/src/ppTest.c
- Timestamp:
- Jun 8, 2008, 2:29:05 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ppImage/src/ppTest.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppImage/src/ppTest.c
r17936 r17983 62 62 psMetadata *phu = psFitsReadHeader(NULL, inFile); // FITS primary header 63 63 64 psMetadata *cameraFormat = pmConfigCameraFormatFromHeader( config, phu, true);64 psMetadata *cameraFormat = pmConfigCameraFormatFromHeader(NULL, NULL, config, phu, true); 65 65 if (! config->camera) { 66 cameraFormat = pmConfigCameraFormatFromHeader( config, phu, true);66 cameraFormat = pmConfigCameraFormatFromHeader(NULL, NULL, config, phu, true); 67 67 if (! config->camera) { 68 68 // There's no point in continuing if we can't recognise what we've got
Note:
See TracChangeset
for help on using the changeset viewer.
