SG++-Doxygen-Documentation
Loading...
Searching...
No Matches
analyse_erg Namespace Reference

Variables

list clustercount = []
 
int clustercounter = 0
 
list confirmed_hits = []
 
int counter = 0
 
 file = sys.argv[1]
 
 file1 = np.loadtxt(file)
 
 file_ref = np.loadtxt(referenz)
 
list found_clusters = []
 
int gesamthits = 0
 
 referenz = sys.argv[2]
 
 tmp = float(file_ref[counter])
 
 tocomp = int(tmp)
 

Variable Documentation

◆ clustercount

list analyse_erg.clustercount = []

◆ clustercounter

int analyse_erg.clustercounter = 0

◆ confirmed_hits

list analyse_erg.confirmed_hits = []

◆ counter

int analyse_erg.counter = 0

◆ file

analyse_erg.file = sys.argv[1]

◆ file1

analyse_erg.file1 = np.loadtxt(file)

◆ file_ref

analyse_erg.file_ref = np.loadtxt(referenz)

◆ found_clusters

list analyse_erg.found_clusters = []

◆ gesamthits

int analyse_erg.gesamthits = 0

◆ referenz

analyse_erg.referenz = sys.argv[2]

◆ tmp

analyse_erg.tmp = float(file_ref[counter])

◆ tocomp

int analyse_erg.tocomp = int(tmp)