diff --git a/analysis1.ipynb b/analysis1.ipynb
index e69de29..2c22a2c 100644
--- a/analysis1.ipynb
+++ b/analysis1.ipynb
@@ -0,0 +1,971 @@
+{
+ "cells": [
+ {
+ "cell_type": "code",
+ "execution_count": 20,
+ "metadata": {},
+ "outputs": [],
+ "source": [
+ "# Necessary libraries\n",
+ "import pandas as pd\n",
+ "import numpy as np"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 21,
+ "metadata": {},
+ "outputs": [
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Initial DataFrame shape: (243, 15)\n"
+ ]
+ },
+ {
+ "data": {
+ "application/vnd.microsoft.datawrangler.viewer.v0+json": {
+ "columns": [
+ {
+ "name": "index",
+ "rawType": "int64",
+ "type": "integer"
+ },
+ {
+ "name": "moisture",
+ "rawType": "int64",
+ "type": "integer"
+ },
+ {
+ "name": "spring_stiffness ",
+ "rawType": "int64",
+ "type": "integer"
+ },
+ {
+ "name": "displacement_screw_setting",
+ "rawType": "float64",
+ "type": "float"
+ },
+ {
+ "name": "motor_speed",
+ "rawType": "int64",
+ "type": "integer"
+ },
+ {
+ "name": "untouched",
+ "rawType": "object",
+ "type": "unknown"
+ },
+ {
+ "name": "longitudinal less than 25%",
+ "rawType": "object",
+ "type": "unknown"
+ },
+ {
+ "name": "Longitudinal between 25-50%",
+ "rawType": "object",
+ "type": "unknown"
+ },
+ {
+ "name": "Longitudinal between 50-75%",
+ "rawType": "object",
+ "type": "unknown"
+ },
+ {
+ "name": "Longitudinal more than 75%",
+ "rawType": "object",
+ "type": "string"
+ },
+ {
+ "name": "Circumferential less than 25%",
+ "rawType": "object",
+ "type": "unknown"
+ },
+ {
+ "name": "Circumferential between 25-50%",
+ "rawType": "object",
+ "type": "unknown"
+ },
+ {
+ "name": "Circumferential between 50-75%",
+ "rawType": "object",
+ "type": "unknown"
+ },
+ {
+ "name": "Circumferential more than 75%",
+ "rawType": "object",
+ "type": "string"
+ },
+ {
+ "name": "Open Crack",
+ "rawType": "object",
+ "type": "string"
+ },
+ {
+ "name": "Crushed",
+ "rawType": "object",
+ "type": "unknown"
+ }
+ ],
+ "conversionMethod": "pd.DataFrame",
+ "ref": "a9104025-3514-4dca-bdc7-4745f489815b",
+ "rows": [
+ [
+ "0",
+ "5",
+ "1800",
+ "0.29",
+ "60",
+ null,
+ null,
+ null,
+ null,
+ "*GH013810, *GH013811, *GH013812, *GH013813, *GH013814, *GH013815",
+ null,
+ "*GH013812, *GH013813, *GH013814",
+ null,
+ "*GH013810, *GH013811, *GH013815",
+ "*GH013810, *GH013811, *GH013812, *GH013813, *GH013814, *GH013815",
+ null
+ ],
+ [
+ "1",
+ "5",
+ "1800",
+ "0.22",
+ "45",
+ null,
+ null,
+ null,
+ null,
+ "*GH013816, *GH013817, *GH013818, *GH013819, *GH013820, *GH013821",
+ null,
+ "*GH013818",
+ "*GH013821",
+ "*GH013816, *GH013817, *GH013819, *GH013820",
+ "*GH013816, *GH013817, *GH013818, *GH013819, *GH013820, *GH013821",
+ null
+ ],
+ [
+ "2",
+ "5",
+ "1800",
+ "0.36",
+ "30",
+ "*GH013822",
+ null,
+ null,
+ "*GH013823",
+ "*GH013824, *GH013825, *GH013826, *GH013827",
+ "*GH013823, *GH013826",
+ null,
+ "*GH013824, *GH013827",
+ "*GH013825",
+ "*GH013823, *GH013824, *GH013825, *GH013827",
+ null
+ ],
+ [
+ "3",
+ "5",
+ "1800",
+ "0.36",
+ "60",
+ "*GH013832",
+ null,
+ null,
+ null,
+ "*GH013828, *GH013829, *GH013830, *GH013831, *GH013833",
+ "*GH013829",
+ "*GH013830, *GH013833",
+ "*GH013828",
+ "*GH013831",
+ "*GH013828, *GH013830, *GH013831, *GH013833",
+ null
+ ],
+ [
+ "4",
+ "5",
+ "1800",
+ "0.22",
+ "30",
+ null,
+ null,
+ null,
+ null,
+ "*GH013834, *GH013835, *GH013836, *GH013837, *GH013838, *GH013839",
+ null,
+ null,
+ "*GH013836",
+ "*GH013834, *GH013835, *GH013837, *GH013838, *GH013839",
+ "*GH013834, *GH013835, *GH013836, *GH013837, *GH013838, *GH013839",
+ null
+ ]
+ ],
+ "shape": {
+ "columns": 15,
+ "rows": 5
+ }
+ },
+ "text/html": [
+ "
\n",
+ "\n",
+ "
\n",
+ " \n",
+ " \n",
+ " | \n",
+ " moisture | \n",
+ " spring_stiffness | \n",
+ " displacement_screw_setting | \n",
+ " motor_speed | \n",
+ " untouched | \n",
+ " longitudinal less than 25% | \n",
+ " Longitudinal between 25-50% | \n",
+ " Longitudinal between 50-75% | \n",
+ " Longitudinal more than 75% | \n",
+ " Circumferential less than 25% | \n",
+ " Circumferential between 25-50% | \n",
+ " Circumferential between 50-75% | \n",
+ " Circumferential more than 75% | \n",
+ " Open Crack | \n",
+ " Crushed | \n",
+ "
\n",
+ " \n",
+ " \n",
+ " \n",
+ " 0 | \n",
+ " 5 | \n",
+ " 1800 | \n",
+ " 0.29 | \n",
+ " 60 | \n",
+ " NaN | \n",
+ " NaN | \n",
+ " NaN | \n",
+ " NaN | \n",
+ " *GH013810, *GH013811, *GH013812, *GH013813, *G... | \n",
+ " NaN | \n",
+ " *GH013812, *GH013813, *GH013814 | \n",
+ " NaN | \n",
+ " *GH013810, *GH013811, *GH013815 | \n",
+ " *GH013810, *GH013811, *GH013812, *GH013813, *G... | \n",
+ " NaN | \n",
+ "
\n",
+ " \n",
+ " 1 | \n",
+ " 5 | \n",
+ " 1800 | \n",
+ " 0.22 | \n",
+ " 45 | \n",
+ " NaN | \n",
+ " NaN | \n",
+ " NaN | \n",
+ " NaN | \n",
+ " *GH013816, *GH013817, *GH013818, *GH013819, *G... | \n",
+ " NaN | \n",
+ " *GH013818 | \n",
+ " *GH013821 | \n",
+ " *GH013816, *GH013817, *GH013819, *GH013820 | \n",
+ " *GH013816, *GH013817, *GH013818, *GH013819, *G... | \n",
+ " NaN | \n",
+ "
\n",
+ " \n",
+ " 2 | \n",
+ " 5 | \n",
+ " 1800 | \n",
+ " 0.36 | \n",
+ " 30 | \n",
+ " *GH013822 | \n",
+ " NaN | \n",
+ " NaN | \n",
+ " *GH013823 | \n",
+ " *GH013824, *GH013825, *GH013826, *GH013827 | \n",
+ " *GH013823, *GH013826 | \n",
+ " NaN | \n",
+ " *GH013824, *GH013827 | \n",
+ " *GH013825 | \n",
+ " *GH013823, *GH013824, *GH013825, *GH013827 | \n",
+ " NaN | \n",
+ "
\n",
+ " \n",
+ " 3 | \n",
+ " 5 | \n",
+ " 1800 | \n",
+ " 0.36 | \n",
+ " 60 | \n",
+ " *GH013832 | \n",
+ " NaN | \n",
+ " NaN | \n",
+ " NaN | \n",
+ " *GH013828, *GH013829, *GH013830, *GH013831, *G... | \n",
+ " *GH013829 | \n",
+ " *GH013830, *GH013833 | \n",
+ " *GH013828 | \n",
+ " *GH013831 | \n",
+ " *GH013828, *GH013830, *GH013831, *GH013833 | \n",
+ " NaN | \n",
+ "
\n",
+ " \n",
+ " 4 | \n",
+ " 5 | \n",
+ " 1800 | \n",
+ " 0.22 | \n",
+ " 30 | \n",
+ " NaN | \n",
+ " NaN | \n",
+ " NaN | \n",
+ " NaN | \n",
+ " *GH013834, *GH013835, *GH013836, *GH013837, *G... | \n",
+ " NaN | \n",
+ " NaN | \n",
+ " *GH013836 | \n",
+ " *GH013834, *GH013835, *GH013837, *GH013838, *G... | \n",
+ " *GH013834, *GH013835, *GH013836, *GH013837, *G... | \n",
+ " NaN | \n",
+ "
\n",
+ " \n",
+ "
\n",
+ "
"
+ ],
+ "text/plain": [
+ " moisture spring_stiffness displacement_screw_setting motor_speed \\\n",
+ "0 5 1800 0.29 60 \n",
+ "1 5 1800 0.22 45 \n",
+ "2 5 1800 0.36 30 \n",
+ "3 5 1800 0.36 60 \n",
+ "4 5 1800 0.22 30 \n",
+ "\n",
+ " untouched longitudinal less than 25% Longitudinal between 25-50% \\\n",
+ "0 NaN NaN NaN \n",
+ "1 NaN NaN NaN \n",
+ "2 *GH013822 NaN NaN \n",
+ "3 *GH013832 NaN NaN \n",
+ "4 NaN NaN NaN \n",
+ "\n",
+ " Longitudinal between 50-75% \\\n",
+ "0 NaN \n",
+ "1 NaN \n",
+ "2 *GH013823 \n",
+ "3 NaN \n",
+ "4 NaN \n",
+ "\n",
+ " Longitudinal more than 75% \\\n",
+ "0 *GH013810, *GH013811, *GH013812, *GH013813, *G... \n",
+ "1 *GH013816, *GH013817, *GH013818, *GH013819, *G... \n",
+ "2 *GH013824, *GH013825, *GH013826, *GH013827 \n",
+ "3 *GH013828, *GH013829, *GH013830, *GH013831, *G... \n",
+ "4 *GH013834, *GH013835, *GH013836, *GH013837, *G... \n",
+ "\n",
+ " Circumferential less than 25% Circumferential between 25-50% \\\n",
+ "0 NaN *GH013812, *GH013813, *GH013814 \n",
+ "1 NaN *GH013818 \n",
+ "2 *GH013823, *GH013826 NaN \n",
+ "3 *GH013829 *GH013830, *GH013833 \n",
+ "4 NaN NaN \n",
+ "\n",
+ " Circumferential between 50-75% \\\n",
+ "0 NaN \n",
+ "1 *GH013821 \n",
+ "2 *GH013824, *GH013827 \n",
+ "3 *GH013828 \n",
+ "4 *GH013836 \n",
+ "\n",
+ " Circumferential more than 75% \\\n",
+ "0 *GH013810, *GH013811, *GH013815 \n",
+ "1 *GH013816, *GH013817, *GH013819, *GH013820 \n",
+ "2 *GH013825 \n",
+ "3 *GH013831 \n",
+ "4 *GH013834, *GH013835, *GH013837, *GH013838, *G... \n",
+ "\n",
+ " Open Crack Crushed \n",
+ "0 *GH013810, *GH013811, *GH013812, *GH013813, *G... NaN \n",
+ "1 *GH013816, *GH013817, *GH013818, *GH013819, *G... NaN \n",
+ "2 *GH013823, *GH013824, *GH013825, *GH013827 NaN \n",
+ "3 *GH013828, *GH013830, *GH013831, *GH013833 NaN \n",
+ "4 *GH013834, *GH013835, *GH013836, *GH013837, *G... NaN "
+ ]
+ },
+ "execution_count": 21,
+ "metadata": {},
+ "output_type": "execute_result"
+ }
+ ],
+ "source": [
+ "# Load the dataset\n",
+ "df = pd.read_csv(\"meyer.csv\")\n",
+ "\n",
+ "# Print an initial summary\n",
+ "print(\"Initial DataFrame shape:\", df.shape)\n",
+ "df.head()"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 22,
+ "metadata": {},
+ "outputs": [
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Renamed columns: ['moisture', 'spring_stiffness', 'displacement_screw_setting', 'motor_speed', 'untouched', 'longitudinal_less_than_25%', 'longitudinal_between_25_50%', 'longitudinal_between_50_75%', 'longitudinal_more_than_75%', 'circumferential_less_than_25%', 'circumferential_between_25_50%', 'circumferential_between_50_75%', 'circumferential_more_than_75%', 'open_crack', 'crushed']\n"
+ ]
+ }
+ ],
+ "source": [
+ "# Inspect columns and rename them for clarity\n",
+ "df.columns = df.columns.str.lower().str.strip().str.replace(\" \", \"_\").str.replace(\"-\", \"_\")\n",
+ "\n",
+ "print(\"Renamed columns:\", df.columns.tolist())"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 23,
+ "metadata": {},
+ "outputs": [
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Any missing values in factor columns?\n",
+ " moisture 0\n",
+ "spring_stiffness 0\n",
+ "displacement_screw_setting 0\n",
+ "motor_speed 0\n",
+ "dtype: int64\n",
+ "Any missing values in factor columns?\n",
+ " moisture 0\n",
+ "spring_stiffness 0\n",
+ "displacement_screw_setting 0\n",
+ "motor_speed 0\n",
+ "dtype: int64\n",
+ "Any missing values in factor columns?\n",
+ " moisture 0\n",
+ "spring_stiffness 0\n",
+ "displacement_screw_setting 0\n",
+ "motor_speed 0\n",
+ "dtype: int64\n",
+ "Any missing values in factor columns?\n",
+ " moisture 0\n",
+ "spring_stiffness 0\n",
+ "displacement_screw_setting 0\n",
+ "motor_speed 0\n",
+ "dtype: int64\n"
+ ]
+ }
+ ],
+ "source": [
+ "# Verify factor columns and parse them into correct data types\n",
+ "factor_cols = [\"moisture\", \"spring_stiffness\", \"displacement_screw_setting\", \"motor_speed\"]\n",
+ "for col in factor_cols:\n",
+ " df[col] = pd.to_numeric(df[col], errors=\"coerce\")\n",
+ " print(\"Any missing values in factor columns?\\n\", df[factor_cols].isnull().sum())"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 24,
+ "metadata": {},
+ "outputs": [
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Crack columns identified: ['untouched', 'longitudinal_less_than_25%', 'longitudinal_between_25_50%', 'longitudinal_between_50_75%', 'longitudinal_more_than_75%', 'circumferential_less_than_25%', 'circumferential_between_25_50%', 'circumferential_between_50_75%', 'circumferential_more_than_75%', 'open_crack', 'crushed']\n"
+ ]
+ }
+ ],
+ "source": [
+ "# Identify the crack outcome columns\n",
+ "crack_cols = [c for c in df.columns if c not in factor_cols]\n",
+ "print(\"Crack columns identified:\", crack_cols)"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 25,
+ "metadata": {},
+ "outputs": [],
+ "source": [
+ "# Count total video references per row\n",
+ "def extract_video_ids(cell_value):\n",
+ " \"\"\"\n",
+ " cell_value is a string with video references (like '*GH013810, *GH013811')\n",
+ " We'll split by comma, strip spaces, and return a list of IDs\n",
+ " If cell_value is NaN or empty, return empty list\n",
+ " \"\"\"\n",
+ " if pd.isna(cell_value):\n",
+ " return []\n",
+ " # Split on comma\n",
+ " items = cell_value.split(\",\")\n",
+ " # Clean up whitespace\n",
+ " items = [x.strip() for x in items if x.strip() != \"\"]\n",
+ " return items\n",
+ "\n",
+ "\n",
+ "# We'll accumulate all IDs across the crack columns for each row\n",
+ "def count_unique_videos(row):\n",
+ " all_ids = []\n",
+ " for col in crack_cols:\n",
+ " # row[col] might be a string with multiple video references\n",
+ " ids = extract_video_ids(row[col])\n",
+ " all_ids.extend(ids)\n",
+ " return len(set(all_ids))\n",
+ "\n",
+ "\n",
+ "df[\"video_count\"] = df.apply(count_unique_videos, axis=1)"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 26,
+ "metadata": {},
+ "outputs": [
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ " video_count missing_videos_flag\n",
+ "0 6 False\n",
+ "1 6 False\n",
+ "2 6 False\n",
+ "3 6 False\n",
+ "4 6 False\n",
+ "5 5 True\n",
+ "6 6 False\n",
+ "7 6 False\n",
+ "8 6 False\n",
+ "9 6 False\n"
+ ]
+ }
+ ],
+ "source": [
+ "# Flag rows with fewer than 6 videos as missing\n",
+ "df[\"missing_videos_flag\"] = df[\"video_count\"] < 6\n",
+ "print(df[[\"video_count\", \"missing_videos_flag\"]].head(10))"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 27,
+ "metadata": {},
+ "outputs": [
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Number of runs with fewer than 6 videos: 16\n"
+ ]
+ }
+ ],
+ "source": [
+ "# Keep those rows for now with a note\n",
+ "missing_count = df[\"missing_videos_flag\"].sum()\n",
+ "print(f\"Number of runs with fewer than 6 videos: {missing_count}\")"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 28,
+ "metadata": {},
+ "outputs": [],
+ "source": [
+ "# Data checks for motor_speed range\n",
+ "valid_speeds = [30, 45, 60]\n",
+ "mask_invalid_speed = ~df[\"motor_speed\"].isin(valid_speeds)\n",
+ "if mask_invalid_speed.any():\n",
+ " print(\"Invalid motor_speed values found:\")\n",
+ " print(df.loc[mask_invalid_speed, \"motor_speed\"].unique())"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 29,
+ "metadata": {},
+ "outputs": [
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "df_long shape: (3769, 6)\n"
+ ]
+ },
+ {
+ "data": {
+ "application/vnd.microsoft.datawrangler.viewer.v0+json": {
+ "columns": [
+ {
+ "name": "index",
+ "rawType": "int64",
+ "type": "integer"
+ },
+ {
+ "name": "moisture",
+ "rawType": "int64",
+ "type": "integer"
+ },
+ {
+ "name": "spring_stiffness",
+ "rawType": "int64",
+ "type": "integer"
+ },
+ {
+ "name": "displacement_screw_setting",
+ "rawType": "float64",
+ "type": "float"
+ },
+ {
+ "name": "motor_speed",
+ "rawType": "int64",
+ "type": "integer"
+ },
+ {
+ "name": "video_id",
+ "rawType": "object",
+ "type": "string"
+ },
+ {
+ "name": "crack_type",
+ "rawType": "object",
+ "type": "string"
+ }
+ ],
+ "conversionMethod": "pd.DataFrame",
+ "ref": "c2bb5139-cf11-4a42-8dfc-98a822b57b6c",
+ "rows": [
+ [
+ "0",
+ "5",
+ "1800",
+ "0.29",
+ "60",
+ "*GH013810",
+ "longitudinal_more_than_75%"
+ ],
+ [
+ "1",
+ "5",
+ "1800",
+ "0.29",
+ "60",
+ "*GH013811",
+ "longitudinal_more_than_75%"
+ ],
+ [
+ "2",
+ "5",
+ "1800",
+ "0.29",
+ "60",
+ "*GH013812",
+ "longitudinal_more_than_75%"
+ ],
+ [
+ "3",
+ "5",
+ "1800",
+ "0.29",
+ "60",
+ "*GH013813",
+ "longitudinal_more_than_75%"
+ ],
+ [
+ "4",
+ "5",
+ "1800",
+ "0.29",
+ "60",
+ "*GH013814",
+ "longitudinal_more_than_75%"
+ ],
+ [
+ "5",
+ "5",
+ "1800",
+ "0.29",
+ "60",
+ "*GH013815",
+ "longitudinal_more_than_75%"
+ ],
+ [
+ "6",
+ "5",
+ "1800",
+ "0.29",
+ "60",
+ "*GH013812",
+ "circumferential_between_25_50%"
+ ],
+ [
+ "7",
+ "5",
+ "1800",
+ "0.29",
+ "60",
+ "*GH013813",
+ "circumferential_between_25_50%"
+ ],
+ [
+ "8",
+ "5",
+ "1800",
+ "0.29",
+ "60",
+ "*GH013814",
+ "circumferential_between_25_50%"
+ ],
+ [
+ "9",
+ "5",
+ "1800",
+ "0.29",
+ "60",
+ "*GH013810",
+ "circumferential_more_than_75%"
+ ]
+ ],
+ "shape": {
+ "columns": 6,
+ "rows": 10
+ }
+ },
+ "text/html": [
+ "\n",
+ "\n",
+ "
\n",
+ " \n",
+ " \n",
+ " | \n",
+ " moisture | \n",
+ " spring_stiffness | \n",
+ " displacement_screw_setting | \n",
+ " motor_speed | \n",
+ " video_id | \n",
+ " crack_type | \n",
+ "
\n",
+ " \n",
+ " \n",
+ " \n",
+ " 0 | \n",
+ " 5 | \n",
+ " 1800 | \n",
+ " 0.29 | \n",
+ " 60 | \n",
+ " *GH013810 | \n",
+ " longitudinal_more_than_75% | \n",
+ "
\n",
+ " \n",
+ " 1 | \n",
+ " 5 | \n",
+ " 1800 | \n",
+ " 0.29 | \n",
+ " 60 | \n",
+ " *GH013811 | \n",
+ " longitudinal_more_than_75% | \n",
+ "
\n",
+ " \n",
+ " 2 | \n",
+ " 5 | \n",
+ " 1800 | \n",
+ " 0.29 | \n",
+ " 60 | \n",
+ " *GH013812 | \n",
+ " longitudinal_more_than_75% | \n",
+ "
\n",
+ " \n",
+ " 3 | \n",
+ " 5 | \n",
+ " 1800 | \n",
+ " 0.29 | \n",
+ " 60 | \n",
+ " *GH013813 | \n",
+ " longitudinal_more_than_75% | \n",
+ "
\n",
+ " \n",
+ " 4 | \n",
+ " 5 | \n",
+ " 1800 | \n",
+ " 0.29 | \n",
+ " 60 | \n",
+ " *GH013814 | \n",
+ " longitudinal_more_than_75% | \n",
+ "
\n",
+ " \n",
+ " 5 | \n",
+ " 5 | \n",
+ " 1800 | \n",
+ " 0.29 | \n",
+ " 60 | \n",
+ " *GH013815 | \n",
+ " longitudinal_more_than_75% | \n",
+ "
\n",
+ " \n",
+ " 6 | \n",
+ " 5 | \n",
+ " 1800 | \n",
+ " 0.29 | \n",
+ " 60 | \n",
+ " *GH013812 | \n",
+ " circumferential_between_25_50% | \n",
+ "
\n",
+ " \n",
+ " 7 | \n",
+ " 5 | \n",
+ " 1800 | \n",
+ " 0.29 | \n",
+ " 60 | \n",
+ " *GH013813 | \n",
+ " circumferential_between_25_50% | \n",
+ "
\n",
+ " \n",
+ " 8 | \n",
+ " 5 | \n",
+ " 1800 | \n",
+ " 0.29 | \n",
+ " 60 | \n",
+ " *GH013814 | \n",
+ " circumferential_between_25_50% | \n",
+ "
\n",
+ " \n",
+ " 9 | \n",
+ " 5 | \n",
+ " 1800 | \n",
+ " 0.29 | \n",
+ " 60 | \n",
+ " *GH013810 | \n",
+ " circumferential_more_than_75% | \n",
+ "
\n",
+ " \n",
+ "
\n",
+ "
"
+ ],
+ "text/plain": [
+ " moisture spring_stiffness displacement_screw_setting motor_speed \\\n",
+ "0 5 1800 0.29 60 \n",
+ "1 5 1800 0.29 60 \n",
+ "2 5 1800 0.29 60 \n",
+ "3 5 1800 0.29 60 \n",
+ "4 5 1800 0.29 60 \n",
+ "5 5 1800 0.29 60 \n",
+ "6 5 1800 0.29 60 \n",
+ "7 5 1800 0.29 60 \n",
+ "8 5 1800 0.29 60 \n",
+ "9 5 1800 0.29 60 \n",
+ "\n",
+ " video_id crack_type \n",
+ "0 *GH013810 longitudinal_more_than_75% \n",
+ "1 *GH013811 longitudinal_more_than_75% \n",
+ "2 *GH013812 longitudinal_more_than_75% \n",
+ "3 *GH013813 longitudinal_more_than_75% \n",
+ "4 *GH013814 longitudinal_more_than_75% \n",
+ "5 *GH013815 longitudinal_more_than_75% \n",
+ "6 *GH013812 circumferential_between_25_50% \n",
+ "7 *GH013813 circumferential_between_25_50% \n",
+ "8 *GH013814 circumferential_between_25_50% \n",
+ "9 *GH013810 circumferential_more_than_75% "
+ ]
+ },
+ "execution_count": 29,
+ "metadata": {},
+ "output_type": "execute_result"
+ }
+ ],
+ "source": [
+ "# Reshape data to a \"long\" format\n",
+ "all_records = []\n",
+ "for idx, row in df.iterrows():\n",
+ " # get factor values\n",
+ " row_factors = {\"moisture\": row[\"moisture\"], \"spring_stiffness\": row[\"spring_stiffness\"], \"displacement_screw_setting\": row[\"displacement_screw_setting\"], \"motor_speed\": row[\"motor_speed\"]}\n",
+ " # gather crack data\n",
+ " for col in crack_cols:\n",
+ " video_ids = extract_video_ids(row[col])\n",
+ " # each video ID is a single pecan with a crack classification col\n",
+ " # col is the classification type\n",
+ " for vid in video_ids:\n",
+ " # Build a record\n",
+ " record = row_factors.copy()\n",
+ " record[\"video_id\"] = vid\n",
+ " record[\"crack_type\"] = col # the name of the classification\n",
+ " all_records.append(record)\n",
+ "\n",
+ "df_long = pd.DataFrame(all_records)\n",
+ "\n",
+ "print(\"df_long shape:\", df_long.shape)\n",
+ "df_long.head(10)"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 30,
+ "metadata": {},
+ "outputs": [
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Data cleaning complete. Cleaned files saved.\n"
+ ]
+ }
+ ],
+ "source": [
+ "# Save the reshaped data\n",
+ "df.to_csv(\"meyer_cleaned_wide.csv\", index=False)\n",
+ "df_long.to_csv(\"meyer_cleaned_long.csv\", index=False)\n",
+ "\n",
+ "print(\"Data cleaning complete. Cleaned files saved.\")"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": null,
+ "metadata": {},
+ "outputs": [],
+ "source": []
+ }
+ ],
+ "metadata": {
+ "kernelspec": {
+ "display_name": "pecan",
+ "language": "python",
+ "name": "python3"
+ },
+ "language_info": {
+ "codemirror_mode": {
+ "name": "ipython",
+ "version": 3
+ },
+ "file_extension": ".py",
+ "mimetype": "text/x-python",
+ "name": "python",
+ "nbconvert_exporter": "python",
+ "pygments_lexer": "ipython3",
+ "version": "3.12.4"
+ }
+ },
+ "nbformat": 4,
+ "nbformat_minor": 2
+}
diff --git a/meyer.csv b/meyer.csv
new file mode 100644
index 0000000..0a3dfab
--- /dev/null
+++ b/meyer.csv
@@ -0,0 +1,244 @@
+moisture,spring_stiffness ,displacement_screw_setting,motor_speed,untouched,longitudinal less than 25%,Longitudinal between 25-50%,Longitudinal between 50-75%,Longitudinal more than 75%,Circumferential less than 25%,Circumferential between 25-50%,Circumferential between 50-75%,Circumferential more than 75%,Open Crack,Crushed
+5,1800,0.29,60,,,,,"*GH013810, *GH013811, *GH013812, *GH013813, *GH013814, *GH013815",,"*GH013812, *GH013813, *GH013814",,"*GH013810, *GH013811, *GH013815","*GH013810, *GH013811, *GH013812, *GH013813, *GH013814, *GH013815",
+5,1800,0.22,45,,,,,"*GH013816, *GH013817, *GH013818, *GH013819, *GH013820, *GH013821",,*GH013818,*GH013821,"*GH013816, *GH013817, *GH013819, *GH013820","*GH013816, *GH013817, *GH013818, *GH013819, *GH013820, *GH013821",
+5,1800,0.36,30,*GH013822,,,*GH013823,"*GH013824, *GH013825, *GH013826, *GH013827","*GH013823, *GH013826",,"*GH013824, *GH013827",*GH013825,"*GH013823, *GH013824, *GH013825, *GH013827",
+5,1800,0.36,60,*GH013832,,,,"*GH013828, *GH013829, *GH013830, *GH013831, *GH013833",*GH013829,"*GH013830, *GH013833",*GH013828,*GH013831,"*GH013828, *GH013830, *GH013831, *GH013833",
+5,1800,0.22,30,,,,,"*GH013834, *GH013835, *GH013836, *GH013837, *GH013838, *GH013839",,,*GH013836,"*GH013834, *GH013835, *GH013837, *GH013838, *GH013839","*GH013834, *GH013835, *GH013836, *GH013837, *GH013838, *GH013839",
+5,1800,0.29,45,,,,,"*GH013840, *GH013841, , *GH013842, *GH013843, *GH013844",,*GH013843,*GH013844,"*GH013840, *GH013841, *GH013842, *GH013844","*GH013840, *GH013841, *GH013842, *GH013844",*GH013842
+5,1800,0.29,30,,,,*GH013848,"*GH013845, *GH013846, *GH013847, *GH013849, *GH013850",,*GH013848,"*GH013845, *GH013847, *GH013849","*GH013846, *GH013850","*GH013845, *GH013846, *GH013847, *GH013849, *GH013850",
+5,1800,0.36,45,,,,"*GH013851, *GH013855","*GH013852, *GH013853, *GH013854, *GH013856","*GH013851, *GH013855","*GH013852, *GH013856",*GH013854,*GH013853,"*GH013852, *GH013853, *GH013854",
+5,1800,0.22,60,,,,,"*GH013857, *GH013858, *GH013859, *GH013860, *GH013861, *GH013862",,,"*GH013857, *GH013861","*GH013858, *GH013859, *GH013860, *GH013862","*GH013857, *GH013858, *GH013859, *GH013860, *GH013861, *GH013862",
+5,1800,0.22,30,,,,,"*GH013863, *GH013864, *GH013865, *GH013866, *GH013867, *GH013868",,,"*GH013866, *GH013867","*GH013863, *GH013864, *GH013865, *GH013868","*GH013863, *GH013864, *GH013865, *GH013866, *GH013867, *GH013868",
+5,1800,0.29,60,,,,,"*GH013869, *GH013870, *GH013871, *GH013872, *GH013873, *GH013874",,"*GH013870, *GH013873","*GH013871, *GH013872","*GH013869, *GH013874","*GH013869, *GH013870, *GH013871, *GH013873, *GH013874",
+5,1800,0.29,45,,,,,"*GH013875, *GH013876, *GH013877, *GH013878, *GH013879, *GH013880",*GH013879,,*GH013875,"*GH013876, *GH013877, *GH013878, *GH013880","*GH013875, *GH013876, *GH013877, *GH013878, *GH013880",
+5,1800,0.36,45,,,,"*GH013881, *GH013882, *GH013883","*GH013884, *GH013885, *GH013886","*GH013881, *GH013882, *GH013883, *GH013884",,,"*GH013885, *GH013886","*GH013883, *GH013885",*GH013886
+5,1800,0.29,30,,,,,"*GH013887, *GH013888, *GH013889, *GH013890, *GH013891, *GH013892",*GH013890,,"*GH013889, *GH013892","*GH013887, *GH013888, *GH013891","*GH013887, *GH013888, *GH013889, *GH013890, *GH013891",*GH013891
+5,1800,0.22,45,"*GH013893, *GH013896",,,,"*GH013894, *GH013895, *GH013897, *GH013898","*GH013894, *GH013895",*GH013897,,*GH013898,"*GH013897, *GH013898",*GH013898
+5,1800,0.36,30,"*GH013899, *GH013902, *GH013903, *GH013904",*GH013901,,,*GH013900,*GH013901,,,*GH013900,*GH013900,
+5,1800,0.22,60,,,,,"*GH013905, *GH013906, *GH013907, *GH013908, *GH013909, *GH013910",,*GH013906,*GH013908,"*GH013905, *GH013907, *GH013909, *GH013910","*GH013905, *GH013906, *GH013907, *GH013908, *GH013909, *GH013910",
+5,1800,0.36,60,"*GH013915, *GH013916",,,"*GH013912, *GH013913","*GH013911, *GH013914","*GH013911, *GH013912, *GH013913",,*GH013914,,*GH013914,
+5,1800,0.22,60,,,,,"*GH013917, *GH013918, *GH013919, *GH013920, *GH013921, *GH013922",,,*GH013918,"*GH013917, *GH013919, *GH013920, *GH013921, *GH013922","*GH013917, *GH013918, *GH013919, *GH013920, *GH013921, *GH013922",
+5,1800,0.36,30,,,,*GH013927,"*GH013923, *GH013924, *GH013925, *GH013926, *GH013928","*GH013927, *GH013928","*GH013923, *GH013924, *GH013925",*GH013926,,"*GH013923, *GH013924, *GH013925, *GH013926, *GH013928",
+5,1800,0.29,45,,,,,"*GH013929, *GH013930, *GH013931, *GH013932, *GH013933, *GH013934",,*GH013931,"*GH013929, *GH013930, *GH013932, *GH013933",*GH013934,"*GH013929, *GH013930, *GH013931, *GH013932, *GH013933, *GH013934",*GH013934
+5,1800,0.29,30,,,,*GH013940,"*GH013935, *GH013936, *GH013937, *GH013938, *GH013939",,"*GH013936, *GH013938, *GH013940","*GH013937, *GH013939",*GH013935,"*GH013935, *GH013936, *GH013937, *GH013938, *GH013939, *GH013940",
+5,1800,0.36,60,*GH013946,,,,"*GH013941, *GH013942, *GH013943, *GH013944, *GH013945",,"*GH013942, *GH013944, *GH013945",,"*GH013941, *GH013943","*GH013941, *GH013942, *GH013943, *GH013944, *GH013945","*GH013941, *GH013943"
+5,1800,0.22,30,,,,,"*GH013947, *GH013948, *GH013949, *GH013950, *GH013951, *GH013952",,,,"*GH013947, *GH013948, *GH013949, *GH013950, *GH013951, *GH013952","*GH013947, *GH013948, *GH013949, *GH013950, *GH013951, *GH013952",
+5,1800,0.29,60,,,,,"*GH013953, *GH013954, *GH013955, *GH013956, *GH013957, *GH013958",,*GH013955,"*GH013953, *GH013956, *GH013957","*GH013954, *GH013958","*GH013953, *GH013954, *GH013955, *GH013956, *GH013957, *GH013958",
+5,1800,0.22,45,,,,,"*GH013959, *GH013960, *GH013961, *GH013962, *GH013963, *GH013964",,,"*GH013960, *GH013962","*GH013959, *GH013961, *GH013963, *GH013964","*GH013959, *GH013960, *GH013961, *GH013962, *GH013963, *GH013964",*GH013964
+5,1800,0.36,45,,,,"*GH013965, *GH013968","*GH013966, *GH013967, *GH013969, *GH013970","*GH013965, *GH013966, *GH013967, *GH013968, *GH013970",*GH013969,,,"*GH013966, *GH013967, *GH013969",
+5,2000,0.29,60,,,,,"GH013293, GH013294, GH013295, GH013296, GH013297, GH013298",GH013294,"GH013293, GH013296, GH013297","GH013295, GH013298",,"GH013293, GH013295, GH013296, GH013297, GH013298",
+5,2000,0.22,45,,,,,"GH013299, GH013300, GH013301, GH013302, GH013303, GH013304",,"GH013299,GH013304","GH013300, GH013301, GH013302, GH013303",,"GH013299, GH013300, GH013301, GH013302, GH013303, GH013304",
+5,2000,0.36,30,"GH013306, GH013309",,,"GH013307, GH013308","GH013305, GH013310","GH013307, GH013308, GH013310",GH013305,,,"GH013305, GH013307, GH013310",
+5,2000,0.36,60,"GH013314, GH013315, GH013316",,,GH013313,"GH013311, GH013312","GH013311, GH013312",GH013313,,,GH013313,
+5,2000,0.22,30,,,,,"GH013317, GH013318, GH013319, GH013320, GH013321, GH013322",,"GH013318, GH013322","GH013317, GH013321","GH013319, GH013320","GH013317, GH013318, GH013319, GH013320, GH013321, GH013322",
+5,2000,0.29,45,,,,GH013328,"GH013323, GH013324, GH013325, GH013326, GH013327",GH013324,"GH013323, GH013325, GH013326, GH013327, GH013328",,,"GH013325, GH013326, GH013327, GH013328",
+5,2000,0.29,30,,,,"GH013329, GH013330","GH013331, GH013332, GH013333, GH013334",GH013332,"GH013329, GH013330","GH013331, GH013333, GH013334",,"GH013329, GH013330, GH013331, GH013332, GH013333, GH013334",
+5,2000,0.36,45,"GH013335, GH013338, GH013339, GH013340",,,,"GH013336, GH013337","GH013336, GH013337",,,,GH013336,
+5,2000,0.22,60,,,,,"GH013341, GH013342, GH013343, GH013344, GH013345, GH013346",,,"GH013341, GH013345","GH013342, GH013343, GH013344, GH013346","GH013341, GH013342, GH013343, GH013344, GH013345, GH013346",
+5,2000,0.22,30,,,,GH013348,"GH013347, GH013349, GH013350, GH013351, GH013352",GH013348,,"GH013350, GH013351","GH013347, GH013349, GH013352","GH013347, GH013349, GH013350, GH013351, GH013352",
+5,2000,0.29,60,,,,,"GH013353, GH013354, GH013355, GH013356, GH013357, GH013358","GH013353, GH013354",GH013356,"GH013355, GH013357, GH013358",,"GH013353, GH013355, GH013357, GH013358",
+5,2000,0.29,45,,,,,"GH013359, GH013360, GH013361, GH013362, GH013363, GH013364",GH013364,"GH013359, GH013360, GH013361, GH013362, GH013363",,,"GH013359, GH013360, GH013362, GH013363, GH013364",
+5,2000,0.36,45,"GH013367, GH013368, GH013369, GH013370",,,,"GH013365, GH013366",,"GH013365, GH013366",,,"GH013365, GH013366",
+5,2000,0.29,30,,,GH013370,,"GH013372, GH013373, GH013374, GH013375, GH013375",,"GH013373, GH013374, GH013375, GH013376","GH013371, GH013372",,"GH013372, GH013373, GH013374, GH013375, GH013376",
+5,2000,0.22,45,,GH013382,,,"GH013377, GH013378, GH013379, GH013380, GH013381",GH013382,GH013379,"GH013377, GH013378","GH013380, GH013381","GH013377, GH013378, GH013379, GH013380, GH013381",
+5,2000,0.36,30,"GH013385, GH013386",,,GH013384,"GH013383, GH013387, GH013388","GH013383, GH013387, GH013388",GH013384,,,GH013384,
+5,2000,0.22,60,,,,,"GH013389, GH013390, GH013391, GH013392, GH013393, GH013394",,,"GH013389, GH013390, GH013392, GH013393, GH013394",GH013391,"GH013390, GH013391, GH013392, GH013393",
+5,2000,0.36,60,GH013398,,,GH013395,"GH013396, GH013397, GH013398, GH013400","GH013395, GH013400","GH013396, GH013397, GH013398",,,"GH013396, GH013397",
+5,2000,0.22,60,,,,,"GH013401, GH013402, GH013403, GH013404, GH013405, GH013406",,,,"GH013401, GH013402, GH013403, GH013404, GH013405, GH013406","GH013401, GH013402, GH013403, GH013404, GH013405, GH013406",
+5,2000,0.36,30,"GH0133407, GH0133409",,,,"GH0133408, GH0133410, GH0133411, GH0133412","GH0133408, GH0133411, GH0133412",,,GH0133410,GH0133410,
+5,2000,0.29,45,,,,GH0133413,"GH0133414, GH0133415, GH0133416, GH0133417, GH0133418",GH0133413,"GH0133417, GH0133418","GH0133415, GH0133416",GH0133414,"GH0133413, GH0133414, GH0133415, GH0133416, GH0133417, GH0133418",
+5,2000,0.29,30,,,,GH0133424,"GH0133419, GH0133420, GH0133421, GH0133422, GH0133423",GH0133422,"GH0133420, GH0133421, GH0133423, GH0133424",GH0133419,,"GH0133419, GH0133420, GH0133421, GH0133422, GH0133424",
+5,2000,0.36,60,"GH0133426, GH0133427",,,"GH0133425, GH0133429","GH0133428, GH0133430","GH0133429, GH0133430",GH0133428,,GH0133425,GH0133425,
+5,2000,0.22,30,,,,,"GH0133431, GH0133432, GH0133433, GH0133434, GH0133435, GH0133436",,GH0133434,"GH0133431, GH0133433, GH0133435, GH0133436",GH0133432,"GH0133431, GH0133432, GH0133433, GH0133434, GH0133435, GH0133436",
+5,2000,0.29,60,,,,,"GH0133437, GH0133438, GH0133439, GH0133440, GH0133441, GH0133442",,"GH0133438, GH0133439, GH0133440, GH0133441, GH0133442",,GH0133437,"GH0133437, GH0133438, GH0133439, GH0133440, GH0133441, GH0133442",
+5,2000,0.22,45,"GH0133444, GH0133445, GH0133446, GH0133447, GH0133448",,,,GH0133443,,,,GH0133443,GH0133443,
+5,2000,0.36,45,,,,"GH0133451, GH0133452, GH0133453","GH0133449, GH0133450, GH0133454","GH0133449, GH0133450, GH0133452, GH0133453",GH0133451,GH0133454,,"GH0133451, GH0133454",
+5,2200,0.29,60,,,,*GH014135,"*GH014130, *GH014131, *GH014132, *GH014133, *GH014134",,"*GH014131, *GH014134","*GH014130, *GH014132, *GH014133, *GH014135",,"*GH014130, *GH014131, *GH014132, *GH014133, *GH014134, *GH014135",
+5,2200,0.22,45,,,,,"*GH014136, *GH014137, *GH014138, *GH014139, *GH014140, *GH014141",,,*GH014138,"*GH014136, *GH014137, *GH014139, *GH014140, *GH014141","*GH014136, *GH014137, *GH014138, *GH014139, *GH014140, *GH014141","*GH014139, *GH014140, *GH014141"
+5,2200,0.36,30,*GH014147,,,*GH014142,"*GH014143, *GH014144, *GH014145, *GH014146","*GH014142, *GH014144, *GH014145",*GH014143,*GH014146,,"*GH014143, *GH014144, *GH014146",
+5,2200,0.36,60,"*GH014151, *GH014152",,,,"*GH014148, *GH014149, *GH014150, *GH014153",,*GH014153,*GH014150,*GH014148,"*GH014148, *GH014149, *GH014150",*GH014148
+5,2200,0.22,30,,,,,"*GH014154, *GH014155, *GH014156, *GH014157, *GH014158, *GH014159",,,,"*GH014154, *GH014155, *GH014156, *GH014157, *GH014158, *GH014159","*GH014154, *GH014155, *GH014156, *GH014157, *GH014158, *GH014159",
+5,2200,0.29,45,,,,,"*GH014160, *GH014162, *GH014163, *GH014164, *GH014165, *GH014166",*GH014160,,"*GH014162, *GH014163, *GH014165","*GH014164, *GH014166","*GH014162, *GH014163, *GH014164, *GH014165, *GH014166",
+5,2200,0.29,30,,,,"*GH014168, *GH014170","*GH014167, *GH014169, *GH014171, *GH014172",,"*GH014170, *GH014171","*GH014168, *GH014172","*GH014167, *GH014169","*GH014167, *GH014168, *GH014169, *GH014170, *GH014171, *GH014172",
+5,2200,0.36,45,,,,"*GH014173, *GH014174, *GH014175, *GH014176",*GH014177,"*GH014174, *GH014176, *GH014177",*GH014175,*GH014173,,"*GH014173, *GH014175",
+5,2200,0.22,60,,,,,"*GH014178, *GH014179, *GH014180, *GH014181, *GH014182, *GH014183",,,,"*GH014178, *GH014179, *GH014180, *GH014181, *GH014182, *GH014183","*GH014178, *GH014179, *GH014180, *GH014181, *GH014182, *GH014183",*GH014182
+5,2200,0.22,30,,,,,"*GH014184, *GH014185, *GH014186, *GH014187, *GH014188",,,,"*GH014184, *GH014185, *GH014186, *GH014187, *GH014188","*GH014184, *GH014185, *GH014186, *GH014187, *GH014188","*GH014186, *GH014189"
+5,2200,0.29,60,,,,,"*GH014190, *GH014191, *GH014192, *GH014193, *GH014194, *GH014195",*GH014190,,"*GH014191, *GH014193, *GH014194","*GH014192, *GH014195","*GH014192, *GH014193, *GH014194, *GH014195","*GH014192, *GH014195"
+5,2200,0.29,45,,,,,"*GH014196, *GH014197, *GH014198, *GH014199, *GH014200, *GH014201",,"*GH014196, *GH014199, *GH014200",*GH014197,"*GH014198, *GH014201","*GH014197, *GH014198, *GH014199, *GH014200, *GH014201",
+5,2200,0.36,45,,,,*GH014207,"*GH014202, *GH014203, *GH014205, *GH014206","*GH014202, *GH014206, *GH014207",*GH014203,*GH014205,,"*GH014203, *GH014205",
+5,2200,0.29,30,,,,*GH014219,"*GH014214, *GH014215, *GH014216, *GH014217, *GH014218",,"*GH014214, *GH014216, *GH014218, *GH014219",*GH014215,*GH014217,"*GH014214, *GH014215, *GH014216, *GH014217",
+5,2200,0.22,45,,,,,"*GH014220, *GH014221, *GH014222, *GH014223, *GH014224",,,*GH014223,"*GH014220, *GH014221, *GH014222, *GH014224","*GH014220, *GH014222, *GH014223, *GH014224",
+5,2200,0.36,30,*GH014228,,,*GH014230,"*GH014225, *GH014226, *GH014227, *GH014229",,"*GH014225, *GH014226, *GH014229, *GH014230",*GH014227,,"*GH014227, *GH014229, *GH014230",
+5,2200,0.22,60,,,,," *GH014231, *GH014232, *GH014233, *GH014234, *GH014235, *GH014236",,,*GH014234," *GH014231, *GH014232, *GH014233, *GH014235, *GH014236"," *GH014231, *GH014232, *GH014233, *GH014234, *GH014235, *GH014236",
+5,2200,0.36,60,,,,"*GH014237, *GH014239, *GH014242","*GH014238, *GH014240, *GH014241","*GH014237, *GH014238, *GH014239, *GH014240, *GH014242",*GH014241,,,*GH014242,
+5,2200,0.22,60,,,,,"*GH014243, *GH014244, *GH014245, *GH014246, *GH014247, *GH014248",,,"*GH014243, *GH014245","*GH014244, *GH014246, *GH014247, *GH014248","*GH014243, *GH014244, *GH014245, *GH014246, *GH014247, *GH014248",*GH014244
+5,2200,0.36,30,,,,,"*GH014249, *GH014250, *GH014251, *GH014252, *GH014253, *GH014254",*GH014254,"*GH014251, *GH014252","*GH014249, *GH014250, *GH014253",,"*GH014250, *GH014251, *GH014252, *GH014253",
+5,2200,0.29,45,,,,*GH014256,"*GH014255, *GH014257, *GH014258, *GH014259, *GH014260",*GH014255," *GH014256, *GH014259","*GH014258, *GH014260",*GH014257,"*GH014257, *GH014258, *GH014259, *GH014260",
+5,2200,0.29,30,,,,"*GH014261, *GH014262","*GH014263, *GH014264, *GH014265, *GH014266",,"*GH014261, *GH014265","*GH014262, *GH014264, *GH014266",*GH014263,"*GH014261, *GH014262, *GH014263, *GH014264, *GH014265, *GH014266",
+5,2200,0.36,60,,,,,"*GH014267, *GH014268, *GH014269, *GH014270, *GH014271, *GH014272","*GH014267, *GH014270",*GH014268,*GH014271,"*GH014269, *GH014272","*GH014268, *GH014269, *GH014271, *GH014272",*GH014272
+5,2200,0.22,30,,,,,"*GH014273, *GH014274, *GH014275, *GH014276, *GH014277",,,*GH014276,"*GH014273, *GH014274, *GH014275, *GH014277","*GH014273, *GH014274, *GH014275, *GH014276, *GH014277",
+5,2200,0.29,60,,,,*GH014278,"*GH014279, *GH014280, *GH014281, *GH014282",,"*GH014278, *GH014280","*GH014281, *GH014282",*GH014279,"*GH014278, *GH014279, *GH014280, *GH014281, *GH014282",
+5,2200,0.22,45,,,,,"*GH014283, *GH014284, *GH014285, *GH014286, *GH014287, *GH014288",,*GH014286,,"*GH014283, *GH014284, *GH014285, *GH014287, *GH014288","*GH014283, *GH014284, *GH014285, *GH014286, *GH014287, *GH014288",
+5,2200,0.36,45,*GH014291,,,,"*GH014289, *GH014290, *GH014292, *GH014293, *GH014294",*GH014290,"*GH014289, *GH014293",,"*GH014292, *GH014294","*GH014292, *GH014293, *GH014294",
+7,1800,0.36,45,GH013538,,,,"GH013539, GH013541, GH013542, GH013543","GH013539, GH013542, GH013543",,,GH013541,"GH013540, GH013542",GH013541
+7,1800,0.22,30,,,,,"GH013544, GH013545, GH013546, GH013547, GH013548, GH013549",,GH013544,"GH013545, GH013546","GH013545, GH013546, GH013547, GH013548, GH013549","GH013544, GH013545, GH013546, GH013547, GH013549",
+7,1800,0.36,30,,,"GH013550, GH013553",,"GH013551, GH013552, GH013554, GH013555","GH013550, GH013551, GH013553, GH013554, GH013555",,GH013552,,"GH013552, GH013554, GH013555",
+7,1800,0.29,30,,,,,"GH013556, GH013557, GH013558, GH013559, GH013560, GH013561",,"GH013556, GH013557, GH013561",GH013559,"GH013558, GH013560","GH013556, GH013557, GH013558, GH013559, GH013560, GH013561",
+7,1800,0.22,45,,,,,"GH013562, GH013563, GH013564, GH013565, GH013566, GH013567",,,,"GH013562, GH013563, GH013564, GH013565, GH013566, GH013567","GH013562, GH013563, GH013564, GH013565, GH013566, GH013567",
+7,1800,0.36,60,,,GH013488,,"GH013485, GH013486, GH013487, GH013489, GH013490","GH013486, GH013489, GH013490",GH013487,,"GH013485, GH013488","GH013485, GH013486, GH013487, GH013489, GH013490",GH013485
+7,1800,0.29,60,,,,"GH013492, GH013494","GH013491, GH013493, GH013495, GH013496",GH013495,"GH013492, GH013496","GH013491, GH013494",GH013493,"GH013491, GH013492, GH013493, GH013494, GH013495, GH013496",
+7,1800,0.22,60,,,,,"GH013497, GH013498, GH013499, GH013500, GH013501, GH013502",,,GH013502,"GH013497, GH013498, GH013499, GH013500, GH013501, GH013502","GH013497, GH013498, GH013499, GH013500, GH013501, GH013502",
+7,1800,0.29,45,,,,,"GH013568, GH013569, GH013570, GH013571, GH013572, GH013573","GH013568, GH013571","GH013569, GH013572, GH013573",,GH013570,"GH013569, GH013570, GH013572, GH013573",
+7,1800,0.36,30,GH013577,,,GH013576,"GH013574, GH013575, GH013578, GH013579","GH013574, GH013576, GH013578, GH013579",GH013575,,,GH013575,
+7,1800,0.22,60,,,,,"GH013515, GH013516, GH013517, GH013518, GH013519, GH013520",,,,"GH013515, GH013516, GH013517, GH013518, GH013519, GH013520","GH013515, GH013516, GH013517, GH013518, GH013519, GH013520",GH013518
+7,1800,0.36,60,GH013522,,,,"GH013521, GH013523, GH013524, GH013525, GH013526",GH013526,GH013525,,"GH013521, GH013523, GH013524","GH013521, GH013523, GH013524, GH013525",
+7,1800,0.36,45,*GH013585,,,,"*GH013580, *GH013581, *GH013582, *GH013583, *GH013584",*GH013581,"*GH013580, *GH013582",*GH013583,*GH013584,"*GH013580, *GH013583, *GH013584",
+7,1800,0.22,45,,,,,"*GH013586, *GH013587, *GH013588, *GH013589",,,,"*GH013586, *GH013587, *GH013588, *GH013589","*GH013586, *GH013587, *GH013588, *GH013589",
+7,1800,0.29,30,,,,,"*GH013590, *GH013591, *GH013592, *GH013593, *GH013594, *GH013595",*GH013595,"*GH013591, *GH013592, *GH013593",*GH013590, *GH013594,"*GH013590, *GH013591, *GH013592, *GH013593, *GH013594",
+7,1800,0.22,30,,,,,"*GH013596, *GH013597, *GH013598, *GH013599, *GH013600, *GH013601",,,*GH013597,"*GH013596, *GH013598, *GH013599, *GH013600, *GH013601","*GH013596, *GH013597, *GH013598, *GH013599, *GH013600, *GH013601",
+7,1800,0.29,45,,,,,"*GH013602, *GH013603, *GH013604, *GH013605, *GH013606, *GH013607",*GH013603,"*GH013604, *GH013605, *GH013607",*GH013602,*GH013606,"*GH013602, *GH013604, *GH013605, *GH013606, *GH013607",
+7,1800,0.29,60,,,,GH013504,"GH013503, GH013505, GH013506, GH013507, GH013508",,"GH013504, GH013505, GH013506, GH013507, GH013508",,GH013503,"GH013503, GH013504, GH013505, GH013508",
+7,1800,0.22,45,,,,,"*GH013608, *GH013609, *GH013610, *GH013611, *GH013612",,,,"*GH013608, *GH013609, *GH013610, *GH013611, *GH013612","*GH013608, *GH013609, *GH013610, *GH013611, *GH013612",
+7,1800,0.36,60,"GH013457, GH013460","GH013456, GH013459",GH013455,GH013458,,"GH013455, GH013456, GH013458, GH013459",,,,GH013458,
+7,1800,0.22,60,,,,,"GH013461, GH013462, GH013463, GH013464, GH013465, GH013466",,GH013466,GH013462,"GH013461, GH013463, GH013464, GH013465","GH013461, GH013462, GH013463, GH013464, GH013465, GH013466",
+7,1800,0.22,30,,,,,"GH013613, GH013614, GH013615, GH013616, GH013617, GH013618",,,,"GH013613, GH013614, GH013615, GH013616, GH013617, GH013618","GH013613, GH013614, GH013615, GH013616, GH013617, GH013618",GH013616
+7,1800,0.36,45,GH013623,,,,"GH013619, GH013620, GH013621, GH013622, GH013624","GH013619, GH013620","GH013621, GH013622, GH013624",,,"GH013619, GH013622",
+7,1800,0.29,45,,,,,"GH013625, GH013626, GH013627, GH013628, GH013629, GH013630",GH013627,"GH013625, GH013626",,"GH013628, GH013629, GH013630","GH013625, GH013626, GH013628, GH013629, GH013630",
+7,1800,0.36,30,GH013632,,,GH013636,"GH013631, GH013633, GH013634, GH013635",GH013636,"GH013634, GH013635",GH013631,GH013633,"GH013631, GH013633, GH013634, GH013635",
+7,1800,0.29,60,,,,,"GH013473, GH013474, GH013475, GH013476, GH013477, GH013478",,GH013474,"GH013474, GH013478","GH013473, GH013476, GH013477","GH013473, GH013474, GH013475, GH013476, GH013477, GH013478",
+7,1800,0.29,30,,,,,"GH013637, GH013638, GH013639, GH013640, GH013641, GH013643",,GH013639,,"GH013637, GH013638, GH013640, GH013641, GH013643","GH013637, GH013638, GH013639, GH013640, GH013641, GH013643",GH013640
+7,2000,0.36,45,GH012972,,,"GH012967, GH012968, GH012969, GH012971",GH012970,"GH012968, GH012969","GH012970, GH012971",GH012967,,"GH012967, GH012970, GH012971",
+7,2000,0.22,30,,,,,"GH012973, *GH012974, *GH012975, *GH012976, *GH012977, *GH012978",,*GH012974,"GH012973, *GH012976, *GH012977","*GH012975, *GH012978","GH012973, *GH012974, *GH012975, *GH012976, *GH012977, *GH012978",
+7,2000,0.36,30,GH012981,"GH012980, GH012983",,GH012984,"GH012979, GH012982","GH012980, GH012982, GH012983, GH012984",GH012979,,,,
+7,2000,0.29,30,,,,GH012988,"GH012986, GH012987, GH012989, GH012990",,"GH012986, GH012987, GH012988, GH012990",GH012989,,GH012990,
+7,2000,0.22,45,,,,,"GH012992, GH012993, GH012994, GH012995, GH012996, GH012997",,,"GH012996, GH012997","GH012992, GH012993, GH012994, GH012995","GH012992, GH012993, GH012994, GH012995, GH012996, GH012997",
+7,2000,0.36,60,GH013003,GH012999,,"GH013000, GH013001, GH013002",GH012998,"GH012998, GH012999","GH013001, GH013002",GH013000,,"GH013001, GH013002",
+7,2000,0.29,60,,GH013006,,"GH013008, GH013009","GH013004, GH013005, GH013007",GH013006,"GH013005, GH013008, GH013009","GH013004, GH013007",,"GH013004, GH013005, GH013008, GH013009",
+7,2000,0.22,60,,,,,"GH013010, GH013011, GH013012, GH013013, GH013014, GH013015",,,"GH013011, GH013012, GH013013, GH013014","GH013010, GH013015","GH013010, GH013011, GH013012, GH013013, GH013014, GH013015",
+7,2000,0.29,45,,,,"GH013016, GH013018, GH013019","GH013017, GH013020, GH013021",,"GH013016, GH013017, GH013018, GH013019","GH013020, GH013021",,"GH013016, GH013017, GH013018, GH013019, GH013020, GH013021",
+7,2000,0.36,30,"GH013024, GH013027",,,"GH013023, GH013025, GH013026",GH013022,"GH013022, GH013023, GH013025, GH013026",,,,,
+7,2000,0.22,60,,,,,"GH013028, GH013029, GH013030, GH013031, GH013032, GH013033",,,"GH013028, GH013031","GH013029, GH013030, GH013032, GH013033","GH013028, GH013029, GH013030, GH013031, GH013032, GH013033",
+7,2000,0.36,60,GH013036,,"GH013037, GH013038","GH013034, GH013039",GH013035,,"GH013034, GH013035, GH013037, GH013038, GH013039",,,"GH013034, GH013037, GH013038, GH013039",
+7,2000,0.36,45,GH013044,,,"GH013040, GH013041, GH013042, GH013043",GH013045,"GH013040, GH013041, GH013042, GH013043, GH013045",,,GH013045,,
+7,2000,0.22,45,,,,GH013051,"GH013046, GH013047, GH013048, GH013049, GH013050",,,"GH013046, GH013050, GH013051","GH013047, GH013048, GH013049","GH013046, GH013047, GH013048, GH013049, GH013050, GH013051",
+7,2000,0.29,30,,,GH013055,"GH013052, GH013056","GH013053, GH013054, GH013057",,GH013056,"GH013052, GH013053, GH013054, GH013057",GH013055,"GH013052, GH013053, GH013054, GH013055, GH013056, GH013057",
+7,2000,0.22,30,,,,,"GH013058, GH013059, GH013060, GH013061, GH013062, GH013063",,,"GH013059, GH013060, GH013063","GH013058, GH013061, GH013062","GH013058, GH013059, GH013060, GH013061, GH013062, GH013063",
+7,2000,0.29,45,GH013066,,,GH013067,"GH013064, GH013065, GH013068, GH013069",GH013067,"GH013065, GH013068","GH013064, GH013069",GH013069,,
+7,2000,0.29,60,,,,"GH013071, GH013075","GH013070, GH013072, GH013073, GH013074","GH013071, GH013072","GH013070, GH013075","GH013073, GH013074",,"GH013070, GH013072, GH013073, GH013074, GH013075",
+7,2000,0.22,45,,,,,"GH013076, GH013077, GH013078, GH013079, GH013080, GH013081",,,"GH013076, GH013078, GH013081","GH013077, GH013079, GH013080","GH013076, GH013077, GH013078, GH013079, GH013080, GH013081",
+7,2000,0.36,60,GH013082,,,"GH013084, GH013086","GH013083, GH013085, GH013087","GH013084, GH013086","GH013085, GH013087",GH013083,,"GH013083, GH013086",
+7,2000,0.22,60,,,,,"GH013088, GH013089, GH013090, GH013091, GH013092, GH013093",,,,"GH013088, GH013089, GH013090, GH013091, GH013092, GH013093","GH013088, GH013089, GH013090, GH013091, GH013092, GH013093",GH013088
+7,2000,0.22,30,,,,,"GH013094, GH013095, GH013096, GH013097, GH013098, GH013099",,,"GH013098, GH013099","GH013094, GH013095, GH013096, GH013097","GH013094, GH013095, GH013096, GH013097, GH013098, GH013099",
+7,2000,0.36,45,GH013103,,,,"GH013100, GH013101, GH013102, GH013104, GH013105","GH013100, GH013101, GH013102","GH013104, GH013105",,,GH013104,
+7,2000,0.29,45,,,,GH013110,"GH013106, GH013107, GH013108, GH013109, GH013111",GH013106,GH013110,GH013108,"GH013107, GH013109, GH013111","GH013107, GH013108, GH013109, GH013110, GH013111",
+7,2000,0.36,30,,GH013116,,"GH013112, GH013114, GH013115, GH013117",GH013113,"GH013112, GH013114, GH013115, GH013116, GH013117",GH013113,,,GH013113,
+7,2000,0.29,60,,,,,"GH013118, GH013119, GH013120, GH013121, GH013122, GH013123",,"GH013118, GH013119, GH013122","GH013120, GH013121, GH013123",,"GH013118, GH013119, GH013120, GH013121, GH013122, GH013123",
+7,2000,0.29,30,,,,GH013128,"GH013124, GH013125, GH013126, GH013127, GH013129",,"GH013124, GH013125, GH013128","GH013126, GH013127, GH013129",,"GH013124, GH013125, GH013126, GH013127, GH013129",
+7,2200,0.36,45,,*GH013975,,"*GH013973, *GH013976","*GH013971, *GH013972, *GH013974",*GH013973,"*GH013974, *GH013976",*GH013975,"*GH013971, *GH013972","*GH013971, *GH013972, *GH013976",*GH013972
+7,2200,0.22,30,,,,,"*GH013977, *GH013978, *GH013979, *GH013980, *GH013981, *GH013982",,,*GH013981,"*GH013977, *GH013978, *GH013979, *GH013980, *GH013981, *GH013982","*GH013977, *GH013978, *GH013979, *GH013980, *GH013981, *GH013982","*GH013977, *GH013980"
+7,2200,0.36,30,,,*GH013988,"*GH013983, *GH013986","*GH013984, *GH013985, *GH013987","*GH013983, *GH013986, *GH013987, *GH013988",*GH013985,*GH013984,,"*GH013984, *GH013985, *GH013987",
+7,2200,0.29,30,,,,,"*GH013989, *GH013990, *GH013991, *GH013992, *GH013993",,*GH013989,*GH013991,"*GH013990, *GH013992, *GH013993","*GH013989, *GH013990, *GH013991, *GH013992, *GH013993",
+7,2200,0.22,45,,,,,"*GH013994, *GH013995, *GH013996, *GH013997, *GH013998, *GH013999",,*GH013995,,"*GH013994, *GH013996, *GH013997, *GH013998, *GH013999","*GH013994, *GH013995, *GH013996, *GH013997, *GH013998, *GH013999",*GH013997
+7,2200,0.36,60,*GH014001,,,*GH014003,"*GH014000, *GH014002, *GH014004, *GH014005",*GH014005,"*GH014002, *GH014003, *GH014004",,*GH014000,"*GH014000, *GH014004",
+7,2200,0.29,60,,,,,"*GH014007, *GH014007, *GH014008, *GH014009, *GH014010, *GH014011",,,"*GH014006, *GH014008, *GH014009, *GH014010","*GH014007, *GH014011","*GH014006, *GH014007, *GH014008, *GH014009, *GH014010, *GH014011",
+7,2200,0.22,60,,,,,"*GH014012, *GH014013, *GH014014, *GH014015, *GH014016, *GH014017",,,*GH014013,"*GH014012, *GH014014, *GH014015, *GH014016, *GH014017","*GH014012, *GH014013, *GH014014, *GH014015, *GH014016, *GH014017",
+7,2200,0.29,45,,,,*GH014021,"*GH014018, *GH014019, *GH014020, *GH014022",,*GH014021,"*GH014019, *GH014020","*GH014018, *GH014022","*GH014018, *GH014019, *GH014020, *GH014021, *GH014022",*GH014018
+7,2200,0.36,30,,,*GH014028,*GH014024,"*GH014023, *GH014025, *GH014026, *GH014027","*GH014024, *GH014027, *GH014028","*GH014025, *GH014026",*GH014023,,"*GH014023, *GH014026",
+7,2200,0.22,60,,,,,"*GH014029, *GH014030, *GH014031, *GH014032, *GH014033, *GH014034",,,*GH014032,"*GH014029, *GH014030, *GH014031, *GH014033, *GH014034","*GH014029, *GH014030, *GH014031, *GH014032, *GH014033, *GH014034",
+7,2200,0.36,60,,,,*GH014038,"*GH014035, *GH014036, *GH014037, *GH014039, *GH014040","*GH014035, *GH014038","*GH014037, *GH014039, *GH014040",,*GH014036,"*GH014036, *GH014037, *GH014039, *GH014040",*GH014036
+7,2200,0.36,45,*GH014043,,,,"*GH014041, *GH014042, *GH014044, *GH014045, *GH014046","*GH014042, *GH014044",*GH014046,"*GH014041, *GH014045",,"*GH014041, *GH014045, *GH014046",
+7,2200,0.22,45,,,,,"*GH014047, *GH014048, *GH014050, *GH014051",,,"*GH014048, *GH014049","*GH014047, *GH014050, *GH014051","*GH014047, *GH014048, *GH014049, *GH014050, *GH014051",
+7,2200,0.29,30,,,,,"*GH014052, *GH014053, *GH014054, *GH014055, *GH014056, *GH014057",,"*GH014052, *GH014054, *GH014056",*GH014057,"*GH014053, *GH014055","*GH014052, *GH014053, *GH014054, *GH014055, *GH014056, *GH014057",
+7,2200,0.22,30,,,,,"*GH014058, *GH014059, *GH014060, *GH014061, *GH014062, *GH014063",,,*GH014062,"*GH014058, *GH014059, *GH014060, *GH014061, *GH014063","*GH014058, *GH014059, *GH014060, *GH014061, *GH014062, *GH014063",*GH014058
+7,2200,0.29,45,,,,,"*GH014064, *GH014065, *GH014066, *GH014067, *GH014068, *GH014069",,"*GH014064, *GH014065","*GH014067, *GH014068, *GH014069",*GH014066,"*GH014064, *GH014065, *GH014066, *GH014068, *GH014069",
+7,2200,0.29,60,,,,,"*GH014070, *GH014071, *GH014072, *GH014073, *GH014074, *GH014075",,*GH014070,"*GH014071, *GH014072, *GH014073","*GH014074, *GH014075","*GH014070, *GH014071, *GH014072, *GH014073, *GH014074, *GH014075",*GH014075
+7,2200,0.22,45,,,,,"*GH014076, *GH014077, *GH014078, *GH014079, *GH014080, *GH014081",,,*GH014078,"*GH014076, *GH014077, *GH014079, *GH014080, *GH014081","*GH014076, *GH014077, *GH014078, *GH014079, *GH014080, *GH014081",
+7,2200,0.36,60,"*GH014083, *GH014084",,,*GH014087,"*GH014082, *GH014085, *GH014086","*GH014082, *GH014085, *GH014087",*GH014086,,,*GH014086,
+7,2200,0.22,60,,,,,"*GH014088, *GH014089, *GH014090, *GH014091, *GH014092, *GH014093",,,*GH014093,"*GH014088, *GH014089, *GH014090, *GH014091, *GH014092","*GH014088, *GH014089, *GH014090, *GH014091, *GH014092, *GH014093",
+7,2200,0.22,30,,,,,"*GH014094, *GH014095, *GH014096, *GH014097, *GH014098, *GH014099",,,"*GH014094, *GH014098","*GH014095, *GH014096, *GH014097, *GH014099","*GH014094, *GH014095, *GH014096, *GH014097, *GH014098, *GH014099",
+7,2200,0.36,45,,,,"*GH014101, *GH014103","*GH014100, *GH014102, *GH014104, *GH014105","*GH014100, *GH014101, *GH014105","*GH014102, *GH014104",*GH014103,,"*GH014103, *GH014104",
+7,2200,0.29,45,,,,,"*GH014106, *GH014107, *GH014108, *GH014109, *GH014110, *GH014111",,,"*GH014107, *GH014108, *GH014109, *GH014110, *GH014111",*GH014106,"*GH014106, *GH014107, *GH014108, *GH014110, *GH014111",*GH014106
+7,2200,0.36,30,,,,,"*GH014112, *GH014113, *GH014114, *GH014115, *GH014116, *GH014117",*GH014112,"*GH014113, *GH014115, *GH014116",,"*GH014114, *GH014117","*GH014113, *GH014114, *GH014116, *GH014117","*GH014114, *GH014117"
+7,2200,0.29,60,,,,,"*GH014118, *GH014119, *GH014120, *GH014121, *GH014122, *GH014123",,"*GH014122, *GH014123","*GH014119, *GH014121","*GH014118, *GH014120","*GH014118, *GH014120, *GH014121, *GH014122, *GH014123",
+7,2200,0.29,30,,,,,"*GH014124, *GH014125, *GH014125, *GH014126, *GH014127, *GH014128, *GH014129",*GH014124,"*GH014125, *GH014125, *GH014126, *GH014128",*GH014127,*GH014129,"*GH014124, *GH014125, *GH014126, *GH014127, *GH014128, *GH014129",
+9,1800,0.29,60,,,,GH013648,"GH013644, GH013645, GH013646, GH013647, GH013649",,"GH013647, GH013648, GH013649","GH013644, GH013645, GH013646",,"GH013644, GH013645, GH013646, GH013647, GH013649",
+9,1800,0.22,45,,,,GH013655,"GH013650, GH013651, GH013653, GH013654, GH013656",,,"GH013653, GH013654","GH013650, GH013651, GH013655, GH01366","GH013650, GH013651, GH013653, GH013654, GH013655, GH013656",GH013655
+9,1800,0.36,30,GH013660,,,"GH013657, GH013658, GH013661",GH013659,"GH013657, GH013658, GH013661",GH013659,,,,
+9,1800,0.36,60,"GH013663, GH013664, GH013665, GH013666",,,,*GH013662,,,,*GH013662,*GH013662,*GH013662
+9,1800,0.22,30,,,GH013668,,"GH013667, GH013669, GH013670, GH013671, GH013672","GH013667, GH013668, GH013670","GH013669, GH013671, GH013672",,,"GH013667, GH013669, GH013671, GH013672",
+9,1800,0.29,45,"GH013675, GH013676, GH013677",,GH013678,,"GH013673, GH013674","GH013673, GH013674, GH013678",,,,,
+9,1800,0.29,30,GH013683,,GH013679,"GH013682, GH013684","GH013680, GH013681","GH013679, GH013682, GH013684",GH013680,,GH013681,"GH013680, GH013681",
+9,1800,0.36,45,"GH013685, GH013688, GH013689, GH013690",,,,"GH013686, GH013687",GH013686,,,GH013687,GH013687,GH013687
+9,1800,0.22,60,GH013693,,,"GH013692, GH013694, GH013695","GH013691, GH013696",GH013692,"GH013694, GH013695, GH013696",GH013691,,"GH013691, GH013694, GH013695, GH013696",
+9,1800,0.22,30,,,,"GH013698, GH013700","GH013697, GH013699, GH013701, GH013702","GH013700, GH013701, GH013702","GH013698, GH013699",,GH013697,"GH013697, GH013698, GH013699",GH013697
+9,1800,0.29,60,"GH013706, GH013708",GH013707,,,"GH013703, GH013704, GH013705","GH013704, GH013707",GH013705,,GH013703,"GH013703, GH013704, GH013705",GH013703
+9,1800,0.29,45,"GH013710, GH013711",GH013714,,GH013712,"GH013709, GH013713","GH013709, GH013712, GH013714",,GH013713,,GH013713,
+9,1800,0.36,45,"GH013719, GH013720",GH013715,,GH013718,"GH013716, GH013717","GH013715, GH013716, GH013717",GH013718,,,GH013718,
+9,1800,0.29,30,"GH013721, GH013724, GH013726",,,GH013722,"GH013723, GH013725","GH013723, GH013725",GH013722,,,GH013722,
+9,1800,0.22,45,"GH013727, GH013732",,GH013731,,"GH013728, GH013729, GH013730",,GH013730,"GH013728, GH013729",GH013731,"GH013728, GH013729",
+9,1800,0.36,30,"GH013734, GH013735, GH013737",,,GH013736,"GH013733, GH013738",GH013733,GH013736,GH013738,,GH013738,
+9,1800,0.22,60,GH013744,,,GH013743,"GH013739, GH013740, GH013741, GH013742",,"GH013742, GH013743","GH013739, GH013740, GH013741",,"GH013739, GH013740, GH013742",
+9,1800,0.36,60,"*GH013747, *GH013749",,,,"*GH013746, *GH013748","*GH013746, *GH013748",,,,,
+9,1800,0.22,60,,,,,"*GH013750, *GH013751, *GH013752, *GH013753, *GH013754, *GH013755","*GH013751, *GH013752",*GH013750,"*GH013753, *GH013754, *GH013755",,"*GH013750, *GH013752, *GH013753, *GH013754, *GH013755",
+9,1800,0.36,45,"*GH013757, *GH013758",,,*GH013760,"*GH013756, *GH013759, *GH013761","*GH013759, *GH013760",*GH013756,,*GH013761,*GH013761,*GH013761
+9,1800,0.29,45,"*GH013762, *GH013764, *GH013766",,*GH013767,,"*GH013763, *GH013765","*GH013763, *GH013765, *GH013767",,,,,
+9,1800,0.29,30,"*GH013770, *GH013773",,,*GH013768,"*GH013769, *GH013771, *GH013772","*GH013768, *GH013769, *GH013772",,,*GH013771,*GH013771,*GH013771
+9,1800,0.36,60,"*GH013786, *GH013787, *GH013790",,,,"*GH013788, *GH013789, *GH013791",*GH013791,*GH013789,,*GH013788,*GH013788,*GH013788
+9,1800,0.22,30,,,,*GH013781,"*GH013780, *GH013782, *GH013783, *GH013784, *GH013785","*GH013781, *GH013785",*GH013783,*GH013780,"*GH013782, *GH013784","*GH013780, *GH013782, *GH013783, *GH013784",
+9,1800,0.29,60,*GH013792,,,"*GH013793, *GH013795, *GH013797","*GH013794, *GH013796","*GH013793, *GH013794, *GH013795, *GH013796, *GH013797",,,,,
+9,1800,0.22,45,"*GH013798, *GH013799, *GH013803",,,,"*GH013800, *GH013801, *GH013802","*GH013800, *GH013801",,,*GH013802,*GH013802,*GH013802
+9,1800,0.36,45,*GH013807,,,*GH013808,"*GH013804, *GH013805, *GH013806, *GH013809","*GH013808, *GH013809",,,"*GH013804, *GH013805, *GH013806","*GH013804, *GH013805, *GH013806",*GH013804
+9,2000,0.29,60,,,,*GH013189,"GH013185, *GH013186, *GH013187, *GH013188, *GH013190","*GH013188, *GH013190","*GH013187, *GH013189",GH013185,*GH013186,"GH013185, *GH013186, *GH013187, *GH013188, *GH013189",
+9,2000,0.22,45,,,,GH013153,"GH013148, GH013149, GH013150, GH013151, GH013152",,GH013151,"GH013148, GH013149, GH013152","GH013150, GH013153","GH013148, GH013149, GH013150, GH013152, GH013153",
+9,2000,0.36,30,"*GH013193, *GH013196",,,"*GH013191, *GH013194","*GH013192, *GH013195","*GH013191, *GH013194",,*GH013192,,*GH013192,
+9,2000,0.36,60,*GH013198,,,*GH013199,"*GH013197, *GH013200, GH013201, *GH013202",GH013201,"*GH013200, *GH013202",,"*GH013197, *GH013199","*GH013199, *GH013200, *GH013202",*GH013197
+9,2000,0.22,30,,GH013170,,,"GH013167, GH013168, GH013169, GH013171, GH013172",,,"GH013167, GH013170, GH013171, GH013172","GH013168, GH013169","GH013167, GH013168, GH013169, GH013171, GH013172",
+9,2000,0.29,45,,,,*GH013206,"*GH013203, *GH013204, *GH013205, *GH013207, *GH013208",*GH013206,"*GH013204, *GH013205, *GH013207",*GH013203,*GH013208,"*GH013203, *GH013204, *GH013205, *GH013206, *GH013207, *GH013208",
+9,2000,0.29,30,,,,,"*GH013209, *GH013210, *GH013211, *GH013212, *GH013213, *GH013214",*GH013210,*GH013214,"*GH013209, *GH013211, *GH013212, *GH013213",,"*GH013209, *GH013211, *GH013212, *GH013213",
+9,2000,0.36,45,"*GH013217, *GH013220",,,*GH013218,"*GH013215, *GH013216, *GH013219","*GH013218, *GH013219",*GH013216,,*GH013215,*GH013215,
+9,2000,0.22,60,,,,,"GH013130, GH013131, GH013132, GH013133, GH013134, GH013135",,,"GH013131, GH013132, GH013133","GH013130, GH013134, GH013135","GH013130, GH013131, GH013132, GH013133, GH013134, GH013135",
+9,2000,0.22,30,,,,,"GH013173, GH013174, , GH013175, GH013176, GH013177, GH013178",,,"GH013173, GH013174, GH013175, GH013177, GH013178",GH013176,"GH013174, GH013175, GH013176, GH013177, GH013178",
+9,2000,0.29,60,,,,,"*GH013221, *GH013222, *GH013223, *GH013224, *GH013225, *GH013226",,,"*GH013221, *GH013222, *GH013223, *GH013224, *GH013225, *GH013226",,"*GH013221, *GH013222, *GH013223, *GH013224, *GH013225, *GH013226",
+9,2000,0.29,45,,,,GH013227,"GH013228, GH013229, GH013230, GH013231, GH013232",GH013227,"GH013228, GH013229, GH013231, GH013232",GH013230,,"GH013228, GH013229, GH013230, GH013231, GH013232",
+9,2000,0.36,45,"GH013235, GH013237",,,GH013238,"GH013233, GH013234, GH013236","GH013236, GH013238",,"GH013233, GH013234",,GH013234,
+9,2000,0.29,30,,,,GH013243,"GH013239, GH013240, GH013241, GH013242, GH013244",GH013243,GH013239,"GH013242, GH013244","GH013240, GH013241","GH013239, GH013240, GH013241, GH013242, GH013244",
+9,2000,0.22,45,,,,,"*GH013154, *GH013155, GH013156, GH013157, GH013158, GH013159",,,"*GH013155, GH013157, GH013159","*GH013154, GH013156, GH013158","*GH013154, *GH013155, GH013156, GH013157, GH013158, GH013159",
+9,2000,0.36,30,GH013250,,,GH013248,"GH013245, GH013246, GH013247, GH013249","GH013246, GH013247, GH013248, GH013249",,,GH013245,"GH013245, GH013249",
+9,2000,0.22,60,,,,,"GH013136, GH013137, GH013138, GH013139, GH013140, GH013141",,,"GH013136, GH013137, GH013139","GH013138, GH013140, GH013141","GH013136, GH013137, GH013138, GH013139, GH013140, GH013141",
+9,2000,0.36,60,GH013251,,,"GH013252, GH013255","GH013253, GH013254, GH013256","GH013252, GH013253, GH013254, GH013255, GH013256",,,,,
+9,2000,0.22,60,GH013147,,,,"GH013142, GH013143, GH013144, GH013145, GH013146",,GH013144,"GH013142, GH013143, GH013146",GH013145,"GH013142, GH013143, GH013145, GH013146",
+9,2000,0.36,45,GH013260,,,"GH013257, GH013258, GH013261","GH013259, GH013262","GH013257, GH013258, GH013259, GH013261, GH013262",,,,,
+9,2000,0.29,45,,,,GH013266,"GH013263, GH013264, GH013265, GH013267, GH013268",GH013266,"GH013264, GH013267","GH013263, GH013265",GH013268,"GH013263, GH013264, GH013265, GH013266, GH013267, GH013268",
+9,2000,0.29,30,,GH013269,GH013270,"GH013271, GH013272, GH013273",GH013274,GH013269,"GH013270, GH013273","GH013271, GH013272, GH013274",,"GH013271, GH013272, GH013273, GH013274",
+9,2000,0.36,60,GH013276,,,"GH013275, GH013278","GH013277, GH013279, GH013280","GH013275, GH013277, GH013280",GH013278,GH013279,,GH013279,
+9,2000,0.22,30,,,,,"GH013179, GH013180, GH013181, GH013182, GH013183, GH013184",,"GH013179, GH013180",GH013184,"GH013181, GH013182, GH013183","GH013181, GH013182, GH013183, GH013184",
+9,2000,0.29,60,GH013284,,,GH013285,"GH013281, GH013282, GH013283, GH013286",,"GH013283, GH013285","GH013281, GH013282, GH013286",,"GH013281, GH013282, GH013283, GH013285, GH013286",
+9,2000,0.22,45,,,GH013162,,"GH013160, GH013161, GH013163, GH013164, GH013165",,,"GH013160, GH013163","GH013161, GH013162, GH013164, GH013165","GH013160, GH013161, GH013163, GH013164, GH013165",
+9,2000,0.36,45,"GH013287, GH013288, GH013289, GH013292",,,,"GH013290, GH013291",GH013291,GH013290,,,GH013290,
+9,2200,0.29,60,,,,*GH014297,"*GH014298, *GH014299, *GH014300, *GH014301, *GH014302",*GH014297,*GH014302,"*GH014300, *GH014301","*GH014298, *GH014299","*GH014297, *GH014298, *GH014299, *GH014300, *GH014301, *GH014302",
+9,2200,0.22,45,,,,,"*GH014304, *GH014305, *GH014306, *GH014307, *GH014308, *GH014309",,,"*GH014304, *GH014305","*GH014306, *GH014307, *GH014308, *GH014309","*GH014304, *GH014305, *GH014306, *GH014307, *GH014308, *GH014309",*GH014308
+9,2200,0.36,30,,,,"*GH014314, *GH014315","*GH014310, *GH014311, *GH014312, *GH014313",*GH014314,"*GH014310, *GH014311, *GH014313, *GH014315",,*GH014312,"*GH014310, *GH014311, *GH014312, *GH014313, *GH014315",*GH014312
+9,2200,0.36,60,*GH014321,,,*GH014316,"*GH014317, *GH014318, *GH014319, *GH014320",*GH014317,"*GH014316, *GH014318","*GH014319, *GH014320",,"*GH014318, *GH014319",
+9,2200,0.22,30,,,,,"*GH014322, *GH014323, *GH014324, *GH014325, *GH014326, *GH014327",,,*GH014322,"*GH014323, *GH014324, *GH014325, *GH014326, *GH014327","*GH014322, *GH014323, *GH014324, *GH014325, *GH014326, *GH014327",
+9,2200,0.29,45,,,,"*GH014329, *GH014331","*GH014328, *GH014330, *GH014332, *GH014333",*GH014329,"*GH014331, *GH014332","*GH014328, *GH014330, *GH014333",,"*GH014328, *GH014330, *GH014331, *GH014332, *GH014333",
+9,2200,0.29,30,,,,,"*GH014334, *GH014335, *GH014336, *GH014337, *GH014339, *GH014340",,*GH014340,"*GH014334, *GH014336","*GH014335, *GH014337, *GH014339","*GH014334, *GH014335, *GH014336, *GH014337, *GH014339, *GH014340",
+9,2200,0.36,45,,,,"*GH014341, *GH014344, *GH014345","*GH014342, *GH014343, *GH014346","*GH014341, *GH014344, *GH014345",,*GH014343,"*GH014342, *GH014346","*GH014342, *GH014343, *GH014346",
+9,2200,0.22,60,,,,,"*GH014347, *GH014348, *GH014349, *GH014350, *GH014351, *GH014352",,,"*GH014349, *GH014350","*GH014347, *GH014348, *GH014351, *GH014352","*GH014347, *GH014348, *GH014349, *GH014350, *GH014351, *GH014352",
+9,2200,0.22,30,,,,,"*GH014353, *GH014354, *GH014355, *GH014356, *GH014357, *GH014358",,*GH014358,*GH014353,"*GH014354, *GH014355, *GH014356, *GH014357","*GH014353, *GH014354, *GH014355, *GH014356, *GH014357, *GH014358",
+9,2200,0.29,60,,,,,"*GH014359, *GH014360, *GH014361, *GH014362, *GH014363, *GH014364",,"*GH014361, *GH014363","*GH014360, *GH014362, *GH014364",*GH014359,"*GH014359, *GH014360, *GH014361, *GH014362, *GH014363, *GH014364",
+9,2200,0.29,45,,,,,"*GH014365, *GH014366, *GH014367, *GH014368, *GH014370",,"*GH014368, *GH014370","*GH014365, *GH014366, *GH014367",,"*GH014365, *GH014366, *GH014367, *GH014368, *GH014370",*GH014369
+9,2200,0.36,45,"*GH014374, *GH014375",,,*GH014372,"*GH014371, *GH014373","*GH014371, *GH014372, *GH014373, *GH014376",,,,,
+9,2200,0.29,30,,,,,"*GH014377, *GH014378, *GH014379, *GH014380, *GH014381, *GH014382",,,"*GH014379, *GH014380, *GH014381, *GH014382","*GH014377, *GH014378","*GH014377, *GH014378, *GH014379, *GH014380, *GH014381, *GH014382",
+9,2200,0.22,45,,,,,"*GH014383, *GH014384, *GH014385, *GH014386, *GH014387, *GH014388",,,,"*GH014383, *GH014384, *GH014385, *GH014386, *GH014387, *GH014388","*GH014383, *GH014384, *GH014385, *GH014386, *GH014387, *GH014388",*GH014385
+9,2200,0.36,30,,,,"*GH014391, *GH014392, *GH014393","*GH014389, *GH014390, *GH014394","*GH014392, *GH014393","*GH014389, *GH014390, *GH014391",,,"*GH014390, *GH014394",*GH014394
+9,2200,0.22,60,,,,,"*GH014395, *GH014396, *GH014397, *GH014398, *GH014399, *GH014400",,,*GH014395,"*GH014396, *GH014397, *GH014398, *GH014399, *GH014400","*GH014395, *GH014396, *GH014397, *GH014398, *GH014399, *GH014400",*GH014397
+9,2200,0.36,60,,,,,"*GH014401, *GH014402, *GH014403, *GH014404, *GH014405, *GH014406",*GH014403,"*GH014401, *GH014404, *GH014405, *GH014406",,*GH014402,"*GH014402, *GH014404, *GH014405",
+9,2200,0.22,60,,,,,"*GH014407, *GH014408, *GH014409, *GH014410, *GH014411, *GH014412",,,,"*GH014407, *GH014408, *GH014409, *GH014410, *GH014411, *GH014412","*GH014407, *GH014408, *GH014409, *GH014410, *GH014411, *GH014412",
+9,2200,0.36,45,"*GH014413, *GH014415, *GH014416, *GH014417, *GH014418",,,,*GH014414,*GH014414,,,,,
+9,2200,0.29,45,"*GH014419, *GH014420, *GH014423",,*GH014421,*GH014422,*GH014424,*GH014421,,,"*GH014422, *GH014424","*GH014422, *GH014424","*GH014422, *GH014424"
+9,2200,0.29,30,"*GH014425, *GH014427, *GH014428, *GH014430",,,,"*GH014426, *GH014429",*GH014429,,,*GH014426,*GH014426,*GH014426
+9,2200,0.36,60,*GH014435,,,*GH014431,"*GH014432, *GH014433, *GH014434, *GH014436","*GH014431, *GH014433, *GH014436",,"*GH014432, *GH014434",,*GH014432,*GH014432
+9,2200,0.22,30,,*GH014437,,,"*GH014438, *GH014439, *GH014440, *GH014441, *GH014442",*GH014437,,"*GH014440, *GH014441, *GH014442",*GH014438,"*GH014437, *GH014438, *GH014439, *GH014440, *GH014441, *GH014442",
+9,2200,0.29,60,,,,,"*GH014443, *GH014444, *GH014445, *GH014446, *GH014447, *GH014448",,"*GH014443, *GH014445","*GH014446, *GH014447, *GH014448",*GH014444,"*GH014443, *GH014444, *GH014445, *GH014446, *GH014447, *GH014448",
+9,2200,0.22,45,,,,,"*GH014450, *GH014451, *GH014452, *GH014453, *GH014454, *GH014455",,,*GH014451,"*GH014450, *GH014452, *GH014453, *GH014454, *GH014455","*GH014450, *GH014451, *GH014452, *GH014453, *GH014454, *GH014455",
+9,2200,0.36,45,*GH014460,,,*GH014457,"*GH014456, *GH014458, *GH014459, *GH014461","*GH014457, *GH014458, *GH014461",,,"*GH014456, *GH014459","*GH014456, *GH014459",*GH014459
diff --git a/meyer.xlsx b/meyer.xlsx
deleted file mode 100644
index 5eb735a..0000000
Binary files a/meyer.xlsx and /dev/null differ
diff --git a/meyer_cleaned_long.csv b/meyer_cleaned_long.csv
new file mode 100644
index 0000000..dc8a504
--- /dev/null
+++ b/meyer_cleaned_long.csv
@@ -0,0 +1,3770 @@
+moisture,spring_stiffness,displacement_screw_setting,motor_speed,video_id,crack_type
+5,1800,0.29,60,*GH013810,longitudinal_more_than_75%
+5,1800,0.29,60,*GH013811,longitudinal_more_than_75%
+5,1800,0.29,60,*GH013812,longitudinal_more_than_75%
+5,1800,0.29,60,*GH013813,longitudinal_more_than_75%
+5,1800,0.29,60,*GH013814,longitudinal_more_than_75%
+5,1800,0.29,60,*GH013815,longitudinal_more_than_75%
+5,1800,0.29,60,*GH013812,circumferential_between_25_50%
+5,1800,0.29,60,*GH013813,circumferential_between_25_50%
+5,1800,0.29,60,*GH013814,circumferential_between_25_50%
+5,1800,0.29,60,*GH013810,circumferential_more_than_75%
+5,1800,0.29,60,*GH013811,circumferential_more_than_75%
+5,1800,0.29,60,*GH013815,circumferential_more_than_75%
+5,1800,0.29,60,*GH013810,open_crack
+5,1800,0.29,60,*GH013811,open_crack
+5,1800,0.29,60,*GH013812,open_crack
+5,1800,0.29,60,*GH013813,open_crack
+5,1800,0.29,60,*GH013814,open_crack
+5,1800,0.29,60,*GH013815,open_crack
+5,1800,0.22,45,*GH013816,longitudinal_more_than_75%
+5,1800,0.22,45,*GH013817,longitudinal_more_than_75%
+5,1800,0.22,45,*GH013818,longitudinal_more_than_75%
+5,1800,0.22,45,*GH013819,longitudinal_more_than_75%
+5,1800,0.22,45,*GH013820,longitudinal_more_than_75%
+5,1800,0.22,45,*GH013821,longitudinal_more_than_75%
+5,1800,0.22,45,*GH013818,circumferential_between_25_50%
+5,1800,0.22,45,*GH013821,circumferential_between_50_75%
+5,1800,0.22,45,*GH013816,circumferential_more_than_75%
+5,1800,0.22,45,*GH013817,circumferential_more_than_75%
+5,1800,0.22,45,*GH013819,circumferential_more_than_75%
+5,1800,0.22,45,*GH013820,circumferential_more_than_75%
+5,1800,0.22,45,*GH013816,open_crack
+5,1800,0.22,45,*GH013817,open_crack
+5,1800,0.22,45,*GH013818,open_crack
+5,1800,0.22,45,*GH013819,open_crack
+5,1800,0.22,45,*GH013820,open_crack
+5,1800,0.22,45,*GH013821,open_crack
+5,1800,0.36,30,*GH013822,untouched
+5,1800,0.36,30,*GH013823,longitudinal_between_50_75%
+5,1800,0.36,30,*GH013824,longitudinal_more_than_75%
+5,1800,0.36,30,*GH013825,longitudinal_more_than_75%
+5,1800,0.36,30,*GH013826,longitudinal_more_than_75%
+5,1800,0.36,30,*GH013827,longitudinal_more_than_75%
+5,1800,0.36,30,*GH013823,circumferential_less_than_25%
+5,1800,0.36,30,*GH013826,circumferential_less_than_25%
+5,1800,0.36,30,*GH013824,circumferential_between_50_75%
+5,1800,0.36,30,*GH013827,circumferential_between_50_75%
+5,1800,0.36,30,*GH013825,circumferential_more_than_75%
+5,1800,0.36,30,*GH013823,open_crack
+5,1800,0.36,30,*GH013824,open_crack
+5,1800,0.36,30,*GH013825,open_crack
+5,1800,0.36,30,*GH013827,open_crack
+5,1800,0.36,60,*GH013832,untouched
+5,1800,0.36,60,*GH013828,longitudinal_more_than_75%
+5,1800,0.36,60,*GH013829,longitudinal_more_than_75%
+5,1800,0.36,60,*GH013830,longitudinal_more_than_75%
+5,1800,0.36,60,*GH013831,longitudinal_more_than_75%
+5,1800,0.36,60,*GH013833,longitudinal_more_than_75%
+5,1800,0.36,60,*GH013829,circumferential_less_than_25%
+5,1800,0.36,60,*GH013830,circumferential_between_25_50%
+5,1800,0.36,60,*GH013833,circumferential_between_25_50%
+5,1800,0.36,60,*GH013828,circumferential_between_50_75%
+5,1800,0.36,60,*GH013831,circumferential_more_than_75%
+5,1800,0.36,60,*GH013828,open_crack
+5,1800,0.36,60,*GH013830,open_crack
+5,1800,0.36,60,*GH013831,open_crack
+5,1800,0.36,60,*GH013833,open_crack
+5,1800,0.22,30,*GH013834,longitudinal_more_than_75%
+5,1800,0.22,30,*GH013835,longitudinal_more_than_75%
+5,1800,0.22,30,*GH013836,longitudinal_more_than_75%
+5,1800,0.22,30,*GH013837,longitudinal_more_than_75%
+5,1800,0.22,30,*GH013838,longitudinal_more_than_75%
+5,1800,0.22,30,*GH013839,longitudinal_more_than_75%
+5,1800,0.22,30,*GH013836,circumferential_between_50_75%
+5,1800,0.22,30,*GH013834,circumferential_more_than_75%
+5,1800,0.22,30,*GH013835,circumferential_more_than_75%
+5,1800,0.22,30,*GH013837,circumferential_more_than_75%
+5,1800,0.22,30,*GH013838,circumferential_more_than_75%
+5,1800,0.22,30,*GH013839,circumferential_more_than_75%
+5,1800,0.22,30,*GH013834,open_crack
+5,1800,0.22,30,*GH013835,open_crack
+5,1800,0.22,30,*GH013836,open_crack
+5,1800,0.22,30,*GH013837,open_crack
+5,1800,0.22,30,*GH013838,open_crack
+5,1800,0.22,30,*GH013839,open_crack
+5,1800,0.29,45,*GH013840,longitudinal_more_than_75%
+5,1800,0.29,45,*GH013841,longitudinal_more_than_75%
+5,1800,0.29,45,*GH013842,longitudinal_more_than_75%
+5,1800,0.29,45,*GH013843,longitudinal_more_than_75%
+5,1800,0.29,45,*GH013844,longitudinal_more_than_75%
+5,1800,0.29,45,*GH013843,circumferential_between_25_50%
+5,1800,0.29,45,*GH013844,circumferential_between_50_75%
+5,1800,0.29,45,*GH013840,circumferential_more_than_75%
+5,1800,0.29,45,*GH013841,circumferential_more_than_75%
+5,1800,0.29,45,*GH013842,circumferential_more_than_75%
+5,1800,0.29,45,*GH013844,circumferential_more_than_75%
+5,1800,0.29,45,*GH013840,open_crack
+5,1800,0.29,45,*GH013841,open_crack
+5,1800,0.29,45,*GH013842,open_crack
+5,1800,0.29,45,*GH013844,open_crack
+5,1800,0.29,45,*GH013842,crushed
+5,1800,0.29,30,*GH013848,longitudinal_between_50_75%
+5,1800,0.29,30,*GH013845,longitudinal_more_than_75%
+5,1800,0.29,30,*GH013846,longitudinal_more_than_75%
+5,1800,0.29,30,*GH013847,longitudinal_more_than_75%
+5,1800,0.29,30,*GH013849,longitudinal_more_than_75%
+5,1800,0.29,30,*GH013850,longitudinal_more_than_75%
+5,1800,0.29,30,*GH013848,circumferential_between_25_50%
+5,1800,0.29,30,*GH013845,circumferential_between_50_75%
+5,1800,0.29,30,*GH013847,circumferential_between_50_75%
+5,1800,0.29,30,*GH013849,circumferential_between_50_75%
+5,1800,0.29,30,*GH013846,circumferential_more_than_75%
+5,1800,0.29,30,*GH013850,circumferential_more_than_75%
+5,1800,0.29,30,*GH013845,open_crack
+5,1800,0.29,30,*GH013846,open_crack
+5,1800,0.29,30,*GH013847,open_crack
+5,1800,0.29,30,*GH013849,open_crack
+5,1800,0.29,30,*GH013850,open_crack
+5,1800,0.36,45,*GH013851,longitudinal_between_50_75%
+5,1800,0.36,45,*GH013855,longitudinal_between_50_75%
+5,1800,0.36,45,*GH013852,longitudinal_more_than_75%
+5,1800,0.36,45,*GH013853,longitudinal_more_than_75%
+5,1800,0.36,45,*GH013854,longitudinal_more_than_75%
+5,1800,0.36,45,*GH013856,longitudinal_more_than_75%
+5,1800,0.36,45,*GH013851,circumferential_less_than_25%
+5,1800,0.36,45,*GH013855,circumferential_less_than_25%
+5,1800,0.36,45,*GH013852,circumferential_between_25_50%
+5,1800,0.36,45,*GH013856,circumferential_between_25_50%
+5,1800,0.36,45,*GH013854,circumferential_between_50_75%
+5,1800,0.36,45,*GH013853,circumferential_more_than_75%
+5,1800,0.36,45,*GH013852,open_crack
+5,1800,0.36,45,*GH013853,open_crack
+5,1800,0.36,45,*GH013854,open_crack
+5,1800,0.22,60,*GH013857,longitudinal_more_than_75%
+5,1800,0.22,60,*GH013858,longitudinal_more_than_75%
+5,1800,0.22,60,*GH013859,longitudinal_more_than_75%
+5,1800,0.22,60,*GH013860,longitudinal_more_than_75%
+5,1800,0.22,60,*GH013861,longitudinal_more_than_75%
+5,1800,0.22,60,*GH013862,longitudinal_more_than_75%
+5,1800,0.22,60,*GH013857,circumferential_between_50_75%
+5,1800,0.22,60,*GH013861,circumferential_between_50_75%
+5,1800,0.22,60,*GH013858,circumferential_more_than_75%
+5,1800,0.22,60,*GH013859,circumferential_more_than_75%
+5,1800,0.22,60,*GH013860,circumferential_more_than_75%
+5,1800,0.22,60,*GH013862,circumferential_more_than_75%
+5,1800,0.22,60,*GH013857,open_crack
+5,1800,0.22,60,*GH013858,open_crack
+5,1800,0.22,60,*GH013859,open_crack
+5,1800,0.22,60,*GH013860,open_crack
+5,1800,0.22,60,*GH013861,open_crack
+5,1800,0.22,60,*GH013862,open_crack
+5,1800,0.22,30,*GH013863,longitudinal_more_than_75%
+5,1800,0.22,30,*GH013864,longitudinal_more_than_75%
+5,1800,0.22,30,*GH013865,longitudinal_more_than_75%
+5,1800,0.22,30,*GH013866,longitudinal_more_than_75%
+5,1800,0.22,30,*GH013867,longitudinal_more_than_75%
+5,1800,0.22,30,*GH013868,longitudinal_more_than_75%
+5,1800,0.22,30,*GH013866,circumferential_between_50_75%
+5,1800,0.22,30,*GH013867,circumferential_between_50_75%
+5,1800,0.22,30,*GH013863,circumferential_more_than_75%
+5,1800,0.22,30,*GH013864,circumferential_more_than_75%
+5,1800,0.22,30,*GH013865,circumferential_more_than_75%
+5,1800,0.22,30,*GH013868,circumferential_more_than_75%
+5,1800,0.22,30,*GH013863,open_crack
+5,1800,0.22,30,*GH013864,open_crack
+5,1800,0.22,30,*GH013865,open_crack
+5,1800,0.22,30,*GH013866,open_crack
+5,1800,0.22,30,*GH013867,open_crack
+5,1800,0.22,30,*GH013868,open_crack
+5,1800,0.29,60,*GH013869,longitudinal_more_than_75%
+5,1800,0.29,60,*GH013870,longitudinal_more_than_75%
+5,1800,0.29,60,*GH013871,longitudinal_more_than_75%
+5,1800,0.29,60,*GH013872,longitudinal_more_than_75%
+5,1800,0.29,60,*GH013873,longitudinal_more_than_75%
+5,1800,0.29,60,*GH013874,longitudinal_more_than_75%
+5,1800,0.29,60,*GH013870,circumferential_between_25_50%
+5,1800,0.29,60,*GH013873,circumferential_between_25_50%
+5,1800,0.29,60,*GH013871,circumferential_between_50_75%
+5,1800,0.29,60,*GH013872,circumferential_between_50_75%
+5,1800,0.29,60,*GH013869,circumferential_more_than_75%
+5,1800,0.29,60,*GH013874,circumferential_more_than_75%
+5,1800,0.29,60,*GH013869,open_crack
+5,1800,0.29,60,*GH013870,open_crack
+5,1800,0.29,60,*GH013871,open_crack
+5,1800,0.29,60,*GH013873,open_crack
+5,1800,0.29,60,*GH013874,open_crack
+5,1800,0.29,45,*GH013875,longitudinal_more_than_75%
+5,1800,0.29,45,*GH013876,longitudinal_more_than_75%
+5,1800,0.29,45,*GH013877,longitudinal_more_than_75%
+5,1800,0.29,45,*GH013878,longitudinal_more_than_75%
+5,1800,0.29,45,*GH013879,longitudinal_more_than_75%
+5,1800,0.29,45,*GH013880,longitudinal_more_than_75%
+5,1800,0.29,45,*GH013879,circumferential_less_than_25%
+5,1800,0.29,45,*GH013875,circumferential_between_50_75%
+5,1800,0.29,45,*GH013876,circumferential_more_than_75%
+5,1800,0.29,45,*GH013877,circumferential_more_than_75%
+5,1800,0.29,45,*GH013878,circumferential_more_than_75%
+5,1800,0.29,45,*GH013880,circumferential_more_than_75%
+5,1800,0.29,45,*GH013875,open_crack
+5,1800,0.29,45,*GH013876,open_crack
+5,1800,0.29,45,*GH013877,open_crack
+5,1800,0.29,45,*GH013878,open_crack
+5,1800,0.29,45,*GH013880,open_crack
+5,1800,0.36,45,*GH013881,longitudinal_between_50_75%
+5,1800,0.36,45,*GH013882,longitudinal_between_50_75%
+5,1800,0.36,45,*GH013883,longitudinal_between_50_75%
+5,1800,0.36,45,*GH013884,longitudinal_more_than_75%
+5,1800,0.36,45,*GH013885,longitudinal_more_than_75%
+5,1800,0.36,45,*GH013886,longitudinal_more_than_75%
+5,1800,0.36,45,*GH013881,circumferential_less_than_25%
+5,1800,0.36,45,*GH013882,circumferential_less_than_25%
+5,1800,0.36,45,*GH013883,circumferential_less_than_25%
+5,1800,0.36,45,*GH013884,circumferential_less_than_25%
+5,1800,0.36,45,*GH013885,circumferential_more_than_75%
+5,1800,0.36,45,*GH013886,circumferential_more_than_75%
+5,1800,0.36,45,*GH013883,open_crack
+5,1800,0.36,45,*GH013885,open_crack
+5,1800,0.36,45,*GH013886,crushed
+5,1800,0.29,30,*GH013887,longitudinal_more_than_75%
+5,1800,0.29,30,*GH013888,longitudinal_more_than_75%
+5,1800,0.29,30,*GH013889,longitudinal_more_than_75%
+5,1800,0.29,30,*GH013890,longitudinal_more_than_75%
+5,1800,0.29,30,*GH013891,longitudinal_more_than_75%
+5,1800,0.29,30,*GH013892,longitudinal_more_than_75%
+5,1800,0.29,30,*GH013890,circumferential_less_than_25%
+5,1800,0.29,30,*GH013889,circumferential_between_50_75%
+5,1800,0.29,30,*GH013892,circumferential_between_50_75%
+5,1800,0.29,30,*GH013887,circumferential_more_than_75%
+5,1800,0.29,30,*GH013888,circumferential_more_than_75%
+5,1800,0.29,30,*GH013891,circumferential_more_than_75%
+5,1800,0.29,30,*GH013887,open_crack
+5,1800,0.29,30,*GH013888,open_crack
+5,1800,0.29,30,*GH013889,open_crack
+5,1800,0.29,30,*GH013890,open_crack
+5,1800,0.29,30,*GH013891,open_crack
+5,1800,0.29,30,*GH013891,crushed
+5,1800,0.22,45,*GH013893,untouched
+5,1800,0.22,45,*GH013896,untouched
+5,1800,0.22,45,*GH013894,longitudinal_more_than_75%
+5,1800,0.22,45,*GH013895,longitudinal_more_than_75%
+5,1800,0.22,45,*GH013897,longitudinal_more_than_75%
+5,1800,0.22,45,*GH013898,longitudinal_more_than_75%
+5,1800,0.22,45,*GH013894,circumferential_less_than_25%
+5,1800,0.22,45,*GH013895,circumferential_less_than_25%
+5,1800,0.22,45,*GH013897,circumferential_between_25_50%
+5,1800,0.22,45,*GH013898,circumferential_more_than_75%
+5,1800,0.22,45,*GH013897,open_crack
+5,1800,0.22,45,*GH013898,open_crack
+5,1800,0.22,45,*GH013898,crushed
+5,1800,0.36,30,*GH013899,untouched
+5,1800,0.36,30,*GH013902,untouched
+5,1800,0.36,30,*GH013903,untouched
+5,1800,0.36,30,*GH013904,untouched
+5,1800,0.36,30,*GH013901,longitudinal_less_than_25%
+5,1800,0.36,30,*GH013900,longitudinal_more_than_75%
+5,1800,0.36,30,*GH013901,circumferential_less_than_25%
+5,1800,0.36,30,*GH013900,circumferential_more_than_75%
+5,1800,0.36,30,*GH013900,open_crack
+5,1800,0.22,60,*GH013905,longitudinal_more_than_75%
+5,1800,0.22,60,*GH013906,longitudinal_more_than_75%
+5,1800,0.22,60,*GH013907,longitudinal_more_than_75%
+5,1800,0.22,60,*GH013908,longitudinal_more_than_75%
+5,1800,0.22,60,*GH013909,longitudinal_more_than_75%
+5,1800,0.22,60,*GH013910,longitudinal_more_than_75%
+5,1800,0.22,60,*GH013906,circumferential_between_25_50%
+5,1800,0.22,60,*GH013908,circumferential_between_50_75%
+5,1800,0.22,60,*GH013905,circumferential_more_than_75%
+5,1800,0.22,60,*GH013907,circumferential_more_than_75%
+5,1800,0.22,60,*GH013909,circumferential_more_than_75%
+5,1800,0.22,60,*GH013910,circumferential_more_than_75%
+5,1800,0.22,60,*GH013905,open_crack
+5,1800,0.22,60,*GH013906,open_crack
+5,1800,0.22,60,*GH013907,open_crack
+5,1800,0.22,60,*GH013908,open_crack
+5,1800,0.22,60,*GH013909,open_crack
+5,1800,0.22,60,*GH013910,open_crack
+5,1800,0.36,60,*GH013915,untouched
+5,1800,0.36,60,*GH013916,untouched
+5,1800,0.36,60,*GH013912,longitudinal_between_50_75%
+5,1800,0.36,60,*GH013913,longitudinal_between_50_75%
+5,1800,0.36,60,*GH013911,longitudinal_more_than_75%
+5,1800,0.36,60,*GH013914,longitudinal_more_than_75%
+5,1800,0.36,60,*GH013911,circumferential_less_than_25%
+5,1800,0.36,60,*GH013912,circumferential_less_than_25%
+5,1800,0.36,60,*GH013913,circumferential_less_than_25%
+5,1800,0.36,60,*GH013914,circumferential_between_50_75%
+5,1800,0.36,60,*GH013914,open_crack
+5,1800,0.22,60,*GH013917,longitudinal_more_than_75%
+5,1800,0.22,60,*GH013918,longitudinal_more_than_75%
+5,1800,0.22,60,*GH013919,longitudinal_more_than_75%
+5,1800,0.22,60,*GH013920,longitudinal_more_than_75%
+5,1800,0.22,60,*GH013921,longitudinal_more_than_75%
+5,1800,0.22,60,*GH013922,longitudinal_more_than_75%
+5,1800,0.22,60,*GH013918,circumferential_between_50_75%
+5,1800,0.22,60,*GH013917,circumferential_more_than_75%
+5,1800,0.22,60,*GH013919,circumferential_more_than_75%
+5,1800,0.22,60,*GH013920,circumferential_more_than_75%
+5,1800,0.22,60,*GH013921,circumferential_more_than_75%
+5,1800,0.22,60,*GH013922,circumferential_more_than_75%
+5,1800,0.22,60,*GH013917,open_crack
+5,1800,0.22,60,*GH013918,open_crack
+5,1800,0.22,60,*GH013919,open_crack
+5,1800,0.22,60,*GH013920,open_crack
+5,1800,0.22,60,*GH013921,open_crack
+5,1800,0.22,60,*GH013922,open_crack
+5,1800,0.36,30,*GH013927,longitudinal_between_50_75%
+5,1800,0.36,30,*GH013923,longitudinal_more_than_75%
+5,1800,0.36,30,*GH013924,longitudinal_more_than_75%
+5,1800,0.36,30,*GH013925,longitudinal_more_than_75%
+5,1800,0.36,30,*GH013926,longitudinal_more_than_75%
+5,1800,0.36,30,*GH013928,longitudinal_more_than_75%
+5,1800,0.36,30,*GH013927,circumferential_less_than_25%
+5,1800,0.36,30,*GH013928,circumferential_less_than_25%
+5,1800,0.36,30,*GH013923,circumferential_between_25_50%
+5,1800,0.36,30,*GH013924,circumferential_between_25_50%
+5,1800,0.36,30,*GH013925,circumferential_between_25_50%
+5,1800,0.36,30,*GH013926,circumferential_between_50_75%
+5,1800,0.36,30,*GH013923,open_crack
+5,1800,0.36,30,*GH013924,open_crack
+5,1800,0.36,30,*GH013925,open_crack
+5,1800,0.36,30,*GH013926,open_crack
+5,1800,0.36,30,*GH013928,open_crack
+5,1800,0.29,45,*GH013929,longitudinal_more_than_75%
+5,1800,0.29,45,*GH013930,longitudinal_more_than_75%
+5,1800,0.29,45,*GH013931,longitudinal_more_than_75%
+5,1800,0.29,45,*GH013932,longitudinal_more_than_75%
+5,1800,0.29,45,*GH013933,longitudinal_more_than_75%
+5,1800,0.29,45,*GH013934,longitudinal_more_than_75%
+5,1800,0.29,45,*GH013931,circumferential_between_25_50%
+5,1800,0.29,45,*GH013929,circumferential_between_50_75%
+5,1800,0.29,45,*GH013930,circumferential_between_50_75%
+5,1800,0.29,45,*GH013932,circumferential_between_50_75%
+5,1800,0.29,45,*GH013933,circumferential_between_50_75%
+5,1800,0.29,45,*GH013934,circumferential_more_than_75%
+5,1800,0.29,45,*GH013929,open_crack
+5,1800,0.29,45,*GH013930,open_crack
+5,1800,0.29,45,*GH013931,open_crack
+5,1800,0.29,45,*GH013932,open_crack
+5,1800,0.29,45,*GH013933,open_crack
+5,1800,0.29,45,*GH013934,open_crack
+5,1800,0.29,45,*GH013934,crushed
+5,1800,0.29,30,*GH013940,longitudinal_between_50_75%
+5,1800,0.29,30,*GH013935,longitudinal_more_than_75%
+5,1800,0.29,30,*GH013936,longitudinal_more_than_75%
+5,1800,0.29,30,*GH013937,longitudinal_more_than_75%
+5,1800,0.29,30,*GH013938,longitudinal_more_than_75%
+5,1800,0.29,30,*GH013939,longitudinal_more_than_75%
+5,1800,0.29,30,*GH013936,circumferential_between_25_50%
+5,1800,0.29,30,*GH013938,circumferential_between_25_50%
+5,1800,0.29,30,*GH013940,circumferential_between_25_50%
+5,1800,0.29,30,*GH013937,circumferential_between_50_75%
+5,1800,0.29,30,*GH013939,circumferential_between_50_75%
+5,1800,0.29,30,*GH013935,circumferential_more_than_75%
+5,1800,0.29,30,*GH013935,open_crack
+5,1800,0.29,30,*GH013936,open_crack
+5,1800,0.29,30,*GH013937,open_crack
+5,1800,0.29,30,*GH013938,open_crack
+5,1800,0.29,30,*GH013939,open_crack
+5,1800,0.29,30,*GH013940,open_crack
+5,1800,0.36,60,*GH013946,untouched
+5,1800,0.36,60,*GH013941,longitudinal_more_than_75%
+5,1800,0.36,60,*GH013942,longitudinal_more_than_75%
+5,1800,0.36,60,*GH013943,longitudinal_more_than_75%
+5,1800,0.36,60,*GH013944,longitudinal_more_than_75%
+5,1800,0.36,60,*GH013945,longitudinal_more_than_75%
+5,1800,0.36,60,*GH013942,circumferential_between_25_50%
+5,1800,0.36,60,*GH013944,circumferential_between_25_50%
+5,1800,0.36,60,*GH013945,circumferential_between_25_50%
+5,1800,0.36,60,*GH013941,circumferential_more_than_75%
+5,1800,0.36,60,*GH013943,circumferential_more_than_75%
+5,1800,0.36,60,*GH013941,open_crack
+5,1800,0.36,60,*GH013942,open_crack
+5,1800,0.36,60,*GH013943,open_crack
+5,1800,0.36,60,*GH013944,open_crack
+5,1800,0.36,60,*GH013945,open_crack
+5,1800,0.36,60,*GH013941,crushed
+5,1800,0.36,60,*GH013943,crushed
+5,1800,0.22,30,*GH013947,longitudinal_more_than_75%
+5,1800,0.22,30,*GH013948,longitudinal_more_than_75%
+5,1800,0.22,30,*GH013949,longitudinal_more_than_75%
+5,1800,0.22,30,*GH013950,longitudinal_more_than_75%
+5,1800,0.22,30,*GH013951,longitudinal_more_than_75%
+5,1800,0.22,30,*GH013952,longitudinal_more_than_75%
+5,1800,0.22,30,*GH013947,circumferential_more_than_75%
+5,1800,0.22,30,*GH013948,circumferential_more_than_75%
+5,1800,0.22,30,*GH013949,circumferential_more_than_75%
+5,1800,0.22,30,*GH013950,circumferential_more_than_75%
+5,1800,0.22,30,*GH013951,circumferential_more_than_75%
+5,1800,0.22,30,*GH013952,circumferential_more_than_75%
+5,1800,0.22,30,*GH013947,open_crack
+5,1800,0.22,30,*GH013948,open_crack
+5,1800,0.22,30,*GH013949,open_crack
+5,1800,0.22,30,*GH013950,open_crack
+5,1800,0.22,30,*GH013951,open_crack
+5,1800,0.22,30,*GH013952,open_crack
+5,1800,0.29,60,*GH013953,longitudinal_more_than_75%
+5,1800,0.29,60,*GH013954,longitudinal_more_than_75%
+5,1800,0.29,60,*GH013955,longitudinal_more_than_75%
+5,1800,0.29,60,*GH013956,longitudinal_more_than_75%
+5,1800,0.29,60,*GH013957,longitudinal_more_than_75%
+5,1800,0.29,60,*GH013958,longitudinal_more_than_75%
+5,1800,0.29,60,*GH013955,circumferential_between_25_50%
+5,1800,0.29,60,*GH013953,circumferential_between_50_75%
+5,1800,0.29,60,*GH013956,circumferential_between_50_75%
+5,1800,0.29,60,*GH013957,circumferential_between_50_75%
+5,1800,0.29,60,*GH013954,circumferential_more_than_75%
+5,1800,0.29,60,*GH013958,circumferential_more_than_75%
+5,1800,0.29,60,*GH013953,open_crack
+5,1800,0.29,60,*GH013954,open_crack
+5,1800,0.29,60,*GH013955,open_crack
+5,1800,0.29,60,*GH013956,open_crack
+5,1800,0.29,60,*GH013957,open_crack
+5,1800,0.29,60,*GH013958,open_crack
+5,1800,0.22,45,*GH013959,longitudinal_more_than_75%
+5,1800,0.22,45,*GH013960,longitudinal_more_than_75%
+5,1800,0.22,45,*GH013961,longitudinal_more_than_75%
+5,1800,0.22,45,*GH013962,longitudinal_more_than_75%
+5,1800,0.22,45,*GH013963,longitudinal_more_than_75%
+5,1800,0.22,45,*GH013964,longitudinal_more_than_75%
+5,1800,0.22,45,*GH013960,circumferential_between_50_75%
+5,1800,0.22,45,*GH013962,circumferential_between_50_75%
+5,1800,0.22,45,*GH013959,circumferential_more_than_75%
+5,1800,0.22,45,*GH013961,circumferential_more_than_75%
+5,1800,0.22,45,*GH013963,circumferential_more_than_75%
+5,1800,0.22,45,*GH013964,circumferential_more_than_75%
+5,1800,0.22,45,*GH013959,open_crack
+5,1800,0.22,45,*GH013960,open_crack
+5,1800,0.22,45,*GH013961,open_crack
+5,1800,0.22,45,*GH013962,open_crack
+5,1800,0.22,45,*GH013963,open_crack
+5,1800,0.22,45,*GH013964,open_crack
+5,1800,0.22,45,*GH013964,crushed
+5,1800,0.36,45,*GH013965,longitudinal_between_50_75%
+5,1800,0.36,45,*GH013968,longitudinal_between_50_75%
+5,1800,0.36,45,*GH013966,longitudinal_more_than_75%
+5,1800,0.36,45,*GH013967,longitudinal_more_than_75%
+5,1800,0.36,45,*GH013969,longitudinal_more_than_75%
+5,1800,0.36,45,*GH013970,longitudinal_more_than_75%
+5,1800,0.36,45,*GH013965,circumferential_less_than_25%
+5,1800,0.36,45,*GH013966,circumferential_less_than_25%
+5,1800,0.36,45,*GH013967,circumferential_less_than_25%
+5,1800,0.36,45,*GH013968,circumferential_less_than_25%
+5,1800,0.36,45,*GH013970,circumferential_less_than_25%
+5,1800,0.36,45,*GH013969,circumferential_between_25_50%
+5,1800,0.36,45,*GH013966,open_crack
+5,1800,0.36,45,*GH013967,open_crack
+5,1800,0.36,45,*GH013969,open_crack
+5,2000,0.29,60,GH013293,longitudinal_more_than_75%
+5,2000,0.29,60,GH013294,longitudinal_more_than_75%
+5,2000,0.29,60,GH013295,longitudinal_more_than_75%
+5,2000,0.29,60,GH013296,longitudinal_more_than_75%
+5,2000,0.29,60,GH013297,longitudinal_more_than_75%
+5,2000,0.29,60,GH013298,longitudinal_more_than_75%
+5,2000,0.29,60,GH013294,circumferential_less_than_25%
+5,2000,0.29,60,GH013293,circumferential_between_25_50%
+5,2000,0.29,60,GH013296,circumferential_between_25_50%
+5,2000,0.29,60,GH013297,circumferential_between_25_50%
+5,2000,0.29,60,GH013295,circumferential_between_50_75%
+5,2000,0.29,60,GH013298,circumferential_between_50_75%
+5,2000,0.29,60,GH013293,open_crack
+5,2000,0.29,60,GH013295,open_crack
+5,2000,0.29,60,GH013296,open_crack
+5,2000,0.29,60,GH013297,open_crack
+5,2000,0.29,60,GH013298,open_crack
+5,2000,0.22,45,GH013299,longitudinal_more_than_75%
+5,2000,0.22,45,GH013300,longitudinal_more_than_75%
+5,2000,0.22,45,GH013301,longitudinal_more_than_75%
+5,2000,0.22,45,GH013302,longitudinal_more_than_75%
+5,2000,0.22,45,GH013303,longitudinal_more_than_75%
+5,2000,0.22,45,GH013304,longitudinal_more_than_75%
+5,2000,0.22,45,GH013299,circumferential_between_25_50%
+5,2000,0.22,45,GH013304,circumferential_between_25_50%
+5,2000,0.22,45,GH013300,circumferential_between_50_75%
+5,2000,0.22,45,GH013301,circumferential_between_50_75%
+5,2000,0.22,45,GH013302,circumferential_between_50_75%
+5,2000,0.22,45,GH013303,circumferential_between_50_75%
+5,2000,0.22,45,GH013299,open_crack
+5,2000,0.22,45,GH013300,open_crack
+5,2000,0.22,45,GH013301,open_crack
+5,2000,0.22,45,GH013302,open_crack
+5,2000,0.22,45,GH013303,open_crack
+5,2000,0.22,45,GH013304,open_crack
+5,2000,0.36,30,GH013306,untouched
+5,2000,0.36,30,GH013309,untouched
+5,2000,0.36,30,GH013307,longitudinal_between_50_75%
+5,2000,0.36,30,GH013308,longitudinal_between_50_75%
+5,2000,0.36,30,GH013305,longitudinal_more_than_75%
+5,2000,0.36,30,GH013310,longitudinal_more_than_75%
+5,2000,0.36,30,GH013307,circumferential_less_than_25%
+5,2000,0.36,30,GH013308,circumferential_less_than_25%
+5,2000,0.36,30,GH013310,circumferential_less_than_25%
+5,2000,0.36,30,GH013305,circumferential_between_25_50%
+5,2000,0.36,30,GH013305,open_crack
+5,2000,0.36,30,GH013307,open_crack
+5,2000,0.36,30,GH013310,open_crack
+5,2000,0.36,60,GH013314,untouched
+5,2000,0.36,60,GH013315,untouched
+5,2000,0.36,60,GH013316,untouched
+5,2000,0.36,60,GH013313,longitudinal_between_50_75%
+5,2000,0.36,60,GH013311,longitudinal_more_than_75%
+5,2000,0.36,60,GH013312,longitudinal_more_than_75%
+5,2000,0.36,60,GH013311,circumferential_less_than_25%
+5,2000,0.36,60,GH013312,circumferential_less_than_25%
+5,2000,0.36,60,GH013313,circumferential_between_25_50%
+5,2000,0.36,60,GH013313,open_crack
+5,2000,0.22,30,GH013317,longitudinal_more_than_75%
+5,2000,0.22,30,GH013318,longitudinal_more_than_75%
+5,2000,0.22,30,GH013319,longitudinal_more_than_75%
+5,2000,0.22,30,GH013320,longitudinal_more_than_75%
+5,2000,0.22,30,GH013321,longitudinal_more_than_75%
+5,2000,0.22,30,GH013322,longitudinal_more_than_75%
+5,2000,0.22,30,GH013318,circumferential_between_25_50%
+5,2000,0.22,30,GH013322,circumferential_between_25_50%
+5,2000,0.22,30,GH013317,circumferential_between_50_75%
+5,2000,0.22,30,GH013321,circumferential_between_50_75%
+5,2000,0.22,30,GH013319,circumferential_more_than_75%
+5,2000,0.22,30,GH013320,circumferential_more_than_75%
+5,2000,0.22,30,GH013317,open_crack
+5,2000,0.22,30,GH013318,open_crack
+5,2000,0.22,30,GH013319,open_crack
+5,2000,0.22,30,GH013320,open_crack
+5,2000,0.22,30,GH013321,open_crack
+5,2000,0.22,30,GH013322,open_crack
+5,2000,0.29,45,GH013328,longitudinal_between_50_75%
+5,2000,0.29,45,GH013323,longitudinal_more_than_75%
+5,2000,0.29,45,GH013324,longitudinal_more_than_75%
+5,2000,0.29,45,GH013325,longitudinal_more_than_75%
+5,2000,0.29,45,GH013326,longitudinal_more_than_75%
+5,2000,0.29,45,GH013327,longitudinal_more_than_75%
+5,2000,0.29,45,GH013324,circumferential_less_than_25%
+5,2000,0.29,45,GH013323,circumferential_between_25_50%
+5,2000,0.29,45,GH013325,circumferential_between_25_50%
+5,2000,0.29,45,GH013326,circumferential_between_25_50%
+5,2000,0.29,45,GH013327,circumferential_between_25_50%
+5,2000,0.29,45,GH013328,circumferential_between_25_50%
+5,2000,0.29,45,GH013325,open_crack
+5,2000,0.29,45,GH013326,open_crack
+5,2000,0.29,45,GH013327,open_crack
+5,2000,0.29,45,GH013328,open_crack
+5,2000,0.29,30,GH013329,longitudinal_between_50_75%
+5,2000,0.29,30,GH013330,longitudinal_between_50_75%
+5,2000,0.29,30,GH013331,longitudinal_more_than_75%
+5,2000,0.29,30,GH013332,longitudinal_more_than_75%
+5,2000,0.29,30,GH013333,longitudinal_more_than_75%
+5,2000,0.29,30,GH013334,longitudinal_more_than_75%
+5,2000,0.29,30,GH013332,circumferential_less_than_25%
+5,2000,0.29,30,GH013329,circumferential_between_25_50%
+5,2000,0.29,30,GH013330,circumferential_between_25_50%
+5,2000,0.29,30,GH013331,circumferential_between_50_75%
+5,2000,0.29,30,GH013333,circumferential_between_50_75%
+5,2000,0.29,30,GH013334,circumferential_between_50_75%
+5,2000,0.29,30,GH013329,open_crack
+5,2000,0.29,30,GH013330,open_crack
+5,2000,0.29,30,GH013331,open_crack
+5,2000,0.29,30,GH013332,open_crack
+5,2000,0.29,30,GH013333,open_crack
+5,2000,0.29,30,GH013334,open_crack
+5,2000,0.36,45,GH013335,untouched
+5,2000,0.36,45,GH013338,untouched
+5,2000,0.36,45,GH013339,untouched
+5,2000,0.36,45,GH013340,untouched
+5,2000,0.36,45,GH013336,longitudinal_more_than_75%
+5,2000,0.36,45,GH013337,longitudinal_more_than_75%
+5,2000,0.36,45,GH013336,circumferential_less_than_25%
+5,2000,0.36,45,GH013337,circumferential_less_than_25%
+5,2000,0.36,45,GH013336,open_crack
+5,2000,0.22,60,GH013341,longitudinal_more_than_75%
+5,2000,0.22,60,GH013342,longitudinal_more_than_75%
+5,2000,0.22,60,GH013343,longitudinal_more_than_75%
+5,2000,0.22,60,GH013344,longitudinal_more_than_75%
+5,2000,0.22,60,GH013345,longitudinal_more_than_75%
+5,2000,0.22,60,GH013346,longitudinal_more_than_75%
+5,2000,0.22,60,GH013341,circumferential_between_50_75%
+5,2000,0.22,60,GH013345,circumferential_between_50_75%
+5,2000,0.22,60,GH013342,circumferential_more_than_75%
+5,2000,0.22,60,GH013343,circumferential_more_than_75%
+5,2000,0.22,60,GH013344,circumferential_more_than_75%
+5,2000,0.22,60,GH013346,circumferential_more_than_75%
+5,2000,0.22,60,GH013341,open_crack
+5,2000,0.22,60,GH013342,open_crack
+5,2000,0.22,60,GH013343,open_crack
+5,2000,0.22,60,GH013344,open_crack
+5,2000,0.22,60,GH013345,open_crack
+5,2000,0.22,60,GH013346,open_crack
+5,2000,0.22,30,GH013348,longitudinal_between_50_75%
+5,2000,0.22,30,GH013347,longitudinal_more_than_75%
+5,2000,0.22,30,GH013349,longitudinal_more_than_75%
+5,2000,0.22,30,GH013350,longitudinal_more_than_75%
+5,2000,0.22,30,GH013351,longitudinal_more_than_75%
+5,2000,0.22,30,GH013352,longitudinal_more_than_75%
+5,2000,0.22,30,GH013348,circumferential_less_than_25%
+5,2000,0.22,30,GH013350,circumferential_between_50_75%
+5,2000,0.22,30,GH013351,circumferential_between_50_75%
+5,2000,0.22,30,GH013347,circumferential_more_than_75%
+5,2000,0.22,30,GH013349,circumferential_more_than_75%
+5,2000,0.22,30,GH013352,circumferential_more_than_75%
+5,2000,0.22,30,GH013347,open_crack
+5,2000,0.22,30,GH013349,open_crack
+5,2000,0.22,30,GH013350,open_crack
+5,2000,0.22,30,GH013351,open_crack
+5,2000,0.22,30,GH013352,open_crack
+5,2000,0.29,60,GH013353,longitudinal_more_than_75%
+5,2000,0.29,60,GH013354,longitudinal_more_than_75%
+5,2000,0.29,60,GH013355,longitudinal_more_than_75%
+5,2000,0.29,60,GH013356,longitudinal_more_than_75%
+5,2000,0.29,60,GH013357,longitudinal_more_than_75%
+5,2000,0.29,60,GH013358,longitudinal_more_than_75%
+5,2000,0.29,60,GH013353,circumferential_less_than_25%
+5,2000,0.29,60,GH013354,circumferential_less_than_25%
+5,2000,0.29,60,GH013356,circumferential_between_25_50%
+5,2000,0.29,60,GH013355,circumferential_between_50_75%
+5,2000,0.29,60,GH013357,circumferential_between_50_75%
+5,2000,0.29,60,GH013358,circumferential_between_50_75%
+5,2000,0.29,60,GH013353,open_crack
+5,2000,0.29,60,GH013355,open_crack
+5,2000,0.29,60,GH013357,open_crack
+5,2000,0.29,60,GH013358,open_crack
+5,2000,0.29,45,GH013359,longitudinal_more_than_75%
+5,2000,0.29,45,GH013360,longitudinal_more_than_75%
+5,2000,0.29,45,GH013361,longitudinal_more_than_75%
+5,2000,0.29,45,GH013362,longitudinal_more_than_75%
+5,2000,0.29,45,GH013363,longitudinal_more_than_75%
+5,2000,0.29,45,GH013364,longitudinal_more_than_75%
+5,2000,0.29,45,GH013364,circumferential_less_than_25%
+5,2000,0.29,45,GH013359,circumferential_between_25_50%
+5,2000,0.29,45,GH013360,circumferential_between_25_50%
+5,2000,0.29,45,GH013361,circumferential_between_25_50%
+5,2000,0.29,45,GH013362,circumferential_between_25_50%
+5,2000,0.29,45,GH013363,circumferential_between_25_50%
+5,2000,0.29,45,GH013359,open_crack
+5,2000,0.29,45,GH013360,open_crack
+5,2000,0.29,45,GH013362,open_crack
+5,2000,0.29,45,GH013363,open_crack
+5,2000,0.29,45,GH013364,open_crack
+5,2000,0.36,45,GH013367,untouched
+5,2000,0.36,45,GH013368,untouched
+5,2000,0.36,45,GH013369,untouched
+5,2000,0.36,45,GH013370,untouched
+5,2000,0.36,45,GH013365,longitudinal_more_than_75%
+5,2000,0.36,45,GH013366,longitudinal_more_than_75%
+5,2000,0.36,45,GH013365,circumferential_between_25_50%
+5,2000,0.36,45,GH013366,circumferential_between_25_50%
+5,2000,0.36,45,GH013365,open_crack
+5,2000,0.36,45,GH013366,open_crack
+5,2000,0.29,30,GH013370,longitudinal_between_25_50%
+5,2000,0.29,30,GH013372,longitudinal_more_than_75%
+5,2000,0.29,30,GH013373,longitudinal_more_than_75%
+5,2000,0.29,30,GH013374,longitudinal_more_than_75%
+5,2000,0.29,30,GH013375,longitudinal_more_than_75%
+5,2000,0.29,30,GH013375,longitudinal_more_than_75%
+5,2000,0.29,30,GH013373,circumferential_between_25_50%
+5,2000,0.29,30,GH013374,circumferential_between_25_50%
+5,2000,0.29,30,GH013375,circumferential_between_25_50%
+5,2000,0.29,30,GH013376,circumferential_between_25_50%
+5,2000,0.29,30,GH013371,circumferential_between_50_75%
+5,2000,0.29,30,GH013372,circumferential_between_50_75%
+5,2000,0.29,30,GH013372,open_crack
+5,2000,0.29,30,GH013373,open_crack
+5,2000,0.29,30,GH013374,open_crack
+5,2000,0.29,30,GH013375,open_crack
+5,2000,0.29,30,GH013376,open_crack
+5,2000,0.22,45,GH013382,longitudinal_less_than_25%
+5,2000,0.22,45,GH013377,longitudinal_more_than_75%
+5,2000,0.22,45,GH013378,longitudinal_more_than_75%
+5,2000,0.22,45,GH013379,longitudinal_more_than_75%
+5,2000,0.22,45,GH013380,longitudinal_more_than_75%
+5,2000,0.22,45,GH013381,longitudinal_more_than_75%
+5,2000,0.22,45,GH013382,circumferential_less_than_25%
+5,2000,0.22,45,GH013379,circumferential_between_25_50%
+5,2000,0.22,45,GH013377,circumferential_between_50_75%
+5,2000,0.22,45,GH013378,circumferential_between_50_75%
+5,2000,0.22,45,GH013380,circumferential_more_than_75%
+5,2000,0.22,45,GH013381,circumferential_more_than_75%
+5,2000,0.22,45,GH013377,open_crack
+5,2000,0.22,45,GH013378,open_crack
+5,2000,0.22,45,GH013379,open_crack
+5,2000,0.22,45,GH013380,open_crack
+5,2000,0.22,45,GH013381,open_crack
+5,2000,0.36,30,GH013385,untouched
+5,2000,0.36,30,GH013386,untouched
+5,2000,0.36,30,GH013384,longitudinal_between_50_75%
+5,2000,0.36,30,GH013383,longitudinal_more_than_75%
+5,2000,0.36,30,GH013387,longitudinal_more_than_75%
+5,2000,0.36,30,GH013388,longitudinal_more_than_75%
+5,2000,0.36,30,GH013383,circumferential_less_than_25%
+5,2000,0.36,30,GH013387,circumferential_less_than_25%
+5,2000,0.36,30,GH013388,circumferential_less_than_25%
+5,2000,0.36,30,GH013384,circumferential_between_25_50%
+5,2000,0.36,30,GH013384,open_crack
+5,2000,0.22,60,GH013389,longitudinal_more_than_75%
+5,2000,0.22,60,GH013390,longitudinal_more_than_75%
+5,2000,0.22,60,GH013391,longitudinal_more_than_75%
+5,2000,0.22,60,GH013392,longitudinal_more_than_75%
+5,2000,0.22,60,GH013393,longitudinal_more_than_75%
+5,2000,0.22,60,GH013394,longitudinal_more_than_75%
+5,2000,0.22,60,GH013389,circumferential_between_50_75%
+5,2000,0.22,60,GH013390,circumferential_between_50_75%
+5,2000,0.22,60,GH013392,circumferential_between_50_75%
+5,2000,0.22,60,GH013393,circumferential_between_50_75%
+5,2000,0.22,60,GH013394,circumferential_between_50_75%
+5,2000,0.22,60,GH013391,circumferential_more_than_75%
+5,2000,0.22,60,GH013390,open_crack
+5,2000,0.22,60,GH013391,open_crack
+5,2000,0.22,60,GH013392,open_crack
+5,2000,0.22,60,GH013393,open_crack
+5,2000,0.36,60,GH013398,untouched
+5,2000,0.36,60,GH013395,longitudinal_between_50_75%
+5,2000,0.36,60,GH013396,longitudinal_more_than_75%
+5,2000,0.36,60,GH013397,longitudinal_more_than_75%
+5,2000,0.36,60,GH013398,longitudinal_more_than_75%
+5,2000,0.36,60,GH013400,longitudinal_more_than_75%
+5,2000,0.36,60,GH013395,circumferential_less_than_25%
+5,2000,0.36,60,GH013400,circumferential_less_than_25%
+5,2000,0.36,60,GH013396,circumferential_between_25_50%
+5,2000,0.36,60,GH013397,circumferential_between_25_50%
+5,2000,0.36,60,GH013398,circumferential_between_25_50%
+5,2000,0.36,60,GH013396,open_crack
+5,2000,0.36,60,GH013397,open_crack
+5,2000,0.22,60,GH013401,longitudinal_more_than_75%
+5,2000,0.22,60,GH013402,longitudinal_more_than_75%
+5,2000,0.22,60,GH013403,longitudinal_more_than_75%
+5,2000,0.22,60,GH013404,longitudinal_more_than_75%
+5,2000,0.22,60,GH013405,longitudinal_more_than_75%
+5,2000,0.22,60,GH013406,longitudinal_more_than_75%
+5,2000,0.22,60,GH013401,circumferential_more_than_75%
+5,2000,0.22,60,GH013402,circumferential_more_than_75%
+5,2000,0.22,60,GH013403,circumferential_more_than_75%
+5,2000,0.22,60,GH013404,circumferential_more_than_75%
+5,2000,0.22,60,GH013405,circumferential_more_than_75%
+5,2000,0.22,60,GH013406,circumferential_more_than_75%
+5,2000,0.22,60,GH013401,open_crack
+5,2000,0.22,60,GH013402,open_crack
+5,2000,0.22,60,GH013403,open_crack
+5,2000,0.22,60,GH013404,open_crack
+5,2000,0.22,60,GH013405,open_crack
+5,2000,0.22,60,GH013406,open_crack
+5,2000,0.36,30,GH0133407,untouched
+5,2000,0.36,30,GH0133409,untouched
+5,2000,0.36,30,GH0133408,longitudinal_more_than_75%
+5,2000,0.36,30,GH0133410,longitudinal_more_than_75%
+5,2000,0.36,30,GH0133411,longitudinal_more_than_75%
+5,2000,0.36,30,GH0133412,longitudinal_more_than_75%
+5,2000,0.36,30,GH0133408,circumferential_less_than_25%
+5,2000,0.36,30,GH0133411,circumferential_less_than_25%
+5,2000,0.36,30,GH0133412,circumferential_less_than_25%
+5,2000,0.36,30,GH0133410,circumferential_more_than_75%
+5,2000,0.36,30,GH0133410,open_crack
+5,2000,0.29,45,GH0133413,longitudinal_between_50_75%
+5,2000,0.29,45,GH0133414,longitudinal_more_than_75%
+5,2000,0.29,45,GH0133415,longitudinal_more_than_75%
+5,2000,0.29,45,GH0133416,longitudinal_more_than_75%
+5,2000,0.29,45,GH0133417,longitudinal_more_than_75%
+5,2000,0.29,45,GH0133418,longitudinal_more_than_75%
+5,2000,0.29,45,GH0133413,circumferential_less_than_25%
+5,2000,0.29,45,GH0133417,circumferential_between_25_50%
+5,2000,0.29,45,GH0133418,circumferential_between_25_50%
+5,2000,0.29,45,GH0133415,circumferential_between_50_75%
+5,2000,0.29,45,GH0133416,circumferential_between_50_75%
+5,2000,0.29,45,GH0133414,circumferential_more_than_75%
+5,2000,0.29,45,GH0133413,open_crack
+5,2000,0.29,45,GH0133414,open_crack
+5,2000,0.29,45,GH0133415,open_crack
+5,2000,0.29,45,GH0133416,open_crack
+5,2000,0.29,45,GH0133417,open_crack
+5,2000,0.29,45,GH0133418,open_crack
+5,2000,0.29,30,GH0133424,longitudinal_between_50_75%
+5,2000,0.29,30,GH0133419,longitudinal_more_than_75%
+5,2000,0.29,30,GH0133420,longitudinal_more_than_75%
+5,2000,0.29,30,GH0133421,longitudinal_more_than_75%
+5,2000,0.29,30,GH0133422,longitudinal_more_than_75%
+5,2000,0.29,30,GH0133423,longitudinal_more_than_75%
+5,2000,0.29,30,GH0133422,circumferential_less_than_25%
+5,2000,0.29,30,GH0133420,circumferential_between_25_50%
+5,2000,0.29,30,GH0133421,circumferential_between_25_50%
+5,2000,0.29,30,GH0133423,circumferential_between_25_50%
+5,2000,0.29,30,GH0133424,circumferential_between_25_50%
+5,2000,0.29,30,GH0133419,circumferential_between_50_75%
+5,2000,0.29,30,GH0133419,open_crack
+5,2000,0.29,30,GH0133420,open_crack
+5,2000,0.29,30,GH0133421,open_crack
+5,2000,0.29,30,GH0133422,open_crack
+5,2000,0.29,30,GH0133424,open_crack
+5,2000,0.36,60,GH0133426,untouched
+5,2000,0.36,60,GH0133427,untouched
+5,2000,0.36,60,GH0133425,longitudinal_between_50_75%
+5,2000,0.36,60,GH0133429,longitudinal_between_50_75%
+5,2000,0.36,60,GH0133428,longitudinal_more_than_75%
+5,2000,0.36,60,GH0133430,longitudinal_more_than_75%
+5,2000,0.36,60,GH0133429,circumferential_less_than_25%
+5,2000,0.36,60,GH0133430,circumferential_less_than_25%
+5,2000,0.36,60,GH0133428,circumferential_between_25_50%
+5,2000,0.36,60,GH0133425,circumferential_more_than_75%
+5,2000,0.36,60,GH0133425,open_crack
+5,2000,0.22,30,GH0133431,longitudinal_more_than_75%
+5,2000,0.22,30,GH0133432,longitudinal_more_than_75%
+5,2000,0.22,30,GH0133433,longitudinal_more_than_75%
+5,2000,0.22,30,GH0133434,longitudinal_more_than_75%
+5,2000,0.22,30,GH0133435,longitudinal_more_than_75%
+5,2000,0.22,30,GH0133436,longitudinal_more_than_75%
+5,2000,0.22,30,GH0133434,circumferential_between_25_50%
+5,2000,0.22,30,GH0133431,circumferential_between_50_75%
+5,2000,0.22,30,GH0133433,circumferential_between_50_75%
+5,2000,0.22,30,GH0133435,circumferential_between_50_75%
+5,2000,0.22,30,GH0133436,circumferential_between_50_75%
+5,2000,0.22,30,GH0133432,circumferential_more_than_75%
+5,2000,0.22,30,GH0133431,open_crack
+5,2000,0.22,30,GH0133432,open_crack
+5,2000,0.22,30,GH0133433,open_crack
+5,2000,0.22,30,GH0133434,open_crack
+5,2000,0.22,30,GH0133435,open_crack
+5,2000,0.22,30,GH0133436,open_crack
+5,2000,0.29,60,GH0133437,longitudinal_more_than_75%
+5,2000,0.29,60,GH0133438,longitudinal_more_than_75%
+5,2000,0.29,60,GH0133439,longitudinal_more_than_75%
+5,2000,0.29,60,GH0133440,longitudinal_more_than_75%
+5,2000,0.29,60,GH0133441,longitudinal_more_than_75%
+5,2000,0.29,60,GH0133442,longitudinal_more_than_75%
+5,2000,0.29,60,GH0133438,circumferential_between_25_50%
+5,2000,0.29,60,GH0133439,circumferential_between_25_50%
+5,2000,0.29,60,GH0133440,circumferential_between_25_50%
+5,2000,0.29,60,GH0133441,circumferential_between_25_50%
+5,2000,0.29,60,GH0133442,circumferential_between_25_50%
+5,2000,0.29,60,GH0133437,circumferential_more_than_75%
+5,2000,0.29,60,GH0133437,open_crack
+5,2000,0.29,60,GH0133438,open_crack
+5,2000,0.29,60,GH0133439,open_crack
+5,2000,0.29,60,GH0133440,open_crack
+5,2000,0.29,60,GH0133441,open_crack
+5,2000,0.29,60,GH0133442,open_crack
+5,2000,0.22,45,GH0133444,untouched
+5,2000,0.22,45,GH0133445,untouched
+5,2000,0.22,45,GH0133446,untouched
+5,2000,0.22,45,GH0133447,untouched
+5,2000,0.22,45,GH0133448,untouched
+5,2000,0.22,45,GH0133443,longitudinal_more_than_75%
+5,2000,0.22,45,GH0133443,circumferential_more_than_75%
+5,2000,0.22,45,GH0133443,open_crack
+5,2000,0.36,45,GH0133451,longitudinal_between_50_75%
+5,2000,0.36,45,GH0133452,longitudinal_between_50_75%
+5,2000,0.36,45,GH0133453,longitudinal_between_50_75%
+5,2000,0.36,45,GH0133449,longitudinal_more_than_75%
+5,2000,0.36,45,GH0133450,longitudinal_more_than_75%
+5,2000,0.36,45,GH0133454,longitudinal_more_than_75%
+5,2000,0.36,45,GH0133449,circumferential_less_than_25%
+5,2000,0.36,45,GH0133450,circumferential_less_than_25%
+5,2000,0.36,45,GH0133452,circumferential_less_than_25%
+5,2000,0.36,45,GH0133453,circumferential_less_than_25%
+5,2000,0.36,45,GH0133451,circumferential_between_25_50%
+5,2000,0.36,45,GH0133454,circumferential_between_50_75%
+5,2000,0.36,45,GH0133451,open_crack
+5,2000,0.36,45,GH0133454,open_crack
+5,2200,0.29,60,*GH014135,longitudinal_between_50_75%
+5,2200,0.29,60,*GH014130,longitudinal_more_than_75%
+5,2200,0.29,60,*GH014131,longitudinal_more_than_75%
+5,2200,0.29,60,*GH014132,longitudinal_more_than_75%
+5,2200,0.29,60,*GH014133,longitudinal_more_than_75%
+5,2200,0.29,60,*GH014134,longitudinal_more_than_75%
+5,2200,0.29,60,*GH014131,circumferential_between_25_50%
+5,2200,0.29,60,*GH014134,circumferential_between_25_50%
+5,2200,0.29,60,*GH014130,circumferential_between_50_75%
+5,2200,0.29,60,*GH014132,circumferential_between_50_75%
+5,2200,0.29,60,*GH014133,circumferential_between_50_75%
+5,2200,0.29,60,*GH014135,circumferential_between_50_75%
+5,2200,0.29,60,*GH014130,open_crack
+5,2200,0.29,60,*GH014131,open_crack
+5,2200,0.29,60,*GH014132,open_crack
+5,2200,0.29,60,*GH014133,open_crack
+5,2200,0.29,60,*GH014134,open_crack
+5,2200,0.29,60,*GH014135,open_crack
+5,2200,0.22,45,*GH014136,longitudinal_more_than_75%
+5,2200,0.22,45,*GH014137,longitudinal_more_than_75%
+5,2200,0.22,45,*GH014138,longitudinal_more_than_75%
+5,2200,0.22,45,*GH014139,longitudinal_more_than_75%
+5,2200,0.22,45,*GH014140,longitudinal_more_than_75%
+5,2200,0.22,45,*GH014141,longitudinal_more_than_75%
+5,2200,0.22,45,*GH014138,circumferential_between_50_75%
+5,2200,0.22,45,*GH014136,circumferential_more_than_75%
+5,2200,0.22,45,*GH014137,circumferential_more_than_75%
+5,2200,0.22,45,*GH014139,circumferential_more_than_75%
+5,2200,0.22,45,*GH014140,circumferential_more_than_75%
+5,2200,0.22,45,*GH014141,circumferential_more_than_75%
+5,2200,0.22,45,*GH014136,open_crack
+5,2200,0.22,45,*GH014137,open_crack
+5,2200,0.22,45,*GH014138,open_crack
+5,2200,0.22,45,*GH014139,open_crack
+5,2200,0.22,45,*GH014140,open_crack
+5,2200,0.22,45,*GH014141,open_crack
+5,2200,0.22,45,*GH014139,crushed
+5,2200,0.22,45,*GH014140,crushed
+5,2200,0.22,45,*GH014141,crushed
+5,2200,0.36,30,*GH014147,untouched
+5,2200,0.36,30,*GH014142,longitudinal_between_50_75%
+5,2200,0.36,30,*GH014143,longitudinal_more_than_75%
+5,2200,0.36,30,*GH014144,longitudinal_more_than_75%
+5,2200,0.36,30,*GH014145,longitudinal_more_than_75%
+5,2200,0.36,30,*GH014146,longitudinal_more_than_75%
+5,2200,0.36,30,*GH014142,circumferential_less_than_25%
+5,2200,0.36,30,*GH014144,circumferential_less_than_25%
+5,2200,0.36,30,*GH014145,circumferential_less_than_25%
+5,2200,0.36,30,*GH014143,circumferential_between_25_50%
+5,2200,0.36,30,*GH014146,circumferential_between_50_75%
+5,2200,0.36,30,*GH014143,open_crack
+5,2200,0.36,30,*GH014144,open_crack
+5,2200,0.36,30,*GH014146,open_crack
+5,2200,0.36,60,*GH014151,untouched
+5,2200,0.36,60,*GH014152,untouched
+5,2200,0.36,60,*GH014148,longitudinal_more_than_75%
+5,2200,0.36,60,*GH014149,longitudinal_more_than_75%
+5,2200,0.36,60,*GH014150,longitudinal_more_than_75%
+5,2200,0.36,60,*GH014153,longitudinal_more_than_75%
+5,2200,0.36,60,*GH014153,circumferential_between_25_50%
+5,2200,0.36,60,*GH014150,circumferential_between_50_75%
+5,2200,0.36,60,*GH014148,circumferential_more_than_75%
+5,2200,0.36,60,*GH014148,open_crack
+5,2200,0.36,60,*GH014149,open_crack
+5,2200,0.36,60,*GH014150,open_crack
+5,2200,0.36,60,*GH014148,crushed
+5,2200,0.22,30,*GH014154,longitudinal_more_than_75%
+5,2200,0.22,30,*GH014155,longitudinal_more_than_75%
+5,2200,0.22,30,*GH014156,longitudinal_more_than_75%
+5,2200,0.22,30,*GH014157,longitudinal_more_than_75%
+5,2200,0.22,30,*GH014158,longitudinal_more_than_75%
+5,2200,0.22,30,*GH014159,longitudinal_more_than_75%
+5,2200,0.22,30,*GH014154,circumferential_more_than_75%
+5,2200,0.22,30,*GH014155,circumferential_more_than_75%
+5,2200,0.22,30,*GH014156,circumferential_more_than_75%
+5,2200,0.22,30,*GH014157,circumferential_more_than_75%
+5,2200,0.22,30,*GH014158,circumferential_more_than_75%
+5,2200,0.22,30,*GH014159,circumferential_more_than_75%
+5,2200,0.22,30,*GH014154,open_crack
+5,2200,0.22,30,*GH014155,open_crack
+5,2200,0.22,30,*GH014156,open_crack
+5,2200,0.22,30,*GH014157,open_crack
+5,2200,0.22,30,*GH014158,open_crack
+5,2200,0.22,30,*GH014159,open_crack
+5,2200,0.29,45,*GH014160,longitudinal_more_than_75%
+5,2200,0.29,45,*GH014162,longitudinal_more_than_75%
+5,2200,0.29,45,*GH014163,longitudinal_more_than_75%
+5,2200,0.29,45,*GH014164,longitudinal_more_than_75%
+5,2200,0.29,45,*GH014165,longitudinal_more_than_75%
+5,2200,0.29,45,*GH014166,longitudinal_more_than_75%
+5,2200,0.29,45,*GH014160,circumferential_less_than_25%
+5,2200,0.29,45,*GH014162,circumferential_between_50_75%
+5,2200,0.29,45,*GH014163,circumferential_between_50_75%
+5,2200,0.29,45,*GH014165,circumferential_between_50_75%
+5,2200,0.29,45,*GH014164,circumferential_more_than_75%
+5,2200,0.29,45,*GH014166,circumferential_more_than_75%
+5,2200,0.29,45,*GH014162,open_crack
+5,2200,0.29,45,*GH014163,open_crack
+5,2200,0.29,45,*GH014164,open_crack
+5,2200,0.29,45,*GH014165,open_crack
+5,2200,0.29,45,*GH014166,open_crack
+5,2200,0.29,30,*GH014168,longitudinal_between_50_75%
+5,2200,0.29,30,*GH014170,longitudinal_between_50_75%
+5,2200,0.29,30,*GH014167,longitudinal_more_than_75%
+5,2200,0.29,30,*GH014169,longitudinal_more_than_75%
+5,2200,0.29,30,*GH014171,longitudinal_more_than_75%
+5,2200,0.29,30,*GH014172,longitudinal_more_than_75%
+5,2200,0.29,30,*GH014170,circumferential_between_25_50%
+5,2200,0.29,30,*GH014171,circumferential_between_25_50%
+5,2200,0.29,30,*GH014168,circumferential_between_50_75%
+5,2200,0.29,30,*GH014172,circumferential_between_50_75%
+5,2200,0.29,30,*GH014167,circumferential_more_than_75%
+5,2200,0.29,30,*GH014169,circumferential_more_than_75%
+5,2200,0.29,30,*GH014167,open_crack
+5,2200,0.29,30,*GH014168,open_crack
+5,2200,0.29,30,*GH014169,open_crack
+5,2200,0.29,30,*GH014170,open_crack
+5,2200,0.29,30,*GH014171,open_crack
+5,2200,0.29,30,*GH014172,open_crack
+5,2200,0.36,45,*GH014173,longitudinal_between_50_75%
+5,2200,0.36,45,*GH014174,longitudinal_between_50_75%
+5,2200,0.36,45,*GH014175,longitudinal_between_50_75%
+5,2200,0.36,45,*GH014176,longitudinal_between_50_75%
+5,2200,0.36,45,*GH014177,longitudinal_more_than_75%
+5,2200,0.36,45,*GH014174,circumferential_less_than_25%
+5,2200,0.36,45,*GH014176,circumferential_less_than_25%
+5,2200,0.36,45,*GH014177,circumferential_less_than_25%
+5,2200,0.36,45,*GH014175,circumferential_between_25_50%
+5,2200,0.36,45,*GH014173,circumferential_between_50_75%
+5,2200,0.36,45,*GH014173,open_crack
+5,2200,0.36,45,*GH014175,open_crack
+5,2200,0.22,60,*GH014178,longitudinal_more_than_75%
+5,2200,0.22,60,*GH014179,longitudinal_more_than_75%
+5,2200,0.22,60,*GH014180,longitudinal_more_than_75%
+5,2200,0.22,60,*GH014181,longitudinal_more_than_75%
+5,2200,0.22,60,*GH014182,longitudinal_more_than_75%
+5,2200,0.22,60,*GH014183,longitudinal_more_than_75%
+5,2200,0.22,60,*GH014178,circumferential_more_than_75%
+5,2200,0.22,60,*GH014179,circumferential_more_than_75%
+5,2200,0.22,60,*GH014180,circumferential_more_than_75%
+5,2200,0.22,60,*GH014181,circumferential_more_than_75%
+5,2200,0.22,60,*GH014182,circumferential_more_than_75%
+5,2200,0.22,60,*GH014183,circumferential_more_than_75%
+5,2200,0.22,60,*GH014178,open_crack
+5,2200,0.22,60,*GH014179,open_crack
+5,2200,0.22,60,*GH014180,open_crack
+5,2200,0.22,60,*GH014181,open_crack
+5,2200,0.22,60,*GH014182,open_crack
+5,2200,0.22,60,*GH014183,open_crack
+5,2200,0.22,60,*GH014182,crushed
+5,2200,0.22,30,*GH014184,longitudinal_more_than_75%
+5,2200,0.22,30,*GH014185,longitudinal_more_than_75%
+5,2200,0.22,30,*GH014186,longitudinal_more_than_75%
+5,2200,0.22,30,*GH014187,longitudinal_more_than_75%
+5,2200,0.22,30,*GH014188,longitudinal_more_than_75%
+5,2200,0.22,30,*GH014184,circumferential_more_than_75%
+5,2200,0.22,30,*GH014185,circumferential_more_than_75%
+5,2200,0.22,30,*GH014186,circumferential_more_than_75%
+5,2200,0.22,30,*GH014187,circumferential_more_than_75%
+5,2200,0.22,30,*GH014188,circumferential_more_than_75%
+5,2200,0.22,30,*GH014184,open_crack
+5,2200,0.22,30,*GH014185,open_crack
+5,2200,0.22,30,*GH014186,open_crack
+5,2200,0.22,30,*GH014187,open_crack
+5,2200,0.22,30,*GH014188,open_crack
+5,2200,0.22,30,*GH014186,crushed
+5,2200,0.22,30,*GH014189,crushed
+5,2200,0.29,60,*GH014190,longitudinal_more_than_75%
+5,2200,0.29,60,*GH014191,longitudinal_more_than_75%
+5,2200,0.29,60,*GH014192,longitudinal_more_than_75%
+5,2200,0.29,60,*GH014193,longitudinal_more_than_75%
+5,2200,0.29,60,*GH014194,longitudinal_more_than_75%
+5,2200,0.29,60,*GH014195,longitudinal_more_than_75%
+5,2200,0.29,60,*GH014190,circumferential_less_than_25%
+5,2200,0.29,60,*GH014191,circumferential_between_50_75%
+5,2200,0.29,60,*GH014193,circumferential_between_50_75%
+5,2200,0.29,60,*GH014194,circumferential_between_50_75%
+5,2200,0.29,60,*GH014192,circumferential_more_than_75%
+5,2200,0.29,60,*GH014195,circumferential_more_than_75%
+5,2200,0.29,60,*GH014192,open_crack
+5,2200,0.29,60,*GH014193,open_crack
+5,2200,0.29,60,*GH014194,open_crack
+5,2200,0.29,60,*GH014195,open_crack
+5,2200,0.29,60,*GH014192,crushed
+5,2200,0.29,60,*GH014195,crushed
+5,2200,0.29,45,*GH014196,longitudinal_more_than_75%
+5,2200,0.29,45,*GH014197,longitudinal_more_than_75%
+5,2200,0.29,45,*GH014198,longitudinal_more_than_75%
+5,2200,0.29,45,*GH014199,longitudinal_more_than_75%
+5,2200,0.29,45,*GH014200,longitudinal_more_than_75%
+5,2200,0.29,45,*GH014201,longitudinal_more_than_75%
+5,2200,0.29,45,*GH014196,circumferential_between_25_50%
+5,2200,0.29,45,*GH014199,circumferential_between_25_50%
+5,2200,0.29,45,*GH014200,circumferential_between_25_50%
+5,2200,0.29,45,*GH014197,circumferential_between_50_75%
+5,2200,0.29,45,*GH014198,circumferential_more_than_75%
+5,2200,0.29,45,*GH014201,circumferential_more_than_75%
+5,2200,0.29,45,*GH014197,open_crack
+5,2200,0.29,45,*GH014198,open_crack
+5,2200,0.29,45,*GH014199,open_crack
+5,2200,0.29,45,*GH014200,open_crack
+5,2200,0.29,45,*GH014201,open_crack
+5,2200,0.36,45,*GH014207,longitudinal_between_50_75%
+5,2200,0.36,45,*GH014202,longitudinal_more_than_75%
+5,2200,0.36,45,*GH014203,longitudinal_more_than_75%
+5,2200,0.36,45,*GH014205,longitudinal_more_than_75%
+5,2200,0.36,45,*GH014206,longitudinal_more_than_75%
+5,2200,0.36,45,*GH014202,circumferential_less_than_25%
+5,2200,0.36,45,*GH014206,circumferential_less_than_25%
+5,2200,0.36,45,*GH014207,circumferential_less_than_25%
+5,2200,0.36,45,*GH014203,circumferential_between_25_50%
+5,2200,0.36,45,*GH014205,circumferential_between_50_75%
+5,2200,0.36,45,*GH014203,open_crack
+5,2200,0.36,45,*GH014205,open_crack
+5,2200,0.29,30,*GH014219,longitudinal_between_50_75%
+5,2200,0.29,30,*GH014214,longitudinal_more_than_75%
+5,2200,0.29,30,*GH014215,longitudinal_more_than_75%
+5,2200,0.29,30,*GH014216,longitudinal_more_than_75%
+5,2200,0.29,30,*GH014217,longitudinal_more_than_75%
+5,2200,0.29,30,*GH014218,longitudinal_more_than_75%
+5,2200,0.29,30,*GH014214,circumferential_between_25_50%
+5,2200,0.29,30,*GH014216,circumferential_between_25_50%
+5,2200,0.29,30,*GH014218,circumferential_between_25_50%
+5,2200,0.29,30,*GH014219,circumferential_between_25_50%
+5,2200,0.29,30,*GH014215,circumferential_between_50_75%
+5,2200,0.29,30,*GH014217,circumferential_more_than_75%
+5,2200,0.29,30,*GH014214,open_crack
+5,2200,0.29,30,*GH014215,open_crack
+5,2200,0.29,30,*GH014216,open_crack
+5,2200,0.29,30,*GH014217,open_crack
+5,2200,0.22,45,*GH014220,longitudinal_more_than_75%
+5,2200,0.22,45,*GH014221,longitudinal_more_than_75%
+5,2200,0.22,45,*GH014222,longitudinal_more_than_75%
+5,2200,0.22,45,*GH014223,longitudinal_more_than_75%
+5,2200,0.22,45,*GH014224,longitudinal_more_than_75%
+5,2200,0.22,45,*GH014223,circumferential_between_50_75%
+5,2200,0.22,45,*GH014220,circumferential_more_than_75%
+5,2200,0.22,45,*GH014221,circumferential_more_than_75%
+5,2200,0.22,45,*GH014222,circumferential_more_than_75%
+5,2200,0.22,45,*GH014224,circumferential_more_than_75%
+5,2200,0.22,45,*GH014220,open_crack
+5,2200,0.22,45,*GH014222,open_crack
+5,2200,0.22,45,*GH014223,open_crack
+5,2200,0.22,45,*GH014224,open_crack
+5,2200,0.36,30,*GH014228,untouched
+5,2200,0.36,30,*GH014230,longitudinal_between_50_75%
+5,2200,0.36,30,*GH014225,longitudinal_more_than_75%
+5,2200,0.36,30,*GH014226,longitudinal_more_than_75%
+5,2200,0.36,30,*GH014227,longitudinal_more_than_75%
+5,2200,0.36,30,*GH014229,longitudinal_more_than_75%
+5,2200,0.36,30,*GH014225,circumferential_between_25_50%
+5,2200,0.36,30,*GH014226,circumferential_between_25_50%
+5,2200,0.36,30,*GH014229,circumferential_between_25_50%
+5,2200,0.36,30,*GH014230,circumferential_between_25_50%
+5,2200,0.36,30,*GH014227,circumferential_between_50_75%
+5,2200,0.36,30,*GH014227,open_crack
+5,2200,0.36,30,*GH014229,open_crack
+5,2200,0.36,30,*GH014230,open_crack
+5,2200,0.22,60,*GH014231,longitudinal_more_than_75%
+5,2200,0.22,60,*GH014232,longitudinal_more_than_75%
+5,2200,0.22,60,*GH014233,longitudinal_more_than_75%
+5,2200,0.22,60,*GH014234,longitudinal_more_than_75%
+5,2200,0.22,60,*GH014235,longitudinal_more_than_75%
+5,2200,0.22,60,*GH014236,longitudinal_more_than_75%
+5,2200,0.22,60,*GH014234,circumferential_between_50_75%
+5,2200,0.22,60,*GH014231,circumferential_more_than_75%
+5,2200,0.22,60,*GH014232,circumferential_more_than_75%
+5,2200,0.22,60,*GH014233,circumferential_more_than_75%
+5,2200,0.22,60,*GH014235,circumferential_more_than_75%
+5,2200,0.22,60,*GH014236,circumferential_more_than_75%
+5,2200,0.22,60,*GH014231,open_crack
+5,2200,0.22,60,*GH014232,open_crack
+5,2200,0.22,60,*GH014233,open_crack
+5,2200,0.22,60,*GH014234,open_crack
+5,2200,0.22,60,*GH014235,open_crack
+5,2200,0.22,60,*GH014236,open_crack
+5,2200,0.36,60,*GH014237,longitudinal_between_50_75%
+5,2200,0.36,60,*GH014239,longitudinal_between_50_75%
+5,2200,0.36,60,*GH014242,longitudinal_between_50_75%
+5,2200,0.36,60,*GH014238,longitudinal_more_than_75%
+5,2200,0.36,60,*GH014240,longitudinal_more_than_75%
+5,2200,0.36,60,*GH014241,longitudinal_more_than_75%
+5,2200,0.36,60,*GH014237,circumferential_less_than_25%
+5,2200,0.36,60,*GH014238,circumferential_less_than_25%
+5,2200,0.36,60,*GH014239,circumferential_less_than_25%
+5,2200,0.36,60,*GH014240,circumferential_less_than_25%
+5,2200,0.36,60,*GH014242,circumferential_less_than_25%
+5,2200,0.36,60,*GH014241,circumferential_between_25_50%
+5,2200,0.36,60,*GH014242,open_crack
+5,2200,0.22,60,*GH014243,longitudinal_more_than_75%
+5,2200,0.22,60,*GH014244,longitudinal_more_than_75%
+5,2200,0.22,60,*GH014245,longitudinal_more_than_75%
+5,2200,0.22,60,*GH014246,longitudinal_more_than_75%
+5,2200,0.22,60,*GH014247,longitudinal_more_than_75%
+5,2200,0.22,60,*GH014248,longitudinal_more_than_75%
+5,2200,0.22,60,*GH014243,circumferential_between_50_75%
+5,2200,0.22,60,*GH014245,circumferential_between_50_75%
+5,2200,0.22,60,*GH014244,circumferential_more_than_75%
+5,2200,0.22,60,*GH014246,circumferential_more_than_75%
+5,2200,0.22,60,*GH014247,circumferential_more_than_75%
+5,2200,0.22,60,*GH014248,circumferential_more_than_75%
+5,2200,0.22,60,*GH014243,open_crack
+5,2200,0.22,60,*GH014244,open_crack
+5,2200,0.22,60,*GH014245,open_crack
+5,2200,0.22,60,*GH014246,open_crack
+5,2200,0.22,60,*GH014247,open_crack
+5,2200,0.22,60,*GH014248,open_crack
+5,2200,0.22,60,*GH014244,crushed
+5,2200,0.36,30,*GH014249,longitudinal_more_than_75%
+5,2200,0.36,30,*GH014250,longitudinal_more_than_75%
+5,2200,0.36,30,*GH014251,longitudinal_more_than_75%
+5,2200,0.36,30,*GH014252,longitudinal_more_than_75%
+5,2200,0.36,30,*GH014253,longitudinal_more_than_75%
+5,2200,0.36,30,*GH014254,longitudinal_more_than_75%
+5,2200,0.36,30,*GH014254,circumferential_less_than_25%
+5,2200,0.36,30,*GH014251,circumferential_between_25_50%
+5,2200,0.36,30,*GH014252,circumferential_between_25_50%
+5,2200,0.36,30,*GH014249,circumferential_between_50_75%
+5,2200,0.36,30,*GH014250,circumferential_between_50_75%
+5,2200,0.36,30,*GH014253,circumferential_between_50_75%
+5,2200,0.36,30,*GH014250,open_crack
+5,2200,0.36,30,*GH014251,open_crack
+5,2200,0.36,30,*GH014252,open_crack
+5,2200,0.36,30,*GH014253,open_crack
+5,2200,0.29,45,*GH014256,longitudinal_between_50_75%
+5,2200,0.29,45,*GH014255,longitudinal_more_than_75%
+5,2200,0.29,45,*GH014257,longitudinal_more_than_75%
+5,2200,0.29,45,*GH014258,longitudinal_more_than_75%
+5,2200,0.29,45,*GH014259,longitudinal_more_than_75%
+5,2200,0.29,45,*GH014260,longitudinal_more_than_75%
+5,2200,0.29,45,*GH014255,circumferential_less_than_25%
+5,2200,0.29,45,*GH014256,circumferential_between_25_50%
+5,2200,0.29,45,*GH014259,circumferential_between_25_50%
+5,2200,0.29,45,*GH014258,circumferential_between_50_75%
+5,2200,0.29,45,*GH014260,circumferential_between_50_75%
+5,2200,0.29,45,*GH014257,circumferential_more_than_75%
+5,2200,0.29,45,*GH014257,open_crack
+5,2200,0.29,45,*GH014258,open_crack
+5,2200,0.29,45,*GH014259,open_crack
+5,2200,0.29,45,*GH014260,open_crack
+5,2200,0.29,30,*GH014261,longitudinal_between_50_75%
+5,2200,0.29,30,*GH014262,longitudinal_between_50_75%
+5,2200,0.29,30,*GH014263,longitudinal_more_than_75%
+5,2200,0.29,30,*GH014264,longitudinal_more_than_75%
+5,2200,0.29,30,*GH014265,longitudinal_more_than_75%
+5,2200,0.29,30,*GH014266,longitudinal_more_than_75%
+5,2200,0.29,30,*GH014261,circumferential_between_25_50%
+5,2200,0.29,30,*GH014265,circumferential_between_25_50%
+5,2200,0.29,30,*GH014262,circumferential_between_50_75%
+5,2200,0.29,30,*GH014264,circumferential_between_50_75%
+5,2200,0.29,30,*GH014266,circumferential_between_50_75%
+5,2200,0.29,30,*GH014263,circumferential_more_than_75%
+5,2200,0.29,30,*GH014261,open_crack
+5,2200,0.29,30,*GH014262,open_crack
+5,2200,0.29,30,*GH014263,open_crack
+5,2200,0.29,30,*GH014264,open_crack
+5,2200,0.29,30,*GH014265,open_crack
+5,2200,0.29,30,*GH014266,open_crack
+5,2200,0.36,60,*GH014267,longitudinal_more_than_75%
+5,2200,0.36,60,*GH014268,longitudinal_more_than_75%
+5,2200,0.36,60,*GH014269,longitudinal_more_than_75%
+5,2200,0.36,60,*GH014270,longitudinal_more_than_75%
+5,2200,0.36,60,*GH014271,longitudinal_more_than_75%
+5,2200,0.36,60,*GH014272,longitudinal_more_than_75%
+5,2200,0.36,60,*GH014267,circumferential_less_than_25%
+5,2200,0.36,60,*GH014270,circumferential_less_than_25%
+5,2200,0.36,60,*GH014268,circumferential_between_25_50%
+5,2200,0.36,60,*GH014271,circumferential_between_50_75%
+5,2200,0.36,60,*GH014269,circumferential_more_than_75%
+5,2200,0.36,60,*GH014272,circumferential_more_than_75%
+5,2200,0.36,60,*GH014268,open_crack
+5,2200,0.36,60,*GH014269,open_crack
+5,2200,0.36,60,*GH014271,open_crack
+5,2200,0.36,60,*GH014272,open_crack
+5,2200,0.36,60,*GH014272,crushed
+5,2200,0.22,30,*GH014273,longitudinal_more_than_75%
+5,2200,0.22,30,*GH014274,longitudinal_more_than_75%
+5,2200,0.22,30,*GH014275,longitudinal_more_than_75%
+5,2200,0.22,30,*GH014276,longitudinal_more_than_75%
+5,2200,0.22,30,*GH014277,longitudinal_more_than_75%
+5,2200,0.22,30,*GH014276,circumferential_between_50_75%
+5,2200,0.22,30,*GH014273,circumferential_more_than_75%
+5,2200,0.22,30,*GH014274,circumferential_more_than_75%
+5,2200,0.22,30,*GH014275,circumferential_more_than_75%
+5,2200,0.22,30,*GH014277,circumferential_more_than_75%
+5,2200,0.22,30,*GH014273,open_crack
+5,2200,0.22,30,*GH014274,open_crack
+5,2200,0.22,30,*GH014275,open_crack
+5,2200,0.22,30,*GH014276,open_crack
+5,2200,0.22,30,*GH014277,open_crack
+5,2200,0.29,60,*GH014278,longitudinal_between_50_75%
+5,2200,0.29,60,*GH014279,longitudinal_more_than_75%
+5,2200,0.29,60,*GH014280,longitudinal_more_than_75%
+5,2200,0.29,60,*GH014281,longitudinal_more_than_75%
+5,2200,0.29,60,*GH014282,longitudinal_more_than_75%
+5,2200,0.29,60,*GH014278,circumferential_between_25_50%
+5,2200,0.29,60,*GH014280,circumferential_between_25_50%
+5,2200,0.29,60,*GH014281,circumferential_between_50_75%
+5,2200,0.29,60,*GH014282,circumferential_between_50_75%
+5,2200,0.29,60,*GH014279,circumferential_more_than_75%
+5,2200,0.29,60,*GH014278,open_crack
+5,2200,0.29,60,*GH014279,open_crack
+5,2200,0.29,60,*GH014280,open_crack
+5,2200,0.29,60,*GH014281,open_crack
+5,2200,0.29,60,*GH014282,open_crack
+5,2200,0.22,45,*GH014283,longitudinal_more_than_75%
+5,2200,0.22,45,*GH014284,longitudinal_more_than_75%
+5,2200,0.22,45,*GH014285,longitudinal_more_than_75%
+5,2200,0.22,45,*GH014286,longitudinal_more_than_75%
+5,2200,0.22,45,*GH014287,longitudinal_more_than_75%
+5,2200,0.22,45,*GH014288,longitudinal_more_than_75%
+5,2200,0.22,45,*GH014286,circumferential_between_25_50%
+5,2200,0.22,45,*GH014283,circumferential_more_than_75%
+5,2200,0.22,45,*GH014284,circumferential_more_than_75%
+5,2200,0.22,45,*GH014285,circumferential_more_than_75%
+5,2200,0.22,45,*GH014287,circumferential_more_than_75%
+5,2200,0.22,45,*GH014288,circumferential_more_than_75%
+5,2200,0.22,45,*GH014283,open_crack
+5,2200,0.22,45,*GH014284,open_crack
+5,2200,0.22,45,*GH014285,open_crack
+5,2200,0.22,45,*GH014286,open_crack
+5,2200,0.22,45,*GH014287,open_crack
+5,2200,0.22,45,*GH014288,open_crack
+5,2200,0.36,45,*GH014291,untouched
+5,2200,0.36,45,*GH014289,longitudinal_more_than_75%
+5,2200,0.36,45,*GH014290,longitudinal_more_than_75%
+5,2200,0.36,45,*GH014292,longitudinal_more_than_75%
+5,2200,0.36,45,*GH014293,longitudinal_more_than_75%
+5,2200,0.36,45,*GH014294,longitudinal_more_than_75%
+5,2200,0.36,45,*GH014290,circumferential_less_than_25%
+5,2200,0.36,45,*GH014289,circumferential_between_25_50%
+5,2200,0.36,45,*GH014293,circumferential_between_25_50%
+5,2200,0.36,45,*GH014292,circumferential_more_than_75%
+5,2200,0.36,45,*GH014294,circumferential_more_than_75%
+5,2200,0.36,45,*GH014292,open_crack
+5,2200,0.36,45,*GH014293,open_crack
+5,2200,0.36,45,*GH014294,open_crack
+7,1800,0.36,45,GH013538,untouched
+7,1800,0.36,45,GH013539,longitudinal_more_than_75%
+7,1800,0.36,45,GH013541,longitudinal_more_than_75%
+7,1800,0.36,45,GH013542,longitudinal_more_than_75%
+7,1800,0.36,45,GH013543,longitudinal_more_than_75%
+7,1800,0.36,45,GH013539,circumferential_less_than_25%
+7,1800,0.36,45,GH013542,circumferential_less_than_25%
+7,1800,0.36,45,GH013543,circumferential_less_than_25%
+7,1800,0.36,45,GH013541,circumferential_more_than_75%
+7,1800,0.36,45,GH013540,open_crack
+7,1800,0.36,45,GH013542,open_crack
+7,1800,0.36,45,GH013541,crushed
+7,1800,0.22,30,GH013544,longitudinal_more_than_75%
+7,1800,0.22,30,GH013545,longitudinal_more_than_75%
+7,1800,0.22,30,GH013546,longitudinal_more_than_75%
+7,1800,0.22,30,GH013547,longitudinal_more_than_75%
+7,1800,0.22,30,GH013548,longitudinal_more_than_75%
+7,1800,0.22,30,GH013549,longitudinal_more_than_75%
+7,1800,0.22,30,GH013544,circumferential_between_25_50%
+7,1800,0.22,30,GH013545,circumferential_between_50_75%
+7,1800,0.22,30,GH013546,circumferential_between_50_75%
+7,1800,0.22,30,GH013545,circumferential_more_than_75%
+7,1800,0.22,30,GH013546,circumferential_more_than_75%
+7,1800,0.22,30,GH013547,circumferential_more_than_75%
+7,1800,0.22,30,GH013548,circumferential_more_than_75%
+7,1800,0.22,30,GH013549,circumferential_more_than_75%
+7,1800,0.22,30,GH013544,open_crack
+7,1800,0.22,30,GH013545,open_crack
+7,1800,0.22,30,GH013546,open_crack
+7,1800,0.22,30,GH013547,open_crack
+7,1800,0.22,30,GH013549,open_crack
+7,1800,0.36,30,GH013550,longitudinal_between_25_50%
+7,1800,0.36,30,GH013553,longitudinal_between_25_50%
+7,1800,0.36,30,GH013551,longitudinal_more_than_75%
+7,1800,0.36,30,GH013552,longitudinal_more_than_75%
+7,1800,0.36,30,GH013554,longitudinal_more_than_75%
+7,1800,0.36,30,GH013555,longitudinal_more_than_75%
+7,1800,0.36,30,GH013550,circumferential_less_than_25%
+7,1800,0.36,30,GH013551,circumferential_less_than_25%
+7,1800,0.36,30,GH013553,circumferential_less_than_25%
+7,1800,0.36,30,GH013554,circumferential_less_than_25%
+7,1800,0.36,30,GH013555,circumferential_less_than_25%
+7,1800,0.36,30,GH013552,circumferential_between_50_75%
+7,1800,0.36,30,GH013552,open_crack
+7,1800,0.36,30,GH013554,open_crack
+7,1800,0.36,30,GH013555,open_crack
+7,1800,0.29,30,GH013556,longitudinal_more_than_75%
+7,1800,0.29,30,GH013557,longitudinal_more_than_75%
+7,1800,0.29,30,GH013558,longitudinal_more_than_75%
+7,1800,0.29,30,GH013559,longitudinal_more_than_75%
+7,1800,0.29,30,GH013560,longitudinal_more_than_75%
+7,1800,0.29,30,GH013561,longitudinal_more_than_75%
+7,1800,0.29,30,GH013556,circumferential_between_25_50%
+7,1800,0.29,30,GH013557,circumferential_between_25_50%
+7,1800,0.29,30,GH013561,circumferential_between_25_50%
+7,1800,0.29,30,GH013559,circumferential_between_50_75%
+7,1800,0.29,30,GH013558,circumferential_more_than_75%
+7,1800,0.29,30,GH013560,circumferential_more_than_75%
+7,1800,0.29,30,GH013556,open_crack
+7,1800,0.29,30,GH013557,open_crack
+7,1800,0.29,30,GH013558,open_crack
+7,1800,0.29,30,GH013559,open_crack
+7,1800,0.29,30,GH013560,open_crack
+7,1800,0.29,30,GH013561,open_crack
+7,1800,0.22,45,GH013562,longitudinal_more_than_75%
+7,1800,0.22,45,GH013563,longitudinal_more_than_75%
+7,1800,0.22,45,GH013564,longitudinal_more_than_75%
+7,1800,0.22,45,GH013565,longitudinal_more_than_75%
+7,1800,0.22,45,GH013566,longitudinal_more_than_75%
+7,1800,0.22,45,GH013567,longitudinal_more_than_75%
+7,1800,0.22,45,GH013562,circumferential_more_than_75%
+7,1800,0.22,45,GH013563,circumferential_more_than_75%
+7,1800,0.22,45,GH013564,circumferential_more_than_75%
+7,1800,0.22,45,GH013565,circumferential_more_than_75%
+7,1800,0.22,45,GH013566,circumferential_more_than_75%
+7,1800,0.22,45,GH013567,circumferential_more_than_75%
+7,1800,0.22,45,GH013562,open_crack
+7,1800,0.22,45,GH013563,open_crack
+7,1800,0.22,45,GH013564,open_crack
+7,1800,0.22,45,GH013565,open_crack
+7,1800,0.22,45,GH013566,open_crack
+7,1800,0.22,45,GH013567,open_crack
+7,1800,0.36,60,GH013488,longitudinal_between_25_50%
+7,1800,0.36,60,GH013485,longitudinal_more_than_75%
+7,1800,0.36,60,GH013486,longitudinal_more_than_75%
+7,1800,0.36,60,GH013487,longitudinal_more_than_75%
+7,1800,0.36,60,GH013489,longitudinal_more_than_75%
+7,1800,0.36,60,GH013490,longitudinal_more_than_75%
+7,1800,0.36,60,GH013486,circumferential_less_than_25%
+7,1800,0.36,60,GH013489,circumferential_less_than_25%
+7,1800,0.36,60,GH013490,circumferential_less_than_25%
+7,1800,0.36,60,GH013487,circumferential_between_25_50%
+7,1800,0.36,60,GH013485,circumferential_more_than_75%
+7,1800,0.36,60,GH013488,circumferential_more_than_75%
+7,1800,0.36,60,GH013485,open_crack
+7,1800,0.36,60,GH013486,open_crack
+7,1800,0.36,60,GH013487,open_crack
+7,1800,0.36,60,GH013489,open_crack
+7,1800,0.36,60,GH013490,open_crack
+7,1800,0.36,60,GH013485,crushed
+7,1800,0.29,60,GH013492,longitudinal_between_50_75%
+7,1800,0.29,60,GH013494,longitudinal_between_50_75%
+7,1800,0.29,60,GH013491,longitudinal_more_than_75%
+7,1800,0.29,60,GH013493,longitudinal_more_than_75%
+7,1800,0.29,60,GH013495,longitudinal_more_than_75%
+7,1800,0.29,60,GH013496,longitudinal_more_than_75%
+7,1800,0.29,60,GH013495,circumferential_less_than_25%
+7,1800,0.29,60,GH013492,circumferential_between_25_50%
+7,1800,0.29,60,GH013496,circumferential_between_25_50%
+7,1800,0.29,60,GH013491,circumferential_between_50_75%
+7,1800,0.29,60,GH013494,circumferential_between_50_75%
+7,1800,0.29,60,GH013493,circumferential_more_than_75%
+7,1800,0.29,60,GH013491,open_crack
+7,1800,0.29,60,GH013492,open_crack
+7,1800,0.29,60,GH013493,open_crack
+7,1800,0.29,60,GH013494,open_crack
+7,1800,0.29,60,GH013495,open_crack
+7,1800,0.29,60,GH013496,open_crack
+7,1800,0.22,60,GH013497,longitudinal_more_than_75%
+7,1800,0.22,60,GH013498,longitudinal_more_than_75%
+7,1800,0.22,60,GH013499,longitudinal_more_than_75%
+7,1800,0.22,60,GH013500,longitudinal_more_than_75%
+7,1800,0.22,60,GH013501,longitudinal_more_than_75%
+7,1800,0.22,60,GH013502,longitudinal_more_than_75%
+7,1800,0.22,60,GH013502,circumferential_between_50_75%
+7,1800,0.22,60,GH013497,circumferential_more_than_75%
+7,1800,0.22,60,GH013498,circumferential_more_than_75%
+7,1800,0.22,60,GH013499,circumferential_more_than_75%
+7,1800,0.22,60,GH013500,circumferential_more_than_75%
+7,1800,0.22,60,GH013501,circumferential_more_than_75%
+7,1800,0.22,60,GH013502,circumferential_more_than_75%
+7,1800,0.22,60,GH013497,open_crack
+7,1800,0.22,60,GH013498,open_crack
+7,1800,0.22,60,GH013499,open_crack
+7,1800,0.22,60,GH013500,open_crack
+7,1800,0.22,60,GH013501,open_crack
+7,1800,0.22,60,GH013502,open_crack
+7,1800,0.29,45,GH013568,longitudinal_more_than_75%
+7,1800,0.29,45,GH013569,longitudinal_more_than_75%
+7,1800,0.29,45,GH013570,longitudinal_more_than_75%
+7,1800,0.29,45,GH013571,longitudinal_more_than_75%
+7,1800,0.29,45,GH013572,longitudinal_more_than_75%
+7,1800,0.29,45,GH013573,longitudinal_more_than_75%
+7,1800,0.29,45,GH013568,circumferential_less_than_25%
+7,1800,0.29,45,GH013571,circumferential_less_than_25%
+7,1800,0.29,45,GH013569,circumferential_between_25_50%
+7,1800,0.29,45,GH013572,circumferential_between_25_50%
+7,1800,0.29,45,GH013573,circumferential_between_25_50%
+7,1800,0.29,45,GH013570,circumferential_more_than_75%
+7,1800,0.29,45,GH013569,open_crack
+7,1800,0.29,45,GH013570,open_crack
+7,1800,0.29,45,GH013572,open_crack
+7,1800,0.29,45,GH013573,open_crack
+7,1800,0.36,30,GH013577,untouched
+7,1800,0.36,30,GH013576,longitudinal_between_50_75%
+7,1800,0.36,30,GH013574,longitudinal_more_than_75%
+7,1800,0.36,30,GH013575,longitudinal_more_than_75%
+7,1800,0.36,30,GH013578,longitudinal_more_than_75%
+7,1800,0.36,30,GH013579,longitudinal_more_than_75%
+7,1800,0.36,30,GH013574,circumferential_less_than_25%
+7,1800,0.36,30,GH013576,circumferential_less_than_25%
+7,1800,0.36,30,GH013578,circumferential_less_than_25%
+7,1800,0.36,30,GH013579,circumferential_less_than_25%
+7,1800,0.36,30,GH013575,circumferential_between_25_50%
+7,1800,0.36,30,GH013575,open_crack
+7,1800,0.22,60,GH013515,longitudinal_more_than_75%
+7,1800,0.22,60,GH013516,longitudinal_more_than_75%
+7,1800,0.22,60,GH013517,longitudinal_more_than_75%
+7,1800,0.22,60,GH013518,longitudinal_more_than_75%
+7,1800,0.22,60,GH013519,longitudinal_more_than_75%
+7,1800,0.22,60,GH013520,longitudinal_more_than_75%
+7,1800,0.22,60,GH013515,circumferential_more_than_75%
+7,1800,0.22,60,GH013516,circumferential_more_than_75%
+7,1800,0.22,60,GH013517,circumferential_more_than_75%
+7,1800,0.22,60,GH013518,circumferential_more_than_75%
+7,1800,0.22,60,GH013519,circumferential_more_than_75%
+7,1800,0.22,60,GH013520,circumferential_more_than_75%
+7,1800,0.22,60,GH013515,open_crack
+7,1800,0.22,60,GH013516,open_crack
+7,1800,0.22,60,GH013517,open_crack
+7,1800,0.22,60,GH013518,open_crack
+7,1800,0.22,60,GH013519,open_crack
+7,1800,0.22,60,GH013520,open_crack
+7,1800,0.22,60,GH013518,crushed
+7,1800,0.36,60,GH013522,untouched
+7,1800,0.36,60,GH013521,longitudinal_more_than_75%
+7,1800,0.36,60,GH013523,longitudinal_more_than_75%
+7,1800,0.36,60,GH013524,longitudinal_more_than_75%
+7,1800,0.36,60,GH013525,longitudinal_more_than_75%
+7,1800,0.36,60,GH013526,longitudinal_more_than_75%
+7,1800,0.36,60,GH013526,circumferential_less_than_25%
+7,1800,0.36,60,GH013525,circumferential_between_25_50%
+7,1800,0.36,60,GH013521,circumferential_more_than_75%
+7,1800,0.36,60,GH013523,circumferential_more_than_75%
+7,1800,0.36,60,GH013524,circumferential_more_than_75%
+7,1800,0.36,60,GH013521,open_crack
+7,1800,0.36,60,GH013523,open_crack
+7,1800,0.36,60,GH013524,open_crack
+7,1800,0.36,60,GH013525,open_crack
+7,1800,0.36,45,*GH013585,untouched
+7,1800,0.36,45,*GH013580,longitudinal_more_than_75%
+7,1800,0.36,45,*GH013581,longitudinal_more_than_75%
+7,1800,0.36,45,*GH013582,longitudinal_more_than_75%
+7,1800,0.36,45,*GH013583,longitudinal_more_than_75%
+7,1800,0.36,45,*GH013584,longitudinal_more_than_75%
+7,1800,0.36,45,*GH013581,circumferential_less_than_25%
+7,1800,0.36,45,*GH013580,circumferential_between_25_50%
+7,1800,0.36,45,*GH013582,circumferential_between_25_50%
+7,1800,0.36,45,*GH013583,circumferential_between_50_75%
+7,1800,0.36,45,*GH013584,circumferential_more_than_75%
+7,1800,0.36,45,*GH013580,open_crack
+7,1800,0.36,45,*GH013583,open_crack
+7,1800,0.36,45,*GH013584,open_crack
+7,1800,0.22,45,*GH013586,longitudinal_more_than_75%
+7,1800,0.22,45,*GH013587,longitudinal_more_than_75%
+7,1800,0.22,45,*GH013588,longitudinal_more_than_75%
+7,1800,0.22,45,*GH013589,longitudinal_more_than_75%
+7,1800,0.22,45,*GH013586,circumferential_more_than_75%
+7,1800,0.22,45,*GH013587,circumferential_more_than_75%
+7,1800,0.22,45,*GH013588,circumferential_more_than_75%
+7,1800,0.22,45,*GH013589,circumferential_more_than_75%
+7,1800,0.22,45,*GH013586,open_crack
+7,1800,0.22,45,*GH013587,open_crack
+7,1800,0.22,45,*GH013588,open_crack
+7,1800,0.22,45,*GH013589,open_crack
+7,1800,0.29,30,*GH013590,longitudinal_more_than_75%
+7,1800,0.29,30,*GH013591,longitudinal_more_than_75%
+7,1800,0.29,30,*GH013592,longitudinal_more_than_75%
+7,1800,0.29,30,*GH013593,longitudinal_more_than_75%
+7,1800,0.29,30,*GH013594,longitudinal_more_than_75%
+7,1800,0.29,30,*GH013595,longitudinal_more_than_75%
+7,1800,0.29,30,*GH013595,circumferential_less_than_25%
+7,1800,0.29,30,*GH013591,circumferential_between_25_50%
+7,1800,0.29,30,*GH013592,circumferential_between_25_50%
+7,1800,0.29,30,*GH013593,circumferential_between_25_50%
+7,1800,0.29,30,*GH013590,circumferential_between_50_75%
+7,1800,0.29,30,*GH013594,circumferential_more_than_75%
+7,1800,0.29,30,*GH013590,open_crack
+7,1800,0.29,30,*GH013591,open_crack
+7,1800,0.29,30,*GH013592,open_crack
+7,1800,0.29,30,*GH013593,open_crack
+7,1800,0.29,30,*GH013594,open_crack
+7,1800,0.22,30,*GH013596,longitudinal_more_than_75%
+7,1800,0.22,30,*GH013597,longitudinal_more_than_75%
+7,1800,0.22,30,*GH013598,longitudinal_more_than_75%
+7,1800,0.22,30,*GH013599,longitudinal_more_than_75%
+7,1800,0.22,30,*GH013600,longitudinal_more_than_75%
+7,1800,0.22,30,*GH013601,longitudinal_more_than_75%
+7,1800,0.22,30,*GH013597,circumferential_between_50_75%
+7,1800,0.22,30,*GH013596,circumferential_more_than_75%
+7,1800,0.22,30,*GH013598,circumferential_more_than_75%
+7,1800,0.22,30,*GH013599,circumferential_more_than_75%
+7,1800,0.22,30,*GH013600,circumferential_more_than_75%
+7,1800,0.22,30,*GH013601,circumferential_more_than_75%
+7,1800,0.22,30,*GH013596,open_crack
+7,1800,0.22,30,*GH013597,open_crack
+7,1800,0.22,30,*GH013598,open_crack
+7,1800,0.22,30,*GH013599,open_crack
+7,1800,0.22,30,*GH013600,open_crack
+7,1800,0.22,30,*GH013601,open_crack
+7,1800,0.29,45,*GH013602,longitudinal_more_than_75%
+7,1800,0.29,45,*GH013603,longitudinal_more_than_75%
+7,1800,0.29,45,*GH013604,longitudinal_more_than_75%
+7,1800,0.29,45,*GH013605,longitudinal_more_than_75%
+7,1800,0.29,45,*GH013606,longitudinal_more_than_75%
+7,1800,0.29,45,*GH013607,longitudinal_more_than_75%
+7,1800,0.29,45,*GH013603,circumferential_less_than_25%
+7,1800,0.29,45,*GH013604,circumferential_between_25_50%
+7,1800,0.29,45,*GH013605,circumferential_between_25_50%
+7,1800,0.29,45,*GH013607,circumferential_between_25_50%
+7,1800,0.29,45,*GH013602,circumferential_between_50_75%
+7,1800,0.29,45,*GH013606,circumferential_more_than_75%
+7,1800,0.29,45,*GH013602,open_crack
+7,1800,0.29,45,*GH013604,open_crack
+7,1800,0.29,45,*GH013605,open_crack
+7,1800,0.29,45,*GH013606,open_crack
+7,1800,0.29,45,*GH013607,open_crack
+7,1800,0.29,60,GH013504,longitudinal_between_50_75%
+7,1800,0.29,60,GH013503,longitudinal_more_than_75%
+7,1800,0.29,60,GH013505,longitudinal_more_than_75%
+7,1800,0.29,60,GH013506,longitudinal_more_than_75%
+7,1800,0.29,60,GH013507,longitudinal_more_than_75%
+7,1800,0.29,60,GH013508,longitudinal_more_than_75%
+7,1800,0.29,60,GH013504,circumferential_between_25_50%
+7,1800,0.29,60,GH013505,circumferential_between_25_50%
+7,1800,0.29,60,GH013506,circumferential_between_25_50%
+7,1800,0.29,60,GH013507,circumferential_between_25_50%
+7,1800,0.29,60,GH013508,circumferential_between_25_50%
+7,1800,0.29,60,GH013503,circumferential_more_than_75%
+7,1800,0.29,60,GH013503,open_crack
+7,1800,0.29,60,GH013504,open_crack
+7,1800,0.29,60,GH013505,open_crack
+7,1800,0.29,60,GH013508,open_crack
+7,1800,0.22,45,*GH013608,longitudinal_more_than_75%
+7,1800,0.22,45,*GH013609,longitudinal_more_than_75%
+7,1800,0.22,45,*GH013610,longitudinal_more_than_75%
+7,1800,0.22,45,*GH013611,longitudinal_more_than_75%
+7,1800,0.22,45,*GH013612,longitudinal_more_than_75%
+7,1800,0.22,45,*GH013608,circumferential_more_than_75%
+7,1800,0.22,45,*GH013609,circumferential_more_than_75%
+7,1800,0.22,45,*GH013610,circumferential_more_than_75%
+7,1800,0.22,45,*GH013611,circumferential_more_than_75%
+7,1800,0.22,45,*GH013612,circumferential_more_than_75%
+7,1800,0.22,45,*GH013608,open_crack
+7,1800,0.22,45,*GH013609,open_crack
+7,1800,0.22,45,*GH013610,open_crack
+7,1800,0.22,45,*GH013611,open_crack
+7,1800,0.22,45,*GH013612,open_crack
+7,1800,0.36,60,GH013457,untouched
+7,1800,0.36,60,GH013460,untouched
+7,1800,0.36,60,GH013456,longitudinal_less_than_25%
+7,1800,0.36,60,GH013459,longitudinal_less_than_25%
+7,1800,0.36,60,GH013455,longitudinal_between_25_50%
+7,1800,0.36,60,GH013458,longitudinal_between_50_75%
+7,1800,0.36,60,GH013455,circumferential_less_than_25%
+7,1800,0.36,60,GH013456,circumferential_less_than_25%
+7,1800,0.36,60,GH013458,circumferential_less_than_25%
+7,1800,0.36,60,GH013459,circumferential_less_than_25%
+7,1800,0.36,60,GH013458,open_crack
+7,1800,0.22,60,GH013461,longitudinal_more_than_75%
+7,1800,0.22,60,GH013462,longitudinal_more_than_75%
+7,1800,0.22,60,GH013463,longitudinal_more_than_75%
+7,1800,0.22,60,GH013464,longitudinal_more_than_75%
+7,1800,0.22,60,GH013465,longitudinal_more_than_75%
+7,1800,0.22,60,GH013466,longitudinal_more_than_75%
+7,1800,0.22,60,GH013466,circumferential_between_25_50%
+7,1800,0.22,60,GH013462,circumferential_between_50_75%
+7,1800,0.22,60,GH013461,circumferential_more_than_75%
+7,1800,0.22,60,GH013463,circumferential_more_than_75%
+7,1800,0.22,60,GH013464,circumferential_more_than_75%
+7,1800,0.22,60,GH013465,circumferential_more_than_75%
+7,1800,0.22,60,GH013461,open_crack
+7,1800,0.22,60,GH013462,open_crack
+7,1800,0.22,60,GH013463,open_crack
+7,1800,0.22,60,GH013464,open_crack
+7,1800,0.22,60,GH013465,open_crack
+7,1800,0.22,60,GH013466,open_crack
+7,1800,0.22,30,GH013613,longitudinal_more_than_75%
+7,1800,0.22,30,GH013614,longitudinal_more_than_75%
+7,1800,0.22,30,GH013615,longitudinal_more_than_75%
+7,1800,0.22,30,GH013616,longitudinal_more_than_75%
+7,1800,0.22,30,GH013617,longitudinal_more_than_75%
+7,1800,0.22,30,GH013618,longitudinal_more_than_75%
+7,1800,0.22,30,GH013613,circumferential_more_than_75%
+7,1800,0.22,30,GH013614,circumferential_more_than_75%
+7,1800,0.22,30,GH013615,circumferential_more_than_75%
+7,1800,0.22,30,GH013616,circumferential_more_than_75%
+7,1800,0.22,30,GH013617,circumferential_more_than_75%
+7,1800,0.22,30,GH013618,circumferential_more_than_75%
+7,1800,0.22,30,GH013613,open_crack
+7,1800,0.22,30,GH013614,open_crack
+7,1800,0.22,30,GH013615,open_crack
+7,1800,0.22,30,GH013616,open_crack
+7,1800,0.22,30,GH013617,open_crack
+7,1800,0.22,30,GH013618,open_crack
+7,1800,0.22,30,GH013616,crushed
+7,1800,0.36,45,GH013623,untouched
+7,1800,0.36,45,GH013619,longitudinal_more_than_75%
+7,1800,0.36,45,GH013620,longitudinal_more_than_75%
+7,1800,0.36,45,GH013621,longitudinal_more_than_75%
+7,1800,0.36,45,GH013622,longitudinal_more_than_75%
+7,1800,0.36,45,GH013624,longitudinal_more_than_75%
+7,1800,0.36,45,GH013619,circumferential_less_than_25%
+7,1800,0.36,45,GH013620,circumferential_less_than_25%
+7,1800,0.36,45,GH013621,circumferential_between_25_50%
+7,1800,0.36,45,GH013622,circumferential_between_25_50%
+7,1800,0.36,45,GH013624,circumferential_between_25_50%
+7,1800,0.36,45,GH013619,open_crack
+7,1800,0.36,45,GH013622,open_crack
+7,1800,0.29,45,GH013625,longitudinal_more_than_75%
+7,1800,0.29,45,GH013626,longitudinal_more_than_75%
+7,1800,0.29,45,GH013627,longitudinal_more_than_75%
+7,1800,0.29,45,GH013628,longitudinal_more_than_75%
+7,1800,0.29,45,GH013629,longitudinal_more_than_75%
+7,1800,0.29,45,GH013630,longitudinal_more_than_75%
+7,1800,0.29,45,GH013627,circumferential_less_than_25%
+7,1800,0.29,45,GH013625,circumferential_between_25_50%
+7,1800,0.29,45,GH013626,circumferential_between_25_50%
+7,1800,0.29,45,GH013628,circumferential_more_than_75%
+7,1800,0.29,45,GH013629,circumferential_more_than_75%
+7,1800,0.29,45,GH013630,circumferential_more_than_75%
+7,1800,0.29,45,GH013625,open_crack
+7,1800,0.29,45,GH013626,open_crack
+7,1800,0.29,45,GH013628,open_crack
+7,1800,0.29,45,GH013629,open_crack
+7,1800,0.29,45,GH013630,open_crack
+7,1800,0.36,30,GH013632,untouched
+7,1800,0.36,30,GH013636,longitudinal_between_50_75%
+7,1800,0.36,30,GH013631,longitudinal_more_than_75%
+7,1800,0.36,30,GH013633,longitudinal_more_than_75%
+7,1800,0.36,30,GH013634,longitudinal_more_than_75%
+7,1800,0.36,30,GH013635,longitudinal_more_than_75%
+7,1800,0.36,30,GH013636,circumferential_less_than_25%
+7,1800,0.36,30,GH013634,circumferential_between_25_50%
+7,1800,0.36,30,GH013635,circumferential_between_25_50%
+7,1800,0.36,30,GH013631,circumferential_between_50_75%
+7,1800,0.36,30,GH013633,circumferential_more_than_75%
+7,1800,0.36,30,GH013631,open_crack
+7,1800,0.36,30,GH013633,open_crack
+7,1800,0.36,30,GH013634,open_crack
+7,1800,0.36,30,GH013635,open_crack
+7,1800,0.29,60,GH013473,longitudinal_more_than_75%
+7,1800,0.29,60,GH013474,longitudinal_more_than_75%
+7,1800,0.29,60,GH013475,longitudinal_more_than_75%
+7,1800,0.29,60,GH013476,longitudinal_more_than_75%
+7,1800,0.29,60,GH013477,longitudinal_more_than_75%
+7,1800,0.29,60,GH013478,longitudinal_more_than_75%
+7,1800,0.29,60,GH013474,circumferential_between_25_50%
+7,1800,0.29,60,GH013474,circumferential_between_50_75%
+7,1800,0.29,60,GH013478,circumferential_between_50_75%
+7,1800,0.29,60,GH013473,circumferential_more_than_75%
+7,1800,0.29,60,GH013476,circumferential_more_than_75%
+7,1800,0.29,60,GH013477,circumferential_more_than_75%
+7,1800,0.29,60,GH013473,open_crack
+7,1800,0.29,60,GH013474,open_crack
+7,1800,0.29,60,GH013475,open_crack
+7,1800,0.29,60,GH013476,open_crack
+7,1800,0.29,60,GH013477,open_crack
+7,1800,0.29,60,GH013478,open_crack
+7,1800,0.29,30,GH013637,longitudinal_more_than_75%
+7,1800,0.29,30,GH013638,longitudinal_more_than_75%
+7,1800,0.29,30,GH013639,longitudinal_more_than_75%
+7,1800,0.29,30,GH013640,longitudinal_more_than_75%
+7,1800,0.29,30,GH013641,longitudinal_more_than_75%
+7,1800,0.29,30,GH013643,longitudinal_more_than_75%
+7,1800,0.29,30,GH013639,circumferential_between_25_50%
+7,1800,0.29,30,GH013637,circumferential_more_than_75%
+7,1800,0.29,30,GH013638,circumferential_more_than_75%
+7,1800,0.29,30,GH013640,circumferential_more_than_75%
+7,1800,0.29,30,GH013641,circumferential_more_than_75%
+7,1800,0.29,30,GH013643,circumferential_more_than_75%
+7,1800,0.29,30,GH013637,open_crack
+7,1800,0.29,30,GH013638,open_crack
+7,1800,0.29,30,GH013639,open_crack
+7,1800,0.29,30,GH013640,open_crack
+7,1800,0.29,30,GH013641,open_crack
+7,1800,0.29,30,GH013643,open_crack
+7,1800,0.29,30,GH013640,crushed
+7,2000,0.36,45,GH012972,untouched
+7,2000,0.36,45,GH012967,longitudinal_between_50_75%
+7,2000,0.36,45,GH012968,longitudinal_between_50_75%
+7,2000,0.36,45,GH012969,longitudinal_between_50_75%
+7,2000,0.36,45,GH012971,longitudinal_between_50_75%
+7,2000,0.36,45,GH012970,longitudinal_more_than_75%
+7,2000,0.36,45,GH012968,circumferential_less_than_25%
+7,2000,0.36,45,GH012969,circumferential_less_than_25%
+7,2000,0.36,45,GH012970,circumferential_between_25_50%
+7,2000,0.36,45,GH012971,circumferential_between_25_50%
+7,2000,0.36,45,GH012967,circumferential_between_50_75%
+7,2000,0.36,45,GH012967,open_crack
+7,2000,0.36,45,GH012970,open_crack
+7,2000,0.36,45,GH012971,open_crack
+7,2000,0.22,30,GH012973,longitudinal_more_than_75%
+7,2000,0.22,30,*GH012974,longitudinal_more_than_75%
+7,2000,0.22,30,*GH012975,longitudinal_more_than_75%
+7,2000,0.22,30,*GH012976,longitudinal_more_than_75%
+7,2000,0.22,30,*GH012977,longitudinal_more_than_75%
+7,2000,0.22,30,*GH012978,longitudinal_more_than_75%
+7,2000,0.22,30,*GH012974,circumferential_between_25_50%
+7,2000,0.22,30,GH012973,circumferential_between_50_75%
+7,2000,0.22,30,*GH012976,circumferential_between_50_75%
+7,2000,0.22,30,*GH012977,circumferential_between_50_75%
+7,2000,0.22,30,*GH012975,circumferential_more_than_75%
+7,2000,0.22,30,*GH012978,circumferential_more_than_75%
+7,2000,0.22,30,GH012973,open_crack
+7,2000,0.22,30,*GH012974,open_crack
+7,2000,0.22,30,*GH012975,open_crack
+7,2000,0.22,30,*GH012976,open_crack
+7,2000,0.22,30,*GH012977,open_crack
+7,2000,0.22,30,*GH012978,open_crack
+7,2000,0.36,30,GH012981,untouched
+7,2000,0.36,30,GH012980,longitudinal_less_than_25%
+7,2000,0.36,30,GH012983,longitudinal_less_than_25%
+7,2000,0.36,30,GH012984,longitudinal_between_50_75%
+7,2000,0.36,30,GH012979,longitudinal_more_than_75%
+7,2000,0.36,30,GH012982,longitudinal_more_than_75%
+7,2000,0.36,30,GH012980,circumferential_less_than_25%
+7,2000,0.36,30,GH012982,circumferential_less_than_25%
+7,2000,0.36,30,GH012983,circumferential_less_than_25%
+7,2000,0.36,30,GH012984,circumferential_less_than_25%
+7,2000,0.36,30,GH012979,circumferential_between_25_50%
+7,2000,0.29,30,GH012988,longitudinal_between_50_75%
+7,2000,0.29,30,GH012986,longitudinal_more_than_75%
+7,2000,0.29,30,GH012987,longitudinal_more_than_75%
+7,2000,0.29,30,GH012989,longitudinal_more_than_75%
+7,2000,0.29,30,GH012990,longitudinal_more_than_75%
+7,2000,0.29,30,GH012986,circumferential_between_25_50%
+7,2000,0.29,30,GH012987,circumferential_between_25_50%
+7,2000,0.29,30,GH012988,circumferential_between_25_50%
+7,2000,0.29,30,GH012990,circumferential_between_25_50%
+7,2000,0.29,30,GH012989,circumferential_between_50_75%
+7,2000,0.29,30,GH012990,open_crack
+7,2000,0.22,45,GH012992,longitudinal_more_than_75%
+7,2000,0.22,45,GH012993,longitudinal_more_than_75%
+7,2000,0.22,45,GH012994,longitudinal_more_than_75%
+7,2000,0.22,45,GH012995,longitudinal_more_than_75%
+7,2000,0.22,45,GH012996,longitudinal_more_than_75%
+7,2000,0.22,45,GH012997,longitudinal_more_than_75%
+7,2000,0.22,45,GH012996,circumferential_between_50_75%
+7,2000,0.22,45,GH012997,circumferential_between_50_75%
+7,2000,0.22,45,GH012992,circumferential_more_than_75%
+7,2000,0.22,45,GH012993,circumferential_more_than_75%
+7,2000,0.22,45,GH012994,circumferential_more_than_75%
+7,2000,0.22,45,GH012995,circumferential_more_than_75%
+7,2000,0.22,45,GH012992,open_crack
+7,2000,0.22,45,GH012993,open_crack
+7,2000,0.22,45,GH012994,open_crack
+7,2000,0.22,45,GH012995,open_crack
+7,2000,0.22,45,GH012996,open_crack
+7,2000,0.22,45,GH012997,open_crack
+7,2000,0.36,60,GH013003,untouched
+7,2000,0.36,60,GH012999,longitudinal_less_than_25%
+7,2000,0.36,60,GH013000,longitudinal_between_50_75%
+7,2000,0.36,60,GH013001,longitudinal_between_50_75%
+7,2000,0.36,60,GH013002,longitudinal_between_50_75%
+7,2000,0.36,60,GH012998,longitudinal_more_than_75%
+7,2000,0.36,60,GH012998,circumferential_less_than_25%
+7,2000,0.36,60,GH012999,circumferential_less_than_25%
+7,2000,0.36,60,GH013001,circumferential_between_25_50%
+7,2000,0.36,60,GH013002,circumferential_between_25_50%
+7,2000,0.36,60,GH013000,circumferential_between_50_75%
+7,2000,0.36,60,GH013001,open_crack
+7,2000,0.36,60,GH013002,open_crack
+7,2000,0.29,60,GH013006,longitudinal_less_than_25%
+7,2000,0.29,60,GH013008,longitudinal_between_50_75%
+7,2000,0.29,60,GH013009,longitudinal_between_50_75%
+7,2000,0.29,60,GH013004,longitudinal_more_than_75%
+7,2000,0.29,60,GH013005,longitudinal_more_than_75%
+7,2000,0.29,60,GH013007,longitudinal_more_than_75%
+7,2000,0.29,60,GH013006,circumferential_less_than_25%
+7,2000,0.29,60,GH013005,circumferential_between_25_50%
+7,2000,0.29,60,GH013008,circumferential_between_25_50%
+7,2000,0.29,60,GH013009,circumferential_between_25_50%
+7,2000,0.29,60,GH013004,circumferential_between_50_75%
+7,2000,0.29,60,GH013007,circumferential_between_50_75%
+7,2000,0.29,60,GH013004,open_crack
+7,2000,0.29,60,GH013005,open_crack
+7,2000,0.29,60,GH013008,open_crack
+7,2000,0.29,60,GH013009,open_crack
+7,2000,0.22,60,GH013010,longitudinal_more_than_75%
+7,2000,0.22,60,GH013011,longitudinal_more_than_75%
+7,2000,0.22,60,GH013012,longitudinal_more_than_75%
+7,2000,0.22,60,GH013013,longitudinal_more_than_75%
+7,2000,0.22,60,GH013014,longitudinal_more_than_75%
+7,2000,0.22,60,GH013015,longitudinal_more_than_75%
+7,2000,0.22,60,GH013011,circumferential_between_50_75%
+7,2000,0.22,60,GH013012,circumferential_between_50_75%
+7,2000,0.22,60,GH013013,circumferential_between_50_75%
+7,2000,0.22,60,GH013014,circumferential_between_50_75%
+7,2000,0.22,60,GH013010,circumferential_more_than_75%
+7,2000,0.22,60,GH013015,circumferential_more_than_75%
+7,2000,0.22,60,GH013010,open_crack
+7,2000,0.22,60,GH013011,open_crack
+7,2000,0.22,60,GH013012,open_crack
+7,2000,0.22,60,GH013013,open_crack
+7,2000,0.22,60,GH013014,open_crack
+7,2000,0.22,60,GH013015,open_crack
+7,2000,0.29,45,GH013016,longitudinal_between_50_75%
+7,2000,0.29,45,GH013018,longitudinal_between_50_75%
+7,2000,0.29,45,GH013019,longitudinal_between_50_75%
+7,2000,0.29,45,GH013017,longitudinal_more_than_75%
+7,2000,0.29,45,GH013020,longitudinal_more_than_75%
+7,2000,0.29,45,GH013021,longitudinal_more_than_75%
+7,2000,0.29,45,GH013016,circumferential_between_25_50%
+7,2000,0.29,45,GH013017,circumferential_between_25_50%
+7,2000,0.29,45,GH013018,circumferential_between_25_50%
+7,2000,0.29,45,GH013019,circumferential_between_25_50%
+7,2000,0.29,45,GH013020,circumferential_between_50_75%
+7,2000,0.29,45,GH013021,circumferential_between_50_75%
+7,2000,0.29,45,GH013016,open_crack
+7,2000,0.29,45,GH013017,open_crack
+7,2000,0.29,45,GH013018,open_crack
+7,2000,0.29,45,GH013019,open_crack
+7,2000,0.29,45,GH013020,open_crack
+7,2000,0.29,45,GH013021,open_crack
+7,2000,0.36,30,GH013024,untouched
+7,2000,0.36,30,GH013027,untouched
+7,2000,0.36,30,GH013023,longitudinal_between_50_75%
+7,2000,0.36,30,GH013025,longitudinal_between_50_75%
+7,2000,0.36,30,GH013026,longitudinal_between_50_75%
+7,2000,0.36,30,GH013022,longitudinal_more_than_75%
+7,2000,0.36,30,GH013022,circumferential_less_than_25%
+7,2000,0.36,30,GH013023,circumferential_less_than_25%
+7,2000,0.36,30,GH013025,circumferential_less_than_25%
+7,2000,0.36,30,GH013026,circumferential_less_than_25%
+7,2000,0.22,60,GH013028,longitudinal_more_than_75%
+7,2000,0.22,60,GH013029,longitudinal_more_than_75%
+7,2000,0.22,60,GH013030,longitudinal_more_than_75%
+7,2000,0.22,60,GH013031,longitudinal_more_than_75%
+7,2000,0.22,60,GH013032,longitudinal_more_than_75%
+7,2000,0.22,60,GH013033,longitudinal_more_than_75%
+7,2000,0.22,60,GH013028,circumferential_between_50_75%
+7,2000,0.22,60,GH013031,circumferential_between_50_75%
+7,2000,0.22,60,GH013029,circumferential_more_than_75%
+7,2000,0.22,60,GH013030,circumferential_more_than_75%
+7,2000,0.22,60,GH013032,circumferential_more_than_75%
+7,2000,0.22,60,GH013033,circumferential_more_than_75%
+7,2000,0.22,60,GH013028,open_crack
+7,2000,0.22,60,GH013029,open_crack
+7,2000,0.22,60,GH013030,open_crack
+7,2000,0.22,60,GH013031,open_crack
+7,2000,0.22,60,GH013032,open_crack
+7,2000,0.22,60,GH013033,open_crack
+7,2000,0.36,60,GH013036,untouched
+7,2000,0.36,60,GH013037,longitudinal_between_25_50%
+7,2000,0.36,60,GH013038,longitudinal_between_25_50%
+7,2000,0.36,60,GH013034,longitudinal_between_50_75%
+7,2000,0.36,60,GH013039,longitudinal_between_50_75%
+7,2000,0.36,60,GH013035,longitudinal_more_than_75%
+7,2000,0.36,60,GH013034,circumferential_between_25_50%
+7,2000,0.36,60,GH013035,circumferential_between_25_50%
+7,2000,0.36,60,GH013037,circumferential_between_25_50%
+7,2000,0.36,60,GH013038,circumferential_between_25_50%
+7,2000,0.36,60,GH013039,circumferential_between_25_50%
+7,2000,0.36,60,GH013034,open_crack
+7,2000,0.36,60,GH013037,open_crack
+7,2000,0.36,60,GH013038,open_crack
+7,2000,0.36,60,GH013039,open_crack
+7,2000,0.36,45,GH013044,untouched
+7,2000,0.36,45,GH013040,longitudinal_between_50_75%
+7,2000,0.36,45,GH013041,longitudinal_between_50_75%
+7,2000,0.36,45,GH013042,longitudinal_between_50_75%
+7,2000,0.36,45,GH013043,longitudinal_between_50_75%
+7,2000,0.36,45,GH013045,longitudinal_more_than_75%
+7,2000,0.36,45,GH013040,circumferential_less_than_25%
+7,2000,0.36,45,GH013041,circumferential_less_than_25%
+7,2000,0.36,45,GH013042,circumferential_less_than_25%
+7,2000,0.36,45,GH013043,circumferential_less_than_25%
+7,2000,0.36,45,GH013045,circumferential_less_than_25%
+7,2000,0.36,45,GH013045,circumferential_more_than_75%
+7,2000,0.22,45,GH013051,longitudinal_between_50_75%
+7,2000,0.22,45,GH013046,longitudinal_more_than_75%
+7,2000,0.22,45,GH013047,longitudinal_more_than_75%
+7,2000,0.22,45,GH013048,longitudinal_more_than_75%
+7,2000,0.22,45,GH013049,longitudinal_more_than_75%
+7,2000,0.22,45,GH013050,longitudinal_more_than_75%
+7,2000,0.22,45,GH013046,circumferential_between_50_75%
+7,2000,0.22,45,GH013050,circumferential_between_50_75%
+7,2000,0.22,45,GH013051,circumferential_between_50_75%
+7,2000,0.22,45,GH013047,circumferential_more_than_75%
+7,2000,0.22,45,GH013048,circumferential_more_than_75%
+7,2000,0.22,45,GH013049,circumferential_more_than_75%
+7,2000,0.22,45,GH013046,open_crack
+7,2000,0.22,45,GH013047,open_crack
+7,2000,0.22,45,GH013048,open_crack
+7,2000,0.22,45,GH013049,open_crack
+7,2000,0.22,45,GH013050,open_crack
+7,2000,0.22,45,GH013051,open_crack
+7,2000,0.29,30,GH013055,longitudinal_between_25_50%
+7,2000,0.29,30,GH013052,longitudinal_between_50_75%
+7,2000,0.29,30,GH013056,longitudinal_between_50_75%
+7,2000,0.29,30,GH013053,longitudinal_more_than_75%
+7,2000,0.29,30,GH013054,longitudinal_more_than_75%
+7,2000,0.29,30,GH013057,longitudinal_more_than_75%
+7,2000,0.29,30,GH013056,circumferential_between_25_50%
+7,2000,0.29,30,GH013052,circumferential_between_50_75%
+7,2000,0.29,30,GH013053,circumferential_between_50_75%
+7,2000,0.29,30,GH013054,circumferential_between_50_75%
+7,2000,0.29,30,GH013057,circumferential_between_50_75%
+7,2000,0.29,30,GH013055,circumferential_more_than_75%
+7,2000,0.29,30,GH013052,open_crack
+7,2000,0.29,30,GH013053,open_crack
+7,2000,0.29,30,GH013054,open_crack
+7,2000,0.29,30,GH013055,open_crack
+7,2000,0.29,30,GH013056,open_crack
+7,2000,0.29,30,GH013057,open_crack
+7,2000,0.22,30,GH013058,longitudinal_more_than_75%
+7,2000,0.22,30,GH013059,longitudinal_more_than_75%
+7,2000,0.22,30,GH013060,longitudinal_more_than_75%
+7,2000,0.22,30,GH013061,longitudinal_more_than_75%
+7,2000,0.22,30,GH013062,longitudinal_more_than_75%
+7,2000,0.22,30,GH013063,longitudinal_more_than_75%
+7,2000,0.22,30,GH013059,circumferential_between_50_75%
+7,2000,0.22,30,GH013060,circumferential_between_50_75%
+7,2000,0.22,30,GH013063,circumferential_between_50_75%
+7,2000,0.22,30,GH013058,circumferential_more_than_75%
+7,2000,0.22,30,GH013061,circumferential_more_than_75%
+7,2000,0.22,30,GH013062,circumferential_more_than_75%
+7,2000,0.22,30,GH013058,open_crack
+7,2000,0.22,30,GH013059,open_crack
+7,2000,0.22,30,GH013060,open_crack
+7,2000,0.22,30,GH013061,open_crack
+7,2000,0.22,30,GH013062,open_crack
+7,2000,0.22,30,GH013063,open_crack
+7,2000,0.29,45,GH013066,untouched
+7,2000,0.29,45,GH013067,longitudinal_between_50_75%
+7,2000,0.29,45,GH013064,longitudinal_more_than_75%
+7,2000,0.29,45,GH013065,longitudinal_more_than_75%
+7,2000,0.29,45,GH013068,longitudinal_more_than_75%
+7,2000,0.29,45,GH013069,longitudinal_more_than_75%
+7,2000,0.29,45,GH013067,circumferential_less_than_25%
+7,2000,0.29,45,GH013065,circumferential_between_25_50%
+7,2000,0.29,45,GH013068,circumferential_between_25_50%
+7,2000,0.29,45,GH013064,circumferential_between_50_75%
+7,2000,0.29,45,GH013069,circumferential_between_50_75%
+7,2000,0.29,45,GH013069,circumferential_more_than_75%
+7,2000,0.29,60,GH013071,longitudinal_between_50_75%
+7,2000,0.29,60,GH013075,longitudinal_between_50_75%
+7,2000,0.29,60,GH013070,longitudinal_more_than_75%
+7,2000,0.29,60,GH013072,longitudinal_more_than_75%
+7,2000,0.29,60,GH013073,longitudinal_more_than_75%
+7,2000,0.29,60,GH013074,longitudinal_more_than_75%
+7,2000,0.29,60,GH013071,circumferential_less_than_25%
+7,2000,0.29,60,GH013072,circumferential_less_than_25%
+7,2000,0.29,60,GH013070,circumferential_between_25_50%
+7,2000,0.29,60,GH013075,circumferential_between_25_50%
+7,2000,0.29,60,GH013073,circumferential_between_50_75%
+7,2000,0.29,60,GH013074,circumferential_between_50_75%
+7,2000,0.29,60,GH013070,open_crack
+7,2000,0.29,60,GH013072,open_crack
+7,2000,0.29,60,GH013073,open_crack
+7,2000,0.29,60,GH013074,open_crack
+7,2000,0.29,60,GH013075,open_crack
+7,2000,0.22,45,GH013076,longitudinal_more_than_75%
+7,2000,0.22,45,GH013077,longitudinal_more_than_75%
+7,2000,0.22,45,GH013078,longitudinal_more_than_75%
+7,2000,0.22,45,GH013079,longitudinal_more_than_75%
+7,2000,0.22,45,GH013080,longitudinal_more_than_75%
+7,2000,0.22,45,GH013081,longitudinal_more_than_75%
+7,2000,0.22,45,GH013076,circumferential_between_50_75%
+7,2000,0.22,45,GH013078,circumferential_between_50_75%
+7,2000,0.22,45,GH013081,circumferential_between_50_75%
+7,2000,0.22,45,GH013077,circumferential_more_than_75%
+7,2000,0.22,45,GH013079,circumferential_more_than_75%
+7,2000,0.22,45,GH013080,circumferential_more_than_75%
+7,2000,0.22,45,GH013076,open_crack
+7,2000,0.22,45,GH013077,open_crack
+7,2000,0.22,45,GH013078,open_crack
+7,2000,0.22,45,GH013079,open_crack
+7,2000,0.22,45,GH013080,open_crack
+7,2000,0.22,45,GH013081,open_crack
+7,2000,0.36,60,GH013082,untouched
+7,2000,0.36,60,GH013084,longitudinal_between_50_75%
+7,2000,0.36,60,GH013086,longitudinal_between_50_75%
+7,2000,0.36,60,GH013083,longitudinal_more_than_75%
+7,2000,0.36,60,GH013085,longitudinal_more_than_75%
+7,2000,0.36,60,GH013087,longitudinal_more_than_75%
+7,2000,0.36,60,GH013084,circumferential_less_than_25%
+7,2000,0.36,60,GH013086,circumferential_less_than_25%
+7,2000,0.36,60,GH013085,circumferential_between_25_50%
+7,2000,0.36,60,GH013087,circumferential_between_25_50%
+7,2000,0.36,60,GH013083,circumferential_between_50_75%
+7,2000,0.36,60,GH013083,open_crack
+7,2000,0.36,60,GH013086,open_crack
+7,2000,0.22,60,GH013088,longitudinal_more_than_75%
+7,2000,0.22,60,GH013089,longitudinal_more_than_75%
+7,2000,0.22,60,GH013090,longitudinal_more_than_75%
+7,2000,0.22,60,GH013091,longitudinal_more_than_75%
+7,2000,0.22,60,GH013092,longitudinal_more_than_75%
+7,2000,0.22,60,GH013093,longitudinal_more_than_75%
+7,2000,0.22,60,GH013088,circumferential_more_than_75%
+7,2000,0.22,60,GH013089,circumferential_more_than_75%
+7,2000,0.22,60,GH013090,circumferential_more_than_75%
+7,2000,0.22,60,GH013091,circumferential_more_than_75%
+7,2000,0.22,60,GH013092,circumferential_more_than_75%
+7,2000,0.22,60,GH013093,circumferential_more_than_75%
+7,2000,0.22,60,GH013088,open_crack
+7,2000,0.22,60,GH013089,open_crack
+7,2000,0.22,60,GH013090,open_crack
+7,2000,0.22,60,GH013091,open_crack
+7,2000,0.22,60,GH013092,open_crack
+7,2000,0.22,60,GH013093,open_crack
+7,2000,0.22,60,GH013088,crushed
+7,2000,0.22,30,GH013094,longitudinal_more_than_75%
+7,2000,0.22,30,GH013095,longitudinal_more_than_75%
+7,2000,0.22,30,GH013096,longitudinal_more_than_75%
+7,2000,0.22,30,GH013097,longitudinal_more_than_75%
+7,2000,0.22,30,GH013098,longitudinal_more_than_75%
+7,2000,0.22,30,GH013099,longitudinal_more_than_75%
+7,2000,0.22,30,GH013098,circumferential_between_50_75%
+7,2000,0.22,30,GH013099,circumferential_between_50_75%
+7,2000,0.22,30,GH013094,circumferential_more_than_75%
+7,2000,0.22,30,GH013095,circumferential_more_than_75%
+7,2000,0.22,30,GH013096,circumferential_more_than_75%
+7,2000,0.22,30,GH013097,circumferential_more_than_75%
+7,2000,0.22,30,GH013094,open_crack
+7,2000,0.22,30,GH013095,open_crack
+7,2000,0.22,30,GH013096,open_crack
+7,2000,0.22,30,GH013097,open_crack
+7,2000,0.22,30,GH013098,open_crack
+7,2000,0.22,30,GH013099,open_crack
+7,2000,0.36,45,GH013103,untouched
+7,2000,0.36,45,GH013100,longitudinal_more_than_75%
+7,2000,0.36,45,GH013101,longitudinal_more_than_75%
+7,2000,0.36,45,GH013102,longitudinal_more_than_75%
+7,2000,0.36,45,GH013104,longitudinal_more_than_75%
+7,2000,0.36,45,GH013105,longitudinal_more_than_75%
+7,2000,0.36,45,GH013100,circumferential_less_than_25%
+7,2000,0.36,45,GH013101,circumferential_less_than_25%
+7,2000,0.36,45,GH013102,circumferential_less_than_25%
+7,2000,0.36,45,GH013104,circumferential_between_25_50%
+7,2000,0.36,45,GH013105,circumferential_between_25_50%
+7,2000,0.36,45,GH013104,open_crack
+7,2000,0.29,45,GH013110,longitudinal_between_50_75%
+7,2000,0.29,45,GH013106,longitudinal_more_than_75%
+7,2000,0.29,45,GH013107,longitudinal_more_than_75%
+7,2000,0.29,45,GH013108,longitudinal_more_than_75%
+7,2000,0.29,45,GH013109,longitudinal_more_than_75%
+7,2000,0.29,45,GH013111,longitudinal_more_than_75%
+7,2000,0.29,45,GH013106,circumferential_less_than_25%
+7,2000,0.29,45,GH013110,circumferential_between_25_50%
+7,2000,0.29,45,GH013108,circumferential_between_50_75%
+7,2000,0.29,45,GH013107,circumferential_more_than_75%
+7,2000,0.29,45,GH013109,circumferential_more_than_75%
+7,2000,0.29,45,GH013111,circumferential_more_than_75%
+7,2000,0.29,45,GH013107,open_crack
+7,2000,0.29,45,GH013108,open_crack
+7,2000,0.29,45,GH013109,open_crack
+7,2000,0.29,45,GH013110,open_crack
+7,2000,0.29,45,GH013111,open_crack
+7,2000,0.36,30,GH013116,longitudinal_less_than_25%
+7,2000,0.36,30,GH013112,longitudinal_between_50_75%
+7,2000,0.36,30,GH013114,longitudinal_between_50_75%
+7,2000,0.36,30,GH013115,longitudinal_between_50_75%
+7,2000,0.36,30,GH013117,longitudinal_between_50_75%
+7,2000,0.36,30,GH013113,longitudinal_more_than_75%
+7,2000,0.36,30,GH013112,circumferential_less_than_25%
+7,2000,0.36,30,GH013114,circumferential_less_than_25%
+7,2000,0.36,30,GH013115,circumferential_less_than_25%
+7,2000,0.36,30,GH013116,circumferential_less_than_25%
+7,2000,0.36,30,GH013117,circumferential_less_than_25%
+7,2000,0.36,30,GH013113,circumferential_between_25_50%
+7,2000,0.36,30,GH013113,open_crack
+7,2000,0.29,60,GH013118,longitudinal_more_than_75%
+7,2000,0.29,60,GH013119,longitudinal_more_than_75%
+7,2000,0.29,60,GH013120,longitudinal_more_than_75%
+7,2000,0.29,60,GH013121,longitudinal_more_than_75%
+7,2000,0.29,60,GH013122,longitudinal_more_than_75%
+7,2000,0.29,60,GH013123,longitudinal_more_than_75%
+7,2000,0.29,60,GH013118,circumferential_between_25_50%
+7,2000,0.29,60,GH013119,circumferential_between_25_50%
+7,2000,0.29,60,GH013122,circumferential_between_25_50%
+7,2000,0.29,60,GH013120,circumferential_between_50_75%
+7,2000,0.29,60,GH013121,circumferential_between_50_75%
+7,2000,0.29,60,GH013123,circumferential_between_50_75%
+7,2000,0.29,60,GH013118,open_crack
+7,2000,0.29,60,GH013119,open_crack
+7,2000,0.29,60,GH013120,open_crack
+7,2000,0.29,60,GH013121,open_crack
+7,2000,0.29,60,GH013122,open_crack
+7,2000,0.29,60,GH013123,open_crack
+7,2000,0.29,30,GH013128,longitudinal_between_50_75%
+7,2000,0.29,30,GH013124,longitudinal_more_than_75%
+7,2000,0.29,30,GH013125,longitudinal_more_than_75%
+7,2000,0.29,30,GH013126,longitudinal_more_than_75%
+7,2000,0.29,30,GH013127,longitudinal_more_than_75%
+7,2000,0.29,30,GH013129,longitudinal_more_than_75%
+7,2000,0.29,30,GH013124,circumferential_between_25_50%
+7,2000,0.29,30,GH013125,circumferential_between_25_50%
+7,2000,0.29,30,GH013128,circumferential_between_25_50%
+7,2000,0.29,30,GH013126,circumferential_between_50_75%
+7,2000,0.29,30,GH013127,circumferential_between_50_75%
+7,2000,0.29,30,GH013129,circumferential_between_50_75%
+7,2000,0.29,30,GH013124,open_crack
+7,2000,0.29,30,GH013125,open_crack
+7,2000,0.29,30,GH013126,open_crack
+7,2000,0.29,30,GH013127,open_crack
+7,2000,0.29,30,GH013129,open_crack
+7,2200,0.36,45,*GH013975,longitudinal_less_than_25%
+7,2200,0.36,45,*GH013973,longitudinal_between_50_75%
+7,2200,0.36,45,*GH013976,longitudinal_between_50_75%
+7,2200,0.36,45,*GH013971,longitudinal_more_than_75%
+7,2200,0.36,45,*GH013972,longitudinal_more_than_75%
+7,2200,0.36,45,*GH013974,longitudinal_more_than_75%
+7,2200,0.36,45,*GH013973,circumferential_less_than_25%
+7,2200,0.36,45,*GH013974,circumferential_between_25_50%
+7,2200,0.36,45,*GH013976,circumferential_between_25_50%
+7,2200,0.36,45,*GH013975,circumferential_between_50_75%
+7,2200,0.36,45,*GH013971,circumferential_more_than_75%
+7,2200,0.36,45,*GH013972,circumferential_more_than_75%
+7,2200,0.36,45,*GH013971,open_crack
+7,2200,0.36,45,*GH013972,open_crack
+7,2200,0.36,45,*GH013976,open_crack
+7,2200,0.36,45,*GH013972,crushed
+7,2200,0.22,30,*GH013977,longitudinal_more_than_75%
+7,2200,0.22,30,*GH013978,longitudinal_more_than_75%
+7,2200,0.22,30,*GH013979,longitudinal_more_than_75%
+7,2200,0.22,30,*GH013980,longitudinal_more_than_75%
+7,2200,0.22,30,*GH013981,longitudinal_more_than_75%
+7,2200,0.22,30,*GH013982,longitudinal_more_than_75%
+7,2200,0.22,30,*GH013981,circumferential_between_50_75%
+7,2200,0.22,30,*GH013977,circumferential_more_than_75%
+7,2200,0.22,30,*GH013978,circumferential_more_than_75%
+7,2200,0.22,30,*GH013979,circumferential_more_than_75%
+7,2200,0.22,30,*GH013980,circumferential_more_than_75%
+7,2200,0.22,30,*GH013981,circumferential_more_than_75%
+7,2200,0.22,30,*GH013982,circumferential_more_than_75%
+7,2200,0.22,30,*GH013977,open_crack
+7,2200,0.22,30,*GH013978,open_crack
+7,2200,0.22,30,*GH013979,open_crack
+7,2200,0.22,30,*GH013980,open_crack
+7,2200,0.22,30,*GH013981,open_crack
+7,2200,0.22,30,*GH013982,open_crack
+7,2200,0.22,30,*GH013977,crushed
+7,2200,0.22,30,*GH013980,crushed
+7,2200,0.36,30,*GH013988,longitudinal_between_25_50%
+7,2200,0.36,30,*GH013983,longitudinal_between_50_75%
+7,2200,0.36,30,*GH013986,longitudinal_between_50_75%
+7,2200,0.36,30,*GH013984,longitudinal_more_than_75%
+7,2200,0.36,30,*GH013985,longitudinal_more_than_75%
+7,2200,0.36,30,*GH013987,longitudinal_more_than_75%
+7,2200,0.36,30,*GH013983,circumferential_less_than_25%
+7,2200,0.36,30,*GH013986,circumferential_less_than_25%
+7,2200,0.36,30,*GH013987,circumferential_less_than_25%
+7,2200,0.36,30,*GH013988,circumferential_less_than_25%
+7,2200,0.36,30,*GH013985,circumferential_between_25_50%
+7,2200,0.36,30,*GH013984,circumferential_between_50_75%
+7,2200,0.36,30,*GH013984,open_crack
+7,2200,0.36,30,*GH013985,open_crack
+7,2200,0.36,30,*GH013987,open_crack
+7,2200,0.29,30,*GH013989,longitudinal_more_than_75%
+7,2200,0.29,30,*GH013990,longitudinal_more_than_75%
+7,2200,0.29,30,*GH013991,longitudinal_more_than_75%
+7,2200,0.29,30,*GH013992,longitudinal_more_than_75%
+7,2200,0.29,30,*GH013993,longitudinal_more_than_75%
+7,2200,0.29,30,*GH013989,circumferential_between_25_50%
+7,2200,0.29,30,*GH013991,circumferential_between_50_75%
+7,2200,0.29,30,*GH013990,circumferential_more_than_75%
+7,2200,0.29,30,*GH013992,circumferential_more_than_75%
+7,2200,0.29,30,*GH013993,circumferential_more_than_75%
+7,2200,0.29,30,*GH013989,open_crack
+7,2200,0.29,30,*GH013990,open_crack
+7,2200,0.29,30,*GH013991,open_crack
+7,2200,0.29,30,*GH013992,open_crack
+7,2200,0.29,30,*GH013993,open_crack
+7,2200,0.22,45,*GH013994,longitudinal_more_than_75%
+7,2200,0.22,45,*GH013995,longitudinal_more_than_75%
+7,2200,0.22,45,*GH013996,longitudinal_more_than_75%
+7,2200,0.22,45,*GH013997,longitudinal_more_than_75%
+7,2200,0.22,45,*GH013998,longitudinal_more_than_75%
+7,2200,0.22,45,*GH013999,longitudinal_more_than_75%
+7,2200,0.22,45,*GH013995,circumferential_between_25_50%
+7,2200,0.22,45,*GH013994,circumferential_more_than_75%
+7,2200,0.22,45,*GH013996,circumferential_more_than_75%
+7,2200,0.22,45,*GH013997,circumferential_more_than_75%
+7,2200,0.22,45,*GH013998,circumferential_more_than_75%
+7,2200,0.22,45,*GH013999,circumferential_more_than_75%
+7,2200,0.22,45,*GH013994,open_crack
+7,2200,0.22,45,*GH013995,open_crack
+7,2200,0.22,45,*GH013996,open_crack
+7,2200,0.22,45,*GH013997,open_crack
+7,2200,0.22,45,*GH013998,open_crack
+7,2200,0.22,45,*GH013999,open_crack
+7,2200,0.22,45,*GH013997,crushed
+7,2200,0.36,60,*GH014001,untouched
+7,2200,0.36,60,*GH014003,longitudinal_between_50_75%
+7,2200,0.36,60,*GH014000,longitudinal_more_than_75%
+7,2200,0.36,60,*GH014002,longitudinal_more_than_75%
+7,2200,0.36,60,*GH014004,longitudinal_more_than_75%
+7,2200,0.36,60,*GH014005,longitudinal_more_than_75%
+7,2200,0.36,60,*GH014005,circumferential_less_than_25%
+7,2200,0.36,60,*GH014002,circumferential_between_25_50%
+7,2200,0.36,60,*GH014003,circumferential_between_25_50%
+7,2200,0.36,60,*GH014004,circumferential_between_25_50%
+7,2200,0.36,60,*GH014000,circumferential_more_than_75%
+7,2200,0.36,60,*GH014000,open_crack
+7,2200,0.36,60,*GH014004,open_crack
+7,2200,0.29,60,*GH014007,longitudinal_more_than_75%
+7,2200,0.29,60,*GH014007,longitudinal_more_than_75%
+7,2200,0.29,60,*GH014008,longitudinal_more_than_75%
+7,2200,0.29,60,*GH014009,longitudinal_more_than_75%
+7,2200,0.29,60,*GH014010,longitudinal_more_than_75%
+7,2200,0.29,60,*GH014011,longitudinal_more_than_75%
+7,2200,0.29,60,*GH014006,circumferential_between_50_75%
+7,2200,0.29,60,*GH014008,circumferential_between_50_75%
+7,2200,0.29,60,*GH014009,circumferential_between_50_75%
+7,2200,0.29,60,*GH014010,circumferential_between_50_75%
+7,2200,0.29,60,*GH014007,circumferential_more_than_75%
+7,2200,0.29,60,*GH014011,circumferential_more_than_75%
+7,2200,0.29,60,*GH014006,open_crack
+7,2200,0.29,60,*GH014007,open_crack
+7,2200,0.29,60,*GH014008,open_crack
+7,2200,0.29,60,*GH014009,open_crack
+7,2200,0.29,60,*GH014010,open_crack
+7,2200,0.29,60,*GH014011,open_crack
+7,2200,0.22,60,*GH014012,longitudinal_more_than_75%
+7,2200,0.22,60,*GH014013,longitudinal_more_than_75%
+7,2200,0.22,60,*GH014014,longitudinal_more_than_75%
+7,2200,0.22,60,*GH014015,longitudinal_more_than_75%
+7,2200,0.22,60,*GH014016,longitudinal_more_than_75%
+7,2200,0.22,60,*GH014017,longitudinal_more_than_75%
+7,2200,0.22,60,*GH014013,circumferential_between_50_75%
+7,2200,0.22,60,*GH014012,circumferential_more_than_75%
+7,2200,0.22,60,*GH014014,circumferential_more_than_75%
+7,2200,0.22,60,*GH014015,circumferential_more_than_75%
+7,2200,0.22,60,*GH014016,circumferential_more_than_75%
+7,2200,0.22,60,*GH014017,circumferential_more_than_75%
+7,2200,0.22,60,*GH014012,open_crack
+7,2200,0.22,60,*GH014013,open_crack
+7,2200,0.22,60,*GH014014,open_crack
+7,2200,0.22,60,*GH014015,open_crack
+7,2200,0.22,60,*GH014016,open_crack
+7,2200,0.22,60,*GH014017,open_crack
+7,2200,0.29,45,*GH014021,longitudinal_between_50_75%
+7,2200,0.29,45,*GH014018,longitudinal_more_than_75%
+7,2200,0.29,45,*GH014019,longitudinal_more_than_75%
+7,2200,0.29,45,*GH014020,longitudinal_more_than_75%
+7,2200,0.29,45,*GH014022,longitudinal_more_than_75%
+7,2200,0.29,45,*GH014021,circumferential_between_25_50%
+7,2200,0.29,45,*GH014019,circumferential_between_50_75%
+7,2200,0.29,45,*GH014020,circumferential_between_50_75%
+7,2200,0.29,45,*GH014018,circumferential_more_than_75%
+7,2200,0.29,45,*GH014022,circumferential_more_than_75%
+7,2200,0.29,45,*GH014018,open_crack
+7,2200,0.29,45,*GH014019,open_crack
+7,2200,0.29,45,*GH014020,open_crack
+7,2200,0.29,45,*GH014021,open_crack
+7,2200,0.29,45,*GH014022,open_crack
+7,2200,0.29,45,*GH014018,crushed
+7,2200,0.36,30,*GH014028,longitudinal_between_25_50%
+7,2200,0.36,30,*GH014024,longitudinal_between_50_75%
+7,2200,0.36,30,*GH014023,longitudinal_more_than_75%
+7,2200,0.36,30,*GH014025,longitudinal_more_than_75%
+7,2200,0.36,30,*GH014026,longitudinal_more_than_75%
+7,2200,0.36,30,*GH014027,longitudinal_more_than_75%
+7,2200,0.36,30,*GH014024,circumferential_less_than_25%
+7,2200,0.36,30,*GH014027,circumferential_less_than_25%
+7,2200,0.36,30,*GH014028,circumferential_less_than_25%
+7,2200,0.36,30,*GH014025,circumferential_between_25_50%
+7,2200,0.36,30,*GH014026,circumferential_between_25_50%
+7,2200,0.36,30,*GH014023,circumferential_between_50_75%
+7,2200,0.36,30,*GH014023,open_crack
+7,2200,0.36,30,*GH014026,open_crack
+7,2200,0.22,60,*GH014029,longitudinal_more_than_75%
+7,2200,0.22,60,*GH014030,longitudinal_more_than_75%
+7,2200,0.22,60,*GH014031,longitudinal_more_than_75%
+7,2200,0.22,60,*GH014032,longitudinal_more_than_75%
+7,2200,0.22,60,*GH014033,longitudinal_more_than_75%
+7,2200,0.22,60,*GH014034,longitudinal_more_than_75%
+7,2200,0.22,60,*GH014032,circumferential_between_50_75%
+7,2200,0.22,60,*GH014029,circumferential_more_than_75%
+7,2200,0.22,60,*GH014030,circumferential_more_than_75%
+7,2200,0.22,60,*GH014031,circumferential_more_than_75%
+7,2200,0.22,60,*GH014033,circumferential_more_than_75%
+7,2200,0.22,60,*GH014034,circumferential_more_than_75%
+7,2200,0.22,60,*GH014029,open_crack
+7,2200,0.22,60,*GH014030,open_crack
+7,2200,0.22,60,*GH014031,open_crack
+7,2200,0.22,60,*GH014032,open_crack
+7,2200,0.22,60,*GH014033,open_crack
+7,2200,0.22,60,*GH014034,open_crack
+7,2200,0.36,60,*GH014038,longitudinal_between_50_75%
+7,2200,0.36,60,*GH014035,longitudinal_more_than_75%
+7,2200,0.36,60,*GH014036,longitudinal_more_than_75%
+7,2200,0.36,60,*GH014037,longitudinal_more_than_75%
+7,2200,0.36,60,*GH014039,longitudinal_more_than_75%
+7,2200,0.36,60,*GH014040,longitudinal_more_than_75%
+7,2200,0.36,60,*GH014035,circumferential_less_than_25%
+7,2200,0.36,60,*GH014038,circumferential_less_than_25%
+7,2200,0.36,60,*GH014037,circumferential_between_25_50%
+7,2200,0.36,60,*GH014039,circumferential_between_25_50%
+7,2200,0.36,60,*GH014040,circumferential_between_25_50%
+7,2200,0.36,60,*GH014036,circumferential_more_than_75%
+7,2200,0.36,60,*GH014036,open_crack
+7,2200,0.36,60,*GH014037,open_crack
+7,2200,0.36,60,*GH014039,open_crack
+7,2200,0.36,60,*GH014040,open_crack
+7,2200,0.36,60,*GH014036,crushed
+7,2200,0.36,45,*GH014043,untouched
+7,2200,0.36,45,*GH014041,longitudinal_more_than_75%
+7,2200,0.36,45,*GH014042,longitudinal_more_than_75%
+7,2200,0.36,45,*GH014044,longitudinal_more_than_75%
+7,2200,0.36,45,*GH014045,longitudinal_more_than_75%
+7,2200,0.36,45,*GH014046,longitudinal_more_than_75%
+7,2200,0.36,45,*GH014042,circumferential_less_than_25%
+7,2200,0.36,45,*GH014044,circumferential_less_than_25%
+7,2200,0.36,45,*GH014046,circumferential_between_25_50%
+7,2200,0.36,45,*GH014041,circumferential_between_50_75%
+7,2200,0.36,45,*GH014045,circumferential_between_50_75%
+7,2200,0.36,45,*GH014041,open_crack
+7,2200,0.36,45,*GH014045,open_crack
+7,2200,0.36,45,*GH014046,open_crack
+7,2200,0.22,45,*GH014047,longitudinal_more_than_75%
+7,2200,0.22,45,*GH014048,longitudinal_more_than_75%
+7,2200,0.22,45,*GH014050,longitudinal_more_than_75%
+7,2200,0.22,45,*GH014051,longitudinal_more_than_75%
+7,2200,0.22,45,*GH014048,circumferential_between_50_75%
+7,2200,0.22,45,*GH014049,circumferential_between_50_75%
+7,2200,0.22,45,*GH014047,circumferential_more_than_75%
+7,2200,0.22,45,*GH014050,circumferential_more_than_75%
+7,2200,0.22,45,*GH014051,circumferential_more_than_75%
+7,2200,0.22,45,*GH014047,open_crack
+7,2200,0.22,45,*GH014048,open_crack
+7,2200,0.22,45,*GH014049,open_crack
+7,2200,0.22,45,*GH014050,open_crack
+7,2200,0.22,45,*GH014051,open_crack
+7,2200,0.29,30,*GH014052,longitudinal_more_than_75%
+7,2200,0.29,30,*GH014053,longitudinal_more_than_75%
+7,2200,0.29,30,*GH014054,longitudinal_more_than_75%
+7,2200,0.29,30,*GH014055,longitudinal_more_than_75%
+7,2200,0.29,30,*GH014056,longitudinal_more_than_75%
+7,2200,0.29,30,*GH014057,longitudinal_more_than_75%
+7,2200,0.29,30,*GH014052,circumferential_between_25_50%
+7,2200,0.29,30,*GH014054,circumferential_between_25_50%
+7,2200,0.29,30,*GH014056,circumferential_between_25_50%
+7,2200,0.29,30,*GH014057,circumferential_between_50_75%
+7,2200,0.29,30,*GH014053,circumferential_more_than_75%
+7,2200,0.29,30,*GH014055,circumferential_more_than_75%
+7,2200,0.29,30,*GH014052,open_crack
+7,2200,0.29,30,*GH014053,open_crack
+7,2200,0.29,30,*GH014054,open_crack
+7,2200,0.29,30,*GH014055,open_crack
+7,2200,0.29,30,*GH014056,open_crack
+7,2200,0.29,30,*GH014057,open_crack
+7,2200,0.22,30,*GH014058,longitudinal_more_than_75%
+7,2200,0.22,30,*GH014059,longitudinal_more_than_75%
+7,2200,0.22,30,*GH014060,longitudinal_more_than_75%
+7,2200,0.22,30,*GH014061,longitudinal_more_than_75%
+7,2200,0.22,30,*GH014062,longitudinal_more_than_75%
+7,2200,0.22,30,*GH014063,longitudinal_more_than_75%
+7,2200,0.22,30,*GH014062,circumferential_between_50_75%
+7,2200,0.22,30,*GH014058,circumferential_more_than_75%
+7,2200,0.22,30,*GH014059,circumferential_more_than_75%
+7,2200,0.22,30,*GH014060,circumferential_more_than_75%
+7,2200,0.22,30,*GH014061,circumferential_more_than_75%
+7,2200,0.22,30,*GH014063,circumferential_more_than_75%
+7,2200,0.22,30,*GH014058,open_crack
+7,2200,0.22,30,*GH014059,open_crack
+7,2200,0.22,30,*GH014060,open_crack
+7,2200,0.22,30,*GH014061,open_crack
+7,2200,0.22,30,*GH014062,open_crack
+7,2200,0.22,30,*GH014063,open_crack
+7,2200,0.22,30,*GH014058,crushed
+7,2200,0.29,45,*GH014064,longitudinal_more_than_75%
+7,2200,0.29,45,*GH014065,longitudinal_more_than_75%
+7,2200,0.29,45,*GH014066,longitudinal_more_than_75%
+7,2200,0.29,45,*GH014067,longitudinal_more_than_75%
+7,2200,0.29,45,*GH014068,longitudinal_more_than_75%
+7,2200,0.29,45,*GH014069,longitudinal_more_than_75%
+7,2200,0.29,45,*GH014064,circumferential_between_25_50%
+7,2200,0.29,45,*GH014065,circumferential_between_25_50%
+7,2200,0.29,45,*GH014067,circumferential_between_50_75%
+7,2200,0.29,45,*GH014068,circumferential_between_50_75%
+7,2200,0.29,45,*GH014069,circumferential_between_50_75%
+7,2200,0.29,45,*GH014066,circumferential_more_than_75%
+7,2200,0.29,45,*GH014064,open_crack
+7,2200,0.29,45,*GH014065,open_crack
+7,2200,0.29,45,*GH014066,open_crack
+7,2200,0.29,45,*GH014068,open_crack
+7,2200,0.29,45,*GH014069,open_crack
+7,2200,0.29,60,*GH014070,longitudinal_more_than_75%
+7,2200,0.29,60,*GH014071,longitudinal_more_than_75%
+7,2200,0.29,60,*GH014072,longitudinal_more_than_75%
+7,2200,0.29,60,*GH014073,longitudinal_more_than_75%
+7,2200,0.29,60,*GH014074,longitudinal_more_than_75%
+7,2200,0.29,60,*GH014075,longitudinal_more_than_75%
+7,2200,0.29,60,*GH014070,circumferential_between_25_50%
+7,2200,0.29,60,*GH014071,circumferential_between_50_75%
+7,2200,0.29,60,*GH014072,circumferential_between_50_75%
+7,2200,0.29,60,*GH014073,circumferential_between_50_75%
+7,2200,0.29,60,*GH014074,circumferential_more_than_75%
+7,2200,0.29,60,*GH014075,circumferential_more_than_75%
+7,2200,0.29,60,*GH014070,open_crack
+7,2200,0.29,60,*GH014071,open_crack
+7,2200,0.29,60,*GH014072,open_crack
+7,2200,0.29,60,*GH014073,open_crack
+7,2200,0.29,60,*GH014074,open_crack
+7,2200,0.29,60,*GH014075,open_crack
+7,2200,0.29,60,*GH014075,crushed
+7,2200,0.22,45,*GH014076,longitudinal_more_than_75%
+7,2200,0.22,45,*GH014077,longitudinal_more_than_75%
+7,2200,0.22,45,*GH014078,longitudinal_more_than_75%
+7,2200,0.22,45,*GH014079,longitudinal_more_than_75%
+7,2200,0.22,45,*GH014080,longitudinal_more_than_75%
+7,2200,0.22,45,*GH014081,longitudinal_more_than_75%
+7,2200,0.22,45,*GH014078,circumferential_between_50_75%
+7,2200,0.22,45,*GH014076,circumferential_more_than_75%
+7,2200,0.22,45,*GH014077,circumferential_more_than_75%
+7,2200,0.22,45,*GH014079,circumferential_more_than_75%
+7,2200,0.22,45,*GH014080,circumferential_more_than_75%
+7,2200,0.22,45,*GH014081,circumferential_more_than_75%
+7,2200,0.22,45,*GH014076,open_crack
+7,2200,0.22,45,*GH014077,open_crack
+7,2200,0.22,45,*GH014078,open_crack
+7,2200,0.22,45,*GH014079,open_crack
+7,2200,0.22,45,*GH014080,open_crack
+7,2200,0.22,45,*GH014081,open_crack
+7,2200,0.36,60,*GH014083,untouched
+7,2200,0.36,60,*GH014084,untouched
+7,2200,0.36,60,*GH014087,longitudinal_between_50_75%
+7,2200,0.36,60,*GH014082,longitudinal_more_than_75%
+7,2200,0.36,60,*GH014085,longitudinal_more_than_75%
+7,2200,0.36,60,*GH014086,longitudinal_more_than_75%
+7,2200,0.36,60,*GH014082,circumferential_less_than_25%
+7,2200,0.36,60,*GH014085,circumferential_less_than_25%
+7,2200,0.36,60,*GH014087,circumferential_less_than_25%
+7,2200,0.36,60,*GH014086,circumferential_between_25_50%
+7,2200,0.36,60,*GH014086,open_crack
+7,2200,0.22,60,*GH014088,longitudinal_more_than_75%
+7,2200,0.22,60,*GH014089,longitudinal_more_than_75%
+7,2200,0.22,60,*GH014090,longitudinal_more_than_75%
+7,2200,0.22,60,*GH014091,longitudinal_more_than_75%
+7,2200,0.22,60,*GH014092,longitudinal_more_than_75%
+7,2200,0.22,60,*GH014093,longitudinal_more_than_75%
+7,2200,0.22,60,*GH014093,circumferential_between_50_75%
+7,2200,0.22,60,*GH014088,circumferential_more_than_75%
+7,2200,0.22,60,*GH014089,circumferential_more_than_75%
+7,2200,0.22,60,*GH014090,circumferential_more_than_75%
+7,2200,0.22,60,*GH014091,circumferential_more_than_75%
+7,2200,0.22,60,*GH014092,circumferential_more_than_75%
+7,2200,0.22,60,*GH014088,open_crack
+7,2200,0.22,60,*GH014089,open_crack
+7,2200,0.22,60,*GH014090,open_crack
+7,2200,0.22,60,*GH014091,open_crack
+7,2200,0.22,60,*GH014092,open_crack
+7,2200,0.22,60,*GH014093,open_crack
+7,2200,0.22,30,*GH014094,longitudinal_more_than_75%
+7,2200,0.22,30,*GH014095,longitudinal_more_than_75%
+7,2200,0.22,30,*GH014096,longitudinal_more_than_75%
+7,2200,0.22,30,*GH014097,longitudinal_more_than_75%
+7,2200,0.22,30,*GH014098,longitudinal_more_than_75%
+7,2200,0.22,30,*GH014099,longitudinal_more_than_75%
+7,2200,0.22,30,*GH014094,circumferential_between_50_75%
+7,2200,0.22,30,*GH014098,circumferential_between_50_75%
+7,2200,0.22,30,*GH014095,circumferential_more_than_75%
+7,2200,0.22,30,*GH014096,circumferential_more_than_75%
+7,2200,0.22,30,*GH014097,circumferential_more_than_75%
+7,2200,0.22,30,*GH014099,circumferential_more_than_75%
+7,2200,0.22,30,*GH014094,open_crack
+7,2200,0.22,30,*GH014095,open_crack
+7,2200,0.22,30,*GH014096,open_crack
+7,2200,0.22,30,*GH014097,open_crack
+7,2200,0.22,30,*GH014098,open_crack
+7,2200,0.22,30,*GH014099,open_crack
+7,2200,0.36,45,*GH014101,longitudinal_between_50_75%
+7,2200,0.36,45,*GH014103,longitudinal_between_50_75%
+7,2200,0.36,45,*GH014100,longitudinal_more_than_75%
+7,2200,0.36,45,*GH014102,longitudinal_more_than_75%
+7,2200,0.36,45,*GH014104,longitudinal_more_than_75%
+7,2200,0.36,45,*GH014105,longitudinal_more_than_75%
+7,2200,0.36,45,*GH014100,circumferential_less_than_25%
+7,2200,0.36,45,*GH014101,circumferential_less_than_25%
+7,2200,0.36,45,*GH014105,circumferential_less_than_25%
+7,2200,0.36,45,*GH014102,circumferential_between_25_50%
+7,2200,0.36,45,*GH014104,circumferential_between_25_50%
+7,2200,0.36,45,*GH014103,circumferential_between_50_75%
+7,2200,0.36,45,*GH014103,open_crack
+7,2200,0.36,45,*GH014104,open_crack
+7,2200,0.29,45,*GH014106,longitudinal_more_than_75%
+7,2200,0.29,45,*GH014107,longitudinal_more_than_75%
+7,2200,0.29,45,*GH014108,longitudinal_more_than_75%
+7,2200,0.29,45,*GH014109,longitudinal_more_than_75%
+7,2200,0.29,45,*GH014110,longitudinal_more_than_75%
+7,2200,0.29,45,*GH014111,longitudinal_more_than_75%
+7,2200,0.29,45,*GH014107,circumferential_between_50_75%
+7,2200,0.29,45,*GH014108,circumferential_between_50_75%
+7,2200,0.29,45,*GH014109,circumferential_between_50_75%
+7,2200,0.29,45,*GH014110,circumferential_between_50_75%
+7,2200,0.29,45,*GH014111,circumferential_between_50_75%
+7,2200,0.29,45,*GH014106,circumferential_more_than_75%
+7,2200,0.29,45,*GH014106,open_crack
+7,2200,0.29,45,*GH014107,open_crack
+7,2200,0.29,45,*GH014108,open_crack
+7,2200,0.29,45,*GH014110,open_crack
+7,2200,0.29,45,*GH014111,open_crack
+7,2200,0.29,45,*GH014106,crushed
+7,2200,0.36,30,*GH014112,longitudinal_more_than_75%
+7,2200,0.36,30,*GH014113,longitudinal_more_than_75%
+7,2200,0.36,30,*GH014114,longitudinal_more_than_75%
+7,2200,0.36,30,*GH014115,longitudinal_more_than_75%
+7,2200,0.36,30,*GH014116,longitudinal_more_than_75%
+7,2200,0.36,30,*GH014117,longitudinal_more_than_75%
+7,2200,0.36,30,*GH014112,circumferential_less_than_25%
+7,2200,0.36,30,*GH014113,circumferential_between_25_50%
+7,2200,0.36,30,*GH014115,circumferential_between_25_50%
+7,2200,0.36,30,*GH014116,circumferential_between_25_50%
+7,2200,0.36,30,*GH014114,circumferential_more_than_75%
+7,2200,0.36,30,*GH014117,circumferential_more_than_75%
+7,2200,0.36,30,*GH014113,open_crack
+7,2200,0.36,30,*GH014114,open_crack
+7,2200,0.36,30,*GH014116,open_crack
+7,2200,0.36,30,*GH014117,open_crack
+7,2200,0.36,30,*GH014114,crushed
+7,2200,0.36,30,*GH014117,crushed
+7,2200,0.29,60,*GH014118,longitudinal_more_than_75%
+7,2200,0.29,60,*GH014119,longitudinal_more_than_75%
+7,2200,0.29,60,*GH014120,longitudinal_more_than_75%
+7,2200,0.29,60,*GH014121,longitudinal_more_than_75%
+7,2200,0.29,60,*GH014122,longitudinal_more_than_75%
+7,2200,0.29,60,*GH014123,longitudinal_more_than_75%
+7,2200,0.29,60,*GH014122,circumferential_between_25_50%
+7,2200,0.29,60,*GH014123,circumferential_between_25_50%
+7,2200,0.29,60,*GH014119,circumferential_between_50_75%
+7,2200,0.29,60,*GH014121,circumferential_between_50_75%
+7,2200,0.29,60,*GH014118,circumferential_more_than_75%
+7,2200,0.29,60,*GH014120,circumferential_more_than_75%
+7,2200,0.29,60,*GH014118,open_crack
+7,2200,0.29,60,*GH014120,open_crack
+7,2200,0.29,60,*GH014121,open_crack
+7,2200,0.29,60,*GH014122,open_crack
+7,2200,0.29,60,*GH014123,open_crack
+7,2200,0.29,30,*GH014124,longitudinal_more_than_75%
+7,2200,0.29,30,*GH014125,longitudinal_more_than_75%
+7,2200,0.29,30,*GH014125,longitudinal_more_than_75%
+7,2200,0.29,30,*GH014126,longitudinal_more_than_75%
+7,2200,0.29,30,*GH014127,longitudinal_more_than_75%
+7,2200,0.29,30,*GH014128,longitudinal_more_than_75%
+7,2200,0.29,30,*GH014129,longitudinal_more_than_75%
+7,2200,0.29,30,*GH014124,circumferential_less_than_25%
+7,2200,0.29,30,*GH014125,circumferential_between_25_50%
+7,2200,0.29,30,*GH014125,circumferential_between_25_50%
+7,2200,0.29,30,*GH014126,circumferential_between_25_50%
+7,2200,0.29,30,*GH014128,circumferential_between_25_50%
+7,2200,0.29,30,*GH014127,circumferential_between_50_75%
+7,2200,0.29,30,*GH014129,circumferential_more_than_75%
+7,2200,0.29,30,*GH014124,open_crack
+7,2200,0.29,30,*GH014125,open_crack
+7,2200,0.29,30,*GH014126,open_crack
+7,2200,0.29,30,*GH014127,open_crack
+7,2200,0.29,30,*GH014128,open_crack
+7,2200,0.29,30,*GH014129,open_crack
+9,1800,0.29,60,GH013648,longitudinal_between_50_75%
+9,1800,0.29,60,GH013644,longitudinal_more_than_75%
+9,1800,0.29,60,GH013645,longitudinal_more_than_75%
+9,1800,0.29,60,GH013646,longitudinal_more_than_75%
+9,1800,0.29,60,GH013647,longitudinal_more_than_75%
+9,1800,0.29,60,GH013649,longitudinal_more_than_75%
+9,1800,0.29,60,GH013647,circumferential_between_25_50%
+9,1800,0.29,60,GH013648,circumferential_between_25_50%
+9,1800,0.29,60,GH013649,circumferential_between_25_50%
+9,1800,0.29,60,GH013644,circumferential_between_50_75%
+9,1800,0.29,60,GH013645,circumferential_between_50_75%
+9,1800,0.29,60,GH013646,circumferential_between_50_75%
+9,1800,0.29,60,GH013644,open_crack
+9,1800,0.29,60,GH013645,open_crack
+9,1800,0.29,60,GH013646,open_crack
+9,1800,0.29,60,GH013647,open_crack
+9,1800,0.29,60,GH013649,open_crack
+9,1800,0.22,45,GH013655,longitudinal_between_50_75%
+9,1800,0.22,45,GH013650,longitudinal_more_than_75%
+9,1800,0.22,45,GH013651,longitudinal_more_than_75%
+9,1800,0.22,45,GH013653,longitudinal_more_than_75%
+9,1800,0.22,45,GH013654,longitudinal_more_than_75%
+9,1800,0.22,45,GH013656,longitudinal_more_than_75%
+9,1800,0.22,45,GH013653,circumferential_between_50_75%
+9,1800,0.22,45,GH013654,circumferential_between_50_75%
+9,1800,0.22,45,GH013650,circumferential_more_than_75%
+9,1800,0.22,45,GH013651,circumferential_more_than_75%
+9,1800,0.22,45,GH013655,circumferential_more_than_75%
+9,1800,0.22,45,GH01366,circumferential_more_than_75%
+9,1800,0.22,45,GH013650,open_crack
+9,1800,0.22,45,GH013651,open_crack
+9,1800,0.22,45,GH013653,open_crack
+9,1800,0.22,45,GH013654,open_crack
+9,1800,0.22,45,GH013655,open_crack
+9,1800,0.22,45,GH013656,open_crack
+9,1800,0.22,45,GH013655,crushed
+9,1800,0.36,30,GH013660,untouched
+9,1800,0.36,30,GH013657,longitudinal_between_50_75%
+9,1800,0.36,30,GH013658,longitudinal_between_50_75%
+9,1800,0.36,30,GH013661,longitudinal_between_50_75%
+9,1800,0.36,30,GH013659,longitudinal_more_than_75%
+9,1800,0.36,30,GH013657,circumferential_less_than_25%
+9,1800,0.36,30,GH013658,circumferential_less_than_25%
+9,1800,0.36,30,GH013661,circumferential_less_than_25%
+9,1800,0.36,30,GH013659,circumferential_between_25_50%
+9,1800,0.36,60,GH013663,untouched
+9,1800,0.36,60,GH013664,untouched
+9,1800,0.36,60,GH013665,untouched
+9,1800,0.36,60,GH013666,untouched
+9,1800,0.36,60,*GH013662,longitudinal_more_than_75%
+9,1800,0.36,60,*GH013662,circumferential_more_than_75%
+9,1800,0.36,60,*GH013662,open_crack
+9,1800,0.36,60,*GH013662,crushed
+9,1800,0.22,30,GH013668,longitudinal_between_25_50%
+9,1800,0.22,30,GH013667,longitudinal_more_than_75%
+9,1800,0.22,30,GH013669,longitudinal_more_than_75%
+9,1800,0.22,30,GH013670,longitudinal_more_than_75%
+9,1800,0.22,30,GH013671,longitudinal_more_than_75%
+9,1800,0.22,30,GH013672,longitudinal_more_than_75%
+9,1800,0.22,30,GH013667,circumferential_less_than_25%
+9,1800,0.22,30,GH013668,circumferential_less_than_25%
+9,1800,0.22,30,GH013670,circumferential_less_than_25%
+9,1800,0.22,30,GH013669,circumferential_between_25_50%
+9,1800,0.22,30,GH013671,circumferential_between_25_50%
+9,1800,0.22,30,GH013672,circumferential_between_25_50%
+9,1800,0.22,30,GH013667,open_crack
+9,1800,0.22,30,GH013669,open_crack
+9,1800,0.22,30,GH013671,open_crack
+9,1800,0.22,30,GH013672,open_crack
+9,1800,0.29,45,GH013675,untouched
+9,1800,0.29,45,GH013676,untouched
+9,1800,0.29,45,GH013677,untouched
+9,1800,0.29,45,GH013678,longitudinal_between_25_50%
+9,1800,0.29,45,GH013673,longitudinal_more_than_75%
+9,1800,0.29,45,GH013674,longitudinal_more_than_75%
+9,1800,0.29,45,GH013673,circumferential_less_than_25%
+9,1800,0.29,45,GH013674,circumferential_less_than_25%
+9,1800,0.29,45,GH013678,circumferential_less_than_25%
+9,1800,0.29,30,GH013683,untouched
+9,1800,0.29,30,GH013679,longitudinal_between_25_50%
+9,1800,0.29,30,GH013682,longitudinal_between_50_75%
+9,1800,0.29,30,GH013684,longitudinal_between_50_75%
+9,1800,0.29,30,GH013680,longitudinal_more_than_75%
+9,1800,0.29,30,GH013681,longitudinal_more_than_75%
+9,1800,0.29,30,GH013679,circumferential_less_than_25%
+9,1800,0.29,30,GH013682,circumferential_less_than_25%
+9,1800,0.29,30,GH013684,circumferential_less_than_25%
+9,1800,0.29,30,GH013680,circumferential_between_25_50%
+9,1800,0.29,30,GH013681,circumferential_more_than_75%
+9,1800,0.29,30,GH013680,open_crack
+9,1800,0.29,30,GH013681,open_crack
+9,1800,0.36,45,GH013685,untouched
+9,1800,0.36,45,GH013688,untouched
+9,1800,0.36,45,GH013689,untouched
+9,1800,0.36,45,GH013690,untouched
+9,1800,0.36,45,GH013686,longitudinal_more_than_75%
+9,1800,0.36,45,GH013687,longitudinal_more_than_75%
+9,1800,0.36,45,GH013686,circumferential_less_than_25%
+9,1800,0.36,45,GH013687,circumferential_more_than_75%
+9,1800,0.36,45,GH013687,open_crack
+9,1800,0.36,45,GH013687,crushed
+9,1800,0.22,60,GH013693,untouched
+9,1800,0.22,60,GH013692,longitudinal_between_50_75%
+9,1800,0.22,60,GH013694,longitudinal_between_50_75%
+9,1800,0.22,60,GH013695,longitudinal_between_50_75%
+9,1800,0.22,60,GH013691,longitudinal_more_than_75%
+9,1800,0.22,60,GH013696,longitudinal_more_than_75%
+9,1800,0.22,60,GH013692,circumferential_less_than_25%
+9,1800,0.22,60,GH013694,circumferential_between_25_50%
+9,1800,0.22,60,GH013695,circumferential_between_25_50%
+9,1800,0.22,60,GH013696,circumferential_between_25_50%
+9,1800,0.22,60,GH013691,circumferential_between_50_75%
+9,1800,0.22,60,GH013691,open_crack
+9,1800,0.22,60,GH013694,open_crack
+9,1800,0.22,60,GH013695,open_crack
+9,1800,0.22,60,GH013696,open_crack
+9,1800,0.22,30,GH013698,longitudinal_between_50_75%
+9,1800,0.22,30,GH013700,longitudinal_between_50_75%
+9,1800,0.22,30,GH013697,longitudinal_more_than_75%
+9,1800,0.22,30,GH013699,longitudinal_more_than_75%
+9,1800,0.22,30,GH013701,longitudinal_more_than_75%
+9,1800,0.22,30,GH013702,longitudinal_more_than_75%
+9,1800,0.22,30,GH013700,circumferential_less_than_25%
+9,1800,0.22,30,GH013701,circumferential_less_than_25%
+9,1800,0.22,30,GH013702,circumferential_less_than_25%
+9,1800,0.22,30,GH013698,circumferential_between_25_50%
+9,1800,0.22,30,GH013699,circumferential_between_25_50%
+9,1800,0.22,30,GH013697,circumferential_more_than_75%
+9,1800,0.22,30,GH013697,open_crack
+9,1800,0.22,30,GH013698,open_crack
+9,1800,0.22,30,GH013699,open_crack
+9,1800,0.22,30,GH013697,crushed
+9,1800,0.29,60,GH013706,untouched
+9,1800,0.29,60,GH013708,untouched
+9,1800,0.29,60,GH013707,longitudinal_less_than_25%
+9,1800,0.29,60,GH013703,longitudinal_more_than_75%
+9,1800,0.29,60,GH013704,longitudinal_more_than_75%
+9,1800,0.29,60,GH013705,longitudinal_more_than_75%
+9,1800,0.29,60,GH013704,circumferential_less_than_25%
+9,1800,0.29,60,GH013707,circumferential_less_than_25%
+9,1800,0.29,60,GH013705,circumferential_between_25_50%
+9,1800,0.29,60,GH013703,circumferential_more_than_75%
+9,1800,0.29,60,GH013703,open_crack
+9,1800,0.29,60,GH013704,open_crack
+9,1800,0.29,60,GH013705,open_crack
+9,1800,0.29,60,GH013703,crushed
+9,1800,0.29,45,GH013710,untouched
+9,1800,0.29,45,GH013711,untouched
+9,1800,0.29,45,GH013714,longitudinal_less_than_25%
+9,1800,0.29,45,GH013712,longitudinal_between_50_75%
+9,1800,0.29,45,GH013709,longitudinal_more_than_75%
+9,1800,0.29,45,GH013713,longitudinal_more_than_75%
+9,1800,0.29,45,GH013709,circumferential_less_than_25%
+9,1800,0.29,45,GH013712,circumferential_less_than_25%
+9,1800,0.29,45,GH013714,circumferential_less_than_25%
+9,1800,0.29,45,GH013713,circumferential_between_50_75%
+9,1800,0.29,45,GH013713,open_crack
+9,1800,0.36,45,GH013719,untouched
+9,1800,0.36,45,GH013720,untouched
+9,1800,0.36,45,GH013715,longitudinal_less_than_25%
+9,1800,0.36,45,GH013718,longitudinal_between_50_75%
+9,1800,0.36,45,GH013716,longitudinal_more_than_75%
+9,1800,0.36,45,GH013717,longitudinal_more_than_75%
+9,1800,0.36,45,GH013715,circumferential_less_than_25%
+9,1800,0.36,45,GH013716,circumferential_less_than_25%
+9,1800,0.36,45,GH013717,circumferential_less_than_25%
+9,1800,0.36,45,GH013718,circumferential_between_25_50%
+9,1800,0.36,45,GH013718,open_crack
+9,1800,0.29,30,GH013721,untouched
+9,1800,0.29,30,GH013724,untouched
+9,1800,0.29,30,GH013726,untouched
+9,1800,0.29,30,GH013722,longitudinal_between_50_75%
+9,1800,0.29,30,GH013723,longitudinal_more_than_75%
+9,1800,0.29,30,GH013725,longitudinal_more_than_75%
+9,1800,0.29,30,GH013723,circumferential_less_than_25%
+9,1800,0.29,30,GH013725,circumferential_less_than_25%
+9,1800,0.29,30,GH013722,circumferential_between_25_50%
+9,1800,0.29,30,GH013722,open_crack
+9,1800,0.22,45,GH013727,untouched
+9,1800,0.22,45,GH013732,untouched
+9,1800,0.22,45,GH013731,longitudinal_between_25_50%
+9,1800,0.22,45,GH013728,longitudinal_more_than_75%
+9,1800,0.22,45,GH013729,longitudinal_more_than_75%
+9,1800,0.22,45,GH013730,longitudinal_more_than_75%
+9,1800,0.22,45,GH013730,circumferential_between_25_50%
+9,1800,0.22,45,GH013728,circumferential_between_50_75%
+9,1800,0.22,45,GH013729,circumferential_between_50_75%
+9,1800,0.22,45,GH013731,circumferential_more_than_75%
+9,1800,0.22,45,GH013728,open_crack
+9,1800,0.22,45,GH013729,open_crack
+9,1800,0.36,30,GH013734,untouched
+9,1800,0.36,30,GH013735,untouched
+9,1800,0.36,30,GH013737,untouched
+9,1800,0.36,30,GH013736,longitudinal_between_50_75%
+9,1800,0.36,30,GH013733,longitudinal_more_than_75%
+9,1800,0.36,30,GH013738,longitudinal_more_than_75%
+9,1800,0.36,30,GH013733,circumferential_less_than_25%
+9,1800,0.36,30,GH013736,circumferential_between_25_50%
+9,1800,0.36,30,GH013738,circumferential_between_50_75%
+9,1800,0.36,30,GH013738,open_crack
+9,1800,0.22,60,GH013744,untouched
+9,1800,0.22,60,GH013743,longitudinal_between_50_75%
+9,1800,0.22,60,GH013739,longitudinal_more_than_75%
+9,1800,0.22,60,GH013740,longitudinal_more_than_75%
+9,1800,0.22,60,GH013741,longitudinal_more_than_75%
+9,1800,0.22,60,GH013742,longitudinal_more_than_75%
+9,1800,0.22,60,GH013742,circumferential_between_25_50%
+9,1800,0.22,60,GH013743,circumferential_between_25_50%
+9,1800,0.22,60,GH013739,circumferential_between_50_75%
+9,1800,0.22,60,GH013740,circumferential_between_50_75%
+9,1800,0.22,60,GH013741,circumferential_between_50_75%
+9,1800,0.22,60,GH013739,open_crack
+9,1800,0.22,60,GH013740,open_crack
+9,1800,0.22,60,GH013742,open_crack
+9,1800,0.36,60,*GH013747,untouched
+9,1800,0.36,60,*GH013749,untouched
+9,1800,0.36,60,*GH013746,longitudinal_more_than_75%
+9,1800,0.36,60,*GH013748,longitudinal_more_than_75%
+9,1800,0.36,60,*GH013746,circumferential_less_than_25%
+9,1800,0.36,60,*GH013748,circumferential_less_than_25%
+9,1800,0.22,60,*GH013750,longitudinal_more_than_75%
+9,1800,0.22,60,*GH013751,longitudinal_more_than_75%
+9,1800,0.22,60,*GH013752,longitudinal_more_than_75%
+9,1800,0.22,60,*GH013753,longitudinal_more_than_75%
+9,1800,0.22,60,*GH013754,longitudinal_more_than_75%
+9,1800,0.22,60,*GH013755,longitudinal_more_than_75%
+9,1800,0.22,60,*GH013751,circumferential_less_than_25%
+9,1800,0.22,60,*GH013752,circumferential_less_than_25%
+9,1800,0.22,60,*GH013750,circumferential_between_25_50%
+9,1800,0.22,60,*GH013753,circumferential_between_50_75%
+9,1800,0.22,60,*GH013754,circumferential_between_50_75%
+9,1800,0.22,60,*GH013755,circumferential_between_50_75%
+9,1800,0.22,60,*GH013750,open_crack
+9,1800,0.22,60,*GH013752,open_crack
+9,1800,0.22,60,*GH013753,open_crack
+9,1800,0.22,60,*GH013754,open_crack
+9,1800,0.22,60,*GH013755,open_crack
+9,1800,0.36,45,*GH013757,untouched
+9,1800,0.36,45,*GH013758,untouched
+9,1800,0.36,45,*GH013760,longitudinal_between_50_75%
+9,1800,0.36,45,*GH013756,longitudinal_more_than_75%
+9,1800,0.36,45,*GH013759,longitudinal_more_than_75%
+9,1800,0.36,45,*GH013761,longitudinal_more_than_75%
+9,1800,0.36,45,*GH013759,circumferential_less_than_25%
+9,1800,0.36,45,*GH013760,circumferential_less_than_25%
+9,1800,0.36,45,*GH013756,circumferential_between_25_50%
+9,1800,0.36,45,*GH013761,circumferential_more_than_75%
+9,1800,0.36,45,*GH013761,open_crack
+9,1800,0.36,45,*GH013761,crushed
+9,1800,0.29,45,*GH013762,untouched
+9,1800,0.29,45,*GH013764,untouched
+9,1800,0.29,45,*GH013766,untouched
+9,1800,0.29,45,*GH013767,longitudinal_between_25_50%
+9,1800,0.29,45,*GH013763,longitudinal_more_than_75%
+9,1800,0.29,45,*GH013765,longitudinal_more_than_75%
+9,1800,0.29,45,*GH013763,circumferential_less_than_25%
+9,1800,0.29,45,*GH013765,circumferential_less_than_25%
+9,1800,0.29,45,*GH013767,circumferential_less_than_25%
+9,1800,0.29,30,*GH013770,untouched
+9,1800,0.29,30,*GH013773,untouched
+9,1800,0.29,30,*GH013768,longitudinal_between_50_75%
+9,1800,0.29,30,*GH013769,longitudinal_more_than_75%
+9,1800,0.29,30,*GH013771,longitudinal_more_than_75%
+9,1800,0.29,30,*GH013772,longitudinal_more_than_75%
+9,1800,0.29,30,*GH013768,circumferential_less_than_25%
+9,1800,0.29,30,*GH013769,circumferential_less_than_25%
+9,1800,0.29,30,*GH013772,circumferential_less_than_25%
+9,1800,0.29,30,*GH013771,circumferential_more_than_75%
+9,1800,0.29,30,*GH013771,open_crack
+9,1800,0.29,30,*GH013771,crushed
+9,1800,0.36,60,*GH013786,untouched
+9,1800,0.36,60,*GH013787,untouched
+9,1800,0.36,60,*GH013790,untouched
+9,1800,0.36,60,*GH013788,longitudinal_more_than_75%
+9,1800,0.36,60,*GH013789,longitudinal_more_than_75%
+9,1800,0.36,60,*GH013791,longitudinal_more_than_75%
+9,1800,0.36,60,*GH013791,circumferential_less_than_25%
+9,1800,0.36,60,*GH013789,circumferential_between_25_50%
+9,1800,0.36,60,*GH013788,circumferential_more_than_75%
+9,1800,0.36,60,*GH013788,open_crack
+9,1800,0.36,60,*GH013788,crushed
+9,1800,0.22,30,*GH013781,longitudinal_between_50_75%
+9,1800,0.22,30,*GH013780,longitudinal_more_than_75%
+9,1800,0.22,30,*GH013782,longitudinal_more_than_75%
+9,1800,0.22,30,*GH013783,longitudinal_more_than_75%
+9,1800,0.22,30,*GH013784,longitudinal_more_than_75%
+9,1800,0.22,30,*GH013785,longitudinal_more_than_75%
+9,1800,0.22,30,*GH013781,circumferential_less_than_25%
+9,1800,0.22,30,*GH013785,circumferential_less_than_25%
+9,1800,0.22,30,*GH013783,circumferential_between_25_50%
+9,1800,0.22,30,*GH013780,circumferential_between_50_75%
+9,1800,0.22,30,*GH013782,circumferential_more_than_75%
+9,1800,0.22,30,*GH013784,circumferential_more_than_75%
+9,1800,0.22,30,*GH013780,open_crack
+9,1800,0.22,30,*GH013782,open_crack
+9,1800,0.22,30,*GH013783,open_crack
+9,1800,0.22,30,*GH013784,open_crack
+9,1800,0.29,60,*GH013792,untouched
+9,1800,0.29,60,*GH013793,longitudinal_between_50_75%
+9,1800,0.29,60,*GH013795,longitudinal_between_50_75%
+9,1800,0.29,60,*GH013797,longitudinal_between_50_75%
+9,1800,0.29,60,*GH013794,longitudinal_more_than_75%
+9,1800,0.29,60,*GH013796,longitudinal_more_than_75%
+9,1800,0.29,60,*GH013793,circumferential_less_than_25%
+9,1800,0.29,60,*GH013794,circumferential_less_than_25%
+9,1800,0.29,60,*GH013795,circumferential_less_than_25%
+9,1800,0.29,60,*GH013796,circumferential_less_than_25%
+9,1800,0.29,60,*GH013797,circumferential_less_than_25%
+9,1800,0.22,45,*GH013798,untouched
+9,1800,0.22,45,*GH013799,untouched
+9,1800,0.22,45,*GH013803,untouched
+9,1800,0.22,45,*GH013800,longitudinal_more_than_75%
+9,1800,0.22,45,*GH013801,longitudinal_more_than_75%
+9,1800,0.22,45,*GH013802,longitudinal_more_than_75%
+9,1800,0.22,45,*GH013800,circumferential_less_than_25%
+9,1800,0.22,45,*GH013801,circumferential_less_than_25%
+9,1800,0.22,45,*GH013802,circumferential_more_than_75%
+9,1800,0.22,45,*GH013802,open_crack
+9,1800,0.22,45,*GH013802,crushed
+9,1800,0.36,45,*GH013807,untouched
+9,1800,0.36,45,*GH013808,longitudinal_between_50_75%
+9,1800,0.36,45,*GH013804,longitudinal_more_than_75%
+9,1800,0.36,45,*GH013805,longitudinal_more_than_75%
+9,1800,0.36,45,*GH013806,longitudinal_more_than_75%
+9,1800,0.36,45,*GH013809,longitudinal_more_than_75%
+9,1800,0.36,45,*GH013808,circumferential_less_than_25%
+9,1800,0.36,45,*GH013809,circumferential_less_than_25%
+9,1800,0.36,45,*GH013804,circumferential_more_than_75%
+9,1800,0.36,45,*GH013805,circumferential_more_than_75%
+9,1800,0.36,45,*GH013806,circumferential_more_than_75%
+9,1800,0.36,45,*GH013804,open_crack
+9,1800,0.36,45,*GH013805,open_crack
+9,1800,0.36,45,*GH013806,open_crack
+9,1800,0.36,45,*GH013804,crushed
+9,2000,0.29,60,*GH013189,longitudinal_between_50_75%
+9,2000,0.29,60,GH013185,longitudinal_more_than_75%
+9,2000,0.29,60,*GH013186,longitudinal_more_than_75%
+9,2000,0.29,60,*GH013187,longitudinal_more_than_75%
+9,2000,0.29,60,*GH013188,longitudinal_more_than_75%
+9,2000,0.29,60,*GH013190,longitudinal_more_than_75%
+9,2000,0.29,60,*GH013188,circumferential_less_than_25%
+9,2000,0.29,60,*GH013190,circumferential_less_than_25%
+9,2000,0.29,60,*GH013187,circumferential_between_25_50%
+9,2000,0.29,60,*GH013189,circumferential_between_25_50%
+9,2000,0.29,60,GH013185,circumferential_between_50_75%
+9,2000,0.29,60,*GH013186,circumferential_more_than_75%
+9,2000,0.29,60,GH013185,open_crack
+9,2000,0.29,60,*GH013186,open_crack
+9,2000,0.29,60,*GH013187,open_crack
+9,2000,0.29,60,*GH013188,open_crack
+9,2000,0.29,60,*GH013189,open_crack
+9,2000,0.22,45,GH013153,longitudinal_between_50_75%
+9,2000,0.22,45,GH013148,longitudinal_more_than_75%
+9,2000,0.22,45,GH013149,longitudinal_more_than_75%
+9,2000,0.22,45,GH013150,longitudinal_more_than_75%
+9,2000,0.22,45,GH013151,longitudinal_more_than_75%
+9,2000,0.22,45,GH013152,longitudinal_more_than_75%
+9,2000,0.22,45,GH013151,circumferential_between_25_50%
+9,2000,0.22,45,GH013148,circumferential_between_50_75%
+9,2000,0.22,45,GH013149,circumferential_between_50_75%
+9,2000,0.22,45,GH013152,circumferential_between_50_75%
+9,2000,0.22,45,GH013150,circumferential_more_than_75%
+9,2000,0.22,45,GH013153,circumferential_more_than_75%
+9,2000,0.22,45,GH013148,open_crack
+9,2000,0.22,45,GH013149,open_crack
+9,2000,0.22,45,GH013150,open_crack
+9,2000,0.22,45,GH013152,open_crack
+9,2000,0.22,45,GH013153,open_crack
+9,2000,0.36,30,*GH013193,untouched
+9,2000,0.36,30,*GH013196,untouched
+9,2000,0.36,30,*GH013191,longitudinal_between_50_75%
+9,2000,0.36,30,*GH013194,longitudinal_between_50_75%
+9,2000,0.36,30,*GH013192,longitudinal_more_than_75%
+9,2000,0.36,30,*GH013195,longitudinal_more_than_75%
+9,2000,0.36,30,*GH013191,circumferential_less_than_25%
+9,2000,0.36,30,*GH013194,circumferential_less_than_25%
+9,2000,0.36,30,*GH013192,circumferential_between_50_75%
+9,2000,0.36,30,*GH013192,open_crack
+9,2000,0.36,60,*GH013198,untouched
+9,2000,0.36,60,*GH013199,longitudinal_between_50_75%
+9,2000,0.36,60,*GH013197,longitudinal_more_than_75%
+9,2000,0.36,60,*GH013200,longitudinal_more_than_75%
+9,2000,0.36,60,GH013201,longitudinal_more_than_75%
+9,2000,0.36,60,*GH013202,longitudinal_more_than_75%
+9,2000,0.36,60,GH013201,circumferential_less_than_25%
+9,2000,0.36,60,*GH013200,circumferential_between_25_50%
+9,2000,0.36,60,*GH013202,circumferential_between_25_50%
+9,2000,0.36,60,*GH013197,circumferential_more_than_75%
+9,2000,0.36,60,*GH013199,circumferential_more_than_75%
+9,2000,0.36,60,*GH013199,open_crack
+9,2000,0.36,60,*GH013200,open_crack
+9,2000,0.36,60,*GH013202,open_crack
+9,2000,0.36,60,*GH013197,crushed
+9,2000,0.22,30,GH013170,longitudinal_less_than_25%
+9,2000,0.22,30,GH013167,longitudinal_more_than_75%
+9,2000,0.22,30,GH013168,longitudinal_more_than_75%
+9,2000,0.22,30,GH013169,longitudinal_more_than_75%
+9,2000,0.22,30,GH013171,longitudinal_more_than_75%
+9,2000,0.22,30,GH013172,longitudinal_more_than_75%
+9,2000,0.22,30,GH013167,circumferential_between_50_75%
+9,2000,0.22,30,GH013170,circumferential_between_50_75%
+9,2000,0.22,30,GH013171,circumferential_between_50_75%
+9,2000,0.22,30,GH013172,circumferential_between_50_75%
+9,2000,0.22,30,GH013168,circumferential_more_than_75%
+9,2000,0.22,30,GH013169,circumferential_more_than_75%
+9,2000,0.22,30,GH013167,open_crack
+9,2000,0.22,30,GH013168,open_crack
+9,2000,0.22,30,GH013169,open_crack
+9,2000,0.22,30,GH013171,open_crack
+9,2000,0.22,30,GH013172,open_crack
+9,2000,0.29,45,*GH013206,longitudinal_between_50_75%
+9,2000,0.29,45,*GH013203,longitudinal_more_than_75%
+9,2000,0.29,45,*GH013204,longitudinal_more_than_75%
+9,2000,0.29,45,*GH013205,longitudinal_more_than_75%
+9,2000,0.29,45,*GH013207,longitudinal_more_than_75%
+9,2000,0.29,45,*GH013208,longitudinal_more_than_75%
+9,2000,0.29,45,*GH013206,circumferential_less_than_25%
+9,2000,0.29,45,*GH013204,circumferential_between_25_50%
+9,2000,0.29,45,*GH013205,circumferential_between_25_50%
+9,2000,0.29,45,*GH013207,circumferential_between_25_50%
+9,2000,0.29,45,*GH013203,circumferential_between_50_75%
+9,2000,0.29,45,*GH013208,circumferential_more_than_75%
+9,2000,0.29,45,*GH013203,open_crack
+9,2000,0.29,45,*GH013204,open_crack
+9,2000,0.29,45,*GH013205,open_crack
+9,2000,0.29,45,*GH013206,open_crack
+9,2000,0.29,45,*GH013207,open_crack
+9,2000,0.29,45,*GH013208,open_crack
+9,2000,0.29,30,*GH013209,longitudinal_more_than_75%
+9,2000,0.29,30,*GH013210,longitudinal_more_than_75%
+9,2000,0.29,30,*GH013211,longitudinal_more_than_75%
+9,2000,0.29,30,*GH013212,longitudinal_more_than_75%
+9,2000,0.29,30,*GH013213,longitudinal_more_than_75%
+9,2000,0.29,30,*GH013214,longitudinal_more_than_75%
+9,2000,0.29,30,*GH013210,circumferential_less_than_25%
+9,2000,0.29,30,*GH013214,circumferential_between_25_50%
+9,2000,0.29,30,*GH013209,circumferential_between_50_75%
+9,2000,0.29,30,*GH013211,circumferential_between_50_75%
+9,2000,0.29,30,*GH013212,circumferential_between_50_75%
+9,2000,0.29,30,*GH013213,circumferential_between_50_75%
+9,2000,0.29,30,*GH013209,open_crack
+9,2000,0.29,30,*GH013211,open_crack
+9,2000,0.29,30,*GH013212,open_crack
+9,2000,0.29,30,*GH013213,open_crack
+9,2000,0.36,45,*GH013217,untouched
+9,2000,0.36,45,*GH013220,untouched
+9,2000,0.36,45,*GH013218,longitudinal_between_50_75%
+9,2000,0.36,45,*GH013215,longitudinal_more_than_75%
+9,2000,0.36,45,*GH013216,longitudinal_more_than_75%
+9,2000,0.36,45,*GH013219,longitudinal_more_than_75%
+9,2000,0.36,45,*GH013218,circumferential_less_than_25%
+9,2000,0.36,45,*GH013219,circumferential_less_than_25%
+9,2000,0.36,45,*GH013216,circumferential_between_25_50%
+9,2000,0.36,45,*GH013215,circumferential_more_than_75%
+9,2000,0.36,45,*GH013215,open_crack
+9,2000,0.22,60,GH013130,longitudinal_more_than_75%
+9,2000,0.22,60,GH013131,longitudinal_more_than_75%
+9,2000,0.22,60,GH013132,longitudinal_more_than_75%
+9,2000,0.22,60,GH013133,longitudinal_more_than_75%
+9,2000,0.22,60,GH013134,longitudinal_more_than_75%
+9,2000,0.22,60,GH013135,longitudinal_more_than_75%
+9,2000,0.22,60,GH013131,circumferential_between_50_75%
+9,2000,0.22,60,GH013132,circumferential_between_50_75%
+9,2000,0.22,60,GH013133,circumferential_between_50_75%
+9,2000,0.22,60,GH013130,circumferential_more_than_75%
+9,2000,0.22,60,GH013134,circumferential_more_than_75%
+9,2000,0.22,60,GH013135,circumferential_more_than_75%
+9,2000,0.22,60,GH013130,open_crack
+9,2000,0.22,60,GH013131,open_crack
+9,2000,0.22,60,GH013132,open_crack
+9,2000,0.22,60,GH013133,open_crack
+9,2000,0.22,60,GH013134,open_crack
+9,2000,0.22,60,GH013135,open_crack
+9,2000,0.22,30,GH013173,longitudinal_more_than_75%
+9,2000,0.22,30,GH013174,longitudinal_more_than_75%
+9,2000,0.22,30,GH013175,longitudinal_more_than_75%
+9,2000,0.22,30,GH013176,longitudinal_more_than_75%
+9,2000,0.22,30,GH013177,longitudinal_more_than_75%
+9,2000,0.22,30,GH013178,longitudinal_more_than_75%
+9,2000,0.22,30,GH013173,circumferential_between_50_75%
+9,2000,0.22,30,GH013174,circumferential_between_50_75%
+9,2000,0.22,30,GH013175,circumferential_between_50_75%
+9,2000,0.22,30,GH013177,circumferential_between_50_75%
+9,2000,0.22,30,GH013178,circumferential_between_50_75%
+9,2000,0.22,30,GH013176,circumferential_more_than_75%
+9,2000,0.22,30,GH013174,open_crack
+9,2000,0.22,30,GH013175,open_crack
+9,2000,0.22,30,GH013176,open_crack
+9,2000,0.22,30,GH013177,open_crack
+9,2000,0.22,30,GH013178,open_crack
+9,2000,0.29,60,*GH013221,longitudinal_more_than_75%
+9,2000,0.29,60,*GH013222,longitudinal_more_than_75%
+9,2000,0.29,60,*GH013223,longitudinal_more_than_75%
+9,2000,0.29,60,*GH013224,longitudinal_more_than_75%
+9,2000,0.29,60,*GH013225,longitudinal_more_than_75%
+9,2000,0.29,60,*GH013226,longitudinal_more_than_75%
+9,2000,0.29,60,*GH013221,circumferential_between_50_75%
+9,2000,0.29,60,*GH013222,circumferential_between_50_75%
+9,2000,0.29,60,*GH013223,circumferential_between_50_75%
+9,2000,0.29,60,*GH013224,circumferential_between_50_75%
+9,2000,0.29,60,*GH013225,circumferential_between_50_75%
+9,2000,0.29,60,*GH013226,circumferential_between_50_75%
+9,2000,0.29,60,*GH013221,open_crack
+9,2000,0.29,60,*GH013222,open_crack
+9,2000,0.29,60,*GH013223,open_crack
+9,2000,0.29,60,*GH013224,open_crack
+9,2000,0.29,60,*GH013225,open_crack
+9,2000,0.29,60,*GH013226,open_crack
+9,2000,0.29,45,GH013227,longitudinal_between_50_75%
+9,2000,0.29,45,GH013228,longitudinal_more_than_75%
+9,2000,0.29,45,GH013229,longitudinal_more_than_75%
+9,2000,0.29,45,GH013230,longitudinal_more_than_75%
+9,2000,0.29,45,GH013231,longitudinal_more_than_75%
+9,2000,0.29,45,GH013232,longitudinal_more_than_75%
+9,2000,0.29,45,GH013227,circumferential_less_than_25%
+9,2000,0.29,45,GH013228,circumferential_between_25_50%
+9,2000,0.29,45,GH013229,circumferential_between_25_50%
+9,2000,0.29,45,GH013231,circumferential_between_25_50%
+9,2000,0.29,45,GH013232,circumferential_between_25_50%
+9,2000,0.29,45,GH013230,circumferential_between_50_75%
+9,2000,0.29,45,GH013228,open_crack
+9,2000,0.29,45,GH013229,open_crack
+9,2000,0.29,45,GH013230,open_crack
+9,2000,0.29,45,GH013231,open_crack
+9,2000,0.29,45,GH013232,open_crack
+9,2000,0.36,45,GH013235,untouched
+9,2000,0.36,45,GH013237,untouched
+9,2000,0.36,45,GH013238,longitudinal_between_50_75%
+9,2000,0.36,45,GH013233,longitudinal_more_than_75%
+9,2000,0.36,45,GH013234,longitudinal_more_than_75%
+9,2000,0.36,45,GH013236,longitudinal_more_than_75%
+9,2000,0.36,45,GH013236,circumferential_less_than_25%
+9,2000,0.36,45,GH013238,circumferential_less_than_25%
+9,2000,0.36,45,GH013233,circumferential_between_50_75%
+9,2000,0.36,45,GH013234,circumferential_between_50_75%
+9,2000,0.36,45,GH013234,open_crack
+9,2000,0.29,30,GH013243,longitudinal_between_50_75%
+9,2000,0.29,30,GH013239,longitudinal_more_than_75%
+9,2000,0.29,30,GH013240,longitudinal_more_than_75%
+9,2000,0.29,30,GH013241,longitudinal_more_than_75%
+9,2000,0.29,30,GH013242,longitudinal_more_than_75%
+9,2000,0.29,30,GH013244,longitudinal_more_than_75%
+9,2000,0.29,30,GH013243,circumferential_less_than_25%
+9,2000,0.29,30,GH013239,circumferential_between_25_50%
+9,2000,0.29,30,GH013242,circumferential_between_50_75%
+9,2000,0.29,30,GH013244,circumferential_between_50_75%
+9,2000,0.29,30,GH013240,circumferential_more_than_75%
+9,2000,0.29,30,GH013241,circumferential_more_than_75%
+9,2000,0.29,30,GH013239,open_crack
+9,2000,0.29,30,GH013240,open_crack
+9,2000,0.29,30,GH013241,open_crack
+9,2000,0.29,30,GH013242,open_crack
+9,2000,0.29,30,GH013244,open_crack
+9,2000,0.22,45,*GH013154,longitudinal_more_than_75%
+9,2000,0.22,45,*GH013155,longitudinal_more_than_75%
+9,2000,0.22,45,GH013156,longitudinal_more_than_75%
+9,2000,0.22,45,GH013157,longitudinal_more_than_75%
+9,2000,0.22,45,GH013158,longitudinal_more_than_75%
+9,2000,0.22,45,GH013159,longitudinal_more_than_75%
+9,2000,0.22,45,*GH013155,circumferential_between_50_75%
+9,2000,0.22,45,GH013157,circumferential_between_50_75%
+9,2000,0.22,45,GH013159,circumferential_between_50_75%
+9,2000,0.22,45,*GH013154,circumferential_more_than_75%
+9,2000,0.22,45,GH013156,circumferential_more_than_75%
+9,2000,0.22,45,GH013158,circumferential_more_than_75%
+9,2000,0.22,45,*GH013154,open_crack
+9,2000,0.22,45,*GH013155,open_crack
+9,2000,0.22,45,GH013156,open_crack
+9,2000,0.22,45,GH013157,open_crack
+9,2000,0.22,45,GH013158,open_crack
+9,2000,0.22,45,GH013159,open_crack
+9,2000,0.36,30,GH013250,untouched
+9,2000,0.36,30,GH013248,longitudinal_between_50_75%
+9,2000,0.36,30,GH013245,longitudinal_more_than_75%
+9,2000,0.36,30,GH013246,longitudinal_more_than_75%
+9,2000,0.36,30,GH013247,longitudinal_more_than_75%
+9,2000,0.36,30,GH013249,longitudinal_more_than_75%
+9,2000,0.36,30,GH013246,circumferential_less_than_25%
+9,2000,0.36,30,GH013247,circumferential_less_than_25%
+9,2000,0.36,30,GH013248,circumferential_less_than_25%
+9,2000,0.36,30,GH013249,circumferential_less_than_25%
+9,2000,0.36,30,GH013245,circumferential_more_than_75%
+9,2000,0.36,30,GH013245,open_crack
+9,2000,0.36,30,GH013249,open_crack
+9,2000,0.22,60,GH013136,longitudinal_more_than_75%
+9,2000,0.22,60,GH013137,longitudinal_more_than_75%
+9,2000,0.22,60,GH013138,longitudinal_more_than_75%
+9,2000,0.22,60,GH013139,longitudinal_more_than_75%
+9,2000,0.22,60,GH013140,longitudinal_more_than_75%
+9,2000,0.22,60,GH013141,longitudinal_more_than_75%
+9,2000,0.22,60,GH013136,circumferential_between_50_75%
+9,2000,0.22,60,GH013137,circumferential_between_50_75%
+9,2000,0.22,60,GH013139,circumferential_between_50_75%
+9,2000,0.22,60,GH013138,circumferential_more_than_75%
+9,2000,0.22,60,GH013140,circumferential_more_than_75%
+9,2000,0.22,60,GH013141,circumferential_more_than_75%
+9,2000,0.22,60,GH013136,open_crack
+9,2000,0.22,60,GH013137,open_crack
+9,2000,0.22,60,GH013138,open_crack
+9,2000,0.22,60,GH013139,open_crack
+9,2000,0.22,60,GH013140,open_crack
+9,2000,0.22,60,GH013141,open_crack
+9,2000,0.36,60,GH013251,untouched
+9,2000,0.36,60,GH013252,longitudinal_between_50_75%
+9,2000,0.36,60,GH013255,longitudinal_between_50_75%
+9,2000,0.36,60,GH013253,longitudinal_more_than_75%
+9,2000,0.36,60,GH013254,longitudinal_more_than_75%
+9,2000,0.36,60,GH013256,longitudinal_more_than_75%
+9,2000,0.36,60,GH013252,circumferential_less_than_25%
+9,2000,0.36,60,GH013253,circumferential_less_than_25%
+9,2000,0.36,60,GH013254,circumferential_less_than_25%
+9,2000,0.36,60,GH013255,circumferential_less_than_25%
+9,2000,0.36,60,GH013256,circumferential_less_than_25%
+9,2000,0.22,60,GH013147,untouched
+9,2000,0.22,60,GH013142,longitudinal_more_than_75%
+9,2000,0.22,60,GH013143,longitudinal_more_than_75%
+9,2000,0.22,60,GH013144,longitudinal_more_than_75%
+9,2000,0.22,60,GH013145,longitudinal_more_than_75%
+9,2000,0.22,60,GH013146,longitudinal_more_than_75%
+9,2000,0.22,60,GH013144,circumferential_between_25_50%
+9,2000,0.22,60,GH013142,circumferential_between_50_75%
+9,2000,0.22,60,GH013143,circumferential_between_50_75%
+9,2000,0.22,60,GH013146,circumferential_between_50_75%
+9,2000,0.22,60,GH013145,circumferential_more_than_75%
+9,2000,0.22,60,GH013142,open_crack
+9,2000,0.22,60,GH013143,open_crack
+9,2000,0.22,60,GH013145,open_crack
+9,2000,0.22,60,GH013146,open_crack
+9,2000,0.36,45,GH013260,untouched
+9,2000,0.36,45,GH013257,longitudinal_between_50_75%
+9,2000,0.36,45,GH013258,longitudinal_between_50_75%
+9,2000,0.36,45,GH013261,longitudinal_between_50_75%
+9,2000,0.36,45,GH013259,longitudinal_more_than_75%
+9,2000,0.36,45,GH013262,longitudinal_more_than_75%
+9,2000,0.36,45,GH013257,circumferential_less_than_25%
+9,2000,0.36,45,GH013258,circumferential_less_than_25%
+9,2000,0.36,45,GH013259,circumferential_less_than_25%
+9,2000,0.36,45,GH013261,circumferential_less_than_25%
+9,2000,0.36,45,GH013262,circumferential_less_than_25%
+9,2000,0.29,45,GH013266,longitudinal_between_50_75%
+9,2000,0.29,45,GH013263,longitudinal_more_than_75%
+9,2000,0.29,45,GH013264,longitudinal_more_than_75%
+9,2000,0.29,45,GH013265,longitudinal_more_than_75%
+9,2000,0.29,45,GH013267,longitudinal_more_than_75%
+9,2000,0.29,45,GH013268,longitudinal_more_than_75%
+9,2000,0.29,45,GH013266,circumferential_less_than_25%
+9,2000,0.29,45,GH013264,circumferential_between_25_50%
+9,2000,0.29,45,GH013267,circumferential_between_25_50%
+9,2000,0.29,45,GH013263,circumferential_between_50_75%
+9,2000,0.29,45,GH013265,circumferential_between_50_75%
+9,2000,0.29,45,GH013268,circumferential_more_than_75%
+9,2000,0.29,45,GH013263,open_crack
+9,2000,0.29,45,GH013264,open_crack
+9,2000,0.29,45,GH013265,open_crack
+9,2000,0.29,45,GH013266,open_crack
+9,2000,0.29,45,GH013267,open_crack
+9,2000,0.29,45,GH013268,open_crack
+9,2000,0.29,30,GH013269,longitudinal_less_than_25%
+9,2000,0.29,30,GH013270,longitudinal_between_25_50%
+9,2000,0.29,30,GH013271,longitudinal_between_50_75%
+9,2000,0.29,30,GH013272,longitudinal_between_50_75%
+9,2000,0.29,30,GH013273,longitudinal_between_50_75%
+9,2000,0.29,30,GH013274,longitudinal_more_than_75%
+9,2000,0.29,30,GH013269,circumferential_less_than_25%
+9,2000,0.29,30,GH013270,circumferential_between_25_50%
+9,2000,0.29,30,GH013273,circumferential_between_25_50%
+9,2000,0.29,30,GH013271,circumferential_between_50_75%
+9,2000,0.29,30,GH013272,circumferential_between_50_75%
+9,2000,0.29,30,GH013274,circumferential_between_50_75%
+9,2000,0.29,30,GH013271,open_crack
+9,2000,0.29,30,GH013272,open_crack
+9,2000,0.29,30,GH013273,open_crack
+9,2000,0.29,30,GH013274,open_crack
+9,2000,0.36,60,GH013276,untouched
+9,2000,0.36,60,GH013275,longitudinal_between_50_75%
+9,2000,0.36,60,GH013278,longitudinal_between_50_75%
+9,2000,0.36,60,GH013277,longitudinal_more_than_75%
+9,2000,0.36,60,GH013279,longitudinal_more_than_75%
+9,2000,0.36,60,GH013280,longitudinal_more_than_75%
+9,2000,0.36,60,GH013275,circumferential_less_than_25%
+9,2000,0.36,60,GH013277,circumferential_less_than_25%
+9,2000,0.36,60,GH013280,circumferential_less_than_25%
+9,2000,0.36,60,GH013278,circumferential_between_25_50%
+9,2000,0.36,60,GH013279,circumferential_between_50_75%
+9,2000,0.36,60,GH013279,open_crack
+9,2000,0.22,30,GH013179,longitudinal_more_than_75%
+9,2000,0.22,30,GH013180,longitudinal_more_than_75%
+9,2000,0.22,30,GH013181,longitudinal_more_than_75%
+9,2000,0.22,30,GH013182,longitudinal_more_than_75%
+9,2000,0.22,30,GH013183,longitudinal_more_than_75%
+9,2000,0.22,30,GH013184,longitudinal_more_than_75%
+9,2000,0.22,30,GH013179,circumferential_between_25_50%
+9,2000,0.22,30,GH013180,circumferential_between_25_50%
+9,2000,0.22,30,GH013184,circumferential_between_50_75%
+9,2000,0.22,30,GH013181,circumferential_more_than_75%
+9,2000,0.22,30,GH013182,circumferential_more_than_75%
+9,2000,0.22,30,GH013183,circumferential_more_than_75%
+9,2000,0.22,30,GH013181,open_crack
+9,2000,0.22,30,GH013182,open_crack
+9,2000,0.22,30,GH013183,open_crack
+9,2000,0.22,30,GH013184,open_crack
+9,2000,0.29,60,GH013284,untouched
+9,2000,0.29,60,GH013285,longitudinal_between_50_75%
+9,2000,0.29,60,GH013281,longitudinal_more_than_75%
+9,2000,0.29,60,GH013282,longitudinal_more_than_75%
+9,2000,0.29,60,GH013283,longitudinal_more_than_75%
+9,2000,0.29,60,GH013286,longitudinal_more_than_75%
+9,2000,0.29,60,GH013283,circumferential_between_25_50%
+9,2000,0.29,60,GH013285,circumferential_between_25_50%
+9,2000,0.29,60,GH013281,circumferential_between_50_75%
+9,2000,0.29,60,GH013282,circumferential_between_50_75%
+9,2000,0.29,60,GH013286,circumferential_between_50_75%
+9,2000,0.29,60,GH013281,open_crack
+9,2000,0.29,60,GH013282,open_crack
+9,2000,0.29,60,GH013283,open_crack
+9,2000,0.29,60,GH013285,open_crack
+9,2000,0.29,60,GH013286,open_crack
+9,2000,0.22,45,GH013162,longitudinal_between_25_50%
+9,2000,0.22,45,GH013160,longitudinal_more_than_75%
+9,2000,0.22,45,GH013161,longitudinal_more_than_75%
+9,2000,0.22,45,GH013163,longitudinal_more_than_75%
+9,2000,0.22,45,GH013164,longitudinal_more_than_75%
+9,2000,0.22,45,GH013165,longitudinal_more_than_75%
+9,2000,0.22,45,GH013160,circumferential_between_50_75%
+9,2000,0.22,45,GH013163,circumferential_between_50_75%
+9,2000,0.22,45,GH013161,circumferential_more_than_75%
+9,2000,0.22,45,GH013162,circumferential_more_than_75%
+9,2000,0.22,45,GH013164,circumferential_more_than_75%
+9,2000,0.22,45,GH013165,circumferential_more_than_75%
+9,2000,0.22,45,GH013160,open_crack
+9,2000,0.22,45,GH013161,open_crack
+9,2000,0.22,45,GH013163,open_crack
+9,2000,0.22,45,GH013164,open_crack
+9,2000,0.22,45,GH013165,open_crack
+9,2000,0.36,45,GH013287,untouched
+9,2000,0.36,45,GH013288,untouched
+9,2000,0.36,45,GH013289,untouched
+9,2000,0.36,45,GH013292,untouched
+9,2000,0.36,45,GH013290,longitudinal_more_than_75%
+9,2000,0.36,45,GH013291,longitudinal_more_than_75%
+9,2000,0.36,45,GH013291,circumferential_less_than_25%
+9,2000,0.36,45,GH013290,circumferential_between_25_50%
+9,2000,0.36,45,GH013290,open_crack
+9,2200,0.29,60,*GH014297,longitudinal_between_50_75%
+9,2200,0.29,60,*GH014298,longitudinal_more_than_75%
+9,2200,0.29,60,*GH014299,longitudinal_more_than_75%
+9,2200,0.29,60,*GH014300,longitudinal_more_than_75%
+9,2200,0.29,60,*GH014301,longitudinal_more_than_75%
+9,2200,0.29,60,*GH014302,longitudinal_more_than_75%
+9,2200,0.29,60,*GH014297,circumferential_less_than_25%
+9,2200,0.29,60,*GH014302,circumferential_between_25_50%
+9,2200,0.29,60,*GH014300,circumferential_between_50_75%
+9,2200,0.29,60,*GH014301,circumferential_between_50_75%
+9,2200,0.29,60,*GH014298,circumferential_more_than_75%
+9,2200,0.29,60,*GH014299,circumferential_more_than_75%
+9,2200,0.29,60,*GH014297,open_crack
+9,2200,0.29,60,*GH014298,open_crack
+9,2200,0.29,60,*GH014299,open_crack
+9,2200,0.29,60,*GH014300,open_crack
+9,2200,0.29,60,*GH014301,open_crack
+9,2200,0.29,60,*GH014302,open_crack
+9,2200,0.22,45,*GH014304,longitudinal_more_than_75%
+9,2200,0.22,45,*GH014305,longitudinal_more_than_75%
+9,2200,0.22,45,*GH014306,longitudinal_more_than_75%
+9,2200,0.22,45,*GH014307,longitudinal_more_than_75%
+9,2200,0.22,45,*GH014308,longitudinal_more_than_75%
+9,2200,0.22,45,*GH014309,longitudinal_more_than_75%
+9,2200,0.22,45,*GH014304,circumferential_between_50_75%
+9,2200,0.22,45,*GH014305,circumferential_between_50_75%
+9,2200,0.22,45,*GH014306,circumferential_more_than_75%
+9,2200,0.22,45,*GH014307,circumferential_more_than_75%
+9,2200,0.22,45,*GH014308,circumferential_more_than_75%
+9,2200,0.22,45,*GH014309,circumferential_more_than_75%
+9,2200,0.22,45,*GH014304,open_crack
+9,2200,0.22,45,*GH014305,open_crack
+9,2200,0.22,45,*GH014306,open_crack
+9,2200,0.22,45,*GH014307,open_crack
+9,2200,0.22,45,*GH014308,open_crack
+9,2200,0.22,45,*GH014309,open_crack
+9,2200,0.22,45,*GH014308,crushed
+9,2200,0.36,30,*GH014314,longitudinal_between_50_75%
+9,2200,0.36,30,*GH014315,longitudinal_between_50_75%
+9,2200,0.36,30,*GH014310,longitudinal_more_than_75%
+9,2200,0.36,30,*GH014311,longitudinal_more_than_75%
+9,2200,0.36,30,*GH014312,longitudinal_more_than_75%
+9,2200,0.36,30,*GH014313,longitudinal_more_than_75%
+9,2200,0.36,30,*GH014314,circumferential_less_than_25%
+9,2200,0.36,30,*GH014310,circumferential_between_25_50%
+9,2200,0.36,30,*GH014311,circumferential_between_25_50%
+9,2200,0.36,30,*GH014313,circumferential_between_25_50%
+9,2200,0.36,30,*GH014315,circumferential_between_25_50%
+9,2200,0.36,30,*GH014312,circumferential_more_than_75%
+9,2200,0.36,30,*GH014310,open_crack
+9,2200,0.36,30,*GH014311,open_crack
+9,2200,0.36,30,*GH014312,open_crack
+9,2200,0.36,30,*GH014313,open_crack
+9,2200,0.36,30,*GH014315,open_crack
+9,2200,0.36,30,*GH014312,crushed
+9,2200,0.36,60,*GH014321,untouched
+9,2200,0.36,60,*GH014316,longitudinal_between_50_75%
+9,2200,0.36,60,*GH014317,longitudinal_more_than_75%
+9,2200,0.36,60,*GH014318,longitudinal_more_than_75%
+9,2200,0.36,60,*GH014319,longitudinal_more_than_75%
+9,2200,0.36,60,*GH014320,longitudinal_more_than_75%
+9,2200,0.36,60,*GH014317,circumferential_less_than_25%
+9,2200,0.36,60,*GH014316,circumferential_between_25_50%
+9,2200,0.36,60,*GH014318,circumferential_between_25_50%
+9,2200,0.36,60,*GH014319,circumferential_between_50_75%
+9,2200,0.36,60,*GH014320,circumferential_between_50_75%
+9,2200,0.36,60,*GH014318,open_crack
+9,2200,0.36,60,*GH014319,open_crack
+9,2200,0.22,30,*GH014322,longitudinal_more_than_75%
+9,2200,0.22,30,*GH014323,longitudinal_more_than_75%
+9,2200,0.22,30,*GH014324,longitudinal_more_than_75%
+9,2200,0.22,30,*GH014325,longitudinal_more_than_75%
+9,2200,0.22,30,*GH014326,longitudinal_more_than_75%
+9,2200,0.22,30,*GH014327,longitudinal_more_than_75%
+9,2200,0.22,30,*GH014322,circumferential_between_50_75%
+9,2200,0.22,30,*GH014323,circumferential_more_than_75%
+9,2200,0.22,30,*GH014324,circumferential_more_than_75%
+9,2200,0.22,30,*GH014325,circumferential_more_than_75%
+9,2200,0.22,30,*GH014326,circumferential_more_than_75%
+9,2200,0.22,30,*GH014327,circumferential_more_than_75%
+9,2200,0.22,30,*GH014322,open_crack
+9,2200,0.22,30,*GH014323,open_crack
+9,2200,0.22,30,*GH014324,open_crack
+9,2200,0.22,30,*GH014325,open_crack
+9,2200,0.22,30,*GH014326,open_crack
+9,2200,0.22,30,*GH014327,open_crack
+9,2200,0.29,45,*GH014329,longitudinal_between_50_75%
+9,2200,0.29,45,*GH014331,longitudinal_between_50_75%
+9,2200,0.29,45,*GH014328,longitudinal_more_than_75%
+9,2200,0.29,45,*GH014330,longitudinal_more_than_75%
+9,2200,0.29,45,*GH014332,longitudinal_more_than_75%
+9,2200,0.29,45,*GH014333,longitudinal_more_than_75%
+9,2200,0.29,45,*GH014329,circumferential_less_than_25%
+9,2200,0.29,45,*GH014331,circumferential_between_25_50%
+9,2200,0.29,45,*GH014332,circumferential_between_25_50%
+9,2200,0.29,45,*GH014328,circumferential_between_50_75%
+9,2200,0.29,45,*GH014330,circumferential_between_50_75%
+9,2200,0.29,45,*GH014333,circumferential_between_50_75%
+9,2200,0.29,45,*GH014328,open_crack
+9,2200,0.29,45,*GH014330,open_crack
+9,2200,0.29,45,*GH014331,open_crack
+9,2200,0.29,45,*GH014332,open_crack
+9,2200,0.29,45,*GH014333,open_crack
+9,2200,0.29,30,*GH014334,longitudinal_more_than_75%
+9,2200,0.29,30,*GH014335,longitudinal_more_than_75%
+9,2200,0.29,30,*GH014336,longitudinal_more_than_75%
+9,2200,0.29,30,*GH014337,longitudinal_more_than_75%
+9,2200,0.29,30,*GH014339,longitudinal_more_than_75%
+9,2200,0.29,30,*GH014340,longitudinal_more_than_75%
+9,2200,0.29,30,*GH014340,circumferential_between_25_50%
+9,2200,0.29,30,*GH014334,circumferential_between_50_75%
+9,2200,0.29,30,*GH014336,circumferential_between_50_75%
+9,2200,0.29,30,*GH014335,circumferential_more_than_75%
+9,2200,0.29,30,*GH014337,circumferential_more_than_75%
+9,2200,0.29,30,*GH014339,circumferential_more_than_75%
+9,2200,0.29,30,*GH014334,open_crack
+9,2200,0.29,30,*GH014335,open_crack
+9,2200,0.29,30,*GH014336,open_crack
+9,2200,0.29,30,*GH014337,open_crack
+9,2200,0.29,30,*GH014339,open_crack
+9,2200,0.29,30,*GH014340,open_crack
+9,2200,0.36,45,*GH014341,longitudinal_between_50_75%
+9,2200,0.36,45,*GH014344,longitudinal_between_50_75%
+9,2200,0.36,45,*GH014345,longitudinal_between_50_75%
+9,2200,0.36,45,*GH014342,longitudinal_more_than_75%
+9,2200,0.36,45,*GH014343,longitudinal_more_than_75%
+9,2200,0.36,45,*GH014346,longitudinal_more_than_75%
+9,2200,0.36,45,*GH014341,circumferential_less_than_25%
+9,2200,0.36,45,*GH014344,circumferential_less_than_25%
+9,2200,0.36,45,*GH014345,circumferential_less_than_25%
+9,2200,0.36,45,*GH014343,circumferential_between_50_75%
+9,2200,0.36,45,*GH014342,circumferential_more_than_75%
+9,2200,0.36,45,*GH014346,circumferential_more_than_75%
+9,2200,0.36,45,*GH014342,open_crack
+9,2200,0.36,45,*GH014343,open_crack
+9,2200,0.36,45,*GH014346,open_crack
+9,2200,0.22,60,*GH014347,longitudinal_more_than_75%
+9,2200,0.22,60,*GH014348,longitudinal_more_than_75%
+9,2200,0.22,60,*GH014349,longitudinal_more_than_75%
+9,2200,0.22,60,*GH014350,longitudinal_more_than_75%
+9,2200,0.22,60,*GH014351,longitudinal_more_than_75%
+9,2200,0.22,60,*GH014352,longitudinal_more_than_75%
+9,2200,0.22,60,*GH014349,circumferential_between_50_75%
+9,2200,0.22,60,*GH014350,circumferential_between_50_75%
+9,2200,0.22,60,*GH014347,circumferential_more_than_75%
+9,2200,0.22,60,*GH014348,circumferential_more_than_75%
+9,2200,0.22,60,*GH014351,circumferential_more_than_75%
+9,2200,0.22,60,*GH014352,circumferential_more_than_75%
+9,2200,0.22,60,*GH014347,open_crack
+9,2200,0.22,60,*GH014348,open_crack
+9,2200,0.22,60,*GH014349,open_crack
+9,2200,0.22,60,*GH014350,open_crack
+9,2200,0.22,60,*GH014351,open_crack
+9,2200,0.22,60,*GH014352,open_crack
+9,2200,0.22,30,*GH014353,longitudinal_more_than_75%
+9,2200,0.22,30,*GH014354,longitudinal_more_than_75%
+9,2200,0.22,30,*GH014355,longitudinal_more_than_75%
+9,2200,0.22,30,*GH014356,longitudinal_more_than_75%
+9,2200,0.22,30,*GH014357,longitudinal_more_than_75%
+9,2200,0.22,30,*GH014358,longitudinal_more_than_75%
+9,2200,0.22,30,*GH014358,circumferential_between_25_50%
+9,2200,0.22,30,*GH014353,circumferential_between_50_75%
+9,2200,0.22,30,*GH014354,circumferential_more_than_75%
+9,2200,0.22,30,*GH014355,circumferential_more_than_75%
+9,2200,0.22,30,*GH014356,circumferential_more_than_75%
+9,2200,0.22,30,*GH014357,circumferential_more_than_75%
+9,2200,0.22,30,*GH014353,open_crack
+9,2200,0.22,30,*GH014354,open_crack
+9,2200,0.22,30,*GH014355,open_crack
+9,2200,0.22,30,*GH014356,open_crack
+9,2200,0.22,30,*GH014357,open_crack
+9,2200,0.22,30,*GH014358,open_crack
+9,2200,0.29,60,*GH014359,longitudinal_more_than_75%
+9,2200,0.29,60,*GH014360,longitudinal_more_than_75%
+9,2200,0.29,60,*GH014361,longitudinal_more_than_75%
+9,2200,0.29,60,*GH014362,longitudinal_more_than_75%
+9,2200,0.29,60,*GH014363,longitudinal_more_than_75%
+9,2200,0.29,60,*GH014364,longitudinal_more_than_75%
+9,2200,0.29,60,*GH014361,circumferential_between_25_50%
+9,2200,0.29,60,*GH014363,circumferential_between_25_50%
+9,2200,0.29,60,*GH014360,circumferential_between_50_75%
+9,2200,0.29,60,*GH014362,circumferential_between_50_75%
+9,2200,0.29,60,*GH014364,circumferential_between_50_75%
+9,2200,0.29,60,*GH014359,circumferential_more_than_75%
+9,2200,0.29,60,*GH014359,open_crack
+9,2200,0.29,60,*GH014360,open_crack
+9,2200,0.29,60,*GH014361,open_crack
+9,2200,0.29,60,*GH014362,open_crack
+9,2200,0.29,60,*GH014363,open_crack
+9,2200,0.29,60,*GH014364,open_crack
+9,2200,0.29,45,*GH014365,longitudinal_more_than_75%
+9,2200,0.29,45,*GH014366,longitudinal_more_than_75%
+9,2200,0.29,45,*GH014367,longitudinal_more_than_75%
+9,2200,0.29,45,*GH014368,longitudinal_more_than_75%
+9,2200,0.29,45,*GH014370,longitudinal_more_than_75%
+9,2200,0.29,45,*GH014368,circumferential_between_25_50%
+9,2200,0.29,45,*GH014370,circumferential_between_25_50%
+9,2200,0.29,45,*GH014365,circumferential_between_50_75%
+9,2200,0.29,45,*GH014366,circumferential_between_50_75%
+9,2200,0.29,45,*GH014367,circumferential_between_50_75%
+9,2200,0.29,45,*GH014365,open_crack
+9,2200,0.29,45,*GH014366,open_crack
+9,2200,0.29,45,*GH014367,open_crack
+9,2200,0.29,45,*GH014368,open_crack
+9,2200,0.29,45,*GH014370,open_crack
+9,2200,0.29,45,*GH014369,crushed
+9,2200,0.36,45,*GH014374,untouched
+9,2200,0.36,45,*GH014375,untouched
+9,2200,0.36,45,*GH014372,longitudinal_between_50_75%
+9,2200,0.36,45,*GH014371,longitudinal_more_than_75%
+9,2200,0.36,45,*GH014373,longitudinal_more_than_75%
+9,2200,0.36,45,*GH014371,circumferential_less_than_25%
+9,2200,0.36,45,*GH014372,circumferential_less_than_25%
+9,2200,0.36,45,*GH014373,circumferential_less_than_25%
+9,2200,0.36,45,*GH014376,circumferential_less_than_25%
+9,2200,0.29,30,*GH014377,longitudinal_more_than_75%
+9,2200,0.29,30,*GH014378,longitudinal_more_than_75%
+9,2200,0.29,30,*GH014379,longitudinal_more_than_75%
+9,2200,0.29,30,*GH014380,longitudinal_more_than_75%
+9,2200,0.29,30,*GH014381,longitudinal_more_than_75%
+9,2200,0.29,30,*GH014382,longitudinal_more_than_75%
+9,2200,0.29,30,*GH014379,circumferential_between_50_75%
+9,2200,0.29,30,*GH014380,circumferential_between_50_75%
+9,2200,0.29,30,*GH014381,circumferential_between_50_75%
+9,2200,0.29,30,*GH014382,circumferential_between_50_75%
+9,2200,0.29,30,*GH014377,circumferential_more_than_75%
+9,2200,0.29,30,*GH014378,circumferential_more_than_75%
+9,2200,0.29,30,*GH014377,open_crack
+9,2200,0.29,30,*GH014378,open_crack
+9,2200,0.29,30,*GH014379,open_crack
+9,2200,0.29,30,*GH014380,open_crack
+9,2200,0.29,30,*GH014381,open_crack
+9,2200,0.29,30,*GH014382,open_crack
+9,2200,0.22,45,*GH014383,longitudinal_more_than_75%
+9,2200,0.22,45,*GH014384,longitudinal_more_than_75%
+9,2200,0.22,45,*GH014385,longitudinal_more_than_75%
+9,2200,0.22,45,*GH014386,longitudinal_more_than_75%
+9,2200,0.22,45,*GH014387,longitudinal_more_than_75%
+9,2200,0.22,45,*GH014388,longitudinal_more_than_75%
+9,2200,0.22,45,*GH014383,circumferential_more_than_75%
+9,2200,0.22,45,*GH014384,circumferential_more_than_75%
+9,2200,0.22,45,*GH014385,circumferential_more_than_75%
+9,2200,0.22,45,*GH014386,circumferential_more_than_75%
+9,2200,0.22,45,*GH014387,circumferential_more_than_75%
+9,2200,0.22,45,*GH014388,circumferential_more_than_75%
+9,2200,0.22,45,*GH014383,open_crack
+9,2200,0.22,45,*GH014384,open_crack
+9,2200,0.22,45,*GH014385,open_crack
+9,2200,0.22,45,*GH014386,open_crack
+9,2200,0.22,45,*GH014387,open_crack
+9,2200,0.22,45,*GH014388,open_crack
+9,2200,0.22,45,*GH014385,crushed
+9,2200,0.36,30,*GH014391,longitudinal_between_50_75%
+9,2200,0.36,30,*GH014392,longitudinal_between_50_75%
+9,2200,0.36,30,*GH014393,longitudinal_between_50_75%
+9,2200,0.36,30,*GH014389,longitudinal_more_than_75%
+9,2200,0.36,30,*GH014390,longitudinal_more_than_75%
+9,2200,0.36,30,*GH014394,longitudinal_more_than_75%
+9,2200,0.36,30,*GH014392,circumferential_less_than_25%
+9,2200,0.36,30,*GH014393,circumferential_less_than_25%
+9,2200,0.36,30,*GH014389,circumferential_between_25_50%
+9,2200,0.36,30,*GH014390,circumferential_between_25_50%
+9,2200,0.36,30,*GH014391,circumferential_between_25_50%
+9,2200,0.36,30,*GH014390,open_crack
+9,2200,0.36,30,*GH014394,open_crack
+9,2200,0.36,30,*GH014394,crushed
+9,2200,0.22,60,*GH014395,longitudinal_more_than_75%
+9,2200,0.22,60,*GH014396,longitudinal_more_than_75%
+9,2200,0.22,60,*GH014397,longitudinal_more_than_75%
+9,2200,0.22,60,*GH014398,longitudinal_more_than_75%
+9,2200,0.22,60,*GH014399,longitudinal_more_than_75%
+9,2200,0.22,60,*GH014400,longitudinal_more_than_75%
+9,2200,0.22,60,*GH014395,circumferential_between_50_75%
+9,2200,0.22,60,*GH014396,circumferential_more_than_75%
+9,2200,0.22,60,*GH014397,circumferential_more_than_75%
+9,2200,0.22,60,*GH014398,circumferential_more_than_75%
+9,2200,0.22,60,*GH014399,circumferential_more_than_75%
+9,2200,0.22,60,*GH014400,circumferential_more_than_75%
+9,2200,0.22,60,*GH014395,open_crack
+9,2200,0.22,60,*GH014396,open_crack
+9,2200,0.22,60,*GH014397,open_crack
+9,2200,0.22,60,*GH014398,open_crack
+9,2200,0.22,60,*GH014399,open_crack
+9,2200,0.22,60,*GH014400,open_crack
+9,2200,0.22,60,*GH014397,crushed
+9,2200,0.36,60,*GH014401,longitudinal_more_than_75%
+9,2200,0.36,60,*GH014402,longitudinal_more_than_75%
+9,2200,0.36,60,*GH014403,longitudinal_more_than_75%
+9,2200,0.36,60,*GH014404,longitudinal_more_than_75%
+9,2200,0.36,60,*GH014405,longitudinal_more_than_75%
+9,2200,0.36,60,*GH014406,longitudinal_more_than_75%
+9,2200,0.36,60,*GH014403,circumferential_less_than_25%
+9,2200,0.36,60,*GH014401,circumferential_between_25_50%
+9,2200,0.36,60,*GH014404,circumferential_between_25_50%
+9,2200,0.36,60,*GH014405,circumferential_between_25_50%
+9,2200,0.36,60,*GH014406,circumferential_between_25_50%
+9,2200,0.36,60,*GH014402,circumferential_more_than_75%
+9,2200,0.36,60,*GH014402,open_crack
+9,2200,0.36,60,*GH014404,open_crack
+9,2200,0.36,60,*GH014405,open_crack
+9,2200,0.22,60,*GH014407,longitudinal_more_than_75%
+9,2200,0.22,60,*GH014408,longitudinal_more_than_75%
+9,2200,0.22,60,*GH014409,longitudinal_more_than_75%
+9,2200,0.22,60,*GH014410,longitudinal_more_than_75%
+9,2200,0.22,60,*GH014411,longitudinal_more_than_75%
+9,2200,0.22,60,*GH014412,longitudinal_more_than_75%
+9,2200,0.22,60,*GH014407,circumferential_more_than_75%
+9,2200,0.22,60,*GH014408,circumferential_more_than_75%
+9,2200,0.22,60,*GH014409,circumferential_more_than_75%
+9,2200,0.22,60,*GH014410,circumferential_more_than_75%
+9,2200,0.22,60,*GH014411,circumferential_more_than_75%
+9,2200,0.22,60,*GH014412,circumferential_more_than_75%
+9,2200,0.22,60,*GH014407,open_crack
+9,2200,0.22,60,*GH014408,open_crack
+9,2200,0.22,60,*GH014409,open_crack
+9,2200,0.22,60,*GH014410,open_crack
+9,2200,0.22,60,*GH014411,open_crack
+9,2200,0.22,60,*GH014412,open_crack
+9,2200,0.36,45,*GH014413,untouched
+9,2200,0.36,45,*GH014415,untouched
+9,2200,0.36,45,*GH014416,untouched
+9,2200,0.36,45,*GH014417,untouched
+9,2200,0.36,45,*GH014418,untouched
+9,2200,0.36,45,*GH014414,longitudinal_more_than_75%
+9,2200,0.36,45,*GH014414,circumferential_less_than_25%
+9,2200,0.29,45,*GH014419,untouched
+9,2200,0.29,45,*GH014420,untouched
+9,2200,0.29,45,*GH014423,untouched
+9,2200,0.29,45,*GH014421,longitudinal_between_25_50%
+9,2200,0.29,45,*GH014422,longitudinal_between_50_75%
+9,2200,0.29,45,*GH014424,longitudinal_more_than_75%
+9,2200,0.29,45,*GH014421,circumferential_less_than_25%
+9,2200,0.29,45,*GH014422,circumferential_more_than_75%
+9,2200,0.29,45,*GH014424,circumferential_more_than_75%
+9,2200,0.29,45,*GH014422,open_crack
+9,2200,0.29,45,*GH014424,open_crack
+9,2200,0.29,45,*GH014422,crushed
+9,2200,0.29,45,*GH014424,crushed
+9,2200,0.29,30,*GH014425,untouched
+9,2200,0.29,30,*GH014427,untouched
+9,2200,0.29,30,*GH014428,untouched
+9,2200,0.29,30,*GH014430,untouched
+9,2200,0.29,30,*GH014426,longitudinal_more_than_75%
+9,2200,0.29,30,*GH014429,longitudinal_more_than_75%
+9,2200,0.29,30,*GH014429,circumferential_less_than_25%
+9,2200,0.29,30,*GH014426,circumferential_more_than_75%
+9,2200,0.29,30,*GH014426,open_crack
+9,2200,0.29,30,*GH014426,crushed
+9,2200,0.36,60,*GH014435,untouched
+9,2200,0.36,60,*GH014431,longitudinal_between_50_75%
+9,2200,0.36,60,*GH014432,longitudinal_more_than_75%
+9,2200,0.36,60,*GH014433,longitudinal_more_than_75%
+9,2200,0.36,60,*GH014434,longitudinal_more_than_75%
+9,2200,0.36,60,*GH014436,longitudinal_more_than_75%
+9,2200,0.36,60,*GH014431,circumferential_less_than_25%
+9,2200,0.36,60,*GH014433,circumferential_less_than_25%
+9,2200,0.36,60,*GH014436,circumferential_less_than_25%
+9,2200,0.36,60,*GH014432,circumferential_between_50_75%
+9,2200,0.36,60,*GH014434,circumferential_between_50_75%
+9,2200,0.36,60,*GH014432,open_crack
+9,2200,0.36,60,*GH014432,crushed
+9,2200,0.22,30,*GH014437,longitudinal_less_than_25%
+9,2200,0.22,30,*GH014438,longitudinal_more_than_75%
+9,2200,0.22,30,*GH014439,longitudinal_more_than_75%
+9,2200,0.22,30,*GH014440,longitudinal_more_than_75%
+9,2200,0.22,30,*GH014441,longitudinal_more_than_75%
+9,2200,0.22,30,*GH014442,longitudinal_more_than_75%
+9,2200,0.22,30,*GH014437,circumferential_less_than_25%
+9,2200,0.22,30,*GH014440,circumferential_between_50_75%
+9,2200,0.22,30,*GH014441,circumferential_between_50_75%
+9,2200,0.22,30,*GH014442,circumferential_between_50_75%
+9,2200,0.22,30,*GH014438,circumferential_more_than_75%
+9,2200,0.22,30,*GH014437,open_crack
+9,2200,0.22,30,*GH014438,open_crack
+9,2200,0.22,30,*GH014439,open_crack
+9,2200,0.22,30,*GH014440,open_crack
+9,2200,0.22,30,*GH014441,open_crack
+9,2200,0.22,30,*GH014442,open_crack
+9,2200,0.29,60,*GH014443,longitudinal_more_than_75%
+9,2200,0.29,60,*GH014444,longitudinal_more_than_75%
+9,2200,0.29,60,*GH014445,longitudinal_more_than_75%
+9,2200,0.29,60,*GH014446,longitudinal_more_than_75%
+9,2200,0.29,60,*GH014447,longitudinal_more_than_75%
+9,2200,0.29,60,*GH014448,longitudinal_more_than_75%
+9,2200,0.29,60,*GH014443,circumferential_between_25_50%
+9,2200,0.29,60,*GH014445,circumferential_between_25_50%
+9,2200,0.29,60,*GH014446,circumferential_between_50_75%
+9,2200,0.29,60,*GH014447,circumferential_between_50_75%
+9,2200,0.29,60,*GH014448,circumferential_between_50_75%
+9,2200,0.29,60,*GH014444,circumferential_more_than_75%
+9,2200,0.29,60,*GH014443,open_crack
+9,2200,0.29,60,*GH014444,open_crack
+9,2200,0.29,60,*GH014445,open_crack
+9,2200,0.29,60,*GH014446,open_crack
+9,2200,0.29,60,*GH014447,open_crack
+9,2200,0.29,60,*GH014448,open_crack
+9,2200,0.22,45,*GH014450,longitudinal_more_than_75%
+9,2200,0.22,45,*GH014451,longitudinal_more_than_75%
+9,2200,0.22,45,*GH014452,longitudinal_more_than_75%
+9,2200,0.22,45,*GH014453,longitudinal_more_than_75%
+9,2200,0.22,45,*GH014454,longitudinal_more_than_75%
+9,2200,0.22,45,*GH014455,longitudinal_more_than_75%
+9,2200,0.22,45,*GH014451,circumferential_between_50_75%
+9,2200,0.22,45,*GH014450,circumferential_more_than_75%
+9,2200,0.22,45,*GH014452,circumferential_more_than_75%
+9,2200,0.22,45,*GH014453,circumferential_more_than_75%
+9,2200,0.22,45,*GH014454,circumferential_more_than_75%
+9,2200,0.22,45,*GH014455,circumferential_more_than_75%
+9,2200,0.22,45,*GH014450,open_crack
+9,2200,0.22,45,*GH014451,open_crack
+9,2200,0.22,45,*GH014452,open_crack
+9,2200,0.22,45,*GH014453,open_crack
+9,2200,0.22,45,*GH014454,open_crack
+9,2200,0.22,45,*GH014455,open_crack
+9,2200,0.36,45,*GH014460,untouched
+9,2200,0.36,45,*GH014457,longitudinal_between_50_75%
+9,2200,0.36,45,*GH014456,longitudinal_more_than_75%
+9,2200,0.36,45,*GH014458,longitudinal_more_than_75%
+9,2200,0.36,45,*GH014459,longitudinal_more_than_75%
+9,2200,0.36,45,*GH014461,longitudinal_more_than_75%
+9,2200,0.36,45,*GH014457,circumferential_less_than_25%
+9,2200,0.36,45,*GH014458,circumferential_less_than_25%
+9,2200,0.36,45,*GH014461,circumferential_less_than_25%
+9,2200,0.36,45,*GH014456,circumferential_more_than_75%
+9,2200,0.36,45,*GH014459,circumferential_more_than_75%
+9,2200,0.36,45,*GH014456,open_crack
+9,2200,0.36,45,*GH014459,open_crack
+9,2200,0.36,45,*GH014459,crushed
diff --git a/meyer_cleaned_wide.csv b/meyer_cleaned_wide.csv
new file mode 100644
index 0000000..7b84fa9
--- /dev/null
+++ b/meyer_cleaned_wide.csv
@@ -0,0 +1,244 @@
+moisture,spring_stiffness,displacement_screw_setting,motor_speed,untouched,longitudinal_less_than_25%,longitudinal_between_25_50%,longitudinal_between_50_75%,longitudinal_more_than_75%,circumferential_less_than_25%,circumferential_between_25_50%,circumferential_between_50_75%,circumferential_more_than_75%,open_crack,crushed,video_count,missing_videos_flag
+5,1800,0.29,60,,,,,"*GH013810, *GH013811, *GH013812, *GH013813, *GH013814, *GH013815",,"*GH013812, *GH013813, *GH013814",,"*GH013810, *GH013811, *GH013815","*GH013810, *GH013811, *GH013812, *GH013813, *GH013814, *GH013815",,6,False
+5,1800,0.22,45,,,,,"*GH013816, *GH013817, *GH013818, *GH013819, *GH013820, *GH013821",,*GH013818,*GH013821,"*GH013816, *GH013817, *GH013819, *GH013820","*GH013816, *GH013817, *GH013818, *GH013819, *GH013820, *GH013821",,6,False
+5,1800,0.36,30,*GH013822,,,*GH013823,"*GH013824, *GH013825, *GH013826, *GH013827","*GH013823, *GH013826",,"*GH013824, *GH013827",*GH013825,"*GH013823, *GH013824, *GH013825, *GH013827",,6,False
+5,1800,0.36,60,*GH013832,,,,"*GH013828, *GH013829, *GH013830, *GH013831, *GH013833",*GH013829,"*GH013830, *GH013833",*GH013828,*GH013831,"*GH013828, *GH013830, *GH013831, *GH013833",,6,False
+5,1800,0.22,30,,,,,"*GH013834, *GH013835, *GH013836, *GH013837, *GH013838, *GH013839",,,*GH013836,"*GH013834, *GH013835, *GH013837, *GH013838, *GH013839","*GH013834, *GH013835, *GH013836, *GH013837, *GH013838, *GH013839",,6,False
+5,1800,0.29,45,,,,,"*GH013840, *GH013841, , *GH013842, *GH013843, *GH013844",,*GH013843,*GH013844,"*GH013840, *GH013841, *GH013842, *GH013844","*GH013840, *GH013841, *GH013842, *GH013844",*GH013842,5,True
+5,1800,0.29,30,,,,*GH013848,"*GH013845, *GH013846, *GH013847, *GH013849, *GH013850",,*GH013848,"*GH013845, *GH013847, *GH013849","*GH013846, *GH013850","*GH013845, *GH013846, *GH013847, *GH013849, *GH013850",,6,False
+5,1800,0.36,45,,,,"*GH013851, *GH013855","*GH013852, *GH013853, *GH013854, *GH013856","*GH013851, *GH013855","*GH013852, *GH013856",*GH013854,*GH013853,"*GH013852, *GH013853, *GH013854",,6,False
+5,1800,0.22,60,,,,,"*GH013857, *GH013858, *GH013859, *GH013860, *GH013861, *GH013862",,,"*GH013857, *GH013861","*GH013858, *GH013859, *GH013860, *GH013862","*GH013857, *GH013858, *GH013859, *GH013860, *GH013861, *GH013862",,6,False
+5,1800,0.22,30,,,,,"*GH013863, *GH013864, *GH013865, *GH013866, *GH013867, *GH013868",,,"*GH013866, *GH013867","*GH013863, *GH013864, *GH013865, *GH013868","*GH013863, *GH013864, *GH013865, *GH013866, *GH013867, *GH013868",,6,False
+5,1800,0.29,60,,,,,"*GH013869, *GH013870, *GH013871, *GH013872, *GH013873, *GH013874",,"*GH013870, *GH013873","*GH013871, *GH013872","*GH013869, *GH013874","*GH013869, *GH013870, *GH013871, *GH013873, *GH013874",,6,False
+5,1800,0.29,45,,,,,"*GH013875, *GH013876, *GH013877, *GH013878, *GH013879, *GH013880",*GH013879,,*GH013875,"*GH013876, *GH013877, *GH013878, *GH013880","*GH013875, *GH013876, *GH013877, *GH013878, *GH013880",,6,False
+5,1800,0.36,45,,,,"*GH013881, *GH013882, *GH013883","*GH013884, *GH013885, *GH013886","*GH013881, *GH013882, *GH013883, *GH013884",,,"*GH013885, *GH013886","*GH013883, *GH013885",*GH013886,6,False
+5,1800,0.29,30,,,,,"*GH013887, *GH013888, *GH013889, *GH013890, *GH013891, *GH013892",*GH013890,,"*GH013889, *GH013892","*GH013887, *GH013888, *GH013891","*GH013887, *GH013888, *GH013889, *GH013890, *GH013891",*GH013891,6,False
+5,1800,0.22,45,"*GH013893, *GH013896",,,,"*GH013894, *GH013895, *GH013897, *GH013898","*GH013894, *GH013895",*GH013897,,*GH013898,"*GH013897, *GH013898",*GH013898,6,False
+5,1800,0.36,30,"*GH013899, *GH013902, *GH013903, *GH013904",*GH013901,,,*GH013900,*GH013901,,,*GH013900,*GH013900,,6,False
+5,1800,0.22,60,,,,,"*GH013905, *GH013906, *GH013907, *GH013908, *GH013909, *GH013910",,*GH013906,*GH013908,"*GH013905, *GH013907, *GH013909, *GH013910","*GH013905, *GH013906, *GH013907, *GH013908, *GH013909, *GH013910",,6,False
+5,1800,0.36,60,"*GH013915, *GH013916",,,"*GH013912, *GH013913","*GH013911, *GH013914","*GH013911, *GH013912, *GH013913",,*GH013914,,*GH013914,,6,False
+5,1800,0.22,60,,,,,"*GH013917, *GH013918, *GH013919, *GH013920, *GH013921, *GH013922",,,*GH013918,"*GH013917, *GH013919, *GH013920, *GH013921, *GH013922","*GH013917, *GH013918, *GH013919, *GH013920, *GH013921, *GH013922",,6,False
+5,1800,0.36,30,,,,*GH013927,"*GH013923, *GH013924, *GH013925, *GH013926, *GH013928","*GH013927, *GH013928","*GH013923, *GH013924, *GH013925",*GH013926,,"*GH013923, *GH013924, *GH013925, *GH013926, *GH013928",,6,False
+5,1800,0.29,45,,,,,"*GH013929, *GH013930, *GH013931, *GH013932, *GH013933, *GH013934",,*GH013931,"*GH013929, *GH013930, *GH013932, *GH013933",*GH013934,"*GH013929, *GH013930, *GH013931, *GH013932, *GH013933, *GH013934",*GH013934,6,False
+5,1800,0.29,30,,,,*GH013940,"*GH013935, *GH013936, *GH013937, *GH013938, *GH013939",,"*GH013936, *GH013938, *GH013940","*GH013937, *GH013939",*GH013935,"*GH013935, *GH013936, *GH013937, *GH013938, *GH013939, *GH013940",,6,False
+5,1800,0.36,60,*GH013946,,,,"*GH013941, *GH013942, *GH013943, *GH013944, *GH013945",,"*GH013942, *GH013944, *GH013945",,"*GH013941, *GH013943","*GH013941, *GH013942, *GH013943, *GH013944, *GH013945","*GH013941, *GH013943",6,False
+5,1800,0.22,30,,,,,"*GH013947, *GH013948, *GH013949, *GH013950, *GH013951, *GH013952",,,,"*GH013947, *GH013948, *GH013949, *GH013950, *GH013951, *GH013952","*GH013947, *GH013948, *GH013949, *GH013950, *GH013951, *GH013952",,6,False
+5,1800,0.29,60,,,,,"*GH013953, *GH013954, *GH013955, *GH013956, *GH013957, *GH013958",,*GH013955,"*GH013953, *GH013956, *GH013957","*GH013954, *GH013958","*GH013953, *GH013954, *GH013955, *GH013956, *GH013957, *GH013958",,6,False
+5,1800,0.22,45,,,,,"*GH013959, *GH013960, *GH013961, *GH013962, *GH013963, *GH013964",,,"*GH013960, *GH013962","*GH013959, *GH013961, *GH013963, *GH013964","*GH013959, *GH013960, *GH013961, *GH013962, *GH013963, *GH013964",*GH013964,6,False
+5,1800,0.36,45,,,,"*GH013965, *GH013968","*GH013966, *GH013967, *GH013969, *GH013970","*GH013965, *GH013966, *GH013967, *GH013968, *GH013970",*GH013969,,,"*GH013966, *GH013967, *GH013969",,6,False
+5,2000,0.29,60,,,,,"GH013293, GH013294, GH013295, GH013296, GH013297, GH013298",GH013294,"GH013293, GH013296, GH013297","GH013295, GH013298",,"GH013293, GH013295, GH013296, GH013297, GH013298",,6,False
+5,2000,0.22,45,,,,,"GH013299, GH013300, GH013301, GH013302, GH013303, GH013304",,"GH013299,GH013304","GH013300, GH013301, GH013302, GH013303",,"GH013299, GH013300, GH013301, GH013302, GH013303, GH013304",,6,False
+5,2000,0.36,30,"GH013306, GH013309",,,"GH013307, GH013308","GH013305, GH013310","GH013307, GH013308, GH013310",GH013305,,,"GH013305, GH013307, GH013310",,6,False
+5,2000,0.36,60,"GH013314, GH013315, GH013316",,,GH013313,"GH013311, GH013312","GH013311, GH013312",GH013313,,,GH013313,,6,False
+5,2000,0.22,30,,,,,"GH013317, GH013318, GH013319, GH013320, GH013321, GH013322",,"GH013318, GH013322","GH013317, GH013321","GH013319, GH013320","GH013317, GH013318, GH013319, GH013320, GH013321, GH013322",,6,False
+5,2000,0.29,45,,,,GH013328,"GH013323, GH013324, GH013325, GH013326, GH013327",GH013324,"GH013323, GH013325, GH013326, GH013327, GH013328",,,"GH013325, GH013326, GH013327, GH013328",,6,False
+5,2000,0.29,30,,,,"GH013329, GH013330","GH013331, GH013332, GH013333, GH013334",GH013332,"GH013329, GH013330","GH013331, GH013333, GH013334",,"GH013329, GH013330, GH013331, GH013332, GH013333, GH013334",,6,False
+5,2000,0.36,45,"GH013335, GH013338, GH013339, GH013340",,,,"GH013336, GH013337","GH013336, GH013337",,,,GH013336,,6,False
+5,2000,0.22,60,,,,,"GH013341, GH013342, GH013343, GH013344, GH013345, GH013346",,,"GH013341, GH013345","GH013342, GH013343, GH013344, GH013346","GH013341, GH013342, GH013343, GH013344, GH013345, GH013346",,6,False
+5,2000,0.22,30,,,,GH013348,"GH013347, GH013349, GH013350, GH013351, GH013352",GH013348,,"GH013350, GH013351","GH013347, GH013349, GH013352","GH013347, GH013349, GH013350, GH013351, GH013352",,6,False
+5,2000,0.29,60,,,,,"GH013353, GH013354, GH013355, GH013356, GH013357, GH013358","GH013353, GH013354",GH013356,"GH013355, GH013357, GH013358",,"GH013353, GH013355, GH013357, GH013358",,6,False
+5,2000,0.29,45,,,,,"GH013359, GH013360, GH013361, GH013362, GH013363, GH013364",GH013364,"GH013359, GH013360, GH013361, GH013362, GH013363",,,"GH013359, GH013360, GH013362, GH013363, GH013364",,6,False
+5,2000,0.36,45,"GH013367, GH013368, GH013369, GH013370",,,,"GH013365, GH013366",,"GH013365, GH013366",,,"GH013365, GH013366",,6,False
+5,2000,0.29,30,,,GH013370,,"GH013372, GH013373, GH013374, GH013375, GH013375",,"GH013373, GH013374, GH013375, GH013376","GH013371, GH013372",,"GH013372, GH013373, GH013374, GH013375, GH013376",,7,False
+5,2000,0.22,45,,GH013382,,,"GH013377, GH013378, GH013379, GH013380, GH013381",GH013382,GH013379,"GH013377, GH013378","GH013380, GH013381","GH013377, GH013378, GH013379, GH013380, GH013381",,6,False
+5,2000,0.36,30,"GH013385, GH013386",,,GH013384,"GH013383, GH013387, GH013388","GH013383, GH013387, GH013388",GH013384,,,GH013384,,6,False
+5,2000,0.22,60,,,,,"GH013389, GH013390, GH013391, GH013392, GH013393, GH013394",,,"GH013389, GH013390, GH013392, GH013393, GH013394",GH013391,"GH013390, GH013391, GH013392, GH013393",,6,False
+5,2000,0.36,60,GH013398,,,GH013395,"GH013396, GH013397, GH013398, GH013400","GH013395, GH013400","GH013396, GH013397, GH013398",,,"GH013396, GH013397",,5,True
+5,2000,0.22,60,,,,,"GH013401, GH013402, GH013403, GH013404, GH013405, GH013406",,,,"GH013401, GH013402, GH013403, GH013404, GH013405, GH013406","GH013401, GH013402, GH013403, GH013404, GH013405, GH013406",,6,False
+5,2000,0.36,30,"GH0133407, GH0133409",,,,"GH0133408, GH0133410, GH0133411, GH0133412","GH0133408, GH0133411, GH0133412",,,GH0133410,GH0133410,,6,False
+5,2000,0.29,45,,,,GH0133413,"GH0133414, GH0133415, GH0133416, GH0133417, GH0133418",GH0133413,"GH0133417, GH0133418","GH0133415, GH0133416",GH0133414,"GH0133413, GH0133414, GH0133415, GH0133416, GH0133417, GH0133418",,6,False
+5,2000,0.29,30,,,,GH0133424,"GH0133419, GH0133420, GH0133421, GH0133422, GH0133423",GH0133422,"GH0133420, GH0133421, GH0133423, GH0133424",GH0133419,,"GH0133419, GH0133420, GH0133421, GH0133422, GH0133424",,6,False
+5,2000,0.36,60,"GH0133426, GH0133427",,,"GH0133425, GH0133429","GH0133428, GH0133430","GH0133429, GH0133430",GH0133428,,GH0133425,GH0133425,,6,False
+5,2000,0.22,30,,,,,"GH0133431, GH0133432, GH0133433, GH0133434, GH0133435, GH0133436",,GH0133434,"GH0133431, GH0133433, GH0133435, GH0133436",GH0133432,"GH0133431, GH0133432, GH0133433, GH0133434, GH0133435, GH0133436",,6,False
+5,2000,0.29,60,,,,,"GH0133437, GH0133438, GH0133439, GH0133440, GH0133441, GH0133442",,"GH0133438, GH0133439, GH0133440, GH0133441, GH0133442",,GH0133437,"GH0133437, GH0133438, GH0133439, GH0133440, GH0133441, GH0133442",,6,False
+5,2000,0.22,45,"GH0133444, GH0133445, GH0133446, GH0133447, GH0133448",,,,GH0133443,,,,GH0133443,GH0133443,,6,False
+5,2000,0.36,45,,,,"GH0133451, GH0133452, GH0133453","GH0133449, GH0133450, GH0133454","GH0133449, GH0133450, GH0133452, GH0133453",GH0133451,GH0133454,,"GH0133451, GH0133454",,6,False
+5,2200,0.29,60,,,,*GH014135,"*GH014130, *GH014131, *GH014132, *GH014133, *GH014134",,"*GH014131, *GH014134","*GH014130, *GH014132, *GH014133, *GH014135",,"*GH014130, *GH014131, *GH014132, *GH014133, *GH014134, *GH014135",,6,False
+5,2200,0.22,45,,,,,"*GH014136, *GH014137, *GH014138, *GH014139, *GH014140, *GH014141",,,*GH014138,"*GH014136, *GH014137, *GH014139, *GH014140, *GH014141","*GH014136, *GH014137, *GH014138, *GH014139, *GH014140, *GH014141","*GH014139, *GH014140, *GH014141",6,False
+5,2200,0.36,30,*GH014147,,,*GH014142,"*GH014143, *GH014144, *GH014145, *GH014146","*GH014142, *GH014144, *GH014145",*GH014143,*GH014146,,"*GH014143, *GH014144, *GH014146",,6,False
+5,2200,0.36,60,"*GH014151, *GH014152",,,,"*GH014148, *GH014149, *GH014150, *GH014153",,*GH014153,*GH014150,*GH014148,"*GH014148, *GH014149, *GH014150",*GH014148,6,False
+5,2200,0.22,30,,,,,"*GH014154, *GH014155, *GH014156, *GH014157, *GH014158, *GH014159",,,,"*GH014154, *GH014155, *GH014156, *GH014157, *GH014158, *GH014159","*GH014154, *GH014155, *GH014156, *GH014157, *GH014158, *GH014159",,6,False
+5,2200,0.29,45,,,,,"*GH014160, *GH014162, *GH014163, *GH014164, *GH014165, *GH014166",*GH014160,,"*GH014162, *GH014163, *GH014165","*GH014164, *GH014166","*GH014162, *GH014163, *GH014164, *GH014165, *GH014166",,6,False
+5,2200,0.29,30,,,,"*GH014168, *GH014170","*GH014167, *GH014169, *GH014171, *GH014172",,"*GH014170, *GH014171","*GH014168, *GH014172","*GH014167, *GH014169","*GH014167, *GH014168, *GH014169, *GH014170, *GH014171, *GH014172",,6,False
+5,2200,0.36,45,,,,"*GH014173, *GH014174, *GH014175, *GH014176",*GH014177,"*GH014174, *GH014176, *GH014177",*GH014175,*GH014173,,"*GH014173, *GH014175",,5,True
+5,2200,0.22,60,,,,,"*GH014178, *GH014179, *GH014180, *GH014181, *GH014182, *GH014183",,,,"*GH014178, *GH014179, *GH014180, *GH014181, *GH014182, *GH014183","*GH014178, *GH014179, *GH014180, *GH014181, *GH014182, *GH014183",*GH014182,6,False
+5,2200,0.22,30,,,,,"*GH014184, *GH014185, *GH014186, *GH014187, *GH014188",,,,"*GH014184, *GH014185, *GH014186, *GH014187, *GH014188","*GH014184, *GH014185, *GH014186, *GH014187, *GH014188","*GH014186, *GH014189",6,False
+5,2200,0.29,60,,,,,"*GH014190, *GH014191, *GH014192, *GH014193, *GH014194, *GH014195",*GH014190,,"*GH014191, *GH014193, *GH014194","*GH014192, *GH014195","*GH014192, *GH014193, *GH014194, *GH014195","*GH014192, *GH014195",6,False
+5,2200,0.29,45,,,,,"*GH014196, *GH014197, *GH014198, *GH014199, *GH014200, *GH014201",,"*GH014196, *GH014199, *GH014200",*GH014197,"*GH014198, *GH014201","*GH014197, *GH014198, *GH014199, *GH014200, *GH014201",,6,False
+5,2200,0.36,45,,,,*GH014207,"*GH014202, *GH014203, *GH014205, *GH014206","*GH014202, *GH014206, *GH014207",*GH014203,*GH014205,,"*GH014203, *GH014205",,5,True
+5,2200,0.29,30,,,,*GH014219,"*GH014214, *GH014215, *GH014216, *GH014217, *GH014218",,"*GH014214, *GH014216, *GH014218, *GH014219",*GH014215,*GH014217,"*GH014214, *GH014215, *GH014216, *GH014217",,6,False
+5,2200,0.22,45,,,,,"*GH014220, *GH014221, *GH014222, *GH014223, *GH014224",,,*GH014223,"*GH014220, *GH014221, *GH014222, *GH014224","*GH014220, *GH014222, *GH014223, *GH014224",,5,True
+5,2200,0.36,30,*GH014228,,,*GH014230,"*GH014225, *GH014226, *GH014227, *GH014229",,"*GH014225, *GH014226, *GH014229, *GH014230",*GH014227,,"*GH014227, *GH014229, *GH014230",,6,False
+5,2200,0.22,60,,,,," *GH014231, *GH014232, *GH014233, *GH014234, *GH014235, *GH014236",,,*GH014234," *GH014231, *GH014232, *GH014233, *GH014235, *GH014236"," *GH014231, *GH014232, *GH014233, *GH014234, *GH014235, *GH014236",,6,False
+5,2200,0.36,60,,,,"*GH014237, *GH014239, *GH014242","*GH014238, *GH014240, *GH014241","*GH014237, *GH014238, *GH014239, *GH014240, *GH014242",*GH014241,,,*GH014242,,6,False
+5,2200,0.22,60,,,,,"*GH014243, *GH014244, *GH014245, *GH014246, *GH014247, *GH014248",,,"*GH014243, *GH014245","*GH014244, *GH014246, *GH014247, *GH014248","*GH014243, *GH014244, *GH014245, *GH014246, *GH014247, *GH014248",*GH014244,6,False
+5,2200,0.36,30,,,,,"*GH014249, *GH014250, *GH014251, *GH014252, *GH014253, *GH014254",*GH014254,"*GH014251, *GH014252","*GH014249, *GH014250, *GH014253",,"*GH014250, *GH014251, *GH014252, *GH014253",,6,False
+5,2200,0.29,45,,,,*GH014256,"*GH014255, *GH014257, *GH014258, *GH014259, *GH014260",*GH014255," *GH014256, *GH014259","*GH014258, *GH014260",*GH014257,"*GH014257, *GH014258, *GH014259, *GH014260",,6,False
+5,2200,0.29,30,,,,"*GH014261, *GH014262","*GH014263, *GH014264, *GH014265, *GH014266",,"*GH014261, *GH014265","*GH014262, *GH014264, *GH014266",*GH014263,"*GH014261, *GH014262, *GH014263, *GH014264, *GH014265, *GH014266",,6,False
+5,2200,0.36,60,,,,,"*GH014267, *GH014268, *GH014269, *GH014270, *GH014271, *GH014272","*GH014267, *GH014270",*GH014268,*GH014271,"*GH014269, *GH014272","*GH014268, *GH014269, *GH014271, *GH014272",*GH014272,6,False
+5,2200,0.22,30,,,,,"*GH014273, *GH014274, *GH014275, *GH014276, *GH014277",,,*GH014276,"*GH014273, *GH014274, *GH014275, *GH014277","*GH014273, *GH014274, *GH014275, *GH014276, *GH014277",,5,True
+5,2200,0.29,60,,,,*GH014278,"*GH014279, *GH014280, *GH014281, *GH014282",,"*GH014278, *GH014280","*GH014281, *GH014282",*GH014279,"*GH014278, *GH014279, *GH014280, *GH014281, *GH014282",,5,True
+5,2200,0.22,45,,,,,"*GH014283, *GH014284, *GH014285, *GH014286, *GH014287, *GH014288",,*GH014286,,"*GH014283, *GH014284, *GH014285, *GH014287, *GH014288","*GH014283, *GH014284, *GH014285, *GH014286, *GH014287, *GH014288",,6,False
+5,2200,0.36,45,*GH014291,,,,"*GH014289, *GH014290, *GH014292, *GH014293, *GH014294",*GH014290,"*GH014289, *GH014293",,"*GH014292, *GH014294","*GH014292, *GH014293, *GH014294",,6,False
+7,1800,0.36,45,GH013538,,,,"GH013539, GH013541, GH013542, GH013543","GH013539, GH013542, GH013543",,,GH013541,"GH013540, GH013542",GH013541,6,False
+7,1800,0.22,30,,,,,"GH013544, GH013545, GH013546, GH013547, GH013548, GH013549",,GH013544,"GH013545, GH013546","GH013545, GH013546, GH013547, GH013548, GH013549","GH013544, GH013545, GH013546, GH013547, GH013549",,6,False
+7,1800,0.36,30,,,"GH013550, GH013553",,"GH013551, GH013552, GH013554, GH013555","GH013550, GH013551, GH013553, GH013554, GH013555",,GH013552,,"GH013552, GH013554, GH013555",,6,False
+7,1800,0.29,30,,,,,"GH013556, GH013557, GH013558, GH013559, GH013560, GH013561",,"GH013556, GH013557, GH013561",GH013559,"GH013558, GH013560","GH013556, GH013557, GH013558, GH013559, GH013560, GH013561",,6,False
+7,1800,0.22,45,,,,,"GH013562, GH013563, GH013564, GH013565, GH013566, GH013567",,,,"GH013562, GH013563, GH013564, GH013565, GH013566, GH013567","GH013562, GH013563, GH013564, GH013565, GH013566, GH013567",,6,False
+7,1800,0.36,60,,,GH013488,,"GH013485, GH013486, GH013487, GH013489, GH013490","GH013486, GH013489, GH013490",GH013487,,"GH013485, GH013488","GH013485, GH013486, GH013487, GH013489, GH013490",GH013485,6,False
+7,1800,0.29,60,,,,"GH013492, GH013494","GH013491, GH013493, GH013495, GH013496",GH013495,"GH013492, GH013496","GH013491, GH013494",GH013493,"GH013491, GH013492, GH013493, GH013494, GH013495, GH013496",,6,False
+7,1800,0.22,60,,,,,"GH013497, GH013498, GH013499, GH013500, GH013501, GH013502",,,GH013502,"GH013497, GH013498, GH013499, GH013500, GH013501, GH013502","GH013497, GH013498, GH013499, GH013500, GH013501, GH013502",,6,False
+7,1800,0.29,45,,,,,"GH013568, GH013569, GH013570, GH013571, GH013572, GH013573","GH013568, GH013571","GH013569, GH013572, GH013573",,GH013570,"GH013569, GH013570, GH013572, GH013573",,6,False
+7,1800,0.36,30,GH013577,,,GH013576,"GH013574, GH013575, GH013578, GH013579","GH013574, GH013576, GH013578, GH013579",GH013575,,,GH013575,,6,False
+7,1800,0.22,60,,,,,"GH013515, GH013516, GH013517, GH013518, GH013519, GH013520",,,,"GH013515, GH013516, GH013517, GH013518, GH013519, GH013520","GH013515, GH013516, GH013517, GH013518, GH013519, GH013520",GH013518,6,False
+7,1800,0.36,60,GH013522,,,,"GH013521, GH013523, GH013524, GH013525, GH013526",GH013526,GH013525,,"GH013521, GH013523, GH013524","GH013521, GH013523, GH013524, GH013525",,6,False
+7,1800,0.36,45,*GH013585,,,,"*GH013580, *GH013581, *GH013582, *GH013583, *GH013584",*GH013581,"*GH013580, *GH013582",*GH013583,*GH013584,"*GH013580, *GH013583, *GH013584",,6,False
+7,1800,0.22,45,,,,,"*GH013586, *GH013587, *GH013588, *GH013589",,,,"*GH013586, *GH013587, *GH013588, *GH013589","*GH013586, *GH013587, *GH013588, *GH013589",,4,True
+7,1800,0.29,30,,,,,"*GH013590, *GH013591, *GH013592, *GH013593, *GH013594, *GH013595",*GH013595,"*GH013591, *GH013592, *GH013593",*GH013590, *GH013594,"*GH013590, *GH013591, *GH013592, *GH013593, *GH013594",,6,False
+7,1800,0.22,30,,,,,"*GH013596, *GH013597, *GH013598, *GH013599, *GH013600, *GH013601",,,*GH013597,"*GH013596, *GH013598, *GH013599, *GH013600, *GH013601","*GH013596, *GH013597, *GH013598, *GH013599, *GH013600, *GH013601",,6,False
+7,1800,0.29,45,,,,,"*GH013602, *GH013603, *GH013604, *GH013605, *GH013606, *GH013607",*GH013603,"*GH013604, *GH013605, *GH013607",*GH013602,*GH013606,"*GH013602, *GH013604, *GH013605, *GH013606, *GH013607",,6,False
+7,1800,0.29,60,,,,GH013504,"GH013503, GH013505, GH013506, GH013507, GH013508",,"GH013504, GH013505, GH013506, GH013507, GH013508",,GH013503,"GH013503, GH013504, GH013505, GH013508",,6,False
+7,1800,0.22,45,,,,,"*GH013608, *GH013609, *GH013610, *GH013611, *GH013612",,,,"*GH013608, *GH013609, *GH013610, *GH013611, *GH013612","*GH013608, *GH013609, *GH013610, *GH013611, *GH013612",,5,True
+7,1800,0.36,60,"GH013457, GH013460","GH013456, GH013459",GH013455,GH013458,,"GH013455, GH013456, GH013458, GH013459",,,,GH013458,,6,False
+7,1800,0.22,60,,,,,"GH013461, GH013462, GH013463, GH013464, GH013465, GH013466",,GH013466,GH013462,"GH013461, GH013463, GH013464, GH013465","GH013461, GH013462, GH013463, GH013464, GH013465, GH013466",,6,False
+7,1800,0.22,30,,,,,"GH013613, GH013614, GH013615, GH013616, GH013617, GH013618",,,,"GH013613, GH013614, GH013615, GH013616, GH013617, GH013618","GH013613, GH013614, GH013615, GH013616, GH013617, GH013618",GH013616,6,False
+7,1800,0.36,45,GH013623,,,,"GH013619, GH013620, GH013621, GH013622, GH013624","GH013619, GH013620","GH013621, GH013622, GH013624",,,"GH013619, GH013622",,6,False
+7,1800,0.29,45,,,,,"GH013625, GH013626, GH013627, GH013628, GH013629, GH013630",GH013627,"GH013625, GH013626",,"GH013628, GH013629, GH013630","GH013625, GH013626, GH013628, GH013629, GH013630",,6,False
+7,1800,0.36,30,GH013632,,,GH013636,"GH013631, GH013633, GH013634, GH013635",GH013636,"GH013634, GH013635",GH013631,GH013633,"GH013631, GH013633, GH013634, GH013635",,6,False
+7,1800,0.29,60,,,,,"GH013473, GH013474, GH013475, GH013476, GH013477, GH013478",,GH013474,"GH013474, GH013478","GH013473, GH013476, GH013477","GH013473, GH013474, GH013475, GH013476, GH013477, GH013478",,6,False
+7,1800,0.29,30,,,,,"GH013637, GH013638, GH013639, GH013640, GH013641, GH013643",,GH013639,,"GH013637, GH013638, GH013640, GH013641, GH013643","GH013637, GH013638, GH013639, GH013640, GH013641, GH013643",GH013640,6,False
+7,2000,0.36,45,GH012972,,,"GH012967, GH012968, GH012969, GH012971",GH012970,"GH012968, GH012969","GH012970, GH012971",GH012967,,"GH012967, GH012970, GH012971",,6,False
+7,2000,0.22,30,,,,,"GH012973, *GH012974, *GH012975, *GH012976, *GH012977, *GH012978",,*GH012974,"GH012973, *GH012976, *GH012977","*GH012975, *GH012978","GH012973, *GH012974, *GH012975, *GH012976, *GH012977, *GH012978",,6,False
+7,2000,0.36,30,GH012981,"GH012980, GH012983",,GH012984,"GH012979, GH012982","GH012980, GH012982, GH012983, GH012984",GH012979,,,,,6,False
+7,2000,0.29,30,,,,GH012988,"GH012986, GH012987, GH012989, GH012990",,"GH012986, GH012987, GH012988, GH012990",GH012989,,GH012990,,5,True
+7,2000,0.22,45,,,,,"GH012992, GH012993, GH012994, GH012995, GH012996, GH012997",,,"GH012996, GH012997","GH012992, GH012993, GH012994, GH012995","GH012992, GH012993, GH012994, GH012995, GH012996, GH012997",,6,False
+7,2000,0.36,60,GH013003,GH012999,,"GH013000, GH013001, GH013002",GH012998,"GH012998, GH012999","GH013001, GH013002",GH013000,,"GH013001, GH013002",,6,False
+7,2000,0.29,60,,GH013006,,"GH013008, GH013009","GH013004, GH013005, GH013007",GH013006,"GH013005, GH013008, GH013009","GH013004, GH013007",,"GH013004, GH013005, GH013008, GH013009",,6,False
+7,2000,0.22,60,,,,,"GH013010, GH013011, GH013012, GH013013, GH013014, GH013015",,,"GH013011, GH013012, GH013013, GH013014","GH013010, GH013015","GH013010, GH013011, GH013012, GH013013, GH013014, GH013015",,6,False
+7,2000,0.29,45,,,,"GH013016, GH013018, GH013019","GH013017, GH013020, GH013021",,"GH013016, GH013017, GH013018, GH013019","GH013020, GH013021",,"GH013016, GH013017, GH013018, GH013019, GH013020, GH013021",,6,False
+7,2000,0.36,30,"GH013024, GH013027",,,"GH013023, GH013025, GH013026",GH013022,"GH013022, GH013023, GH013025, GH013026",,,,,,6,False
+7,2000,0.22,60,,,,,"GH013028, GH013029, GH013030, GH013031, GH013032, GH013033",,,"GH013028, GH013031","GH013029, GH013030, GH013032, GH013033","GH013028, GH013029, GH013030, GH013031, GH013032, GH013033",,6,False
+7,2000,0.36,60,GH013036,,"GH013037, GH013038","GH013034, GH013039",GH013035,,"GH013034, GH013035, GH013037, GH013038, GH013039",,,"GH013034, GH013037, GH013038, GH013039",,6,False
+7,2000,0.36,45,GH013044,,,"GH013040, GH013041, GH013042, GH013043",GH013045,"GH013040, GH013041, GH013042, GH013043, GH013045",,,GH013045,,,6,False
+7,2000,0.22,45,,,,GH013051,"GH013046, GH013047, GH013048, GH013049, GH013050",,,"GH013046, GH013050, GH013051","GH013047, GH013048, GH013049","GH013046, GH013047, GH013048, GH013049, GH013050, GH013051",,6,False
+7,2000,0.29,30,,,GH013055,"GH013052, GH013056","GH013053, GH013054, GH013057",,GH013056,"GH013052, GH013053, GH013054, GH013057",GH013055,"GH013052, GH013053, GH013054, GH013055, GH013056, GH013057",,6,False
+7,2000,0.22,30,,,,,"GH013058, GH013059, GH013060, GH013061, GH013062, GH013063",,,"GH013059, GH013060, GH013063","GH013058, GH013061, GH013062","GH013058, GH013059, GH013060, GH013061, GH013062, GH013063",,6,False
+7,2000,0.29,45,GH013066,,,GH013067,"GH013064, GH013065, GH013068, GH013069",GH013067,"GH013065, GH013068","GH013064, GH013069",GH013069,,,6,False
+7,2000,0.29,60,,,,"GH013071, GH013075","GH013070, GH013072, GH013073, GH013074","GH013071, GH013072","GH013070, GH013075","GH013073, GH013074",,"GH013070, GH013072, GH013073, GH013074, GH013075",,6,False
+7,2000,0.22,45,,,,,"GH013076, GH013077, GH013078, GH013079, GH013080, GH013081",,,"GH013076, GH013078, GH013081","GH013077, GH013079, GH013080","GH013076, GH013077, GH013078, GH013079, GH013080, GH013081",,6,False
+7,2000,0.36,60,GH013082,,,"GH013084, GH013086","GH013083, GH013085, GH013087","GH013084, GH013086","GH013085, GH013087",GH013083,,"GH013083, GH013086",,6,False
+7,2000,0.22,60,,,,,"GH013088, GH013089, GH013090, GH013091, GH013092, GH013093",,,,"GH013088, GH013089, GH013090, GH013091, GH013092, GH013093","GH013088, GH013089, GH013090, GH013091, GH013092, GH013093",GH013088,6,False
+7,2000,0.22,30,,,,,"GH013094, GH013095, GH013096, GH013097, GH013098, GH013099",,,"GH013098, GH013099","GH013094, GH013095, GH013096, GH013097","GH013094, GH013095, GH013096, GH013097, GH013098, GH013099",,6,False
+7,2000,0.36,45,GH013103,,,,"GH013100, GH013101, GH013102, GH013104, GH013105","GH013100, GH013101, GH013102","GH013104, GH013105",,,GH013104,,6,False
+7,2000,0.29,45,,,,GH013110,"GH013106, GH013107, GH013108, GH013109, GH013111",GH013106,GH013110,GH013108,"GH013107, GH013109, GH013111","GH013107, GH013108, GH013109, GH013110, GH013111",,6,False
+7,2000,0.36,30,,GH013116,,"GH013112, GH013114, GH013115, GH013117",GH013113,"GH013112, GH013114, GH013115, GH013116, GH013117",GH013113,,,GH013113,,6,False
+7,2000,0.29,60,,,,,"GH013118, GH013119, GH013120, GH013121, GH013122, GH013123",,"GH013118, GH013119, GH013122","GH013120, GH013121, GH013123",,"GH013118, GH013119, GH013120, GH013121, GH013122, GH013123",,6,False
+7,2000,0.29,30,,,,GH013128,"GH013124, GH013125, GH013126, GH013127, GH013129",,"GH013124, GH013125, GH013128","GH013126, GH013127, GH013129",,"GH013124, GH013125, GH013126, GH013127, GH013129",,6,False
+7,2200,0.36,45,,*GH013975,,"*GH013973, *GH013976","*GH013971, *GH013972, *GH013974",*GH013973,"*GH013974, *GH013976",*GH013975,"*GH013971, *GH013972","*GH013971, *GH013972, *GH013976",*GH013972,6,False
+7,2200,0.22,30,,,,,"*GH013977, *GH013978, *GH013979, *GH013980, *GH013981, *GH013982",,,*GH013981,"*GH013977, *GH013978, *GH013979, *GH013980, *GH013981, *GH013982","*GH013977, *GH013978, *GH013979, *GH013980, *GH013981, *GH013982","*GH013977, *GH013980",6,False
+7,2200,0.36,30,,,*GH013988,"*GH013983, *GH013986","*GH013984, *GH013985, *GH013987","*GH013983, *GH013986, *GH013987, *GH013988",*GH013985,*GH013984,,"*GH013984, *GH013985, *GH013987",,6,False
+7,2200,0.29,30,,,,,"*GH013989, *GH013990, *GH013991, *GH013992, *GH013993",,*GH013989,*GH013991,"*GH013990, *GH013992, *GH013993","*GH013989, *GH013990, *GH013991, *GH013992, *GH013993",,5,True
+7,2200,0.22,45,,,,,"*GH013994, *GH013995, *GH013996, *GH013997, *GH013998, *GH013999",,*GH013995,,"*GH013994, *GH013996, *GH013997, *GH013998, *GH013999","*GH013994, *GH013995, *GH013996, *GH013997, *GH013998, *GH013999",*GH013997,6,False
+7,2200,0.36,60,*GH014001,,,*GH014003,"*GH014000, *GH014002, *GH014004, *GH014005",*GH014005,"*GH014002, *GH014003, *GH014004",,*GH014000,"*GH014000, *GH014004",,6,False
+7,2200,0.29,60,,,,,"*GH014007, *GH014007, *GH014008, *GH014009, *GH014010, *GH014011",,,"*GH014006, *GH014008, *GH014009, *GH014010","*GH014007, *GH014011","*GH014006, *GH014007, *GH014008, *GH014009, *GH014010, *GH014011",,6,False
+7,2200,0.22,60,,,,,"*GH014012, *GH014013, *GH014014, *GH014015, *GH014016, *GH014017",,,*GH014013,"*GH014012, *GH014014, *GH014015, *GH014016, *GH014017","*GH014012, *GH014013, *GH014014, *GH014015, *GH014016, *GH014017",,6,False
+7,2200,0.29,45,,,,*GH014021,"*GH014018, *GH014019, *GH014020, *GH014022",,*GH014021,"*GH014019, *GH014020","*GH014018, *GH014022","*GH014018, *GH014019, *GH014020, *GH014021, *GH014022",*GH014018,5,True
+7,2200,0.36,30,,,*GH014028,*GH014024,"*GH014023, *GH014025, *GH014026, *GH014027","*GH014024, *GH014027, *GH014028","*GH014025, *GH014026",*GH014023,,"*GH014023, *GH014026",,6,False
+7,2200,0.22,60,,,,,"*GH014029, *GH014030, *GH014031, *GH014032, *GH014033, *GH014034",,,*GH014032,"*GH014029, *GH014030, *GH014031, *GH014033, *GH014034","*GH014029, *GH014030, *GH014031, *GH014032, *GH014033, *GH014034",,6,False
+7,2200,0.36,60,,,,*GH014038,"*GH014035, *GH014036, *GH014037, *GH014039, *GH014040","*GH014035, *GH014038","*GH014037, *GH014039, *GH014040",,*GH014036,"*GH014036, *GH014037, *GH014039, *GH014040",*GH014036,6,False
+7,2200,0.36,45,*GH014043,,,,"*GH014041, *GH014042, *GH014044, *GH014045, *GH014046","*GH014042, *GH014044",*GH014046,"*GH014041, *GH014045",,"*GH014041, *GH014045, *GH014046",,6,False
+7,2200,0.22,45,,,,,"*GH014047, *GH014048, *GH014050, *GH014051",,,"*GH014048, *GH014049","*GH014047, *GH014050, *GH014051","*GH014047, *GH014048, *GH014049, *GH014050, *GH014051",,5,True
+7,2200,0.29,30,,,,,"*GH014052, *GH014053, *GH014054, *GH014055, *GH014056, *GH014057",,"*GH014052, *GH014054, *GH014056",*GH014057,"*GH014053, *GH014055","*GH014052, *GH014053, *GH014054, *GH014055, *GH014056, *GH014057",,6,False
+7,2200,0.22,30,,,,,"*GH014058, *GH014059, *GH014060, *GH014061, *GH014062, *GH014063",,,*GH014062,"*GH014058, *GH014059, *GH014060, *GH014061, *GH014063","*GH014058, *GH014059, *GH014060, *GH014061, *GH014062, *GH014063",*GH014058,6,False
+7,2200,0.29,45,,,,,"*GH014064, *GH014065, *GH014066, *GH014067, *GH014068, *GH014069",,"*GH014064, *GH014065","*GH014067, *GH014068, *GH014069",*GH014066,"*GH014064, *GH014065, *GH014066, *GH014068, *GH014069",,6,False
+7,2200,0.29,60,,,,,"*GH014070, *GH014071, *GH014072, *GH014073, *GH014074, *GH014075",,*GH014070,"*GH014071, *GH014072, *GH014073","*GH014074, *GH014075","*GH014070, *GH014071, *GH014072, *GH014073, *GH014074, *GH014075",*GH014075,6,False
+7,2200,0.22,45,,,,,"*GH014076, *GH014077, *GH014078, *GH014079, *GH014080, *GH014081",,,*GH014078,"*GH014076, *GH014077, *GH014079, *GH014080, *GH014081","*GH014076, *GH014077, *GH014078, *GH014079, *GH014080, *GH014081",,6,False
+7,2200,0.36,60,"*GH014083, *GH014084",,,*GH014087,"*GH014082, *GH014085, *GH014086","*GH014082, *GH014085, *GH014087",*GH014086,,,*GH014086,,6,False
+7,2200,0.22,60,,,,,"*GH014088, *GH014089, *GH014090, *GH014091, *GH014092, *GH014093",,,*GH014093,"*GH014088, *GH014089, *GH014090, *GH014091, *GH014092","*GH014088, *GH014089, *GH014090, *GH014091, *GH014092, *GH014093",,6,False
+7,2200,0.22,30,,,,,"*GH014094, *GH014095, *GH014096, *GH014097, *GH014098, *GH014099",,,"*GH014094, *GH014098","*GH014095, *GH014096, *GH014097, *GH014099","*GH014094, *GH014095, *GH014096, *GH014097, *GH014098, *GH014099",,6,False
+7,2200,0.36,45,,,,"*GH014101, *GH014103","*GH014100, *GH014102, *GH014104, *GH014105","*GH014100, *GH014101, *GH014105","*GH014102, *GH014104",*GH014103,,"*GH014103, *GH014104",,6,False
+7,2200,0.29,45,,,,,"*GH014106, *GH014107, *GH014108, *GH014109, *GH014110, *GH014111",,,"*GH014107, *GH014108, *GH014109, *GH014110, *GH014111",*GH014106,"*GH014106, *GH014107, *GH014108, *GH014110, *GH014111",*GH014106,6,False
+7,2200,0.36,30,,,,,"*GH014112, *GH014113, *GH014114, *GH014115, *GH014116, *GH014117",*GH014112,"*GH014113, *GH014115, *GH014116",,"*GH014114, *GH014117","*GH014113, *GH014114, *GH014116, *GH014117","*GH014114, *GH014117",6,False
+7,2200,0.29,60,,,,,"*GH014118, *GH014119, *GH014120, *GH014121, *GH014122, *GH014123",,"*GH014122, *GH014123","*GH014119, *GH014121","*GH014118, *GH014120","*GH014118, *GH014120, *GH014121, *GH014122, *GH014123",,6,False
+7,2200,0.29,30,,,,,"*GH014124, *GH014125, *GH014125, *GH014126, *GH014127, *GH014128, *GH014129",*GH014124,"*GH014125, *GH014125, *GH014126, *GH014128",*GH014127,*GH014129,"*GH014124, *GH014125, *GH014126, *GH014127, *GH014128, *GH014129",,6,False
+9,1800,0.29,60,,,,GH013648,"GH013644, GH013645, GH013646, GH013647, GH013649",,"GH013647, GH013648, GH013649","GH013644, GH013645, GH013646",,"GH013644, GH013645, GH013646, GH013647, GH013649",,6,False
+9,1800,0.22,45,,,,GH013655,"GH013650, GH013651, GH013653, GH013654, GH013656",,,"GH013653, GH013654","GH013650, GH013651, GH013655, GH01366","GH013650, GH013651, GH013653, GH013654, GH013655, GH013656",GH013655,7,False
+9,1800,0.36,30,GH013660,,,"GH013657, GH013658, GH013661",GH013659,"GH013657, GH013658, GH013661",GH013659,,,,,5,True
+9,1800,0.36,60,"GH013663, GH013664, GH013665, GH013666",,,,*GH013662,,,,*GH013662,*GH013662,*GH013662,5,True
+9,1800,0.22,30,,,GH013668,,"GH013667, GH013669, GH013670, GH013671, GH013672","GH013667, GH013668, GH013670","GH013669, GH013671, GH013672",,,"GH013667, GH013669, GH013671, GH013672",,6,False
+9,1800,0.29,45,"GH013675, GH013676, GH013677",,GH013678,,"GH013673, GH013674","GH013673, GH013674, GH013678",,,,,,6,False
+9,1800,0.29,30,GH013683,,GH013679,"GH013682, GH013684","GH013680, GH013681","GH013679, GH013682, GH013684",GH013680,,GH013681,"GH013680, GH013681",,6,False
+9,1800,0.36,45,"GH013685, GH013688, GH013689, GH013690",,,,"GH013686, GH013687",GH013686,,,GH013687,GH013687,GH013687,6,False
+9,1800,0.22,60,GH013693,,,"GH013692, GH013694, GH013695","GH013691, GH013696",GH013692,"GH013694, GH013695, GH013696",GH013691,,"GH013691, GH013694, GH013695, GH013696",,6,False
+9,1800,0.22,30,,,,"GH013698, GH013700","GH013697, GH013699, GH013701, GH013702","GH013700, GH013701, GH013702","GH013698, GH013699",,GH013697,"GH013697, GH013698, GH013699",GH013697,6,False
+9,1800,0.29,60,"GH013706, GH013708",GH013707,,,"GH013703, GH013704, GH013705","GH013704, GH013707",GH013705,,GH013703,"GH013703, GH013704, GH013705",GH013703,6,False
+9,1800,0.29,45,"GH013710, GH013711",GH013714,,GH013712,"GH013709, GH013713","GH013709, GH013712, GH013714",,GH013713,,GH013713,,6,False
+9,1800,0.36,45,"GH013719, GH013720",GH013715,,GH013718,"GH013716, GH013717","GH013715, GH013716, GH013717",GH013718,,,GH013718,,6,False
+9,1800,0.29,30,"GH013721, GH013724, GH013726",,,GH013722,"GH013723, GH013725","GH013723, GH013725",GH013722,,,GH013722,,6,False
+9,1800,0.22,45,"GH013727, GH013732",,GH013731,,"GH013728, GH013729, GH013730",,GH013730,"GH013728, GH013729",GH013731,"GH013728, GH013729",,6,False
+9,1800,0.36,30,"GH013734, GH013735, GH013737",,,GH013736,"GH013733, GH013738",GH013733,GH013736,GH013738,,GH013738,,6,False
+9,1800,0.22,60,GH013744,,,GH013743,"GH013739, GH013740, GH013741, GH013742",,"GH013742, GH013743","GH013739, GH013740, GH013741",,"GH013739, GH013740, GH013742",,6,False
+9,1800,0.36,60,"*GH013747, *GH013749",,,,"*GH013746, *GH013748","*GH013746, *GH013748",,,,,,4,True
+9,1800,0.22,60,,,,,"*GH013750, *GH013751, *GH013752, *GH013753, *GH013754, *GH013755","*GH013751, *GH013752",*GH013750,"*GH013753, *GH013754, *GH013755",,"*GH013750, *GH013752, *GH013753, *GH013754, *GH013755",,6,False
+9,1800,0.36,45,"*GH013757, *GH013758",,,*GH013760,"*GH013756, *GH013759, *GH013761","*GH013759, *GH013760",*GH013756,,*GH013761,*GH013761,*GH013761,6,False
+9,1800,0.29,45,"*GH013762, *GH013764, *GH013766",,*GH013767,,"*GH013763, *GH013765","*GH013763, *GH013765, *GH013767",,,,,,6,False
+9,1800,0.29,30,"*GH013770, *GH013773",,,*GH013768,"*GH013769, *GH013771, *GH013772","*GH013768, *GH013769, *GH013772",,,*GH013771,*GH013771,*GH013771,6,False
+9,1800,0.36,60,"*GH013786, *GH013787, *GH013790",,,,"*GH013788, *GH013789, *GH013791",*GH013791,*GH013789,,*GH013788,*GH013788,*GH013788,6,False
+9,1800,0.22,30,,,,*GH013781,"*GH013780, *GH013782, *GH013783, *GH013784, *GH013785","*GH013781, *GH013785",*GH013783,*GH013780,"*GH013782, *GH013784","*GH013780, *GH013782, *GH013783, *GH013784",,6,False
+9,1800,0.29,60,*GH013792,,,"*GH013793, *GH013795, *GH013797","*GH013794, *GH013796","*GH013793, *GH013794, *GH013795, *GH013796, *GH013797",,,,,,6,False
+9,1800,0.22,45,"*GH013798, *GH013799, *GH013803",,,,"*GH013800, *GH013801, *GH013802","*GH013800, *GH013801",,,*GH013802,*GH013802,*GH013802,6,False
+9,1800,0.36,45,*GH013807,,,*GH013808,"*GH013804, *GH013805, *GH013806, *GH013809","*GH013808, *GH013809",,,"*GH013804, *GH013805, *GH013806","*GH013804, *GH013805, *GH013806",*GH013804,6,False
+9,2000,0.29,60,,,,*GH013189,"GH013185, *GH013186, *GH013187, *GH013188, *GH013190","*GH013188, *GH013190","*GH013187, *GH013189",GH013185,*GH013186,"GH013185, *GH013186, *GH013187, *GH013188, *GH013189",,6,False
+9,2000,0.22,45,,,,GH013153,"GH013148, GH013149, GH013150, GH013151, GH013152",,GH013151,"GH013148, GH013149, GH013152","GH013150, GH013153","GH013148, GH013149, GH013150, GH013152, GH013153",,6,False
+9,2000,0.36,30,"*GH013193, *GH013196",,,"*GH013191, *GH013194","*GH013192, *GH013195","*GH013191, *GH013194",,*GH013192,,*GH013192,,6,False
+9,2000,0.36,60,*GH013198,,,*GH013199,"*GH013197, *GH013200, GH013201, *GH013202",GH013201,"*GH013200, *GH013202",,"*GH013197, *GH013199","*GH013199, *GH013200, *GH013202",*GH013197,6,False
+9,2000,0.22,30,,GH013170,,,"GH013167, GH013168, GH013169, GH013171, GH013172",,,"GH013167, GH013170, GH013171, GH013172","GH013168, GH013169","GH013167, GH013168, GH013169, GH013171, GH013172",,6,False
+9,2000,0.29,45,,,,*GH013206,"*GH013203, *GH013204, *GH013205, *GH013207, *GH013208",*GH013206,"*GH013204, *GH013205, *GH013207",*GH013203,*GH013208,"*GH013203, *GH013204, *GH013205, *GH013206, *GH013207, *GH013208",,6,False
+9,2000,0.29,30,,,,,"*GH013209, *GH013210, *GH013211, *GH013212, *GH013213, *GH013214",*GH013210,*GH013214,"*GH013209, *GH013211, *GH013212, *GH013213",,"*GH013209, *GH013211, *GH013212, *GH013213",,6,False
+9,2000,0.36,45,"*GH013217, *GH013220",,,*GH013218,"*GH013215, *GH013216, *GH013219","*GH013218, *GH013219",*GH013216,,*GH013215,*GH013215,,6,False
+9,2000,0.22,60,,,,,"GH013130, GH013131, GH013132, GH013133, GH013134, GH013135",,,"GH013131, GH013132, GH013133","GH013130, GH013134, GH013135","GH013130, GH013131, GH013132, GH013133, GH013134, GH013135",,6,False
+9,2000,0.22,30,,,,,"GH013173, GH013174, , GH013175, GH013176, GH013177, GH013178",,,"GH013173, GH013174, GH013175, GH013177, GH013178",GH013176,"GH013174, GH013175, GH013176, GH013177, GH013178",,6,False
+9,2000,0.29,60,,,,,"*GH013221, *GH013222, *GH013223, *GH013224, *GH013225, *GH013226",,,"*GH013221, *GH013222, *GH013223, *GH013224, *GH013225, *GH013226",,"*GH013221, *GH013222, *GH013223, *GH013224, *GH013225, *GH013226",,6,False
+9,2000,0.29,45,,,,GH013227,"GH013228, GH013229, GH013230, GH013231, GH013232",GH013227,"GH013228, GH013229, GH013231, GH013232",GH013230,,"GH013228, GH013229, GH013230, GH013231, GH013232",,6,False
+9,2000,0.36,45,"GH013235, GH013237",,,GH013238,"GH013233, GH013234, GH013236","GH013236, GH013238",,"GH013233, GH013234",,GH013234,,6,False
+9,2000,0.29,30,,,,GH013243,"GH013239, GH013240, GH013241, GH013242, GH013244",GH013243,GH013239,"GH013242, GH013244","GH013240, GH013241","GH013239, GH013240, GH013241, GH013242, GH013244",,6,False
+9,2000,0.22,45,,,,,"*GH013154, *GH013155, GH013156, GH013157, GH013158, GH013159",,,"*GH013155, GH013157, GH013159","*GH013154, GH013156, GH013158","*GH013154, *GH013155, GH013156, GH013157, GH013158, GH013159",,6,False
+9,2000,0.36,30,GH013250,,,GH013248,"GH013245, GH013246, GH013247, GH013249","GH013246, GH013247, GH013248, GH013249",,,GH013245,"GH013245, GH013249",,6,False
+9,2000,0.22,60,,,,,"GH013136, GH013137, GH013138, GH013139, GH013140, GH013141",,,"GH013136, GH013137, GH013139","GH013138, GH013140, GH013141","GH013136, GH013137, GH013138, GH013139, GH013140, GH013141",,6,False
+9,2000,0.36,60,GH013251,,,"GH013252, GH013255","GH013253, GH013254, GH013256","GH013252, GH013253, GH013254, GH013255, GH013256",,,,,,6,False
+9,2000,0.22,60,GH013147,,,,"GH013142, GH013143, GH013144, GH013145, GH013146",,GH013144,"GH013142, GH013143, GH013146",GH013145,"GH013142, GH013143, GH013145, GH013146",,6,False
+9,2000,0.36,45,GH013260,,,"GH013257, GH013258, GH013261","GH013259, GH013262","GH013257, GH013258, GH013259, GH013261, GH013262",,,,,,6,False
+9,2000,0.29,45,,,,GH013266,"GH013263, GH013264, GH013265, GH013267, GH013268",GH013266,"GH013264, GH013267","GH013263, GH013265",GH013268,"GH013263, GH013264, GH013265, GH013266, GH013267, GH013268",,6,False
+9,2000,0.29,30,,GH013269,GH013270,"GH013271, GH013272, GH013273",GH013274,GH013269,"GH013270, GH013273","GH013271, GH013272, GH013274",,"GH013271, GH013272, GH013273, GH013274",,6,False
+9,2000,0.36,60,GH013276,,,"GH013275, GH013278","GH013277, GH013279, GH013280","GH013275, GH013277, GH013280",GH013278,GH013279,,GH013279,,6,False
+9,2000,0.22,30,,,,,"GH013179, GH013180, GH013181, GH013182, GH013183, GH013184",,"GH013179, GH013180",GH013184,"GH013181, GH013182, GH013183","GH013181, GH013182, GH013183, GH013184",,6,False
+9,2000,0.29,60,GH013284,,,GH013285,"GH013281, GH013282, GH013283, GH013286",,"GH013283, GH013285","GH013281, GH013282, GH013286",,"GH013281, GH013282, GH013283, GH013285, GH013286",,6,False
+9,2000,0.22,45,,,GH013162,,"GH013160, GH013161, GH013163, GH013164, GH013165",,,"GH013160, GH013163","GH013161, GH013162, GH013164, GH013165","GH013160, GH013161, GH013163, GH013164, GH013165",,6,False
+9,2000,0.36,45,"GH013287, GH013288, GH013289, GH013292",,,,"GH013290, GH013291",GH013291,GH013290,,,GH013290,,6,False
+9,2200,0.29,60,,,,*GH014297,"*GH014298, *GH014299, *GH014300, *GH014301, *GH014302",*GH014297,*GH014302,"*GH014300, *GH014301","*GH014298, *GH014299","*GH014297, *GH014298, *GH014299, *GH014300, *GH014301, *GH014302",,6,False
+9,2200,0.22,45,,,,,"*GH014304, *GH014305, *GH014306, *GH014307, *GH014308, *GH014309",,,"*GH014304, *GH014305","*GH014306, *GH014307, *GH014308, *GH014309","*GH014304, *GH014305, *GH014306, *GH014307, *GH014308, *GH014309",*GH014308,6,False
+9,2200,0.36,30,,,,"*GH014314, *GH014315","*GH014310, *GH014311, *GH014312, *GH014313",*GH014314,"*GH014310, *GH014311, *GH014313, *GH014315",,*GH014312,"*GH014310, *GH014311, *GH014312, *GH014313, *GH014315",*GH014312,6,False
+9,2200,0.36,60,*GH014321,,,*GH014316,"*GH014317, *GH014318, *GH014319, *GH014320",*GH014317,"*GH014316, *GH014318","*GH014319, *GH014320",,"*GH014318, *GH014319",,6,False
+9,2200,0.22,30,,,,,"*GH014322, *GH014323, *GH014324, *GH014325, *GH014326, *GH014327",,,*GH014322,"*GH014323, *GH014324, *GH014325, *GH014326, *GH014327","*GH014322, *GH014323, *GH014324, *GH014325, *GH014326, *GH014327",,6,False
+9,2200,0.29,45,,,,"*GH014329, *GH014331","*GH014328, *GH014330, *GH014332, *GH014333",*GH014329,"*GH014331, *GH014332","*GH014328, *GH014330, *GH014333",,"*GH014328, *GH014330, *GH014331, *GH014332, *GH014333",,6,False
+9,2200,0.29,30,,,,,"*GH014334, *GH014335, *GH014336, *GH014337, *GH014339, *GH014340",,*GH014340,"*GH014334, *GH014336","*GH014335, *GH014337, *GH014339","*GH014334, *GH014335, *GH014336, *GH014337, *GH014339, *GH014340",,6,False
+9,2200,0.36,45,,,,"*GH014341, *GH014344, *GH014345","*GH014342, *GH014343, *GH014346","*GH014341, *GH014344, *GH014345",,*GH014343,"*GH014342, *GH014346","*GH014342, *GH014343, *GH014346",,6,False
+9,2200,0.22,60,,,,,"*GH014347, *GH014348, *GH014349, *GH014350, *GH014351, *GH014352",,,"*GH014349, *GH014350","*GH014347, *GH014348, *GH014351, *GH014352","*GH014347, *GH014348, *GH014349, *GH014350, *GH014351, *GH014352",,6,False
+9,2200,0.22,30,,,,,"*GH014353, *GH014354, *GH014355, *GH014356, *GH014357, *GH014358",,*GH014358,*GH014353,"*GH014354, *GH014355, *GH014356, *GH014357","*GH014353, *GH014354, *GH014355, *GH014356, *GH014357, *GH014358",,6,False
+9,2200,0.29,60,,,,,"*GH014359, *GH014360, *GH014361, *GH014362, *GH014363, *GH014364",,"*GH014361, *GH014363","*GH014360, *GH014362, *GH014364",*GH014359,"*GH014359, *GH014360, *GH014361, *GH014362, *GH014363, *GH014364",,6,False
+9,2200,0.29,45,,,,,"*GH014365, *GH014366, *GH014367, *GH014368, *GH014370",,"*GH014368, *GH014370","*GH014365, *GH014366, *GH014367",,"*GH014365, *GH014366, *GH014367, *GH014368, *GH014370",*GH014369,6,False
+9,2200,0.36,45,"*GH014374, *GH014375",,,*GH014372,"*GH014371, *GH014373","*GH014371, *GH014372, *GH014373, *GH014376",,,,,,6,False
+9,2200,0.29,30,,,,,"*GH014377, *GH014378, *GH014379, *GH014380, *GH014381, *GH014382",,,"*GH014379, *GH014380, *GH014381, *GH014382","*GH014377, *GH014378","*GH014377, *GH014378, *GH014379, *GH014380, *GH014381, *GH014382",,6,False
+9,2200,0.22,45,,,,,"*GH014383, *GH014384, *GH014385, *GH014386, *GH014387, *GH014388",,,,"*GH014383, *GH014384, *GH014385, *GH014386, *GH014387, *GH014388","*GH014383, *GH014384, *GH014385, *GH014386, *GH014387, *GH014388",*GH014385,6,False
+9,2200,0.36,30,,,,"*GH014391, *GH014392, *GH014393","*GH014389, *GH014390, *GH014394","*GH014392, *GH014393","*GH014389, *GH014390, *GH014391",,,"*GH014390, *GH014394",*GH014394,6,False
+9,2200,0.22,60,,,,,"*GH014395, *GH014396, *GH014397, *GH014398, *GH014399, *GH014400",,,*GH014395,"*GH014396, *GH014397, *GH014398, *GH014399, *GH014400","*GH014395, *GH014396, *GH014397, *GH014398, *GH014399, *GH014400",*GH014397,6,False
+9,2200,0.36,60,,,,,"*GH014401, *GH014402, *GH014403, *GH014404, *GH014405, *GH014406",*GH014403,"*GH014401, *GH014404, *GH014405, *GH014406",,*GH014402,"*GH014402, *GH014404, *GH014405",,6,False
+9,2200,0.22,60,,,,,"*GH014407, *GH014408, *GH014409, *GH014410, *GH014411, *GH014412",,,,"*GH014407, *GH014408, *GH014409, *GH014410, *GH014411, *GH014412","*GH014407, *GH014408, *GH014409, *GH014410, *GH014411, *GH014412",,6,False
+9,2200,0.36,45,"*GH014413, *GH014415, *GH014416, *GH014417, *GH014418",,,,*GH014414,*GH014414,,,,,,6,False
+9,2200,0.29,45,"*GH014419, *GH014420, *GH014423",,*GH014421,*GH014422,*GH014424,*GH014421,,,"*GH014422, *GH014424","*GH014422, *GH014424","*GH014422, *GH014424",6,False
+9,2200,0.29,30,"*GH014425, *GH014427, *GH014428, *GH014430",,,,"*GH014426, *GH014429",*GH014429,,,*GH014426,*GH014426,*GH014426,6,False
+9,2200,0.36,60,*GH014435,,,*GH014431,"*GH014432, *GH014433, *GH014434, *GH014436","*GH014431, *GH014433, *GH014436",,"*GH014432, *GH014434",,*GH014432,*GH014432,6,False
+9,2200,0.22,30,,*GH014437,,,"*GH014438, *GH014439, *GH014440, *GH014441, *GH014442",*GH014437,,"*GH014440, *GH014441, *GH014442",*GH014438,"*GH014437, *GH014438, *GH014439, *GH014440, *GH014441, *GH014442",,6,False
+9,2200,0.29,60,,,,,"*GH014443, *GH014444, *GH014445, *GH014446, *GH014447, *GH014448",,"*GH014443, *GH014445","*GH014446, *GH014447, *GH014448",*GH014444,"*GH014443, *GH014444, *GH014445, *GH014446, *GH014447, *GH014448",,6,False
+9,2200,0.22,45,,,,,"*GH014450, *GH014451, *GH014452, *GH014453, *GH014454, *GH014455",,,*GH014451,"*GH014450, *GH014452, *GH014453, *GH014454, *GH014455","*GH014450, *GH014451, *GH014452, *GH014453, *GH014454, *GH014455",,6,False
+9,2200,0.36,45,*GH014460,,,*GH014457,"*GH014456, *GH014458, *GH014459, *GH014461","*GH014457, *GH014458, *GH014461",,,"*GH014456, *GH014459","*GH014456, *GH014459",*GH014459,6,False