Next: DBSELECT
Up: WEEDS Language Internal Help
Previous: Language
DBCACHE
[WEEDS\]DBCACHE DATABASE [/LOWER FREQ] [/UPPER FREQ] [/STEP DFREQ]
Make a local copy (cache) of a database. This is done by fetching the
entire (or some part of) the database, and storing its content on the
disk.
Arguments:
DATABASE the database name. Currently supported database are:
1) "cdms": the Cologne Database for Molecular Spectrocopy
(CDMS)
2) "voparis: the Paris VO observatory interface to the
CDMS database
3) "jpl": the JPL molecular spectroscopy database
Options:
/LOWER minimum line frequency to be stored in the cache, in MHz
(default 0)
/UPPER maximum line frequency to be stored in the cache, in MHz
(default 2e6 MHz, i.e. 2 THz)
/STEP frequency interval for each database query. If one obtain
a timeout error or a message saying that the database re-
turned two many lines, one can set this to a lower value
(default 1e4 MHz)
Gildas manager
2011-04-01