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.
> Yuan, > > Attached is my storm track ATCF .dat file, the bundle (again) and the > script I was using. I was trying to add a matte to the image(created > in the bundle) and then add a title and lat/lon labels. I got the > errors in the previous email when doing so. I have attached all that I > tried to do. Also, I have attached another image(RH_Shear.gif) that I > have a question about. Why are the contour labels so small when using > a script in panels? I have the contour labels set to size 16 in the > bundle, which is huge. Is there an easier way to create the contour > labels using scripting, similar to how the color bar is created? I > also have a similar problem when trying to do panels using wind barbs, > they always come out way too small, even after enlarging them > significantly in the bundle. Thanks for your help! > > V/R, > > Stefan > I still have some trouble loading your bundle, but I think I understand what is wrong here. I checked in a fixed. Please try the nightly release tomorrow and let me know if the issue get fixed. Yuan > Stefan Cecelski > Ph.D. Candidate and Graduate Research Assistant > AOSC Department: University of Maryland College Park > 2343 Computer and Space Sciences Building(CSS #224) > 703.801.1370 > address@hidden > > > > > > On Nov 1, 2011, at 11:53 AM, Unidata IDV Support wrote: > > >> Full Name: Stefan Cecelski > >> Email Address: address@hidden > >> Organization: University of Maryland > >> Package Version: 3.0u1 build date:2011-10-31 07:07 UTC > >> Operating System: Mac OS X > >> Hardware: Java: home: /System/Library/Java/JavaVirtualMachines/ > >> 1.6.0.jdk/Contents/Home version: 1.6.0_26 j3d:1.5.2 fcs (build4) > >> Description of problem: Hello, > >> > >> I get the following errors when trying to load my storm track data > >> up via a bundle/script pair. The errors are as follows: > >> > > > > Hi Stefan, > > This bundle points to your local dataset, so I can not see > > anything when I tried to open this bundle. Can you attach the data, > > and have some information about you were trying to do? > > > > > > Yuan > >> ./runIDV /Volumes/WD/IDV_Stuff/IDV_Finishing.isl > >> Mon Oct 31 11:44:19 EDT 2011: Loading bundle: /Volumes/WD/IDV_Stuff/ > >> julia_track.xidv > >> ERROR: Initializing after unpersistence > >> java.lang.NullPointerException > >> java.lang.NullPointerException > >> at > >> ucar > >> .unidata > >> .idv > >> .control > >> .storm.StormDisplayState.colorRangeChanged(StormDisplayState.java: > >> 2677) > >> at > >> ucar > >> .unidata > >> .idv > >> .control.storm.StormTrackControl.applyRange(StormTrackControl.java: > >> 2593) > >> at > >> ucar > >> .unidata > >> .idv > >> .control > >> .DisplayControlImpl > >> .applyAttributesToDisplayables(DisplayControlImpl.java:1578) > >> at > >> ucar > >> .unidata > >> .idv.control.DisplayControlImpl.init(DisplayControlImpl.java:1136) > >> at > >> ucar > >> .unidata > >> .idv > >> .control > >> .DisplayControlImpl.initAfterUnPersistence(DisplayControlImpl.java: > >> 1365) > >> at > >> ucar > >> .unidata > >> .idv > >> .control > >> .DisplayControlImpl.initAfterUnPersistence(DisplayControlImpl.java: > >> 1269) > >> at ucar.unidata.idv.IdvPersistenceManager > >> $18.run(IdvPersistenceManager.java:3722) > >> at visad.util.ThreadManager.runInParallel(ThreadManager.java:273) > >> at visad.util.ThreadManager.runInParallel(ThreadManager.java:245) > >> at visad.util.ThreadManager.runSequentially(ThreadManager.java:223) > >> at > >> ucar > >> .unidata > >> .idv > >> .IdvPersistenceManager > >> .instantiateFromBundle(IdvPersistenceManager.java:3735) > >> at > >> ucar > >> .unidata > >> .idv > >> .IdvPersistenceManager.decodeXmlInner(IdvPersistenceManager.java: > >> 3043) > >> at ucar.unidata.idv.IdvPersistenceManager > >> $11.run(IdvPersistenceManager.java:2861) > >> at > >> ucar > >> .unidata > >> .idv.IdvPersistenceManager.decodeXml(IdvPersistenceManager.java:2870) > >> at > >> ucar > >> .unidata.idv.ui.ImageGenerator.processTagBundle(ImageGenerator.java: > >> 2403) > >> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > >> at > >> sun > >> .reflect > >> .NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > >> at > >> sun > >> .reflect > >> .DelegatingMethodAccessorImpl > >> .invoke(DelegatingMethodAccessorImpl.java:25) > >> at java.lang.reflect.Method.invoke(Method.java:597) > >> at > >> ucar.unidata.idv.ui.ImageGenerator.processNode(ImageGenerator.java: > >> 1029) > >> at > >> ucar > >> .unidata.idv.ui.ImageGenerator.processChildren(ImageGenerator.java: > >> 1063) > >> at > >> ucar > >> .unidata.idv.ui.ImageGenerator.processTagGroup(ImageGenerator.java: > >> 2704) > >> at > >> ucar > >> .unidata.idv.ui.ImageGenerator.processTagIsl(ImageGenerator.java: > >> 2658) > >> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > >> at > >> sun > >> .reflect > >> .NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > >> at > >> sun > >> .reflect > >> .DelegatingMethodAccessorImpl > >> .invoke(DelegatingMethodAccessorImpl.java:25) > >> at java.lang.reflect.Method.invoke(Method.java:597) > >> at > >> ucar.unidata.idv.ui.ImageGenerator.processNode(ImageGenerator.java: > >> 1029) > >> at > >> ucar > >> .unidata > >> .idv.ui.ImageGenerator.processScriptFile(ImageGenerator.java:942) > >> at > >> ucar > >> .unidata > >> .idv.ui.ImageGenerator.processScriptFile(ImageGenerator.java:866) > >> at > >> ucar > >> .unidata > >> .idv.ui.ImageGenerator.processScriptFiles(ImageGenerator.java:850) > >> at ucar.unidata.idv.ArgsManager$1.run(ArgsManager.java:407) > >> at ucar.unidata.idv.ArgsManager.runInitRunnables(ArgsManager.java: > >> 454) > >> at ucar.unidata.idv.ArgsManager.access$000(ArgsManager.java:73) > >> at ucar.unidata.idv.ArgsManager$3.run(ArgsManager.java:433) > >> at ucar.unidata.util.Misc$3.run(Misc.java:1091) > >> > >> Attached is the script I am using. Thanks! > >> > >> V/R, > >> > >> Stefan > >> > >> > > > > > > Ticket Details > > =================== > > Ticket ID: YFF-400093 > > Department: Support IDV > > Priority: Normal > > Status: Open > > > > > Ticket Details =================== Ticket ID: YFF-400093 Department: Support IDV Priority: Normal Status: Closed