https://github.com/zdavatz/aips2xml
aips2xml (AIPS sanitize)
https://github.com/zdavatz/aips2xml
Last synced: about 1 year ago
JSON representation
aips2xml (AIPS sanitize)
- Host: GitHub
- URL: https://github.com/zdavatz/aips2xml
- Owner: zdavatz
- License: gpl-3.0
- Created: 2013-05-06T14:04:51.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-11-01T10:03:30.000Z (over 12 years ago)
- Last Synced: 2025-03-01T07:23:11.914Z (over 1 year ago)
- Language: Java
- Size: 39.7 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
aips2xml
========
aips2xml - sanitize AIPS XML
## Requirements
Java 1.7 (tested on Linux, Mac, Windows)
## Usage
java -jar aips2xml.jar
## Generate sanitized (German) HTML and XML files
java -jar aips2xml.jar -lang=de
[ on a decent PC with 8 cores, i7 it will take about 27 minutes to sanitize ca. 3900 FIs ]
dito French:
java -jar aips2xml.jar -lang=fr
All files can then be found in the "fis" Folder.
## Help
```
java -jar aips2xml.jar --help
usage: aips2xml
--alpha only include titles which start with option value
--help print this message
--lang use given language
--nodown no download, parse only
--quiet be extra quiet
--verbose be extra verbose
--version print the version information and exit
--zip generate zip file
```
If you have problem with Out-Of-Memory Errors you can try:
$ java -Xmx4096m -jar aips2xml.jar -lang=de
## Eclipse
Eclipse Users can open the project on Eclipse and hack away and send us a patch.