-
**Describe the bug**
Can't read a bunch of fits files together for some reason?
**To Reproduce**
```bash
your_header.py -f /hyrule/data/users/dagarwal/SGR1935/L_Band/vegas_59261_60229_J1934+2145…
-
-
In a clean install on python3.8.0, from pip, I get the following error:
```
Traceback (most recent call last):
File "getting_started.py", line 4, in
import psrsigsim as pss
File "/pri…
-
Apologies if this is a simple misunderstanding, a lot of the PSRFITS/PSRCHIVE documentation is offline/incomplete making this hard to debug.
I was trying to open the [psrchive files](http://www.ale…
mef51 updated
3 years ago
-
Splice psrfits shouldn't need to be a separate step, but the output format (e.g. whether to splice contiguous frequencies together) should be supplied to the beamformer as a user option.
-
The submitted JOSS paper for this project looks great! Most of my suggestions are nitpicky and grammar-related:
- [x] Nobel prize —> Nobel Prize
- [x] these neutron stars —> neutron stars
- [x] g…
-
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_adj…
-
`your_viewer.py -f /gbo/20m/57889/Skynet_57889_psr_b1822_09_28142_28500_0002.fits`
Leads to
``` bash
Traceback (most recent call last):
File "/home/dagarwal/soft/conda/envs/your_env/bin/your_…
-
Need to write unit tests for the `io` module in the new API.
-
We need to have some `save` function so that we can take simulated data, either with a signal instantiated from a PSRFITS file or by the user, and save the simulated data in a PSRFITS file. Subsequent…