IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 3, 2013, 2:14:41 PM (13 years ago)
Author:
eugene
Message:

fix primary cell assignment for parallel dvo; use projID /skycellID to set primary cell (not file name); cleanup some plots; count gpc1 exposure detetions explicitly; raise ID_SECF_STACK_PRIMARY where needed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/relphot/include/relphot.h

    r35416 r35759  
    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;
    116120  unsigned int tzero;
    117121  unsigned char trate;
     
    149153char        *IMAGES;
    150154char        *BCATALOG;
     155char        *BOUNDARY_TREE;
    151156ModeType     MODE;
    152157
     
    328333void          plot_star_coords    PROTO((Catalog *catalog, int Ncatalog));
    329334void          plot_stars          PROTO((Catalog *catalog, int Ncatalog));
     335
     336void          plot_list_add       PROTO((Graphdata *graphdata, double *xlist, double *ylist, int N));
     337int           get_graph           PROTO((int N));
     338int           open_graph          PROTO((int N));
     339
    330340void          reload_catalogs     PROTO((SkyList *skylist, FlatCorrectionTable *flatcorr, int hostID, char *hostpath));
    331341int           reload_catalogs_parallel PROTO((SkyList *sky));
     
    390400
    391401int MatchImageName (off_t meas, int cat, char *name);
     402int MatchImageSkycellID (off_t meas, int cat, int myProjectionID, int mySkycellID);
    392403
    393404int load_tree (char *treefile);
    394405int BoundaryTreePrimaryCell (char *primaryCellName, double ra, double dec);
     406int BoundaryTreePrimaryCellIDs (int *projID, int *skycellID, double ra, double dec);
    395407
    396408int print_measure_set_alt (Average *average, SecFilt *secfilt, Measure *measure);
Note: See TracChangeset for help on using the changeset viewer.