drssth commited on
Commit
398bc04
·
verified ·
1 Parent(s): 3192224

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -16,3 +16,6 @@ df_scan = pd.read_hdf(filename, key=scan_pattern)
16
  ```
17
  where `filename` is the `.h5` file name; `scan_pattern` is set with `scan_pattern = 'lissajous'`, `scan_pattern = 'raster'`, or `scan_pattern = 'raster_r'`.
18
  `'lissajous'` indicates Lissajous scan mode describe in the paper, and `'raster'` for Raster scan mode. (`'raster_r'` is another Raster scan mode that the frame ends by returning to the starting point.)
 
 
 
 
16
  ```
17
  where `filename` is the `.h5` file name; `scan_pattern` is set with `scan_pattern = 'lissajous'`, `scan_pattern = 'raster'`, or `scan_pattern = 'raster_r'`.
18
  `'lissajous'` indicates Lissajous scan mode describe in the paper, and `'raster'` for Raster scan mode. (`'raster_r'` is another Raster scan mode that the frame ends by returning to the starting point.)
19
+
20
+
21
+ Code will be published later.