Home
last modified time | relevance | path

Searched refs:use_MRILIB_yoff (Results 1 – 5 of 5) sorted by relevance

/dports/science/afni/afni-AFNI_21.3.16/src/
H A DFD2_inc.c33 extern int use_MRILIB_yoff ;
935 int use_MRILIB_yoff = 0 ;
1278 use_MRILIB_yoff = ( fabs(xyz[qq-1]-xyz[qq+2]) < 0.01*dyy ) ;
H A Dmrilib.h104 extern int use_MRILIB_yoff ;
143 use_MRILIB_xoff=use_MRILIB_yoff=use_MRILIB_zoff=0; \
H A Dmri_read.c67 int use_MRILIB_yoff = 0 ; variable
630 use_MRILIB_yoff = ( fabs(xyz[qq-1]-xyz[qq+2]) < 0.01*dyy ) ; in mri_read()
H A Dmri_read_dicom.c952 MRILIB_yoff = xyz[qq-1] ; use_MRILIB_yoff = 1 ; in mri_read_dicom()
H A Dto3d.c337 if( use_MRILIB_yoff ){ /* 20 Dec 2001 */ in main()