Further access options are discussed below
For a list of all services and tables belonging to this service's resource, see Information on resource 'Citizen Science for GBOT'
The browser form interface is mainly intended for one-shot uploads. If you have a large number of images to upload, consider writing a script. With python requests, you would use something like:
import requests with open("/PATH/TO/YOUR/FILE, "rb") as f: requests.post("https://dc.g-vo.org/citigbot/q/upload/form", data={"nick": "YOUR NICK"}, files={"File": ("upload.fits", f, "application/fits")} ).raise_for_status()
You can access this service using:
This resource is not (directly) published. This can mean that it was deemed too unimportant, for internal use only, or is just a helper for a published service. Equally likely, however, it is under development, abandoned in development or otherwise unfinished. Exercise some caution.
Other services provided on the underlying data include:
The following fields are available to provide input to the service (with some renderers, some of these fields may be unavailable):
Name | Table Head | Description | Unit | UCD |
---|---|---|---|---|
File | FITS to upload | This must be a space-calibrated FITS file with at least DATE_OBS (a UTC ISO timestamp) and FILTER keywords. | N/A | N/A |
nick | Nick | Uploader nickname (choose whatever you want; we will add it as a header in the uploaded FITS) | N/A | N/A |
VOResource XML (that's something exclusively for VO nerds)