...
This commit is contained in:
@@ -71,7 +71,7 @@ def get_image(filename, exp_time):
|
|||||||
"-r",
|
"-r",
|
||||||
"/tmp/10micron.fitsheader",
|
"/tmp/10micron.fitsheader",
|
||||||
"-x",
|
"-x",
|
||||||
"{:d}".format(np.round(exp_time * 1000)), # to microseconds
|
"{:d}".format(int(np.round(exp_time * 1000))), # to microseconds
|
||||||
fname,
|
fname,
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user