From 1c65142017a35b4bb40b50c050317c6b487f8019 Mon Sep 17 00:00:00 2001
From: Carl Harris <50850205+carlwharris@users.noreply.github.com>
Date: Thu, 14 Sep 2023 11:29:36 -0400
Subject: [PATCH] Update README.md
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 284c61a..638f1bb 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@ methods. It includes containers for storing photostimulation-specific device par
(either 2D or 3D), and time series data related to photostimulation.
-
We release six PyNWB containers as part of this extension (we currently only have a Python implementation, rather than both Python and a MATLAB ones):
+
We release six PyNWB containers as part of this extension (we currently only have a Python implementation, rather than both Python and a MATLAB ones -- this is why the `matnwb` directory is empty):
* The `SpatialLightModulator` and `Laser` containers store metadata about the spatial light modulator and laser used in the photostimulation, respectively. These containers are then stored within the `PhotostimulationMethod` parent container, which stores the remaining photostimulation method-specifici metadata.
* `HolographicPattern` stores the **holographic pattern** used in stimulation.
@@ -138,7 +138,7 @@ if os.path.exists("example_file.nwb"):
Unit and integration
tests are implemented using pytest, and can be run via the command
-`pytest` from the root of the extension directory. In addition, the
+`pytest` from the root of the extension directory (i.e., inside `nwb-photostim/src`). In addition, the
`pytest` command will also run a test of the example code above.
## Documentation