| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
* Add argument --use-fitted-beam to force to use the fitted beam
* Change argument --beam to --beam-size
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
See the script header for more explanations.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
* Add argument -m/--mean-std to calculate the original mean and std values
* Add new header keyword "AvgType" to record this selection
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
* 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.
|
| |
|
| |
|
| |
|