hi all, 

What's the correct way to use FIT DATA VAULT in mal?

I got the following errors and still havent try out the right syntax ......


[svomhpc@localhost /home/data2]$>/home/data1/opt/MonetDB.fits/bin/mclient -lmal -dmydb
Welcome to mclient, the MonetDB interactive terminal (unreleased)
Type \q to quit, \? for a list of available commands
mal>?fits.attach()
pattern fits.attach(fname:str):void 
address FITSattach;
comment Open a FITS file and return catalog of the table HDUs

mal>call fits.attach('/home/data3/gwacdata/20130111_177d550752_60d851283-530.fit');
MAPI  = (monetdb) /tmp/.s.monetdb.50000
QUERY = call fits.attach('/home/data3/gwacdata/20130111_177d550752_60d851283-530.fit');
ERROR = !SyntaxException:parseError:call fits.attach('/home/data3/gwacdata/20130111_177d550752_60d851283-530.fit');
        !SyntaxException:parseError:    ^';' expected
mal>
mal>
mal>call fitsattach('/home/data3/gwacdata/20130111_177d550752_60d851283-530.fit');
MAPI  = (monetdb) /tmp/.s.monetdb.50000
QUERY = call fitsattach('/home/data3/gwacdata/20130111_177d550752_60d851283-530.fit');
ERROR = !SyntaxException:parseError:call fitsattach('/home/data3/gwacdata/20130111_177d550752_60d851283-530.fit');
        !SyntaxException:parseError:    ^';' expected
mal>
mal>call FITSattach('/home/data3/gwacdata/20130111_177d550752_60d851283-530.fit');
MAPI  = (monetdb) /tmp/.s.monetdb.50000
QUERY = call FITSattach('/home/data3/gwacdata/20130111_177d550752_60d851283-530.fit');
ERROR = !SyntaxException:parseError:call FITSattach('/home/data3/gwacdata/20130111_177d550752_60d851283-530.fit');
        !SyntaxException:parseError:    ^';' expected


Thanks!
Meng