This repository is a derivation of P5, copyright 2020 Kelvin Li: https://github.com/jpkli/pv
We will be making progressive visualisations of MAST data from the Kepler Space Mission. Akin to a sky map.
Must haves to run:
- Node.js
- npm
Installing and running:
- Run 'npm install' in the cloned directory
- Overwrite ./node_modules/p4.js/src/vis/visualize.js with ./demos/visualize.js as some changes to the source had to be made
- Run 'npm start' and go to 'localhost:8080/demos'
- Use the provided dataset(s) in ./demos/FILE-NAME.csv
- To restart the pipeline, refresh the webpage
- If you run out of VRAM, restart the browser
If the map is just a flat colour, try a different browser. Firefox should work.