IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 31, 2012, 4:02:00 PM (14 years ago)
Author:
eugene
Message:

add PS1_V4 schema; add set mean fluxes based on stacks; define the primary image ID (based on distance from center or boundary tree) and set mean flux from stacks based on that info; fix (uniquify) psps ID for stack detections; mean fluxes are in Jy; detection fluxes are instrumental counts per second

File:
1 edited

Legend:

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

    r33963 r34260  
    111111char        *BCATALOG;
    112112ModeType     MODE;
     113
     114char        *BOUNDARY_TREE;
    113115
    114116double MAG_LIM;
     
    242244float         getMrel             PROTO((Catalog *catalog, off_t meas, int cat));
    243245short         getUbercalDist      PROTO((off_t meas, int cat));
     246float         getCenterOffset     PROTO((off_t meas, int cat, Measure *measure, unsigned int *myID));
    244247Image        *getimage            PROTO((off_t N));
    245248Image        *getimages           PROTO((off_t *N, off_t **LineNumber));
     
    340343int client_logger_message (char *format,...);
    341344
     345int MatchImageName (off_t meas, int cat, char *name);
     346
     347int load_tree (char *treefile);
     348int BoundaryTreePrimaryCell (char *primaryCellName, double ra, double dec);
Note: See TracChangeset for help on using the changeset viewer.