IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 38700


Ignore:
Timestamp:
Sep 3, 2015, 6:18:29 AM (11 years ago)
Author:
eugene
Message:

add weights to astrom offset fitting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20150625/Ohana/src/relastro/src/FrameCorrection.c

    r38062 r38700  
    479479    }
    480480
    481     AstromOffsetMapFit (map, Xfit, Yfit, dXfit, Nkeep, TRUE);
    482     AstromOffsetMapFit (map, Xfit, Yfit, dYfit, Nkeep, FALSE);
     481    AstromOffsetMapFit (map, Xfit, Yfit, dXfit, NULL, Nkeep, TRUE);
     482    AstromOffsetMapFit (map, Xfit, Yfit, dYfit, NULL, Nkeep, FALSE);
    483483
    484484    for (i = 0; i < Npts; i++) {
Note: See TracChangeset for help on using the changeset viewer.