About  rocket_launch

{% comment %}

About  

{% endcomment %}

IOP4, the Interactive Photo-Polarimetric Python Pipeline. Check the code in GitHub. Documentation can be found at the VHEGA site.

{% if debug %}

You can browse your local version of the docs at /iop4/docs/ (you need to build it first with make docs-sphinx).

{% endif %}

The test dataset can be downloaded at this link.

{% if request.user.is_authenticated %}

This site is currently running IOP4 {{ git_branch }} @ {{ git_describe }}.

This message is visible only to authenticated users.

{% endif %} {% if debug and request.user.is_authenticated %}

It appears that you are running this site in the DEBUG server.

If this is the case, you can safely ignore this message. Otherwise, check IOP4 and Django docs. This message is visible only to authenticated users.

{% endif %}