Source code :: call_IDL

[Return]
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
;***************************
;IDL MAKEFILE CALL
;***************************

;***************************
;Purpose of this procedure is to call central .pro file for analysis by IDL located in IDL algorithms folder
;***************************

cd, 'algorithms'
main
exit

Navigation