IDL client for obtaining data from a HAPI server. Contribute to hapi-server/client-idl development by creating an account on GitHub.
; function cmb_valid_var_name,as, notvalid=notvalid,filename=filename,ivalid = ivalid ;Check if variable names in string array 'as' are valid IDL variable names ;if not modify 'as' to make it valid by replacing invalid characters with '_'. asv = as for irec=0,n_e...