Makea plot directory to check extracted data #44

Open
opened 2026-05-11 09:46:13 +02:00 by jkuhl · 1 comment
Owner

This would - for now - be relevant only for the extraction of t0/t1, as these are small analyses carried out during read in.
The idea would be to save the produced plot in an extra directory.
Similarly, if we merge the plateau plot for t0 into pyerrors, this should also be kept...

This would - for now - be relevant only for the extraction of t0/t1, as these are small analyses carried out during read in. The idea would be to save the produced plot in an extra directory. Similarly, if we merge the plateau plot for t0 into `pyerrors`, this should also be kept...
Author
Owner

To open a given PDF, we can use the following form the python CLI:
linux:

import subprocess
subprocess.Popen([file],shell=True)

Windows:

import os
os.startfile(filename)

else error.

To open a given PDF, we can use the following form the python CLI: linux: ``` import subprocess subprocess.Popen([file],shell=True) ``` Windows: ``` import os os.startfile(filename) ``` else error.
Sign in to join this conversation.
No labels
bug
enhancement
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
jkuhl/corrlib#44
No description provided.