Search found 124 matches

by Jon
Mon Nov 08, 2010 6:52 pm
Forum: Scripting
Topic: importing python packages
Replies: 2
Views: 2475

Re: importing python packages

Agreed, those would be incredibly useful. The problem is that none of the mentioned packages are "pure" Python; they make use of a LOT of platform-dependent Fortran/C/basically-not-java-stuff. I've actually attempted to port numpy by myself, but the issue is that numpy relies on a lot of t...
by Jon
Tue Jan 19, 2010 10:19 pm
Forum: General Questions
Topic: translating saved viewpoints between tabs
Replies: 4
Views: 2903

Re: translating saved viewpoints between tabs

This should be fixed with my latest commit. Apologies for not getting to it more quickly!
by Jon
Fri Jun 05, 2009 8:54 pm
Forum: Bug Reports
Topic: refresh button not working
Replies: 4
Views: 2755

Re: refresh button not working

Thanks for reporting this... I committed a fix for the refresh button on 2009-06-02 (~10AM CST!) . I'll investigate whether or not Java can listen to filesystem notifications. Having to hit a button and/or creating directory watching threads seems kinda silly when this sort of thing is built into th...
by Jon
Fri Mar 27, 2009 10:38 pm
Forum: Bug Reports
Topic: Memory leaks in McIDAS-V
Replies: 6
Views: 3653

Re: Memory leaks in McIDAS-V

Thanks for submitting this report -- I'll definitely look into it. For the sake of being thorough, have you tried clearing the memory and cache explicitly? [ This can be done at any time by right clicking on the memory panel ] The Java virtual machine may not immediately release its requested memory...