Skip to content

This code has designed for the outputs from the nanoindenters the Oxford Micromechanics Group experiences. For more details on how it operates and it's features read the README.

License

IonicRob/NanoindenterReader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NanoindenterReader

What

Introduction

This code has designed to read the exported spreadsheet data produced by the the Agilent nanoindenters and the txt files produced by Bruker nanoindenters. It has multiple functions which should all be kept within the same folder.

The code to run is named NanoMainCode, the other codes are needed but should ideally not be run as they will be called upon when necessary and require data from the code they are being called from.

I am still new to GitHub so any advice/feedback would be much appreciated!

Acknowledgements & IP

This code is written first hand (i.e. not used any code by others not involved with the development of this code), and unless stated by comments within the code assume that Robert J Scales wrote the code.

Clear acknowledgement of the use of this code, whether that be by using it for data analysis, or by the modification or merging of this code with another, would be very much appreciated as many hours have been put into writing this code. Also, following the MIT license agreement (contained within this repository) is mandatory.

Contacting the IonicRob GitHub account for any of the aforementioned uses would be appreciated to see how the code will be used in research and in development of other work!

How to Use

Current List of Actions in NanoMainCode:

Import

Used for converting the valid exported data from the nanoindenter into a more suitable format (a structure) which can then be used by the other actions. The saved structure contains the data for the mean average and the respective errors of the data outputted from the nanoindenter, which is achieved by binning each indent within a given depth range, and then meaning that data with all of the other indents. For Quasi-Static Agilent data select QS Agilent.

Plot

Most of the analysis and the plotting of figures for showing results is done within this code. It loads ".mat" files produced by Import, thus allowing for analysis and plotting across multiple files loaded. The code then can plot the selected data you would like to plot against indent depth for the files loaded, and it can then find the mean values of the data within a chosen indent depth range, and it can save each of the figures in the desired saving format.

Analyse

This section contains methods to perform more complex analyses on your data e.g. as finding the stiffness of cantilevers in quasi-static testing. It's primary function is not to plot the data, as this should primarily be done in Plot, but there are features to save the figures which then show how the data has been analysed. Also, there is usually an export to Excel for the final results of the analyses, which is different from Export (see below).

Export

This uses the structure ".mat" files produced by Import and converts them into a readable Excel spreadsheet. This can then be used for further analysis not available in this code yet, to share results with those who do not have Matlab, or can't be bothered to use this code to use the Plot action. Ideally, the two former points should be the primary reason for using this action and not the latter!

About

This code has designed for the outputs from the nanoindenters the Oxford Micromechanics Group experiences. For more details on how it operates and it's features read the README.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages