mirror of
https://asciireactor.com/otho/psdlag-agn.git
synced 2024-11-22 11:35:06 +00:00
3 lines
218 B
Bash
Executable File
3 lines
218 B
Bash
Executable File
#!/usr/local/bin/bash
|
||
|
||
for file in data/STORM_III/raw/separated/*; do scripts/heasoft_to_psdlag.pl < $file > data/STORM_III/lightcurves/Δt=0.1/$(basename $file|sed 's@\(.*\)\.tab@\1.lc@'); echo Processed $file; done |