|
|
|
|
|
Re: CCD saturation [message #63246 is a reply to message #63123] |
Thu, 30 October 2008 01:31  |
Wout De Nolf
Messages: 194 Registered: October 2008
|
Senior Member |
|
|
On Wed, 29 Oct 2008 08:07:54 -0700 (PDT), MichaelT
<michael.theusner@googlemail.com> wrote:
> I just noticed two typos in my example code that you will likely
> already have discovered:
>
> For i = 1, n_areas - 1 Do Begin
> Change this to
> For i = 0, n_areas - 1 Do Begin
>
> Mod[0] certainly should be Dim[0]
>
> Michael
I noticed already, but thanks for your concern :-).
|
|
|