Changeset 36833 for trunk/Ohana/src/relastro/include/relastro.h
- Timestamp:
- Jun 7, 2014, 6:33:11 AM (12 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/relastro/include/relastro.h (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/relastro/include/relastro.h
r36630 r36833 83 83 double L, M; /* Focal Plane - pixels */ 84 84 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; 88 89 int mask; 89 90 int Nmeas; … … 207 208 double MaxDensityValue; 208 209 209 char *PHOTCODE_KEEP_LIST, *PHOTCODE_SKIP_LIST ;210 int NphotcodesKeep, NphotcodesSkip ;211 PhotCode **photcodesKeep, **photcodesSkip ;210 char *PHOTCODE_KEEP_LIST, *PHOTCODE_SKIP_LIST, *PHOTCODE_RESET_LIST; 211 int NphotcodesKeep, NphotcodesSkip, NphotcodesReset; 212 PhotCode **photcodesKeep, **photcodesSkip, **photcodesReset; 212 213 213 214 char *PHOTCODE_A_LIST, *PHOTCODE_B_LIST; … … 217 218 SkyRegionSelection SELECTION; 218 219 220 char *DCR_COLOR_POS, *DCR_COLOR_NEG; 221 PhotCode *DCR_PHOTCODE_POS, *DCR_PHOTCODE_NEG; 222 int DCR_NSEC_POS, DCR_NSEC_NEG; 223 219 224 int ImagSelect; 220 225 double ImagMin, ImagMax; … … 233 238 int CLIP_THRESH; 234 239 int USE_BASIC_CHECK; 240 241 int ExcludeBogus; 242 double ExcludeBogusRadius; 235 243 236 244 FitMode FIT_MODE; … … 307 315 int liststats PROTO((double *value, double *dvalue, int N, StatType *stats)); 308 316 int liststats_pos PROTO((double *value, double *dvalue, int N, StatType *stats, int XVERB)); 309 Catalog *load_catalogs PROTO((SkyList *skylist, int *Ncatalog, int subselect, int hostID, char *hostpath ));317 Catalog *load_catalogs PROTO((SkyList *skylist, int *Ncatalog, int subselect, int hostID, char *hostpath, char *syncfile)); 310 318 int load_images PROTO((FITS_DB *db, SkyList *skylist, int UseFullOverlap)); 311 319 Image *select_images PROTO((SkyList *skylist, Image *timage, off_t Ntimage, off_t **LineNumber, off_t *Nimage, int UseFullOverlap)); … … 417 425 int setMeanR (double ra_fit, MeasureTiny *measure, Average *average, SecFilt *secfilt); 418 426 int setMeanD (double dec_fit, MeasureTiny *measure, Average *average, SecFilt *secfilt); 427 double getMeanR_Big (Measure *measure, Average *average, SecFilt *secfilt); 428 double getMeanD_Big (Measure *measure, Average *average, SecFilt *secfilt); 419 429 int setMeanR_Big (double ra_fit, Measure *measure, Average *average, SecFilt *secfilt); 420 430 int setMeanD_Big (double dec_fit, Measure *measure, Average *average, SecFilt *secfilt); … … 521 531 int ImageTableSave (char *filename, Image *images, off_t Nimages); 522 532 int select_mosaics_hostregion (RegionHostTable *regionHosts, Image *image, off_t Nimage); 533 534 float getColor (off_t meas, int cat); 535 536 int strextend (char *input, char *format,...); 537 538 int areImagesLoaded (); 539 int areImagesMatched ();
Note:
See TracChangeset
for help on using the changeset viewer.
