ds005256-mriqc/sub-0078_ses-04_task-social_acq-mb8_run-06_bold.html
Felix Hoffstaedter 0c23e25301 [DATALAD RUNCMD] Compute MRIQC for sub-0078
=== Do not change lines below ===
{
 "chain": [],
 "cmd": "./code/containers/scripts/singularity_cmd exec code/containers/images/bids/bids-mriqc--24.0.2.sing mriqc sourcedata/raw . participant --participant-label sub-0078 --no-datalad-get --no-sub --verbose --nprocs 1 --mem 3000 --work-dir /tmp --float32 --verbose-reports",
 "dsid": "2d58dd48-4166-4dc3-9cd1-64f3d0665a8c",
 "exit": 0,
 "extra_inputs": [
  "code/containers/images/bids/bids-mriqc--24.0.2.sing"
 ],
 "inputs": [
  "sourcedata/raw/sub-0078",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:56:00 +02:00

616 lines
No EOL
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-0078_ses-04_task-social_acq-mb8_run-06_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0078_ses-04_task-social_acq-mb8_run-06_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-06_session-04_subject-0078_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0078/figures/sub-0078_ses-04_task-social_acq-mb8_run-06_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-04_task-social_acq-mb8_run-06_desc-stdev_bold.svg" target="_blank">sub-0078/figures/sub-0078_ses-04_task-social_acq-mb8_run-06_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-06_session-04_subject-0078_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0078/figures/sub-0078_ses-04_task-social_acq-mb8_run-06_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-04_task-social_acq-mb8_run-06_desc-background_bold.svg" target="_blank">sub-0078/figures/sub-0078_ses-04_task-social_acq-mb8_run-06_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-06_session-04_subject-0078_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0078/figures/sub-0078_ses-04_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-04_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" target="_blank">sub-0078/figures/sub-0078_ses-04_task-social_acq-mb8_run-06_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-06_session-04_subject-0078_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0078/figures/sub-0078_ses-04_task-social_acq-mb8_run-06_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-04_task-social_acq-mb8_run-06_desc-carpet_bold.svg" target="_blank">sub-0078/figures/sub-0078_ses-04_task-social_acq-mb8_run-06_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-06_session-04_subject-0078_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0078/figures/sub-0078_ses-04_task-social_acq-mb8_run-06_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-04_task-social_acq-mb8_run-06_desc-mean_bold.svg" target="_blank">sub-0078/figures/sub-0078_ses-04_task-social_acq-mb8_run-06_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-06_session-04_subject-0078_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0078/figures/sub-0078_ses-04_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-04_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" target="_blank">sub-0078/figures/sub-0078_ses-04_task-social_acq-mb8_run-06_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-04_subject-0078_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p> <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0078/figures/sub-0078_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
Problem loading figure sub-0078/figures/sub-0078_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0078/figures/sub-0078_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0078/ses-04/func/sub-0078_ses-04_task-social_acq-mb8_run-06_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>389d9b2b9421cba71d03c86b8f54e990</td></tr>
</table>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-1">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
Dataset Information
</button>
</h2>
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>21:50:17.340000</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.999982, 0.00556838, 0.00239751, -0.00558508, 0.99996, 0.00701654]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0747853</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>22</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4143, -7743, -7263, 740, -52, -134, -123, 83]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>229.603</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>99d44cad-222a-42c1-8eaf-eef706d7db76||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.682877540588379, -0.014984353445470333, 0.006367535330355167, 113.98953247070312], [-0.014939546585083008, 2.68281888961792, 0.018980471417307854, -93.3877182006836], [0.006432353984564543, -0.018824871629476547, 2.6999258995056152, -75.3232421875], [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': ['215017.340000', '215017.800000', '215018.260000', '215018.720000', '215019.180000', '215019.640000', '215020.100000', '215020.560000', '215021.020000', '215021.480000', '215021.940000', '215022.400000', '215022.860000', '215023.320000', '215023.780000', '215024.240000', '215024.700000', '215025.160000', '215025.620000', '215026.080000', '215026.540000', '215027.000000', '215027.460000', '215027.920000', '215028.380000', '215028.840000', '215029.300000', '215029.760000', '215030.220000', '215030.680000', '215031.140000', '215031.600000', '215032.060000', '215032.520000', '215032.980000', '215033.440000', '215033.900000', '215034.360000', '215034.820000', '215035.280000', '215035.740000', '215036.200000', '215036.660000', '215037.120000', '215037.580000', '215038.040000', '215038.500000', '215038.960000', '215039.420000', '215039.880000', '215040.340000', '215040.800000', '215041.260000', '215041.720000', '215042.180000', '215042.640000', '215043.100000', '215043.560000', '215044.020000', '215044.480000', '215044.940000', '215045.400000', '215045.860000', '215046.320000', '215046.780000', '215047.240000', '215047.700000', '215048.160000', '215048.620000', '215049.080000', '215049.540000', '215050.000000', '215050.460000', '215050.920000', '215051.380000', '215051.840000', '215052.300000', '215052.760000', '215053.220000', '215053.680000', '215054.140000', '215054.600000', '215055.060000', '215055.520000', '215055.980000', '215056.440000', '215056.900000', '215057.360000', '215057.820000', '215058.280000', '215058.740000', '215059.200000', '215059.660000', '215100.120000', '215100.580000', '215101.040000', '215101.500000', '215101.960000', '215102.420000', '215102.880000', '215103.340000', '215103.800000', '215104.260000', '215104.720000', '215105.180000', '215105.640000', '215106.100000', '215106.560000', '215107.020000', '215107.480000', '215107.940000', '215108.400000', '215108.860000', '215109.320000', '215109.780000', '215110.240000', '215110.700000', '215111.160000', '215111.620000', '215112.080000', '215112.540000', '215113.000000', '215113.460000', '215113.920000', '215114.380000', '215114.840000', '215115.300000', '215115.760000', '215116.220000', '215116.680000', '215117.140000', '215117.600000', '215118.060000', '215118.520000', '215118.980000', '215119.440000', '215119.900000', '215120.360000', '215120.820000', '215121.280000', '215121.740000', '215122.200000', '215122.660000', '215123.120000', '215123.580000', '215124.040000', '215124.500000', '215124.960000', '215125.420000', '215125.880000', '215126.340000', '215126.800000', '215127.260000', '215127.720000', '215128.180000', '215128.640000', '215129.100000', '215129.560000', '215130.020000', '215130.480000', '215130.940000', '215131.400000', '215131.860000', '215132.320000', '215132.780000', '215133.240000', '215133.700000', '215134.160000', '215134.620000', '215135.080000', '215135.540000', '215136.000000', '215136.460000', '215136.920000', '215137.380000', '215137.840000', '215138.300000', '215138.760000', '215139.220000', '215139.680000', '215140.140000', '215140.600000', '215141.060000', '215141.520000', '215141.980000', '215142.440000', '215142.900000', '215143.360000', '215143.820000', '215144.280000', '215144.740000', '215145.200000', '215145.660000', '215146.120000', '215146.580000', '215147.040000', '215147.500000', '215147.960000', '215148.420000', '215148.880000', '215149.340000', '215149.800000', '215150.260000', '215150.720000', '215151.180000', '215151.640000', '215152.100000', '215152.560000', '215153.020000', '215153.480000', '215153.940000', '215154.400000', '215154.860000', '215155.320000', '215155.780000', '215156.240000', '215156.700000', '215157.160000', '215157.620000', '215158.080000', '215158.540000', '215159.000000', '215159.460000', '215159.920000', '215200.380000', '215200.840000', '215201.300000', '215201.760000', '215202.220000', '215202.680000', '215203.140000', '215203.600000', '215204.060000', '215204.520000', '215204.980000', '215205.440000', '215205.900000', '215206.360000', '215206.820000', '215207.280000', '215207.740000', '215208.200000', '215208.660000', '215209.120000', '215209.580000', '215210.040000', '215210.500000', '215210.960000', '215211.420000', '215211.880000', '215212.340000', '215212.800000', '215213.260000', '215213.720000', '215214.180000', '215214.640000', '215215.100000', '215215.560000', '215216.020000', '215216.480000', '215216.940000', '215217.400000', '215217.860000', '215218.320000', '215218.780000', '215219.240000', '215219.700000', '215220.160000', '215220.620000', '215221.080000', '215221.540000', '215222.000000', '215222.460000', '215222.920000', '215223.380000', '215223.840000', '215224.300000', '215224.760000', '215225.220000', '215225.680000', '215226.140000', '215226.600000', '215227.060000', '215227.520000', '215227.980000', '215228.440000', '215228.900000', '215229.360000', '215229.820000', '215230.280000', '215230.740000', '215231.200000', '215231.660000', '215232.120000', '215232.580000', '215233.040000', '215233.500000', '215233.960000', '215234.420000', '215234.880000', '215235.340000', '215235.800000', '215236.260000', '215236.720000', '215237.180000', '215237.640000', '215238.100000', '215238.560000', '215239.020000', '215239.480000', '215239.940000', '215240.400000', '215240.860000', '215241.320000', '215241.780000', '215242.240000', '215242.700000', '215243.160000', '215243.620000', '215244.080000', '215244.540000', '215245.000000', '215245.460000', '215245.920000', '215246.380000', '215246.840000', '215247.300000', '215247.760000', '215248.220000', '215248.680000', '215249.140000', '215249.600000', '215250.060000', '215250.520000', '215250.980000', '215251.440000', '215251.900000', '215252.360000', '215252.820000', '215253.280000', '215253.740000', '215254.200000', '215254.660000', '215255.120000', '215255.580000', '215256.040000', '215256.500000', '215256.960000', '215257.420000', '215257.880000', '215258.340000', '215258.800000', '215259.260000', '215259.720000', '215300.180000', '215300.640000', '215301.100000', '215301.560000', '215302.020000', '215302.480000', '215302.940000', '215303.400000', '215303.860000', '215304.320000', '215304.780000', '215305.240000', '215305.700000', '215306.160000', '215306.620000', '215307.080000', '215307.540000', '215308.000000', '215308.460000', '215308.920000', '215309.380000', '215309.840000', '215310.300000', '215310.760000', '215311.220000', '215311.680000', '215312.140000', '215312.600000', '215313.060000', '215313.520000', '215313.980000', '215314.440000', '215314.900000', '215315.360000', '215315.820000', '215316.280000', '215316.740000', '215317.200000', '215317.660000', '215318.120000', '215318.580000', '215319.040000', '215319.500000', '215319.960000', '215320.420000', '215320.880000', '215321.340000', '215321.800000', '215322.260000', '215322.720000', '215323.180000', '215323.640000', '215324.100000', '215324.560000', '215325.020000', '215325.480000', '215325.940000', '215326.400000', '215326.860000', '215327.320000', '215327.780000', '215328.240000', '215328.700000', '215329.160000', '215329.620000', '215330.080000', '215330.540000', '215331.000000', '215331.460000', '215331.920000', '215332.380000', '215332.840000', '215333.300000', '215333.760000', '215334.220000', '215334.680000', '215335.140000', '215335.600000', '215336.060000', '215336.520000', '215336.980000', '215337.440000', '215337.900000', '215338.360000', '215338.820000', '215339.280000', '215339.740000', '215340.200000', '215340.660000', '215341.120000', '215341.580000', '215342.040000', '215342.500000', '215342.960000', '215343.420000', '215343.880000', '215344.340000', '215344.800000', '215345.260000', '215345.720000', '215346.180000', '215346.640000', '215347.100000', '215347.560000', '215348.020000', '215348.480000', '215348.940000', '215349.400000', '215349.860000', '215350.320000', '215350.780000', '215351.240000', '215351.700000', '215352.160000', '215352.620000', '215353.080000', '215353.540000', '215354.000000', '215354.460000', '215354.920000', '215355.380000', '215355.840000', '215356.300000', '215356.760000', '215357.220000', '215357.680000', '215358.140000', '215358.600000', '215359.060000', '215359.520000', '215359.980000', '215400.440000', '215400.900000', '215401.360000', '215401.820000', '215402.280000', '215402.740000', '215403.200000', '215403.660000', '215404.120000', '215404.580000', '215405.040000', '215405.500000', '215405.960000', '215406.420000', '215406.880000', '215407.340000', '215407.800000', '215408.260000', '215408.720000', '215409.180000', '215409.640000', '215410.100000', '215410.560000', '215411.020000', '215411.480000', '215411.940000', '215412.400000', '215412.860000', '215413.320000', '215413.780000', '215414.240000', '215414.700000', '215415.160000', '215415.620000', '215416.080000', '215416.540000', '215417.000000', '215417.460000', '215417.920000', '215418.380000', '215418.840000', '215419.300000', '215419.760000', '215420.220000', '215420.680000', '215421.140000', '215421.600000', '215422.060000', '215422.520000', '215422.980000', '215423.440000', '215423.900000', '215424.360000', '215424.820000', '215425.280000', '215425.740000', '215426.200000', '215426.660000', '215427.120000', '215427.580000', '215428.040000', '215428.500000', '215428.960000', '215429.420000', '215429.880000', '215430.340000', '215430.800000', '215431.260000', '215431.720000', '215432.180000', '215432.640000', '215433.100000', '215433.560000', '215434.020000', '215434.480000', '215434.940000', '215435.400000', '215435.860000', '215436.320000', '215436.780000', '215437.240000', '215437.700000', '215438.160000', '215438.620000', '215439.080000', '215439.540000', '215440.000000', '215440.460000', '215440.920000', '215441.380000', '215441.840000', '215442.300000', '215442.760000', '215443.220000', '215443.680000', '215444.140000', '215444.600000', '215445.060000', '215445.520000', '215445.980000', '215446.440000', '215446.900000', '215447.360000', '215447.820000', '215448.280000', '215448.740000', '215449.200000', '215449.660000', '215450.120000', '215450.580000', '215451.040000', '215451.500000', '215451.960000', '215452.420000', '215452.880000', '215453.340000', '215453.800000', '215454.260000', '215454.720000', '215455.180000', '215455.640000', '215456.100000', '215456.560000', '215457.020000', '215457.480000', '215457.940000', '215458.400000', '215458.860000', '215459.320000', '215459.780000', '215500.240000', '215500.700000', '215501.160000', '215501.620000', '215502.080000', '215502.540000', '215503.000000', '215503.460000', '215503.920000', '215504.380000', '215504.840000', '215505.300000', '215505.760000', '215506.220000', '215506.680000', '215507.140000', '215507.600000', '215508.060000', '215508.520000', '215508.980000', '215509.440000', '215509.900000', '215510.360000', '215510.820000', '215511.280000', '215511.740000', '215512.200000', '215512.660000', '215513.120000', '215513.580000', '215514.040000', '215514.500000', '215514.960000', '215515.420000', '215515.880000', '215516.340000', '215516.800000', '215517.260000', '215517.720000', '215518.180000', '215518.640000', '215519.100000', '215519.560000', '215520.020000', '215520.480000', '215520.940000', '215521.400000', '215521.860000', '215522.320000', '215522.780000', '215523.240000', '215523.700000', '215524.160000', '215524.620000', '215525.080000', '215525.540000', '215526.000000', '215526.460000', '215526.920000', '215527.380000', '215527.840000', '215528.300000', '215528.760000', '215529.220000', '215529.680000', '215530.140000', '215530.600000', '215531.060000', '215531.520000', '215531.980000', '215532.440000', '215532.900000', '215533.360000', '215533.820000', '215534.280000', '215534.740000', '215535.200000', '215535.660000', '215536.120000', '215536.580000', '215537.040000', '215537.500000', '215537.960000', '215538.420000', '215538.880000', '215539.340000', '215539.800000', '215540.260000', '215540.720000', '215541.180000', '215541.640000', '215542.100000', '215542.560000', '215543.020000', '215543.480000', '215543.940000', '215544.400000', '215544.860000', '215545.320000', '215545.780000', '215546.240000', '215546.700000', '215547.160000', '215547.620000', '215548.080000', '215548.540000', '215549.000000', '215549.460000', '215549.920000', '215550.380000', '215550.840000', '215551.300000', '215551.760000', '215552.220000', '215552.680000', '215553.140000', '215553.600000', '215554.060000', '215554.520000', '215554.980000', '215555.440000', '215555.900000', '215556.360000', '215556.820000', '215557.280000', '215557.740000', '215558.200000', '215558.660000', '215559.120000', '215559.580000', '215600.040000', '215600.500000', '215600.960000', '215601.420000', '215601.880000', '215602.340000', '215602.800000', '215603.260000', '215603.720000', '215604.180000', '215604.640000', '215605.100000', '215605.560000', '215606.020000', '215606.480000', '215606.940000', '215607.400000', '215607.860000', '215608.320000', '215608.780000', '215609.240000', '215609.700000', '215610.160000', '215610.620000', '215611.080000', '215611.540000', '215612.000000', '215612.460000', '215612.920000', '215613.380000', '215613.840000', '215614.300000', '215614.760000', '215615.220000', '215615.680000', '215616.140000', '215616.600000', '215617.060000', '215617.520000', '215617.980000', '215618.440000', '215618.900000', '215619.360000', '215619.820000', '215620.280000', '215620.740000', '215621.200000', '215621.660000', '215622.120000', '215622.580000', '215623.040000', '215623.500000', '215623.960000', '215624.420000', '215624.880000', '215625.340000', '215625.800000', '215626.260000', '215626.720000', '215627.180000', '215627.640000', '215628.100000', '215628.560000', '215629.020000', '215629.480000', '215629.940000', '215630.400000', '215630.860000', '215631.320000', '215631.780000', '215632.240000', '215632.700000', '215633.160000', '215633.620000', '215634.080000', '215634.540000', '215635.000000', '215635.460000', '215635.920000', '215636.380000', '215636.840000', '215637.300000', '215637.760000', '215638.220000', '215638.680000', '215639.140000', '215639.600000', '215640.060000', '215640.520000', '215640.980000', '215641.440000', '215641.900000', '215642.360000', '215642.820000', '215643.280000', '215643.740000', '215644.200000', '215644.660000', '215645.120000', '215645.580000', '215646.040000', '215646.500000', '215646.960000', '215647.420000', '215647.880000', '215648.340000', '215648.800000', '215649.260000', '215649.720000', '215650.180000', '215650.640000', '215651.100000', '215651.560000', '215652.020000', '215652.480000', '215652.940000', '215653.400000', '215653.860000', '215654.320000', '215654.780000', '215655.240000', '215655.700000', '215656.160000', '215656.620000', '215657.080000', '215657.540000', '215658.000000'], 'ContentTime': ['215046.669000', '215046.672000', '215046.675000', '215046.678000', '215046.680000', '215046.683000', '215046.686000', '215046.688000', '215046.691000', '215046.693000', '215046.696000', '215046.699000', '215046.701000', '215046.704000', '215046.707000', '215046.709000', '215046.712000', '215046.714000', '215046.717000', '215046.719000', '215046.722000', '215046.725000', '215046.734000', '215046.737000', '215046.739000', '215046.742000', '215046.744000', '215046.747000', '215046.750000', '215046.752000', '215046.755000', '215046.757000', '215046.760000', '215046.762000', '215046.765000', '215046.767000', '215046.770000', '215046.773000', '215046.775000', '215046.778000', '215046.780000', '215046.783000', '215046.786000', '215046.788000', '215046.791000', '215046.793000', '215046.796000', '215046.798000', '215046.801000', '215046.804000', '215046.811000', '215046.813000', '215046.816000', '215046.818000', '215046.821000', '215046.824000', '215046.826000', '215046.829000', '215046.831000', '215046.834000', '215046.837000', '215106.640000', '215106.642000', '215106.645000', '215106.648000', '215106.650000', '215106.653000', '215106.655000', '215106.658000', '215106.661000', '215106.663000', '215106.666000', '215106.668000', '215106.671000', '215106.673000', '215106.676000', '215106.679000', '215106.681000', '215106.684000', '215106.686000', '215106.689000', '215106.692000', '215106.694000', '215106.697000', '215106.699000', '215106.702000', '215106.705000', '215106.707000', '215106.710000', '215106.712000', '215106.715000', '215106.718000', '215106.720000', '215106.723000', '215106.725000', '215106.728000', '215106.731000', '215106.733000', '215106.736000', '215106.738000', '215106.741000', '215106.743000', '215106.746000', '215106.749000', '215126.641000', '215126.643000', '215126.646000', '215126.649000', '215126.651000', '215126.654000', '215126.656000', '215126.659000', '215126.662000', '215126.664000', '215126.667000', '215126.669000', '215126.678000', '215126.680000', '215126.683000', '215126.685000', '215126.688000', '215126.690000', '215126.693000', '215126.696000', '215126.698000', '215126.701000', '215126.704000', '215126.706000', '215126.709000', '215126.711000', '215126.714000', '215126.717000', '215126.719000', '215126.722000', '215126.724000', '215126.727000', '215126.729000', '215126.732000', '215126.735000', '215126.737000', '215126.740000', '215126.742000', '215126.745000', '215126.747000', '215126.750000', '215126.753000', '215126.755000', '215126.758000', '215146.641000', '215146.643000', '215146.646000', '215146.649000', '215146.651000', '215146.654000', '215146.656000', '215146.659000', '215146.662000', '215146.664000', '215146.667000', '215146.669000', '215146.672000', '215146.675000', '215146.677000', '215146.680000', '215146.683000', '215146.685000', '215146.688000', '215146.690000', '215146.693000', '215146.696000', '215146.698000', '215146.701000', '215146.703000', '215146.706000', '215146.709000', '215146.711000', '215146.714000', '215146.716000', '215146.719000', '215146.722000', '215146.724000', '215146.727000', '215146.729000', '215146.752000', '215146.755000', '215146.758000', '215146.760000', '215146.763000', '215146.765000', '215146.768000', '215146.771000', '215206.640000', '215206.643000', '215206.646000', '215206.649000', '215206.651000', '215206.654000', '215206.656000', '215206.659000', '215206.662000', '215206.664000', '215206.667000', '215206.669000', '215206.672000', '215206.674000', '215206.677000', '215206.680000', '215206.682000', '215206.685000', '215206.687000', '215206.690000', '215206.693000', '215206.695000', '215206.698000', '215206.701000', '215206.703000', '215206.706000', '215206.708000', '215206.711000', '215206.714000', '215206.716000', '215206.719000', '215206.721000', '215206.724000', '215206.727000', '215206.729000', '215206.732000', '215206.734000', '215206.737000', '215206.740000', '215206.742000', '215206.745000', '215206.747000', '215206.750000', '215206.752000', '215226.641000', '215226.643000', '215226.646000', '215226.649000', '215226.651000', '215226.654000', '215226.657000', '215226.668000', '215226.670000', '215226.673000', '215226.676000', '215226.678000', '215226.681000', '215226.684000', '215226.686000', '215226.689000', '215226.691000', '215226.694000', '215226.697000', '215226.700000', '215226.702000', '215226.705000', '215226.707000', '215226.710000', '215226.713000', '215226.715000', '215226.718000', '215226.720000', '215226.723000', '215226.726000', '215226.728000', '215226.731000', '215226.733000', '215226.736000', '215226.739000', '215226.741000', '215226.744000', '215226.746000', '215226.749000', '215226.752000', '215226.754000', '215226.757000', '215226.759000', '215246.640000', '215246.643000', '215246.646000', '215246.648000', '215246.651000', '215246.654000', '215246.656000', '215246.659000', '215246.661000', '215246.664000', '215246.667000', '215246.669000', '215246.672000', '215246.675000', '215246.677000', '215246.680000', '215246.682000', '215246.685000', '215246.688000', '215246.690000', '215246.693000', '215246.695000', '215246.698000', '215246.701000', '215246.703000', '215246.706000', '215246.708000', '215246.711000', '215246.713000', '215246.716000', '215246.719000', '215246.721000', '215246.724000', '215246.727000', '215246.729000', '215246.732000', '215246.734000', '215246.737000', '215246.740000', '215246.742000', '215246.745000', '215246.747000', '215246.750000', '215246.752000', '215306.640000', '215306.643000', '215306.646000', '215306.648000', '215306.651000', '215306.654000', '215306.656000', '215306.659000', '215306.662000', '215306.664000', '215306.667000', '215306.669000', '215306.672000', '215306.675000', '215306.677000', '215306.680000', '215306.682000', '215306.685000', '215306.688000', '215306.690000', '215306.693000', '215306.695000', '215306.698000', '215306.701000', '215306.703000', '215306.706000', '215306.708000', '215306.711000', '215306.714000', '215306.716000', '215306.719000', '215306.721000', '215306.724000', '215306.727000', '215306.729000', '215306.732000', '215306.734000', '215306.737000', '215306.740000', '215306.742000', '215306.745000', '215306.747000', '215306.750000', '215326.640000', '215326.642000', '215326.645000', '215326.648000', '215326.650000', '215326.653000', '215326.655000', '215326.658000', '215326.661000', '215326.663000', '215326.666000', '215326.669000', '215326.671000', '215326.674000', '215326.677000', '215326.679000', '215326.682000', '215326.690000', '215326.693000', '215326.696000', '215326.698000', '215326.701000', '215326.703000', '215326.706000', '215326.709000', '215326.711000', '215326.714000', '215326.716000', '215326.719000', '215326.722000', '215326.724000', '215326.727000', '215326.729000', '215326.732000', '215326.735000', '215326.737000', '215326.740000', '215326.742000', '215326.745000', '215326.748000', '215326.750000', '215326.753000', '215326.755000', '215326.758000', '215346.640000', '215346.643000', '215346.646000', '215346.649000', '215346.651000', '215346.654000', '215346.656000', '215346.659000', '215346.662000', '215346.664000', '215346.667000', '215346.669000', '215346.672000', '215346.675000', '215346.677000', '215346.680000', '215346.683000', '215346.685000', '215346.688000', '215346.691000', '215346.693000', '215346.696000', '215346.698000', '215346.701000', '215346.704000', '215346.706000', '215346.709000', '215346.711000', '215346.714000', '215346.717000', '215346.719000', '215346.722000', '215346.724000', '215346.727000', '215346.730000', '215346.732000', '215346.735000', '215346.737000', '215346.740000', '215346.743000', '215346.745000', '215346.748000', '215346.750000', '215406.640000', '215406.643000', '215406.646000', '215406.648000', '215406.651000', '215406.654000', '215406.656000', '215406.659000', '215406.662000', '215406.665000', '215406.668000', '215406.670000', '215406.673000', '215406.675000', '215406.678000', '215406.681000', '215406.683000', '215406.686000', '215406.689000', '215406.691000', '215406.694000', '215406.696000', '215406.699000', '215406.702000', '215406.704000', '215406.707000', '215406.710000', '215406.712000', '215406.715000', '215406.717000', '215406.720000', '215406.723000', '215406.725000', '215406.728000', '215406.731000', '215406.733000', '215406.736000', '215406.738000', '215406.741000', '215406.744000', '215406.746000', '215406.749000', '215406.751000', '215426.641000', '215426.643000', '215426.646000', '215426.649000', '215426.651000', '215426.654000', '215426.656000', '215426.659000', '215426.662000', '215426.664000', '215426.667000', '215426.669000', '215426.672000', '215426.675000', '215426.677000', '215426.680000', '215426.683000', '215426.685000', '215426.688000', '215426.691000', '215426.693000', '215426.696000', '215426.698000', '215426.701000', '215426.704000', '215426.706000', '215426.709000', '215426.711000', '215426.714000', '215426.717000', '215426.719000', '215426.722000', '215426.725000', '215426.727000', '215426.730000', '215426.732000', '215426.735000', '215426.738000', '215426.740000', '215426.743000', '215426.745000', '215426.748000', '215426.751000', '215426.753000', '215446.641000', '215446.643000', '215446.646000', '215446.649000', '215446.652000', '215446.654000', '215446.657000', '215446.659000', '215446.662000', '215446.665000', '215446.667000', '215446.670000', '215446.672000', '215446.675000', '215446.678000', '215446.680000', '215446.683000', '215446.685000', '215446.688000', '215446.691000', '215446.693000', '215446.696000', '215446.698000', '215446.701000', '215446.704000', '215446.706000', '215446.709000', '215446.712000', '215446.714000', '215446.717000', '215446.719000', '215446.722000', '215446.725000', '215446.727000', '215446.730000', '215446.732000', '215446.735000', '215446.738000', '215446.740000', '215446.743000', '215446.746000', '215446.748000', '215446.763000', '215506.641000', '215506.643000', '215506.646000', '215506.649000', '215506.651000', '215506.654000', '215506.656000', '215506.659000', '215506.662000', '215506.664000', '215506.667000', '215506.670000', '215506.672000', '215506.675000', '215506.678000', '215506.680000', '215506.683000', '215506.685000', '215506.688000', '215506.690000', '215506.693000', '215506.696000', '215506.698000', '215506.701000', '215506.703000', '215506.706000', '215506.709000', '215506.711000', '215506.714000', '215506.716000', '215506.719000', '215506.722000', '215506.724000', '215506.727000', '215506.729000', '215506.732000', '215506.735000', '215506.737000', '215506.740000', '215506.742000', '215506.745000', '215506.748000', '215506.750000', '215506.753000', '215526.639000', '215526.642000', '215526.645000', '215526.647000', '215526.650000', '215526.653000', '215526.655000', '215526.658000', '215526.660000', '215526.663000', '215526.665000', '215526.668000', '215526.671000', '215526.673000', '215526.676000', '215526.679000', '215526.682000', '215526.684000', '215526.687000', '215526.690000', '215526.692000', '215526.695000', '215526.697000', '215526.701000', '215526.703000', '215526.706000', '215526.709000', '215526.711000', '215526.714000', '215526.717000', '215526.719000', '215526.722000', '215526.724000', '215526.727000', '215526.730000', '215526.732000', '215526.735000', '215526.737000', '215526.740000', '215526.743000', '215526.745000', '215526.748000', '215526.751000', '215546.640000', '215546.642000', '215546.645000', '215546.648000', '215546.650000', '215546.653000', '215546.655000', '215546.658000', '215546.661000', '215546.663000', '215546.666000', '215546.669000', '215546.671000', '215546.674000', '215546.677000', '215546.679000', '215546.682000', '215546.684000', '215546.687000', '215546.690000', '215546.692000', '215546.695000', '215546.697000', '215546.700000', '215546.703000', '215546.705000', '215546.708000', '215546.710000', '215546.713000', '215546.716000', '215546.718000', '215546.721000', '215546.723000', '215546.726000', '215546.729000', '215546.731000', '215546.734000', '215546.736000', '215546.739000', '215546.742000', '215546.744000', '215546.747000', '215546.749000', '215546.752000', '215606.641000', '215606.643000', '215606.646000', '215606.649000', '215606.651000', '215606.654000', '215606.656000', '215606.659000', '215606.662000', '215606.664000', '215606.667000', '215606.669000', '215606.672000', '215606.675000', '215606.677000', '215606.680000', '215606.682000', '215606.685000', '215606.688000', '215606.690000', '215606.693000', '215606.696000', '215606.698000', '215606.701000', '215606.704000', '215606.706000', '215606.709000', '215606.711000', '215606.714000', '215606.716000', '215606.719000', '215606.722000', '215606.724000', '215606.727000', '215606.729000', '215606.732000', '215606.735000', '215606.737000', '215606.740000', '215606.742000', '215606.745000', '215606.748000', '215606.750000', '215626.641000', '215626.644000', '215626.646000', '215626.649000', '215626.652000', '215626.654000', '215626.657000', '215626.660000', '215626.662000', '215626.665000', '215626.678000', '215626.680000', '215626.683000', '215626.685000', '215626.688000', '215626.691000', '215626.693000', '215626.696000', '215626.699000', '215626.701000', '215626.704000', '215626.706000', '215626.709000', '215626.712000', '215626.714000', '215626.717000', '215626.719000', '215626.722000', '215626.725000', '215626.727000', '215626.730000', '215626.732000', '215626.735000', '215626.738000', '215626.740000', '215626.743000', '215626.745000', '215626.748000', '215626.751000', '215626.753000', '215626.756000', '215626.758000', '215626.761000', '215626.764000', '215646.641000', '215646.643000', '215646.646000', '215646.649000', '215646.651000', '215646.654000', '215646.656000', '215646.659000', '215646.662000', '215646.664000', '215646.667000', '215646.669000', '215646.672000', '215646.675000', '215646.677000', '215646.680000', '215646.683000', '215646.685000', '215646.688000', '215646.690000', '215646.693000', '215646.696000', '215646.698000', '215646.701000', '215646.704000', '215646.706000', '215646.709000', '215646.711000', '215646.714000', '215646.717000', '215646.719000', '215646.722000', '215646.724000', '215646.727000', '215646.730000', '215646.732000', '215646.735000', '215646.737000', '215646.741000', '215646.743000', '215646.746000', '215646.749000', '215646.751000', '215659.594000', '215659.597000', '215659.600000', '215659.602000', '215659.605000', '215659.608000', '215659.610000', '215659.613000', '215659.616000', '215659.619000', '215659.621000', '215659.624000', '215659.626000', '215659.629000', '215659.632000', '215659.634000', '215659.637000', '215659.639000', '215659.642000', '215659.645000', '215659.647000', '215659.650000', '215659.652000', '215659.655000', '215659.658000', '215659.660000', '215659.663000', '215659.665000', '215659.668000'], 'InstanceCreationTime': ['215046.669000', '215046.672000', '215046.675000', '215046.678000', '215046.680000', '215046.683000', '215046.686000', '215046.688000', '215046.691000', '215046.693000', '215046.696000', '215046.699000', '215046.701000', '215046.704000', '215046.707000', '215046.709000', '215046.712000', '215046.714000', '215046.717000', '215046.719000', '215046.722000', '215046.725000', '215046.734000', '215046.737000', '215046.739000', '215046.742000', '215046.744000', '215046.747000', '215046.750000', '215046.752000', '215046.755000', '215046.757000', '215046.760000', '215046.762000', '215046.765000', '215046.767000', '215046.770000', '215046.773000', '215046.775000', '215046.778000', '215046.780000', '215046.783000', '215046.786000', '215046.788000', '215046.791000', '215046.793000', '215046.796000', '215046.798000', '215046.801000', '215046.804000', '215046.811000', '215046.813000', '215046.816000', '215046.818000', '215046.821000', '215046.824000', '215046.826000', '215046.829000', '215046.831000', '215046.834000', '215046.837000', '215106.640000', '215106.642000', '215106.645000', '215106.648000', '215106.650000', '215106.653000', '215106.655000', '215106.658000', '215106.661000', '215106.663000', '215106.666000', '215106.668000', '215106.671000', '215106.673000', '215106.676000', '215106.679000', '215106.681000', '215106.684000', '215106.686000', '215106.689000', '215106.692000', '215106.694000', '215106.697000', '215106.699000', '215106.702000', '215106.705000', '215106.707000', '215106.710000', '215106.712000', '215106.715000', '215106.718000', '215106.720000', '215106.723000', '215106.725000', '215106.728000', '215106.731000', '215106.733000', '215106.736000', '215106.738000', '215106.741000', '215106.743000', '215106.746000', '215106.749000', '215126.641000', '215126.643000', '215126.646000', '215126.649000', '215126.651000', '215126.654000', '215126.656000', '215126.659000', '215126.662000', '215126.664000', '215126.667000', '215126.669000', '215126.678000', '215126.680000', '215126.683000', '215126.685000', '215126.688000', '215126.690000', '215126.693000', '215126.696000', '215126.698000', '215126.701000', '215126.704000', '215126.706000', '215126.709000', '215126.711000', '215126.714000', '215126.717000', '215126.719000', '215126.722000', '215126.724000', '215126.727000', '215126.729000', '215126.732000', '215126.735000', '215126.737000', '215126.740000', '215126.742000', '215126.745000', '215126.747000', '215126.750000', '215126.753000', '215126.755000', '215126.758000', '215146.641000', '215146.643000', '215146.646000', '215146.649000', '215146.651000', '215146.654000', '215146.656000', '215146.659000', '215146.662000', '215146.664000', '215146.667000', '215146.669000', '215146.672000', '215146.675000', '215146.677000', '215146.680000', '215146.683000', '215146.685000', '215146.688000', '215146.690000', '215146.693000', '215146.696000', '215146.698000', '215146.701000', '215146.703000', '215146.706000', '215146.709000', '215146.711000', '215146.714000', '215146.716000', '215146.719000', '215146.722000', '215146.724000', '215146.727000', '215146.729000', '215146.752000', '215146.755000', '215146.758000', '215146.760000', '215146.763000', '215146.765000', '215146.768000', '215146.771000', '215206.640000', '215206.643000', '215206.646000', '215206.649000', '215206.651000', '215206.654000', '215206.656000', '215206.659000', '215206.662000', '215206.664000', '215206.667000', '215206.669000', '215206.672000', '215206.674000', '215206.677000', '215206.680000', '215206.682000', '215206.685000', '215206.687000', '215206.690000', '215206.693000', '215206.695000', '215206.698000', '215206.701000', '215206.703000', '215206.706000', '215206.708000', '215206.711000', '215206.714000', '215206.716000', '215206.719000', '215206.721000', '215206.724000', '215206.727000', '215206.729000', '215206.732000', '215206.734000', '215206.737000', '215206.740000', '215206.742000', '215206.745000', '215206.747000', '215206.750000', '215206.752000', '215226.641000', '215226.643000', '215226.646000', '215226.649000', '215226.651000', '215226.654000', '215226.657000', '215226.668000', '215226.670000', '215226.673000', '215226.676000', '215226.678000', '215226.681000', '215226.684000', '215226.686000', '215226.689000', '215226.691000', '215226.694000', '215226.697000', '215226.700000', '215226.702000', '215226.705000', '215226.707000', '215226.710000', '215226.713000', '215226.715000', '215226.718000', '215226.720000', '215226.723000', '215226.726000', '215226.728000', '215226.731000', '215226.733000', '215226.736000', '215226.739000', '215226.741000', '215226.744000', '215226.746000', '215226.749000', '215226.752000', '215226.754000', '215226.757000', '215226.759000', '215246.640000', '215246.643000', '215246.646000', '215246.648000', '215246.651000', '215246.654000', '215246.656000', '215246.659000', '215246.661000', '215246.664000', '215246.667000', '215246.669000', '215246.672000', '215246.675000', '215246.677000', '215246.680000', '215246.682000', '215246.685000', '215246.688000', '215246.690000', '215246.693000', '215246.695000', '215246.698000', '215246.701000', '215246.703000', '215246.706000', '215246.708000', '215246.711000', '215246.713000', '215246.716000', '215246.719000', '215246.721000', '215246.724000', '215246.727000', '215246.729000', '215246.732000', '215246.734000', '215246.737000', '215246.740000', '215246.742000', '215246.745000', '215246.747000', '215246.750000', '215246.752000', '215306.640000', '215306.643000', '215306.646000', '215306.648000', '215306.651000', '215306.654000', '215306.656000', '215306.659000', '215306.662000', '215306.664000', '215306.667000', '215306.669000', '215306.672000', '215306.675000', '215306.677000', '215306.680000', '215306.682000', '215306.685000', '215306.688000', '215306.690000', '215306.693000', '215306.695000', '215306.698000', '215306.701000', '215306.703000', '215306.706000', '215306.708000', '215306.711000', '215306.714000', '215306.716000', '215306.719000', '215306.721000', '215306.724000', '215306.727000', '215306.729000', '215306.732000', '215306.734000', '215306.737000', '215306.740000', '215306.742000', '215306.745000', '215306.747000', '215306.750000', '215326.640000', '215326.642000', '215326.645000', '215326.648000', '215326.650000', '215326.653000', '215326.655000', '215326.658000', '215326.661000', '215326.663000', '215326.666000', '215326.669000', '215326.671000', '215326.674000', '215326.677000', '215326.679000', '215326.682000', '215326.690000', '215326.693000', '215326.696000', '215326.698000', '215326.701000', '215326.703000', '215326.706000', '215326.709000', '215326.711000', '215326.714000', '215326.716000', '215326.719000', '215326.722000', '215326.724000', '215326.727000', '215326.729000', '215326.732000', '215326.735000', '215326.737000', '215326.740000', '215326.742000', '215326.745000', '215326.748000', '215326.750000', '215326.753000', '215326.755000', '215326.758000', '215346.640000', '215346.643000', '215346.646000', '215346.649000', '215346.651000', '215346.654000', '215346.656000', '215346.659000', '215346.662000', '215346.664000', '215346.667000', '215346.669000', '215346.672000', '215346.675000', '215346.677000', '215346.680000', '215346.683000', '215346.685000', '215346.688000', '215346.691000', '215346.693000', '215346.696000', '215346.698000', '215346.701000', '215346.704000', '215346.706000', '215346.709000', '215346.711000', '215346.714000', '215346.717000', '215346.719000', '215346.722000', '215346.724000', '215346.727000', '215346.730000', '215346.732000', '215346.735000', '215346.737000', '215346.740000', '215346.743000', '215346.745000', '215346.748000', '215346.750000', '215406.640000', '215406.643000', '215406.646000', '215406.648000', '215406.651000', '215406.654000', '215406.656000', '215406.659000', '215406.662000', '215406.665000', '215406.668000', '215406.670000', '215406.673000', '215406.675000', '215406.678000', '215406.681000', '215406.683000', '215406.686000', '215406.689000', '215406.691000', '215406.694000', '215406.696000', '215406.699000', '215406.702000', '215406.704000', '215406.707000', '215406.710000', '215406.712000', '215406.715000', '215406.717000', '215406.720000', '215406.723000', '215406.725000', '215406.728000', '215406.731000', '215406.733000', '215406.736000', '215406.738000', '215406.741000', '215406.744000', '215406.746000', '215406.749000', '215406.751000', '215426.641000', '215426.643000', '215426.646000', '215426.649000', '215426.651000', '215426.654000', '215426.656000', '215426.659000', '215426.662000', '215426.664000', '215426.667000', '215426.669000', '215426.672000', '215426.675000', '215426.677000', '215426.680000', '215426.683000', '215426.685000', '215426.688000', '215426.691000', '215426.693000', '215426.696000', '215426.698000', '215426.701000', '215426.704000', '215426.706000', '215426.709000', '215426.711000', '215426.714000', '215426.717000', '215426.719000', '215426.722000', '215426.725000', '215426.727000', '215426.730000', '215426.732000', '215426.735000', '215426.738000', '215426.740000', '215426.743000', '215426.745000', '215426.748000', '215426.751000', '215426.753000', '215446.641000', '215446.643000', '215446.646000', '215446.649000', '215446.652000', '215446.654000', '215446.657000', '215446.659000', '215446.662000', '215446.665000', '215446.667000', '215446.670000', '215446.672000', '215446.675000', '215446.678000', '215446.680000', '215446.683000', '215446.685000', '215446.688000', '215446.691000', '215446.693000', '215446.696000', '215446.698000', '215446.701000', '215446.704000', '215446.706000', '215446.709000', '215446.712000', '215446.714000', '215446.717000', '215446.719000', '215446.722000', '215446.725000', '215446.727000', '215446.730000', '215446.732000', '215446.735000', '215446.738000', '215446.740000', '215446.743000', '215446.746000', '215446.748000', '215446.763000', '215506.641000', '215506.643000', '215506.646000', '215506.649000', '215506.651000', '215506.654000', '215506.656000', '215506.659000', '215506.662000', '215506.664000', '215506.667000', '215506.670000', '215506.672000', '215506.675000', '215506.678000', '215506.680000', '215506.683000', '215506.685000', '215506.688000', '215506.690000', '215506.693000', '215506.696000', '215506.698000', '215506.701000', '215506.703000', '215506.706000', '215506.709000', '215506.711000', '215506.714000', '215506.716000', '215506.719000', '215506.722000', '215506.724000', '215506.727000', '215506.729000', '215506.732000', '215506.735000', '215506.737000', '215506.740000', '215506.742000', '215506.745000', '215506.748000', '215506.750000', '215506.753000', '215526.639000', '215526.642000', '215526.645000', '215526.647000', '215526.650000', '215526.653000', '215526.655000', '215526.658000', '215526.660000', '215526.663000', '215526.665000', '215526.668000', '215526.671000', '215526.673000', '215526.676000', '215526.679000', '215526.682000', '215526.684000', '215526.687000', '215526.690000', '215526.692000', '215526.695000', '215526.697000', '215526.701000', '215526.703000', '215526.706000', '215526.709000', '215526.711000', '215526.714000', '215526.717000', '215526.719000', '215526.722000', '215526.724000', '215526.727000', '215526.730000', '215526.732000', '215526.735000', '215526.737000', '215526.740000', '215526.743000', '215526.745000', '215526.748000', '215526.751000', '215546.640000', '215546.642000', '215546.645000', '215546.648000', '215546.650000', '215546.653000', '215546.655000', '215546.658000', '215546.661000', '215546.663000', '215546.666000', '215546.669000', '215546.671000', '215546.674000', '215546.677000', '215546.679000', '215546.682000', '215546.684000', '215546.687000', '215546.690000', '215546.692000', '215546.695000', '215546.697000', '215546.700000', '215546.703000', '215546.705000', '215546.708000', '215546.710000', '215546.713000', '215546.716000', '215546.718000', '215546.721000', '215546.723000', '215546.726000', '215546.729000', '215546.731000', '215546.734000', '215546.736000', '215546.739000', '215546.742000', '215546.744000', '215546.747000', '215546.749000', '215546.752000', '215606.641000', '215606.643000', '215606.646000', '215606.649000', '215606.651000', '215606.654000', '215606.656000', '215606.659000', '215606.662000', '215606.664000', '215606.667000', '215606.669000', '215606.672000', '215606.675000', '215606.677000', '215606.680000', '215606.682000', '215606.685000', '215606.688000', '215606.690000', '215606.693000', '215606.696000', '215606.698000', '215606.701000', '215606.704000', '215606.706000', '215606.709000', '215606.711000', '215606.714000', '215606.716000', '215606.719000', '215606.722000', '215606.724000', '215606.727000', '215606.729000', '215606.732000', '215606.735000', '215606.737000', '215606.740000', '215606.742000', '215606.745000', '215606.748000', '215606.750000', '215626.641000', '215626.644000', '215626.646000', '215626.649000', '215626.652000', '215626.654000', '215626.657000', '215626.660000', '215626.662000', '215626.665000', '215626.678000', '215626.680000', '215626.683000', '215626.685000', '215626.688000', '215626.691000', '215626.693000', '215626.696000', '215626.699000', '215626.701000', '215626.704000', '215626.706000', '215626.709000', '215626.712000', '215626.714000', '215626.717000', '215626.719000', '215626.722000', '215626.725000', '215626.727000', '215626.730000', '215626.732000', '215626.735000', '215626.738000', '215626.740000', '215626.743000', '215626.745000', '215626.748000', '215626.751000', '215626.753000', '215626.756000', '215626.758000', '215626.761000', '215626.764000', '215646.641000', '215646.643000', '215646.646000', '215646.649000', '215646.651000', '215646.654000', '215646.656000', '215646.659000', '215646.662000', '215646.664000', '215646.667000', '215646.669000', '215646.672000', '215646.675000', '215646.677000', '215646.680000', '215646.683000', '215646.685000', '215646.688000', '215646.690000', '215646.693000', '215646.696000', '215646.698000', '215646.701000', '215646.704000', '215646.706000', '215646.709000', '215646.711000', '215646.714000', '215646.717000', '215646.719000', '215646.722000', '215646.724000', '215646.727000', '215646.730000', '215646.732000', '215646.735000', '215646.737000', '215646.741000', '215646.743000', '215646.746000', '215646.749000', '215646.751000', '215659.594000', '215659.597000', '215659.600000', '215659.602000', '215659.605000', '215659.608000', '215659.610000', '215659.613000', '215659.616000', '215659.619000', '215659.621000', '215659.624000', '215659.626000', '215659.629000', '215659.632000', '215659.634000', '215659.637000', '215659.639000', '215659.642000', '215659.645000', '215659.647000', '215659.650000', '215659.652000', '215659.655000', '215659.658000', '215659.660000', '215659.663000', '215659.665000', '215659.668000'], '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': [9909, 6814, 9326, 6666, 8646, 6872, 8616, 6013, 7111, 6105, 7182, 5969, 7452, 6138, 7322, 5994, 7637, 7065, 8030, 7235, 8385, 7800, 8302, 5984, 7543, 6216, 6680, 6052, 8171, 6109, 8903, 6263, 8708, 6201, 8707, 6505, 8986, 6206, 9051, 6357, 8858, 6152, 8361, 6568, 7849, 6114, 8336, 6350, 6980, 6245, 7339, 8699, 7926, 7419, 7441, 6209, 6654, 6153, 8161, 7459, 8879, 7507, 7978, 6262, 7671, 6289, 8253, 6612, 8325, 7682, 9054, 8587, 8445, 6447, 8124, 6269, 7848, 6790, 8637, 7904, 8751, 7035, 7504, 6184, 7729, 5994, 8578, 6058, 9791, 6592, 7888, 6011, 7694, 6269, 8475, 6540, 9421, 5980, 8375, 5894, 7981, 6075, 7508, 5880, 7766, 5767, 8790, 5939, 8856, 6368, 8240, 6161, 8779, 8372, 5978, 9142, 6340, 8478, 6312, 8743, 6076, 8708, 6212, 8590, 5862, 7732, 8557, 7660, 9168, 6861, 8912, 6396, 9047, 6410, 8819, 6313, 8800, 6678, 8447, 6321, 8893, 6328, 8733, 6355, 8983, 6427, 8675, 6175, 8380, 6212, 8624, 6261, 8767, 6152, 9008, 6260, 8661, 6230, 8481, 6155, 8847, 6367, 9517, 6646, 6156, 6748, 6036, 9303, 6241, 9194, 6294, 8480, 6221, 7521, 5980, 9144, 5938, 9172, 6486, 7579, 6223, 7666, 6223, 7870, 7230, 8795, 7444, 7949, 6231, 8677, 6290, 8173, 6158, 8697, 6264, 9232, 6254, 8873, 6229, 8565, 6643, 7916, 5912, 7626, 6727, 7533, 5859, 8080, 5935, 9002, 5962, 8562, 6210, 7610, 5943, 7636, 5776, 7938, 6185, 7999, 8130, 8561, 7770, 8558, 9520, 8331, 9334, 8836, 6266, 7633, 6048, 7192, 6028, 8566, 6352, 8245, 6455, 8018, 6161, 7599, 5847, 9579, 6323, 8427, 6421, 8931, 6247, 7305, 6617, 6153, 9679, 6746, 8602, 8953, 8402, 8620, 6817, 8923, 6235, 8668, 6170, 8590, 6288, 8091, 5937, 7935, 8332, 8296, 9395, 6557, 9325, 6311, 9161, 6545, 9244, 6195, 8592, 6309, 7513, 6305, 7898, 6207, 8495, 6202, 8094, 6381, 7895, 6137, 7901, 6318, 8604, 6261, 9078, 6555, 8911, 7537, 9071, 8535, 9193, 7788, 8780, 7782, 8433, 6882, 9081, 6607, 9054, 7098, 8894, 6273, 8630, 6572, 8830, 5991, 9008, 6741, 9755, 6145, 5867, 6335, 6083, 9150, 6354, 9036, 6312, 7989, 6673, 7927, 6306, 9147, 6458, 8814, 6072, 7265, 10021, 6821, 9249, 6190, 9260, 6148, 8658, 6169, 8126, 6216, 9670, 6584, 8696, 6064, 8584, 5954, 7945, 6460, 9109, 6441, 9592, 6037, 8354, 6481, 9109, 6200, 5691, 6488, 6110, 9171, 6380, 9773, 6405, 9616, 6205, 9259, 6289, 7522, 6106, 7960, 9170, 8233, 8287, 8693, 9604, 7011, 9526, 7101, 8875, 8364, 9390, 7939, 9351, 6656, 8964, 6393, 9029, 6295, 8562, 6008, 8933, 6468, 7751, 6739, 8117, 8326, 7903, 5919, 6519, 6021, 7303, 5895, 9226, 6252, 8632, 6150, 7740, 6338, 7968, 6026, 8616, 6999, 9086, 7111, 10401, 9360, 6245, 7245, 6071, 9576, 6504, 9122, 6191, 7548, 6271, 8458, 8671, 8421, 9161, 9727, 9600, 9981, 9899, 10140, 8538, 9146, 7464, 8953, 6519, 9097, 6612, 8833, 6215, 8498, 6204, 8348, 6058, 8955, 6106, 7925, 6018, 7476, 6253, 8973, 6336, 8927, 6105, 9231, 5915, 7884, 8316, 7799, 8682, 6416, 8584, 6096, 8637, 5997, 8304, 6214, 8349, 6015, 8494, 6043, 8711, 6114, 9249, 5905, 9404, 5954, 8031, 7796, 6682, 5983, 6492, 6017, 7962, 6316, 8165, 6165, 7384, 6279, 7460, 6263, 8447, 6732, 8632, 7047, 8478, 6490, 8838, 6587, 9041, 6887, 9272, 6287, 8489, 6119, 8710, 6196, 9087, 6206, 9096, 6670, 8074, 6188, 7706, 6091, 9196, 6048, 9146, 6490, 8627, 6337, 8226, 6127, 8674, 6466, 8624, 6181, 8996, 6290, 9266, 6921, 9109, 6259, 8714, 6769, 8103, 8278, 8267, 9668, 8284, 8669, 6076, 6996, 6158, 7242, 6059, 8408, 6080, 9445, 6191, 8093, 6747, 8016, 7290, 8036, 8323, 7285, 9421, 8073, 9239, 9505, 8183, 8848, 6159, 8468, 5932, 8316, 7255, 8656, 7754, 8376, 6481, 8416, 7414, 8762, 8914, 9433, 7640, 7794, 6246, 7041, 5988, 7944, 6693, 8006, 7530, 8690, 7404, 8021, 6527, 8314, 6212, 8612, 6360, 8483, 6427, 8396, 6162, 8407, 6076, 7896, 6281, 8542, 6157, 8764, 6062, 9023, 6169, 8714, 6311, 8363, 6034, 8069, 6069, 9070, 6031, 9274, 6458, 8246, 6383, 8249, 6098, 8291, 6094, 9028, 5854, 9198, 6207, 7928, 6018, 8240, 5967, 8815, 6194, 9041, 6340, 8137, 6026, 8318, 6238, 8764, 6186, 9167, 6860, 8602, 7560, 6062, 8500, 6281, 10007, 6337, 9521, 6439, 8463, 6453, 7982, 6319, 8430, 6696, 9578, 6444, 9251, 6151, 9366, 6076, 9024, 6142, 9147, 7657, 9236, 6434, 8706, 6409, 8986, 6797, 8814, 7483, 8652, 8979, 6322, 8150, 6081, 7700, 6303, 8449, 6180, 8060, 6424, 8091, 6558, 8031, 6228, 8815, 6250, 9533, 6086, 8682, 7509, 8868, 8510, 8700, 9295, 7813, 9064, 6666, 9104, 6466, 9016, 6196, 9075, 6306, 8904, 6927, 8681, 7892, 7116, 7366, 6045, 7799, 5899, 8765, 5936, 8688, 5958, 9356, 6080, 9493, 6095, 8384, 7879, 8653, 7279, 8252, 6282, 6647, 6046, 9382, 6127, 9595, 6243, 8206, 6132, 7434, 6153, 7831, 6422, 9378, 8057, 6261, 9027, 6028, 9808, 6183, 9636, 6539, 7575, 8488, 7809, 9418, 6912, 9330, 6396, 9145, 6400, 8917, 6253, 8609, 6292, 8436, 5986, 9064, 6487, 7704, 6438, 7236, 5996, 7715, 6522, 9598, 7970, 6083, 6199, 6253, 8075, 6306, 8043, 6408, 8675, 6235, 8654, 6126, 8512, 6272, 9043, 6845, 9641, 7684, 8840, 6820, 5939, 6172, 6146, 8061, 5990, 8439, 6655, 8593, 6754, 8352, 7057, 8596, 7074, 8454, 6469, 8178, 6597, 9007, 6199, 8672, 6081, 8615, 5919, 8920, 5906, 8774, 6491, 8740, 6070, 8068, 6164, 8363, 6044, 8180, 5970, 8425, 6071, 8473, 6067, 8492, 6022, 8184, 6190, 8522, 6323, 8120, 6119, 7853, 6124, 8529, 7427, 8432, 8416, 6260, 8725, 5980, 7634, 6265, 8500, 6381, 8465, 6044, 8394, 7457, 8724, 7663], 'WindowCenter': [3666.0, 3608.0, 3635.0, 3591.0, 3611.0, 3587.0, 3607.0, 3564.0, 3584.0, 3563.0, 3584.0, 3564.0, 3597.0, 3575.0, 3596.0, 3576.0, 3598.0, 3587.0, 3609.0, 3597.0, 3610.0, 3610.0, 3621.0, 3578.0, 3611.0, 3579.0, 3598.0, 3589.0, 3621.0, 3589.0, 3621.0, 3590.0, 3623.0, 3592.0, 3621.0, 3591.0, 3621.0, 3579.0, 3620.0, 3588.0, 3621.0, 3578.0, 3621.0, 3599.0, 3611.0, 3579.0, 3621.0, 3589.0, 3600.0, 3587.0, 3599.0, 3622.0, 3623.0, 3611.0, 3612.0, 3590.0, 3603.0, 3591.0, 3624.0, 3612.0, 3635.0, 3614.0, 3624.0, 3603.0, 3624.0, 3590.0, 3623.0, 3599.0, 3623.0, 3611.0, 3634.0, 3624.0, 3625.0, 3590.0, 3623.0, 3589.0, 3622.0, 3589.0, 3622.0, 3612.0, 3622.0, 3599.0, 3610.0, 3578.0, 3611.0, 3579.0, 3621.0, 3578.0, 3632.0, 3590.0, 3612.0, 3577.0, 3610.0, 3588.0, 3621.0, 3589.0, 3621.0, 3577.0, 3609.0, 3576.0, 3611.0, 3577.0, 3598.0, 3567.0, 3610.0, 3578.0, 3621.0, 3589.0, 3634.0, 3603.0, 3622.0, 3589.0, 3622.0, 3624.0, 3592.0, 3635.0, 3602.0, 3625.0, 3602.0, 3623.0, 3591.0, 3622.0, 3579.0, 3621.0, 3567.0, 3611.0, 3610.0, 3610.0, 3619.0, 3588.0, 3618.0, 3588.0, 3618.0, 3587.0, 3619.0, 3589.0, 3620.0, 3589.0, 3609.0, 3589.0, 3619.0, 3589.0, 3620.0, 3588.0, 3621.0, 3590.0, 3620.0, 3578.0, 3610.0, 3578.0, 3620.0, 3590.0, 3622.0, 3580.0, 3621.0, 3589.0, 3621.0, 3590.0, 3621.0, 3591.0, 3633.0, 3603.0, 3633.0, 3603.0, 3590.0, 3604.0, 3592.0, 3646.0, 3604.0, 3648.0, 3604.0, 3636.0, 3594.0, 3625.0, 3591.0, 3635.0, 3592.0, 3646.0, 3602.0, 3624.0, 3591.0, 3613.0, 3591.0, 3624.0, 3612.0, 3636.0, 3612.0, 3625.0, 3593.0, 3635.0, 3602.0, 3624.0, 3591.0, 3622.0, 3591.0, 3633.0, 3592.0, 3622.0, 3592.0, 3621.0, 3589.0, 3610.0, 3578.0, 3611.0, 3587.0, 3610.0, 3566.0, 3608.0, 3575.0, 3620.0, 3576.0, 3620.0, 3577.0, 3597.0, 3576.0, 3597.0, 3565.0, 3608.0, 3576.0, 3609.0, 3608.0, 3620.0, 3597.0, 3620.0, 3619.0, 3620.0, 3620.0, 3620.0, 3589.0, 3609.0, 3577.0, 3599.0, 3578.0, 3622.0, 3590.0, 3622.0, 3589.0, 3611.0, 3590.0, 3610.0, 3579.0, 3633.0, 3590.0, 3623.0, 3591.0, 3634.0, 3591.0, 3611.0, 3602.0, 3590.0, 3645.0, 3602.0, 3635.0, 3634.0, 3634.0, 3622.0, 3602.0, 3621.0, 3578.0, 3620.0, 3578.0, 3620.0, 3587.0, 3609.0, 3576.0, 3609.0, 3607.0, 3607.0, 3617.0, 3576.0, 3616.0, 3576.0, 3620.0, 3577.0, 3618.0, 3576.0, 3607.0, 3585.0, 3598.0, 3588.0, 3610.0, 3579.0, 3622.0, 3590.0, 3610.0, 3590.0, 3610.0, 3587.0, 3622.0, 3591.0, 3622.0, 3592.0, 3634.0, 3592.0, 3621.0, 3612.0, 3622.0, 3634.0, 3632.0, 3611.0, 3619.0, 3612.0, 3621.0, 3600.0, 3621.0, 3600.0, 3622.0, 3601.0, 3619.0, 3590.0, 3621.0, 3589.0, 3620.0, 3591.0, 3632.0, 3601.0, 3632.0, 3592.0, 3579.0, 3601.0, 3591.0, 3635.0, 3602.0, 3636.0, 3604.0, 3625.0, 3603.0, 3623.0, 3591.0, 3634.0, 3590.0, 3623.0, 3578.0, 3601.0, 3631.0, 3589.0, 3620.0, 3576.0, 3619.0, 3577.0, 3620.0, 3579.0, 3609.0, 3577.0, 3630.0, 3586.0, 3620.0, 3575.0, 3620.0, 3578.0, 3611.0, 3588.0, 3632.0, 3589.0, 3631.0, 3590.0, 3621.0, 3591.0, 3632.0, 3591.0, 3580.0, 3602.0, 3591.0, 3646.0, 3603.0, 3648.0, 3605.0, 3647.0, 3592.0, 3635.0, 3591.0, 3612.0, 3578.0, 3611.0, 3621.0, 3611.0, 3608.0, 3621.0, 3619.0, 3599.0, 3632.0, 3600.0, 3619.0, 3609.0, 3618.0, 3609.0, 3618.0, 3588.0, 3620.0, 3588.0, 3618.0, 3588.0, 3608.0, 3576.0, 3619.0, 3587.0, 3610.0, 3588.0, 3611.0, 3609.0, 3611.0, 3579.0, 3589.0, 3589.0, 3611.0, 3578.0, 3634.0, 3603.0, 3635.0, 3592.0, 3624.0, 3603.0, 3624.0, 3593.0, 3637.0, 3617.0, 3647.0, 3627.0, 3646.0, 3635.0, 3603.0, 3613.0, 3593.0, 3659.0, 3604.0, 3634.0, 3581.0, 3613.0, 3591.0, 3624.0, 3636.0, 3624.0, 3634.0, 3632.0, 3631.0, 3619.0, 3620.0, 3619.0, 3607.0, 3605.0, 3584.0, 3593.0, 3562.0, 3593.0, 3573.0, 3593.0, 3551.0, 3592.0, 3562.0, 3594.0, 3562.0, 3605.0, 3563.0, 3594.0, 3563.0, 3584.0, 3574.0, 3606.0, 3575.0, 3619.0, 3576.0, 3620.0, 3566.0, 3610.0, 3607.0, 3598.0, 3619.0, 3589.0, 3619.0, 3578.0, 3619.0, 3578.0, 3610.0, 3591.0, 3621.0, 3590.0, 3621.0, 3580.0, 3621.0, 3580.0, 3632.0, 3579.0, 3634.0, 3590.0, 3623.0, 3611.0, 3603.0, 3589.0, 3602.0, 3593.0, 3640.0, 3616.0, 3639.0, 3608.0, 3629.0, 3617.0, 3626.0, 3619.0, 3639.0, 3617.0, 3637.0, 3616.0, 3625.0, 3603.0, 3633.0, 3603.0, 3634.0, 3602.0, 3632.0, 3591.0, 3622.0, 3577.0, 3621.0, 3579.0, 3621.0, 3579.0, 3622.0, 3590.0, 3610.0, 3578.0, 3610.0, 3578.0, 3621.0, 3577.0, 3632.0, 3589.0, 3622.0, 3589.0, 3619.0, 3579.0, 3620.0, 3589.0, 3620.0, 3578.0, 3620.0, 3592.0, 3632.0, 3601.0, 3621.0, 3589.0, 3620.0, 3599.0, 3609.0, 3620.0, 3621.0, 3634.0, 3621.0, 3622.0, 3578.0, 3601.0, 3591.0, 3611.0, 3590.0, 3622.0, 3591.0, 3634.0, 3590.0, 3622.0, 3601.0, 3612.0, 3599.0, 3611.0, 3608.0, 3600.0, 3619.0, 3611.0, 3631.0, 3633.0, 3621.0, 3622.0, 3578.0, 3620.0, 3577.0, 3610.0, 3599.0, 3621.0, 3611.0, 3622.0, 3588.0, 3622.0, 3609.0, 3621.0, 3632.0, 3633.0, 3612.0, 3610.0, 3591.0, 3601.0, 3591.0, 3623.0, 3616.0, 3625.0, 3625.0, 3625.0, 3614.0, 3624.0, 3603.0, 3621.0, 3590.0, 3621.0, 3591.0, 3621.0, 3592.0, 3621.0, 3579.0, 3621.0, 3578.0, 3611.0, 3590.0, 3621.0, 3579.0, 3621.0, 3579.0, 3620.0, 3579.0, 3620.0, 3590.0, 3609.0, 3576.0, 3609.0, 3578.0, 3620.0, 3579.0, 3632.0, 3590.0, 3622.0, 3590.0, 3621.0, 3590.0, 3620.0, 3592.0, 3634.0, 3582.0, 3635.0, 3592.0, 3624.0, 3591.0, 3624.0, 3591.0, 3634.0, 3592.0, 3635.0, 3603.0, 3623.0, 3592.0, 3623.0, 3593.0, 3634.0, 3593.0, 3632.0, 3604.0, 3635.0, 3625.0, 3592.0, 3634.0, 3590.0, 3646.0, 3601.0, 3635.0, 3592.0, 3622.0, 3591.0, 3612.0, 3590.0, 3622.0, 3601.0, 3633.0, 3590.0, 3619.0, 3577.0, 3619.0, 3578.0, 3620.0, 3578.0, 3621.0, 3609.0, 3619.0, 3578.0, 3608.0, 3578.0, 3618.0, 3600.0, 3621.0, 3600.0, 3621.0, 3632.0, 3590.0, 3624.0, 3592.0, 3612.0, 3602.0, 3624.0, 3593.0, 3624.0, 3601.0, 3623.0, 3603.0, 3623.0, 3591.0, 3633.0, 3589.0, 3632.0, 3579.0, 3622.0, 3598.0, 3620.0, 3608.0, 3609.0, 3617.0, 3596.0, 3607.0, 3586.0, 3617.0, 3575.0, 3606.0, 3576.0, 3607.0, 3577.0, 3619.0, 3600.0, 3619.0, 3609.0, 3599.0, 3599.0, 3578.0, 3612.0, 3580.0, 3624.0, 3591.0, 3623.0, 3579.0, 3634.0, 3591.0, 3634.0, 3590.0, 3625.0, 3623.0, 3634.0, 3611.0, 3623.0, 3591.0, 3602.0, 3592.0, 3635.0, 3591.0, 3647.0, 3603.0, 3637.0, 3593.0, 3626.0, 3593.0, 3624.0, 3604.0, 3646.0, 3637.0, 3605.0, 3637.0, 3593.0, 3647.0, 3593.0, 3646.0, 3604.0, 3614.0, 3622.0, 3611.0, 3621.0, 3600.0, 3619.0, 3590.0, 3621.0, 3588.0, 3620.0, 3589.0, 3619.0, 3588.0, 3610.0, 3578.0, 3621.0, 3589.0, 3609.0, 3577.0, 3598.0, 3579.0, 3610.0, 3591.0, 3632.0, 3622.0, 3592.0, 3592.0, 3603.0, 3624.0, 3603.0, 3623.0, 3604.0, 3623.0, 3592.0, 3623.0, 3592.0, 3623.0, 3591.0, 3633.0, 3602.0, 3633.0, 3612.0, 3622.0, 3602.0, 3590.0, 3591.0, 3591.0, 3624.0, 3592.0, 3625.0, 3603.0, 3635.0, 3604.0, 3623.0, 3614.0, 3623.0, 3602.0, 3611.0, 3590.0, 3611.0, 3588.0, 3618.0, 3577.0, 3607.0, 3576.0, 3608.0, 3566.0, 3618.0, 3567.0, 3607.0, 3588.0, 3608.0, 3577.0, 3607.0, 3578.0, 3620.0, 3590.0, 3622.0, 3590.0, 3621.0, 3578.0, 3621.0, 3579.0, 3620.0, 3591.0, 3623.0, 3591.0, 3622.0, 3604.0, 3624.0, 3591.0, 3611.0, 3593.0, 3634.0, 3614.0, 3625.0, 3635.0, 3602.0, 3634.0, 3593.0, 3626.0, 3605.0, 3636.0, 3605.0, 3625.0, 3593.0, 3624.0, 3614.0, 3636.0, 3625.0], 'WindowWidth': [8272.0, 8179.0, 8208.0, 8141.0, 8166.0, 8130.0, 8153.0, 8090.0, 8118.0, 8090.0, 8119.0, 8092.0, 8141.0, 8110.0, 8141.0, 8112.0, 8145.0, 8128.0, 8160.0, 8142.0, 8164.0, 8163.0, 8181.0, 8119.0, 8166.0, 8122.0, 8148.0, 8137.0, 8180.0, 8137.0, 8181.0, 8140.0, 8185.0, 8145.0, 8181.0, 8140.0, 8180.0, 8124.0, 8176.0, 8134.0, 8180.0, 8122.0, 8182.0, 8151.0, 8167.0, 8121.0, 8181.0, 8135.0, 8152.0, 8130.0, 8149.0, 8185.0, 8188.0, 8168.0, 8171.0, 8140.0, 8160.0, 8143.0, 8189.0, 8171.0, 8205.0, 8176.0, 8190.0, 8160.0, 8190.0, 8141.0, 8186.0, 8151.0, 8188.0, 8169.0, 8203.0, 8189.0, 8191.0, 8140.0, 8186.0, 8137.0, 8183.0, 8135.0, 8184.0, 8169.0, 8185.0, 8150.0, 8167.0, 8120.0, 8167.0, 8122.0, 8181.0, 8120.0, 8197.0, 8138.0, 8170.0, 8119.0, 8164.0, 8131.0, 8178.0, 8132.0, 8179.0, 8117.0, 8162.0, 8116.0, 8166.0, 8117.0, 8145.0, 8104.0, 8163.0, 8120.0, 8183.0, 8137.0, 8205.0, 8163.0, 8185.0, 8138.0, 8182.0, 8189.0, 8149.0, 8208.0, 8158.0, 8192.0, 8157.0, 8188.0, 8142.0, 8182.0, 8121.0, 8180.0, 8104.0, 8169.0, 8162.0, 8162.0, 8173.0, 8132.0, 8169.0, 8131.0, 8170.0, 8130.0, 8173.0, 8135.0, 8176.0, 8136.0, 8161.0, 8134.0, 8173.0, 8135.0, 8176.0, 8135.0, 8180.0, 8138.0, 8177.0, 8121.0, 8164.0, 8120.0, 8177.0, 8138.0, 8182.0, 8126.0, 8179.0, 8136.0, 8180.0, 8140.0, 8180.0, 8142.0, 8199.0, 8160.0, 8200.0, 8162.0, 8143.0, 8165.0, 8147.0, 8223.0, 8167.0, 8230.0, 8165.0, 8210.0, 8151.0, 8194.0, 8145.0, 8205.0, 8146.0, 8222.0, 8160.0, 8190.0, 8143.0, 8174.0, 8144.0, 8190.0, 8172.0, 8207.0, 8173.0, 8195.0, 8149.0, 8204.0, 8159.0, 8187.0, 8143.0, 8184.0, 8143.0, 8200.0, 8147.0, 8183.0, 8145.0, 8182.0, 8135.0, 8164.0, 8120.0, 8166.0, 8130.0, 8162.0, 8100.0, 8158.0, 8111.0, 8174.0, 8114.0, 8176.0, 8117.0, 8142.0, 8112.0, 8142.0, 8098.0, 8157.0, 8112.0, 8161.0, 8159.0, 8177.0, 8142.0, 8175.0, 8174.0, 8177.0, 8176.0, 8178.0, 8134.0, 8161.0, 8116.0, 8150.0, 8121.0, 8185.0, 8139.0, 8184.0, 8138.0, 8167.0, 8139.0, 8164.0, 8123.0, 8201.0, 8139.0, 8186.0, 8142.0, 8201.0, 8143.0, 8171.0, 8160.0, 8142.0, 8219.0, 8159.0, 8205.0, 8202.0, 8205.0, 8185.0, 8157.0, 8180.0, 8120.0, 8177.0, 8120.0, 8178.0, 8129.0, 8161.0, 8113.0, 8159.0, 8153.0, 8155.0, 8165.0, 8111.0, 8164.0, 8114.0, 8174.0, 8115.0, 8169.0, 8113.0, 8155.0, 8126.0, 8143.0, 8134.0, 8162.0, 8124.0, 8182.0, 8140.0, 8164.0, 8140.0, 8166.0, 8133.0, 8184.0, 8144.0, 8185.0, 8145.0, 8201.0, 8145.0, 8182.0, 8171.0, 8183.0, 8203.0, 8198.0, 8169.0, 8176.0, 8170.0, 8179.0, 8152.0, 8179.0, 8152.0, 8183.0, 8154.0, 8175.0, 8138.0, 8180.0, 8135.0, 8177.0, 8141.0, 8198.0, 8156.0, 8197.0, 8145.0, 8124.0, 8156.0, 8142.0, 8205.0, 8160.0, 8210.0, 8165.0, 8192.0, 8162.0, 8189.0, 8143.0, 8202.0, 8139.0, 8186.0, 8120.0, 8155.0, 8193.0, 8136.0, 8176.0, 8115.0, 8172.0, 8118.0, 8177.0, 8121.0, 8160.0, 8115.0, 8190.0, 8127.0, 8178.0, 8115.0, 8179.0, 8120.0, 8166.0, 8132.0, 8195.0, 8134.0, 8195.0, 8139.0, 8183.0, 8143.0, 8197.0, 8143.0, 8128.0, 8160.0, 8145.0, 8223.0, 8164.0, 8229.0, 8167.0, 8226.0, 8146.0, 8205.0, 8141.0, 8172.0, 8120.0, 8169.0, 8179.0, 8167.0, 8157.0, 8180.0, 8172.0, 8147.0, 8195.0, 8151.0, 8172.0, 8160.0, 8171.0, 8160.0, 8171.0, 8133.0, 8177.0, 8132.0, 8171.0, 8132.0, 8158.0, 8116.0, 8173.0, 8130.0, 8165.0, 8134.0, 8167.0, 8162.0, 8166.0, 8122.0, 8137.0, 8138.0, 8168.0, 8123.0, 8205.0, 8162.0, 8206.0, 8146.0, 8190.0, 8161.0, 8189.0, 8149.0, 8214.0, 8189.0, 8226.0, 8204.0, 8223.0, 8205.0, 8163.0, 8176.0, 8151.0, 8248.0, 8165.0, 8203.0, 8127.0, 8172.0, 8144.0, 8190.0, 8210.0, 8192.0, 8203.0, 8197.0, 8193.0, 8172.0, 8174.0, 8171.0, 8154.0, 8146.0, 8117.0, 8128.0, 8087.0, 8126.0, 8100.0, 8126.0, 8070.0, 8125.0, 8086.0, 8128.0, 8086.0, 8147.0, 8091.0, 8132.0, 8091.0, 8119.0, 8107.0, 8151.0, 8110.0, 8173.0, 8114.0, 8176.0, 8100.0, 8162.0, 8156.0, 8146.0, 8175.0, 8135.0, 8173.0, 8119.0, 8173.0, 8121.0, 8163.0, 8141.0, 8182.0, 8140.0, 8180.0, 8127.0, 8179.0, 8124.0, 8196.0, 8123.0, 8201.0, 8139.0, 8186.0, 8167.0, 8159.0, 8138.0, 8158.0, 8149.0, 8221.0, 8187.0, 8220.0, 8181.0, 8205.0, 8189.0, 8199.0, 8195.0, 8220.0, 8191.0, 8213.0, 8184.0, 8193.0, 8163.0, 8200.0, 8160.0, 8203.0, 8160.0, 8198.0, 8142.0, 8182.0, 8120.0, 8179.0, 8123.0, 8179.0, 8122.0, 8182.0, 8138.0, 8165.0, 8118.0, 8164.0, 8119.0, 8179.0, 8117.0, 8194.0, 8136.0, 8181.0, 8135.0, 8176.0, 8124.0, 8177.0, 8137.0, 8178.0, 8120.0, 8178.0, 8144.0, 8195.0, 8154.0, 8178.0, 8137.0, 8177.0, 8150.0, 8163.0, 8178.0, 8179.0, 8202.0, 8181.0, 8183.0, 8122.0, 8156.0, 8141.0, 8169.0, 8141.0, 8184.0, 8141.0, 8204.0, 8139.0, 8184.0, 8154.0, 8169.0, 8148.0, 8167.0, 8159.0, 8151.0, 8175.0, 8167.0, 8195.0, 8200.0, 8181.0, 8184.0, 8121.0, 8177.0, 8116.0, 8163.0, 8148.0, 8179.0, 8166.0, 8181.0, 8133.0, 8182.0, 8161.0, 8182.0, 8197.0, 8200.0, 8170.0, 8169.0, 8143.0, 8157.0, 8145.0, 8187.0, 8183.0, 8195.0, 8194.0, 8192.0, 8178.0, 8190.0, 8162.0, 8181.0, 8141.0, 8181.0, 8143.0, 8182.0, 8144.0, 8180.0, 8123.0, 8180.0, 8121.0, 8167.0, 8140.0, 8180.0, 8122.0, 8180.0, 8123.0, 8176.0, 8123.0, 8178.0, 8137.0, 8161.0, 8115.0, 8162.0, 8120.0, 8178.0, 8123.0, 8196.0, 8139.0, 8183.0, 8138.0, 8180.0, 8139.0, 8180.0, 8145.0, 8203.0, 8133.0, 8206.0, 8147.0, 8190.0, 8143.0, 8190.0, 8144.0, 8204.0, 8147.0, 8206.0, 8161.0, 8187.0, 8145.0, 8187.0, 8148.0, 8203.0, 8149.0, 8200.0, 8164.0, 8206.0, 8191.0, 8145.0, 8203.0, 8140.0, 8221.0, 8157.0, 8206.0, 8145.0, 8185.0, 8141.0, 8169.0, 8138.0, 8181.0, 8154.0, 8197.0, 8137.0, 8174.0, 8118.0, 8173.0, 8118.0, 8174.0, 8120.0, 8179.0, 8162.0, 8174.0, 8118.0, 8158.0, 8119.0, 8171.0, 8152.0, 8179.0, 8152.0, 8181.0, 8198.0, 8138.0, 8189.0, 8147.0, 8171.0, 8160.0, 8190.0, 8149.0, 8189.0, 8159.0, 8190.0, 8163.0, 8189.0, 8143.0, 8201.0, 8138.0, 8196.0, 8122.0, 8182.0, 8144.0, 8175.0, 8156.0, 8158.0, 8167.0, 8139.0, 8153.0, 8126.0, 8169.0, 8111.0, 8151.0, 8114.0, 8153.0, 8115.0, 8173.0, 8151.0, 8174.0, 8162.0, 8146.0, 8148.0, 8121.0, 8170.0, 8129.0, 8189.0, 8141.0, 8186.0, 8123.0, 8200.0, 8141.0, 8202.0, 8138.0, 8191.0, 8186.0, 8203.0, 8168.0, 8187.0, 8144.0, 8160.0, 8144.0, 8207.0, 8143.0, 8225.0, 8164.0, 8212.0, 8150.0, 8195.0, 8150.0, 8191.0, 8168.0, 8224.0, 8213.0, 8168.0, 8211.0, 8151.0, 8225.0, 8149.0, 8223.0, 8164.0, 8178.0, 8184.0, 8169.0, 8180.0, 8150.0, 8174.0, 8138.0, 8180.0, 8134.0, 8176.0, 8133.0, 8172.0, 8132.0, 8163.0, 8121.0, 8179.0, 8134.0, 8160.0, 8115.0, 8145.0, 8122.0, 8166.0, 8142.0, 8196.0, 8186.0, 8145.0, 8146.0, 8161.0, 8190.0, 8161.0, 8189.0, 8164.0, 8187.0, 8146.0, 8186.0, 8146.0, 8186.0, 8143.0, 8198.0, 8158.0, 8200.0, 8171.0, 8182.0, 8159.0, 8141.0, 8142.0, 8142.0, 8190.0, 8146.0, 8192.0, 8162.0, 8206.0, 8164.0, 8188.0, 8175.0, 8186.0, 8157.0, 8165.0, 8137.0, 8167.0, 8130.0, 8171.0, 8115.0, 8155.0, 8114.0, 8156.0, 8101.0, 8170.0, 8104.0, 8156.0, 8131.0, 8156.0, 8117.0, 8156.0, 8121.0, 8177.0, 8139.0, 8183.0, 8139.0, 8178.0, 8122.0, 8179.0, 8124.0, 8178.0, 8141.0, 8185.0, 8142.0, 8184.0, 8166.0, 8188.0, 8142.0, 8167.0, 8148.0, 8203.0, 8177.0, 8191.0, 8206.0, 8158.0, 8203.0, 8148.0, 8197.0, 8169.0, 8209.0, 8167.0, 8191.0, 8150.0, 8190.0, 8177.0, 8208.0, 8193.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.0008300459770114942</td></tr>
<tr><td colspan=3>aqi</td><td>0.019785943218390802</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.43729521346374</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2025339329804372</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0191525220828537</td></tr>
<tr><td colspan=3>efc</td><td>0.4538</td></tr>
<tr><td colspan=3>fber</td><td>5245.2451</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07883121359807109</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>27</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.103448275862069</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.608119955243265</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5457309393050447</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.813091932930662</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.465536993494087</td></tr>
<tr><td colspan=3>gcor</td><td>0.0137497</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.009961348958313465</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.025237346068024635</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</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.594398051917694</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>25.6593</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>33.2035</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>140.4494</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>42.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>307551.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>620.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>277.3919</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.7363</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>461.7691</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2830.9798</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3063.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>68993.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>728.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3745.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>852.1532</td></tr>
<tr><td colspan=3>tsnr</td><td>41.045330403372645</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>