Arcsecond username:
@{{ state.username }}
Organisation:
{{ state.organisation ? state.organisation : '-' }}
Role: {{ state.role ? state.role : '-' }}
Uploading to
api.arcsecond.io/{{ state.organisation }}/datafiles
(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 api.arcsecond.io/datafiles (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. All night logs (1/telescope): {{ night_logs[0].date }} [{{ night_log.uuid }}, ]
Beware that night logs starts on local noon and last 24 hours. No night log
Beware that night logs starts on local noon and last 24 hours. All night logs (1/telescope): {{ night_logs[0].date }} [{{ night_log.uuid }}, ]
Beware that night logs starts on local noon and last 24 hours. No night log
{{ messages.info }}
{{ messages.warning }}
{{ state.message }}
{{ state.warning }}
Oort server is disconnected. Issue the command above again.
Active Uploads ({{ current_uploads.length }})
Filename | Dataset | Size | Status | Progress | Started | Ended | Duration | Error |
---|---|---|---|---|---|---|---|---|
{{ upload.filename }} | {{ upload.dataset_name }} {{ upload.dataset_uuid }} | {{ upload.filesize / 1000 }} kB | {{ upload.status }} |
|
{{ 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.dataset_uuid }} | {{ upload.filesize / 1000 }} kB | {{ upload.status }} | {{ upload.started }} | {{ upload.ended }} | {{ upload.duration }} s | {{ upload.error }} |
There are no inactive / past uploads.