Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add gps plugins #1285

Merged
merged 9 commits into from
Dec 18, 2023
6 changes: 3 additions & 3 deletions straxen/plugins/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,6 @@
from . import hitlets_nv
from .hitlets_nv import *

from . import detector_time_offsets
from .detector_time_offsets import *

from . import events_nv
from .events_nv import *

Expand Down Expand Up @@ -83,3 +80,6 @@

from . import led_cal
from .led_cal import *

from . import gps_syncing
dachengx marked this conversation as resolved.
Show resolved Hide resolved
from .gps_syncing import *
dachengx marked this conversation as resolved.
Show resolved Hide resolved
dachengx marked this conversation as resolved.
Show resolved Hide resolved
dachengx marked this conversation as resolved.
Show resolved Hide resolved
2 changes: 0 additions & 2 deletions straxen/plugins/detector_time_offsets/__init__.py

This file was deleted.

155 changes: 0 additions & 155 deletions straxen/plugins/detector_time_offsets/detector_time_offsets.py

This file was deleted.

2 changes: 2 additions & 0 deletions straxen/plugins/gps_syncing/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
from . import gps_syncing
dachengx marked this conversation as resolved.
Show resolved Hide resolved
dachengx marked this conversation as resolved.
Show resolved Hide resolved
from .gps_syncing import *
dachengx marked this conversation as resolved.
Show resolved Hide resolved
dachengx marked this conversation as resolved.
Show resolved Hide resolved
dachengx marked this conversation as resolved.
Show resolved Hide resolved