IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 5, 2012, 2:15:02 PM (14 years ago)
Author:
eugene
Message:

boundary tree needs DEC_min and DEC_max for each zone, even though zone centers are evenly spaced (projection cells not quite large enough to cover exact midpoints)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/libdvo/include/dvo.h

    r34260 r34291  
    305305  double *RA_origin;
    306306  double *RA_offset;
     307  double *DEC_min;
     308  double *DEC_max;
     309  double *DEC_min_raw;
     310  double *DEC_max_raw;
    307311
    308312  int *Nband;
Note: See TracChangeset for help on using the changeset viewer.