Skip to content
Snippets Groups Projects
Select Git revision
  • d83d27b7abdb495db09bcb2d8388cdc3f4493a0d
  • master default protected
  • develop-GA
  • timeFstatmap
  • add-higher-spindown-components
  • develop-DK
  • adds-header-to-grid-search
  • v1.2
  • v1.1.2
  • v1.1.0
  • v1.0.1
11 results

generate_table.py

Blame
  • Forked from Gregory Ashton / PyFstat
    Source project has a limited visibility.
    99-loopplot.py 332 B
    import os
    
    for i in range(10):
    	print(i)
    	os.system('python plot_sample.py --hdf-file-path output/train.hdf --sample-id '+str(i)+' --plot-path "plots/'+str(i)+'.png"')
    
    
    for i in range(100,110):
    	print(i)
    	os.system('python plot_sample.py --hdf-file-path output/train.hdf --sample-id '+str(i)+' --plot-path "plots/'+str(i)+'.png"')