arct for images

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

arct for images

Cinthya Toro Salazar
Dear all,
Someone of you can give me some information about how to make the
trigonometric functions.

Thanks!


--

*Cinthya Toro*

COMISIÓN NACIONAL DE ENERGÍA ATÓMICA

Gerencia de Área Investigación y Aplicaciones no Nucleares

Departamento de Micro y Nanotecnología

AVENIDA GENERAL PAZ 1499

EDIFICIO 42, SECTOR "C", 3er. PISO, Oficina B326

VILLA MAIPÚ - PARTIDO DE SAN MARTÍN (CP1650)

PROVINCIA DE BUENOS AIRES****

( FAX: (05411) 6772-7134****

( TEL: (05411) 6772-7000 Int. 6566

www.cnea.gov.ar/grupos/mems
Reply | Threaded
Open this post in threaded view
|

Re: arct for images

David M Gauntt
If you are referring to using trigonometric functions in plug-ins, the
Java Math class is what you want.  For example, the arc-tangent function
is Math.atan(x).  These are documented at
http://docs.oracle.com/javase/6/docs/api/java/lang/Math.html.

--
David M. Gauntt, Ph.D.
Associate Professor,
Division of Medical Physics and Engineering
UAB Department of Radiology

mailto:[hidden email]
205-975-3777







On 3/15/12 9:10 AM, "Cinthya Toro Salazar" <[hidden email]> wrote:

>Dear all,
>Someone of you can give me some information about how to make the
>trigonometric functions.
>
>Thanks!
>
>
>--
>
>*Cinthya Toro*
>
>COMISIÓN NACIONAL DE ENERGÍA ATÓMICA
>
>Gerencia de Área Investigación y Aplicaciones no Nucleares
>
>Departamento de Micro y Nanotecnología
>
>AVENIDA GENERAL PAZ 1499
>
>EDIFICIO 42, SECTOR "C", 3er. PISO, Oficina B326
>
>VILLA MAIPÚ - PARTIDO DE SAN MARTÍN (CP1650)
>
>PROVINCIA DE BUENOS AIRES****
>
>( FAX: (05411) 6772-7134****
>
>( TEL: (05411) 6772-7000 Int. 6566
>
>www.cnea.gov.ar/grupos/mems
Reply | Threaded
Open this post in threaded view
|

Re: arct for images

karo03
In reply to this post by Cinthya Toro Salazar
Am 15.03.2012 um 15:10 schrieb Cinthya Toro Salazar:

> Dear all,
> Someone of you can give me some information about how to make the
> trigonometric functions.
>
> Thanks!


There are many possibilities, one might be using run("Macro...", "code=v=atan(v/255*3.14)");

Karsten
[hidden email]
Reply | Threaded
Open this post in threaded view
|

Re: arct for images

Cinthya Toro Salazar-2
In reply to this post by David M Gauntt
I have solved my problem applying Math.
Thank you to all!!!

On Thu, Mar 15, 2012 at 11:45 AM, David M Gauntt <[hidden email]> wrote:

> If you are referring to using trigonometric functions in plug-ins, the
> Java Math class is what you want.  For example, the arc-tangent function
> is Math.atan(x).  These are documented at
> http://docs.oracle.com/javase/6/docs/api/java/lang/Math.html.
>
> --
> David M. Gauntt, Ph.D.
> Associate Professor,
> Division of Medical Physics and Engineering
> UAB Department of Radiology
>
> mailto:[hidden email]
> 205-975-3777
>
>
>
>
>
>
>
> On 3/15/12 9:10 AM, "Cinthya Toro Salazar" <[hidden email]> wrote:
>
> >Dear all,
> >Someone of you can give me some information about how to make the
> >trigonometric functions.
> >
> >Thanks!
> >
> >
> >--
> >
> >*Cinthya Toro*
> >
> >COMISIÓN NACIONAL DE ENERGÍA ATÓMICA
> >
> >Gerencia de Área Investigación y Aplicaciones no Nucleares
> >
> >Departamento de Micro y Nanotecnología
> >
> >AVENIDA GENERAL PAZ 1499
> >
> >EDIFICIO 42, SECTOR "C", 3er. PISO, Oficina B326
> >
> >VILLA MAIPÚ - PARTIDO DE SAN MARTÍN (CP1650)
> >
> >PROVINCIA DE BUENOS AIRES****
> >
> >( FAX: (05411) 6772-7134****
> >
> >( TEL: (05411) 6772-7000 Int. 6566
> >
> >www.cnea.gov.ar/grupos/mems
>