CIRA-Pulsars-and-Transients-Group / vcstools

A suite of tools for processing MWA-VCS data
Other
8 stars 8 forks source link

Finalise versioning in Python scripts #11

Closed NickSwainston closed 4 years ago

NickSwainston commented 5 years ago

Need to ensure that versioning is available in all used scripts. Unused or superfluous scripts should be removed.

I just had a look and the following scripts don't have an --version option: bf_adjust_flags.py create_ics_psrfits.py file_maxmin.py fix_offset.py get_meta.py get_MWAobsInfo.py get_voltage_obs.py plotFlatTileBeam.py plotPolarTileBeam.py plotTiedArrayBeam.py recombine.py rename_corr_output.py reorder_chans.py

I think we don't care enough about most of these except perhaps recombine.py and create_ics_psrfits.py

NickSwainston commented 4 years ago

Fixed in #139

Removed: bf_adjust_flags.py file_maxmin.py fix_offset.py get_meta.py get_MWAobsInfo.py get_voltage_obs.py

Updated: create_ics_psrfits.py recombine.py rename_corr_output.py reorder_chans.py

Doesn't need: plotFlatTileBeam.py plotPolarTileBeam.py plotTiedArrayBeam.py