NOTICE: This version of the NSF Unidata web site (archive.unidata.ucar.edu) is no longer being updated.
Current content can be found at unidata.ucar.edu.

To learn about what's going on, see About the Archive Site.

Re: [idvusers] Naïve Question: How to use ISL to create multiple images from Image Data Set?

>
> OK.  I get it, except for one thing...
>
> What do I use for the file attribute in the setfiles line?
> (<setfiles datasource=".*" file="/data/image${imageIdx}.dat"/>)
>
> In my .xidv bundle I load 10 satellite images stored as 10 McIDAS Area
> Files in, let's call it, ${mydatadirectory}.  Do I loop through those 10
> data files as part of the setfiles directive?  In ${mydatadirectory} the 10
> McIDAS Area Files are named something like:
>
>
The ISL script I sent loads one image at a time. You can use the setfiles
tag:
http://www.unidata.ucar.edu/software/idv/docs/userguide/isl/DataAndDisplays.html#setfiles
with the fileset tag to specify multiple files:
http://www.unidata.ucar.edu/software/idv/docs/userguide/isl/FileTags.html#fileset

e.g,:
<bundle 
file="test.xidv"><http://www.unidata.ucar.edu/software/idv/docs/userguide/isl/DataAndDisplays.html#bundle>
      <setfiles datasource=".*">
<http://www.unidata.ucar.edu/software/idv/docs/userguide/isl/DataAndDisplays.html#setfiles>

<<http://www.unidata.ucar.edu/software/idv/docs/userguide/isl/DataAndDisplays.html#setfiles>fileset
file="some 
file"/><http://www.unidata.ucar.edu/software/idv/docs/userguide/isl/FileTags.html#fileset>
      </setfiles>
</bundle>


    -Jeff


  • 2012 messages navigation, sorted by:
    1. Thread
    2. Subject
    3. Author
    4. Date
    5. ↑ Table Of Contents
  • Search the idvusers archives: