IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 5, 2014, 6:09:47 AM (12 years ago)
Author:
eugene
Message:

finished the tess table modifications; code seems ready to support 3pi and MD

File:
1 edited

Legend:

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

    r36472 r36474  
    810810TessellationTable *TessellationTableLoad(char *filename, int *Ntess);
    811811int TessellationTableSave(char *filename, TessellationTable *tess, int Ntess);
     812int TessellationPrimaryCellIDs (TessellationTable *tess, int Ntess, int *tessID, int *projID, int *skycellID, double ra, double dec);
     813void TessellationTableInit (TessellationTable *tess, int Ntess);
    812814
    813815void dvo_average_init (Average *average);
Note: See TracChangeset for help on using the changeset viewer.