cylammarco / ASPIRED

Automated SpectroPhotometric Image REDuction (ASPIRED)
https://aspired.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
30 stars 4 forks source link

More efficient handling of _spectrum1D #28

Closed cylammarco closed 3 years ago

cylammarco commented 3 years ago

The current design produces duplicated copies of _spectrum1D objects in onddspec.wavecal and onedspec.fluxcal. We should design a structure to allow shared _spectrum1D objects so that both wavecal and fluxcal are accessing and modifying the same memory to avoid duplication error.

cylammarco commented 3 years ago

heavy re-development is ongoing on dev-simplify-twodspec branch

cylammarco commented 3 years ago

Mostly done, merged back to the dev branch now.

cylammarco commented 3 years ago

Solved in d1a041.