Changeset 28375 for trunk/ppSkycell/src/ppSkycellCamera.c
- Timestamp:
- Jun 16, 2010, 5:30:27 PM (16 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ppSkycell/src/ppSkycellCamera.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/czw_branch/20100519 (added) merged: 28044-28045,28164,28245,28304,28334,28338
- Property svn:mergeinfo changed
-
trunk/ppSkycell/src/ppSkycellCamera.c
r24009 r28375 103 103 return false; 104 104 } 105 if (!pmFPAfileDefineOutput(data->config, NULL, "PPSKYCELL.BIN1")) { 106 psError(psErrorCodeLast(), false, "Unable to define output."); 107 return false; 108 } 109 if (!pmFPAfileDefineOutput(data->config, NULL, "PPSKYCELL.BIN2")) { 110 psError(psErrorCodeLast(), false, "Unable to define output."); 111 return false; 112 } 105 113 106 114 // Now the camera has been determined, we can read the recipe … … 116 124 data->bin2 = psMetadataLookupS32(NULL, recipe, "BIN2"); 117 125 126 data->doFits = psMetadataLookupBool(NULL, recipe, "MAKEFITS"); 127 118 128 if (data->bin1 <= 0 || data->bin2 <= 0) { 119 129 psError(PS_ERR_BAD_PARAMETER_VALUE, true, "Unable to find legitimate values for BIN1 and BIN2");
Note:
See TracChangeset
for help on using the changeset viewer.
