This archive contains answers to questions sent to Unidata support through mid-2025. Note that the archive is no longer being updated. We provide the archive for reference; many of the answers presented here remain technically correct, even if somewhat outdated. For the most up-to-date information on the use of NSF Unidata software and data services, please consult the Software Documentation first.
> > Full Name: Brian Billings > > Email Address: address@hidden > > Organization: Saint Cloud State University > > Package Version: 3.0u2 build date:2012-02-10 17:21 UTC > > Operating System: Windows 7 > > Hardware: Java: home: C:\Program Files\IDV_3.0u2\jre version: 1.6.0_20 > > j3d:1.5.2 fcs (build4) > > Description of problem: Good afternoon. > > > > I am hoping to be able to use an isl script to capture images of IDV skew-T > > diagrams. While I am able to capture the display control window, the frame > > containing the skew-T or hodograph is empty (tables work okay). I'm > > assuming this is due to the note in the users guide which says that only > > "chart" is supported in the "what" attribute. Is this correct? Are there > > any plans to add extra attributes in the near future? If so, would the > > ability to select the sounding profile colors be added? > > > > Thank you for your help. > > > > Brian Billings > > > > > Hi Brian, > I will add the api to allow you to capture the SkewT now, but not the > hodograph. I may be able to figure out the logic later to do both. Basically, > the image capture will be like this: > > <image file="${islpath}/bundle.png" > display="class:ucar.unidata.idv.control.RaobSoundingControl"/> > > You need to download tomorrow's nightly release to make this function working. > > Yuan Ok, I added the capability to capture hodograph too. To capture hodo graph: <image file="${islpath}/bundle.png" display="class:ucar.unidata.idv.control.RaobSoundingControl" what="hodo"/> to capture skewT: <image file="${islpath}/bundle.png" display="class:ucar.unidata.idv.control.RaobSoundingControl"/> or <image file="${islpath}/bundle.png" display="class:ucar.unidata.idv.control.RaobSoundingControl" what="skewt"/> Let us know if this doesn't work in tomorrow nightly release. Yuan Ticket Details =================== Ticket ID: GOL-295105 Department: Support IDV Priority: Normal Status: Closed