easyaccess
easyaccess copied to clipboard
SQL command line interpreter for astronomical surveys
It's very uncommon but it might happen that in a trip to the DB data might be corrupted (network hiccup), there is no direct way to checksum each package, might...
A good example is the ngmix photometry which has array and matrix columns. Some of these are covariance matrices, which are naturally represented in memory as a `9x9` matrix not...
I think the current plan for DES is to use the Oracle database as the primary repository for healpix maps. In order to facilitate user access to these maps, I...
There is something strange happening for me when I try to add comments to a table column: ``` ~> create table tmp_table2 ( col Integer) ; ~> add_comment column tmp_table2.col...
partitioned tables appear individually in user_segments, need to aggregate their sizesfor the output of `mytables`
there should be a way to pick certain columns from the files being uploaded, or at least append_table shouldn't try to upload columns not in the existing DB table
The `fitsio v0.9.8` dependency of `easyaccess` appears to have been built with `glibc v2.14`. Scientific Linux 6.7 (Fermilab cluster operating system), only has `glibc v2.12` and I get the following...
I'm on a mac OSX 10.11.4, and installed easyaccess using an up to date conda $ python -V Python 2.7.12 :: Anaconda 4.0.0 (x86_64) I keep getting this error message...
I need to set a flag that when in interactive mode to print out the error and when from inside script to raise an exception