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.
Hi all. I'm working with Satellite Images, and I'm using visad to visualizate them. I need that visad use less memory, then I try to construct the FlatField in this way: new FlatField( func_domain_range, domain_set,null,null,new Integer1DSet[] {new Integer1DSet(varRaster,255)},null); but it spend more memory that in this way: new FlatField( func_domain_range, domain_set,null,null,null,null); Why the first one use more memory? Thank's -- Olver Hernández Facultad de Minas Universidad Nacional de Colombia Sede Medellín
visad
archives: