IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 8, 2007, 11:38:26 AM (19 years ago)
Author:
eugene
Message:

basic object fitting works; images and pm/parallax not tested

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dvo-mods-2007-02/Ohana/src/relastro/include/relastro.h

    r12276 r12319  
    126126time_t TSTART, TSTOP;
    127127
    128 int FITTING_MODE;
    129 enum {FIT_AVERAGE, FIT_PM_ONLY, FIT_PM_AND_PAR};
     128int FIT_MODE;
     129enum {FIT_NONE, FIT_AVERAGE, FIT_PM_ONLY, FIT_PM_AND_PAR};
     130
     131int FIT_TARGET;
     132enum {TARGET_NONE, TARGET_OBJECTS, TARGET_SIMPLE, TARGET_CHIPS, TARGET_MOSAICS};
    130133
    131134SkyRegion UserPatch;
     
    188191void          initstats           PROTO((char *mode));
    189192int           liststats           PROTO((double *value, double *dvalue, int N, StatType *stats));
    190 Catalog      *load_catalogs       PROTO((SkyList *skylist, int *Ncatalog));
     193Catalog      *load_catalogs       PROTO((SkyList *skylist, int *Ncatalog, int subselect));
    191194SkyList      *load_images         PROTO((FITS_DB *db, SkyRegion *region));
    192195Image        *select_images       PROTO((SkyList *skylist, Image *timage, int Ntimage, int **LineNumber, int *Nimage));
     
    279282double getMeanR (Measure *measure, Average *average, SecFilt *secfilt);
    280283double getMeanD (Measure *measure, Average *average, SecFilt *secfilt);
     284int setMeanR (double ra_fit, Measure *measure, Average *average, SecFilt *secfilt);
     285int setMeanD (double dec_fit, Measure *measure, Average *average, SecFilt *secfilt);
Note: See TracChangeset for help on using the changeset viewer.