Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Option "edisp = yes" in ctobssim. #33

Open
barbarabias opened this issue Oct 25, 2018 · 3 comments
Open

Option "edisp = yes" in ctobssim. #33

barbarabias opened this issue Oct 25, 2018 · 3 comments

Comments

@barbarabias
Copy link
Collaborator

set the edisp option = yes in ctobssim (script DC1/Simulation.py)
Reference manual:
http://cta.irap.omp.eu/ctools/users/reference_manual/ctobssim.html#

@davidsanchez
Copy link
Owner

Change edisp in the config file into a string "yes" or "no"
need test

@barbarabias
Copy link
Collaborator Author

ctobssim is not implemented yet as the other tools. It is just called brutally in the Script Simulation/simulation.py.
The following command does not work:
sm["edisp"]=yes or =true (line 124).
Moreover, neither the log file is created (line 136).

edisp should be a boolean:
http://cta.irap.omp.eu/ctools/users/reference_manual/ctobssim.html?highlight=ctobssim

@davidsanchez
Copy link
Owner

edisp in the config file has be change to boolean and should be use as
tool["edisp"] = config['analysis']["edisp"]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants