- Timestamp:
- Feb 10, 2010, 3:02:06 PM (16 years ago)
- Location:
- branches/eam_branches/20091201/ppViz/src/ppVizPattern
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ppVizPatternCamera.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20091201/ppViz/src/ppVizPattern
- Property svn:ignore
-
old new 1 ppVizPSF2 1 Makefile.in 3 ppVizPSFVersionDefinitions.h4 2 .deps 5 3 Makefile 4 ppVizPattern 5 ppVizPatternVersionDefinitions.h
-
- Property svn:ignore
-
branches/eam_branches/20091201/ppViz/src/ppVizPattern/ppVizPatternCamera.c
r26837 r26847 42 42 pmFPAfile *output = pmFPAfileDefineOutput(data->config, input->fpa, "PPVIZPATTERN.OUTPUT"); 43 43 if (!output) { 44 psError(psErrorCodeLast(), false, "Unable to define output.");44 psError(psErrorCodeLast(), false, "Unable to define file PPVIZPATTERN.OUTPUT"); 45 45 return false; 46 46 } 47 47 output->save = true; 48 49 pmFPAfile *outChip = pmFPAfileDefineChipMosaic(data->config, input->fpa, "PPVIZPATTERN.CHIP"); 50 if (!outChip) { 51 psError(psErrorCodeLast(), false, "Unable to define file PPVIZPATTERN.CHIP"); 52 return false; 53 } 54 outChip->save = true; 55 48 56 49 57 #if 0
Note:
See TracChangeset
for help on using the changeset viewer.
