IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 15, 2012, 7:16:10 AM (14 years ago)
Author:
eugene
Message:

add projection ops for boundary tree cells

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20121130/Ohana/src/libdvo/include/dvo.h

    r34749 r34826  
    322322  int *NBAND;
    323323
    324   double   **ra;
    325   double  **dec;
    326   int    **cell;
    327   char  ***name;
     324  double   **ra; // RA of projection cell center
     325  double  **dec; // DEC of projection cell center
     326  int    **cell; // zone,band -> proj cell sequence
     327  char  ***name; // projection cell name
     328 
     329  int NX_SUB, NY_SUB;
     330
     331  int **Xo;
     332  int **Yo;
    328333} BoundaryTree;
    329334
Note: See TracChangeset for help on using the changeset viewer.