Proposal Info
ID
{{ proposal.Investigation.id}}
Name
{{ proposal.Investigation.name}}
Datasets Count
{{ proposal.Investigation.datasets | length}}
Title
{{ proposal.Investigation.title }}
Facility
{{ proposal.Investigation.facility.name }}
Instrument
{% for ii in proposal.Investigation.investigationInstruments %}
{{ii.instrument.name}} - {{ii.instrument.fullName}} {% if not loop.last %}, {% endif %}
{% endfor %}
User
{% for iu in proposal.Investigation.investigationUsers %}
{{iu.user.fullName}} {% if not loop.last %}, {% endif %}
{% endfor %}
Start Date
{{ proposal.Investigation.startDate }}
End Date
{{ proposal.Investigation.endDate}}
Summary
{{ proposal.Investigation.summary }}
Please select a calibration file
{% for cal_file in cal_files %}
({{cal_file}})
{% endfor %}
Please select a mask file
{% for mask_file in mask_files %}
({{mask_file}})
{% endfor %}
Empty Trans Run(s)
Please select a run
{% for dataset in proposal.Investigation.datasets %}
{{ dataset.name.strip('__csns__RUN') }} ({{dataset.description}})
{% endfor %}
Plot
Sample Trans Run(s)
Please select a run
{% for dataset in proposal.Investigation.datasets %}
{{ dataset.name.strip('__csns__RUN') }} ({{dataset.description}})
{% endfor %}
Plot
Fitting Method
Linear
Raw
Smooth