Changeset 34844 for trunk/Ohana/src/libdvo/include/dvo.h
- Timestamp:
- Dec 18, 2012, 10:04:35 AM (14 years ago)
- Location:
- trunk/Ohana
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/libdvo/include/dvo.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana
- Property svn:mergeinfo changed
/branches/eam_branches/ipp-20121130/Ohana (added) merged: 34818-34822,34825-34827,34830-34831,34835-34837,34841
- Property svn:mergeinfo changed
-
trunk/Ohana/src/libdvo/include/dvo.h
r34749 r34844 322 322 int *NBAND; 323 323 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; 328 337 } BoundaryTree; 329 338 … … 496 505 float PhotKronInst (Measure *measure); 497 506 float PhotKronAve (PhotCode *code, Average *average, SecFilt *secfilt); 507 float PhotKronAveErr (PhotCode *code, Average *average, SecFilt *secfilt); 498 508 499 509 float PhotZeroPoint (Measure *measure, Average *average, SecFilt *secfilt); … … 701 711 int BoundaryTreeSave(char *filename, BoundaryTree *tree); 702 712 BoundaryTree *BoundaryTreeLoad(char *filename); 713 int BoundaryTreeProjection (double *x, double *y, double r, double d, BoundaryTree *tree, int zone, int band); 703 714 704 715 void dvo_average_init (Average *average);
Note:
See TracChangeset
for help on using the changeset viewer.
