Skip to content

Prototyping: visualisations for co-ordinating ALARRM observations

Notifications You must be signed in to change notification settings

4pisky/alarrmhub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#ALARRMhub

Prototype tools for viewing and co-ordinating ALARRM observations en masse.

Getting this code:

git clone https://github.com/4pisky/alarrmhub.git

Installation:

pip install drive-ami
pip install ipython[notebook] pandas # (Optional)

Note, working in a virtualenv is recommended, because reasons, but if you prefer you can install the Python package to your user area - just run pip install --user instead of pip install.

Getting the metadata dumps

Assuming you're on the Oxford campus:

scp staley@astropi1.physics.ox.ac.uk:~/code/alarrmhub/*.json .

Loading the metadata:

Loading the data into one big dictionary is quite simple - the first few cells in notebook 'load_obs_metadata.ipynb' show how to do this (or see also 'load_obs_metadata.py' for the plain-Python version. The rest of the notebook demos how you can start to display and filter the metadata using Pandas.

Running the notebook:

From this directory:

ipython notebook

Then click on the relevant link.

About

Prototyping: visualisations for co-ordinating ALARRM observations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages