Search found 1138 matches

by joleenf
Tue Jun 26, 2018 3:11 pm
Forum: Scripting
Topic: loadGrid "times" key in returned object
Replies: 1
Views: 4536

loadGrid "times" key in returned object

Hi, I have forgotten, what time is the "times" key of the loadGrid object supposed to contain? For GOES-16, it is an empty array as far as I can tell. That being said, I am using local broadcast data. Data at m FWIW, I usually just get the time from t=grid['globalAttributes']['time_coverag...
by joleenf
Fri Feb 16, 2018 6:09 pm
Forum: Bug Reports
Topic: Odd errors at startup
Replies: 1
Views: 1913

Odd errors at startup

Hi,

I am consistently seeing "resource not found" errors when I start McIDAS-V. I ran most recently using a tempuser path and this is the mcidasv.log

mcidasv.log
(6.52 KiB) Downloaded 424 times


It does not seem to be a problem yet.

Joleen
by joleenf
Wed Feb 07, 2018 4:46 pm
Forum: Scripting
Topic: jython/python for McV in git
Replies: 1
Views: 5361

jython/python for McV in git

I have quite a bit of McV jython code, some of which doubles as independent python code. I need some advice on rethinking the git repository. The code was developed as part of a project, initially is was in a project repository sub-directory, to which, I would soft link from my McIDAS-V/python direc...
by joleenf
Fri Dec 22, 2017 5:24 pm
Forum: Scripting
Topic: array out of bounds with weighted average resample
Replies: 1
Views: 4853

array out of bounds with weighted average resample

Hi, I was working with the CMI field for OR_ABI-L2-CMIPM1-M3C14_G16_s20173541809319_e20173541809377_c20173541809438.nc and OR_ABI-L2-CMIPM1-M3C02_G16_s20173541809319_e20173541809377_c20173541809452.nc on arcdata. I am trying to upsample the C14 channel to the C02 channel. It seems that when I try us...
by joleenf
Fri Dec 15, 2017 4:05 pm
Forum: Scripting
Topic: GOES-16 resample class methods
Replies: 1
Views: 4978

GOES-16 resample class methods

Hi, I was trying to use the fixed grid format resample method, and found the class name in one of my help desk email messages. However, I can't access what had been called goesResample in development. Is there a way to access the java doc for this class? Am I accessing the wrong class? from edu.wisc...
by joleenf
Thu Dec 14, 2017 2:38 pm
Forum: Bug Reports
Topic: accounting information needed in scripting
Replies: 7
Views: 4143

Re: accounting information needed in scripting

Hi Bob, Another consideration for that inquiry might be a warning when the user is trying to add a path when using the -tempuserpath flag. I was using the flag incorrectly, but there is no warning that a problem might occur. I wonder if it would be a good idea to issue a warning if the user is tryin...
by joleenf
Wed Dec 13, 2017 6:59 pm
Forum: Bug Reports
Topic: accounting information needed in scripting
Replies: 7
Views: 4143

Re: accounting information needed in scripting

Hi Bob,

The problem was the section header from my config file. If I remove the space (test_recent rather than test recent, McIDAS-V works as expected with the code.

Joleen
by joleenf
Wed Dec 13, 2017 6:43 pm
Forum: Bug Reports
Topic: accounting information needed in scripting
Replies: 7
Views: 4143

Re: accounting information needed in scripting

Hi Bob, I tried the scripting option again with tempuserpath (but not filling yet with my jython code). This eliminates the problem I saw above. I also tried with userpath. I found that I was accidentally using the scripting flags incorrectly, when I typed: ~/Applications/McIDAS-V-System/runMcV -use...
by joleenf
Wed Dec 13, 2017 6:28 pm
Forum: Bug Reports
Topic: accounting information needed in scripting
Replies: 7
Views: 4143

Re: accounting information needed in scripting

Hi Bob, I am seeing this with all the servers, but I am seeing some strange messages when I try to run a script. I recently tried initializing a git repo in my jython directory. It seemed okay at the time, but I am wondering if this is the problem. I thought that it was okay to do this now (an inqui...
by joleenf
Wed Dec 13, 2017 5:37 pm
Forum: Bug Reports
Topic: accounting information needed in scripting
Replies: 7
Views: 4143

accounting information needed in scripting

Hi, Could you verify that you can still list adde server information in scripting with accounting being extracted from the server manager rather than being explicitly typed in the script? I am using Version: 1.7beta1 Build-date: 2017-12-13 16:30, but had this problem with a nightly from 2017-11-01. ...