mirror of
https://github.com/vale981/fibre_walk_project_code
synced 2025-03-04 09:21:38 -05:00
use relative path
This commit is contained in:
parent
e539f79307
commit
8706404b50
1 changed files with 1 additions and 3 deletions
|
@ -1,12 +1,10 @@
|
|||
import sys
|
||||
|
||||
from ringfit import data
|
||||
import matplotlib.pyplot as plt
|
||||
from ringfit.data import *
|
||||
from ringfit.plotting import *
|
||||
from ringfit.fit import *
|
||||
|
||||
path = "/home/hiro/Documents/org/roam/code/fitting_ringdown/data/08_05_24/characterization_first"
|
||||
path = "../data/08_05_24/characterization_first"
|
||||
scan = ScanData.from_dir(path)
|
||||
|
||||
# %% interactive
|
||||
|
|
Loading…
Add table
Reference in a new issue