Skip to content

KevinRapo/VSM-measurement-analysis

Repository files navigation

PPMS system VSM datafile analysis

Why?

The intention of this Python program is to perform the initial analysis on VSM "Quantum Design File Types" (with .md extension) files from the Physical Property Measurement System.

Setup

The functions used in the project are separated into different modules:

.
└── project/
    ├── main.py
    ├── modules/
    │   ├── read_in.py
    │   ├── prep.py
    │   ├── plot.py
    │   └── save.py
    ├── PdCorrection tables
    └── ...

and are used in the main.py file as a linear program to perform the following blocks of tasks:

  1. Read in the raw data.
  2. Prepare the data for ploting and saving (for further analysis in Origin for example).
  3. Plot the measurement data into Moment vs Temperature/Moment vs Magnetic Field Strength plots with an additional timeseries plot of the measurement.
MvsT sample MvsH sample
MvsT sample plot MvsH sample plot
Timeseries sample
  1. Saves the plots and parameters from each individual measurement into a .csv file that's located in the same folder as the input file on your computer.

About

A python program with separate modules for working with PPMS VSM datafiles

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages