@@ -51,7 +51,7 @@ Degradation
5151
5252The preferred method for degradation rate estimation is the year-on-year
5353(YOY) approach (Jordan 2018), available in :py:func: `.degradation.degradation_year_on_year `.
54- The YOY calculation yields in a distribution of degradation rates, the
54+ The YOY calculation yields a distribution of degradation rates, the
5555central tendency of which is the most representative of the true
5656degradation. We note that the workflow described above and implimented in
5757:py:class: `.analysis_chains.TrendAnalysis ` provides an estimate of degradation rate,
@@ -74,10 +74,10 @@ a 'clear-sky' workflow is also available in RdTools. This workflow is based on m
7474temperature and irradiance. Note that site irradiance data is still required to identify
7575clear-sky conditions to be analyzed.
7676
77- Satellite and clear-sky analysis tends to provide less stable results than sensor-based
77+ Satellite and clear-sky analyses tend to provide less stable results than sensor-based
7878analysis when details such as filtering are changed. We generally recommend
7979that the these be used only as a check on the sensor-based results,
80- rather than as a stand-alone analysis .
80+ rather than as stand-alone analyses .
8181
8282Soiling
8383^^^^^^^
@@ -145,7 +145,7 @@ Alternatively it can be installed manually using the command line:
1451452. Navigate to the repository: ``cd rdtools ``
1461463. Install via pip: ``pip install . ``
147147
148- On some systems installation with ``pip `` can fail due to problems
148+ On some systems, installation with ``pip `` can fail due to problems
149149installing requirements. If this occurs, the requirements specified in
150150``setup.py `` may need to be separately installed (for example by using
151151``conda ``) before installing ``rdtools ``.
@@ -183,11 +183,11 @@ Citing RdTools
183183To cite RdTools, please use the following along with the version number
184184and the specific DOI coresponding to that version from `Zenodo <https://doi.org/10.5281/zenodo.1210316 >`_:
185185
186- - Michael G. Deceglie, Ambarish Nag, Adam Shinn, Gregory Kimball ,
187- Daniel Ruth, Dirk Jordan, Jiyang Yan, Kevin Anderson, Kirsten Perry ,
188- Mark Mikofski, Matthew Muller, Will Vining, and Chris Deline
189- RdTools, version {insert version}, Compuer Software ,
190- https://github.com/NREL/rdtools. DOI:{insert DOI}
186+ - Michael G. Deceglie, Kevin Anderson, Adam Shinn, Ambarish Nag, Mark Mikofski ,
187+ Martin Springer, Jiyang Yan, Kirsten Perry, Sandra Villamar, Will Vining ,
188+ Gregory Kimball, Daniel Ruth, Noah Moyer, Quyen Nguyen, Dirk Jordan,
189+ Matthew Muller, and Chris Deline, RdTools, version {insert version},
190+ Compuer Software, https://github.com/NREL/rdtools. DOI:{insert DOI}
191191
192192The underlying workflow of RdTools has been published in several places.
193193If you use RdTools in a published work, you may also wish to cite the following as
0 commit comments