Skip to content

Commit

Permalink
Minor typo mistakes
Browse files Browse the repository at this point in the history
  • Loading branch information
brandynlucca committed Nov 27, 2024
1 parent 7a5ec86 commit 9590566
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/example_notebooks/report_generation.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"Similarly, the `save_directory` argument can be modified that instructs `FEATReports` where to write the `*.xlsx` reports:"
"Similarly, the `save_directory` argument can be modified that instructs the `Survey.generate_reports` method where to write the `*.xlsx` reports:"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/implementation/preprocessing_data.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ The `initialization_config.yml` configuration file defines various parameters th
* `export_file_directory`: directory path containing Echoview exports. *Note*: this assumes that the directory is contained within `data_root_dir`.
* `nasc_export_directory`: directory path where processed exports will be saved. *Note*: this assumes that the directory is contained within `data_root_dir`.
* `save_file_template`: the filename format of the processed export files that can contain the following tags: `{REGION}`, `{YEAR}`, and/or `{GROUP}`.
* `safe_file_sheetname`: sheetname of the processed export file.
* `save_file_sheetname`: sheetname of the processed export file.
* `regions`: acoustic data region names.
* `{GROUP}`: a single string (e.g. `age-1 fish`) or a list of strings that represent how backscatter measurements are integrated for each `{GROUP}` region.
* `max_transect_spacing`: the maximum spacing between transects (nmi).
Expand Down

0 comments on commit 9590566

Please sign in to comment.