; Comments added by Erik Johnson 7/3/07 ; strip.pro, compiles and runs with idl ; called by cleaner.pro (which creates clean .s2 files) function strip,str new_str = strcompress(string(str),/remove_all) return, new_str end
; Comments added by Erik Johnson 7/3/07 ; strip.pro, compiles and runs with idl ; called by cleaner.pro (which creates clean .s2 files) function strip,str new_str = strcompress(string(str),/remove_all) return, new_str end