IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 17, 2014, 10:12:36 AM (12 years ago)
Author:
eugene
Message:

major re-work of mean photometry calculation to handle stack, forced warp data

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/relphot/include/relphot.h

    r36632 r37037  
    44# include <signal.h>
    55# include <pthread.h>
    6 
    7 # define MARKTIME(MSG,...) {                    \
    8     gettimeofday (&stopTimer, (void *) NULL);   \
    9     float dtime = DTIME (stopTimer, startTimer);        \
    10     fprintf (stderr, MSG, __VA_ARGS__); }
    11 
    12 # define INITTIME \
    13   struct timeval startTimer, stopTimer; \
    14   gettimeofday (&startTimer, (void *) NULL);
    156
    167/* # define GRID_V1 */
     
    119110  float M;
    120111  float dM;
    121   float Xm;
     112  float Mchisq;
    122113  int Nsec;
    123114  unsigned int objID;
     
    130121  float dMcal;
    131122  float dMagSys;
    132   float Xm;
     123  short Xm;
    133124  int nFitPhotom;
    134125  int flags;
     
    317308int           findMosaics         PROTO((Catalog *catalog, int Ncatalog, int doMosaicList));
    318309
    319 void makeMosaics (Image *image, off_t Nimage);
     310void makeMosaics (Image *image, off_t Nimage, int mergeMcal);
    320311Mosaic *getMosaicForImage (off_t im);
    321312void setMosaicCenters (Image *image, off_t Nimage);
     
    360351void          liststats_setmode   PROTO((StatType *stats, char *strmode));
    361352int           liststats           PROTO((double *value, double *dvalue, double *wvalue, int N, StatType *stats));
    362 Catalog      *load_catalogs       PROTO((SkyList *skylist, int *Ncatalog, int hostID, char *hostpath));
    363 Catalog      *load_catalogs_parallel PROTO((SkyList *sky, int *Ncatalog));
     353Catalog      *load_catalogs       PROTO((SkyList *skylist, int *Ncatalog, int hostID, char *hostpath, char *syncfile));
     354Catalog      *load_catalogs_parallel PROTO((SkyList *sky, int *Ncatalog, char *syncfile));
    364355
    365356SkyList      *load_images         PROTO((FITS_DB *db, char *regionName, SkyRegion *region));
     
    509500int relphot_parallel_images ();
    510501int relphot_parallel_regions ();
     502
     503// in extra.c
     504int isGPC1chip  (int photcode);
     505int isGPC1stack (int photcode);
     506int isGPC1warp  (int photcode);
     507
     508
Note: See TracChangeset for help on using the changeset viewer.