Closedown

This commit is contained in:
2019-08-16 11:37:13 +02:00
parent b3a6c6e3c3
commit 3e3afde314
3 changed files with 5 additions and 5 deletions

View File

@@ -4,10 +4,6 @@ def gfitoff(x, y, off=None, amp=None, com=None, sigma=None):
ret = call_jep("cpython/GaussFit", "gfitoff", [to_npa(x), to_npa(y), off, amp, com, sigma])
return ret if ret is None or is_list(ret) else ret.data
from jeputils import *
MODULE = "cpython/SimulatedCamera"