{{ state.folders.length }}
Upload Folders
There is no folder to upload.
To upload a folder, add it with the terminal command
oort upload <folder path>
.
#}
{#
#}
#}
{##}
{#
#}
{# #}
{##}
{#
#}
{# #}
{##}
{# #}
{#
#}
{# #}
{# #}
{# 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 }}#}
{#
#}
{##}
{#
Active Uploads ({{ current_uploads.length }})
Filename | Dataset | Night Log | Telescope | Owner | Size | Status | Progress | Started | Ended | Duration | Error |
---|---|---|---|---|---|---|---|---|---|---|---|
{{ upload.file_path }}
Obs Date: {{ upload.file_date }}
|
{{ 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.uuid }}
(no telescope)
|
@{{ upload.astronomer }} {{ upload.organisation }} | {{ getFormattedSize(upload.file_size) }} |
{{ upload.status }}
{{ upload.substatus }}
|
|
{{ upload.started }} | {{ upload.ended }} | {{ upload.duration }} s | {{ upload.error }} |
There are no active uploads.
Pending Uploads ({{ pending_uploads.length }})
Filename | {#Owner | #}Size | Status |
---|---|---|---|
{{ upload.file_path }}
Obs Date: {{ upload.file_date }}
|
{# #} {# @{{ upload.astronomer }}#} {# {{ upload.organisation }}#} {# | #}{{ getFormattedSize(upload.file_size) }} |
{{ upload.status }}
{{ upload.substatus }}
|
There are no pending uploads.
Finished Uploads ({{ finished_uploads.length }})
Filename | Dataset | Night Log | Telescope | Owner | Size | Status | Started | Ended | Duration | Error |
---|---|---|---|---|---|---|---|---|---|---|
{{ upload.file_path }}
Obs Date: {{ upload.file_date }}
|
{{ 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.uuid }}
(no telescope)
|
@{{ upload.astronomer }} {{ upload.organisation }} | {{ getFormattedSize(upload.file_size) }} |
{{ upload.status }}
{{ upload.substatus }}
|
{{ upload.started }} | {{ upload.ended }} | {{ upload.duration.toFixed(1) }} s | {{ upload.error }} |
Uploads older than 24h are now shown.
There are no inactive / past uploads.