ds005256-mriqc/sub-0095_ses-04_task-social_acq-mb8_run-04_bold.html
Felix Hoffstaedter c7f943c661 [DATALAD RUNCMD] Compute MRIQC for sub-0095
=== 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-0095 --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-0095",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:52:37 +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-0095_ses-04_task-social_acq-mb8_run-04_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-0095_ses-04_task-social_acq-mb8_run-04_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-04_session-04_subject-0095_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-0095/figures/sub-0095_ses-04_task-social_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-04_task-social_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0095/figures/sub-0095_ses-04_task-social_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-04_subject-0095_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-0095/figures/sub-0095_ses-04_task-social_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-04_task-social_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0095/figures/sub-0095_ses-04_task-social_acq-mb8_run-04_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-04_subject-0095_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-0095/figures/sub-0095_ses-04_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-04_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0095/figures/sub-0095_ses-04_task-social_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-04_subject-0095_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-0095/figures/sub-0095_ses-04_task-social_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-04_task-social_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0095/figures/sub-0095_ses-04_task-social_acq-mb8_run-04_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-04_session-04_subject-0095_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-0095/figures/sub-0095_ses-04_task-social_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-04_task-social_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0095/figures/sub-0095_ses-04_task-social_acq-mb8_run-04_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-04_session-04_subject-0095_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-0095/figures/sub-0095_ses-04_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-04_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0095/figures/sub-0095_ses-04_task-social_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-04_subject-0095_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-0095/figures/sub-0095_ses-04_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0095/figures/sub-0095_ses-04_task-social_acq-mb8_run-04_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-0095/figures/sub-0095_ses-04_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0095/figures/sub-0095_ses-04_task-social_acq-mb8_run-04_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-0095/ses-04/func/sub-0095_ses-04_task-social_acq-mb8_run-04_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>ab63f51240d7b13947d016b67f33a260</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:20:14.100000</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.999281, 0.0326381, 0.0192735, -0.0308799, 0.99587, -0.0853821]</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-04_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.0969096</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-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4226, -7812, -7187, 140, -161, -198, -140, 75]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>256.026</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>c7948507-c661-4258-a69d-ba24c8228714||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.6809988021850586, -0.08284851163625717, 0.059347763657569885, 114.97864532470703], [-0.08756572753190994, 2.6718454360961914, -0.22875916957855225, -81.74394226074219], [0.05170951411128044, 0.22907403111457825, 2.6896369457244873, -81.54978942871094], [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': ['182014.100000', '182014.560000', '182015.020000', '182015.480000', '182015.940000', '182016.400000', '182016.860000', '182017.320000', '182017.780000', '182018.240000', '182018.700000', '182019.160000', '182019.620000', '182020.080000', '182020.540000', '182021.000000', '182021.460000', '182021.920000', '182022.380000', '182022.840000', '182023.300000', '182023.760000', '182024.220000', '182024.680000', '182025.140000', '182025.600000', '182026.060000', '182026.520000', '182026.980000', '182027.440000', '182027.900000', '182028.360000', '182028.820000', '182029.280000', '182029.740000', '182030.200000', '182030.660000', '182031.120000', '182031.580000', '182032.040000', '182032.500000', '182032.960000', '182033.420000', '182033.880000', '182034.340000', '182034.800000', '182035.260000', '182035.720000', '182036.180000', '182036.640000', '182037.100000', '182037.560000', '182038.020000', '182038.480000', '182038.940000', '182039.400000', '182039.860000', '182040.320000', '182040.780000', '182041.240000', '182041.700000', '182042.160000', '182042.620000', '182043.080000', '182043.540000', '182044.000000', '182044.460000', '182044.920000', '182045.380000', '182045.840000', '182046.300000', '182046.760000', '182047.220000', '182047.680000', '182048.140000', '182048.600000', '182049.060000', '182049.520000', '182049.980000', '182050.440000', '182050.900000', '182051.360000', '182051.820000', '182052.280000', '182052.740000', '182053.200000', '182053.660000', '182054.120000', '182054.580000', '182055.040000', '182055.500000', '182055.960000', '182056.420000', '182056.880000', '182057.340000', '182057.800000', '182058.260000', '182058.720000', '182059.180000', '182059.640000', '182100.100000', '182100.560000', '182101.020000', '182101.480000', '182101.940000', '182102.400000', '182102.860000', '182103.320000', '182103.780000', '182104.240000', '182104.700000', '182105.160000', '182105.620000', '182106.080000', '182106.540000', '182107.000000', '182107.460000', '182107.920000', '182108.380000', '182108.840000', '182109.300000', '182109.760000', '182110.220000', '182110.680000', '182111.140000', '182111.600000', '182112.060000', '182112.520000', '182112.980000', '182113.440000', '182113.900000', '182114.360000', '182114.820000', '182115.280000', '182115.740000', '182116.200000', '182116.660000', '182117.120000', '182117.580000', '182118.040000', '182118.500000', '182118.960000', '182119.420000', '182119.880000', '182120.340000', '182120.800000', '182121.260000', '182121.720000', '182122.180000', '182122.640000', '182123.100000', '182123.560000', '182124.020000', '182124.480000', '182124.940000', '182125.400000', '182125.860000', '182126.320000', '182126.780000', '182127.240000', '182127.700000', '182128.160000', '182128.620000', '182129.080000', '182129.540000', '182130.000000', '182130.460000', '182130.920000', '182131.380000', '182131.840000', '182132.300000', '182132.760000', '182133.220000', '182133.680000', '182134.140000', '182134.600000', '182135.060000', '182135.520000', '182135.980000', '182136.440000', '182136.900000', '182137.360000', '182137.820000', '182138.280000', '182138.740000', '182139.200000', '182139.660000', '182140.120000', '182140.580000', '182141.040000', '182141.500000', '182141.960000', '182142.420000', '182142.880000', '182143.340000', '182143.800000', '182144.260000', '182144.720000', '182145.180000', '182145.640000', '182146.100000', '182146.560000', '182147.020000', '182147.480000', '182147.940000', '182148.400000', '182148.860000', '182149.320000', '182149.780000', '182150.240000', '182150.700000', '182151.160000', '182151.620000', '182152.080000', '182152.540000', '182153.000000', '182153.460000', '182153.920000', '182154.380000', '182154.840000', '182155.300000', '182155.760000', '182156.220000', '182156.680000', '182157.140000', '182157.600000', '182158.060000', '182158.520000', '182158.980000', '182159.440000', '182159.900000', '182200.360000', '182200.820000', '182201.280000', '182201.740000', '182202.200000', '182202.660000', '182203.120000', '182203.580000', '182204.040000', '182204.500000', '182204.960000', '182205.420000', '182205.880000', '182206.340000', '182206.800000', '182207.260000', '182207.720000', '182208.180000', '182208.640000', '182209.100000', '182209.560000', '182210.020000', '182210.480000', '182210.940000', '182211.400000', '182211.860000', '182212.320000', '182212.780000', '182213.240000', '182213.700000', '182214.160000', '182214.620000', '182215.080000', '182215.540000', '182216.000000', '182216.460000', '182216.920000', '182217.380000', '182217.840000', '182218.300000', '182218.760000', '182219.220000', '182219.680000', '182220.140000', '182220.600000', '182221.060000', '182221.520000', '182221.980000', '182222.440000', '182222.900000', '182223.360000', '182223.820000', '182224.280000', '182224.740000', '182225.200000', '182225.660000', '182226.120000', '182226.580000', '182227.040000', '182227.500000', '182227.960000', '182228.420000', '182228.880000', '182229.340000', '182229.800000', '182230.260000', '182230.720000', '182231.180000', '182231.640000', '182232.100000', '182232.560000', '182233.020000', '182233.480000', '182233.940000', '182234.400000', '182234.860000', '182235.320000', '182235.780000', '182236.240000', '182236.700000', '182237.160000', '182237.620000', '182238.080000', '182238.540000', '182239.000000', '182239.460000', '182239.920000', '182240.380000', '182240.840000', '182241.300000', '182241.760000', '182242.220000', '182242.680000', '182243.140000', '182243.600000', '182244.060000', '182244.520000', '182244.980000', '182245.440000', '182245.900000', '182246.360000', '182246.820000', '182247.280000', '182247.740000', '182248.200000', '182248.660000', '182249.120000', '182249.580000', '182250.040000', '182250.500000', '182250.960000', '182251.420000', '182251.880000', '182252.340000', '182252.800000', '182253.260000', '182253.720000', '182254.180000', '182254.640000', '182255.100000', '182255.560000', '182256.020000', '182256.480000', '182256.940000', '182257.400000', '182257.860000', '182258.320000', '182258.780000', '182259.240000', '182259.700000', '182300.160000', '182300.620000', '182301.080000', '182301.540000', '182302.000000', '182302.460000', '182302.920000', '182303.380000', '182303.840000', '182304.300000', '182304.760000', '182305.220000', '182305.680000', '182306.140000', '182306.600000', '182307.060000', '182307.520000', '182307.980000', '182308.440000', '182308.900000', '182309.360000', '182309.820000', '182310.280000', '182310.740000', '182311.200000', '182311.660000', '182312.120000', '182312.580000', '182313.040000', '182313.500000', '182313.960000', '182314.420000', '182314.880000', '182315.340000', '182315.800000', '182316.260000', '182316.720000', '182317.180000', '182317.640000', '182318.100000', '182318.560000', '182319.020000', '182319.480000', '182319.940000', '182320.400000', '182320.860000', '182321.320000', '182321.780000', '182322.240000', '182322.700000', '182323.160000', '182323.620000', '182324.080000', '182324.540000', '182325.000000', '182325.460000', '182325.920000', '182326.380000', '182326.840000', '182327.300000', '182327.760000', '182328.220000', '182328.680000', '182329.140000', '182329.600000', '182330.060000', '182330.520000', '182330.980000', '182331.440000', '182331.900000', '182332.360000', '182332.820000', '182333.280000', '182333.740000', '182334.200000', '182334.660000', '182335.120000', '182335.580000', '182336.040000', '182336.500000', '182336.960000', '182337.420000', '182337.880000', '182338.340000', '182338.800000', '182339.260000', '182339.720000', '182340.180000', '182340.640000', '182341.100000', '182341.560000', '182342.020000', '182342.480000', '182342.940000', '182343.400000', '182343.860000', '182344.320000', '182344.780000', '182345.240000', '182345.700000', '182346.160000', '182346.620000', '182347.080000', '182347.540000', '182348.000000', '182348.460000', '182348.920000', '182349.380000', '182349.840000', '182350.300000', '182350.760000', '182351.220000', '182351.680000', '182352.140000', '182352.600000', '182353.060000', '182353.520000', '182353.980000', '182354.440000', '182354.900000', '182355.360000', '182355.820000', '182356.280000', '182356.740000', '182357.200000', '182357.660000', '182358.120000', '182358.580000', '182359.040000', '182359.500000', '182359.960000', '182400.420000', '182400.880000', '182401.340000', '182401.800000', '182402.260000', '182402.720000', '182403.180000', '182403.640000', '182404.100000', '182404.560000', '182405.020000', '182405.480000', '182405.940000', '182406.400000', '182406.860000', '182407.320000', '182407.780000', '182408.240000', '182408.700000', '182409.160000', '182409.620000', '182410.080000', '182410.540000', '182411.000000', '182411.460000', '182411.920000', '182412.380000', '182412.840000', '182413.300000', '182413.760000', '182414.220000', '182414.680000', '182415.140000', '182415.600000', '182416.060000', '182416.520000', '182416.980000', '182417.440000', '182417.900000', '182418.360000', '182418.820000', '182419.280000', '182419.740000', '182420.200000', '182420.660000', '182421.120000', '182421.580000', '182422.040000', '182422.500000', '182422.960000', '182423.420000', '182423.880000', '182424.340000', '182424.800000', '182425.260000', '182425.720000', '182426.180000', '182426.640000', '182427.100000', '182427.560000', '182428.020000', '182428.480000', '182428.940000', '182429.400000', '182429.860000', '182430.320000', '182430.780000', '182431.240000', '182431.700000', '182432.160000', '182432.620000', '182433.080000', '182433.540000', '182434.000000', '182434.460000', '182434.920000', '182435.380000', '182435.840000', '182436.300000', '182436.760000', '182437.220000', '182437.680000', '182438.140000', '182438.600000', '182439.060000', '182439.520000', '182439.980000', '182440.440000', '182440.900000', '182441.360000', '182441.820000', '182442.280000', '182442.740000', '182443.200000', '182443.660000', '182444.120000', '182444.580000', '182445.040000', '182445.500000', '182445.960000', '182446.420000', '182446.880000', '182447.340000', '182447.800000', '182448.260000', '182448.720000', '182449.180000', '182449.640000', '182450.100000', '182450.560000', '182451.020000', '182451.480000', '182451.940000', '182452.400000', '182452.860000', '182453.320000', '182453.780000', '182454.240000', '182454.700000', '182455.160000', '182455.620000', '182456.080000', '182456.540000', '182457.000000', '182457.460000', '182457.920000', '182458.380000', '182458.840000', '182459.300000', '182459.760000', '182500.220000', '182500.680000', '182501.140000', '182501.600000', '182502.060000', '182502.520000', '182502.980000', '182503.440000', '182503.900000', '182504.360000', '182504.820000', '182505.280000', '182505.740000', '182506.200000', '182506.660000', '182507.120000', '182507.580000', '182508.040000', '182508.500000', '182508.960000', '182509.420000', '182509.880000', '182510.340000', '182510.800000', '182511.260000', '182511.720000', '182512.180000', '182512.640000', '182513.100000', '182513.560000', '182514.020000', '182514.480000', '182514.940000', '182515.400000', '182515.860000', '182516.320000', '182516.780000', '182517.240000', '182517.700000', '182518.160000', '182518.620000', '182519.080000', '182519.540000', '182520.000000', '182520.460000', '182520.920000', '182521.380000', '182521.840000', '182522.300000', '182522.760000', '182523.220000', '182523.680000', '182524.140000', '182524.600000', '182525.060000', '182525.520000', '182525.980000', '182526.440000', '182526.900000', '182527.360000', '182527.820000', '182528.280000', '182528.740000', '182529.200000', '182529.660000', '182530.120000', '182530.580000', '182531.040000', '182531.500000', '182531.960000', '182532.420000', '182532.880000', '182533.340000', '182533.800000', '182534.260000', '182534.720000', '182535.180000', '182535.640000', '182536.100000', '182536.560000', '182537.020000', '182537.480000', '182537.940000', '182538.400000', '182538.860000', '182539.320000', '182539.780000', '182540.240000', '182540.700000', '182541.160000', '182541.620000', '182542.080000', '182542.540000', '182543.000000', '182543.460000', '182543.920000', '182544.380000', '182544.840000', '182545.300000', '182545.760000', '182546.220000', '182546.680000', '182547.140000', '182547.600000', '182548.060000', '182548.520000', '182548.980000', '182549.440000', '182549.900000', '182550.360000', '182550.820000', '182551.280000', '182551.740000', '182552.200000', '182552.660000', '182553.120000', '182553.580000', '182554.040000', '182554.500000', '182554.960000', '182555.420000', '182555.880000', '182556.340000', '182556.800000', '182557.260000', '182557.720000', '182558.180000', '182558.640000', '182559.100000', '182559.560000', '182600.020000', '182600.480000', '182600.940000', '182601.400000', '182601.860000', '182602.320000', '182602.780000', '182603.240000', '182603.700000', '182604.160000', '182604.620000', '182605.080000', '182605.540000', '182606.000000', '182606.460000', '182606.920000', '182607.380000', '182607.840000', '182608.300000', '182608.760000', '182609.220000', '182609.680000', '182610.140000', '182610.600000', '182611.060000', '182611.520000', '182611.980000', '182612.440000', '182612.900000', '182613.360000', '182613.820000', '182614.280000', '182614.740000', '182615.200000', '182615.660000', '182616.120000', '182616.580000', '182617.040000', '182617.500000', '182617.960000', '182618.420000', '182618.880000', '182619.340000', '182619.800000', '182620.260000', '182620.720000', '182621.180000', '182621.640000', '182622.100000', '182622.560000', '182623.020000', '182623.480000', '182623.940000', '182624.400000', '182624.860000', '182625.320000', '182625.780000', '182626.240000', '182626.700000', '182627.160000', '182627.620000', '182628.080000', '182628.540000', '182629.000000', '182629.460000', '182629.920000', '182630.380000', '182630.840000', '182631.300000', '182631.760000', '182632.220000', '182632.680000', '182633.140000', '182633.600000', '182634.060000', '182634.520000', '182634.980000', '182635.440000', '182635.900000', '182636.360000', '182636.820000', '182637.280000', '182637.740000', '182638.200000', '182638.660000', '182639.120000', '182639.580000', '182640.040000', '182640.500000', '182640.960000', '182641.420000', '182641.880000', '182642.340000', '182642.800000', '182643.260000', '182643.720000', '182644.180000', '182644.640000', '182645.100000', '182645.560000', '182646.020000', '182646.480000', '182646.940000', '182647.400000', '182647.860000', '182648.320000', '182648.780000', '182649.240000', '182649.700000', '182650.160000', '182650.620000', '182651.080000', '182651.540000', '182652.000000', '182652.460000', '182652.920000', '182653.380000', '182653.840000', '182654.300000', '182654.760000'], 'ContentTime': ['182028.595000', '182028.598000', '182028.601000', '182028.603000', '182028.606000', '182028.608000', '182028.611000', '182028.614000', '182028.616000', '182028.619000', '182028.622000', '182028.624000', '182028.627000', '182028.655000', '182028.658000', '182028.660000', '182028.663000', '182028.665000', '182028.668000', '182028.671000', '182028.673000', '182028.676000', '182028.678000', '182028.681000', '182028.683000', '182028.686000', '182028.688000', '182028.691000', '182028.694000', '182028.696000', '182048.561000', '182048.564000', '182048.567000', '182048.570000', '182048.572000', '182048.575000', '182048.578000', '182048.580000', '182048.583000', '182048.585000', '182048.588000', '182048.591000', '182048.593000', '182048.596000', '182048.598000', '182048.601000', '182048.604000', '182048.606000', '182048.609000', '182048.611000', '182048.614000', '182048.617000', '182048.619000', '182048.622000', '182048.624000', '182048.627000', '182048.630000', '182048.638000', '182048.641000', '182048.644000', '182048.646000', '182048.649000', '182048.652000', '182048.654000', '182048.657000', '182048.660000', '182048.662000', '182048.665000', '182048.667000', '182048.671000', '182048.673000', '182048.676000', '182048.679000', '182108.561000', '182108.564000', '182108.567000', '182108.569000', '182108.572000', '182108.574000', '182108.577000', '182108.580000', '182108.582000', '182108.585000', '182108.587000', '182108.592000', '182108.595000', '182108.598000', '182108.600000', '182108.603000', '182108.606000', '182108.608000', '182108.611000', '182108.614000', '182108.616000', '182108.619000', '182108.622000', '182108.624000', '182108.627000', '182108.629000', '182108.632000', '182108.635000', '182108.637000', '182108.640000', '182108.642000', '182108.645000', '182108.648000', '182108.650000', '182108.653000', '182108.655000', '182108.658000', '182108.661000', '182108.663000', '182108.666000', '182108.668000', '182108.671000', '182108.674000', '182108.676000', '182128.560000', '182128.563000', '182128.566000', '182128.568000', '182128.571000', '182128.574000', '182128.576000', '182128.579000', '182128.581000', '182128.584000', '182128.587000', '182128.589000', '182128.602000', '182128.605000', '182128.607000', '182128.610000', '182128.613000', '182128.616000', '182128.618000', '182128.621000', '182128.623000', '182128.626000', '182128.629000', '182128.631000', '182128.634000', '182128.637000', '182128.639000', '182128.642000', '182128.645000', '182128.647000', '182128.650000', '182128.652000', '182128.655000', '182128.658000', '182128.661000', '182128.664000', '182128.667000', '182128.670000', '182128.672000', '182128.675000', '182128.678000', '182128.680000', '182128.683000', '182148.561000', '182148.563000', '182148.566000', '182148.569000', '182148.571000', '182148.574000', '182148.576000', '182148.579000', '182148.582000', '182148.584000', '182148.587000', '182148.590000', '182148.592000', '182148.595000', '182148.597000', '182148.600000', '182148.603000', '182148.606000', '182148.608000', '182148.611000', '182148.613000', '182148.616000', '182148.619000', '182148.621000', '182148.624000', '182148.627000', '182148.630000', '182148.632000', '182148.635000', '182148.637000', '182148.640000', '182148.643000', '182148.645000', '182148.648000', '182148.651000', '182148.653000', '182148.656000', '182148.659000', '182148.661000', '182148.664000', '182148.666000', '182148.669000', '182148.672000', '182148.674000', '182208.560000', '182208.563000', '182208.566000', '182208.569000', '182208.571000', '182208.574000', '182208.576000', '182208.603000', '182208.605000', '182208.608000', '182208.610000', '182208.613000', '182208.616000', '182208.618000', '182208.621000', '182208.624000', '182208.627000', '182208.629000', '182208.632000', '182208.634000', '182208.637000', '182208.639000', '182208.642000', '182208.645000', '182208.647000', '182208.650000', '182208.653000', '182208.655000', '182208.658000', '182208.661000', '182208.663000', '182208.666000', '182208.669000', '182208.671000', '182208.674000', '182208.678000', '182208.681000', '182208.683000', '182208.686000', '182208.689000', '182208.691000', '182208.694000', '182208.697000', '182228.560000', '182228.563000', '182228.566000', '182228.569000', '182228.571000', '182228.574000', '182228.576000', '182228.579000', '182228.581000', '182228.584000', '182228.587000', '182228.589000', '182228.598000', '182228.601000', '182228.604000', '182228.606000', '182228.609000', '182228.612000', '182228.614000', '182228.617000', '182228.620000', '182228.622000', '182228.625000', '182228.628000', '182228.630000', '182228.633000', '182228.636000', '182228.638000', '182228.641000', '182228.644000', '182228.646000', '182228.649000', '182228.652000', '182228.654000', '182228.657000', '182228.659000', '182228.662000', '182228.665000', '182228.667000', '182228.670000', '182228.672000', '182228.675000', '182228.677000', '182228.680000', '182248.561000', '182248.563000', '182248.566000', '182248.569000', '182248.571000', '182248.574000', '182248.576000', '182248.579000', '182248.582000', '182248.584000', '182248.587000', '182248.589000', '182248.592000', '182248.595000', '182248.597000', '182248.600000', '182248.603000', '182248.605000', '182248.608000', '182248.611000', '182248.614000', '182248.616000', '182248.619000', '182248.622000', '182248.624000', '182248.627000', '182248.630000', '182248.632000', '182248.635000', '182248.637000', '182248.640000', '182248.643000', '182248.645000', '182248.648000', '182248.651000', '182248.653000', '182248.656000', '182248.659000', '182248.661000', '182248.664000', '182248.667000', '182248.669000', '182248.672000', '182308.562000', '182308.564000', '182308.567000', '182308.570000', '182308.572000', '182308.575000', '182308.577000', '182308.580000', '182308.582000', '182308.585000', '182308.588000', '182308.590000', '182308.593000', '182308.596000', '182308.598000', '182308.601000', '182308.604000', '182308.607000', '182308.609000', '182308.612000', '182308.615000', '182308.618000', '182308.620000', '182308.623000', '182308.625000', '182308.628000', '182308.631000', '182308.633000', '182308.636000', '182308.639000', '182308.641000', '182308.644000', '182308.647000', '182308.649000', '182308.652000', '182308.655000', '182308.657000', '182308.660000', '182308.662000', '182308.665000', '182308.668000', '182308.670000', '182308.673000', '182308.676000', '182328.561000', '182328.564000', '182328.567000', '182328.570000', '182328.572000', '182328.575000', '182328.578000', '182328.580000', '182328.583000', '182328.586000', '182328.588000', '182328.591000', '182328.594000', '182328.596000', '182328.599000', '182328.602000', '182328.604000', '182328.607000', '182328.610000', '182328.612000', '182328.615000', '182328.618000', '182328.620000', '182328.623000', '182328.625000', '182328.628000', '182328.631000', '182328.633000', '182328.636000', '182328.639000', '182328.641000', '182328.644000', '182328.647000', '182328.649000', '182328.652000', '182328.655000', '182328.657000', '182328.660000', '182328.663000', '182328.665000', '182328.668000', '182328.671000', '182328.673000', '182348.561000', '182348.563000', '182348.566000', '182348.579000', '182348.581000', '182348.584000', '182348.587000', '182348.589000', '182348.592000', '182348.594000', '182348.597000', '182348.607000', '182348.610000', '182348.612000', '182348.615000', '182348.618000', '182348.621000', '182348.623000', '182348.626000', '182348.629000', '182348.631000', '182348.634000', '182348.637000', '182348.639000', '182348.642000', '182348.644000', '182348.647000', '182348.650000', '182348.653000', '182348.655000', '182348.658000', '182348.661000', '182348.663000', '182348.666000', '182348.669000', '182348.672000', '182348.674000', '182348.677000', '182348.679000', '182348.682000', '182348.685000', '182348.687000', '182348.690000', '182348.693000', '182408.561000', '182408.563000', '182408.566000', '182408.569000', '182408.572000', '182408.574000', '182408.577000', '182408.579000', '182408.582000', '182408.585000', '182408.587000', '182408.590000', '182408.593000', '182408.595000', '182408.598000', '182408.601000', '182408.604000', '182408.606000', '182408.609000', '182408.611000', '182408.614000', '182408.617000', '182408.619000', '182408.622000', '182408.625000', '182408.627000', '182408.630000', '182408.633000', '182408.635000', '182408.638000', '182408.641000', '182408.643000', '182408.646000', '182408.649000', '182408.651000', '182408.654000', '182408.657000', '182408.659000', '182408.662000', '182408.665000', '182408.667000', '182408.670000', '182408.673000', '182428.561000', '182428.563000', '182428.566000', '182428.569000', '182428.571000', '182428.575000', '182428.578000', '182428.580000', '182428.583000', '182428.586000', '182428.588000', '182428.591000', '182428.594000', '182428.597000', '182428.599000', '182428.602000', '182428.605000', '182428.608000', '182428.610000', '182428.613000', '182428.616000', '182428.618000', '182428.621000', '182428.624000', '182428.626000', '182428.629000', '182428.632000', '182428.635000', '182428.637000', '182428.640000', '182428.643000', '182428.646000', '182428.648000', '182428.651000', '182428.654000', '182428.656000', '182428.659000', '182428.661000', '182428.664000', '182428.667000', '182428.669000', '182428.672000', '182428.675000', '182428.677000', '182448.561000', '182448.563000', '182448.566000', '182448.569000', '182448.571000', '182448.574000', '182448.576000', '182448.579000', '182448.582000', '182448.584000', '182448.587000', '182448.590000', '182448.592000', '182448.595000', '182448.598000', '182448.600000', '182448.603000', '182448.606000', '182448.608000', '182448.611000', '182448.614000', '182448.616000', '182448.619000', '182448.622000', '182448.624000', '182448.627000', '182448.630000', '182448.632000', '182448.635000', '182448.638000', '182448.640000', '182448.643000', '182448.646000', '182448.648000', '182448.651000', '182448.654000', '182448.656000', '182448.659000', '182448.662000', '182448.664000', '182448.667000', '182448.669000', '182448.672000', '182508.560000', '182508.563000', '182508.566000', '182508.569000', '182508.571000', '182508.574000', '182508.577000', '182508.579000', '182508.582000', '182508.585000', '182508.587000', '182508.590000', '182508.593000', '182508.595000', '182508.598000', '182508.601000', '182508.603000', '182508.606000', '182508.609000', '182508.611000', '182508.614000', '182508.616000', '182508.619000', '182508.622000', '182508.624000', '182508.627000', '182508.629000', '182508.632000', '182508.639000', '182508.642000', '182508.645000', '182508.647000', '182508.650000', '182508.652000', '182508.655000', '182508.658000', '182508.660000', '182508.663000', '182508.665000', '182508.668000', '182508.671000', '182508.673000', '182508.676000', '182528.561000', '182528.564000', '182528.567000', '182528.569000', '182528.572000', '182528.575000', '182528.577000', '182528.580000', '182528.583000', '182528.585000', '182528.588000', '182528.591000', '182528.593000', '182528.596000', '182528.598000', '182528.601000', '182528.604000', '182528.606000', '182528.609000', '182528.612000', '182528.614000', '182528.617000', '182528.620000', '182528.622000', '182528.625000', '182528.627000', '182528.630000', '182528.633000', '182528.635000', '182528.638000', '182528.641000', '182528.643000', '182528.646000', '182528.648000', '182528.651000', '182528.654000', '182528.656000', '182528.659000', '182528.662000', '182528.664000', '182528.667000', '182528.669000', '182528.672000', '182528.675000', '182548.562000', '182548.565000', '182548.570000', '182548.573000', '182548.576000', '182548.578000', '182548.581000', '182548.584000', '182548.586000', '182548.589000', '182548.591000', '182548.594000', '182548.597000', '182548.600000', '182548.602000', '182548.605000', '182548.608000', '182548.610000', '182548.613000', '182548.616000', '182548.619000', '182548.622000', '182548.624000', '182548.627000', '182548.630000', '182548.632000', '182548.635000', '182548.637000', '182548.640000', '182548.643000', '182548.645000', '182548.648000', '182548.650000', '182548.653000', '182548.656000', '182548.658000', '182548.661000', '182548.663000', '182548.666000', '182548.669000', '182548.672000', '182548.674000', '182548.677000', '182608.561000', '182608.564000', '182608.566000', '182608.569000', '182608.572000', '182608.576000', '182608.579000', '182608.581000', '182608.584000', '182608.587000', '182608.599000', '182608.602000', '182608.605000', '182608.607000', '182608.610000', '182608.613000', '182608.615000', '182608.618000', '182608.620000', '182608.623000', '182608.626000', '182608.628000', '182608.631000', '182608.634000', '182608.636000', '182608.639000', '182608.641000', '182608.644000', '182608.647000', '182608.649000', '182608.652000', '182608.655000', '182608.657000', '182608.660000', '182608.663000', '182608.665000', '182608.668000', '182608.670000', '182608.673000', '182608.675000', '182608.678000', '182608.681000', '182608.683000', '182608.686000', '182628.561000', '182628.563000', '182628.566000', '182628.569000', '182628.571000', '182628.574000', '182628.577000', '182628.579000', '182628.582000', '182628.585000', '182628.587000', '182628.590000', '182628.592000', '182628.595000', '182628.598000', '182628.601000', '182628.604000', '182628.606000', '182628.609000', '182628.612000', '182628.614000', '182628.617000', '182628.620000', '182628.622000', '182628.625000', '182628.628000', '182628.630000', '182628.633000', '182628.635000', '182628.638000', '182628.641000', '182628.643000', '182628.646000', '182628.649000', '182628.651000', '182628.654000', '182628.656000', '182628.659000', '182628.662000', '182628.672000', '182628.675000', '182628.678000', '182628.680000', '182648.560000', '182648.563000', '182648.566000', '182648.569000', '182648.571000', '182648.574000', '182648.576000', '182648.579000', '182648.582000', '182648.584000', '182648.587000', '182648.590000', '182648.592000', '182648.595000', '182648.597000', '182648.600000', '182648.603000', '182648.605000', '182648.608000', '182648.610000', '182648.613000', '182648.616000', '182648.618000', '182648.621000', '182648.623000', '182648.626000', '182648.629000', '182648.631000', '182648.634000', '182648.637000', '182648.639000', '182648.642000', '182648.644000', '182648.647000', '182648.649000', '182648.652000', '182648.655000', '182648.657000', '182648.660000', '182648.662000', '182648.665000', '182648.668000', '182648.670000', '182648.673000', '182655.714000', '182655.718000', '182655.720000', '182655.723000', '182655.726000', '182655.728000', '182655.731000', '182655.734000', '182655.736000', '182655.739000', '182655.742000', '182655.744000', '182655.747000', '182655.750000', '182655.752000', '182655.755000'], 'InstanceCreationTime': ['182028.595000', '182028.598000', '182028.601000', '182028.603000', '182028.606000', '182028.608000', '182028.611000', '182028.614000', '182028.616000', '182028.619000', '182028.622000', '182028.624000', '182028.627000', '182028.655000', '182028.658000', '182028.660000', '182028.663000', '182028.665000', '182028.668000', '182028.671000', '182028.673000', '182028.676000', '182028.678000', '182028.681000', '182028.683000', '182028.686000', '182028.688000', '182028.691000', '182028.694000', '182028.696000', '182048.561000', '182048.564000', '182048.567000', '182048.570000', '182048.572000', '182048.575000', '182048.578000', '182048.580000', '182048.583000', '182048.585000', '182048.588000', '182048.591000', '182048.593000', '182048.596000', '182048.598000', '182048.601000', '182048.604000', '182048.606000', '182048.609000', '182048.611000', '182048.614000', '182048.617000', '182048.619000', '182048.622000', '182048.624000', '182048.627000', '182048.630000', '182048.638000', '182048.641000', '182048.644000', '182048.646000', '182048.649000', '182048.652000', '182048.654000', '182048.657000', '182048.660000', '182048.662000', '182048.665000', '182048.667000', '182048.671000', '182048.673000', '182048.676000', '182048.679000', '182108.561000', '182108.564000', '182108.567000', '182108.569000', '182108.572000', '182108.574000', '182108.577000', '182108.580000', '182108.582000', '182108.585000', '182108.587000', '182108.592000', '182108.595000', '182108.598000', '182108.600000', '182108.603000', '182108.606000', '182108.608000', '182108.611000', '182108.614000', '182108.616000', '182108.619000', '182108.622000', '182108.624000', '182108.627000', '182108.629000', '182108.632000', '182108.635000', '182108.637000', '182108.640000', '182108.642000', '182108.645000', '182108.648000', '182108.650000', '182108.653000', '182108.655000', '182108.658000', '182108.661000', '182108.663000', '182108.666000', '182108.668000', '182108.671000', '182108.674000', '182108.676000', '182128.560000', '182128.563000', '182128.566000', '182128.568000', '182128.571000', '182128.574000', '182128.576000', '182128.579000', '182128.581000', '182128.584000', '182128.587000', '182128.589000', '182128.602000', '182128.605000', '182128.607000', '182128.610000', '182128.613000', '182128.616000', '182128.618000', '182128.621000', '182128.623000', '182128.626000', '182128.629000', '182128.631000', '182128.634000', '182128.637000', '182128.639000', '182128.642000', '182128.645000', '182128.647000', '182128.650000', '182128.652000', '182128.655000', '182128.658000', '182128.661000', '182128.664000', '182128.667000', '182128.670000', '182128.672000', '182128.675000', '182128.678000', '182128.680000', '182128.683000', '182148.561000', '182148.563000', '182148.566000', '182148.569000', '182148.571000', '182148.574000', '182148.576000', '182148.579000', '182148.582000', '182148.584000', '182148.587000', '182148.590000', '182148.592000', '182148.595000', '182148.597000', '182148.600000', '182148.603000', '182148.606000', '182148.608000', '182148.611000', '182148.613000', '182148.616000', '182148.619000', '182148.621000', '182148.624000', '182148.627000', '182148.630000', '182148.632000', '182148.635000', '182148.637000', '182148.640000', '182148.643000', '182148.645000', '182148.648000', '182148.651000', '182148.653000', '182148.656000', '182148.659000', '182148.661000', '182148.664000', '182148.666000', '182148.669000', '182148.672000', '182148.674000', '182208.560000', '182208.563000', '182208.566000', '182208.569000', '182208.571000', '182208.574000', '182208.576000', '182208.603000', '182208.605000', '182208.608000', '182208.610000', '182208.613000', '182208.616000', '182208.618000', '182208.621000', '182208.624000', '182208.627000', '182208.629000', '182208.632000', '182208.634000', '182208.637000', '182208.639000', '182208.642000', '182208.645000', '182208.647000', '182208.650000', '182208.653000', '182208.655000', '182208.658000', '182208.661000', '182208.663000', '182208.666000', '182208.669000', '182208.671000', '182208.674000', '182208.678000', '182208.681000', '182208.683000', '182208.686000', '182208.689000', '182208.691000', '182208.694000', '182208.697000', '182228.560000', '182228.563000', '182228.566000', '182228.569000', '182228.571000', '182228.574000', '182228.576000', '182228.579000', '182228.581000', '182228.584000', '182228.587000', '182228.589000', '182228.598000', '182228.601000', '182228.604000', '182228.606000', '182228.609000', '182228.612000', '182228.614000', '182228.617000', '182228.620000', '182228.622000', '182228.625000', '182228.628000', '182228.630000', '182228.633000', '182228.636000', '182228.638000', '182228.641000', '182228.644000', '182228.646000', '182228.649000', '182228.652000', '182228.654000', '182228.657000', '182228.659000', '182228.662000', '182228.665000', '182228.667000', '182228.670000', '182228.672000', '182228.675000', '182228.677000', '182228.680000', '182248.561000', '182248.563000', '182248.566000', '182248.569000', '182248.571000', '182248.574000', '182248.576000', '182248.579000', '182248.582000', '182248.584000', '182248.587000', '182248.589000', '182248.592000', '182248.595000', '182248.597000', '182248.600000', '182248.603000', '182248.605000', '182248.608000', '182248.611000', '182248.614000', '182248.616000', '182248.619000', '182248.622000', '182248.624000', '182248.627000', '182248.630000', '182248.632000', '182248.635000', '182248.637000', '182248.640000', '182248.643000', '182248.645000', '182248.648000', '182248.651000', '182248.653000', '182248.656000', '182248.659000', '182248.661000', '182248.664000', '182248.667000', '182248.669000', '182248.672000', '182308.562000', '182308.564000', '182308.567000', '182308.570000', '182308.572000', '182308.575000', '182308.577000', '182308.580000', '182308.582000', '182308.585000', '182308.588000', '182308.590000', '182308.593000', '182308.596000', '182308.598000', '182308.601000', '182308.604000', '182308.607000', '182308.609000', '182308.612000', '182308.615000', '182308.618000', '182308.620000', '182308.623000', '182308.625000', '182308.628000', '182308.631000', '182308.633000', '182308.636000', '182308.639000', '182308.641000', '182308.644000', '182308.647000', '182308.649000', '182308.652000', '182308.655000', '182308.657000', '182308.660000', '182308.662000', '182308.665000', '182308.668000', '182308.670000', '182308.673000', '182308.676000', '182328.561000', '182328.564000', '182328.567000', '182328.570000', '182328.572000', '182328.575000', '182328.578000', '182328.580000', '182328.583000', '182328.586000', '182328.588000', '182328.591000', '182328.594000', '182328.596000', '182328.599000', '182328.602000', '182328.604000', '182328.607000', '182328.610000', '182328.612000', '182328.615000', '182328.618000', '182328.620000', '182328.623000', '182328.625000', '182328.628000', '182328.631000', '182328.633000', '182328.636000', '182328.639000', '182328.641000', '182328.644000', '182328.647000', '182328.649000', '182328.652000', '182328.655000', '182328.657000', '182328.660000', '182328.663000', '182328.665000', '182328.668000', '182328.671000', '182328.673000', '182348.561000', '182348.563000', '182348.566000', '182348.579000', '182348.581000', '182348.584000', '182348.587000', '182348.589000', '182348.592000', '182348.594000', '182348.597000', '182348.607000', '182348.610000', '182348.612000', '182348.615000', '182348.618000', '182348.621000', '182348.623000', '182348.626000', '182348.629000', '182348.631000', '182348.634000', '182348.637000', '182348.639000', '182348.642000', '182348.644000', '182348.647000', '182348.650000', '182348.653000', '182348.655000', '182348.658000', '182348.661000', '182348.663000', '182348.666000', '182348.669000', '182348.672000', '182348.674000', '182348.677000', '182348.679000', '182348.682000', '182348.685000', '182348.687000', '182348.690000', '182348.693000', '182408.561000', '182408.563000', '182408.566000', '182408.569000', '182408.572000', '182408.574000', '182408.577000', '182408.579000', '182408.582000', '182408.585000', '182408.587000', '182408.590000', '182408.593000', '182408.595000', '182408.598000', '182408.601000', '182408.604000', '182408.606000', '182408.609000', '182408.611000', '182408.614000', '182408.617000', '182408.619000', '182408.622000', '182408.625000', '182408.627000', '182408.630000', '182408.633000', '182408.635000', '182408.638000', '182408.641000', '182408.643000', '182408.646000', '182408.649000', '182408.651000', '182408.654000', '182408.657000', '182408.659000', '182408.662000', '182408.665000', '182408.667000', '182408.670000', '182408.673000', '182428.561000', '182428.563000', '182428.566000', '182428.569000', '182428.571000', '182428.575000', '182428.578000', '182428.580000', '182428.583000', '182428.586000', '182428.588000', '182428.591000', '182428.594000', '182428.597000', '182428.599000', '182428.602000', '182428.605000', '182428.608000', '182428.610000', '182428.613000', '182428.616000', '182428.618000', '182428.621000', '182428.624000', '182428.626000', '182428.629000', '182428.632000', '182428.635000', '182428.637000', '182428.640000', '182428.643000', '182428.646000', '182428.648000', '182428.651000', '182428.654000', '182428.656000', '182428.659000', '182428.661000', '182428.664000', '182428.667000', '182428.669000', '182428.672000', '182428.675000', '182428.677000', '182448.561000', '182448.563000', '182448.566000', '182448.569000', '182448.571000', '182448.574000', '182448.576000', '182448.579000', '182448.582000', '182448.584000', '182448.587000', '182448.590000', '182448.592000', '182448.595000', '182448.598000', '182448.600000', '182448.603000', '182448.606000', '182448.608000', '182448.611000', '182448.614000', '182448.616000', '182448.619000', '182448.622000', '182448.624000', '182448.627000', '182448.630000', '182448.632000', '182448.635000', '182448.638000', '182448.640000', '182448.643000', '182448.646000', '182448.648000', '182448.651000', '182448.654000', '182448.656000', '182448.659000', '182448.662000', '182448.664000', '182448.667000', '182448.669000', '182448.672000', '182508.560000', '182508.563000', '182508.566000', '182508.569000', '182508.571000', '182508.574000', '182508.577000', '182508.579000', '182508.582000', '182508.585000', '182508.587000', '182508.590000', '182508.593000', '182508.595000', '182508.598000', '182508.601000', '182508.603000', '182508.606000', '182508.609000', '182508.611000', '182508.614000', '182508.616000', '182508.619000', '182508.622000', '182508.624000', '182508.627000', '182508.629000', '182508.632000', '182508.639000', '182508.642000', '182508.645000', '182508.647000', '182508.650000', '182508.652000', '182508.655000', '182508.658000', '182508.660000', '182508.663000', '182508.665000', '182508.668000', '182508.671000', '182508.673000', '182508.676000', '182528.561000', '182528.564000', '182528.567000', '182528.569000', '182528.572000', '182528.575000', '182528.577000', '182528.580000', '182528.583000', '182528.585000', '182528.588000', '182528.591000', '182528.593000', '182528.596000', '182528.598000', '182528.601000', '182528.604000', '182528.606000', '182528.609000', '182528.612000', '182528.614000', '182528.617000', '182528.620000', '182528.622000', '182528.625000', '182528.627000', '182528.630000', '182528.633000', '182528.635000', '182528.638000', '182528.641000', '182528.643000', '182528.646000', '182528.648000', '182528.651000', '182528.654000', '182528.656000', '182528.659000', '182528.662000', '182528.664000', '182528.667000', '182528.669000', '182528.672000', '182528.675000', '182548.562000', '182548.565000', '182548.570000', '182548.573000', '182548.576000', '182548.578000', '182548.581000', '182548.584000', '182548.586000', '182548.589000', '182548.591000', '182548.594000', '182548.597000', '182548.600000', '182548.602000', '182548.605000', '182548.608000', '182548.610000', '182548.613000', '182548.616000', '182548.619000', '182548.622000', '182548.624000', '182548.627000', '182548.630000', '182548.632000', '182548.635000', '182548.637000', '182548.640000', '182548.643000', '182548.645000', '182548.648000', '182548.650000', '182548.653000', '182548.656000', '182548.658000', '182548.661000', '182548.663000', '182548.666000', '182548.669000', '182548.672000', '182548.674000', '182548.677000', '182608.561000', '182608.564000', '182608.566000', '182608.569000', '182608.572000', '182608.576000', '182608.579000', '182608.581000', '182608.584000', '182608.587000', '182608.599000', '182608.602000', '182608.605000', '182608.607000', '182608.610000', '182608.613000', '182608.615000', '182608.618000', '182608.620000', '182608.623000', '182608.626000', '182608.628000', '182608.631000', '182608.634000', '182608.636000', '182608.639000', '182608.641000', '182608.644000', '182608.647000', '182608.649000', '182608.652000', '182608.655000', '182608.657000', '182608.660000', '182608.663000', '182608.665000', '182608.668000', '182608.670000', '182608.673000', '182608.675000', '182608.678000', '182608.681000', '182608.683000', '182608.686000', '182628.561000', '182628.563000', '182628.566000', '182628.569000', '182628.571000', '182628.574000', '182628.577000', '182628.579000', '182628.582000', '182628.585000', '182628.587000', '182628.590000', '182628.592000', '182628.595000', '182628.598000', '182628.601000', '182628.604000', '182628.606000', '182628.609000', '182628.612000', '182628.614000', '182628.617000', '182628.620000', '182628.622000', '182628.625000', '182628.628000', '182628.630000', '182628.633000', '182628.635000', '182628.638000', '182628.641000', '182628.643000', '182628.646000', '182628.649000', '182628.651000', '182628.654000', '182628.656000', '182628.659000', '182628.662000', '182628.672000', '182628.675000', '182628.678000', '182628.680000', '182648.560000', '182648.563000', '182648.566000', '182648.569000', '182648.571000', '182648.574000', '182648.576000', '182648.579000', '182648.582000', '182648.584000', '182648.587000', '182648.590000', '182648.592000', '182648.595000', '182648.597000', '182648.600000', '182648.603000', '182648.605000', '182648.608000', '182648.610000', '182648.613000', '182648.616000', '182648.618000', '182648.621000', '182648.623000', '182648.626000', '182648.629000', '182648.631000', '182648.634000', '182648.637000', '182648.639000', '182648.642000', '182648.644000', '182648.647000', '182648.649000', '182648.652000', '182648.655000', '182648.657000', '182648.660000', '182648.662000', '182648.665000', '182648.668000', '182648.670000', '182648.673000', '182655.714000', '182655.718000', '182655.720000', '182655.723000', '182655.726000', '182655.728000', '182655.731000', '182655.734000', '182655.736000', '182655.739000', '182655.742000', '182655.744000', '182655.747000', '182655.750000', '182655.752000', '182655.755000'], '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': [9388, 7013, 11788, 9297, 6702, 5592, 11043, 9358, 6364, 6265, 8164, 7385, 9438, 9649, 7113, 5656, 11546, 8940, 6459, 9807, 8617, 6437, 12210, 8643, 6032, 9076, 9081, 6721, 7744, 6674, 5902, 8972, 8602, 6298, 5544, 9028, 8596, 6082, 7348, 7744, 6751, 10106, 10791, 7678, 5877, 9889, 8124, 8162, 10040, 6949, 5649, 10291, 8230, 5655, 8306, 7690, 5669, 10172, 8402, 6301, 5671, 9839, 8772, 6812, 8997, 7586, 6868, 10276, 10215, 7013, 5618, 8566, 9161, 7295, 5597, 8567, 6900, 9575, 10192, 6832, 5841, 8491, 6852, 10256, 8787, 6490, 7730, 9922, 7956, 5538, 8312, 6369, 10231, 9348, 6677, 7485, 8383, 6532, 10912, 7655, 5542, 9091, 7391, 7149, 9414, 6769, 5593, 9697, 8159, 10838, 8541, 6073, 10052, 6615, 8506, 10058, 6475, 6426, 6898, 5558, 9241, 8370, 6245, 6168, 9151, 7700, 7233, 8791, 6560, 7495, 10733, 7706, 5833, 9383, 7926, 7071, 9049, 7301, 5910, 10909, 8832, 7611, 5629, 8175, 6406, 5533, 11767, 7840, 9772, 7495, 5712, 9877, 8720, 7002, 11325, 9121, 7019, 9426, 7819, 9255, 9965, 10543, 8499, 6555, 10912, 9878, 9387, 7692, 11375, 7150, 5508, 11727, 8879, 5816, 7908, 7757, 5903, 9071, 7308, 5918, 5839, 8185, 6646, 5873, 8724, 6162, 5603, 8809, 7384, 8465, 8894, 6577, 9389, 9505, 6959, 9544, 8415, 6570, 11004, 10012, 6958, 6634, 8228, 6093, 10058, 9662, 6836, 5784, 7745, 6327, 9865, 9237, 6971, 5647, 8401, 6273, 5498, 9615, 7455, 6367, 5536, 10519, 9635, 6863, 5785, 10688, 8827, 8029, 5881, 9055, 6695, 5439, 10909, 9018, 6799, 5689, 8334, 7135, 8043, 11934, 8040, 5800, 8433, 7580, 7008, 11540, 7737, 5977, 5691, 9735, 8848, 6571, 6979, 8554, 8300, 7131, 8411, 9374, 6700, 5565, 10769, 7744, 6089, 12217, 10173, 8777, 9448, 7074, 5879, 9486, 11829, 9124, 5950, 9851, 6762, 5613, 11088, 9882, 8057, 10688, 6206, 5684, 10438, 7672, 5653, 8558, 7641, 6048, 10329, 6687, 5602, 6149, 8531, 7036, 10516, 9167, 6207, 5673, 9399, 7373, 8463, 8236, 5859, 7642, 8540, 6244, 5774, 7774, 6174, 6514, 10807, 8390, 5889, 8937, 8304, 6811, 11765, 10172, 6532, 5935, 8248, 6582, 10044, 12093, 7352, 5629, 9540, 7483, 7150, 10563, 7025, 5648, 10785, 9715, 6834, 5799, 7886, 6244, 7828, 11567, 7989, 5797, 8866, 8247, 6591, 10354, 7510, 5741, 6437, 9575, 8109, 5735, 8544, 7859, 5860, 11182, 9329, 6452, 5735, 9672, 8998, 7679, 10269, 7619, 6271, 10932, 10926, 7285, 5720, 9480, 6384, 9584, 11220, 7860, 5730, 7822, 6656, 7456, 11319, 6937, 5481, 6377, 9067, 8004, 5977, 9162, 9776, 7659, 5894, 6723, 9152, 6811, 6085, 5787, 12295, 10319, 7801, 5792, 9216, 8732, 8873, 11194, 7481, 5792, 7318, 9976, 7459, 5951, 8319, 7105, 5786, 10575, 9107, 6363, 5575, 9133, 7100, 9046, 8724, 6620, 5701, 10458, 9234, 7152, 6609, 7996, 7434, 7669, 12926, 8890, 6215, 5659, 9456, 8667, 6857, 10670, 7133, 5868, 10650, 9386, 7364, 5478, 5747, 9301, 6105, 5959, 9803, 6459, 8566, 11073, 7336, 5563, 11281, 9167, 9415, 9306, 12016, 7336, 5882, 12327, 9949, 6884, 10872, 6722, 6589, 11754, 8675, 5655, 8500, 6356, 5665, 10437, 7638, 5743, 5923, 6393, 5630, 8625, 7210, 5611, 5795, 8730, 7622, 6076, 9083, 6018, 5819, 9924, 7870, 5702, 8075, 6689, 8056, 11503, 7167, 5770, 9659, 7822, 7603, 9395, 6769, 5590, 10741, 9077, 5753, 9427, 8046, 6645, 11648, 8490, 5672, 9058, 8054, 6919, 8091, 6627, 5860, 8013, 9905, 7211, 5571, 8853, 7129, 9694, 11005, 6791, 5674, 9175, 7663, 9056, 10171, 6817, 5977, 9618, 9332, 7265, 5645, 8742, 6709, 7718, 11425, 7904, 5876, 9217, 6963, 8996, 11623, 7701, 5775, 9368, 6960, 7143, 11904, 7961, 5792, 9738, 6984, 6471, 11685, 7720, 5728, 8668, 6691, 7510, 10922, 6658, 5771, 8898, 7192, 8986, 8953, 6309, 5691, 8987, 7081, 7022, 8593, 6549, 5785, 10319, 8460, 5834, 5747, 7508, 6591, 11850, 9726, 6330, 10239, 7456, 10871, 9326, 6519, 7781, 9017, 7679, 10517, 7703, 5943, 7512, 9600, 7705, 5923, 9008, 7080, 9964, 11323, 7727, 5836, 9118, 7578, 12621, 10351, 6505, 8877, 8304, 6686, 11233, 8584, 6523, 6239, 9480, 7871, 5610, 8904, 7063, 5678, 11703, 9508, 6502, 5606, 8971, 7405, 6784, 10732, 6999, 5576, 9524, 9081, 6507, 5599, 7968, 7195, 7136, 11700, 6969, 5660, 8200, 10010, 7211, 5794, 9384, 7599, 6434, 11355, 9969, 6909, 5680, 9990, 9088, 7071, 7622, 7498, 6057, 9563, 9713, 6865, 5574, 8280, 8569, 6727, 7228, 9183, 6792, 5734, 11751, 10032, 6772, 5575, 9468, 7789, 8206, 11391, 6918, 5761, 9878, 9807, 7304, 5912, 9105, 8320, 8216, 6349, 10716, 6887, 5867, 10205, 10306, 6953, 5693, 10204, 9183, 7738, 10037, 7755, 6335, 7466, 11131, 9186, 5827, 5773, 8449, 8946, 7306, 8112, 8174, 6167, 6258, 10981, 9148, 5677, 7671, 7530, 7241, 6866, 9499, 6495, 5734, 8731, 10193, 6450, 5642, 5799, 9596, 8071, 6700, 8160, 7448, 5972, 12128, 10262, 6655, 7239, 8095, 6847, 10755, 8980, 6568, 5811, 9658, 7859, 5711, 9482, 7127, 5964, 10950, 9399, 6441, 5768, 9353, 7568, 8148, 8570, 6192, 8173, 9575, 7450, 5726, 8378, 7486, 6038, 10015, 9542, 6900, 5668, 7643, 10474, 8614, 6189, 9169, 8312, 8219, 10920, 11127, 7234, 5857, 11400, 9277, 7230, 5863, 7960, 8878, 6842, 8856, 8465, 6625, 5715, 10759, 9065, 6868, 9900, 7089, 5700, 11100, 9592, 6217, 6073, 8099, 7128, 7108, 8546, 6428, 5773, 9439, 8457, 6090, 5792, 7640, 6258, 10276, 9588, 7290, 5695, 7495, 6519, 11208, 10185, 6852, 5787, 10326, 9091, 7930, 10754, 7022, 5772, 10717, 9189, 6907, 5544, 9659, 7873, 8016, 10899, 6831, 5563, 9554, 7978, 7105, 9698, 6480, 5692, 9682, 8627, 6333, 5619, 8819, 7770, 6661, 5773, 9312, 6740, 5803, 9118, 11513, 8958, 5776, 6188, 9894, 9328, 7336, 7919, 9194], 'WindowCenter': [3655.0, 3608.0, 3648.0, 3624.0, 3592.0, 3560.0, 3633.0, 3612.0, 3580.0, 3579.0, 3600.0, 3590.0, 3610.0, 3610.0, 3578.0, 3556.0, 3621.0, 3610.0, 3568.0, 3608.0, 3598.0, 3566.0, 3619.0, 3598.0, 3567.0, 3598.0, 3598.0, 3576.0, 3587.0, 3577.0, 3557.0, 3611.0, 3609.0, 3578.0, 3557.0, 3611.0, 3612.0, 3569.0, 3590.0, 3601.0, 3578.0, 3621.0, 3620.0, 3590.0, 3557.0, 3610.0, 3588.0, 3598.0, 3609.0, 3578.0, 3555.0, 3608.0, 3598.0, 3556.0, 3599.0, 3589.0, 3557.0, 3622.0, 3600.0, 3580.0, 3558.0, 3622.0, 3612.0, 3581.0, 3611.0, 3588.0, 3578.0, 3621.0, 3621.0, 3578.0, 3558.0, 3600.0, 3612.0, 3590.0, 3558.0, 3612.0, 3591.0, 3610.0, 3621.0, 3580.0, 3557.0, 3599.0, 3580.0, 3620.0, 3599.0, 3580.0, 3589.0, 3610.0, 3601.0, 3547.0, 3600.0, 3568.0, 3620.0, 3611.0, 3579.0, 3589.0, 3599.0, 3568.0, 3621.0, 3590.0, 3547.0, 3598.0, 3590.0, 3578.0, 3610.0, 3579.0, 3546.0, 3611.0, 3589.0, 3621.0, 3599.0, 3569.0, 3609.0, 3578.0, 3597.0, 3610.0, 3566.0, 3565.0, 3577.0, 3546.0, 3610.0, 3600.0, 3578.0, 3568.0, 3612.0, 3602.0, 3589.0, 3600.0, 3578.0, 3589.0, 3621.0, 3590.0, 3558.0, 3610.0, 3600.0, 3590.0, 3610.0, 3590.0, 3558.0, 3633.0, 3613.0, 3602.0, 3571.0, 3602.0, 3580.0, 3559.0, 3631.0, 3589.0, 3608.0, 3577.0, 3558.0, 3621.0, 3612.0, 3591.0, 3633.0, 3611.0, 3577.0, 3596.0, 3575.0, 3596.0, 3596.0, 3596.0, 3586.0, 3553.0, 3605.0, 3595.0, 3595.0, 3573.0, 3594.0, 3550.0, 3518.0, 3593.0, 3582.0, 3530.0, 3572.0, 3573.0, 3542.0, 3596.0, 3575.0, 3543.0, 3555.0, 3586.0, 3566.0, 3556.0, 3599.0, 3569.0, 3557.0, 3612.0, 3591.0, 3601.0, 3611.0, 3579.0, 3610.0, 3611.0, 3579.0, 3609.0, 3588.0, 3568.0, 3609.0, 3610.0, 3578.0, 3567.0, 3599.0, 3568.0, 3609.0, 3610.0, 3578.0, 3557.0, 3588.0, 3569.0, 3611.0, 3612.0, 3580.0, 3571.0, 3601.0, 3582.0, 3560.0, 3611.0, 3590.0, 3581.0, 3560.0, 3635.0, 3624.0, 3581.0, 3570.0, 3623.0, 3613.0, 3601.0, 3558.0, 3611.0, 3580.0, 3559.0, 3622.0, 3612.0, 3579.0, 3559.0, 3601.0, 3591.0, 3601.0, 3633.0, 3601.0, 3559.0, 3600.0, 3590.0, 3579.0, 3623.0, 3589.0, 3568.0, 3558.0, 3612.0, 3611.0, 3580.0, 3591.0, 3612.0, 3612.0, 3592.0, 3615.0, 3625.0, 3592.0, 3559.0, 3621.0, 3590.0, 3556.0, 3620.0, 3610.0, 3598.0, 3608.0, 3577.0, 3556.0, 3610.0, 3620.0, 3598.0, 3554.0, 3596.0, 3565.0, 3556.0, 3619.0, 3608.0, 3588.0, 3608.0, 3555.0, 3542.0, 3607.0, 3575.0, 3543.0, 3597.0, 3587.0, 3557.0, 3609.0, 3578.0, 3557.0, 3569.0, 3599.0, 3579.0, 3620.0, 3610.0, 3568.0, 3557.0, 3609.0, 3589.0, 3598.0, 3599.0, 3558.0, 3588.0, 3611.0, 3579.0, 3559.0, 3600.0, 3568.0, 3579.0, 3633.0, 3612.0, 3570.0, 3611.0, 3601.0, 3578.0, 3633.0, 3623.0, 3568.0, 3568.0, 3599.0, 3578.0, 3610.0, 3621.0, 3588.0, 3557.0, 3609.0, 3589.0, 3578.0, 3621.0, 3576.0, 3557.0, 3620.0, 3610.0, 3577.0, 3556.0, 3588.0, 3567.0, 3588.0, 3620.0, 3599.0, 3557.0, 3599.0, 3599.0, 3578.0, 3621.0, 3589.0, 3558.0, 3568.0, 3611.0, 3601.0, 3559.0, 3611.0, 3601.0, 3558.0, 3633.0, 3611.0, 3580.0, 3558.0, 3611.0, 3612.0, 3601.0, 3622.0, 3590.0, 3568.0, 3620.0, 3621.0, 3590.0, 3556.0, 3608.0, 3567.0, 3608.0, 3620.0, 3588.0, 3555.0, 3587.0, 3566.0, 3577.0, 3621.0, 3578.0, 3558.0, 3568.0, 3612.0, 3601.0, 3569.0, 3612.0, 3623.0, 3603.0, 3572.0, 3580.0, 3613.0, 3579.0, 3570.0, 3559.0, 3633.0, 3611.0, 3591.0, 3557.0, 3609.0, 3599.0, 3598.0, 3608.0, 3576.0, 3545.0, 3576.0, 3610.0, 3587.0, 3568.0, 3599.0, 3578.0, 3558.0, 3621.0, 3610.0, 3568.0, 3547.0, 3610.0, 3579.0, 3599.0, 3600.0, 3578.0, 3557.0, 3621.0, 3611.0, 3579.0, 3578.0, 3599.0, 3577.0, 3589.0, 3632.0, 3599.0, 3567.0, 3556.0, 3608.0, 3599.0, 3567.0, 3609.0, 3577.0, 3556.0, 3610.0, 3610.0, 3578.0, 3546.0, 3556.0, 3609.0, 3556.0, 3554.0, 3607.0, 3566.0, 3598.0, 3620.0, 3589.0, 3559.0, 3622.0, 3599.0, 3598.0, 3596.0, 3606.0, 3562.0, 3530.0, 3606.0, 3595.0, 3563.0, 3594.0, 3552.0, 3551.0, 3604.0, 3572.0, 3529.0, 3570.0, 3539.0, 3529.0, 3594.0, 3574.0, 3542.0, 3542.0, 3553.0, 3543.0, 3597.0, 3576.0, 3556.0, 3556.0, 3599.0, 3589.0, 3568.0, 3610.0, 3568.0, 3558.0, 3610.0, 3600.0, 3557.0, 3588.0, 3578.0, 3589.0, 3621.0, 3578.0, 3557.0, 3609.0, 3589.0, 3589.0, 3609.0, 3578.0, 3546.0, 3621.0, 3611.0, 3558.0, 3611.0, 3599.0, 3579.0, 3621.0, 3599.0, 3558.0, 3610.0, 3600.0, 3590.0, 3600.0, 3578.0, 3570.0, 3601.0, 3623.0, 3591.0, 3559.0, 3611.0, 3579.0, 3612.0, 3622.0, 3579.0, 3557.0, 3610.0, 3589.0, 3600.0, 3610.0, 3578.0, 3568.0, 3610.0, 3611.0, 3590.0, 3558.0, 3600.0, 3580.0, 3590.0, 3633.0, 3601.0, 3558.0, 3611.0, 3579.0, 3610.0, 3621.0, 3589.0, 3557.0, 3610.0, 3578.0, 3576.0, 3620.0, 3588.0, 3556.0, 3609.0, 3577.0, 3566.0, 3620.0, 3588.0, 3556.0, 3598.0, 3567.0, 3577.0, 3620.0, 3578.0, 3556.0, 3598.0, 3577.0, 3598.0, 3599.0, 3568.0, 3556.0, 3599.0, 3579.0, 3579.0, 3600.0, 3569.0, 3559.0, 3622.0, 3612.0, 3572.0, 3570.0, 3591.0, 3591.0, 3634.0, 3623.0, 3579.0, 3621.0, 3590.0, 3621.0, 3599.0, 3568.0, 3587.0, 3598.0, 3589.0, 3620.0, 3588.0, 3568.0, 3588.0, 3611.0, 3590.0, 3568.0, 3599.0, 3579.0, 3610.0, 3621.0, 3589.0, 3556.0, 3598.0, 3577.0, 3619.0, 3608.0, 3555.0, 3596.0, 3586.0, 3565.0, 3607.0, 3586.0, 3566.0, 3555.0, 3598.0, 3588.0, 3556.0, 3598.0, 3577.0, 3556.0, 3620.0, 3609.0, 3567.0, 3557.0, 3598.0, 3588.0, 3578.0, 3621.0, 3577.0, 3547.0, 3610.0, 3610.0, 3568.0, 3558.0, 3600.0, 3579.0, 3579.0, 3632.0, 3579.0, 3558.0, 3600.0, 3622.0, 3590.0, 3559.0, 3611.0, 3589.0, 3579.0, 3623.0, 3611.0, 3579.0, 3558.0, 3610.0, 3611.0, 3579.0, 3589.0, 3589.0, 3568.0, 3610.0, 3611.0, 3579.0, 3557.0, 3600.0, 3599.0, 3580.0, 3590.0, 3611.0, 3580.0, 3558.0, 3633.0, 3611.0, 3578.0, 3547.0, 3610.0, 3589.0, 3599.0, 3620.0, 3578.0, 3558.0, 3610.0, 3610.0, 3589.0, 3557.0, 3597.0, 3599.0, 3599.0, 3567.0, 3610.0, 3577.0, 3556.0, 3609.0, 3609.0, 3578.0, 3556.0, 3608.0, 3599.0, 3588.0, 3609.0, 3587.0, 3566.0, 3575.0, 3620.0, 3598.0, 3557.0, 3556.0, 3599.0, 3599.0, 3588.0, 3588.0, 3599.0, 3568.0, 3567.0, 3621.0, 3599.0, 3557.0, 3588.0, 3588.0, 3588.0, 3578.0, 3610.0, 3567.0, 3556.0, 3600.0, 3621.0, 3580.0, 3570.0, 3570.0, 3623.0, 3602.0, 3592.0, 3602.0, 3592.0, 3569.0, 3633.0, 3622.0, 3581.0, 3590.0, 3589.0, 3568.0, 3621.0, 3599.0, 3579.0, 3556.0, 3610.0, 3590.0, 3557.0, 3610.0, 3578.0, 3567.0, 3621.0, 3611.0, 3568.0, 3556.0, 3599.0, 3589.0, 3589.0, 3598.0, 3568.0, 3588.0, 3610.0, 3590.0, 3557.0, 3600.0, 3589.0, 3569.0, 3622.0, 3612.0, 3590.0, 3559.0, 3590.0, 3623.0, 3601.0, 3570.0, 3611.0, 3601.0, 3601.0, 3621.0, 3622.0, 3578.0, 3558.0, 3621.0, 3599.0, 3578.0, 3545.0, 3589.0, 3599.0, 3567.0, 3599.0, 3598.0, 3578.0, 3557.0, 3620.0, 3600.0, 3568.0, 3609.0, 3578.0, 3545.0, 3620.0, 3598.0, 3556.0, 3556.0, 3588.0, 3577.0, 3577.0, 3599.0, 3567.0, 3558.0, 3609.0, 3601.0, 3570.0, 3559.0, 3591.0, 3570.0, 3636.0, 3624.0, 3592.0, 3572.0, 3592.0, 3569.0, 3622.0, 3611.0, 3580.0, 3558.0, 3610.0, 3601.0, 3590.0, 3620.0, 3578.0, 3556.0, 3610.0, 3599.0, 3578.0, 3545.0, 3609.0, 3588.0, 3588.0, 3619.0, 3566.0, 3545.0, 3609.0, 3588.0, 3578.0, 3608.0, 3567.0, 3557.0, 3609.0, 3599.0, 3569.0, 3559.0, 3610.0, 3591.0, 3580.0, 3558.0, 3611.0, 3580.0, 3571.0, 3611.0, 3633.0, 3611.0, 3559.0, 3570.0, 3621.0, 3612.0, 3590.0, 3601.0, 3610.0], 'WindowWidth': [8250.0, 8177.0, 8225.0, 8188.0, 8142.0, 8096.0, 8197.0, 8166.0, 8124.0, 8119.0, 8147.0, 8133.0, 8160.0, 8160.0, 8115.0, 8084.0, 8176.0, 8160.0, 8101.0, 8155.0, 8141.0, 8096.0, 8171.0, 8140.0, 8098.0, 8140.0, 8140.0, 8111.0, 8126.0, 8112.0, 8086.0, 8162.0, 8159.0, 8118.0, 8090.0, 8162.0, 8166.0, 8107.0, 8135.0, 8148.0, 8117.0, 8177.0, 8174.0, 8132.0, 8085.0, 8158.0, 8128.0, 8140.0, 8156.0, 8114.0, 8081.0, 8156.0, 8141.0, 8084.0, 8144.0, 8130.0, 8088.0, 8178.0, 8147.0, 8122.0, 8091.0, 8177.0, 8166.0, 8123.0, 8162.0, 8129.0, 8115.0, 8177.0, 8175.0, 8117.0, 8091.0, 8146.0, 8167.0, 8136.0, 8092.0, 8165.0, 8135.0, 8160.0, 8177.0, 8121.0, 8087.0, 8144.0, 8119.0, 8173.0, 8145.0, 8120.0, 8130.0, 8160.0, 8148.0, 8074.0, 8147.0, 8103.0, 8174.0, 8160.0, 8119.0, 8131.0, 8142.0, 8101.0, 8176.0, 8132.0, 8074.0, 8142.0, 8133.0, 8117.0, 8159.0, 8119.0, 8072.0, 8161.0, 8130.0, 8174.0, 8143.0, 8104.0, 8157.0, 8115.0, 8137.0, 8158.0, 8095.0, 8093.0, 8111.0, 8071.0, 8161.0, 8147.0, 8115.0, 8101.0, 8163.0, 8152.0, 8131.0, 8144.0, 8116.0, 8131.0, 8176.0, 8133.0, 8090.0, 8160.0, 8147.0, 8136.0, 8160.0, 8134.0, 8091.0, 8197.0, 8169.0, 8153.0, 8111.0, 8153.0, 8123.0, 8096.0, 8191.0, 8129.0, 8153.0, 8113.0, 8089.0, 8176.0, 8168.0, 8138.0, 8196.0, 8163.0, 8113.0, 8133.0, 8104.0, 8133.0, 8133.0, 8132.0, 8117.0, 8070.0, 8143.0, 8133.0, 8131.0, 8098.0, 8125.0, 8062.0, 8018.0, 8124.0, 8105.0, 8036.0, 8094.0, 8097.0, 8057.0, 8132.0, 8105.0, 8063.0, 8079.0, 8122.0, 8097.0, 8083.0, 8143.0, 8104.0, 8088.0, 8164.0, 8136.0, 8148.0, 8162.0, 8117.0, 8156.0, 8160.0, 8115.0, 8155.0, 8127.0, 8099.0, 8155.0, 8158.0, 8114.0, 8098.0, 8141.0, 8102.0, 8155.0, 8160.0, 8115.0, 8085.0, 8128.0, 8103.0, 8162.0, 8164.0, 8121.0, 8111.0, 8150.0, 8127.0, 8094.0, 8160.0, 8134.0, 8124.0, 8096.0, 8199.0, 8183.0, 8124.0, 8108.0, 8179.0, 8167.0, 8150.0, 8092.0, 8163.0, 8121.0, 8092.0, 8180.0, 8165.0, 8118.0, 8091.0, 8148.0, 8135.0, 8149.0, 8195.0, 8150.0, 8092.0, 8147.0, 8132.0, 8118.0, 8180.0, 8132.0, 8104.0, 8089.0, 8165.0, 8163.0, 8121.0, 8136.0, 8168.0, 8168.0, 8143.0, 8177.0, 8188.0, 8142.0, 8095.0, 8175.0, 8133.0, 8084.0, 8173.0, 8158.0, 8138.0, 8153.0, 8111.0, 8083.0, 8156.0, 8172.0, 8139.0, 8077.0, 8134.0, 8091.0, 8083.0, 8168.0, 8152.0, 8125.0, 8151.0, 8078.0, 8059.0, 8150.0, 8105.0, 8061.0, 8136.0, 8124.0, 8085.0, 8157.0, 8115.0, 8089.0, 8104.0, 8145.0, 8117.0, 8173.0, 8159.0, 8102.0, 8085.0, 8157.0, 8130.0, 8141.0, 8143.0, 8090.0, 8129.0, 8162.0, 8120.0, 8092.0, 8148.0, 8106.0, 8120.0, 8195.0, 8165.0, 8109.0, 8164.0, 8148.0, 8116.0, 8194.0, 8179.0, 8102.0, 8103.0, 8144.0, 8115.0, 8158.0, 8174.0, 8128.0, 8086.0, 8157.0, 8130.0, 8115.0, 8175.0, 8111.0, 8086.0, 8171.0, 8160.0, 8113.0, 8085.0, 8128.0, 8098.0, 8126.0, 8173.0, 8143.0, 8086.0, 8143.0, 8145.0, 8116.0, 8176.0, 8132.0, 8090.0, 8102.0, 8163.0, 8150.0, 8092.0, 8165.0, 8149.0, 8091.0, 8196.0, 8164.0, 8121.0, 8091.0, 8163.0, 8167.0, 8151.0, 8178.0, 8134.0, 8104.0, 8173.0, 8178.0, 8133.0, 8085.0, 8155.0, 8099.0, 8153.0, 8172.0, 8126.0, 8081.0, 8124.0, 8096.0, 8112.0, 8175.0, 8115.0, 8093.0, 8104.0, 8165.0, 8149.0, 8106.0, 8164.0, 8182.0, 8157.0, 8114.0, 8122.0, 8167.0, 8119.0, 8106.0, 8094.0, 8194.0, 8162.0, 8135.0, 8086.0, 8156.0, 8141.0, 8137.0, 8152.0, 8106.0, 8066.0, 8109.0, 8158.0, 8126.0, 8101.0, 8144.0, 8115.0, 8089.0, 8175.0, 8159.0, 8103.0, 8073.0, 8159.0, 8116.0, 8143.0, 8145.0, 8116.0, 8087.0, 8174.0, 8162.0, 8117.0, 8115.0, 8143.0, 8113.0, 8129.0, 8191.0, 8145.0, 8101.0, 8083.0, 8155.0, 8144.0, 8098.0, 8156.0, 8112.0, 8083.0, 8157.0, 8159.0, 8114.0, 8071.0, 8086.0, 8156.0, 8082.0, 8076.0, 8150.0, 8093.0, 8139.0, 8173.0, 8132.0, 8092.0, 8176.0, 8143.0, 8139.0, 8132.0, 8147.0, 8082.0, 8037.0, 8146.0, 8130.0, 8084.0, 8127.0, 8068.0, 8064.0, 8139.0, 8093.0, 8034.0, 8089.0, 8048.0, 8035.0, 8126.0, 8100.0, 8058.0, 8058.0, 8074.0, 8062.0, 8135.0, 8108.0, 8082.0, 8083.0, 8141.0, 8131.0, 8101.0, 8160.0, 8102.0, 8088.0, 8160.0, 8146.0, 8087.0, 8127.0, 8114.0, 8129.0, 8175.0, 8114.0, 8088.0, 8157.0, 8132.0, 8130.0, 8155.0, 8115.0, 8070.0, 8175.0, 8162.0, 8091.0, 8161.0, 8146.0, 8116.0, 8177.0, 8143.0, 8088.0, 8159.0, 8146.0, 8134.0, 8147.0, 8118.0, 8111.0, 8149.0, 8182.0, 8139.0, 8093.0, 8163.0, 8119.0, 8164.0, 8177.0, 8119.0, 8088.0, 8157.0, 8131.0, 8145.0, 8160.0, 8115.0, 8103.0, 8158.0, 8163.0, 8135.0, 8090.0, 8148.0, 8120.0, 8133.0, 8194.0, 8148.0, 8091.0, 8161.0, 8119.0, 8159.0, 8177.0, 8132.0, 8088.0, 8158.0, 8113.0, 8110.0, 8173.0, 8127.0, 8084.0, 8155.0, 8112.0, 8097.0, 8174.0, 8127.0, 8083.0, 8139.0, 8097.0, 8112.0, 8172.0, 8113.0, 8085.0, 8140.0, 8110.0, 8141.0, 8143.0, 8103.0, 8085.0, 8142.0, 8117.0, 8117.0, 8146.0, 8106.0, 8094.0, 8179.0, 8167.0, 8114.0, 8111.0, 8138.0, 8138.0, 8199.0, 8183.0, 8120.0, 8175.0, 8133.0, 8173.0, 8143.0, 8101.0, 8125.0, 8141.0, 8128.0, 8171.0, 8128.0, 8103.0, 8127.0, 8162.0, 8133.0, 8102.0, 8142.0, 8117.0, 8158.0, 8175.0, 8130.0, 8084.0, 8139.0, 8109.0, 8168.0, 8151.0, 8079.0, 8134.0, 8120.0, 8092.0, 8150.0, 8121.0, 8095.0, 8078.0, 8138.0, 8126.0, 8083.0, 8141.0, 8112.0, 8083.0, 8173.0, 8156.0, 8098.0, 8085.0, 8141.0, 8127.0, 8116.0, 8174.0, 8114.0, 8073.0, 8159.0, 8160.0, 8104.0, 8090.0, 8145.0, 8117.0, 8117.0, 8191.0, 8118.0, 8090.0, 8144.0, 8177.0, 8134.0, 8093.0, 8162.0, 8133.0, 8118.0, 8180.0, 8163.0, 8118.0, 8091.0, 8160.0, 8162.0, 8118.0, 8131.0, 8130.0, 8103.0, 8160.0, 8163.0, 8119.0, 8088.0, 8145.0, 8145.0, 8120.0, 8135.0, 8163.0, 8120.0, 8089.0, 8193.0, 8162.0, 8116.0, 8073.0, 8156.0, 8130.0, 8141.0, 8172.0, 8115.0, 8088.0, 8156.0, 8160.0, 8129.0, 8086.0, 8139.0, 8142.0, 8143.0, 8099.0, 8158.0, 8112.0, 8083.0, 8156.0, 8157.0, 8113.0, 8084.0, 8152.0, 8141.0, 8127.0, 8154.0, 8124.0, 8096.0, 8106.0, 8170.0, 8140.0, 8085.0, 8084.0, 8141.0, 8142.0, 8127.0, 8127.0, 8142.0, 8101.0, 8098.0, 8174.0, 8142.0, 8087.0, 8127.0, 8127.0, 8127.0, 8115.0, 8159.0, 8099.0, 8085.0, 8147.0, 8176.0, 8121.0, 8110.0, 8108.0, 8181.0, 8155.0, 8140.0, 8154.0, 8139.0, 8106.0, 8196.0, 8178.0, 8122.0, 8134.0, 8130.0, 8101.0, 8174.0, 8142.0, 8117.0, 8083.0, 8159.0, 8132.0, 8087.0, 8159.0, 8114.0, 8100.0, 8176.0, 8160.0, 8102.0, 8084.0, 8142.0, 8129.0, 8128.0, 8140.0, 8102.0, 8126.0, 8159.0, 8131.0, 8087.0, 8146.0, 8130.0, 8105.0, 8179.0, 8165.0, 8134.0, 8094.0, 8133.0, 8180.0, 8150.0, 8107.0, 8163.0, 8148.0, 8148.0, 8175.0, 8177.0, 8115.0, 8087.0, 8173.0, 8142.0, 8114.0, 8067.0, 8128.0, 8140.0, 8099.0, 8142.0, 8140.0, 8116.0, 8085.0, 8172.0, 8144.0, 8100.0, 8156.0, 8113.0, 8067.0, 8170.0, 8139.0, 8082.0, 8080.0, 8124.0, 8110.0, 8110.0, 8141.0, 8098.0, 8089.0, 8157.0, 8148.0, 8110.0, 8093.0, 8135.0, 8106.0, 8204.0, 8185.0, 8141.0, 8115.0, 8139.0, 8104.0, 8179.0, 8162.0, 8119.0, 8090.0, 8159.0, 8147.0, 8130.0, 8172.0, 8113.0, 8083.0, 8158.0, 8142.0, 8115.0, 8068.0, 8156.0, 8126.0, 8125.0, 8169.0, 8094.0, 8067.0, 8153.0, 8128.0, 8112.0, 8153.0, 8097.0, 8084.0, 8156.0, 8144.0, 8104.0, 8091.0, 8159.0, 8134.0, 8120.0, 8089.0, 8162.0, 8120.0, 8112.0, 8163.0, 8195.0, 8162.0, 8092.0, 8105.0, 8175.0, 8165.0, 8133.0, 8149.0, 8160.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.0011021518987341771</td></tr>
<tr><td colspan=3>aqi</td><td>0.0189223666283084</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.25831685733868</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2132977442050683</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0239938949654375</td></tr>
<tr><td colspan=3>efc</td><td>0.4621</td></tr>
<tr><td colspan=3>fber</td><td>6429.3286</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1105055790366841</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>65</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>7.479861910241657</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5665977719378206</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5762349385777727</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7708917521186107</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.352666625117079</td></tr>
<tr><td colspan=3>gcor</td><td>0.00736994</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.006523114629089832</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.021090982481837273</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</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.771494067682735</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>24.4223</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>30.6211</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>129.8694</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>37.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>302318.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>568.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>259.9436</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1981</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>473.0303</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2802.2967</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>2974.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74226.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>863.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3693.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>788.5416</td></tr>
<tr><td colspan=3>tsnr</td><td>39.84687839023536</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>