|
|
|
@ -28,11 +28,11 @@ Parsing the numerical output from Sensovation Sensospot image analysis.
@@ -28,11 +28,11 @@ Parsing the numerical output from Sensovation Sensospot image analysis.
|
|
|
|
|
|
|
|
|
|
from .parser import parse_file, parse_folder # noqa: F401 |
|
|
|
|
- **parse_folder(path_to_folder)** |
|
|
|
|
Searches the folder for parsable .csv files, parses them into one big pandas |
|
|
|
|
data frame and will add additional meta data from parameters folder, if |
|
|
|
|
it is present. |
|
|
|
|
Searches the folder for parsable Sensospot .csv files, parses them into one |
|
|
|
|
big pandas data frame and will add additional meta data from parameters folder, |
|
|
|
|
if it is present. |
|
|
|
|
- **parse_file(path_to_csv_file)** |
|
|
|
|
Parses the csv file into a pandas data frame and will add additional some |
|
|
|
|
Parses a Sensospot csv file into a pandas data frame and will add some additional |
|
|
|
|
meta data from the file name. Is internally also used by `parse_folder()` |
|
|
|
|
|
|
|
|
|
|
|
|
|
|