Skip to content

Commit 7ae34ce

Browse files
data structure added in manual
1 parent 9da2a0d commit 7ae34ce

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

docs/User_Manual.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -444,6 +444,22 @@ PICA uses standard VISA resource strings. While the defaults below are common, u
444444
445445
This project is manually backed up weekly to a [GitLab repository](https://gitlab.com/prathameshnium/pica-python-instrument-control-and-automation).
446446
447+
### 8.4 Data File Format
448+
449+
The data file includes a commented header line (starting with `#`) that contains metadata, such as the sample name. This is followed by a header row with column names and then the data rows.
450+
451+
This structure makes it easy to import the data into various analysis programs like Origin, or to parse it programmatically with libraries like Pandas.
452+
453+
**Example: Ultra Low Resistance (I-V) Module**
454+
455+
```
456+
# Sample: Delta_Test_10ohm
457+
Set Current (A),Measured Voltage (V),Resistance (Ohm)
458+
-1.000000e-05,-1.037917e-04,1.037917e+01
459+
-9.797980e-06,-1.017006e-04,1.037975e+01
460+
```
461+
Most other data files generated by PICA follow a similar structure.
462+
447463
## 9. Citation & Open source
448464
449465
**Collaborative Ecosystem:**

0 commit comments

Comments
 (0)