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