Home
last modified time | relevance | path

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

/dports/science/afni/afni-AFNI_21.3.16/src/
H A Dthd_analyzeread.c123 short spmorg , spmxx,spmyy,spmzz ; /* 03 Nov 2003 */ in THD_open_analyze() local
232 spmorg = spmxx = spmyy = spmzz = 0 ; in THD_open_analyze()
244 zz > 0 && zz < nz-1 ){ spmorg=1; spmxx=xx-1; spmyy=yy-1; spmzz=zz-1; } in THD_open_analyze()
344 if( AFNI_yesenv("AFNI_ANALYZE_ORIGINATOR") && spmorg ){ /* 03 Nov 2003 */ in THD_open_analyze()
352 if (!spmorg){ in THD_open_analyze()
H A Dmri_read.c4340 int spmorg=0 ; /* 28 Nov 2001 */ in mri_read_analyze75() local
4377 zz > 0 && zz < hdr.dime.dim[3] ) spmorg = 1 ; in mri_read_analyze75()
4380 if( spmorg ) strcpy( MRILIB_orients , "LRPAIS" ) ; in mri_read_analyze75()
4526 int spmorg=0 ; /* 28 Nov 2001 */ in mri_read3D_analyze75() local
4566 zz > 0 && zz < hdr.dime.dim[3] ) spmorg = 1 ; in mri_read3D_analyze75()
4569 if( spmorg ) strcpy( MRILIB_orients , "LRPAIS" ) ; in mri_read3D_analyze75()
H A DFD2_inc.c2428 int spmorg=0 ; /* 28 Nov 2001 */
2462 zz > 0 && zz < hdr.dime.dim[3] ) spmorg = 1 ;
2465 if( spmorg ) strcpy( MRILIB_orients , "LRPAIS" ) ;