davecoulter / YSE_PZ

GNU General Public License v3.0
6 stars 15 forks source link

Galaxy matching with NED is broken #46

Open astrofoley opened 4 years ago

astrofoley commented 4 years ago

Just getting Nones for all of the galaxy values. A few obvious problems are with https://ziggy.ucolick.org/yse/transient_detail/2020pyf/ https://ziggy.ucolick.org/yse/transient_detail/2020pxe/

And here is one where the galaxy doesn't have a redshift, but there should still be an association: https://ziggy.ucolick.org/yse/transient_detail/2020pyd/

djones1040 commented 4 years ago

reminding myself to make sure host data doesn't get clobbered by None when updates happen

djones1040 commented 4 years ago

could try moving to GLADE catalog for a bunch of objects

davecoulter commented 2 years ago

pyf looks OK, but still a problem for pxe. Is there some out-of-band update to fix this?

djones1040 commented 2 years ago

YSE_App/util/add_ghost_hosts.py has functions to re-search for hosts of old objects but it's a backend utility that doesn't get run as a cron currently. Opened a PR to fix a bug in the script caused by the new GHOST version, can fix these hosts after the next (non-urgent) deploy