From ad99ba0f9c6821795acbf6cbf26234bd1e5770f6 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Tue, 26 Sep 2023 12:47:44 -0400 Subject: Add mc_testspextoolpath output --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index af060e1..3211422 100644 --- a/README.md +++ b/README.md @@ -92,6 +92,20 @@ The activation script prepends `share/` and `spex/4.1` to `IDL_PATH`, and any pr ``` $ idl IDL> mc_testspextoolpath +% Compiled module: MC_TESTSPEXTOOLPATH. +% Compiled module: FILE_WHICH. +% Compiled module: READCOL. +% Compiled module: REMCHAR. +% Compiled module: GETTOK. +% READCOL: 1 valid lines read + +Spextool version 4.1 loaded. + +The Astronomy User's Library directories are in your IDL path. + +The Markwardt MPFIT Library directories are in your IDL path. + +The IDL paths are set correctly. ``` *or earlier:* -- cgit