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

php - Android app custom user registration and login with cookie using facebook sdk -

django - Access session in user model .save() -

php - .htaccess Multiple Rewrite Rules / Prioritizing -