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 }} {{ upload.filesize / 1000 }} kB {{ upload.status }}
{{ Math.round(upload.progress) }}%
{{ upload.started }} {{ upload.ended }} {{ upload.duration }} s {{ upload.error }}
There are no active uploads.
Pending Uploads ({{ filtered_pending_uploads.length }})
Filename Owner Size (kB)
{{ upload.filename }}
{{ upload.filedate }}
@{{ upload.astronomer }} {{ upload.organisation }} {{ upload.filesize / 1000 }} kB
There are no pending uploads.
Finished Uploads ({{ filtered_finished_uploads.length }})
Filename Dataset Night Log Telescope Owner Size (kB) 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 }} {{ upload.filesize / 1000 }} kB {{ upload.status }} {{ upload.started }} {{ upload.ended }} {{ upload.duration }} s {{ upload.error }}
There are no inactive / past uploads.