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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0131_ses-01_task-social_acq-mb8_run-06_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0131_ses-01_task-social_acq-mb8_run-06_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-06_session-01_subject-0131_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-0131/figures/sub-0131_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0131/figures/sub-0131_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg" target="_blank">sub-0131/figures/sub-0131_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-06_session-01_subject-0131_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-0131/figures/sub-0131_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0131/figures/sub-0131_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg" target="_blank">sub-0131/figures/sub-0131_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-06_session-01_subject-0131_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-0131/figures/sub-0131_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0131/figures/sub-0131_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" target="_blank">sub-0131/figures/sub-0131_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-06_session-01_subject-0131_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-0131/figures/sub-0131_ses-01_task-social_acq-mb8_run-06_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0131/figures/sub-0131_ses-01_task-social_acq-mb8_run-06_desc-carpet_bold.svg" target="_blank">sub-0131/figures/sub-0131_ses-01_task-social_acq-mb8_run-06_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-06_session-01_subject-0131_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-0131/figures/sub-0131_ses-01_task-social_acq-mb8_run-06_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0131/figures/sub-0131_ses-01_task-social_acq-mb8_run-06_desc-mean_bold.svg" target="_blank">sub-0131/figures/sub-0131_ses-01_task-social_acq-mb8_run-06_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-06_session-01_subject-0131_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-0131/figures/sub-0131_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0131/figures/sub-0131_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" target="_blank">sub-0131/figures/sub-0131_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-01_subject-0131_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-0131/figures/sub-0131_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
Problem loading figure sub-0131/figures/sub-0131_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0131/figures/sub-0131_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0131/figures/sub-0131_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0131/ses-01/func/sub-0131_ses-01_task-social_acq-mb8_run-06_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>2a517b39102bc188a31745ecf50d13ec</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>18:24:53.195000</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.997595, 0.0672646, -0.016696, -0.0662602, 0.996297, 0.0547839]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0880239</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>26</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4211, -8138, -7339, 618, -229, -981, 794, 116]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>232.369</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>377e465a-b842-47f7-a198-20917788a0ec||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.676475763320923, -0.17777137458324432, -0.05486191436648369, 122.99714660644531], [-0.18046613037586212, 2.672992706298828, 0.1445738971233368, -98.4102783203125], [-0.044794220477342606, -0.14698119461536407, 2.695568323135376, -61.668800354003906], [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': ['182453.195000', '182453.655000', '182454.115000', '182454.575000', '182455.035000', '182455.495000', '182455.955000', '182456.415000', '182456.875000', '182457.335000', '182457.795000', '182458.255000', '182458.715000', '182459.175000', '182459.635000', '182500.095000', '182500.555000', '182501.015000', '182501.475000', '182501.935000', '182502.395000', '182502.855000', '182503.315000', '182503.775000', '182504.235000', '182504.695000', '182505.155000', '182505.615000', '182506.075000', '182506.535000', '182506.995000', '182507.455000', '182507.915000', '182508.375000', '182508.835000', '182509.295000', '182509.755000', '182510.215000', '182510.675000', '182511.135000', '182511.595000', '182512.055000', '182512.515000', '182512.975000', '182513.435000', '182513.895000', '182514.355000', '182514.815000', '182515.275000', '182515.735000', '182516.195000', '182516.655000', '182517.115000', '182517.575000', '182518.035000', '182518.495000', '182518.955000', '182519.415000', '182519.875000', '182520.335000', '182520.795000', '182521.255000', '182521.715000', '182522.175000', '182522.635000', '182523.095000', '182523.555000', '182524.015000', '182524.475000', '182524.935000', '182525.395000', '182525.855000', '182526.315000', '182526.775000', '182527.235000', '182527.695000', '182528.155000', '182528.615000', '182529.075000', '182529.535000', '182529.995000', '182530.455000', '182530.915000', '182531.375000', '182531.835000', '182532.295000', '182532.755000', '182533.215000', '182533.675000', '182534.135000', '182534.595000', '182535.055000', '182535.515000', '182535.975000', '182536.435000', '182536.895000', '182537.355000', '182537.815000', '182538.275000', '182538.735000', '182539.195000', '182539.655000', '182540.115000', '182540.575000', '182541.035000', '182541.495000', '182541.955000', '182542.415000', '182542.875000', '182543.335000', '182543.795000', '182544.255000', '182544.715000', '182545.175000', '182545.635000', '182546.095000', '182546.555000', '182547.015000', '182547.475000', '182547.935000', '182548.395000', '182548.855000', '182549.315000', '182549.775000', '182550.235000', '182550.695000', '182551.155000', '182551.615000', '182552.075000', '182552.535000', '182552.995000', '182553.455000', '182553.915000', '182554.375000', '182554.835000', '182555.295000', '182555.755000', '182556.215000', '182556.675000', '182557.135000', '182557.595000', '182558.055000', '182558.515000', '182558.975000', '182559.435000', '182559.895000', '182600.355000', '182600.815000', '182601.275000', '182601.735000', '182602.195000', '182602.655000', '182603.115000', '182603.575000', '182604.035000', '182604.495000', '182604.955000', '182605.415000', '182605.875000', '182606.335000', '182606.795000', '182607.255000', '182607.715000', '182608.175000', '182608.635000', '182609.095000', '182609.555000', '182610.015000', '182610.475000', '182610.935000', '182611.395000', '182611.855000', '182612.315000', '182612.775000', '182613.235000', '182613.695000', '182614.155000', '182614.615000', '182615.075000', '182615.535000', '182615.995000', '182616.455000', '182616.915000', '182617.375000', '182617.835000', '182618.295000', '182618.755000', '182619.215000', '182619.675000', '182620.135000', '182620.595000', '182621.055000', '182621.515000', '182621.975000', '182622.435000', '182622.895000', '182623.355000', '182623.815000', '182624.275000', '182624.735000', '182625.195000', '182625.655000', '182626.115000', '182626.575000', '182627.035000', '182627.495000', '182627.955000', '182628.415000', '182628.875000', '182629.335000', '182629.795000', '182630.255000', '182630.715000', '182631.175000', '182631.635000', '182632.095000', '182632.555000', '182633.015000', '182633.475000', '182633.935000', '182634.395000', '182634.855000', '182635.315000', '182635.775000', '182636.235000', '182636.695000', '182637.155000', '182637.615000', '182638.075000', '182638.535000', '182638.995000', '182639.455000', '182639.915000', '182640.375000', '182640.835000', '182641.295000', '182641.755000', '182642.215000', '182642.675000', '182643.135000', '182643.595000', '182644.055000', '182644.515000', '182644.975000', '182645.435000', '182645.895000', '182646.355000', '182646.815000', '182647.275000', '182647.735000', '182648.195000', '182648.655000', '182649.115000', '182649.575000', '182650.035000', '182650.495000', '182650.955000', '182651.415000', '182651.875000', '182652.335000', '182652.795000', '182653.255000', '182653.715000', '182654.175000', '182654.635000', '182655.095000', '182655.555000', '182656.015000', '182656.475000', '182656.935000', '182657.395000', '182657.855000', '182658.315000', '182658.775000', '182659.235000', '182659.695000', '182700.155000', '182700.615000', '182701.075000', '182701.535000', '182701.995000', '182702.455000', '182702.915000', '182703.375000', '182703.835000', '182704.295000', '182704.755000', '182705.215000', '182705.675000', '182706.135000', '182706.595000', '182707.055000', '182707.515000', '182707.975000', '182708.435000', '182708.895000', '182709.355000', '182709.815000', '182710.275000', '182710.735000', '182711.195000', '182711.655000', '182712.115000', '182712.575000', '182713.035000', '182713.495000', '182713.955000', '182714.415000', '182714.875000', '182715.335000', '182715.795000', '182716.255000', '182716.715000', '182717.175000', '182717.635000', '182718.095000', '182718.555000', '182719.015000', '182719.475000', '182719.935000', '182720.395000', '182720.855000', '182721.315000', '182721.775000', '182722.235000', '182722.695000', '182723.155000', '182723.615000', '182724.075000', '182724.535000', '182724.995000', '182725.455000', '182725.915000', '182726.375000', '182726.835000', '182727.295000', '182727.755000', '182728.215000', '182728.675000', '182729.135000', '182729.595000', '182730.055000', '182730.515000', '182730.975000', '182731.435000', '182731.895000', '182732.355000', '182732.815000', '182733.275000', '182733.735000', '182734.195000', '182734.655000', '182735.115000', '182735.575000', '182736.035000', '182736.495000', '182736.955000', '182737.415000', '182737.875000', '182738.335000', '182738.795000', '182739.255000', '182739.715000', '182740.175000', '182740.635000', '182741.095000', '182741.555000', '182742.015000', '182742.475000', '182742.935000', '182743.395000', '182743.855000', '182744.315000', '182744.775000', '182745.235000', '182745.695000', '182746.155000', '182746.615000', '182747.075000', '182747.535000', '182747.995000', '182748.455000', '182748.915000', '182749.375000', '182749.835000', '182750.295000', '182750.755000', '182751.215000', '182751.675000', '182752.135000', '182752.595000', '182753.055000', '182753.515000', '182753.975000', '182754.435000', '182754.895000', '182755.355000', '182755.815000', '182756.275000', '182756.735000', '182757.195000', '182757.655000', '182758.115000', '182758.575000', '182759.035000', '182759.495000', '182759.955000', '182800.415000', '182800.875000', '182801.335000', '182801.795000', '182802.255000', '182802.715000', '182803.175000', '182803.635000', '182804.095000', '182804.555000', '182805.015000', '182805.475000', '182805.935000', '182806.395000', '182806.855000', '182807.315000', '182807.775000', '182808.235000', '182808.695000', '182809.155000', '182809.615000', '182810.075000', '182810.535000', '182810.995000', '182811.455000', '182811.915000', '182812.375000', '182812.835000', '182813.295000', '182813.755000', '182814.215000', '182814.675000', '182815.135000', '182815.595000', '182816.055000', '182816.515000', '182816.975000', '182817.435000', '182817.895000', '182818.355000', '182818.815000', '182819.275000', '182819.735000', '182820.195000', '182820.655000', '182821.115000', '182821.575000', '182822.035000', '182822.495000', '182822.955000', '182823.415000', '182823.875000', '182824.335000', '182824.795000', '182825.255000', '182825.715000', '182826.175000', '182826.635000', '182827.095000', '182827.555000', '182828.015000', '182828.475000', '182828.935000', '182829.395000', '182829.855000', '182830.315000', '182830.775000', '182831.235000', '182831.695000', '182832.155000', '182832.615000', '182833.075000', '182833.535000', '182833.995000', '182834.455000', '182834.915000', '182835.375000', '182835.835000', '182836.295000', '182836.755000', '182837.215000', '182837.675000', '182838.135000', '182838.595000', '182839.055000', '182839.515000', '182839.975000', '182840.435000', '182840.895000', '182841.355000', '182841.815000', '182842.275000', '182842.735000', '182843.195000', '182843.655000', '182844.115000', '182844.575000', '182845.035000', '182845.495000', '182845.955000', '182846.415000', '182846.875000', '182847.335000', '182847.795000', '182848.255000', '182848.715000', '182849.175000', '182849.635000', '182850.095000', '182850.555000', '182851.015000', '182851.475000', '182851.935000', '182852.395000', '182852.855000', '182853.315000', '182853.775000', '182854.235000', '182854.695000', '182855.155000', '182855.615000', '182856.075000', '182856.535000', '182856.995000', '182857.455000', '182857.915000', '182858.375000', '182858.835000', '182859.295000', '182859.755000', '182900.215000', '182900.675000', '182901.135000', '182901.595000', '182902.055000', '182902.515000', '182902.975000', '182903.435000', '182903.895000', '182904.355000', '182904.815000', '182905.275000', '182905.735000', '182906.195000', '182906.655000', '182907.115000', '182907.575000', '182908.035000', '182908.495000', '182908.955000', '182909.415000', '182909.875000', '182910.335000', '182910.795000', '182911.255000', '182911.715000', '182912.175000', '182912.635000', '182913.095000', '182913.555000', '182914.015000', '182914.475000', '182914.935000', '182915.395000', '182915.855000', '182916.315000', '182916.775000', '182917.235000', '182917.695000', '182918.155000', '182918.615000', '182919.075000', '182919.535000', '182919.995000', '182920.455000', '182920.915000', '182921.375000', '182921.835000', '182922.295000', '182922.755000', '182923.215000', '182923.675000', '182924.135000', '182924.595000', '182925.055000', '182925.515000', '182925.975000', '182926.435000', '182926.895000', '182927.355000', '182927.815000', '182928.275000', '182928.735000', '182929.195000', '182929.655000', '182930.115000', '182930.575000', '182931.035000', '182931.495000', '182931.955000', '182932.415000', '182932.875000', '182933.335000', '182933.795000', '182934.255000', '182934.715000', '182935.175000', '182935.635000', '182936.095000', '182936.555000', '182937.015000', '182937.475000', '182937.935000', '182938.395000', '182938.855000', '182939.315000', '182939.775000', '182940.235000', '182940.695000', '182941.155000', '182941.615000', '182942.075000', '182942.535000', '182942.995000', '182943.455000', '182943.915000', '182944.375000', '182944.835000', '182945.295000', '182945.755000', '182946.215000', '182946.675000', '182947.135000', '182947.595000', '182948.055000', '182948.515000', '182948.975000', '182949.435000', '182949.895000', '182950.355000', '182950.815000', '182951.275000', '182951.735000', '182952.195000', '182952.655000', '182953.115000', '182953.575000', '182954.035000', '182954.495000', '182954.955000', '182955.415000', '182955.875000', '182956.335000', '182956.795000', '182957.255000', '182957.715000', '182958.175000', '182958.635000', '182959.095000', '182959.555000', '183000.015000', '183000.475000', '183000.935000', '183001.395000', '183001.855000', '183002.315000', '183002.775000', '183003.235000', '183003.695000', '183004.155000', '183004.615000', '183005.075000', '183005.535000', '183005.995000', '183006.455000', '183006.915000', '183007.375000', '183007.835000', '183008.295000', '183008.755000', '183009.215000', '183009.675000', '183010.135000', '183010.595000', '183011.055000', '183011.515000', '183011.975000', '183012.435000', '183012.895000', '183013.355000', '183013.815000', '183014.275000', '183014.735000', '183015.195000', '183015.655000', '183016.115000', '183016.575000', '183017.035000', '183017.495000', '183017.955000', '183018.415000', '183018.875000', '183019.335000', '183019.795000', '183020.255000', '183020.715000', '183021.175000', '183021.635000', '183022.095000', '183022.555000', '183023.015000', '183023.475000', '183023.935000', '183024.395000', '183024.855000', '183025.315000', '183025.775000', '183026.235000', '183026.695000', '183027.155000', '183027.615000', '183028.075000', '183028.535000', '183028.995000', '183029.455000', '183029.915000', '183030.375000', '183030.835000', '183031.295000', '183031.755000', '183032.215000', '183032.675000', '183033.135000', '183033.595000', '183034.055000', '183034.515000', '183034.975000', '183035.435000', '183035.895000', '183036.355000', '183036.815000', '183037.275000', '183037.735000', '183038.195000', '183038.655000', '183039.115000', '183039.575000', '183040.035000', '183040.495000', '183040.955000', '183041.415000', '183041.875000', '183042.335000', '183042.795000', '183043.255000', '183043.715000', '183044.175000', '183044.635000', '183045.095000', '183045.555000', '183046.015000', '183046.475000', '183046.935000', '183047.395000', '183047.855000', '183048.315000', '183048.775000', '183049.235000', '183049.695000', '183050.155000', '183050.615000', '183051.075000', '183051.535000', '183051.995000', '183052.455000', '183052.915000', '183053.375000', '183053.835000', '183054.295000', '183054.755000', '183055.215000', '183055.675000', '183056.135000', '183056.595000', '183057.055000', '183057.515000', '183057.975000', '183058.435000', '183058.895000', '183059.355000', '183059.815000', '183100.275000', '183100.735000', '183101.195000', '183101.655000', '183102.115000', '183102.575000', '183103.035000', '183103.495000', '183103.955000', '183104.415000', '183104.875000', '183105.335000', '183105.795000', '183106.255000', '183106.715000', '183107.175000', '183107.635000', '183108.095000', '183108.555000', '183109.015000', '183109.475000', '183109.935000', '183110.395000', '183110.855000', '183111.315000', '183111.775000', '183112.235000', '183112.695000', '183113.155000', '183113.615000', '183114.075000', '183114.535000', '183114.995000', '183115.455000', '183115.915000', '183116.375000', '183116.835000', '183117.295000', '183117.755000', '183118.215000', '183118.675000', '183119.135000', '183119.595000', '183120.055000', '183120.515000', '183120.975000', '183121.435000', '183121.895000', '183122.355000', '183122.815000', '183123.275000', '183123.735000', '183124.195000', '183124.655000', '183125.115000', '183125.575000', '183126.035000', '183126.495000', '183126.955000', '183127.415000', '183127.875000', '183128.335000', '183128.795000', '183129.255000', '183129.715000', '183130.175000', '183130.635000', '183131.095000', '183131.555000', '183132.015000', '183132.475000', '183132.935000', '183133.395000', '183133.855000'], 'ContentTime': ['182503.821000', '182503.824000', '182503.827000', '182503.829000', '182503.832000', '182503.834000', '182503.838000', '182503.840000', '182503.843000', '182503.845000', '182503.854000', '182503.857000', '182503.859000', '182503.862000', '182503.871000', '182503.874000', '182503.876000', '182503.879000', '182503.881000', '182503.884000', '182523.784000', '182523.786000', '182523.789000', '182523.791000', '182523.794000', '182523.796000', '182523.799000', '182523.802000', '182523.804000', '182523.807000', '182523.810000', '182523.812000', '182523.815000', '182523.817000', '182523.820000', '182523.822000', '182523.825000', '182523.827000', '182523.830000', '182523.832000', '182523.835000', '182523.852000', '182523.855000', '182523.857000', '182523.860000', '182523.862000', '182523.865000', '182523.867000', '182523.870000', '182523.873000', '182523.875000', '182523.878000', '182523.880000', '182523.883000', '182523.885000', '182523.888000', '182523.891000', '182523.893000', '182523.896000', '182523.898000', '182523.901000', '182523.903000', '182523.906000', '182543.784000', '182543.786000', '182543.789000', '182543.791000', '182543.794000', '182543.797000', '182543.799000', '182543.802000', '182543.805000', '182543.807000', '182543.810000', '182543.813000', '182543.815000', '182543.818000', '182543.820000', '182543.823000', '182543.826000', '182543.828000', '182543.831000', '182543.833000', '182543.836000', '182543.839000', '182543.841000', '182543.844000', '182543.846000', '182543.849000', '182543.851000', '182543.854000', '182543.856000', '182543.859000', '182543.862000', '182543.864000', '182543.867000', '182543.869000', '182543.872000', '182543.875000', '182543.877000', '182543.880000', '182543.882000', '182543.885000', '182543.887000', '182543.890000', '182543.893000', '182603.782000', '182603.785000', '182603.788000', '182603.790000', '182603.793000', '182603.796000', '182603.798000', '182603.939000', '182603.941000', '182603.944000', '182603.948000', '182603.950000', '182603.953000', '182603.955000', '182603.958000', '182603.960000', '182603.963000', '182603.966000', '182603.968000', '182603.971000', '182603.973000', '182603.976000', '182603.979000', '182603.981000', '182603.984000', '182603.986000', '182603.989000', '182603.991000', '182603.994000', '182603.997000', '182603.999000', '182604.002000', '182604.004000', '182604.007000', '182604.010000', '182604.012000', '182604.015000', '182604.017000', '182604.020000', '182604.023000', '182604.025000', '182604.028000', '182604.031000', '182604.033000', '182623.783000', '182623.786000', '182623.789000', '182623.791000', '182623.794000', '182623.797000', '182623.799000', '182623.802000', '182623.804000', '182623.807000', '182623.810000', '182623.812000', '182623.815000', '182623.818000', '182623.820000', '182623.823000', '182623.825000', '182623.828000', '182623.831000', '182623.833000', '182623.836000', '182623.839000', '182623.841000', '182623.844000', '182623.846000', '182623.849000', '182623.851000', '182623.854000', '182623.856000', '182623.859000', '182623.862000', '182623.864000', '182623.867000', '182623.869000', '182623.872000', '182623.875000', '182623.878000', '182623.881000', '182623.883000', '182623.886000', '182623.889000', '182623.891000', '182623.894000', '182643.783000', '182643.786000', '182643.789000', '182643.791000', '182643.794000', '182643.797000', '182643.799000', '182643.802000', '182643.805000', '182643.808000', '182643.810000', '182643.813000', '182643.815000', '182643.818000', '182643.820000', '182643.823000', '182643.826000', '182643.828000', '182643.831000', '182643.833000', '182643.836000', '182643.839000', '182643.841000', '182643.844000', '182643.846000', '182643.849000', '182643.851000', '182643.854000', '182643.857000', '182643.859000', '182643.862000', '182643.865000', '182643.867000', '182643.870000', '182643.872000', '182643.875000', '182643.878000', '182643.880000', '182643.883000', '182643.885000', '182643.888000', '182643.891000', '182643.893000', '182643.896000', '182703.783000', '182703.786000', '182703.789000', '182703.792000', '182703.794000', '182703.797000', '182703.799000', '182703.802000', '182703.805000', '182703.807000', '182703.810000', '182703.813000', '182703.815000', '182703.818000', '182703.820000', '182703.823000', '182703.825000', '182703.849000', '182703.852000', '182703.855000', '182703.857000', '182703.860000', '182703.862000', '182703.865000', '182703.868000', '182703.870000', '182703.873000', '182703.875000', '182703.878000', '182703.881000', '182703.883000', '182703.886000', '182703.888000', '182703.891000', '182703.894000', '182703.896000', '182703.899000', '182703.901000', '182703.904000', '182703.907000', '182703.909000', '182703.912000', '182703.914000', '182723.783000', '182723.786000', '182723.789000', '182723.791000', '182723.794000', '182723.797000', '182723.799000', '182723.836000', '182723.839000', '182723.841000', '182723.844000', '182723.846000', '182723.849000', '182723.852000', '182723.854000', '182723.857000', '182723.859000', '182723.862000', '182723.865000', '182723.867000', '182723.870000', '182723.872000', '182723.875000', '182723.878000', '182723.880000', '182723.883000', '182723.885000', '182723.888000', '182723.890000', '182723.893000', '182723.896000', '182723.898000', '182723.901000', '182723.903000', '182723.906000', '182723.909000', '182723.911000', '182723.914000', '182723.916000', '182723.919000', '182723.921000', '182723.924000', '182723.927000', '182723.929000', '182743.783000', '182743.786000', '182743.789000', '182743.792000', '182743.794000', '182743.797000', '182743.799000', '182743.851000', '182743.854000', '182743.857000', '182743.860000', '182743.863000', '182743.866000', '182743.868000', '182743.884000', '182743.887000', '182743.890000', '182743.892000', '182743.895000', '182743.897000', '182743.900000', '182743.902000', '182743.905000', '182743.908000', '182743.910000', '182743.913000', '182743.917000', '182743.920000', '182743.922000', '182743.925000', '182743.928000', '182743.930000', '182743.933000', '182743.935000', '182743.938000', '182743.940000', '182743.943000', '182743.946000', '182743.948000', '182743.951000', '182743.953000', '182743.956000', '182743.959000', '182803.784000', '182803.786000', '182803.789000', '182803.792000', '182803.794000', '182803.797000', '182803.852000', '182803.854000', '182803.857000', '182803.859000', '182803.862000', '182803.865000', '182803.867000', '182803.870000', '182803.872000', '182803.875000', '182803.878000', '182803.880000', '182803.883000', '182803.886000', '182803.888000', '182803.891000', '182803.893000', '182803.896000', '182803.898000', '182803.901000', '182803.904000', '182803.906000', '182803.909000', '182803.912000', '182803.914000', '182803.917000', '182803.919000', '182803.922000', '182803.924000', '182803.927000', '182803.930000', '182803.932000', '182803.935000', '182803.937000', '182803.940000', '182803.942000', '182803.945000', '182803.948000', '182823.782000', '182823.785000', '182823.788000', '182823.790000', '182823.793000', '182823.796000', '182823.798000', '182823.801000', '182823.804000', '182823.806000', '182823.809000', '182823.811000', '182823.815000', '182823.818000', '182823.820000', '182823.823000', '182823.826000', '182823.828000', '182823.831000', '182823.833000', '182823.836000', '182823.838000', '182823.841000', '182823.844000', '182823.846000', '182823.849000', '182823.851000', '182823.854000', '182823.857000', '182823.859000', '182823.862000', '182823.864000', '182823.867000', '182823.870000', '182823.872000', '182823.875000', '182823.877000', '182823.880000', '182823.882000', '182823.885000', '182823.888000', '182823.890000', '182823.936000', '182843.784000', '182843.786000', '182843.789000', '182843.792000', '182843.794000', '182843.797000', '182843.823000', '182843.825000', '182843.828000', '182843.830000', '182843.833000', '182843.836000', '182843.838000', '182843.841000', '182843.844000', '182843.846000', '182843.849000', '182843.851000', '182843.854000', '182843.857000', '182843.859000', '182843.862000', '182843.864000', '182843.867000', '182843.870000', '182843.872000', '182843.875000', '182843.877000', '182843.880000', '182843.883000', '182843.885000', '182843.888000', '182843.890000', '182843.893000', '182843.896000', '182843.898000', '182843.901000', '182843.903000', '182843.906000', '182843.908000', '182843.911000', '182843.914000', '182843.916000', '182843.919000', '182903.783000', '182903.786000', '182903.789000', '182903.792000', '182903.794000', '182903.797000', '182903.827000', '182903.830000', '182903.832000', '182903.835000', '182903.838000', '182903.840000', '182903.843000', '182903.846000', '182903.848000', '182903.851000', '182903.853000', '182903.856000', '182903.859000', '182903.861000', '182903.864000', '182903.867000', '182903.869000', '182903.872000', '182903.875000', '182903.877000', '182903.880000', '182903.882000', '182903.885000', '182903.888000', '182903.891000', '182903.893000', '182903.896000', '182903.899000', '182903.901000', '182903.904000', '182903.906000', '182903.909000', '182903.912000', '182903.914000', '182903.917000', '182903.920000', '182903.922000', '182923.783000', '182923.786000', '182923.789000', '182923.791000', '182923.794000', '182923.797000', '182923.799000', '182923.850000', '182923.853000', '182923.855000', '182923.858000', '182923.861000', '182923.863000', '182923.866000', '182923.868000', '182923.871000', '182923.874000', '182923.876000', '182923.879000', '182923.881000', '182923.884000', '182923.886000', '182923.889000', '182923.892000', '182923.894000', '182923.897000', '182923.899000', '182923.902000', '182923.905000', '182923.907000', '182923.910000', '182923.912000', '182923.915000', '182923.918000', '182923.920000', '182923.923000', '182923.925000', '182923.928000', '182923.931000', '182923.933000', '182923.936000', '182923.939000', '182923.941000', '182923.944000', '182943.783000', '182943.786000', '182943.789000', '182943.791000', '182943.794000', '182943.797000', '182943.852000', '182943.855000', '182943.857000', '182943.860000', '182943.862000', '182943.865000', '182943.868000', '182943.870000', '182943.873000', '182943.875000', '182943.878000', '182943.880000', '182943.883000', '182943.886000', '182943.888000', '182943.891000', '182943.893000', '182943.896000', '182943.899000', '182943.910000', '182943.912000', '182943.915000', '182943.917000', '182943.921000', '182943.924000', '182943.927000', '182943.929000', '182943.932000', '182943.935000', '182943.937000', '182943.940000', '182943.943000', '182943.945000', '182943.948000', '182943.950000', '182943.953000', '182943.956000', '183003.783000', '183003.786000', '183003.789000', '183003.792000', '183003.794000', '183003.797000', '183003.876000', '183003.879000', '183003.882000', '183003.884000', '183003.887000', '183003.889000', '183003.892000', '183003.895000', '183003.897000', '183003.900000', '183003.903000', '183003.905000', '183003.908000', '183003.910000', '183003.913000', '183003.916000', '183003.918000', '183003.921000', '183003.931000', '183003.936000', '183003.938000', '183003.941000', '183003.944000', '183003.946000', '183003.949000', '183003.951000', '183003.954000', '183003.957000', '183003.959000', '183003.962000', '183003.964000', '183003.967000', '183003.970000', '183003.972000', '183003.975000', '183003.977000', '183003.980000', '183003.983000', '183023.784000', '183023.787000', '183023.789000', '183023.792000', '183023.794000', '183023.797000', '183023.834000', '183023.837000', '183023.839000', '183023.842000', '183023.844000', '183023.847000', '183023.850000', '183023.852000', '183023.855000', '183023.857000', '183023.860000', '183023.863000', '183023.865000', '183023.868000', '183023.870000', '183023.873000', '183023.876000', '183023.878000', '183023.881000', '183023.883000', '183023.886000', '183023.889000', '183023.891000', '183023.894000', '183023.896000', '183023.899000', '183023.902000', '183023.904000', '183023.907000', '183023.909000', '183023.912000', '183023.915000', '183023.917000', '183023.920000', '183023.922000', '183023.925000', '183023.928000', '183043.784000', '183043.786000', '183043.789000', '183043.792000', '183043.794000', '183043.797000', '183043.844000', '183043.846000', '183043.849000', '183043.851000', '183043.854000', '183043.857000', '183043.859000', '183043.862000', '183043.864000', '183043.867000', '183043.870000', '183043.872000', '183043.875000', '183043.877000', '183043.880000', '183043.883000', '183043.885000', '183043.888000', '183043.891000', '183043.893000', '183043.896000', '183043.898000', '183043.903000', '183043.905000', '183043.908000', '183043.910000', '183043.913000', '183043.916000', '183043.918000', '183043.921000', '183043.924000', '183043.926000', '183043.929000', '183043.931000', '183043.934000', '183043.936000', '183043.939000', '183043.942000', '183103.783000', '183103.786000', '183103.789000', '183103.792000', '183103.794000', '183103.797000', '183103.842000', '183103.858000', '183103.860000', '183103.863000', '183103.865000', '183103.868000', '183103.870000', '183103.873000', '183103.876000', '183103.878000', '183103.881000', '183103.883000', '183103.886000', '183103.889000', '183103.891000', '183103.894000', '183103.896000', '183103.899000', '183103.902000', '183103.904000', '183103.907000', '183103.909000', '183103.912000', '183103.915000', '183103.917000', '183103.920000', '183103.922000', '183103.925000', '183103.928000', '183103.930000', '183103.933000', '183103.936000', '183103.938000', '183103.941000', '183103.943000', '183103.946000', '183103.948000', '183123.783000', '183123.786000', '183123.789000', '183123.792000', '183123.795000', '183123.798000', '183123.850000', '183123.853000', '183123.855000', '183123.858000', '183123.860000', '183123.863000', '183123.866000', '183123.868000', '183123.871000', '183123.874000', '183123.876000', '183123.879000', '183123.881000', '183123.884000', '183123.887000', '183123.889000', '183123.892000', '183123.894000', '183123.897000', '183123.899000', '183123.902000', '183123.905000', '183123.907000', '183123.910000', '183123.912000', '183123.915000', '183123.917000', '183123.920000', '183123.923000', '183123.931000', '183123.934000', '183123.936000', '183123.939000', '183123.941000', '183123.944000', '183123.946000', '183123.949000', '183135.685000', '183135.688000', '183135.690000', '183135.693000', '183135.695000', '183135.698000', '183135.701000', '183135.703000', '183135.706000', '183135.709000', '183135.711000', '183135.714000', '183135.716000', '183135.719000', '183135.722000', '183135.724000', '183135.727000', '183135.729000', '183135.732000', '183135.735000', '183135.737000', '183135.740000', '183135.743000', '183135.745000', '183135.748000', '183135.750000', '183135.753000'], 'InstanceCreationTime': ['182503.821000', '182503.824000', '182503.827000', '182503.829000', '182503.832000', '182503.834000', '182503.838000', '182503.840000', '182503.843000', '182503.845000', '182503.854000', '182503.857000', '182503.859000', '182503.862000', '182503.871000', '182503.874000', '182503.876000', '182503.879000', '182503.881000', '182503.884000', '182523.784000', '182523.786000', '182523.789000', '182523.791000', '182523.794000', '182523.796000', '182523.799000', '182523.802000', '182523.804000', '182523.807000', '182523.810000', '182523.812000', '182523.815000', '182523.817000', '182523.820000', '182523.822000', '182523.825000', '182523.827000', '182523.830000', '182523.832000', '182523.835000', '182523.852000', '182523.855000', '182523.857000', '182523.860000', '182523.862000', '182523.865000', '182523.867000', '182523.870000', '182523.873000', '182523.875000', '182523.878000', '182523.880000', '182523.883000', '182523.885000', '182523.888000', '182523.891000', '182523.893000', '182523.896000', '182523.898000', '182523.901000', '182523.903000', '182523.906000', '182543.784000', '182543.786000', '182543.789000', '182543.791000', '182543.794000', '182543.797000', '182543.799000', '182543.802000', '182543.805000', '182543.807000', '182543.810000', '182543.813000', '182543.815000', '182543.818000', '182543.820000', '182543.823000', '182543.826000', '182543.828000', '182543.831000', '182543.833000', '182543.836000', '182543.839000', '182543.841000', '182543.844000', '182543.846000', '182543.849000', '182543.851000', '182543.854000', '182543.856000', '182543.859000', '182543.862000', '182543.864000', '182543.867000', '182543.869000', '182543.872000', '182543.875000', '182543.877000', '182543.880000', '182543.882000', '182543.885000', '182543.887000', '182543.890000', '182543.893000', '182603.782000', '182603.785000', '182603.788000', '182603.790000', '182603.793000', '182603.796000', '182603.798000', '182603.939000', '182603.941000', '182603.944000', '182603.948000', '182603.950000', '182603.953000', '182603.955000', '182603.958000', '182603.960000', '182603.963000', '182603.966000', '182603.968000', '182603.971000', '182603.973000', '182603.976000', '182603.979000', '182603.981000', '182603.984000', '182603.986000', '182603.989000', '182603.991000', '182603.994000', '182603.997000', '182603.999000', '182604.002000', '182604.004000', '182604.007000', '182604.010000', '182604.012000', '182604.015000', '182604.017000', '182604.020000', '182604.023000', '182604.025000', '182604.028000', '182604.031000', '182604.033000', '182623.783000', '182623.786000', '182623.789000', '182623.791000', '182623.794000', '182623.797000', '182623.799000', '182623.802000', '182623.804000', '182623.807000', '182623.810000', '182623.812000', '182623.815000', '182623.818000', '182623.820000', '182623.823000', '182623.825000', '182623.828000', '182623.831000', '182623.833000', '182623.836000', '182623.839000', '182623.841000', '182623.844000', '182623.846000', '182623.849000', '182623.851000', '182623.854000', '182623.856000', '182623.859000', '182623.862000', '182623.864000', '182623.867000', '182623.869000', '182623.872000', '182623.875000', '182623.878000', '182623.881000', '182623.883000', '182623.886000', '182623.889000', '182623.891000', '182623.894000', '182643.783000', '182643.786000', '182643.789000', '182643.791000', '182643.794000', '182643.797000', '182643.799000', '182643.802000', '182643.805000', '182643.808000', '182643.810000', '182643.813000', '182643.815000', '182643.818000', '182643.820000', '182643.823000', '182643.826000', '182643.828000', '182643.831000', '182643.833000', '182643.836000', '182643.839000', '182643.841000', '182643.844000', '182643.846000', '182643.849000', '182643.851000', '182643.854000', '182643.857000', '182643.859000', '182643.862000', '182643.865000', '182643.867000', '182643.870000', '182643.872000', '182643.875000', '182643.878000', '182643.880000', '182643.883000', '182643.885000', '182643.888000', '182643.891000', '182643.893000', '182643.896000', '182703.783000', '182703.786000', '182703.789000', '182703.792000', '182703.794000', '182703.797000', '182703.799000', '182703.802000', '182703.805000', '182703.807000', '182703.810000', '182703.813000', '182703.815000', '182703.818000', '182703.820000', '182703.823000', '182703.825000', '182703.849000', '182703.852000', '182703.855000', '182703.857000', '182703.860000', '182703.862000', '182703.865000', '182703.868000', '182703.870000', '182703.873000', '182703.875000', '182703.878000', '182703.881000', '182703.883000', '182703.886000', '182703.888000', '182703.891000', '182703.894000', '182703.896000', '182703.899000', '182703.901000', '182703.904000', '182703.907000', '182703.909000', '182703.912000', '182703.914000', '182723.783000', '182723.786000', '182723.789000', '182723.791000', '182723.794000', '182723.797000', '182723.799000', '182723.836000', '182723.839000', '182723.841000', '182723.844000', '182723.846000', '182723.849000', '182723.852000', '182723.854000', '182723.857000', '182723.859000', '182723.862000', '182723.865000', '182723.867000', '182723.870000', '182723.872000', '182723.875000', '182723.878000', '182723.880000', '182723.883000', '182723.885000', '182723.888000', '182723.890000', '182723.893000', '182723.896000', '182723.898000', '182723.901000', '182723.903000', '182723.906000', '182723.909000', '182723.911000', '182723.914000', '182723.916000', '182723.919000', '182723.921000', '182723.924000', '182723.927000', '182723.929000', '182743.783000', '182743.786000', '182743.789000', '182743.792000', '182743.794000', '182743.797000', '182743.799000', '182743.851000', '182743.854000', '182743.857000', '182743.860000', '182743.863000', '182743.866000', '182743.868000', '182743.884000', '182743.887000', '182743.890000', '182743.892000', '182743.895000', '182743.897000', '182743.900000', '182743.902000', '182743.905000', '182743.908000', '182743.910000', '182743.913000', '182743.917000', '182743.920000', '182743.922000', '182743.925000', '182743.928000', '182743.930000', '182743.933000', '182743.935000', '182743.938000', '182743.940000', '182743.943000', '182743.946000', '182743.948000', '182743.951000', '182743.953000', '182743.956000', '182743.959000', '182803.784000', '182803.786000', '182803.789000', '182803.792000', '182803.794000', '182803.797000', '182803.852000', '182803.854000', '182803.857000', '182803.859000', '182803.862000', '182803.865000', '182803.867000', '182803.870000', '182803.872000', '182803.875000', '182803.878000', '182803.880000', '182803.883000', '182803.886000', '182803.888000', '182803.891000', '182803.893000', '182803.896000', '182803.898000', '182803.901000', '182803.904000', '182803.906000', '182803.909000', '182803.912000', '182803.914000', '182803.917000', '182803.919000', '182803.922000', '182803.924000', '182803.927000', '182803.930000', '182803.932000', '182803.935000', '182803.937000', '182803.940000', '182803.942000', '182803.945000', '182803.948000', '182823.782000', '182823.785000', '182823.788000', '182823.790000', '182823.793000', '182823.796000', '182823.798000', '182823.801000', '182823.804000', '182823.806000', '182823.809000', '182823.811000', '182823.815000', '182823.818000', '182823.820000', '182823.823000', '182823.826000', '182823.828000', '182823.831000', '182823.833000', '182823.836000', '182823.838000', '182823.841000', '182823.844000', '182823.846000', '182823.849000', '182823.851000', '182823.854000', '182823.857000', '182823.859000', '182823.862000', '182823.864000', '182823.867000', '182823.870000', '182823.872000', '182823.875000', '182823.877000', '182823.880000', '182823.882000', '182823.885000', '182823.888000', '182823.890000', '182823.936000', '182843.784000', '182843.786000', '182843.789000', '182843.792000', '182843.794000', '182843.797000', '182843.823000', '182843.825000', '182843.828000', '182843.830000', '182843.833000', '182843.836000', '182843.838000', '182843.841000', '182843.844000', '182843.846000', '182843.849000', '182843.851000', '182843.854000', '182843.857000', '182843.859000', '182843.862000', '182843.864000', '182843.867000', '182843.870000', '182843.872000', '182843.875000', '182843.877000', '182843.880000', '182843.883000', '182843.885000', '182843.888000', '182843.890000', '182843.893000', '182843.896000', '182843.898000', '182843.901000', '182843.903000', '182843.906000', '182843.908000', '182843.911000', '182843.914000', '182843.916000', '182843.919000', '182903.783000', '182903.786000', '182903.789000', '182903.792000', '182903.794000', '182903.797000', '182903.827000', '182903.830000', '182903.832000', '182903.835000', '182903.838000', '182903.840000', '182903.843000', '182903.846000', '182903.848000', '182903.851000', '182903.853000', '182903.856000', '182903.859000', '182903.861000', '182903.864000', '182903.867000', '182903.869000', '182903.872000', '182903.875000', '182903.877000', '182903.880000', '182903.882000', '182903.885000', '182903.888000', '182903.891000', '182903.893000', '182903.896000', '182903.899000', '182903.901000', '182903.904000', '182903.906000', '182903.909000', '182903.912000', '182903.914000', '182903.917000', '182903.920000', '182903.922000', '182923.783000', '182923.786000', '182923.789000', '182923.791000', '182923.794000', '182923.797000', '182923.799000', '182923.850000', '182923.853000', '182923.855000', '182923.858000', '182923.861000', '182923.863000', '182923.866000', '182923.868000', '182923.871000', '182923.874000', '182923.876000', '182923.879000', '182923.881000', '182923.884000', '182923.886000', '182923.889000', '182923.892000', '182923.894000', '182923.897000', '182923.899000', '182923.902000', '182923.905000', '182923.907000', '182923.910000', '182923.912000', '182923.915000', '182923.918000', '182923.920000', '182923.923000', '182923.925000', '182923.928000', '182923.931000', '182923.933000', '182923.936000', '182923.939000', '182923.941000', '182923.944000', '182943.783000', '182943.786000', '182943.789000', '182943.791000', '182943.794000', '182943.797000', '182943.852000', '182943.855000', '182943.857000', '182943.860000', '182943.862000', '182943.865000', '182943.868000', '182943.870000', '182943.873000', '182943.875000', '182943.878000', '182943.880000', '182943.883000', '182943.886000', '182943.888000', '182943.891000', '182943.893000', '182943.896000', '182943.899000', '182943.910000', '182943.912000', '182943.915000', '182943.917000', '182943.921000', '182943.924000', '182943.927000', '182943.929000', '182943.932000', '182943.935000', '182943.937000', '182943.940000', '182943.943000', '182943.945000', '182943.948000', '182943.950000', '182943.953000', '182943.956000', '183003.783000', '183003.786000', '183003.789000', '183003.792000', '183003.794000', '183003.797000', '183003.876000', '183003.879000', '183003.882000', '183003.884000', '183003.887000', '183003.889000', '183003.892000', '183003.895000', '183003.897000', '183003.900000', '183003.903000', '183003.905000', '183003.908000', '183003.910000', '183003.913000', '183003.916000', '183003.918000', '183003.921000', '183003.931000', '183003.936000', '183003.938000', '183003.941000', '183003.944000', '183003.946000', '183003.949000', '183003.951000', '183003.954000', '183003.957000', '183003.959000', '183003.962000', '183003.964000', '183003.967000', '183003.970000', '183003.972000', '183003.975000', '183003.977000', '183003.980000', '183003.983000', '183023.784000', '183023.787000', '183023.789000', '183023.792000', '183023.794000', '183023.797000', '183023.834000', '183023.837000', '183023.839000', '183023.842000', '183023.844000', '183023.847000', '183023.850000', '183023.852000', '183023.855000', '183023.857000', '183023.860000', '183023.863000', '183023.865000', '183023.868000', '183023.870000', '183023.873000', '183023.876000', '183023.878000', '183023.881000', '183023.883000', '183023.886000', '183023.889000', '183023.891000', '183023.894000', '183023.896000', '183023.899000', '183023.902000', '183023.904000', '183023.907000', '183023.909000', '183023.912000', '183023.915000', '183023.917000', '183023.920000', '183023.922000', '183023.925000', '183023.928000', '183043.784000', '183043.786000', '183043.789000', '183043.792000', '183043.794000', '183043.797000', '183043.844000', '183043.846000', '183043.849000', '183043.851000', '183043.854000', '183043.857000', '183043.859000', '183043.862000', '183043.864000', '183043.867000', '183043.870000', '183043.872000', '183043.875000', '183043.877000', '183043.880000', '183043.883000', '183043.885000', '183043.888000', '183043.891000', '183043.893000', '183043.896000', '183043.898000', '183043.903000', '183043.905000', '183043.908000', '183043.910000', '183043.913000', '183043.916000', '183043.918000', '183043.921000', '183043.924000', '183043.926000', '183043.929000', '183043.931000', '183043.934000', '183043.936000', '183043.939000', '183043.942000', '183103.783000', '183103.786000', '183103.789000', '183103.792000', '183103.794000', '183103.797000', '183103.842000', '183103.858000', '183103.860000', '183103.863000', '183103.865000', '183103.868000', '183103.870000', '183103.873000', '183103.876000', '183103.878000', '183103.881000', '183103.883000', '183103.886000', '183103.889000', '183103.891000', '183103.894000', '183103.896000', '183103.899000', '183103.902000', '183103.904000', '183103.907000', '183103.909000', '183103.912000', '183103.915000', '183103.917000', '183103.920000', '183103.922000', '183103.925000', '183103.928000', '183103.930000', '183103.933000', '183103.936000', '183103.938000', '183103.941000', '183103.943000', '183103.946000', '183103.948000', '183123.783000', '183123.786000', '183123.789000', '183123.792000', '183123.795000', '183123.798000', '183123.850000', '183123.853000', '183123.855000', '183123.858000', '183123.860000', '183123.863000', '183123.866000', '183123.868000', '183123.871000', '183123.874000', '183123.876000', '183123.879000', '183123.881000', '183123.884000', '183123.887000', '183123.889000', '183123.892000', '183123.894000', '183123.897000', '183123.899000', '183123.902000', '183123.905000', '183123.907000', '183123.910000', '183123.912000', '183123.915000', '183123.917000', '183123.920000', '183123.923000', '183123.931000', '183123.934000', '183123.936000', '183123.939000', '183123.941000', '183123.944000', '183123.946000', '183123.949000', '183135.685000', '183135.688000', '183135.690000', '183135.693000', '183135.695000', '183135.698000', '183135.701000', '183135.703000', '183135.706000', '183135.709000', '183135.711000', '183135.714000', '183135.716000', '183135.719000', '183135.722000', '183135.724000', '183135.727000', '183135.729000', '183135.732000', '183135.735000', '183135.737000', '183135.740000', '183135.743000', '183135.745000', '183135.748000', '183135.750000', '183135.753000'], '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': [9240, 8511, 8577, 8291, 8174, 8086, 8092, 8171, 8187, 7935, 7946, 7804, 8037, 8293, 7977, 7895, 8224, 7860, 8073, 7905, 8562, 8405, 8520, 8746, 8636, 8616, 8682, 8717, 8361, 8576, 8052, 8206, 8081, 8260, 8271, 8468, 8042, 8143, 7966, 7904, 8133, 8090, 8481, 7974, 8042, 7918, 8088, 7902, 8037, 7891, 8003, 8107, 8066, 8179, 8089, 8060, 7984, 8307, 8049, 8027, 8321, 8222, 8188, 8206, 8093, 8145, 7881, 8169, 7886, 8111, 7981, 8026, 7906, 8082, 8174, 7920, 8471, 7927, 8114, 8048, 8207, 7830, 8082, 8214, 8132, 8119, 8099, 8153, 7915, 7965, 8021, 8266, 8019, 7903, 8102, 7825, 8080, 8099, 8084, 8172, 7994, 8310, 8167, 8012, 8123, 8220, 8191, 8143, 8283, 8028, 8181, 8000, 8249, 7977, 8090, 8290, 8046, 8304, 8189, 7978, 8106, 7921, 8124, 7797, 8033, 7824, 7959, 8036, 8109, 7998, 8145, 8087, 7878, 8304, 7896, 8001, 7943, 7911, 8083, 7775, 7924, 8084, 8020, 7996, 8138, 8114, 7922, 7924, 8114, 8093, 8019, 8346, 8036, 7918, 7893, 7892, 7967, 7805, 8165, 7961, 7834, 7978, 7804, 8140, 8022, 8059, 8239, 7935, 7901, 8001, 7905, 7854, 8216, 7764, 8227, 8110, 8037, 8151, 7985, 8099, 7879, 7949, 8010, 7809, 8094, 7876, 8085, 7998, 7872, 8256, 7992, 7906, 7891, 7839, 7973, 8094, 8113, 7875, 8131, 8018, 7975, 7914, 8070, 7982, 7961, 7949, 7913, 8115, 8119, 8071, 8011, 7957, 8080, 7988, 8041, 7980, 7984, 8115, 8124, 8103, 8049, 7929, 8070, 8150, 8091, 8015, 7967, 8136, 7931, 7772, 7779, 8006, 7981, 7934, 8216, 7929, 8112, 8053, 7882, 8052, 7881, 8246, 7851, 8316, 8046, 8172, 8022, 8037, 8148, 7838, 8037, 8025, 8207, 8033, 7832, 8187, 7973, 8095, 7816, 8089, 7960, 7890, 7898, 8051, 8196, 7961, 7936, 7948, 7951, 7992, 8246, 8094, 8074, 7832, 8073, 8044, 8094, 8101, 7954, 7948, 8100, 7895, 7999, 8114, 7931, 8216, 7922, 8088, 7988, 8124, 7854, 7970, 7802, 8607, 8390, 8406, 8600, 8424, 8174, 8265, 8146, 8158, 8171, 8604, 7922, 8217, 7931, 8180, 8033, 8135, 8012, 8155, 8176, 7944, 8273, 8051, 8087, 8148, 8065, 7966, 7983, 8034, 7994, 8129, 8060, 8452, 7902, 8066, 7968, 8127, 8132, 8107, 8046, 7917, 8215, 7931, 8359, 7945, 8056, 7898, 8040, 8131, 8131, 8170, 8068, 8184, 8090, 8255, 8191, 8102, 8036, 8160, 8085, 8026, 8190, 8020, 8105, 8092, 8096, 7920, 8074, 8151, 8015, 8170, 7987, 8084, 7909, 8081, 7961, 8144, 8056, 8066, 8010, 8067, 8088, 8108, 8350, 8242, 8279, 8199, 8162, 8180, 8054, 8022, 8031, 8028, 8170, 8125, 7970, 8001, 8026, 8139, 7945, 8146, 8013, 8052, 7931, 8013, 8253, 7984, 7977, 7895, 8137, 7993, 8411, 8257, 8034, 8033, 7946, 8272, 8050, 8102, 8163, 8335, 8216, 7913, 8173, 8196, 8217, 8084, 7925, 7923, 8155, 8260, 7947, 8128, 8162, 8062, 8023, 8348, 8063, 8221, 8160, 7935, 8206, 8110, 8013, 7947, 8292, 8164, 8020, 8200, 8211, 8016, 7991, 8076, 8218, 7970, 7953, 8094, 8197, 8148, 8064, 8154, 8175, 7909, 7997, 8216, 8061, 8138, 7887, 8116, 8019, 8138, 8253, 8239, 8246, 8030, 8146, 8232, 8704, 8602, 8443, 8783, 8638, 8470, 8449, 8507, 8695, 8648, 8562, 8355, 8557, 8525, 8401, 8649, 8424, 8479, 8483, 8586, 8537, 8406, 8659, 8399, 8608, 8381, 8693, 8412, 8362, 8627, 8638, 8504, 8729, 8562, 8610, 8668, 8369, 8773, 8766, 8465, 8632, 8818, 8420, 8328, 8643, 8349, 8467, 8459, 8615, 8287, 8452, 8713, 8569, 8582, 8578, 8312, 8481, 8342, 8599, 8751, 8408, 8455, 8520, 8401, 8305, 8580, 8288, 8386, 8497, 8605, 8598, 8547, 8442, 8693, 8249, 8387, 8807, 8377, 8726, 8381, 8333, 8522, 8742, 8794, 8281, 8458, 8520, 8635, 8532, 8327, 8554, 8301, 8490, 8582, 8424, 8573, 8498, 8500, 8684, 8465, 8467, 8404, 8520, 8560, 8637, 8517, 8631, 8725, 8401, 8896, 8291, 8616, 8386, 8408, 8472, 8298, 8397, 8492, 8705, 8294, 8337, 8450, 8188, 8550, 8559, 8475, 8387, 8314, 8677, 8302, 8418, 8546, 8468, 8496, 8476, 8366, 8444, 8623, 8501, 8414, 8471, 8438, 8197, 8475, 8478, 8415, 8900, 8681, 8448, 8496, 8485, 8490, 8471, 8377, 8088, 8531, 8227, 8395, 8410, 8510, 8601, 8286, 8146, 8406, 8622, 8760, 8694, 8339, 8463, 8371, 8909, 8283, 8532, 8445, 8796, 8472, 8456, 8671, 8523, 8411, 8395, 8577, 8483, 8218, 8906, 8568, 8440, 8510, 8546, 8344, 8514, 8610, 8366, 8604, 8195, 8158, 8437, 8292, 8514, 8482, 8372, 8366, 8358, 8617, 8555, 8533, 8328, 8455, 8224, 8673, 8410, 8643, 8586, 8374, 8473, 8494, 8502, 8509, 8264, 8427, 8408, 8409, 8185, 8481, 8247, 8608, 8947, 8537, 8272, 8287, 8374, 8098, 8129, 8441, 8337, 8542, 8511, 8912, 8088, 8447, 8537, 8536, 8145, 8356, 8740, 8338, 8692, 8311, 8573, 8174, 8551, 8432, 8443, 8760, 8535, 8553, 8449, 8166, 8702, 8787, 8356, 8514, 8520, 8206, 8329, 8309, 8371, 8467, 8340, 8225, 8478, 8501, 8141, 8291, 8339, 8460, 8374, 8492, 8438, 8452, 8520, 8388, 8631, 8388, 8645, 8157, 8646, 8375, 8652, 8397, 8235, 8463, 8461, 8547, 8467, 8602, 8361, 8336, 8428, 8539, 8466, 8577, 8537, 8676, 8652, 8369, 8347, 8416, 8445, 8712, 8500, 8613, 8719, 8439, 8734, 8514, 8683, 8278, 8532, 8486, 8486, 8420, 8321, 8412, 8475, 8720, 8558, 8209, 8798, 8696, 8461, 8491, 8353, 8714, 8691, 8592, 8503, 8654, 8171, 8464, 8549, 8631, 8307, 8454, 8694, 8460, 8620, 8362, 8911, 8252, 8532, 8513, 8600, 8397, 8349, 8425, 8493, 8479, 8523, 8693, 8390, 8289, 8473, 8432, 8382, 8458, 8632, 8420, 8457, 8161, 8374, 8631, 8458, 8562, 8496, 8435, 8501, 8471, 8388, 8335, 8725, 8342, 8599, 8504, 8405, 8416, 8445, 8339, 8433, 8384, 8247, 8197, 8685, 8231, 8729, 8218, 8383, 8270, 8364, 8530, 8471, 8288], 'WindowCenter': [4544.0, 4519.0, 4513.0, 4500.0, 4489.0, 4474.0, 4476.0, 4483.0, 4485.0, 4486.0, 4474.0, 4463.0, 4472.0, 4473.0, 4473.0, 4472.0, 4471.0, 4474.0, 4474.0, 4481.0, 4487.0, 4472.0, 4469.0, 4470.0, 4467.0, 4471.0, 4471.0, 4471.0, 4473.0, 4473.0, 4468.0, 4466.0, 4456.0, 4469.0, 4468.0, 4468.0, 4469.0, 4468.0, 4469.0, 4471.0, 4471.0, 4467.0, 4465.0, 4457.0, 4456.0, 4457.0, 4470.0, 4457.0, 4458.0, 4469.0, 4483.0, 4473.0, 4469.0, 4468.0, 4467.0, 4467.0, 4468.0, 4481.0, 4468.0, 4467.0, 4468.0, 4469.0, 4469.0, 4469.0, 4468.0, 4456.0, 4455.0, 4466.0, 4457.0, 4467.0, 4455.0, 4456.0, 4467.0, 4467.0, 4469.0, 4469.0, 4468.0, 4455.0, 4457.0, 4468.0, 4468.0, 4470.0, 4467.0, 4466.0, 4468.0, 4468.0, 4467.0, 4468.0, 4467.0, 4468.0, 4469.0, 4467.0, 4470.0, 4468.0, 4466.0, 4469.0, 4466.0, 4469.0, 4471.0, 4480.0, 4468.0, 4469.0, 4480.0, 4472.0, 4482.0, 4482.0, 4481.0, 4471.0, 4482.0, 4482.0, 4482.0, 4472.0, 4469.0, 4471.0, 4471.0, 4481.0, 4471.0, 4467.0, 4467.0, 4456.0, 4468.0, 4470.0, 4469.0, 4457.0, 4457.0, 4457.0, 4468.0, 4469.0, 4470.0, 4466.0, 4470.0, 4470.0, 4471.0, 4482.0, 4469.0, 4469.0, 4472.0, 4472.0, 4484.0, 4471.0, 4468.0, 4469.0, 4467.0, 4471.0, 4471.0, 4470.0, 4468.0, 4469.0, 4469.0, 4472.0, 4471.0, 4469.0, 4458.0, 4458.0, 4468.0, 4470.0, 4470.0, 4460.0, 4467.0, 4457.0, 4459.0, 4459.0, 4461.0, 4469.0, 4469.0, 4470.0, 4471.0, 4470.0, 4471.0, 4482.0, 4472.0, 4470.0, 4470.0, 4460.0, 4472.0, 4469.0, 4471.0, 4471.0, 4470.0, 4471.0, 4470.0, 4469.0, 4470.0, 4472.0, 4471.0, 4471.0, 4471.0, 4470.0, 4470.0, 4470.0, 4471.0, 4470.0, 4469.0, 4460.0, 4470.0, 4472.0, 4471.0, 4470.0, 4470.0, 4472.0, 4471.0, 4472.0, 4472.0, 4470.0, 4468.0, 4471.0, 4469.0, 4471.0, 4472.0, 4472.0, 4471.0, 4471.0, 4473.0, 4473.0, 4470.0, 4471.0, 4470.0, 4470.0, 4471.0, 4471.0, 4471.0, 4470.0, 4469.0, 4469.0, 4471.0, 4468.0, 4470.0, 4471.0, 4469.0, 4458.0, 4459.0, 4469.0, 4470.0, 4469.0, 4469.0, 4470.0, 4473.0, 4471.0, 4470.0, 4470.0, 4470.0, 4471.0, 4470.0, 4482.0, 4472.0, 4479.0, 4472.0, 4473.0, 4473.0, 4475.0, 4483.0, 4473.0, 4483.0, 4473.0, 4473.0, 4483.0, 4472.0, 4471.0, 4460.0, 4470.0, 4471.0, 4472.0, 4472.0, 4471.0, 4470.0, 4472.0, 4471.0, 4471.0, 4471.0, 4469.0, 4472.0, 4472.0, 4470.0, 4473.0, 4473.0, 4470.0, 4473.0, 4473.0, 4482.0, 4484.0, 4473.0, 4472.0, 4471.0, 4473.0, 4483.0, 4483.0, 4472.0, 4472.0, 4472.0, 4473.0, 4473.0, 4483.0, 4482.0, 4474.0, 4461.0, 4460.0, 4473.0, 4464.0, 4466.0, 4466.0, 4468.0, 4471.0, 4483.0, 4485.0, 4470.0, 4469.0, 4470.0, 4470.0, 4469.0, 4470.0, 4458.0, 4458.0, 4467.0, 4458.0, 4469.0, 4457.0, 4457.0, 4458.0, 4457.0, 4458.0, 4458.0, 4456.0, 4456.0, 4457.0, 4467.0, 4468.0, 4467.0, 4456.0, 4469.0, 4468.0, 4468.0, 4470.0, 4457.0, 4455.0, 4467.0, 4469.0, 4470.0, 4469.0, 4467.0, 4456.0, 4458.0, 4468.0, 4470.0, 4468.0, 4467.0, 4468.0, 4469.0, 4468.0, 4469.0, 4469.0, 4467.0, 4468.0, 4466.0, 4468.0, 4468.0, 4468.0, 4467.0, 4466.0, 4469.0, 4469.0, 4471.0, 4468.0, 4468.0, 4469.0, 4470.0, 4469.0, 4470.0, 4468.0, 4467.0, 4469.0, 4468.0, 4470.0, 4470.0, 4468.0, 4470.0, 4469.0, 4469.0, 4480.0, 4466.0, 4467.0, 4469.0, 4468.0, 4466.0, 4469.0, 4468.0, 4467.0, 4468.0, 4458.0, 4470.0, 4467.0, 4467.0, 4456.0, 4467.0, 4466.0, 4469.0, 4469.0, 4468.0, 4468.0, 4466.0, 4469.0, 4469.0, 4469.0, 4469.0, 4457.0, 4495.0, 4482.0, 4484.0, 4480.0, 4468.0, 4468.0, 4455.0, 4452.0, 4467.0, 4465.0, 4467.0, 4470.0, 4469.0, 4468.0, 4469.0, 4469.0, 4469.0, 4469.0, 4469.0, 4466.0, 4469.0, 4471.0, 4481.0, 4471.0, 4468.0, 4469.0, 4470.0, 4469.0, 4470.0, 4469.0, 4468.0, 4468.0, 4468.0, 4469.0, 4479.0, 4470.0, 4467.0, 4468.0, 4470.0, 4471.0, 4470.0, 4470.0, 4470.0, 4470.0, 4472.0, 4472.0, 4482.0, 4471.0, 4468.0, 4472.0, 4481.0, 4473.0, 4480.0, 4480.0, 4470.0, 4472.0, 4471.0, 4483.0, 4470.0, 4469.0, 4470.0, 4469.0, 4469.0, 4471.0, 4471.0, 4469.0, 4473.0, 4471.0, 4472.0, 4483.0, 4472.0, 4459.0, 4471.0, 4471.0, 4471.0, 4471.0, 4459.0, 4459.0, 4458.0, 4461.0, 4461.0, 4473.0, 4460.0, 4457.0, 4460.0, 4468.0, 4468.0, 4460.0, 4458.0, 4459.0, 4459.0, 4460.0, 4473.0, 4460.0, 4458.0, 4459.0, 4458.0, 4459.0, 4461.0, 4459.0, 4456.0, 4458.0, 4459.0, 4459.0, 4459.0, 4458.0, 4456.0, 4457.0, 4458.0, 4458.0, 4457.0, 4446.0, 4457.0, 4457.0, 4459.0, 4459.0, 4457.0, 4456.0, 4458.0, 4457.0, 4459.0, 4460.0, 4458.0, 4446.0, 4457.0, 4459.0, 4459.0, 4460.0, 4457.0, 4457.0, 4457.0, 4459.0, 4461.0, 4459.0, 4459.0, 4458.0, 4457.0, 4458.0, 4473.0, 4486.0, 4473.0, 4459.0, 4459.0, 4459.0, 4460.0, 4463.0, 4463.0, 4462.0, 4460.0, 4460.0, 4461.0, 4461.0, 4461.0, 4460.0, 4461.0, 4459.0, 4457.0, 4448.0, 4446.0, 4444.0, 4443.0, 4441.0, 4441.0, 4443.0, 4443.0, 4441.0, 4432.0, 4431.0, 4429.0, 4432.0, 4442.0, 4442.0, 4440.0, 4441.0, 4430.0, 4440.0, 4432.0, 4443.0, 4442.0, 4430.0, 4442.0, 4441.0, 4444.0, 4445.0, 4454.0, 4444.0, 4444.0, 4456.0, 4459.0, 4469.0, 4458.0, 4458.0, 4460.0, 4458.0, 4460.0, 4459.0, 4458.0, 4459.0, 4459.0, 4460.0, 4459.0, 4458.0, 4445.0, 4457.0, 4457.0, 4447.0, 4457.0, 4458.0, 4446.0, 4445.0, 4447.0, 4456.0, 4469.0, 4457.0, 4457.0, 4457.0, 4458.0, 4458.0, 4460.0, 4461.0, 4459.0, 4469.0, 4461.0, 4460.0, 4461.0, 4469.0, 4458.0, 4459.0, 4448.0, 4458.0, 4460.0, 4456.0, 4455.0, 4445.0, 4448.0, 4457.0, 4468.0, 4461.0, 4456.0, 4445.0, 4457.0, 4447.0, 4457.0, 4457.0, 4459.0, 4457.0, 4458.0, 4459.0, 4459.0, 4457.0, 4457.0, 4458.0, 4456.0, 4459.0, 4460.0, 4457.0, 4458.0, 4459.0, 4458.0, 4458.0, 4459.0, 4449.0, 4458.0, 4445.0, 4456.0, 4458.0, 4459.0, 4458.0, 4448.0, 4457.0, 4458.0, 4458.0, 4458.0, 4461.0, 4456.0, 4456.0, 4456.0, 4458.0, 4459.0, 4460.0, 4460.0, 4456.0, 4458.0, 4458.0, 4460.0, 4460.0, 4459.0, 4458.0, 4458.0, 4458.0, 4459.0, 4460.0, 4458.0, 4458.0, 4457.0, 4459.0, 4460.0, 4458.0, 4458.0, 4459.0, 4460.0, 4460.0, 4472.0, 4473.0, 4449.0, 4461.0, 4471.0, 4472.0, 4461.0, 4462.0, 4461.0, 4457.0, 4459.0, 4460.0, 4471.0, 4461.0, 4460.0, 4459.0, 4460.0, 4459.0, 4460.0, 4458.0, 4457.0, 4459.0, 4458.0, 4460.0, 4460.0, 4460.0, 4458.0, 4448.0, 4459.0, 4459.0, 4459.0, 4459.0, 4459.0, 4459.0, 4459.0, 4459.0, 4462.0, 4460.0, 4461.0, 4459.0, 4459.0, 4459.0, 4461.0, 4461.0, 4459.0, 4457.0, 4460.0, 4459.0, 4470.0, 4458.0, 4459.0, 4458.0, 4459.0, 4461.0, 4461.0, 4460.0, 4457.0, 4459.0, 4460.0, 4459.0, 4459.0, 4459.0, 4456.0, 4458.0, 4457.0, 4460.0, 4460.0, 4458.0, 4456.0, 4458.0, 4457.0, 4460.0, 4457.0, 4456.0, 4457.0, 4458.0, 4457.0, 4459.0, 4457.0, 4457.0, 4458.0, 4460.0, 4458.0, 4466.0, 4469.0, 4456.0, 4457.0, 4457.0, 4458.0, 4459.0, 4457.0, 4446.0, 4458.0, 4457.0, 4459.0, 4458.0, 4458.0, 4457.0, 4456.0, 4459.0, 4458.0, 4457.0, 4446.0, 4446.0, 4458.0, 4457.0, 4459.0, 4458.0, 4457.0, 4457.0, 4458.0, 4458.0, 4469.0, 4458.0, 4459.0, 4461.0, 4460.0, 4473.0, 4486.0, 4459.0, 4458.0, 4458.0, 4459.0, 4460.0, 4458.0, 4459.0, 4446.0, 4456.0, 4456.0, 4458.0, 4459.0, 4459.0, 4448.0, 4446.0, 4446.0, 4457.0, 4457.0, 4456.0, 4456.0, 4445.0, 4457.0, 4449.0, 4458.0, 4472.0, 4472.0, 4459.0, 4456.0, 4457.0, 4457.0, 4457.0, 4458.0, 4459.0, 4460.0, 4458.0, 4460.0, 4461.0, 4457.0, 4458.0, 4460.0, 4460.0, 4458.0, 4456.0, 4458.0, 4460.0, 4460.0, 4460.0], 'WindowWidth': [10004.0, 9957.0, 9940.0, 9914.0, 9895.0, 9867.0, 9870.0, 9875.0, 9880.0, 9883.0, 9862.0, 9844.0, 9855.0, 9857.0, 9860.0, 9857.0, 9853.0, 9862.0, 9861.0, 9874.0, 9886.0, 9854.0, 9846.0, 9848.0, 9840.0, 9849.0, 9851.0, 9851.0, 9858.0, 9857.0, 9847.0, 9843.0, 9826.0, 9847.0, 9846.0, 9847.0, 9849.0, 9848.0, 9848.0, 9856.0, 9858.0, 9846.0, 9838.0, 9831.0, 9827.0, 9830.0, 9852.0, 9830.0, 9832.0, 9848.0, 9876.0, 9863.0, 9853.0, 9848.0, 9845.0, 9845.0, 9849.0, 9869.0, 9847.0, 9845.0, 9849.0, 9850.0, 9851.0, 9849.0, 9846.0, 9828.0, 9827.0, 9841.0, 9830.0, 9845.0, 9827.0, 9828.0, 9845.0, 9846.0, 9850.0, 9851.0, 9848.0, 9827.0, 9832.0, 9848.0, 9850.0, 9854.0, 9846.0, 9844.0, 9848.0, 9849.0, 9847.0, 9851.0, 9845.0, 9848.0, 9850.0, 9848.0, 9855.0, 9850.0, 9843.0, 9852.0, 9846.0, 9852.0, 9860.0, 9867.0, 9849.0, 9852.0, 9869.0, 9859.0, 9876.0, 9874.0, 9871.0, 9858.0, 9873.0, 9875.0, 9875.0, 9860.0, 9852.0, 9857.0, 9856.0, 9872.0, 9855.0, 9846.0, 9844.0, 9830.0, 9848.0, 9853.0, 9850.0, 9830.0, 9831.0, 9834.0, 9848.0, 9850.0, 9853.0, 9844.0, 9854.0, 9853.0, 9858.0, 9876.0, 9851.0, 9850.0, 9860.0, 9860.0, 9880.0, 9860.0, 9849.0, 9849.0, 9845.0, 9854.0, 9855.0, 9852.0, 9848.0, 9849.0, 9851.0, 9857.0, 9855.0, 9850.0, 9832.0, 9833.0, 9846.0, 9852.0, 9853.0, 9837.0, 9844.0, 9831.0, 9835.0, 9835.0, 9841.0, 9850.0, 9850.0, 9851.0, 9856.0, 9853.0, 9857.0, 9874.0, 9858.0, 9854.0, 9851.0, 9840.0, 9857.0, 9851.0, 9857.0, 9855.0, 9855.0, 9859.0, 9851.0, 9851.0, 9853.0, 9856.0, 9858.0, 9857.0, 9854.0, 9853.0, 9854.0, 9853.0, 9855.0, 9853.0, 9849.0, 9839.0, 9852.0, 9857.0, 9858.0, 9853.0, 9851.0, 9856.0, 9856.0, 9858.0, 9858.0, 9851.0, 9848.0, 9855.0, 9851.0, 9858.0, 9861.0, 9859.0, 9855.0, 9856.0, 9860.0, 9863.0, 9855.0, 9854.0, 9854.0, 9854.0, 9855.0, 9857.0, 9856.0, 9850.0, 9850.0, 9850.0, 9855.0, 9849.0, 9853.0, 9854.0, 9848.0, 9833.0, 9836.0, 9849.0, 9852.0, 9850.0, 9848.0, 9852.0, 9860.0, 9854.0, 9854.0, 9852.0, 9853.0, 9855.0, 9854.0, 9876.0, 9861.0, 9867.0, 9859.0, 9863.0, 9861.0, 9868.0, 9877.0, 9863.0, 9875.0, 9863.0, 9862.0, 9875.0, 9861.0, 9858.0, 9840.0, 9853.0, 9855.0, 9856.0, 9857.0, 9853.0, 9852.0, 9859.0, 9858.0, 9857.0, 9858.0, 9853.0, 9858.0, 9858.0, 9856.0, 9866.0, 9862.0, 9855.0, 9861.0, 9861.0, 9874.0, 9878.0, 9863.0, 9859.0, 9859.0, 9862.0, 9877.0, 9875.0, 9858.0, 9857.0, 9859.0, 9860.0, 9861.0, 9876.0, 9878.0, 9859.0, 9836.0, 9834.0, 9857.0, 9843.0, 9846.0, 9844.0, 9853.0, 9856.0, 9876.0, 9882.0, 9853.0, 9851.0, 9854.0, 9853.0, 9850.0, 9854.0, 9832.0, 9834.0, 9843.0, 9833.0, 9850.0, 9830.0, 9832.0, 9833.0, 9833.0, 9834.0, 9834.0, 9829.0, 9830.0, 9830.0, 9845.0, 9849.0, 9844.0, 9829.0, 9851.0, 9847.0, 9848.0, 9853.0, 9832.0, 9827.0, 9844.0, 9850.0, 9854.0, 9852.0, 9847.0, 9828.0, 9834.0, 9847.0, 9853.0, 9849.0, 9846.0, 9846.0, 9850.0, 9848.0, 9851.0, 9853.0, 9846.0, 9846.0, 9843.0, 9848.0, 9850.0, 9851.0, 9847.0, 9844.0, 9850.0, 9850.0, 9858.0, 9850.0, 9850.0, 9853.0, 9855.0, 9854.0, 9856.0, 9852.0, 9847.0, 9851.0, 9850.0, 9855.0, 9855.0, 9848.0, 9853.0, 9853.0, 9853.0, 9869.0, 9846.0, 9845.0, 9850.0, 9849.0, 9848.0, 9853.0, 9848.0, 9846.0, 9848.0, 9833.0, 9854.0, 9848.0, 9845.0, 9830.0, 9845.0, 9844.0, 9850.0, 9853.0, 9847.0, 9847.0, 9843.0, 9849.0, 9851.0, 9850.0, 9851.0, 9832.0, 9899.0, 9875.0, 9880.0, 9871.0, 9851.0, 9848.0, 9825.0, 9819.0, 9844.0, 9842.0, 9847.0, 9853.0, 9850.0, 9849.0, 9849.0, 9851.0, 9852.0, 9851.0, 9852.0, 9844.0, 9852.0, 9856.0, 9872.0, 9859.0, 9850.0, 9852.0, 9855.0, 9853.0, 9854.0, 9850.0, 9848.0, 9848.0, 9847.0, 9851.0, 9867.0, 9855.0, 9847.0, 9849.0, 9854.0, 9856.0, 9856.0, 9856.0, 9854.0, 9854.0, 9860.0, 9860.0, 9875.0, 9856.0, 9849.0, 9860.0, 9871.0, 9863.0, 9872.0, 9869.0, 9856.0, 9859.0, 9858.0, 9878.0, 9856.0, 9854.0, 9853.0, 9853.0, 9852.0, 9856.0, 9857.0, 9850.0, 9855.0, 9851.0, 9854.0, 9876.0, 9855.0, 9832.0, 9852.0, 9849.0, 9849.0, 9847.0, 9831.0, 9827.0, 9826.0, 9832.0, 9834.0, 9853.0, 9831.0, 9825.0, 9830.0, 9842.0, 9842.0, 9830.0, 9824.0, 9828.0, 9829.0, 9831.0, 9855.0, 9832.0, 9827.0, 9829.0, 9827.0, 9829.0, 9834.0, 9827.0, 9819.0, 9825.0, 9827.0, 9829.0, 9827.0, 9825.0, 9820.0, 9822.0, 9825.0, 9827.0, 9824.0, 9806.0, 9823.0, 9825.0, 9829.0, 9828.0, 9824.0, 9822.0, 9826.0, 9824.0, 9829.0, 9833.0, 9825.0, 9806.0, 9825.0, 9828.0, 9828.0, 9833.0, 9826.0, 9823.0, 9824.0, 9830.0, 9834.0, 9830.0, 9830.0, 9826.0, 9825.0, 9825.0, 9855.0, 9877.0, 9856.0, 9829.0, 9827.0, 9828.0, 9833.0, 9840.0, 9839.0, 9836.0, 9831.0, 9831.0, 9834.0, 9835.0, 9833.0, 9831.0, 9834.0, 9828.0, 9822.0, 9812.0, 9804.0, 9798.0, 9798.0, 9792.0, 9792.0, 9795.0, 9796.0, 9792.0, 9779.0, 9775.0, 9771.0, 9777.0, 9792.0, 9793.0, 9789.0, 9789.0, 9774.0, 9787.0, 9779.0, 9795.0, 9793.0, 9776.0, 9794.0, 9792.0, 9799.0, 9801.0, 9814.0, 9800.0, 9802.0, 9821.0, 9832.0, 9843.0, 9828.0, 9828.0, 9832.0, 9826.0, 9832.0, 9830.0, 9827.0, 9827.0, 9829.0, 9831.0, 9828.0, 9824.0, 9804.0, 9820.0, 9822.0, 9808.0, 9823.0, 9825.0, 9804.0, 9804.0, 9807.0, 9821.0, 9841.0, 9822.0, 9824.0, 9821.0, 9825.0, 9826.0, 9833.0, 9835.0, 9830.0, 9842.0, 9835.0, 9834.0, 9836.0, 9844.0, 9826.0, 9829.0, 9811.0, 9824.0, 9829.0, 9821.0, 9817.0, 9804.0, 9810.0, 9823.0, 9840.0, 9835.0, 9821.0, 9804.0, 9820.0, 9809.0, 9825.0, 9822.0, 9828.0, 9824.0, 9826.0, 9828.0, 9828.0, 9824.0, 9824.0, 9823.0, 9821.0, 9826.0, 9831.0, 9824.0, 9824.0, 9827.0, 9826.0, 9827.0, 9829.0, 9817.0, 9824.0, 9804.0, 9820.0, 9825.0, 9827.0, 9824.0, 9809.0, 9821.0, 9825.0, 9825.0, 9825.0, 9833.0, 9822.0, 9822.0, 9821.0, 9826.0, 9828.0, 9831.0, 9832.0, 9822.0, 9826.0, 9826.0, 9831.0, 9833.0, 9829.0, 9825.0, 9826.0, 9825.0, 9828.0, 9832.0, 9825.0, 9826.0, 9825.0, 9829.0, 9834.0, 9828.0, 9829.0, 9829.0, 9832.0, 9832.0, 9852.0, 9853.0, 9816.0, 9834.0, 9848.0, 9850.0, 9836.0, 9838.0, 9833.0, 9824.0, 9830.0, 9831.0, 9847.0, 9833.0, 9831.0, 9829.0, 9832.0, 9828.0, 9831.0, 9829.0, 9823.0, 9826.0, 9827.0, 9830.0, 9830.0, 9833.0, 9826.0, 9811.0, 9827.0, 9829.0, 9830.0, 9830.0, 9830.0, 9828.0, 9829.0, 9828.0, 9836.0, 9832.0, 9833.0, 9827.0, 9828.0, 9828.0, 9833.0, 9836.0, 9827.0, 9825.0, 9830.0, 9831.0, 9848.0, 9829.0, 9828.0, 9826.0, 9828.0, 9833.0, 9835.0, 9833.0, 9825.0, 9829.0, 9832.0, 9830.0, 9832.0, 9828.0, 9821.0, 9826.0, 9824.0, 9830.0, 9829.0, 9827.0, 9820.0, 9825.0, 9823.0, 9831.0, 9824.0, 9821.0, 9823.0, 9825.0, 9823.0, 9828.0, 9823.0, 9822.0, 9827.0, 9833.0, 9827.0, 9839.0, 9844.0, 9822.0, 9824.0, 9825.0, 9828.0, 9830.0, 9824.0, 9806.0, 9824.0, 9823.0, 9828.0, 9826.0, 9826.0, 9821.0, 9818.0, 9826.0, 9825.0, 9822.0, 9806.0, 9807.0, 9825.0, 9822.0, 9827.0, 9826.0, 9822.0, 9823.0, 9825.0, 9828.0, 9844.0, 9828.0, 9829.0, 9832.0, 9829.0, 9855.0, 9880.0, 9831.0, 9827.0, 9827.0, 9828.0, 9830.0, 9825.0, 9828.0, 9807.0, 9821.0, 9821.0, 9826.0, 9829.0, 9827.0, 9810.0, 9806.0, 9807.0, 9822.0, 9824.0, 9821.0, 9818.0, 9802.0, 9821.0, 9812.0, 9825.0, 9852.0, 9853.0, 9829.0, 9821.0, 9823.0, 9825.0, 9824.0, 9824.0, 9829.0, 9831.0, 9827.0, 9832.0, 9835.0, 9822.0, 9826.0, 9831.0, 9831.0, 9826.0, 9821.0, 9826.0, 9832.0, 9832.0, 9832.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.0005682663605051664</td></tr>
<tr><td colspan=3>aqi</td><td>0.02290375729047072</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>31.76841445356324</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.0349600579655178</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9452437951379296</td></tr>
<tr><td colspan=3>efc</td><td>0.4701</td></tr>
<tr><td colspan=3>fber</td><td>4793.1475</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08823079703266154</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>27</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.0998851894374284</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>3.1672412603450346</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>3.103562016914406</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.538717370175858</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.8594443939448393</td></tr>
<tr><td colspan=3>gcor</td><td>0.0127345</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.0015652389265596867</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.01770349219441414</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.6629610672490984</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>51.6481</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>48.3676</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>174.5444</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>56.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298956.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>783.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>366.1802</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.2441</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>647.9234</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3615.687</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3886.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77588.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1193.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4861.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1060.8835</td></tr>
<tr><td colspan=3>tsnr</td><td>37.66591952648014</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>