Your Oort server. (Oort uploads local data to Arcsecond's cloud. It is open-source and available on GitHub).

Launch command used: oort {% if context.organisation %}-o {$ context.organisation $}{% endif %} {% if context.telescopeUUID %}-t {$ context.telescopeUUID $}{% endif %} {% if context.debug %}-d{% endif %}
{% if context.isAuthenticated %}
username: @{{ admin.username }} organisation: {{ admin.organisation ? admin.organisation : '-' }} role: {{ admin.role ? admin.role : '-' }}   Uploading to api.arcsecond.io/{{ admin.organisation }}/ (organisation account) [open portal]   No membership found for organisation with subdomain {{ admin.organisation }}! Uploading to api.arcsecond.io (Personal account)   Uploading to api.arcsecond.io (Personal account)
telescope: {{ admin.telescope.name }} (uuid: {{ admin.telescope.uuid }}) No Telescope. night log: {{ admin.night_log.date }} (uuid: {{ admin.night_log.uuid }})
Beware that night logs starts on local noon and last 24 hours. [open night data in portal]
No Night Log.
{{ admin.message }}
{% else %}
Login first with the Arcsecond CLI (installed with Oort Cloud): ($ arcsecond login), then refresh this page.
{% endif %}
{% if context.canUpload %}
{{ state.message }}
Active Uploads ({{ uploads.length }})
Filename Dataset Size Status Progress Started Ended Duration Error
{{ upload.filename }} {{ upload.dataset_name }} {{ upload.filesize / 1000 }} kB {{ upload.status }}
{{ Math.round(upload.progress) }}%
{{ upload.started }} {{ upload.ended }} {{ upload.duration }} s {{ upload.error }}
There are no active uploads.
Finished Uploads ({{ finished_uploads.length }})
Filename Dataset Size (kB) Status Started Ended Duration Error
{{ upload.filename }} {{ upload.dataset_name }} {{ upload.filesize / 1000 }} kB {{ upload.status }} {{ upload.started }} {{ upload.ended }} {{ upload.duration }} s {{ upload.error }}
There are no inactive / past uploads.
{% endif %}