Changeset 27437 for branches/pap_stack/ppViz/src/ppCoord/ppCoordCamera.c
- Timestamp:
- Mar 24, 2010, 1:59:47 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/pap_stack/ppViz/src/ppCoord/ppCoordCamera.c
r26377 r27437 39 39 } 40 40 41 if (data->rawName) { 42 fileArguments("RAW", data->rawName, "Input raw image", data->config); 43 pmFPAfile *raw = pmFPAfileDefineFromArgs(&status, data->config, "PPIMAGE.INPUT", "RAW"); // File 44 if (!status || !raw) { 45 psError(PS_ERR_IO, false, "Failed to build file from PPIMAGE.INPUT"); 46 return false; 47 } 48 } 49 41 50 #if 0 42 51 // Now the camera has been determined, we can read the recipe
Note:
See TracChangeset
for help on using the changeset viewer.
