Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions stixcore/data/stixcore.ini
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,6 @@ endpoint = https://solarorbiter.esac.esa.int/soopkitchen/api
user = smaloney
password = set_in_user_ini
soop_files_download = ./stixcore/data/soop
update_by_api = False
[Processing]
flarelist_sdc_min_count = 1000
1 change: 0 additions & 1 deletion stixcore/soop/manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,6 @@ def add_soop_file_to_index(self, path, *, rebuild_index=True, **args):
version = int(ltp_stix["info"]["internalVersion"])

all_soop_file = Path(CONFIG.get("SOOP", "soop_files_download")) / f"{plan}.{version}.all.json"

if not all_soop_file.exists():
self.download_all_soops_from_api(plan, version, all_soop_file)

Expand Down
Loading