Plot signal from fits file?
4 次查看(过去 30 天)
显示 更早的评论
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 个评论
回答(1 个)
Bjorn Gustavsson
2020-6-27
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
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Measurements and Feature Extraction 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!