フィルターのクリア

Fit file image not correct

3 ビュー (過去 30 日間)
Robert Maurer
Robert Maurer 2019 年 5 月 13 日
回答済み: Sulaymon Eshkabilov 2019 年 5 月 13 日
I'm trying to read in multiple .fit files into MATLAB but the image in matlab shows an extremely over exposed picture. The picture shows what imagesc shows the imshow image is just white. When I subtract 200 before imshow it shows the actual picture but very high contrast.
a = fitsread('M82-001L.fit');
imshow(a)
imagesc(a)
1.png

採用された回答

Sulaymon Eshkabilov
Sulaymon Eshkabilov 2019 年 5 月 13 日
Hi,
Maybe in your case this syntax will resolve the problem: >>DATA =fitsread(FILENAME, NAME, VALUE)
Good luck

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeEnvironment and Settings についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by