workflow change to refilter dropped data
1 unresolved thread
1 unresolved thread
Merge request reports
Activity
assigned to @leo.tsukada
added 1 commit
- 511830d3 - gstlal-inspiral/python/dags/layers/inspiral.py : reuse what is done in...
added 1 commit
- aff2cb74 - disable background collection for dropped data refiltering
258 259 trigger_cache += DataCache.generate( 260 DataType.TRIGGERS, 261 config.ifo_combos, 262 time_bins, 263 svd_bins=svd_bin, 264 root=config.data.filter_dir, 265 ) 266 267 dist_stats = dist_stat_cache.groupby("ifo", "time", "bin") 268 for (ifo_combo, span), triggers in trigger_cache.groupby("ifo", "time").items(): 269 ifos = config.to_ifo_list(ifo_combo) 270 ref_psds_time = ref_psds_ifo[ifo_combo].groupby("time") 271 # find corresponding psd segments inclusing corner cases where psd job 272 # boundaries fall in between the inspiral job boundaries. 273 span_tmp = [span_psd_tmp for span_psd_tmp in ref_psds_time if span in span_psd_tmp or (span[0] < span_psd_tmp[0] and span_psd_tmp[0] < span[1]) or (span[0] < span_psd_tmp[1] and span_psd_tmp[1] < span[1])] - Resolved by Leo Tsukada
- Resolved by Leo Tsukada
added 81 commits
- af55b8de...9633c478 - 71 earlier commits
- efdf9092 - Give 2 seconds of padding instead of 1 around injection times to the segments...
- d7bf989c - Update Disk and Memory requests to the values required by a chunk-long offline inj+noninj analysis
- a432b969 - add noiseless injection and shift-time workflow to fake_frames_workflow
- 0f5c19c0 - __isub__ method minor bug fix: changing all() to ().all()
- cdfee40f - Updated svd bank jobs' memory request to 7GB (This is required for EW jobs)
- 6687aa07 - plot_sensitivity: fix the output dir for xml files so that it can be transfered back in the dag
- 9f36f8fa - implement LR-based masked sampling
- 1dbf19ea - Changes to rank online & offline injections and
- 50f6c074 - Changes needed for offline injection frame filtering.
- 580d1cf3 - implement a dag to refilter dropped data in online analysis (conflict
Toggle commit listadded 1 commit
- 75c73f48 - implement a dag to refilter dropped data in online analysis
enabled an automatic merge when the pipeline for 75c73f48 succeeds
Please register or sign in to reply