Skip to content

VAMDC/Processors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

72ac89c · Jan 12, 2022
Jan 12, 2022
Jan 12, 2022
Sep 13, 2011
Jan 11, 2022
Jan 12, 2022
Jan 11, 2022
Feb 21, 2012
Sep 10, 2014
Sep 10, 2014
Sep 23, 2011

Repository files navigation

This is a Django project for providing small
web services that swallow XML (by URL or upload)
in the XSAMS format for atomic and molecular
data, and do something useful with it.

The directory processors/ holds the settings
files and deploy examples, plus tha main urls.py

The applyXSL app transforms the input with XSL.
One installation can serve an arbitrary number
of sheets as processors, simply add the name
and output type to XSL_MIME in applyXSL/views.py.
You might need to create the directory
static/results/ where the conversion output is
saved and cached.

The specynth app returns spectra in json format.