Changeset 36635 for trunk/ppBackground/src/ppBackgroundStack.h
- Timestamp:
- Apr 2, 2014, 1:13:06 PM (12 years ago)
- File:
-
- 1 edited
-
trunk/ppBackground/src/ppBackgroundStack.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppBackground/src/ppBackgroundStack.h
r36615 r36635 23 23 24 24 psImageMap *modelMap; 25 // These are the full extent of the input data 25 26 psF32 ra_min; 26 27 psF32 ra_max; 27 28 psF32 dec_min; 28 29 psF32 dec_max; 30 31 // Because the binning code can't handle subsections sanely, these hold the working subsection. 32 psF32 x_min; 33 psF32 x_max; 34 psF32 y_min; 35 psF32 y_max; 29 36 30 37 psArray *stack_data;
Note:
See TracChangeset
for help on using the changeset viewer.
