This commit is contained in:
Timur A. Fatkhullin
2024-10-27 17:57:40 +03:00
parent 5c9bce4b3f
commit 75b1a5376d

View File

@@ -71,7 +71,7 @@ def get_image(filename, exp_time):
"-r",
"/tmp/10micron.fitsheader",
"-x",
"{:d}".format(np.round(exp_time * 1000)), # to microseconds
"{:d}".format(int(np.round(exp_time * 1000))), # to microseconds
fname,
]