ds005256-mriqc/sub-0035_ses-01_task-social_acq-mb8_run-01_bold.html
Felix Hoffstaedter 58fea0b9b9 [DATALAD RUNCMD] Compute MRIQC for sub-0035
=== 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-0035 --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-0035",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-18 23:49:27 +02:00

616 lines
No EOL
107 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-0035_ses-01_task-social_acq-mb8_run-01_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-0035_ses-01_task-social_acq-mb8_run-01_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-01_session-01_subject-0035_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-0035/figures/sub-0035_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0035/figures/sub-0035_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-01_subject-0035_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-0035/figures/sub-0035_ses-01_task-social_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-01_task-social_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0035/figures/sub-0035_ses-01_task-social_acq-mb8_run-01_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-01_subject-0035_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-0035/figures/sub-0035_ses-01_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-01_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0035/figures/sub-0035_ses-01_task-social_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-01_subject-0035_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-0035/figures/sub-0035_ses-01_task-social_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-01_task-social_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0035/figures/sub-0035_ses-01_task-social_acq-mb8_run-01_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-01_session-01_subject-0035_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-0035/figures/sub-0035_ses-01_task-social_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-01_task-social_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0035/figures/sub-0035_ses-01_task-social_acq-mb8_run-01_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-01_session-01_subject-0035_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-0035/figures/sub-0035_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0035/figures/sub-0035_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-01_subject-0035_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-0035/figures/sub-0035_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0035/figures/sub-0035_ses-01_task-social_acq-mb8_run-01_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-0035/figures/sub-0035_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0035/figures/sub-0035_ses-01_task-social_acq-mb8_run-01_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-0035/ses-01/func/sub-0035_ses-01_task-social_acq-mb8_run-01_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>99d0eeb9a95ea86560c579b7f456319b</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>17:11:14.447500</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.992535, -0.0377726, 0.115967, 0.027724, 0.995816, 0.0870721]</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-01_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.116963</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-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4178, -7726, -7182, 524, -26, -87, 41, 24]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</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>267.7</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>ed2b5c2c-6ed8-4095-8b74-900dd2d20e32||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.662897825241089, 0.07438157498836517, 0.3206802308559418, 102.71904754638672], [0.10134104639291763, 2.6717019081115723, 0.2246589958667755, -94.86126708984375], [0.311130166053772, -0.2336081564426422, 2.6714589595794678, -36.80232620239258], [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': ['171114.447500', '171114.907500', '171115.367500', '171115.827500', '171116.287500', '171116.747500', '171117.207500', '171117.667500', '171118.127500', '171118.587500', '171119.047500', '171119.507500', '171119.967500', '171120.427500', '171120.887500', '171121.347500', '171121.807500', '171122.267500', '171122.727500', '171123.187500', '171123.647500', '171124.107500', '171124.567500', '171125.027500', '171125.487500', '171125.947500', '171126.407500', '171126.867500', '171127.327500', '171127.787500', '171128.247500', '171128.707500', '171129.167500', '171129.627500', '171130.087500', '171130.547500', '171131.007500', '171131.467500', '171131.927500', '171132.387500', '171132.847500', '171133.307500', '171133.767500', '171134.227500', '171134.687500', '171135.147500', '171135.607500', '171136.067500', '171136.527500', '171136.987500', '171137.447500', '171137.907500', '171138.367500', '171138.827500', '171139.287500', '171139.747500', '171140.207500', '171140.667500', '171141.127500', '171141.587500', '171142.047500', '171142.507500', '171142.967500', '171143.427500', '171143.887500', '171144.347500', '171144.807500', '171145.267500', '171145.727500', '171146.187500', '171146.647500', '171147.107500', '171147.567500', '171148.027500', '171148.487500', '171148.947500', '171149.407500', '171149.867500', '171150.327500', '171150.787500', '171151.247500', '171151.707500', '171152.167500', '171152.627500', '171153.087500', '171153.547500', '171154.007500', '171154.467500', '171154.927500', '171155.387500', '171155.847500', '171156.307500', '171156.767500', '171157.227500', '171157.687500', '171158.147500', '171158.607500', '171159.067500', '171159.527500', '171159.987500', '171200.447500', '171200.907500', '171201.367500', '171201.827500', '171202.287500', '171202.747500', '171203.207500', '171203.667500', '171204.127500', '171204.587500', '171205.047500', '171205.507500', '171205.967500', '171206.427500', '171206.887500', '171207.347500', '171207.807500', '171208.267500', '171208.727500', '171209.187500', '171209.647500', '171210.107500', '171210.567500', '171211.027500', '171211.487500', '171211.947500', '171212.407500', '171212.867500', '171213.327500', '171213.787500', '171214.247500', '171214.707500', '171215.167500', '171215.627500', '171216.087500', '171216.547500', '171217.007500', '171217.467500', '171217.927500', '171218.387500', '171218.847500', '171219.307500', '171219.767500', '171220.227500', '171220.687500', '171221.147500', '171221.607500', '171222.067500', '171222.527500', '171222.987500', '171223.447500', '171223.907500', '171224.367500', '171224.827500', '171225.287500', '171225.747500', '171226.207500', '171226.667500', '171227.127500', '171227.587500', '171228.047500', '171228.507500', '171228.967500', '171229.427500', '171229.887500', '171230.347500', '171230.807500', '171231.267500', '171231.727500', '171232.187500', '171232.647500', '171233.107500', '171233.567500', '171234.027500', '171234.487500', '171234.947500', '171235.407500', '171235.867500', '171236.327500', '171236.787500', '171237.247500', '171237.707500', '171238.167500', '171238.627500', '171239.087500', '171239.547500', '171240.007500', '171240.467500', '171240.927500', '171241.387500', '171241.847500', '171242.307500', '171242.767500', '171243.227500', '171243.687500', '171244.147500', '171244.607500', '171245.067500', '171245.527500', '171245.987500', '171246.447500', '171246.907500', '171247.367500', '171247.827500', '171248.287500', '171248.747500', '171249.207500', '171249.667500', '171250.127500', '171250.587500', '171251.047500', '171251.507500', '171251.967500', '171252.427500', '171252.887500', '171253.347500', '171253.807500', '171254.267500', '171254.727500', '171255.187500', '171255.647500', '171256.107500', '171256.567500', '171257.027500', '171257.487500', '171257.947500', '171258.407500', '171258.867500', '171259.327500', '171259.787500', '171300.247500', '171300.707500', '171301.167500', '171301.627500', '171302.087500', '171302.547500', '171303.007500', '171303.467500', '171303.927500', '171304.387500', '171304.847500', '171305.307500', '171305.767500', '171306.227500', '171306.687500', '171307.147500', '171307.607500', '171308.067500', '171308.527500', '171308.987500', '171309.447500', '171309.907500', '171310.367500', '171310.827500', '171311.287500', '171311.747500', '171312.207500', '171312.667500', '171313.127500', '171313.587500', '171314.047500', '171314.507500', '171314.967500', '171315.427500', '171315.887500', '171316.347500', '171316.807500', '171317.267500', '171317.727500', '171318.187500', '171318.647500', '171319.107500', '171319.567500', '171320.027500', '171320.487500', '171320.947500', '171321.407500', '171321.867500', '171322.327500', '171322.787500', '171323.247500', '171323.707500', '171324.167500', '171324.627500', '171325.087500', '171325.547500', '171326.007500', '171326.467500', '171326.927500', '171327.387500', '171327.847500', '171328.307500', '171328.767500', '171329.227500', '171329.687500', '171330.147500', '171330.607500', '171331.067500', '171331.527500', '171331.987500', '171332.447500', '171332.907500', '171333.367500', '171333.827500', '171334.287500', '171334.747500', '171335.207500', '171335.667500', '171336.127500', '171336.587500', '171337.047500', '171337.507500', '171337.967500', '171338.427500', '171338.887500', '171339.347500', '171339.807500', '171340.267500', '171340.727500', '171341.187500', '171341.647500', '171342.107500', '171342.567500', '171343.027500', '171343.487500', '171343.947500', '171344.407500', '171344.867500', '171345.327500', '171345.787500', '171346.247500', '171346.707500', '171347.167500', '171347.627500', '171348.087500', '171348.547500', '171349.007500', '171349.467500', '171349.927500', '171350.387500', '171350.847500', '171351.307500', '171351.767500', '171352.227500', '171352.687500', '171353.147500', '171353.607500', '171354.067500', '171354.527500', '171354.987500', '171355.447500', '171355.907500', '171356.367500', '171356.827500', '171357.287500', '171357.747500', '171358.207500', '171358.667500', '171359.127500', '171359.587500', '171400.047500', '171400.507500', '171400.967500', '171401.427500', '171401.887500', '171402.347500', '171402.807500', '171403.267500', '171403.727500', '171404.187500', '171404.647500', '171405.107500', '171405.567500', '171406.027500', '171406.487500', '171406.947500', '171407.407500', '171407.867500', '171408.327500', '171408.787500', '171409.247500', '171409.707500', '171410.167500', '171410.627500', '171411.087500', '171411.547500', '171412.007500', '171412.467500', '171412.927500', '171413.387500', '171413.847500', '171414.307500', '171414.767500', '171415.227500', '171415.687500', '171416.147500', '171416.607500', '171417.067500', '171417.527500', '171417.987500', '171418.447500', '171418.907500', '171419.367500', '171419.827500', '171420.287500', '171420.747500', '171421.207500', '171421.667500', '171422.127500', '171422.587500', '171423.047500', '171423.507500', '171423.967500', '171424.427500', '171424.887500', '171425.347500', '171425.807500', '171426.267500', '171426.727500', '171427.187500', '171427.647500', '171428.107500', '171428.567500', '171429.027500', '171429.487500', '171429.947500', '171430.407500', '171430.867500', '171431.327500', '171431.787500', '171432.247500', '171432.707500', '171433.167500', '171433.627500', '171434.087500', '171434.547500', '171435.007500', '171435.467500', '171435.927500', '171436.387500', '171436.847500', '171437.307500', '171437.767500', '171438.227500', '171438.687500', '171439.147500', '171439.607500', '171440.067500', '171440.527500', '171440.987500', '171441.447500', '171441.907500', '171442.367500', '171442.827500', '171443.287500', '171443.747500', '171444.207500', '171444.667500', '171445.127500', '171445.587500', '171446.047500', '171446.507500', '171446.967500', '171447.427500', '171447.887500', '171448.347500', '171448.807500', '171449.267500', '171449.727500', '171450.187500', '171450.647500', '171451.107500', '171451.567500', '171452.027500', '171452.487500', '171452.947500', '171453.407500', '171453.867500', '171454.327500', '171454.787500', '171455.247500', '171455.707500', '171456.167500', '171456.627500', '171457.087500', '171457.547500', '171458.007500', '171458.467500', '171458.927500', '171459.387500', '171459.847500', '171500.307500', '171500.767500', '171501.227500', '171501.687500', '171502.147500', '171502.607500', '171503.067500', '171503.527500', '171503.987500', '171504.447500', '171504.907500', '171505.367500', '171505.827500', '171506.287500', '171506.747500', '171507.207500', '171507.667500', '171508.127500', '171508.587500', '171509.047500', '171509.507500', '171509.967500', '171510.427500', '171510.887500', '171511.347500', '171511.807500', '171512.267500', '171512.727500', '171513.187500', '171513.647500', '171514.107500', '171514.567500', '171515.027500', '171515.487500', '171515.947500', '171516.407500', '171516.867500', '171517.327500', '171517.787500', '171518.247500', '171518.707500', '171519.167500', '171519.627500', '171520.087500', '171520.547500', '171521.007500', '171521.467500', '171521.927500', '171522.387500', '171522.847500', '171523.307500', '171523.767500', '171524.227500', '171524.687500', '171525.147500', '171525.607500', '171526.067500', '171526.527500', '171526.987500', '171527.447500', '171527.907500', '171528.367500', '171528.827500', '171529.287500', '171529.747500', '171530.207500', '171530.667500', '171531.127500', '171531.587500', '171532.047500', '171532.507500', '171532.967500', '171533.427500', '171533.887500', '171534.347500', '171534.807500', '171535.267500', '171535.727500', '171536.187500', '171536.647500', '171537.107500', '171537.567500', '171538.027500', '171538.487500', '171538.947500', '171539.407500', '171539.867500', '171540.327500', '171540.787500', '171541.247500', '171541.707500', '171542.167500', '171542.627500', '171543.087500', '171543.547500', '171544.007500', '171544.467500', '171544.927500', '171545.387500', '171545.847500', '171546.307500', '171546.767500', '171547.227500', '171547.687500', '171548.147500', '171548.607500', '171549.067500', '171549.527500', '171549.987500', '171550.447500', '171550.907500', '171551.367500', '171551.827500', '171552.287500', '171552.747500', '171553.207500', '171553.667500', '171554.127500', '171554.587500', '171555.047500', '171555.507500', '171555.967500', '171556.427500', '171556.887500', '171557.347500', '171557.807500', '171558.267500', '171558.727500', '171559.187500', '171559.647500', '171600.107500', '171600.567500', '171601.027500', '171601.487500', '171601.947500', '171602.407500', '171602.867500', '171603.327500', '171603.787500', '171604.247500', '171604.707500', '171605.167500', '171605.627500', '171606.087500', '171606.547500', '171607.007500', '171607.467500', '171607.927500', '171608.387500', '171608.847500', '171609.307500', '171609.767500', '171610.227500', '171610.687500', '171611.147500', '171611.607500', '171612.067500', '171612.527500', '171612.987500', '171613.447500', '171613.907500', '171614.367500', '171614.827500', '171615.287500', '171615.747500', '171616.207500', '171616.667500', '171617.127500', '171617.587500', '171618.047500', '171618.507500', '171618.967500', '171619.427500', '171619.887500', '171620.347500', '171620.807500', '171621.267500', '171621.727500', '171622.187500', '171622.647500', '171623.107500', '171623.567500', '171624.027500', '171624.487500', '171624.947500', '171625.407500', '171625.867500', '171626.327500', '171626.787500', '171627.247500', '171627.707500', '171628.167500', '171628.627500', '171629.087500', '171629.547500', '171630.007500', '171630.467500', '171630.927500', '171631.387500', '171631.847500', '171632.307500', '171632.767500', '171633.227500', '171633.687500', '171634.147500', '171634.607500', '171635.067500', '171635.527500', '171635.987500', '171636.447500', '171636.907500', '171637.367500', '171637.827500', '171638.287500', '171638.747500', '171639.207500', '171639.667500', '171640.127500', '171640.587500', '171641.047500', '171641.507500', '171641.967500', '171642.427500', '171642.887500', '171643.347500', '171643.807500', '171644.267500', '171644.727500', '171645.187500', '171645.647500', '171646.107500', '171646.567500', '171647.027500', '171647.487500', '171647.947500', '171648.407500', '171648.867500', '171649.327500', '171649.787500', '171650.247500', '171650.707500', '171651.167500', '171651.627500', '171652.087500', '171652.547500', '171653.007500', '171653.467500', '171653.927500', '171654.387500', '171654.847500', '171655.307500', '171655.767500', '171656.227500', '171656.687500', '171657.147500', '171657.607500', '171658.067500', '171658.527500', '171658.987500', '171659.447500', '171659.907500', '171700.367500', '171700.827500', '171701.287500', '171701.747500', '171702.207500', '171702.667500', '171703.127500', '171703.587500', '171704.047500', '171704.507500', '171704.967500', '171705.427500', '171705.887500', '171706.347500', '171706.807500', '171707.267500', '171707.727500', '171708.187500', '171708.647500', '171709.107500', '171709.567500', '171710.027500', '171710.487500', '171710.947500', '171711.407500', '171711.867500', '171712.327500', '171712.787500', '171713.247500', '171713.707500', '171714.167500', '171714.627500', '171715.087500', '171715.547500', '171716.007500', '171716.467500', '171716.927500', '171717.387500', '171717.847500', '171718.307500', '171718.767500', '171719.227500', '171719.687500', '171720.147500', '171720.607500', '171721.067500', '171721.527500', '171721.987500', '171722.447500', '171722.907500', '171723.367500', '171723.827500', '171724.287500', '171724.747500', '171725.207500', '171725.667500', '171726.127500', '171726.587500', '171727.047500', '171727.507500', '171727.967500', '171728.427500', '171728.887500', '171729.347500', '171729.807500', '171730.267500', '171730.727500', '171731.187500', '171731.647500', '171732.107500', '171732.567500', '171733.027500', '171733.487500', '171733.947500', '171734.407500', '171734.867500', '171735.327500', '171735.787500', '171736.247500', '171736.707500', '171737.167500', '171737.627500', '171738.087500', '171738.547500', '171739.007500', '171739.467500', '171739.927500', '171740.387500', '171740.847500', '171741.307500', '171741.767500', '171742.227500', '171742.687500', '171743.147500', '171743.607500', '171744.067500', '171744.527500', '171744.987500', '171745.447500', '171745.907500', '171746.367500', '171746.827500', '171747.287500', '171747.747500', '171748.207500', '171748.667500', '171749.127500', '171749.587500', '171750.047500', '171750.507500', '171750.967500', '171751.427500', '171751.887500', '171752.347500', '171752.807500', '171753.267500', '171753.727500', '171754.187500', '171754.647500', '171755.107500'], 'ContentTime': ['171137.595000', '171137.604000', '171137.607000', '171137.610000', '171137.613000', '171137.616000', '171137.618000', '171137.621000', '171137.624000', '171137.627000', '171137.630000', '171137.632000', '171137.635000', '171137.638000', '171137.641000', '171137.644000', '171137.646000', '171137.649000', '171137.652000', '171137.655000', '171137.658000', '171137.660000', '171137.663000', '171137.666000', '171137.669000', '171137.671000', '171137.674000', '171137.677000', '171137.680000', '171137.683000', '171137.686000', '171137.688000', '171137.691000', '171137.694000', '171137.697000', '171137.699000', '171137.702000', '171137.711000', '171137.714000', '171137.717000', '171137.720000', '171137.723000', '171137.725000', '171137.728000', '171137.731000', '171137.734000', '171137.736000', '171137.739000', '171137.742000', '171157.567000', '171157.570000', '171157.573000', '171157.576000', '171157.578000', '171157.581000', '171157.584000', '171157.587000', '171157.590000', '171157.592000', '171157.595000', '171157.599000', '171157.602000', '171157.605000', '171157.608000', '171157.611000', '171157.613000', '171157.616000', '171157.619000', '171157.622000', '171157.625000', '171157.627000', '171157.630000', '171157.633000', '171157.636000', '171157.638000', '171157.641000', '171157.644000', '171157.647000', '171157.650000', '171157.653000', '171157.656000', '171157.676000', '171157.679000', '171157.682000', '171157.685000', '171157.687000', '171157.690000', '171157.693000', '171157.696000', '171157.699000', '171157.701000', '171157.704000', '171217.567000', '171217.570000', '171217.573000', '171217.575000', '171217.578000', '171217.581000', '171217.584000', '171217.587000', '171217.589000', '171217.592000', '171217.595000', '171217.598000', '171217.601000', '171217.604000', '171217.606000', '171217.609000', '171217.612000', '171217.615000', '171217.617000', '171217.620000', '171217.623000', '171217.626000', '171217.629000', '171217.631000', '171217.634000', '171217.637000', '171217.640000', '171217.643000', '171217.645000', '171217.648000', '171217.651000', '171217.654000', '171217.657000', '171217.659000', '171217.662000', '171217.665000', '171217.668000', '171217.671000', '171217.673000', '171217.676000', '171217.679000', '171217.682000', '171217.685000', '171217.687000', '171237.567000', '171237.570000', '171237.573000', '171237.575000', '171237.578000', '171237.581000', '171237.584000', '171237.587000', '171237.589000', '171237.592000', '171237.595000', '171237.598000', '171237.601000', '171237.603000', '171237.606000', '171237.609000', '171237.612000', '171237.615000', '171237.617000', '171237.620000', '171237.623000', '171237.626000', '171237.629000', '171237.631000', '171237.634000', '171237.637000', '171237.640000', '171237.643000', '171237.645000', '171237.648000', '171237.651000', '171237.662000', '171237.665000', '171237.668000', '171237.671000', '171237.674000', '171237.677000', '171237.680000', '171237.683000', '171237.685000', '171237.688000', '171237.691000', '171237.694000', '171257.567000', '171257.570000', '171257.573000', '171257.575000', '171257.578000', '171257.581000', '171257.584000', '171257.587000', '171257.590000', '171257.593000', '171257.596000', '171257.598000', '171257.601000', '171257.604000', '171257.607000', '171257.609000', '171257.612000', '171257.615000', '171257.630000', '171257.634000', '171257.637000', '171257.639000', '171257.648000', '171257.651000', '171257.653000', '171257.656000', '171257.659000', '171257.662000', '171257.665000', '171257.668000', '171257.671000', '171257.673000', '171257.676000', '171257.679000', '171257.682000', '171257.685000', '171257.688000', '171257.690000', '171257.693000', '171257.696000', '171257.699000', '171257.702000', '171257.705000', '171257.707000', '171317.567000', '171317.570000', '171317.573000', '171317.575000', '171317.578000', '171317.581000', '171317.584000', '171317.587000', '171317.589000', '171317.592000', '171317.595000', '171317.598000', '171317.601000', '171317.603000', '171317.606000', '171317.609000', '171317.612000', '171317.615000', '171317.618000', '171317.620000', '171317.623000', '171317.626000', '171317.629000', '171317.631000', '171317.636000', '171317.639000', '171317.642000', '171317.645000', '171317.648000', '171317.651000', '171317.653000', '171317.656000', '171317.659000', '171317.662000', '171317.665000', '171317.668000', '171317.670000', '171317.673000', '171317.676000', '171317.679000', '171317.681000', '171317.684000', '171317.687000', '171337.567000', '171337.570000', '171337.573000', '171337.575000', '171337.578000', '171337.581000', '171337.584000', '171337.587000', '171337.589000', '171337.592000', '171337.595000', '171337.598000', '171337.601000', '171337.603000', '171337.606000', '171337.609000', '171337.612000', '171337.615000', '171337.618000', '171337.620000', '171337.623000', '171337.626000', '171337.629000', '171337.632000', '171337.634000', '171337.637000', '171337.640000', '171337.643000', '171337.646000', '171337.648000', '171337.651000', '171337.654000', '171337.657000', '171337.660000', '171337.663000', '171337.665000', '171337.668000', '171337.671000', '171337.674000', '171337.677000', '171337.679000', '171337.682000', '171337.685000', '171337.688000', '171357.567000', '171357.570000', '171357.573000', '171357.576000', '171357.579000', '171357.581000', '171357.584000', '171357.587000', '171357.590000', '171357.592000', '171357.595000', '171357.598000', '171357.601000', '171357.604000', '171357.606000', '171357.609000', '171357.612000', '171357.615000', '171357.618000', '171357.621000', '171357.623000', '171357.626000', '171357.629000', '171357.632000', '171357.635000', '171357.638000', '171357.640000', '171357.643000', '171357.646000', '171357.649000', '171357.652000', '171357.654000', '171357.657000', '171357.660000', '171357.663000', '171357.666000', '171357.668000', '171357.671000', '171357.674000', '171357.677000', '171357.679000', '171357.682000', '171357.685000', '171417.567000', '171417.570000', '171417.573000', '171417.576000', '171417.579000', '171417.581000', '171417.584000', '171417.587000', '171417.590000', '171417.593000', '171417.595000', '171417.598000', '171417.601000', '171417.604000', '171417.607000', '171417.610000', '171417.612000', '171417.615000', '171417.618000', '171417.621000', '171417.624000', '171417.626000', '171417.629000', '171417.632000', '171417.635000', '171417.638000', '171417.641000', '171417.643000', '171417.646000', '171417.649000', '171417.652000', '171417.655000', '171417.657000', '171417.660000', '171417.663000', '171417.666000', '171417.669000', '171417.672000', '171417.674000', '171417.677000', '171417.680000', '171417.683000', '171417.686000', '171417.688000', '171437.567000', '171437.570000', '171437.573000', '171437.576000', '171437.578000', '171437.581000', '171437.584000', '171437.587000', '171437.590000', '171437.592000', '171437.595000', '171437.598000', '171437.601000', '171437.604000', '171437.606000', '171437.609000', '171437.612000', '171437.615000', '171437.618000', '171437.621000', '171437.623000', '171437.626000', '171437.629000', '171437.632000', '171437.634000', '171437.637000', '171437.640000', '171437.643000', '171437.646000', '171437.648000', '171437.651000', '171437.654000', '171437.657000', '171437.660000', '171437.662000', '171437.665000', '171437.669000', '171437.672000', '171437.676000', '171437.679000', '171437.681000', '171437.684000', '171437.687000', '171457.567000', '171457.570000', '171457.573000', '171457.576000', '171457.578000', '171457.581000', '171457.584000', '171457.587000', '171457.589000', '171457.592000', '171457.595000', '171457.598000', '171457.601000', '171457.604000', '171457.606000', '171457.609000', '171457.612000', '171457.615000', '171457.618000', '171457.620000', '171457.623000', '171457.626000', '171457.629000', '171457.631000', '171457.634000', '171457.637000', '171457.640000', '171457.643000', '171457.646000', '171457.648000', '171457.651000', '171457.654000', '171457.657000', '171457.660000', '171457.662000', '171457.665000', '171457.668000', '171457.671000', '171457.674000', '171457.676000', '171457.679000', '171457.682000', '171457.685000', '171457.688000', '171517.567000', '171517.570000', '171517.573000', '171517.576000', '171517.579000', '171517.581000', '171517.584000', '171517.587000', '171517.590000', '171517.593000', '171517.595000', '171517.598000', '171517.601000', '171517.604000', '171517.607000', '171517.610000', '171517.613000', '171517.615000', '171517.618000', '171517.621000', '171517.624000', '171517.627000', '171517.629000', '171517.632000', '171517.635000', '171517.638000', '171517.641000', '171517.643000', '171517.646000', '171517.649000', '171517.652000', '171517.655000', '171517.657000', '171517.660000', '171517.663000', '171517.666000', '171517.669000', '171517.671000', '171517.674000', '171517.677000', '171517.680000', '171517.683000', '171517.686000', '171537.567000', '171537.570000', '171537.573000', '171537.576000', '171537.578000', '171537.581000', '171537.584000', '171537.587000', '171537.590000', '171537.593000', '171537.595000', '171537.598000', '171537.601000', '171537.604000', '171537.607000', '171537.610000', '171537.612000', '171537.615000', '171537.618000', '171537.621000', '171537.624000', '171537.626000', '171537.629000', '171537.632000', '171537.635000', '171537.638000', '171537.640000', '171537.643000', '171537.646000', '171537.649000', '171537.652000', '171537.654000', '171537.657000', '171537.660000', '171537.663000', '171537.665000', '171537.668000', '171537.671000', '171537.674000', '171537.677000', '171537.680000', '171537.682000', '171537.685000', '171537.688000', '171557.567000', '171557.570000', '171557.573000', '171557.576000', '171557.579000', '171557.581000', '171557.584000', '171557.587000', '171557.590000', '171557.593000', '171557.596000', '171557.598000', '171557.601000', '171557.604000', '171557.607000', '171557.610000', '171557.613000', '171557.615000', '171557.618000', '171557.621000', '171557.624000', '171557.627000', '171557.629000', '171557.632000', '171557.646000', '171557.649000', '171557.651000', '171557.654000', '171557.657000', '171557.660000', '171557.663000', '171557.665000', '171557.668000', '171557.671000', '171557.674000', '171557.677000', '171557.680000', '171557.682000', '171557.685000', '171557.688000', '171557.691000', '171557.694000', '171557.696000', '171617.568000', '171617.571000', '171617.574000', '171617.577000', '171617.580000', '171617.582000', '171617.586000', '171617.588000', '171617.591000', '171617.594000', '171617.597000', '171617.600000', '171617.603000', '171617.605000', '171617.608000', '171617.611000', '171617.614000', '171617.617000', '171617.620000', '171617.623000', '171617.625000', '171617.628000', '171617.631000', '171617.634000', '171617.637000', '171617.639000', '171617.642000', '171617.645000', '171617.648000', '171617.651000', '171617.654000', '171617.656000', '171617.659000', '171617.662000', '171617.665000', '171617.668000', '171617.670000', '171617.673000', '171617.676000', '171617.679000', '171617.682000', '171617.685000', '171617.687000', '171637.567000', '171637.570000', '171637.573000', '171637.576000', '171637.578000', '171637.581000', '171637.584000', '171637.587000', '171637.590000', '171637.593000', '171637.595000', '171637.598000', '171637.601000', '171637.604000', '171637.607000', '171637.609000', '171637.612000', '171637.615000', '171637.618000', '171637.620000', '171637.623000', '171637.626000', '171637.629000', '171637.632000', '171637.634000', '171637.637000', '171637.640000', '171637.643000', '171637.646000', '171637.649000', '171637.651000', '171637.654000', '171637.657000', '171637.660000', '171637.662000', '171637.665000', '171637.668000', '171637.671000', '171637.674000', '171637.677000', '171637.679000', '171637.682000', '171637.685000', '171637.688000', '171657.567000', '171657.570000', '171657.573000', '171657.576000', '171657.579000', '171657.582000', '171657.585000', '171657.588000', '171657.591000', '171657.593000', '171657.596000', '171657.599000', '171657.602000', '171657.605000', '171657.607000', '171657.610000', '171657.613000', '171657.616000', '171657.619000', '171657.621000', '171657.624000', '171657.627000', '171657.630000', '171657.633000', '171657.636000', '171657.638000', '171657.641000', '171657.644000', '171657.647000', '171657.650000', '171657.652000', '171657.655000', '171657.658000', '171657.661000', '171657.664000', '171657.666000', '171657.669000', '171657.672000', '171657.675000', '171657.678000', '171657.681000', '171657.683000', '171657.686000', '171717.567000', '171717.570000', '171717.573000', '171717.576000', '171717.579000', '171717.581000', '171717.584000', '171717.587000', '171717.590000', '171717.593000', '171717.595000', '171717.598000', '171717.601000', '171717.604000', '171717.607000', '171717.609000', '171717.612000', '171717.615000', '171717.618000', '171717.621000', '171717.624000', '171717.626000', '171717.629000', '171717.632000', '171717.635000', '171717.638000', '171717.640000', '171717.643000', '171717.646000', '171717.649000', '171717.652000', '171717.654000', '171717.657000', '171717.660000', '171717.663000', '171717.666000', '171717.668000', '171717.671000', '171717.674000', '171717.677000', '171717.680000', '171717.683000', '171717.685000', '171717.688000', '171737.567000', '171737.570000', '171737.573000', '171737.576000', '171737.579000', '171737.582000', '171737.585000', '171737.587000', '171737.590000', '171737.593000', '171737.596000', '171737.599000', '171737.611000', '171737.614000', '171737.616000', '171737.619000', '171737.628000', '171737.631000', '171737.634000', '171737.637000', '171737.640000', '171737.643000', '171737.645000', '171737.648000', '171737.651000', '171737.654000', '171737.657000', '171737.659000', '171737.662000', '171737.665000', '171737.668000', '171737.671000', '171737.674000', '171737.676000', '171737.679000', '171737.682000', '171737.685000', '171737.688000', '171737.690000', '171737.693000', '171737.696000', '171737.699000', '171737.702000', '171756.048000', '171756.051000', '171756.054000', '171756.057000', '171756.060000', '171756.063000', '171756.066000', '171756.069000', '171756.072000', '171756.075000', '171756.078000', '171756.081000', '171756.085000', '171756.088000', '171756.090000', '171756.094000', '171756.097000', '171756.100000', '171756.103000', '171756.107000', '171756.110000', '171756.113000', '171756.116000', '171756.119000', '171756.122000', '171756.125000', '171756.128000', '171756.131000', '171756.134000', '171756.136000', '171756.139000', '171756.142000', '171756.145000', '171756.148000', '171756.151000', '171756.154000', '171756.156000', '171756.159000', '171756.162000', '171756.165000', '171756.168000'], 'InstanceCreationTime': ['171137.595000', '171137.604000', '171137.607000', '171137.610000', '171137.613000', '171137.616000', '171137.618000', '171137.621000', '171137.624000', '171137.627000', '171137.630000', '171137.632000', '171137.635000', '171137.638000', '171137.641000', '171137.644000', '171137.646000', '171137.649000', '171137.652000', '171137.655000', '171137.658000', '171137.660000', '171137.663000', '171137.666000', '171137.669000', '171137.671000', '171137.674000', '171137.677000', '171137.680000', '171137.683000', '171137.686000', '171137.688000', '171137.691000', '171137.694000', '171137.697000', '171137.699000', '171137.702000', '171137.711000', '171137.714000', '171137.717000', '171137.720000', '171137.723000', '171137.725000', '171137.728000', '171137.731000', '171137.734000', '171137.736000', '171137.739000', '171137.742000', '171157.567000', '171157.570000', '171157.573000', '171157.576000', '171157.578000', '171157.581000', '171157.584000', '171157.587000', '171157.590000', '171157.592000', '171157.595000', '171157.599000', '171157.602000', '171157.605000', '171157.608000', '171157.611000', '171157.613000', '171157.616000', '171157.619000', '171157.622000', '171157.625000', '171157.627000', '171157.630000', '171157.633000', '171157.636000', '171157.638000', '171157.641000', '171157.644000', '171157.647000', '171157.650000', '171157.653000', '171157.656000', '171157.676000', '171157.679000', '171157.682000', '171157.685000', '171157.687000', '171157.690000', '171157.693000', '171157.696000', '171157.699000', '171157.701000', '171157.704000', '171217.567000', '171217.570000', '171217.573000', '171217.575000', '171217.578000', '171217.581000', '171217.584000', '171217.587000', '171217.589000', '171217.592000', '171217.595000', '171217.598000', '171217.601000', '171217.604000', '171217.606000', '171217.609000', '171217.612000', '171217.615000', '171217.617000', '171217.620000', '171217.623000', '171217.626000', '171217.629000', '171217.631000', '171217.634000', '171217.637000', '171217.640000', '171217.643000', '171217.645000', '171217.648000', '171217.651000', '171217.654000', '171217.657000', '171217.659000', '171217.662000', '171217.665000', '171217.668000', '171217.671000', '171217.673000', '171217.676000', '171217.679000', '171217.682000', '171217.685000', '171217.687000', '171237.567000', '171237.570000', '171237.573000', '171237.575000', '171237.578000', '171237.581000', '171237.584000', '171237.587000', '171237.589000', '171237.592000', '171237.595000', '171237.598000', '171237.601000', '171237.603000', '171237.606000', '171237.609000', '171237.612000', '171237.615000', '171237.617000', '171237.620000', '171237.623000', '171237.626000', '171237.629000', '171237.631000', '171237.634000', '171237.637000', '171237.640000', '171237.643000', '171237.645000', '171237.648000', '171237.651000', '171237.662000', '171237.665000', '171237.668000', '171237.671000', '171237.674000', '171237.677000', '171237.680000', '171237.683000', '171237.685000', '171237.688000', '171237.691000', '171237.694000', '171257.567000', '171257.570000', '171257.573000', '171257.575000', '171257.578000', '171257.581000', '171257.584000', '171257.587000', '171257.590000', '171257.593000', '171257.596000', '171257.598000', '171257.601000', '171257.604000', '171257.607000', '171257.609000', '171257.612000', '171257.615000', '171257.630000', '171257.634000', '171257.637000', '171257.639000', '171257.648000', '171257.651000', '171257.653000', '171257.656000', '171257.659000', '171257.662000', '171257.665000', '171257.668000', '171257.671000', '171257.673000', '171257.676000', '171257.679000', '171257.682000', '171257.685000', '171257.688000', '171257.690000', '171257.693000', '171257.696000', '171257.699000', '171257.702000', '171257.705000', '171257.707000', '171317.567000', '171317.570000', '171317.573000', '171317.575000', '171317.578000', '171317.581000', '171317.584000', '171317.587000', '171317.589000', '171317.592000', '171317.595000', '171317.598000', '171317.601000', '171317.603000', '171317.606000', '171317.609000', '171317.612000', '171317.615000', '171317.618000', '171317.620000', '171317.623000', '171317.626000', '171317.629000', '171317.631000', '171317.636000', '171317.639000', '171317.642000', '171317.645000', '171317.648000', '171317.651000', '171317.653000', '171317.656000', '171317.659000', '171317.662000', '171317.665000', '171317.668000', '171317.670000', '171317.673000', '171317.676000', '171317.679000', '171317.681000', '171317.684000', '171317.687000', '171337.567000', '171337.570000', '171337.573000', '171337.575000', '171337.578000', '171337.581000', '171337.584000', '171337.587000', '171337.589000', '171337.592000', '171337.595000', '171337.598000', '171337.601000', '171337.603000', '171337.606000', '171337.609000', '171337.612000', '171337.615000', '171337.618000', '171337.620000', '171337.623000', '171337.626000', '171337.629000', '171337.632000', '171337.634000', '171337.637000', '171337.640000', '171337.643000', '171337.646000', '171337.648000', '171337.651000', '171337.654000', '171337.657000', '171337.660000', '171337.663000', '171337.665000', '171337.668000', '171337.671000', '171337.674000', '171337.677000', '171337.679000', '171337.682000', '171337.685000', '171337.688000', '171357.567000', '171357.570000', '171357.573000', '171357.576000', '171357.579000', '171357.581000', '171357.584000', '171357.587000', '171357.590000', '171357.592000', '171357.595000', '171357.598000', '171357.601000', '171357.604000', '171357.606000', '171357.609000', '171357.612000', '171357.615000', '171357.618000', '171357.621000', '171357.623000', '171357.626000', '171357.629000', '171357.632000', '171357.635000', '171357.638000', '171357.640000', '171357.643000', '171357.646000', '171357.649000', '171357.652000', '171357.654000', '171357.657000', '171357.660000', '171357.663000', '171357.666000', '171357.668000', '171357.671000', '171357.674000', '171357.677000', '171357.679000', '171357.682000', '171357.685000', '171417.567000', '171417.570000', '171417.573000', '171417.576000', '171417.579000', '171417.581000', '171417.584000', '171417.587000', '171417.590000', '171417.593000', '171417.595000', '171417.598000', '171417.601000', '171417.604000', '171417.607000', '171417.610000', '171417.612000', '171417.615000', '171417.618000', '171417.621000', '171417.624000', '171417.626000', '171417.629000', '171417.632000', '171417.635000', '171417.638000', '171417.641000', '171417.643000', '171417.646000', '171417.649000', '171417.652000', '171417.655000', '171417.657000', '171417.660000', '171417.663000', '171417.666000', '171417.669000', '171417.672000', '171417.674000', '171417.677000', '171417.680000', '171417.683000', '171417.686000', '171417.688000', '171437.567000', '171437.570000', '171437.573000', '171437.576000', '171437.578000', '171437.581000', '171437.584000', '171437.587000', '171437.590000', '171437.592000', '171437.595000', '171437.598000', '171437.601000', '171437.604000', '171437.606000', '171437.609000', '171437.612000', '171437.615000', '171437.618000', '171437.621000', '171437.623000', '171437.626000', '171437.629000', '171437.632000', '171437.634000', '171437.637000', '171437.640000', '171437.643000', '171437.646000', '171437.648000', '171437.651000', '171437.654000', '171437.657000', '171437.660000', '171437.662000', '171437.665000', '171437.669000', '171437.672000', '171437.676000', '171437.679000', '171437.681000', '171437.684000', '171437.687000', '171457.567000', '171457.570000', '171457.573000', '171457.576000', '171457.578000', '171457.581000', '171457.584000', '171457.587000', '171457.589000', '171457.592000', '171457.595000', '171457.598000', '171457.601000', '171457.604000', '171457.606000', '171457.609000', '171457.612000', '171457.615000', '171457.618000', '171457.620000', '171457.623000', '171457.626000', '171457.629000', '171457.631000', '171457.634000', '171457.637000', '171457.640000', '171457.643000', '171457.646000', '171457.648000', '171457.651000', '171457.654000', '171457.657000', '171457.660000', '171457.662000', '171457.665000', '171457.668000', '171457.671000', '171457.674000', '171457.676000', '171457.679000', '171457.682000', '171457.685000', '171457.688000', '171517.567000', '171517.570000', '171517.573000', '171517.576000', '171517.579000', '171517.581000', '171517.584000', '171517.587000', '171517.590000', '171517.593000', '171517.595000', '171517.598000', '171517.601000', '171517.604000', '171517.607000', '171517.610000', '171517.613000', '171517.615000', '171517.618000', '171517.621000', '171517.624000', '171517.627000', '171517.629000', '171517.632000', '171517.635000', '171517.638000', '171517.641000', '171517.643000', '171517.646000', '171517.649000', '171517.652000', '171517.655000', '171517.657000', '171517.660000', '171517.663000', '171517.666000', '171517.669000', '171517.671000', '171517.674000', '171517.677000', '171517.680000', '171517.683000', '171517.686000', '171537.567000', '171537.570000', '171537.573000', '171537.576000', '171537.578000', '171537.581000', '171537.584000', '171537.587000', '171537.590000', '171537.593000', '171537.595000', '171537.598000', '171537.601000', '171537.604000', '171537.607000', '171537.610000', '171537.612000', '171537.615000', '171537.618000', '171537.621000', '171537.624000', '171537.626000', '171537.629000', '171537.632000', '171537.635000', '171537.638000', '171537.640000', '171537.643000', '171537.646000', '171537.649000', '171537.652000', '171537.654000', '171537.657000', '171537.660000', '171537.663000', '171537.665000', '171537.668000', '171537.671000', '171537.674000', '171537.677000', '171537.680000', '171537.682000', '171537.685000', '171537.688000', '171557.567000', '171557.570000', '171557.573000', '171557.576000', '171557.579000', '171557.581000', '171557.584000', '171557.587000', '171557.590000', '171557.593000', '171557.596000', '171557.598000', '171557.601000', '171557.604000', '171557.607000', '171557.610000', '171557.613000', '171557.615000', '171557.618000', '171557.621000', '171557.624000', '171557.627000', '171557.629000', '171557.632000', '171557.646000', '171557.649000', '171557.651000', '171557.654000', '171557.657000', '171557.660000', '171557.663000', '171557.665000', '171557.668000', '171557.671000', '171557.674000', '171557.677000', '171557.680000', '171557.682000', '171557.685000', '171557.688000', '171557.691000', '171557.694000', '171557.696000', '171617.568000', '171617.571000', '171617.574000', '171617.577000', '171617.580000', '171617.582000', '171617.586000', '171617.588000', '171617.591000', '171617.594000', '171617.597000', '171617.600000', '171617.603000', '171617.605000', '171617.608000', '171617.611000', '171617.614000', '171617.617000', '171617.620000', '171617.623000', '171617.625000', '171617.628000', '171617.631000', '171617.634000', '171617.637000', '171617.639000', '171617.642000', '171617.645000', '171617.648000', '171617.651000', '171617.654000', '171617.656000', '171617.659000', '171617.662000', '171617.665000', '171617.668000', '171617.670000', '171617.673000', '171617.676000', '171617.679000', '171617.682000', '171617.685000', '171617.687000', '171637.567000', '171637.570000', '171637.573000', '171637.576000', '171637.578000', '171637.581000', '171637.584000', '171637.587000', '171637.590000', '171637.593000', '171637.595000', '171637.598000', '171637.601000', '171637.604000', '171637.607000', '171637.609000', '171637.612000', '171637.615000', '171637.618000', '171637.620000', '171637.623000', '171637.626000', '171637.629000', '171637.632000', '171637.634000', '171637.637000', '171637.640000', '171637.643000', '171637.646000', '171637.649000', '171637.651000', '171637.654000', '171637.657000', '171637.660000', '171637.662000', '171637.665000', '171637.668000', '171637.671000', '171637.674000', '171637.677000', '171637.679000', '171637.682000', '171637.685000', '171637.688000', '171657.567000', '171657.570000', '171657.573000', '171657.576000', '171657.579000', '171657.582000', '171657.585000', '171657.588000', '171657.591000', '171657.593000', '171657.596000', '171657.599000', '171657.602000', '171657.605000', '171657.607000', '171657.610000', '171657.613000', '171657.616000', '171657.619000', '171657.621000', '171657.624000', '171657.627000', '171657.630000', '171657.633000', '171657.636000', '171657.638000', '171657.641000', '171657.644000', '171657.647000', '171657.650000', '171657.652000', '171657.655000', '171657.658000', '171657.661000', '171657.664000', '171657.666000', '171657.669000', '171657.672000', '171657.675000', '171657.678000', '171657.681000', '171657.683000', '171657.686000', '171717.567000', '171717.570000', '171717.573000', '171717.576000', '171717.579000', '171717.581000', '171717.584000', '171717.587000', '171717.590000', '171717.593000', '171717.595000', '171717.598000', '171717.601000', '171717.604000', '171717.607000', '171717.609000', '171717.612000', '171717.615000', '171717.618000', '171717.621000', '171717.624000', '171717.626000', '171717.629000', '171717.632000', '171717.635000', '171717.638000', '171717.640000', '171717.643000', '171717.646000', '171717.649000', '171717.652000', '171717.654000', '171717.657000', '171717.660000', '171717.663000', '171717.666000', '171717.668000', '171717.671000', '171717.674000', '171717.677000', '171717.680000', '171717.683000', '171717.685000', '171717.688000', '171737.567000', '171737.570000', '171737.573000', '171737.576000', '171737.579000', '171737.582000', '171737.585000', '171737.587000', '171737.590000', '171737.593000', '171737.596000', '171737.599000', '171737.611000', '171737.614000', '171737.616000', '171737.619000', '171737.628000', '171737.631000', '171737.634000', '171737.637000', '171737.640000', '171737.643000', '171737.645000', '171737.648000', '171737.651000', '171737.654000', '171737.657000', '171737.659000', '171737.662000', '171737.665000', '171737.668000', '171737.671000', '171737.674000', '171737.676000', '171737.679000', '171737.682000', '171737.685000', '171737.688000', '171737.690000', '171737.693000', '171737.696000', '171737.699000', '171737.702000', '171756.048000', '171756.051000', '171756.054000', '171756.057000', '171756.060000', '171756.063000', '171756.066000', '171756.069000', '171756.072000', '171756.075000', '171756.078000', '171756.081000', '171756.085000', '171756.088000', '171756.090000', '171756.094000', '171756.097000', '171756.100000', '171756.103000', '171756.107000', '171756.110000', '171756.113000', '171756.116000', '171756.119000', '171756.122000', '171756.125000', '171756.128000', '171756.131000', '171756.134000', '171756.136000', '171756.139000', '171756.142000', '171756.145000', '171756.148000', '171756.151000', '171756.154000', '171756.156000', '171756.159000', '171756.162000', '171756.165000', '171756.168000'], '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': [21570, 17479, 20308, 15544, 17288, 11589, 9718, 13907, 9466, 13703, 9021, 8900, 10918, 10992, 14622, 9314, 14147, 10936, 17057, 16554, 13841, 14732, 10062, 15847, 14013, 20807, 15237, 9451, 13471, 9813, 15049, 13186, 17292, 10001, 15115, 11819, 11213, 16826, 9664, 9328, 14596, 10930, 14974, 12797, 9389, 15356, 12806, 15340, 14984, 9322, 16172, 12708, 12113, 17061, 12265, 16450, 12410, 9550, 15934, 14598, 13814, 17225, 9352, 8937, 14332, 9015, 8847, 10763, 10483, 16866, 13560, 19207, 9776, 17955, 10476, 19068, 15014, 15197, 10595, 12887, 11812, 15538, 12438, 11214, 11427, 9785, 12319, 9463, 12646, 9673, 12154, 9963, 14598, 10790, 13850, 10588, 13566, 11032, 16447, 10328, 15352, 10428, 15726, 12585, 13279, 11725, 11498, 11751, 16072, 13725, 13753, 12279, 14863, 12246, 17706, 16826, 13484, 12592, 11269, 13848, 11780, 14717, 10165, 12889, 10208, 12501, 10428, 13382, 11004, 12572, 10521, 13913, 12291, 11581, 11042, 10456, 14953, 10514, 17118, 10621, 17127, 10317, 16783, 10864, 16547, 10948, 15327, 11037, 14164, 10875, 12603, 11290, 14462, 10449, 13694, 10479, 13804, 11174, 13122, 10563, 13351, 10926, 14049, 12121, 12236, 10847, 11200, 15771, 10942, 20801, 11136, 18152, 10993, 14051, 10817, 14008, 11098, 13018, 10979, 13192, 11266, 13969, 11522, 13891, 11133, 13589, 11130, 13366, 11141, 13431, 10794, 12726, 10689, 12761, 11168, 13554, 10801, 13753, 11104, 13522, 11166, 13535, 10631, 12231, 13368, 11412, 18304, 12348, 15950, 10322, 14716, 10637, 16086, 10651, 13888, 10330, 10605, 11197, 8934, 12593, 8991, 12496, 10276, 12826, 9845, 12664, 9997, 12312, 14517, 12122, 9403, 11496, 8892, 12015, 10148, 13373, 9514, 13153, 9748, 14688, 10514, 16311, 10591, 14651, 10556, 16165, 12567, 17205, 11075, 15130, 11567, 14606, 11180, 16813, 10818, 12137, 10614, 12618, 10787, 13446, 10340, 13326, 9919, 13888, 10233, 13853, 10603, 13207, 11837, 15734, 13408, 12233, 11787, 10568, 12348, 16101, 13960, 14801, 10639, 16319, 9899, 16414, 10583, 14501, 9914, 11880, 9913, 12316, 9676, 12015, 9797, 11977, 9932, 12075, 9423, 12364, 9287, 12760, 10155, 15144, 9829, 15242, 10201, 13796, 11070, 18943, 15508, 13267, 10156, 9563, 11682, 9437, 12849, 9711, 13517, 9940, 15542, 10244, 15791, 10603, 17026, 12915, 16790, 13046, 13527, 15508, 11858, 16105, 10753, 13273, 10519, 13436, 10760, 13575, 10921, 13676, 10321, 13311, 10474, 13210, 10027, 14022, 10176, 12812, 9644, 12926, 9599, 13631, 9646, 13335, 9897, 12724, 9578, 13833, 9884, 12695, 9574, 12602, 9644, 13569, 9588, 12854, 9053, 13358, 9374, 10348, 9472, 8083, 10830, 8893, 13156, 9966, 13537, 10218, 11906, 14435, 11837, 14655, 10756, 12569, 11750, 9899, 15335, 9462, 12960, 9076, 9056, 13561, 10341, 8294, 12198, 11316, 10921, 16676, 11357, 16385, 9960, 15145, 10169, 15251, 11616, 10399, 9727, 9126, 11534, 9500, 12738, 9215, 13572, 9322, 13549, 10733, 12255, 18328, 9814, 18307, 9766, 15984, 11603, 17036, 9730, 13552, 9515, 13452, 9804, 13726, 9637, 13273, 9498, 13405, 10858, 14607, 9429, 12777, 9680, 14319, 10521, 11860, 10846, 10782, 17892, 10469, 19279, 8930, 17206, 9144, 14989, 10048, 14962, 9038, 14288, 8839, 12379, 9096, 8789, 9942, 8642, 11773, 9273, 12409, 9143, 12260, 12590, 14660, 13854, 11749, 18790, 11035, 19713, 11859, 17617, 9957, 15741, 9458, 15436, 11231, 15390, 9032, 14848, 9091, 13254, 8932, 13162, 9088, 13171, 9013, 12760, 9231, 12717, 9162, 12806, 8879, 13415, 10467, 14693, 8928, 12958, 9120, 13071, 9507, 12349, 9282, 12254, 9072, 12405, 9101, 12578, 9199, 10934, 8447, 13448, 10663, 16444, 8573, 8147, 13554, 9403, 17426, 14117, 16014, 9984, 18451, 10569, 17540, 14050, 8935, 13295, 8954, 13988, 9745, 14934, 9179, 14151, 9256, 14732, 11215, 15600, 10811, 17289, 10226, 16692, 11334, 17595, 9635, 15211, 9747, 13633, 10146, 13734, 9740, 13285, 9614, 12450, 9532, 13391, 9561, 12941, 9501, 12387, 15995, 10826, 20952, 9483, 18127, 9607, 15869, 11650, 13854, 9421, 12136, 9316, 12972, 9396, 12014, 8967, 11927, 8899, 12932, 8976, 13040, 8929, 12236, 8862, 13777, 9016, 13660, 9052, 12987, 9352, 14685, 9265, 13772, 9368, 13055, 9362, 14078, 9453, 13143, 9048, 12755, 9317, 12507, 10352, 11943, 9574, 11724, 9196, 11790, 8849, 11866, 8501, 12395, 8804, 13045, 8817, 13818, 8894, 13579, 8872, 13839, 10474, 16422, 9863, 14095, 11542, 12283, 10612, 15309, 10435, 11916, 9588, 12386, 9022, 12908, 8958, 12973, 8599, 13218, 9072, 13139, 8902, 12553, 9225, 14378, 9071, 14555, 9585, 13901, 10797, 16362, 9837, 15644, 9850, 14498, 11269, 19290, 9942, 17223, 9493, 15235, 11117, 14675, 10062, 13352, 10131, 11559, 11340, 9800, 11681, 9578, 12943, 11020, 12725, 10201, 11870, 11970, 11172, 13220, 10909, 14435, 10312, 13139, 10367, 13473, 11189, 14000, 11113, 10254, 11169, 8674, 13994, 8723, 14984, 9732, 14602, 10142, 15454, 16282, 11970, 20467, 9403, 19536, 11129, 20208, 9614, 17570, 9462, 14611, 10903, 14062, 8859, 11136, 9775, 11047, 11496, 8876, 11978, 8880, 12238, 12599, 12652, 13741, 11904, 18433, 10311, 19030, 12332, 19964, 10156, 15836, 9574, 13404, 10712, 14476, 9133, 10896, 9552, 9960, 11496, 8400, 13011, 8585, 13589, 10517, 14311, 9435, 14452, 10076, 15928, 14638, 16669, 14019, 13995, 17190, 12594, 20363, 14489, 13911, 10992, 14188, 10432, 13369, 11453, 14146, 10659, 13989, 10351, 15442, 9959, 15118, 9779, 14541, 9674, 13313, 9565, 14025, 9889, 12997, 9607, 12443, 9715, 12197, 8851, 11386, 8827, 11098, 9920, 11110, 10058, 12545, 8449, 12944, 8644, 12340, 12903, 11922, 18281, 9892, 17650, 9584, 17324, 11259, 15937, 11683, 8278, 12428, 8877, 8283, 13018, 9286, 15159, 9577, 14920, 10628, 15842, 14240, 12749, 11500, 11573, 8841, 13478, 9084, 13071, 8487, 12580, 9236, 14685, 9733, 13259, 10819, 11458, 19995, 11718, 19218, 10335, 16378, 10062, 12669, 9382, 12912, 9376, 11970, 8708, 11954, 8786, 12070, 9385, 12912, 8911, 13032, 9283, 13324, 10465, 13915, 15865, 10890, 22137, 10105, 17660, 13340, 18524, 10187, 11925, 9590, 11898, 9208, 10932, 8235, 10159, 9931, 10893, 9272], 'WindowCenter': [4801.0, 4757.0, 4749.0, 4705.0, 4701.0, 4649.0, 4619.0, 4669.0, 4619.0, 4669.0, 4621.0, 4620.0, 4652.0, 4654.0, 4694.0, 4634.0, 4694.0, 4654.0, 4713.0, 4714.0, 4672.0, 4682.0, 4632.0, 4691.0, 4680.0, 4720.0, 4679.0, 4630.0, 4669.0, 4630.0, 4680.0, 4670.0, 4699.0, 4641.0, 4703.0, 4662.0, 4651.0, 4723.0, 4642.0, 4633.0, 4693.0, 4665.0, 4704.0, 4683.0, 4634.0, 4703.0, 4673.0, 4703.0, 4705.0, 4634.0, 4703.0, 4672.0, 4674.0, 4703.0, 4661.0, 4701.0, 4659.0, 4620.0, 4701.0, 4691.0, 4671.0, 4700.0, 4620.0, 4634.0, 4694.0, 4636.0, 4637.0, 4665.0, 4669.0, 4728.0, 4686.0, 4724.0, 4644.0, 4711.0, 4643.0, 4721.0, 4692.0, 4692.0, 4640.0, 4670.0, 4660.0, 4691.0, 4671.0, 4662.0, 4650.0, 4641.0, 4671.0, 4643.0, 4682.0, 4644.0, 4672.0, 4668.0, 4716.0, 4677.0, 4695.0, 4667.0, 4695.0, 4678.0, 4726.0, 4668.0, 4714.0, 4665.0, 4713.0, 4686.0, 4684.0, 4673.0, 4664.0, 4673.0, 4712.0, 4694.0, 4692.0, 4671.0, 4690.0, 4661.0, 4710.0, 4700.0, 4669.0, 4657.0, 4647.0, 4678.0, 4647.0, 4679.0, 4639.0, 4657.0, 4638.0, 4657.0, 4651.0, 4679.0, 4662.0, 4670.0, 4652.0, 4693.0, 4661.0, 4661.0, 4662.0, 4650.0, 4689.0, 4651.0, 4710.0, 4650.0, 4709.0, 4640.0, 4699.0, 4649.0, 4701.0, 4649.0, 4690.0, 4649.0, 4666.0, 4638.0, 4657.0, 4661.0, 4689.0, 4651.0, 4680.0, 4651.0, 4681.0, 4674.0, 4683.0, 4664.0, 4693.0, 4663.0, 4693.0, 4672.0, 4671.0, 4662.0, 4661.0, 4700.0, 4651.0, 4730.0, 4650.0, 4721.0, 4649.0, 4677.0, 4648.0, 4677.0, 4648.0, 4669.0, 4649.0, 4668.0, 4650.0, 4690.0, 4661.0, 4680.0, 4651.0, 4679.0, 4650.0, 4668.0, 4650.0, 4669.0, 4651.0, 4668.0, 4639.0, 4669.0, 4650.0, 4680.0, 4652.0, 4680.0, 4661.0, 4681.0, 4662.0, 4682.0, 4651.0, 4660.0, 4669.0, 4659.0, 4710.0, 4669.0, 4698.0, 4639.0, 4688.0, 4639.0, 4700.0, 4649.0, 4680.0, 4640.0, 4650.0, 4663.0, 4633.0, 4671.0, 4634.0, 4683.0, 4653.0, 4684.0, 4653.0, 4682.0, 4642.0, 4671.0, 4692.0, 4673.0, 4632.0, 4659.0, 4621.0, 4672.0, 4653.0, 4693.0, 4655.0, 4695.0, 4669.0, 4705.0, 4666.0, 4725.0, 4665.0, 4704.0, 4664.0, 4715.0, 4673.0, 4711.0, 4651.0, 4688.0, 4648.0, 4679.0, 4648.0, 4697.0, 4638.0, 4645.0, 4636.0, 4655.0, 4637.0, 4667.0, 4638.0, 4666.0, 4639.0, 4678.0, 4640.0, 4680.0, 4650.0, 4669.0, 4659.0, 4689.0, 4668.0, 4657.0, 4646.0, 4637.0, 4656.0, 4687.0, 4667.0, 4676.0, 4625.0, 4685.0, 4626.0, 4687.0, 4636.0, 4664.0, 4627.0, 4646.0, 4639.0, 4657.0, 4627.0, 4657.0, 4640.0, 4658.0, 4641.0, 4669.0, 4631.0, 4670.0, 4631.0, 4670.0, 4665.0, 4701.0, 4642.0, 4700.0, 4652.0, 4680.0, 4662.0, 4734.0, 4702.0, 4670.0, 4639.0, 4629.0, 4670.0, 4642.0, 4681.0, 4643.0, 4692.0, 4655.0, 4712.0, 4664.0, 4712.0, 4652.0, 4709.0, 4670.0, 4698.0, 4668.0, 4668.0, 4676.0, 4645.0, 4686.0, 4636.0, 4654.0, 4625.0, 4652.0, 4623.0, 4652.0, 4623.0, 4652.0, 4613.0, 4650.0, 4623.0, 4642.0, 4614.0, 4664.0, 4624.0, 4653.0, 4615.0, 4654.0, 4627.0, 4666.0, 4628.0, 4667.0, 4639.0, 4668.0, 4629.0, 4678.0, 4629.0, 4668.0, 4629.0, 4657.0, 4630.0, 4669.0, 4630.0, 4668.0, 4620.0, 4678.0, 4630.0, 4651.0, 4642.0, 4623.0, 4662.0, 4643.0, 4694.0, 4655.0, 4693.0, 4654.0, 4674.0, 4693.0, 4686.0, 4692.0, 4675.0, 4682.0, 4672.0, 4656.0, 4716.0, 4655.0, 4692.0, 4655.0, 4645.0, 4691.0, 4654.0, 4635.0, 4685.0, 4674.0, 4675.0, 4725.0, 4674.0, 4712.0, 4653.0, 4702.0, 4654.0, 4701.0, 4675.0, 4654.0, 4642.0, 4632.0, 4661.0, 4644.0, 4695.0, 4645.0, 4694.0, 4645.0, 4694.0, 4665.0, 4676.0, 4722.0, 4642.0, 4712.0, 4640.0, 4689.0, 4650.0, 4698.0, 4629.0, 4669.0, 4631.0, 4669.0, 4640.0, 4679.0, 4631.0, 4668.0, 4632.0, 4670.0, 4651.0, 4678.0, 4630.0, 4668.0, 4640.0, 4690.0, 4640.0, 4658.0, 4648.0, 4648.0, 4697.0, 4638.0, 4716.0, 4618.0, 4696.0, 4617.0, 4677.0, 4626.0, 4675.0, 4616.0, 4674.0, 4619.0, 4669.0, 4629.0, 4633.0, 4651.0, 4632.0, 4685.0, 4643.0, 4682.0, 4643.0, 4673.0, 4671.0, 4692.0, 4681.0, 4661.0, 4719.0, 4649.0, 4717.0, 4648.0, 4696.0, 4628.0, 4685.0, 4627.0, 4685.0, 4647.0, 4686.0, 4617.0, 4676.0, 4617.0, 4668.0, 4619.0, 4668.0, 4619.0, 4668.0, 4619.0, 4668.0, 4629.0, 4668.0, 4631.0, 4670.0, 4630.0, 4670.0, 4650.0, 4689.0, 4620.0, 4657.0, 4618.0, 4668.0, 4629.0, 4657.0, 4618.0, 4656.0, 4618.0, 4669.0, 4618.0, 4668.0, 4631.0, 4648.0, 4623.0, 4671.0, 4646.0, 4714.0, 4623.0, 4614.0, 4682.0, 4645.0, 4713.0, 4682.0, 4701.0, 4643.0, 4710.0, 4652.0, 4699.0, 4679.0, 4632.0, 4669.0, 4621.0, 4679.0, 4633.0, 4690.0, 4632.0, 4680.0, 4631.0, 4689.0, 4651.0, 4689.0, 4650.0, 4699.0, 4640.0, 4689.0, 4650.0, 4697.0, 4618.0, 4676.0, 4617.0, 4666.0, 4627.0, 4666.0, 4631.0, 4667.0, 4619.0, 4656.0, 4617.0, 4667.0, 4629.0, 4657.0, 4629.0, 4659.0, 4687.0, 4638.0, 4716.0, 4617.0, 4696.0, 4618.0, 4687.0, 4636.0, 4665.0, 4616.0, 4645.0, 4618.0, 4656.0, 4617.0, 4657.0, 4618.0, 4647.0, 4619.0, 4670.0, 4619.0, 4668.0, 4620.0, 4659.0, 4621.0, 4680.0, 4632.0, 4679.0, 4633.0, 4681.0, 4633.0, 4692.0, 4632.0, 4680.0, 4632.0, 4669.0, 4620.0, 4680.0, 4630.0, 4669.0, 4620.0, 4668.0, 4618.0, 4658.0, 4628.0, 4647.0, 4617.0, 4646.0, 4619.0, 4646.0, 4606.0, 4646.0, 4608.0, 4656.0, 4632.0, 4693.0, 4634.0, 4680.0, 4621.0, 4668.0, 4620.0, 4680.0, 4652.0, 4699.0, 4640.0, 4679.0, 4649.0, 4659.0, 4637.0, 4677.0, 4637.0, 4645.0, 4615.0, 4655.0, 4606.0, 4656.0, 4618.0, 4667.0, 4620.0, 4682.0, 4632.0, 4680.0, 4620.0, 4668.0, 4631.0, 4691.0, 4621.0, 4690.0, 4631.0, 4679.0, 4662.0, 4699.0, 4639.0, 4699.0, 4640.0, 4677.0, 4650.0, 4707.0, 4628.0, 4696.0, 4628.0, 4686.0, 4650.0, 4676.0, 4627.0, 4666.0, 4637.0, 4647.0, 4649.0, 4639.0, 4657.0, 4628.0, 4668.0, 4637.0, 4657.0, 4628.0, 4647.0, 4645.0, 4647.0, 4656.0, 4638.0, 4676.0, 4627.0, 4656.0, 4638.0, 4666.0, 4647.0, 4677.0, 4647.0, 4638.0, 4648.0, 4620.0, 4679.0, 4620.0, 4689.0, 4630.0, 4689.0, 4641.0, 4701.0, 4698.0, 4648.0, 4716.0, 4618.0, 4707.0, 4648.0, 4717.0, 4617.0, 4695.0, 4616.0, 4674.0, 4638.0, 4678.0, 4619.0, 4648.0, 4641.0, 4660.0, 4661.0, 4620.0, 4660.0, 4620.0, 4670.0, 4669.0, 4670.0, 4678.0, 4658.0, 4707.0, 4638.0, 4707.0, 4657.0, 4706.0, 4627.0, 4686.0, 4627.0, 4655.0, 4638.0, 4675.0, 4617.0, 4647.0, 4640.0, 4641.0, 4672.0, 4623.0, 4681.0, 4622.0, 4682.0, 4653.0, 4703.0, 4643.0, 4691.0, 4641.0, 4700.0, 4678.0, 4699.0, 4666.0, 4666.0, 4696.0, 4644.0, 4703.0, 4664.0, 4651.0, 4621.0, 4650.0, 4622.0, 4641.0, 4633.0, 4652.0, 4622.0, 4663.0, 4614.0, 4673.0, 4614.0, 4674.0, 4614.0, 4664.0, 4614.0, 4654.0, 4616.0, 4665.0, 4616.0, 4654.0, 4615.0, 4645.0, 4614.0, 4644.0, 4594.0, 4634.0, 4604.0, 4634.0, 4614.0, 4635.0, 4625.0, 4656.0, 4607.0, 4655.0, 4607.0, 4657.0, 4656.0, 4646.0, 4694.0, 4626.0, 4695.0, 4616.0, 4710.0, 4651.0, 4690.0, 4648.0, 4598.0, 4657.0, 4620.0, 4609.0, 4670.0, 4630.0, 4702.0, 4631.0, 4690.0, 4641.0, 4690.0, 4667.0, 4646.0, 4635.0, 4635.0, 4607.0, 4667.0, 4619.0, 4667.0, 4610.0, 4658.0, 4631.0, 4691.0, 4642.0, 4682.0, 4651.0, 4651.0, 4719.0, 4650.0, 4709.0, 4628.0, 4686.0, 4616.0, 4646.0, 4605.0, 4645.0, 4606.0, 4634.0, 4596.0, 4635.0, 4607.0, 4646.0, 4617.0, 4658.0, 4619.0, 4668.0, 4619.0, 4668.0, 4639.0, 4669.0, 4687.0, 4627.0, 4716.0, 4615.0, 4687.0, 4654.0, 4682.0, 4613.0, 4631.0, 4604.0, 4633.0, 4604.0, 4624.0, 4585.0, 4625.0, 4626.0, 4637.0, 4617.0], 'WindowWidth': [10451.0, 10378.0, 10350.0, 10278.0, 10264.0, 10189.0, 10146.0, 10214.0, 10147.0, 10217.0, 10153.0, 10152.0, 10197.0, 10203.0, 10261.0, 10178.0, 10258.0, 10205.0, 10284.0, 10288.0, 10222.0, 10239.0, 10168.0, 10251.0, 10232.0, 10290.0, 10229.0, 10163.0, 10215.0, 10164.0, 10234.0, 10219.0, 10257.0, 10181.0, 10272.0, 10211.0, 10196.0, 10299.0, 10185.0, 10174.0, 10257.0, 10222.0, 10271.0, 10243.0, 10178.0, 10272.0, 10230.0, 10268.0, 10277.0, 10179.0, 10268.0, 10224.0, 10228.0, 10274.0, 10205.0, 10261.0, 10202.0, 10150.0, 10266.0, 10249.0, 10218.0, 10260.0, 10151.0, 10177.0, 10260.0, 10185.0, 10186.0, 10221.0, 10234.0, 10319.0, 10251.0, 10303.0, 10191.0, 10278.0, 10187.0, 10290.0, 10250.0, 10250.0, 10178.0, 10216.0, 10203.0, 10247.0, 10221.0, 10213.0, 10192.0, 10182.0, 10224.0, 10186.0, 10240.0, 10194.0, 10228.0, 10232.0, 10295.0, 10243.0, 10267.0, 10229.0, 10264.0, 10246.0, 10312.0, 10234.0, 10290.0, 10222.0, 10286.0, 10252.0, 10246.0, 10230.0, 10219.0, 10230.0, 10281.0, 10264.0, 10255.0, 10224.0, 10246.0, 10209.0, 10274.0, 10264.0, 10218.0, 10199.0, 10184.0, 10230.0, 10181.0, 10234.0, 10176.0, 10198.0, 10173.0, 10199.0, 10197.0, 10234.0, 10214.0, 10222.0, 10203.0, 10259.0, 10209.0, 10211.0, 10216.0, 10193.0, 10246.0, 10195.0, 10279.0, 10193.0, 10277.0, 10181.0, 10265.0, 10191.0, 10270.0, 10191.0, 10251.0, 10190.0, 10209.0, 10174.0, 10200.0, 10210.0, 10248.0, 10197.0, 10237.0, 10199.0, 10238.0, 10235.0, 10245.0, 10220.0, 10261.0, 10219.0, 10259.0, 10227.0, 10226.0, 10214.0, 10211.0, 10263.0, 10198.0, 10310.0, 10191.0, 10298.0, 10189.0, 10229.0, 10188.0, 10227.0, 10187.0, 10219.0, 10192.0, 10216.0, 10195.0, 10250.0, 10210.0, 10235.0, 10196.0, 10233.0, 10192.0, 10217.0, 10192.0, 10219.0, 10197.0, 10214.0, 10178.0, 10220.0, 10193.0, 10236.0, 10201.0, 10236.0, 10211.0, 10240.0, 10213.0, 10243.0, 10197.0, 10207.0, 10216.0, 10203.0, 10277.0, 10218.0, 10257.0, 10176.0, 10241.0, 10178.0, 10264.0, 10192.0, 10236.0, 10182.0, 10195.0, 10218.0, 10176.0, 10226.0, 10181.0, 10245.0, 10205.0, 10249.0, 10206.0, 10241.0, 10188.0, 10227.0, 10254.0, 10232.0, 10173.0, 10205.0, 10157.0, 10228.0, 10204.0, 10260.0, 10210.0, 10267.0, 10239.0, 10283.0, 10229.0, 10310.0, 10224.0, 10281.0, 10221.0, 10297.0, 10229.0, 10284.0, 10195.0, 10244.0, 10188.0, 10234.0, 10188.0, 10253.0, 10172.0, 10178.0, 10166.0, 10192.0, 10170.0, 10213.0, 10173.0, 10211.0, 10178.0, 10228.0, 10181.0, 10236.0, 10193.0, 10217.0, 10204.0, 10246.0, 10214.0, 10197.0, 10181.0, 10169.0, 10194.0, 10237.0, 10210.0, 10220.0, 10150.0, 10236.0, 10153.0, 10244.0, 10167.0, 10206.0, 10157.0, 10182.0, 10176.0, 10198.0, 10159.0, 10201.0, 10182.0, 10202.0, 10184.0, 10219.0, 10172.0, 10224.0, 10171.0, 10223.0, 10224.0, 10267.0, 10186.0, 10265.0, 10199.0, 10238.0, 10212.0, 10321.0, 10267.0, 10218.0, 10175.0, 10164.0, 10221.0, 10188.0, 10239.0, 10192.0, 10259.0, 10210.0, 10287.0, 10222.0, 10284.0, 10201.0, 10275.0, 10222.0, 10256.0, 10213.0, 10212.0, 10224.0, 10177.0, 10240.0, 10165.0, 10188.0, 10149.0, 10183.0, 10143.0, 10184.0, 10142.0, 10184.0, 10131.0, 10178.0, 10142.0, 10168.0, 10132.0, 10202.0, 10148.0, 10185.0, 10137.0, 10188.0, 10156.0, 10211.0, 10160.0, 10212.0, 10176.0, 10214.0, 10165.0, 10230.0, 10163.0, 10213.0, 10164.0, 10200.0, 10166.0, 10217.0, 10165.0, 10215.0, 10153.0, 10230.0, 10167.0, 10199.0, 10187.0, 10164.0, 10215.0, 10194.0, 10264.0, 10211.0, 10263.0, 10206.0, 10234.0, 10258.0, 10255.0, 10254.0, 10240.0, 10243.0, 10231.0, 10209.0, 10298.0, 10212.0, 10260.0, 10215.0, 10198.0, 10255.0, 10206.0, 10183.0, 10253.0, 10236.0, 10239.0, 10307.0, 10233.0, 10283.0, 10203.0, 10268.0, 10204.0, 10268.0, 10235.0, 10207.0, 10188.0, 10173.0, 10211.0, 10192.0, 10266.0, 10196.0, 10263.0, 10196.0, 10263.0, 10221.0, 10238.0, 10298.0, 10185.0, 10290.0, 10179.0, 10249.0, 10193.0, 10257.0, 10162.0, 10217.0, 10169.0, 10218.0, 10182.0, 10233.0, 10169.0, 10216.0, 10171.0, 10219.0, 10195.0, 10230.0, 10165.0, 10216.0, 10181.0, 10252.0, 10179.0, 10203.0, 10187.0, 10187.0, 10252.0, 10173.0, 10279.0, 10144.0, 10256.0, 10143.0, 10227.0, 10153.0, 10221.0, 10141.0, 10217.0, 10152.0, 10219.0, 10165.0, 10175.0, 10197.0, 10174.0, 10251.0, 10192.0, 10243.0, 10191.0, 10230.0, 10224.0, 10255.0, 10236.0, 10208.0, 10285.0, 10190.0, 10281.0, 10189.0, 10250.0, 10157.0, 10232.0, 10158.0, 10236.0, 10182.0, 10237.0, 10143.0, 10227.0, 10144.0, 10215.0, 10148.0, 10215.0, 10149.0, 10214.0, 10150.0, 10214.0, 10165.0, 10216.0, 10168.0, 10220.0, 10167.0, 10220.0, 10193.0, 10246.0, 10152.0, 10199.0, 10147.0, 10217.0, 10163.0, 10198.0, 10147.0, 10194.0, 10147.0, 10218.0, 10146.0, 10215.0, 10170.0, 10189.0, 10163.0, 10217.0, 10190.0, 10282.0, 10157.0, 10149.0, 10238.0, 10192.0, 10289.0, 10237.0, 10262.0, 10184.0, 10274.0, 10196.0, 10254.0, 10227.0, 10170.0, 10217.0, 10154.0, 10229.0, 10172.0, 10247.0, 10169.0, 10230.0, 10168.0, 10243.0, 10194.0, 10243.0, 10191.0, 10256.0, 10175.0, 10246.0, 10188.0, 10254.0, 10143.0, 10222.0, 10141.0, 10207.0, 10154.0, 10205.0, 10167.0, 10209.0, 10147.0, 10193.0, 10141.0, 10209.0, 10161.0, 10197.0, 10159.0, 10203.0, 10235.0, 10168.0, 10277.0, 10140.0, 10254.0, 10143.0, 10239.0, 10164.0, 10202.0, 10138.0, 10175.0, 10144.0, 10192.0, 10143.0, 10196.0, 10145.0, 10183.0, 10149.0, 10220.0, 10150.0, 10213.0, 10154.0, 10203.0, 10154.0, 10235.0, 10171.0, 10232.0, 10174.0, 10237.0, 10174.0, 10254.0, 10172.0, 10233.0, 10171.0, 10217.0, 10152.0, 10235.0, 10165.0, 10217.0, 10152.0, 10215.0, 10146.0, 10201.0, 10156.0, 10181.0, 10142.0, 10179.0, 10150.0, 10180.0, 10125.0, 10181.0, 10132.0, 10194.0, 10172.0, 10260.0, 10178.0, 10235.0, 10153.0, 10215.0, 10153.0, 10234.0, 10199.0, 10261.0, 10179.0, 10232.0, 10189.0, 10207.0, 10170.0, 10225.0, 10168.0, 10176.0, 10135.0, 10191.0, 10127.0, 10194.0, 10146.0, 10211.0, 10153.0, 10243.0, 10172.0, 10235.0, 10154.0, 10217.0, 10169.0, 10252.0, 10157.0, 10249.0, 10169.0, 10231.0, 10215.0, 10261.0, 10177.0, 10260.0, 10181.0, 10227.0, 10194.0, 10267.0, 10160.0, 10252.0, 10160.0, 10236.0, 10192.0, 10222.0, 10158.0, 10209.0, 10172.0, 10183.0, 10191.0, 10176.0, 10198.0, 10160.0, 10213.0, 10170.0, 10198.0, 10158.0, 10182.0, 10178.0, 10182.0, 10196.0, 10172.0, 10221.0, 10156.0, 10194.0, 10172.0, 10209.0, 10184.0, 10225.0, 10184.0, 10173.0, 10186.0, 10154.0, 10234.0, 10153.0, 10248.0, 10167.0, 10248.0, 10182.0, 10268.0, 10255.0, 10188.0, 10275.0, 10146.0, 10270.0, 10187.0, 10283.0, 10143.0, 10247.0, 10141.0, 10218.0, 10173.0, 10229.0, 10150.0, 10188.0, 10183.0, 10207.0, 10212.0, 10153.0, 10205.0, 10151.0, 10219.0, 10217.0, 10220.0, 10228.0, 10200.0, 10266.0, 10174.0, 10273.0, 10195.0, 10266.0, 10156.0, 10237.0, 10157.0, 10190.0, 10174.0, 10220.0, 10143.0, 10184.0, 10182.0, 10182.0, 10230.0, 10163.0, 10239.0, 10159.0, 10242.0, 10203.0, 10273.0, 10188.0, 10251.0, 10183.0, 10267.0, 10228.0, 10260.0, 10207.0, 10209.0, 10248.0, 10175.0, 10252.0, 10202.0, 10177.0, 10136.0, 10172.0, 10139.0, 10165.0, 10157.0, 10179.0, 10140.0, 10197.0, 10131.0, 10214.0, 10134.0, 10219.0, 10134.0, 10202.0, 10133.0, 10189.0, 10138.0, 10206.0, 10138.0, 10187.0, 10135.0, 10176.0, 10133.0, 10172.0, 10105.0, 10158.0, 10120.0, 10158.0, 10132.0, 10163.0, 10151.0, 10194.0, 10129.0, 10192.0, 10131.0, 10196.0, 10195.0, 10181.0, 10242.0, 10153.0, 10250.0, 10140.0, 10279.0, 10192.0, 10243.0, 10183.0, 10116.0, 10197.0, 10150.0, 10135.0, 10216.0, 10163.0, 10267.0, 10167.0, 10249.0, 10179.0, 10246.0, 10205.0, 10176.0, 10161.0, 10160.0, 10128.0, 10209.0, 10147.0, 10208.0, 10138.0, 10200.0, 10168.0, 10251.0, 10185.0, 10242.0, 10194.0, 10193.0, 10288.0, 10189.0, 10274.0, 10154.0, 10235.0, 10138.0, 10177.0, 10120.0, 10174.0, 10122.0, 10159.0, 10110.0, 10160.0, 10127.0, 10178.0, 10140.0, 10198.0, 10149.0, 10212.0, 10146.0, 10213.0, 10173.0, 10216.0, 10235.0, 10152.0, 10282.0, 10131.0, 10239.0, 10186.0, 10221.0, 10126.0, 10149.0, 10118.0, 10156.0, 10117.0, 10143.0, 10095.0, 10149.0, 10152.0, 10169.0, 10141.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.004075034482758621</td></tr>
<tr><td colspan=3>aqi</td><td>0.03406826655172414</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>44.281700015638684</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.302624506973532</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0086932516455704</td></tr>
<tr><td colspan=3>efc</td><td>0.4985</td></tr>
<tr><td colspan=3>fber</td><td>3931.3254</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11436656812830395</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>46</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>5.287356321839081</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4436507085384105</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3744851252060446</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6586263002497734</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.297840700159414</td></tr>
<tr><td colspan=3>gcor</td><td>0.00780222</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.02422834374010563</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.045113977044820786</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</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>4.070057853157157</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>16.0933</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>63.043</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>237.598</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>64.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297259.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1114.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>426.8693</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6683</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>646.9941</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3881.72</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4024.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>79285.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1575.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5121.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>988.6775</td></tr>
<tr><td colspan=3>tsnr</td><td>32.5251403755974</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>