IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 2, 2013, 9:09:29 AM (13 years ago)
Author:
eugene
Message:

set projID/skycellID in boundary tree table, avoid string match; pass projID/skycellID with image data

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20130509/Ohana/src/relphot/include/relphot.h

    r35604 r35734  
    1717# define GRID_V2
    1818# define NO_IMAGE -100
     19
     20# define ID_SECF_STACK_PRIMARY 0x00004000
    1921
    2022// choose off_t or int depending on full-scale relphot analysis resources
     
    114116  unsigned int photom_map_id;
    115117  unsigned int flags;
     118  int projID;
     119  int skycellID;
     120  unsigned int tzero;
    116121  unsigned int tzero;
    117122  unsigned char trate;
     
    149154char        *IMAGES;
    150155char        *BCATALOG;
     156char        *BOUNDARY_TREE;
    151157ModeType     MODE;
    152158
Note: See TracChangeset for help on using the changeset viewer.