-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update ETMT_phase_fraction_calculator for measuring phase fraction ch…
…ange using resistivity measurements Update ETMT_phase_fraction_calculator for measuring phase fraction change using resistivity measurements - this works really well now, may need some further work to move to functions.
- Loading branch information
1 parent
f31709d
commit 908deda
Showing
28 changed files
with
267,019 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
._.DS_Store | ||
._* | ||
.DS* | ||
__pycache__/ | ||
.ipynb_checkpoints/ | ||
/venv | ||
/.idea |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
17 changes: 17 additions & 0 deletions
17
example_data/diamond_2017/065_Ti64_NDload_900C_15mms/065_Ti64_NDload_900C_15mms.ip_proj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<?xml version="1.0"?> | ||
<InstronFile xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" FileSections="1" Version="1.0.0"> | ||
<Section index="0"> | ||
<Node name="AllTests"> | ||
<Item name="Tests"> | ||
<Value xsi:type="ArrayOfString"> | ||
<string>Test1\Test1.im_gpf</string> | ||
</Value> | ||
</Item> | ||
</Node> | ||
<Node name="InterruptedTests"> | ||
<Item name="Tests"> | ||
<Value xsi:type="ArrayOfString" /> | ||
</Item> | ||
</Node> | ||
</Section> | ||
</InstronFile> |
17 changes: 17 additions & 0 deletions
17
example_data/diamond_2017/065_Ti64_NDload_900C_15mms/065_Ti64_NDload_900C_15mms.log
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
25/02/2017,10:49:20,065_Ti64_NDload_900C_15mms,,60101,Log File Created | ||
25/02/2017,10:49:20,065_Ti64_NDload_900C_15mms,,60104,Software Version,1.8.383.0 | ||
25/02/2017,10:49:20,065_Ti64_NDload_900C_15mms,,60105,Console Version,8.8.358 | ||
25/02/2017,10:49:20,065_Ti64_NDload_900C_15mms,,60106,Controller Version,12.10.2298 | ||
25/02/2017,10:49:20,065_Ti64_NDload_900C_15mms,,60107,User Name,Manchester Uni | ||
25/02/2017,10:49:20,065_Ti64_NDload_900C_15mms,,60108,Computer Name,DYNSMTL7178 | ||
25/02/2017,10:49:20,065_Ti64_NDload_900C_15mms,,60109,System Name, | ||
25/02/2017,10:49:20,065_Ti64_NDload_900C_15mms,,60110,Frame Serial Number (System ID),DYNSMTL7178 | ||
25/02/2017,10:49:24,065_Ti64_NDload_900C_15mms,Test1,60110,Test Started | ||
25/02/2017,10:57:49,065_Ti64_NDload_900C_15mms,Test1,60200,Test Status,Test Ended Normally | ||
25/02/2017,10:57:49,065_Ti64_NDload_900C_15mms,Test1,60120,Total Time,504.46 | ||
25/02/2017,10:57:49,065_Ti64_NDload_900C_15mms,Test1,60121,Total Cycle Count(Load Frame Waveform),0 | ||
25/02/2017,10:57:49,065_Ti64_NDload_900C_15mms,Test1,60121,Total Cycle Count(Temperature Waveform),0 | ||
25/02/2017,10:57:49,065_Ti64_NDload_900C_15mms,Test1,62000,SHA-256,Test1.steps.tracking.csv,0D00AA8744967FF19ADCBEB9E20E4EB270E606B36CF10A846E1614FA75915411 | ||
25/02/2017,10:57:49,065_Ti64_NDload_900C_15mms,Test1,62000,SHA-256,Test1.Stop.csv,0D00AA8744967FF19ADCBEB9E20E4EB270E606B36CF10A846E1614FA75915411 | ||
25/02/2017,10:57:49,065_Ti64_NDload_900C_15mms,Test1,60112,Test Finished | ||
25/02/2017,11:02:20,065_Ti64_NDload_900C_15mms,Test2,60103,Closed |
25,204 changes: 25,204 additions & 0 deletions
25,204
example_data/diamond_2017/065_Ti64_NDload_900C_15mms/Test1/Test1.Stop.csv
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.