Skip to content

Instantly share code, notes, and snippets.

View kratsg's full-sized avatar

Giordon Stark kratsg

View GitHub Profile
@kratsg
kratsg / ATLASSUSY_ReproducibleSummaryPlots.ipynb
Last active December 7, 2023 10:59
ATLAS SUSY Reproducible Summary Plots
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
---
- name: Install supervisord
hosts: root
gather_facts: true
become: false
vars:
dest_path: /etc/supervisor/supervisord.conf
roles:
- role: markosamuli.pyenv
vars:
---
- name: Install supervisord
hosts: root
gather_facts: true
become: false
vars:
dest_path: /etc/supervisor/supervisord.conf
tasks:
- name: Check if pyenv exists
- name: LISSY Crate
category: assembly
subprojects: [LK]
snComponentIdentifier: LC
properties: []
subtypes:
- name: Bare
- name: Loaded
children:
- code: MAIN_BACKPLANE
#!/usr/bin/env python
# -*- coding: utf-8 -*-,
# __future__ imports must occur at beginning of file
# redirect python output using the newer print function with file description
# print(string, f=fd)
from __future__ import print_function
# import the rest of the stuff
import argparse
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
#!/usr/bin/env python
import json
import glob
import os
import re
import click
# This is only needed for Python 2/3 compatibility
def ensure_dirs(path):
{
"channels": [
{
"name": "SR",
"samples": [
{
"name": "signal",
"data": [
3.07
],
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.