StellarCartography / pydis

DEPRECATED: Check out PyKOSMOS!
https://github.com/jradavenport/pykosmos
MIT License
43 stars 27 forks source link

STFU #42

Open kweis opened 8 years ago

kweis commented 8 years ago

Add comments throughout reduction to tell me things like image/bias/flat sizes, what step pydis is at, etc. then add a /silent switch (similar to beloved IDL) to STFU when needed.

jradavenport commented 8 years ago

have added warnings.simplefilter('ignore', np.RankWarning) to silence some fitting errors, need to do this more

jradavenport commented 8 years ago

have started adding silent= kwargs to functions that print things. now need to start adding more verbose output