You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -104,6 +104,14 @@ Data can be accessed as m.prof.data['COLUMN_NAME'] or m.prof.COLUMN_NAME. The se
104
104
also tab completable. The header information is either m.prof.head['COLUMN_NAME'] or m.prof.COLUMN_NAME.
105
105
106
106
107
+
> **_NOTE:_** To speed up repeated readings of the LOG data, mesaPlot saves a
108
+
binary version of the data (taking care to regenerate this file if the history/profile is updated).
109
+
This binary file SHOULD NOT be depended upon for long term storage. The file format may change between
110
+
versions and is not backward compatable. For long term storage allways keep the plain text history/profile file
111
+
(possibly compressed to save space).
112
+
113
+
114
+
107
115
## Plotting
108
116
109
117
Here we'll show the basics of plotting, there are more complex examples for each section. Commands will assume you are in a MESA work folder, such that the data is in a LOGS/ folder.
0 commit comments