- Timestamp:
- Feb 3, 2014, 9:25:52 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20131211/Ohana/src/libdvo/include/dvo.h
r36465 r36471 346 346 typedef enum { TESS_NONE, TESS_LOCAL, TESS_RINGS } TessType; 347 347 348 // TessallationBoundaries is a structure to describe the LOCAL skycell boundaries in terms of lines of constant (RA,DEC) 349 // the structure describes the boundaries of a SINGLE projection cell with Nx * Ny skycells 348 // TessallationTable is a structure to describe the parameters of a set of "tessellations" 349 // (these are not strictly tessellations but projection sets as only the non-local 350 // versions can cover the full sky). For LOCAL projection cells, the structure describes 351 // the boundaries of a SINGLE projection cell with Nx * Ny skycells and includes some 352 // basic parameters (not used by the fullsky, eg RINGS, tessellations) 350 353 typedef struct { 351 354 double Rmin; // this tessellation is valid only for RA >= Rmin … … 365 368 int NY_SUB; 366 369 367 TessType type; 370 TessType type; // 368 371 BoundaryTree *tree; 369 } Tessallation Boundary;372 } TessallationTable; 370 373 371 374 // a reduced-subset structure for relphot
Note:
See TracChangeset
for help on using the changeset viewer.
