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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0127_ses-04_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-0127_ses-04_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-04_subject-0127_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-0127/figures/sub-0127_ses-04_task-social_acq-mb8_run-06_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-04_task-social_acq-mb8_run-06_desc-stdev_bold.svg" target="_blank">sub-0127/figures/sub-0127_ses-04_task-social_acq-mb8_run-06_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-06_session-04_subject-0127_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-0127/figures/sub-0127_ses-04_task-social_acq-mb8_run-06_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-04_task-social_acq-mb8_run-06_desc-background_bold.svg" target="_blank">sub-0127/figures/sub-0127_ses-04_task-social_acq-mb8_run-06_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-06_session-04_subject-0127_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-0127/figures/sub-0127_ses-04_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-04_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" target="_blank">sub-0127/figures/sub-0127_ses-04_task-social_acq-mb8_run-06_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-06_session-04_subject-0127_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-0127/figures/sub-0127_ses-04_task-social_acq-mb8_run-06_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-04_task-social_acq-mb8_run-06_desc-carpet_bold.svg" target="_blank">sub-0127/figures/sub-0127_ses-04_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-04_subject-0127_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-0127/figures/sub-0127_ses-04_task-social_acq-mb8_run-06_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-04_task-social_acq-mb8_run-06_desc-mean_bold.svg" target="_blank">sub-0127/figures/sub-0127_ses-04_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-04_subject-0127_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-0127/figures/sub-0127_ses-04_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-04_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" target="_blank">sub-0127/figures/sub-0127_ses-04_task-social_acq-mb8_run-06_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-04_subject-0127_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-0127/figures/sub-0127_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
Problem loading figure sub-0127/figures/sub-0127_ses-04_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-0127/figures/sub-0127_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0127/figures/sub-0127_ses-04_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-0127/ses-04/func/sub-0127_ses-04_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>42978a50957e59be7ef1429d73cfecd9</td></tr>
</table>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-1">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
Dataset Information
</button>
</h2>
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>21:18:32.255000</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.999972, 0.000374341, -0.0074723, -0.000872669, 0.997766, -0.0667986]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-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.0877603</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>22</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4200, -7749, -7240, 267, -199, 132, -86, 129]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>248.836</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>bd11cf1f-4d35-4dca-984b-2913a5ab2238||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.682851791381836, -0.002341305837035179, -0.020062623545527458, 113.05838012695312], [-0.0010043297661468387, 2.676933526992798, -0.1803688257932663, -97.25082397460938], [-0.020047631114721298, 0.17921581864356995, 2.6938939094543457, -92.00786590576172], [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': ['211832.255000', '211832.715000', '211833.175000', '211833.635000', '211834.095000', '211834.555000', '211835.015000', '211835.475000', '211835.935000', '211836.395000', '211836.855000', '211837.315000', '211837.775000', '211838.235000', '211838.695000', '211839.155000', '211839.615000', '211840.075000', '211840.535000', '211840.995000', '211841.455000', '211841.915000', '211842.375000', '211842.835000', '211843.295000', '211843.755000', '211844.215000', '211844.675000', '211845.135000', '211845.595000', '211846.055000', '211846.515000', '211846.975000', '211847.435000', '211847.895000', '211848.355000', '211848.815000', '211849.275000', '211849.735000', '211850.195000', '211850.655000', '211851.115000', '211851.575000', '211852.035000', '211852.495000', '211852.955000', '211853.415000', '211853.875000', '211854.335000', '211854.795000', '211855.255000', '211855.715000', '211856.175000', '211856.635000', '211857.095000', '211857.555000', '211858.015000', '211858.475000', '211858.935000', '211859.395000', '211859.855000', '211900.315000', '211900.775000', '211901.235000', '211901.695000', '211902.155000', '211902.615000', '211903.075000', '211903.535000', '211903.995000', '211904.455000', '211904.915000', '211905.375000', '211905.835000', '211906.295000', '211906.755000', '211907.215000', '211907.675000', '211908.135000', '211908.595000', '211909.055000', '211909.515000', '211909.975000', '211910.435000', '211910.895000', '211911.355000', '211911.815000', '211912.275000', '211912.735000', '211913.195000', '211913.655000', '211914.115000', '211914.575000', '211915.035000', '211915.495000', '211915.955000', '211916.415000', '211916.875000', '211917.335000', '211917.795000', '211918.255000', '211918.715000', '211919.175000', '211919.635000', '211920.095000', '211920.555000', '211921.015000', '211921.475000', '211921.935000', '211922.395000', '211922.855000', '211923.315000', '211923.775000', '211924.235000', '211924.695000', '211925.155000', '211925.615000', '211926.075000', '211926.535000', '211926.995000', '211927.455000', '211927.915000', '211928.375000', '211928.835000', '211929.295000', '211929.755000', '211930.215000', '211930.675000', '211931.135000', '211931.595000', '211932.055000', '211932.515000', '211932.975000', '211933.435000', '211933.895000', '211934.355000', '211934.815000', '211935.275000', '211935.735000', '211936.195000', '211936.655000', '211937.115000', '211937.575000', '211938.035000', '211938.495000', '211938.955000', '211939.415000', '211939.875000', '211940.335000', '211940.795000', '211941.255000', '211941.715000', '211942.175000', '211942.635000', '211943.095000', '211943.555000', '211944.015000', '211944.475000', '211944.935000', '211945.395000', '211945.855000', '211946.315000', '211946.775000', '211947.235000', '211947.695000', '211948.155000', '211948.615000', '211949.075000', '211949.535000', '211949.995000', '211950.455000', '211950.915000', '211951.375000', '211951.835000', '211952.295000', '211952.755000', '211953.215000', '211953.675000', '211954.135000', '211954.595000', '211955.055000', '211955.515000', '211955.975000', '211956.435000', '211956.895000', '211957.355000', '211957.815000', '211958.275000', '211958.735000', '211959.195000', '211959.655000', '212000.115000', '212000.575000', '212001.035000', '212001.495000', '212001.955000', '212002.415000', '212002.875000', '212003.335000', '212003.795000', '212004.255000', '212004.715000', '212005.175000', '212005.635000', '212006.095000', '212006.555000', '212007.015000', '212007.475000', '212007.935000', '212008.395000', '212008.855000', '212009.315000', '212009.775000', '212010.235000', '212010.695000', '212011.155000', '212011.615000', '212012.075000', '212012.535000', '212012.995000', '212013.455000', '212013.915000', '212014.375000', '212014.835000', '212015.295000', '212015.755000', '212016.215000', '212016.675000', '212017.135000', '212017.595000', '212018.055000', '212018.515000', '212018.975000', '212019.435000', '212019.895000', '212020.355000', '212020.815000', '212021.275000', '212021.735000', '212022.195000', '212022.655000', '212023.115000', '212023.575000', '212024.035000', '212024.495000', '212024.955000', '212025.415000', '212025.875000', '212026.335000', '212026.795000', '212027.255000', '212027.715000', '212028.175000', '212028.635000', '212029.095000', '212029.555000', '212030.015000', '212030.475000', '212030.935000', '212031.395000', '212031.855000', '212032.315000', '212032.775000', '212033.235000', '212033.695000', '212034.155000', '212034.615000', '212035.075000', '212035.535000', '212035.995000', '212036.455000', '212036.915000', '212037.375000', '212037.835000', '212038.295000', '212038.755000', '212039.215000', '212039.675000', '212040.135000', '212040.595000', '212041.055000', '212041.515000', '212041.975000', '212042.435000', '212042.895000', '212043.355000', '212043.815000', '212044.275000', '212044.735000', '212045.195000', '212045.655000', '212046.115000', '212046.575000', '212047.035000', '212047.495000', '212047.955000', '212048.415000', '212048.875000', '212049.335000', '212049.795000', '212050.255000', '212050.715000', '212051.175000', '212051.635000', '212052.095000', '212052.555000', '212053.015000', '212053.475000', '212053.935000', '212054.395000', '212054.855000', '212055.315000', '212055.775000', '212056.235000', '212056.695000', '212057.155000', '212057.615000', '212058.075000', '212058.535000', '212058.995000', '212059.455000', '212059.915000', '212100.375000', '212100.835000', '212101.295000', '212101.755000', '212102.215000', '212102.675000', '212103.135000', '212103.595000', '212104.055000', '212104.515000', '212104.975000', '212105.435000', '212105.895000', '212106.355000', '212106.815000', '212107.275000', '212107.735000', '212108.195000', '212108.655000', '212109.115000', '212109.575000', '212110.035000', '212110.495000', '212110.955000', '212111.415000', '212111.875000', '212112.335000', '212112.795000', '212113.255000', '212113.715000', '212114.175000', '212114.635000', '212115.095000', '212115.555000', '212116.015000', '212116.475000', '212116.935000', '212117.395000', '212117.855000', '212118.315000', '212118.775000', '212119.235000', '212119.695000', '212120.155000', '212120.615000', '212121.075000', '212121.535000', '212121.995000', '212122.455000', '212122.915000', '212123.375000', '212123.835000', '212124.295000', '212124.755000', '212125.215000', '212125.675000', '212126.135000', '212126.595000', '212127.055000', '212127.515000', '212127.975000', '212128.435000', '212128.895000', '212129.355000', '212129.815000', '212130.275000', '212130.735000', '212131.195000', '212131.655000', '212132.115000', '212132.575000', '212133.035000', '212133.495000', '212133.955000', '212134.415000', '212134.875000', '212135.335000', '212135.795000', '212136.255000', '212136.715000', '212137.175000', '212137.635000', '212138.095000', '212138.555000', '212139.015000', '212139.475000', '212139.935000', '212140.395000', '212140.855000', '212141.315000', '212141.775000', '212142.235000', '212142.695000', '212143.155000', '212143.615000', '212144.075000', '212144.535000', '212144.995000', '212145.455000', '212145.915000', '212146.375000', '212146.835000', '212147.295000', '212147.755000', '212148.215000', '212148.675000', '212149.135000', '212149.595000', '212150.055000', '212150.515000', '212150.975000', '212151.435000', '212151.895000', '212152.355000', '212152.815000', '212153.275000', '212153.735000', '212154.195000', '212154.655000', '212155.115000', '212155.575000', '212156.035000', '212156.495000', '212156.955000', '212157.415000', '212157.875000', '212158.335000', '212158.795000', '212159.255000', '212159.715000', '212200.175000', '212200.635000', '212201.095000', '212201.555000', '212202.015000', '212202.475000', '212202.935000', '212203.395000', '212203.855000', '212204.315000', '212204.775000', '212205.235000', '212205.695000', '212206.155000', '212206.615000', '212207.075000', '212207.535000', '212207.995000', '212208.455000', '212208.915000', '212209.375000', '212209.835000', '212210.295000', '212210.755000', '212211.215000', '212211.675000', '212212.135000', '212212.595000', '212213.055000', '212213.515000', '212213.975000', '212214.435000', '212214.895000', '212215.355000', '212215.815000', '212216.275000', '212216.735000', '212217.195000', '212217.655000', '212218.115000', '212218.575000', '212219.035000', '212219.495000', '212219.955000', '212220.415000', '212220.875000', '212221.335000', '212221.795000', '212222.255000', '212222.715000', '212223.175000', '212223.635000', '212224.095000', '212224.555000', '212225.015000', '212225.475000', '212225.935000', '212226.395000', '212226.855000', '212227.315000', '212227.775000', '212228.235000', '212228.695000', '212229.155000', '212229.615000', '212230.075000', '212230.535000', '212230.995000', '212231.455000', '212231.915000', '212232.375000', '212232.835000', '212233.295000', '212233.755000', '212234.215000', '212234.675000', '212235.135000', '212235.595000', '212236.055000', '212236.515000', '212236.975000', '212237.435000', '212237.895000', '212238.355000', '212238.815000', '212239.275000', '212239.735000', '212240.195000', '212240.655000', '212241.115000', '212241.575000', '212242.035000', '212242.495000', '212242.955000', '212243.415000', '212243.875000', '212244.335000', '212244.795000', '212245.255000', '212245.715000', '212246.175000', '212246.635000', '212247.095000', '212247.555000', '212248.015000', '212248.475000', '212248.935000', '212249.395000', '212249.855000', '212250.315000', '212250.775000', '212251.235000', '212251.695000', '212252.155000', '212252.615000', '212253.075000', '212253.535000', '212253.995000', '212254.455000', '212254.915000', '212255.375000', '212255.835000', '212256.295000', '212256.755000', '212257.215000', '212257.675000', '212258.135000', '212258.595000', '212259.055000', '212259.515000', '212259.975000', '212300.435000', '212300.895000', '212301.355000', '212301.815000', '212302.275000', '212302.735000', '212303.195000', '212303.655000', '212304.115000', '212304.575000', '212305.035000', '212305.495000', '212305.955000', '212306.415000', '212306.875000', '212307.335000', '212307.795000', '212308.255000', '212308.715000', '212309.175000', '212309.635000', '212310.095000', '212310.555000', '212311.015000', '212311.475000', '212311.935000', '212312.395000', '212312.855000', '212313.315000', '212313.775000', '212314.235000', '212314.695000', '212315.155000', '212315.615000', '212316.075000', '212316.535000', '212316.995000', '212317.455000', '212317.915000', '212318.375000', '212318.835000', '212319.295000', '212319.755000', '212320.215000', '212320.675000', '212321.135000', '212321.595000', '212322.055000', '212322.515000', '212322.975000', '212323.435000', '212323.895000', '212324.355000', '212324.815000', '212325.275000', '212325.735000', '212326.195000', '212326.655000', '212327.115000', '212327.575000', '212328.035000', '212328.495000', '212328.955000', '212329.415000', '212329.875000', '212330.335000', '212330.795000', '212331.255000', '212331.715000', '212332.175000', '212332.635000', '212333.095000', '212333.555000', '212334.015000', '212334.475000', '212334.935000', '212335.395000', '212335.855000', '212336.315000', '212336.775000', '212337.235000', '212337.695000', '212338.155000', '212338.615000', '212339.075000', '212339.535000', '212339.995000', '212340.455000', '212340.915000', '212341.375000', '212341.835000', '212342.295000', '212342.755000', '212343.215000', '212343.675000', '212344.135000', '212344.595000', '212345.055000', '212345.515000', '212345.975000', '212346.435000', '212346.895000', '212347.355000', '212347.815000', '212348.275000', '212348.735000', '212349.195000', '212349.655000', '212350.115000', '212350.575000', '212351.035000', '212351.495000', '212351.955000', '212352.415000', '212352.875000', '212353.335000', '212353.795000', '212354.255000', '212354.715000', '212355.175000', '212355.635000', '212356.095000', '212356.555000', '212357.015000', '212357.475000', '212357.935000', '212358.395000', '212358.855000', '212359.315000', '212359.775000', '212400.235000', '212400.695000', '212401.155000', '212401.615000', '212402.075000', '212402.535000', '212402.995000', '212403.455000', '212403.915000', '212404.375000', '212404.835000', '212405.295000', '212405.755000', '212406.215000', '212406.675000', '212407.135000', '212407.595000', '212408.055000', '212408.515000', '212408.975000', '212409.435000', '212409.895000', '212410.355000', '212410.815000', '212411.275000', '212411.735000', '212412.195000', '212412.655000', '212413.115000', '212413.575000', '212414.035000', '212414.495000', '212414.955000', '212415.415000', '212415.875000', '212416.335000', '212416.795000', '212417.255000', '212417.715000', '212418.175000', '212418.635000', '212419.095000', '212419.555000', '212420.015000', '212420.475000', '212420.935000', '212421.395000', '212421.855000', '212422.315000', '212422.775000', '212423.235000', '212423.695000', '212424.155000', '212424.615000', '212425.075000', '212425.535000', '212425.995000', '212426.455000', '212426.915000', '212427.375000', '212427.835000', '212428.295000', '212428.755000', '212429.215000', '212429.675000', '212430.135000', '212430.595000', '212431.055000', '212431.515000', '212431.975000', '212432.435000', '212432.895000', '212433.355000', '212433.815000', '212434.275000', '212434.735000', '212435.195000', '212435.655000', '212436.115000', '212436.575000', '212437.035000', '212437.495000', '212437.955000', '212438.415000', '212438.875000', '212439.335000', '212439.795000', '212440.255000', '212440.715000', '212441.175000', '212441.635000', '212442.095000', '212442.555000', '212443.015000', '212443.475000', '212443.935000', '212444.395000', '212444.855000', '212445.315000', '212445.775000', '212446.235000', '212446.695000', '212447.155000', '212447.615000', '212448.075000', '212448.535000', '212448.995000', '212449.455000', '212449.915000', '212450.375000', '212450.835000', '212451.295000', '212451.755000', '212452.215000', '212452.675000', '212453.135000', '212453.595000', '212454.055000', '212454.515000', '212454.975000', '212455.435000', '212455.895000', '212456.355000', '212456.815000', '212457.275000', '212457.735000', '212458.195000', '212458.655000', '212459.115000', '212459.575000', '212500.035000', '212500.495000', '212500.955000', '212501.415000', '212501.875000', '212502.335000', '212502.795000', '212503.255000', '212503.715000', '212504.175000', '212504.635000', '212505.095000', '212505.555000', '212506.015000', '212506.475000', '212506.935000', '212507.395000', '212507.855000', '212508.315000', '212508.775000', '212509.235000', '212509.695000', '212510.155000', '212510.615000', '212511.075000', '212511.535000', '212511.995000', '212512.455000', '212512.915000'], 'ContentTime': ['211848.462000', '211848.465000', '211848.468000', '211848.471000', '211848.473000', '211848.476000', '211848.479000', '211848.481000', '211848.484000', '211848.486000', '211848.489000', '211848.491000', '211848.494000', '211848.522000', '211848.525000', '211848.527000', '211848.530000', '211848.532000', '211848.535000', '211848.537000', '211848.545000', '211848.548000', '211848.551000', '211848.553000', '211848.556000', '211848.558000', '211848.561000', '211848.564000', '211848.566000', '211848.579000', '211848.581000', '211848.584000', '211848.586000', '211908.431000', '211908.434000', '211908.437000', '211908.439000', '211908.442000', '211908.444000', '211908.468000', '211908.471000', '211908.474000', '211908.476000', '211908.479000', '211908.481000', '211908.484000', '211908.486000', '211908.489000', '211908.492000', '211908.494000', '211908.497000', '211908.499000', '211908.502000', '211908.505000', '211908.507000', '211908.510000', '211908.512000', '211908.515000', '211908.517000', '211908.520000', '211908.524000', '211908.526000', '211908.529000', '211908.532000', '211908.534000', '211908.537000', '211908.539000', '211908.542000', '211908.544000', '211908.547000', '211908.550000', '211908.552000', '211908.555000', '211908.557000', '211908.560000', '211908.562000', '211928.432000', '211928.435000', '211928.437000', '211928.440000', '211928.442000', '211928.445000', '211928.448000', '211928.450000', '211928.453000', '211928.455000', '211928.458000', '211928.474000', '211928.476000', '211928.479000', '211928.482000', '211928.484000', '211928.487000', '211928.489000', '211928.492000', '211928.494000', '211928.497000', '211928.499000', '211928.502000', '211928.505000', '211928.507000', '211928.510000', '211928.512000', '211928.515000', '211928.518000', '211928.520000', '211928.523000', '211928.525000', '211928.528000', '211928.531000', '211928.533000', '211928.536000', '211928.538000', '211928.541000', '211928.544000', '211928.546000', '211928.549000', '211928.551000', '211928.554000', '211928.556000', '211948.432000', '211948.435000', '211948.438000', '211948.440000', '211948.443000', '211948.445000', '211948.448000', '211948.451000', '211948.453000', '211948.456000', '211948.458000', '211948.461000', '211948.464000', '211948.466000', '211948.469000', '211948.471000', '211948.474000', '211948.477000', '211948.479000', '211948.482000', '211948.484000', '211948.487000', '211948.490000', '211948.492000', '211948.495000', '211948.497000', '211948.500000', '211948.502000', '211948.505000', '211948.507000', '211948.510000', '211948.513000', '211948.515000', '211948.518000', '211948.520000', '211948.523000', '211948.526000', '211948.528000', '211948.531000', '211948.533000', '211948.536000', '211948.538000', '211948.541000', '212008.432000', '212008.435000', '212008.438000', '212008.440000', '212008.443000', '212008.446000', '212008.448000', '212008.451000', '212008.453000', '212008.456000', '212008.458000', '212008.461000', '212008.464000', '212008.466000', '212008.469000', '212008.471000', '212008.474000', '212008.477000', '212008.479000', '212008.482000', '212008.484000', '212008.487000', '212008.490000', '212008.492000', '212008.495000', '212008.497000', '212008.500000', '212008.502000', '212008.505000', '212008.508000', '212008.510000', '212008.513000', '212008.515000', '212008.518000', '212008.521000', '212008.523000', '212008.526000', '212008.529000', '212008.531000', '212008.534000', '212008.536000', '212008.539000', '212008.541000', '212008.544000', '212028.432000', '212028.435000', '212028.438000', '212028.440000', '212028.443000', '212028.446000', '212028.448000', '212028.451000', '212028.453000', '212028.456000', '212028.458000', '212028.461000', '212028.464000', '212028.466000', '212028.469000', '212028.471000', '212028.474000', '212028.476000', '212028.479000', '212028.491000', '212028.494000', '212028.497000', '212028.499000', '212028.502000', '212028.504000', '212028.507000', '212028.510000', '212028.512000', '212028.515000', '212028.517000', '212028.520000', '212028.523000', '212028.525000', '212028.528000', '212028.530000', '212028.533000', '212028.536000', '212028.538000', '212028.541000', '212028.544000', '212028.546000', '212028.549000', '212028.551000', '212048.432000', '212048.435000', '212048.438000', '212048.441000', '212048.443000', '212048.446000', '212048.448000', '212048.451000', '212048.454000', '212048.456000', '212048.459000', '212048.461000', '212048.465000', '212048.467000', '212048.470000', '212048.473000', '212048.476000', '212048.478000', '212048.481000', '212048.484000', '212048.486000', '212048.489000', '212048.491000', '212048.494000', '212048.497000', '212048.499000', '212048.502000', '212048.504000', '212048.507000', '212048.509000', '212048.512000', '212048.515000', '212048.517000', '212048.520000', '212048.523000', '212048.525000', '212048.528000', '212048.530000', '212048.533000', '212048.535000', '212048.538000', '212048.541000', '212048.543000', '212108.431000', '212108.434000', '212108.437000', '212108.439000', '212108.442000', '212108.445000', '212108.447000', '212108.450000', '212108.452000', '212108.455000', '212108.458000', '212108.460000', '212108.463000', '212108.465000', '212108.468000', '212108.471000', '212108.473000', '212108.476000', '212108.478000', '212108.481000', '212108.484000', '212108.486000', '212108.489000', '212108.491000', '212108.494000', '212108.496000', '212108.499000', '212108.502000', '212108.504000', '212108.507000', '212108.509000', '212108.512000', '212108.515000', '212108.517000', '212108.520000', '212108.522000', '212108.525000', '212108.527000', '212108.530000', '212108.533000', '212108.535000', '212108.538000', '212108.540000', '212108.543000', '212128.431000', '212128.434000', '212128.437000', '212128.439000', '212128.442000', '212128.444000', '212128.447000', '212128.450000', '212128.452000', '212128.455000', '212128.457000', '212128.460000', '212128.463000', '212128.465000', '212128.468000', '212128.470000', '212128.473000', '212128.476000', '212128.478000', '212128.481000', '212128.484000', '212128.486000', '212128.489000', '212128.491000', '212128.494000', '212128.496000', '212128.499000', '212128.502000', '212128.504000', '212128.507000', '212128.509000', '212128.512000', '212128.515000', '212128.517000', '212128.520000', '212128.523000', '212128.525000', '212128.528000', '212128.530000', '212128.533000', '212128.535000', '212128.538000', '212128.541000', '212128.543000', '212148.432000', '212148.435000', '212148.437000', '212148.440000', '212148.442000', '212148.445000', '212148.447000', '212148.450000', '212148.453000', '212148.455000', '212148.458000', '212148.460000', '212148.463000', '212148.466000', '212148.468000', '212148.471000', '212148.474000', '212148.476000', '212148.479000', '212148.481000', '212148.484000', '212148.486000', '212148.489000', '212148.492000', '212148.494000', '212148.497000', '212148.500000', '212148.502000', '212148.505000', '212148.507000', '212148.510000', '212148.513000', '212148.515000', '212148.518000', '212148.520000', '212148.523000', '212148.525000', '212148.528000', '212148.531000', '212148.533000', '212148.536000', '212148.538000', '212148.541000', '212208.442000', '212208.445000', '212208.447000', '212208.450000', '212208.452000', '212208.455000', '212208.458000', '212208.461000', '212208.463000', '212208.466000', '212208.469000', '212208.471000', '212208.474000', '212208.476000', '212208.479000', '212208.482000', '212208.484000', '212208.487000', '212208.489000', '212208.492000', '212208.495000', '212208.497000', '212208.500000', '212208.502000', '212208.505000', '212208.508000', '212208.510000', '212208.513000', '212208.515000', '212208.518000', '212208.521000', '212208.523000', '212208.526000', '212208.528000', '212208.531000', '212208.534000', '212208.536000', '212208.539000', '212208.541000', '212208.544000', '212208.546000', '212208.549000', '212208.552000', '212208.554000', '212228.433000', '212228.435000', '212228.438000', '212228.441000', '212228.443000', '212228.446000', '212228.448000', '212228.451000', '212228.454000', '212228.456000', '212228.459000', '212228.461000', '212228.464000', '212228.467000', '212228.469000', '212228.472000', '212228.475000', '212228.477000', '212228.480000', '212228.482000', '212228.485000', '212228.488000', '212228.490000', '212228.493000', '212228.495000', '212228.498000', '212228.500000', '212228.503000', '212228.506000', '212228.508000', '212228.511000', '212228.514000', '212228.516000', '212228.519000', '212228.522000', '212228.524000', '212228.527000', '212228.529000', '212228.532000', '212228.535000', '212228.537000', '212228.540000', '212228.542000', '212248.433000', '212248.436000', '212248.439000', '212248.442000', '212248.445000', '212248.447000', '212248.450000', '212248.452000', '212248.455000', '212248.458000', '212248.460000', '212248.463000', '212248.465000', '212248.468000', '212248.471000', '212248.473000', '212248.476000', '212248.478000', '212248.481000', '212248.484000', '212248.486000', '212248.489000', '212248.491000', '212248.494000', '212248.497000', '212248.499000', '212248.502000', '212248.504000', '212248.507000', '212248.510000', '212248.512000', '212248.515000', '212248.517000', '212248.520000', '212248.523000', '212248.525000', '212248.528000', '212248.530000', '212248.533000', '212248.535000', '212248.538000', '212248.541000', '212248.543000', '212308.432000', '212308.435000', '212308.438000', '212308.440000', '212308.443000', '212308.446000', '212308.448000', '212308.451000', '212308.453000', '212308.456000', '212308.459000', '212308.461000', '212308.464000', '212308.466000', '212308.469000', '212308.471000', '212308.474000', '212308.477000', '212308.479000', '212308.482000', '212308.484000', '212308.487000', '212308.490000', '212308.492000', '212308.495000', '212308.497000', '212308.500000', '212308.503000', '212308.505000', '212308.508000', '212308.511000', '212308.513000', '212308.516000', '212308.518000', '212308.521000', '212308.524000', '212308.526000', '212308.529000', '212308.532000', '212308.534000', '212308.537000', '212308.539000', '212308.542000', '212308.545000', '212328.431000', '212328.434000', '212328.437000', '212328.440000', '212328.442000', '212328.445000', '212328.447000', '212328.451000', '212328.453000', '212328.456000', '212328.459000', '212328.461000', '212328.464000', '212328.467000', '212328.469000', '212328.472000', '212328.474000', '212328.477000', '212328.480000', '212328.482000', '212328.485000', '212328.487000', '212328.490000', '212328.493000', '212328.495000', '212328.503000', '212328.505000', '212328.508000', '212328.511000', '212328.513000', '212328.516000', '212328.518000', '212328.521000', '212328.524000', '212328.526000', '212328.529000', '212328.532000', '212328.534000', '212328.537000', '212328.539000', '212328.542000', '212328.545000', '212328.547000', '212348.431000', '212348.434000', '212348.437000', '212348.440000', '212348.442000', '212348.445000', '212348.447000', '212348.450000', '212348.453000', '212348.455000', '212348.458000', '212348.461000', '212348.463000', '212348.466000', '212348.468000', '212348.471000', '212348.474000', '212348.477000', '212348.479000', '212348.482000', '212348.484000', '212348.487000', '212348.490000', '212348.492000', '212348.495000', '212348.497000', '212348.500000', '212348.503000', '212348.505000', '212348.508000', '212348.511000', '212348.513000', '212348.516000', '212348.518000', '212348.521000', '212348.524000', '212348.526000', '212348.529000', '212348.531000', '212348.534000', '212348.537000', '212348.539000', '212348.542000', '212348.545000', '212408.432000', '212408.435000', '212408.438000', '212408.440000', '212408.443000', '212408.446000', '212408.448000', '212408.451000', '212408.453000', '212408.456000', '212408.459000', '212408.461000', '212408.464000', '212408.466000', '212408.469000', '212408.472000', '212408.483000', '212408.486000', '212408.488000', '212408.491000', '212408.494000', '212408.497000', '212408.499000', '212408.502000', '212408.505000', '212408.507000', '212408.510000', '212408.512000', '212408.517000', '212408.520000', '212408.522000', '212408.525000', '212408.528000', '212408.530000', '212408.533000', '212408.535000', '212408.538000', '212408.541000', '212408.543000', '212408.546000', '212408.549000', '212408.552000', '212408.554000', '212428.433000', '212428.436000', '212428.438000', '212428.441000', '212428.443000', '212428.446000', '212428.449000', '212428.451000', '212428.454000', '212428.457000', '212428.459000', '212428.462000', '212428.464000', '212428.467000', '212428.470000', '212428.472000', '212428.475000', '212428.477000', '212428.480000', '212428.483000', '212428.485000', '212428.488000', '212428.490000', '212428.493000', '212428.496000', '212428.498000', '212428.501000', '212428.503000', '212428.506000', '212428.509000', '212428.511000', '212428.514000', '212428.517000', '212428.519000', '212428.522000', '212428.525000', '212428.527000', '212428.530000', '212428.532000', '212428.535000', '212428.537000', '212428.540000', '212428.543000', '212428.545000', '212448.432000', '212448.435000', '212448.438000', '212448.441000', '212448.443000', '212448.446000', '212448.449000', '212448.451000', '212448.454000', '212448.456000', '212448.459000', '212448.462000', '212448.464000', '212448.467000', '212448.469000', '212448.472000', '212448.475000', '212448.477000', '212448.480000', '212448.483000', '212448.486000', '212448.489000', '212448.492000', '212448.494000', '212448.497000', '212448.500000', '212448.502000', '212448.505000', '212448.507000', '212448.510000', '212448.512000', '212448.515000', '212448.518000', '212448.520000', '212448.523000', '212448.525000', '212448.528000', '212448.531000', '212448.533000', '212448.536000', '212448.539000', '212448.542000', '212448.544000', '212508.433000', '212508.435000', '212508.438000', '212508.441000', '212508.443000', '212508.446000', '212508.449000', '212508.451000', '212508.454000', '212508.456000', '212508.459000', '212508.461000', '212508.464000', '212508.467000', '212508.469000', '212508.472000', '212508.474000', '212508.477000', '212508.480000', '212508.482000', '212508.485000', '212508.487000', '212508.490000', '212508.492000', '212508.495000', '212508.498000', '212508.500000', '212508.503000', '212508.505000', '212508.508000', '212508.511000', '212508.513000', '212508.516000', '212508.518000', '212508.521000', '212508.524000', '212508.526000', '212508.529000', '212508.531000', '212508.534000', '212508.537000', '212508.539000', '212508.542000', '212508.544000', '212514.269000', '212514.271000', '212514.274000', '212514.277000', '212514.279000', '212514.282000', '212514.284000', '212514.287000', '212514.290000', '212514.292000', '212514.295000', '212514.297000', '212514.300000'], 'InstanceCreationTime': ['211848.462000', '211848.465000', '211848.468000', '211848.471000', '211848.473000', '211848.476000', '211848.479000', '211848.481000', '211848.484000', '211848.486000', '211848.489000', '211848.491000', '211848.494000', '211848.522000', '211848.525000', '211848.527000', '211848.530000', '211848.532000', '211848.535000', '211848.537000', '211848.545000', '211848.548000', '211848.551000', '211848.553000', '211848.556000', '211848.558000', '211848.561000', '211848.564000', '211848.566000', '211848.579000', '211848.581000', '211848.584000', '211848.586000', '211908.431000', '211908.434000', '211908.437000', '211908.439000', '211908.442000', '211908.444000', '211908.468000', '211908.471000', '211908.474000', '211908.476000', '211908.479000', '211908.481000', '211908.484000', '211908.486000', '211908.489000', '211908.492000', '211908.494000', '211908.497000', '211908.499000', '211908.502000', '211908.505000', '211908.507000', '211908.510000', '211908.512000', '211908.515000', '211908.517000', '211908.520000', '211908.524000', '211908.526000', '211908.529000', '211908.532000', '211908.534000', '211908.537000', '211908.539000', '211908.542000', '211908.544000', '211908.547000', '211908.550000', '211908.552000', '211908.555000', '211908.557000', '211908.560000', '211908.562000', '211928.432000', '211928.435000', '211928.437000', '211928.440000', '211928.442000', '211928.445000', '211928.448000', '211928.450000', '211928.453000', '211928.455000', '211928.458000', '211928.474000', '211928.476000', '211928.479000', '211928.482000', '211928.484000', '211928.487000', '211928.489000', '211928.492000', '211928.494000', '211928.497000', '211928.499000', '211928.502000', '211928.505000', '211928.507000', '211928.510000', '211928.512000', '211928.515000', '211928.518000', '211928.520000', '211928.523000', '211928.525000', '211928.528000', '211928.531000', '211928.533000', '211928.536000', '211928.538000', '211928.541000', '211928.544000', '211928.546000', '211928.549000', '211928.551000', '211928.554000', '211928.556000', '211948.432000', '211948.435000', '211948.438000', '211948.440000', '211948.443000', '211948.445000', '211948.448000', '211948.451000', '211948.453000', '211948.456000', '211948.458000', '211948.461000', '211948.464000', '211948.466000', '211948.469000', '211948.471000', '211948.474000', '211948.477000', '211948.479000', '211948.482000', '211948.484000', '211948.487000', '211948.490000', '211948.492000', '211948.495000', '211948.497000', '211948.500000', '211948.502000', '211948.505000', '211948.507000', '211948.510000', '211948.513000', '211948.515000', '211948.518000', '211948.520000', '211948.523000', '211948.526000', '211948.528000', '211948.531000', '211948.533000', '211948.536000', '211948.538000', '211948.541000', '212008.432000', '212008.435000', '212008.438000', '212008.440000', '212008.443000', '212008.446000', '212008.448000', '212008.451000', '212008.453000', '212008.456000', '212008.458000', '212008.461000', '212008.464000', '212008.466000', '212008.469000', '212008.471000', '212008.474000', '212008.477000', '212008.479000', '212008.482000', '212008.484000', '212008.487000', '212008.490000', '212008.492000', '212008.495000', '212008.497000', '212008.500000', '212008.502000', '212008.505000', '212008.508000', '212008.510000', '212008.513000', '212008.515000', '212008.518000', '212008.521000', '212008.523000', '212008.526000', '212008.529000', '212008.531000', '212008.534000', '212008.536000', '212008.539000', '212008.541000', '212008.544000', '212028.432000', '212028.435000', '212028.438000', '212028.440000', '212028.443000', '212028.446000', '212028.448000', '212028.451000', '212028.453000', '212028.456000', '212028.458000', '212028.461000', '212028.464000', '212028.466000', '212028.469000', '212028.471000', '212028.474000', '212028.476000', '212028.479000', '212028.491000', '212028.494000', '212028.497000', '212028.499000', '212028.502000', '212028.504000', '212028.507000', '212028.510000', '212028.512000', '212028.515000', '212028.517000', '212028.520000', '212028.523000', '212028.525000', '212028.528000', '212028.530000', '212028.533000', '212028.536000', '212028.538000', '212028.541000', '212028.544000', '212028.546000', '212028.549000', '212028.551000', '212048.432000', '212048.435000', '212048.438000', '212048.441000', '212048.443000', '212048.446000', '212048.448000', '212048.451000', '212048.454000', '212048.456000', '212048.459000', '212048.461000', '212048.465000', '212048.467000', '212048.470000', '212048.473000', '212048.476000', '212048.478000', '212048.481000', '212048.484000', '212048.486000', '212048.489000', '212048.491000', '212048.494000', '212048.497000', '212048.499000', '212048.502000', '212048.504000', '212048.507000', '212048.509000', '212048.512000', '212048.515000', '212048.517000', '212048.520000', '212048.523000', '212048.525000', '212048.528000', '212048.530000', '212048.533000', '212048.535000', '212048.538000', '212048.541000', '212048.543000', '212108.431000', '212108.434000', '212108.437000', '212108.439000', '212108.442000', '212108.445000', '212108.447000', '212108.450000', '212108.452000', '212108.455000', '212108.458000', '212108.460000', '212108.463000', '212108.465000', '212108.468000', '212108.471000', '212108.473000', '212108.476000', '212108.478000', '212108.481000', '212108.484000', '212108.486000', '212108.489000', '212108.491000', '212108.494000', '212108.496000', '212108.499000', '212108.502000', '212108.504000', '212108.507000', '212108.509000', '212108.512000', '212108.515000', '212108.517000', '212108.520000', '212108.522000', '212108.525000', '212108.527000', '212108.530000', '212108.533000', '212108.535000', '212108.538000', '212108.540000', '212108.543000', '212128.431000', '212128.434000', '212128.437000', '212128.439000', '212128.442000', '212128.444000', '212128.447000', '212128.450000', '212128.452000', '212128.455000', '212128.457000', '212128.460000', '212128.463000', '212128.465000', '212128.468000', '212128.470000', '212128.473000', '212128.476000', '212128.478000', '212128.481000', '212128.484000', '212128.486000', '212128.489000', '212128.491000', '212128.494000', '212128.496000', '212128.499000', '212128.502000', '212128.504000', '212128.507000', '212128.509000', '212128.512000', '212128.515000', '212128.517000', '212128.520000', '212128.523000', '212128.525000', '212128.528000', '212128.530000', '212128.533000', '212128.535000', '212128.538000', '212128.541000', '212128.543000', '212148.432000', '212148.435000', '212148.437000', '212148.440000', '212148.442000', '212148.445000', '212148.447000', '212148.450000', '212148.453000', '212148.455000', '212148.458000', '212148.460000', '212148.463000', '212148.466000', '212148.468000', '212148.471000', '212148.474000', '212148.476000', '212148.479000', '212148.481000', '212148.484000', '212148.486000', '212148.489000', '212148.492000', '212148.494000', '212148.497000', '212148.500000', '212148.502000', '212148.505000', '212148.507000', '212148.510000', '212148.513000', '212148.515000', '212148.518000', '212148.520000', '212148.523000', '212148.525000', '212148.528000', '212148.531000', '212148.533000', '212148.536000', '212148.538000', '212148.541000', '212208.442000', '212208.445000', '212208.447000', '212208.450000', '212208.452000', '212208.455000', '212208.458000', '212208.461000', '212208.463000', '212208.466000', '212208.469000', '212208.471000', '212208.474000', '212208.476000', '212208.479000', '212208.482000', '212208.484000', '212208.487000', '212208.489000', '212208.492000', '212208.495000', '212208.497000', '212208.500000', '212208.502000', '212208.505000', '212208.508000', '212208.510000', '212208.513000', '212208.515000', '212208.518000', '212208.521000', '212208.523000', '212208.526000', '212208.528000', '212208.531000', '212208.534000', '212208.536000', '212208.539000', '212208.541000', '212208.544000', '212208.546000', '212208.549000', '212208.552000', '212208.554000', '212228.433000', '212228.435000', '212228.438000', '212228.441000', '212228.443000', '212228.446000', '212228.448000', '212228.451000', '212228.454000', '212228.456000', '212228.459000', '212228.461000', '212228.464000', '212228.467000', '212228.469000', '212228.472000', '212228.475000', '212228.477000', '212228.480000', '212228.482000', '212228.485000', '212228.488000', '212228.490000', '212228.493000', '212228.495000', '212228.498000', '212228.500000', '212228.503000', '212228.506000', '212228.508000', '212228.511000', '212228.514000', '212228.516000', '212228.519000', '212228.522000', '212228.524000', '212228.527000', '212228.529000', '212228.532000', '212228.535000', '212228.537000', '212228.540000', '212228.542000', '212248.433000', '212248.436000', '212248.439000', '212248.442000', '212248.445000', '212248.447000', '212248.450000', '212248.452000', '212248.455000', '212248.458000', '212248.460000', '212248.463000', '212248.465000', '212248.468000', '212248.471000', '212248.473000', '212248.476000', '212248.478000', '212248.481000', '212248.484000', '212248.486000', '212248.489000', '212248.491000', '212248.494000', '212248.497000', '212248.499000', '212248.502000', '212248.504000', '212248.507000', '212248.510000', '212248.512000', '212248.515000', '212248.517000', '212248.520000', '212248.523000', '212248.525000', '212248.528000', '212248.530000', '212248.533000', '212248.535000', '212248.538000', '212248.541000', '212248.543000', '212308.432000', '212308.435000', '212308.438000', '212308.440000', '212308.443000', '212308.446000', '212308.448000', '212308.451000', '212308.453000', '212308.456000', '212308.459000', '212308.461000', '212308.464000', '212308.466000', '212308.469000', '212308.471000', '212308.474000', '212308.477000', '212308.479000', '212308.482000', '212308.484000', '212308.487000', '212308.490000', '212308.492000', '212308.495000', '212308.497000', '212308.500000', '212308.503000', '212308.505000', '212308.508000', '212308.511000', '212308.513000', '212308.516000', '212308.518000', '212308.521000', '212308.524000', '212308.526000', '212308.529000', '212308.532000', '212308.534000', '212308.537000', '212308.539000', '212308.542000', '212308.545000', '212328.431000', '212328.434000', '212328.437000', '212328.440000', '212328.442000', '212328.445000', '212328.447000', '212328.451000', '212328.453000', '212328.456000', '212328.459000', '212328.461000', '212328.464000', '212328.467000', '212328.469000', '212328.472000', '212328.474000', '212328.477000', '212328.480000', '212328.482000', '212328.485000', '212328.487000', '212328.490000', '212328.493000', '212328.495000', '212328.503000', '212328.505000', '212328.508000', '212328.511000', '212328.513000', '212328.516000', '212328.518000', '212328.521000', '212328.524000', '212328.526000', '212328.529000', '212328.532000', '212328.534000', '212328.537000', '212328.539000', '212328.542000', '212328.545000', '212328.547000', '212348.431000', '212348.434000', '212348.437000', '212348.440000', '212348.442000', '212348.445000', '212348.447000', '212348.450000', '212348.453000', '212348.455000', '212348.458000', '212348.461000', '212348.463000', '212348.466000', '212348.468000', '212348.471000', '212348.474000', '212348.477000', '212348.479000', '212348.482000', '212348.484000', '212348.487000', '212348.490000', '212348.492000', '212348.495000', '212348.497000', '212348.500000', '212348.503000', '212348.505000', '212348.508000', '212348.511000', '212348.513000', '212348.516000', '212348.518000', '212348.521000', '212348.524000', '212348.526000', '212348.529000', '212348.531000', '212348.534000', '212348.537000', '212348.539000', '212348.542000', '212348.545000', '212408.432000', '212408.435000', '212408.438000', '212408.440000', '212408.443000', '212408.446000', '212408.448000', '212408.451000', '212408.453000', '212408.456000', '212408.459000', '212408.461000', '212408.464000', '212408.466000', '212408.469000', '212408.472000', '212408.483000', '212408.486000', '212408.488000', '212408.491000', '212408.494000', '212408.497000', '212408.499000', '212408.502000', '212408.505000', '212408.507000', '212408.510000', '212408.512000', '212408.517000', '212408.520000', '212408.522000', '212408.525000', '212408.528000', '212408.530000', '212408.533000', '212408.535000', '212408.538000', '212408.541000', '212408.543000', '212408.546000', '212408.549000', '212408.552000', '212408.554000', '212428.433000', '212428.436000', '212428.438000', '212428.441000', '212428.443000', '212428.446000', '212428.449000', '212428.451000', '212428.454000', '212428.457000', '212428.459000', '212428.462000', '212428.464000', '212428.467000', '212428.470000', '212428.472000', '212428.475000', '212428.477000', '212428.480000', '212428.483000', '212428.485000', '212428.488000', '212428.490000', '212428.493000', '212428.496000', '212428.498000', '212428.501000', '212428.503000', '212428.506000', '212428.509000', '212428.511000', '212428.514000', '212428.517000', '212428.519000', '212428.522000', '212428.525000', '212428.527000', '212428.530000', '212428.532000', '212428.535000', '212428.537000', '212428.540000', '212428.543000', '212428.545000', '212448.432000', '212448.435000', '212448.438000', '212448.441000', '212448.443000', '212448.446000', '212448.449000', '212448.451000', '212448.454000', '212448.456000', '212448.459000', '212448.462000', '212448.464000', '212448.467000', '212448.469000', '212448.472000', '212448.475000', '212448.477000', '212448.480000', '212448.483000', '212448.486000', '212448.489000', '212448.492000', '212448.494000', '212448.497000', '212448.500000', '212448.502000', '212448.505000', '212448.507000', '212448.510000', '212448.512000', '212448.515000', '212448.518000', '212448.520000', '212448.523000', '212448.525000', '212448.528000', '212448.531000', '212448.533000', '212448.536000', '212448.539000', '212448.542000', '212448.544000', '212508.433000', '212508.435000', '212508.438000', '212508.441000', '212508.443000', '212508.446000', '212508.449000', '212508.451000', '212508.454000', '212508.456000', '212508.459000', '212508.461000', '212508.464000', '212508.467000', '212508.469000', '212508.472000', '212508.474000', '212508.477000', '212508.480000', '212508.482000', '212508.485000', '212508.487000', '212508.490000', '212508.492000', '212508.495000', '212508.498000', '212508.500000', '212508.503000', '212508.505000', '212508.508000', '212508.511000', '212508.513000', '212508.516000', '212508.518000', '212508.521000', '212508.524000', '212508.526000', '212508.529000', '212508.531000', '212508.534000', '212508.537000', '212508.539000', '212508.542000', '212508.544000', '212514.269000', '212514.271000', '212514.274000', '212514.277000', '212514.279000', '212514.282000', '212514.284000', '212514.287000', '212514.290000', '212514.292000', '212514.295000', '212514.297000', '212514.300000'], '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': [8262, 11957, 8916, 14545, 11622, 9698, 7131, 11100, 12601, 9589, 13594, 9714, 8834, 7247, 8008, 11806, 7400, 9125, 11160, 7800, 10873, 6571, 11104, 6630, 9217, 6892, 10571, 7307, 9082, 9163, 8361, 6551, 9531, 11785, 9371, 9851, 12852, 9626, 9200, 13362, 8409, 9671, 9360, 8265, 7438, 7715, 11714, 7749, 9105, 12064, 8059, 9776, 6887, 9957, 6973, 11197, 7675, 10684, 9158, 8488, 9865, 8662, 8597, 9388, 6639, 10724, 6842, 9823, 12381, 8400, 10320, 6951, 9613, 6863, 9710, 8980, 9087, 12275, 9057, 11028, 7478, 10616, 7164, 10137, 12349, 7996, 9850, 7719, 8436, 7865, 8053, 8066, 7828, 12319, 7039, 9669, 8431, 7666, 6899, 8636, 12438, 6940, 10077, 8114, 7618, 11547, 6982, 11606, 7100, 10824, 7194, 8991, 8257, 8746, 12997, 8876, 10976, 8880, 9482, 13519, 8062, 10276, 8604, 9272, 8323, 8407, 10447, 8013, 11779, 8014, 10491, 7937, 11197, 8040, 8718, 13445, 9794, 9888, 7538, 10048, 10973, 8566, 11365, 8331, 7300, 7717, 8485, 8525, 12042, 8916, 10682, 12742, 7587, 11199, 7560, 9831, 8724, 8112, 7085, 8382, 9781, 7626, 11539, 8341, 10933, 6835, 9752, 7763, 11556, 8352, 10328, 6900, 10233, 12146, 9100, 10222, 8984, 7973, 7301, 7547, 11537, 7393, 9004, 10080, 7746, 11278, 6901, 10663, 9274, 8258, 11584, 6995, 9571, 7127, 9968, 11455, 7429, 10869, 6829, 9024, 7341, 8039, 7413, 9385, 6730, 11227, 7108, 10526, 12505, 9694, 10602, 8411, 10956, 7474, 11216, 12771, 9594, 11189, 8427, 10905, 7334, 11203, 8940, 8624, 9056, 9217, 6646, 10569, 6985, 10837, 12120, 9187, 6801, 9683, 8544, 8325, 12436, 8709, 11440, 7452, 10826, 12759, 8726, 11587, 7771, 9297, 6771, 10314, 6806, 10698, 12015, 8126, 9856, 6885, 10054, 6827, 10163, 7335, 11107, 7065, 10894, 7016, 10226, 8893, 11473, 8146, 9685, 7984, 12555, 9760, 9229, 9664, 8058, 12104, 7110, 10952, 8054, 8894, 8808, 8622, 6925, 9953, 11965, 7813, 10750, 7508, 11168, 7237, 8085, 7564, 11378, 7402, 9177, 11447, 8673, 7006, 7825, 11378, 7314, 9398, 11947, 9109, 8243, 7700, 11655, 7468, 11719, 9219, 8767, 12383, 7196, 10863, 9305, 8467, 11915, 7633, 10544, 6786, 9933, 12049, 7965, 9855, 6704, 11094, 6824, 11112, 7859, 8199, 9029, 6728, 11409, 7327, 9224, 11706, 7682, 8687, 7375, 11461, 8007, 8773, 9516, 7920, 6773, 9775, 12444, 7438, 10363, 9426, 8203, 7939, 7838, 11972, 6846, 10026, 10720, 7711, 7051, 7846, 11702, 6808, 10054, 9216, 8156, 6884, 9647, 7505, 9680, 9448, 9067, 12077, 7939, 7925, 9300, 13947, 10721, 10979, 7263, 9281, 12425, 8256, 10458, 7482, 10625, 6697, 11080, 8803, 8688, 9559, 7916, 11672, 6942, 7288, 8621, 12921, 9991, 10959, 6904, 9811, 12387, 9159, 10343, 11775, 8578, 8195, 7246, 11530, 8365, 8522, 11856, 7893, 9836, 6855, 10564, 6791, 9573, 9118, 8067, 7178, 8676, 11736, 7424, 9442, 10372, 8188, 6732, 8297, 8831, 8917, 12432, 8755, 6836, 8617, 11655, 7847, 10101, 8016, 8791, 6772, 9851, 8107, 8412, 7075, 10612, 8332, 8506, 6696, 10297, 12454, 8842, 10122, 6969, 8881, 7303, 8830, 8009, 9190, 6726, 9542, 11863, 7764, 9928, 12487, 8360, 9663, 12126, 6729, 9832, 7406, 8003, 6886, 7678, 6829, 8756, 12628, 6750, 9821, 6995, 9436, 6856, 10913, 12504, 8224, 11136, 7992, 11126, 7062, 11236, 10655, 8894, 12115, 8889, 10827, 6910, 11086, 9992, 8654, 11785, 8003, 11218, 7012, 11051, 9375, 8764, 11975, 7607, 10134, 6595, 10884, 7037, 11481, 7673, 11241, 7385, 11298, 11777, 8619, 11528, 7524, 10348, 6677, 10761, 6742, 10669, 10058, 8746, 10685, 7887, 11774, 7487, 8914, 12331, 8358, 8510, 7307, 11524, 6908, 8685, 12257, 7678, 10229, 6733, 10687, 8445, 8019, 11814, 7674, 8969, 7467, 11500, 7137, 9667, 11927, 8831, 7415, 8537, 11175, 8309, 12274, 10415, 9267, 7446, 9264, 12763, 8736, 10507, 8754, 8901, 6594, 10538, 12584, 7783, 10934, 8748, 8498, 7113, 8776, 11994, 6890, 9718, 12176, 8469, 10525, 6670, 11187, 7413, 8649, 9993, 7939, 7017, 9259, 8769, 8752, 9969, 8948, 12422, 8503, 7722, 8809, 12952, 9565, 11438, 7653, 9842, 12502, 8399, 10777, 7243, 9579, 8540, 8574, 7810, 7585, 10862, 10050, 9497, 8986, 8489, 11261, 13695, 9895, 10073, 14073, 8966, 10545, 8014, 9074, 6921, 10950, 7296, 8311, 11137, 7709, 9116, 6755, 10948, 7136, 7623, 11506, 7695, 9713, 7311, 11031, 7847, 11545, 8119, 9190, 8432, 8498, 10638, 9401, 12123, 14270, 11813, 10410, 7216, 11846, 13005, 11228, 14864, 8914, 10118, 13474, 10110, 8570, 8528, 9690, 9030, 10096, 10135, 8953, 10739, 14142, 10957, 14043, 14421, 8353, 10737, 7048, 9712, 6780, 9302, 6685, 9982, 7335, 10553, 7974, 10979, 7853, 10602, 6831, 9248, 7308, 8578, 6909, 10721, 11401, 8192, 10674, 6678, 8976, 7635, 9533, 6663, 10108, 7070, 10101, 11641, 7833, 9610, 6779, 10746, 7325, 8658, 11515, 7370, 7547, 7782, 10970, 7724, 7724, 10184, 8688, 9169, 6950, 11134, 12767, 11329, 12333, 7988, 9866, 13516, 9392, 10482, 8421, 10213, 6751, 10201, 9079, 8285, 12023, 7930, 9480, 6859, 10465, 8481, 8087, 10919, 7625, 8549, 7309, 11190, 7339, 9322, 11453, 8170, 9761, 6993, 10123, 10631, 7923, 10422, 6765, 9142, 6770, 10295, 6959, 10799, 7454, 10157, 7472, 11247, 7316, 10332, 7997, 8925, 7170, 10690, 12185, 9544, 12419, 8003, 8968, 6871, 8816, 11307, 7194, 9563, 12824, 8441, 9100, 6659, 10749, 7475, 8602, 11365, 7688, 9847, 6571, 10657, 6977, 10941, 7092, 9990, 6827, 10098, 7124, 9521, 7588, 10965, 7174, 10745, 7081, 9636, 7845, 12479, 9738, 9740, 7297, 8745, 11740, 8311, 8054, 10035, 6953, 9190, 6753, 10894, 13035, 11874, 11562, 7363, 10454, 6999, 11369, 8228, 8916, 7888, 11320, 7178, 9344, 8404, 11524, 8124, 9413, 7548, 11027, 11531, 8842, 12251, 8256, 9676, 6700, 10249, 6775, 10950, 7490, 10655, 6805, 9746, 7270, 10645, 9839, 8645, 11307, 7959, 10257, 9722, 7560, 11196, 6606, 9981, 6561], 'WindowCenter': [4245.0, 4253.0, 4227.0, 4256.0, 4219.0, 4203.0, 4187.0, 4216.0, 4201.0, 4192.0, 4213.0, 4179.0, 4179.0, 4154.0, 4182.0, 4200.0, 4158.0, 4178.0, 4198.0, 4168.0, 4199.0, 4161.0, 4203.0, 4173.0, 4192.0, 4186.0, 4217.0, 4187.0, 4207.0, 4219.0, 4198.0, 4169.0, 4208.0, 4215.0, 4182.0, 4192.0, 4201.0, 4179.0, 4179.0, 4196.0, 4155.0, 4175.0, 4163.0, 4164.0, 4155.0, 4169.0, 4198.0, 4156.0, 4177.0, 4197.0, 4167.0, 4176.0, 4156.0, 4188.0, 4170.0, 4200.0, 4182.0, 4215.0, 4177.0, 4179.0, 4189.0, 4179.0, 4191.0, 4192.0, 4171.0, 4212.0, 4160.0, 4203.0, 4211.0, 4169.0, 4190.0, 4158.0, 4189.0, 4161.0, 4203.0, 4179.0, 4191.0, 4201.0, 4180.0, 4199.0, 4158.0, 4188.0, 4158.0, 4201.0, 4197.0, 4166.0, 4176.0, 4155.0, 4166.0, 4166.0, 4168.0, 4167.0, 4170.0, 4210.0, 4158.0, 4190.0, 4179.0, 4169.0, 4170.0, 4192.0, 4211.0, 4159.0, 4190.0, 4180.0, 4181.0, 4211.0, 4172.0, 4213.0, 4173.0, 4214.0, 4173.0, 4207.0, 4198.0, 4197.0, 4222.0, 4193.0, 4203.0, 4193.0, 4203.0, 4223.0, 4181.0, 4202.0, 4182.0, 4192.0, 4181.0, 4193.0, 4197.0, 4184.0, 4214.0, 4196.0, 4216.0, 4195.0, 4216.0, 4182.0, 4183.0, 4211.0, 4191.0, 4184.0, 4171.0, 4202.0, 4188.0, 4178.0, 4198.0, 4181.0, 4170.0, 4183.0, 4192.0, 4194.0, 4215.0, 4180.0, 4201.0, 4210.0, 4170.0, 4199.0, 4168.0, 4189.0, 4176.0, 4168.0, 4169.0, 4180.0, 4189.0, 4181.0, 4201.0, 4183.0, 4200.0, 4159.0, 4189.0, 4182.0, 4212.0, 4182.0, 4201.0, 4171.0, 4202.0, 4199.0, 4177.0, 4188.0, 4166.0, 4166.0, 4155.0, 4168.0, 4197.0, 4155.0, 4177.0, 4186.0, 4167.0, 4187.0, 4157.0, 4189.0, 4177.0, 4168.0, 4198.0, 4157.0, 4177.0, 4169.0, 4200.0, 4199.0, 4170.0, 4202.0, 4159.0, 4192.0, 4170.0, 4181.0, 4182.0, 4205.0, 4186.0, 4226.0, 4186.0, 4218.0, 4226.0, 4194.0, 4198.0, 4183.0, 4197.0, 4184.0, 4214.0, 4212.0, 4191.0, 4199.0, 4180.0, 4200.0, 4171.0, 4213.0, 4180.0, 4178.0, 4180.0, 4191.0, 4172.0, 4203.0, 4172.0, 4215.0, 4212.0, 4191.0, 4161.0, 4193.0, 4180.0, 4181.0, 4210.0, 4179.0, 4199.0, 4169.0, 4201.0, 4197.0, 4179.0, 4186.0, 4155.0, 4174.0, 4156.0, 4188.0, 4159.0, 4201.0, 4198.0, 4169.0, 4187.0, 4159.0, 4189.0, 4159.0, 4201.0, 4172.0, 4213.0, 4174.0, 4203.0, 4172.0, 4202.0, 4194.0, 4214.0, 4182.0, 4191.0, 4182.0, 4212.0, 4189.0, 4179.0, 4189.0, 4170.0, 4209.0, 4159.0, 4189.0, 4167.0, 4178.0, 4178.0, 4179.0, 4159.0, 4203.0, 4199.0, 4169.0, 4188.0, 4169.0, 4201.0, 4171.0, 4183.0, 4195.0, 4212.0, 4170.0, 4190.0, 4201.0, 4181.0, 4171.0, 4184.0, 4213.0, 4170.0, 4192.0, 4199.0, 4180.0, 4168.0, 4181.0, 4200.0, 4169.0, 4213.0, 4178.0, 4179.0, 4198.0, 4157.0, 4188.0, 4165.0, 4166.0, 4185.0, 4156.0, 4186.0, 4145.0, 4190.0, 4191.0, 4166.0, 4187.0, 4160.0, 4200.0, 4172.0, 4213.0, 4169.0, 4180.0, 4190.0, 4172.0, 4212.0, 4169.0, 4191.0, 4211.0, 4171.0, 4181.0, 4184.0, 4214.0, 4170.0, 4181.0, 4191.0, 4181.0, 4172.0, 4205.0, 4213.0, 4170.0, 4201.0, 4186.0, 4181.0, 4180.0, 4183.0, 4212.0, 4159.0, 4191.0, 4200.0, 4170.0, 4167.0, 4184.0, 4214.0, 4160.0, 4202.0, 4191.0, 4182.0, 4172.0, 4204.0, 4183.0, 4205.0, 4204.0, 4206.0, 4213.0, 4183.0, 4180.0, 4206.0, 4226.0, 4202.0, 4202.0, 4170.0, 4192.0, 4198.0, 4168.0, 4199.0, 4172.0, 4202.0, 4174.0, 4215.0, 4192.0, 4193.0, 4203.0, 4184.0, 4213.0, 4173.0, 4179.0, 4207.0, 4227.0, 4205.0, 4204.0, 4168.0, 4205.0, 4212.0, 4179.0, 4190.0, 4199.0, 4178.0, 4162.0, 4169.0, 4200.0, 4167.0, 4178.0, 4197.0, 4168.0, 4188.0, 4160.0, 4201.0, 4159.0, 4190.0, 4190.0, 4181.0, 4171.0, 4193.0, 4212.0, 4158.0, 4179.0, 4188.0, 4167.0, 4157.0, 4180.0, 4188.0, 4191.0, 4211.0, 4180.0, 4159.0, 4182.0, 4201.0, 4168.0, 4188.0, 4167.0, 4180.0, 4159.0, 4192.0, 4167.0, 4179.0, 4171.0, 4203.0, 4181.0, 4181.0, 4172.0, 4215.0, 4213.0, 4181.0, 4190.0, 4158.0, 4179.0, 4169.0, 4180.0, 4180.0, 4192.0, 4170.0, 4203.0, 4200.0, 4168.0, 4189.0, 4198.0, 4168.0, 4178.0, 4195.0, 4145.0, 4177.0, 4155.0, 4167.0, 4157.0, 4169.0, 4171.0, 4189.0, 4223.0, 4161.0, 4203.0, 4168.0, 4199.0, 4182.0, 4229.0, 4224.0, 4184.0, 4202.0, 4184.0, 4213.0, 4180.0, 4218.0, 4202.0, 4181.0, 4201.0, 4181.0, 4200.0, 4172.0, 4214.0, 4190.0, 4179.0, 4199.0, 4180.0, 4199.0, 4172.0, 4214.0, 4178.0, 4180.0, 4212.0, 4168.0, 4188.0, 4158.0, 4201.0, 4171.0, 4212.0, 4182.0, 4212.0, 4184.0, 4216.0, 4211.0, 4180.0, 4199.0, 4158.0, 4187.0, 4158.0, 4199.0, 4159.0, 4202.0, 4191.0, 4181.0, 4199.0, 4182.0, 4212.0, 4158.0, 4179.0, 4198.0, 4179.0, 4177.0, 4170.0, 4212.0, 4158.0, 4180.0, 4209.0, 4170.0, 4200.0, 4173.0, 4215.0, 4180.0, 4182.0, 4211.0, 4183.0, 4193.0, 4185.0, 4216.0, 4172.0, 4204.0, 4213.0, 4192.0, 4182.0, 4195.0, 4215.0, 4194.0, 4214.0, 4191.0, 4192.0, 4169.0, 4192.0, 4213.0, 4179.0, 4187.0, 4178.0, 4179.0, 4159.0, 4202.0, 4209.0, 4168.0, 4198.0, 4179.0, 4178.0, 4158.0, 4191.0, 4201.0, 4157.0, 4189.0, 4198.0, 4168.0, 4188.0, 4159.0, 4201.0, 4157.0, 4180.0, 4189.0, 4170.0, 4171.0, 4203.0, 4182.0, 4193.0, 4204.0, 4195.0, 4214.0, 4194.0, 4183.0, 4195.0, 4214.0, 4191.0, 4200.0, 4169.0, 4191.0, 4199.0, 4167.0, 4188.0, 4169.0, 4176.0, 4181.0, 4180.0, 4170.0, 4183.0, 4201.0, 4208.0, 4194.0, 4183.0, 4180.0, 4205.0, 4214.0, 4179.0, 4179.0, 4197.0, 4155.0, 4172.0, 4156.0, 4166.0, 4159.0, 4189.0, 4145.0, 4167.0, 4187.0, 4157.0, 4174.0, 4161.0, 4203.0, 4159.0, 4167.0, 4197.0, 4172.0, 4191.0, 4169.0, 4212.0, 4177.0, 4196.0, 4169.0, 4150.0, 4172.0, 4180.0, 4202.0, 4208.0, 4218.0, 4238.0, 4218.0, 4201.0, 4175.0, 4216.0, 4200.0, 4190.0, 4209.0, 4165.0, 4177.0, 4196.0, 4177.0, 4166.0, 4167.0, 4176.0, 4167.0, 4188.0, 4179.0, 4167.0, 4187.0, 4196.0, 4163.0, 4183.0, 4180.0, 4138.0, 4147.0, 4116.0, 4147.0, 4117.0, 4148.0, 4131.0, 4161.0, 4154.0, 4185.0, 4168.0, 4186.0, 4156.0, 4174.0, 4132.0, 4164.0, 4143.0, 4164.0, 4146.0, 4190.0, 4186.0, 4156.0, 4177.0, 4134.0, 4164.0, 4155.0, 4178.0, 4159.0, 4189.0, 4170.0, 4203.0, 4202.0, 4170.0, 4189.0, 4162.0, 4202.0, 4171.0, 4182.0, 4197.0, 4172.0, 4171.0, 4184.0, 4203.0, 4183.0, 4187.0, 4218.0, 4195.0, 4195.0, 4170.0, 4217.0, 4215.0, 4203.0, 4202.0, 4170.0, 4192.0, 4199.0, 4176.0, 4171.0, 4167.0, 4170.0, 4158.0, 4190.0, 4166.0, 4156.0, 4186.0, 4155.0, 4164.0, 4146.0, 4203.0, 4168.0, 4167.0, 4188.0, 4157.0, 4179.0, 4171.0, 4202.0, 4157.0, 4178.0, 4187.0, 4167.0, 4172.0, 4159.0, 4190.0, 4176.0, 4157.0, 4177.0, 4145.0, 4178.0, 4159.0, 4185.0, 4172.0, 4203.0, 4185.0, 4204.0, 4186.0, 4216.0, 4174.0, 4192.0, 4169.0, 4182.0, 4173.0, 4206.0, 4202.0, 4179.0, 4200.0, 4151.0, 4168.0, 4147.0, 4181.0, 4189.0, 4146.0, 4179.0, 4197.0, 4166.0, 4177.0, 4159.0, 4199.0, 4157.0, 4168.0, 4188.0, 4159.0, 4184.0, 4161.0, 4196.0, 4168.0, 4202.0, 4172.0, 4205.0, 4174.0, 4206.0, 4174.0, 4205.0, 4198.0, 4212.0, 4186.0, 4218.0, 4186.0, 4204.0, 4199.0, 4229.0, 4195.0, 4195.0, 4173.0, 4194.0, 4212.0, 4182.0, 4179.0, 4205.0, 4173.0, 4194.0, 4174.0, 4218.0, 4216.0, 4215.0, 4200.0, 4172.0, 4202.0, 4171.0, 4201.0, 4170.0, 4181.0, 4182.0, 4202.0, 4158.0, 4180.0, 4182.0, 4203.0, 4171.0, 4180.0, 4171.0, 4192.0, 4188.0, 4168.0, 4188.0, 4155.0, 4164.0, 4146.0, 4177.0, 4157.0, 4199.0, 4171.0, 4190.0, 4161.0, 4185.0, 4172.0, 4204.0, 4190.0, 4181.0, 4190.0, 4169.0, 4190.0, 4166.0, 4154.0, 4185.0, 4144.0, 4176.0, 4157.0], 'WindowWidth': [9418.0, 9415.0, 9378.0, 9418.0, 9355.0, 9326.0, 9306.0, 9346.0, 9318.0, 9303.0, 9335.0, 9283.0, 9282.0, 9248.0, 9292.0, 9314.0, 9254.0, 9283.0, 9309.0, 9272.0, 9312.0, 9266.0, 9321.0, 9282.0, 9309.0, 9307.0, 9348.0, 9310.0, 9338.0, 9357.0, 9323.0, 9280.0, 9337.0, 9345.0, 9291.0, 9305.0, 9320.0, 9284.0, 9283.0, 9302.0, 9245.0, 9272.0, 9254.0, 9257.0, 9247.0, 9272.0, 9311.0, 9247.0, 9278.0, 9304.0, 9267.0, 9275.0, 9251.0, 9295.0, 9278.0, 9316.0, 9296.0, 9344.0, 9281.0, 9285.0, 9296.0, 9286.0, 9305.0, 9306.0, 9282.0, 9335.0, 9263.0, 9323.0, 9331.0, 9270.0, 9299.0, 9256.0, 9301.0, 9265.0, 9324.0, 9286.0, 9304.0, 9318.0, 9289.0, 9310.0, 9255.0, 9294.0, 9258.0, 9317.0, 9307.0, 9261.0, 9276.0, 9245.0, 9263.0, 9264.0, 9271.0, 9269.0, 9278.0, 9330.0, 9255.0, 9301.0, 9284.0, 9273.0, 9276.0, 9310.0, 9332.0, 9260.0, 9303.0, 9287.0, 9292.0, 9332.0, 9283.0, 9338.0, 9285.0, 9341.0, 9285.0, 9337.0, 9325.0, 9321.0, 9350.0, 9309.0, 9325.0, 9308.0, 9322.0, 9349.0, 9291.0, 9323.0, 9293.0, 9305.0, 9289.0, 9309.0, 9314.0, 9300.0, 9342.0, 9320.0, 9346.0, 9319.0, 9347.0, 9293.0, 9295.0, 9334.0, 9301.0, 9289.0, 9278.0, 9322.0, 9297.0, 9283.0, 9310.0, 9289.0, 9277.0, 9298.0, 9309.0, 9314.0, 9344.0, 9290.0, 9317.0, 9328.0, 9274.0, 9311.0, 9266.0, 9296.0, 9277.0, 9267.0, 9272.0, 9291.0, 9300.0, 9292.0, 9318.0, 9297.0, 9315.0, 9259.0, 9298.0, 9295.0, 9334.0, 9295.0, 9317.0, 9278.0, 9321.0, 9312.0, 9279.0, 9295.0, 9261.0, 9262.0, 9247.0, 9270.0, 9307.0, 9245.0, 9277.0, 9289.0, 9265.0, 9291.0, 9255.0, 9299.0, 9278.0, 9268.0, 9309.0, 9253.0, 9278.0, 9274.0, 9316.0, 9312.0, 9274.0, 9319.0, 9258.0, 9307.0, 9274.0, 9292.0, 9296.0, 9331.0, 9308.0, 9360.0, 9309.0, 9354.0, 9361.0, 9312.0, 9312.0, 9297.0, 9311.0, 9302.0, 9341.0, 9334.0, 9302.0, 9312.0, 9288.0, 9314.0, 9279.0, 9338.0, 9286.0, 9281.0, 9286.0, 9302.0, 9280.0, 9324.0, 9281.0, 9341.0, 9336.0, 9302.0, 9263.0, 9308.0, 9286.0, 9289.0, 9328.0, 9286.0, 9311.0, 9272.0, 9317.0, 9307.0, 9283.0, 9290.0, 9246.0, 9270.0, 9252.0, 9295.0, 9261.0, 9319.0, 9309.0, 9271.0, 9291.0, 9258.0, 9298.0, 9257.0, 9316.0, 9280.0, 9336.0, 9287.0, 9323.0, 9281.0, 9322.0, 9314.0, 9341.0, 9292.0, 9303.0, 9294.0, 9336.0, 9297.0, 9284.0, 9298.0, 9273.0, 9326.0, 9259.0, 9298.0, 9263.0, 9280.0, 9280.0, 9284.0, 9259.0, 9325.0, 9312.0, 9269.0, 9294.0, 9273.0, 9315.0, 9279.0, 9298.0, 9317.0, 9337.0, 9272.0, 9301.0, 9317.0, 9291.0, 9280.0, 9301.0, 9338.0, 9275.0, 9305.0, 9313.0, 9286.0, 9270.0, 9292.0, 9317.0, 9275.0, 9338.0, 9284.0, 9283.0, 9308.0, 9252.0, 9295.0, 9259.0, 9260.0, 9287.0, 9250.0, 9289.0, 9235.0, 9302.0, 9294.0, 9263.0, 9292.0, 9262.0, 9317.0, 9283.0, 9337.0, 9273.0, 9288.0, 9303.0, 9281.0, 9335.0, 9274.0, 9304.0, 9330.0, 9277.0, 9291.0, 9300.0, 9339.0, 9274.0, 9290.0, 9304.0, 9291.0, 9281.0, 9331.0, 9339.0, 9277.0, 9318.0, 9293.0, 9290.0, 9289.0, 9297.0, 9335.0, 9259.0, 9305.0, 9315.0, 9275.0, 9272.0, 9303.0, 9340.0, 9263.0, 9321.0, 9306.0, 9293.0, 9282.0, 9328.0, 9300.0, 9329.0, 9327.0, 9332.0, 9340.0, 9297.0, 9293.0, 9333.0, 9361.0, 9322.0, 9321.0, 9274.0, 9306.0, 9311.0, 9269.0, 9311.0, 9282.0, 9322.0, 9291.0, 9346.0, 9310.0, 9311.0, 9325.0, 9301.0, 9339.0, 9286.0, 9294.0, 9338.0, 9365.0, 9329.0, 9324.0, 9274.0, 9329.0, 9338.0, 9285.0, 9301.0, 9312.0, 9280.0, 9258.0, 9274.0, 9317.0, 9265.0, 9282.0, 9307.0, 9268.0, 9295.0, 9264.0, 9317.0, 9259.0, 9303.0, 9303.0, 9290.0, 9278.0, 9312.0, 9335.0, 9255.0, 9285.0, 9297.0, 9266.0, 9254.0, 9288.0, 9298.0, 9304.0, 9333.0, 9287.0, 9259.0, 9293.0, 9317.0, 9267.0, 9293.0, 9263.0, 9288.0, 9260.0, 9305.0, 9266.0, 9284.0, 9278.0, 9325.0, 9289.0, 9290.0, 9283.0, 9343.0, 9338.0, 9291.0, 9301.0, 9254.0, 9284.0, 9271.0, 9287.0, 9288.0, 9306.0, 9277.0, 9325.0, 9317.0, 9268.0, 9297.0, 9307.0, 9267.0, 9279.0, 9300.0, 9234.0, 9277.0, 9246.0, 9266.0, 9254.0, 9273.0, 9280.0, 9306.0, 9352.0, 9265.0, 9324.0, 9276.0, 9319.0, 9304.0, 9368.0, 9356.0, 9299.0, 9321.0, 9300.0, 9337.0, 9295.0, 9351.0, 9320.0, 9291.0, 9318.0, 9291.0, 9313.0, 9281.0, 9340.0, 9300.0, 9283.0, 9311.0, 9289.0, 9312.0, 9281.0, 9340.0, 9283.0, 9289.0, 9333.0, 9267.0, 9293.0, 9258.0, 9318.0, 9281.0, 9335.0, 9296.0, 9336.0, 9301.0, 9347.0, 9333.0, 9286.0, 9311.0, 9253.0, 9292.0, 9256.0, 9312.0, 9259.0, 9320.0, 9305.0, 9292.0, 9315.0, 9294.0, 9335.0, 9254.0, 9285.0, 9310.0, 9286.0, 9281.0, 9277.0, 9335.0, 9255.0, 9288.0, 9325.0, 9274.0, 9315.0, 9286.0, 9344.0, 9289.0, 9293.0, 9332.0, 9297.0, 9310.0, 9304.0, 9346.0, 9279.0, 9325.0, 9336.0, 9307.0, 9294.0, 9315.0, 9342.0, 9314.0, 9343.0, 9303.0, 9306.0, 9272.0, 9308.0, 9338.0, 9283.0, 9294.0, 9281.0, 9283.0, 9260.0, 9322.0, 9327.0, 9269.0, 9310.0, 9283.0, 9282.0, 9255.0, 9306.0, 9319.0, 9253.0, 9298.0, 9308.0, 9268.0, 9294.0, 9259.0, 9317.0, 9252.0, 9287.0, 9299.0, 9274.0, 9279.0, 9325.0, 9294.0, 9312.0, 9326.0, 9317.0, 9341.0, 9313.0, 9297.0, 9314.0, 9342.0, 9303.0, 9314.0, 9271.0, 9303.0, 9311.0, 9263.0, 9292.0, 9272.0, 9277.0, 9289.0, 9288.0, 9274.0, 9295.0, 9317.0, 9333.0, 9310.0, 9292.0, 9284.0, 9324.0, 9337.0, 9277.0, 9278.0, 9299.0, 9239.0, 9261.0, 9244.0, 9257.0, 9256.0, 9295.0, 9230.0, 9262.0, 9287.0, 9248.0, 9269.0, 9264.0, 9320.0, 9255.0, 9267.0, 9306.0, 9276.0, 9300.0, 9275.0, 9335.0, 9283.0, 9301.0, 9268.0, 9223.0, 9272.0, 9286.0, 9320.0, 9334.0, 9350.0, 9376.0, 9348.0, 9316.0, 9284.0, 9344.0, 9312.0, 9294.0, 9322.0, 9254.0, 9273.0, 9299.0, 9272.0, 9259.0, 9262.0, 9274.0, 9263.0, 9292.0, 9280.0, 9261.0, 9289.0, 9302.0, 9247.0, 9274.0, 9265.0, 9206.0, 9216.0, 9172.0, 9216.0, 9178.0, 9221.0, 9205.0, 9246.0, 9242.0, 9283.0, 9266.0, 9287.0, 9245.0, 9267.0, 9208.0, 9253.0, 9223.0, 9254.0, 9234.0, 9297.0, 9286.0, 9245.0, 9275.0, 9212.0, 9253.0, 9243.0, 9279.0, 9257.0, 9297.0, 9275.0, 9323.0, 9318.0, 9274.0, 9296.0, 9266.0, 9321.0, 9273.0, 9291.0, 9308.0, 9278.0, 9277.0, 9299.0, 9322.0, 9296.0, 9307.0, 9350.0, 9314.0, 9313.0, 9279.0, 9348.0, 9345.0, 9321.0, 9318.0, 9270.0, 9303.0, 9309.0, 9273.0, 9264.0, 9262.0, 9263.0, 9255.0, 9299.0, 9261.0, 9247.0, 9287.0, 9243.0, 9254.0, 9233.0, 9319.0, 9265.0, 9263.0, 9291.0, 9252.0, 9282.0, 9274.0, 9317.0, 9249.0, 9280.0, 9290.0, 9263.0, 9267.0, 9256.0, 9300.0, 9274.0, 9248.0, 9274.0, 9231.0, 9276.0, 9257.0, 9290.0, 9280.0, 9321.0, 9302.0, 9327.0, 9303.0, 9344.0, 9283.0, 9305.0, 9271.0, 9289.0, 9280.0, 9329.0, 9317.0, 9281.0, 9312.0, 9239.0, 9265.0, 9238.0, 9289.0, 9297.0, 9233.0, 9280.0, 9305.0, 9262.0, 9277.0, 9257.0, 9312.0, 9250.0, 9266.0, 9294.0, 9256.0, 9288.0, 9266.0, 9308.0, 9276.0, 9322.0, 9286.0, 9327.0, 9287.0, 9330.0, 9285.0, 9328.0, 9325.0, 9340.0, 9307.0, 9350.0, 9304.0, 9329.0, 9327.0, 9369.0, 9314.0, 9313.0, 9280.0, 9310.0, 9333.0, 9291.0, 9288.0, 9328.0, 9281.0, 9311.0, 9287.0, 9352.0, 9348.0, 9339.0, 9310.0, 9276.0, 9316.0, 9279.0, 9317.0, 9274.0, 9288.0, 9291.0, 9317.0, 9254.0, 9285.0, 9292.0, 9322.0, 9274.0, 9286.0, 9277.0, 9306.0, 9292.0, 9263.0, 9292.0, 9244.0, 9254.0, 9234.0, 9274.0, 9253.0, 9310.0, 9277.0, 9298.0, 9261.0, 9291.0, 9280.0, 9325.0, 9300.0, 9286.0, 9297.0, 9267.0, 9297.0, 9258.0, 9242.0, 9285.0, 9228.0, 9275.0, 9253.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.002494535017221584</td></tr>
<tr><td colspan=3>aqi</td><td>0.03317963283582089</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.98966937447133</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2717239919885044</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0247321337701147</td></tr>
<tr><td colspan=3>efc</td><td>0.5038</td></tr>
<tr><td colspan=3>fber</td><td>5493.2041</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11514480827008251</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>61</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>7.003444316877153</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3436776457687802</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2394013102448755</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5218316671475747</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.26979995991389</td></tr>
<tr><td colspan=3>gcor</td><td>0.0133664</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.012732615694403648</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04584505036473274</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>4.613957862801047</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>16.8037</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>42.2465</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>202.1687</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>293720.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>995.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>389.7939</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.8528</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>438.9883</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3414.6489</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3551.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>82824.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1592.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4292.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>769.6166</td></tr>
<tr><td colspan=3>tsnr</td><td>37.29082818503957</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>