IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 17, 2014, 10:14:00 AM (12 years ago)
Author:
eugene
Message:

lots of changes to replace measure.dR,dD with measure.R.D; updates to handle stack vs mean; ps1_v5 changes required

File:
1 edited

Legend:

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

    r36833 r37038  
    55# include <assert.h>
    66# include <pthread.h>
    7 
    8 # define MARKTIME(MSG,...) {                    \
    9     gettimeofday (&stopTimer, (void *) NULL);   \
    10     float dtime = DTIME (stopTimer, startTimer);        \
    11     fprintf (stderr, MSG, __VA_ARGS__); }
    12 
    13 # define INITTIME \
    14   struct timeval startTimer, stopTimer; \
    15   gettimeofday (&startTimer, (void *) NULL);
    167
    178// choose off_t or int depending on full-scale relphot analysis resources
     
    8475  double X, Y;  /* Chip Coords   - pixels  */
    8576  float Mag;
    86   float Color;
     77  float ColorBlue;
     78  float ColorRed;
    8779  float dMag;
    8880  float dPos;
     
    218210SkyRegionSelection SELECTION;
    219211
    220 char         *DCR_COLOR_POS,    *DCR_COLOR_NEG;
    221 PhotCode     *DCR_PHOTCODE_POS, *DCR_PHOTCODE_NEG;
    222 int           DCR_NSEC_POS,      DCR_NSEC_NEG;
     212char         *DCR_BLUE_COLOR_POS,    *DCR_BLUE_COLOR_NEG;
     213PhotCode     *DCR_BLUE_PHOTCODE_POS, *DCR_BLUE_PHOTCODE_NEG;
     214int           DCR_BLUE_NSEC_POS,      DCR_BLUE_NSEC_NEG;
     215
     216char         *DCR_RED_COLOR_POS,    *DCR_RED_COLOR_NEG;
     217PhotCode     *DCR_RED_PHOTCODE_POS, *DCR_RED_PHOTCODE_NEG;
     218int           DCR_RED_NSEC_POS,      DCR_RED_NSEC_NEG;
    223219
    224220int ImagSelect;
     
    532528int select_mosaics_hostregion (RegionHostTable *regionHosts, Image *image, off_t Nimage);
    533529
    534 float getColor (off_t meas, int cat);
     530float getColorBlue (off_t meas, int cat);
     531float getColorRed (off_t meas, int cat);
    535532
    536533int strextend (char *input, char *format,...);
Note: See TracChangeset for help on using the changeset viewer.