{% set booking = session.booking %} {% set is_manager = current_user.is_manager %} {% if not booking %}

Error: This Session does not have a booking

This should not happen, please report this issue to the administrator.

{% else %} {% set owner = booking.owner %} {% set pi = owner.get_pi() %} {% if is_manager or current_user == owner or current_user == pi %}

Overview

{{ session.name }}

{{ booking.owner.name }}

{{ booking.resource.name }}
{{ booking.resource.name }}

Data Download

{% if not errors %} {% set username = session.name %} {% set extra = session.extra %} {% set password = extra['data_user_password'] %}

Data Path:

{{ extra['data_folder'] }}

Credentials:

username: {{ username }}
password: {{ password }}

Instructions:

You can use the terminal / command line with rsync to download your data such as:

rsync -rltv {{ username }}@data.cryoem.se:data/ /your/local/storage/path

or you can use a GUI based program such as FileZilla and then use

Host: sftp://data.cryoem.se
Username: {{ username }}
Password: {{ password }}
Port: (can be left blank)

{% include "facility_acknoledgements.html" %}
{% else %} {% endif %}
{% else %}

You do not have access to this information.

A session is only visible to the owner user or the principal investigator.

{% endif %} {% endif %}