Changeset 37479
- Timestamp:
- Oct 9, 2014, 5:55:26 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20140904/Ohana/src/relastro/src/FitChip.c
r37446 r37479 75 75 76 76 // 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; 82 78 83 79 if (fit) fit_free (fit);
Note:
See TracChangeset
for help on using the changeset viewer.
