IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 42739


Ignore:
Timestamp:
Dec 6, 2024, 12:02:12 PM (20 months ago)
Author:
eugene
Message:

adding some comment to the code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20230313/Ohana/src/opihi/lib.data/mrq2dmin.c

    r41715 r42739  
    1717static opihi_flt *parmax = NULL;
    1818
     19/** only used locally **/
    1920opihi_flt mrq2dcof (opihi_flt *x, opihi_flt *t, opihi_flt *y, opihi_flt *dy, int Npts,
    2021              opihi_flt *par, int Npar, opihi_flt **ta, opihi_flt **tb,
     
    6061}
    6162
     63/** only used in imfit-test.c ?? **/
    6264opihi_flt mrq2dchi (opihi_flt *x, opihi_flt *t, opihi_flt *y, opihi_flt *dy, int Npts,
    6365                opihi_flt *par, int Npar,
     
    126128    chisq = ochisq;
    127129  }
     130
     131  /* note that the parameter errors are sqrt(alpha[j][j]) */
    128132
    129133  return (chisq);
Note: See TracChangeset for help on using the changeset viewer.