Skip to content

Commit dd93baf

Browse files
authored
Merge pull request #2 from patcdaniel/master
Updated readme and some of the filenames for sanity
2 parents 3b062e9 + 4eb396b commit dd93baf

7 files changed

+894
-21
lines changed

README.md

+27-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,30 @@
1-
# IFCB Scripts
1+
# IFCB MBARI Scripts
2+
23
Collections of loose scripts and notebooks for IFCB debugging and processing.
34

5+
| Notebook | Description |
6+
|--------------------------------|-------------|
7+
| SCW-1-auto_class_display.ipynb |Access auto_classifier data from the SC Wharf IFCB|
8+
| SCW-2-recent-plot.ipynb |Access the most recent data from the SC wharf IFCB using the API |
9+
| SCW-3-generate-TS.ipynb |Generate a time series from the past 30 days of data from the SC wharf|
10+
| ifcb-raw-peakROI-plots.ipynb |Generate peak-roi-y plots from raw IFCB data |
11+
| ifcb-raw-view-images.ipynb |View raw images from the raw IFCB data |
12+
| ifcb-raw-plot-max-image-size.ipynb |Plot maximum image size from raw IFCB data |
13+
14+
## Jupyter Notebooks
15+
16+
Jupyter notebooks are stored under the `/notebooks` directory. They can be run directly on the remote machines with a portforwarding to interact in browser.
17+
18+
To run on particle (this requires installing a local version of anaconda):
19+
20+
```
21+
jupyter notebook --ip=0.0.0.0 --port=8080 --no-browser
22+
```
23+
24+
Then on your machine, you can run:
25+
26+
```
27+
ssh -L 8080:localhost:8080 [email protected]
28+
```
429

30+
Finally open a browser and enter the url `localhost:8080/`.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)