mirror of
https://asciireactor.com/otho/psdlag-agn.git
synced 2024-11-22 18:25:08 +00:00
3 lines
197 B
Bash
3 lines
197 B
Bash
|
#!/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.01/$(basename $file|sed 's@\(.*\)\.tab@\1.lc@'); done
|