Changeset 42821 for trunk/Ohana/src/opihi/lib.data/mrq2dmin.c
- Timestamp:
- May 8, 2025, 4:29:52 PM (15 months ago)
- Location:
- trunk/Ohana
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/opihi/lib.data/mrq2dmin.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana
- Property svn:mergeinfo changed
-
trunk/Ohana/src/opihi/lib.data/mrq2dmin.c
r41715 r42821 17 17 static opihi_flt *parmax = NULL; 18 18 19 /** only used locally **/ 19 20 opihi_flt mrq2dcof (opihi_flt *x, opihi_flt *t, opihi_flt *y, opihi_flt *dy, int Npts, 20 21 opihi_flt *par, int Npar, opihi_flt **ta, opihi_flt **tb, … … 60 61 } 61 62 63 /** only used in imfit-test.c ?? **/ 62 64 opihi_flt mrq2dchi (opihi_flt *x, opihi_flt *t, opihi_flt *y, opihi_flt *dy, int Npts, 63 65 opihi_flt *par, int Npar, … … 126 128 chisq = ochisq; 127 129 } 130 131 /* note that the parameter errors are sqrt(alpha[j][j]) */ 128 132 129 133 return (chisq);
Note:
See TracChangeset
for help on using the changeset viewer.
