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

616 lines
No EOL
106 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-0109_ses-01_task-social_acq-mb8_run-02_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-0109_ses-01_task-social_acq-mb8_run-02_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-02_session-01_subject-0109_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-0109/figures/sub-0109_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0109/figures/sub-0109_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-01_subject-0109_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-0109/figures/sub-0109_ses-01_task-social_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-01_task-social_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0109/figures/sub-0109_ses-01_task-social_acq-mb8_run-02_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-01_subject-0109_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-0109/figures/sub-0109_ses-01_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-01_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0109/figures/sub-0109_ses-01_task-social_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-01_subject-0109_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-0109/figures/sub-0109_ses-01_task-social_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-01_task-social_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0109/figures/sub-0109_ses-01_task-social_acq-mb8_run-02_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-02_session-01_subject-0109_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-0109/figures/sub-0109_ses-01_task-social_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-01_task-social_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0109/figures/sub-0109_ses-01_task-social_acq-mb8_run-02_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-02_session-01_subject-0109_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-0109/figures/sub-0109_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0109/figures/sub-0109_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-01_subject-0109_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-0109/figures/sub-0109_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0109/figures/sub-0109_ses-01_task-social_acq-mb8_run-02_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-0109/figures/sub-0109_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0109/figures/sub-0109_ses-01_task-social_acq-mb8_run-02_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-0109/ses-01/func/sub-0109_ses-01_task-social_acq-mb8_run-02_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>109e556d08487140bd20326dd5eb89ea</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>21:10:29.915000</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_VE11E_LATEST_20181129</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.998135, -0.0542214, -0.0280411, 0.0551054, 0.997975, 0.0317771]</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.259</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-02_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.0944895</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-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4222, -7785, -7257, 341, -85, -2, -23, 87]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.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>241.594</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>98f9bbf2-c4e5-46bb-870a-e010a2fd64f9||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6779236793518066, 0.14784380793571472, -0.07090552151203156, 109.75798034667969], [0.14547204971313477, 2.6774933338165283, 0.08981021493673325, -115.38445281982422], [-0.07523220032453537, -0.08525560051202774, 2.6975741386413574, -81.8042221069336], [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': ['211029.915000', '211030.375000', '211030.835000', '211031.295000', '211031.755000', '211032.215000', '211032.675000', '211033.135000', '211033.595000', '211034.055000', '211034.515000', '211034.975000', '211035.435000', '211035.895000', '211036.355000', '211036.815000', '211037.275000', '211037.735000', '211038.195000', '211038.655000', '211039.115000', '211039.575000', '211040.035000', '211040.495000', '211040.955000', '211041.415000', '211041.875000', '211042.335000', '211042.795000', '211043.255000', '211043.715000', '211044.175000', '211044.635000', '211045.095000', '211045.555000', '211046.015000', '211046.475000', '211046.935000', '211047.395000', '211047.855000', '211048.315000', '211048.775000', '211049.235000', '211049.695000', '211050.155000', '211050.615000', '211051.075000', '211051.535000', '211051.995000', '211052.455000', '211052.915000', '211053.375000', '211053.835000', '211054.295000', '211054.755000', '211055.215000', '211055.675000', '211056.135000', '211056.595000', '211057.055000', '211057.515000', '211057.975000', '211058.435000', '211058.895000', '211059.355000', '211059.815000', '211100.275000', '211100.735000', '211101.195000', '211101.655000', '211102.115000', '211102.575000', '211103.035000', '211103.495000', '211103.955000', '211104.415000', '211104.875000', '211105.335000', '211105.795000', '211106.255000', '211106.715000', '211107.175000', '211107.635000', '211108.095000', '211108.555000', '211109.015000', '211109.475000', '211109.935000', '211110.395000', '211110.855000', '211111.315000', '211111.775000', '211112.235000', '211112.695000', '211113.155000', '211113.615000', '211114.075000', '211114.535000', '211114.995000', '211115.455000', '211115.915000', '211116.375000', '211116.835000', '211117.295000', '211117.755000', '211118.215000', '211118.675000', '211119.135000', '211119.595000', '211120.055000', '211120.515000', '211120.975000', '211121.435000', '211121.895000', '211122.355000', '211122.815000', '211123.275000', '211123.735000', '211124.195000', '211124.655000', '211125.115000', '211125.575000', '211126.035000', '211126.495000', '211126.955000', '211127.415000', '211127.875000', '211128.335000', '211128.795000', '211129.255000', '211129.715000', '211130.175000', '211130.635000', '211131.095000', '211131.555000', '211132.015000', '211132.475000', '211132.935000', '211133.395000', '211133.855000', '211134.315000', '211134.775000', '211135.235000', '211135.695000', '211136.155000', '211136.615000', '211137.075000', '211137.535000', '211137.995000', '211138.455000', '211138.915000', '211139.375000', '211139.835000', '211140.295000', '211140.755000', '211141.215000', '211141.675000', '211142.135000', '211142.595000', '211143.055000', '211143.515000', '211143.975000', '211144.435000', '211144.895000', '211145.355000', '211145.815000', '211146.275000', '211146.735000', '211147.195000', '211147.655000', '211148.115000', '211148.575000', '211149.035000', '211149.495000', '211149.955000', '211150.415000', '211150.875000', '211151.335000', '211151.795000', '211152.255000', '211152.715000', '211153.175000', '211153.635000', '211154.095000', '211154.555000', '211155.015000', '211155.475000', '211155.935000', '211156.395000', '211156.855000', '211157.315000', '211157.775000', '211158.235000', '211158.695000', '211159.155000', '211159.615000', '211200.075000', '211200.535000', '211200.995000', '211201.455000', '211201.915000', '211202.375000', '211202.835000', '211203.295000', '211203.755000', '211204.215000', '211204.675000', '211205.135000', '211205.595000', '211206.055000', '211206.515000', '211206.975000', '211207.435000', '211207.895000', '211208.355000', '211208.815000', '211209.275000', '211209.735000', '211210.195000', '211210.655000', '211211.115000', '211211.575000', '211212.035000', '211212.495000', '211212.955000', '211213.415000', '211213.875000', '211214.335000', '211214.795000', '211215.255000', '211215.715000', '211216.175000', '211216.635000', '211217.095000', '211217.555000', '211218.015000', '211218.475000', '211218.935000', '211219.395000', '211219.855000', '211220.315000', '211220.775000', '211221.235000', '211221.695000', '211222.155000', '211222.615000', '211223.075000', '211223.535000', '211223.995000', '211224.455000', '211224.915000', '211225.375000', '211225.835000', '211226.295000', '211226.755000', '211227.215000', '211227.675000', '211228.135000', '211228.595000', '211229.055000', '211229.515000', '211229.975000', '211230.435000', '211230.895000', '211231.355000', '211231.815000', '211232.275000', '211232.735000', '211233.195000', '211233.655000', '211234.115000', '211234.575000', '211235.035000', '211235.495000', '211235.955000', '211236.415000', '211236.875000', '211237.335000', '211237.795000', '211238.255000', '211238.715000', '211239.175000', '211239.635000', '211240.095000', '211240.555000', '211241.015000', '211241.475000', '211241.935000', '211242.395000', '211242.855000', '211243.315000', '211243.775000', '211244.235000', '211244.695000', '211245.155000', '211245.615000', '211246.075000', '211246.535000', '211246.995000', '211247.455000', '211247.915000', '211248.375000', '211248.835000', '211249.295000', '211249.755000', '211250.215000', '211250.675000', '211251.135000', '211251.595000', '211252.055000', '211252.515000', '211252.975000', '211253.435000', '211253.895000', '211254.355000', '211254.815000', '211255.275000', '211255.735000', '211256.195000', '211256.655000', '211257.115000', '211257.575000', '211258.035000', '211258.495000', '211258.955000', '211259.415000', '211259.875000', '211300.335000', '211300.795000', '211301.255000', '211301.715000', '211302.175000', '211302.635000', '211303.095000', '211303.555000', '211304.015000', '211304.475000', '211304.935000', '211305.395000', '211305.855000', '211306.315000', '211306.775000', '211307.235000', '211307.695000', '211308.155000', '211308.615000', '211309.075000', '211309.535000', '211309.995000', '211310.455000', '211310.915000', '211311.375000', '211311.835000', '211312.295000', '211312.755000', '211313.215000', '211313.675000', '211314.135000', '211314.595000', '211315.055000', '211315.515000', '211315.975000', '211316.435000', '211316.895000', '211317.355000', '211317.815000', '211318.275000', '211318.735000', '211319.195000', '211319.655000', '211320.115000', '211320.575000', '211321.035000', '211321.495000', '211321.955000', '211322.415000', '211322.875000', '211323.335000', '211323.795000', '211324.255000', '211324.715000', '211325.175000', '211325.635000', '211326.095000', '211326.555000', '211327.015000', '211327.475000', '211327.935000', '211328.395000', '211328.855000', '211329.315000', '211329.775000', '211330.235000', '211330.695000', '211331.155000', '211331.615000', '211332.075000', '211332.535000', '211332.995000', '211333.455000', '211333.915000', '211334.375000', '211334.835000', '211335.295000', '211335.755000', '211336.215000', '211336.675000', '211337.135000', '211337.595000', '211338.055000', '211338.515000', '211338.975000', '211339.435000', '211339.895000', '211340.355000', '211340.815000', '211341.275000', '211341.735000', '211342.195000', '211342.655000', '211343.115000', '211343.575000', '211344.035000', '211344.495000', '211344.955000', '211345.415000', '211345.875000', '211346.335000', '211346.795000', '211347.255000', '211347.715000', '211348.175000', '211348.635000', '211349.095000', '211349.555000', '211350.015000', '211350.475000', '211350.935000', '211351.395000', '211351.855000', '211352.315000', '211352.775000', '211353.235000', '211353.695000', '211354.155000', '211354.615000', '211355.075000', '211355.535000', '211355.995000', '211356.455000', '211356.915000', '211357.375000', '211357.835000', '211358.295000', '211358.755000', '211359.215000', '211359.675000', '211400.135000', '211400.595000', '211401.055000', '211401.515000', '211401.975000', '211402.435000', '211402.895000', '211403.355000', '211403.815000', '211404.275000', '211404.735000', '211405.195000', '211405.655000', '211406.115000', '211406.575000', '211407.035000', '211407.495000', '211407.955000', '211408.415000', '211408.875000', '211409.335000', '211409.795000', '211410.255000', '211410.715000', '211411.175000', '211411.635000', '211412.095000', '211412.555000', '211413.015000', '211413.475000', '211413.935000', '211414.395000', '211414.855000', '211415.315000', '211415.775000', '211416.235000', '211416.695000', '211417.155000', '211417.615000', '211418.075000', '211418.535000', '211418.995000', '211419.455000', '211419.915000', '211420.375000', '211420.835000', '211421.295000', '211421.755000', '211422.215000', '211422.675000', '211423.135000', '211423.595000', '211424.055000', '211424.515000', '211424.975000', '211425.435000', '211425.895000', '211426.355000', '211426.815000', '211427.275000', '211427.735000', '211428.195000', '211428.655000', '211429.115000', '211429.575000', '211430.035000', '211430.495000', '211430.955000', '211431.415000', '211431.875000', '211432.335000', '211432.795000', '211433.255000', '211433.715000', '211434.175000', '211434.635000', '211435.095000', '211435.555000', '211436.015000', '211436.475000', '211436.935000', '211437.395000', '211437.855000', '211438.315000', '211438.775000', '211439.235000', '211439.695000', '211440.155000', '211440.615000', '211441.075000', '211441.535000', '211441.995000', '211442.455000', '211442.915000', '211443.375000', '211443.835000', '211444.295000', '211444.755000', '211445.215000', '211445.675000', '211446.135000', '211446.595000', '211447.055000', '211447.515000', '211447.975000', '211448.435000', '211448.895000', '211449.355000', '211449.815000', '211450.275000', '211450.735000', '211451.195000', '211451.655000', '211452.115000', '211452.575000', '211453.035000', '211453.495000', '211453.955000', '211454.415000', '211454.875000', '211455.335000', '211455.795000', '211456.255000', '211456.715000', '211457.175000', '211457.635000', '211458.095000', '211458.555000', '211459.015000', '211459.475000', '211459.935000', '211500.395000', '211500.855000', '211501.315000', '211501.775000', '211502.235000', '211502.695000', '211503.155000', '211503.615000', '211504.075000', '211504.535000', '211504.995000', '211505.455000', '211505.915000', '211506.375000', '211506.835000', '211507.295000', '211507.755000', '211508.215000', '211508.675000', '211509.135000', '211509.595000', '211510.055000', '211510.515000', '211510.975000', '211511.435000', '211511.895000', '211512.355000', '211512.815000', '211513.275000', '211513.735000', '211514.195000', '211514.655000', '211515.115000', '211515.575000', '211516.035000', '211516.495000', '211516.955000', '211517.415000', '211517.875000', '211518.335000', '211518.795000', '211519.255000', '211519.715000', '211520.175000', '211520.635000', '211521.095000', '211521.555000', '211522.015000', '211522.475000', '211522.935000', '211523.395000', '211523.855000', '211524.315000', '211524.775000', '211525.235000', '211525.695000', '211526.155000', '211526.615000', '211527.075000', '211527.535000', '211527.995000', '211528.455000', '211528.915000', '211529.375000', '211529.835000', '211530.295000', '211530.755000', '211531.215000', '211531.675000', '211532.135000', '211532.595000', '211533.055000', '211533.515000', '211533.975000', '211534.435000', '211534.895000', '211535.355000', '211535.815000', '211536.275000', '211536.735000', '211537.195000', '211537.655000', '211538.115000', '211538.575000', '211539.035000', '211539.495000', '211539.955000', '211540.415000', '211540.875000', '211541.335000', '211541.795000', '211542.255000', '211542.715000', '211543.175000', '211543.635000', '211544.095000', '211544.555000', '211545.015000', '211545.475000', '211545.935000', '211546.395000', '211546.855000', '211547.315000', '211547.775000', '211548.235000', '211548.695000', '211549.155000', '211549.615000', '211550.075000', '211550.535000', '211550.995000', '211551.455000', '211551.915000', '211552.375000', '211552.835000', '211553.295000', '211553.755000', '211554.215000', '211554.675000', '211555.135000', '211555.595000', '211556.055000', '211556.515000', '211556.975000', '211557.435000', '211557.895000', '211558.355000', '211558.815000', '211559.275000', '211559.735000', '211600.195000', '211600.655000', '211601.115000', '211601.575000', '211602.035000', '211602.495000', '211602.955000', '211603.415000', '211603.875000', '211604.335000', '211604.795000', '211605.255000', '211605.715000', '211606.175000', '211606.635000', '211607.095000', '211607.555000', '211608.015000', '211608.475000', '211608.935000', '211609.395000', '211609.855000', '211610.315000', '211610.775000', '211611.235000', '211611.695000', '211612.155000', '211612.615000', '211613.075000', '211613.535000', '211613.995000', '211614.455000', '211614.915000', '211615.375000', '211615.835000', '211616.295000', '211616.755000', '211617.215000', '211617.675000', '211618.135000', '211618.595000', '211619.055000', '211619.515000', '211619.975000', '211620.435000', '211620.895000', '211621.355000', '211621.815000', '211622.275000', '211622.735000', '211623.195000', '211623.655000', '211624.115000', '211624.575000', '211625.035000', '211625.495000', '211625.955000', '211626.415000', '211626.875000', '211627.335000', '211627.795000', '211628.255000', '211628.715000', '211629.175000', '211629.635000', '211630.095000', '211630.555000', '211631.015000', '211631.475000', '211631.935000', '211632.395000', '211632.855000', '211633.315000', '211633.775000', '211634.235000', '211634.695000', '211635.155000', '211635.615000', '211636.075000', '211636.535000', '211636.995000', '211637.455000', '211637.915000', '211638.375000', '211638.835000', '211639.295000', '211639.755000', '211640.215000', '211640.675000', '211641.135000', '211641.595000', '211642.055000', '211642.515000', '211642.975000', '211643.435000', '211643.895000', '211644.355000', '211644.815000', '211645.275000', '211645.735000', '211646.195000', '211646.655000', '211647.115000', '211647.575000', '211648.035000', '211648.495000', '211648.955000', '211649.415000', '211649.875000', '211650.335000', '211650.795000', '211651.255000', '211651.715000', '211652.175000', '211652.635000', '211653.095000', '211653.555000', '211654.015000', '211654.475000', '211654.935000', '211655.395000', '211655.855000', '211656.315000', '211656.775000', '211657.235000', '211657.695000', '211658.155000', '211658.615000', '211659.075000', '211659.535000', '211659.995000', '211700.455000', '211700.915000', '211701.375000', '211701.835000', '211702.295000', '211702.755000', '211703.215000', '211703.675000', '211704.135000', '211704.595000', '211705.055000', '211705.515000', '211705.975000', '211706.435000', '211706.895000', '211707.355000', '211707.815000', '211708.275000', '211708.735000', '211709.195000', '211709.655000', '211710.115000', '211710.575000'], 'ContentTime': ['211053.860000', '211053.863000', '211053.866000', '211053.868000', '211053.871000', '211053.873000', '211053.876000', '211053.878000', '211053.881000', '211053.884000', '211053.886000', '211053.889000', '211053.891000', '211053.894000', '211053.896000', '211053.906000', '211053.909000', '211053.911000', '211053.914000', '211053.916000', '211053.919000', '211053.922000', '211053.924000', '211053.927000', '211053.929000', '211053.932000', '211053.934000', '211053.937000', '211053.939000', '211053.942000', '211053.945000', '211053.947000', '211053.950000', '211053.952000', '211053.955000', '211053.957000', '211053.960000', '211053.962000', '211053.965000', '211053.967000', '211053.970000', '211053.973000', '211053.975000', '211053.983000', '211053.986000', '211053.989000', '211053.991000', '211053.994000', '211053.996000', '211054.000000', '211113.796000', '211113.798000', '211113.801000', '211113.804000', '211113.806000', '211113.809000', '211113.811000', '211113.814000', '211113.817000', '211113.819000', '211113.822000', '211113.824000', '211113.827000', '211113.829000', '211113.832000', '211113.835000', '211113.837000', '211113.840000', '211113.842000', '211113.845000', '211113.848000', '211113.850000', '211113.853000', '211113.855000', '211113.858000', '211113.861000', '211113.863000', '211113.866000', '211113.868000', '211113.871000', '211113.874000', '211113.876000', '211113.879000', '211113.881000', '211113.889000', '211113.891000', '211113.894000', '211113.897000', '211113.899000', '211113.902000', '211113.904000', '211113.907000', '211113.910000', '211133.796000', '211133.798000', '211133.801000', '211133.803000', '211133.806000', '211133.809000', '211133.811000', '211133.814000', '211133.816000', '211133.819000', '211133.821000', '211133.824000', '211133.826000', '211133.829000', '211133.832000', '211133.834000', '211133.837000', '211133.839000', '211133.842000', '211133.844000', '211133.847000', '211133.850000', '211133.852000', '211133.855000', '211133.857000', '211133.860000', '211133.862000', '211133.865000', '211133.867000', '211133.870000', '211133.873000', '211133.875000', '211133.878000', '211133.893000', '211133.896000', '211133.898000', '211133.901000', '211133.903000', '211133.906000', '211133.908000', '211133.911000', '211133.914000', '211133.916000', '211133.919000', '211153.795000', '211153.798000', '211153.801000', '211153.804000', '211153.806000', '211153.809000', '211153.811000', '211153.814000', '211153.816000', '211153.819000', '211153.822000', '211153.824000', '211153.827000', '211153.829000', '211153.832000', '211153.834000', '211153.837000', '211153.840000', '211153.842000', '211153.845000', '211153.847000', '211153.850000', '211153.852000', '211153.855000', '211153.858000', '211153.860000', '211153.863000', '211153.866000', '211153.868000', '211153.871000', '211153.874000', '211153.876000', '211153.879000', '211153.881000', '211153.887000', '211153.889000', '211153.892000', '211153.894000', '211153.897000', '211153.900000', '211153.902000', '211153.905000', '211153.907000', '211213.795000', '211213.798000', '211213.801000', '211213.804000', '211213.806000', '211213.809000', '211213.811000', '211213.814000', '211213.817000', '211213.819000', '211213.822000', '211213.824000', '211213.827000', '211213.830000', '211213.832000', '211213.835000', '211213.837000', '211213.840000', '211213.842000', '211213.845000', '211213.848000', '211213.850000', '211213.853000', '211213.855000', '211213.858000', '211213.860000', '211213.863000', '211213.866000', '211213.868000', '211213.871000', '211213.874000', '211213.876000', '211213.879000', '211213.881000', '211213.884000', '211213.887000', '211213.889000', '211213.892000', '211213.894000', '211213.897000', '211213.899000', '211213.902000', '211213.905000', '211213.907000', '211233.796000', '211233.798000', '211233.801000', '211233.804000', '211233.806000', '211233.809000', '211233.811000', '211233.814000', '211233.817000', '211233.819000', '211233.822000', '211233.824000', '211233.827000', '211233.829000', '211233.832000', '211233.834000', '211233.837000', '211233.840000', '211233.842000', '211233.845000', '211233.848000', '211233.850000', '211233.853000', '211233.855000', '211233.858000', '211233.860000', '211233.863000', '211233.866000', '211233.868000', '211233.871000', '211233.873000', '211233.876000', '211233.879000', '211233.881000', '211233.884000', '211233.894000', '211233.896000', '211233.899000', '211233.902000', '211233.904000', '211233.907000', '211233.909000', '211233.912000', '211253.796000', '211253.799000', '211253.802000', '211253.805000', '211253.807000', '211253.810000', '211253.812000', '211253.815000', '211253.817000', '211253.820000', '211253.823000', '211253.825000', '211253.828000', '211253.830000', '211253.833000', '211253.836000', '211253.838000', '211253.841000', '211253.843000', '211253.846000', '211253.849000', '211253.851000', '211253.854000', '211253.856000', '211253.859000', '211253.861000', '211253.864000', '211253.867000', '211253.869000', '211253.872000', '211253.874000', '211253.877000', '211253.879000', '211253.882000', '211253.885000', '211253.887000', '211253.890000', '211253.892000', '211253.895000', '211253.898000', '211253.901000', '211253.903000', '211253.906000', '211253.908000', '211313.797000', '211313.800000', '211313.802000', '211313.805000', '211313.807000', '211313.810000', '211313.813000', '211313.815000', '211313.818000', '211313.820000', '211313.823000', '211313.826000', '211313.835000', '211313.837000', '211313.840000', '211313.843000', '211313.845000', '211313.848000', '211313.850000', '211313.853000', '211313.856000', '211313.858000', '211313.861000', '211313.863000', '211313.866000', '211313.868000', '211313.871000', '211313.873000', '211313.885000', '211313.888000', '211313.890000', '211313.893000', '211313.895000', '211313.898000', '211313.901000', '211313.903000', '211313.906000', '211313.908000', '211313.911000', '211313.914000', '211313.916000', '211313.919000', '211313.921000', '211333.796000', '211333.799000', '211333.846000', '211333.849000', '211333.851000', '211333.854000', '211333.856000', '211333.859000', '211333.861000', '211333.864000', '211333.867000', '211333.869000', '211333.872000', '211333.874000', '211333.877000', '211333.880000', '211333.882000', '211333.885000', '211333.887000', '211333.890000', '211333.892000', '211333.895000', '211333.898000', '211333.900000', '211333.903000', '211333.906000', '211333.908000', '211333.911000', '211333.913000', '211333.916000', '211333.918000', '211333.921000', '211333.924000', '211333.926000', '211333.929000', '211333.931000', '211333.934000', '211333.937000', '211333.939000', '211333.942000', '211333.944000', '211333.947000', '211333.949000', '211333.952000', '211353.796000', '211353.799000', '211353.850000', '211353.853000', '211353.855000', '211353.858000', '211353.860000', '211353.863000', '211353.865000', '211353.868000', '211353.870000', '211353.873000', '211353.876000', '211353.878000', '211353.888000', '211353.890000', '211353.893000', '211353.896000', '211353.898000', '211353.901000', '211353.903000', '211353.906000', '211353.909000', '211353.911000', '211353.914000', '211353.917000', '211353.919000', '211353.922000', '211353.925000', '211353.927000', '211353.930000', '211353.933000', '211353.944000', '211353.947000', '211353.949000', '211353.952000', '211353.954000', '211353.957000', '211353.960000', '211353.962000', '211353.965000', '211353.967000', '211353.970000', '211413.795000', '211413.798000', '211413.860000', '211413.863000', '211413.865000', '211413.868000', '211413.870000', '211413.873000', '211413.875000', '211413.878000', '211413.881000', '211413.883000', '211413.886000', '211413.888000', '211413.891000', '211413.893000', '211413.896000', '211413.899000', '211413.901000', '211413.904000', '211413.907000', '211413.909000', '211413.912000', '211413.914000', '211413.917000', '211413.920000', '211413.922000', '211413.925000', '211413.927000', '211413.930000', '211413.933000', '211413.935000', '211413.938000', '211413.940000', '211413.943000', '211413.945000', '211413.948000', '211413.951000', '211413.953000', '211413.956000', '211413.958000', '211413.961000', '211413.964000', '211413.966000', '211433.795000', '211433.798000', '211433.816000', '211433.819000', '211433.821000', '211433.824000', '211433.827000', '211433.829000', '211433.832000', '211433.834000', '211433.837000', '211433.840000', '211433.842000', '211433.845000', '211433.847000', '211433.850000', '211433.852000', '211433.855000', '211433.858000', '211433.860000', '211433.863000', '211433.865000', '211433.868000', '211433.871000', '211433.873000', '211433.876000', '211433.878000', '211433.881000', '211433.884000', '211433.886000', '211433.889000', '211433.891000', '211433.894000', '211433.897000', '211433.899000', '211433.902000', '211433.904000', '211433.907000', '211433.910000', '211433.912000', '211433.915000', '211433.917000', '211433.920000', '211453.795000', '211453.798000', '211453.818000', '211453.821000', '211453.823000', '211453.826000', '211453.828000', '211453.831000', '211453.833000', '211453.836000', '211453.848000', '211453.851000', '211453.853000', '211453.856000', '211453.858000', '211453.861000', '211453.863000', '211453.866000', '211453.869000', '211453.871000', '211453.874000', '211453.876000', '211453.879000', '211453.881000', '211453.884000', '211453.886000', '211453.889000', '211453.892000', '211453.894000', '211453.897000', '211453.899000', '211453.902000', '211453.905000', '211453.907000', '211453.910000', '211453.912000', '211453.915000', '211453.918000', '211453.920000', '211453.923000', '211453.926000', '211453.928000', '211453.931000', '211453.933000', '211513.797000', '211513.799000', '211513.848000', '211513.851000', '211513.853000', '211513.856000', '211513.859000', '211513.861000', '211513.864000', '211513.866000', '211513.869000', '211513.871000', '211513.874000', '211513.876000', '211513.879000', '211513.882000', '211513.884000', '211513.887000', '211513.889000', '211513.892000', '211513.895000', '211513.897000', '211513.900000', '211513.903000', '211513.905000', '211513.908000', '211513.910000', '211513.913000', '211513.915000', '211513.918000', '211513.921000', '211513.923000', '211513.926000', '211513.929000', '211513.931000', '211513.934000', '211513.937000', '211513.939000', '211513.942000', '211513.944000', '211513.947000', '211513.949000', '211513.952000', '211533.796000', '211533.799000', '211533.853000', '211533.855000', '211533.858000', '211533.860000', '211533.863000', '211533.866000', '211533.868000', '211533.871000', '211533.873000', '211533.876000', '211533.878000', '211533.881000', '211533.884000', '211533.886000', '211533.889000', '211533.891000', '211533.894000', '211533.896000', '211533.899000', '211533.902000', '211533.904000', '211533.907000', '211533.909000', '211533.912000', '211533.914000', '211533.917000', '211533.920000', '211533.922000', '211533.925000', '211533.927000', '211533.930000', '211533.932000', '211533.935000', '211533.938000', '211533.940000', '211533.943000', '211533.945000', '211533.948000', '211533.951000', '211533.953000', '211533.956000', '211533.958000', '211553.795000', '211553.798000', '211553.801000', '211553.804000', '211553.806000', '211553.809000', '211553.811000', '211553.814000', '211553.816000', '211553.819000', '211553.822000', '211553.824000', '211553.827000', '211553.829000', '211553.832000', '211553.835000', '211553.837000', '211553.840000', '211553.842000', '211553.845000', '211553.847000', '211553.850000', '211553.853000', '211553.855000', '211553.858000', '211553.860000', '211553.863000', '211553.866000', '211553.868000', '211553.871000', '211553.873000', '211553.876000', '211553.878000', '211553.881000', '211553.884000', '211553.886000', '211553.889000', '211553.891000', '211553.894000', '211553.897000', '211553.899000', '211553.902000', '211553.904000', '211613.795000', '211613.798000', '211613.801000', '211613.804000', '211613.806000', '211613.809000', '211613.811000', '211613.814000', '211613.816000', '211613.819000', '211613.822000', '211613.824000', '211613.828000', '211613.830000', '211613.833000', '211613.836000', '211613.838000', '211613.841000', '211613.843000', '211613.846000', '211613.848000', '211613.858000', '211613.860000', '211613.863000', '211613.865000', '211613.868000', '211613.871000', '211613.873000', '211613.876000', '211613.878000', '211613.882000', '211613.884000', '211613.887000', '211613.890000', '211613.892000', '211613.895000', '211613.897000', '211613.900000', '211613.903000', '211613.905000', '211613.908000', '211613.910000', '211613.913000', '211633.796000', '211633.799000', '211633.801000', '211633.804000', '211633.807000', '211633.809000', '211633.812000', '211633.815000', '211633.817000', '211633.820000', '211633.822000', '211633.825000', '211633.827000', '211633.830000', '211633.833000', '211633.835000', '211633.838000', '211633.840000', '211633.843000', '211633.846000', '211633.848000', '211633.851000', '211633.854000', '211633.856000', '211633.859000', '211633.861000', '211633.864000', '211633.867000', '211633.878000', '211633.881000', '211633.884000', '211633.886000', '211633.889000', '211633.893000', '211633.896000', '211633.899000', '211633.902000', '211633.904000', '211633.907000', '211633.909000', '211633.912000', '211633.915000', '211633.917000', '211633.920000', '211653.795000', '211653.798000', '211653.801000', '211653.803000', '211653.806000', '211653.809000', '211653.811000', '211653.814000', '211653.816000', '211653.819000', '211653.821000', '211653.824000', '211653.827000', '211653.829000', '211653.832000', '211653.834000', '211653.837000', '211653.839000', '211653.842000', '211653.845000', '211653.847000', '211653.850000', '211653.852000', '211653.855000', '211653.857000', '211653.860000', '211653.863000', '211653.865000', '211653.868000', '211653.870000', '211653.873000', '211653.875000', '211653.878000', '211653.881000', '211653.883000', '211653.886000', '211653.888000', '211653.891000', '211653.893000', '211653.896000', '211653.899000', '211653.901000', '211653.904000', '211653.906000', '211711.770000', '211711.773000', '211711.777000', '211711.779000', '211711.782000', '211711.785000', '211711.788000', '211711.791000', '211711.793000', '211711.796000', '211711.799000', '211711.802000', '211711.804000', '211711.807000', '211711.810000', '211711.812000', '211711.815000', '211711.817000', '211711.820000', '211711.823000', '211711.825000', '211711.829000', '211711.832000', '211711.835000', '211711.838000', '211711.841000', '211711.844000', '211711.847000', '211711.851000', '211711.854000', '211711.857000', '211711.859000', '211711.863000', '211711.866000', '211711.870000', '211711.873000', '211711.877000', '211711.880000', '211711.884000'], 'InstanceCreationTime': ['211053.860000', '211053.863000', '211053.866000', '211053.868000', '211053.871000', '211053.873000', '211053.876000', '211053.878000', '211053.881000', '211053.884000', '211053.886000', '211053.889000', '211053.891000', '211053.894000', '211053.896000', '211053.906000', '211053.909000', '211053.911000', '211053.914000', '211053.916000', '211053.919000', '211053.922000', '211053.924000', '211053.927000', '211053.929000', '211053.932000', '211053.934000', '211053.937000', '211053.939000', '211053.942000', '211053.945000', '211053.947000', '211053.950000', '211053.952000', '211053.955000', '211053.957000', '211053.960000', '211053.962000', '211053.965000', '211053.967000', '211053.970000', '211053.973000', '211053.975000', '211053.983000', '211053.986000', '211053.989000', '211053.991000', '211053.994000', '211053.996000', '211054.000000', '211113.796000', '211113.798000', '211113.801000', '211113.804000', '211113.806000', '211113.809000', '211113.811000', '211113.814000', '211113.817000', '211113.819000', '211113.822000', '211113.824000', '211113.827000', '211113.829000', '211113.832000', '211113.835000', '211113.837000', '211113.840000', '211113.842000', '211113.845000', '211113.848000', '211113.850000', '211113.853000', '211113.855000', '211113.858000', '211113.861000', '211113.863000', '211113.866000', '211113.868000', '211113.871000', '211113.874000', '211113.876000', '211113.879000', '211113.881000', '211113.889000', '211113.891000', '211113.894000', '211113.897000', '211113.899000', '211113.902000', '211113.904000', '211113.907000', '211113.910000', '211133.796000', '211133.798000', '211133.801000', '211133.803000', '211133.806000', '211133.809000', '211133.811000', '211133.814000', '211133.816000', '211133.819000', '211133.821000', '211133.824000', '211133.826000', '211133.829000', '211133.832000', '211133.834000', '211133.837000', '211133.839000', '211133.842000', '211133.844000', '211133.847000', '211133.850000', '211133.852000', '211133.855000', '211133.857000', '211133.860000', '211133.862000', '211133.865000', '211133.867000', '211133.870000', '211133.873000', '211133.875000', '211133.878000', '211133.893000', '211133.896000', '211133.898000', '211133.901000', '211133.903000', '211133.906000', '211133.908000', '211133.911000', '211133.914000', '211133.916000', '211133.919000', '211153.795000', '211153.798000', '211153.801000', '211153.804000', '211153.806000', '211153.809000', '211153.811000', '211153.814000', '211153.816000', '211153.819000', '211153.822000', '211153.824000', '211153.827000', '211153.829000', '211153.832000', '211153.834000', '211153.837000', '211153.840000', '211153.842000', '211153.845000', '211153.847000', '211153.850000', '211153.852000', '211153.855000', '211153.858000', '211153.860000', '211153.863000', '211153.866000', '211153.868000', '211153.871000', '211153.874000', '211153.876000', '211153.879000', '211153.881000', '211153.887000', '211153.889000', '211153.892000', '211153.894000', '211153.897000', '211153.900000', '211153.902000', '211153.905000', '211153.907000', '211213.795000', '211213.798000', '211213.801000', '211213.804000', '211213.806000', '211213.809000', '211213.811000', '211213.814000', '211213.817000', '211213.819000', '211213.822000', '211213.824000', '211213.827000', '211213.830000', '211213.832000', '211213.835000', '211213.837000', '211213.840000', '211213.842000', '211213.845000', '211213.848000', '211213.850000', '211213.853000', '211213.855000', '211213.858000', '211213.860000', '211213.863000', '211213.866000', '211213.868000', '211213.871000', '211213.874000', '211213.876000', '211213.879000', '211213.881000', '211213.884000', '211213.887000', '211213.889000', '211213.892000', '211213.894000', '211213.897000', '211213.899000', '211213.902000', '211213.905000', '211213.907000', '211233.796000', '211233.798000', '211233.801000', '211233.804000', '211233.806000', '211233.809000', '211233.811000', '211233.814000', '211233.817000', '211233.819000', '211233.822000', '211233.824000', '211233.827000', '211233.829000', '211233.832000', '211233.834000', '211233.837000', '211233.840000', '211233.842000', '211233.845000', '211233.848000', '211233.850000', '211233.853000', '211233.855000', '211233.858000', '211233.860000', '211233.863000', '211233.866000', '211233.868000', '211233.871000', '211233.873000', '211233.876000', '211233.879000', '211233.881000', '211233.884000', '211233.894000', '211233.896000', '211233.899000', '211233.902000', '211233.904000', '211233.907000', '211233.909000', '211233.912000', '211253.796000', '211253.799000', '211253.802000', '211253.805000', '211253.807000', '211253.810000', '211253.812000', '211253.815000', '211253.817000', '211253.820000', '211253.823000', '211253.825000', '211253.828000', '211253.830000', '211253.833000', '211253.836000', '211253.838000', '211253.841000', '211253.843000', '211253.846000', '211253.849000', '211253.851000', '211253.854000', '211253.856000', '211253.859000', '211253.861000', '211253.864000', '211253.867000', '211253.869000', '211253.872000', '211253.874000', '211253.877000', '211253.879000', '211253.882000', '211253.885000', '211253.887000', '211253.890000', '211253.892000', '211253.895000', '211253.898000', '211253.901000', '211253.903000', '211253.906000', '211253.908000', '211313.797000', '211313.800000', '211313.802000', '211313.805000', '211313.807000', '211313.810000', '211313.813000', '211313.815000', '211313.818000', '211313.820000', '211313.823000', '211313.826000', '211313.835000', '211313.837000', '211313.840000', '211313.843000', '211313.845000', '211313.848000', '211313.850000', '211313.853000', '211313.856000', '211313.858000', '211313.861000', '211313.863000', '211313.866000', '211313.868000', '211313.871000', '211313.873000', '211313.885000', '211313.888000', '211313.890000', '211313.893000', '211313.895000', '211313.898000', '211313.901000', '211313.903000', '211313.906000', '211313.908000', '211313.911000', '211313.914000', '211313.916000', '211313.919000', '211313.921000', '211333.796000', '211333.799000', '211333.846000', '211333.849000', '211333.851000', '211333.854000', '211333.856000', '211333.859000', '211333.861000', '211333.864000', '211333.867000', '211333.869000', '211333.872000', '211333.874000', '211333.877000', '211333.880000', '211333.882000', '211333.885000', '211333.887000', '211333.890000', '211333.892000', '211333.895000', '211333.898000', '211333.900000', '211333.903000', '211333.906000', '211333.908000', '211333.911000', '211333.913000', '211333.916000', '211333.918000', '211333.921000', '211333.924000', '211333.926000', '211333.929000', '211333.931000', '211333.934000', '211333.937000', '211333.939000', '211333.942000', '211333.944000', '211333.947000', '211333.949000', '211333.952000', '211353.796000', '211353.799000', '211353.850000', '211353.853000', '211353.855000', '211353.858000', '211353.860000', '211353.863000', '211353.865000', '211353.868000', '211353.870000', '211353.873000', '211353.876000', '211353.878000', '211353.888000', '211353.890000', '211353.893000', '211353.896000', '211353.898000', '211353.901000', '211353.903000', '211353.906000', '211353.909000', '211353.911000', '211353.914000', '211353.917000', '211353.919000', '211353.922000', '211353.925000', '211353.927000', '211353.930000', '211353.933000', '211353.944000', '211353.947000', '211353.949000', '211353.952000', '211353.954000', '211353.957000', '211353.960000', '211353.962000', '211353.965000', '211353.967000', '211353.970000', '211413.795000', '211413.798000', '211413.860000', '211413.863000', '211413.865000', '211413.868000', '211413.870000', '211413.873000', '211413.875000', '211413.878000', '211413.881000', '211413.883000', '211413.886000', '211413.888000', '211413.891000', '211413.893000', '211413.896000', '211413.899000', '211413.901000', '211413.904000', '211413.907000', '211413.909000', '211413.912000', '211413.914000', '211413.917000', '211413.920000', '211413.922000', '211413.925000', '211413.927000', '211413.930000', '211413.933000', '211413.935000', '211413.938000', '211413.940000', '211413.943000', '211413.945000', '211413.948000', '211413.951000', '211413.953000', '211413.956000', '211413.958000', '211413.961000', '211413.964000', '211413.966000', '211433.795000', '211433.798000', '211433.816000', '211433.819000', '211433.821000', '211433.824000', '211433.827000', '211433.829000', '211433.832000', '211433.834000', '211433.837000', '211433.840000', '211433.842000', '211433.845000', '211433.847000', '211433.850000', '211433.852000', '211433.855000', '211433.858000', '211433.860000', '211433.863000', '211433.865000', '211433.868000', '211433.871000', '211433.873000', '211433.876000', '211433.878000', '211433.881000', '211433.884000', '211433.886000', '211433.889000', '211433.891000', '211433.894000', '211433.897000', '211433.899000', '211433.902000', '211433.904000', '211433.907000', '211433.910000', '211433.912000', '211433.915000', '211433.917000', '211433.920000', '211453.795000', '211453.798000', '211453.818000', '211453.821000', '211453.823000', '211453.826000', '211453.828000', '211453.831000', '211453.833000', '211453.836000', '211453.848000', '211453.851000', '211453.853000', '211453.856000', '211453.858000', '211453.861000', '211453.863000', '211453.866000', '211453.869000', '211453.871000', '211453.874000', '211453.876000', '211453.879000', '211453.881000', '211453.884000', '211453.886000', '211453.889000', '211453.892000', '211453.894000', '211453.897000', '211453.899000', '211453.902000', '211453.905000', '211453.907000', '211453.910000', '211453.912000', '211453.915000', '211453.918000', '211453.920000', '211453.923000', '211453.926000', '211453.928000', '211453.931000', '211453.933000', '211513.797000', '211513.799000', '211513.848000', '211513.851000', '211513.853000', '211513.856000', '211513.859000', '211513.861000', '211513.864000', '211513.866000', '211513.869000', '211513.871000', '211513.874000', '211513.876000', '211513.879000', '211513.882000', '211513.884000', '211513.887000', '211513.889000', '211513.892000', '211513.895000', '211513.897000', '211513.900000', '211513.903000', '211513.905000', '211513.908000', '211513.910000', '211513.913000', '211513.915000', '211513.918000', '211513.921000', '211513.923000', '211513.926000', '211513.929000', '211513.931000', '211513.934000', '211513.937000', '211513.939000', '211513.942000', '211513.944000', '211513.947000', '211513.949000', '211513.952000', '211533.796000', '211533.799000', '211533.853000', '211533.855000', '211533.858000', '211533.860000', '211533.863000', '211533.866000', '211533.868000', '211533.871000', '211533.873000', '211533.876000', '211533.878000', '211533.881000', '211533.884000', '211533.886000', '211533.889000', '211533.891000', '211533.894000', '211533.896000', '211533.899000', '211533.902000', '211533.904000', '211533.907000', '211533.909000', '211533.912000', '211533.914000', '211533.917000', '211533.920000', '211533.922000', '211533.925000', '211533.927000', '211533.930000', '211533.932000', '211533.935000', '211533.938000', '211533.940000', '211533.943000', '211533.945000', '211533.948000', '211533.951000', '211533.953000', '211533.956000', '211533.958000', '211553.795000', '211553.798000', '211553.801000', '211553.804000', '211553.806000', '211553.809000', '211553.811000', '211553.814000', '211553.816000', '211553.819000', '211553.822000', '211553.824000', '211553.827000', '211553.829000', '211553.832000', '211553.835000', '211553.837000', '211553.840000', '211553.842000', '211553.845000', '211553.847000', '211553.850000', '211553.853000', '211553.855000', '211553.858000', '211553.860000', '211553.863000', '211553.866000', '211553.868000', '211553.871000', '211553.873000', '211553.876000', '211553.878000', '211553.881000', '211553.884000', '211553.886000', '211553.889000', '211553.891000', '211553.894000', '211553.897000', '211553.899000', '211553.902000', '211553.904000', '211613.795000', '211613.798000', '211613.801000', '211613.804000', '211613.806000', '211613.809000', '211613.811000', '211613.814000', '211613.816000', '211613.819000', '211613.822000', '211613.824000', '211613.828000', '211613.830000', '211613.833000', '211613.836000', '211613.838000', '211613.841000', '211613.843000', '211613.846000', '211613.848000', '211613.858000', '211613.860000', '211613.863000', '211613.865000', '211613.868000', '211613.871000', '211613.873000', '211613.876000', '211613.878000', '211613.882000', '211613.884000', '211613.887000', '211613.890000', '211613.892000', '211613.895000', '211613.897000', '211613.900000', '211613.903000', '211613.905000', '211613.908000', '211613.910000', '211613.913000', '211633.796000', '211633.799000', '211633.801000', '211633.804000', '211633.807000', '211633.809000', '211633.812000', '211633.815000', '211633.817000', '211633.820000', '211633.822000', '211633.825000', '211633.827000', '211633.830000', '211633.833000', '211633.835000', '211633.838000', '211633.840000', '211633.843000', '211633.846000', '211633.848000', '211633.851000', '211633.854000', '211633.856000', '211633.859000', '211633.861000', '211633.864000', '211633.867000', '211633.878000', '211633.881000', '211633.884000', '211633.886000', '211633.889000', '211633.893000', '211633.896000', '211633.899000', '211633.902000', '211633.904000', '211633.907000', '211633.909000', '211633.912000', '211633.915000', '211633.917000', '211633.920000', '211653.795000', '211653.798000', '211653.801000', '211653.803000', '211653.806000', '211653.809000', '211653.811000', '211653.814000', '211653.816000', '211653.819000', '211653.821000', '211653.824000', '211653.827000', '211653.829000', '211653.832000', '211653.834000', '211653.837000', '211653.839000', '211653.842000', '211653.845000', '211653.847000', '211653.850000', '211653.852000', '211653.855000', '211653.857000', '211653.860000', '211653.863000', '211653.865000', '211653.868000', '211653.870000', '211653.873000', '211653.875000', '211653.878000', '211653.881000', '211653.883000', '211653.886000', '211653.888000', '211653.891000', '211653.893000', '211653.896000', '211653.899000', '211653.901000', '211653.904000', '211653.906000', '211711.770000', '211711.773000', '211711.777000', '211711.779000', '211711.782000', '211711.785000', '211711.788000', '211711.791000', '211711.793000', '211711.796000', '211711.799000', '211711.802000', '211711.804000', '211711.807000', '211711.810000', '211711.812000', '211711.815000', '211711.817000', '211711.820000', '211711.823000', '211711.825000', '211711.829000', '211711.832000', '211711.835000', '211711.838000', '211711.841000', '211711.844000', '211711.847000', '211711.851000', '211711.854000', '211711.857000', '211711.859000', '211711.863000', '211711.866000', '211711.870000', '211711.873000', '211711.877000', '211711.880000', '211711.884000'], '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': [9242, 14602, 12380, 10598, 15209, 11627, 8174, 9588, 8124, 8178, 10094, 7371, 7517, 12887, 10613, 9181, 12512, 9350, 10742, 12203, 10434, 9878, 14911, 10261, 7723, 15103, 12181, 8209, 12246, 8274, 7682, 8175, 10766, 8448, 7324, 13292, 8232, 8626, 9083, 7956, 7958, 13869, 11244, 8861, 10460, 8123, 7153, 11579, 14667, 13473, 10323, 7440, 8518, 8477, 8576, 13214, 11103, 10988, 14515, 14187, 11991, 8692, 17428, 14980, 8407, 7404, 8385, 8308, 7943, 11467, 8359, 7013, 12586, 8358, 13222, 11092, 8646, 13150, 8874, 11343, 12017, 7608, 7343, 7931, 7387, 8872, 9344, 7158, 9637, 7748, 7453, 12974, 8760, 7522, 13302, 8946, 7353, 11757, 9102, 7592, 14893, 12584, 14169, 13163, 10197, 16498, 14465, 10403, 15637, 12001, 7375, 8608, 8239, 6975, 10989, 9307, 7083, 10121, 8564, 7688, 7250, 14627, 12665, 13723, 16519, 14376, 9976, 13450, 8386, 13799, 11585, 8949, 14118, 10159, 12111, 8035, 7129, 10426, 7552, 7557, 11046, 7893, 7056, 9499, 7021, 8927, 9025, 7564, 14080, 11221, 9751, 13382, 9716, 6938, 9794, 7636, 6926, 11905, 7648, 7441, 13267, 10758, 8338, 12836, 8314, 8097, 13187, 10912, 8245, 14951, 9584, 7614, 13491, 11176, 9977, 15869, 13499, 10169, 15346, 11163, 7827, 7187, 7934, 7411, 9463, 11762, 9573, 8879, 12098, 9342, 6844, 9866, 15285, 13287, 13351, 16865, 13388, 10476, 16562, 13373, 10144, 16061, 13579, 8707, 13154, 7746, 6720, 12584, 9209, 7177, 10321, 7202, 7250, 9691, 7408, 7208, 10167, 8645, 7606, 7049, 8839, 7307, 12004, 12522, 10445, 15712, 10911, 9696, 13852, 11045, 14637, 12588, 7886, 12512, 7453, 7063, 10279, 7695, 7240, 8687, 6603, 12790, 10569, 10680, 14618, 11908, 7762, 8640, 7198, 11952, 9378, 13915, 11369, 12110, 11243, 8713, 13837, 11412, 7912, 9026, 6811, 11730, 7688, 11484, 11917, 8605, 13050, 7234, 12342, 8833, 9548, 13799, 11012, 10171, 8251, 6831, 7227, 7736, 6792, 9101, 7968, 7874, 13452, 11012, 12313, 11593, 9198, 15079, 12708, 10075, 15725, 12903, 7411, 12884, 8964, 7706, 14871, 12689, 9163, 11404, 8399, 7087, 9068, 9995, 8682, 12160, 11399, 9417, 13159, 11558, 9626, 11721, 9938, 7475, 12923, 10664, 7637, 10808, 7052, 10171, 7287, 7774, 8436, 6945, 10232, 7343, 11636, 8068, 7076, 8415, 6932, 8886, 7678, 8836, 11432, 8767, 10690, 8120, 7103, 11533, 9514, 12145, 8100, 6726, 10677, 7469, 12608, 10910, 8120, 11885, 8153, 6749, 11878, 9779, 9735, 8985, 7028, 12117, 9809, 13056, 10929, 9763, 9965, 7319, 11886, 8677, 10932, 8005, 7364, 9185, 7714, 6956, 7681, 7521, 7113, 8709, 7911, 6950, 11254, 8293, 7266, 12755, 10950, 9773, 11439, 7962, 13848, 11194, 10509, 12745, 8861, 6774, 9193, 7390, 6764, 11295, 8362, 12777, 10904, 11292, 10373, 7402, 11448, 7747, 9425, 10321, 9615, 13869, 9187, 13685, 8214, 6954, 9248, 7344, 7045, 7024, 6855, 8346, 6934, 10726, 8619, 12248, 10208, 9078, 7338, 6850, 9383, 6975, 10852, 6857, 6787, 6691, 7505, 10242, 7632, 6849, 10606, 7349, 13106, 10390, 11347, 10049, 7100, 9169, 7332, 9561, 7855, 6803, 9561, 7347, 7079, 8207, 6956, 10067, 8024, 11932, 9819, 8904, 9847, 7233, 11104, 8189, 12507, 10392, 12097, 10378, 8087, 12586, 10408, 6708, 7859, 7101, 7288, 7624, 7565, 9965, 7599, 11337, 9015, 12400, 8660, 14069, 10948, 9826, 9083, 7059, 11296, 8462, 11312, 7649, 6786, 8102, 7004, 9937, 8380, 6887, 10747, 7735, 7156, 9023, 7627, 7789, 8643, 7100, 12930, 8217, 13929, 12003, 13827, 9519, 6835, 8425, 6842, 10729, 8912, 7751, 11101, 8178, 7751, 7761, 6714, 11560, 6884, 6985, 8133, 6551, 7058, 9135, 7479, 7049, 12542, 9658, 13133, 10352, 7288, 11416, 6924, 7822, 10031, 8083, 10944, 6764, 6817, 7649, 7284, 10665, 9102, 6951, 11375, 6651, 7453, 11431, 9564, 12465, 11858, 7399, 12455, 7608, 11427, 11618, 9188, 13702, 9460, 7125, 11672, 7505, 13590, 11749, 6600, 7396, 7980, 7382, 8885, 12998, 9966, 11829, 15212, 8194, 6631, 9389, 10403, 8264, 15434, 12077, 14323, 12412, 8516, 13908, 9033, 13431, 9709, 7728, 11357, 7404, 6771, 8450, 7349, 11024, 7352, 7102, 9164, 7720, 6869, 7925, 6845, 10807, 8849, 6995, 11984, 9606, 6753, 9845, 7058, 11715, 9501, 7442, 12900, 8479, 8352, 11770, 7189, 6693, 8308, 6938, 6981, 9544, 7248, 6652, 8167, 6730, 11222, 9532, 8467, 10522, 10428, 13225, 11788, 9124, 7854, 10339, 6570, 7587, 9947, 8687, 13652, 10538, 7692, 14068, 9910, 9204, 14179, 8494, 6708, 8580, 6629, 7338, 11374, 8295, 13191, 12155, 7762, 9194, 6812, 12838, 11380, 7987, 10747, 6985, 13658, 8506, 7856, 8180, 6777, 11103, 7573, 6659, 11277, 6594, 7239, 8301, 7837, 11430, 10172, 6880, 12732, 6969, 11211, 12234, 8244, 14643, 8009, 7941, 12958, 10149, 8030, 9484, 6892, 13050, 10866, 7007, 12188, 9620, 7096, 10817, 7268, 8325, 11413, 8095, 13894, 12371, 8518, 12971, 6795, 12128, 8235, 7358, 14478, 11935, 7528, 13243, 7004, 7787, 11500, 7318, 12564, 10449, 7350, 14402, 10710, 7597, 11558, 6963, 7682, 10696, 7907, 12567, 7446, 7107, 11928, 8073, 8561, 12670, 7258, 6944, 9937, 6681, 7880, 7305, 7371, 12811, 9031, 8911, 12344, 6844, 7077, 9381, 7247, 10925, 11913, 7097, 13541, 8814, 6996, 13471, 7681, 7416, 12777, 8252, 10195, 14309, 11487, 7943, 14120, 8956, 11482, 14868, 11587, 9153, 11853, 7005, 8126, 10833, 7222, 7056, 9246, 7388, 7349, 7526, 10044, 9549, 13978, 12630, 12591, 12146, 11206, 8417, 12012, 12653, 9370, 15255, 13388, 7997, 11071, 7026, 9310, 11050, 7222, 12721, 7087, 7597, 11432, 8295, 7513, 8317, 6715, 7489, 8424, 6986, 9092, 12444, 9143, 11896, 9782, 6997, 14634, 11945, 9392, 12443, 7332, 12102, 12906, 8224, 7844, 9199, 6618, 13046, 10793, 7618, 14645, 12224, 9490, 7939, 13885, 9143, 7829, 8880, 7303, 7601, 8850, 6702, 13071, 11381, 7625, 15136, 13310, 8638, 12084, 8272, 7079, 13962, 11707, 10216, 12864, 6905, 12667, 7770, 7134, 12723, 8496, 12116, 8398, 7052], 'WindowCenter': [4136.0, 4147.0, 4136.0, 4114.0, 4144.0, 4112.0, 4079.0, 4088.0, 4065.0, 4063.0, 4072.0, 4043.0, 4044.0, 4094.0, 4085.0, 4073.0, 4095.0, 4089.0, 4086.0, 4096.0, 4100.0, 4086.0, 4103.0, 4071.0, 4040.0, 4117.0, 4096.0, 4066.0, 4082.0, 4051.0, 4042.0, 4062.0, 4097.0, 4067.0, 4056.0, 4117.0, 4052.0, 4066.0, 4063.0, 4052.0, 4041.0, 4090.0, 4082.0, 4062.0, 4071.0, 4053.0, 4033.0, 4110.0, 4117.0, 4094.0, 4073.0, 4028.0, 4062.0, 4075.0, 4063.0, 4093.0, 4081.0, 4081.0, 4090.0, 4089.0, 4067.0, 4049.0, 4097.0, 4086.0, 4035.0, 4025.0, 4047.0, 4048.0, 4050.0, 4090.0, 4061.0, 4040.0, 4092.0, 4062.0, 4090.0, 4081.0, 4049.0, 4089.0, 4074.0, 4094.0, 4092.0, 4053.0, 4039.0, 4049.0, 4052.0, 4085.0, 4084.0, 4043.0, 4083.0, 4054.0, 4054.0, 4128.0, 4088.0, 4066.0, 4117.0, 4088.0, 4070.0, 4107.0, 4089.0, 4065.0, 4114.0, 4093.0, 4102.0, 4093.0, 4083.0, 4114.0, 4116.0, 4082.0, 4101.0, 4081.0, 4038.0, 4048.0, 4051.0, 4040.0, 4082.0, 4074.0, 4054.0, 4084.0, 4073.0, 4054.0, 4053.0, 4115.0, 4117.0, 4119.0, 4129.0, 4105.0, 4072.0, 4091.0, 4049.0, 4088.0, 4078.0, 4047.0, 4088.0, 4070.0, 4078.0, 4037.0, 4028.0, 4069.0, 4049.0, 4051.0, 4095.0, 4065.0, 4054.0, 4072.0, 4041.0, 4060.0, 4061.0, 4041.0, 4101.0, 4095.0, 4085.0, 4104.0, 4086.0, 4042.0, 4081.0, 4064.0, 4053.0, 4104.0, 4053.0, 4052.0, 4118.0, 4097.0, 4064.0, 4104.0, 4065.0, 4062.0, 4117.0, 4109.0, 4076.0, 4127.0, 4085.0, 4053.0, 4103.0, 4094.0, 4073.0, 4115.0, 4119.0, 4097.0, 4128.0, 4095.0, 4052.0, 4053.0, 4051.0, 4042.0, 4072.0, 4104.0, 4086.0, 4086.0, 4108.0, 4088.0, 4044.0, 4083.0, 4115.0, 4104.0, 4090.0, 4100.0, 4080.0, 4068.0, 4099.0, 4089.0, 4072.0, 4113.0, 4088.0, 4035.0, 4063.0, 4024.0, 4004.0, 4078.0, 4058.0, 4028.0, 4067.0, 4025.0, 4027.0, 4057.0, 4040.0, 4040.0, 4096.0, 4075.0, 4066.0, 4042.0, 4075.0, 4054.0, 4093.0, 4106.0, 4095.0, 4114.0, 4082.0, 4060.0, 4091.0, 4082.0, 4114.0, 4091.0, 4039.0, 4078.0, 4039.0, 4029.0, 4070.0, 4041.0, 4039.0, 4059.0, 4030.0, 4091.0, 4097.0, 4096.0, 4128.0, 4104.0, 4053.0, 4064.0, 4031.0, 4079.0, 4060.0, 4089.0, 4080.0, 4078.0, 4081.0, 4061.0, 4102.0, 4080.0, 4037.0, 4046.0, 4017.0, 4078.0, 4040.0, 4094.0, 4094.0, 4060.0, 4089.0, 4038.0, 4077.0, 4047.0, 4058.0, 4102.0, 4083.0, 4071.0, 4050.0, 4029.0, 4039.0, 4052.0, 4042.0, 4074.0, 4066.0, 4078.0, 4117.0, 4096.0, 4093.0, 4094.0, 4073.0, 4113.0, 4104.0, 4088.0, 4127.0, 4106.0, 4054.0, 4092.0, 4062.0, 4052.0, 4129.0, 4117.0, 4076.0, 4094.0, 4062.0, 4043.0, 4071.0, 4083.0, 4063.0, 4093.0, 4094.0, 4074.0, 4118.0, 4107.0, 4074.0, 4081.0, 4068.0, 4039.0, 4093.0, 4082.0, 4039.0, 4080.0, 4028.0, 4068.0, 4040.0, 4039.0, 4050.0, 4040.0, 4071.0, 4040.0, 4095.0, 4063.0, 4039.0, 4050.0, 4041.0, 4060.0, 4065.0, 4088.0, 4093.0, 4062.0, 4081.0, 4051.0, 4042.0, 4095.0, 4073.0, 4079.0, 4050.0, 4030.0, 4082.0, 4043.0, 4107.0, 4082.0, 4052.0, 4080.0, 4051.0, 4029.0, 4094.0, 4073.0, 4059.0, 4060.0, 4030.0, 4080.0, 4070.0, 4089.0, 4070.0, 4058.0, 4058.0, 4027.0, 4066.0, 4035.0, 4055.0, 4038.0, 4042.0, 4057.0, 4038.0, 4029.0, 4052.0, 4065.0, 4058.0, 4076.0, 4065.0, 4056.0, 4096.0, 4075.0, 4071.0, 4131.0, 4111.0, 4087.0, 4097.0, 4053.0, 4104.0, 4096.0, 4083.0, 4092.0, 4063.0, 4032.0, 4085.0, 4053.0, 4031.0, 4084.0, 4050.0, 4091.0, 4095.0, 4083.0, 4083.0, 4042.0, 4092.0, 4040.0, 4058.0, 4083.0, 4072.0, 4103.0, 4062.0, 4090.0, 4047.0, 4027.0, 4057.0, 4027.0, 4026.0, 4027.0, 4029.0, 4060.0, 4041.0, 4082.0, 4075.0, 4106.0, 4071.0, 4047.0, 4027.0, 4029.0, 4072.0, 4030.0, 4068.0, 4030.0, 4028.0, 4029.0, 4053.0, 4099.0, 4053.0, 4043.0, 4093.0, 4056.0, 4105.0, 4099.0, 4084.0, 4071.0, 4030.0, 4059.0, 4040.0, 4072.0, 4051.0, 4031.0, 4085.0, 4054.0, 4041.0, 4064.0, 4044.0, 4084.0, 4067.0, 4094.0, 4072.0, 4060.0, 4073.0, 4041.0, 4082.0, 4063.0, 4092.0, 4071.0, 4080.0, 4059.0, 4040.0, 4080.0, 4069.0, 4018.0, 4050.0, 4041.0, 4039.0, 4050.0, 4052.0, 4071.0, 4054.0, 4083.0, 4063.0, 4093.0, 4063.0, 4103.0, 4070.0, 4058.0, 4048.0, 4030.0, 4095.0, 4051.0, 4070.0, 4040.0, 4033.0, 4053.0, 4055.0, 4085.0, 4064.0, 4045.0, 4096.0, 4054.0, 4042.0, 4077.0, 4055.0, 4054.0, 4075.0, 4031.0, 4094.0, 4062.0, 4118.0, 4095.0, 4091.0, 4072.0, 4017.0, 4047.0, 4018.0, 4081.0, 4073.0, 4054.0, 4082.0, 4050.0, 4038.0, 4038.0, 4018.0, 4079.0, 4029.0, 4028.0, 4050.0, 4019.0, 4032.0, 4073.0, 4054.0, 4045.0, 4108.0, 4088.0, 4119.0, 4083.0, 4044.0, 4080.0, 4031.0, 4039.0, 4084.0, 4050.0, 4069.0, 4019.0, 4019.0, 4041.0, 4043.0, 4086.0, 4062.0, 4032.0, 4081.0, 4031.0, 4042.0, 4083.0, 4085.0, 4096.0, 4083.0, 4041.0, 4082.0, 4043.0, 4081.0, 4082.0, 4062.0, 4091.0, 4061.0, 4029.0, 4080.0, 4055.0, 4105.0, 4083.0, 4020.0, 4040.0, 4052.0, 4055.0, 4073.0, 4103.0, 4099.0, 4096.0, 4114.0, 4050.0, 4030.0, 4060.0, 4084.0, 4065.0, 4104.0, 4082.0, 4078.0, 4068.0, 4034.0, 4076.0, 4046.0, 4090.0, 4056.0, 4024.0, 4054.0, 4014.0, 4004.0, 4048.0, 4028.0, 4066.0, 4028.0, 4028.0, 4074.0, 4052.0, 4018.0, 4037.0, 4018.0, 4080.0, 4060.0, 4028.0, 4093.0, 4073.0, 4019.0, 4071.0, 4031.0, 4081.0, 4059.0, 4040.0, 4090.0, 4049.0, 4052.0, 4081.0, 4030.0, 4030.0, 4063.0, 4056.0, 4056.0, 4083.0, 4043.0, 4032.0, 4064.0, 4034.0, 4094.0, 4074.0, 4051.0, 4070.0, 4073.0, 4093.0, 4094.0, 4074.0, 4063.0, 4081.0, 4030.0, 4052.0, 4073.0, 4065.0, 4105.0, 4084.0, 4042.0, 4103.0, 4085.0, 4074.0, 4104.0, 4062.0, 4030.0, 4061.0, 4033.0, 4042.0, 4094.0, 4065.0, 4104.0, 4094.0, 4041.0, 4060.0, 4032.0, 4091.0, 4081.0, 4038.0, 4071.0, 4043.0, 4091.0, 4050.0, 4039.0, 4051.0, 4031.0, 4095.0, 4054.0, 4033.0, 4083.0, 4031.0, 4040.0, 4065.0, 4054.0, 4093.0, 4072.0, 4032.0, 4092.0, 4043.0, 4095.0, 4094.0, 4051.0, 4101.0, 4052.0, 4051.0, 4094.0, 4073.0, 4050.0, 4071.0, 4031.0, 4105.0, 4084.0, 4045.0, 4092.0, 4071.0, 4031.0, 4081.0, 4043.0, 4051.0, 4081.0, 4040.0, 4092.0, 4093.0, 4049.0, 4090.0, 4018.0, 4081.0, 4066.0, 4054.0, 4105.0, 4083.0, 4040.0, 4092.0, 4029.0, 4040.0, 4081.0, 4041.0, 4092.0, 4083.0, 4055.0, 4117.0, 4084.0, 4039.0, 4080.0, 4030.0, 4039.0, 4081.0, 4052.0, 4091.0, 4042.0, 4030.0, 4092.0, 4054.0, 4088.0, 4119.0, 4055.0, 4043.0, 4072.0, 4032.0, 4052.0, 4045.0, 4044.0, 4108.0, 4078.0, 4076.0, 4096.0, 4035.0, 4033.0, 4075.0, 4057.0, 4085.0, 4094.0, 4045.0, 4106.0, 4076.0, 4043.0, 4105.0, 4054.0, 4043.0, 4094.0, 4065.0, 4086.0, 4116.0, 4084.0, 4053.0, 4103.0, 4064.0, 4095.0, 4118.0, 4083.0, 4061.0, 4082.0, 4032.0, 4054.0, 4084.0, 4042.0, 4044.0, 4074.0, 4055.0, 4045.0, 4056.0, 4086.0, 4086.0, 4105.0, 4096.0, 4095.0, 4094.0, 4081.0, 4050.0, 4092.0, 4091.0, 4074.0, 4102.0, 4078.0, 4037.0, 4067.0, 4030.0, 4061.0, 4069.0, 4028.0, 4079.0, 4017.0, 4038.0, 4093.0, 4053.0, 4040.0, 4049.0, 4031.0, 4042.0, 4051.0, 4045.0, 4075.0, 4094.0, 4076.0, 4093.0, 4074.0, 4033.0, 4117.0, 4084.0, 4061.0, 4080.0, 4042.0, 4094.0, 4094.0, 4051.0, 4052.0, 4060.0, 4022.0, 4092.0, 4071.0, 4041.0, 4104.0, 4105.0, 4076.0, 4053.0, 4102.0, 4062.0, 4041.0, 4063.0, 4042.0, 4039.0, 4061.0, 4031.0, 4092.0, 4084.0, 4055.0, 4106.0, 4093.0, 4050.0, 4068.0, 4038.0, 4017.0, 4079.0, 4070.0, 4070.0, 4077.0, 4018.0, 4078.0, 4027.0, 4017.0, 4077.0, 4037.0, 4067.0, 4037.0, 4015.0], 'WindowWidth': [9211.0, 9206.0, 9185.0, 9153.0, 9193.0, 9145.0, 9096.0, 9103.0, 9066.0, 9061.0, 9069.0, 9033.0, 9037.0, 9102.0, 9093.0, 9072.0, 9102.0, 9103.0, 9093.0, 9109.0, 9122.0, 9096.0, 9114.0, 9065.0, 9023.0, 9140.0, 9108.0, 9070.0, 9082.0, 9039.0, 9029.0, 9057.0, 9112.0, 9074.0, 9057.0, 9139.0, 9044.0, 9070.0, 9060.0, 9041.0, 9026.0, 9090.0, 9080.0, 9056.0, 9066.0, 9045.0, 9020.0, 9135.0, 9141.0, 9102.0, 9073.0, 9006.0, 9060.0, 9083.0, 9059.0, 9097.0, 9081.0, 9080.0, 9088.0, 9087.0, 9055.0, 9036.0, 9099.0, 9079.0, 9011.0, 8999.0, 9031.0, 9036.0, 9041.0, 9095.0, 9058.0, 9030.0, 9100.0, 9062.0, 9092.0, 9084.0, 9036.0, 9091.0, 9081.0, 9106.0, 9100.0, 9051.0, 9026.0, 9039.0, 9048.0, 9100.0, 9094.0, 9039.0, 9090.0, 9053.0, 9054.0, 9161.0, 9111.0, 9077.0, 9143.0, 9105.0, 9086.0, 9130.0, 9109.0, 9071.0, 9134.0, 9103.0, 9114.0, 9102.0, 9088.0, 9134.0, 9139.0, 9088.0, 9112.0, 9082.0, 9022.0, 9036.0, 9042.0, 9030.0, 9087.0, 9082.0, 9057.0, 9093.0, 9079.0, 9055.0, 9052.0, 9138.0, 9144.0, 9149.0, 9164.0, 9122.0, 9073.0, 9094.0, 9037.0, 9085.0, 9073.0, 9030.0, 9087.0, 9064.0, 9073.0, 9019.0, 9009.0, 9065.0, 9038.0, 9045.0, 9108.0, 9070.0, 9055.0, 9073.0, 9031.0, 9053.0, 9055.0, 9029.0, 9111.0, 9107.0, 9096.0, 9119.0, 9096.0, 9033.0, 9085.0, 9069.0, 9054.0, 9119.0, 9052.0, 9049.0, 9147.0, 9117.0, 9066.0, 9119.0, 9067.0, 9061.0, 9142.0, 9136.0, 9089.0, 9158.0, 9096.0, 9051.0, 9115.0, 9104.0, 9074.0, 9138.0, 9147.0, 9115.0, 9158.0, 9109.0, 9050.0, 9053.0, 9046.0, 9031.0, 9072.0, 9122.0, 9101.0, 9101.0, 9132.0, 9105.0, 9041.0, 9088.0, 9132.0, 9119.0, 9089.0, 9104.0, 9076.0, 9058.0, 9103.0, 9087.0, 9070.0, 9128.0, 9085.0, 9010.0, 9044.0, 8992.0, 8966.0, 9072.0, 9048.0, 9005.0, 9056.0, 9000.0, 9003.0, 9043.0, 9026.0, 9029.0, 9115.0, 9082.0, 9073.0, 9036.0, 9079.0, 9052.0, 9103.0, 9126.0, 9110.0, 9130.0, 9083.0, 9053.0, 9094.0, 9086.0, 9132.0, 9095.0, 9022.0, 9073.0, 9022.0, 9009.0, 9067.0, 9030.0, 9025.0, 9052.0, 9015.0, 9097.0, 9114.0, 9114.0, 9159.0, 9120.0, 9051.0, 9064.0, 9015.0, 9077.0, 9053.0, 9088.0, 9079.0, 9073.0, 9079.0, 9055.0, 9112.0, 9078.0, 9017.0, 9029.0, 8992.0, 9072.0, 9026.0, 9103.0, 9103.0, 9054.0, 9090.0, 9022.0, 9070.0, 9031.0, 9048.0, 9112.0, 9088.0, 9067.0, 9037.0, 9010.0, 9026.0, 9046.0, 9038.0, 9080.0, 9072.0, 9095.0, 9142.0, 9112.0, 9102.0, 9103.0, 9076.0, 9128.0, 9119.0, 9103.0, 9157.0, 9126.0, 9052.0, 9100.0, 9058.0, 9047.0, 9163.0, 9142.0, 9084.0, 9106.0, 9062.0, 9039.0, 9072.0, 9089.0, 9062.0, 9104.0, 9105.0, 9079.0, 9145.0, 9127.0, 9080.0, 9083.0, 9060.0, 9023.0, 9103.0, 9089.0, 9024.0, 9078.0, 9008.0, 9061.0, 9026.0, 9024.0, 9040.0, 9027.0, 9069.0, 9028.0, 9109.0, 9065.0, 9026.0, 9038.0, 9030.0, 9053.0, 9071.0, 9106.0, 9101.0, 9060.0, 9081.0, 9043.0, 9035.0, 9108.0, 9074.0, 9076.0, 9037.0, 9013.0, 9083.0, 9034.0, 9126.0, 9086.0, 9044.0, 9078.0, 9044.0, 9012.0, 9105.0, 9073.0, 9048.0, 9050.0, 9014.0, 9079.0, 9065.0, 9089.0, 9062.0, 9045.0, 9044.0, 9004.0, 9051.0, 9010.0, 9035.0, 9020.0, 9033.0, 9045.0, 9021.0, 9011.0, 9045.0, 9070.0, 9068.0, 9084.0, 9066.0, 9058.0, 9111.0, 9082.0, 9088.0, 9170.0, 9141.0, 9099.0, 9112.0, 9046.0, 9119.0, 9110.0, 9086.0, 9097.0, 9061.0, 9018.0, 9097.0, 9051.0, 9018.0, 9089.0, 9040.0, 9096.0, 9109.0, 9087.0, 9089.0, 9034.0, 9098.0, 9027.0, 9047.0, 9088.0, 9071.0, 9117.0, 9058.0, 9091.0, 9028.0, 9002.0, 9042.0, 9003.0, 9001.0, 9005.0, 9010.0, 9055.0, 9032.0, 9085.0, 9084.0, 9124.0, 9066.0, 9029.0, 9003.0, 9012.0, 9073.0, 9013.0, 9061.0, 9013.0, 9008.0, 9011.0, 9051.0, 9121.0, 9051.0, 9037.0, 9104.0, 9058.0, 9123.0, 9119.0, 9091.0, 9069.0, 9011.0, 9050.0, 9024.0, 9069.0, 9043.0, 9018.0, 9096.0, 9051.0, 9031.0, 9066.0, 9038.0, 9091.0, 9074.0, 9106.0, 9072.0, 9051.0, 9072.0, 9028.0, 9083.0, 9061.0, 9098.0, 9068.0, 9074.0, 9045.0, 9025.0, 9078.0, 9061.0, 8995.0, 9040.0, 9029.0, 9026.0, 9040.0, 9043.0, 9070.0, 9052.0, 9088.0, 9061.0, 9099.0, 9062.0, 9115.0, 9064.0, 9044.0, 9032.0, 9013.0, 9107.0, 9041.0, 9062.0, 9025.0, 9021.0, 9047.0, 9058.0, 9091.0, 9063.0, 9041.0, 9110.0, 9051.0, 9034.0, 9088.0, 9056.0, 9051.0, 9083.0, 9016.0, 9101.0, 9059.0, 9143.0, 9107.0, 9092.0, 9071.0, 8989.0, 9029.0, 8992.0, 9078.0, 9075.0, 9051.0, 9084.0, 9038.0, 9020.0, 9018.0, 8992.0, 9073.0, 9009.0, 9007.0, 9037.0, 8996.0, 9017.0, 9074.0, 9053.0, 9041.0, 9129.0, 9103.0, 9147.0, 9087.0, 9036.0, 9079.0, 9013.0, 9021.0, 9090.0, 9038.0, 9060.0, 8995.0, 8995.0, 9026.0, 9037.0, 9096.0, 9057.0, 9018.0, 9081.0, 9014.0, 9029.0, 9087.0, 9095.0, 9108.0, 9084.0, 9027.0, 9081.0, 9032.0, 9078.0, 9082.0, 9056.0, 9091.0, 9050.0, 9006.0, 9077.0, 9053.0, 9118.0, 9082.0, 8999.0, 9024.0, 9044.0, 9054.0, 9075.0, 9114.0, 9120.0, 9111.0, 9132.0, 9039.0, 9011.0, 9049.0, 9090.0, 9067.0, 9117.0, 9081.0, 9070.0, 9056.0, 9005.0, 9065.0, 9025.0, 9091.0, 9039.0, 8994.0, 9033.0, 8980.0, 8967.0, 9031.0, 9007.0, 9053.0, 9006.0, 9006.0, 9078.0, 9044.0, 8992.0, 9017.0, 8995.0, 9079.0, 9053.0, 9009.0, 9102.0, 9071.0, 8995.0, 9067.0, 9014.0, 9078.0, 9048.0, 9025.0, 9090.0, 9035.0, 9044.0, 9082.0, 9014.0, 9013.0, 9062.0, 9059.0, 9059.0, 9090.0, 9035.0, 9018.0, 9065.0, 9025.0, 9105.0, 9076.0, 9041.0, 9063.0, 9071.0, 9099.0, 9104.0, 9079.0, 9063.0, 9084.0, 9014.0, 9045.0, 9076.0, 9067.0, 9119.0, 9089.0, 9031.0, 9112.0, 9094.0, 9075.0, 9116.0, 9057.0, 9012.0, 9054.0, 9023.0, 9032.0, 9103.0, 9068.0, 9119.0, 9100.0, 9028.0, 9052.0, 9019.0, 9094.0, 9079.0, 9020.0, 9065.0, 9035.0, 9095.0, 9038.0, 9020.0, 9040.0, 9015.0, 9109.0, 9052.0, 9021.0, 9085.0, 9016.0, 9027.0, 9069.0, 9053.0, 9099.0, 9070.0, 9016.0, 9097.0, 9034.0, 9106.0, 9102.0, 9041.0, 9107.0, 9042.0, 9040.0, 9103.0, 9073.0, 9038.0, 9066.0, 9015.0, 9118.0, 9090.0, 9039.0, 9099.0, 9067.0, 9015.0, 9082.0, 9035.0, 9040.0, 9078.0, 9024.0, 9098.0, 9097.0, 9033.0, 9088.0, 8992.0, 9080.0, 9069.0, 9051.0, 9119.0, 9085.0, 9023.0, 9095.0, 9006.0, 9023.0, 9077.0, 9029.0, 9096.0, 9086.0, 9054.0, 9142.0, 9088.0, 9022.0, 9075.0, 9011.0, 9022.0, 9082.0, 9044.0, 9094.0, 9030.0, 9010.0, 9097.0, 9051.0, 9106.0, 9145.0, 9054.0, 9035.0, 9070.0, 9021.0, 9046.0, 9038.0, 9038.0, 9129.0, 9091.0, 9083.0, 9107.0, 9028.0, 9020.0, 9082.0, 9060.0, 9092.0, 9102.0, 9039.0, 9124.0, 9083.0, 9036.0, 9119.0, 9049.0, 9033.0, 9102.0, 9067.0, 9097.0, 9137.0, 9090.0, 9045.0, 9113.0, 9061.0, 9106.0, 9140.0, 9087.0, 9053.0, 9083.0, 9015.0, 9049.0, 9092.0, 9033.0, 9037.0, 9079.0, 9053.0, 9040.0, 9055.0, 9096.0, 9095.0, 9118.0, 9109.0, 9107.0, 9103.0, 9080.0, 9038.0, 9096.0, 9092.0, 9076.0, 9111.0, 9069.0, 9013.0, 9054.0, 9013.0, 9050.0, 9060.0, 9004.0, 9071.0, 8989.0, 9018.0, 9101.0, 9047.0, 9024.0, 9033.0, 9014.0, 9031.0, 9042.0, 9040.0, 9083.0, 9105.0, 9080.0, 9099.0, 9075.0, 9020.0, 9138.0, 9086.0, 9051.0, 9076.0, 9031.0, 9101.0, 9099.0, 9040.0, 9041.0, 9050.0, 9002.0, 9093.0, 9066.0, 9024.0, 9116.0, 9123.0, 9083.0, 9049.0, 9111.0, 9054.0, 9025.0, 9057.0, 9031.0, 9022.0, 9053.0, 9014.0, 9095.0, 9088.0, 9053.0, 9122.0, 9097.0, 9034.0, 9055.0, 9016.0, 8987.0, 9071.0, 9060.0, 9063.0, 9066.0, 8990.0, 9067.0, 9000.0, 8989.0, 9066.0, 9014.0, 9052.0, 9013.0, 8981.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.0009615862068965516</td></tr>
<tr><td colspan=3>aqi</td><td>0.045452930804597697</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.903069196593805</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1054272581012659</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9554634484464913</td></tr>
<tr><td colspan=3>efc</td><td>0.4735</td></tr>
<tr><td colspan=3>fber</td><td>4739.7119</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1452639214024618</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>176</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>20.229885057471265</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5777245889978437</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.567151575157973</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.684340754182147</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4816814376534104</td></tr>
<tr><td colspan=3>gcor</td><td>0.00918012</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01777965947985649</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02286209911108017</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.017637799333045</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>34.6767</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.0401</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>162.5474</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>300718.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>710.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>310.3254</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.8315</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>474.9594</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3291.4322</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3470.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>75826.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1143.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4286.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>863.6859</td></tr>
<tr><td colspan=3>tsnr</td><td>31.214913225267082</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>