QUOCKA-team / quocka

MIT License
5 stars 6 forks source link

Minor: incorrect help on makebigcube #24

Closed AstroRipples closed 4 years ago

AstroRipples commented 4 years ago

Currently, the help for makebigcube.py says that it takes target resolution in arcmin: --target TARGET Target resoltion (circular beam, BMAJ) in arcmin [None].

Whereas looking in the code itself, it actually takes it in arcsec: line 255: new_beam = Beam(major=args.target*u.arcsec,

AlecThomson commented 4 years ago

Now fixed in PR #23