質問編集履歴

3

画像の追記

2021/05/04 06:17

投稿

Takashi1019
Takashi1019

スコア4

test CHANGED
File without changes
test CHANGED
@@ -71,3 +71,7 @@
71
71
  これはastropyがうまく機能していない何かのエラーなのでしょうか。
72
72
 
73
73
  ![イメージ説明](29e044d2abac7fd7a7961cc1de141ff4.png)
74
+
75
+
76
+
77
+ ![イメージ説明](f49da376d075a843b2c46208a5ff213c.png)

2

画像の追加

2021/05/04 06:17

投稿

Takashi1019
Takashi1019

スコア4

test CHANGED
File without changes
test CHANGED
@@ -63,3 +63,11 @@
63
63
  上記のようなエラーが出てしまいます。
64
64
 
65
65
  なんとなくですがOpenCVではfits形式のファイルはresizeできませんのような感じだと勝手に考えているのですが、、、
66
+
67
+
68
+
69
+ 2と表示されるのですが、その上に以下の画像のような内容が書かれているのを無視してしまっていました。
70
+
71
+ これはastropyがうまく機能していない何かのエラーなのでしょうか。
72
+
73
+ ![イメージ説明](29e044d2abac7fd7a7961cc1de141ff4.png)

1

エラー内容の追記

2021/05/02 06:15

投稿

Takashi1019
Takashi1019

スコア4

test CHANGED
File without changes
test CHANGED
@@ -45,3 +45,21 @@
45
45
  imgresize_=cv2.resize(img_fits,(2048,2048))
46
46
 
47
47
  ```
48
+
49
+
50
+
51
+ 出ているエラー
52
+
53
+ ```エラー
54
+
55
+ File "img_resize_fits.py", line 13, in <module>
56
+
57
+ imgresize_=cv2.resize(img_fits,(2048,2048))
58
+
59
+ cv2.error: OpenCV(4.2.0) /Users/travis/build/skvark/opencv-python/opencv/modules/imgproc/src/resize.cpp:4045: error: (-215:Assertion failed) !ssize.empty() in function 'resize'
60
+
61
+ ```
62
+
63
+ 上記のようなエラーが出てしまいます。
64
+
65
+ なんとなくですがOpenCVではfits形式のファイルはresizeできませんのような感じだと勝手に考えているのですが、、、