Changeset 42788 for trunk/Ohana/src/relphot/include/relphot.h
- Timestamp:
- Feb 7, 2025, 3:07:30 PM (17 months 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
r42389 r42788 160 160 float dY; // bin = int(Ychip * dY), dY = Ny / NyChip 161 161 // NxChip, NyChip = 4900,4900 for now 162 163 int **nAlloc; // allocated vector length 164 double ***dMval; // values used to calculate corrections 162 165 } GridCorrectionType; 163 166 … … 607 610 void initGridBins PROTO((void)); 608 611 GridCorrectionType *getGridCorrByCode PROTO((int code)); 612 GridCorrectionType *newGridCorrByCode PROTO((int code)); 609 613 GridCorrectionType *getGridCorrNext PROTO((int *Nlast)); 610 614 int GridCorrectionSave PROTO((void)); … … 894 898 double get_median_zpt_tgroups (short photcode); 895 899 void set_median_zpt_tgroups (short photcode, double zpt); 900 901 int DumpAllMags(char *filename, Catalog *catalog, int Ncatalog);
Note:
See TracChangeset
for help on using the changeset viewer.
