sarrvesh / cuFFS

A GPU-accelerated Rotation Measure Synthesis code
GNU General Public License v2.0
8 stars 4 forks source link

Helper script should allow 2D input FITS files #36

Closed gheald closed 7 years ago

gheald commented 7 years ago

The helper script to create 3D cubes does not allow for 2D input fits files (i.e. NAXIS=2). There are some subtle things in the script that need to be adjusted to make this possible. I have created a modified version of the script and can upload it as a separate branch if you like, Sarrvesh?

sarrvesh commented 7 years ago

Since you are added as a collaborator, I think you should be able to simply commit and push to the repository. Can you just commit your changes (to the same branch), George?

On 25 Aug 2017 12:49, "gheald" notifications@github.com wrote:

The helper script to create 3D cubes does not allow for 2D input fits files (i.e. NAXIS=2). There are some subtle things in the script that need to be adjusted to make this possible. I have created a modified version of the script and can upload it as a separate branch if you like, Sarrvesh?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/sarrvesh/RMSynth_GPU/issues/36, or mute the thread https://github.com/notifications/unsubscribe-auth/AIUXEuTSPKoEilbf-MPn9lwpCwEDWj7pks5sbqaogaJpZM4PCgk- .

gheald commented 7 years ago

Done - I tried to make the changes in such a way as to not break it for other input types....