talensgj / jwst

Python library for science observations from the James Webb Space Telescope
https://jwst-pipeline.readthedocs.io/en/latest/
Other
1 stars 0 forks source link

Rename atoca #5

Closed AntoineDarveau closed 2 years ago

AntoineDarveau commented 2 years ago

Rename soss_engine for atoca and soss_utils for atoca_utils. This is a way the include the official name of this algorithm. ATOCA is made to be general, not SOSS-specific, so that's why I've decided to give the name to the engine. Only some minor changes to personal codes importing the engine will be needed: import soss_engine ---> import atoca import engine_utils ---> import atoca_utils