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.
@@ -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
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pyobs-core
3
- Version: 2.0.0.dev6
3
+ Version: 2.0.0.dev7
4
4
  Summary: robotic telescope software
5
5
  Author-email: Tim-Oliver Husser <thusser@uni-goettingen.de>
6
6
  License-Expression: MIT
@@ -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=2fmahpQTkAXpmMESOpD2ZlzAYwya_f-pZMhq7_dTC68,15002
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.dev6.dist-info/METADATA,sha256=pDC_uYXG-_f4x9gzlyyByHVCN_tAp42R2tVL_7EhJCM,1981
429
- pyobs_core-2.0.0.dev6.dist-info/WHEEL,sha256=mffPy8wBnZQn2VnJUU5jE99KsxaSfiyMHV9Yt0aLVxs,87
430
- pyobs_core-2.0.0.dev6.dist-info/entry_points.txt,sha256=0ceIn3dTDwWdGdJ5VdTvYim7vKkdTe6aqqpoaG065UY,109
431
- pyobs_core-2.0.0.dev6.dist-info/licenses/LICENSE,sha256=gC8djBliCENDmuRvzCoejpWbsn8eqKx61Hc8bmDZ2LI,1099
432
- pyobs_core-2.0.0.dev6.dist-info/RECORD,,
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,,