We are working on a dataset of 2M (unique) sources from the IPHAS survey. The csv file is available from here.
- DIY: Install the MonetDB database (get it from here)
- DIY: Start the daemon (
monetdbd) - Create and start the database instance (
createstartdb.sh). The database instance is named hackadb. Note that we setembedpy=true. - Create the
runcattable into which the data from the csv file will be loaded, and actually load the data (load.sh).
Now all data should be loaded
- Run
createudfs.shto create the sql/python udfs. One calculates the chi squared probability and the other renders the healpix number given the map resolution that contains the point position on the sphere. - See it in action,
runhealpyudf.shthat executes the example query (sql/examplehealpix.sql) using the healpy functionality. - The python script
plotskycov.pycreates a sky-coverage image of the sample of sources