Changeset 41467 for trunk/Ohana/src/relphot/include/relphot.h
- Timestamp:
- Jan 12, 2021, 4:13:42 PM (6 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/relphot/include/relphot.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/relphot/include/relphot.h
r41462 r41467 28 28 int NINDEX; 29 29 } myIndexType; 30 31 typedef enum { 32 ZPT_TGROUP, 33 ZPT_MOSAIC, 34 ZPT_IMAGES, 35 } ZptFitModeType; 30 36 31 37 typedef enum { … … 791 797 void relphot_free (SkyTable *sky, SkyList *skylist); 792 798 void freeImages (char *dbImagePtr); 799 void freeMosaics (void); 793 800 void relphot_client_free (SkyTable *sky, SkyList *skylist); 794 801 void BrightCatalogFree (BrightCatalog *bcatalog); … … 828 835 829 836 void SetZeroPointModes (int nloop); 837 int UseStandardOLS (int nloop, ZptFitModeType mode);
Note:
See TracChangeset
for help on using the changeset viewer.
