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

Home » Public Forums » archive » making a checkerboard array?
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: making a checkerboard array? [message #55984 is a reply to message #55935] Wed, 26 September 2007 10:39 Go to previous messageGo to previous message
David Fanning is currently offline  David Fanning
Messages: 11724
Registered: August 2001
Senior Member
JD Smith writes:

> In case that wasn't clear, here it is dfanning style ;)
>
> theRamp = LINDGEN( theNumberofXPixels , theNumberofYPixels )
> theCheckerBoardHorizontalPeriod = 2 * theCheckWidth
> theHorizontalRamp = theRamp MOD theCheckerBoardHorizontalPeriod
> theHorizontalBands = theHorizontalRamp LT theCheckWidth
>
> theRowNumbers = theRamp/theNumberofXPixels
> theCheckerBoardVerticalPeriod = 2 * theCheckHeight
> theVerticalRamp = theRowNumbers MOD theCheckerBoardVerticalPeriod
> theVerticalBands = theVerticalRamp GE theCheckHeight
>
> theCheckerBoard = theHorizontalBands XOR theVerticalBands

Oh, hell. I think I'm going back to all lowercase. :-(

Cheers,

David

--
David Fanning, Ph.D.
Fanning Software Consulting, Inc.
Coyote's Guide to IDL Programming: http://www.dfanning.com/
Sepore ma de ni thui. ("Perhaps thou speakest truth.")
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Re: Parsing C -> Generating DLL/DLM
Next Topic: selection box in widget program

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

Current Time: Thu Oct 09 21:27:13 PDT 2025

Total time taken to generate the page: 0.39193 seconds