convert to floating-point image

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

convert to floating-point image

Luis Isaac Ramos Garcia
    Dear;

    I would like to open the DICOM images as floating-point image, it is
possible to convert it using Edit->Options->DICOM... and click on Open
as 32-bit. But every time in enter imageJ I have to click it again. Is
it possible to save this option permanently?

    How can I convert an image in a floating-point image in macro language?

    Many thanks,

--
Dr Luis Isaac Ramos Garcia
Departamento de Oncologia
Clinica Universidad de Navarra
Facultad de Medicina,Universidad de Navarra
Av. Pio XII nÂș36, 31008 Pamplona, Spain
Fax: +34 948255500
TEL: +34 948255400 (Ext. 4924)
E-mail: [hidden email]
Web Page: http://www.cun.es
Reply | Threaded
Open this post in threaded view
|

Re: convert to floating-point image

Gabriel Landini
On Thursday 12 August 2010, you wrote:
>     I would like to open the DICOM images as floating-point image, it is
> possible to convert it using Edit->Options->DICOM... and click on Open
> as 32-bit. But every time in enter imageJ I have to click it again. Is
> it possible to save this option permanently?

You can use the macro recorder to record that command and add it to the
AutoRun macro in the StartupMacros.txt file, so it will execute every time.
Be warned that this will not be the default if you give your macros away
unless you add this to those macros too.
 
>     How can I convert an image in a floating-point image in macro language?

Again, use the macro recorder to see what is the syntax to execute
Image>Type>32-bit

Cheers
Gabriel