You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Which, as you can see is incorrect. It actually does not exist, and CARTA will not open it. I mentioned before that I needed to edit it by hand, because the URL should have resulted in something relative to my top_level_folder. Now, following KS example, I set the top_level_folder to on the command line, overriding my settings, then start CARTA as:
The problem is here: https://github.com/CARTAvis/carta-backend/blob/dev/src/Main/ProgramSettings.cc#L375-L382. The files are pushed before the JSON settings override the command line settings which come first, so top_level_folder is "" at that moment.
The text was updated successfully, but these errors were encountered:
jolopezl
changed the title
top level folder is used before reading JSON seetings
top level folder is used before reading JSON settings
Apr 20, 2022
I have in backend.json a field for the top_level_folder:
If I start carta, and do:
I get the following address:
Which, as you can see is incorrect. It actually does not exist, and CARTA will not open it. I mentioned before that I needed to edit it by hand, because the URL should have resulted in something relative to my top_level_folder. Now, following KS example, I set the top_level_folder to on the command line, overriding my settings, then start CARTA as:
Which parses the correct URL:
The problem is here:
https://github.com/CARTAvis/carta-backend/blob/dev/src/Main/ProgramSettings.cc#L375-L382
. The files are pushed before the JSON settings override the command line settings which come first, sotop_level_folder
is""
at that moment.The text was updated successfully, but these errors were encountered: