delimiter - Idl readcol function, using delimeter without syntax error -



delimiter - Idl readcol function, using delimeter without syntax error -

im trying utilize idl read file, im using readcol command. however, in file utilize | delimiter, continually syntax errors. heres latest attempt:

readcol,'kcorrins.txt',uband, gband, rband, iband, zband, $ ubanderr, gbanerr, rbanderr, ibanderr, zbanderr, adjredshift, $ skipline=1, delimiter=|

could post illustration of proper syntax using delimiter in way?

you need quote delimiter:

readcol,'kcorrins.txt',uband, gband, rband, iband, zband, $ ubanderr, gbanerr, rbanderr, ibanderr, zbanderr, adjredshift, $ skipline=1, delimiter='|'

delimiter idl-programming-language

Comments

Popular posts from this blog

ruby on rails - Devise Logout Error in RoR -

model view controller - MVC Rails Planning -

php - Working with pretty urls on apache and fastcgi after hhvm installation -