thespacedoctor / sherlock

The QUB Transient Classifier
GNU General Public License v3.0
11 stars 5 forks source link

NED table not getting updated even through Sherlock seems to be pushing new entries #160

Open thespacedoctor opened 1 year ago

thespacedoctor commented 1 year ago

I was trying to work out why this object wasn't getting associated with its host galaxy:

https://star.pst.qub.ac.uk/sne/atlas4/candidate/1061534861515814700/

Running Sherlock with remote NED querying fails to trigger an association. Inspecting the NED table tcs_cat_ned_stream reveals that rows have not been added since 2022-06-09 17:52:41.

SELECT * FROM crossmatch_catalogues.tcs_cat_ned_stream order by dateLastModified desc limit 1000;

Although Sherlock seems to happily enter data into the database, the data does not arrive.

Need to investigate further.