Skip to content

Draft: Makefile.online_inspiral_template: download pre-generated data products from dcc

Rebecca Ewing requested to merge dcc-config into master

For the online analysis we need:

  • template bank ~ 10M
  • mass model ~ 2G
  • pastro model file ~ 8G

It's not efficient to store these large files in the git config repo (even with git LFS) and they are large enough that we even hit the maximum repo size limit. Instead we can store the files in a DCC page. This change adds targets to the makefile to download these files and put them in the appropriate directories for use in an online analysis.

Corresponding change to configuration files is here: https://git.ligo.org/gstlal/online-analysis/-/merge_requests/18

Merge request reports