Skip to content

Commit

Permalink
Move directories
Browse files Browse the repository at this point in the history
  • Loading branch information
ameliaritger committed Nov 20, 2024
1 parent 4b33e12 commit 9325e6f
Show file tree
Hide file tree
Showing 14 changed files with 16 additions and 17 deletions.
33 changes: 16 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,31 +5,30 @@
## What's in this repository?
This repository contains the scripts and files related to the development of a Marine Heatwave Simulator (MHWsim) using a Raspberry Pi.

This repository is maintained by Amelia Ritger (GitHub: [@ameliaritger](https://github.com/ameliaritger)) at the University of California, Santa Barbara in the Hofmann Lab, Department of Ecology, Evolution, & Marine Biology. Please direct any questions or comments about this repository to [Amelia Ritger](mailto:aritger@ucsb.edu).
This repository is maintained by Amelia Ritger (GitHub: [@ameliaritger](https://github.com/ameliaritger)) at the University of California, Santa Barbara in the Department of Ecology, Evolution, & Marine Biology. Please direct any questions or comments about this repository to [Amelia Ritger](mailto:aritger@ucsb.edu).

## How is this repository structured?
```
.
|
├── media/ # directory containing media files for project repo
|
├── simulator/ # directory containing resources for building and running the RPi MHWsim system
| └── code/ # directory with scripts for the MHWsim
| └── Alert.py # script for sending SMS alerts
| └── CleanUp.py # script for saving data, clearing lists/variables, and going to sleep
| └── IO_ctrl.py # script for initializing relay board
| └── MHWRamp.py # script for ramping up and down temperatures at start/end of MHW event
| └── MHWsim.py # script for initializing MHWsim objects, parameters and then running the MHWsim
| └── Memory.py # script for constructing and saving to .csv file
| └── PID.py # script for Proportional–integral–derivative controller algorithm
| └── SensorAverage.py # script for averaging multiple consecutive temperature probe readings and calculating the average temperature across replicates
| └── SensorInfo.py # script to enter temperature probe ROM numbers and location identification, and calibration values for each probe
| └── Temperature.py # script for reading temperature probes
| └── main.py # main script to run all code associated with MHWsim
| └── mhw_profile.csv # MHWsim experiment data, required for initial code test
├── code/ # directory with scripts for the MHWsim
| └── Alert.py # script for sending SMS alerts
| └── CleanUp.py # script for saving data, clearing lists/variables, and going to sleep
| └── IO_ctrl.py # script for initializing relay board
| └── MHWRamp.py # script for ramping up and down temperatures at start/end of MHW event
| └── MHWsim.py # script for initializing MHWsim objects, parameters and then running the MHWsim
| └── Memory.py # script for constructing and saving to .csv file
| └── PID.py # script for Proportional–integral–derivative controller algorithm
| └── SensorAverage.py # script for averaging multiple consecutive temperature probe readings and calculating the average temperature across replicates
| └── SensorInfo.py # script to enter temperature probe ROM numbers and location identification, and calibration values for each probe
| └── Temperature.py # script for reading temperature probes
| └── main.py # main script to run all code associated with MHWsim
| └── mhw_profile.csv # MHWsim experiment data, required for initial code test
|
| └── documentation/ # directory containing MHWsim system build documentation
| └── rpiMHWsimConstruction.docx # document for building the RPi MHWsim system
── documentation/ # directory containing MHWsim system build documentation
| └── rpiMHWsimConstruction.docx # document for building the RPi MHWsim system
|
├── .gitignore
|
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 9325e6f

Please sign in to comment.