- Timestamp:
- Jul 13, 2014, 11:06:04 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20140610/Ohana/src/relastro/include/relastro.h
r36995 r37006 75 75 double X, Y; /* Chip Coords - pixels */ 76 76 float Mag; 77 float Color; 77 float ColorBlue; 78 float ColorRed; 78 79 float dMag; 79 80 float dPos; … … 209 210 SkyRegionSelection SELECTION; 210 211 211 char *DCR_COLOR_POS, *DCR_COLOR_NEG; 212 PhotCode *DCR_PHOTCODE_POS, *DCR_PHOTCODE_NEG; 213 int DCR_NSEC_POS, DCR_NSEC_NEG; 212 char *DCR_BLUE_COLOR_POS, *DCR_BLUE_COLOR_NEG; 213 PhotCode *DCR_BLUE_PHOTCODE_POS, *DCR_BLUE_PHOTCODE_NEG; 214 int DCR_BLUE_NSEC_POS, DCR_BLUE_NSEC_NEG; 215 216 char *DCR_RED_COLOR_POS, *DCR_RED_COLOR_NEG; 217 PhotCode *DCR_RED_PHOTCODE_POS, *DCR_RED_PHOTCODE_NEG; 218 int DCR_RED_NSEC_POS, DCR_RED_NSEC_NEG; 214 219 215 220 int ImagSelect; … … 523 528 int select_mosaics_hostregion (RegionHostTable *regionHosts, Image *image, off_t Nimage); 524 529 525 float getColor (off_t meas, int cat); 530 float getColorBlue (off_t meas, int cat); 531 float getColorRed (off_t meas, int cat); 526 532 527 533 int strextend (char *input, char *format,...);
Note:
See TracChangeset
for help on using the changeset viewer.
