https://github.com/plazar/pypulsar
Raw File
Tip revision: 5dbc7eb3c13e2800dc68a764d43da219fc8bed17 authored by Patrick Lazarus on 21 January 2016, 19:33:05 UTC
Update number of time series samples when writing out .inf file in demodulate.py
Tip revision: 5dbc7eb
Makefile
.PHONY: clean
clean:
	find . -name '*.pyc' | xargs -n 1 -- rm -f
back to top