{% extends 'base.html' %} {% block head %} {{ form.media }} {% endblock head %} {% block navigation %} {% include 'tool_menu.html' %} {% endblock navigation %} {% block subtitle %}
Tool Serial Number | {{ calibration.1 }} | |
---|---|---|
Tool Timer (h:m:s) | {{ "rpn"|stnew|stpush:tool_timer|stpush:"3600"|stdiv|stfloor|stget }}:{{ "rpn"|stnew|stpush:tool_timer|stpush:"3600"|stmod|stpush:"60"|stdiv|stfloor|stget|leading_zeros:2 }}:{{ "rpn"|stnew|stpush:tool_timer|stpush:3600|stmod|stpush:60|stmod|stget|leading_zeros:2 }} | |
Bytes In MWD Log | {{ bytes_in_log }} b | |
Logging Interval (ms) | {{ logging_interval }} | |
Gamma Ray Logs per Interval | {{ scp.gammaray_log_size }} | |
Flags | Advanced Sequence Pattern | {% ifequal scp.advanced_sequence_pattern 1 %}On{% endifequal %}{% ifnotequal scp.advanced_squence_pattern 1 %}Off{% endifnotequal %} |
Tool Face Zeroed | {% ifequal scp.tool_face_zeroing 1 %}Yes{% endifequal %}{% ifnotequal scp.tool_face_zeroing 1 %}No{% endifnotequal %} | |
Rotation Sensing | {% ifequal scp.rotation_sensing 1 %}On{% endifequal %}{% ifnotequal scp.rotation_sensing 1 %}Off{% endifnotequal %} | |
Current Sensor Readings | Temperature | {{ sensor.temperature|floatformat }}°F |
Azimuth | {{ sensor.azimuth|floatformat }}° | |
Inclination | {{ sensor.inclination|floatformat }}° | |
Gravity | {{ sensor.gravity|floatformat }} | |
Magnetometer | {{ sensor.magnetic|floatformat }} | |
Gamma Ray | {{ sensor.gamma_ray|floatformat }} | |
Tool Face | {{ sensor.tool_face|floatformat }}° |