Skip to content

Commit

Permalink
Update folder structure in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
viljarjf committed Nov 19, 2024
1 parent ce67fbc commit b306ca3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,13 +79,13 @@ Alternatively, some of the methods implemented in `Instamatic` are described in:
* **`docs/`** - Documentation
* **`src/`** - Source code for instamatic
* **`src/instamatic/`**
* **`TEMController/`** - Microscope interaction code
* **`calibrate/`** - Tools for calibration
* **`camera/`** - Camera interaction code
* **`config/`** - Configuration management
* **`experiments/`** - Specific data collection routines
* **`formats/`** - Image formats and other IO
* **`gui/`** - GUI code
* **`microscope/`** - Microscope interaction code
* **`neural_network/`** - Crystal quality prediction
* **`processing/`** - Data processing tools
* **`server/`** - Manages interprocess/network communication
Expand All @@ -94,6 +94,7 @@ Alternatively, some of the methods implemented in `Instamatic` are described in:
* **`admin.py`** - Check for administrator
* **`banner.py`** - Appropriately annoying thank you message
* **`browser.py`** - Montage browsing class
* **`controller.py`** - Main instrument interaction code
* **`exceptions.py`** - Internal exceptions
* **`goniotool.py`** - Goniotool (JEOL) interaction code
* **`gridmontage.py`** - Grid montage data collection code
Expand Down

0 comments on commit b306ca3

Please sign in to comment.