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
Post a Comment