Hi, I am inheriting a few "binary" files with .bsq (band sequential?) from an IDL user. Is there a PDL routine to read these? From what I know, these files were written using the following commands in IDL
data = (fltarr(nx,ny,nz)+1.0) * indgen(nx,ny,nz) openw, lun, 'foo.bsq', /get_lun writeu, lun, data -- Puneet Kishor http://www.punkish.org Carbon Model http://carbonmodel.org Charter Member, Open Source Geospatial Foundation http://www.osgeo.org Science Commons Fellow, http://sciencecommons.org/about/whoweare/kishor Nelson Institute, UW-Madison http://www.nelson.wisc.edu ----------------------------------------------------------------------- Assertions are politics; backing up assertions with evidence is science ======================================================================= _______________________________________________ Perldl mailing list [email protected] http://mailman.jach.hawaii.edu/mailman/listinfo/perldl
