average over time

Post any questions, ideas, or topics related to Jython and Python scripting.
User avatar
tomw
Posts: 296
Joined: Tue Dec 23, 2008 3:40 pm

Re: average over time

Post by tomw »

HP -- a couple of things:

1. The reason you have 8 pixels is because ADDE servers only return multiples of 4 for the number of pixels in a line, so even if you ask for 2x2, you will get 2x4, although you might check the values as the server might be returning nulls for the "extra" pixels, if that matters.

2. Since "imgAvg" is not null, I have to conclude that the "imgDisp" is null....and if that's the case then I must bow out of this discussion, as I don't know much about the "firstDisplay()" method, etc.
User avatar
mhiley
Posts: 90
Joined: Mon Jan 23, 2012 10:22 pm

Re: average over time

Post by mhiley »

Hi HP,

What is the build date on your nightly? Also, could you check if there is more verbose error output in "mcidasv.log"?

Thanks,
Mike
User avatar
hproe
Posts: 504
Joined: Sat Nov 27, 2010 3:46 pm

Re: average over time

Post by hproe »

Hi Mike -

With the most recent build of 2014-05-27 15:26 the average is now displayed. The other days I have used builds of last mid-week. Looks like the problem is resolved.

thanks, HP
Post Reply