jpierel14 / space_phot

0 stars 1 forks source link

Crash in photometry.py #4

Closed orifox closed 1 year ago

orifox commented 1 year ago

Currently, I found photometry.py was crashing unless I changed the following. See below. I am not reporting tracebacks here unless you need them.

  1. all_bkg_est -> all_bg_est in line 744.
  2. Uncomment pnames = ['flux'] in line 738.
jpierel14 commented 1 year ago

@orifox yeah I noticed that and it's fixed now (or will be the next time I push changes)