...
This commit is contained in:
@@ -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,
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user