AstarVienna / METIS_Simulations

Scripts for simulating METIS with ScopeSim
1 stars 0 forks source link

MJD-OBS should be a float #33

Closed hugobuddel closed 3 months ago

hugobuddel commented 4 months ago

MJD-OBS should be a float representing the modified julian date, currently it is a string.

From Lars, https://jira.eso.org/browse/MET-2300 , see also #31

1) The MJD-OBS keyword (in the primary header) has a string value, but must be of floating point type

hugobuddel commented 4 months ago

There seems to be a Time type in astropy that has a jd() method: https://docs.astropy.org/en/stable/time/index.html

We can probably use that.

gotten commented 3 months ago

Closed by #39