{% extends "indigo.html" %} {% block title %} Convert VAMDC-XSAMS format into CSV for SME {% endblock %} {% block headline %} Convert VAMDC-XSAMS format into CSV for SME {% endblock %} {% block content %}

This tool (source code) takes data in XSAMS format and returns
comma-separated values (CSV) in the format expected
by spectroscopy made easy (SME).

You can give the input data either by uploading a file or pasting a URL here:

{% csrf_token %} {{ conversion.as_p }}

{% endblock %}