| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
|
|
|
|
| |
* Change shebang to '#!/usr/bin/env bash'
* Change suffix to '.bash'
|
| |
|
|
|
|
|
|
|
|
| |
* Add argument -m/--mean-std to switch to calculate the original mean and
standard deviation
* Add "save()" method to the PSD class
* Significantly update the parameter descriptions
* Save more information with the psd data to the saved TXT file
|
|
|
|
| |
See: https://github.com/numpy/numpy/pull/6103
|
| |
|
| |
|
|
|
|
| |
Rename argument -p/--plot to -P/--plot
|
| |
|
|
|
|
| |
Also fix the plot title and improve message.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Also fix an argument name error
|
|
|
|
|
|
|
|
| |
* Add argument --chunk-size: overwrite the max sources per chunk in the
configuration file
* Remove argument --no-vis-ms
* Change argument --no-vis-oskar to --vis-oskar
* Change argument --dryrun to --dry-run
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
e.g., radio images are often has 4 axes: X, Y, FREQ, STOKES
|
| |
|
| |
|
| |
|