Arcsecond username:
@{{ state.username }}
Organisation:
{{ state.organisation ? state.organisation : '-' }}
Role: {{ state.role ? state.role : '-' }}
Uploading to
https://{{ state.organisation }}.arcsecond.io/data
(private API endpoint)
No membership found for organisation
{{ state.organisation }}
!
Uploads are suspended. Either login again for organisation: $ arcsecond login -o {{ state.organisation }}
or relaunch Oort command without --organisation
parameter.
Uploading to www.arcsecond.io/datasets (Personal account)
:
No telescope found.
Selected night log:
{{ selected_night_log.date }}
(uuid: {{ selected_night_log.uuid }})
Beware that night logs starts on local noon and last 24 hours.
{{ messages.info }}
{{ messages.warning }}
{{ state.message }}
{{ state.warning }}
Oort server is disconnected. Issue the command above again.
Active Uploads ({{ filtered_current_uploads.length }})
Filename | Dataset | Night Log | Telescope | Owner | Size | Status | Progress | Started | Ended | Duration | Error |
---|---|---|---|---|---|---|---|---|---|---|---|
{{ upload.filename }}
{{ upload.filedate }}
|
{{ upload.dataset.name }}
{{ upload.dataset.name }}
{{ upload.dataset.uuid }}
|
{{ upload.night_log.date }}
{{ upload.night_log.date }}
{{ upload.night_log.uuid }}
|
{{ upload.telescope.name }} ({{ upload.telescope.folder_name }})
{{ upload.telescope.uuid }}
|
@{{ upload.astronomer }} {{ upload.organisation }} | {{ getFormatedSize(upload.filesize) }} |
{{ upload.status }}
{{ upload.substatus }}
|
|
{{ upload.started }} | {{ upload.ended }} | {{ upload.duration }} s | {{ upload.error }} |
There are no active uploads.
Pending Uploads ({{ filtered_pending_uploads.length }})
Filename | Owner | Size |
---|---|---|
{{ upload.filename }}
{{ upload.filedate }}
|
@{{ upload.astronomer }} {{ upload.organisation }} | {{ getFormatedSize(upload.filesize) }} |
There are no pending uploads.
Finished Uploads ({{ filtered_finished_uploads.length }})
Filename | Dataset | Night Log | Telescope | Owner | Size | Status | Started | Ended | Duration | Error |
---|---|---|---|---|---|---|---|---|---|---|
{{ upload.filename }}
{{ upload.filedate }}
|
{{ upload.dataset.name }}
{{ upload.dataset.name }}
{{ upload.dataset.uuid }}
|
{{ upload.night_log.date }}
{{ upload.night_log.date }}
{{ upload.night_log.uuid }}
|
{{ upload.telescope.name }} ({{ upload.telescope.folder_name }})
{{ upload.telescope.uuid }}
|
@{{ upload.astronomer }} {{ upload.organisation }} | {{ getFormatedSize(upload.filesize) }} |
{{ upload.status }}
{{ upload.substatus }}
|
{{ upload.started }} | {{ upload.ended }} | {{ upload.duration }} s | {{ upload.error }} |
There are no inactive / past uploads.