project8 / katydid

Project 8 data analysis package
Other
5 stars 4 forks source link

Use a container class with contiguous memory storage for KTPhysicalArray #36

Closed nsoblath closed 9 years ago

nsoblath commented 9 years ago

Will first check out boost::ublas::c_array, and if that doesn't work, boost::multi_array.

nsoblath commented 9 years ago

Raw c arrays are now used as the storage for 1-D KTPhysicalArrays. This was done as of commit 62ac961 on the monarch3 branch. Still to be done: adapt the HDF5 writers to not have their own buffer arrays.

nsoblath commented 9 years ago

HDF5 writer changes being moved to their own issue.