- Timestamp:
- Feb 14, 2015, 7:58:58 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20150112/Ohana/src/uniphot/include/setastrom.h
r37807 r37908 10 10 double *y2; 11 11 } Spline; 12 13 // we have one correction (an image) for each filter and chip 14 typedef struct { 15 int Nvalues; 16 int Nfilters; // number of filters 17 int Nx; // number of chips in x 18 int Ny; // number of chips in y 19 Matrix **matrix; // allocate an array of pointers 20 // index = ix + iy*Nx + filter*Nx*Ny + dir*Nx*Ny*Nfilter 21 } CamCorrection; 12 22 13 23 /* global variables set in parameter file */
Note:
See TracChangeset
for help on using the changeset viewer.
