IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 14, 2015, 3:31:46 PM (11 years ago)
Author:
eugene
Message:

more updates to cam correctino

File:
1 edited

Legend:

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

    r37908 r37910  
    1515  int Nvalues;
    1616  int Nfilters; // number of filters
    17   int Nx; // number of chips in x
    18   int Ny; // number of chips in y
     17  int NchipX;   // number of chips in x
     18  int NchipY;   // number of chips in y
     19  int NxCCD;    // number of pixels
    1920  Matrix **matrix; // allocate an array of pointers
    2021  // index = ix + iy*Nx + filter*Nx*Ny + dir*Nx*Ny*Nfilter
Note: See TracChangeset for help on using the changeset viewer.