- Timestamp:
- Feb 4, 2014, 6:18:10 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20131211/Ohana/src/libdvo/include/dvo.h
r36471 r36472 346 346 typedef enum { TESS_NONE, TESS_LOCAL, TESS_RINGS } TessType; 347 347 348 // Tess allationTable is a structure to describe the parameters of a set of "tessellations"348 // TessellationTable is a structure to describe the parameters of a set of "tessellations" 349 349 // (these are not strictly tessellations but projection sets as only the non-local 350 350 // versions can cover the full sky). For LOCAL projection cells, the structure describes … … 368 368 int NY_SUB; 369 369 370 char *basename; 371 int Nbasename; 372 int projectIDoff; 373 int skycellIDoff; 374 370 375 TessType type; // 371 376 BoundaryTree *tree; 372 } Tess allationTable;377 } TessellationTable; 373 378 374 379 // a reduced-subset structure for relphot … … 794 799 int free_tiny_values (Catalog *catalog); 795 800 801 BoundaryTree *BoundaryTreeLoad(char *filename); 802 BoundaryTree *BoundaryTreeRead(Header *headerPHU, Header *headerZone, FILE *f); 803 804 int BoundaryTreeSave(char *filename, BoundaryTree *tree); 805 int BoundaryTreeWrite(FILE *f, BoundaryTree *tree); 806 796 807 int BoundaryTreeCellCoords (BoundaryTree *tree, int *zone, int *band, double ra, double dec); 797 int BoundaryTreeSave(char *filename, BoundaryTree *tree);798 BoundaryTree *BoundaryTreeLoad(char *filename);799 808 int BoundaryTreeProjection (double *x, double *y, double r, double d, BoundaryTree *tree, int zone, int band); 809 810 TessellationTable *TessellationTableLoad(char *filename, int *Ntess); 811 int TessellationTableSave(char *filename, TessellationTable *tess, int Ntess); 800 812 801 813 void dvo_average_init (Average *average);
Note:
See TracChangeset
for help on using the changeset viewer.
