[Bug] Error when kepler target not in catalog
Closed this issue · 2 comments
martindevora commented
Hello, for some reason there are some KIC that are not in the Vizier J/ApJS/229/30/catalog
catalog used by TRICERATOPS and this causes an error that aborts the execution of the code. E.g. KIC 2569583. As this catalog and the K2 ones are only used to retrieve ra
and dec
, I'd like to ask for the option to introduce both values in the TRICERATOPS target
constructor. That way we could skip using those catalogs if we already knew the celestial coordinates.
Regards.
stevengiacalone commented
Great idea! I'll add that option and push a new version to pypi next time I get the chance.
martindevora commented
I've created a pull request for this #26