This project contains code sample for processing annotated VOTables.
- We are using the annotation syntax that has been designed after the 2021 workshop.
jupyter
: Four notebook running the MIVOT parser in differdent contextsmivot_code
: all Python codetests
: Unt test suitephotdm_builder
Simple scipt building photometric calibrations (PhotDM) instances from SVO-PFS outputdata
: old stuff that will be soon thrown away
# if not already done
pip3 install jupyter-lab
pip3 install -r requirements.txt
cd jupyter
jupyter-lab
# jump to your browser
git clone [email protected]:ivoa/modelinstanceinvot-code.git
# if not already done
pip3 install -r requirements.txt
cd modelinstanceinvot-code/mivot-code/examples
# Let's get MANGO instances
python example.1.xtapdb.meas_ass.py
The package contains only standalone module; this a client for the XTapDB service (https://xcatdb.unistra.fr/xtapdb) which provides on the fly anotated VOTables.
pip install git+ssh://github.com:ivoa/modelinstanceinvot-code.git
xtapdb-client 'select * from catalogueentry'