logo       

Re: Re: Perldl Digest, Vol 29, Issue 9: msg#00024

Subject: Re: Re: Perldl Digest, Vol 29, Issue 9
http://wiki.jach.hawaii.edu/pdl_wiki-bin/wiki

On 10/19/07, Vladimir Radulovski <vladradulov@xxxxxxxxx> wrote:
> What is the wiki's web-adress?
>
>
> 2007/10/19, perldl-request@xxxxxxxxxxxxxxx <perldl-request@xxxxxxxxxxxxxxx>:
> > Send Perldl mailing list submissions to
> >         perldl@xxxxxxxxxxxxxxx
> >
> > To subscribe or unsubscribe via the World Wide Web, visit
> >         http://mailman.jach.hawaii.edu/mailman/listinfo/perldl
> > or, via email, send a message with subject or body 'help' to
> >         perldl-request@xxxxxxxxxxxxxxx
> >
> > You can reach the person managing the list at
> >         perldl-owner@xxxxxxxxxxxxxxx
> >
> > When replying, please edit your Subject line so it is more specific
> > than "Re: Contents of Perldl digest..."
> >
> >
> > Today's Topics:
> >
> >    1. A graphical way to see the colour lookup tables
> >       (Matthew Kenworthy)
> >    2. Re: A graphical way to see the colour lookup tables
> >       (Douglas Burke)
> >    3. Re: A graphical way to see the colour lookup tables
> >       (Karl Glazebrook)
> >
> >
> > ----------------------------------------------------------------------
> >
> > Message: 1
> > Date: Wed, 17 Oct 2007 16:31:38 -0700
> > From: Matthew Kenworthy <mkenworthy@xxxxxxxxxxxxxx>
> > Subject: [Perldl] A graphical way to see the colour lookup tables
> > To: perldl@xxxxxxxxxxxxxxx
> > Message-ID: <20071017233138.GA31119@xxxxxxxxxxxxxx>
> > Content-Type: text/plain; charset=us-ascii
> >
> > Hi all,
> >
> > It's a hokey one-liner, but I keep using it when I want to see what look
> > up tables are available in PDL::Graphics::LUT. I hope it helps someone!
> >
> > Cheers,
> >
> > Matt
> >
> > perl -e 'use PDL;use PDL::Graphics::PGPLOT;
> > use PDL::Graphics::LUT;dev("/xs",3,15);
> > foreach(lut_names()){print"$_\n";ctab(lut_data($_));imag sequence(250,1);
> > text $_,20,-0.2,{CHARSIZE=>20,LINEWIDTH=>20,COLOUR=>0};
> > text $_,20,-0.2,{CHARSIZE=>20,LINEWIDTH=>1,COLOUR=>1};}'
> >
> > --
> > Matthew Kenworthy / Instrument Scientist / CAAO / Steward Observatory
> > Room N414 / 933 N. Cherry Ave / Tucson AZ 85721 / vox 520 626 6720
> >
> >
> >
> > ------------------------------
> >
> > Message: 2
> > Date: Thu, 18 Oct 2007 10:19:19 -0400
> > From: Douglas Burke <dburke@xxxxxxxxxxxxxxx>
> > Subject: Re: [Perldl] A graphical way to see the colour lookup tables
> > To: perldl@xxxxxxxxxxxxxxx
> > Message-ID: <47176B67.8050608@xxxxxxxxxxxxxxx>
> > Content-Type: text/plain; charset=ISO-8859-1; format=flowed
> >
> > Matthew Kenworthy wrote:
> > > Hi all,
> > >
> > > It's a hokey one-liner, but I keep using it when I want to see what look
> > > up tables are available in PDL::Graphics::LUT. I hope it helps someone!
> > >
> > > Cheers,
> > >
> > > Matt
> > >
> > > perl -e 'use PDL;use PDL::Graphics::PGPLOT;
> > > use PDL::Graphics::LUT;dev("/xs",3,15);
> > > foreach(lut_names()){print"$_\n";ctab(lut_data($_));imag sequence(250,1);
> > > text $_,20,-0.2,{CHARSIZE=>20,LINEWIDTH=>20,COLOUR=>0};
> > > text $_,20,-0.2,{CHARSIZE=>20,LINEWIDTH=>1,COLOUR=>1};}'
> > >
> >
> > If someone has time [*] they could collect helpful little bits of code
> > like this in the wiki; also the image created here could go on the wiki
> > to save people actually having to type to see the results :-)
> >
> > Doug
> >
> > [* ie not me :-]
> >
> > --
> >
> > --------------------------------------------------------------
> >    Doug Burke                | Email:  dburke@xxxxxxxxxxxxxxx
> >    Harvard-Smithsonian       | Phone:  (617) 496 7853
> >      Center for Astrophysics | Fax:    (617) 495 7356
> >    60 Garden Street MS-2     | Office: B-440
> >    Cambridge, MA 02138       |
> > --------------------------------------------------------------
> >
> >
> >
> >
> > ------------------------------
> >
> > Message: 3
> > Date: Fri, 19 Oct 2007 00:28:58 +1000
> > From: Karl Glazebrook <karlglazebrook@xxxxxxx>
> > Subject: Re: [Perldl] A graphical way to see the colour lookup tables
> > To: Matthew Kenworthy <mkenworthy@xxxxxxxxxxxxxx>
> > Cc: perldl@xxxxxxxxxxxxxxx
> > Message-ID: <5B4361D3-1E7B-490F-B009-EED0BB83E9B6@xxxxxxx>
> > Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed
> >
> > looks good. please put it on the wiki!
> >
> > Karl
> >
> > On 18/10/2007, at 9:31 AM, Matthew Kenworthy wrote:
> >
> > > Hi all,
> > >
> > > It's a hokey one-liner, but I keep using it when I want to see what
> > > look
> > > up tables are available in PDL::Graphics::LUT. I hope it helps
> > > someone!
> > >
> > > Cheers,
> > >
> > > Matt
> > >
> > > perl -e 'use PDL;use PDL::Graphics::PGPLOT;
> > > use PDL::Graphics::LUT;dev("/xs",3,15);
> > > foreach(lut_names()){print"$_\n";ctab(lut_data($_));imag sequence
> > > (250,1);
> > > text $_,20,-0.2,{CHARSIZE=>20,LINEWIDTH=>20,COLOUR=>0};
> > > text $_,20,-0.2,{CHARSIZE=>20,LINEWIDTH=>1,COLOUR=>1};}'
> > >
> > > --
> > > Matthew Kenworthy / Instrument Scientist / CAAO / Steward Observatory
> > > Room N414 / 933 N. Cherry Ave / Tucson AZ 85721 / vox 520 626 6720
> > >
> > > _______________________________________________
> > > Perldl mailing list
> > > Perldl@xxxxxxxxxxxxxxx
> > > http://mailman.jach.hawaii.edu/mailman/listinfo/perldl
> >
> >
> >
> >
> > ------------------------------
> >
> > _______________________________________________
> > Perldl mailing list
> > Perldl@xxxxxxxxxxxxxxx
> > http://mailman.jach.hawaii.edu/mailman/listinfo/perldl
> >
> >
> > End of Perldl Digest, Vol 29, Issue 9
> > *************************************
> >
>
>
> --
> ------------- Bulgarian ------------------------------
> Да живееш със Природата е значително по-конфортно, по-евтино и по-приятно.
>
> ------------- Английски ------------------------------
> Living with Nature is considerably more comfortable, cheaper and nicer.
>
> Vladimir Radulovski, 4th year student, Physical Oceanography Group at
> the Dept. of Physics , Sofia University , Bulgaria.
>
> -------------- I am a happy user of PDL:
> PDL turns perl in to a free, array-oriented, numerical language
> similar to (but, we believe, better than) such commerical packages as
> IDL and MatLab.
>
> _______________________________________________
> Perldl mailing list
> Perldl@xxxxxxxxxxxxxxx
> http://mailman.jach.hawaii.edu/mailman/listinfo/perldl
>
>
_______________________________________________
Perldl mailing list
Perldl@xxxxxxxxxxxxxxx
http://mailman.jach.hawaii.edu/mailman/listinfo/perldl
<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

Recently Viewed:
science.linguis...    culture.sf.lite...    video.mplayer.c...    yellowdog.gener...    ietf.rfc822/199...    emacs.help/2002...    redhat.release....    kernel.speakup/...    java.openejb.de...    debian.devel.gt...    xfree86.newbie/...    bug-tracking.ma...    pam/2003-05/msg...    games.devel.ope...    user-groups.lin...    music.pancham/2...    network.mq.deve...    web.html.genera...    arklinux.bugs/2...    linux.ecasound/...    qnx.openqnx.dev...    org.user-groups...    file-systems.sf...    trustix.contrib...   
Home | blog view | USPTO Patent Archive | advertise | OSDir is an inevitable website. super tiny logo

Free Magazines

Cisco News
Receive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business.
subscribe

Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field.
subscribe

The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business.
subscribe

Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company.
subscribe

Total Telecom Total Telecom is "The Economist of the communications industry".
subscribe