IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 13, 2014, 11:06:04 AM (12 years ago)
Author:
eugene
Message:

refColor changed to refColorBlue,refColorRed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20140610/Ohana/src/relastro/include/relastro.h

    r36995 r37006  
    7575  double X, Y;  /* Chip Coords   - pixels  */
    7676  float Mag;
    77   float Color;
     77  float ColorBlue;
     78  float ColorRed;
    7879  float dMag;
    7980  float dPos;
     
    209210SkyRegionSelection SELECTION;
    210211
    211 char         *DCR_COLOR_POS,    *DCR_COLOR_NEG;
    212 PhotCode     *DCR_PHOTCODE_POS, *DCR_PHOTCODE_NEG;
    213 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;
    214219
    215220int ImagSelect;
     
    523528int select_mosaics_hostregion (RegionHostTable *regionHosts, Image *image, off_t Nimage);
    524529
    525 float getColor (off_t meas, int cat);
     530float getColorBlue (off_t meas, int cat);
     531float getColorRed (off_t meas, int cat);
    526532
    527533int strextend (char *input, char *format,...);
Note: See TracChangeset for help on using the changeset viewer.