Effacer les filtres
Effacer les filtres

Fit file image not correct

3 vues (au cours des 30 derniers jours)
Robert Maurer
Robert Maurer le 13 Mai 2019
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

Réponse acceptée

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

Plus de réponses (0)

Catégories

En savoir plus sur Environment and Settings dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by