Plot signal from fits file?
이전 댓글 표시
Currently, I had an signal file from SETI with fits format. I can read it using fitsread, but I can't figure it out how can I plot the signal from it.
댓글 수: 4
Ameer Hamza
2020년 6월 27일
In which format do you get the data?
Adam Agus Kurniawan
2020년 6월 27일
Bjorn Gustavsson
2020년 6월 27일
Could you show us the fits-header?
Adam Agus Kurniawan
2020년 6월 27일
답변 (1개)
Bjorn Gustavsson
2020년 6월 27일
0 개 추천
To read data in fits-format you can use fitsread and fitsinfo, but when I try that on an image from SETI-projects web-site I got some unfortunate bungling of bit-order. Once uppon a time before matlab introduced fitsread I had to manage fits-image data, where we unfortunately managed to mess up that too. You can use either fits1 or fits2 to read your images one works for least significant bit first the other the other order. Just put the files in one of your directories on the matlab-path. No image processing, background-reduction or calibration-correction is done.
HTH
카테고리
도움말 센터 및 File Exchange에서 Smoothing and Denoising에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!