dirac-institute / trailblazer

An open data repository for astronomical data products affected by satellites
MIT License
8 stars 2 forks source link

astronomy.net querying #36

Closed Jedijoe100 closed 2 years ago

Jedijoe100 commented 3 years ago

Creates a function that sends the fits file to astronomy.net to obtain the WCS data

Jedijoe100 commented 3 years ago

There are a couple of problems with this, firstly not sure what to output. should this be a astropy WCS object? or should this be the raw header that is obtained from astroquery.

Secondly, there may be a number of errors the arise, and the question is how should these be handled? Also if astroquery returns no solution how do we want to hand this?

Also I am not sure where to place this function in the code.