Skip to content

Commit

Permalink
first step to reimplement following ctapipe
Browse files Browse the repository at this point in the history
 Tool and Components framework
  • Loading branch information
guillaume.grolleron committed Oct 16, 2023
1 parent d0a1963 commit 272b0c5
Show file tree
Hide file tree
Showing 5 changed files with 178 additions and 170 deletions.
7 changes: 3 additions & 4 deletions src/nectarchain/data/management.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@
from pathlib import Path
from typing import List, Tuple

import browser_cookie3
import mechanize
import requests

__all__ = ["DataManagement"]


Expand Down Expand Up @@ -93,6 +89,9 @@ def get_GRID_location(
Returns:
_type_: _description_
"""
import browser_cookie3
import mechanize
import requests

url = "http://nectarcam.in2p3.fr/elog/nectarcam-data-qm/?cmd=Find"

Expand Down
2 changes: 1 addition & 1 deletion src/nectarchain/makers/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from .chargesMakers import *
# from .chargesMakers import *
from .core import *
from .waveformsMakers import *
6 changes: 3 additions & 3 deletions src/nectarchain/makers/calibration/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from .flatfieldMakers import *
from .gain import *
from .pedestalMakers import *
# from .flatfieldMakers import *
# from .gain import *
# from .pedestalMakers import *
Loading

0 comments on commit 272b0c5

Please sign in to comment.