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

Refactor ap_extract to allow more efficient calling and future extension #48

Closed cylammarco closed 3 years ago

cylammarco commented 3 years ago

Marsh89 algorithm depends on Horne86 algorithm, which in turn requires tophat (standard) extraction. These extraction methods should be turned into internal (nested) functions, while the ap_extract() handles the choice of extraction.