hello everybody
i wanna ask please, how we can see the raw data of DICOM Computed Tomography or tiff image using ImageJ???thank u jamal |
What do you mean by RAW data in this case?
----------------------------------------------------------------- Johannes Hermen - Ingenieur de Recherche [hidden email] ----------------------------------------------------------------- CRP Henri Tudor http://www.santec.tudor.lu 29, Avenue John F. Kennedy L-1855 Luxembourg ----------------------------------------------------------------- From: jamal jamal <[hidden email]> To: <[hidden email]> Date: 2011.09.12 08:41 Subject: is there away to see the raw data of DICOM CT image using Image J?? Sent by: ImageJ Interest Group <[hidden email]> hello everybody i wanna ask please, how we can see the raw data of DICOM Computed Tomography or tiff image using ImageJ???thank u jamal |
thank you
i mean with RAW Data :all details of the image as commands windows shows the pixel numbers, voxel value, slice thickness ...etc all small details but as commands & mathematical window best regards > Date: Mon, 12 Sep 2011 09:01:06 +0200 > From: [hidden email] > Subject: Re: is there away to see the raw data of DICOM CT image using Image J?? > To: [hidden email] > > What do you mean by RAW data in this case? > > > > ----------------------------------------------------------------- > Johannes Hermen - Ingenieur de Recherche > [hidden email] > ----------------------------------------------------------------- > CRP Henri Tudor http://www.santec.tudor.lu > 29, Avenue John F. Kennedy > L-1855 Luxembourg > ----------------------------------------------------------------- > > > > From: jamal jamal <[hidden email]> > To: <[hidden email]> > Date: 2011.09.12 08:41 > Subject: is there away to see the raw data of DICOM CT image using Image > J?? > Sent by: ImageJ Interest Group <[hidden email]> > > > > hello everybody > i wanna ask please, how we can see the raw data of DICOM Computed > Tomography or tiff image using ImageJ???thank u > jamal |
You might try the TUDOR DICOM Tools,
The offer s lot of functions for DICOM Handling, including a full header view http://santec.tudor.lu/project/optimage/dicom/start With the tool installed you might although use the header values in your macros like this: value = call("Get_Dicom_Value.getHeaderValue","0010,0020"); print(value); ----------------------------------------------------------------- Johannes Hermen - Ingenieur de Recherche [hidden email] ----------------------------------------------------------------- CRP Henri Tudor http://www.santec.tudor.lu 29, Avenue John F. Kennedy L-1855 Luxembourg ----------------------------------------------------------------- From: jamal jamal <[hidden email]> To: <[hidden email]> Date: 2011.09.12 18:38 Subject: Re: is there away to see the raw data of DICOM CT image using Image J?? Sent by: ImageJ Interest Group <[hidden email]> thank you i mean with RAW Data :all details of the image as commands windows shows the pixel numbers, voxel value, slice thickness ...etc all small details but as commands & mathematical window best regards > Date: Mon, 12 Sep 2011 09:01:06 +0200 > From: [hidden email] > Subject: Re: is there away to see the raw data of DICOM CT image using Image J?? > To: [hidden email] > > What do you mean by RAW data in this case? > > > > ----------------------------------------------------------------- > Johannes Hermen - Ingenieur de Recherche > [hidden email] > ----------------------------------------------------------------- > CRP Henri Tudor http://www.santec.tudor.lu > 29, Avenue John F. Kennedy > L-1855 Luxembourg > ----------------------------------------------------------------- > > > > From: jamal jamal <[hidden email]> > To: <[hidden email]> > Date: 2011.09.12 08:41 > Subject: is there away to see the raw data of DICOM CT image > J?? > Sent by: ImageJ Interest Group <[hidden email]> > > > > hello everybody > i wanna ask please, how we can see the raw data of DICOM Computed > Tomography or tiff image using ImageJ???thank u > jamal |
thank u very much i'll try it & see if it's useful
> Date: Tue, 13 Sep 2011 07:40:15 +0200 > From: [hidden email] > Subject: Re: is there away to see the raw data of DICOM CT image using Image J?? > To: [hidden email] > > You might try the TUDOR DICOM Tools, > The offer s lot of functions for DICOM Handling, including a full header > view > > http://santec.tudor.lu/project/optimage/dicom/start > > With the tool installed you might although use the header values in your > macros like this: > > value = call("Get_Dicom_Value.getHeaderValue","0010,0020"); > print(value); > > > ----------------------------------------------------------------- > Johannes Hermen - Ingenieur de Recherche > [hidden email] > ----------------------------------------------------------------- > CRP Henri Tudor http://www.santec.tudor.lu > 29, Avenue John F. Kennedy > L-1855 Luxembourg > ----------------------------------------------------------------- > > > > From: jamal jamal <[hidden email]> > To: <[hidden email]> > Date: 2011.09.12 18:38 > Subject: Re: is there away to see the raw data of DICOM CT image using > Image J?? > Sent by: ImageJ Interest Group <[hidden email]> > > > > thank you > i mean with RAW Data :all details of the image as commands windows shows > the pixel numbers, voxel value, slice thickness ...etc all small details > but as commands & mathematical window > best regards > > > Date: Mon, 12 Sep 2011 09:01:06 +0200 > > From: [hidden email] > > Subject: Re: is there away to see the raw data of DICOM CT image using > Image J?? > > To: [hidden email] > > > > What do you mean by RAW data in this case? > > > > > > > > ----------------------------------------------------------------- > > Johannes Hermen - Ingenieur de Recherche > > [hidden email] > > ----------------------------------------------------------------- > > CRP Henri Tudor http://www.santec.tudor.lu > > 29, Avenue John F. Kennedy > > L-1855 Luxembourg > > ----------------------------------------------------------------- > > > > > > > > From: jamal jamal <[hidden email]> > > To: <[hidden email]> > > Date: 2011.09.12 08:41 > > Subject: is there away to see the raw data of DICOM CT image > using Image > > J?? > > Sent by: ImageJ Interest Group <[hidden email]> > > > > > > > > hello everybody > > i wanna ask please, how we can see the raw data of DICOM Computed > > Tomography or tiff image using ImageJ???thank u > > jamal |
> Try the "SCANHEADER" plugin (http://www.medphys.it): it uses the same
command (Get_Dicom_Value.getHeaderValue) for multiple dicom tags. > > This plugin displays the DICOM header tags about all the images in a > folder and its subfolders. The images must be in DICOM format. The plugin > does not display information about DICOMDIR. > > Use "Select folder" to specify the images main directory and "Select TXT" > to specify the tags to display (e.g. see the file "Example.txt") or write > the tag's code in the mask. Use "Start" to begin the scanning process. The > output displays in the first row the selected tags and in the second row > the relative description. > > Hint: use the "DICOM_Dictionary.txt" contribution by Johannes Hermen and > Christian Mol to upgrade the imageJ dictionary: copy it to the ImageJ > folder and ImageJ will use it instead of the built in 680 tag dictionary. > > > > best > > stefano > > >> thank u very much i'll try it & see if it's useful >> >> >> >>> Date: Tue, 13 Sep 2011 07:40:15 +0200 >>> From: [hidden email] >>> Subject: Re: is there away to see the raw data of DICOM CT image using >>> Image J?? >>> To: [hidden email] >>> >>> You might try the TUDOR DICOM Tools, >>> The offer s lot of functions for DICOM Handling, including a full >>> header >>> view >>> >>> http://santec.tudor.lu/project/optimage/dicom/start >>> >>> With the tool installed you might although use the header values in >>> your >>> macros like this: >>> >>> value = call("Get_Dicom_Value.getHeaderValue","0010,0020"); >>> print(value); >>> >>> >>> ----------------------------------------------------------------- >>> Johannes Hermen - Ingenieur de Recherche >>> [hidden email] >>> ----------------------------------------------------------------- >>> CRP Henri Tudor http://www.santec.tudor.lu >>> 29, Avenue John F. Kennedy >>> L-1855 Luxembourg >>> ----------------------------------------------------------------- >>> >>> >>> >>> From: jamal jamal <[hidden email]> >>> To: <[hidden email]> >>> Date: 2011.09.12 18:38 >>> Subject: Re: is there away to see the raw data of DICOM CT image using >>> Image J?? >>> Sent by: ImageJ Interest Group <[hidden email]> >>> >>> >>> >>> thank you >>> i mean with RAW Data :all details of the image as commands windows >>> shows >>> the pixel numbers, voxel value, slice thickness ...etc all small >>> details >>> but as commands & mathematical window >>> best regards >>> >>> > Date: Mon, 12 Sep 2011 09:01:06 +0200 >>> > From: [hidden email] >>> > Subject: Re: is there away to see the raw data of DICOM CT image >>> using >>> Image J?? >>> > To: [hidden email] >>> > >>> > What do you mean by RAW data in this case? >>> > >>> > >>> > >>> > ----------------------------------------------------------------- >>> > Johannes Hermen - Ingenieur de Recherche >>> > [hidden email] >>> > ----------------------------------------------------------------- >>> > CRP Henri Tudor http://www.santec.tudor.lu >>> > 29, Avenue John F. Kennedy >>> > L-1855 Luxembourg >>> > ----------------------------------------------------------------- >>> > >>> > >>> > >>> > From: jamal jamal <[hidden email]> >>> > To: <[hidden email]> >>> > Date: 2011.09.12 08:41 >>> > Subject: is there away to see the raw data of DICOM CT image >>> using Image >>> > J?? >>> > Sent by: ImageJ Interest Group <[hidden email]> >>> > >>> > >>> > >>> > hello everybody >>> > i wanna ask please, how we can see the raw data of DICOM Computed >>> > Tomography or tiff image using ImageJ???thank u >>> > jamal >> >> > > |
Free forum by Nabble | Edit this page |