ds005256-mriqc/sub-0032_ses-01_task-social_acq-mb8_run-06_bold.html
Felix Hoffstaedter 25fea00fc3 [DATALAD RUNCMD] Compute MRIQC for sub-0032
=== Do not change lines below ===
{
 "chain": [],
 "cmd": "./code/containers/scripts/singularity_cmd exec code/containers/images/bids/bids-mriqc--24.0.2.sing mriqc sourcedata/raw . participant --participant-label sub-0032 --no-datalad-get --no-sub --verbose --nprocs 1 --mem 3000 --work-dir /tmp --float32 --verbose-reports",
 "dsid": "2d58dd48-4166-4dc3-9cd1-64f3d0665a8c",
 "exit": 0,
 "extra_inputs": [
  "code/containers/images/bids/bids-mriqc--24.0.2.sing"
 ],
 "inputs": [
  "sourcedata/raw/sub-0032",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:52:03 +02:00

616 lines
No EOL
105 KiB (Stored with Git Annex)
HTML

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0032_ses-01_task-social_acq-mb8_run-06_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0032_ses-01_task-social_acq-mb8_run-06_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-06_session-01_subject-0032_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0032/figures/sub-0032_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg" target="_blank">sub-0032/figures/sub-0032_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-06_session-01_subject-0032_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0032/figures/sub-0032_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg" target="_blank">sub-0032/figures/sub-0032_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-06_session-01_subject-0032_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0032/figures/sub-0032_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" target="_blank">sub-0032/figures/sub-0032_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-06_session-01_subject-0032_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0032/figures/sub-0032_ses-01_task-social_acq-mb8_run-06_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-01_task-social_acq-mb8_run-06_desc-carpet_bold.svg" target="_blank">sub-0032/figures/sub-0032_ses-01_task-social_acq-mb8_run-06_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-06_session-01_subject-0032_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0032/figures/sub-0032_ses-01_task-social_acq-mb8_run-06_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-01_task-social_acq-mb8_run-06_desc-mean_bold.svg" target="_blank">sub-0032/figures/sub-0032_ses-01_task-social_acq-mb8_run-06_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-06_session-01_subject-0032_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0032/figures/sub-0032_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" target="_blank">sub-0032/figures/sub-0032_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-01_subject-0032_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p> <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0032/figures/sub-0032_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
Problem loading figure sub-0032/figures/sub-0032_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0032/figures/sub-0032_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0032/ses-01/func/sub-0032_ses-01_task-social_acq-mb8_run-06_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>8e9edc38cf5082e50f7f803117f4be6c</td></tr>
</table>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-1">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
Dataset Information
</button>
</h2>
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>15:40:36.045000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.99916, 0.037949, -0.0154846, -0.0392571, 0.994662, -0.0954243]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.100924</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>22</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4130, -7791, -7244, 580, -57, -265, 47, 87]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>251.699</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>5eb835ae-8b07-495e-92d8-f59ea33a01ff||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6806724071502686, -0.10532385110855103, -0.03180789202451706, 116.67813873291016], [-0.10181448608636856, 2.6686062812805176, -0.259070485830307, -79.74855041503906], [-0.04154408723115921, 0.2560165226459503, 2.6873538494110107, -81.39044189453125], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 872]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872], 'AcquisitionTime': ['154036.045000', '154036.505000', '154036.965000', '154037.425000', '154037.885000', '154038.345000', '154038.805000', '154039.265000', '154039.725000', '154040.185000', '154040.645000', '154041.105000', '154041.565000', '154042.025000', '154042.485000', '154042.945000', '154043.405000', '154043.865000', '154044.325000', '154044.785000', '154045.245000', '154045.705000', '154046.165000', '154046.625000', '154047.085000', '154047.545000', '154048.005000', '154048.465000', '154048.925000', '154049.385000', '154049.845000', '154050.305000', '154050.765000', '154051.225000', '154051.685000', '154052.145000', '154052.605000', '154053.065000', '154053.525000', '154053.985000', '154054.445000', '154054.905000', '154055.365000', '154055.825000', '154056.285000', '154056.745000', '154057.205000', '154057.665000', '154058.125000', '154058.585000', '154059.045000', '154059.505000', '154059.965000', '154100.425000', '154100.885000', '154101.345000', '154101.805000', '154102.265000', '154102.725000', '154103.185000', '154103.645000', '154104.105000', '154104.565000', '154105.025000', '154105.485000', '154105.945000', '154106.405000', '154106.865000', '154107.325000', '154107.785000', '154108.245000', '154108.705000', '154109.165000', '154109.625000', '154110.085000', '154110.545000', '154111.005000', '154111.465000', '154111.925000', '154112.385000', '154112.845000', '154113.305000', '154113.765000', '154114.225000', '154114.685000', '154115.145000', '154115.605000', '154116.065000', '154116.525000', '154116.985000', '154117.445000', '154117.905000', '154118.365000', '154118.825000', '154119.285000', '154119.745000', '154120.205000', '154120.665000', '154121.125000', '154121.585000', '154122.045000', '154122.505000', '154122.965000', '154123.425000', '154123.885000', '154124.345000', '154124.805000', '154125.265000', '154125.725000', '154126.185000', '154126.645000', '154127.105000', '154127.565000', '154128.025000', '154128.485000', '154128.945000', '154129.405000', '154129.865000', '154130.325000', '154130.785000', '154131.245000', '154131.705000', '154132.165000', '154132.625000', '154133.085000', '154133.545000', '154134.005000', '154134.465000', '154134.925000', '154135.385000', '154135.845000', '154136.305000', '154136.765000', '154137.225000', '154137.685000', '154138.145000', '154138.605000', '154139.065000', '154139.525000', '154139.985000', '154140.445000', '154140.905000', '154141.365000', '154141.825000', '154142.285000', '154142.745000', '154143.205000', '154143.665000', '154144.125000', '154144.585000', '154145.045000', '154145.505000', '154145.965000', '154146.425000', '154146.885000', '154147.345000', '154147.805000', '154148.265000', '154148.725000', '154149.185000', '154149.645000', '154150.105000', '154150.565000', '154151.025000', '154151.485000', '154151.945000', '154152.405000', '154152.865000', '154153.325000', '154153.785000', '154154.245000', '154154.705000', '154155.165000', '154155.625000', '154156.085000', '154156.545000', '154157.005000', '154157.465000', '154157.925000', '154158.385000', '154158.845000', '154159.305000', '154159.765000', '154200.225000', '154200.685000', '154201.145000', '154201.605000', '154202.065000', '154202.525000', '154202.985000', '154203.445000', '154203.905000', '154204.365000', '154204.825000', '154205.285000', '154205.745000', '154206.205000', '154206.665000', '154207.125000', '154207.585000', '154208.045000', '154208.505000', '154208.965000', '154209.425000', '154209.885000', '154210.345000', '154210.805000', '154211.265000', '154211.725000', '154212.185000', '154212.645000', '154213.105000', '154213.565000', '154214.025000', '154214.485000', '154214.945000', '154215.405000', '154215.865000', '154216.325000', '154216.785000', '154217.245000', '154217.705000', '154218.165000', '154218.625000', '154219.085000', '154219.545000', '154220.005000', '154220.465000', '154220.925000', '154221.385000', '154221.845000', '154222.305000', '154222.765000', '154223.225000', '154223.685000', '154224.145000', '154224.605000', '154225.065000', '154225.525000', '154225.985000', '154226.445000', '154226.905000', '154227.365000', '154227.825000', '154228.285000', '154228.745000', '154229.205000', '154229.665000', '154230.125000', '154230.585000', '154231.045000', '154231.505000', '154231.965000', '154232.425000', '154232.885000', '154233.345000', '154233.805000', '154234.265000', '154234.725000', '154235.185000', '154235.645000', '154236.105000', '154236.565000', '154237.025000', '154237.485000', '154237.945000', '154238.405000', '154238.865000', '154239.325000', '154239.785000', '154240.245000', '154240.705000', '154241.165000', '154241.625000', '154242.085000', '154242.545000', '154243.005000', '154243.465000', '154243.925000', '154244.385000', '154244.845000', '154245.305000', '154245.765000', '154246.225000', '154246.685000', '154247.145000', '154247.605000', '154248.065000', '154248.525000', '154248.985000', '154249.445000', '154249.905000', '154250.365000', '154250.825000', '154251.285000', '154251.745000', '154252.205000', '154252.665000', '154253.125000', '154253.585000', '154254.045000', '154254.505000', '154254.965000', '154255.425000', '154255.885000', '154256.345000', '154256.805000', '154257.265000', '154257.725000', '154258.185000', '154258.645000', '154259.105000', '154259.565000', '154300.025000', '154300.485000', '154300.945000', '154301.405000', '154301.865000', '154302.325000', '154302.785000', '154303.245000', '154303.705000', '154304.165000', '154304.625000', '154305.085000', '154305.545000', '154306.005000', '154306.465000', '154306.925000', '154307.385000', '154307.845000', '154308.305000', '154308.765000', '154309.225000', '154309.685000', '154310.145000', '154310.605000', '154311.065000', '154311.525000', '154311.985000', '154312.445000', '154312.905000', '154313.365000', '154313.825000', '154314.285000', '154314.745000', '154315.205000', '154315.665000', '154316.125000', '154316.585000', '154317.045000', '154317.505000', '154317.965000', '154318.425000', '154318.885000', '154319.345000', '154319.805000', '154320.265000', '154320.725000', '154321.185000', '154321.645000', '154322.105000', '154322.565000', '154323.025000', '154323.485000', '154323.945000', '154324.405000', '154324.865000', '154325.325000', '154325.785000', '154326.245000', '154326.705000', '154327.165000', '154327.625000', '154328.085000', '154328.545000', '154329.005000', '154329.465000', '154329.925000', '154330.385000', '154330.845000', '154331.305000', '154331.765000', '154332.225000', '154332.685000', '154333.145000', '154333.605000', '154334.065000', '154334.525000', '154334.985000', '154335.445000', '154335.905000', '154336.365000', '154336.825000', '154337.285000', '154337.745000', '154338.205000', '154338.665000', '154339.125000', '154339.585000', '154340.045000', '154340.505000', '154340.965000', '154341.425000', '154341.885000', '154342.345000', '154342.805000', '154343.265000', '154343.725000', '154344.185000', '154344.645000', '154345.105000', '154345.565000', '154346.025000', '154346.485000', '154346.945000', '154347.405000', '154347.865000', '154348.325000', '154348.785000', '154349.245000', '154349.705000', '154350.165000', '154350.625000', '154351.085000', '154351.545000', '154352.005000', '154352.465000', '154352.925000', '154353.385000', '154353.845000', '154354.305000', '154354.765000', '154355.225000', '154355.685000', '154356.145000', '154356.605000', '154357.065000', '154357.525000', '154357.985000', '154358.445000', '154358.905000', '154359.365000', '154359.825000', '154400.285000', '154400.745000', '154401.205000', '154401.665000', '154402.125000', '154402.585000', '154403.045000', '154403.505000', '154403.965000', '154404.425000', '154404.885000', '154405.345000', '154405.805000', '154406.265000', '154406.725000', '154407.185000', '154407.645000', '154408.105000', '154408.565000', '154409.025000', '154409.485000', '154409.945000', '154410.405000', '154410.865000', '154411.325000', '154411.785000', '154412.245000', '154412.705000', '154413.165000', '154413.625000', '154414.085000', '154414.545000', '154415.005000', '154415.465000', '154415.925000', '154416.385000', '154416.845000', '154417.305000', '154417.765000', '154418.225000', '154418.685000', '154419.145000', '154419.605000', '154420.065000', '154420.525000', '154420.985000', '154421.445000', '154421.905000', '154422.365000', '154422.825000', '154423.285000', '154423.745000', '154424.205000', '154424.665000', '154425.125000', '154425.585000', '154426.045000', '154426.505000', '154426.965000', '154427.425000', '154427.885000', '154428.345000', '154428.805000', '154429.265000', '154429.725000', '154430.185000', '154430.645000', '154431.105000', '154431.565000', '154432.025000', '154432.485000', '154432.945000', '154433.405000', '154433.865000', '154434.325000', '154434.785000', '154435.245000', '154435.705000', '154436.165000', '154436.625000', '154437.085000', '154437.545000', '154438.005000', '154438.465000', '154438.925000', '154439.385000', '154439.845000', '154440.305000', '154440.765000', '154441.225000', '154441.685000', '154442.145000', '154442.605000', '154443.065000', '154443.525000', '154443.985000', '154444.445000', '154444.905000', '154445.365000', '154445.825000', '154446.285000', '154446.745000', '154447.205000', '154447.665000', '154448.125000', '154448.585000', '154449.045000', '154449.505000', '154449.965000', '154450.425000', '154450.885000', '154451.345000', '154451.805000', '154452.265000', '154452.725000', '154453.185000', '154453.645000', '154454.105000', '154454.565000', '154455.025000', '154455.485000', '154455.945000', '154456.405000', '154456.865000', '154457.325000', '154457.785000', '154458.245000', '154458.705000', '154459.165000', '154459.625000', '154500.085000', '154500.545000', '154501.005000', '154501.465000', '154501.925000', '154502.385000', '154502.845000', '154503.305000', '154503.765000', '154504.225000', '154504.685000', '154505.145000', '154505.605000', '154506.065000', '154506.525000', '154506.985000', '154507.445000', '154507.905000', '154508.365000', '154508.825000', '154509.285000', '154509.745000', '154510.205000', '154510.665000', '154511.125000', '154511.585000', '154512.045000', '154512.505000', '154512.965000', '154513.425000', '154513.885000', '154514.345000', '154514.805000', '154515.265000', '154515.725000', '154516.185000', '154516.645000', '154517.105000', '154517.565000', '154518.025000', '154518.485000', '154518.945000', '154519.405000', '154519.865000', '154520.325000', '154520.785000', '154521.245000', '154521.705000', '154522.165000', '154522.625000', '154523.085000', '154523.545000', '154524.005000', '154524.465000', '154524.925000', '154525.385000', '154525.845000', '154526.305000', '154526.765000', '154527.225000', '154527.685000', '154528.145000', '154528.605000', '154529.065000', '154529.525000', '154529.985000', '154530.445000', '154530.905000', '154531.365000', '154531.825000', '154532.285000', '154532.745000', '154533.205000', '154533.665000', '154534.125000', '154534.585000', '154535.045000', '154535.505000', '154535.965000', '154536.425000', '154536.885000', '154537.345000', '154537.805000', '154538.265000', '154538.725000', '154539.185000', '154539.645000', '154540.105000', '154540.565000', '154541.025000', '154541.485000', '154541.945000', '154542.405000', '154542.865000', '154543.325000', '154543.785000', '154544.245000', '154544.705000', '154545.165000', '154545.625000', '154546.085000', '154546.545000', '154547.005000', '154547.465000', '154547.925000', '154548.385000', '154548.845000', '154549.305000', '154549.765000', '154550.225000', '154550.685000', '154551.145000', '154551.605000', '154552.065000', '154552.525000', '154552.985000', '154553.445000', '154553.905000', '154554.365000', '154554.825000', '154555.285000', '154555.745000', '154556.205000', '154556.665000', '154557.125000', '154557.585000', '154558.045000', '154558.505000', '154558.965000', '154559.425000', '154559.885000', '154600.345000', '154600.805000', '154601.265000', '154601.725000', '154602.185000', '154602.645000', '154603.105000', '154603.565000', '154604.025000', '154604.485000', '154604.945000', '154605.405000', '154605.865000', '154606.325000', '154606.785000', '154607.245000', '154607.705000', '154608.165000', '154608.625000', '154609.085000', '154609.545000', '154610.005000', '154610.465000', '154610.925000', '154611.385000', '154611.845000', '154612.305000', '154612.765000', '154613.225000', '154613.685000', '154614.145000', '154614.605000', '154615.065000', '154615.525000', '154615.985000', '154616.445000', '154616.905000', '154617.365000', '154617.825000', '154618.285000', '154618.745000', '154619.205000', '154619.665000', '154620.125000', '154620.585000', '154621.045000', '154621.505000', '154621.965000', '154622.425000', '154622.885000', '154623.345000', '154623.805000', '154624.265000', '154624.725000', '154625.185000', '154625.645000', '154626.105000', '154626.565000', '154627.025000', '154627.485000', '154627.945000', '154628.405000', '154628.865000', '154629.325000', '154629.785000', '154630.245000', '154630.705000', '154631.165000', '154631.625000', '154632.085000', '154632.545000', '154633.005000', '154633.465000', '154633.925000', '154634.385000', '154634.845000', '154635.305000', '154635.765000', '154636.225000', '154636.685000', '154637.145000', '154637.605000', '154638.065000', '154638.525000', '154638.985000', '154639.445000', '154639.905000', '154640.365000', '154640.825000', '154641.285000', '154641.745000', '154642.205000', '154642.665000', '154643.125000', '154643.585000', '154644.045000', '154644.505000', '154644.965000', '154645.425000', '154645.885000', '154646.345000', '154646.805000', '154647.265000', '154647.725000', '154648.185000', '154648.645000', '154649.105000', '154649.565000', '154650.025000', '154650.485000', '154650.945000', '154651.405000', '154651.865000', '154652.325000', '154652.785000', '154653.245000', '154653.705000', '154654.165000', '154654.625000', '154655.085000', '154655.545000', '154656.005000', '154656.465000', '154656.925000', '154657.385000', '154657.845000', '154658.305000', '154658.765000', '154659.225000', '154659.685000', '154700.145000', '154700.605000', '154701.065000', '154701.525000', '154701.985000', '154702.445000', '154702.905000', '154703.365000', '154703.825000', '154704.285000', '154704.745000', '154705.205000', '154705.665000', '154706.125000', '154706.585000', '154707.045000', '154707.505000', '154707.965000', '154708.425000', '154708.885000', '154709.345000', '154709.805000', '154710.265000', '154710.725000', '154711.185000', '154711.645000', '154712.105000', '154712.565000', '154713.025000', '154713.485000', '154713.945000', '154714.405000', '154714.865000', '154715.325000', '154715.785000', '154716.245000', '154716.705000'], 'ContentTime': ['154106.131000', '154106.135000', '154106.138000', '154106.141000', '154106.144000', '154106.146000', '154106.149000', '154106.152000', '154106.155000', '154106.158000', '154106.161000', '154106.164000', '154106.166000', '154106.184000', '154106.187000', '154106.190000', '154106.193000', '154106.206000', '154106.208000', '154106.211000', '154106.214000', '154106.217000', '154106.220000', '154106.222000', '154106.225000', '154106.228000', '154106.231000', '154106.234000', '154106.237000', '154106.240000', '154106.243000', '154106.245000', '154106.248000', '154106.251000', '154106.254000', '154106.257000', '154106.260000', '154106.262000', '154106.265000', '154106.268000', '154106.271000', '154106.274000', '154106.277000', '154106.280000', '154106.282000', '154106.285000', '154106.288000', '154106.291000', '154106.294000', '154106.297000', '154106.299000', '154106.302000', '154106.312000', '154106.315000', '154106.318000', '154106.321000', '154106.324000', '154106.327000', '154106.330000', '154106.332000', '154106.335000', '154106.338000', '154106.341000', '154126.101000', '154126.104000', '154126.107000', '154126.109000', '154126.112000', '154126.115000', '154126.118000', '154126.121000', '154126.124000', '154126.127000', '154126.129000', '154126.132000', '154126.135000', '154126.138000', '154126.141000', '154126.144000', '154126.146000', '154126.149000', '154126.152000', '154126.155000', '154126.158000', '154126.161000', '154126.164000', '154126.166000', '154126.169000', '154126.172000', '154126.175000', '154126.178000', '154126.181000', '154126.184000', '154126.186000', '154126.189000', '154126.192000', '154126.195000', '154126.198000', '154126.201000', '154126.204000', '154126.207000', '154126.210000', '154126.212000', '154126.215000', '154126.218000', '154126.221000', '154146.101000', '154146.104000', '154146.107000', '154146.109000', '154146.116000', '154146.119000', '154146.122000', '154146.125000', '154146.128000', '154146.131000', '154146.134000', '154146.136000', '154146.139000', '154146.142000', '154146.145000', '154146.148000', '154146.151000', '154146.154000', '154146.157000', '154146.160000', '154146.162000', '154146.165000', '154146.168000', '154146.171000', '154146.174000', '154146.177000', '154146.180000', '154146.183000', '154146.185000', '154146.188000', '154146.191000', '154146.194000', '154146.197000', '154146.200000', '154146.203000', '154146.206000', '154146.208000', '154146.211000', '154146.214000', '154146.217000', '154146.220000', '154146.223000', '154146.225000', '154146.228000', '154206.101000', '154206.104000', '154206.107000', '154206.109000', '154206.112000', '154206.115000', '154206.118000', '154206.121000', '154206.124000', '154206.127000', '154206.129000', '154206.132000', '154206.135000', '154206.138000', '154206.141000', '154206.144000', '154206.146000', '154206.149000', '154206.152000', '154206.155000', '154206.158000', '154206.161000', '154206.164000', '154206.167000', '154206.170000', '154206.173000', '154206.175000', '154206.178000', '154206.181000', '154206.184000', '154206.187000', '154206.190000', '154206.193000', '154206.196000', '154206.198000', '154206.201000', '154206.204000', '154206.207000', '154206.210000', '154206.213000', '154206.215000', '154206.218000', '154206.221000', '154226.101000', '154226.104000', '154226.107000', '154226.110000', '154226.113000', '154226.115000', '154226.118000', '154226.121000', '154226.124000', '154226.127000', '154226.130000', '154226.133000', '154226.135000', '154226.138000', '154226.141000', '154226.144000', '154226.147000', '154226.150000', '154226.153000', '154226.156000', '154226.158000', '154226.161000', '154226.164000', '154226.167000', '154226.170000', '154226.173000', '154226.176000', '154226.179000', '154226.182000', '154226.184000', '154226.187000', '154226.190000', '154226.193000', '154226.196000', '154226.199000', '154226.202000', '154226.205000', '154226.207000', '154226.210000', '154226.213000', '154226.216000', '154226.219000', '154226.222000', '154226.225000', '154246.101000', '154246.104000', '154246.107000', '154246.121000', '154246.124000', '154246.127000', '154246.130000', '154246.133000', '154246.136000', '154246.139000', '154246.142000', '154246.144000', '154246.147000', '154246.150000', '154246.153000', '154246.156000', '154246.162000', '154246.165000', '154246.168000', '154246.171000', '154246.174000', '154246.177000', '154246.180000', '154246.183000', '154246.185000', '154246.188000', '154246.191000', '154246.194000', '154246.197000', '154246.200000', '154246.203000', '154246.206000', '154246.209000', '154246.211000', '154246.214000', '154246.217000', '154246.220000', '154246.223000', '154246.226000', '154246.229000', '154246.232000', '154246.234000', '154246.237000', '154306.101000', '154306.104000', '154306.107000', '154306.110000', '154306.114000', '154306.119000', '154306.123000', '154306.126000', '154306.128000', '154306.131000', '154306.134000', '154306.137000', '154306.140000', '154306.143000', '154306.145000', '154306.148000', '154306.151000', '154306.154000', '154306.157000', '154306.160000', '154306.163000', '154306.166000', '154306.169000', '154306.172000', '154306.175000', '154306.177000', '154306.180000', '154306.183000', '154306.186000', '154306.189000', '154306.192000', '154306.195000', '154306.198000', '154306.201000', '154306.203000', '154306.206000', '154306.209000', '154306.212000', '154306.215000', '154306.218000', '154306.220000', '154306.223000', '154306.226000', '154326.101000', '154326.104000', '154326.107000', '154326.110000', '154326.113000', '154326.116000', '154326.118000', '154326.121000', '154326.124000', '154326.127000', '154326.130000', '154326.133000', '154326.136000', '154326.138000', '154326.141000', '154326.144000', '154326.147000', '154326.150000', '154326.153000', '154326.156000', '154326.159000', '154326.162000', '154326.164000', '154326.167000', '154326.170000', '154326.173000', '154326.176000', '154326.179000', '154326.182000', '154326.185000', '154326.187000', '154326.190000', '154326.193000', '154326.196000', '154326.199000', '154326.202000', '154326.205000', '154326.208000', '154326.210000', '154326.213000', '154326.216000', '154326.219000', '154326.222000', '154326.225000', '154346.101000', '154346.104000', '154346.107000', '154346.110000', '154346.113000', '154346.116000', '154346.119000', '154346.122000', '154346.125000', '154346.128000', '154346.131000', '154346.134000', '154346.137000', '154346.140000', '154346.142000', '154346.145000', '154346.148000', '154346.151000', '154346.154000', '154346.157000', '154346.160000', '154346.162000', '154346.165000', '154346.168000', '154346.171000', '154346.174000', '154346.177000', '154346.180000', '154346.183000', '154346.185000', '154346.188000', '154346.191000', '154346.194000', '154346.197000', '154346.200000', '154346.203000', '154346.205000', '154346.208000', '154346.211000', '154346.214000', '154346.217000', '154346.220000', '154346.222000', '154406.101000', '154406.104000', '154406.107000', '154406.110000', '154406.113000', '154406.116000', '154406.118000', '154406.121000', '154406.124000', '154406.127000', '154406.130000', '154406.133000', '154406.136000', '154406.138000', '154406.141000', '154406.144000', '154406.147000', '154406.158000', '154406.161000', '154406.164000', '154406.167000', '154406.170000', '154406.173000', '154406.175000', '154406.178000', '154406.181000', '154406.184000', '154406.187000', '154406.190000', '154406.198000', '154406.200000', '154406.203000', '154406.206000', '154406.209000', '154406.212000', '154406.215000', '154406.218000', '154406.220000', '154406.223000', '154406.226000', '154406.229000', '154406.232000', '154406.235000', '154406.238000', '154426.101000', '154426.104000', '154426.107000', '154426.110000', '154426.113000', '154426.115000', '154426.118000', '154426.121000', '154426.124000', '154426.127000', '154426.130000', '154426.133000', '154426.136000', '154426.141000', '154426.145000', '154426.148000', '154426.151000', '154426.154000', '154426.157000', '154426.160000', '154426.162000', '154426.165000', '154426.168000', '154426.171000', '154426.174000', '154426.177000', '154426.180000', '154426.183000', '154426.185000', '154426.188000', '154426.191000', '154426.194000', '154426.197000', '154426.200000', '154426.203000', '154426.205000', '154426.208000', '154426.211000', '154426.214000', '154426.217000', '154426.220000', '154426.222000', '154426.225000', '154446.101000', '154446.105000', '154446.108000', '154446.111000', '154446.114000', '154446.117000', '154446.120000', '154446.123000', '154446.126000', '154446.128000', '154446.131000', '154446.134000', '154446.137000', '154446.140000', '154446.143000', '154446.146000', '154446.149000', '154446.152000', '154446.155000', '154446.157000', '154446.160000', '154446.163000', '154446.166000', '154446.169000', '154446.172000', '154446.175000', '154446.178000', '154446.181000', '154446.183000', '154446.186000', '154446.189000', '154446.192000', '154446.195000', '154446.198000', '154446.201000', '154446.204000', '154446.217000', '154446.220000', '154446.223000', '154446.226000', '154446.229000', '154446.232000', '154446.234000', '154446.237000', '154506.101000', '154506.106000', '154506.109000', '154506.111000', '154506.114000', '154506.117000', '154506.120000', '154506.123000', '154506.126000', '154506.129000', '154506.132000', '154506.134000', '154506.137000', '154506.140000', '154506.143000', '154506.146000', '154506.149000', '154506.152000', '154506.155000', '154506.157000', '154506.160000', '154506.163000', '154506.166000', '154506.169000', '154506.172000', '154506.175000', '154506.178000', '154506.181000', '154506.184000', '154506.187000', '154506.190000', '154506.193000', '154506.196000', '154506.198000', '154506.201000', '154506.204000', '154506.207000', '154506.210000', '154506.213000', '154506.215000', '154506.218000', '154506.221000', '154506.224000', '154526.101000', '154526.104000', '154526.107000', '154526.110000', '154526.113000', '154526.116000', '154526.118000', '154526.121000', '154526.124000', '154526.127000', '154526.130000', '154526.133000', '154526.136000', '154526.139000', '154526.142000', '154526.144000', '154526.147000', '154526.150000', '154526.153000', '154526.156000', '154526.159000', '154526.162000', '154526.165000', '154526.167000', '154526.170000', '154526.173000', '154526.176000', '154526.179000', '154526.182000', '154526.185000', '154526.188000', '154526.191000', '154526.194000', '154526.196000', '154526.199000', '154526.202000', '154526.205000', '154526.208000', '154526.211000', '154526.214000', '154526.216000', '154526.219000', '154526.222000', '154526.225000', '154546.101000', '154546.104000', '154546.107000', '154546.110000', '154546.113000', '154546.115000', '154546.118000', '154546.121000', '154546.124000', '154546.127000', '154546.138000', '154546.141000', '154546.144000', '154546.147000', '154546.150000', '154546.153000', '154546.156000', '154546.158000', '154546.161000', '154546.164000', '154546.167000', '154546.170000', '154546.173000', '154546.176000', '154546.179000', '154546.182000', '154546.184000', '154546.189000', '154546.194000', '154546.197000', '154546.200000', '154546.203000', '154546.205000', '154546.208000', '154546.211000', '154546.214000', '154546.217000', '154546.220000', '154546.223000', '154546.226000', '154546.229000', '154546.231000', '154546.234000', '154606.101000', '154606.104000', '154606.107000', '154606.110000', '154606.113000', '154606.115000', '154606.118000', '154606.121000', '154606.124000', '154606.127000', '154606.130000', '154606.133000', '154606.136000', '154606.139000', '154606.142000', '154606.145000', '154606.148000', '154606.151000', '154606.154000', '154606.157000', '154606.159000', '154606.162000', '154606.165000', '154606.168000', '154606.171000', '154606.174000', '154606.177000', '154606.180000', '154606.183000', '154606.186000', '154606.189000', '154606.192000', '154606.195000', '154606.198000', '154606.201000', '154606.203000', '154606.206000', '154606.209000', '154606.212000', '154606.215000', '154606.218000', '154606.221000', '154606.223000', '154606.226000', '154626.101000', '154626.104000', '154626.107000', '154626.110000', '154626.113000', '154626.116000', '154626.118000', '154626.121000', '154626.124000', '154626.127000', '154626.130000', '154626.133000', '154626.136000', '154626.139000', '154626.143000', '154626.146000', '154626.148000', '154626.151000', '154626.154000', '154626.157000', '154626.160000', '154626.163000', '154626.166000', '154626.171000', '154626.174000', '154626.177000', '154626.180000', '154626.182000', '154626.185000', '154626.188000', '154626.191000', '154626.194000', '154626.197000', '154626.200000', '154626.203000', '154626.207000', '154626.212000', '154626.215000', '154626.218000', '154626.221000', '154626.224000', '154626.227000', '154626.230000', '154646.101000', '154646.104000', '154646.107000', '154646.110000', '154646.113000', '154646.116000', '154646.118000', '154646.121000', '154646.124000', '154646.127000', '154646.130000', '154646.133000', '154646.136000', '154646.139000', '154646.141000', '154646.144000', '154646.147000', '154646.150000', '154646.153000', '154646.156000', '154646.159000', '154646.162000', '154646.165000', '154646.168000', '154646.171000', '154646.173000', '154646.176000', '154646.179000', '154646.182000', '154646.185000', '154646.188000', '154646.191000', '154646.194000', '154646.197000', '154646.200000', '154646.203000', '154646.206000', '154646.209000', '154646.212000', '154646.215000', '154646.217000', '154646.220000', '154646.223000', '154646.226000', '154706.101000', '154706.104000', '154706.107000', '154706.110000', '154706.113000', '154706.115000', '154706.119000', '154706.121000', '154706.124000', '154706.127000', '154706.130000', '154706.133000', '154706.136000', '154706.139000', '154706.141000', '154706.144000', '154706.147000', '154706.150000', '154706.153000', '154706.156000', '154706.167000', '154706.170000', '154706.173000', '154706.176000', '154706.179000', '154706.182000', '154706.185000', '154706.188000', '154706.191000', '154706.193000', '154706.196000', '154706.199000', '154706.202000', '154706.205000', '154706.208000', '154706.211000', '154706.213000', '154706.216000', '154706.219000', '154706.222000', '154706.225000', '154706.231000', '154706.234000', '154718.257000', '154718.260000', '154718.263000', '154718.266000', '154718.269000', '154718.272000', '154718.275000', '154718.278000', '154718.281000', '154718.284000', '154718.287000', '154718.290000', '154718.293000', '154718.296000', '154718.299000', '154718.302000', '154718.305000', '154718.308000', '154718.310000', '154718.313000', '154718.317000', '154718.319000', '154718.323000', '154718.326000', '154718.329000', '154718.333000', '154718.337000'], 'InstanceCreationTime': ['154106.131000', '154106.135000', '154106.138000', '154106.141000', '154106.144000', '154106.146000', '154106.149000', '154106.152000', '154106.155000', '154106.158000', '154106.161000', '154106.164000', '154106.166000', '154106.184000', '154106.187000', '154106.190000', '154106.193000', '154106.206000', '154106.208000', '154106.211000', '154106.214000', '154106.217000', '154106.220000', '154106.222000', '154106.225000', '154106.228000', '154106.231000', '154106.234000', '154106.237000', '154106.240000', '154106.243000', '154106.245000', '154106.248000', '154106.251000', '154106.254000', '154106.257000', '154106.260000', '154106.262000', '154106.265000', '154106.268000', '154106.271000', '154106.274000', '154106.277000', '154106.280000', '154106.282000', '154106.285000', '154106.288000', '154106.291000', '154106.294000', '154106.297000', '154106.299000', '154106.302000', '154106.312000', '154106.315000', '154106.318000', '154106.321000', '154106.324000', '154106.327000', '154106.330000', '154106.332000', '154106.335000', '154106.338000', '154106.341000', '154126.101000', '154126.104000', '154126.107000', '154126.109000', '154126.112000', '154126.115000', '154126.118000', '154126.121000', '154126.124000', '154126.127000', '154126.129000', '154126.132000', '154126.135000', '154126.138000', '154126.141000', '154126.144000', '154126.146000', '154126.149000', '154126.152000', '154126.155000', '154126.158000', '154126.161000', '154126.164000', '154126.166000', '154126.169000', '154126.172000', '154126.175000', '154126.178000', '154126.181000', '154126.184000', '154126.186000', '154126.189000', '154126.192000', '154126.195000', '154126.198000', '154126.201000', '154126.204000', '154126.207000', '154126.210000', '154126.212000', '154126.215000', '154126.218000', '154126.221000', '154146.101000', '154146.104000', '154146.107000', '154146.109000', '154146.116000', '154146.119000', '154146.122000', '154146.125000', '154146.128000', '154146.131000', '154146.134000', '154146.136000', '154146.139000', '154146.142000', '154146.145000', '154146.148000', '154146.151000', '154146.154000', '154146.157000', '154146.160000', '154146.162000', '154146.165000', '154146.168000', '154146.171000', '154146.174000', '154146.177000', '154146.180000', '154146.183000', '154146.185000', '154146.188000', '154146.191000', '154146.194000', '154146.197000', '154146.200000', '154146.203000', '154146.206000', '154146.208000', '154146.211000', '154146.214000', '154146.217000', '154146.220000', '154146.223000', '154146.225000', '154146.228000', '154206.101000', '154206.104000', '154206.107000', '154206.109000', '154206.112000', '154206.115000', '154206.118000', '154206.121000', '154206.124000', '154206.127000', '154206.129000', '154206.132000', '154206.135000', '154206.138000', '154206.141000', '154206.144000', '154206.146000', '154206.149000', '154206.152000', '154206.155000', '154206.158000', '154206.161000', '154206.164000', '154206.167000', '154206.170000', '154206.173000', '154206.175000', '154206.178000', '154206.181000', '154206.184000', '154206.187000', '154206.190000', '154206.193000', '154206.196000', '154206.198000', '154206.201000', '154206.204000', '154206.207000', '154206.210000', '154206.213000', '154206.215000', '154206.218000', '154206.221000', '154226.101000', '154226.104000', '154226.107000', '154226.110000', '154226.113000', '154226.115000', '154226.118000', '154226.121000', '154226.124000', '154226.127000', '154226.130000', '154226.133000', '154226.135000', '154226.138000', '154226.141000', '154226.144000', '154226.147000', '154226.150000', '154226.153000', '154226.156000', '154226.158000', '154226.161000', '154226.164000', '154226.167000', '154226.170000', '154226.173000', '154226.176000', '154226.179000', '154226.182000', '154226.184000', '154226.187000', '154226.190000', '154226.193000', '154226.196000', '154226.199000', '154226.202000', '154226.205000', '154226.207000', '154226.210000', '154226.213000', '154226.216000', '154226.219000', '154226.222000', '154226.225000', '154246.101000', '154246.104000', '154246.107000', '154246.121000', '154246.124000', '154246.127000', '154246.130000', '154246.133000', '154246.136000', '154246.139000', '154246.142000', '154246.144000', '154246.147000', '154246.150000', '154246.153000', '154246.156000', '154246.162000', '154246.165000', '154246.168000', '154246.171000', '154246.174000', '154246.177000', '154246.180000', '154246.183000', '154246.185000', '154246.188000', '154246.191000', '154246.194000', '154246.197000', '154246.200000', '154246.203000', '154246.206000', '154246.209000', '154246.211000', '154246.214000', '154246.217000', '154246.220000', '154246.223000', '154246.226000', '154246.229000', '154246.232000', '154246.234000', '154246.237000', '154306.101000', '154306.104000', '154306.107000', '154306.110000', '154306.114000', '154306.119000', '154306.123000', '154306.126000', '154306.128000', '154306.131000', '154306.134000', '154306.137000', '154306.140000', '154306.143000', '154306.145000', '154306.148000', '154306.151000', '154306.154000', '154306.157000', '154306.160000', '154306.163000', '154306.166000', '154306.169000', '154306.172000', '154306.175000', '154306.177000', '154306.180000', '154306.183000', '154306.186000', '154306.189000', '154306.192000', '154306.195000', '154306.198000', '154306.201000', '154306.203000', '154306.206000', '154306.209000', '154306.212000', '154306.215000', '154306.218000', '154306.220000', '154306.223000', '154306.226000', '154326.101000', '154326.104000', '154326.107000', '154326.110000', '154326.113000', '154326.116000', '154326.118000', '154326.121000', '154326.124000', '154326.127000', '154326.130000', '154326.133000', '154326.136000', '154326.138000', '154326.141000', '154326.144000', '154326.147000', '154326.150000', '154326.153000', '154326.156000', '154326.159000', '154326.162000', '154326.164000', '154326.167000', '154326.170000', '154326.173000', '154326.176000', '154326.179000', '154326.182000', '154326.185000', '154326.187000', '154326.190000', '154326.193000', '154326.196000', '154326.199000', '154326.202000', '154326.205000', '154326.208000', '154326.210000', '154326.213000', '154326.216000', '154326.219000', '154326.222000', '154326.225000', '154346.101000', '154346.104000', '154346.107000', '154346.110000', '154346.113000', '154346.116000', '154346.119000', '154346.122000', '154346.125000', '154346.128000', '154346.131000', '154346.134000', '154346.137000', '154346.140000', '154346.142000', '154346.145000', '154346.148000', '154346.151000', '154346.154000', '154346.157000', '154346.160000', '154346.162000', '154346.165000', '154346.168000', '154346.171000', '154346.174000', '154346.177000', '154346.180000', '154346.183000', '154346.185000', '154346.188000', '154346.191000', '154346.194000', '154346.197000', '154346.200000', '154346.203000', '154346.205000', '154346.208000', '154346.211000', '154346.214000', '154346.217000', '154346.220000', '154346.222000', '154406.101000', '154406.104000', '154406.107000', '154406.110000', '154406.113000', '154406.116000', '154406.118000', '154406.121000', '154406.124000', '154406.127000', '154406.130000', '154406.133000', '154406.136000', '154406.138000', '154406.141000', '154406.144000', '154406.147000', '154406.158000', '154406.161000', '154406.164000', '154406.167000', '154406.170000', '154406.173000', '154406.175000', '154406.178000', '154406.181000', '154406.184000', '154406.187000', '154406.190000', '154406.198000', '154406.200000', '154406.203000', '154406.206000', '154406.209000', '154406.212000', '154406.215000', '154406.218000', '154406.220000', '154406.223000', '154406.226000', '154406.229000', '154406.232000', '154406.235000', '154406.238000', '154426.101000', '154426.104000', '154426.107000', '154426.110000', '154426.113000', '154426.115000', '154426.118000', '154426.121000', '154426.124000', '154426.127000', '154426.130000', '154426.133000', '154426.136000', '154426.141000', '154426.145000', '154426.148000', '154426.151000', '154426.154000', '154426.157000', '154426.160000', '154426.162000', '154426.165000', '154426.168000', '154426.171000', '154426.174000', '154426.177000', '154426.180000', '154426.183000', '154426.185000', '154426.188000', '154426.191000', '154426.194000', '154426.197000', '154426.200000', '154426.203000', '154426.205000', '154426.208000', '154426.211000', '154426.214000', '154426.217000', '154426.220000', '154426.222000', '154426.225000', '154446.101000', '154446.105000', '154446.108000', '154446.111000', '154446.114000', '154446.117000', '154446.120000', '154446.123000', '154446.126000', '154446.128000', '154446.131000', '154446.134000', '154446.137000', '154446.140000', '154446.143000', '154446.146000', '154446.149000', '154446.152000', '154446.155000', '154446.157000', '154446.160000', '154446.163000', '154446.166000', '154446.169000', '154446.172000', '154446.175000', '154446.178000', '154446.181000', '154446.183000', '154446.186000', '154446.189000', '154446.192000', '154446.195000', '154446.198000', '154446.201000', '154446.204000', '154446.217000', '154446.220000', '154446.223000', '154446.226000', '154446.229000', '154446.232000', '154446.234000', '154446.237000', '154506.101000', '154506.106000', '154506.109000', '154506.111000', '154506.114000', '154506.117000', '154506.120000', '154506.123000', '154506.126000', '154506.129000', '154506.132000', '154506.134000', '154506.137000', '154506.140000', '154506.143000', '154506.146000', '154506.149000', '154506.152000', '154506.155000', '154506.157000', '154506.160000', '154506.163000', '154506.166000', '154506.169000', '154506.172000', '154506.175000', '154506.178000', '154506.181000', '154506.184000', '154506.187000', '154506.190000', '154506.193000', '154506.196000', '154506.198000', '154506.201000', '154506.204000', '154506.207000', '154506.210000', '154506.213000', '154506.215000', '154506.218000', '154506.221000', '154506.224000', '154526.101000', '154526.104000', '154526.107000', '154526.110000', '154526.113000', '154526.116000', '154526.118000', '154526.121000', '154526.124000', '154526.127000', '154526.130000', '154526.133000', '154526.136000', '154526.139000', '154526.142000', '154526.144000', '154526.147000', '154526.150000', '154526.153000', '154526.156000', '154526.159000', '154526.162000', '154526.165000', '154526.167000', '154526.170000', '154526.173000', '154526.176000', '154526.179000', '154526.182000', '154526.185000', '154526.188000', '154526.191000', '154526.194000', '154526.196000', '154526.199000', '154526.202000', '154526.205000', '154526.208000', '154526.211000', '154526.214000', '154526.216000', '154526.219000', '154526.222000', '154526.225000', '154546.101000', '154546.104000', '154546.107000', '154546.110000', '154546.113000', '154546.115000', '154546.118000', '154546.121000', '154546.124000', '154546.127000', '154546.138000', '154546.141000', '154546.144000', '154546.147000', '154546.150000', '154546.153000', '154546.156000', '154546.158000', '154546.161000', '154546.164000', '154546.167000', '154546.170000', '154546.173000', '154546.176000', '154546.179000', '154546.182000', '154546.184000', '154546.189000', '154546.194000', '154546.197000', '154546.200000', '154546.203000', '154546.205000', '154546.208000', '154546.211000', '154546.214000', '154546.217000', '154546.220000', '154546.223000', '154546.226000', '154546.229000', '154546.231000', '154546.234000', '154606.101000', '154606.104000', '154606.107000', '154606.110000', '154606.113000', '154606.115000', '154606.118000', '154606.121000', '154606.124000', '154606.127000', '154606.130000', '154606.133000', '154606.136000', '154606.139000', '154606.142000', '154606.145000', '154606.148000', '154606.151000', '154606.154000', '154606.157000', '154606.159000', '154606.162000', '154606.165000', '154606.168000', '154606.171000', '154606.174000', '154606.177000', '154606.180000', '154606.183000', '154606.186000', '154606.189000', '154606.192000', '154606.195000', '154606.198000', '154606.201000', '154606.203000', '154606.206000', '154606.209000', '154606.212000', '154606.215000', '154606.218000', '154606.221000', '154606.223000', '154606.226000', '154626.101000', '154626.104000', '154626.107000', '154626.110000', '154626.113000', '154626.116000', '154626.118000', '154626.121000', '154626.124000', '154626.127000', '154626.130000', '154626.133000', '154626.136000', '154626.139000', '154626.143000', '154626.146000', '154626.148000', '154626.151000', '154626.154000', '154626.157000', '154626.160000', '154626.163000', '154626.166000', '154626.171000', '154626.174000', '154626.177000', '154626.180000', '154626.182000', '154626.185000', '154626.188000', '154626.191000', '154626.194000', '154626.197000', '154626.200000', '154626.203000', '154626.207000', '154626.212000', '154626.215000', '154626.218000', '154626.221000', '154626.224000', '154626.227000', '154626.230000', '154646.101000', '154646.104000', '154646.107000', '154646.110000', '154646.113000', '154646.116000', '154646.118000', '154646.121000', '154646.124000', '154646.127000', '154646.130000', '154646.133000', '154646.136000', '154646.139000', '154646.141000', '154646.144000', '154646.147000', '154646.150000', '154646.153000', '154646.156000', '154646.159000', '154646.162000', '154646.165000', '154646.168000', '154646.171000', '154646.173000', '154646.176000', '154646.179000', '154646.182000', '154646.185000', '154646.188000', '154646.191000', '154646.194000', '154646.197000', '154646.200000', '154646.203000', '154646.206000', '154646.209000', '154646.212000', '154646.215000', '154646.217000', '154646.220000', '154646.223000', '154646.226000', '154706.101000', '154706.104000', '154706.107000', '154706.110000', '154706.113000', '154706.115000', '154706.119000', '154706.121000', '154706.124000', '154706.127000', '154706.130000', '154706.133000', '154706.136000', '154706.139000', '154706.141000', '154706.144000', '154706.147000', '154706.150000', '154706.153000', '154706.156000', '154706.167000', '154706.170000', '154706.173000', '154706.176000', '154706.179000', '154706.182000', '154706.185000', '154706.188000', '154706.191000', '154706.193000', '154706.196000', '154706.199000', '154706.202000', '154706.205000', '154706.208000', '154706.211000', '154706.213000', '154706.216000', '154706.219000', '154706.222000', '154706.225000', '154706.231000', '154706.234000', '154718.257000', '154718.260000', '154718.263000', '154718.266000', '154718.269000', '154718.272000', '154718.275000', '154718.278000', '154718.281000', '154718.284000', '154718.287000', '154718.290000', '154718.293000', '154718.296000', '154718.299000', '154718.302000', '154718.305000', '154718.308000', '154718.310000', '154718.313000', '154718.317000', '154718.319000', '154718.323000', '154718.326000', '154718.329000', '154718.333000', '154718.337000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872], 'LargestImagePixelValue': [7695, 8618, 8093, 9709, 8732, 7386, 11118, 8508, 7558, 9446, 8057, 7841, 11312, 9860, 7816, 10851, 7961, 8332, 10074, 7759, 7544, 9858, 7925, 7987, 10190, 8348, 8023, 8682, 7956, 7868, 7724, 8619, 8138, 7838, 10093, 8022, 7865, 9871, 7937, 7984, 10780, 8514, 8022, 11048, 9931, 7899, 11791, 9144, 7960, 12055, 10639, 8366, 11289, 11827, 9106, 8094, 8133, 8294, 8064, 8176, 9970, 10146, 7092, 7607, 7666, 7639, 8121, 8023, 9060, 8350, 7831, 7926, 7824, 10197, 7577, 8732, 9698, 7637, 8553, 8971, 7909, 9935, 7749, 7838, 9475, 7901, 7698, 7621, 7983, 7945, 8039, 7362, 7966, 9923, 10142, 8226, 11104, 9484, 7919, 10697, 7901, 8064, 10530, 8049, 7861, 8513, 7912, 7858, 7962, 8011, 9196, 8200, 7997, 10051, 10388, 7932, 8348, 7953, 8025, 10393, 8387, 7678, 8353, 9230, 7913, 10730, 7784, 8232, 10284, 7659, 9675, 7612, 7558, 9072, 7595, 7648, 8242, 7829, 7854, 9051, 7837, 9216, 10406, 7743, 10515, 7745, 7644, 10046, 8080, 7126, 7297, 7257, 7664, 7784, 10158, 7678, 7679, 10452, 7764, 7681, 10321, 7389, 8738, 10369, 7445, 10672, 9408, 7670, 8051, 9173, 7756, 7843, 8145, 7712, 9473, 8574, 7814, 9855, 7719, 7861, 8078, 7379, 8059, 7798, 8036, 6842, 6367, 7055, 8141, 7973, 6521, 6449, 10966, 7892, 6563, 11223, 8329, 7352, 12281, 8677, 8617, 8197, 7313, 11592, 7799, 10586, 7699, 7064, 9966, 7374, 6980, 8854, 7202, 9795, 8513, 7124, 7087, 8451, 7083, 11252, 8239, 7249, 9670, 7316, 10523, 8322, 9366, 9569, 6989, 12171, 8336, 7090, 7804, 8252, 7083, 8277, 9410, 7590, 9792, 8903, 7215, 11283, 7500, 7094, 10998, 7672, 8761, 12246, 8236, 6907, 7782, 9667, 6994, 7306, 8707, 8396, 7227, 8675, 7641, 7120, 9837, 7357, 12242, 9328, 7990, 10105, 7397, 11059, 7990, 9393, 10739, 7429, 9531, 7751, 9306, 8637, 7411, 9834, 7412, 9740, 8322, 7664, 8871, 7755, 9234, 7862, 10621, 7465, 9515, 7237, 8063, 8369, 7243, 8313, 8220, 6957, 8613, 7725, 7526, 9083, 9074, 7240, 7842, 8357, 7440, 10673, 7628, 11828, 8509, 8757, 9403, 7504, 9852, 7673, 11373, 9245, 12927, 11009, 9463, 11454, 8516, 8476, 10375, 6971, 6980, 7690, 8460, 7003, 7049, 6811, 7880, 7396, 6404, 6529, 8926, 6770, 7180, 11972, 10213, 7339, 13575, 12942, 8827, 13984, 9139, 7434, 10154, 9230, 7225, 7541, 8647, 7448, 8858, 8024, 7061, 9286, 8100, 6741, 9453, 7269, 6938, 8788, 7169, 6867, 9720, 7385, 7183, 8978, 7697, 6991, 7526, 8667, 6900, 7275, 8665, 6994, 10567, 7997, 7007, 8619, 6608, 9738, 8197, 6996, 9840, 6869, 7273, 8834, 6647, 10178, 7649, 6656, 8684, 6674, 9949, 7456, 6485, 8313, 6545, 9001, 7640, 6535, 6733, 7705, 6334, 6225, 6958, 6726, 6593, 7199, 10154, 7494, 6739, 6395, 7560, 9286, 8075, 6940, 11286, 11422, 10455, 10981, 13749, 13266, 11932, 14338, 14441, 11659, 14116, 14413, 12537, 8615, 8789, 8280, 6565, 6908, 10074, 7391, 7566, 10014, 7439, 7382, 8815, 6617, 6705, 9872, 8630, 7133, 8158, 10135, 7461, 7846, 10097, 7396, 13086, 8520, 6945, 10708, 7879, 11315, 8224, 6288, 9530, 6305, 9738, 7520, 6609, 7802, 6322, 9791, 7599, 6241, 9411, 6433, 8926, 7340, 6439, 8411, 6381, 10835, 8305, 6701, 8337, 6147, 10501, 8078, 8547, 8147, 6441, 10293, 7615, 9772, 8697, 6266, 10538, 7450, 7151, 9245, 6526, 11157, 8674, 6404, 9755, 6560, 9818, 7970, 6611, 9754, 6255, 6324, 9787, 6348, 6520, 9935, 7728, 7338, 8763, 8505, 6443, 6326, 8930, 7531, 10073, 10259, 8282, 12011, 14205, 13658, 10450, 14439, 11796, 14843, 14630, 10910, 15735, 12928, 9392, 12739, 8766, 14966, 9021, 7223, 9360, 7858, 6567, 6588, 6964, 6800, 6200, 6670, 6484, 6971, 6682, 6467, 6622, 7736, 7424, 6746, 9398, 11369, 7529, 13245, 9568, 7950, 9203, 7718, 11960, 10575, 7548, 8883, 9307, 6685, 7900, 8111, 6576, 8581, 8551, 6807, 8676, 6911, 7607, 8570, 6588, 10491, 8436, 6898, 9564, 7294, 6796, 8342, 7673, 8278, 8118, 6706, 9302, 8754, 7052, 8949, 7063, 6939, 9149, 7252, 9894, 6924, 7385, 8573, 6961, 8902, 8751, 6600, 10703, 9607, 7038, 6527, 11537, 8011, 6527, 6588, 7758, 6592, 6433, 6536, 8749, 6927, 6270, 10482, 9235, 7574, 12606, 11067, 8742, 13477, 14022, 9544, 14070, 15391, 9790, 10587, 15364, 12038, 7106, 6202, 7513, 7518, 6663, 6480, 6908, 6888, 6956, 6442, 7042, 7401, 7985, 6690, 9208, 9614, 7129, 11649, 11087, 8395, 14185, 11595, 10436, 15246, 12465, 10705, 14787, 11294, 7923, 12624, 8582, 6701, 8714, 7228, 6855, 7658, 7902, 6485, 6576, 8414, 6765, 6357, 8231, 6747, 6355, 8326, 6970, 6652, 8249, 6770, 6484, 7385, 7042, 6554, 7059, 7167, 6625, 10570, 9021, 6719, 12164, 10085, 6797, 10003, 7699, 6346, 7707, 7600, 6074, 6740, 6680, 6595, 6693, 6522, 6682, 8321, 7364, 6626, 7284, 12693, 12116, 9269, 12902, 10860, 7789, 13952, 11925, 8703, 14220, 11808, 9068, 6923, 13529, 8099, 6454, 11065, 7514, 6339, 9478, 6939, 6302, 7618, 6697, 8805, 6877, 6650, 6654, 6752, 6061, 6496, 6242, 6457, 6245, 6675, 6425, 6500, 6707, 6458, 7995, 8018, 7154, 11685, 8399, 8548, 11054, 7807, 12106, 12251, 9220, 13052, 15040, 10567, 14835, 13793, 9209, 15109, 9960, 6758, 12329, 7893, 6206, 7862, 6323, 6788, 8609, 6645, 6494, 7376, 6599, 7067, 6955, 6927, 6377, 7118, 8884, 7310, 6379, 6333, 11481, 8950, 10284, 13159, 14247, 13248, 10383, 14995, 12951, 10694, 14236, 9208, 10563, 8781, 6730, 6536, 7148, 6784, 7327, 6806, 8431, 6282, 6983, 6485, 7683, 6132, 6257, 9335, 8955, 7940, 11357, 13619, 11333, 11175, 14546, 10865, 12517, 11957, 8786, 14399, 9243, 7205, 9922, 7429, 7796, 7111, 7102, 8092, 7412, 8332, 7474, 9283, 7687, 7518, 8942, 7697, 6828, 6643, 6901, 7211, 7406, 7387, 7216, 7970, 7196, 6365, 8762, 8330, 11248, 8473, 12149, 11835, 9397, 13701], 'WindowCenter': [4279.0, 4269.0, 4229.0, 4234.0, 4199.0, 4174.0, 4224.0, 4182.0, 4157.0, 4176.0, 4158.0, 4159.0, 4199.0, 4191.0, 4158.0, 4197.0, 4170.0, 4169.0, 4189.0, 4148.0, 4145.0, 4176.0, 4171.0, 4158.0, 4190.0, 4171.0, 4159.0, 4167.0, 4157.0, 4158.0, 4148.0, 4167.0, 4158.0, 4148.0, 4188.0, 4159.0, 4160.0, 4188.0, 4146.0, 4144.0, 4186.0, 4155.0, 4146.0, 4186.0, 4175.0, 4146.0, 4195.0, 4153.0, 4144.0, 4186.0, 4164.0, 4134.0, 4176.0, 4175.0, 4144.0, 4133.0, 4133.0, 4131.0, 4121.0, 4133.0, 4155.0, 4163.0, 4127.0, 4151.0, 4147.0, 4151.0, 4162.0, 4148.0, 4168.0, 4146.0, 4134.0, 4134.0, 4134.0, 4165.0, 4136.0, 4156.0, 4165.0, 4135.0, 4155.0, 4154.0, 4132.0, 4162.0, 4122.0, 4133.0, 4164.0, 4145.0, 4149.0, 4145.0, 4146.0, 4144.0, 4143.0, 4135.0, 4146.0, 4177.0, 4202.0, 4184.0, 4201.0, 4179.0, 4147.0, 4175.0, 4144.0, 4132.0, 4174.0, 4134.0, 4134.0, 4154.0, 4134.0, 4144.0, 4144.0, 4146.0, 4155.0, 4146.0, 4147.0, 4177.0, 4177.0, 4147.0, 4155.0, 4146.0, 4171.0, 4187.0, 4157.0, 4148.0, 4156.0, 4165.0, 4145.0, 4188.0, 4147.0, 4155.0, 4175.0, 4134.0, 4163.0, 4146.0, 4147.0, 4166.0, 4146.0, 4147.0, 4156.0, 4146.0, 4156.0, 4168.0, 4160.0, 4180.0, 4190.0, 4148.0, 4188.0, 4160.0, 4174.0, 4191.0, 4159.0, 4137.0, 4135.0, 4134.0, 4147.0, 4144.0, 4174.0, 4134.0, 4134.0, 4174.0, 4134.0, 4145.0, 4176.0, 4134.0, 4140.0, 4149.0, 4108.0, 4159.0, 4138.0, 4106.0, 4118.0, 4148.0, 4119.0, 4130.0, 4129.0, 4129.0, 4136.0, 4125.0, 4106.0, 4146.0, 4116.0, 4119.0, 4132.0, 4123.0, 4131.0, 4132.0, 4132.0, 4113.0, 4117.0, 4125.0, 4145.0, 4158.0, 4128.0, 4130.0, 4212.0, 4171.0, 4140.0, 4212.0, 4169.0, 4149.0, 4208.0, 4156.0, 4154.0, 4155.0, 4148.0, 4197.0, 4146.0, 4185.0, 4144.0, 4124.0, 4172.0, 4133.0, 4134.0, 4178.0, 4149.0, 4190.0, 4182.0, 4163.0, 4149.0, 4169.0, 4149.0, 4199.0, 4169.0, 4146.0, 4178.0, 4146.0, 4187.0, 4158.0, 4178.0, 4178.0, 4137.0, 4195.0, 4154.0, 4122.0, 4131.0, 4141.0, 4123.0, 4155.0, 4175.0, 4145.0, 4186.0, 4166.0, 4133.0, 4184.0, 4132.0, 4120.0, 4172.0, 4145.0, 4155.0, 4209.0, 4157.0, 4135.0, 4148.0, 4176.0, 4136.0, 4161.0, 4180.0, 4182.0, 4160.0, 4168.0, 4148.0, 4135.0, 4176.0, 4136.0, 4196.0, 4165.0, 4143.0, 4162.0, 4121.0, 4172.0, 4132.0, 4151.0, 4172.0, 4120.0, 4149.0, 4118.0, 4137.0, 4139.0, 4119.0, 4159.0, 4119.0, 4159.0, 4139.0, 4118.0, 4137.0, 4116.0, 4138.0, 4117.0, 4157.0, 4117.0, 4145.0, 4117.0, 4129.0, 4139.0, 4118.0, 4140.0, 4154.0, 4132.0, 4164.0, 4157.0, 4158.0, 4179.0, 4179.0, 4159.0, 4156.0, 4152.0, 4132.0, 4173.0, 4144.0, 4194.0, 4155.0, 4165.0, 4177.0, 4145.0, 4173.0, 4131.0, 4168.0, 4137.0, 4177.0, 4158.0, 4137.0, 4170.0, 4139.0, 4116.0, 4158.0, 4121.0, 4108.0, 4142.0, 4137.0, 4131.0, 4133.0, 4113.0, 4131.0, 4134.0, 4113.0, 4111.0, 4163.0, 4123.0, 4133.0, 4181.0, 4159.0, 4132.0, 4192.0, 4180.0, 4138.0, 4189.0, 4162.0, 4134.0, 4171.0, 4148.0, 4117.0, 4114.0, 4135.0, 4116.0, 4136.0, 4128.0, 4119.0, 4150.0, 4141.0, 4123.0, 4175.0, 4145.0, 4134.0, 4164.0, 4135.0, 4111.0, 4162.0, 4133.0, 4135.0, 4179.0, 4146.0, 4135.0, 4145.0, 4153.0, 4123.0, 4131.0, 4152.0, 4122.0, 4173.0, 4143.0, 4122.0, 4152.0, 4124.0, 4162.0, 4152.0, 4122.0, 4172.0, 4122.0, 4132.0, 4163.0, 4123.0, 4173.0, 4143.0, 4122.0, 4153.0, 4123.0, 4173.0, 4133.0, 4112.0, 4154.0, 4125.0, 4165.0, 4147.0, 4129.0, 4154.0, 4175.0, 4143.0, 4132.0, 4164.0, 4154.0, 4157.0, 4157.0, 4206.0, 4166.0, 4157.0, 4160.0, 4189.0, 4207.0, 4175.0, 4165.0, 4229.0, 4227.0, 4218.0, 4216.0, 4237.0, 4235.0, 4214.0, 4222.0, 4218.0, 4212.0, 4232.0, 4218.0, 4194.0, 4141.0, 4139.0, 4129.0, 4109.0, 4110.0, 4161.0, 4121.0, 4132.0, 4162.0, 4133.0, 4135.0, 4153.0, 4111.0, 4110.0, 4160.0, 4140.0, 4110.0, 4131.0, 4161.0, 4121.0, 4131.0, 4161.0, 4121.0, 4190.0, 4139.0, 4107.0, 4157.0, 4117.0, 4156.0, 4127.0, 4086.0, 4147.0, 4098.0, 4148.0, 4129.0, 4108.0, 4130.0, 4113.0, 4173.0, 4145.0, 4125.0, 4174.0, 4114.0, 4164.0, 4146.0, 4114.0, 4156.0, 4116.0, 4197.0, 4169.0, 4138.0, 4167.0, 4116.0, 4185.0, 4157.0, 4166.0, 4158.0, 4127.0, 4189.0, 4161.0, 4201.0, 4181.0, 4142.0, 4200.0, 4159.0, 4137.0, 4179.0, 4140.0, 4211.0, 4182.0, 4142.0, 4202.0, 4151.0, 4201.0, 4185.0, 4154.0, 4204.0, 4153.0, 4153.0, 4201.0, 4141.0, 4142.0, 4218.0, 4189.0, 4190.0, 4208.0, 4197.0, 4155.0, 4142.0, 4182.0, 4163.0, 4191.0, 4192.0, 4171.0, 4223.0, 4233.0, 4234.0, 4200.0, 4219.0, 4186.0, 4193.0, 4193.0, 4161.0, 4191.0, 4170.0, 4127.0, 4167.0, 4116.0, 4176.0, 4126.0, 4110.0, 4126.0, 4103.0, 4073.0, 4087.0, 4098.0, 4086.0, 4089.0, 4125.0, 4115.0, 4134.0, 4123.0, 4114.0, 4123.0, 4130.0, 4120.0, 4112.0, 4164.0, 4185.0, 4145.0, 4207.0, 4177.0, 4144.0, 4152.0, 4131.0, 4196.0, 4186.0, 4132.0, 4150.0, 4150.0, 4112.0, 4142.0, 4142.0, 4123.0, 4153.0, 4154.0, 4123.0, 4155.0, 4151.0, 4159.0, 4167.0, 4126.0, 4185.0, 4145.0, 4124.0, 4164.0, 4134.0, 4113.0, 4144.0, 4134.0, 4143.0, 4144.0, 4126.0, 4166.0, 4157.0, 4136.0, 4166.0, 4126.0, 4124.0, 4165.0, 4125.0, 4176.0, 4125.0, 4124.0, 4154.0, 4125.0, 4166.0, 4156.0, 4128.0, 4189.0, 4178.0, 4139.0, 4103.0, 4212.0, 4149.0, 4116.0, 4127.0, 4149.0, 4139.0, 4129.0, 4142.0, 4180.0, 4150.0, 4129.0, 4190.0, 4168.0, 4150.0, 4223.0, 4201.0, 4157.0, 4209.0, 4221.0, 4165.0, 4192.0, 4217.0, 4164.0, 4175.0, 4213.0, 4179.0, 4109.0, 4101.0, 4131.0, 4131.0, 4137.0, 4128.0, 4137.0, 4135.0, 4135.0, 4125.0, 4135.0, 4133.0, 4144.0, 4129.0, 4178.0, 4178.0, 4127.0, 4187.0, 4187.0, 4157.0, 4219.0, 4184.0, 4163.0, 4191.0, 4170.0, 4148.0, 4178.0, 4159.0, 4130.0, 4180.0, 4126.0, 4085.0, 4126.0, 4119.0, 4096.0, 4105.0, 4117.0, 4088.0, 4098.0, 4129.0, 4110.0, 4103.0, 4143.0, 4125.0, 4118.0, 4156.0, 4135.0, 4124.0, 4142.0, 4110.0, 4101.0, 4122.0, 4123.0, 4102.0, 4123.0, 4125.0, 4114.0, 4188.0, 4167.0, 4115.0, 4195.0, 4163.0, 4111.0, 4164.0, 4133.0, 4103.0, 4148.0, 4136.0, 4105.0, 4127.0, 4138.0, 4126.0, 4126.0, 4115.0, 4139.0, 4170.0, 4148.0, 4127.0, 4165.0, 4213.0, 4212.0, 4181.0, 4210.0, 4187.0, 4135.0, 4194.0, 4173.0, 4143.0, 4192.0, 4160.0, 4128.0, 4097.0, 4178.0, 4106.0, 4086.0, 4145.0, 4094.0, 4075.0, 4135.0, 4095.0, 4074.0, 4106.0, 4086.0, 4142.0, 4113.0, 4100.0, 4097.0, 4097.0, 4101.0, 4102.0, 4104.0, 4117.0, 4114.0, 4113.0, 4115.0, 4115.0, 4126.0, 4118.0, 4147.0, 4147.0, 4127.0, 4188.0, 4158.0, 4158.0, 4188.0, 4149.0, 4211.0, 4199.0, 4167.0, 4208.0, 4207.0, 4163.0, 4182.0, 4170.0, 4128.0, 4178.0, 4125.0, 4086.0, 4157.0, 4106.0, 4066.0, 4107.0, 4090.0, 4100.0, 4129.0, 4100.0, 4103.0, 4136.0, 4116.0, 4129.0, 4130.0, 4142.0, 4131.0, 4142.0, 4170.0, 4139.0, 4106.0, 4107.0, 4202.0, 4158.0, 4178.0, 4213.0, 4211.0, 4198.0, 4168.0, 4196.0, 4173.0, 4140.0, 4169.0, 4127.0, 4152.0, 4142.0, 4101.0, 4087.0, 4098.0, 4085.0, 4095.0, 4086.0, 4117.0, 4087.0, 4097.0, 4089.0, 4123.0, 4106.0, 4105.0, 4156.0, 4155.0, 4135.0, 4163.0, 4184.0, 4164.0, 4152.0, 4182.0, 4150.0, 4160.0, 4148.0, 4117.0, 4166.0, 4128.0, 4099.0, 4127.0, 4083.0, 4083.0, 4072.0, 4071.0, 4094.0, 4084.0, 4106.0, 4097.0, 4128.0, 4109.0, 4115.0, 4170.0, 4137.0, 4114.0, 4104.0, 4126.0, 4139.0, 4139.0, 4153.0, 4154.0, 4174.0, 4153.0, 4130.0, 4168.0, 4155.0, 4200.0, 4157.0, 4210.0, 4200.0, 4180.0, 4222.0], 'WindowWidth': [9513.0, 9473.0, 9397.0, 9389.0, 9330.0, 9288.0, 9355.0, 9296.0, 9253.0, 9274.0, 9256.0, 9256.0, 9308.0, 9301.0, 9253.0, 9303.0, 9274.0, 9270.0, 9297.0, 9240.0, 9230.0, 9271.0, 9278.0, 9253.0, 9298.0, 9274.0, 9255.0, 9262.0, 9248.0, 9250.0, 9238.0, 9262.0, 9249.0, 9236.0, 9288.0, 9254.0, 9257.0, 9292.0, 9232.0, 9227.0, 9284.0, 9241.0, 9231.0, 9285.0, 9267.0, 9232.0, 9295.0, 9235.0, 9224.0, 9280.0, 9246.0, 9206.0, 9263.0, 9262.0, 9218.0, 9203.0, 9202.0, 9195.0, 9183.0, 9201.0, 9233.0, 9244.0, 9203.0, 9246.0, 9233.0, 9246.0, 9261.0, 9235.0, 9262.0, 9229.0, 9209.0, 9209.0, 9208.0, 9250.0, 9217.0, 9239.0, 9252.0, 9213.0, 9238.0, 9235.0, 9203.0, 9240.0, 9190.0, 9206.0, 9249.0, 9227.0, 9242.0, 9229.0, 9228.0, 9222.0, 9221.0, 9214.0, 9232.0, 9273.0, 9316.0, 9298.0, 9313.0, 9280.0, 9232.0, 9265.0, 9224.0, 9205.0, 9262.0, 9209.0, 9208.0, 9235.0, 9208.0, 9223.0, 9223.0, 9227.0, 9239.0, 9228.0, 9231.0, 9270.0, 9271.0, 9231.0, 9240.0, 9230.0, 9274.0, 9289.0, 9248.0, 9239.0, 9245.0, 9257.0, 9230.0, 9291.0, 9235.0, 9240.0, 9268.0, 9211.0, 9249.0, 9231.0, 9235.0, 9258.0, 9231.0, 9236.0, 9246.0, 9231.0, 9246.0, 9266.0, 9259.0, 9283.0, 9296.0, 9238.0, 9290.0, 9257.0, 9288.0, 9303.0, 9255.0, 9223.0, 9215.0, 9211.0, 9235.0, 9225.0, 9264.0, 9211.0, 9210.0, 9263.0, 9213.0, 9229.0, 9272.0, 9211.0, 9212.0, 9220.0, 9164.0, 9232.0, 9204.0, 9160.0, 9178.0, 9219.0, 9183.0, 9202.0, 9198.0, 9196.0, 9199.0, 9185.0, 9158.0, 9212.0, 9173.0, 9180.0, 9205.0, 9193.0, 9201.0, 9203.0, 9204.0, 9180.0, 9196.0, 9205.0, 9232.0, 9254.0, 9214.0, 9220.0, 9332.0, 9278.0, 9233.0, 9336.0, 9274.0, 9245.0, 9320.0, 9247.0, 9242.0, 9245.0, 9242.0, 9303.0, 9234.0, 9286.0, 9230.0, 9203.0, 9261.0, 9213.0, 9216.0, 9282.0, 9246.0, 9301.0, 9296.0, 9273.0, 9247.0, 9271.0, 9245.0, 9311.0, 9269.0, 9236.0, 9277.0, 9234.0, 9290.0, 9256.0, 9281.0, 9278.0, 9223.0, 9299.0, 9240.0, 9197.0, 9206.0, 9221.0, 9200.0, 9244.0, 9273.0, 9234.0, 9287.0, 9260.0, 9213.0, 9278.0, 9208.0, 9190.0, 9259.0, 9231.0, 9244.0, 9324.0, 9250.0, 9219.0, 9241.0, 9275.0, 9221.0, 9264.0, 9290.0, 9295.0, 9261.0, 9267.0, 9238.0, 9216.0, 9273.0, 9220.0, 9299.0, 9255.0, 9223.0, 9246.0, 9191.0, 9260.0, 9207.0, 9232.0, 9258.0, 9188.0, 9222.0, 9182.0, 9206.0, 9211.0, 9186.0, 9240.0, 9188.0, 9240.0, 9213.0, 9183.0, 9208.0, 9179.0, 9209.0, 9179.0, 9234.0, 9181.0, 9215.0, 9183.0, 9201.0, 9214.0, 9186.0, 9217.0, 9247.0, 9213.0, 9258.0, 9255.0, 9253.0, 9287.0, 9287.0, 9261.0, 9249.0, 9238.0, 9209.0, 9266.0, 9230.0, 9296.0, 9246.0, 9260.0, 9279.0, 9232.0, 9267.0, 9209.0, 9251.0, 9207.0, 9259.0, 9236.0, 9205.0, 9252.0, 9211.0, 9174.0, 9233.0, 9195.0, 9169.0, 9225.0, 9208.0, 9213.0, 9216.0, 9186.0, 9206.0, 9215.0, 9188.0, 9183.0, 9255.0, 9203.0, 9213.0, 9275.0, 9242.0, 9211.0, 9291.0, 9269.0, 9210.0, 9280.0, 9251.0, 9218.0, 9262.0, 9225.0, 9182.0, 9173.0, 9201.0, 9178.0, 9207.0, 9198.0, 9190.0, 9230.0, 9221.0, 9203.0, 9277.0, 9236.0, 9218.0, 9258.0, 9219.0, 9183.0, 9250.0, 9212.0, 9219.0, 9288.0, 9236.0, 9218.0, 9233.0, 9239.0, 9199.0, 9207.0, 9235.0, 9197.0, 9264.0, 9224.0, 9195.0, 9234.0, 9200.0, 9250.0, 9237.0, 9196.0, 9262.0, 9196.0, 9209.0, 9251.0, 9199.0, 9266.0, 9228.0, 9199.0, 9239.0, 9201.0, 9265.0, 9215.0, 9185.0, 9240.0, 9206.0, 9258.0, 9236.0, 9217.0, 9262.0, 9290.0, 9243.0, 9228.0, 9274.0, 9260.0, 9267.0, 9263.0, 9327.0, 9276.0, 9266.0, 9278.0, 9316.0, 9337.0, 9290.0, 9275.0, 9367.0, 9361.0, 9351.0, 9344.0, 9376.0, 9369.0, 9340.0, 9346.0, 9336.0, 9335.0, 9358.0, 9336.0, 9293.0, 9217.0, 9212.0, 9197.0, 9172.0, 9176.0, 9244.0, 9192.0, 9210.0, 9249.0, 9212.0, 9219.0, 9238.0, 9179.0, 9178.0, 9241.0, 9215.0, 9176.0, 9206.0, 9244.0, 9192.0, 9204.0, 9243.0, 9191.0, 9282.0, 9212.0, 9168.0, 9232.0, 9181.0, 9230.0, 9192.0, 9137.0, 9219.0, 9157.0, 9222.0, 9201.0, 9173.0, 9205.0, 9187.0, 9267.0, 9233.0, 9210.0, 9271.0, 9193.0, 9256.0, 9235.0, 9190.0, 9248.0, 9196.0, 9306.0, 9270.0, 9230.0, 9266.0, 9198.0, 9286.0, 9251.0, 9263.0, 9254.0, 9213.0, 9297.0, 9265.0, 9318.0, 9294.0, 9244.0, 9317.0, 9260.0, 9227.0, 9286.0, 9237.0, 9333.0, 9295.0, 9242.0, 9320.0, 9254.0, 9319.0, 9306.0, 9264.0, 9328.0, 9260.0, 9260.0, 9318.0, 9239.0, 9243.0, 9354.0, 9318.0, 9321.0, 9339.0, 9323.0, 9262.0, 9240.0, 9290.0, 9266.0, 9300.0, 9302.0, 9274.0, 9347.0, 9363.0, 9365.0, 9312.0, 9336.0, 9284.0, 9288.0, 9289.0, 9239.0, 9281.0, 9249.0, 9187.0, 9240.0, 9172.0, 9249.0, 9186.0, 9172.0, 9186.0, 9147.0, 9108.0, 9132.0, 9148.0, 9133.0, 9142.0, 9204.0, 9193.0, 9218.0, 9199.0, 9188.0, 9199.0, 9200.0, 9188.0, 9179.0, 9252.0, 9282.0, 9230.0, 9316.0, 9274.0, 9227.0, 9233.0, 9201.0, 9299.0, 9284.0, 9206.0, 9228.0, 9226.0, 9180.0, 9219.0, 9220.0, 9197.0, 9235.0, 9239.0, 9198.0, 9243.0, 9252.0, 9258.0, 9262.0, 9208.0, 9283.0, 9229.0, 9198.0, 9253.0, 9212.0, 9182.0, 9224.0, 9210.0, 9223.0, 9226.0, 9206.0, 9258.0, 9247.0, 9216.0, 9258.0, 9203.0, 9198.0, 9253.0, 9199.0, 9269.0, 9199.0, 9196.0, 9236.0, 9200.0, 9256.0, 9244.0, 9210.0, 9293.0, 9277.0, 9229.0, 9166.0, 9331.0, 9238.0, 9191.0, 9206.0, 9241.0, 9230.0, 9217.0, 9241.0, 9288.0, 9248.0, 9219.0, 9299.0, 9265.0, 9245.0, 9349.0, 9316.0, 9250.0, 9321.0, 9343.0, 9255.0, 9285.0, 9331.0, 9253.0, 9269.0, 9319.0, 9266.0, 9175.0, 9169.0, 9209.0, 9210.0, 9231.0, 9219.0, 9225.0, 9215.0, 9216.0, 9204.0, 9219.0, 9212.0, 9227.0, 9215.0, 9279.0, 9277.0, 9206.0, 9286.0, 9285.0, 9248.0, 9335.0, 9277.0, 9247.0, 9281.0, 9251.0, 9218.0, 9256.0, 9234.0, 9201.0, 9265.0, 9186.0, 9130.0, 9186.0, 9183.0, 9147.0, 9157.0, 9177.0, 9143.0, 9153.0, 9196.0, 9174.0, 9169.0, 9220.0, 9203.0, 9200.0, 9245.0, 9216.0, 9201.0, 9218.0, 9172.0, 9162.0, 9191.0, 9194.0, 9166.0, 9195.0, 9199.0, 9186.0, 9290.0, 9260.0, 9188.0, 9292.0, 9248.0, 9176.0, 9251.0, 9208.0, 9168.0, 9240.0, 9215.0, 9177.0, 9208.0, 9226.0, 9205.0, 9204.0, 9189.0, 9230.0, 9272.0, 9240.0, 9212.0, 9272.0, 9332.0, 9330.0, 9283.0, 9322.0, 9285.0, 9213.0, 9289.0, 9257.0, 9217.0, 9280.0, 9235.0, 9188.0, 9145.0, 9257.0, 9157.0, 9132.0, 9208.0, 9138.0, 9114.0, 9193.0, 9141.0, 9113.0, 9155.0, 9132.0, 9219.0, 9183.0, 9159.0, 9150.0, 9151.0, 9164.0, 9168.0, 9173.0, 9194.0, 9185.0, 9181.0, 9188.0, 9188.0, 9203.0, 9196.0, 9230.0, 9230.0, 9207.0, 9286.0, 9247.0, 9246.0, 9287.0, 9239.0, 9325.0, 9305.0, 9260.0, 9315.0, 9310.0, 9244.0, 9268.0, 9244.0, 9183.0, 9251.0, 9177.0, 9130.0, 9222.0, 9154.0, 9100.0, 9157.0, 9142.0, 9158.0, 9196.0, 9159.0, 9170.0, 9218.0, 9191.0, 9215.0, 9212.0, 9233.0, 9222.0, 9236.0, 9269.0, 9223.0, 9176.0, 9178.0, 9313.0, 9245.0, 9272.0, 9327.0, 9323.0, 9300.0, 9257.0, 9296.0, 9256.0, 9203.0, 9243.0, 9181.0, 9226.0, 9218.0, 9163.0, 9134.0, 9147.0, 9124.0, 9134.0, 9129.0, 9170.0, 9133.0, 9142.0, 9137.0, 9190.0, 9174.0, 9168.0, 9237.0, 9232.0, 9205.0, 9238.0, 9265.0, 9240.0, 9222.0, 9262.0, 9217.0, 9228.0, 9209.0, 9167.0, 9232.0, 9185.0, 9148.0, 9175.0, 9111.0, 9110.0, 9095.0, 9094.0, 9130.0, 9116.0, 9149.0, 9139.0, 9180.0, 9157.0, 9179.0, 9263.0, 9215.0, 9179.0, 9164.0, 9198.0, 9221.0, 9224.0, 9250.0, 9251.0, 9281.0, 9251.0, 9220.0, 9266.0, 9243.0, 9313.0, 9251.0, 9325.0, 9311.0, 9285.0, 9345.0]}, 'slices': {}}</td></tr>
</table>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-2">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-2-collapse" aria-controls="about-metadata-2-collapse">
Extracted Image quality metrics (IQMs)
</button>
</h2>
<div id="about-metadata-2-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-2-heading" data-bs-parent="#about-metadata-2">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-2" class="table table-sm table-striped">
<tr><td colspan=3>aor</td><td>0.005264567474048442</td></tr>
<tr><td colspan=3>aqi</td><td>0.0695447972318339</td></tr>
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.58040635196305</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1818847727944566</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0310540786258655</td></tr>
<tr><td colspan=3>efc</td><td>0.4837</td></tr>
<tr><td colspan=3>fber</td><td>3930.2131</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.22006591330378317</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>302</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>34.83275663206459</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.738439412801071</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.7241927532320016</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7791625701032374</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.7119629150679745</td></tr>
<tr><td colspan=3>gcor</td><td>0.0165958</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.003376660170033574</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.00835851114243269</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>867</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.98351439467947</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>33.0267</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>53.6148</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>196.9583</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>56.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>300924.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>895.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>398.1241</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5497</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>545.305</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3363.5209</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3520.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>75620.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1252.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4455.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>883.636</td></tr>
<tr><td colspan=3>tsnr</td><td>23.735990995541215</td></tr>
</table>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="qcrating-menu" class="card position-fixed d-none" style="width: 30%; top: 100px; left: 65%; max-height: 85%; overflow-y: auto;">
<div class="card-header m-0">
Rating widget
<button type="button" class="btn-close position-absolute top-0 end-0" aria-label="Close" id="close-qcrating-menu" onclick="toggle_rating()" style="margin: 10px 10px 0 0"></button>
</div>
<div class="card-body">
<div class="accordion">
<div class="accordion-item">
<h2 class="accordion-header" id="qcslider-head">
<button class="accordion-button" type="button" data-bs-toggle="collapse" data-bs-target="#qcslider-collapse" aria-expanded="true" aria-controls="qcslider-collapse">Overall Quality Rating</button>
</h2>
<div id="qcslider-collapse" class="accordion-collapse collapse show" aria-labelledby="qcslider-head">
<div class="accordion-body">
<input type="range" min="1.0" max="4.0" step="0.05" value="2.5" id="qcslider" class="slider">
<ul class="list-group list-group-horizontal slider-labels" style="width: 100%">
<li class="list-group-item list-group-item-danger small" style="font-size: 0.7em; width: 25%; text-align:center">Exclude</li>
<li class="list-group-item list-group-item-warning small" style="font-size: 0.7em; width: 25%; text-align:center">Poor</li>
<li class="list-group-item list-group-item-primary small" style="font-size: 0.7em; width: 25%; text-align:center">Acceptable</li>
<li class="list-group-item list-group-item-success small" style="font-size: 0.7em; width: 25%; text-align:center">Excellent</li>
</ul>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="qcartifacts-head">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#qcartifacts-collapse" aria-expanded="false" aria-controls="qcartifacts-collapse">
Record specific artifacts
</button>
</h2>
<div id="qcartifacts-collapse" class="accordion-collapse collapse" aria-labelledby="qcartifacts-head">
<div class="accordion-body">
<fieldset id="qcartifacts-group" class="form-group">
<div class="form-check form-switch small">
<input class="form-check-input" type="checkbox" name="head-motion" id="qcartifacts-item-0" />
<label class="form-check-label" for="qcartifacts-item-0">Head motion artifacts</label>
</div>
<div class="form-check form-switch small">
<input class="form-check-input" type="checkbox" name="eye-spillover" id="qcartifacts-item-1" />
<label class="form-check-label" for="qcartifacts-item-1">Eye spillover through <abbr title="phase-encoding">PE</abbr> axis</label>
</div>
<div class="form-check form-switch small">
<input class="form-check-input" type="checkbox" name="noneye-spillover" id="qcartifacts-item-2" />
<label class="form-check-label" for="qcartifacts-item-2">Non-eye spillover through <abbr title="phase-encoding">PE</abbr> axis</label>
</div>
<div class="form-check form-switch small">
<input class="form-check-input" type="checkbox" name="coil-failure" id="qcartifacts-item-3" />
<label class="form-check-label" for="qcartifacts-item-3">Coil failure</label>
</div>
<div class="form-check form-switch small">
<input class="form-check-input" type="checkbox" name="noise-global" id="qcartifacts-item-4" />
<label class="form-check-label" for="qcartifacts-item-4">Global noise</label>
</div>
<div class="form-check form-switch small">
<input class="form-check-input" type="checkbox" name="noise-local" id="qcartifacts-item-5" />
<label class="form-check-label" for="qcartifacts-item-5">Local noise</label>
</div>
<div class="form-check form-switch small">
<input class="form-check-input" type="checkbox" name="em-perturbation" id="qcartifacts-item-6" />
<label class="form-check-label" for="qcartifacts-item-6"><abbr title="electromagnetic">EM</abbr> interference/perturbation</label>
</div>
<div class="form-check form-switch small">
<input class="form-check-input" type="checkbox" name="wrap-around" id="qcartifacts-item-7" />
<label class="form-check-label" for="qcartifacts-item-7">Problematic <abbr title="field-of-view">FoV</abbr> prescription / wrap-around</label>
</div>
<div class="form-check form-switch small">
<input class="form-check-input" type="checkbox" name="ghost-aliasing" id="qcartifacts-item-8" />
<label class="form-check-label" for="qcartifacts-item-8">Aliasing ghosts</label>
</div>
<div class="form-check form-switch small">
<input class="form-check-input" type="checkbox" name="ghost-other" id="qcartifacts-item-9" />
<label class="form-check-label" for="qcartifacts-item-9">Other ghosts (for example, <abbr title="radiofrequency">RF</abbr> spoiling)</label>
</div>
<div class="form-check form-switch small">
<input class="form-check-input" type="checkbox" name="inu" id="qcartifacts-item-10" />
<label class="form-check-label" for="qcartifacts-item-10">Intensity non-uniformity (B<sub>1</sub> bias)</label>
</div>
<div class="form-check form-switch small">
<input class="form-check-input" type="checkbox" name="field-variation" id="qcartifacts-item-11" />
<label class="form-check-label" for="qcartifacts-item-11">Temporal B<sub>1</sub> field non-uniformity variation</label>
</div>
<div class="form-check form-switch small">
<input class="form-check-input" type="checkbox" name="processing" id="qcartifacts-item-12" />
<label class="form-check-label" for="qcartifacts-item-12">Processing such as denoising, defacing or resamplings happened</label>
</div>
<div class="form-check form-switch small">
<input class="form-check-input" type="checkbox" name="uncategorized" id="qcartifacts-item-13" />
<label class="form-check-label" for="qcartifacts-item-13">Other uncategorized artifact(s)</label>
</div>
</fieldset>
</div> <!-- accordion-body -->
</div> <!-- accordion-collapse -->
</div> <!-- accordion-item -->
<div class="accordion-item">
<h2 class="accordion-header" id="qcextra-head">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#qcextra-collapse" aria-expanded="false" aria-controls="qcextra-collapse">
Extra details
</button>
</h2>
<div id="qcextra-collapse" class="accordion-collapse collapse" aria-labelledby="qcextra-head">
<div class="accordion-body">
<div class="input-group">
<span class="input-group-text">Comments</span>
<textarea class="form-control" aria-label="Comments" id="qcextra-comments"></textarea>
</div>
<p style="margin-top: 20px; font-weight: bold">Rater confidence</p>
<input type="range" min="0.0" max="4.0" step="0.05" value="3.5" id="qcextra-confidence" class="slider" style="margin-left: 22%;width: 56%;">
<ul class="list-group list-group-horizontal slider-labels" style="width: 100%">
<li class="list-group-item list-group-item-warning small" style="width: 50%; text-align:center">Doubtful</li>
<li class="list-group-item list-group-item-success bg-success text-white small" style="width: 50%; text-align:center">Confident</li>
</ul>
</div> <!-- accordion-body -->
</div> <!-- accordion-collapse -->
</div> <!-- accordion-item -->
</div>
<div style="margin-top: 10px">
<a class="btn btn-primary disabled" id="btn-download" href="">Download</a>
<button class="btn btn-primary" id="btn-post" value="8sSYVI0XjFqacEMZ8wF4" disabled>Share publicly</button>
</div>
<script type="text/javascript">
var MINIMUM_RATING_TIME = 10
$('#qcslider').on('input', function() {
if ( (Date.now() - timestamp) / 1000 > MINIMUM_RATING_TIME) {
$('#btn-download').removeClass('disabled');
$('#btn-download').removeAttr('aria-disabled');
$('#btn-post').removeAttr('disabled');
};
$('#qcslider-collapse .list-group-item').removeClass(function(index, classname) {
return (classname.match(/(^|\s)bg-\S+/g) || []).join(' ');
});
$('#qcslider-collapse .list-group-item').removeClass(function(index, classname) {
return (classname.match(/(^|\s)text-\S+/g) || []).join(' ');
});
if ( $(this).val() < 1.5 ) {
$('#qcslider-collapse .list-group-item-danger').addClass('bg-danger text-white');
} else if ( $(this).val() > 3.5 ) {
$('#qcslider-collapse .list-group-item-success').addClass('bg-success text-white');
} else if ( $(this).val() < 2.5 ) {
$('#qcslider-collapse .list-group-item-warning').addClass('bg-warning text-dark');
} else {
$('#qcslider-collapse .list-group-item-primary').addClass('bg-primary text-white');
};
var payload = read_form();
});
$('#qcextra-confidence').on('input', function() {
if ( (Date.now() - timestamp) / 1000 > MINIMUM_RATING_TIME) {
$('#btn-download').removeClass('disabled');
$('#btn-download').removeAttr('aria-disabled');
$('#btn-post').removeAttr('disabled');
};
$('#qcextra-collapse .list-group-item').removeClass(function(index, classname) {
return (classname.match(/(^|\s)bg-\S+/g) || []).join(' ');
});
$('#qcextra-collapse .list-group-item').removeClass(function(index, classname) {
return (classname.match(/(^|\s)text-\S+/g) || []).join(' ');
});
if ( $(this).val() < 2.0 ) {
$('#qcextra-collapse .list-group-item-warning').addClass('bg-warning text-dark');
} else {
$('#qcextra-collapse .list-group-item-success').addClass('bg-success text-white');
};
var payload = read_form();
});
$('#qcextra-comments').bind('input propertychange', function() {
if ( (Date.now() - timestamp) / 1000 > MINIMUM_RATING_TIME) {
$('#btn-download').removeClass('disabled');
$('#btn-download').removeAttr('aria-disabled');
$('#btn-post').removeAttr('disabled');
};
});
$( '#btn-post' ).click( function() {
var payload = read_form();
var md5sum = "unspecified";
var params = {
'rating': payload['rating'],
'md5sum': md5sum,
'name': "",
'comment': JSON.stringify(payload['artifacts'])
};
// disable development releases
var authorization = $(this).val();
var ratingReq = new XMLHttpRequest();
ratingReq.open("POST", "https://mriqc.nimh.nih.gov:443/api/v1/rating");
ratingReq.setRequestHeader("Content-Type", "application/json;charset=UTF-8");
ratingReq.setRequestHeader("Authorization", authorization);
ratingReq.onload = function () {
status = ratingReq.status;
$('#btn-post').removeClass('btn-primary');
$('#btn-post').attr('disabled', true);
$('#btn-post').attr('aria-disabled', true);
$('#btn-post').prop('disabled');
$('#btn-post').addClass('disabled');
$('#btn-post').removeClass('active');
if (status === "201") {
$('#btn-post').addClass('btn-success');
$('#btn-post').html('Posted!');
} else {
$('#btn-post').addClass('btn-danger');
$('#btn-post').html('Failed');
};
};
ratingReq.send(JSON.stringify(params));
});
$( 'body' ).on( 'click', '#qcartifacts-group input', function(e) {
if ( (Date.now() - timestamp) / 1000 > MINIMUM_RATING_TIME) {
$('#btn-download').removeClass('disabled');
$('#btn-download').removeAttr('aria-disabled');
$('#btn-post').removeAttr('disabled');
};
var payload = read_form();
});
$( 'body' ).on( 'click', '#qcrating-toggler', function(e) {
toggle_rating();
});
</script>
</div>
<script type="text/javascript">
function toggle(id) {
var element = document.getElementById(id);
if(element.style.display == 'block')
element.style.display = 'none';
else
element.style.display = 'block';
}
</script>
</body>
</html>