- Timestamp:
- May 7, 2025, 2:41:21 PM (15 months ago)
- Location:
- branches/eam_branches/ipp-ppmerge-20241229
- Files:
-
- 4 edited
-
. (modified) (1 prop)
-
Ohana (modified) (1 prop)
-
Ohana/src/relphot (modified) (1 prop)
-
Ohana/src/relphot/include/relphot.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-ppmerge-20241229
- Property svn:mergeinfo changed
/trunk (added) merged: 42779-42782,42784-42796,42798-42802
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-ppmerge-20241229/Ohana
- Property svn:mergeinfo changed
/trunk/Ohana (added) merged: 42788,42792-42793
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-ppmerge-20241229/Ohana/src/relphot
- Property svn:mergeinfo changed
/trunk/Ohana/src/relphot (added) merged: 42788,42792-42793
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-ppmerge-20241229/Ohana/src/relphot/include/relphot.h
r42389 r42803 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.
