- Timestamp:
- Jun 12, 2015, 9:26:15 PM (11 years ago)
- Location:
- branches/eam_branches/ipp-20150419/Ohana/src/opihi
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
lib.data/SplineOps.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20150419/Ohana/src/opihi
-
Property svn:mergeinfo
set to
/branches/eam_branches/ipp-20150112/Ohana/src/opihi merged eligible /branches/eam_branches/ipp-20150405/Ohana/src/opihi merged eligible /trunk/Ohana/src/opihi merged eligible
-
Property svn:mergeinfo
set to
-
branches/eam_branches/ipp-20150419/Ohana/src/opihi/lib.data/SplineOps.c
r34584 r38443 178 178 gfits_create_table (&theader, &ftable); 179 179 180 gfits_set_bintable_column_reformat (&theader, &ftable, "X_KNOT", "double", myspline->xk, myspline->Nknots); 181 gfits_set_bintable_column_reformat (&theader, &ftable, "Y_KNOT", "double", myspline->yk, myspline->Nknots); 182 gfits_set_bintable_column_reformat (&theader, &ftable, "DY2_DX", "double", myspline->y2, myspline->Nknots); 180 // NOTE: if we want to compress the output table, use native byte order here (last element) 181 gfits_set_bintable_column_reformat (&theader, &ftable, "X_KNOT", "double", myspline->xk, myspline->Nknots, FALSE); 182 gfits_set_bintable_column_reformat (&theader, &ftable, "Y_KNOT", "double", myspline->yk, myspline->Nknots, FALSE); 183 gfits_set_bintable_column_reformat (&theader, &ftable, "DY2_DX", "double", myspline->y2, myspline->Nknots, FALSE); 183 184 184 185 if (!append) {
Note:
See TracChangeset
for help on using the changeset viewer.
