Searched refs:dsetheadname (Results 1 – 2 of 2) sorted by relevance
/dports/science/afni/afni-AFNI_21.3.16/src/SUMA/ |
H A D | SUMA_3dBRAIN_VOYAGERtoAFNI.c | 156 …orm[10], swp[10], orstr[10], xfov[100], yfov[100], zfov[100], *prefix = NULL, *dsetheadname = NULL; in SUMA_BrainVoyager_Read_vmr() local 220 dsetheadname = SUMA_append_replace_string(prefix,".HEAD", sview, 0); in SUMA_BrainVoyager_Read_vmr() 221 if (SUMA_filexists(dsetheadname)) { in SUMA_BrainVoyager_Read_vmr() 222 SUMA_S_Errv("Bad prefix, output dset %s exists\n", dsetheadname); in SUMA_BrainVoyager_Read_vmr() 225 SUMA_free(dsetheadname); dsetheadname = NULL; in SUMA_BrainVoyager_Read_vmr()
|
H A D | SUMA_Surface_IO.c | 9214 …orm[10], swp[10], orstr[10], xfov[100], yfov[100], zfov[100], *prefix = NULL, *dsetheadname = NULL; in SUMA_OpenDX_Read_CruiseVolHead() local 9230 dsetheadname = SUMA_append_string(prefix,"+orig.HEAD"); in SUMA_OpenDX_Read_CruiseVolHead() 9231 if (SUMA_filexists(dsetheadname)) { in SUMA_OpenDX_Read_CruiseVolHead() 9235 SUMA_free(dsetheadname); dsetheadname = NULL; in SUMA_OpenDX_Read_CruiseVolHead()
|