IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 2, 2021, 1:50:33 PM (5 years ago)
Author:
eugene
Message:

add -raw, -value, -binning options to densify (as in cdensify) and fix usage message; init Rmin for match1d; init chisq for vgauss

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/cmd.data/match1d.c

    r41341 r41516  
    217217    // look for closest matches of list2() to list1(i)
    218218    Jmin = -1;
     219    Rmin = Radius;
    219220    for (Ji = j; (dX > -1.02*Radius) && (Ji < X2->Nelements); Ji++) {
    220221      J = N2[Ji];
Note: See TracChangeset for help on using the changeset viewer.