casacore / python-casacore

Python bindings for casacore, a library used in radio astronomy
http://casacore.github.io/python-casacore
GNU Lesser General Public License v3.0
35 stars 22 forks source link

chansize parameter exposition #268

Open orliac opened 4 months ago

orliac commented 4 months ago

Hello, In https://github.com/casacore/casacore/blob/master/ms/apps/readms.cc there is the chansize parameter exposed:

  params.create ("chansize", "0",
                 "Number of channels to read jointly; allows channel iteration (0=all)",
                 "int");

I can't find a reference to it in the python interface. Is there a way to access it or to mimic its behavior with the current python-casacore?