Skip to content

Converter for LIGOLW XML files to CSV without LAL dependencies

License

Notifications You must be signed in to change notification settings

vivienr/ligoxml2csv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

ligoxml2csv

Converter for LIGOLW XML files to CSV without LAL dependencies

This script converts LIGOLW XML files into CSV tables for each table contained in each XML files. The script DOES NOT depend on any LVC software. The only format assumptions are the presence of "Table" elements, containing "Columns" elements and a "Stream" element with the comma-separated data.

No prior knowledge of the table names or column names is used.

Example:

  $ python xml2csv.py --help

About

Converter for LIGOLW XML files to CSV without LAL dependencies

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages