예제 #1
0
파일: test.py 프로젝트: mcordell/fsl_tools
 def setUp(self):
     self.directory=fsf_file(os.path.join(os.path.dirname(__file__),'FE.fsf'))
     self.copeimage=fsf_file(os.path.join(os.path.dirname(__file__),'FECopeImages.fsf'))
예제 #2
0
파일: test.py 프로젝트: mcordell/fsl_tools
 def setUp(self):
     self.ME= fsf_file(os.path.join(os.path.dirname(__file__),"ME.fsf"))
     self.me_csv_lines,self.width,self.height=me_to_csv(self.ME)
예제 #3
0
파일: test.py 프로젝트: mcordell/fsl_tools
 def setUp(self):
     #setup an fsf file for testing
     self.ME= fsf_file(os.path.join(os.path.dirname(__file__),"ME.fsf"))
예제 #4
0
파일: test.py 프로젝트: mcordell/fsl_tools
 def setUp(self):
     self.preproc = fsf_file(os.path.join(os.path.dirname(__file__),"pre.fsf"))