IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 16, 2014, 1:35:31 PM (12 years ago)
Author:
eugene
Message:

galaxy model correction basically works (need to be careful about starting position)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20140904/Ohana/src/relastro/src/hpm_objects.c

    r37386 r37606  
    252252    // distinguishing a bad fit from a fit with 1 or 2 bad points
    253253    FIT_MODE = FIT_PM_ONLY;
    254     UpdateObjects (&testcat, 1);
     254    UpdateObjects (&testcat, 1, 0);
    255255
    256256    free_tiny_values(&testcat);
     
    282282
    283283  populate_tiny_values (&catalogOut, DVO_TV_MEASURE);
    284   UpdateObjects (&catalogOut, 1);
     284  UpdateObjects (&catalogOut, 1, 0);
    285285  free_tiny_values(&catalogOut);
    286286
Note: See TracChangeset for help on using the changeset viewer.