IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 3, 2014, 8:04:22 AM (12 years ago)
Author:
eugene
Message:

add refColor tracking to image and average

File:
1 edited

Legend:

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

    r36796 r36808  
    8383  double L, M;  /* Focal Plane   - pixels  */
    8484  double X, Y;  /* Chip Coords   - pixels  */
    85   double Mag;
    86   double dMag;
    87   double dPos;
     85  float Mag;
     86  float Color;
     87  float dMag;
     88  float dPos;
    8889  int mask;
    8990  int Nmeas;
     
    216217char          WHERE_A[10000],          WHERE_B[10000];
    217218SkyRegionSelection SELECTION;
     219
     220char         *DCR_COLOR_POS,    *DCR_COLOR_NEG;
     221PhotCode     *DCR_PHOTCODE_POS, *DCR_PHOTCODE_NEG;
     222int           DCR_NSEC_POS,      DCR_NSEC_NEG;
    218223
    219224int ImagSelect;
     
    526531int ImageTableSave (char *filename, Image *images, off_t Nimages);
    527532int select_mosaics_hostregion (RegionHostTable *regionHosts, Image *image, off_t Nimage);
     533
     534float getColor (off_t meas, int cat);
Note: See TracChangeset for help on using the changeset viewer.