sot / mica

Microscope on Chandra aspect
https://sot.github.io/mica
BSD 3-Clause "New" or "Revised" License
3 stars 0 forks source link

Refactor ACA L0 processing to not use a singleton class #40

Open taldcroft opened 10 years ago

taldcroft commented 10 years ago

The Updater class in aca_l0.py is being used as a singleton class for the practical effect of allowing free use of globals but without identifying them as such. Better to make this a module and identify up front which are the globals (via ALL_CAPS).

This is a relatively low priority.

taldcroft commented 10 years ago

And yes, I know I've done this exact thing in the past...