Search found 124 matches

by Jon
Tue Jul 07, 2015 7:16 pm
Forum: Scripting
Topic: importing new jython tools when running in a jython shell
Replies: 26
Views: 12997

Re: importing new jython tools when running in a jython shell

I should've waited a few minutes! Can you try adding the following line to your mcvinit (I added it right before the "from edu.wisc.ssec.mcidasv.data.hydra import Statistics" line)?

Code: Select all

from edu.wisc.ssec.mcidasv.util import ErrorCodeAreaUtils
by Jon
Tue Jul 07, 2015 7:09 pm
Forum: Scripting
Topic: importing new jython tools when running in a jython shell
Replies: 26
Views: 12997

Re: importing new jython tools when running in a jython shell

Hi Joleen, Sorry for the delayed reply (I was out on Friday and Monday). I'm still working on the error message itself, but you may be able to avoid copy/pasting the mcvinit code now that we're using Jython 2.7. You can try placing your mcvinit.py in '~/.local/lib/jython2.7/site-packages' (you may n...
by Jon
Mon Jun 15, 2015 6:02 pm
Forum: Scripting
Topic: issueing a warning
Replies: 4
Views: 3111

Re: issueing a warning

Hi HP, My attempt at adding this to your svImageSeq function: m Here's a convenient view that highlights what I added (plus two apparent spacing differences that don't really matter): m That said, I'd recommend throwing an exception rather than showing the dialog. It allows you to write code to &quo...
by Jon
Mon May 18, 2015 5:40 pm
Forum: Bug Reports
Topic: encoding not working completely
Replies: 17
Views: 7187

Re: encoding not working completely

Hi Joleen,

Regrettably, I didn't think of this in time for the 1.5 release. :x However, the latest nightly builds should work a bit better due to the following commits:

Commit 4a7a2d7...

Commit 150a802...
by Jon
Fri Mar 20, 2015 9:19 pm
Forum: Bug Reports
Topic: script saving an image sequence does not work correctly
Replies: 42
Views: 18909

Re: script saving an image sequence does not work correctly

Hi HP, First of all: thank you for being so patient while we attempted to get this sorted out. I'm glad you noticed that the delays could be removed. Some of my other changes introduced other delays that we may also now be able to remove…and I'd be very happy if we could cease having to suggest usin...
by Jon
Tue Feb 10, 2015 7:17 pm
Forum: Bug Reports
Topic: Partial Menu
Replies: 3
Views: 2286

Re: Partial Menu

Sorry to hear about this! If you can get it to happen again, an interesting test would be to try navigating the menu with the arrow keys--pretty much just click the button to get the menu up, and then you can hit the down arrow to head down the menu (and the right/left arrows "open"/"...
by Jon
Wed Jun 25, 2014 12:05 pm
Forum: Under Development
Topic: Changes to McIDAS-V nightly builds
Replies: 11
Views: 12848

Re: Changes to McIDAS-V nightly builds

Thanks for letting us know, H. P.. I'll find some way to get a Windows 8.1 installation to test against.
by Jon
Thu May 29, 2014 2:45 pm
Forum: Bug Reports
Topic: java Memory leak /Threads
Replies: 10
Views: 4537

Re: java Memory leak /Threads

Hi Henry, First, I apologize for letting this sit, unanswered, for so long. I had very much wanted to just follow up with a "it's fixed in the new nightly", but I'm sorry to say that I've tried a number of different approaches and consistently hit a brick wall. Out of curiosity, is this so...
by Jon
Wed May 21, 2014 6:20 pm
Forum: General Questions
Topic: cleanFilter
Replies: 3
Views: 2074

Re: cleanFilter

Hi Joleen,

I've just built a new nightly that includes a (tentative) fix for this cleanFilter example. If it works out I can easily apply the change to the rest of the image filters.

Jon
by Jon
Mon Apr 28, 2014 2:09 pm
Forum: Scripting
Topic: number of Threads
Replies: 3
Views: 2670

Re: number of Threads

Hello Henry,

Thanks for bringing this to our attention (and providing an example script!). I'm looking into it now.

Jon