FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit fc5b22b9 authored by M.D. Driver's avatar M.D. Driver
Browse files

started work on script for reading in solvent concentration.

parent 4d42c4b5
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
"""
Script for reading in the solvent concentrations
@author: mark
"""
import logging
import phasexmlcreator.solventconcentrationreader as solventconcentrationreader
logging.basicConfig()
LOGGER = logging.getLogger(__name__)
LOGGER.setLevel(logging.WARN)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment