Skip to content

Instantly share code, notes, and snippets.

View gwbischof's full-sized avatar
🧐
Learning

Garrett Bischof gwbischof

🧐
Learning
View GitHub Profile
@gwbischof
gwbischof / bluesky_queue.md
Last active October 19, 2023 21:14
Remote Bluesky Queue

Serverless Bluesky Queue Concept

Create a RunEngine and a Scheduler

import sched
import time

from bluesky import RunEngine
from ophyd.sim import noisy_det
@gwbischof
gwbischof / device_plotter.py
Created March 16, 2023 21:14
ophyd device plotter
def plot_ophyd_device(device, dont_plot={'ramp_rate'}):
'''
Plot all of the signals of an ophyd device.
There is probably some inaccuracy of the timestamps.
Simple implementation.
'''
history = {signal: [getattr(device, signal).get()]
for signal in set(device.component_names) - dont_plot}
history['timestamp'] = [time.time()]
print(set(device.component_names) - dont_plot)
import time
import threading
from simple_pid import PID
class ThermalMaterial:
"""
A material that you can heat and cool.
import time
import threading
class ThermalMaterial:
"""
A material that you can heat and cool.
Parameters
----------
thermal_mass: float, optional
@gwbischof
gwbischof / bsui.sh
Last active October 19, 2023 20:42
. /Users/gbischof/miniconda3/etc/profile.d/conda.sh
if [ ! -z "$BS_PYTHONPATH" ]; then
if [ ! -z "$PYTHONPATH" ]; then
export PYTHONPATH=$PYTHONPATH:$BS_PYTHONPATH
else
export PYTHONPATH=$BS_PYTHONPATH
fi
fi
import nslsii
from bluesky_kafka import Publisher
import uuid
from tiled.client import from_profile
c = from_profile("ucal")
config = nslsii._read_bluesky_kafka_config_file(config_file_path="/etc/bluesky/kafka.yml")
pub = Publisher(topic="ucal.bluesky.runengine.documents",
bootstrap_servers=",".join(config['bootstrap_servers']),
key=str(uuid.uuid4()),
require('luau')
_addon.name = 'enterkey'
_addon.version = '1.0'
_addon.author = 'Mapogo'
_addon.commands = {'am',}
sleep_time = 1
windower.register_event('load', function()
_addon.name = 'targetid'
_addon.author = 'Mapogo'
_addon.version = '1.0'
_addon.language = 'English'
require('luau')
texts = require('texts')
old_mob_id = 0