test_hf.py 218 B

12345678910
  1. #! /usr/bin/env python
  2. import subprocess, re, os, time, random
  3. from glob import *
  4. for scan in glob("*.dat"):
  5. print (scan)
  6. subprocess.call("python3 harmonic_fit.py " + scan + " > test_hf.log", shell = True)