Exposure {{ group_root }}
View File Type: iIntegration: /
{% for detector1 in ['nrca2', 'nrca4', 'nrcb3', 'nrcb1'] %}
{% if detector1 in detectors %}
{% endif %}
{% endfor %}
{% for detector2 in ['nrca1', 'nrca3', 'nrcb4', 'nrcb2'] %}
{% if detector2 in detectors %}
{% endif %}
{% endfor %}
{% for detector3 in ['nrcalong', 'nrcblong'] %}
{% if detector3 in detectors %}
{% endif %}
{% endfor %}
{% else %}
{% endif %}