From 8ef25936e110b46609055a15d64823573501f595 Mon Sep 17 00:00:00 2001 From: Philipp Weber Date: Tue, 19 Oct 2021 10:52:02 +0200 Subject: [PATCH] Fix: Remove requiring isis itself from ciao routine --- src/misc/satellites/Chandra/aglc.sl | 19 +++---------------- 1 file changed, 3 insertions(+), 16 deletions(-) diff --git a/src/misc/satellites/Chandra/aglc.sl b/src/misc/satellites/Chandra/aglc.sl index 65ca0bd2..776cba7d 100644 --- a/src/misc/satellites/Chandra/aglc.sl +++ b/src/misc/satellites/Chandra/aglc.sl @@ -1,5 +1,8 @@ % -*- mode: slang; mode: fold -*- +require("pgplot"); +Isis_Verbose = -1; + %; File: aglc.sl "ACIS Grating Light Curve" %; Author: David P. Huenemoerder %; Original version: 2003.09.05 @@ -423,22 +426,6 @@ _version[2] ) ; %%% set_slang_load_path( "blah/slsh/local_packages:" + get_slang_load_path ); %%% -%require("histogram"); % 1.3.0 - remove dependency - -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -%%% CIAO/sherpa wrapper... Conditionally load the isis and pgplot -%%% modules, if in a ciao shell. Don't need if already in isis. -% -#ifnexists isis_exit -% -require("isis"); -require("pgplot"); -Isis_Verbose = -1; -% -#endif -% -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% - %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % global data -- GitLab