Changeset 7715 for trunk/psModules/src/camera/pmFPAMaskWeight.h
- Timestamp:
- Jun 27, 2006, 6:03:35 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/camera/pmFPAMaskWeight.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/camera/pmFPAMaskWeight.h
r7309 r7715 21 21 } pmMaskValue; 22 22 23 // These functions set an extant mask/weight (or create a throwaway one). 24 // The throwaway case is intended for when the user is iterating using pmReadoutReadNext, in which case 25 // the HDU can't be generated 23 26 bool pmReadoutSetMask(pmReadout *readout // Readout for which to set mask 24 27 ); 25 28 bool pmReadoutSetWeight(pmReadout *readout // Readout for which to set weight 26 29 ); 27 bool pmCellSetMaskWeight(pmCell *cell // Cell for which to set weights 28 ); 29 bool pmReadoutSetMaskWeight(pmReadout *readout // Readout for which to set weights 30 ); 30 31 // These functions generate a mask/weight suitable for output (complete with HDU entry) and then set them. 32 bool pmReadoutGenerateMask(pmReadout *readout // Readout for which to generate mask 33 ); 34 bool pmReadoutGenerateWeight(pmReadout *readout // Readout for which to generate weight 35 ); 36 37 // These functions are conveniences for pmReadoutGenerateMask and pmReadoutGenerateWeight. 38 bool pmCellGenerateMaskWeight(pmCell *cell // Cell for which to generate mask and weights 39 ); 40 bool pmReadoutGenerateMaskWeight(pmReadout *readout // Readout for which to generate mask and weights 41 ); 31 42 32 43
Note:
See TracChangeset
for help on using the changeset viewer.
