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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0115_ses-04_task-social_acq-mb8_run-05_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0115_ses-04_task-social_acq-mb8_run-05_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-05_session-04_subject-0115_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-0115/figures/sub-0115_ses-04_task-social_acq-mb8_run-05_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0115/figures/sub-0115_ses-04_task-social_acq-mb8_run-05_desc-stdev_bold.svg" target="_blank">sub-0115/figures/sub-0115_ses-04_task-social_acq-mb8_run-05_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-05_session-04_subject-0115_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-0115/figures/sub-0115_ses-04_task-social_acq-mb8_run-05_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0115/figures/sub-0115_ses-04_task-social_acq-mb8_run-05_desc-background_bold.svg" target="_blank">sub-0115/figures/sub-0115_ses-04_task-social_acq-mb8_run-05_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-05_session-04_subject-0115_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-0115/figures/sub-0115_ses-04_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0115/figures/sub-0115_ses-04_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" target="_blank">sub-0115/figures/sub-0115_ses-04_task-social_acq-mb8_run-05_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-05_session-04_subject-0115_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-0115/figures/sub-0115_ses-04_task-social_acq-mb8_run-05_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0115/figures/sub-0115_ses-04_task-social_acq-mb8_run-05_desc-carpet_bold.svg" target="_blank">sub-0115/figures/sub-0115_ses-04_task-social_acq-mb8_run-05_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-05_session-04_subject-0115_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-0115/figures/sub-0115_ses-04_task-social_acq-mb8_run-05_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0115/figures/sub-0115_ses-04_task-social_acq-mb8_run-05_desc-mean_bold.svg" target="_blank">sub-0115/figures/sub-0115_ses-04_task-social_acq-mb8_run-05_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-05_session-04_subject-0115_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-0115/figures/sub-0115_ses-04_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0115/figures/sub-0115_ses-04_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" target="_blank">sub-0115/figures/sub-0115_ses-04_task-social_acq-mb8_run-05_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-04_subject-0115_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-0115/figures/sub-0115_ses-04_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
Problem loading figure sub-0115/figures/sub-0115_ses-04_task-social_acq-mb8_run-05_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0115/figures/sub-0115_ses-04_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0115/figures/sub-0115_ses-04_task-social_acq-mb8_run-05_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0115/ses-04/func/sub-0115_ses-04_task-social_acq-mb8_run-05_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>d868dc1fa433bc3c605ee42a7ab8d668</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>19:54:54.527500</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.997558, -0.0562444, -0.0414188, 0.0500105, 0.989081, -0.138631]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0967532</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4218, -7713, -7278, 240, -125, -51, -84, 82]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>243.874</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>f5983e5b-0a58-4c7d-9923-3ce76559fb84||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.6763739585876465, 0.1341744214296341, -0.13166221976280212, 106.23872375488281], [0.15089964866638184, 2.6536307334899902, -0.36779728531837463, -102.8181381225586], [-0.11112368106842041, 0.3719373643398285, 2.6715893745422363, -82.62708282470703], [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': ['195454.527500', '195454.987500', '195455.447500', '195455.907500', '195456.367500', '195456.827500', '195457.287500', '195457.747500', '195458.207500', '195458.667500', '195459.127500', '195459.587500', '195500.047500', '195500.507500', '195500.967500', '195501.427500', '195501.887500', '195502.347500', '195502.807500', '195503.267500', '195503.727500', '195504.187500', '195504.647500', '195505.107500', '195505.567500', '195506.027500', '195506.487500', '195506.947500', '195507.407500', '195507.867500', '195508.327500', '195508.787500', '195509.247500', '195509.707500', '195510.167500', '195510.627500', '195511.087500', '195511.547500', '195512.007500', '195512.467500', '195512.927500', '195513.387500', '195513.847500', '195514.307500', '195514.767500', '195515.227500', '195515.687500', '195516.147500', '195516.607500', '195517.067500', '195517.527500', '195517.987500', '195518.447500', '195518.907500', '195519.367500', '195519.827500', '195520.287500', '195520.747500', '195521.207500', '195521.667500', '195522.127500', '195522.587500', '195523.047500', '195523.507500', '195523.967500', '195524.427500', '195524.887500', '195525.347500', '195525.807500', '195526.267500', '195526.727500', '195527.187500', '195527.647500', '195528.107500', '195528.567500', '195529.027500', '195529.487500', '195529.947500', '195530.407500', '195530.867500', '195531.327500', '195531.787500', '195532.247500', '195532.707500', '195533.167500', '195533.627500', '195534.087500', '195534.547500', '195535.007500', '195535.467500', '195535.927500', '195536.387500', '195536.847500', '195537.307500', '195537.767500', '195538.227500', '195538.687500', '195539.147500', '195539.607500', '195540.067500', '195540.527500', '195540.987500', '195541.447500', '195541.907500', '195542.367500', '195542.827500', '195543.287500', '195543.747500', '195544.207500', '195544.667500', '195545.127500', '195545.587500', '195546.047500', '195546.507500', '195546.967500', '195547.427500', '195547.887500', '195548.347500', '195548.807500', '195549.267500', '195549.727500', '195550.187500', '195550.647500', '195551.107500', '195551.567500', '195552.027500', '195552.487500', '195552.947500', '195553.407500', '195553.867500', '195554.327500', '195554.787500', '195555.247500', '195555.707500', '195556.167500', '195556.627500', '195557.087500', '195557.547500', '195558.007500', '195558.467500', '195558.927500', '195559.387500', '195559.847500', '195600.307500', '195600.767500', '195601.227500', '195601.687500', '195602.147500', '195602.607500', '195603.067500', '195603.527500', '195603.987500', '195604.447500', '195604.907500', '195605.367500', '195605.827500', '195606.287500', '195606.747500', '195607.207500', '195607.667500', '195608.127500', '195608.587500', '195609.047500', '195609.507500', '195609.967500', '195610.427500', '195610.887500', '195611.347500', '195611.807500', '195612.267500', '195612.727500', '195613.187500', '195613.647500', '195614.107500', '195614.567500', '195615.027500', '195615.487500', '195615.947500', '195616.407500', '195616.867500', '195617.327500', '195617.787500', '195618.247500', '195618.707500', '195619.167500', '195619.627500', '195620.087500', '195620.547500', '195621.007500', '195621.467500', '195621.927500', '195622.387500', '195622.847500', '195623.307500', '195623.767500', '195624.227500', '195624.687500', '195625.147500', '195625.607500', '195626.067500', '195626.527500', '195626.987500', '195627.447500', '195627.907500', '195628.367500', '195628.827500', '195629.287500', '195629.747500', '195630.207500', '195630.667500', '195631.127500', '195631.587500', '195632.047500', '195632.507500', '195632.967500', '195633.427500', '195633.887500', '195634.347500', '195634.807500', '195635.267500', '195635.727500', '195636.187500', '195636.647500', '195637.107500', '195637.567500', '195638.027500', '195638.487500', '195638.947500', '195639.407500', '195639.867500', '195640.327500', '195640.787500', '195641.247500', '195641.707500', '195642.167500', '195642.627500', '195643.087500', '195643.547500', '195644.007500', '195644.467500', '195644.927500', '195645.387500', '195645.847500', '195646.307500', '195646.767500', '195647.227500', '195647.687500', '195648.147500', '195648.607500', '195649.067500', '195649.527500', '195649.987500', '195650.447500', '195650.907500', '195651.367500', '195651.827500', '195652.287500', '195652.747500', '195653.207500', '195653.667500', '195654.127500', '195654.587500', '195655.047500', '195655.507500', '195655.967500', '195656.427500', '195656.887500', '195657.347500', '195657.807500', '195658.267500', '195658.727500', '195659.187500', '195659.647500', '195700.107500', '195700.567500', '195701.027500', '195701.487500', '195701.947500', '195702.407500', '195702.867500', '195703.327500', '195703.787500', '195704.247500', '195704.707500', '195705.167500', '195705.627500', '195706.087500', '195706.547500', '195707.007500', '195707.467500', '195707.927500', '195708.387500', '195708.847500', '195709.307500', '195709.767500', '195710.227500', '195710.687500', '195711.147500', '195711.607500', '195712.067500', '195712.527500', '195712.987500', '195713.447500', '195713.907500', '195714.367500', '195714.827500', '195715.287500', '195715.747500', '195716.207500', '195716.667500', '195717.127500', '195717.587500', '195718.047500', '195718.507500', '195718.967500', '195719.427500', '195719.887500', '195720.347500', '195720.807500', '195721.267500', '195721.727500', '195722.187500', '195722.647500', '195723.107500', '195723.567500', '195724.027500', '195724.487500', '195724.947500', '195725.407500', '195725.867500', '195726.327500', '195726.787500', '195727.247500', '195727.707500', '195728.167500', '195728.627500', '195729.087500', '195729.547500', '195730.007500', '195730.467500', '195730.927500', '195731.387500', '195731.847500', '195732.307500', '195732.767500', '195733.227500', '195733.687500', '195734.147500', '195734.607500', '195735.067500', '195735.527500', '195735.987500', '195736.447500', '195736.907500', '195737.367500', '195737.827500', '195738.287500', '195738.747500', '195739.207500', '195739.667500', '195740.127500', '195740.587500', '195741.047500', '195741.507500', '195741.967500', '195742.427500', '195742.887500', '195743.347500', '195743.807500', '195744.267500', '195744.727500', '195745.187500', '195745.647500', '195746.107500', '195746.567500', '195747.027500', '195747.487500', '195747.947500', '195748.407500', '195748.867500', '195749.327500', '195749.787500', '195750.247500', '195750.707500', '195751.167500', '195751.627500', '195752.087500', '195752.547500', '195753.007500', '195753.467500', '195753.927500', '195754.387500', '195754.847500', '195755.307500', '195755.767500', '195756.227500', '195756.687500', '195757.147500', '195757.607500', '195758.067500', '195758.527500', '195758.987500', '195759.447500', '195759.907500', '195800.367500', '195800.827500', '195801.287500', '195801.747500', '195802.207500', '195802.667500', '195803.127500', '195803.587500', '195804.047500', '195804.507500', '195804.967500', '195805.427500', '195805.887500', '195806.347500', '195806.807500', '195807.267500', '195807.727500', '195808.187500', '195808.647500', '195809.107500', '195809.567500', '195810.027500', '195810.487500', '195810.947500', '195811.407500', '195811.867500', '195812.327500', '195812.787500', '195813.247500', '195813.707500', '195814.167500', '195814.627500', '195815.087500', '195815.547500', '195816.007500', '195816.467500', '195816.927500', '195817.387500', '195817.847500', '195818.307500', '195818.767500', '195819.227500', '195819.687500', '195820.147500', '195820.607500', '195821.067500', '195821.527500', '195821.987500', '195822.447500', '195822.907500', '195823.367500', '195823.827500', '195824.287500', '195824.747500', '195825.207500', '195825.667500', '195826.127500', '195826.587500', '195827.047500', '195827.507500', '195827.967500', '195828.427500', '195828.887500', '195829.347500', '195829.807500', '195830.267500', '195830.727500', '195831.187500', '195831.647500', '195832.107500', '195832.567500', '195833.027500', '195833.487500', '195833.947500', '195834.407500', '195834.867500', '195835.327500', '195835.787500', '195836.247500', '195836.707500', '195837.167500', '195837.627500', '195838.087500', '195838.547500', '195839.007500', '195839.467500', '195839.927500', '195840.387500', '195840.847500', '195841.307500', '195841.767500', '195842.227500', '195842.687500', '195843.147500', '195843.607500', '195844.067500', '195844.527500', '195844.987500', '195845.447500', '195845.907500', '195846.367500', '195846.827500', '195847.287500', '195847.747500', '195848.207500', '195848.667500', '195849.127500', '195849.587500', '195850.047500', '195850.507500', '195850.967500', '195851.427500', '195851.887500', '195852.347500', '195852.807500', '195853.267500', '195853.727500', '195854.187500', '195854.647500', '195855.107500', '195855.567500', '195856.027500', '195856.487500', '195856.947500', '195857.407500', '195857.867500', '195858.327500', '195858.787500', '195859.247500', '195859.707500', '195900.167500', '195900.627500', '195901.087500', '195901.547500', '195902.007500', '195902.467500', '195902.927500', '195903.387500', '195903.847500', '195904.307500', '195904.767500', '195905.227500', '195905.687500', '195906.147500', '195906.607500', '195907.067500', '195907.527500', '195907.987500', '195908.447500', '195908.907500', '195909.367500', '195909.827500', '195910.287500', '195910.747500', '195911.207500', '195911.667500', '195912.127500', '195912.587500', '195913.047500', '195913.507500', '195913.967500', '195914.427500', '195914.887500', '195915.347500', '195915.807500', '195916.267500', '195916.727500', '195917.187500', '195917.647500', '195918.107500', '195918.567500', '195919.027500', '195919.487500', '195919.947500', '195920.407500', '195920.867500', '195921.327500', '195921.787500', '195922.247500', '195922.707500', '195923.167500', '195923.627500', '195924.087500', '195924.547500', '195925.007500', '195925.467500', '195925.927500', '195926.387500', '195926.847500', '195927.307500', '195927.767500', '195928.227500', '195928.687500', '195929.147500', '195929.607500', '195930.067500', '195930.527500', '195930.987500', '195931.447500', '195931.907500', '195932.367500', '195932.827500', '195933.287500', '195933.747500', '195934.207500', '195934.667500', '195935.127500', '195935.587500', '195936.047500', '195936.507500', '195936.967500', '195937.427500', '195937.887500', '195938.347500', '195938.807500', '195939.267500', '195939.727500', '195940.187500', '195940.647500', '195941.107500', '195941.567500', '195942.027500', '195942.487500', '195942.947500', '195943.407500', '195943.867500', '195944.327500', '195944.787500', '195945.247500', '195945.707500', '195946.167500', '195946.627500', '195947.087500', '195947.547500', '195948.007500', '195948.467500', '195948.927500', '195949.387500', '195949.847500', '195950.307500', '195950.767500', '195951.227500', '195951.687500', '195952.147500', '195952.607500', '195953.067500', '195953.527500', '195953.987500', '195954.447500', '195954.907500', '195955.367500', '195955.827500', '195956.287500', '195956.747500', '195957.207500', '195957.667500', '195958.127500', '195958.587500', '195959.047500', '195959.507500', '195959.967500', '200000.427500', '200000.887500', '200001.347500', '200001.807500', '200002.267500', '200002.727500', '200003.187500', '200003.647500', '200004.107500', '200004.567500', '200005.027500', '200005.487500', '200005.947500', '200006.407500', '200006.867500', '200007.327500', '200007.787500', '200008.247500', '200008.707500', '200009.167500', '200009.627500', '200010.087500', '200010.547500', '200011.007500', '200011.467500', '200011.927500', '200012.387500', '200012.847500', '200013.307500', '200013.767500', '200014.227500', '200014.687500', '200015.147500', '200015.607500', '200016.067500', '200016.527500', '200016.987500', '200017.447500', '200017.907500', '200018.367500', '200018.827500', '200019.287500', '200019.747500', '200020.207500', '200020.667500', '200021.127500', '200021.587500', '200022.047500', '200022.507500', '200022.967500', '200023.427500', '200023.887500', '200024.347500', '200024.807500', '200025.267500', '200025.727500', '200026.187500', '200026.647500', '200027.107500', '200027.567500', '200028.027500', '200028.487500', '200028.947500', '200029.407500', '200029.867500', '200030.327500', '200030.787500', '200031.247500', '200031.707500', '200032.167500', '200032.627500', '200033.087500', '200033.547500', '200034.007500', '200034.467500', '200034.927500', '200035.387500', '200035.847500', '200036.307500', '200036.767500', '200037.227500', '200037.687500', '200038.147500', '200038.607500', '200039.067500', '200039.527500', '200039.987500', '200040.447500', '200040.907500', '200041.367500', '200041.827500', '200042.287500', '200042.747500', '200043.207500', '200043.667500', '200044.127500', '200044.587500', '200045.047500', '200045.507500', '200045.967500', '200046.427500', '200046.887500', '200047.347500', '200047.807500', '200048.267500', '200048.727500', '200049.187500', '200049.647500', '200050.107500', '200050.567500', '200051.027500', '200051.487500', '200051.947500', '200052.407500', '200052.867500', '200053.327500', '200053.787500', '200054.247500', '200054.707500', '200055.167500', '200055.627500', '200056.087500', '200056.547500', '200057.007500', '200057.467500', '200057.927500', '200058.387500', '200058.847500', '200059.307500', '200059.767500', '200100.227500', '200100.687500', '200101.147500', '200101.607500', '200102.067500', '200102.527500', '200102.987500', '200103.447500', '200103.907500', '200104.367500', '200104.827500', '200105.287500', '200105.747500', '200106.207500', '200106.667500', '200107.127500', '200107.587500', '200108.047500', '200108.507500', '200108.967500', '200109.427500', '200109.887500', '200110.347500', '200110.807500', '200111.267500', '200111.727500', '200112.187500', '200112.647500', '200113.107500', '200113.567500', '200114.027500', '200114.487500', '200114.947500', '200115.407500', '200115.867500', '200116.327500', '200116.787500', '200117.247500', '200117.707500', '200118.167500', '200118.627500', '200119.087500', '200119.547500', '200120.007500', '200120.467500', '200120.927500', '200121.387500', '200121.847500', '200122.307500', '200122.767500', '200123.227500', '200123.687500', '200124.147500', '200124.607500', '200125.067500', '200125.527500', '200125.987500', '200126.447500', '200126.907500', '200127.367500', '200127.827500', '200128.287500', '200128.747500', '200129.207500', '200129.667500', '200130.127500', '200130.587500', '200131.047500', '200131.507500', '200131.967500', '200132.427500', '200132.887500', '200133.347500', '200133.807500', '200134.267500', '200134.727500', '200135.187500'], 'ContentTime': ['195516.693000', '195516.696000', '195516.699000', '195516.702000', '195516.711000', '195516.713000', '195516.716000', '195516.719000', '195516.721000', '195516.724000', '195516.726000', '195516.729000', '195516.732000', '195516.734000', '195516.737000', '195516.739000', '195516.742000', '195516.745000', '195516.756000', '195516.759000', '195516.761000', '195516.764000', '195516.767000', '195516.769000', '195516.772000', '195516.774000', '195516.777000', '195516.779000', '195516.782000', '195516.785000', '195516.788000', '195516.790000', '195516.793000', '195516.795000', '195516.798000', '195516.801000', '195516.803000', '195516.807000', '195516.809000', '195516.812000', '195516.815000', '195516.818000', '195516.820000', '195516.823000', '195516.826000', '195516.828000', '195536.654000', '195536.656000', '195536.659000', '195536.662000', '195536.664000', '195536.667000', '195536.669000', '195536.672000', '195536.674000', '195536.692000', '195536.695000', '195536.698000', '195536.700000', '195536.703000', '195536.706000', '195536.709000', '195536.711000', '195536.714000', '195536.716000', '195536.719000', '195536.722000', '195536.725000', '195536.727000', '195536.730000', '195536.733000', '195536.736000', '195536.738000', '195536.741000', '195536.743000', '195536.746000', '195536.749000', '195536.751000', '195536.763000', '195536.766000', '195536.769000', '195536.771000', '195536.774000', '195536.777000', '195536.779000', '195536.782000', '195536.784000', '195536.787000', '195536.790000', '195556.654000', '195556.657000', '195556.659000', '195556.662000', '195556.664000', '195556.667000', '195556.670000', '195556.672000', '195556.675000', '195556.678000', '195556.680000', '195556.683000', '195556.686000', '195556.689000', '195556.692000', '195556.694000', '195556.697000', '195556.700000', '195556.702000', '195556.705000', '195556.708000', '195556.710000', '195556.713000', '195556.716000', '195556.719000', '195556.721000', '195556.724000', '195556.727000', '195556.730000', '195556.733000', '195556.735000', '195556.738000', '195556.741000', '195556.743000', '195556.746000', '195556.749000', '195556.751000', '195556.754000', '195556.756000', '195556.759000', '195556.762000', '195556.764000', '195556.767000', '195556.769000', '195616.654000', '195616.657000', '195616.659000', '195616.662000', '195616.664000', '195616.667000', '195616.675000', '195616.678000', '195616.681000', '195616.683000', '195616.686000', '195616.689000', '195616.692000', '195616.694000', '195616.697000', '195616.700000', '195616.702000', '195616.705000', '195616.708000', '195616.711000', '195616.713000', '195616.716000', '195616.718000', '195616.721000', '195616.724000', '195616.727000', '195616.730000', '195616.732000', '195616.735000', '195616.738000', '195616.741000', '195616.743000', '195616.746000', '195616.749000', '195616.751000', '195616.754000', '195616.756000', '195616.759000', '195616.762000', '195616.764000', '195616.767000', '195616.769000', '195616.772000', '195636.653000', '195636.656000', '195636.659000', '195636.662000', '195636.664000', '195636.667000', '195636.670000', '195636.672000', '195636.675000', '195636.677000', '195636.680000', '195636.683000', '195636.686000', '195636.688000', '195636.691000', '195636.694000', '195636.696000', '195636.699000', '195636.702000', '195636.704000', '195636.715000', '195636.717000', '195636.720000', '195636.722000', '195636.725000', '195636.728000', '195636.731000', '195636.734000', '195636.736000', '195636.739000', '195636.742000', '195636.744000', '195636.747000', '195636.750000', '195636.752000', '195636.755000', '195636.758000', '195636.760000', '195636.763000', '195636.766000', '195636.768000', '195636.771000', '195636.774000', '195636.777000', '195656.653000', '195656.657000', '195656.659000', '195656.662000', '195656.664000', '195656.667000', '195656.670000', '195656.672000', '195656.675000', '195656.677000', '195656.680000', '195656.690000', '195656.693000', '195656.696000', '195656.698000', '195656.701000', '195656.703000', '195656.706000', '195656.709000', '195656.712000', '195656.714000', '195656.717000', '195656.720000', '195656.722000', '195656.725000', '195656.728000', '195656.730000', '195656.733000', '195656.736000', '195656.738000', '195656.741000', '195656.744000', '195656.746000', '195656.749000', '195656.764000', '195656.767000', '195656.769000', '195656.772000', '195656.774000', '195656.777000', '195656.780000', '195656.783000', '195656.785000', '195716.652000', '195716.655000', '195716.658000', '195716.661000', '195716.663000', '195716.666000', '195716.669000', '195716.671000', '195716.674000', '195716.677000', '195716.679000', '195716.682000', '195716.685000', '195716.688000', '195716.690000', '195716.693000', '195716.696000', '195716.698000', '195716.701000', '195716.704000', '195716.706000', '195716.709000', '195716.711000', '195716.714000', '195716.716000', '195716.719000', '195716.722000', '195716.724000', '195716.727000', '195716.730000', '195716.732000', '195716.735000', '195716.738000', '195716.740000', '195716.743000', '195716.746000', '195716.749000', '195716.752000', '195716.754000', '195716.757000', '195716.760000', '195716.762000', '195716.765000', '195716.768000', '195736.653000', '195736.656000', '195736.659000', '195736.661000', '195736.664000', '195736.667000', '195736.669000', '195736.672000', '195736.674000', '195736.677000', '195736.680000', '195736.687000', '195736.690000', '195736.693000', '195736.695000', '195736.698000', '195736.700000', '195736.703000', '195736.705000', '195736.708000', '195736.711000', '195736.713000', '195736.716000', '195736.718000', '195736.721000', '195736.724000', '195736.726000', '195736.729000', '195736.731000', '195736.734000', '195736.737000', '195736.739000', '195736.742000', '195736.744000', '195736.747000', '195736.750000', '195736.752000', '195736.755000', '195736.758000', '195736.760000', '195736.763000', '195736.766000', '195736.768000', '195756.653000', '195756.656000', '195756.659000', '195756.662000', '195756.664000', '195756.667000', '195756.669000', '195756.672000', '195756.675000', '195756.677000', '195756.680000', '195756.683000', '195756.686000', '195756.689000', '195756.691000', '195756.694000', '195756.696000', '195756.699000', '195756.701000', '195756.704000', '195756.707000', '195756.709000', '195756.712000', '195756.714000', '195756.717000', '195756.719000', '195756.722000', '195756.725000', '195756.727000', '195756.730000', '195756.732000', '195756.735000', '195756.738000', '195756.740000', '195756.743000', '195756.746000', '195756.748000', '195756.751000', '195756.753000', '195756.756000', '195756.758000', '195756.761000', '195756.764000', '195756.766000', '195816.654000', '195816.657000', '195816.660000', '195816.662000', '195816.665000', '195816.667000', '195816.670000', '195816.673000', '195816.675000', '195816.678000', '195816.680000', '195816.683000', '195816.686000', '195816.688000', '195816.691000', '195816.693000', '195816.696000', '195816.699000', '195816.701000', '195816.704000', '195816.707000', '195816.709000', '195816.712000', '195816.714000', '195816.717000', '195816.719000', '195816.722000', '195816.725000', '195816.727000', '195816.730000', '195816.732000', '195816.735000', '195816.738000', '195816.740000', '195816.743000', '195816.746000', '195816.748000', '195816.751000', '195816.754000', '195816.756000', '195816.759000', '195816.762000', '195816.764000', '195836.653000', '195836.656000', '195836.659000', '195836.662000', '195836.664000', '195836.667000', '195836.669000', '195836.672000', '195836.675000', '195836.677000', '195836.680000', '195836.682000', '195836.685000', '195836.687000', '195836.690000', '195836.693000', '195836.695000', '195836.698000', '195836.701000', '195836.704000', '195836.707000', '195836.710000', '195836.712000', '195836.715000', '195836.717000', '195836.720000', '195836.723000', '195836.725000', '195836.728000', '195836.730000', '195836.744000', '195836.747000', '195836.750000', '195836.752000', '195836.755000', '195836.757000', '195836.760000', '195836.763000', '195836.765000', '195836.768000', '195836.770000', '195836.773000', '195836.775000', '195856.653000', '195856.656000', '195856.659000', '195856.662000', '195856.664000', '195856.667000', '195856.669000', '195856.672000', '195856.674000', '195856.677000', '195856.680000', '195856.682000', '195856.685000', '195856.687000', '195856.690000', '195856.692000', '195856.695000', '195856.698000', '195856.700000', '195856.703000', '195856.705000', '195856.708000', '195856.710000', '195856.713000', '195856.716000', '195856.718000', '195856.721000', '195856.723000', '195856.726000', '195856.728000', '195856.731000', '195856.734000', '195856.736000', '195856.739000', '195856.741000', '195856.744000', '195856.747000', '195856.749000', '195856.752000', '195856.754000', '195856.757000', '195856.760000', '195856.762000', '195856.765000', '195916.654000', '195916.656000', '195916.659000', '195916.662000', '195916.664000', '195916.667000', '195916.669000', '195916.672000', '195916.674000', '195916.677000', '195916.680000', '195916.682000', '195916.685000', '195916.687000', '195916.690000', '195916.693000', '195916.695000', '195916.698000', '195916.700000', '195916.703000', '195916.706000', '195916.708000', '195916.711000', '195916.713000', '195916.716000', '195916.719000', '195916.722000', '195916.725000', '195916.727000', '195916.730000', '195916.733000', '195916.735000', '195916.738000', '195916.740000', '195916.743000', '195916.746000', '195916.748000', '195916.751000', '195916.753000', '195916.756000', '195916.759000', '195916.761000', '195916.764000', '195936.652000', '195936.655000', '195936.658000', '195936.660000', '195936.663000', '195936.666000', '195936.668000', '195936.671000', '195936.673000', '195936.676000', '195936.679000', '195936.681000', '195936.684000', '195936.686000', '195936.689000', '195936.692000', '195936.694000', '195936.697000', '195936.699000', '195936.702000', '195936.704000', '195936.707000', '195936.710000', '195936.712000', '195936.715000', '195936.717000', '195936.720000', '195936.722000', '195936.725000', '195936.728000', '195936.730000', '195936.733000', '195936.735000', '195936.738000', '195936.740000', '195936.743000', '195936.746000', '195936.748000', '195936.751000', '195936.753000', '195936.756000', '195936.759000', '195936.761000', '195936.764000', '195956.653000', '195956.656000', '195956.659000', '195956.662000', '195956.664000', '195956.667000', '195956.670000', '195956.672000', '195956.675000', '195956.677000', '195956.680000', '195956.683000', '195956.685000', '195956.688000', '195956.691000', '195956.693000', '195956.696000', '195956.698000', '195956.701000', '195956.704000', '195956.706000', '195956.709000', '195956.711000', '195956.714000', '195956.718000', '195956.720000', '195956.723000', '195956.726000', '195956.729000', '195956.731000', '195956.734000', '195956.736000', '195956.739000', '195956.741000', '195956.744000', '195956.747000', '195956.749000', '195956.752000', '195956.754000', '195956.757000', '195956.759000', '195956.762000', '195956.765000', '200016.654000', '200016.656000', '200016.659000', '200016.662000', '200016.664000', '200016.667000', '200016.669000', '200016.672000', '200016.675000', '200016.677000', '200016.680000', '200016.682000', '200016.685000', '200016.688000', '200016.690000', '200016.693000', '200016.696000', '200016.698000', '200016.701000', '200016.704000', '200016.706000', '200016.709000', '200016.712000', '200016.714000', '200016.717000', '200016.719000', '200016.722000', '200016.725000', '200016.727000', '200016.730000', '200016.733000', '200016.735000', '200016.738000', '200016.740000', '200016.743000', '200016.746000', '200016.748000', '200016.751000', '200016.754000', '200016.756000', '200016.759000', '200016.761000', '200016.764000', '200016.767000', '200036.653000', '200036.656000', '200036.659000', '200036.661000', '200036.664000', '200036.667000', '200036.669000', '200036.672000', '200036.674000', '200036.677000', '200036.679000', '200036.682000', '200036.685000', '200036.687000', '200036.690000', '200036.692000', '200036.695000', '200036.698000', '200036.700000', '200036.703000', '200036.705000', '200036.708000', '200036.710000', '200036.713000', '200036.716000', '200036.720000', '200036.723000', '200036.725000', '200036.728000', '200036.731000', '200036.733000', '200036.736000', '200036.739000', '200036.742000', '200036.744000', '200036.747000', '200036.750000', '200036.752000', '200036.755000', '200036.757000', '200036.760000', '200036.763000', '200036.766000', '200056.654000', '200056.656000', '200056.659000', '200056.662000', '200056.664000', '200056.667000', '200056.669000', '200056.672000', '200056.674000', '200056.677000', '200056.680000', '200056.682000', '200056.685000', '200056.687000', '200056.690000', '200056.692000', '200056.695000', '200056.698000', '200056.700000', '200056.703000', '200056.705000', '200056.708000', '200056.710000', '200056.713000', '200056.715000', '200056.718000', '200056.721000', '200056.723000', '200056.726000', '200056.728000', '200056.731000', '200056.734000', '200056.736000', '200056.739000', '200056.741000', '200056.744000', '200056.747000', '200056.749000', '200056.752000', '200056.754000', '200056.757000', '200056.759000', '200056.762000', '200056.765000', '200116.653000', '200116.656000', '200116.659000', '200116.661000', '200116.664000', '200116.667000', '200116.670000', '200116.673000', '200116.676000', '200116.679000', '200116.681000', '200116.684000', '200116.686000', '200116.689000', '200116.691000', '200116.694000', '200116.697000', '200116.699000', '200116.702000', '200116.704000', '200116.707000', '200116.709000', '200116.712000', '200116.715000', '200116.717000', '200116.720000', '200116.722000', '200116.725000', '200116.727000', '200116.730000', '200116.732000', '200116.735000', '200116.738000', '200116.740000', '200116.743000', '200116.745000', '200116.748000', '200116.750000', '200116.753000', '200116.756000', '200116.758000', '200116.761000', '200116.764000', '200136.537000', '200136.544000', '200136.547000', '200136.549000', '200136.552000', '200136.555000', '200136.558000', '200136.561000', '200136.563000', '200136.567000', '200136.570000', '200136.573000', '200136.576000', '200136.579000', '200136.582000', '200136.585000', '200136.588000', '200136.591000', '200136.594000', '200136.598000', '200136.601000', '200136.605000', '200136.607000', '200136.666000', '200136.669000', '200136.672000', '200136.675000', '200136.678000', '200136.681000', '200136.684000', '200136.686000', '200136.689000', '200136.692000', '200136.694000', '200136.697000', '200136.700000', '200136.702000', '200136.705000', '200136.708000', '200136.710000', '200136.713000', '200136.716000', '200136.719000', '200136.722000'], 'InstanceCreationTime': ['195516.693000', '195516.696000', '195516.699000', '195516.702000', '195516.711000', '195516.713000', '195516.716000', '195516.719000', '195516.721000', '195516.724000', '195516.726000', '195516.729000', '195516.732000', '195516.734000', '195516.737000', '195516.739000', '195516.742000', '195516.745000', '195516.756000', '195516.759000', '195516.761000', '195516.764000', '195516.767000', '195516.769000', '195516.772000', '195516.774000', '195516.777000', '195516.779000', '195516.782000', '195516.785000', '195516.788000', '195516.790000', '195516.793000', '195516.795000', '195516.798000', '195516.801000', '195516.803000', '195516.807000', '195516.809000', '195516.812000', '195516.815000', '195516.818000', '195516.820000', '195516.823000', '195516.826000', '195516.828000', '195536.654000', '195536.656000', '195536.659000', '195536.662000', '195536.664000', '195536.667000', '195536.669000', '195536.672000', '195536.674000', '195536.692000', '195536.695000', '195536.698000', '195536.700000', '195536.703000', '195536.706000', '195536.709000', '195536.711000', '195536.714000', '195536.716000', '195536.719000', '195536.722000', '195536.725000', '195536.727000', '195536.730000', '195536.733000', '195536.736000', '195536.738000', '195536.741000', '195536.743000', '195536.746000', '195536.749000', '195536.751000', '195536.763000', '195536.766000', '195536.769000', '195536.771000', '195536.774000', '195536.777000', '195536.779000', '195536.782000', '195536.784000', '195536.787000', '195536.790000', '195556.654000', '195556.657000', '195556.659000', '195556.662000', '195556.664000', '195556.667000', '195556.670000', '195556.672000', '195556.675000', '195556.678000', '195556.680000', '195556.683000', '195556.686000', '195556.689000', '195556.692000', '195556.694000', '195556.697000', '195556.700000', '195556.702000', '195556.705000', '195556.708000', '195556.710000', '195556.713000', '195556.716000', '195556.719000', '195556.721000', '195556.724000', '195556.727000', '195556.730000', '195556.733000', '195556.735000', '195556.738000', '195556.741000', '195556.743000', '195556.746000', '195556.749000', '195556.751000', '195556.754000', '195556.756000', '195556.759000', '195556.762000', '195556.764000', '195556.767000', '195556.769000', '195616.654000', '195616.657000', '195616.659000', '195616.662000', '195616.664000', '195616.667000', '195616.675000', '195616.678000', '195616.681000', '195616.683000', '195616.686000', '195616.689000', '195616.692000', '195616.694000', '195616.697000', '195616.700000', '195616.702000', '195616.705000', '195616.708000', '195616.711000', '195616.713000', '195616.716000', '195616.718000', '195616.721000', '195616.724000', '195616.727000', '195616.730000', '195616.732000', '195616.735000', '195616.738000', '195616.741000', '195616.743000', '195616.746000', '195616.749000', '195616.751000', '195616.754000', '195616.756000', '195616.759000', '195616.762000', '195616.764000', '195616.767000', '195616.769000', '195616.772000', '195636.653000', '195636.656000', '195636.659000', '195636.662000', '195636.664000', '195636.667000', '195636.670000', '195636.672000', '195636.675000', '195636.677000', '195636.680000', '195636.683000', '195636.686000', '195636.688000', '195636.691000', '195636.694000', '195636.696000', '195636.699000', '195636.702000', '195636.704000', '195636.715000', '195636.717000', '195636.720000', '195636.722000', '195636.725000', '195636.728000', '195636.731000', '195636.734000', '195636.736000', '195636.739000', '195636.742000', '195636.744000', '195636.747000', '195636.750000', '195636.752000', '195636.755000', '195636.758000', '195636.760000', '195636.763000', '195636.766000', '195636.768000', '195636.771000', '195636.774000', '195636.777000', '195656.653000', '195656.657000', '195656.659000', '195656.662000', '195656.664000', '195656.667000', '195656.670000', '195656.672000', '195656.675000', '195656.677000', '195656.680000', '195656.690000', '195656.693000', '195656.696000', '195656.698000', '195656.701000', '195656.703000', '195656.706000', '195656.709000', '195656.712000', '195656.714000', '195656.717000', '195656.720000', '195656.722000', '195656.725000', '195656.728000', '195656.730000', '195656.733000', '195656.736000', '195656.738000', '195656.741000', '195656.744000', '195656.746000', '195656.749000', '195656.764000', '195656.767000', '195656.769000', '195656.772000', '195656.774000', '195656.777000', '195656.780000', '195656.783000', '195656.785000', '195716.652000', '195716.655000', '195716.658000', '195716.661000', '195716.663000', '195716.666000', '195716.669000', '195716.671000', '195716.674000', '195716.677000', '195716.679000', '195716.682000', '195716.685000', '195716.688000', '195716.690000', '195716.693000', '195716.696000', '195716.698000', '195716.701000', '195716.704000', '195716.706000', '195716.709000', '195716.711000', '195716.714000', '195716.716000', '195716.719000', '195716.722000', '195716.724000', '195716.727000', '195716.730000', '195716.732000', '195716.735000', '195716.738000', '195716.740000', '195716.743000', '195716.746000', '195716.749000', '195716.752000', '195716.754000', '195716.757000', '195716.760000', '195716.762000', '195716.765000', '195716.768000', '195736.653000', '195736.656000', '195736.659000', '195736.661000', '195736.664000', '195736.667000', '195736.669000', '195736.672000', '195736.674000', '195736.677000', '195736.680000', '195736.687000', '195736.690000', '195736.693000', '195736.695000', '195736.698000', '195736.700000', '195736.703000', '195736.705000', '195736.708000', '195736.711000', '195736.713000', '195736.716000', '195736.718000', '195736.721000', '195736.724000', '195736.726000', '195736.729000', '195736.731000', '195736.734000', '195736.737000', '195736.739000', '195736.742000', '195736.744000', '195736.747000', '195736.750000', '195736.752000', '195736.755000', '195736.758000', '195736.760000', '195736.763000', '195736.766000', '195736.768000', '195756.653000', '195756.656000', '195756.659000', '195756.662000', '195756.664000', '195756.667000', '195756.669000', '195756.672000', '195756.675000', '195756.677000', '195756.680000', '195756.683000', '195756.686000', '195756.689000', '195756.691000', '195756.694000', '195756.696000', '195756.699000', '195756.701000', '195756.704000', '195756.707000', '195756.709000', '195756.712000', '195756.714000', '195756.717000', '195756.719000', '195756.722000', '195756.725000', '195756.727000', '195756.730000', '195756.732000', '195756.735000', '195756.738000', '195756.740000', '195756.743000', '195756.746000', '195756.748000', '195756.751000', '195756.753000', '195756.756000', '195756.758000', '195756.761000', '195756.764000', '195756.766000', '195816.654000', '195816.657000', '195816.660000', '195816.662000', '195816.665000', '195816.667000', '195816.670000', '195816.673000', '195816.675000', '195816.678000', '195816.680000', '195816.683000', '195816.686000', '195816.688000', '195816.691000', '195816.693000', '195816.696000', '195816.699000', '195816.701000', '195816.704000', '195816.707000', '195816.709000', '195816.712000', '195816.714000', '195816.717000', '195816.719000', '195816.722000', '195816.725000', '195816.727000', '195816.730000', '195816.732000', '195816.735000', '195816.738000', '195816.740000', '195816.743000', '195816.746000', '195816.748000', '195816.751000', '195816.754000', '195816.756000', '195816.759000', '195816.762000', '195816.764000', '195836.653000', '195836.656000', '195836.659000', '195836.662000', '195836.664000', '195836.667000', '195836.669000', '195836.672000', '195836.675000', '195836.677000', '195836.680000', '195836.682000', '195836.685000', '195836.687000', '195836.690000', '195836.693000', '195836.695000', '195836.698000', '195836.701000', '195836.704000', '195836.707000', '195836.710000', '195836.712000', '195836.715000', '195836.717000', '195836.720000', '195836.723000', '195836.725000', '195836.728000', '195836.730000', '195836.744000', '195836.747000', '195836.750000', '195836.752000', '195836.755000', '195836.757000', '195836.760000', '195836.763000', '195836.765000', '195836.768000', '195836.770000', '195836.773000', '195836.775000', '195856.653000', '195856.656000', '195856.659000', '195856.662000', '195856.664000', '195856.667000', '195856.669000', '195856.672000', '195856.674000', '195856.677000', '195856.680000', '195856.682000', '195856.685000', '195856.687000', '195856.690000', '195856.692000', '195856.695000', '195856.698000', '195856.700000', '195856.703000', '195856.705000', '195856.708000', '195856.710000', '195856.713000', '195856.716000', '195856.718000', '195856.721000', '195856.723000', '195856.726000', '195856.728000', '195856.731000', '195856.734000', '195856.736000', '195856.739000', '195856.741000', '195856.744000', '195856.747000', '195856.749000', '195856.752000', '195856.754000', '195856.757000', '195856.760000', '195856.762000', '195856.765000', '195916.654000', '195916.656000', '195916.659000', '195916.662000', '195916.664000', '195916.667000', '195916.669000', '195916.672000', '195916.674000', '195916.677000', '195916.680000', '195916.682000', '195916.685000', '195916.687000', '195916.690000', '195916.693000', '195916.695000', '195916.698000', '195916.700000', '195916.703000', '195916.706000', '195916.708000', '195916.711000', '195916.713000', '195916.716000', '195916.719000', '195916.722000', '195916.725000', '195916.727000', '195916.730000', '195916.733000', '195916.735000', '195916.738000', '195916.740000', '195916.743000', '195916.746000', '195916.748000', '195916.751000', '195916.753000', '195916.756000', '195916.759000', '195916.761000', '195916.764000', '195936.652000', '195936.655000', '195936.658000', '195936.660000', '195936.663000', '195936.666000', '195936.668000', '195936.671000', '195936.673000', '195936.676000', '195936.679000', '195936.681000', '195936.684000', '195936.686000', '195936.689000', '195936.692000', '195936.694000', '195936.697000', '195936.699000', '195936.702000', '195936.704000', '195936.707000', '195936.710000', '195936.712000', '195936.715000', '195936.717000', '195936.720000', '195936.722000', '195936.725000', '195936.728000', '195936.730000', '195936.733000', '195936.735000', '195936.738000', '195936.740000', '195936.743000', '195936.746000', '195936.748000', '195936.751000', '195936.753000', '195936.756000', '195936.759000', '195936.761000', '195936.764000', '195956.653000', '195956.656000', '195956.659000', '195956.662000', '195956.664000', '195956.667000', '195956.670000', '195956.672000', '195956.675000', '195956.677000', '195956.680000', '195956.683000', '195956.685000', '195956.688000', '195956.691000', '195956.693000', '195956.696000', '195956.698000', '195956.701000', '195956.704000', '195956.706000', '195956.709000', '195956.711000', '195956.714000', '195956.718000', '195956.720000', '195956.723000', '195956.726000', '195956.729000', '195956.731000', '195956.734000', '195956.736000', '195956.739000', '195956.741000', '195956.744000', '195956.747000', '195956.749000', '195956.752000', '195956.754000', '195956.757000', '195956.759000', '195956.762000', '195956.765000', '200016.654000', '200016.656000', '200016.659000', '200016.662000', '200016.664000', '200016.667000', '200016.669000', '200016.672000', '200016.675000', '200016.677000', '200016.680000', '200016.682000', '200016.685000', '200016.688000', '200016.690000', '200016.693000', '200016.696000', '200016.698000', '200016.701000', '200016.704000', '200016.706000', '200016.709000', '200016.712000', '200016.714000', '200016.717000', '200016.719000', '200016.722000', '200016.725000', '200016.727000', '200016.730000', '200016.733000', '200016.735000', '200016.738000', '200016.740000', '200016.743000', '200016.746000', '200016.748000', '200016.751000', '200016.754000', '200016.756000', '200016.759000', '200016.761000', '200016.764000', '200016.767000', '200036.653000', '200036.656000', '200036.659000', '200036.661000', '200036.664000', '200036.667000', '200036.669000', '200036.672000', '200036.674000', '200036.677000', '200036.679000', '200036.682000', '200036.685000', '200036.687000', '200036.690000', '200036.692000', '200036.695000', '200036.698000', '200036.700000', '200036.703000', '200036.705000', '200036.708000', '200036.710000', '200036.713000', '200036.716000', '200036.720000', '200036.723000', '200036.725000', '200036.728000', '200036.731000', '200036.733000', '200036.736000', '200036.739000', '200036.742000', '200036.744000', '200036.747000', '200036.750000', '200036.752000', '200036.755000', '200036.757000', '200036.760000', '200036.763000', '200036.766000', '200056.654000', '200056.656000', '200056.659000', '200056.662000', '200056.664000', '200056.667000', '200056.669000', '200056.672000', '200056.674000', '200056.677000', '200056.680000', '200056.682000', '200056.685000', '200056.687000', '200056.690000', '200056.692000', '200056.695000', '200056.698000', '200056.700000', '200056.703000', '200056.705000', '200056.708000', '200056.710000', '200056.713000', '200056.715000', '200056.718000', '200056.721000', '200056.723000', '200056.726000', '200056.728000', '200056.731000', '200056.734000', '200056.736000', '200056.739000', '200056.741000', '200056.744000', '200056.747000', '200056.749000', '200056.752000', '200056.754000', '200056.757000', '200056.759000', '200056.762000', '200056.765000', '200116.653000', '200116.656000', '200116.659000', '200116.661000', '200116.664000', '200116.667000', '200116.670000', '200116.673000', '200116.676000', '200116.679000', '200116.681000', '200116.684000', '200116.686000', '200116.689000', '200116.691000', '200116.694000', '200116.697000', '200116.699000', '200116.702000', '200116.704000', '200116.707000', '200116.709000', '200116.712000', '200116.715000', '200116.717000', '200116.720000', '200116.722000', '200116.725000', '200116.727000', '200116.730000', '200116.732000', '200116.735000', '200116.738000', '200116.740000', '200116.743000', '200116.745000', '200116.748000', '200116.750000', '200116.753000', '200116.756000', '200116.758000', '200116.761000', '200116.764000', '200136.537000', '200136.544000', '200136.547000', '200136.549000', '200136.552000', '200136.555000', '200136.558000', '200136.561000', '200136.563000', '200136.567000', '200136.570000', '200136.573000', '200136.576000', '200136.579000', '200136.582000', '200136.585000', '200136.588000', '200136.591000', '200136.594000', '200136.598000', '200136.601000', '200136.605000', '200136.607000', '200136.666000', '200136.669000', '200136.672000', '200136.675000', '200136.678000', '200136.681000', '200136.684000', '200136.686000', '200136.689000', '200136.692000', '200136.694000', '200136.697000', '200136.700000', '200136.702000', '200136.705000', '200136.708000', '200136.710000', '200136.713000', '200136.716000', '200136.719000', '200136.722000'], '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': [9656, 11875, 7771, 14715, 10653, 14207, 12045, 15430, 10895, 13651, 8700, 11572, 8525, 12295, 8370, 13612, 8923, 11524, 8943, 9664, 8730, 11848, 8125, 12226, 8185, 12574, 8351, 11269, 8195, 11334, 8386, 12999, 10604, 14619, 10953, 11476, 7418, 8383, 9662, 8660, 13143, 8944, 13918, 8759, 13938, 11097, 16410, 13333, 10039, 13311, 8204, 9313, 8549, 11227, 9718, 14610, 10590, 13936, 8459, 11300, 8303, 11066, 9357, 10810, 8372, 9375, 7929, 10179, 8422, 11173, 10161, 10715, 8781, 10654, 8129, 11045, 9319, 10461, 8428, 10638, 8356, 10799, 8901, 11425, 8396, 9847, 8401, 9219, 9120, 11146, 8889, 9874, 8860, 9325, 8878, 11104, 8673, 10121, 9130, 8933, 9168, 10232, 8856, 10685, 8860, 8857, 12791, 10183, 15683, 10872, 12241, 8220, 11036, 8878, 10680, 9454, 10583, 8477, 9073, 8886, 8273, 9250, 9090, 8556, 9256, 8613, 7960, 9880, 8398, 10559, 9077, 9371, 8018, 10066, 8104, 11276, 9230, 11180, 9054, 11408, 9193, 13478, 10682, 11089, 8277, 10495, 8365, 10273, 8380, 10989, 9275, 11403, 9011, 10898, 9357, 11662, 9739, 14814, 11483, 9976, 8598, 8251, 7926, 8367, 10424, 8508, 10551, 8412, 8184, 8918, 8318, 11860, 9379, 10244, 8294, 10914, 8356, 11717, 9109, 12097, 9078, 10739, 8512, 10693, 9821, 10860, 9028, 10241, 8725, 8740, 9629, 8789, 13703, 9968, 11642, 9251, 11284, 9342, 9211, 10352, 9795, 12961, 9239, 11161, 9420, 9522, 9302, 8586, 10900, 9887, 12371, 8687, 10584, 9335, 9602, 9205, 10086, 9145, 8763, 8931, 8666, 11503, 9007, 12754, 10713, 12067, 9313, 10842, 8662, 9097, 8618, 9630, 10075, 8280, 8817, 11848, 8919, 11372, 9318, 10981, 9301, 11628, 10456, 14012, 10185, 12125, 9370, 10312, 9109, 10910, 9252, 12786, 9136, 8714, 9043, 8747, 14238, 10431, 16192, 11145, 13894, 8961, 13240, 9017, 12310, 10945, 13304, 10720, 11939, 9253, 11118, 9366, 11930, 9324, 12932, 9249, 10056, 9377, 9110, 9352, 8758, 9202, 11290, 9286, 13081, 9136, 9039, 9043, 11026, 10132, 14057, 10719, 13655, 9011, 12522, 10074, 12667, 9898, 11850, 9139, 8392, 8966, 8492, 11777, 9265, 13171, 8766, 11378, 8888, 11394, 9248, 10749, 9221, 8669, 8959, 9240, 8997, 11488, 8949, 8161, 8719, 8398, 8753, 11647, 9629, 10589, 12114, 8875, 16741, 12809, 14969, 12853, 13308, 9062, 11811, 8873, 10534, 8840, 11792, 8824, 8268, 8775, 8410, 13362, 10516, 13333, 8719, 11725, 8805, 11651, 9400, 12236, 8983, 9875, 8802, 8400, 8502, 10353, 8547, 9123, 8497, 8437, 10095, 8566, 13289, 9466, 10817, 8331, 10752, 8137, 12247, 9330, 9603, 9898, 9423, 12975, 9360, 9587, 7428, 9811, 10507, 9846, 11553, 9611, 9163, 9710, 8816, 9696, 10210, 14025, 11947, 15810, 9104, 12884, 9376, 12233, 9592, 12869, 9456, 8594, 9466, 8801, 12649, 10307, 12722, 11468, 11973, 9415, 11020, 9367, 9980, 9359, 12039, 9290, 8813, 13545, 8916, 13432, 11741, 13628, 10515, 12136, 9429, 11211, 9082, 11667, 9109, 10651, 9203, 9307, 9621, 8736, 9192, 12636, 9222, 9064, 9554, 8599, 9420, 9641, 12399, 10206, 12123, 8925, 13120, 9077, 13027, 11443, 13186, 9788, 12376, 9070, 12385, 9562, 12313, 10416, 11247, 9466, 10699, 9308, 10582, 9192, 12697, 9518, 8984, 9310, 8803, 11485, 9109, 12689, 9959, 11940, 10806, 9362, 12359, 9057, 11271, 8975, 12282, 10402, 12997, 11063, 14268, 9591, 13634, 9009, 12930, 9537, 12976, 10262, 11628, 9696, 12346, 9893, 9110, 10852, 9059, 9744, 8959, 10123, 8859, 11827, 10821, 10994, 8832, 10396, 8855, 13762, 11476, 15306, 12018, 12620, 9117, 11346, 8948, 10880, 8927, 12006, 9308, 10888, 9608, 9146, 9499, 9430, 9371, 13288, 9317, 11691, 9570, 8978, 9417, 9127, 13322, 11815, 16958, 12306, 15169, 9188, 13410, 9099, 12033, 10110, 12889, 9308, 9836, 9615, 8661, 10160, 9033, 13247, 10067, 13327, 9022, 12131, 9228, 11218, 9573, 11949, 9200, 10292, 9142, 9157, 9232, 10949, 9216, 8830, 9337, 8496, 9429, 9634, 10489, 9895, 9165, 9043, 9372, 8768, 11026, 11637, 9462, 9111, 9417, 9001, 10736, 8892, 12388, 9100, 10496, 11693, 9520, 14258, 11099, 13702, 9027, 12715, 9105, 13401, 11614, 15772, 11698, 13703, 9139, 13225, 9277, 12055, 9275, 12419, 9207, 9858, 9531, 8972, 12001, 9013, 12535, 10961, 12741, 10881, 11449, 9414, 9530, 9133, 8864, 8959, 9383, 9331, 8771, 9369, 9299, 9372, 9923, 9309, 14204, 11917, 10693, 8751, 9356, 8715, 9378, 12905, 10336, 14623, 9255, 11737, 9343, 10180, 9409, 11800, 9086, 11447, 9272, 8546, 11268, 8831, 13319, 11803, 12500, 10143, 11937, 9208, 11569, 9324, 11783, 9135, 12464, 9304, 8754, 13470, 8915, 15068, 12471, 13842, 9132, 12597, 9291, 11892, 9299, 12617, 9184, 10661, 9097, 8497, 9465, 8668, 13180, 10713, 13926, 9337, 12716, 9048, 12897, 9204, 11375, 9191, 11982, 9175, 8739, 9020, 8614, 12953, 8956, 12801, 10384, 12744, 9342, 11516, 9088, 10416, 9211, 10955, 9391, 8690, 9212, 8636, 9205, 8595, 12627, 9024, 10924, 9764, 12415, 10744, 13750, 9703, 9559, 8615, 9675, 9024, 10573, 10635, 13461, 10669, 10418, 9071, 12097, 9240, 13015, 10247, 13626, 9447, 12472, 9478, 12375, 9499, 12783, 9592, 12404, 9612, 8470, 9576, 8855, 12990, 10018, 14492, 9102, 12426, 9199, 11541, 9269, 10564, 9341, 9970, 9491, 8707, 9656, 8357, 9424, 9228, 9476, 8859, 9656, 8839, 12231, 9448, 13618, 10550, 12195, 9287, 12300, 9434, 11886, 9993, 12089, 9512, 10269, 9499, 10119, 9501, 11799, 10619, 11126, 9796, 8974, 12088, 9209, 14648, 11368, 14348, 9330, 12274, 9451, 12285, 10566, 13082, 10502, 12163, 9643, 11869, 9760, 12124, 9636, 12984, 9634, 9925, 9894, 9338, 9815, 11986, 9698, 8970, 9689, 9204, 12237, 9382, 14515, 10390, 12697, 9616, 12586, 9521, 11949, 9667, 12459, 9674, 8888, 9601, 9047, 11697, 10346, 13559, 9159, 13331, 9305, 12748, 9981, 11895, 9716, 10850, 9571, 8888, 9868, 9377, 9440, 9057, 9688, 8981, 9510, 9219, 12435, 9461, 12817, 9509, 12053, 9769, 11468, 9581, 11090, 9538, 10369, 9890, 8854, 9815, 9434, 9931], 'WindowCenter': [4240.0, 4241.0, 4164.0, 4220.0, 4163.0, 4208.0, 4198.0, 4191.0, 4158.0, 4180.0, 4143.0, 4169.0, 4127.0, 4167.0, 4117.0, 4178.0, 4138.0, 4156.0, 4151.0, 4150.0, 4139.0, 4166.0, 4115.0, 4180.0, 4144.0, 4196.0, 4129.0, 4143.0, 4140.0, 4185.0, 4141.0, 4180.0, 4161.0, 4191.0, 4160.0, 4155.0, 4107.0, 4145.0, 4179.0, 4154.0, 4193.0, 4153.0, 4205.0, 4155.0, 4206.0, 4173.0, 4204.0, 4182.0, 4150.0, 4181.0, 4131.0, 4142.0, 4143.0, 4173.0, 4140.0, 4190.0, 4161.0, 4178.0, 4129.0, 4158.0, 4118.0, 4147.0, 4138.0, 4147.0, 4117.0, 4125.0, 4107.0, 4164.0, 4129.0, 4157.0, 4151.0, 4147.0, 4128.0, 4146.0, 4106.0, 4147.0, 4130.0, 4149.0, 4116.0, 4149.0, 4133.0, 4160.0, 4130.0, 4161.0, 4118.0, 4137.0, 4105.0, 4138.0, 4141.0, 4161.0, 4129.0, 4151.0, 4128.0, 4139.0, 4129.0, 4160.0, 4116.0, 4137.0, 4129.0, 4142.0, 4170.0, 4164.0, 4115.0, 4161.0, 4154.0, 4155.0, 4183.0, 4149.0, 4178.0, 4148.0, 4143.0, 4116.0, 4135.0, 4116.0, 4134.0, 4125.0, 4134.0, 4105.0, 4114.0, 4116.0, 4105.0, 4126.0, 4128.0, 4117.0, 4128.0, 4117.0, 4108.0, 4136.0, 4118.0, 4147.0, 4129.0, 4140.0, 4120.0, 4149.0, 4119.0, 4147.0, 4129.0, 4135.0, 4129.0, 4160.0, 4128.0, 4182.0, 4150.0, 4148.0, 4117.0, 4134.0, 4115.0, 4135.0, 4117.0, 4147.0, 4140.0, 4171.0, 4142.0, 4160.0, 4141.0, 4159.0, 4139.0, 4177.0, 4159.0, 4137.0, 4115.0, 4115.0, 4104.0, 4116.0, 4150.0, 4146.0, 4177.0, 4145.0, 4117.0, 4141.0, 4116.0, 4157.0, 4143.0, 4135.0, 4131.0, 4145.0, 4133.0, 4173.0, 4117.0, 4131.0, 4120.0, 4153.0, 4134.0, 4138.0, 4114.0, 4150.0, 4119.0, 4138.0, 4118.0, 4118.0, 4126.0, 4117.0, 4168.0, 4127.0, 4148.0, 4130.0, 4148.0, 4116.0, 4116.0, 4125.0, 4126.0, 4157.0, 4116.0, 4135.0, 4127.0, 4126.0, 4128.0, 4118.0, 4137.0, 4127.0, 4169.0, 4118.0, 4136.0, 4127.0, 4126.0, 4128.0, 4149.0, 4129.0, 4132.0, 4131.0, 4131.0, 4159.0, 4130.0, 4169.0, 4151.0, 4160.0, 4144.0, 4166.0, 4133.0, 4144.0, 4131.0, 4130.0, 4142.0, 4121.0, 4131.0, 4172.0, 4130.0, 4160.0, 4141.0, 4162.0, 4142.0, 4162.0, 4164.0, 4183.0, 4151.0, 4159.0, 4129.0, 4138.0, 4129.0, 4150.0, 4129.0, 4171.0, 4129.0, 4119.0, 4128.0, 4119.0, 4179.0, 4139.0, 4189.0, 4149.0, 4169.0, 4118.0, 4168.0, 4117.0, 4147.0, 4148.0, 4168.0, 4148.0, 4147.0, 4127.0, 4146.0, 4126.0, 4147.0, 4127.0, 4158.0, 4127.0, 4140.0, 4127.0, 4115.0, 4125.0, 4115.0, 4125.0, 4146.0, 4128.0, 4168.0, 4128.0, 4126.0, 4127.0, 4147.0, 4138.0, 4168.0, 4138.0, 4167.0, 4115.0, 4145.0, 4125.0, 4145.0, 4125.0, 4144.0, 4114.0, 4092.0, 4101.0, 4103.0, 4143.0, 4114.0, 4154.0, 4103.0, 4132.0, 4114.0, 4133.0, 4115.0, 4134.0, 4115.0, 4104.0, 4115.0, 4126.0, 4116.0, 4147.0, 4115.0, 4105.0, 4116.0, 4106.0, 4116.0, 4148.0, 4127.0, 4137.0, 4157.0, 4116.0, 4176.0, 4157.0, 4167.0, 4156.0, 4155.0, 4114.0, 4143.0, 4113.0, 4123.0, 4113.0, 4144.0, 4113.0, 4103.0, 4102.0, 4103.0, 4154.0, 4134.0, 4154.0, 4103.0, 4143.0, 4113.0, 4133.0, 4114.0, 4144.0, 4114.0, 4123.0, 4114.0, 4103.0, 4103.0, 4135.0, 4104.0, 4125.0, 4114.0, 4105.0, 4135.0, 4116.0, 4180.0, 4142.0, 4148.0, 4118.0, 4148.0, 4118.0, 4156.0, 4127.0, 4137.0, 4139.0, 4128.0, 4182.0, 4140.0, 4140.0, 4110.0, 4151.0, 4162.0, 4152.0, 4175.0, 4141.0, 4140.0, 4140.0, 4129.0, 4139.0, 4151.0, 4181.0, 4161.0, 4179.0, 4117.0, 4157.0, 4127.0, 4157.0, 4126.0, 4157.0, 4126.0, 4115.0, 4126.0, 4116.0, 4155.0, 4136.0, 4156.0, 4146.0, 4145.0, 4115.0, 4134.0, 4113.0, 4124.0, 4113.0, 4145.0, 4113.0, 4114.0, 4154.0, 4113.0, 4154.0, 4145.0, 4154.0, 4134.0, 4143.0, 4113.0, 4133.0, 4113.0, 4133.0, 4113.0, 4134.0, 4124.0, 4114.0, 4124.0, 4114.0, 4125.0, 4156.0, 4125.0, 4115.0, 4126.0, 4116.0, 4125.0, 4126.0, 4156.0, 4136.0, 4156.0, 4116.0, 4155.0, 4115.0, 4155.0, 4146.0, 4155.0, 4125.0, 4155.0, 4115.0, 4156.0, 4126.0, 4155.0, 4136.0, 4145.0, 4126.0, 4135.0, 4126.0, 4136.0, 4125.0, 4157.0, 4125.0, 4115.0, 4125.0, 4115.0, 4144.0, 4114.0, 4154.0, 4124.0, 4144.0, 4146.0, 4126.0, 4157.0, 4127.0, 4157.0, 4128.0, 4156.0, 4148.0, 4167.0, 4148.0, 4167.0, 4126.0, 4166.0, 4126.0, 4156.0, 4125.0, 4166.0, 4137.0, 4156.0, 4125.0, 4155.0, 4136.0, 4126.0, 4147.0, 4127.0, 4137.0, 4128.0, 4147.0, 4129.0, 4169.0, 4161.0, 4149.0, 4129.0, 4149.0, 4128.0, 4178.0, 4159.0, 4179.0, 4170.0, 4182.0, 4130.0, 4146.0, 4128.0, 4149.0, 4127.0, 4157.0, 4127.0, 4146.0, 4138.0, 4126.0, 4127.0, 4127.0, 4127.0, 4170.0, 4127.0, 4157.0, 4125.0, 4115.0, 4124.0, 4126.0, 4166.0, 4157.0, 4188.0, 4145.0, 4165.0, 4114.0, 4153.0, 4113.0, 4143.0, 4134.0, 4154.0, 4113.0, 4123.0, 4123.0, 4103.0, 4122.0, 4113.0, 4153.0, 4123.0, 4154.0, 4114.0, 4143.0, 4113.0, 4144.0, 4125.0, 4144.0, 4114.0, 4134.0, 4124.0, 4114.0, 4125.0, 4147.0, 4125.0, 4115.0, 4125.0, 4115.0, 4126.0, 4126.0, 4136.0, 4137.0, 4126.0, 4127.0, 4125.0, 4116.0, 4147.0, 4158.0, 4126.0, 4126.0, 4126.0, 4128.0, 4147.0, 4128.0, 4167.0, 4127.0, 4147.0, 4169.0, 4138.0, 4190.0, 4160.0, 4180.0, 4129.0, 4168.0, 4128.0, 4168.0, 4160.0, 4190.0, 4159.0, 4168.0, 4127.0, 4167.0, 4126.0, 4156.0, 4125.0, 4157.0, 4125.0, 4136.0, 4125.0, 4125.0, 4154.0, 4114.0, 4154.0, 4146.0, 4155.0, 4146.0, 4145.0, 4125.0, 4124.0, 4124.0, 4114.0, 4114.0, 4125.0, 4125.0, 4115.0, 4126.0, 4127.0, 4126.0, 4136.0, 4126.0, 4178.0, 4159.0, 4148.0, 4117.0, 4127.0, 4128.0, 4139.0, 4170.0, 4150.0, 4179.0, 4139.0, 4157.0, 4138.0, 4147.0, 4127.0, 4159.0, 4128.0, 4159.0, 4127.0, 4128.0, 4157.0, 4127.0, 4167.0, 4159.0, 4156.0, 4148.0, 4157.0, 4127.0, 4156.0, 4127.0, 4158.0, 4126.0, 4168.0, 4126.0, 4116.0, 4166.0, 4116.0, 4176.0, 4157.0, 4166.0, 4125.0, 4154.0, 4124.0, 4144.0, 4124.0, 4155.0, 4124.0, 4135.0, 4115.0, 4115.0, 4124.0, 4116.0, 4166.0, 4147.0, 4167.0, 4126.0, 4166.0, 4126.0, 4156.0, 4125.0, 4145.0, 4125.0, 4145.0, 4125.0, 4115.0, 4114.0, 4126.0, 4167.0, 4127.0, 4167.0, 4148.0, 4169.0, 4153.0, 4173.0, 4141.0, 4148.0, 4128.0, 4149.0, 4128.0, 4117.0, 4127.0, 4117.0, 4127.0, 4127.0, 4168.0, 4130.0, 4148.0, 4138.0, 4157.0, 4149.0, 4168.0, 4137.0, 4137.0, 4127.0, 4137.0, 4129.0, 4149.0, 4151.0, 4181.0, 4150.0, 4149.0, 4129.0, 4158.0, 4128.0, 4167.0, 4149.0, 4182.0, 4139.0, 4169.0, 4139.0, 4168.0, 4139.0, 4169.0, 4138.0, 4168.0, 4137.0, 4116.0, 4125.0, 4117.0, 4167.0, 4137.0, 4167.0, 4116.0, 4156.0, 4126.0, 4145.0, 4126.0, 4137.0, 4127.0, 4136.0, 4138.0, 4117.0, 4139.0, 4118.0, 4139.0, 4140.0, 4139.0, 4140.0, 4139.0, 4130.0, 4170.0, 4141.0, 4181.0, 4151.0, 4160.0, 4140.0, 4159.0, 4129.0, 4159.0, 4140.0, 4159.0, 4138.0, 4139.0, 4138.0, 4137.0, 4126.0, 4158.0, 4137.0, 4148.0, 4126.0, 4116.0, 4157.0, 4127.0, 4177.0, 4149.0, 4179.0, 4127.0, 4156.0, 4126.0, 4156.0, 4138.0, 4167.0, 4148.0, 4157.0, 4138.0, 4157.0, 4138.0, 4157.0, 4128.0, 4168.0, 4138.0, 4137.0, 4138.0, 4140.0, 4138.0, 4159.0, 4127.0, 4128.0, 4126.0, 4127.0, 4157.0, 4127.0, 4178.0, 4138.0, 4168.0, 4138.0, 4157.0, 4127.0, 4157.0, 4128.0, 4157.0, 4127.0, 4127.0, 4126.0, 4127.0, 4147.0, 4138.0, 4167.0, 4127.0, 4167.0, 4127.0, 4156.0, 4137.0, 4146.0, 4127.0, 4146.0, 4137.0, 4127.0, 4137.0, 4128.0, 4137.0, 4128.0, 4138.0, 4128.0, 4138.0, 4139.0, 4169.0, 4140.0, 4170.0, 4140.0, 4170.0, 4150.0, 4160.0, 4141.0, 4160.0, 4140.0, 4150.0, 4152.0, 4141.0, 4152.0, 4142.0, 4152.0], 'WindowWidth': [9410.0, 9389.0, 9272.0, 9338.0, 9245.0, 9314.0, 9299.0, 9277.0, 9228.0, 9260.0, 9218.0, 9245.0, 9187.0, 9238.0, 9172.0, 9254.0, 9201.0, 9218.0, 9226.0, 9223.0, 9205.0, 9236.0, 9166.0, 9261.0, 9222.0, 9291.0, 9193.0, 9198.0, 9211.0, 9277.0, 9213.0, 9259.0, 9238.0, 9278.0, 9233.0, 9217.0, 9158.0, 9225.0, 9275.0, 9233.0, 9282.0, 9229.0, 9302.0, 9237.0, 9308.0, 9256.0, 9301.0, 9265.0, 9219.0, 9261.0, 9196.0, 9211.0, 9214.0, 9254.0, 9205.0, 9272.0, 9233.0, 9251.0, 9189.0, 9224.0, 9171.0, 9209.0, 9199.0, 9206.0, 9170.0, 9176.0, 9155.0, 9245.0, 9189.0, 9222.0, 9221.0, 9208.0, 9185.0, 9205.0, 9154.0, 9206.0, 9188.0, 9212.0, 9163.0, 9215.0, 9201.0, 9230.0, 9191.0, 9231.0, 9171.0, 9192.0, 9147.0, 9198.0, 9208.0, 9233.0, 9187.0, 9218.0, 9185.0, 9202.0, 9187.0, 9227.0, 9166.0, 9191.0, 9185.0, 9209.0, 9263.0, 9241.0, 9159.0, 9234.0, 9233.0, 9233.0, 9267.0, 9214.0, 9252.0, 9210.0, 9194.0, 9163.0, 9185.0, 9163.0, 9183.0, 9171.0, 9184.0, 9148.0, 9159.0, 9164.0, 9148.0, 9178.0, 9182.0, 9167.0, 9182.0, 9169.0, 9156.0, 9191.0, 9169.0, 9208.0, 9185.0, 9203.0, 9177.0, 9216.0, 9174.0, 9205.0, 9181.0, 9183.0, 9187.0, 9229.0, 9185.0, 9262.0, 9218.0, 9210.0, 9169.0, 9185.0, 9162.0, 9188.0, 9169.0, 9209.0, 9206.0, 9248.0, 9212.0, 9232.0, 9208.0, 9228.0, 9202.0, 9250.0, 9229.0, 9193.0, 9161.0, 9163.0, 9148.0, 9165.0, 9217.0, 9226.0, 9266.0, 9222.0, 9167.0, 9210.0, 9165.0, 9220.0, 9213.0, 9188.0, 9196.0, 9203.0, 9202.0, 9252.0, 9162.0, 9166.0, 9171.0, 9219.0, 9198.0, 9191.0, 9150.0, 9210.0, 9171.0, 9191.0, 9167.0, 9166.0, 9173.0, 9164.0, 9232.0, 9177.0, 9206.0, 9189.0, 9206.0, 9161.0, 9161.0, 9171.0, 9173.0, 9215.0, 9160.0, 9184.0, 9178.0, 9176.0, 9183.0, 9166.0, 9188.0, 9178.0, 9238.0, 9171.0, 9190.0, 9180.0, 9177.0, 9183.0, 9211.0, 9186.0, 9195.0, 9191.0, 9192.0, 9224.0, 9189.0, 9237.0, 9216.0, 9224.0, 9215.0, 9246.0, 9196.0, 9212.0, 9189.0, 9184.0, 9206.0, 9176.0, 9191.0, 9248.0, 9188.0, 9226.0, 9206.0, 9235.0, 9211.0, 9232.0, 9240.0, 9262.0, 9218.0, 9226.0, 9188.0, 9195.0, 9185.0, 9213.0, 9186.0, 9244.0, 9186.0, 9173.0, 9185.0, 9172.0, 9251.0, 9196.0, 9266.0, 9209.0, 9238.0, 9167.0, 9233.0, 9165.0, 9204.0, 9209.0, 9232.0, 9207.0, 9203.0, 9180.0, 9200.0, 9177.0, 9204.0, 9178.0, 9222.0, 9180.0, 9202.0, 9182.0, 9160.0, 9174.0, 9161.0, 9175.0, 9203.0, 9181.0, 9236.0, 9183.0, 9179.0, 9180.0, 9204.0, 9196.0, 9235.0, 9193.0, 9232.0, 9161.0, 9197.0, 9172.0, 9197.0, 9171.0, 9195.0, 9155.0, 9123.0, 9135.0, 9140.0, 9193.0, 9154.0, 9208.0, 9142.0, 9177.0, 9156.0, 9179.0, 9159.0, 9180.0, 9159.0, 9143.0, 9160.0, 9175.0, 9162.0, 9203.0, 9161.0, 9147.0, 9163.0, 9149.0, 9162.0, 9208.0, 9177.0, 9191.0, 9217.0, 9161.0, 9244.0, 9218.0, 9230.0, 9216.0, 9211.0, 9156.0, 9192.0, 9154.0, 9166.0, 9152.0, 9194.0, 9154.0, 9141.0, 9136.0, 9141.0, 9207.0, 9182.0, 9207.0, 9142.0, 9192.0, 9155.0, 9179.0, 9156.0, 9194.0, 9156.0, 9167.0, 9157.0, 9141.0, 9141.0, 9187.0, 9145.0, 9173.0, 9158.0, 9148.0, 9186.0, 9164.0, 9256.0, 9209.0, 9211.0, 9168.0, 9208.0, 9171.0, 9217.0, 9181.0, 9194.0, 9199.0, 9185.0, 9262.0, 9204.0, 9203.0, 9165.0, 9220.0, 9237.0, 9223.0, 9259.0, 9207.0, 9204.0, 9204.0, 9189.0, 9200.0, 9218.0, 9258.0, 9231.0, 9256.0, 9168.0, 9220.0, 9179.0, 9220.0, 9178.0, 9219.0, 9176.0, 9162.0, 9177.0, 9163.0, 9214.0, 9190.0, 9214.0, 9203.0, 9198.0, 9160.0, 9182.0, 9155.0, 9170.0, 9154.0, 9199.0, 9155.0, 9156.0, 9209.0, 9154.0, 9210.0, 9199.0, 9211.0, 9183.0, 9195.0, 9155.0, 9180.0, 9154.0, 9180.0, 9156.0, 9183.0, 9173.0, 9158.0, 9173.0, 9158.0, 9174.0, 9216.0, 9176.0, 9162.0, 9177.0, 9164.0, 9174.0, 9176.0, 9217.0, 9191.0, 9215.0, 9163.0, 9213.0, 9161.0, 9213.0, 9204.0, 9213.0, 9175.0, 9214.0, 9162.0, 9215.0, 9177.0, 9213.0, 9192.0, 9200.0, 9178.0, 9188.0, 9177.0, 9190.0, 9175.0, 9219.0, 9174.0, 9161.0, 9174.0, 9163.0, 9198.0, 9160.0, 9211.0, 9172.0, 9199.0, 9206.0, 9179.0, 9220.0, 9182.0, 9222.0, 9184.0, 9220.0, 9211.0, 9234.0, 9209.0, 9233.0, 9179.0, 9232.0, 9178.0, 9217.0, 9176.0, 9229.0, 9194.0, 9217.0, 9175.0, 9215.0, 9192.0, 9178.0, 9206.0, 9183.0, 9195.0, 9185.0, 9210.0, 9188.0, 9241.0, 9233.0, 9215.0, 9188.0, 9213.0, 9186.0, 9251.0, 9226.0, 9253.0, 9242.0, 9265.0, 9190.0, 9204.0, 9184.0, 9212.0, 9180.0, 9219.0, 9180.0, 9201.0, 9197.0, 9177.0, 9179.0, 9180.0, 9181.0, 9242.0, 9181.0, 9218.0, 9176.0, 9162.0, 9172.0, 9178.0, 9230.0, 9220.0, 9265.0, 9201.0, 9228.0, 9157.0, 9209.0, 9156.0, 9195.0, 9185.0, 9211.0, 9155.0, 9167.0, 9167.0, 9141.0, 9166.0, 9154.0, 9208.0, 9169.0, 9210.0, 9158.0, 9194.0, 9157.0, 9196.0, 9174.0, 9197.0, 9160.0, 9185.0, 9173.0, 9159.0, 9174.0, 9205.0, 9175.0, 9161.0, 9177.0, 9164.0, 9177.0, 9179.0, 9191.0, 9193.0, 9178.0, 9180.0, 9176.0, 9165.0, 9206.0, 9222.0, 9178.0, 9179.0, 9180.0, 9184.0, 9207.0, 9187.0, 9236.0, 9182.0, 9209.0, 9241.0, 9201.0, 9271.0, 9232.0, 9259.0, 9190.0, 9239.0, 9186.0, 9239.0, 9230.0, 9270.0, 9226.0, 9237.0, 9183.0, 9233.0, 9179.0, 9217.0, 9177.0, 9221.0, 9176.0, 9191.0, 9176.0, 9176.0, 9213.0, 9161.0, 9212.0, 9204.0, 9214.0, 9205.0, 9200.0, 9177.0, 9171.0, 9174.0, 9160.0, 9159.0, 9177.0, 9175.0, 9164.0, 9178.0, 9183.0, 9180.0, 9191.0, 9180.0, 9250.0, 9227.0, 9211.0, 9168.0, 9182.0, 9186.0, 9202.0, 9242.0, 9216.0, 9255.0, 9201.0, 9223.0, 9200.0, 9208.0, 9183.0, 9226.0, 9184.0, 9228.0, 9183.0, 9186.0, 9222.0, 9183.0, 9235.0, 9226.0, 9220.0, 9211.0, 9221.0, 9184.0, 9218.0, 9181.0, 9223.0, 9180.0, 9236.0, 9181.0, 9167.0, 9231.0, 9164.0, 9246.0, 9221.0, 9230.0, 9176.0, 9211.0, 9173.0, 9198.0, 9173.0, 9214.0, 9172.0, 9187.0, 9163.0, 9162.0, 9174.0, 9166.0, 9230.0, 9207.0, 9234.0, 9178.0, 9231.0, 9178.0, 9216.0, 9177.0, 9202.0, 9175.0, 9202.0, 9174.0, 9161.0, 9160.0, 9179.0, 9233.0, 9182.0, 9234.0, 9211.0, 9242.0, 9231.0, 9254.0, 9210.0, 9211.0, 9182.0, 9212.0, 9182.0, 9167.0, 9179.0, 9167.0, 9179.0, 9182.0, 9236.0, 9190.0, 9211.0, 9198.0, 9220.0, 9213.0, 9237.0, 9194.0, 9194.0, 9181.0, 9194.0, 9187.0, 9215.0, 9219.0, 9259.0, 9215.0, 9214.0, 9187.0, 9223.0, 9183.0, 9234.0, 9212.0, 9262.0, 9202.0, 9239.0, 9203.0, 9239.0, 9201.0, 9238.0, 9198.0, 9236.0, 9195.0, 9165.0, 9176.0, 9165.0, 9231.0, 9192.0, 9233.0, 9163.0, 9216.0, 9176.0, 9200.0, 9177.0, 9191.0, 9181.0, 9190.0, 9197.0, 9167.0, 9199.0, 9172.0, 9201.0, 9202.0, 9201.0, 9204.0, 9202.0, 9190.0, 9242.0, 9204.0, 9257.0, 9219.0, 9228.0, 9202.0, 9225.0, 9188.0, 9224.0, 9202.0, 9225.0, 9198.0, 9198.0, 9197.0, 9193.0, 9177.0, 9220.0, 9191.0, 9207.0, 9178.0, 9165.0, 9219.0, 9180.0, 9247.0, 9210.0, 9252.0, 9181.0, 9217.0, 9178.0, 9216.0, 9195.0, 9233.0, 9208.0, 9219.0, 9198.0, 9219.0, 9197.0, 9220.0, 9185.0, 9235.0, 9197.0, 9194.0, 9198.0, 9201.0, 9196.0, 9226.0, 9179.0, 9183.0, 9179.0, 9181.0, 9219.0, 9181.0, 9249.0, 9197.0, 9235.0, 9196.0, 9219.0, 9182.0, 9219.0, 9182.0, 9220.0, 9180.0, 9179.0, 9178.0, 9179.0, 9204.0, 9195.0, 9234.0, 9179.0, 9233.0, 9179.0, 9216.0, 9192.0, 9203.0, 9180.0, 9204.0, 9195.0, 9180.0, 9194.0, 9182.0, 9194.0, 9183.0, 9196.0, 9185.0, 9197.0, 9201.0, 9240.0, 9204.0, 9241.0, 9203.0, 9243.0, 9217.0, 9228.0, 9208.0, 9229.0, 9204.0, 9217.0, 9222.0, 9206.0, 9222.0, 9208.0, 9224.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.0037774167623421356</td></tr>
<tr><td colspan=3>aqi</td><td>0.02512344236509759</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.8946671626667</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.208502042367816</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.058368204310345</td></tr>
<tr><td colspan=3>efc</td><td>0.4986</td></tr>
<tr><td colspan=3>fber</td><td>3128.1299</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11125059775868289</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>107</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>12.284730195177957</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4831485616798776</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.550956575544092</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5748185749751777</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3236705345203634</td></tr>
<tr><td colspan=3>gcor</td><td>0.0097396</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.006363282445818186</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.021111052483320236</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.8836042510718136</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.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>26.8246</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>58.727</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>203.6223</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>62.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>296142.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>918.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>384.6235</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5792</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>556.4124</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3302.1798</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3452.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>80402.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1138.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4364.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>888.8595</td></tr>
<tr><td colspan=3>tsnr</td><td>35.01359246019274</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>