IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 37479


Ignore:
Timestamp:
Oct 9, 2014, 5:55:26 PM (12 years ago)
Author:
eugene
Message:

cleanup

File:
1 edited

Legend:

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

    r37446 r37479  
    7575
    7676    // when fitting the map, first fit a linear model (below? change Npolyterms to -1)
    77     if (CHIPMAP) {
    78       image[0].coords.Npolyterms = 1;
    79     } else {
    80       image[0].coords.Npolyterms = order_use;
    81     }
     77    image[0].coords.Npolyterms = CHIPMAP ? 1 : order_use;
    8278
    8379    if (fit) fit_free (fit);
Note: See TracChangeset for help on using the changeset viewer.