https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 23d579a728d02d416b9be956232b4a653418ad3e authored by Zaki Ali on 20 March 2017, 22:09:09 UTC, committed by Zaki Ali on 05 April 2017, 22:35:49 UTC
If input_flag_array exists in a Cal object, write it to fits. If it is
present in a fits file (which will have a larger CRVAL1 value than usual),
read it in.
1 parent a9c21d1
Raw File
Tip revision: 23d579a728d02d416b9be956232b4a653418ad3e authored by Zaki Ali on 20 March 2017, 22:09:09 UTC
include support for input_flag_array optional variable.
Tip revision: 23d579a
.readthedocs.yml
# Don't build any extra formats
formats:
    - none
conda:
    file: ci/rtd_env.yml
python:
   version: 2.7
python:
   setup_py_install: true
back to top