comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » Re: New Image Processing Routines
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: New Image Processing Routines [message #47688 is a reply to message #47677] Fri, 24 February 2006 08:07 Go to previous messageGo to previous message
David Fanning is currently offline  David Fanning
Messages: 11724
Registered: August 2001
Senior Member
J.D. Smith writes:

> 2. The ASINCH scaling, which is linear at the low end, and logarithmic
> at the high end (which is about perfect for showing noise properties and
> high contrast features all at once). Robert Lupton wrote such a beast
> in IDL already:
>
> http://cheops1.uchicago.edu/idlhelp/sdssidl/plotting/tvasinh .html
>
> His website links to a little paper describing the method (which has
> some very nice properties, but occasionally produces strange-looking
> images:
>
> http://www.astro.princeton.edu/~rhl/PrettyPictures/
>
> The trick will be coming up with an easier way to set the 2 parameters
> required that affect the scaling.

Ah, this is like a tuned gamma function! Nice. I get it! It
is helpful to have some pictures to view:

alpha = 0.2 ; 0.0 > alpha < 1.0
nonlinear = 8 ; 1 > nonlinear < inf
data = indgen(256)
Plot, asinh(alpha*nonlinear*image)/nonlinear

Now vary alpha and nonlinear and you will see how to "tune"
the function.

Cheers,

David

P.S. Requires the ASTRO library routine ASINH.
--
David Fanning, Ph.D.
Fanning Software Consulting, Inc.
Coyote's Guide to IDL Programming: http://www.dfanning.com/
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: interpolation question
Next Topic: Re: Can't load a color table

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Wed Oct 08 17:32:44 PDT 2025

Total time taken to generate the page: 0.00407 seconds