Running TORTOISE Modules
With distributed IDL VM:
For DIFF_CALC:
Go to DIFF_CALC/diffcalc_main
Type calcvm
For DIFF_PREP:
Go to DIFF_PREP/diffprep_main
Type prepvm
With IDL VM installed separately (we highly recommend using the above option, as this method has resulted in some errors reported by users):
For DIFF_CALC:
Go to DIFF_CALC/diffcalc_main
Type idl -vm
Select diffcalc
For DIFF_PREP:
Go to DIFF_PREP/diffprep_main
Type idl -vm
Select diffprep_gui
With IDL license:
For DIFF_CALC:
Go to DIFF_CALC/diffcalc_main
Type idl -vm
Type diffcalc
For DIFF_PREP:
Go to DIFF_PREP/diffprep_main
Type idl -vm
Type diffprep_gui for GUI version
Command line version exists, and is described in the From Command Line section.
Additional details for DIFF_PREP and DIFF_CALC can be found at the following links:
- DIFF_PREP installation instructions: 1.2 Installation
- DIFF_CALC installation instructions: 1.3 Installation