ROUTINE_FILEPATH 返回当前编译过程或函数的完整路径。 FILE_DIRNAME 返回文件路径所在的文件夹路径。 FILEPATH PATH_SEP 系统变量 !NULL 未定义。 !ERROR_STATE !EXCEPT、!MOUSE、!WARN。 SYSTIME 返回指定的时间形式。 函数 Result = SYSTIME( [0 [, ElapsedSeconds]] [, /UTC] ) or Result = SYSTIME...
N_TAGS:返回结构体中成员个数。 TAG_NAMES:返回结构体成员的名字。 5. 指针 PTR_NEW:创建指针,关键字/no_copy。 PTR_VALID PTR_FREE View Code 6. 链表&哈希表 LIST:链表,访问用中括号[]。 链表方法:Add、Count、IsEmpty、Remove、Reverse、ToArray、Where等。 HASH:哈希表,访问用中括号[]。 OBJ_DESTROY...
out_name = outName, OUT_BNAME= BNAMES+' Resized' 掩膜文件ID移除 ENVI_FILE_MNG, id =m_fid,/remove END PRO TEST_RESIZEVIAEVF COMPILE_OPT idl2 ;获取当前路径 IF (FLOAT(!version.RELEASE) LT 7) THEN BEGIN curPath = SOURCEROOT() ENDIF ELSE BEGIN curPath = FILE_DIRNAME(ROUTINE_FILEPATH...
IDL函数汇总 名称功能说明类型语法&举例 函数 IDL_VALIDNAME判断变量名是否有效,⽆效返回值为空 或者⾃动修改 DEFSYSV⾃定义系统变量,全局变量过程 MAKE_ARRAY构建数组,返回值为数组函数 SIZE返回值是数组,分别表⽰维度、列、⾏、函数(size(findgen(10,2)))[4]类型、个数 TYPENAME返回某个变量的类型名...
the routine that creates the widget and registers it with ; the XMANAGER: PRO Example ; Create the top - level base for the widget: base = WIDGET_BASE(TITLE = ' Example') ; Create the Done button and set its uservalue to "
ROUTINE_FILEPATH 返回当前编译过程或函数的完整路径。 FILE_DIRNAME 返回文件路径所在的文件夹路径。 FILEPATH PATH_SEP 系统变量 !NULL 未定义。 !ERROR_STATE !EXCEPT、!MOUSE、!WARN。 SYSTIME 返回指定的时间形式。 函数 Result = SYSTIME( [0 [, ElapsedSeconds]] [, /UTC] ) or Result = SYSTIME( 1...
-1No Peak FoundAutomatically set. Indicates that the integration routine has found and integrated a signal in the selected data (chromatogram and m/Q). 0Not IntegratedInitial state. Indicates that the integration was not (yet) called for this set of data. Initial state of all data when the...
; routine checks the input parameters and returns the relativistic ; or non-relativistic Gaunt factor accordingly ; ; CATEGORY: ; CHIANTI; freefree; radiative losses. ; ; CALLING SEQUENCE: ; Result = FF_GAUNT_ITOH( Big_T, Big_Z ) ; ; INPUTS: ; Big_T: Temperature in Kelvin (scalar)....
at the beginning of every routine where you want to change the behavior. or, always specify the type of integer you want, like n = 5l to create a long integer (32-bit). 注意短整型。idl中默认的整型是16位(“短”)整型,它的取值范围是-32,768到32,767。它用于下例情况下: n = 5 这里...
at the beginning of every routine where you want to change the behavior. or, always specify the type of integer you want, like n = 5l to create a long integer (32-bit). 注意短整型。idl中默认的整型是16位(“短”)整型,它的取值范围是-32,768到32,767。它用于下例情况下: ...