コード例 #1
0
ファイル: rt.py プロジェクト: triciatricia/SIMPLE
 def targetSelector(self):
     ##generate list of open volume files
     targets = airsIO.getAllNames()
     self.targetButton.setitems(targets)
     self.pButton.setitems(targets)
     ccftargets = airsIO.getVolumeNames()
     self.tButton.setitems(ccftargets)
コード例 #2
0
ファイル: fhc.py プロジェクト: triciatricia/SIMPLE
	def refineSelector(self):
		##generate list of open volume files
		refines=airsIO.getAllNames()
		refines.insert(0,"Unselected")
		self.maskButton.setitems(refines)	
コード例 #3
0
ファイル: fhc.py プロジェクト: triciatricia/SIMPLE
	def probeSelector(self):
		##generate list of open volume files
		probes=airsIO.getAllNames()
		self.probeButton.setitems(probes)