suncasa / suncasa-src

Source code of the suncasa——CASA-based Python package for reducing, analyzing, and visualizing solar dynamic spectroscopic imaging data at radio wavelengths
BSD 2-Clause "Simplified" License
17 stars 23 forks source link

Add beamshape arrray for ndfits #258

Closed peijin94 closed 9 months ago

peijin94 commented 10 months ago

Add beamshape arrray for ndfits and also a new .gitignore file

binchensun commented 10 months ago

As we discussed, can we change "cbmaj, cbmin, cbpa" to "bmaj, bmin, bpa"? Also, I noticed that the beam position angle was not rotated according to the solar p angle. This is something that needs to be included in helioimage2fits.py: https://github.com/suncasa/suncasa-src/blob/master/suncasa/utils/helioimage2fits.py. I'll submit another issue.