Changeset 7618 for trunk/psModules/src/camera/pmFPAfile.c
- Timestamp:
- Jun 21, 2006, 12:44:16 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/camera/pmFPAfile.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/camera/pmFPAfile.c
r7589 r7618 81 81 file->state = PM_FPA_STATE_CLOSED; 82 82 83 file->xBin = 1; 84 file->yBin = 1; 85 file->src = NULL; 86 87 file->save = false; 88 83 89 return file; 84 90 } … … 109 115 110 116 // XXX reconsider this function name / concept 117 # if 0 111 118 bool pmFPAfileAddFileNames (psMetadata *files, char *name, char *value, int mode) 112 119 { … … 130 137 return true; 131 138 } 139 # endif 132 140 133 141 // select the rule from the camera configuration, perform substitutions as needed … … 241 249 if (view->cell == -1) { 242 250 pmFPAAddSourceFromView (out, view, format); 243 return pmChipCopyStructure (outChip, inChip, xBin, yBin); 251 // XXX this is a hack: can i defer this to ppImageRebinChip? 252 // bool status = pmChipCopyStructure (outChip, inChip, xBin, yBin); 253 return true; 244 254 } 245 255 if (view->cell >= inChip->cells->n) {
Note:
See TracChangeset
for help on using the changeset viewer.
