https://github.com/simonrw/synthetichunter
Synthetic hunter site
https://github.com/simonrw/synthetichunter
Last synced: over 1 year ago
JSON representation
Synthetic hunter site
- Host: GitHub
- URL: https://github.com/simonrw/synthetichunter
- Owner: simonrw
- Created: 2013-11-05T13:29:18.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-11-05T14:10:43.000Z (over 12 years ago)
- Last Synced: 2025-02-06T08:45:12.730Z (over 1 year ago)
- Language: CoffeeScript
- Size: 277 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Synthetic hunter
================
Tool for interacting with the [Synthetic Hunter database](http://sirius.astro.warwick.ac.uk:3000).
URL routing
-----------
Here we define the url routing scheme for the backend. All backend routes return json formatted information
### Front end
GET / -> form page for the options
GET /results -> list of the objects which are returned by the form
GET /results/:id -> object detail page
GET /results/:id/transits -> object transit plots
### Back end
POST /api/:version/objects -> returns the objects in json form
POST /api/:version/objects/:id -> returns a specific object
POST /api/:version/objects/:id/transits -> transit images
PUT /api/:version/objects/:id -> update the object user inputs
Class structure
---------------
### Index
None
### Detail
* lc image
* pgram image
* phasespace image
* object id
* mcmc parameters
* input/orion parameters
* links
* back link
* transit images link
### Transits
* transit images