History of AFNI updates  

|
April 28, 2023 02:31PM
Hi Rick,

Good points but no cigar, the below has a script to reproduce the problem. It assumes you have AFNI_demo/CD under your home directory (where else would it be?).

My afni version is: Precompiled binary macos_10.12_local: Oct 1 2022 (Version AFNI_22.2.12 'Marcus Aurelius')

Thanks!
Ziad

#!/bin/sh
crazypath=${PWD}/tmp/Volumes/ns2/MyFavoriteThings88/healer/transfer/BC_transfers/Minds_expanded/77566465JIM8008_CAT_DOG_TT_00001224.zip.exp/77566465JIM8008_CAT_DOG_TT_00001224/S38-SU98272B/SU98272003/Week_52_Mea_DOG/CAT/00001224/Catenation_Adjusted_Regression/00001224/

mkdir -p ${crazypath}
cp ~/AFNI_demo/CD/AFNI_data6/DICOM_T1/I1000000 ${crazypath}

echo ">>> This works :)"
cd ${crazypath}
dicom_hinfo -sepstr , -tag 0008,0022 0008,0031 0008,0032 0018,1242 I1000000

echo ">>> This doesn't :("
dicom_hinfo -sepstr , -tag 0008,0022 0008,0031 0008,0032 0018,1242 ${crazypath}/I1000000
Subject Author Posted

dicom_hdr and dicom_hinfo crashing with long filenames

Ziad Saad April 27, 2023 07:08PM

Re: dicom_hdr and dicom_hinfo crashing with long filenames

rick reynolds April 27, 2023 07:45PM

Re: dicom_hdr and dicom_hinfo crashing with long filenames

Ziad Saad April 28, 2023 02:31PM

Re: dicom_hdr and dicom_hinfo crashing with long filenames

rick reynolds April 28, 2023 04:05PM

Re: dicom_hdr and dicom_hinfo crashing with long filenames

Daniel Glen April 28, 2023 07:40PM

Re: dicom_hdr and dicom_hinfo crashing with long filenames

Ziad Saad May 01, 2023 10:45AM

Re: dicom_hdr and dicom_hinfo crashing with long filenames

Daniel Glen May 01, 2023 11:23AM

Re: dicom_hdr and dicom_hinfo crashing with long filenames

Ziad Saad May 01, 2023 02:29PM

Re: dicom_hdr and dicom_hinfo crashing with long filenames

Daniel Glen May 02, 2023 12:35AM

Re: dicom_hdr and dicom_hinfo crashing with long filenames

Ziad Saad May 02, 2023 03:36PM

Re: dicom_hdr and dicom_hinfo crashing with long filenames

Ziad Saad May 09, 2023 02:17PM

Re: dicom_hdr and dicom_hinfo crashing with long filenames

Daniel Glen May 09, 2023 06:03PM

Re: dicom_hdr and dicom_hinfo crashing with long filenames

Ziad Saad May 10, 2023 11:24AM