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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0103_ses-03_task-social_acq-mb8_run-05_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-0103_ses-03_task-social_acq-mb8_run-05_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-05_session-03_subject-0103_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-0103/figures/sub-0103_ses-03_task-social_acq-mb8_run-05_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-03_task-social_acq-mb8_run-05_desc-stdev_bold.svg" target="_blank">sub-0103/figures/sub-0103_ses-03_task-social_acq-mb8_run-05_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-05_session-03_subject-0103_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-0103/figures/sub-0103_ses-03_task-social_acq-mb8_run-05_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-03_task-social_acq-mb8_run-05_desc-background_bold.svg" target="_blank">sub-0103/figures/sub-0103_ses-03_task-social_acq-mb8_run-05_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-05_session-03_subject-0103_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-0103/figures/sub-0103_ses-03_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-03_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" target="_blank">sub-0103/figures/sub-0103_ses-03_task-social_acq-mb8_run-05_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-05_session-03_subject-0103_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-0103/figures/sub-0103_ses-03_task-social_acq-mb8_run-05_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-03_task-social_acq-mb8_run-05_desc-carpet_bold.svg" target="_blank">sub-0103/figures/sub-0103_ses-03_task-social_acq-mb8_run-05_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-05_session-03_subject-0103_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-0103/figures/sub-0103_ses-03_task-social_acq-mb8_run-05_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-03_task-social_acq-mb8_run-05_desc-mean_bold.svg" target="_blank">sub-0103/figures/sub-0103_ses-03_task-social_acq-mb8_run-05_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-05_session-03_subject-0103_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-0103/figures/sub-0103_ses-03_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-03_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" target="_blank">sub-0103/figures/sub-0103_ses-03_task-social_acq-mb8_run-05_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-03_subject-0103_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-0103/figures/sub-0103_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
Problem loading figure sub-0103/figures/sub-0103_ses-03_task-social_acq-mb8_run-05_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-0103/figures/sub-0103_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0103/figures/sub-0103_ses-03_task-social_acq-mb8_run-05_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-0103/ses-03/func/sub-0103_ses-03_task-social_acq-mb8_run-05_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>fc6671b9cad5b8a7b9e37fa7f46389f8</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:08:56.880000</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.998195, 0.0408599, 0.0440112, -0.0336367, 0.987513, -0.153908]</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-05_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.0820545</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-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4227, -7721, -7273, 230, -173, -190, -146, 81]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>241.318</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>8bc1308f-f6c3-431c-a723-5341ddbfdac9||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.6780846118927, -0.09024490416049957, 0.13432583212852478, 109.98057556152344], [-0.1096242144703865, 2.649423837661743, -0.41080376505851746, -92.1328125], [0.11807893961668015, 0.4129231572151184, 2.66518235206604, -113.23271942138672], [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': ['210856.880000', '210857.340000', '210857.800000', '210858.260000', '210858.720000', '210859.180000', '210859.640000', '210900.100000', '210900.560000', '210901.020000', '210901.480000', '210901.940000', '210902.400000', '210902.860000', '210903.320000', '210903.780000', '210904.240000', '210904.700000', '210905.160000', '210905.620000', '210906.080000', '210906.540000', '210907.000000', '210907.460000', '210907.920000', '210908.380000', '210908.840000', '210909.300000', '210909.760000', '210910.220000', '210910.680000', '210911.140000', '210911.600000', '210912.060000', '210912.520000', '210912.980000', '210913.440000', '210913.900000', '210914.360000', '210914.820000', '210915.280000', '210915.740000', '210916.200000', '210916.660000', '210917.120000', '210917.580000', '210918.040000', '210918.500000', '210918.960000', '210919.420000', '210919.880000', '210920.340000', '210920.800000', '210921.260000', '210921.720000', '210922.180000', '210922.640000', '210923.100000', '210923.560000', '210924.020000', '210924.480000', '210924.940000', '210925.400000', '210925.860000', '210926.320000', '210926.780000', '210927.240000', '210927.700000', '210928.160000', '210928.620000', '210929.080000', '210929.540000', '210930.000000', '210930.460000', '210930.920000', '210931.380000', '210931.840000', '210932.300000', '210932.760000', '210933.220000', '210933.680000', '210934.140000', '210934.600000', '210935.060000', '210935.520000', '210935.980000', '210936.440000', '210936.900000', '210937.360000', '210937.820000', '210938.280000', '210938.740000', '210939.200000', '210939.660000', '210940.120000', '210940.580000', '210941.040000', '210941.500000', '210941.960000', '210942.420000', '210942.880000', '210943.340000', '210943.800000', '210944.260000', '210944.720000', '210945.180000', '210945.640000', '210946.100000', '210946.560000', '210947.020000', '210947.480000', '210947.940000', '210948.400000', '210948.860000', '210949.320000', '210949.780000', '210950.240000', '210950.700000', '210951.160000', '210951.620000', '210952.080000', '210952.540000', '210953.000000', '210953.460000', '210953.920000', '210954.380000', '210954.840000', '210955.300000', '210955.760000', '210956.220000', '210956.680000', '210957.140000', '210957.600000', '210958.060000', '210958.520000', '210958.980000', '210959.440000', '210959.900000', '211000.360000', '211000.820000', '211001.280000', '211001.740000', '211002.200000', '211002.660000', '211003.120000', '211003.580000', '211004.040000', '211004.500000', '211004.960000', '211005.420000', '211005.880000', '211006.340000', '211006.800000', '211007.260000', '211007.720000', '211008.180000', '211008.640000', '211009.100000', '211009.560000', '211010.020000', '211010.480000', '211010.940000', '211011.400000', '211011.860000', '211012.320000', '211012.780000', '211013.240000', '211013.700000', '211014.160000', '211014.620000', '211015.080000', '211015.540000', '211016.000000', '211016.460000', '211016.920000', '211017.380000', '211017.840000', '211018.300000', '211018.760000', '211019.220000', '211019.680000', '211020.140000', '211020.600000', '211021.060000', '211021.520000', '211021.980000', '211022.440000', '211022.900000', '211023.360000', '211023.820000', '211024.280000', '211024.740000', '211025.200000', '211025.660000', '211026.120000', '211026.580000', '211027.040000', '211027.500000', '211027.960000', '211028.420000', '211028.880000', '211029.340000', '211029.800000', '211030.260000', '211030.720000', '211031.180000', '211031.640000', '211032.100000', '211032.560000', '211033.020000', '211033.480000', '211033.940000', '211034.400000', '211034.860000', '211035.320000', '211035.780000', '211036.240000', '211036.700000', '211037.160000', '211037.620000', '211038.080000', '211038.540000', '211039.000000', '211039.460000', '211039.920000', '211040.380000', '211040.840000', '211041.300000', '211041.760000', '211042.220000', '211042.680000', '211043.140000', '211043.600000', '211044.060000', '211044.520000', '211044.980000', '211045.440000', '211045.900000', '211046.360000', '211046.820000', '211047.280000', '211047.740000', '211048.200000', '211048.660000', '211049.120000', '211049.580000', '211050.040000', '211050.500000', '211050.960000', '211051.420000', '211051.880000', '211052.340000', '211052.800000', '211053.260000', '211053.720000', '211054.180000', '211054.640000', '211055.100000', '211055.560000', '211056.020000', '211056.480000', '211056.940000', '211057.400000', '211057.860000', '211058.320000', '211058.780000', '211059.240000', '211059.700000', '211100.160000', '211100.620000', '211101.080000', '211101.540000', '211102.000000', '211102.460000', '211102.920000', '211103.380000', '211103.840000', '211104.300000', '211104.760000', '211105.220000', '211105.680000', '211106.140000', '211106.600000', '211107.060000', '211107.520000', '211107.980000', '211108.440000', '211108.900000', '211109.360000', '211109.820000', '211110.280000', '211110.740000', '211111.200000', '211111.660000', '211112.120000', '211112.580000', '211113.040000', '211113.500000', '211113.960000', '211114.420000', '211114.880000', '211115.340000', '211115.800000', '211116.260000', '211116.720000', '211117.180000', '211117.640000', '211118.100000', '211118.560000', '211119.020000', '211119.480000', '211119.940000', '211120.400000', '211120.860000', '211121.320000', '211121.780000', '211122.240000', '211122.700000', '211123.160000', '211123.620000', '211124.080000', '211124.540000', '211125.000000', '211125.460000', '211125.920000', '211126.380000', '211126.840000', '211127.300000', '211127.760000', '211128.220000', '211128.680000', '211129.140000', '211129.600000', '211130.060000', '211130.520000', '211130.980000', '211131.440000', '211131.900000', '211132.360000', '211132.820000', '211133.280000', '211133.740000', '211134.200000', '211134.660000', '211135.120000', '211135.580000', '211136.040000', '211136.500000', '211136.960000', '211137.420000', '211137.880000', '211138.340000', '211138.800000', '211139.260000', '211139.720000', '211140.180000', '211140.640000', '211141.100000', '211141.560000', '211142.020000', '211142.480000', '211142.940000', '211143.400000', '211143.860000', '211144.320000', '211144.780000', '211145.240000', '211145.700000', '211146.160000', '211146.620000', '211147.080000', '211147.540000', '211148.000000', '211148.460000', '211148.920000', '211149.380000', '211149.840000', '211150.300000', '211150.760000', '211151.220000', '211151.680000', '211152.140000', '211152.600000', '211153.060000', '211153.520000', '211153.980000', '211154.440000', '211154.900000', '211155.360000', '211155.820000', '211156.280000', '211156.740000', '211157.200000', '211157.660000', '211158.120000', '211158.580000', '211159.040000', '211159.500000', '211159.960000', '211200.420000', '211200.880000', '211201.340000', '211201.800000', '211202.260000', '211202.720000', '211203.180000', '211203.640000', '211204.100000', '211204.560000', '211205.020000', '211205.480000', '211205.940000', '211206.400000', '211206.860000', '211207.320000', '211207.780000', '211208.240000', '211208.700000', '211209.160000', '211209.620000', '211210.080000', '211210.540000', '211211.000000', '211211.460000', '211211.920000', '211212.380000', '211212.840000', '211213.300000', '211213.760000', '211214.220000', '211214.680000', '211215.140000', '211215.600000', '211216.060000', '211216.520000', '211216.980000', '211217.440000', '211217.900000', '211218.360000', '211218.820000', '211219.280000', '211219.740000', '211220.200000', '211220.660000', '211221.120000', '211221.580000', '211222.040000', '211222.500000', '211222.960000', '211223.420000', '211223.880000', '211224.340000', '211224.800000', '211225.260000', '211225.720000', '211226.180000', '211226.640000', '211227.100000', '211227.560000', '211228.020000', '211228.480000', '211228.940000', '211229.400000', '211229.860000', '211230.320000', '211230.780000', '211231.240000', '211231.700000', '211232.160000', '211232.620000', '211233.080000', '211233.540000', '211234.000000', '211234.460000', '211234.920000', '211235.380000', '211235.840000', '211236.300000', '211236.760000', '211237.220000', '211237.680000', '211238.140000', '211238.600000', '211239.060000', '211239.520000', '211239.980000', '211240.440000', '211240.900000', '211241.360000', '211241.820000', '211242.280000', '211242.740000', '211243.200000', '211243.660000', '211244.120000', '211244.580000', '211245.040000', '211245.500000', '211245.960000', '211246.420000', '211246.880000', '211247.340000', '211247.800000', '211248.260000', '211248.720000', '211249.180000', '211249.640000', '211250.100000', '211250.560000', '211251.020000', '211251.480000', '211251.940000', '211252.400000', '211252.860000', '211253.320000', '211253.780000', '211254.240000', '211254.700000', '211255.160000', '211255.620000', '211256.080000', '211256.540000', '211257.000000', '211257.460000', '211257.920000', '211258.380000', '211258.840000', '211259.300000', '211259.760000', '211300.220000', '211300.680000', '211301.140000', '211301.600000', '211302.060000', '211302.520000', '211302.980000', '211303.440000', '211303.900000', '211304.360000', '211304.820000', '211305.280000', '211305.740000', '211306.200000', '211306.660000', '211307.120000', '211307.580000', '211308.040000', '211308.500000', '211308.960000', '211309.420000', '211309.880000', '211310.340000', '211310.800000', '211311.260000', '211311.720000', '211312.180000', '211312.640000', '211313.100000', '211313.560000', '211314.020000', '211314.480000', '211314.940000', '211315.400000', '211315.860000', '211316.320000', '211316.780000', '211317.240000', '211317.700000', '211318.160000', '211318.620000', '211319.080000', '211319.540000', '211320.000000', '211320.460000', '211320.920000', '211321.380000', '211321.840000', '211322.300000', '211322.760000', '211323.220000', '211323.680000', '211324.140000', '211324.600000', '211325.060000', '211325.520000', '211325.980000', '211326.440000', '211326.900000', '211327.360000', '211327.820000', '211328.280000', '211328.740000', '211329.200000', '211329.660000', '211330.120000', '211330.580000', '211331.040000', '211331.500000', '211331.960000', '211332.420000', '211332.880000', '211333.340000', '211333.800000', '211334.260000', '211334.720000', '211335.180000', '211335.640000', '211336.100000', '211336.560000', '211337.020000', '211337.480000', '211337.940000', '211338.400000', '211338.860000', '211339.320000', '211339.780000', '211340.240000', '211340.700000', '211341.160000', '211341.620000', '211342.080000', '211342.540000', '211343.000000', '211343.460000', '211343.920000', '211344.380000', '211344.840000', '211345.300000', '211345.760000', '211346.220000', '211346.680000', '211347.140000', '211347.600000', '211348.060000', '211348.520000', '211348.980000', '211349.440000', '211349.900000', '211350.360000', '211350.820000', '211351.280000', '211351.740000', '211352.200000', '211352.660000', '211353.120000', '211353.580000', '211354.040000', '211354.500000', '211354.960000', '211355.420000', '211355.880000', '211356.340000', '211356.800000', '211357.260000', '211357.720000', '211358.180000', '211358.640000', '211359.100000', '211359.560000', '211400.020000', '211400.480000', '211400.940000', '211401.400000', '211401.860000', '211402.320000', '211402.780000', '211403.240000', '211403.700000', '211404.160000', '211404.620000', '211405.080000', '211405.540000', '211406.000000', '211406.460000', '211406.920000', '211407.380000', '211407.840000', '211408.300000', '211408.760000', '211409.220000', '211409.680000', '211410.140000', '211410.600000', '211411.060000', '211411.520000', '211411.980000', '211412.440000', '211412.900000', '211413.360000', '211413.820000', '211414.280000', '211414.740000', '211415.200000', '211415.660000', '211416.120000', '211416.580000', '211417.040000', '211417.500000', '211417.960000', '211418.420000', '211418.880000', '211419.340000', '211419.800000', '211420.260000', '211420.720000', '211421.180000', '211421.640000', '211422.100000', '211422.560000', '211423.020000', '211423.480000', '211423.940000', '211424.400000', '211424.860000', '211425.320000', '211425.780000', '211426.240000', '211426.700000', '211427.160000', '211427.620000', '211428.080000', '211428.540000', '211429.000000', '211429.460000', '211429.920000', '211430.380000', '211430.840000', '211431.300000', '211431.760000', '211432.220000', '211432.680000', '211433.140000', '211433.600000', '211434.060000', '211434.520000', '211434.980000', '211435.440000', '211435.900000', '211436.360000', '211436.820000', '211437.280000', '211437.740000', '211438.200000', '211438.660000', '211439.120000', '211439.580000', '211440.040000', '211440.500000', '211440.960000', '211441.420000', '211441.880000', '211442.340000', '211442.800000', '211443.260000', '211443.720000', '211444.180000', '211444.640000', '211445.100000', '211445.560000', '211446.020000', '211446.480000', '211446.940000', '211447.400000', '211447.860000', '211448.320000', '211448.780000', '211449.240000', '211449.700000', '211450.160000', '211450.620000', '211451.080000', '211451.540000', '211452.000000', '211452.460000', '211452.920000', '211453.380000', '211453.840000', '211454.300000', '211454.760000', '211455.220000', '211455.680000', '211456.140000', '211456.600000', '211457.060000', '211457.520000', '211457.980000', '211458.440000', '211458.900000', '211459.360000', '211459.820000', '211500.280000', '211500.740000', '211501.200000', '211501.660000', '211502.120000', '211502.580000', '211503.040000', '211503.500000', '211503.960000', '211504.420000', '211504.880000', '211505.340000', '211505.800000', '211506.260000', '211506.720000', '211507.180000', '211507.640000', '211508.100000', '211508.560000', '211509.020000', '211509.480000', '211509.940000', '211510.400000', '211510.860000', '211511.320000', '211511.780000', '211512.240000', '211512.700000', '211513.160000', '211513.620000', '211514.080000', '211514.540000', '211515.000000', '211515.460000', '211515.920000', '211516.380000', '211516.840000', '211517.300000', '211517.760000', '211518.220000', '211518.680000', '211519.140000', '211519.600000', '211520.060000', '211520.520000', '211520.980000', '211521.440000', '211521.900000', '211522.360000', '211522.820000', '211523.280000', '211523.740000', '211524.200000', '211524.660000', '211525.120000', '211525.580000', '211526.040000', '211526.500000', '211526.960000', '211527.420000', '211527.880000', '211528.340000', '211528.800000', '211529.260000', '211529.720000', '211530.180000', '211530.640000', '211531.100000', '211531.560000', '211532.020000', '211532.480000', '211532.940000', '211533.400000', '211533.860000', '211534.320000', '211534.780000', '211535.240000', '211535.700000', '211536.160000', '211536.620000', '211537.080000', '211537.540000'], 'ContentTime': ['210912.091000', '210912.094000', '210912.096000', '210912.099000', '210912.106000', '210912.108000', '210912.111000', '210912.114000', '210912.116000', '210912.119000', '210912.121000', '210912.124000', '210912.127000', '210912.129000', '210912.132000', '210912.134000', '210912.137000', '210912.140000', '210912.147000', '210912.150000', '210912.153000', '210912.155000', '210912.158000', '210912.160000', '210912.163000', '210912.166000', '210912.168000', '210912.171000', '210912.173000', '210912.176000', '210912.179000', '210932.035000', '210932.038000', '210932.041000', '210932.043000', '210932.046000', '210932.049000', '210932.051000', '210932.054000', '210932.056000', '210932.059000', '210932.061000', '210932.064000', '210932.067000', '210932.070000', '210932.072000', '210932.078000', '210932.081000', '210932.083000', '210932.086000', '210932.088000', '210932.091000', '210932.094000', '210932.096000', '210932.099000', '210932.101000', '210932.104000', '210932.107000', '210932.109000', '210932.112000', '210932.114000', '210932.117000', '210932.119000', '210932.122000', '210932.124000', '210932.127000', '210932.130000', '210932.132000', '210932.135000', '210932.137000', '210932.140000', '210932.143000', '210932.145000', '210932.148000', '210932.150000', '210952.034000', '210952.037000', '210952.040000', '210952.043000', '210952.045000', '210952.048000', '210952.050000', '210952.053000', '210952.056000', '210952.058000', '210952.061000', '210952.063000', '210952.066000', '210952.069000', '210952.071000', '210952.074000', '210952.076000', '210952.083000', '210952.086000', '210952.088000', '210952.091000', '210952.093000', '210952.096000', '210952.099000', '210952.101000', '210952.104000', '210952.106000', '210952.109000', '210952.111000', '210952.114000', '210952.117000', '210952.119000', '210952.122000', '210952.124000', '210952.127000', '210952.130000', '210952.132000', '210952.135000', '210952.137000', '210952.140000', '210952.143000', '210952.145000', '210952.148000', '211012.034000', '211012.037000', '211012.040000', '211012.042000', '211012.045000', '211012.048000', '211012.050000', '211012.053000', '211012.056000', '211012.058000', '211012.061000', '211012.063000', '211012.066000', '211012.068000', '211012.072000', '211012.075000', '211012.078000', '211012.080000', '211012.083000', '211012.086000', '211012.088000', '211012.091000', '211012.093000', '211012.096000', '211012.099000', '211012.101000', '211012.104000', '211012.106000', '211012.109000', '211012.112000', '211012.114000', '211012.117000', '211012.120000', '211012.123000', '211012.126000', '211012.130000', '211012.132000', '211012.135000', '211012.138000', '211012.141000', '211012.143000', '211012.146000', '211012.148000', '211012.151000', '211032.035000', '211032.039000', '211032.041000', '211032.044000', '211032.046000', '211032.049000', '211032.052000', '211032.054000', '211032.057000', '211032.060000', '211032.062000', '211032.065000', '211032.067000', '211032.070000', '211032.073000', '211032.075000', '211032.078000', '211032.080000', '211032.083000', '211032.085000', '211032.088000', '211032.091000', '211032.093000', '211032.096000', '211032.098000', '211032.101000', '211032.104000', '211032.106000', '211032.109000', '211032.111000', '211032.114000', '211032.117000', '211032.119000', '211032.122000', '211032.124000', '211032.154000', '211032.156000', '211032.159000', '211032.161000', '211032.164000', '211032.167000', '211032.169000', '211032.172000', '211052.035000', '211052.038000', '211052.041000', '211052.044000', '211052.046000', '211052.049000', '211052.052000', '211052.054000', '211052.057000', '211052.059000', '211052.062000', '211052.065000', '211052.067000', '211052.070000', '211052.072000', '211052.075000', '211052.077000', '211052.080000', '211052.083000', '211052.085000', '211052.088000', '211052.090000', '211052.093000', '211052.095000', '211052.098000', '211052.101000', '211052.103000', '211052.106000', '211052.108000', '211052.111000', '211052.113000', '211052.116000', '211052.119000', '211052.121000', '211052.124000', '211052.126000', '211052.129000', '211052.131000', '211052.134000', '211052.137000', '211052.139000', '211052.142000', '211052.144000', '211112.035000', '211112.039000', '211112.041000', '211112.044000', '211112.046000', '211112.049000', '211112.052000', '211112.054000', '211112.057000', '211112.059000', '211112.062000', '211112.065000', '211112.067000', '211112.070000', '211112.072000', '211112.075000', '211112.078000', '211112.080000', '211112.083000', '211112.086000', '211112.088000', '211112.091000', '211112.093000', '211112.096000', '211112.099000', '211112.101000', '211112.104000', '211112.106000', '211112.109000', '211112.112000', '211112.114000', '211112.117000', '211112.119000', '211112.122000', '211112.125000', '211112.127000', '211112.130000', '211112.133000', '211112.135000', '211112.138000', '211112.141000', '211112.143000', '211112.146000', '211112.148000', '211132.035000', '211132.038000', '211132.041000', '211132.044000', '211132.046000', '211132.049000', '211132.051000', '211132.054000', '211132.057000', '211132.059000', '211132.062000', '211132.065000', '211132.067000', '211132.070000', '211132.072000', '211132.075000', '211132.077000', '211132.080000', '211132.083000', '211132.085000', '211132.088000', '211132.090000', '211132.093000', '211132.096000', '211132.098000', '211132.101000', '211132.103000', '211132.107000', '211132.111000', '211132.114000', '211132.117000', '211132.120000', '211132.122000', '211132.125000', '211132.127000', '211132.130000', '211132.133000', '211132.135000', '211132.138000', '211132.140000', '211132.143000', '211132.146000', '211132.148000', '211152.036000', '211152.038000', '211152.041000', '211152.043000', '211152.047000', '211152.049000', '211152.052000', '211152.054000', '211152.057000', '211152.060000', '211152.062000', '211152.065000', '211152.067000', '211152.070000', '211152.073000', '211152.075000', '211152.078000', '211152.080000', '211152.083000', '211152.086000', '211152.088000', '211152.091000', '211152.093000', '211152.096000', '211152.099000', '211152.101000', '211152.104000', '211152.106000', '211152.109000', '211152.112000', '211152.114000', '211152.117000', '211152.120000', '211152.122000', '211152.125000', '211152.128000', '211152.130000', '211152.133000', '211152.135000', '211152.138000', '211152.141000', '211152.143000', '211152.146000', '211152.148000', '211212.034000', '211212.037000', '211212.040000', '211212.043000', '211212.045000', '211212.048000', '211212.051000', '211212.053000', '211212.056000', '211212.058000', '211212.061000', '211212.064000', '211212.066000', '211212.069000', '211212.072000', '211212.074000', '211212.077000', '211212.090000', '211212.092000', '211212.095000', '211212.098000', '211212.100000', '211212.103000', '211212.105000', '211212.108000', '211212.111000', '211212.114000', '211212.116000', '211212.119000', '211212.121000', '211212.124000', '211212.127000', '211212.129000', '211212.132000', '211212.134000', '211212.137000', '211212.140000', '211212.142000', '211212.145000', '211212.148000', '211212.151000', '211212.154000', '211212.157000', '211232.034000', '211232.037000', '211232.040000', '211232.043000', '211232.045000', '211232.048000', '211232.051000', '211232.053000', '211232.056000', '211232.058000', '211232.061000', '211232.064000', '211232.066000', '211232.069000', '211232.072000', '211232.075000', '211232.077000', '211232.080000', '211232.082000', '211232.085000', '211232.088000', '211232.090000', '211232.093000', '211232.095000', '211232.098000', '211232.101000', '211232.103000', '211232.106000', '211232.109000', '211232.111000', '211232.114000', '211232.116000', '211232.119000', '211232.122000', '211232.124000', '211232.127000', '211232.129000', '211232.132000', '211232.134000', '211232.137000', '211232.140000', '211232.142000', '211232.145000', '211232.148000', '211252.036000', '211252.039000', '211252.042000', '211252.044000', '211252.047000', '211252.050000', '211252.052000', '211252.055000', '211252.057000', '211252.060000', '211252.062000', '211252.065000', '211252.068000', '211252.070000', '211252.073000', '211252.075000', '211252.078000', '211252.081000', '211252.083000', '211252.086000', '211252.088000', '211252.091000', '211252.094000', '211252.097000', '211252.099000', '211252.102000', '211252.105000', '211252.109000', '211252.111000', '211252.114000', '211252.117000', '211252.119000', '211252.122000', '211252.124000', '211252.127000', '211252.130000', '211252.132000', '211252.135000', '211252.138000', '211252.141000', '211252.143000', '211252.146000', '211252.148000', '211312.036000', '211312.039000', '211312.042000', '211312.044000', '211312.047000', '211312.049000', '211312.052000', '211312.055000', '211312.057000', '211312.060000', '211312.063000', '211312.065000', '211312.068000', '211312.070000', '211312.073000', '211312.076000', '211312.078000', '211312.081000', '211312.084000', '211312.086000', '211312.089000', '211312.092000', '211312.094000', '211312.097000', '211312.100000', '211312.102000', '211312.105000', '211312.107000', '211312.110000', '211312.113000', '211312.115000', '211312.118000', '211312.121000', '211312.123000', '211312.126000', '211312.128000', '211312.131000', '211312.134000', '211312.136000', '211312.139000', '211312.141000', '211312.144000', '211312.147000', '211312.149000', '211332.035000', '211332.038000', '211332.041000', '211332.043000', '211332.046000', '211332.049000', '211332.052000', '211332.054000', '211332.057000', '211332.059000', '211332.062000', '211332.065000', '211332.067000', '211332.070000', '211332.073000', '211332.075000', '211332.078000', '211332.081000', '211332.083000', '211332.086000', '211332.088000', '211332.091000', '211332.094000', '211332.096000', '211332.099000', '211332.102000', '211332.105000', '211332.108000', '211332.111000', '211332.114000', '211332.116000', '211332.119000', '211332.121000', '211332.124000', '211332.127000', '211332.129000', '211332.132000', '211332.134000', '211332.137000', '211332.140000', '211332.143000', '211332.145000', '211332.157000', '211352.036000', '211352.039000', '211352.042000', '211352.044000', '211352.047000', '211352.049000', '211352.052000', '211352.055000', '211352.057000', '211352.060000', '211352.062000', '211352.065000', '211352.068000', '211352.070000', '211352.073000', '211352.076000', '211352.078000', '211352.081000', '211352.083000', '211352.086000', '211352.089000', '211352.091000', '211352.094000', '211352.097000', '211352.099000', '211352.102000', '211352.105000', '211352.107000', '211352.110000', '211352.113000', '211352.115000', '211352.118000', '211352.121000', '211352.123000', '211352.126000', '211352.128000', '211352.131000', '211352.134000', '211352.136000', '211352.139000', '211352.142000', '211352.144000', '211352.147000', '211352.150000', '211412.035000', '211412.038000', '211412.041000', '211412.044000', '211412.046000', '211412.049000', '211412.052000', '211412.054000', '211412.057000', '211412.060000', '211412.062000', '211412.065000', '211412.068000', '211412.070000', '211412.073000', '211412.076000', '211412.078000', '211412.081000', '211412.083000', '211412.086000', '211412.089000', '211412.091000', '211412.094000', '211412.097000', '211412.099000', '211412.102000', '211412.104000', '211412.107000', '211412.110000', '211412.112000', '211412.115000', '211412.117000', '211412.120000', '211412.123000', '211412.125000', '211412.128000', '211412.130000', '211412.133000', '211412.136000', '211412.138000', '211412.141000', '211412.144000', '211412.146000', '211432.034000', '211432.037000', '211432.040000', '211432.042000', '211432.045000', '211432.048000', '211432.050000', '211432.053000', '211432.056000', '211432.058000', '211432.061000', '211432.064000', '211432.066000', '211432.069000', '211432.071000', '211432.074000', '211432.077000', '211432.079000', '211432.082000', '211432.084000', '211432.087000', '211432.090000', '211432.092000', '211432.095000', '211432.098000', '211432.100000', '211432.103000', '211432.105000', '211432.108000', '211432.111000', '211432.113000', '211432.116000', '211432.119000', '211432.121000', '211432.124000', '211432.126000', '211432.129000', '211432.132000', '211432.134000', '211432.137000', '211432.140000', '211432.142000', '211432.145000', '211432.147000', '211452.034000', '211452.037000', '211452.041000', '211452.044000', '211452.046000', '211452.049000', '211452.052000', '211452.054000', '211452.057000', '211452.059000', '211452.062000', '211452.065000', '211452.067000', '211452.070000', '211452.073000', '211452.075000', '211452.078000', '211452.081000', '211452.083000', '211452.086000', '211452.088000', '211452.091000', '211452.094000', '211452.097000', '211452.099000', '211452.102000', '211452.105000', '211452.109000', '211452.111000', '211452.114000', '211452.117000', '211452.119000', '211452.122000', '211452.124000', '211452.127000', '211452.130000', '211452.132000', '211452.135000', '211452.138000', '211452.140000', '211452.143000', '211452.145000', '211452.148000', '211512.036000', '211512.039000', '211512.041000', '211512.044000', '211512.047000', '211512.049000', '211512.052000', '211512.055000', '211512.057000', '211512.060000', '211512.075000', '211512.078000', '211512.080000', '211512.083000', '211512.085000', '211512.088000', '211512.091000', '211512.093000', '211512.096000', '211512.099000', '211512.101000', '211512.104000', '211512.106000', '211512.109000', '211512.112000', '211512.114000', '211512.117000', '211512.119000', '211512.122000', '211512.125000', '211512.127000', '211512.130000', '211512.132000', '211512.135000', '211512.138000', '211512.140000', '211512.143000', '211512.145000', '211512.148000', '211512.151000', '211512.153000', '211512.156000', '211512.158000', '211512.161000', '211532.036000', '211532.039000', '211532.041000', '211532.044000', '211532.046000', '211532.049000', '211532.052000', '211532.054000', '211532.057000', '211532.060000', '211532.062000', '211532.065000', '211532.068000', '211532.070000', '211532.073000', '211532.075000', '211532.078000', '211532.081000', '211532.083000', '211532.086000', '211532.088000', '211532.091000', '211532.094000', '211532.096000', '211532.099000', '211532.102000', '211532.104000', '211532.107000', '211532.109000', '211532.112000', '211532.115000', '211532.117000', '211532.120000', '211532.122000', '211532.125000', '211532.128000', '211532.130000', '211532.133000', '211532.135000', '211532.138000', '211532.141000', '211532.143000', '211532.146000', '211538.608000', '211538.611000', '211538.614000', '211538.617000', '211538.620000', '211538.623000', '211538.625000', '211538.628000', '211538.631000', '211538.634000', '211538.637000', '211538.640000', '211538.642000', '211538.645000', '211538.648000'], 'InstanceCreationTime': ['210912.091000', '210912.094000', '210912.096000', '210912.099000', '210912.106000', '210912.108000', '210912.111000', '210912.114000', '210912.116000', '210912.119000', '210912.121000', '210912.124000', '210912.127000', '210912.129000', '210912.132000', '210912.134000', '210912.137000', '210912.140000', '210912.147000', '210912.150000', '210912.153000', '210912.155000', '210912.158000', '210912.160000', '210912.163000', '210912.166000', '210912.168000', '210912.171000', '210912.173000', '210912.176000', '210912.179000', '210932.035000', '210932.038000', '210932.041000', '210932.043000', '210932.046000', '210932.049000', '210932.051000', '210932.054000', '210932.056000', '210932.059000', '210932.061000', '210932.064000', '210932.067000', '210932.070000', '210932.072000', '210932.078000', '210932.081000', '210932.083000', '210932.086000', '210932.088000', '210932.091000', '210932.094000', '210932.096000', '210932.099000', '210932.101000', '210932.104000', '210932.107000', '210932.109000', '210932.112000', '210932.114000', '210932.117000', '210932.119000', '210932.122000', '210932.124000', '210932.127000', '210932.130000', '210932.132000', '210932.135000', '210932.137000', '210932.140000', '210932.143000', '210932.145000', '210932.148000', '210932.150000', '210952.034000', '210952.037000', '210952.040000', '210952.043000', '210952.045000', '210952.048000', '210952.050000', '210952.053000', '210952.056000', '210952.058000', '210952.061000', '210952.063000', '210952.066000', '210952.069000', '210952.071000', '210952.074000', '210952.076000', '210952.083000', '210952.086000', '210952.088000', '210952.091000', '210952.093000', '210952.096000', '210952.099000', '210952.101000', '210952.104000', '210952.106000', '210952.109000', '210952.111000', '210952.114000', '210952.117000', '210952.119000', '210952.122000', '210952.124000', '210952.127000', '210952.130000', '210952.132000', '210952.135000', '210952.137000', '210952.140000', '210952.143000', '210952.145000', '210952.148000', '211012.034000', '211012.037000', '211012.040000', '211012.042000', '211012.045000', '211012.048000', '211012.050000', '211012.053000', '211012.056000', '211012.058000', '211012.061000', '211012.063000', '211012.066000', '211012.068000', '211012.072000', '211012.075000', '211012.078000', '211012.080000', '211012.083000', '211012.086000', '211012.088000', '211012.091000', '211012.093000', '211012.096000', '211012.099000', '211012.101000', '211012.104000', '211012.106000', '211012.109000', '211012.112000', '211012.114000', '211012.117000', '211012.120000', '211012.123000', '211012.126000', '211012.130000', '211012.132000', '211012.135000', '211012.138000', '211012.141000', '211012.143000', '211012.146000', '211012.148000', '211012.151000', '211032.035000', '211032.039000', '211032.041000', '211032.044000', '211032.046000', '211032.049000', '211032.052000', '211032.054000', '211032.057000', '211032.060000', '211032.062000', '211032.065000', '211032.067000', '211032.070000', '211032.073000', '211032.075000', '211032.078000', '211032.080000', '211032.083000', '211032.085000', '211032.088000', '211032.091000', '211032.093000', '211032.096000', '211032.098000', '211032.101000', '211032.104000', '211032.106000', '211032.109000', '211032.111000', '211032.114000', '211032.117000', '211032.119000', '211032.122000', '211032.124000', '211032.154000', '211032.156000', '211032.159000', '211032.161000', '211032.164000', '211032.167000', '211032.169000', '211032.172000', '211052.035000', '211052.038000', '211052.041000', '211052.044000', '211052.046000', '211052.049000', '211052.052000', '211052.054000', '211052.057000', '211052.059000', '211052.062000', '211052.065000', '211052.067000', '211052.070000', '211052.072000', '211052.075000', '211052.077000', '211052.080000', '211052.083000', '211052.085000', '211052.088000', '211052.090000', '211052.093000', '211052.095000', '211052.098000', '211052.101000', '211052.103000', '211052.106000', '211052.108000', '211052.111000', '211052.113000', '211052.116000', '211052.119000', '211052.121000', '211052.124000', '211052.126000', '211052.129000', '211052.131000', '211052.134000', '211052.137000', '211052.139000', '211052.142000', '211052.144000', '211112.035000', '211112.039000', '211112.041000', '211112.044000', '211112.046000', '211112.049000', '211112.052000', '211112.054000', '211112.057000', '211112.059000', '211112.062000', '211112.065000', '211112.067000', '211112.070000', '211112.072000', '211112.075000', '211112.078000', '211112.080000', '211112.083000', '211112.086000', '211112.088000', '211112.091000', '211112.093000', '211112.096000', '211112.099000', '211112.101000', '211112.104000', '211112.106000', '211112.109000', '211112.112000', '211112.114000', '211112.117000', '211112.119000', '211112.122000', '211112.125000', '211112.127000', '211112.130000', '211112.133000', '211112.135000', '211112.138000', '211112.141000', '211112.143000', '211112.146000', '211112.148000', '211132.035000', '211132.038000', '211132.041000', '211132.044000', '211132.046000', '211132.049000', '211132.051000', '211132.054000', '211132.057000', '211132.059000', '211132.062000', '211132.065000', '211132.067000', '211132.070000', '211132.072000', '211132.075000', '211132.077000', '211132.080000', '211132.083000', '211132.085000', '211132.088000', '211132.090000', '211132.093000', '211132.096000', '211132.098000', '211132.101000', '211132.103000', '211132.107000', '211132.111000', '211132.114000', '211132.117000', '211132.120000', '211132.122000', '211132.125000', '211132.127000', '211132.130000', '211132.133000', '211132.135000', '211132.138000', '211132.140000', '211132.143000', '211132.146000', '211132.148000', '211152.036000', '211152.038000', '211152.041000', '211152.043000', '211152.047000', '211152.049000', '211152.052000', '211152.054000', '211152.057000', '211152.060000', '211152.062000', '211152.065000', '211152.067000', '211152.070000', '211152.073000', '211152.075000', '211152.078000', '211152.080000', '211152.083000', '211152.086000', '211152.088000', '211152.091000', '211152.093000', '211152.096000', '211152.099000', '211152.101000', '211152.104000', '211152.106000', '211152.109000', '211152.112000', '211152.114000', '211152.117000', '211152.120000', '211152.122000', '211152.125000', '211152.128000', '211152.130000', '211152.133000', '211152.135000', '211152.138000', '211152.141000', '211152.143000', '211152.146000', '211152.148000', '211212.034000', '211212.037000', '211212.040000', '211212.043000', '211212.045000', '211212.048000', '211212.051000', '211212.053000', '211212.056000', '211212.058000', '211212.061000', '211212.064000', '211212.066000', '211212.069000', '211212.072000', '211212.074000', '211212.077000', '211212.090000', '211212.092000', '211212.095000', '211212.098000', '211212.100000', '211212.103000', '211212.105000', '211212.108000', '211212.111000', '211212.114000', '211212.116000', '211212.119000', '211212.121000', '211212.124000', '211212.127000', '211212.129000', '211212.132000', '211212.134000', '211212.137000', '211212.140000', '211212.142000', '211212.145000', '211212.148000', '211212.151000', '211212.154000', '211212.157000', '211232.034000', '211232.037000', '211232.040000', '211232.043000', '211232.045000', '211232.048000', '211232.051000', '211232.053000', '211232.056000', '211232.058000', '211232.061000', '211232.064000', '211232.066000', '211232.069000', '211232.072000', '211232.075000', '211232.077000', '211232.080000', '211232.082000', '211232.085000', '211232.088000', '211232.090000', '211232.093000', '211232.095000', '211232.098000', '211232.101000', '211232.103000', '211232.106000', '211232.109000', '211232.111000', '211232.114000', '211232.116000', '211232.119000', '211232.122000', '211232.124000', '211232.127000', '211232.129000', '211232.132000', '211232.134000', '211232.137000', '211232.140000', '211232.142000', '211232.145000', '211232.148000', '211252.036000', '211252.039000', '211252.042000', '211252.044000', '211252.047000', '211252.050000', '211252.052000', '211252.055000', '211252.057000', '211252.060000', '211252.062000', '211252.065000', '211252.068000', '211252.070000', '211252.073000', '211252.075000', '211252.078000', '211252.081000', '211252.083000', '211252.086000', '211252.088000', '211252.091000', '211252.094000', '211252.097000', '211252.099000', '211252.102000', '211252.105000', '211252.109000', '211252.111000', '211252.114000', '211252.117000', '211252.119000', '211252.122000', '211252.124000', '211252.127000', '211252.130000', '211252.132000', '211252.135000', '211252.138000', '211252.141000', '211252.143000', '211252.146000', '211252.148000', '211312.036000', '211312.039000', '211312.042000', '211312.044000', '211312.047000', '211312.049000', '211312.052000', '211312.055000', '211312.057000', '211312.060000', '211312.063000', '211312.065000', '211312.068000', '211312.070000', '211312.073000', '211312.076000', '211312.078000', '211312.081000', '211312.084000', '211312.086000', '211312.089000', '211312.092000', '211312.094000', '211312.097000', '211312.100000', '211312.102000', '211312.105000', '211312.107000', '211312.110000', '211312.113000', '211312.115000', '211312.118000', '211312.121000', '211312.123000', '211312.126000', '211312.128000', '211312.131000', '211312.134000', '211312.136000', '211312.139000', '211312.141000', '211312.144000', '211312.147000', '211312.149000', '211332.035000', '211332.038000', '211332.041000', '211332.043000', '211332.046000', '211332.049000', '211332.052000', '211332.054000', '211332.057000', '211332.059000', '211332.062000', '211332.065000', '211332.067000', '211332.070000', '211332.073000', '211332.075000', '211332.078000', '211332.081000', '211332.083000', '211332.086000', '211332.088000', '211332.091000', '211332.094000', '211332.096000', '211332.099000', '211332.102000', '211332.105000', '211332.108000', '211332.111000', '211332.114000', '211332.116000', '211332.119000', '211332.121000', '211332.124000', '211332.127000', '211332.129000', '211332.132000', '211332.134000', '211332.137000', '211332.140000', '211332.143000', '211332.145000', '211332.157000', '211352.036000', '211352.039000', '211352.042000', '211352.044000', '211352.047000', '211352.049000', '211352.052000', '211352.055000', '211352.057000', '211352.060000', '211352.062000', '211352.065000', '211352.068000', '211352.070000', '211352.073000', '211352.076000', '211352.078000', '211352.081000', '211352.083000', '211352.086000', '211352.089000', '211352.091000', '211352.094000', '211352.097000', '211352.099000', '211352.102000', '211352.105000', '211352.107000', '211352.110000', '211352.113000', '211352.115000', '211352.118000', '211352.121000', '211352.123000', '211352.126000', '211352.128000', '211352.131000', '211352.134000', '211352.136000', '211352.139000', '211352.142000', '211352.144000', '211352.147000', '211352.150000', '211412.035000', '211412.038000', '211412.041000', '211412.044000', '211412.046000', '211412.049000', '211412.052000', '211412.054000', '211412.057000', '211412.060000', '211412.062000', '211412.065000', '211412.068000', '211412.070000', '211412.073000', '211412.076000', '211412.078000', '211412.081000', '211412.083000', '211412.086000', '211412.089000', '211412.091000', '211412.094000', '211412.097000', '211412.099000', '211412.102000', '211412.104000', '211412.107000', '211412.110000', '211412.112000', '211412.115000', '211412.117000', '211412.120000', '211412.123000', '211412.125000', '211412.128000', '211412.130000', '211412.133000', '211412.136000', '211412.138000', '211412.141000', '211412.144000', '211412.146000', '211432.034000', '211432.037000', '211432.040000', '211432.042000', '211432.045000', '211432.048000', '211432.050000', '211432.053000', '211432.056000', '211432.058000', '211432.061000', '211432.064000', '211432.066000', '211432.069000', '211432.071000', '211432.074000', '211432.077000', '211432.079000', '211432.082000', '211432.084000', '211432.087000', '211432.090000', '211432.092000', '211432.095000', '211432.098000', '211432.100000', '211432.103000', '211432.105000', '211432.108000', '211432.111000', '211432.113000', '211432.116000', '211432.119000', '211432.121000', '211432.124000', '211432.126000', '211432.129000', '211432.132000', '211432.134000', '211432.137000', '211432.140000', '211432.142000', '211432.145000', '211432.147000', '211452.034000', '211452.037000', '211452.041000', '211452.044000', '211452.046000', '211452.049000', '211452.052000', '211452.054000', '211452.057000', '211452.059000', '211452.062000', '211452.065000', '211452.067000', '211452.070000', '211452.073000', '211452.075000', '211452.078000', '211452.081000', '211452.083000', '211452.086000', '211452.088000', '211452.091000', '211452.094000', '211452.097000', '211452.099000', '211452.102000', '211452.105000', '211452.109000', '211452.111000', '211452.114000', '211452.117000', '211452.119000', '211452.122000', '211452.124000', '211452.127000', '211452.130000', '211452.132000', '211452.135000', '211452.138000', '211452.140000', '211452.143000', '211452.145000', '211452.148000', '211512.036000', '211512.039000', '211512.041000', '211512.044000', '211512.047000', '211512.049000', '211512.052000', '211512.055000', '211512.057000', '211512.060000', '211512.075000', '211512.078000', '211512.080000', '211512.083000', '211512.085000', '211512.088000', '211512.091000', '211512.093000', '211512.096000', '211512.099000', '211512.101000', '211512.104000', '211512.106000', '211512.109000', '211512.112000', '211512.114000', '211512.117000', '211512.119000', '211512.122000', '211512.125000', '211512.127000', '211512.130000', '211512.132000', '211512.135000', '211512.138000', '211512.140000', '211512.143000', '211512.145000', '211512.148000', '211512.151000', '211512.153000', '211512.156000', '211512.158000', '211512.161000', '211532.036000', '211532.039000', '211532.041000', '211532.044000', '211532.046000', '211532.049000', '211532.052000', '211532.054000', '211532.057000', '211532.060000', '211532.062000', '211532.065000', '211532.068000', '211532.070000', '211532.073000', '211532.075000', '211532.078000', '211532.081000', '211532.083000', '211532.086000', '211532.088000', '211532.091000', '211532.094000', '211532.096000', '211532.099000', '211532.102000', '211532.104000', '211532.107000', '211532.109000', '211532.112000', '211532.115000', '211532.117000', '211532.120000', '211532.122000', '211532.125000', '211532.128000', '211532.130000', '211532.133000', '211532.135000', '211532.138000', '211532.141000', '211532.143000', '211532.146000', '211538.608000', '211538.611000', '211538.614000', '211538.617000', '211538.620000', '211538.623000', '211538.625000', '211538.628000', '211538.631000', '211538.634000', '211538.637000', '211538.640000', '211538.642000', '211538.645000', '211538.648000'], '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': [8405, 6495, 8279, 11905, 7578, 8804, 6905, 7941, 6975, 9642, 11709, 8386, 8854, 6667, 7934, 6666, 7872, 11425, 8372, 8929, 6775, 7415, 7079, 9072, 12000, 8088, 10828, 7132, 6609, 7285, 6969, 7265, 11097, 8194, 8456, 6993, 7150, 7713, 7206, 9856, 7535, 7860, 9097, 6884, 7180, 7376, 9161, 7050, 7864, 11599, 7905, 8809, 6480, 7686, 11088, 7451, 8360, 6614, 8334, 6471, 7605, 6965, 8118, 11296, 8457, 10220, 7339, 7612, 10334, 6960, 8060, 6685, 7216, 6595, 7390, 7009, 6661, 8843, 8011, 9739, 9163, 11922, 10767, 9955, 10477, 7783, 7720, 9846, 7411, 7994, 6707, 6705, 6462, 7292, 6696, 7712, 10478, 8300, 8675, 6638, 7181, 6980, 10258, 10599, 8536, 10411, 6893, 8042, 7124, 7291, 11776, 7181, 8068, 7081, 9470, 7301, 10298, 11929, 9397, 10953, 6650, 7385, 7565, 7190, 8907, 7268, 6288, 7192, 6915, 8009, 7493, 8073, 7139, 7894, 11702, 9269, 8180, 12014, 8379, 9289, 6869, 7458, 7065, 8726, 11442, 8600, 10096, 7089, 9393, 7082, 7482, 6990, 7028, 8406, 11896, 8553, 9665, 12391, 7210, 10264, 6841, 7935, 7356, 8597, 7506, 8095, 7091, 7295, 7174, 7450, 7184, 7808, 7303, 8547, 6947, 7868, 7077, 9262, 11791, 8647, 9624, 7337, 7428, 7182, 7871, 11433, 7444, 8101, 11150, 7685, 8621, 6484, 7373, 8991, 6318, 7943, 6275, 6550, 7788, 6357, 8075, 11322, 8182, 8561, 7994, 7020, 8357, 7128, 7313, 11029, 7260, 8186, 12033, 7327, 8099, 6282, 6313, 7456, 6837, 6607, 7807, 11248, 11922, 9605, 10393, 6821, 8022, 7000, 7691, 11054, 7749, 9008, 6562, 7374, 6708, 7870, 10711, 8248, 9057, 6983, 7796, 7331, 9234, 12011, 8200, 9989, 6539, 9090, 6199, 7711, 6312, 8385, 6497, 8774, 7185, 10095, 12241, 8054, 9626, 12393, 6990, 9075, 10412, 7223, 8507, 6340, 7585, 5994, 7694, 6224, 7562, 10768, 6766, 8709, 6307, 7829, 6411, 8018, 10754, 7832, 8982, 6557, 7626, 6655, 8265, 11185, 7101, 8826, 6871, 7577, 6518, 7740, 11549, 8343, 9636, 7015, 7504, 6285, 7519, 6875, 7612, 10690, 7762, 8447, 5974, 7692, 6565, 8140, 11615, 7548, 10303, 6327, 7751, 7646, 7389, 10230, 6937, 8084, 6422, 7235, 7707, 7233, 9215, 7447, 8728, 6584, 8644, 6469, 8179, 6707, 9461, 6968, 8579, 12325, 9055, 10817, 7027, 8688, 12267, 6945, 9018, 12879, 7691, 9121, 5876, 7806, 6358, 7301, 8011, 7144, 8884, 7075, 8155, 6554, 8065, 11468, 8634, 10444, 6597, 8157, 11918, 7034, 8992, 11593, 7827, 6834, 6992, 6420, 7593, 10702, 7886, 8364, 7190, 7039, 6508, 7372, 10051, 11106, 7885, 10031, 7891, 7400, 6691, 7369, 8591, 6883, 7504, 10407, 6824, 8365, 6709, 7886, 7375, 8463, 7520, 9781, 8667, 8919, 6896, 7440, 10237, 12628, 8364, 10387, 7204, 7541, 6533, 7472, 8691, 6886, 7534, 8890, 6605, 8099, 6029, 7934, 10806, 6512, 8150, 11221, 7563, 9187, 7629, 7912, 7406, 8198, 6985, 8566, 6972, 8334, 6772, 7995, 7134, 9910, 7225, 10301, 11388, 10041, 8446, 7691, 10058, 8109, 10454, 13257, 9608, 10777, 7127, 8300, 7104, 8287, 11219, 7783, 9412, 7348, 6883, 7628, 10187, 7439, 9858, 7130, 7848, 7211, 8101, 11134, 7655, 8541, 11927, 7677, 8619, 7038, 7701, 7046, 8114, 6668, 8002, 11558, 7983, 9819, 6557, 8369, 10909, 7943, 8845, 6571, 8138, 6261, 7768, 6327, 7640, 6731, 7650, 6920, 7809, 10725, 8883, 10019, 7224, 8741, 6664, 7933, 10428, 8230, 10468, 7197, 8882, 5999, 7766, 6367, 8403, 6579, 10048, 7226, 9980, 6809, 8302, 6566, 8215, 12155, 8631, 8783, 11960, 7380, 9379, 7451, 8144, 7545, 8500, 6894, 7598, 6670, 7273, 6970, 7481, 9896, 8589, 9749, 8120, 9083, 7087, 8591, 7103, 8875, 12386, 9655, 11511, 6671, 8041, 8677, 7424, 8992, 6687, 8777, 6625, 8212, 6632, 7920, 7079, 7984, 10305, 7619, 10014, 6774, 8988, 7038, 7992, 7290, 7238, 7988, 7681, 9369, 8221, 9458, 7161, 8893, 7061, 8417, 12621, 8341, 10887, 6973, 9360, 7053, 7522, 9408, 7794, 8861, 6756, 8026, 6496, 8150, 6340, 8280, 6532, 7937, 7850, 7939, 11258, 9290, 10692, 8201, 9556, 7079, 8936, 12439, 8008, 10837, 6784, 8022, 10983, 7057, 8981, 6601, 7589, 6317, 7619, 6959, 7501, 9958, 8374, 7995, 9965, 6577, 8000, 10032, 6596, 8707, 10551, 7574, 7226, 7311, 8171, 6720, 7660, 9413, 6720, 8451, 6561, 7580, 9521, 7739, 9604, 6711, 8111, 11265, 8290, 8988, 6793, 8030, 7277, 7741, 10452, 8980, 10178, 7494, 10153, 7641, 9520, 8335, 9961, 7575, 9298, 7176, 8888, 12367, 9145, 9167, 11701, 7541, 8435, 7152, 8037, 11348, 8220, 9251, 7040, 7728, 6308, 7623, 6986, 7541, 9328, 7213, 7670, 11057, 7200, 8172, 11070, 7825, 8998, 6870, 7966, 6433, 7740, 8957, 6972, 8327, 11542, 9108, 9325, 6783, 8279, 7106, 7958, 10825, 7686, 9434, 7616, 7785, 8507, 7597, 8334, 6753, 8223, 7175, 7757, 11079, 7878, 8763, 10567, 7822, 9320, 7149, 8737, 6757, 8021, 6913, 8005, 10553, 7466, 9057, 7016, 7757, 7187, 8025, 10743, 8235, 8239, 10632, 7702, 8550, 7289, 8012, 7102, 7810, 11144, 7464, 7865, 10081, 6759, 8313, 11091, 7009, 8268, 11341, 8050, 8348, 6853, 7677, 6614, 8274, 10126, 8236, 8888, 6923, 7962, 7086, 8146, 10813, 7635, 9708, 12344, 8076, 7378, 7702, 6915, 7884, 10008, 9934, 8253, 9679, 7391, 8311, 7526, 7767, 9514, 6749, 7858, 8480, 7564, 8458, 7122, 8571, 11168, 8018, 9475, 7512, 8329, 7278, 8540, 11486, 8194, 8756, 11611, 7691, 8603, 7143, 7794, 8660, 7462, 8345, 7176, 8181, 7104, 7829, 7262, 8968, 11229, 8111, 9304, 11257, 7432, 8937, 7942, 7825, 7317, 7601, 7304, 7844, 9868, 7743, 7809, 9944, 7505, 8745, 7302, 8175, 7799, 7764, 10310, 7386, 8564, 11064, 7503, 8363, 7084, 7733, 9271, 7692, 6572, 7300, 6405, 7901, 7014, 8640, 10685, 8157, 8472, 10938, 7454, 8022, 9064, 7749, 9820, 6784, 8490, 6933, 7234, 7213, 6222, 7476, 9334, 11118], 'WindowCenter': [3926.0, 3892.0, 3925.0, 3954.0, 3899.0, 3904.0, 3873.0, 3893.0, 3886.0, 3918.0, 3926.0, 3895.0, 3893.0, 3872.0, 3881.0, 3872.0, 3894.0, 3914.0, 3893.0, 3891.0, 3872.0, 3870.0, 3885.0, 3906.0, 3926.0, 3884.0, 3912.0, 3872.0, 3860.0, 3883.0, 3872.0, 3883.0, 3927.0, 3883.0, 3883.0, 3858.0, 3870.0, 3869.0, 3871.0, 3902.0, 3881.0, 3881.0, 3879.0, 3870.0, 3859.0, 3871.0, 3891.0, 3858.0, 3881.0, 3912.0, 3881.0, 3879.0, 3859.0, 3881.0, 3910.0, 3882.0, 3881.0, 3873.0, 3891.0, 3862.0, 3882.0, 3886.0, 3908.0, 3914.0, 3895.0, 3903.0, 3869.0, 3870.0, 3889.0, 3870.0, 3893.0, 3873.0, 3885.0, 3874.0, 3884.0, 3885.0, 3885.0, 3918.0, 3910.0, 3918.0, 3933.0, 3944.0, 3917.0, 3905.0, 3902.0, 3856.0, 3857.0, 3876.0, 3869.0, 3866.0, 3846.0, 3846.0, 3848.0, 3870.0, 3874.0, 3898.0, 3928.0, 3895.0, 3891.0, 3873.0, 3873.0, 3885.0, 3929.0, 3915.0, 3896.0, 3902.0, 3873.0, 3882.0, 3860.0, 3883.0, 3924.0, 3874.0, 3881.0, 3873.0, 3902.0, 3885.0, 3917.0, 3913.0, 3904.0, 3900.0, 3858.0, 3870.0, 3880.0, 3873.0, 3891.0, 3882.0, 3875.0, 3885.0, 3886.0, 3908.0, 3894.0, 3894.0, 3873.0, 3896.0, 3926.0, 3891.0, 3880.0, 3912.0, 3879.0, 3889.0, 3845.0, 3856.0, 3870.0, 3892.0, 3898.0, 3880.0, 3901.0, 3858.0, 3888.0, 3870.0, 3869.0, 3871.0, 3872.0, 3893.0, 3913.0, 3892.0, 3892.0, 3899.0, 3857.0, 3885.0, 3846.0, 3865.0, 3868.0, 3890.0, 3869.0, 3879.0, 3857.0, 3868.0, 3858.0, 3869.0, 3872.0, 3881.0, 3881.0, 3894.0, 3870.0, 3881.0, 3870.0, 3905.0, 3915.0, 3893.0, 3891.0, 3870.0, 3868.0, 3869.0, 3882.0, 3909.0, 3867.0, 3879.0, 3899.0, 3869.0, 3878.0, 3848.0, 3880.0, 3890.0, 3870.0, 3878.0, 3871.0, 3875.0, 3895.0, 3873.0, 3907.0, 3926.0, 3894.0, 3891.0, 3879.0, 3870.0, 3881.0, 3858.0, 3869.0, 3898.0, 3856.0, 3880.0, 3897.0, 3857.0, 3865.0, 3859.0, 3860.0, 3881.0, 3874.0, 3872.0, 3896.0, 3941.0, 3914.0, 3892.0, 3889.0, 3857.0, 3868.0, 3858.0, 3881.0, 3900.0, 3870.0, 3876.0, 3859.0, 3867.0, 3861.0, 3893.0, 3912.0, 3881.0, 3890.0, 3872.0, 3879.0, 3882.0, 3904.0, 3923.0, 3893.0, 3902.0, 3876.0, 3906.0, 3863.0, 3884.0, 3873.0, 3892.0, 3860.0, 3890.0, 3873.0, 3916.0, 3912.0, 3883.0, 3903.0, 3899.0, 3858.0, 3878.0, 3886.0, 3856.0, 3876.0, 3847.0, 3868.0, 3848.0, 3880.0, 3848.0, 3894.0, 3913.0, 3871.0, 3891.0, 3861.0, 3879.0, 3860.0, 3893.0, 3912.0, 3870.0, 3890.0, 3848.0, 3869.0, 3870.0, 3893.0, 3912.0, 3871.0, 3891.0, 3860.0, 3880.0, 3860.0, 3882.0, 3913.0, 3893.0, 3904.0, 3869.0, 3870.0, 3847.0, 3896.0, 3873.0, 3882.0, 3914.0, 3881.0, 3882.0, 3848.0, 3879.0, 3859.0, 3895.0, 3915.0, 3881.0, 3901.0, 3847.0, 3870.0, 3867.0, 3870.0, 3901.0, 3857.0, 3869.0, 3847.0, 3866.0, 3865.0, 3884.0, 3889.0, 3871.0, 3878.0, 3872.0, 3892.0, 3861.0, 3881.0, 3872.0, 3901.0, 3871.0, 3894.0, 3922.0, 3891.0, 3900.0, 3858.0, 3879.0, 3898.0, 3856.0, 3891.0, 3908.0, 3867.0, 3876.0, 3826.0, 3869.0, 3859.0, 3871.0, 3890.0, 3873.0, 3902.0, 3885.0, 3893.0, 3875.0, 3897.0, 3925.0, 3892.0, 3901.0, 3860.0, 3883.0, 3911.0, 3858.0, 3879.0, 3897.0, 3870.0, 3858.0, 3868.0, 3860.0, 3883.0, 3913.0, 3895.0, 3894.0, 3858.0, 3871.0, 3861.0, 3881.0, 3915.0, 3900.0, 3880.0, 3901.0, 3868.0, 3869.0, 3857.0, 3869.0, 3880.0, 3857.0, 3869.0, 3900.0, 3858.0, 3879.0, 3861.0, 3879.0, 3883.0, 3894.0, 3896.0, 3919.0, 3893.0, 3894.0, 3859.0, 3870.0, 3901.0, 3898.0, 3878.0, 3889.0, 3855.0, 3867.0, 3845.0, 3870.0, 3880.0, 3854.0, 3869.0, 3877.0, 3857.0, 3867.0, 3848.0, 3879.0, 3911.0, 3847.0, 3879.0, 3910.0, 3880.0, 3887.0, 3880.0, 3878.0, 3883.0, 3891.0, 3884.0, 3904.0, 3883.0, 3894.0, 3872.0, 3892.0, 3883.0, 3915.0, 3883.0, 3919.0, 3913.0, 3905.0, 3880.0, 3881.0, 3901.0, 3893.0, 3914.0, 3912.0, 3890.0, 3885.0, 3857.0, 3876.0, 3869.0, 3891.0, 3899.0, 3881.0, 3889.0, 3867.0, 3869.0, 3882.0, 3915.0, 3872.0, 3902.0, 3859.0, 3879.0, 3869.0, 3880.0, 3898.0, 3867.0, 3879.0, 3896.0, 3866.0, 3863.0, 3858.0, 3866.0, 3857.0, 3868.0, 3859.0, 3882.0, 3911.0, 3881.0, 3889.0, 3847.0, 3879.0, 3900.0, 3881.0, 3888.0, 3859.0, 3879.0, 3845.0, 3879.0, 3859.0, 3881.0, 3873.0, 3883.0, 3871.0, 3884.0, 3914.0, 3905.0, 3903.0, 3871.0, 3893.0, 3859.0, 3881.0, 3902.0, 3892.0, 3916.0, 3885.0, 3905.0, 3864.0, 3894.0, 3874.0, 3892.0, 3872.0, 3918.0, 3885.0, 3905.0, 3859.0, 3892.0, 3859.0, 3892.0, 3925.0, 3881.0, 3881.0, 3898.0, 3857.0, 3876.0, 3868.0, 3879.0, 3883.0, 3904.0, 3871.0, 3882.0, 3859.0, 3871.0, 3869.0, 3882.0, 3903.0, 3893.0, 3901.0, 3894.0, 3892.0, 3873.0, 3890.0, 3870.0, 3893.0, 3913.0, 3892.0, 3912.0, 3845.0, 3869.0, 3876.0, 3867.0, 3890.0, 3858.0, 3891.0, 3857.0, 3880.0, 3859.0, 3882.0, 3869.0, 3892.0, 3902.0, 3881.0, 3900.0, 3858.0, 3903.0, 3871.0, 3882.0, 3869.0, 3871.0, 3878.0, 3881.0, 3903.0, 3895.0, 3904.0, 3870.0, 3891.0, 3870.0, 3892.0, 3923.0, 3892.0, 3913.0, 3859.0, 3892.0, 3856.0, 3870.0, 3890.0, 3881.0, 3890.0, 3860.0, 3879.0, 3861.0, 3895.0, 3862.0, 3893.0, 3861.0, 3884.0, 3881.0, 3893.0, 3915.0, 3905.0, 3913.0, 3892.0, 3901.0, 3870.0, 3894.0, 3913.0, 3880.0, 3901.0, 3859.0, 3880.0, 3898.0, 3858.0, 3890.0, 3847.0, 3870.0, 3848.0, 3882.0, 3869.0, 3883.0, 3915.0, 3880.0, 3882.0, 3889.0, 3847.0, 3878.0, 3888.0, 3847.0, 3880.0, 3898.0, 3869.0, 3867.0, 3881.0, 3891.0, 3859.0, 3871.0, 3890.0, 3871.0, 3881.0, 3860.0, 3880.0, 3890.0, 3881.0, 3902.0, 3863.0, 3883.0, 3912.0, 3882.0, 3891.0, 3860.0, 3882.0, 3870.0, 3885.0, 3913.0, 3904.0, 3901.0, 3884.0, 3902.0, 3882.0, 3904.0, 3905.0, 3905.0, 3885.0, 3904.0, 3872.0, 3894.0, 3914.0, 3892.0, 3891.0, 3900.0, 3868.0, 3866.0, 3857.0, 3879.0, 3899.0, 3880.0, 3890.0, 3857.0, 3869.0, 3847.0, 3880.0, 3869.0, 3883.0, 3903.0, 3871.0, 3882.0, 3900.0, 3870.0, 3882.0, 3900.0, 3871.0, 3890.0, 3858.0, 3882.0, 3858.0, 3882.0, 3890.0, 3870.0, 3893.0, 3912.0, 3893.0, 3890.0, 3859.0, 3879.0, 3859.0, 3882.0, 3901.0, 3881.0, 3892.0, 3868.0, 3868.0, 3876.0, 3871.0, 3880.0, 3860.0, 3882.0, 3860.0, 3871.0, 3899.0, 3882.0, 3881.0, 3900.0, 3870.0, 3889.0, 3861.0, 3881.0, 3861.0, 3881.0, 3873.0, 3894.0, 3915.0, 3884.0, 3894.0, 3887.0, 3884.0, 3885.0, 3896.0, 3915.0, 3893.0, 3895.0, 3903.0, 3870.0, 3880.0, 3871.0, 3880.0, 3869.0, 3882.0, 3915.0, 3860.0, 3881.0, 3888.0, 3849.0, 3878.0, 3897.0, 3856.0, 3879.0, 3898.0, 3882.0, 3878.0, 3859.0, 3868.0, 3859.0, 3893.0, 3903.0, 3893.0, 3891.0, 3871.0, 3881.0, 3871.0, 3896.0, 3912.0, 3870.0, 3903.0, 3911.0, 3881.0, 3868.0, 3870.0, 3871.0, 3894.0, 3918.0, 3902.0, 3882.0, 3890.0, 3871.0, 3881.0, 3870.0, 3882.0, 3901.0, 3858.0, 3880.0, 3877.0, 3870.0, 3879.0, 3859.0, 3893.0, 3912.0, 3882.0, 3902.0, 3882.0, 3894.0, 3871.0, 3892.0, 3915.0, 3882.0, 3881.0, 3911.0, 3869.0, 3877.0, 3855.0, 3869.0, 3888.0, 3871.0, 3879.0, 3872.0, 3891.0, 3883.0, 3883.0, 3898.0, 3918.0, 3928.0, 3882.0, 3892.0, 3899.0, 3859.0, 3880.0, 3866.0, 3870.0, 3871.0, 3884.0, 3871.0, 3892.0, 3914.0, 3883.0, 3882.0, 3901.0, 3873.0, 3891.0, 3870.0, 3891.0, 3869.0, 3882.0, 3914.0, 3872.0, 3890.0, 3899.0, 3859.0, 3879.0, 3859.0, 3881.0, 3891.0, 3896.0, 3885.0, 3896.0, 3876.0, 3905.0, 3885.0, 3905.0, 3917.0, 3882.0, 3894.0, 3901.0, 3870.0, 3882.0, 3878.0, 3869.0, 3902.0, 3862.0, 3878.0, 3870.0, 3881.0, 3884.0, 3874.0, 3909.0, 3921.0, 3926.0], 'WindowWidth': [8795.0, 8740.0, 8789.0, 8824.0, 8741.0, 8735.0, 8695.0, 8720.0, 8717.0, 8762.0, 8771.0, 8727.0, 8718.0, 8691.0, 8702.0, 8692.0, 8724.0, 8749.0, 8719.0, 8711.0, 8690.0, 8685.0, 8712.0, 8741.0, 8767.0, 8709.0, 8740.0, 8689.0, 8671.0, 8705.0, 8690.0, 8708.0, 8775.0, 8706.0, 8705.0, 8665.0, 8684.0, 8680.0, 8688.0, 8731.0, 8700.0, 8699.0, 8693.0, 8683.0, 8666.0, 8687.0, 8713.0, 8666.0, 8700.0, 8741.0, 8700.0, 8693.0, 8669.0, 8701.0, 8737.0, 8705.0, 8699.0, 8693.0, 8713.0, 8679.0, 8705.0, 8715.0, 8748.0, 8751.0, 8725.0, 8733.0, 8680.0, 8683.0, 8705.0, 8684.0, 8724.0, 8695.0, 8715.0, 8698.0, 8712.0, 8715.0, 8715.0, 8763.0, 8754.0, 8764.0, 8790.0, 8811.0, 8758.0, 8735.0, 8726.0, 8657.0, 8657.0, 8685.0, 8679.0, 8672.0, 8644.0, 8646.0, 8652.0, 8683.0, 8696.0, 8735.0, 8774.0, 8724.0, 8712.0, 8692.0, 8692.0, 8715.0, 8778.0, 8753.0, 8727.0, 8729.0, 8692.0, 8704.0, 8670.0, 8707.0, 8763.0, 8696.0, 8700.0, 8693.0, 8729.0, 8712.0, 8759.0, 8744.0, 8736.0, 8723.0, 8664.0, 8682.0, 8698.0, 8693.0, 8715.0, 8704.0, 8700.0, 8716.0, 8719.0, 8752.0, 8726.0, 8725.0, 8695.0, 8727.0, 8771.0, 8710.0, 8696.0, 8741.0, 8694.0, 8704.0, 8645.0, 8658.0, 8684.0, 8716.0, 8719.0, 8695.0, 8724.0, 8666.0, 8704.0, 8684.0, 8683.0, 8688.0, 8690.0, 8722.0, 8750.0, 8716.0, 8715.0, 8720.0, 8661.0, 8694.0, 8646.0, 8669.0, 8679.0, 8710.0, 8683.0, 8695.0, 8662.0, 8679.0, 8666.0, 8683.0, 8692.0, 8704.0, 8702.0, 8723.0, 8687.0, 8702.0, 8686.0, 8738.0, 8754.0, 8719.0, 8712.0, 8682.0, 8679.0, 8683.0, 8703.0, 8735.0, 8677.0, 8695.0, 8719.0, 8680.0, 8691.0, 8651.0, 8699.0, 8712.0, 8690.0, 8694.0, 8690.0, 8704.0, 8729.0, 8696.0, 8747.0, 8770.0, 8721.0, 8715.0, 8693.0, 8684.0, 8701.0, 8662.0, 8679.0, 8716.0, 8658.0, 8694.0, 8715.0, 8661.0, 8669.0, 8668.0, 8673.0, 8703.0, 8698.0, 8695.0, 8732.0, 8800.0, 8751.0, 8716.0, 8706.0, 8662.0, 8677.0, 8663.0, 8699.0, 8722.0, 8684.0, 8685.0, 8667.0, 8675.0, 8672.0, 8720.0, 8743.0, 8700.0, 8709.0, 8690.0, 8695.0, 8705.0, 8736.0, 8760.0, 8719.0, 8728.0, 8704.0, 8741.0, 8682.0, 8708.0, 8695.0, 8716.0, 8673.0, 8712.0, 8694.0, 8755.0, 8747.0, 8704.0, 8729.0, 8718.0, 8663.0, 8689.0, 8696.0, 8658.0, 8684.0, 8647.0, 8678.0, 8651.0, 8697.0, 8654.0, 8723.0, 8748.0, 8690.0, 8715.0, 8673.0, 8696.0, 8671.0, 8719.0, 8745.0, 8684.0, 8709.0, 8652.0, 8680.0, 8687.0, 8720.0, 8744.0, 8690.0, 8711.0, 8669.0, 8697.0, 8672.0, 8704.0, 8745.0, 8722.0, 8735.0, 8683.0, 8683.0, 8650.0, 8730.0, 8695.0, 8705.0, 8749.0, 8700.0, 8700.0, 8654.0, 8694.0, 8671.0, 8726.0, 8752.0, 8700.0, 8725.0, 8649.0, 8683.0, 8675.0, 8682.0, 8727.0, 8663.0, 8679.0, 8649.0, 8672.0, 8670.0, 8710.0, 8709.0, 8686.0, 8692.0, 8692.0, 8718.0, 8676.0, 8700.0, 8691.0, 8729.0, 8688.0, 8722.0, 8756.0, 8713.0, 8722.0, 8666.0, 8694.0, 8716.0, 8659.0, 8710.0, 8729.0, 8672.0, 8682.0, 8620.0, 8680.0, 8670.0, 8688.0, 8713.0, 8694.0, 8730.0, 8714.0, 8721.0, 8701.0, 8731.0, 8766.0, 8718.0, 8726.0, 8671.0, 8703.0, 8739.0, 8663.0, 8693.0, 8714.0, 8683.0, 8664.0, 8679.0, 8672.0, 8707.0, 8749.0, 8725.0, 8723.0, 8666.0, 8688.0, 8674.0, 8703.0, 8752.0, 8723.0, 8697.0, 8726.0, 8675.0, 8680.0, 8662.0, 8681.0, 8697.0, 8663.0, 8683.0, 8722.0, 8666.0, 8691.0, 8673.0, 8697.0, 8708.0, 8722.0, 8729.0, 8765.0, 8721.0, 8723.0, 8669.0, 8683.0, 8727.0, 8718.0, 8689.0, 8707.0, 8653.0, 8672.0, 8642.0, 8682.0, 8695.0, 8655.0, 8679.0, 8688.0, 8662.0, 8675.0, 8653.0, 8696.0, 8737.0, 8650.0, 8694.0, 8739.0, 8698.0, 8704.0, 8699.0, 8694.0, 8706.0, 8715.0, 8709.0, 8739.0, 8708.0, 8725.0, 8692.0, 8718.0, 8707.0, 8754.0, 8709.0, 8763.0, 8746.0, 8738.0, 8698.0, 8700.0, 8726.0, 8720.0, 8751.0, 8742.0, 8710.0, 8696.0, 8662.0, 8684.0, 8684.0, 8715.0, 8720.0, 8700.0, 8706.0, 8677.0, 8681.0, 8704.0, 8754.0, 8691.0, 8728.0, 8666.0, 8692.0, 8680.0, 8698.0, 8720.0, 8675.0, 8692.0, 8708.0, 8672.0, 8663.0, 8662.0, 8670.0, 8661.0, 8679.0, 8669.0, 8702.0, 8739.0, 8699.0, 8707.0, 8649.0, 8693.0, 8723.0, 8699.0, 8705.0, 8666.0, 8693.0, 8646.0, 8697.0, 8672.0, 8704.0, 8694.0, 8707.0, 8689.0, 8708.0, 8751.0, 8741.0, 8735.0, 8688.0, 8719.0, 8669.0, 8700.0, 8727.0, 8717.0, 8756.0, 8714.0, 8741.0, 8684.0, 8723.0, 8700.0, 8717.0, 8691.0, 8761.0, 8711.0, 8737.0, 8669.0, 8715.0, 8668.0, 8715.0, 8766.0, 8699.0, 8697.0, 8717.0, 8660.0, 8682.0, 8678.0, 8694.0, 8707.0, 8738.0, 8687.0, 8701.0, 8667.0, 8685.0, 8681.0, 8703.0, 8733.0, 8720.0, 8728.0, 8723.0, 8716.0, 8693.0, 8712.0, 8684.0, 8721.0, 8747.0, 8715.0, 8740.0, 8644.0, 8679.0, 8683.0, 8675.0, 8709.0, 8665.0, 8712.0, 8662.0, 8694.0, 8667.0, 8702.0, 8683.0, 8717.0, 8730.0, 8700.0, 8723.0, 8666.0, 8731.0, 8687.0, 8702.0, 8683.0, 8686.0, 8693.0, 8702.0, 8734.0, 8726.0, 8736.0, 8686.0, 8712.0, 8683.0, 8716.0, 8759.0, 8717.0, 8744.0, 8668.0, 8712.0, 8658.0, 8684.0, 8711.0, 8701.0, 8709.0, 8672.0, 8695.0, 8676.0, 8726.0, 8679.0, 8723.0, 8676.0, 8709.0, 8701.0, 8720.0, 8752.0, 8736.0, 8745.0, 8718.0, 8725.0, 8685.0, 8723.0, 8746.0, 8698.0, 8725.0, 8667.0, 8697.0, 8716.0, 8665.0, 8709.0, 8649.0, 8684.0, 8651.0, 8703.0, 8681.0, 8705.0, 8752.0, 8697.0, 8701.0, 8705.0, 8648.0, 8690.0, 8701.0, 8647.0, 8694.0, 8716.0, 8680.0, 8676.0, 8701.0, 8713.0, 8667.0, 8684.0, 8711.0, 8689.0, 8701.0, 8670.0, 8698.0, 8711.0, 8701.0, 8730.0, 8679.0, 8705.0, 8743.0, 8701.0, 8711.0, 8670.0, 8702.0, 8686.0, 8711.0, 8745.0, 8736.0, 8727.0, 8708.0, 8729.0, 8706.0, 8738.0, 8741.0, 8737.0, 8713.0, 8733.0, 8692.0, 8723.0, 8750.0, 8718.0, 8711.0, 8722.0, 8678.0, 8671.0, 8664.0, 8693.0, 8719.0, 8697.0, 8709.0, 8662.0, 8680.0, 8650.0, 8698.0, 8682.0, 8707.0, 8736.0, 8687.0, 8704.0, 8723.0, 8683.0, 8701.0, 8723.0, 8685.0, 8711.0, 8665.0, 8703.0, 8667.0, 8702.0, 8711.0, 8685.0, 8720.0, 8743.0, 8717.0, 8710.0, 8667.0, 8694.0, 8668.0, 8702.0, 8725.0, 8700.0, 8713.0, 8678.0, 8678.0, 8685.0, 8684.0, 8697.0, 8674.0, 8703.0, 8671.0, 8685.0, 8720.0, 8699.0, 8698.0, 8720.0, 8682.0, 8706.0, 8671.0, 8698.0, 8673.0, 8699.0, 8694.0, 8723.0, 8750.0, 8709.0, 8719.0, 8720.0, 8709.0, 8714.0, 8730.0, 8754.0, 8721.0, 8727.0, 8730.0, 8683.0, 8693.0, 8686.0, 8696.0, 8681.0, 8705.0, 8752.0, 8669.0, 8697.0, 8702.0, 8652.0, 8690.0, 8711.0, 8659.0, 8693.0, 8716.0, 8700.0, 8690.0, 8668.0, 8678.0, 8670.0, 8720.0, 8732.0, 8719.0, 8712.0, 8688.0, 8698.0, 8690.0, 8728.0, 8744.0, 8683.0, 8731.0, 8739.0, 8698.0, 8678.0, 8682.0, 8688.0, 8721.0, 8759.0, 8729.0, 8702.0, 8709.0, 8686.0, 8698.0, 8681.0, 8701.0, 8729.0, 8664.0, 8696.0, 8689.0, 8682.0, 8694.0, 8668.0, 8719.0, 8744.0, 8703.0, 8731.0, 8706.0, 8720.0, 8689.0, 8718.0, 8751.0, 8703.0, 8698.0, 8737.0, 8680.0, 8688.0, 8657.0, 8679.0, 8707.0, 8688.0, 8696.0, 8691.0, 8713.0, 8709.0, 8707.0, 8737.0, 8763.0, 8774.0, 8705.0, 8715.0, 8718.0, 8665.0, 8695.0, 8671.0, 8681.0, 8687.0, 8709.0, 8687.0, 8718.0, 8750.0, 8703.0, 8701.0, 8726.0, 8691.0, 8713.0, 8682.0, 8714.0, 8682.0, 8703.0, 8751.0, 8689.0, 8711.0, 8719.0, 8667.0, 8692.0, 8667.0, 8702.0, 8713.0, 8729.0, 8715.0, 8732.0, 8706.0, 8742.0, 8713.0, 8741.0, 8761.0, 8704.0, 8721.0, 8726.0, 8684.0, 8701.0, 8689.0, 8681.0, 8731.0, 8676.0, 8690.0, 8684.0, 8703.0, 8712.0, 8701.0, 8755.0, 8771.0, 8771.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.004700792192881745</td></tr>
<tr><td colspan=3>aqi</td><td>0.032380105855338695</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.809282096781565</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.256869746126437</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0486121639540231</td></tr>
<tr><td colspan=3>efc</td><td>0.4589</td></tr>
<tr><td colspan=3>fber</td><td>5271.874</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.12729146587911058</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>131</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>15.040183696900115</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6447056414641277</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6427220279016876</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.716924571587107</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5744703249035883</td></tr>
<tr><td colspan=3>gcor</td><td>0.00968681</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.010676519945263863</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.018195852637290955</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.925369233998737</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>28.8506</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>38.8166</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>150.7004</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>46.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>305829.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>680.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>294.6388</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7533</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>457.5214</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3142.3177</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3337.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>70715.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1012.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4060.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>850.1051</td></tr>
<tr><td colspan=3>tsnr</td><td>37.73051748168655</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>