This pull request adds support for moving targets.
I have edited the code so that it can accept RA and Dec as arrays. This way, we can pass a moving target ephemeris. I also added a new function that retrieves the ephemeris using the callhorizons module, and a separate command-line script (jwst_mtvt) that accepts a moving target name.
This pull request adds support for moving targets.
I have edited the code so that it can accept RA and Dec as arrays. This way, we can pass a moving target ephemeris. I also added a new function that retrieves the ephemeris using the
callhorizons
module, and a separate command-line script (jwst_mtvt
) that accepts a moving target name.