{% extends "support.html" %} {% block head %} {{ block.super }} {% endblock %} {% block pagehead %} {% include 'pagehead.html' %} {% endblock %} {% block content %} {% endblock %} {% block fullwidthcontainer %}
{% csrf_token %} {% if show_ai_issue_list_warn %}
  • {{ ai_issue_list_warning }}
{% endif %} {% if global_pillsig %} {% if global_pillsig.protocol.id > 0 and global_pillsig.protocol.id <= 5 %} {% endif %} {% endif %} {% if current_pillsig.protocol__id > 0 and current_pillsig.protocol__id <= 5 %} {% endif %} {% for pillsig in pillsig_history %} {% if pillsig.protocol__id > 0 and pillsig.protocol__id <= 5 %} {% endif %} {% endfor %}
{{ instance_info }}   Force as Global Pill Signature:
Mode: {{ form.protocol }} {{ form.width }} {{ form.length }} {{ form.area }} {{ form.threshold_low }} {{ form.threshold_high }} {{ form.red_channel }}R
{{ form.green_channel }}G
{{ form.blue_channel }}B
{{ form.bulk_min }} {{ form.bulk_max }} {{ form.min_bulk_angle }} {{ form.vib_min }} {{ form.vib_max }} {{ form.blister_index_delay }} {{ form.blister_index_delay_multi }} {{ form.vib_blister }} {{ form.vib_blister_multi }} {{ form.arm_offset }} {{ form.eor_delta }} {{ form.gain }} {{ form.remove_dust }} {{ form.min_area }} {{ form.min_area_low }} {{ form.exposure }} {{ form.user_init }} {{ form.comments }}
Create Good Good % Max Per Blist Width Len Area Thr Low Thr High RGB Bulk Min Bulk Max Min Bulk Angle Vib Min Vib Max Blist Delay Blist Multi Delay Vib Blist Vib Blist Multi Arm Off EOC Off Gain Rem Dust Min Area Min Area Low Exp User Init Comments Action
Advanced Values: Adv RGB Chan Adv Thr Low Adv Thr Hi Start Row End Row Start Col End Col Mid Len Max Run Len Min Run Len Min Col Len Channel Op
  {{ form.adv_red_channel }}R {{ form.adv_green_channel }}G {{ form.adv_blue_channel }}B {{ form.adv_threshold_low }} {{ form.adv_threshold_high }} {{ form.adv_start_row }} {{ form.adv_end_row }} {{ form.adv_start_col }} {{ form.adv_end_col }} {{ form.adv_mid_length }} {{ form.adv_max_run_length }} {{ form.adv_min_run_length }} {{ form.adv_min_col_length }} {{ form.adv_channel_op }}
