Home
last modified time | relevance | path

Searched refs:show_isi_stats (Results 1 – 3 of 3) sorted by relevance

/dports/science/afni/afni-AFNI_21.3.16/src/python_scripts/scripts/
H A Dtiming_tool.py2269 if self.show_isi_stats(): return 1
2945 def show_isi_stats(self): member in ATInterface
2950 rv = self.timing.show_isi_stats(mesg='single element',
2971 rv = amt.show_isi_stats(mesg='%d elements'%nele, run_len=self.run_len,
/dports/science/afni/afni-AFNI_21.3.16/src/python_scripts/afnipy/
H A Dlib_timing.py738 def show_isi_stats(self, mesg='', run_len=[], tr=0, rest_file=''): member in AfniTiming
H A Dlib_afni1D.py4815 MT.show_isi_stats(mesg='%d elements'%nad, run_len=run_lens, tr=tr)