Search found 124 matches

by Jon
Wed Sep 19, 2018 6:45 pm
Forum: Bug Reports
Topic: McIDAS-V has closed unexpectedly
Replies: 25
Views: 12830

Re: McIDAS-V has closed unexpectedly

Hi Kris, Would it be possible for you to take a look at your computer's "Energy Saver" preferences? If you open up "System Preferences", then go to "Energy Saver", and from there click on the "Power Adapter" tab. From what I can recall, these options are (some...
by Jon
Wed Feb 07, 2018 10:52 pm
Forum: Scripting
Topic: jython/python for McV in git
Replies: 1
Views: 2420

Re: jython/python for McV in git

Hi Joleen, Rather than using a soft/symbolic link, you could create a "hard" link to the file within your local repository (an unfortunate limitation is that you can't create a hard link to a directory): ln /path/to/repo/file.py ~/Documents/McIDAS-V/python/ When you run "ls -l ~/Docum...
by Jon
Fri Sep 08, 2017 9:44 pm
Forum: Bug Reports
Topic: can't use captureImage
Replies: 20
Views: 11441

Re: can't use captureImage

Hi Joleen,

Sorry about that. I believe the problem has been fixed with my latest commit, though Bob hasn't taken a crack at it yet!
by Jon
Thu Apr 13, 2017 11:00 pm
Forum: General Questions
Topic: Error MCIDAS-V
Replies: 1
Views: 1938

Re: Error MCIDAS-V

Hello Conrado, I apologize for the delayed reply. Does McIDAS-V finish starting up for you? If so, please consider submitting a support request to the McIDAS Help Desk, as it will automatically include information that may be of use while solving this problem. Support requests can be sent by simply ...
by Jon
Wed Apr 12, 2017 6:54 pm
Forum: Scripting
Topic: How do I extract units consistently?
Replies: 9
Views: 4967

Re: How do I extract units consistently?

I will be sure to make that infernal programmer get this stuff into the 1.7 release!
by Jon
Fri Mar 24, 2017 7:19 pm
Forum: General Questions
Topic: logger
Replies: 13
Views: 7171

Re: logger

Hi Joleen, I keep trying and failing to make progress here, but I just wanted to say that this hasn't been forgotten. To be extra certain, I also added this to the Inquiry System (#2507). Apologies for not following up on this in a more timely manner; I kept holding off in the hopes that I'd make so...
by Jon
Fri Mar 17, 2017 12:12 am
Forum: Scripting
Topic: too many open files
Replies: 8
Views: 4889

Re: too many open files

Hi Joleen, I apologize for the delayed reply, but I come bearing gifts! Well, that's the intent at least. If you put the following snippet into your Jython library, you should be able to do things like "with managedLoadGrid(...) as foo:" and it should automatically try calling netCDF's clo...
by Jon
Wed Mar 01, 2017 6:52 pm
Forum: Scripting
Topic: too many open files
Replies: 8
Views: 4889

Re: too many open files

Hi Joleen, I'm not able to view your GitLab link (and FWIW I'm logged in), but this seems like something that may require ulimit. IIRC "ulimit -n" will report the maximum number of open files a process may use. If you're opening the files yourself (i.e. you have something to close), you mi...
by Jon
Tue Oct 11, 2016 8:09 pm
Forum: Bug Reports
Topic: satband-band-label GOES-R
Replies: 3
Views: 2380

Re: satband-band-label GOES-R

Hi Joleen,

It turns out that this is something the Data Center will need to change on geoarc (basically they need to be running McIDAS-X 2016.1 or newer). They believe they'll have things updated by the end of the week.

Jon
by Jon
Wed Oct 05, 2016 4:39 pm
Forum: Scripting
Topic: visad.DateTime setFormatPattern is global
Replies: 7
Views: 4034

Re: visad.DateTime setFormatPattern is global

No matter what the docs say, the API seems questionable--though renaming to "setDefaultFormatPattern" could've helped. My vote would be to deprecate setFormatPattern/setFormatTimeZone (and their respective getters). We probably can't simply remove them...though a cursory glance through Vis...