icecube / skymap_scanner

A distributed system that performs a likelihood scan of event directions for IceCube real-time alerts using CPU cluster(s) and queue-based message passing.
5 stars 2 forks source link

Config of GCD path(s) #25

Closed mlincett closed 2 years ago

mlincett commented 2 years ago

Going through duplicate and divergent files (#5), here's a summary on how the path of GCD files is configured in conf.py:

cloud_tools uses a variable named base_GCD_path, in turns loaded in:

skymap_scanner/python uses a variable (list) named GCD_base_dirs, which is loaded in:

ric-evans commented 2 years ago

Thank you @mlincett! This is very helpful to know