IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 27, 2021, 8:39:17 AM (5 years ago)
Author:
eugene
Message:

updates to the good/bad night logic; save image stats

File:
1 edited

Legend:

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

    r41555 r41556  
    643643int           setMcalOutput       PROTO((Catalog *catalog, int Ncatalog, FlatCorrectionTable *flatcorr));
    644644
    645 void          setMcal             PROTO((Catalog *catalog, int Poor, FlatCorrectionTable *flatcorr));
    646 int           setMmos             PROTO((Catalog *catalog, int Poor, FlatCorrectionTable *flatcorr));
    647 int           setMgrp             PROTO((Catalog *catalog, int Poor, FlatCorrectionTable *flatcorr));
     645void          setMcal             PROTO((Catalog *catalog, FlatCorrectionTable *flatcorr));
     646int           setMmos             PROTO((Catalog *catalog, FlatCorrectionTable *flatcorr));
     647int           setMgrp             PROTO((Catalog *catalog, FlatCorrectionTable *flatcorr));
    648648
    649649int           setMrel             PROTO((Catalog *catalog, int Ncatalog, FlatCorrectionTable *flatcorr));
     
    841841void RepairWarpMeasuresCloseLogfile ();
    842842
    843 int save_images_backup (FITS_DB *db);
    844 
    845843void dump_tgroups (Catalog *catalog, int Npass);
    846844void dump_catalog (Catalog *catalog, off_t c, int Npass);
     
    853851int UseStandardOLS (ZptFitModeType mode);
    854852int GetActivePhotcodeIndex (int photcode);
     853
     854int save_images_backup (FITS_DB *db);
     855int save_images_updates (FITS_DB *db);
     856
     857int MagResidSave(char *filename, Catalog *catalog);
Note: See TracChangeset for help on using the changeset viewer.