IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 7, 2020, 9:30:05 AM (6 years ago)
Author:
eugene
Message:

updates to get tgroups working

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/relphot.20200519/include/relphot.h

    r41362 r41387  
    9696  float McalPSF;
    9797  float McalAPER;
     98  float dKlam;
    9899  float dMcal;
    99100  float dMsys;
     
    110111  off_t *measure;
    111112
    112   off_t Ncatalog;
    113   off_t NCATALOG;
     113  off_t Ncatalog; // XX not needed
     114  off_t NCATALOG; // XX not needed
    114115  off_t *catalog;
    115116} TGroup;
     
    332333int    MOSAIC_ZEROPT;
    333334int    TGROUP_ZEROPT;
     335int    TGROUP_FIT_AIRMASS;
    334336
    335337int    TEST_IMAGE1;
     
    457459void          freeImageBins       PROTO((int Ncatalog, int doImageList));
    458460void          freeMosaicBins      PROTO((int Ncatalog, int doMosaicList));
    459 void          freeTGroupBins      PROTO((int Ncatalog, int doTGroupList));
     461void          freeTGroupBins      PROTO((int Ncatalog));
    460462
    461463void          free_catalogs       PROTO((Catalog *catalog, int Ncatalog));
     
    468470float         getMgrid            PROTO((off_t meas, int cat));
    469471float         getMmos             PROTO((off_t meas, int cat));
    470 float         getMgrp             PROTO((off_t meas, int cat));
     472float         getMgrp             PROTO((off_t meas, int cat, float airmass));
    471473float         getMrel             PROTO((Catalog *catalog, off_t meas, int cat, dvoMagClassType class, dvoMagSourceType source));
    472474short         getUbercalDist      PROTO((off_t meas, int cat));
     
    485487void          initMosaics         PROTO((Image *subset, off_t Nsubset, Image *image, char *inSubset, off_t Nimage));
    486488void          initTGroups         PROTO((Image *subset, off_t *LineNumber, off_t Nsubset));
     489void          freeTGroups         PROTO((void));
    487490void          initTGroupBins      PROTO((Catalog *catalog, int Ncatalog));
    488491void          initMrel            PROTO((Catalog *catalog, int Ncatalog));
     
    493496int           liststats_init      PROTO((StatType *stats));
    494497int           liststats_irls      PROTO((StatDataSet *dataset, int Npoints, StatType *stats));
     498int           liststats_fit1d     PROTO((double *value, double *err, double *x, int Npts, StatType *stats, double *dk));
    495499
    496500unsigned int *ReadTGroupFile      PROTO((FILE *f, int *nelem));
     
    721725void RepairWarpMeasuresOpenLogfile ();
    722726void RepairWarpMeasuresCloseLogfile ();
     727
     728int save_images_backup (FITS_DB *db);
Note: See TracChangeset for help on using the changeset viewer.