Search found 367 matches

by Rick
Wed Feb 11, 2015 8:31 pm
Forum: General Questions
Topic: composite of multiple time step information into a display
Replies: 7
Views: 4165

Re: composite of multiple time step information into a display

Hi Kris, The problem lies in the max function found in jython. When using this function, if a 'nan' is found as a value in either 2 data objects, the value in the resultant object is 'nan'. Through scripting we have a work around which requires using 1.5beta2. As you have pointed out 1.5beta2 does h...
by Rick
Mon Feb 09, 2015 6:02 pm
Forum: General Questions
Topic: GEOTIFF file in McIDAS-V
Replies: 1
Views: 1762

Re: GEOTIFF file in McIDAS-V

Hi Ralfaro, Please upload your file to our ftp site and we will try to reproduce your situation. ftp ftp.ssec.wisc.edu user anonymous password e-mail address cd pub cd incoming bin put {file name} Once uploaded please post another message. With that post, please include information about your comput...
by Rick
Mon Feb 09, 2015 5:14 pm
Forum: General Questions
Topic: Suitable laptop to run McIDAS-V?
Replies: 1
Views: 1687

Re: Suitable laptop to run McIDAS-V?

Hi Bernie,

The System Requirements are documented in the Users Guide. Getting the correct graphics card and enough memory will make McIDAS-V run much smoother. One last note, McIDAS-V will not work on a secondary display. You'll need to use your primary display as the input to your projector.
by Rick
Tue Jan 27, 2015 10:46 pm
Forum: Scripting
Topic: Script runs out of memory
Replies: 1
Views: 1853

Re: Script runs out of memory

Hi abhiram, We started looking into your script and are working on a more efficient method of completing your task. Running several calls getADDEImage is not efficient. A preferred method would be to make one getADDEImage call and request the value for a given lat/lon. Couple of questions. 1) Are yo...
by Rick
Tue Dec 23, 2014 9:37 pm
Forum: Bug Reports
Topic: bufr files not working anymore under 1.4/1.5beta1
Replies: 6
Views: 3232

Re: bufr files not working anymore under 1.4/1.5beta1

Hi HP,

This problem has been brought to the attention of the netCDF developers and they don't have plans to fix things in the near future. They requested that our developers make the first attempt. I wish I had better news. We'll fill you in as we get more information.

Rick
by Rick
Thu Dec 18, 2014 10:20 pm
Forum: Scripting
Topic: reading a 1d field in a script
Replies: 2
Views: 2113

Re: reading a 1d field in a script

Hi Joleen, That capability is not currently available from scripting. I wrote up Inquiry 1898 to address the issue. Ideally, this would be a generic function. For ABI data, an ADDE server is scheduled to be completed by April 2015. The values for the metadata are going to be in the calibration block...
by Rick
Thu Dec 18, 2014 9:24 pm
Forum: Feature Requests
Topic: adding equilibrium level to derived data from 3-D NWP grids
Replies: 1
Views: 1875

Re: adding equilibrium level to derived data from 3-D NWP grids

Hi Kris,

McIDAS-X can derive these parameters from sounding data, but not gridded data. I have added Inquiry 1894 requesting that this capability be added to McIDAS-V.

Rick
by Rick
Thu Dec 18, 2014 8:56 pm
Forum: Bug Reports
Topic: Mis-labeled GMS via script
Replies: 2
Views: 1767

Re: Mis-labeled GMS via script

Hi Tim,

Looks like the sensor-id to sensor-type is not being converted correctly. We'll take a look to find out if that information is coming from the server or a conversion done in the McIDAS-V software. I wrote up inquiry 1893 to address the issue.

Rick
by Rick
Wed Dec 17, 2014 3:18 pm
Forum: General Questions
Topic: ISL trouble
Replies: 11
Views: 5678

Re: ISL trouble

That is the expect output. If your script did not create the png file, please post your mcidasv.log.
by Rick
Tue Dec 16, 2014 10:38 pm
Forum: General Questions
Topic: ISL trouble
Replies: 11
Views: 5678

Re: ISL trouble

You will need to create a batch file to run the python script. Here are some example lines that could be used in a batch file: cd \ cd "C:\\Users\\jpalmas\\McIDAS-V-System" "runMcV.bat" -pyfile "C:\\Users\\jpalmas\\McIDAS-V\\prueba.py" The batch file would be run from a...