Skip to content

Commit

Permalink
Update ETMT_phase_fraction_calculator for measuring phase fraction ch…
Browse files Browse the repository at this point in the history
…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
christopher-daniel committed Mar 9, 2022
1 parent f31709d commit 908deda
Show file tree
Hide file tree
Showing 28 changed files with 267,019 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
._.DS_Store
._*
.DS*
__pycache__/
.ipynb_checkpoints/
/venv
/.idea
724 changes: 724 additions & 0 deletions ETMT_phase_fraction_calculator.ipynb

Large diffs are not rendered by default.

606 changes: 606 additions & 0 deletions ETMT_plastic_strain_calculator.ipynb

Large diffs are not rendered by default.

691 changes: 691 additions & 0 deletions ETMT_plastic_strain_plotter.ipynb

Large diffs are not rendered by default.

Empty file modified LICENSE
100644 → 100755
Empty file.
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>
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 example_data/diamond_2017/065_Ti64_NDload_900C_15mms/Test1/Test1.Stop.csv

Large diffs are not rendered by default.

Loading

0 comments on commit 908deda

Please sign in to comment.