I have a IDL program which reads data from binary file. I am a newbie in IDL and so I can't help with a few lines in the program. Any help would be appreciated.
''' PRO READTHREEDIMENSIONAL,VAR,singlefname,NX,NY,NZ
; DECLARE VARIABLES
VAR = {NX:0L,NY:0L,NZ:0L}
VAR.NX = NX
VAR.NY = NY
VAR.NZ = NZ
rread = DBLARR(VAR.NX)
phiread = DBLARR(VAR.NY)
NCOSYSread = -1L
'''
What is the meaning of: 1) NX:0L 2) NCOSYSread = -1L