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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0078_ses-03_task-social_acq-mb8_run-06_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0078_ses-03_task-social_acq-mb8_run-06_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-06_session-03_subject-0078_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-0078/figures/sub-0078_ses-03_task-social_acq-mb8_run-06_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-03_task-social_acq-mb8_run-06_desc-stdev_bold.svg" target="_blank">sub-0078/figures/sub-0078_ses-03_task-social_acq-mb8_run-06_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-06_session-03_subject-0078_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-0078/figures/sub-0078_ses-03_task-social_acq-mb8_run-06_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-03_task-social_acq-mb8_run-06_desc-background_bold.svg" target="_blank">sub-0078/figures/sub-0078_ses-03_task-social_acq-mb8_run-06_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-06_session-03_subject-0078_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-0078/figures/sub-0078_ses-03_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-03_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" target="_blank">sub-0078/figures/sub-0078_ses-03_task-social_acq-mb8_run-06_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-06_session-03_subject-0078_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-0078/figures/sub-0078_ses-03_task-social_acq-mb8_run-06_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-03_task-social_acq-mb8_run-06_desc-carpet_bold.svg" target="_blank">sub-0078/figures/sub-0078_ses-03_task-social_acq-mb8_run-06_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-06_session-03_subject-0078_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-0078/figures/sub-0078_ses-03_task-social_acq-mb8_run-06_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-03_task-social_acq-mb8_run-06_desc-mean_bold.svg" target="_blank">sub-0078/figures/sub-0078_ses-03_task-social_acq-mb8_run-06_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-06_session-03_subject-0078_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-0078/figures/sub-0078_ses-03_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-03_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" target="_blank">sub-0078/figures/sub-0078_ses-03_task-social_acq-mb8_run-06_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-03_subject-0078_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-0078/figures/sub-0078_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
Problem loading figure sub-0078/figures/sub-0078_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0078/figures/sub-0078_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0078/ses-03/func/sub-0078_ses-03_task-social_acq-mb8_run-06_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>9f6736bbe5237ad49fd583d1fa7d86ce</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>11:21:36.040000</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.999412, 0.0319683, -0.0124064, -0.030884, 0.996358, 0.0794806]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0817987</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4138, -7770, -7214, 760, -50, -191, -43, 106]</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.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>234.869</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>0bfdcf4c-a6ff-4c59-b4b8-a709af171237||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.681349039077759, -0.08285946398973465, -0.0402357243001461, 117.47994995117188], [-0.0857686772942543, 2.6731553077697754, 0.21343697607517242, -98.19095611572266], [-0.033285580575466156, -0.21324074268341064, 2.6912498474121094, -44.94535827636719], [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': ['112136.040000', '112136.500000', '112136.960000', '112137.420000', '112137.880000', '112138.340000', '112138.800000', '112139.260000', '112139.720000', '112140.180000', '112140.640000', '112141.100000', '112141.560000', '112142.020000', '112142.480000', '112142.940000', '112143.400000', '112143.860000', '112144.320000', '112144.780000', '112145.240000', '112145.700000', '112146.160000', '112146.620000', '112147.080000', '112147.540000', '112148.000000', '112148.460000', '112148.920000', '112149.380000', '112149.840000', '112150.300000', '112150.760000', '112151.220000', '112151.680000', '112152.140000', '112152.600000', '112153.060000', '112153.520000', '112153.980000', '112154.440000', '112154.900000', '112155.360000', '112155.820000', '112156.280000', '112156.740000', '112157.200000', '112157.660000', '112158.120000', '112158.580000', '112159.040000', '112159.500000', '112159.960000', '112200.420000', '112200.880000', '112201.340000', '112201.800000', '112202.260000', '112202.720000', '112203.180000', '112203.640000', '112204.100000', '112204.560000', '112205.020000', '112205.480000', '112205.940000', '112206.400000', '112206.860000', '112207.320000', '112207.780000', '112208.240000', '112208.700000', '112209.160000', '112209.620000', '112210.080000', '112210.540000', '112211.000000', '112211.460000', '112211.920000', '112212.380000', '112212.840000', '112213.300000', '112213.760000', '112214.220000', '112214.680000', '112215.140000', '112215.600000', '112216.060000', '112216.520000', '112216.980000', '112217.440000', '112217.900000', '112218.360000', '112218.820000', '112219.280000', '112219.740000', '112220.200000', '112220.660000', '112221.120000', '112221.580000', '112222.040000', '112222.500000', '112222.960000', '112223.420000', '112223.880000', '112224.340000', '112224.800000', '112225.260000', '112225.720000', '112226.180000', '112226.640000', '112227.100000', '112227.560000', '112228.020000', '112228.480000', '112228.940000', '112229.400000', '112229.860000', '112230.320000', '112230.780000', '112231.240000', '112231.700000', '112232.160000', '112232.620000', '112233.080000', '112233.540000', '112234.000000', '112234.460000', '112234.920000', '112235.380000', '112235.840000', '112236.300000', '112236.760000', '112237.220000', '112237.680000', '112238.140000', '112238.600000', '112239.060000', '112239.520000', '112239.980000', '112240.440000', '112240.900000', '112241.360000', '112241.820000', '112242.280000', '112242.740000', '112243.200000', '112243.660000', '112244.120000', '112244.580000', '112245.040000', '112245.500000', '112245.960000', '112246.420000', '112246.880000', '112247.340000', '112247.800000', '112248.260000', '112248.720000', '112249.180000', '112249.640000', '112250.100000', '112250.560000', '112251.020000', '112251.480000', '112251.940000', '112252.400000', '112252.860000', '112253.320000', '112253.780000', '112254.240000', '112254.700000', '112255.160000', '112255.620000', '112256.080000', '112256.540000', '112257.000000', '112257.460000', '112257.920000', '112258.380000', '112258.840000', '112259.300000', '112259.760000', '112300.220000', '112300.680000', '112301.140000', '112301.600000', '112302.060000', '112302.520000', '112302.980000', '112303.440000', '112303.900000', '112304.360000', '112304.820000', '112305.280000', '112305.740000', '112306.200000', '112306.660000', '112307.120000', '112307.580000', '112308.040000', '112308.500000', '112308.960000', '112309.420000', '112309.880000', '112310.340000', '112310.800000', '112311.260000', '112311.720000', '112312.180000', '112312.640000', '112313.100000', '112313.560000', '112314.020000', '112314.480000', '112314.940000', '112315.400000', '112315.860000', '112316.320000', '112316.780000', '112317.240000', '112317.700000', '112318.160000', '112318.620000', '112319.080000', '112319.540000', '112320.000000', '112320.460000', '112320.920000', '112321.380000', '112321.840000', '112322.300000', '112322.760000', '112323.220000', '112323.680000', '112324.140000', '112324.600000', '112325.060000', '112325.520000', '112325.980000', '112326.440000', '112326.900000', '112327.360000', '112327.820000', '112328.280000', '112328.740000', '112329.200000', '112329.660000', '112330.120000', '112330.580000', '112331.040000', '112331.500000', '112331.960000', '112332.420000', '112332.880000', '112333.340000', '112333.800000', '112334.260000', '112334.720000', '112335.180000', '112335.640000', '112336.100000', '112336.560000', '112337.020000', '112337.480000', '112337.940000', '112338.400000', '112338.860000', '112339.320000', '112339.780000', '112340.240000', '112340.700000', '112341.160000', '112341.620000', '112342.080000', '112342.540000', '112343.000000', '112343.460000', '112343.920000', '112344.380000', '112344.840000', '112345.300000', '112345.760000', '112346.220000', '112346.680000', '112347.140000', '112347.600000', '112348.060000', '112348.520000', '112348.980000', '112349.440000', '112349.900000', '112350.360000', '112350.820000', '112351.280000', '112351.740000', '112352.200000', '112352.660000', '112353.120000', '112353.580000', '112354.040000', '112354.500000', '112354.960000', '112355.420000', '112355.880000', '112356.340000', '112356.800000', '112357.260000', '112357.720000', '112358.180000', '112358.640000', '112359.100000', '112359.560000', '112400.020000', '112400.480000', '112400.940000', '112401.400000', '112401.860000', '112402.320000', '112402.780000', '112403.240000', '112403.700000', '112404.160000', '112404.620000', '112405.080000', '112405.540000', '112406.000000', '112406.460000', '112406.920000', '112407.380000', '112407.840000', '112408.300000', '112408.760000', '112409.220000', '112409.680000', '112410.140000', '112410.600000', '112411.060000', '112411.520000', '112411.980000', '112412.440000', '112412.900000', '112413.360000', '112413.820000', '112414.280000', '112414.740000', '112415.200000', '112415.660000', '112416.120000', '112416.580000', '112417.040000', '112417.500000', '112417.960000', '112418.420000', '112418.880000', '112419.340000', '112419.800000', '112420.260000', '112420.720000', '112421.180000', '112421.640000', '112422.100000', '112422.560000', '112423.020000', '112423.480000', '112423.940000', '112424.400000', '112424.860000', '112425.320000', '112425.780000', '112426.240000', '112426.700000', '112427.160000', '112427.620000', '112428.080000', '112428.540000', '112429.000000', '112429.460000', '112429.920000', '112430.380000', '112430.840000', '112431.300000', '112431.760000', '112432.220000', '112432.680000', '112433.140000', '112433.600000', '112434.060000', '112434.520000', '112434.980000', '112435.440000', '112435.900000', '112436.360000', '112436.820000', '112437.280000', '112437.740000', '112438.200000', '112438.660000', '112439.120000', '112439.580000', '112440.040000', '112440.500000', '112440.960000', '112441.420000', '112441.880000', '112442.340000', '112442.800000', '112443.260000', '112443.720000', '112444.180000', '112444.640000', '112445.100000', '112445.560000', '112446.020000', '112446.480000', '112446.940000', '112447.400000', '112447.860000', '112448.320000', '112448.780000', '112449.240000', '112449.700000', '112450.160000', '112450.620000', '112451.080000', '112451.540000', '112452.000000', '112452.460000', '112452.920000', '112453.380000', '112453.840000', '112454.300000', '112454.760000', '112455.220000', '112455.680000', '112456.140000', '112456.600000', '112457.060000', '112457.520000', '112457.980000', '112458.440000', '112458.900000', '112459.360000', '112459.820000', '112500.280000', '112500.740000', '112501.200000', '112501.660000', '112502.120000', '112502.580000', '112503.040000', '112503.500000', '112503.960000', '112504.420000', '112504.880000', '112505.340000', '112505.800000', '112506.260000', '112506.720000', '112507.180000', '112507.640000', '112508.100000', '112508.560000', '112509.020000', '112509.480000', '112509.940000', '112510.400000', '112510.860000', '112511.320000', '112511.780000', '112512.240000', '112512.700000', '112513.160000', '112513.620000', '112514.080000', '112514.540000', '112515.000000', '112515.460000', '112515.920000', '112516.380000', '112516.840000', '112517.300000', '112517.760000', '112518.220000', '112518.680000', '112519.140000', '112519.600000', '112520.060000', '112520.520000', '112520.980000', '112521.440000', '112521.900000', '112522.360000', '112522.820000', '112523.280000', '112523.740000', '112524.200000', '112524.660000', '112525.120000', '112525.580000', '112526.040000', '112526.500000', '112526.960000', '112527.420000', '112527.880000', '112528.340000', '112528.800000', '112529.260000', '112529.720000', '112530.180000', '112530.640000', '112531.100000', '112531.560000', '112532.020000', '112532.480000', '112532.940000', '112533.400000', '112533.860000', '112534.320000', '112534.780000', '112535.240000', '112535.700000', '112536.160000', '112536.620000', '112537.080000', '112537.540000', '112538.000000', '112538.460000', '112538.920000', '112539.380000', '112539.840000', '112540.300000', '112540.760000', '112541.220000', '112541.680000', '112542.140000', '112542.600000', '112543.060000', '112543.520000', '112543.980000', '112544.440000', '112544.900000', '112545.360000', '112545.820000', '112546.280000', '112546.740000', '112547.200000', '112547.660000', '112548.120000', '112548.580000', '112549.040000', '112549.500000', '112549.960000', '112550.420000', '112550.880000', '112551.340000', '112551.800000', '112552.260000', '112552.720000', '112553.180000', '112553.640000', '112554.100000', '112554.560000', '112555.020000', '112555.480000', '112555.940000', '112556.400000', '112556.860000', '112557.320000', '112557.780000', '112558.240000', '112558.700000', '112559.160000', '112559.620000', '112600.080000', '112600.540000', '112601.000000', '112601.460000', '112601.920000', '112602.380000', '112602.840000', '112603.300000', '112603.760000', '112604.220000', '112604.680000', '112605.140000', '112605.600000', '112606.060000', '112606.520000', '112606.980000', '112607.440000', '112607.900000', '112608.360000', '112608.820000', '112609.280000', '112609.740000', '112610.200000', '112610.660000', '112611.120000', '112611.580000', '112612.040000', '112612.500000', '112612.960000', '112613.420000', '112613.880000', '112614.340000', '112614.800000', '112615.260000', '112615.720000', '112616.180000', '112616.640000', '112617.100000', '112617.560000', '112618.020000', '112618.480000', '112618.940000', '112619.400000', '112619.860000', '112620.320000', '112620.780000', '112621.240000', '112621.700000', '112622.160000', '112622.620000', '112623.080000', '112623.540000', '112624.000000', '112624.460000', '112624.920000', '112625.380000', '112625.840000', '112626.300000', '112626.760000', '112627.220000', '112627.680000', '112628.140000', '112628.600000', '112629.060000', '112629.520000', '112629.980000', '112630.440000', '112630.900000', '112631.360000', '112631.820000', '112632.280000', '112632.740000', '112633.200000', '112633.660000', '112634.120000', '112634.580000', '112635.040000', '112635.500000', '112635.960000', '112636.420000', '112636.880000', '112637.340000', '112637.800000', '112638.260000', '112638.720000', '112639.180000', '112639.640000', '112640.100000', '112640.560000', '112641.020000', '112641.480000', '112641.940000', '112642.400000', '112642.860000', '112643.320000', '112643.780000', '112644.240000', '112644.700000', '112645.160000', '112645.620000', '112646.080000', '112646.540000', '112647.000000', '112647.460000', '112647.920000', '112648.380000', '112648.840000', '112649.300000', '112649.760000', '112650.220000', '112650.680000', '112651.140000', '112651.600000', '112652.060000', '112652.520000', '112652.980000', '112653.440000', '112653.900000', '112654.360000', '112654.820000', '112655.280000', '112655.740000', '112656.200000', '112656.660000', '112657.120000', '112657.580000', '112658.040000', '112658.500000', '112658.960000', '112659.420000', '112659.880000', '112700.340000', '112700.800000', '112701.260000', '112701.720000', '112702.180000', '112702.640000', '112703.100000', '112703.560000', '112704.020000', '112704.480000', '112704.940000', '112705.400000', '112705.860000', '112706.320000', '112706.780000', '112707.240000', '112707.700000', '112708.160000', '112708.620000', '112709.080000', '112709.540000', '112710.000000', '112710.460000', '112710.920000', '112711.380000', '112711.840000', '112712.300000', '112712.760000', '112713.220000', '112713.680000', '112714.140000', '112714.600000', '112715.060000', '112715.520000', '112715.980000', '112716.440000', '112716.900000', '112717.360000', '112717.820000', '112718.280000', '112718.740000', '112719.200000', '112719.660000', '112720.120000', '112720.580000', '112721.040000', '112721.500000', '112721.960000', '112722.420000', '112722.880000', '112723.340000', '112723.800000', '112724.260000', '112724.720000', '112725.180000', '112725.640000', '112726.100000', '112726.560000', '112727.020000', '112727.480000', '112727.940000', '112728.400000', '112728.860000', '112729.320000', '112729.780000', '112730.240000', '112730.700000', '112731.160000', '112731.620000', '112732.080000', '112732.540000', '112733.000000', '112733.460000', '112733.920000', '112734.380000', '112734.840000', '112735.300000', '112735.760000', '112736.220000', '112736.680000', '112737.140000', '112737.600000', '112738.060000', '112738.520000', '112738.980000', '112739.440000', '112739.900000', '112740.360000', '112740.820000', '112741.280000', '112741.740000', '112742.200000', '112742.660000', '112743.120000', '112743.580000', '112744.040000', '112744.500000', '112744.960000', '112745.420000', '112745.880000', '112746.340000', '112746.800000', '112747.260000', '112747.720000', '112748.180000', '112748.640000', '112749.100000', '112749.560000', '112750.020000', '112750.480000', '112750.940000', '112751.400000', '112751.860000', '112752.320000', '112752.780000', '112753.240000', '112753.700000', '112754.160000', '112754.620000', '112755.080000', '112755.540000', '112756.000000', '112756.460000', '112756.920000', '112757.380000', '112757.840000', '112758.300000', '112758.760000', '112759.220000', '112759.680000', '112800.140000', '112800.600000', '112801.060000', '112801.520000', '112801.980000', '112802.440000', '112802.900000', '112803.360000', '112803.820000', '112804.280000', '112804.740000', '112805.200000', '112805.660000', '112806.120000', '112806.580000', '112807.040000', '112807.500000', '112807.960000', '112808.420000', '112808.880000', '112809.340000', '112809.800000', '112810.260000', '112810.720000', '112811.180000', '112811.640000', '112812.100000', '112812.560000', '112813.020000', '112813.480000', '112813.940000', '112814.400000', '112814.860000', '112815.320000', '112815.780000', '112816.240000', '112816.700000'], 'ContentTime': ['112156.756000', '112156.759000', '112156.761000', '112156.764000', '112156.767000', '112156.769000', '112156.772000', '112156.774000', '112156.777000', '112156.779000', '112156.782000', '112156.784000', '112156.787000', '112156.790000', '112156.792000', '112156.795000', '112156.797000', '112156.800000', '112156.808000', '112156.811000', '112156.814000', '112156.816000', '112156.819000', '112156.821000', '112156.824000', '112156.826000', '112156.829000', '112156.831000', '112156.834000', '112156.836000', '112156.839000', '112156.841000', '112156.844000', '112156.847000', '112156.849000', '112156.852000', '112156.854000', '112156.857000', '112156.859000', '112156.862000', '112156.864000', '112156.867000', '112156.869000', '112216.703000', '112216.706000', '112216.709000', '112216.712000', '112216.714000', '112216.717000', '112216.719000', '112216.722000', '112216.724000', '112216.727000', '112216.729000', '112216.732000', '112216.735000', '112216.737000', '112216.740000', '112216.742000', '112216.745000', '112216.747000', '112216.750000', '112216.752000', '112216.755000', '112216.757000', '112216.760000', '112216.762000', '112216.765000', '112216.767000', '112216.775000', '112216.777000', '112216.780000', '112216.783000', '112216.785000', '112216.788000', '112216.790000', '112216.793000', '112216.795000', '112216.798000', '112216.800000', '112216.803000', '112216.805000', '112216.808000', '112216.810000', '112216.813000', '112216.816000', '112216.818000', '112236.704000', '112236.707000', '112236.710000', '112236.712000', '112236.715000', '112236.718000', '112236.720000', '112236.723000', '112236.725000', '112236.728000', '112236.731000', '112236.734000', '112236.737000', '112236.739000', '112236.742000', '112236.744000', '112236.747000', '112236.750000', '112236.752000', '112236.755000', '112236.757000', '112236.760000', '112236.762000', '112236.765000', '112236.768000', '112236.777000', '112236.779000', '112236.782000', '112236.784000', '112236.787000', '112236.789000', '112236.792000', '112236.794000', '112236.797000', '112236.800000', '112236.802000', '112236.805000', '112236.807000', '112236.810000', '112236.812000', '112236.815000', '112236.817000', '112236.820000', '112256.704000', '112256.707000', '112256.710000', '112256.713000', '112256.715000', '112256.718000', '112256.720000', '112256.723000', '112256.725000', '112256.728000', '112256.730000', '112256.733000', '112256.735000', '112256.738000', '112256.741000', '112256.743000', '112256.746000', '112256.748000', '112256.751000', '112256.753000', '112256.756000', '112256.758000', '112256.761000', '112256.763000', '112256.766000', '112256.769000', '112256.771000', '112256.774000', '112256.776000', '112256.779000', '112256.781000', '112256.784000', '112256.786000', '112256.789000', '112256.791000', '112256.794000', '112256.797000', '112256.799000', '112256.802000', '112256.804000', '112256.812000', '112256.815000', '112256.817000', '112256.820000', '112316.705000', '112316.707000', '112316.710000', '112316.713000', '112316.715000', '112316.718000', '112316.720000', '112316.723000', '112316.726000', '112316.728000', '112316.731000', '112316.733000', '112316.736000', '112316.739000', '112316.741000', '112316.744000', '112316.746000', '112316.749000', '112316.752000', '112316.755000', '112316.758000', '112316.761000', '112316.763000', '112316.766000', '112316.769000', '112316.771000', '112316.774000', '112316.776000', '112316.779000', '112316.781000', '112316.786000', '112316.788000', '112316.791000', '112316.794000', '112316.796000', '112316.799000', '112316.801000', '112316.804000', '112316.807000', '112316.809000', '112316.812000', '112316.814000', '112316.817000', '112336.704000', '112336.707000', '112336.710000', '112336.720000', '112336.722000', '112336.725000', '112336.727000', '112336.730000', '112336.732000', '112336.735000', '112336.738000', '112336.740000', '112336.743000', '112336.746000', '112336.748000', '112336.751000', '112336.753000', '112336.756000', '112336.758000', '112336.761000', '112336.764000', '112336.766000', '112336.769000', '112336.771000', '112336.774000', '112336.776000', '112336.790000', '112336.793000', '112336.795000', '112336.798000', '112336.801000', '112336.803000', '112336.806000', '112336.808000', '112336.811000', '112336.814000', '112336.816000', '112336.819000', '112336.821000', '112336.824000', '112336.826000', '112336.829000', '112336.831000', '112336.834000', '112356.705000', '112356.708000', '112356.710000', '112356.713000', '112356.715000', '112356.718000', '112356.721000', '112356.723000', '112356.726000', '112356.729000', '112356.731000', '112356.734000', '112356.736000', '112356.739000', '112356.742000', '112356.744000', '112356.747000', '112356.749000', '112356.752000', '112356.755000', '112356.757000', '112356.760000', '112356.762000', '112356.765000', '112356.768000', '112356.770000', '112356.773000', '112356.775000', '112356.778000', '112356.781000', '112356.783000', '112356.786000', '112356.788000', '112356.791000', '112356.794000', '112356.796000', '112356.799000', '112356.801000', '112356.804000', '112356.806000', '112356.809000', '112356.812000', '112356.814000', '112416.703000', '112416.706000', '112416.709000', '112416.712000', '112416.715000', '112416.717000', '112416.720000', '112416.733000', '112416.736000', '112416.738000', '112416.741000', '112416.744000', '112416.746000', '112416.749000', '112416.751000', '112416.754000', '112416.756000', '112416.759000', '112416.761000', '112416.764000', '112416.766000', '112416.769000', '112416.772000', '112416.774000', '112416.777000', '112416.779000', '112416.782000', '112416.785000', '112416.787000', '112416.790000', '112416.793000', '112416.795000', '112416.798000', '112416.800000', '112416.803000', '112416.806000', '112416.808000', '112416.811000', '112416.814000', '112416.816000', '112416.819000', '112416.821000', '112416.824000', '112416.827000', '112436.703000', '112436.706000', '112436.709000', '112436.711000', '112436.714000', '112436.717000', '112436.719000', '112436.722000', '112436.725000', '112436.727000', '112436.730000', '112436.732000', '112436.735000', '112436.738000', '112436.740000', '112436.743000', '112436.746000', '112436.748000', '112436.751000', '112436.753000', '112436.756000', '112436.759000', '112436.761000', '112436.764000', '112436.766000', '112436.769000', '112436.772000', '112436.774000', '112436.777000', '112436.779000', '112436.782000', '112436.784000', '112436.787000', '112436.790000', '112436.792000', '112436.795000', '112436.798000', '112436.800000', '112436.803000', '112436.805000', '112436.808000', '112436.810000', '112436.813000', '112456.705000', '112456.708000', '112456.710000', '112456.713000', '112456.715000', '112456.718000', '112456.721000', '112456.723000', '112456.726000', '112456.728000', '112456.731000', '112456.733000', '112456.736000', '112456.738000', '112456.741000', '112456.744000', '112456.746000', '112456.749000', '112456.751000', '112456.754000', '112456.757000', '112456.759000', '112456.762000', '112456.764000', '112456.767000', '112456.769000', '112456.772000', '112456.774000', '112456.777000', '112456.779000', '112456.782000', '112456.785000', '112456.787000', '112456.790000', '112456.792000', '112456.795000', '112456.798000', '112456.800000', '112456.803000', '112456.805000', '112456.808000', '112456.810000', '112456.813000', '112456.816000', '112516.705000', '112516.707000', '112516.710000', '112516.713000', '112516.715000', '112516.718000', '112516.721000', '112516.723000', '112516.726000', '112516.728000', '112516.731000', '112516.734000', '112516.736000', '112516.739000', '112516.742000', '112516.744000', '112516.747000', '112516.750000', '112516.752000', '112516.755000', '112516.757000', '112516.760000', '112516.762000', '112516.765000', '112516.768000', '112516.770000', '112516.773000', '112516.775000', '112516.778000', '112516.781000', '112516.783000', '112516.786000', '112516.788000', '112516.791000', '112516.794000', '112516.797000', '112516.800000', '112516.802000', '112516.805000', '112516.808000', '112516.810000', '112516.813000', '112516.816000', '112536.705000', '112536.708000', '112536.710000', '112536.713000', '112536.716000', '112536.719000', '112536.721000', '112536.724000', '112536.727000', '112536.729000', '112536.732000', '112536.735000', '112536.737000', '112536.740000', '112536.742000', '112536.745000', '112536.747000', '112536.750000', '112536.753000', '112536.755000', '112536.758000', '112536.760000', '112536.763000', '112536.766000', '112536.768000', '112536.771000', '112536.773000', '112536.776000', '112536.778000', '112536.781000', '112536.784000', '112536.786000', '112536.789000', '112536.791000', '112536.794000', '112536.797000', '112536.799000', '112536.802000', '112536.804000', '112536.807000', '112536.810000', '112536.812000', '112536.815000', '112536.817000', '112556.705000', '112556.707000', '112556.710000', '112556.713000', '112556.715000', '112556.718000', '112556.721000', '112556.723000', '112556.726000', '112556.729000', '112556.731000', '112556.734000', '112556.736000', '112556.739000', '112556.742000', '112556.744000', '112556.747000', '112556.749000', '112556.752000', '112556.761000', '112556.764000', '112556.766000', '112556.769000', '112556.771000', '112556.774000', '112556.776000', '112556.779000', '112556.782000', '112556.784000', '112556.787000', '112556.789000', '112556.792000', '112556.795000', '112556.797000', '112556.800000', '112556.803000', '112556.805000', '112556.808000', '112556.810000', '112556.813000', '112556.816000', '112556.818000', '112556.821000', '112616.704000', '112616.707000', '112616.710000', '112616.713000', '112616.715000', '112616.718000', '112616.721000', '112616.723000', '112616.726000', '112616.729000', '112616.731000', '112616.734000', '112616.736000', '112616.739000', '112616.742000', '112616.744000', '112616.747000', '112616.750000', '112616.752000', '112616.755000', '112616.757000', '112616.760000', '112616.762000', '112616.765000', '112616.768000', '112616.770000', '112616.773000', '112616.776000', '112616.778000', '112616.781000', '112616.783000', '112616.786000', '112616.789000', '112616.791000', '112616.794000', '112616.797000', '112616.799000', '112616.802000', '112616.804000', '112616.807000', '112616.810000', '112616.813000', '112616.815000', '112616.818000', '112636.704000', '112636.707000', '112636.710000', '112636.712000', '112636.715000', '112636.717000', '112636.720000', '112636.723000', '112636.725000', '112636.728000', '112636.731000', '112636.733000', '112636.736000', '112636.738000', '112636.741000', '112636.744000', '112636.746000', '112636.749000', '112636.751000', '112636.754000', '112636.757000', '112636.759000', '112636.762000', '112636.765000', '112636.768000', '112636.771000', '112636.774000', '112636.777000', '112636.779000', '112636.782000', '112636.784000', '112636.787000', '112636.789000', '112636.792000', '112636.794000', '112636.797000', '112636.800000', '112636.802000', '112636.805000', '112636.807000', '112636.810000', '112636.812000', '112636.815000', '112656.704000', '112656.707000', '112656.709000', '112656.712000', '112656.715000', '112656.717000', '112656.720000', '112656.723000', '112656.725000', '112656.728000', '112656.730000', '112656.733000', '112656.736000', '112656.738000', '112656.741000', '112656.743000', '112656.746000', '112656.749000', '112656.751000', '112656.754000', '112656.756000', '112656.759000', '112656.761000', '112656.764000', '112656.766000', '112656.769000', '112656.772000', '112656.774000', '112656.777000', '112656.779000', '112656.782000', '112656.785000', '112656.787000', '112656.790000', '112656.792000', '112656.795000', '112656.797000', '112656.800000', '112656.803000', '112656.805000', '112656.808000', '112656.810000', '112656.813000', '112656.816000', '112716.705000', '112716.707000', '112716.710000', '112716.713000', '112716.716000', '112716.718000', '112716.721000', '112716.723000', '112716.726000', '112716.729000', '112716.731000', '112716.734000', '112716.737000', '112716.740000', '112716.742000', '112716.745000', '112716.747000', '112716.750000', '112716.753000', '112716.755000', '112716.758000', '112716.760000', '112716.763000', '112716.765000', '112716.768000', '112716.770000', '112716.773000', '112716.776000', '112716.778000', '112716.781000', '112716.783000', '112716.786000', '112716.788000', '112716.791000', '112716.794000', '112716.796000', '112716.799000', '112716.801000', '112716.804000', '112716.806000', '112716.809000', '112716.812000', '112716.814000', '112736.706000', '112736.710000', '112736.712000', '112736.715000', '112736.717000', '112736.720000', '112736.723000', '112736.725000', '112736.728000', '112736.731000', '112736.733000', '112736.736000', '112736.738000', '112736.741000', '112736.744000', '112736.746000', '112736.749000', '112736.751000', '112736.754000', '112736.756000', '112736.759000', '112736.762000', '112736.764000', '112736.767000', '112736.769000', '112736.772000', '112736.775000', '112736.777000', '112736.780000', '112736.782000', '112736.785000', '112736.787000', '112736.790000', '112736.793000', '112736.795000', '112736.798000', '112736.800000', '112736.803000', '112736.806000', '112736.808000', '112736.811000', '112736.813000', '112736.816000', '112736.818000', '112756.705000', '112756.707000', '112756.710000', '112756.713000', '112756.715000', '112756.718000', '112756.720000', '112756.723000', '112756.725000', '112756.728000', '112756.731000', '112756.733000', '112756.736000', '112756.739000', '112756.741000', '112756.744000', '112756.746000', '112756.749000', '112756.752000', '112756.754000', '112756.757000', '112756.759000', '112756.762000', '112756.765000', '112756.767000', '112756.770000', '112756.773000', '112756.775000', '112756.778000', '112756.780000', '112756.783000', '112756.786000', '112756.788000', '112756.791000', '112756.793000', '112756.796000', '112756.799000', '112756.801000', '112756.804000', '112756.807000', '112756.809000', '112756.812000', '112756.815000', '112816.705000', '112816.708000', '112816.711000', '112816.714000', '112816.716000', '112816.719000', '112816.721000', '112816.724000', '112816.727000', '112816.729000', '112816.732000', '112816.734000', '112816.737000', '112816.740000', '112816.742000', '112816.745000', '112816.748000', '112816.750000', '112816.753000', '112816.755000', '112816.758000', '112816.761000', '112816.763000', '112816.766000', '112816.769000', '112816.771000', '112816.774000', '112816.776000', '112816.779000', '112816.782000', '112816.784000', '112816.787000', '112816.789000', '112816.792000', '112816.794000', '112816.797000', '112816.800000', '112816.802000', '112816.805000', '112816.808000', '112816.810000', '112816.813000', '112816.815000', '112816.818000', '112817.570000', '112817.573000'], 'InstanceCreationTime': ['112156.756000', '112156.759000', '112156.761000', '112156.764000', '112156.767000', '112156.769000', '112156.772000', '112156.774000', '112156.777000', '112156.779000', '112156.782000', '112156.784000', '112156.787000', '112156.790000', '112156.792000', '112156.795000', '112156.797000', '112156.800000', '112156.808000', '112156.811000', '112156.814000', '112156.816000', '112156.819000', '112156.821000', '112156.824000', '112156.826000', '112156.829000', '112156.831000', '112156.834000', '112156.836000', '112156.839000', '112156.841000', '112156.844000', '112156.847000', '112156.849000', '112156.852000', '112156.854000', '112156.857000', '112156.859000', '112156.862000', '112156.864000', '112156.867000', '112156.869000', '112216.703000', '112216.706000', '112216.709000', '112216.712000', '112216.714000', '112216.717000', '112216.719000', '112216.722000', '112216.724000', '112216.727000', '112216.729000', '112216.732000', '112216.735000', '112216.737000', '112216.740000', '112216.742000', '112216.745000', '112216.747000', '112216.750000', '112216.752000', '112216.755000', '112216.757000', '112216.760000', '112216.762000', '112216.765000', '112216.767000', '112216.775000', '112216.777000', '112216.780000', '112216.783000', '112216.785000', '112216.788000', '112216.790000', '112216.793000', '112216.795000', '112216.798000', '112216.800000', '112216.803000', '112216.805000', '112216.808000', '112216.810000', '112216.813000', '112216.816000', '112216.818000', '112236.704000', '112236.707000', '112236.710000', '112236.712000', '112236.715000', '112236.718000', '112236.720000', '112236.723000', '112236.725000', '112236.728000', '112236.731000', '112236.734000', '112236.737000', '112236.739000', '112236.742000', '112236.744000', '112236.747000', '112236.750000', '112236.752000', '112236.755000', '112236.757000', '112236.760000', '112236.762000', '112236.765000', '112236.768000', '112236.777000', '112236.779000', '112236.782000', '112236.784000', '112236.787000', '112236.789000', '112236.792000', '112236.794000', '112236.797000', '112236.800000', '112236.802000', '112236.805000', '112236.807000', '112236.810000', '112236.812000', '112236.815000', '112236.817000', '112236.820000', '112256.704000', '112256.707000', '112256.710000', '112256.713000', '112256.715000', '112256.718000', '112256.720000', '112256.723000', '112256.725000', '112256.728000', '112256.730000', '112256.733000', '112256.735000', '112256.738000', '112256.741000', '112256.743000', '112256.746000', '112256.748000', '112256.751000', '112256.753000', '112256.756000', '112256.758000', '112256.761000', '112256.763000', '112256.766000', '112256.769000', '112256.771000', '112256.774000', '112256.776000', '112256.779000', '112256.781000', '112256.784000', '112256.786000', '112256.789000', '112256.791000', '112256.794000', '112256.797000', '112256.799000', '112256.802000', '112256.804000', '112256.812000', '112256.815000', '112256.817000', '112256.820000', '112316.705000', '112316.707000', '112316.710000', '112316.713000', '112316.715000', '112316.718000', '112316.720000', '112316.723000', '112316.726000', '112316.728000', '112316.731000', '112316.733000', '112316.736000', '112316.739000', '112316.741000', '112316.744000', '112316.746000', '112316.749000', '112316.752000', '112316.755000', '112316.758000', '112316.761000', '112316.763000', '112316.766000', '112316.769000', '112316.771000', '112316.774000', '112316.776000', '112316.779000', '112316.781000', '112316.786000', '112316.788000', '112316.791000', '112316.794000', '112316.796000', '112316.799000', '112316.801000', '112316.804000', '112316.807000', '112316.809000', '112316.812000', '112316.814000', '112316.817000', '112336.704000', '112336.707000', '112336.710000', '112336.720000', '112336.722000', '112336.725000', '112336.727000', '112336.730000', '112336.732000', '112336.735000', '112336.738000', '112336.740000', '112336.743000', '112336.746000', '112336.748000', '112336.751000', '112336.753000', '112336.756000', '112336.758000', '112336.761000', '112336.764000', '112336.766000', '112336.769000', '112336.771000', '112336.774000', '112336.776000', '112336.790000', '112336.793000', '112336.795000', '112336.798000', '112336.801000', '112336.803000', '112336.806000', '112336.808000', '112336.811000', '112336.814000', '112336.816000', '112336.819000', '112336.821000', '112336.824000', '112336.826000', '112336.829000', '112336.831000', '112336.834000', '112356.705000', '112356.708000', '112356.710000', '112356.713000', '112356.715000', '112356.718000', '112356.721000', '112356.723000', '112356.726000', '112356.729000', '112356.731000', '112356.734000', '112356.736000', '112356.739000', '112356.742000', '112356.744000', '112356.747000', '112356.749000', '112356.752000', '112356.755000', '112356.757000', '112356.760000', '112356.762000', '112356.765000', '112356.768000', '112356.770000', '112356.773000', '112356.775000', '112356.778000', '112356.781000', '112356.783000', '112356.786000', '112356.788000', '112356.791000', '112356.794000', '112356.796000', '112356.799000', '112356.801000', '112356.804000', '112356.806000', '112356.809000', '112356.812000', '112356.814000', '112416.703000', '112416.706000', '112416.709000', '112416.712000', '112416.715000', '112416.717000', '112416.720000', '112416.733000', '112416.736000', '112416.738000', '112416.741000', '112416.744000', '112416.746000', '112416.749000', '112416.751000', '112416.754000', '112416.756000', '112416.759000', '112416.761000', '112416.764000', '112416.766000', '112416.769000', '112416.772000', '112416.774000', '112416.777000', '112416.779000', '112416.782000', '112416.785000', '112416.787000', '112416.790000', '112416.793000', '112416.795000', '112416.798000', '112416.800000', '112416.803000', '112416.806000', '112416.808000', '112416.811000', '112416.814000', '112416.816000', '112416.819000', '112416.821000', '112416.824000', '112416.827000', '112436.703000', '112436.706000', '112436.709000', '112436.711000', '112436.714000', '112436.717000', '112436.719000', '112436.722000', '112436.725000', '112436.727000', '112436.730000', '112436.732000', '112436.735000', '112436.738000', '112436.740000', '112436.743000', '112436.746000', '112436.748000', '112436.751000', '112436.753000', '112436.756000', '112436.759000', '112436.761000', '112436.764000', '112436.766000', '112436.769000', '112436.772000', '112436.774000', '112436.777000', '112436.779000', '112436.782000', '112436.784000', '112436.787000', '112436.790000', '112436.792000', '112436.795000', '112436.798000', '112436.800000', '112436.803000', '112436.805000', '112436.808000', '112436.810000', '112436.813000', '112456.705000', '112456.708000', '112456.710000', '112456.713000', '112456.715000', '112456.718000', '112456.721000', '112456.723000', '112456.726000', '112456.728000', '112456.731000', '112456.733000', '112456.736000', '112456.738000', '112456.741000', '112456.744000', '112456.746000', '112456.749000', '112456.751000', '112456.754000', '112456.757000', '112456.759000', '112456.762000', '112456.764000', '112456.767000', '112456.769000', '112456.772000', '112456.774000', '112456.777000', '112456.779000', '112456.782000', '112456.785000', '112456.787000', '112456.790000', '112456.792000', '112456.795000', '112456.798000', '112456.800000', '112456.803000', '112456.805000', '112456.808000', '112456.810000', '112456.813000', '112456.816000', '112516.705000', '112516.707000', '112516.710000', '112516.713000', '112516.715000', '112516.718000', '112516.721000', '112516.723000', '112516.726000', '112516.728000', '112516.731000', '112516.734000', '112516.736000', '112516.739000', '112516.742000', '112516.744000', '112516.747000', '112516.750000', '112516.752000', '112516.755000', '112516.757000', '112516.760000', '112516.762000', '112516.765000', '112516.768000', '112516.770000', '112516.773000', '112516.775000', '112516.778000', '112516.781000', '112516.783000', '112516.786000', '112516.788000', '112516.791000', '112516.794000', '112516.797000', '112516.800000', '112516.802000', '112516.805000', '112516.808000', '112516.810000', '112516.813000', '112516.816000', '112536.705000', '112536.708000', '112536.710000', '112536.713000', '112536.716000', '112536.719000', '112536.721000', '112536.724000', '112536.727000', '112536.729000', '112536.732000', '112536.735000', '112536.737000', '112536.740000', '112536.742000', '112536.745000', '112536.747000', '112536.750000', '112536.753000', '112536.755000', '112536.758000', '112536.760000', '112536.763000', '112536.766000', '112536.768000', '112536.771000', '112536.773000', '112536.776000', '112536.778000', '112536.781000', '112536.784000', '112536.786000', '112536.789000', '112536.791000', '112536.794000', '112536.797000', '112536.799000', '112536.802000', '112536.804000', '112536.807000', '112536.810000', '112536.812000', '112536.815000', '112536.817000', '112556.705000', '112556.707000', '112556.710000', '112556.713000', '112556.715000', '112556.718000', '112556.721000', '112556.723000', '112556.726000', '112556.729000', '112556.731000', '112556.734000', '112556.736000', '112556.739000', '112556.742000', '112556.744000', '112556.747000', '112556.749000', '112556.752000', '112556.761000', '112556.764000', '112556.766000', '112556.769000', '112556.771000', '112556.774000', '112556.776000', '112556.779000', '112556.782000', '112556.784000', '112556.787000', '112556.789000', '112556.792000', '112556.795000', '112556.797000', '112556.800000', '112556.803000', '112556.805000', '112556.808000', '112556.810000', '112556.813000', '112556.816000', '112556.818000', '112556.821000', '112616.704000', '112616.707000', '112616.710000', '112616.713000', '112616.715000', '112616.718000', '112616.721000', '112616.723000', '112616.726000', '112616.729000', '112616.731000', '112616.734000', '112616.736000', '112616.739000', '112616.742000', '112616.744000', '112616.747000', '112616.750000', '112616.752000', '112616.755000', '112616.757000', '112616.760000', '112616.762000', '112616.765000', '112616.768000', '112616.770000', '112616.773000', '112616.776000', '112616.778000', '112616.781000', '112616.783000', '112616.786000', '112616.789000', '112616.791000', '112616.794000', '112616.797000', '112616.799000', '112616.802000', '112616.804000', '112616.807000', '112616.810000', '112616.813000', '112616.815000', '112616.818000', '112636.704000', '112636.707000', '112636.710000', '112636.712000', '112636.715000', '112636.717000', '112636.720000', '112636.723000', '112636.725000', '112636.728000', '112636.731000', '112636.733000', '112636.736000', '112636.738000', '112636.741000', '112636.744000', '112636.746000', '112636.749000', '112636.751000', '112636.754000', '112636.757000', '112636.759000', '112636.762000', '112636.765000', '112636.768000', '112636.771000', '112636.774000', '112636.777000', '112636.779000', '112636.782000', '112636.784000', '112636.787000', '112636.789000', '112636.792000', '112636.794000', '112636.797000', '112636.800000', '112636.802000', '112636.805000', '112636.807000', '112636.810000', '112636.812000', '112636.815000', '112656.704000', '112656.707000', '112656.709000', '112656.712000', '112656.715000', '112656.717000', '112656.720000', '112656.723000', '112656.725000', '112656.728000', '112656.730000', '112656.733000', '112656.736000', '112656.738000', '112656.741000', '112656.743000', '112656.746000', '112656.749000', '112656.751000', '112656.754000', '112656.756000', '112656.759000', '112656.761000', '112656.764000', '112656.766000', '112656.769000', '112656.772000', '112656.774000', '112656.777000', '112656.779000', '112656.782000', '112656.785000', '112656.787000', '112656.790000', '112656.792000', '112656.795000', '112656.797000', '112656.800000', '112656.803000', '112656.805000', '112656.808000', '112656.810000', '112656.813000', '112656.816000', '112716.705000', '112716.707000', '112716.710000', '112716.713000', '112716.716000', '112716.718000', '112716.721000', '112716.723000', '112716.726000', '112716.729000', '112716.731000', '112716.734000', '112716.737000', '112716.740000', '112716.742000', '112716.745000', '112716.747000', '112716.750000', '112716.753000', '112716.755000', '112716.758000', '112716.760000', '112716.763000', '112716.765000', '112716.768000', '112716.770000', '112716.773000', '112716.776000', '112716.778000', '112716.781000', '112716.783000', '112716.786000', '112716.788000', '112716.791000', '112716.794000', '112716.796000', '112716.799000', '112716.801000', '112716.804000', '112716.806000', '112716.809000', '112716.812000', '112716.814000', '112736.706000', '112736.710000', '112736.712000', '112736.715000', '112736.717000', '112736.720000', '112736.723000', '112736.725000', '112736.728000', '112736.731000', '112736.733000', '112736.736000', '112736.738000', '112736.741000', '112736.744000', '112736.746000', '112736.749000', '112736.751000', '112736.754000', '112736.756000', '112736.759000', '112736.762000', '112736.764000', '112736.767000', '112736.769000', '112736.772000', '112736.775000', '112736.777000', '112736.780000', '112736.782000', '112736.785000', '112736.787000', '112736.790000', '112736.793000', '112736.795000', '112736.798000', '112736.800000', '112736.803000', '112736.806000', '112736.808000', '112736.811000', '112736.813000', '112736.816000', '112736.818000', '112756.705000', '112756.707000', '112756.710000', '112756.713000', '112756.715000', '112756.718000', '112756.720000', '112756.723000', '112756.725000', '112756.728000', '112756.731000', '112756.733000', '112756.736000', '112756.739000', '112756.741000', '112756.744000', '112756.746000', '112756.749000', '112756.752000', '112756.754000', '112756.757000', '112756.759000', '112756.762000', '112756.765000', '112756.767000', '112756.770000', '112756.773000', '112756.775000', '112756.778000', '112756.780000', '112756.783000', '112756.786000', '112756.788000', '112756.791000', '112756.793000', '112756.796000', '112756.799000', '112756.801000', '112756.804000', '112756.807000', '112756.809000', '112756.812000', '112756.815000', '112816.705000', '112816.708000', '112816.711000', '112816.714000', '112816.716000', '112816.719000', '112816.721000', '112816.724000', '112816.727000', '112816.729000', '112816.732000', '112816.734000', '112816.737000', '112816.740000', '112816.742000', '112816.745000', '112816.748000', '112816.750000', '112816.753000', '112816.755000', '112816.758000', '112816.761000', '112816.763000', '112816.766000', '112816.769000', '112816.771000', '112816.774000', '112816.776000', '112816.779000', '112816.782000', '112816.784000', '112816.787000', '112816.789000', '112816.792000', '112816.794000', '112816.797000', '112816.800000', '112816.802000', '112816.805000', '112816.808000', '112816.810000', '112816.813000', '112816.815000', '112816.818000', '112817.570000', '112817.573000'], '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': [11356, 11643, 12138, 8775, 13533, 8723, 13367, 9201, 14026, 10596, 8847, 10909, 8793, 10582, 8862, 11076, 9083, 15414, 8991, 8855, 10276, 8782, 12216, 9593, 13702, 9633, 8865, 10840, 8975, 15140, 12209, 9767, 14099, 8881, 8751, 10789, 8649, 13782, 9595, 14554, 9065, 14371, 8735, 15268, 8525, 15150, 8451, 15288, 8675, 15348, 9033, 14701, 8913, 13889, 9056, 12446, 9023, 8000, 10239, 7813, 8986, 9832, 8154, 11936, 8407, 14192, 11107, 8555, 11823, 8720, 12570, 8876, 12457, 11654, 9714, 13423, 8733, 11275, 10310, 8693, 11580, 9074, 13969, 9295, 14898, 8623, 14327, 10007, 12234, 10313, 8638, 13701, 8302, 8292, 10886, 8412, 12500, 9224, 13819, 10065, 8579, 12758, 8538, 11838, 10095, 8635, 12230, 8692, 13243, 11808, 8577, 11680, 8897, 13382, 9137, 13492, 9313, 13790, 9419, 8339, 10862, 8273, 12327, 8376, 12853, 9440, 11139, 10162, 8665, 12819, 9020, 8483, 12148, 9107, 8752, 10814, 9488, 14427, 8898, 9335, 10558, 8804, 13114, 10539, 10484, 12039, 8791, 11764, 10500, 8690, 13301, 9309, 14841, 9203, 16322, 11185, 8398, 11431, 8402, 13744, 9057, 13846, 9719, 11784, 11157, 8211, 12904, 8721, 8232, 11131, 8398, 8778, 13066, 10227, 8691, 13207, 9843, 8644, 12857, 9133, 14445, 10326, 13899, 10268, 8726, 12187, 8645, 14104, 9159, 15281, 9436, 15042, 9675, 8619, 10790, 9569, 13643, 10231, 7752, 9481, 10986, 8201, 8375, 11917, 11547, 9814, 11835, 8591, 13200, 8591, 13800, 9169, 14664, 8397, 14977, 9852, 8826, 11069, 9366, 12965, 9179, 8319, 11880, 8385, 12781, 9479, 8761, 10864, 9421, 15066, 9806, 8805, 8260, 10242, 7892, 8894, 12259, 10141, 9810, 10147, 9118, 12063, 8826, 15162, 10059, 16106, 14774, 10702, 16868, 12089, 10469, 9954, 13112, 9528, 12837, 12825, 9434, 13834, 8402, 14010, 8884, 13729, 9509, 14300, 10075, 7658, 11791, 8881, 7727, 11767, 8425, 13006, 9986, 9061, 13484, 8761, 10897, 10348, 9695, 11204, 9133, 13209, 8615, 8707, 11768, 8616, 11978, 10176, 8526, 13370, 8890, 9973, 10909, 8831, 12001, 8899, 14101, 11061, 11461, 14430, 9044, 8844, 12334, 8714, 10857, 10857, 10992, 11383, 14278, 10794, 14600, 10309, 14849, 10102, 15125, 10363, 13995, 10193, 11851, 10652, 8643, 11912, 8676, 12121, 8818, 12558, 9374, 13136, 9838, 8516, 10446, 8774, 11674, 9702, 8542, 12145, 8469, 15156, 9323, 13994, 9814, 8921, 10986, 8450, 10878, 8604, 11931, 8902, 9831, 10546, 8593, 12124, 9339, 9440, 11483, 8926, 13287, 8907, 12990, 8957, 12954, 9812, 13413, 9675, 15323, 12201, 8895, 13208, 8635, 8612, 12696, 8856, 10131, 9868, 8979, 10822, 9012, 12104, 9109, 15858, 11589, 10952, 11554, 9948, 15623, 11638, 8664, 8402, 13747, 8371, 16822, 9341, 16265, 8744, 15865, 9007, 15080, 9233, 14378, 9127, 13382, 8189, 12947, 9139, 8209, 9589, 8004, 7685, 9346, 8122, 8059, 8236, 9228, 8317, 11022, 8596, 14257, 10213, 15849, 10931, 17400, 12019, 18337, 11836, 18631, 10392, 17633, 9946, 15397, 10164, 9779, 10829, 8422, 11570, 9016, 14019, 9742, 10667, 10492, 8684, 10565, 8526, 11771, 9384, 12288, 8938, 9440, 14080, 11504, 8418, 8145, 11318, 8544, 8114, 7713, 7816, 8013, 8431, 8839, 8133, 8705, 12002, 11034, 16092, 10055, 15900, 11365, 16496, 9317, 14318, 11591, 10306, 11959, 8204, 12811, 8640, 13260, 9277, 8401, 10639, 9210, 9832, 10018, 8107, 10283, 11679, 8886, 8310, 12100, 8696, 7710, 11420, 9182, 11784, 9188, 14285, 8758, 15241, 9224, 16808, 10798, 17454, 10645, 12843, 11439, 8753, 13054, 9531, 12032, 10524, 8939, 11452, 8596, 11963, 9496, 7574, 10356, 8039, 10763, 9720, 7810, 12210, 9708, 8735, 9977, 8272, 13503, 9133, 7831, 10418, 8048, 13855, 9964, 8685, 12637, 10521, 7581, 7458, 11083, 7983, 8268, 10158, 8040, 12763, 8965, 8795, 10754, 8772, 15833, 11367, 14175, 14718, 10940, 13725, 8195, 13291, 9565, 13388, 10882, 9216, 14322, 12299, 9624, 12359, 9609, 15866, 12143, 7352, 14976, 9254, 7540, 14451, 11557, 10293, 11925, 12676, 9317, 10504, 12573, 9667, 12701, 12452, 8628, 13052, 10089, 13480, 11720, 9226, 11813, 8858, 15587, 10783, 8439, 10296, 8421, 11515, 9844, 8261, 11023, 8627, 13163, 9425, 8424, 10191, 8351, 11612, 8679, 12249, 9010, 10839, 10647, 8986, 12056, 8799, 8270, 10223, 8098, 9607, 9812, 8206, 9964, 8415, 14923, 8873, 8467, 10028, 8305, 13781, 12064, 9528, 14977, 12325, 9528, 14232, 8701, 18031, 12937, 13917, 12994, 10321, 15573, 9435, 8199, 12000, 7897, 10777, 9017, 9092, 10682, 7872, 11495, 7720, 11497, 8407, 10421, 9600, 8891, 11244, 8577, 7530, 8854, 7685, 7257, 10186, 8441, 7917, 8016, 8018, 11171, 11004, 11399, 11668, 11168, 11317, 8275, 9629, 8761, 9086, 8095, 11832, 9282, 8759, 11936, 8717, 8632, 10590, 8938, 12879, 9179, 10454, 9193, 9130, 9284, 8039, 9690, 7860, 10058, 8393, 10492, 8998, 10681, 7921, 10458, 8663, 8516, 9033, 7966, 10800, 9536, 7806, 8708, 10793, 8803, 8432, 12226, 8727, 13140, 10222, 8025, 12685, 8808, 8108, 9792, 8372, 8517, 9996, 9458, 8706, 11001, 8846, 8927, 9486, 8697, 13951, 9151, 8881, 9264, 8415, 13711, 9862, 8316, 10754, 8469, 8440, 10017, 8306, 9248, 9780, 8736, 10633, 8500, 12132, 8430, 8911, 9203, 8647, 11021, 8736, 8440, 10839, 8690, 7939, 8863, 8392, 8346, 8302, 9599, 8560, 12285, 9416, 13696, 9578, 14506, 11995, 12328, 12412, 9566, 13281, 8777, 16236, 9717, 8602, 11107, 7983, 11595, 9380, 9772, 9744, 7451, 11114, 7769, 11388, 7999, 11330, 7947, 11039, 8053, 11926, 8339, 7826, 9633, 7759, 7615, 7625, 7763, 7989, 8326, 8322, 8318, 10318, 8560, 12119, 11652, 12043, 11155, 12646, 10332, 12348, 9319, 12516, 8242, 15349, 9503, 8458, 10206, 8121, 7625, 12027, 8663, 7593, 10361, 8760, 7734, 10614, 8709, 9975, 8176, 9497, 8305, 9305, 7532, 10434, 7675, 9868, 8571, 8154, 8805, 9756, 8360, 9090, 8328, 8302, 8470, 11659, 9404, 14171, 11370, 16527, 10950, 16124, 10142, 14603, 9288, 12954, 9478, 9944, 10069, 8665, 9731, 7771, 9984, 7893], 'WindowCenter': [4616.0, 4589.0, 4584.0, 4532.0, 4581.0, 4518.0, 4578.0, 4539.0, 4576.0, 4547.0, 4516.0, 4547.0, 4502.0, 4535.0, 4517.0, 4546.0, 4516.0, 4575.0, 4504.0, 4501.0, 4522.0, 4503.0, 4555.0, 4525.0, 4552.0, 4513.0, 4499.0, 4532.0, 4506.0, 4566.0, 4543.0, 4526.0, 4552.0, 4490.0, 4489.0, 4508.0, 4478.0, 4538.0, 4486.0, 4539.0, 4487.0, 4524.0, 4465.0, 4523.0, 4463.0, 4522.0, 4452.0, 4520.0, 4450.0, 4518.0, 4460.0, 4509.0, 4459.0, 4507.0, 4461.0, 4500.0, 4487.0, 4461.0, 4492.0, 4457.0, 4473.0, 4494.0, 4477.0, 4527.0, 4490.0, 4551.0, 4532.0, 4501.0, 4529.0, 4490.0, 4539.0, 4502.0, 4542.0, 4530.0, 4511.0, 4552.0, 4491.0, 4519.0, 4512.0, 4488.0, 4532.0, 4499.0, 4539.0, 4497.0, 4548.0, 4477.0, 4537.0, 4497.0, 4516.0, 4508.0, 4478.0, 4537.0, 4476.0, 4464.0, 4506.0, 4477.0, 4528.0, 4497.0, 4536.0, 4509.0, 4488.0, 4539.0, 4489.0, 4517.0, 4507.0, 4486.0, 4530.0, 4491.0, 4538.0, 4529.0, 4476.0, 4515.0, 4488.0, 4525.0, 4486.0, 4524.0, 4487.0, 4535.0, 4488.0, 4464.0, 4505.0, 4463.0, 4523.0, 4476.0, 4525.0, 4500.0, 4531.0, 4518.0, 4500.0, 4540.0, 4501.0, 4487.0, 4540.0, 4501.0, 4502.0, 4532.0, 4514.0, 4562.0, 4512.0, 4501.0, 4521.0, 4513.0, 4551.0, 4532.0, 4521.0, 4541.0, 4488.0, 4527.0, 4520.0, 4489.0, 4537.0, 4501.0, 4560.0, 4500.0, 4546.0, 4518.0, 4465.0, 4502.0, 4462.0, 4522.0, 4473.0, 4536.0, 4497.0, 4514.0, 4504.0, 4466.0, 4524.0, 4476.0, 4476.0, 4516.0, 4492.0, 4513.0, 4563.0, 4535.0, 4503.0, 4553.0, 4510.0, 4500.0, 4540.0, 4501.0, 4549.0, 4511.0, 4549.0, 4509.0, 4479.0, 4529.0, 4476.0, 4533.0, 4484.0, 4532.0, 4474.0, 4522.0, 4474.0, 4476.0, 4506.0, 4487.0, 4521.0, 4485.0, 4457.0, 4495.0, 4517.0, 4477.0, 4489.0, 4528.0, 4532.0, 4511.0, 4530.0, 4478.0, 4526.0, 4477.0, 4525.0, 4475.0, 4523.0, 4464.0, 4521.0, 4484.0, 4486.0, 4507.0, 4485.0, 4524.0, 4485.0, 4465.0, 4517.0, 4478.0, 4525.0, 4502.0, 4502.0, 4532.0, 4513.0, 4574.0, 4523.0, 4511.0, 4492.0, 4519.0, 4491.0, 4501.0, 4556.0, 4548.0, 4535.0, 4537.0, 4530.0, 4558.0, 4515.0, 4575.0, 4526.0, 4573.0, 4556.0, 4511.0, 4549.0, 4508.0, 4487.0, 4473.0, 4502.0, 4474.0, 4506.0, 4503.0, 4460.0, 4503.0, 4440.0, 4501.0, 4451.0, 4501.0, 4484.0, 4512.0, 4470.0, 4442.0, 4501.0, 4473.0, 4480.0, 4530.0, 4480.0, 4552.0, 4522.0, 4502.0, 4539.0, 4491.0, 4508.0, 4511.0, 4501.0, 4531.0, 4500.0, 4540.0, 4491.0, 4489.0, 4529.0, 4488.0, 4531.0, 4535.0, 4516.0, 4576.0, 4515.0, 4537.0, 4533.0, 4501.0, 4542.0, 4490.0, 4550.0, 4533.0, 4530.0, 4563.0, 4501.0, 4490.0, 4541.0, 4490.0, 4518.0, 4521.0, 4508.0, 4520.0, 4526.0, 4508.0, 4523.0, 4485.0, 4523.0, 4470.0, 4508.0, 4470.0, 4496.0, 4466.0, 4477.0, 4468.0, 4450.0, 4488.0, 4449.0, 4489.0, 4457.0, 4500.0, 4472.0, 4513.0, 4484.0, 4459.0, 4508.0, 4477.0, 4515.0, 4484.0, 4474.0, 4525.0, 4479.0, 4546.0, 4498.0, 4537.0, 4498.0, 4488.0, 4507.0, 4476.0, 4517.0, 4489.0, 4530.0, 4515.0, 4512.0, 4535.0, 4503.0, 4541.0, 4514.0, 4525.0, 4545.0, 4515.0, 4567.0, 4504.0, 4541.0, 4487.0, 4541.0, 4511.0, 4552.0, 4513.0, 4560.0, 4531.0, 4502.0, 4552.0, 4505.0, 4503.0, 4566.0, 4516.0, 4526.0, 4533.0, 4516.0, 4533.0, 4517.0, 4543.0, 4502.0, 4564.0, 4522.0, 4521.0, 4520.0, 4499.0, 4534.0, 4505.0, 4467.0, 4465.0, 4523.0, 4464.0, 4533.0, 4463.0, 4520.0, 4448.0, 4508.0, 4449.0, 4496.0, 4458.0, 4511.0, 4459.0, 4497.0, 4437.0, 4509.0, 4486.0, 4463.0, 4485.0, 4480.0, 4480.0, 4512.0, 4492.0, 4493.0, 4517.0, 4539.0, 4505.0, 4543.0, 4502.0, 4563.0, 4524.0, 4564.0, 4523.0, 4559.0, 4520.0, 4543.0, 4494.0, 4533.0, 4469.0, 4519.0, 4458.0, 4505.0, 4468.0, 4467.0, 4480.0, 4450.0, 4488.0, 4458.0, 4496.0, 4459.0, 4468.0, 4480.0, 4447.0, 4480.0, 4460.0, 4491.0, 4471.0, 4501.0, 4472.0, 4492.0, 4543.0, 4540.0, 4490.0, 4492.0, 4539.0, 4514.0, 4504.0, 4508.0, 4508.0, 4519.0, 4528.0, 4543.0, 4519.0, 4517.0, 4559.0, 4535.0, 4574.0, 4505.0, 4538.0, 4506.0, 4536.0, 4465.0, 4513.0, 4484.0, 4474.0, 4493.0, 4455.0, 4503.0, 4452.0, 4498.0, 4460.0, 4438.0, 4468.0, 4475.0, 4485.0, 4495.0, 4481.0, 4518.0, 4531.0, 4500.0, 4492.0, 4540.0, 4504.0, 4483.0, 4532.0, 4512.0, 4532.0, 4503.0, 4554.0, 4492.0, 4549.0, 4490.0, 4547.0, 4507.0, 4546.0, 4497.0, 4515.0, 4492.0, 4460.0, 4513.0, 4475.0, 4503.0, 4494.0, 4464.0, 4502.0, 4476.0, 4528.0, 4485.0, 4453.0, 4507.0, 4478.0, 4507.0, 4487.0, 4456.0, 4527.0, 4498.0, 4479.0, 4497.0, 4478.0, 4538.0, 4489.0, 4470.0, 4508.0, 4479.0, 4551.0, 4511.0, 4504.0, 4540.0, 4520.0, 4482.0, 4470.0, 4532.0, 4496.0, 4506.0, 4536.0, 4497.0, 4566.0, 4517.0, 4515.0, 4548.0, 4515.0, 4573.0, 4531.0, 4550.0, 4550.0, 4494.0, 4513.0, 4453.0, 4522.0, 4482.0, 4512.0, 4503.0, 4484.0, 4534.0, 4503.0, 4484.0, 4514.0, 4483.0, 4544.0, 4525.0, 4454.0, 4529.0, 4483.0, 4464.0, 4568.0, 4539.0, 4543.0, 4540.0, 4561.0, 4522.0, 4541.0, 4550.0, 4521.0, 4564.0, 4563.0, 4511.0, 4561.0, 4546.0, 4562.0, 4501.0, 4499.0, 4554.0, 4503.0, 4571.0, 4523.0, 4480.0, 4522.0, 4492.0, 4529.0, 4509.0, 4481.0, 4519.0, 4490.0, 4536.0, 4501.0, 4478.0, 4509.0, 4478.0, 4528.0, 4489.0, 4539.0, 4502.0, 4530.0, 4520.0, 4501.0, 4540.0, 4489.0, 4503.0, 4546.0, 4506.0, 4521.0, 4536.0, 4503.0, 4539.0, 4515.0, 4586.0, 4526.0, 4517.0, 4549.0, 4529.0, 4588.0, 4555.0, 4511.0, 4558.0, 4555.0, 4522.0, 4574.0, 4504.0, 4581.0, 4551.0, 4550.0, 4550.0, 4509.0, 4548.0, 4486.0, 4476.0, 4525.0, 4478.0, 4504.0, 4486.0, 4486.0, 4505.0, 4466.0, 4514.0, 4454.0, 4514.0, 4476.0, 4516.0, 4508.0, 4510.0, 4530.0, 4502.0, 4481.0, 4501.0, 4483.0, 4470.0, 4521.0, 4494.0, 4494.0, 4496.0, 4487.0, 4537.0, 4538.0, 4533.0, 4535.0, 4520.0, 4521.0, 4467.0, 4488.0, 4479.0, 4477.0, 4465.0, 4517.0, 4486.0, 4464.0, 4515.0, 4464.0, 4474.0, 4493.0, 4476.0, 4513.0, 4487.0, 4495.0, 4476.0, 4473.0, 4476.0, 4453.0, 4474.0, 4453.0, 4481.0, 4451.0, 4481.0, 4461.0, 4482.0, 4451.0, 4492.0, 4474.0, 4476.0, 4486.0, 4477.0, 4516.0, 4498.0, 4469.0, 4502.0, 4533.0, 4503.0, 4493.0, 4544.0, 4491.0, 4552.0, 4522.0, 4481.0, 4539.0, 4500.0, 4478.0, 4521.0, 4502.0, 4501.0, 4511.0, 4514.0, 4504.0, 4534.0, 4515.0, 4513.0, 4514.0, 4504.0, 4552.0, 4501.0, 4502.0, 4513.0, 4494.0, 4552.0, 4510.0, 4491.0, 4518.0, 4492.0, 4493.0, 4510.0, 4505.0, 4513.0, 4524.0, 4504.0, 4535.0, 4505.0, 4542.0, 4506.0, 4503.0, 4501.0, 4492.0, 4519.0, 4492.0, 4479.0, 4531.0, 4503.0, 4482.0, 4500.0, 4494.0, 4491.0, 4490.0, 4511.0, 4503.0, 4556.0, 4530.0, 4565.0, 4517.0, 4541.0, 4509.0, 4516.0, 4506.0, 4473.0, 4502.0, 4452.0, 4520.0, 4472.0, 4451.0, 4495.0, 4466.0, 4491.0, 4461.0, 4469.0, 4467.0, 4430.0, 4489.0, 4440.0, 4488.0, 4441.0, 4492.0, 4467.0, 4489.0, 4465.0, 4516.0, 4475.0, 4457.0, 4484.0, 4465.0, 4482.0, 4493.0, 4494.0, 4506.0, 4516.0, 4516.0, 4518.0, 4537.0, 4504.0, 4558.0, 4545.0, 4544.0, 4520.0, 4539.0, 4508.0, 4530.0, 4487.0, 4517.0, 4465.0, 4532.0, 4497.0, 4465.0, 4484.0, 4452.0, 4443.0, 4504.0, 4464.0, 4456.0, 4495.0, 4477.0, 4455.0, 4496.0, 4465.0, 4487.0, 4454.0, 4486.0, 4453.0, 4472.0, 4441.0, 4495.0, 4454.0, 4496.0, 4475.0, 4467.0, 4473.0, 4485.0, 4465.0, 4477.0, 4476.0, 4490.0, 4492.0, 4532.0, 4526.0, 4551.0, 4520.0, 4546.0, 4495.0, 4521.0, 4469.0, 4508.0, 4459.0, 4498.0, 4469.0, 4468.0, 4480.0, 4460.0, 4481.0, 4438.0, 4493.0, 4451.0], 'WindowWidth': [10110.0, 10055.0, 10035.0, 9959.0, 10021.0, 9931.0, 10011.0, 9962.0, 10006.0, 9969.0, 9922.0, 9965.0, 9898.0, 9948.0, 9926.0, 9962.0, 9920.0, 10000.0, 9903.0, 9894.0, 9923.0, 9901.0, 9973.0, 9936.0, 9964.0, 9913.0, 9889.0, 9934.0, 9906.0, 9989.0, 9953.0, 9933.0, 9962.0, 9876.0, 9871.0, 9895.0, 9855.0, 9936.0, 9862.0, 9935.0, 9863.0, 9909.0, 9829.0, 9906.0, 9824.0, 9901.0, 9807.0, 9896.0, 9801.0, 9890.0, 9813.0, 9877.0, 9812.0, 9872.0, 9818.0, 9869.0, 9867.0, 9823.0, 9862.0, 9824.0, 9841.0, 9871.0, 9854.0, 9922.0, 9880.0, 9961.0, 9937.0, 9894.0, 9928.0, 9877.0, 9940.0, 9898.0, 9949.0, 9932.0, 9906.0, 9963.0, 9879.0, 9914.0, 9906.0, 9870.0, 9936.0, 9887.0, 9940.0, 9881.0, 9950.0, 9851.0, 9931.0, 9878.0, 9899.0, 9894.0, 9855.0, 9932.0, 9851.0, 9830.0, 9887.0, 9853.0, 9922.0, 9881.0, 9934.0, 9901.0, 9869.0, 9938.0, 9870.0, 9905.0, 9893.0, 9865.0, 9929.0, 9881.0, 9935.0, 9925.0, 9850.0, 9900.0, 9867.0, 9913.0, 9862.0, 9911.0, 9866.0, 9929.0, 9867.0, 9829.0, 9886.0, 9827.0, 9908.0, 9850.0, 9913.0, 9887.0, 9935.0, 9914.0, 9891.0, 9946.0, 9895.0, 9869.0, 9942.0, 9895.0, 9897.0, 9937.0, 9914.0, 9978.0, 9912.0, 9893.0, 9920.0, 9913.0, 9964.0, 9937.0, 9920.0, 9948.0, 9872.0, 9921.0, 9914.0, 9872.0, 9935.0, 9888.0, 9973.0, 9889.0, 9948.0, 9908.0, 9831.0, 9877.0, 9822.0, 9904.0, 9840.0, 9932.0, 9880.0, 9896.0, 9883.0, 9834.0, 9911.0, 9851.0, 9850.0, 9905.0, 9885.0, 9917.0, 9985.0, 9947.0, 9902.0, 9965.0, 9904.0, 9889.0, 9944.0, 9892.0, 9954.0, 9906.0, 9956.0, 9900.0, 9856.0, 9923.0, 9848.0, 9922.0, 9856.0, 9917.0, 9839.0, 9903.0, 9838.0, 9849.0, 9888.0, 9862.0, 9902.0, 9857.0, 9823.0, 9874.0, 9908.0, 9855.0, 9874.0, 9925.0, 9937.0, 9907.0, 9929.0, 9853.0, 9917.0, 9850.0, 9911.0, 9841.0, 9905.0, 9826.0, 9898.0, 9853.0, 9861.0, 9890.0, 9861.0, 9910.0, 9858.0, 9831.0, 9902.0, 9854.0, 9914.0, 9892.0, 9895.0, 9935.0, 9914.0, 9997.0, 9926.0, 9910.0, 9882.0, 9914.0, 9882.0, 9894.0, 9978.0, 9974.0, 9949.0, 9954.0, 9949.0, 9982.0, 9919.0, 9999.0, 9934.0, 9995.0, 9971.0, 9900.0, 9949.0, 9889.0, 9858.0, 9833.0, 9871.0, 9836.0, 9880.0, 9876.0, 9812.0, 9875.0, 9783.0, 9865.0, 9798.0, 9868.0, 9853.0, 9883.0, 9827.0, 9792.0, 9871.0, 9838.0, 9865.0, 9928.0, 9860.0, 9962.0, 9922.0, 9895.0, 9940.0, 9878.0, 9893.0, 9903.0, 9888.0, 9934.0, 9888.0, 9942.0, 9877.0, 9870.0, 9923.0, 9870.0, 9932.0, 9947.0, 9927.0, 10007.0, 9920.0, 9952.0, 9939.0, 9890.0, 9947.0, 9873.0, 9957.0, 9937.0, 9927.0, 9983.0, 9892.0, 9875.0, 9945.0, 9878.0, 9908.0, 9916.0, 9892.0, 9913.0, 9914.0, 9890.0, 9907.0, 9854.0, 9903.0, 9828.0, 9875.0, 9825.0, 9856.0, 9815.0, 9829.0, 9819.0, 9796.0, 9847.0, 9794.0, 9849.0, 9806.0, 9867.0, 9837.0, 9893.0, 9855.0, 9815.0, 9892.0, 9851.0, 9897.0, 9855.0, 9843.0, 9914.0, 9859.0, 9944.0, 9882.0, 9933.0, 9881.0, 9866.0, 9891.0, 9850.0, 9905.0, 9873.0, 9928.0, 9917.0, 9910.0, 9947.0, 9898.0, 9948.0, 9915.0, 9931.0, 9961.0, 9919.0, 9994.0, 9899.0, 9944.0, 9868.0, 9941.0, 9903.0, 9964.0, 9910.0, 9970.0, 9932.0, 9895.0, 9964.0, 9904.0, 9900.0, 9992.0, 9921.0, 9931.0, 9942.0, 9921.0, 9941.0, 9923.0, 9955.0, 9892.0, 9984.0, 9920.0, 9916.0, 9912.0, 9881.0, 9924.0, 9882.0, 9834.0, 9829.0, 9906.0, 9827.0, 9921.0, 9820.0, 9897.0, 9793.0, 9872.0, 9793.0, 9854.0, 9805.0, 9881.0, 9810.0, 9856.0, 9778.0, 9878.0, 9861.0, 9825.0, 9859.0, 9863.0, 9864.0, 9909.0, 9883.0, 9887.0, 9928.0, 9964.0, 9909.0, 9958.0, 9898.0, 9983.0, 9929.0, 9986.0, 9922.0, 9971.0, 9909.0, 9938.0, 9864.0, 9917.0, 9822.0, 9893.0, 9806.0, 9867.0, 9819.0, 9817.0, 9838.0, 9798.0, 9849.0, 9808.0, 9854.0, 9808.0, 9818.0, 9838.0, 9792.0, 9839.0, 9816.0, 9856.0, 9836.0, 9872.0, 9838.0, 9867.0, 9938.0, 9944.0, 9879.0, 9886.0, 9945.0, 9921.0, 9907.0, 9918.0, 9919.0, 9937.0, 9950.0, 9974.0, 9938.0, 9929.0, 9986.0, 9945.0, 10000.0, 9899.0, 9937.0, 9885.0, 9929.0, 9826.0, 9886.0, 9847.0, 9832.0, 9861.0, 9814.0, 9873.0, 9805.0, 9862.0, 9810.0, 9775.0, 9818.0, 9841.0, 9856.0, 9872.0, 9867.0, 9912.0, 9935.0, 9890.0, 9881.0, 9941.0, 9905.0, 9871.0, 9933.0, 9908.0, 9936.0, 9896.0, 9967.0, 9880.0, 9952.0, 9873.0, 9947.0, 9890.0, 9941.0, 9875.0, 9895.0, 9862.0, 9816.0, 9890.0, 9840.0, 9877.0, 9866.0, 9823.0, 9874.0, 9845.0, 9924.0, 9860.0, 9813.0, 9895.0, 9856.0, 9891.0, 9863.0, 9820.0, 9922.0, 9882.0, 9855.0, 9879.0, 9854.0, 9934.0, 9870.0, 9847.0, 9895.0, 9859.0, 9963.0, 9905.0, 9901.0, 9946.0, 9916.0, 9867.0, 9850.0, 9936.0, 9895.0, 9907.0, 9948.0, 9898.0, 9990.0, 9925.0, 9922.0, 9971.0, 9922.0, 9996.0, 9936.0, 9958.0, 9958.0, 9868.0, 9892.0, 9807.0, 9905.0, 9850.0, 9890.0, 9879.0, 9855.0, 9925.0, 9878.0, 9858.0, 9896.0, 9855.0, 9942.0, 9917.0, 9817.0, 9911.0, 9856.0, 9834.0, 9983.0, 9945.0, 9959.0, 9948.0, 9979.0, 9928.0, 9953.0, 9963.0, 9925.0, 9987.0, 9985.0, 9910.0, 9980.0, 9964.0, 9981.0, 9873.0, 9886.0, 9973.0, 9898.0, 9989.0, 9924.0, 9861.0, 9924.0, 9883.0, 9926.0, 9899.0, 9863.0, 9914.0, 9874.0, 9932.0, 9891.0, 9858.0, 9900.0, 9858.0, 9926.0, 9873.0, 9940.0, 9896.0, 9932.0, 9918.0, 9894.0, 9946.0, 9873.0, 9901.0, 9966.0, 9912.0, 9924.0, 9950.0, 9902.0, 9960.0, 9923.0, 10020.0, 9939.0, 9929.0, 9976.0, 9949.0, 10027.0, 9972.0, 9906.0, 9969.0, 9978.0, 9925.0, 10002.0, 9902.0, 10008.0, 9965.0, 9958.0, 9959.0, 9900.0, 9950.0, 9864.0, 9850.0, 9915.0, 9858.0, 9886.0, 9862.0, 9862.0, 9887.0, 9835.0, 9900.0, 9819.0, 9899.0, 9850.0, 9907.0, 9903.0, 9907.0, 9935.0, 9899.0, 9869.0, 9895.0, 9871.0, 9853.0, 9922.0, 9888.0, 9888.0, 9893.0, 9879.0, 9947.0, 9950.0, 9934.0, 9941.0, 9913.0, 9915.0, 9836.0, 9863.0, 9854.0, 9849.0, 9832.0, 9905.0, 9859.0, 9826.0, 9899.0, 9827.0, 9841.0, 9866.0, 9847.0, 9891.0, 9860.0, 9868.0, 9845.0, 9838.0, 9845.0, 9810.0, 9840.0, 9809.0, 9846.0, 9805.0, 9845.0, 9817.0, 9846.0, 9805.0, 9861.0, 9841.0, 9846.0, 9859.0, 9852.0, 9904.0, 9881.0, 9846.0, 9896.0, 9939.0, 9900.0, 9884.0, 9952.0, 9880.0, 9966.0, 9921.0, 9864.0, 9940.0, 9890.0, 9856.0, 9923.0, 9897.0, 9894.0, 9906.0, 9916.0, 9900.0, 9943.0, 9919.0, 9914.0, 9915.0, 9901.0, 9963.0, 9894.0, 9896.0, 9913.0, 9888.0, 9963.0, 9902.0, 9878.0, 9913.0, 9886.0, 9883.0, 9903.0, 9909.0, 9913.0, 9931.0, 9900.0, 9946.0, 9906.0, 9950.0, 9912.0, 9898.0, 9892.0, 9879.0, 9913.0, 9884.0, 9859.0, 9934.0, 9898.0, 9869.0, 9891.0, 9886.0, 9880.0, 9875.0, 9904.0, 9903.0, 9978.0, 9948.0, 9986.0, 9922.0, 9941.0, 9895.0, 9899.0, 9884.0, 9835.0, 9875.0, 9804.0, 9897.0, 9830.0, 9800.0, 9869.0, 9834.0, 9859.0, 9816.0, 9825.0, 9820.0, 9774.0, 9852.0, 9789.0, 9851.0, 9789.0, 9861.0, 9836.0, 9855.0, 9832.0, 9901.0, 9846.0, 9823.0, 9854.0, 9834.0, 9871.0, 9891.0, 9892.0, 9908.0, 9925.0, 9925.0, 9930.0, 9953.0, 9904.0, 9985.0, 9957.0, 9957.0, 9914.0, 9941.0, 9894.0, 9926.0, 9863.0, 9905.0, 9830.0, 9918.0, 9878.0, 9829.0, 9853.0, 9809.0, 9796.0, 9879.0, 9828.0, 9820.0, 9870.0, 9848.0, 9816.0, 9875.0, 9829.0, 9864.0, 9812.0, 9859.0, 9809.0, 9835.0, 9790.0, 9869.0, 9815.0, 9874.0, 9845.0, 9839.0, 9839.0, 9857.0, 9828.0, 9850.0, 9848.0, 9875.0, 9881.0, 9938.0, 9938.0, 9961.0, 9915.0, 9944.0, 9872.0, 9901.0, 9826.0, 9875.0, 9808.0, 9861.0, 9823.0, 9821.0, 9843.0, 9815.0, 9845.0, 9784.0, 9867.0, 9808.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.009648231917336393</td></tr>
<tr><td colspan=3>aqi</td><td>0.10333236704936855</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.56800153020697</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.05646817067816</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.970037808471264</td></tr>
<tr><td colspan=3>efc</td><td>0.4567</td></tr>
<tr><td colspan=3>fber</td><td>5789.813</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1615705813888477</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>202</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>23.191733639494835</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.957462290326935</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.783519751817536</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.089148653621684</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.999718465541584</td></tr>
<tr><td colspan=3>gcor</td><td>0.0136125</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01737583801150322</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.022557370364665985</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.716467098258322</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>30.7536</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>47.1011</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>190.5534</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>53.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>307961.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>875.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>373.7127</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.6957</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>610.5802</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3713.6536</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4001.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>68583.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1094.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4902.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1076.5522</td></tr>
<tr><td colspan=3>tsnr</td><td>21.278884118422866</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>