pyobs-core 2.0.0.dev6__py3-none-any.whl → 2.0.0.dev7__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- pyobs/modules/camera/dummycamera.py +2 -1
- {pyobs_core-2.0.0.dev6.dist-info → pyobs_core-2.0.0.dev7.dist-info}/METADATA +1 -1
- {pyobs_core-2.0.0.dev6.dist-info → pyobs_core-2.0.0.dev7.dist-info}/RECORD +6 -6
- {pyobs_core-2.0.0.dev6.dist-info → pyobs_core-2.0.0.dev7.dist-info}/WHEEL +0 -0
- {pyobs_core-2.0.0.dev6.dist-info → pyobs_core-2.0.0.dev7.dist-info}/entry_points.txt +0 -0
- {pyobs_core-2.0.0.dev6.dist-info → pyobs_core-2.0.0.dev7.dist-info}/licenses/LICENSE +0 -0
|
@@ -14,7 +14,6 @@ from astropy.modeling import models
|
|
|
14
14
|
from astropy.table import Table
|
|
15
15
|
from astropy.wcs import WCS
|
|
16
16
|
from numpy.typing import NDArray
|
|
17
|
-
from photutils.datasets import make_model_image, make_noise_image
|
|
18
17
|
|
|
19
18
|
from pyobs.images import Image
|
|
20
19
|
from pyobs.interfaces import (
|
|
@@ -185,6 +184,8 @@ class DummyCamera(BaseCamera, IWindow, IBinning, ICooling, IGain, IImageFormat):
|
|
|
185
184
|
return -18.0
|
|
186
185
|
|
|
187
186
|
def _simulate_image(self, exp_time: float, open_shutter: bool) -> NDArray[Any]:
|
|
187
|
+
from photutils.datasets import make_model_image, make_noise_image
|
|
188
|
+
|
|
188
189
|
shape = (int(self._window[3]), int(self._window[2]))
|
|
189
190
|
data = make_noise_image(shape, distribution="gaussian", mean=10, stddev=1.0)
|
|
190
191
|
|
|
@@ -198,7 +198,7 @@ pyobs/modules/camera/adaptive.py,sha256=o06lkJSNnLPT19Abql0npi0RtIARKgn_CROwr755
|
|
|
198
198
|
pyobs/modules/camera/basecamera.py,sha256=otbDlYz9-zyoOdcGFJdc77cCAYUVtdw_cH5HXXtgGD8,16756
|
|
199
199
|
pyobs/modules/camera/basespectrograph.py,sha256=uKf8WrlPO9sA_Ad-w4IMy1OOGSO8ABu4-QFDTW1vyeE,6697
|
|
200
200
|
pyobs/modules/camera/basevideo.py,sha256=NUiTTGBRUynFW01jNcniJK8mXFhZtXyDpLVHNXIr5RU,15146
|
|
201
|
-
pyobs/modules/camera/dummycamera.py,sha256=
|
|
201
|
+
pyobs/modules/camera/dummycamera.py,sha256=2rVbfmQQpRPG7Rj0Jt0hxYII1LT_mWbfxlxEIHG2LDU,15011
|
|
202
202
|
pyobs/modules/camera/dummyspectrograph.py,sha256=JNMgPo_Qq6xNQxFMfBV6oE-592Wbg-l2st2vqxF475g,2335
|
|
203
203
|
pyobs/modules/camera/dummyvideo.py,sha256=35iabldXQ1ayGooY9Hy2xwZHGQmy9O3I18JDcyqC94k,2367
|
|
204
204
|
pyobs/modules/camera/pipelinecamera.py,sha256=cyYf9aZIEJQ1PbQyZkuLyLHLeBLbJFefTOipdj2PxwI,1962
|
|
@@ -425,8 +425,8 @@ pyobs/vfs/vfs.py,sha256=buHTmO6VUjSypkEMVxY8rDKrpMz65AY2OE2hGEsQsLI,10780
|
|
|
425
425
|
pyobs/vfs/filelists/__init__.py,sha256=NaTGFjLGh043j_F7kWEx_cXaII7t3CbYguRk2g5hEqw,111
|
|
426
426
|
pyobs/vfs/filelists/filelist.py,sha256=kCco_5G2gLH-nxWik-wcs6lGuc_-3LeeyR9L4_srf30,201
|
|
427
427
|
pyobs/vfs/filelists/testing.py,sha256=M8f2BULdjRCc7JFOKhAH7Kwre_uVQC0xLcv9xGTfNFw,425
|
|
428
|
-
pyobs_core-2.0.0.
|
|
429
|
-
pyobs_core-2.0.0.
|
|
430
|
-
pyobs_core-2.0.0.
|
|
431
|
-
pyobs_core-2.0.0.
|
|
432
|
-
pyobs_core-2.0.0.
|
|
428
|
+
pyobs_core-2.0.0.dev7.dist-info/METADATA,sha256=fCv4mVa_xKTkkgyWWDZuPhG_lyx56Fsk3mt41qS8m9U,1981
|
|
429
|
+
pyobs_core-2.0.0.dev7.dist-info/WHEEL,sha256=mffPy8wBnZQn2VnJUU5jE99KsxaSfiyMHV9Yt0aLVxs,87
|
|
430
|
+
pyobs_core-2.0.0.dev7.dist-info/entry_points.txt,sha256=0ceIn3dTDwWdGdJ5VdTvYim7vKkdTe6aqqpoaG065UY,109
|
|
431
|
+
pyobs_core-2.0.0.dev7.dist-info/licenses/LICENSE,sha256=gC8djBliCENDmuRvzCoejpWbsn8eqKx61Hc8bmDZ2LI,1099
|
|
432
|
+
pyobs_core-2.0.0.dev7.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|