5.7.6 RD_BSC


next up previous contents
Next: 5.7.7 BSC2BSD Up: 5.7 BSC Routines Previous: 5.7.5 SAV_BSC

5.7.6 RD_BSC

 

To read a BSC file, use:
IDL> rd_bsc,'bsc_file_name',ss,bsc_index,bsc_data
  This procedure will return the BSC index and data structures. SS is a vector with indices of a particular subset of data within the BSC file. For example, using SS=INDGEN(10) will extract the first 10 data sets from the BSC file. To extract ALL the data sets, use .


ydac@mssly1.mssl.ucl.ac.uk