Skip to content

This XRF data parser works with Olympus Vanta portable XRF machines chemstry data output on spesificaly the geochem export format.

Notifications You must be signed in to change notification settings

karan3242/XRF_data_parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

XRF Data Parsing Tool for OLYMPUS VANTA pXRF Chemistry Datasets

Requirements

  • OLYMPUS VANTA pXRF device
  • GeoChem export method

Ensure the CSV export follows the GeoChem format with Item notes labeled as LAB_ID. The ID should contain both letters and numbers for string value compatibility.

XRF Chemistry Analyser

Features

This tool is tailored to parse XRF databases exported in the GeoChem format from the OLYMPUS VANTA pXRF. It selectively retains element composition and item IDs for analysis.

The following are the functions of each Tab and sub Tab and the sequence of data parsing.

Primary Data

Displaced raw data from the XRF chemistry output, with <LOD values being replaced with 0.

Data Overview

Provides control for selecting lab items and elements. Selecting normalized data, normalizes all reading of selected elements to 100% across each reading. This value determines all the following tables and calculations.

Selected Items

This sub-tab provides elemental concentrations of selected elements, in either standard or normalized format. The values of this table influence all the following tables.

Elements Overview

Based on the data seen in the "Selected Items" tab, shows the mean, standard deviation, and minimum and maximum values for the multiple readings of each item.

Deviations

Based on data from "Elements Overview", this show a table with items and elements with standard divinations higher than a threshold set by the slider.

Z-Score

Based on data from "Selected Items", show a table with individual readings of items with elements with a z-score of each elements reading, higher than a threshold set by the slider.

Item Details

Allows for parsing though multiple readings of each item individually. The Item of interest can be selected using the drop-down.

Item Data

Pulls data from "Selected Reading" and filters in the Item selected from the drop down menu. It also Plots the elemental percentage of each reading as a Box plot. The elements shown can be selected suing check boxes.

Items Summary

Pulls data from "Item Data" and elements with a standard deviations and the table with element concentrations with their related Z scores, along with the Standard deviation, and the range between the minimum and maximum values. The text summary of the elements is also presented.

Selected Readings

Enables the deselection of readings which are deemed as out liars.

Selected Reading data

Pulls from the table "Selected Items", and filters out all the reading which were deselected.

Summary of Reading data

Pulls from the table "Selected Reading data", and gives summary in the form of mean, standard deviation, and minimum and maximum values from the multiple readings of each item.

Plot

Generates grouped bar plots depicting averages and standard deviation errors for each selected element and item based on "Summary of Reading data".

It also enables the download of tables of "Primary Data", "Selected Items", "Selected Readings" and "Summary of Reading data", as worksheets in a Excel file.

Beam Spectra Plotter

This is a simple plotting functions for XRF beam spectra data. This only works with 2 beams, of alloy Plus. A third beam option is in the works. The drop-down menu is used for selecting the reading number. Use the sliders to set X and Y axis limits and use other options to shave the image. The association of the reading number with the Lab id needs to be done manually. I am working on a program that will do that automatically in the future.


This tool streamlines the analysis process for XRF data sets, offering flexible filtering options and insightful visualizations.

About

This XRF data parser works with Olympus Vanta portable XRF machines chemstry data output on spesificaly the geochem export format.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages