Skip to content

Commit

Permalink
small docs clarification about returned object type
Browse files Browse the repository at this point in the history
  • Loading branch information
HaleySchuhl committed Apr 25, 2024
1 parent 1fd3400 commit e76c91d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/read_geotif.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Read in data (from tif format, most likely georeferenced image data).

**plantcv.geospatial.read_geotif**(*filename, bands="r,g,b"*)

**returns** [PlantCV Spectral_data](https://plantcv.readthedocs.io/en/latest/Spectral_data/) object instance
**returns** [PlantCV Spectral_data](https://plantcv.readthedocs.io/en/latest/Spectral_data/) object instance for multispectral images, and RGB input will retun a Numpy array.

- **Parameters:**
- filename - Filepath to .tif data
Expand Down

0 comments on commit e76c91d

Please sign in to comment.