desihub / specex

DESI spectrograph PSF fitting
BSD 3-Clause "New" or "Revised" License
0 stars 4 forks source link

Deserialize #38

Closed marcelo-alvarez closed 3 years ago

marcelo-alvarez commented 3 years ago

This removes dependencies on the boost library having to do with serialization, along with other incremental changes. Note that specex::write_spots_xml no longer produces any output. Output psf fits file is identical to that produced from master.

sbailey commented 3 years ago

From some off-list discussion, @marcelo-alvarez confirmed that this produces bitwise identical answers with current master when using the same compiler, though part of that testing discovered/confirmed that specex does not produce bitwise identical results for different compilers (differences are tiny, but good to know if we port the pipeline elsewhere).