- Timestamp:
- May 8, 2025, 4:07:43 PM (15 months ago)
- Location:
- branches/eam_branches/ipp-20230313/Ohana
- Files:
-
- 3 edited
-
. (modified) (1 prop)
-
src/relphot (modified) (1 prop)
-
src/relphot/include/relphot.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20230313/Ohana
- Property svn:mergeinfo changed
/branches/eam_branches/ipp-ppmerge-20241229/Ohana (added) merged: 42803 /trunk/Ohana merged: 42769,42788,42792-42793,42806-42808
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20230313/Ohana/src/relphot
- Property svn:mergeinfo changed
/branches/eam_branches/ipp-ppmerge-20241229/Ohana/src/relphot (added) merged: 42803 /trunk/Ohana/src/relphot merged: 42788,42792-42793,42806-42807
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20230313/Ohana/src/relphot/include/relphot.h
r42740 r42818 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 … … 615 618 void initGridBins PROTO((void)); 616 619 GridCorrectionType *getGridCorrByCode PROTO((int code)); 620 GridCorrectionType *newGridCorrByCode PROTO((int code)); 617 621 GridCorrectionType *getGridCorrNext PROTO((int *Nlast)); 618 622 int GridCorrectionSave PROTO((void)); … … 902 906 double get_median_zpt_tgroups (short photcode); 903 907 void set_median_zpt_tgroups (short photcode, double zpt); 908 909 int DumpAllMags(char *filename, Catalog *catalog, int Ncatalog);
Note:
See TracChangeset
for help on using the changeset viewer.
