IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 16, 2012, 6:28:32 AM (14 years ago)
Author:
eugene
Message:

boundary tree now basically works for skycells (not just projection cells)

File:
1 edited

Legend:

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

    r34826 r34827  
    327327  char  ***name; // projection cell name
    328328 
    329   int NX_SUB, NY_SUB;
     329  int NX_SUB;
     330  int NY_SUB;
     331  double dPix;
    330332
    331333  int **Xo;
    332334  int **Yo;
     335  int **dX;
     336  int **dY;
    333337} BoundaryTree;
    334338
     
    706710int BoundaryTreeSave(char *filename, BoundaryTree *tree);
    707711BoundaryTree *BoundaryTreeLoad(char *filename);
     712int BoundaryTreeProjection (double *x, double *y, double r, double d, BoundaryTree *tree, int zone, int band);
    708713
    709714void dvo_average_init (Average *average);
Note: See TracChangeset for help on using the changeset viewer.