Search found 1138 matches

by joleenf
Thu Sep 13, 2018 8:08 pm
Forum: General Questions
Topic: fixed grid format of ABI/AHI ==> ADDE
Replies: 12
Views: 6224

Re: fixed grid format of ABI/AHI ==> ADDE

Hi Bob, TomR helped me with a generic way to determine the center of a visad data object which is working pretty well. targetSet = getDomainSet(vis) cs = targetSet.getCoordinateSystem() x = int(targetSet.getX().getLength() / 2) y = int(targetSet.getY().getLength() / 2) gval = targetSet.gridToValue([...
by joleenf
Fri Aug 31, 2018 1:20 pm
Forum: Scripting
Topic: GOES-16 Satellite Image - Move to Back? / Re-order Layers
Replies: 16
Views: 9213

Re: GOES-16 Satellite Image - Move to Back? / Re-order Layers

Hi Bob,

I wonder then if this problem is currently only affecting the programs run in a vncserver display. Maybe I can demo the problem on Wednesday.

Joleen
by joleenf
Fri Aug 31, 2018 12:33 pm
Forum: Scripting
Topic: GOES-16 Satellite Image - Move to Back? / Re-order Layers
Replies: 16
Views: 9213

Re: GOES-16 Satellite Image - Move to Back? / Re-order Layers

Hi Bob,

Have you been able to replicate this problem when projecting to the fixed grid?

Joleen
by joleenf
Mon Aug 20, 2018 3:39 pm
Forum: Scripting
Topic: GOES-16 Satellite Image - Move to Back? / Re-order Layers
Replies: 16
Views: 9213

Re: GOES-16 Satellite Image - Move to Back? / Re-order Layers

Hi Bob, This does not replicate the problem for me, either in a VNC viewer or in a background script through a vncserver. I was able to replicate the problem in the vnc viewer using the exact scripts I have for the real-time processing of the sandwich product. However, once I set the vertical positi...
by joleenf
Fri Aug 17, 2018 5:21 pm
Forum: Scripting
Topic: GOES-16 Satellite Image - Move to Back? / Re-order Layers
Replies: 16
Views: 9213

Re: GOES-16 Satellite Image - Move to Back? / Re-order Layers

Hi, This is happening on a GNU/Linux box. The map is displaying fine on the IOS machine I am using (McIDAS-V version 1.8beta1 Build-date: 2018-08-06 09:30), but not on the GNU/Linux box (McIDAS-V build from today 2018-08-17, however, was happening with the build from August 6th as well). In that cas...
by joleenf
Mon Aug 13, 2018 6:51 pm
Forum: General Questions
Topic: Vertical Profile of AIRS product
Replies: 13
Views: 6363

Re: Vertical Profile of AIRS product

Thanks Jay. I have a few more questions: 1.) If the file has a time variable that is recognized, for example, GOES retrievals: ftp://ftp.ssec.wisc.edu/pub/ssec/joleenf/ ), how can I create a time series of vertical profiles? I thought I needed to use mergeTimeSequence, but using that I am just seein...
by joleenf
Fri Aug 10, 2018 6:31 pm
Forum: General Questions
Topic: Vertical Profile of AIRS product
Replies: 13
Views: 6363

Re: Vertical Profile of AIRS product

Hi Jay, - I see how I can plot multiple sounding displays in different display windows. I have to make sure that the current skew-T display is not active, otherwise the new plot overwrites the old, rather than adding a second layer. I was thinking of plotting either: -- two retrievals from two diffe...
by joleenf
Thu Aug 09, 2018 4:51 pm
Forum: General Questions
Topic: Vertical Profile of AIRS product
Replies: 13
Views: 6363

Re: Vertical Profile of AIRS product

Hi, With the help of MUG and the IDV list, I was able to plot a retrieval on a Grid Skew-T chart in McIDAS-V. def createSounding(temperature,dewpoint, timeString='1972-01-01 00:00:01'): import ucar.unidata.data.grid.DerivedGridFactory as DGF if isinstance(temperature[0], visad.Real): temperature = m...
by joleenf
Thu Aug 09, 2018 4:39 pm
Forum: General Questions
Topic: Plot chart side by side
Replies: 1
Views: 1470

Plot chart side by side

Hi, I think this is in one of the tutorials, but I did not find the solution. How is the following image achieved? mug_example.png I follow the https://www.ssec.wisc.edu/mcidas/doc/mcv_guide/current/controls/Chart.html#chartlayout and use View-->Chart-->Layout-->Change Grid Layout but I don't see ho...
by joleenf
Thu Aug 09, 2018 1:47 pm
Forum: Scripting
Topic: ABI fixed grid coordinate values
Replies: 3
Views: 2407

Re: ABI fixed grid coordinate values

Hi Bob,

Thank-you for the detailed response.

Joleen