psdlag-agn/scripts/prep_lcfiles.sh

3 lines
218 B
Bash
Raw Normal View History

#!/usr/local/bin/bash
2016-07-20 01:54:37 +00:00
for file in data/STORM_III/raw/separated/*; do scripts/heasoft_to_psdlag.pl < $file > data/STORM_III/lightcurves/Δt0.1/$(basename $file|sed 's@\(.*\)\.tab@\1.lc@'); echo Processed $file; done