IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 17, 2012, 4:36:22 PM (15 years ago)
Author:
eugene
Message:

setphot + ubercal table seems to work & writes out the flat-field correction table

File:
1 edited

Legend:

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

    r33104 r33114  
    7777time_t       TSTOP;
    7878PhotCode    *photcode;
     79
     80// hard-wired values which describe the ubercal analysis
     81# define NFILTER 5
     82# define NSEASON 4
     83# define NCHIP_X 8
     84# define NCHIP_Y 8
     85# define NCELL_X 2
     86# define NCELL_Y 2
     87
     88// these are initialized by initialize_setphot (in initialize.c)
     89e_time tstart    [NSEASON];
     90e_time tstop     [NSEASON];
     91char   filter    [NFILTER];
    7992
    8093enum {black, white, red, orange, yellow, green, blue, indigo, violet};
Note: See TracChangeset for help on using the changeset viewer.