Skip to content
Snippets Groups Projects
Commit 333ee70d authored by Patrick Godwin's avatar Patrick Godwin
Browse files

Makefile.gstlal_feature_extractor_online: use lldetchar channel lists instead for online jobs

parent 4f4ec87e
No related branches found
No related tags found
No related merge requests found
......@@ -140,7 +140,7 @@ IFO = H1
#IFO = L1
EPOCH = O3
LEVEL = standard
LEVEL = lldetchar
# if not using standard .ini file, comment and supply custom channel list instead
CHANNEL_LIST = $(IFO)-$(EPOCH)-$(LEVEL).ini
......@@ -312,8 +312,11 @@ feature_extraction_monitor.yml :
# Pull latest channel list
$(CHANNEL_LIST) :
#wget https://git.ligo.org/detchar/ligo-channel-lists/raw/master/$(EPOCH)/$(CHANNEL_LIST)
wget https://git.ligo.org/patrick.godwin/ligo-channel-lists/raw/lho_O3_updatelist/$(EPOCH)/$(CHANNEL_LIST)
if [ "$(LEVEL)" = "lldetchar" ]; then \
cp $(GSTLALSHAREDIR)/feature_extractor/$(EPOCH)/channel_lists/$@ . ; \
else \
wget https://git.ligo.org/detchar/ligo-channel-lists/raw/master/$(EPOCH)/$@ ; \
fi ;
clean-lite :
-rm -rvf *.sub *.dag* *.cache *.sh logs *.sqlite plots *.html Images *.css *.js *.txt
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment