-
Notifications
You must be signed in to change notification settings - Fork 4
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
ValueError: File cannot be found: V
for cluster
#30
Comments
Hi Hugo, In the new master branch (soon in pypi too) the problem should be solved. Any filter in the SVO database should be available as well as in the speXtra database where I also placed MICADO, METIS and other ESO filters. |
I revisited the current status of this: ScopeSim_Templates/scopesim_templates/stellar/clusters.py Lines 93 to 97 in 1152838
Running this will produce a all- To check that this is not just somehow my configuration of things, I ran https://github.com/AstarVienna/ScopeSim_Templates/blob/1152838b076ca04f15001cacf2c55587c830816d/docs/notebooks/stellar.ipynb on a different machine, and in code cell 3, As I started looking into |
These lines in
clusters.py
cause quite some warnings that the fileV
cannot be found:ScopeSim_Templates/scopesim_templates/stellar/clusters.py
Lines 86 to 87 in dc42d52
In particular, it raises an error when
!SIM.file.error_on_missing_file
is true:There is a
V.dat
inLFOA/filters
, but the error remains when adding that directory toscopesim.rc.__search_path__
because the.dat
is not appended.Is it possible to prevent this warning / error?
The text was updated successfully, but these errors were encountered: