Changeset 41176 for trunk/Ohana/src/opihi/lib.data/SplineOps.c
- Timestamp:
- Nov 27, 2019, 12:09:13 PM (7 years ago)
- Location:
- trunk/Ohana
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/opihi/lib.data/SplineOps.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana
- Property svn:mergeinfo changed
/branches/eam_branches/ipp-20191011/Ohana (added) merged: 41136-41137,41141-41144,41170
- Property svn:mergeinfo changed
-
trunk/Ohana/src/opihi/lib.data/SplineOps.c
r41162 r41176 181 181 182 182 // NOTE: if we want to compress the output table, use native byte order here (last element) 183 gfits_set_bintable_column_reformat (&theader, &ftable, "X_KNOT", "double", myspline->xk, myspline->Nknots, FALSE);184 gfits_set_bintable_column_reformat (&theader, &ftable, "Y_KNOT", "double", myspline->yk, myspline->Nknots, FALSE);185 gfits_set_bintable_column_reformat (&theader, &ftable, "DY2_DX", "double", myspline->y2, myspline->Nknots, FALSE);183 gfits_set_bintable_column_reformat (&theader, &ftable, "X_KNOT", "double", myspline->xk, myspline->Nknots, 0, FALSE); 184 gfits_set_bintable_column_reformat (&theader, &ftable, "Y_KNOT", "double", myspline->yk, myspline->Nknots, 0, FALSE); 185 gfits_set_bintable_column_reformat (&theader, &ftable, "DY2_DX", "double", myspline->y2, myspline->Nknots, 0, FALSE); 186 186 187 187 if (!append) {
Note:
See TracChangeset
for help on using the changeset viewer.
