mommermi / photometrypipeline

automated photometry pipeline for small to medium-sized observatories
GNU General Public License v3.0
62 stars 26 forks source link

pp_run updates #49

Closed Siltala closed 4 years ago

Siltala commented 4 years ago

Hi,

This PR updates the shebang in pp_run to python3 (which was already done for other programs but perhaps forgotten for this one?) and imports diagnostics in a different (not sure if correct, but it works?) way to fix my mac crash reported in #48 (but doesn't solve the registration problem)

I also noticed that pp_run has several calls to the function "diag.insert_into_summary" which does not exist at all anymore. It's behind a configuration flag though so it doesn't cause any problems unless enabled, but may be worth doing something about.

mommermi commented 4 years ago

Thanks!