{% extends 'base.html' %} {% block content %}
{% block title %} | PENDANT DROP TENSIOMETRY {% endblock %}
{% if file_url %}
{% else %}
No image uploaded
{% endif %}
{{ form.hidden_tag() }} {% for error in form.photo.errors %} {{ error }} {% endfor %}
{{ form.photo(class="form-control") }}
{{ form.submit(class="btn btn-success") }}

Results:

Negative Cooridnate File:
Positive Cooridnate File:
Syringe Width (millimeter):
Radius of Curvature Range:
Shape Factor Range :
Initial X Coordinate Range:
Initial Angle Range:
Parameter Combinations:
Number of Process to Use:
Juza 5-Plane (1/H) Std.Dev:
best output:
Lowest RMSD:
Computed Surface Tension:
Best Radius of Curvature:
Best Shape Factor:
Best Initial X Coordinate:
Best Initial Angle:
Lapsed Time in Seconds:
asdsadsa
{% endblock %}