mommermi / photometrypipeline

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

Missing code? #54

Open gordtulloch opened 3 years ago

gordtulloch commented 3 years ago

Hi there:

I installed your photometrypipline and ran into some issues that leads me to believe there's some code issues in the repository:

$ pp_run all Traceback (most recent call last): File "/home/gtulloch/Dropbox/Astronomy/Projects/photometrypipeline/pp_run", line 402, in diag.create_summary() AttributeError: 'Registration_Diagnostics' object has no attribute 'create_summary'

If I go into the code and comment out that line, the code starts running through my data directory but dies on the following:

$ pp_run all

NOTHING TO DO IN /home/gtulloch/Dropbox/Astronomy/Projects/photometrypipeline/data

NOTHING TO DO IN /home/gtulloch/Dropbox/Astronomy/Projects/photometrypipeline/data/DXAND

RUN PIPELINE IN /home/gtulloch/Dropbox/Astronomy/Projects/photometrypipeline/data/DXAND/B Traceback (most recent call last): File "/home/gtulloch/Dropbox/Astronomy/Projects/photometrypipeline/pp_run", line 426, in rerun_registration, asteroids) TypeError: run_the_pipeline() missing 1 required positional argument: 'keep_wcs'

This seems like there's some code missing in the repository? I've attached the log but seems like it's not much help.

Thanks very much for making this available, if I can get it working it saves me a huge amount of work!

Regards, Gord

gordtulloch commented 3 years ago

Bump