Exemplo n.º 1
0
                                            nucFileSuf, nucHeadings,
                                            cellFileSuf, cellHeadings)

#e = Experiment(dataPath + dataDirs[0])

#if True : #len(Experiment.insts) == 0 :
#	e = Experiment.experConstructEverything(File(dataPath + dataDirs[0]),
#			nucFileSuf,nucHeadings,cellFileSuf,cellHeadings)
#else :
#	e = Experiment.insts[0]

if False:
    for doc in Cell.methodDocs:
        print(doc)

    print(e)

    #e.hemisegs[0].hyp.show()

    start = time.clock()
    temp = Functions.verticalCrossSection(e.hemisegs[1].hyp, [1, 2])
    temp.show()
    howLong = time.clock() - start
    print("my vetCrossSect: " + str(howLong) + " secs")

    start = time.clock()
    temp2 = ZProjector().run(e.hemisegs[1].hyp, "max")
    temp2.show()
    howLong = time.clock() - start
    print("Zproject: " + str(howLong) + " secs")