mommermi / photometrypipeline

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

Failure with example data KeyError: 'R.A._(ICRF)' #51

Open PepeJoseHU opened 4 years ago

PepeJoseHU commented 4 years ago

Hi, i am trying to follow the Documentation 1.0 on ubuntu 16.04 system. After install those softwares and run 'pp_run mscience*fits' for example data. It works until 'processing curve-of-growth for frame mscience0217.fits'. It shows: File "/home/youdong/Software/anaconda2/envs/snowflakes/lib/python3.7/site-packages//astroquery/jplhorizons/core.py", line 1247, in _parse_horizons data[col].unit = columndefs[col][1] KeyError: 'R.A.(ICRF)' I am not sure what is the problem, do you have any idea or maybe i make some mistakes?

mommermi commented 4 years ago

I'm sorry for my late reply. It sounds like you are using an old version of pp. Could you try to update it with git pull?