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.
> I also should mention this is archived .BAND01 data from NOAA CLASS. > Hi Cody, The width and height in your isl script is pretty big, you need to increase the memory allocated to the IDV to get a better performance. Yuan > On Sunday, September 9, 2018, Cody Ervin <address@hidden> wrote: > > > Hi, > > I am trying to export a series of visible satellite images out of IDV > > using an ISL file script from the command line. When I do this, the program > > outputs the satellite images as blank black images with no data. I also > > notice I can’t really do anything more than 4-5 image files without it > > dramatically slowing down. I was wondering if there was any solution to > > improve this. I’ve already tried increasing the available ram for IDV. I’ve > > included a block of code below. > > > > Thanks, > > Cody > > > > > > <!-- **************************** SATELLITE: GOES WEST VISIBLE SATELLITE > > CONUS **************************** --> > > <procedure name="makeMovie"> > > <bundle clear="true" file="/Users/Cody/Desktop/IDV_ > > Data_Export/Satellite_Non_Model_Templates/Overlay_Bundles/ > > CONUS/Radar_Satellite/${bundlefile}" width="4000" height="2250" > > wait="true"> > > <setfiles datasource="Image data set"> > > <fileset dir="/Users/Cody/Desktop/IDV_Data_Export/Data/Satellite/BAND_01" > > pattern=".*\.BAND_01"/> > > </setfiles> > > </bundle> > > <projection name="CONUSLATLON"/> > > <viewpoint aspectx="0.9" aspecty="1" aspectz="1" transx="0.0" > > transy="0.0" transz="0.0"/> > > <movie > > file="/Users/Cody/Desktop/Hanis/Raw_Data/Non_Model_Data/Satellite/Html/CONUS/${moviefile}" > > combine="true" imagedir="/Users/Cody/Desktop/ > > Hanis/Raw_Data/Non_Model_Data/Satellite/Maps/CONUS/" > > imagetemplate="West_Vis_Satellite_CONUS_%time%" imagesuffix="png"> > > </movie> > > </procedure> > > > > <makeMovie bundlefile="satellite-west-vis-conus.xidv" > > moviefile="West_Vis_Satellite_CONUS.html"/> > > > > > > Ticket Details =================== Ticket ID: REZ-630209 Department: Support IDV Priority: Normal Status: Closed =================== NOTE: All email exchanges with Unidata User Support are recorded in the Unidata inquiry tracking system and then made publicly available through the web. If you do not want to have your interactions made available in this way, you must let us know in each email you send to us.