After the dynamic spectra are generated, it could be useful to have some basic pulse finder implemented to allow for things like:
- Pulse timing of arrival
- Duty cycle estimation
- Pulse width measurement
- Comparison of pulse to pulse properties
- Running existing tools (e.g. RM analysis or lightcurve generation) for a single pulse
This should be relatively straightforward to implement with something like scipy's find_peaks
After the dynamic spectra are generated, it could be useful to have some basic pulse finder implemented to allow for things like:
This should be relatively straightforward to implement with something like scipy's
find_peaks