Search found 235 matches

by tomw
Thu Apr 25, 2013 6:29 pm
Forum: General Questions
Topic: Is there a limit to how many gridpoints you can have in a M-
Replies: 2
Views: 1880

Re: Is there a limit to how many gridpoints you can have in a M-

Let me add that there is no arbitrary limit to the size of a grid in the code. The memory size of the workstation (and/or the value set in Preferences) will basically set the limit. For large grids/images, using a 64-bit machine with lots of memory is a necessity these days (there is a limit of abou...
by tomw
Thu Apr 25, 2013 5:56 pm
Forum: Feature Requests
Topic: Changing Turbulence Report Symbols/Layout Model
Replies: 5
Views: 3473

Re: Changing Turbulence Report Symbols/Layout Model

These symbols were included in the special "wmo" Hershey Font developed for VisAD which closely followed the GEMPAK code at the time. Since these are "stroke-generated" symbols, the associated Hershey Font can be edited to change the symbols for the 9 items -- it would be more di...
by tomw
Mon Mar 25, 2013 3:13 pm
Forum: Scripting
Topic: Get Dimension of a FlatField
Replies: 10
Views: 4338

Re: Get Dimension of a FlatField

For point obs, you can use the Jython len() method to get some of this information. For example, from the SFCHOURLY reports, I get a "getType(data)" listing that tells me the Type of the data looks like this: index -> ((Latitude, Longitude, Altitude), Time, (TYPE, NREC, MOD, HMS, CIGC, CC1...
by tomw
Mon Mar 18, 2013 7:20 pm
Forum: General Questions
Topic: Scripting/linking multiple data probes for a csv file
Replies: 2
Views: 2065

Re: Scripting/linking multiple data probes for a csv file

There is also a plug-in called "Jython Control" which provides a template to get people started in writing Jython code that gets "called" when the user does some interaction with the main display (for example, move the probe). The template is just that -- it illustrates the use o...
by tomw
Thu Feb 21, 2013 1:42 pm
Forum: Scripting
Topic: JPythonMethods.load(), SIZE=SAME
Replies: 1
Views: 1383

Re: JPythonMethods.load(), SIZE=SAME

I believe you need "SIZE=ALL" to get the entire image. The 640x480 is the default size when the "frame size" (a McIDAS-X construct) is unknown...it's a throw-back to the Good Ol' Days... I do not know if there is a word in the AREA Directory that indicates, for "tracked imag...
by tomw
Wed Feb 20, 2013 4:54 pm
Forum: Bug Reports
Topic: plotting wind barbs/vectors coloured by wind speed
Replies: 6
Views: 3229

Re: plotting wind barbs/vectors coloured by wind speed

The problem is that the "color-by" field is the same as one of the components used to create the vectors and the underlying library cannot create a new Data object using the same field twice. I suggested that the user create a new formula with just one line: combineFields ( grid, newName(c...
by tomw
Tue Feb 12, 2013 3:44 pm
Forum: Tips and Tricks
Topic: McIDAS-V won't start from behind a firewall?
Replies: 0
Views: 6777

McIDAS-V won't start from behind a firewall?

A user reported that he was trying to run McIDAS-V inside a firewall, and that only the Main Window would appear -- the Data Explorer window never showed up, nor could he bring it up by clicking on the "V" icon. The solution to this is to go to the User Preferences window (from Edit --> Pr...
by tomw
Mon Feb 04, 2013 6:16 pm
Forum: General Questions
Topic: Saving all levels of a derived quanitity
Replies: 5
Views: 2470

Re: Saving all levels of a derived quanitity

Most gridded data can be saved in a netCDF file using the method in the Jython library:

Code: Select all

exportGridToNetcdf( grid, filename )



This creates a netCDF file that usually can be read in using the "file" chooser and selecting a Data Type of "Grid files(netcdf/...").
by tomw
Thu Jan 31, 2013 8:07 pm
Forum: Bug Reports
Topic: Jython Shell Closes with Clear All Command
Replies: 12
Views: 4694

Re: Jython Shell Closes with Clear All Command

...I get one blank line inserted into the history after each command I type. So, when I hit the up arrow to navigate backward through my history I get a blank line before the actual command I had typed. Does anyone else see this behavior? (In nightlies from the last 2 weeks). -Mike Mike -- I see th...
by tomw
Sat Jan 26, 2013 3:34 pm
Forum: General Questions
Topic: simple newbee question
Replies: 3
Views: 2259

Re: simple newbee question

If you are on a Windows computer, you might also look at the end of this posting:
http://mcidas.ssec.wisc.edu/forums/viewtopic.php?f=24&t=869