Skip to content
Snippets Groups Projects
Commit 17cae2b8 authored by Aaron Viets's avatar Aaron Viets
Browse files

gstlal-calibration/tests: Make cache file with raw frames produced by frame_manipulator.

parent ccd89e16
No related branches found
No related tags found
No related merge requests found
Pipeline #34200 failed
......@@ -36,6 +36,7 @@ $(IFO)1_raw_frames.cache:
$(IFO)1_easy_raw_frames.cache: $(IFO)1_raw_frames.cache framesdir
FrChannels $(shell sed -nr '0,/localhost/ s/.*localhost([^"]+).*/\1/p' $(IFO)1_raw_frames.cache) > frchannels.txt
python frame_manipulator.py --ifo $(IFO)1 --gps-start-time $(START) --gps-end-time $(END) --frame-cache $(IFO)1_raw_frames.cache --frame-type $(IFO)1_R --output-path Frames/$(OBSRUN)/$(IFO)1/easy_raw/
ls Frames/$(OBSRUN)/$(IFO)1/easy_raw/$(IFO)-$(IFO)1_R*.gwf
rm frchannels.txt
$(IFO)1_C00_frames.cache:
......
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