RED Low RED High R Max Run R Min Run R Min COL GRN Low GRN HIGH G Max Run G Min Run G Min COL BLUE Low BLUE High B Max Run B Min Run B Min COL
{{ form.adv_threshold_low_red }} {{ form.adv_threshold_high_red }} {{ form.adv_red_max_run_length }} {{ form.adv_red_min_run_length }} {{ form.adv_red_min_col_length }} {{ form.adv_threshold_low_green }} {{ form.adv_threshold_high_green }} {{ form.adv_green_max_run_length }} {{ form.adv_green_min_run_length }} {{ form.adv_green_min_col_length }} {{ form.adv_threshold_low_blue }} {{ form.adv_threshold_high_blue }} {{ form.adv_blue_max_run_length }} {{ form.adv_blue_min_run_length }} {{ form.adv_blue_min_col_length }}
Adv RGB Channel II Save Hyb Img Stitch Pre Auto Bright Adv Dbg Opt Adv Thr Low II Max Run Len II Min Run Len II Min Col Len II  
{{ form.adv_red_channel_ii_flag }}R {{ form.adv_green_channel_ii_flag }}G {{ form.adv_blue_channel_ii_flag }}B {{ form.adv_save_hybrid_image_flag }} {{ form.adv_stitch_flag }} {{ form.adv_pre_auto_bright_flag }} {{ form.adv_dbg_option }} {{ form.adv_threshold_low_ii }} {{ form.adv_max_run_length_ii }} {{ form.adv_min_run_length_ii }} {{ form.adv_min_col_length_ii }}  
Global: {{ global_pillsig.creation|date:"SHORT_DATETIME_FORMAT" }} {{ global_pillsig.count_good }} {{ global_goodpct }} {{ global_pillsig.instance__max_per_blister }} {{ global_pillsig.width }} {{ global_pillsig.length }} {{ global_pillsig.area }} {{ global_pillsig.threshold_low }} {{ global_pillsig.threshold_high }} {% if global_pillsig.red_channel == True %}R {% endif %} {% if global_pillsig.green_channel == True %}G {% endif %} {% if global_pillsig.blue_channel == True %}B{% endif %} {{ global_pillsig.bulk_min }} {{ global_pillsig.bulk_max }} {{ global_pillsig.min_bulk_angle }} {{ global_pillsig.vib_min }} {{ global_pillsig.vib_max }} {{ global_pillsig.blister_index_delay }} {{ global_pillsig.blister_index_delay_multi }} {% if global_pillsig.vib_blister %}YES{% else %}NO{% endif %} {% if global_pillsig.vib_blister_multi %}YES{% else %}NO{% endif %} {{ global_pillsig.arm_offset }}   {{ global_pillsig.gain }} {% if global_pillsig.remove_dust %}YES{% else %}NO{% endif %} {{ global_pillsig.min_area }} {{ global_pillsig.min_area_low }} {{ global_pillsig.exposure }}    
  {% if global_pillsig.adv_red_channel %}R {% endif %} {% if global_pillsig.adv_green_channel %}G {% endif %} {% if global_pillsig.adv_blue_channel %}B{% endif %} {{ global_pillsig.adv_threshold_low }} {{ global_pillsig.adv_threshold_high }} {{ global_pillsig.adv_start_row }} {{ global_pillsig.adv_end_row }} {{ global_pillsig.adv_start_col }} {{ global_pillsig.adv_end_col }} {{ global_pillsig.adv_mid_length }} {{ global_pillsig.adv_max_run_length }} {{ global_pillsig.adv_min_run_length }} {{ global_pillsig.adv_min_col_length }} {% if global_pillsig.adv_channel_op == 0 %}RGB{% elif global_pillsig.adv_channel_op == 1 %}HSV{% endif %}
{{ global_pillsig.adv_threshold_low_red }} {{ global_pillsig.adv_threshold_high_red }} {{ global_pillsig.adv_red_max_run_length }} {{ global_pillsig.adv_red_min_run_length }} {{ global_pillsig.adv_red_min_col_length }} {{ global_pillsig.adv_threshold_low_green }} {{ global_pillsig.adv_threshold_high_green }} {{ global_pillsig.adv_green_max_run_length }} {{ global_pillsig.adv_green_min_run_length }} {{ global_pillsig.adv_green_min_col_length }} {{ global_pillsig.adv_threshold_low_blue }} {{ global_pillsig.adv_threshold_high_blue }} {{ global_pillsig.adv_blue_max_run_length }} {{ global_pillsig.adv_blue_min_run_length }} {{ global_pillsig.adv_blue_min_col_length }}
{% if global_pillsig.adv_red_channel_ii_flag %}R {% endif %} {% if global_pillsig.adv_green_channel_ii_flag %}G {% endif %} {% if global_pillsig.adv_blue_channel_ii_flag %}B{% endif %} {{ global_pillsig.adv_save_hybrid_image_flag }} {{ global_pillsig.adv_stitch_flag }} {{ global_pillsig.adv_pre_auto_bright_flag }} {{ global_pillsig.adv_dbg_option }} {{ global_pillsig.adv_threshold_low_ii }} {{ global_pillsig.adv_max_run_length_ii }} {{ global_pillsig.adv_min_run_length_ii }} {{ global_pillsig.adv_min_col_length_ii }}  
Current: {{ current_pillsig.creation|date:"SHORT_DATETIME_FORMAT" }}
{{ current_pillsig.protocol__description }}
{{ current_pillsig.good_count }} {{ current_pillsig.good_pct|floatformat }} {{ current_pillsig.instance__max_per_blister }} {{ current_pillsig.width }} {{ current_pillsig.length }} {{ current_pillsig.area }} {{ current_pillsig.threshold_low }} {{ current_pillsig.threshold_high }} {% if current_pillsig.red_channel == True %}R {% endif %} {% if current_pillsig.green_channel == True %}G {% endif %} {% if current_pillsig.blue_channel == True %}B{% endif %} {{ current_pillsig.bulk_min }} {{ current_pillsig.bulk_max }} {{ current_pillsig.min_bulk_angle }} {{ current_pillsig.vib_min }} {{ current_pillsig.vib_max }} {{ current_pillsig.blister_index_delay }} {{ current_pillsig.blister_index_delay_multi }} {% if current_pillsig.vib_blister %}YES{% else %}NO{% endif %} {% if current_pillsig.vib_blister_multi %}YES{% else %}NO{% endif %} {{ current_pillsig.arm_offset }} {{ current_pillsig.eor_delta }} {{ current_pillsig.gain }} {% if current_pillsig.remove_dust %}YES{% else %}NO{% endif %} {{ current_pillsig.min_area }} {{ current_pillsig.min_area_low }} {{ current_pillsig.exposure }} {{ current_pillsig.user_init }} {{ current_pillsig.comments }}
  {% if current_pillsig.adv_red_channel %}R {% endif %} {% if current_pillsig.adv_green_channel %}G {% endif %} {% if current_pillsig.adv_blue_channel %}B{% endif %} {{ current_pillsig.adv_threshold_low }} {{ current_pillsig.adv_threshold_high }} {{ current_pillsig.adv_start_row }} {{ current_pillsig.adv_end_row }} {{ current_pillsig.adv_start_col }} {{ current_pillsig.adv_end_col }} {{ current_pillsig.adv_mid_length }} {{ current_pillsig.adv_max_run_length }} {{ current_pillsig.adv_min_run_length }} {{ current_pillsig.adv_min_col_length }} {% if current_pillsig.adv_channel_op == 0 %}RGB{% elif current_pillsig.adv_channel_op == 1 %}HSV{% endif %}
{{ current_pillsig.adv_threshold_low_red }} {{ current_pillsig.adv_threshold_high_red }} {{ current_pillsig.adv_red_max_run_length }} {{ current_pillsig.adv_red_min_run_length }} {{ current_pillsig.adv_red_min_col_length }} {{ current_pillsig.adv_threshold_low_green }} {{ current_pillsig.adv_threshold_high_green }} {{ current_pillsig.adv_green_max_run_length }} {{ current_pillsig.adv_green_min_run_length }} {{ current_pillsig.adv_green_min_col_length }} {{ current_pillsig.adv_threshold_low_blue }} {{ current_pillsig.adv_threshold_high_blue }} {{ current_pillsig.adv_blue_max_run_length }} {{ current_pillsig.adv_blue_min_run_length }} {{ current_pillsig.adv_blue_min_col_length }}
{% if current_pillsig.adv_red_channel_ii_flag %}R {% endif %} {% if current_pillsig.adv_green_channel_ii_flag %}G {% endif %} {% if current_pillsig.adv_blue_channel_ii_flag %}B{% endif %} {{ current_pillsig.adv_save_hybrid_image_flag }} {{ current_pillsig.adv_stitch_flag }} {{ current_pillsig.adv_pre_auto_bright_flag }} {{ current_pillsig.adv_dbg_option }} {{ current_pillsig.adv_threshold_low_ii }} {{ current_pillsig.adv_max_run_length_ii }} {{ current_pillsig.adv_min_run_length_ii }} {{ current_pillsig.adv_min_col_length_ii }}  
{{ pillsig.creation|date:"SHORT_DATETIME_FORMAT" }}
{{ pillsig.protocol__description }}
{{ pillsig.good_count }} {{ pillsig.good_pct|floatformat }} {{ pillsig.instance__max_per_blister }} {{ pillsig.width }} {{ pillsig.length }} {{ pillsig.area }} {{ pillsig.threshold_low }} {{ pillsig.threshold_high }} {% if pillsig.red_channel == True %}R {% endif %} {% if pillsig.green_channel == True %}G {% endif %} {% if pillsig.blue_channel == True %}B{% endif %} {{ pillsig.bulk_min }} {{ pillsig.bulk_max }} {{ pillsig.min_bulk_angle }} {{ pillsig.vib_min }} {{ pillsig.vib_max }} {{ pillsig.blister_index_delay }} {{ pillsig.blister_index_delay_multi }} {% if pillsig.vib_blister %}YES{% else %}NO{% endif %} {% if pillsig.vib_blister_multi %}YES{% else %}NO{% endif %} {{ pillsig.arm_offset }} {{ pillsig.eor_delta }} {{ pillsig.gain }} {% if pillsig.remove_dust %}YES{% else %}NO{% endif %} {{ pillsig.min_area }} {{ pillsig.min_area_low }} {{ pillsig.exposure }} {{ pillsig.user_init }} {{ pillsig.comments }}
  {% if pillsig.adv_red_channel %}R {% endif %} {% if pillsig.adv_green_channel %}G {% endif %} {% if pillsig.adv_blue_channel %}B{% endif %} {{ pillsig.adv_threshold_low }} {{ pillsig.adv_threshold_high }} {{ pillsig.adv_start_row }} {{ pillsig.adv_end_row }} {{ pillsig.adv_start_col }} {{ pillsig.adv_end_col }} {{ pillsig.adv_mid_length }} {{ pillsig.adv_max_run_length }} {{ pillsig.adv_min_run_length }} {{ pillsig.adv_min_col_length }} {% if pillsig.adv_channel_op == 0 %}RGB{% elif pillsig.adv_channel_op == 1 %}HSV{% endif %}
{{ pillsig.adv_threshold_low_red }} {{ pillsig.adv_threshold_high_red }} {{ pillsig.adv_red_max_run_length }} {{ pillsig.adv_red_min_run_length }} {{ pillsig.adv_red_min_col_length }} {{ pillsig.adv_threshold_low_green }} {{ pillsig.adv_threshold_high_green }} {{ pillsig.adv_green_max_run_length }} {{ pillsig.adv_green_min_run_length }} {{ pillsig.adv_green_min_col_length }} {{ pillsig.adv_threshold_low_blue }} {{ pillsig.adv_threshold_high_blue }} {{ pillsig.adv_blue_max_run_length }} {{ pillsig.adv_blue_min_run_length }} {{ pillsig.adv_blue_min_col_length }}
{% if pillsig.adv_red_channel_ii_flag %}R {% endif %} {% if pillsig.adv_green_channel_ii_flag %}G {% endif %} {% if pillsig.adv_blue_channel_ii_flag %}B{% endif %} {{ pillsig.adv_save_hybrid_image_flag }} {{ pillsig.adv_stitch_flag }} {{ pillsig.adv_pre_auto_bright_flag }} {{ pillsig.adv_dbg_option }} {{ pillsig.adv_threshold_low_ii }} {{ pillsig.adv_max_run_length_ii }} {{ pillsig.adv_min_run_length_ii }} {{ pillsig.adv_min_col_length_ii }}  
{% endblock %}