DC-analysis / dclab

Python library for the post-measurement analysis of real-time deformability cytometry (RT-DC) data sets
https://dclab.readthedocs.io
Other
10 stars 12 forks source link

Docs: minor mistake in description of RTDC datasets #203

Closed B-Hartmann closed 1 year ago

B-Hartmann commented 1 year ago

In the very first paragraph, sentence three

RT-DC datasets can be based on a data file format (RTDC_TDMS and RTDC_HDF5), accessed from an online repository (RTDC_HDF5), created from user-defined dictionaries (RTDC_Dict), or derived from other RT-DC datasets (RTDC_Hierarchy).

it says "RTDC_HDF5" instead of "RTDC_DCOR" in the half-sentence about accessing data from an online repository

EstherChristopher commented 1 year ago

Hello @B-Hartmann, I'm a new contributor in a way and I'm willing to work on this. How do I access the documentation to make the correction?

paulmueller commented 1 year ago

Hi @EstherChristopher, are you intending to continue contributing to dclab or are you doing this as part of the Google Season of Docs project?

I am asking, because the "first" in "good first issue" implies that new contributors can use this issue to get to know the code base and then be motivated to continue working on dclab.

If you intend to continue contributing to dclab in the future, you will find the relevant file in the "docs" directory.

Otherwise, please leave this issue for another first-time contributor.

ishan301 commented 1 year ago

Hi, I have raised a PR to solve this issue. Let me know if any changes are required. I am a new contributor. Thanks!