IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 3, 2014, 9:25:52 AM (12 years ago)
Author:
eugene
Message:

working on adding local tessellations to the boundary stuff

File:
1 edited

Legend:

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

    r36465 r36471  
    346346typedef enum { TESS_NONE, TESS_LOCAL, TESS_RINGS } TessType;
    347347
    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)
    350353typedef struct {
    351354  double Rmin; // this tessellation is valid only for RA >= Rmin
     
    365368  int NY_SUB;
    366369
    367   TessType type;
     370  TessType type; //
    368371  BoundaryTree *tree;
    369 } TessallationBoundary;
     372} TessallationTable;
    370373
    371374// a reduced-subset structure for relphot
Note: See TracChangeset for help on using the changeset viewer.