IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 14, 2015, 7:58:58 AM (11 years ago)
Author:
eugene
Message:

adding camera static correction

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20150112/Ohana/src/uniphot/include/setastrom.h

    r37807 r37908  
    1010  double *y2;
    1111} Spline;
     12
     13// we have one correction (an image) for each filter and chip
     14typedef 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;
    1222
    1323/* global variables set in parameter file */
Note: See TracChangeset for help on using the changeset viewer.