IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 18, 2012, 10:04:35 AM (14 years ago)
Author:
eugene
Message:

merging changes from eam_branches/ipp-20121130

Location:
trunk/Ohana
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana

  • trunk/Ohana/src/libdvo/include/dvo.h

    r34749 r34844  
    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;
     330  int NY_SUB;
     331  double dPix;
     332
     333  double **Xo;
     334  double **Yo;
     335  int **dX;
     336  int **dY;
    328337} BoundaryTree;
    329338
     
    496505float PhotKronInst (Measure *measure);
    497506float PhotKronAve (PhotCode *code, Average *average, SecFilt *secfilt);
     507float PhotKronAveErr (PhotCode *code, Average *average, SecFilt *secfilt);
    498508
    499509float PhotZeroPoint (Measure *measure, Average *average, SecFilt *secfilt);
     
    701711int BoundaryTreeSave(char *filename, BoundaryTree *tree);
    702712BoundaryTree *BoundaryTreeLoad(char *filename);
     713int BoundaryTreeProjection (double *x, double *y, double r, double d, BoundaryTree *tree, int zone, int band);
    703714
    704715void dvo_average_init (Average *average);
Note: See TracChangeset for help on using the changeset viewer.