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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0118_ses-01_task-social_acq-mb8_run-03_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-0118_ses-01_task-social_acq-mb8_run-03_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-03_session-01_subject-0118_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-0118/figures/sub-0118_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0118/figures/sub-0118_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0118/figures/sub-0118_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-01_subject-0118_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-0118/figures/sub-0118_ses-01_task-social_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0118/figures/sub-0118_ses-01_task-social_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0118/figures/sub-0118_ses-01_task-social_acq-mb8_run-03_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-01_subject-0118_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-0118/figures/sub-0118_ses-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0118/figures/sub-0118_ses-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0118/figures/sub-0118_ses-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-01_subject-0118_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-0118/figures/sub-0118_ses-01_task-social_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0118/figures/sub-0118_ses-01_task-social_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0118/figures/sub-0118_ses-01_task-social_acq-mb8_run-03_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-03_session-01_subject-0118_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-0118/figures/sub-0118_ses-01_task-social_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0118/figures/sub-0118_ses-01_task-social_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0118/figures/sub-0118_ses-01_task-social_acq-mb8_run-03_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-03_session-01_subject-0118_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-0118/figures/sub-0118_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0118/figures/sub-0118_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0118/figures/sub-0118_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-01_subject-0118_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-0118/figures/sub-0118_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0118/figures/sub-0118_ses-01_task-social_acq-mb8_run-03_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-0118/figures/sub-0118_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0118/figures/sub-0118_ses-01_task-social_acq-mb8_run-03_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-0118/ses-01/func/sub-0118_ses-01_task-social_acq-mb8_run-03_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>622f34b4cbff9691324e52b15d4724a5</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>16:11:37.845000</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.9987, -0.0280649, -0.0425566, 0.0326068, 0.993387, 0.110091]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_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.0838403</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-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>17</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4205, -7793, -7220, 353, -96, -30, -124, 70]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>218.897</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>45b65dab-e9b3-42eb-a741-41415f06c43b||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.679438591003418, 0.08748164027929306, -0.1058008149266243, 112.49258422851562], [0.07529605180025101, 2.6651833057403564, 0.30060654878616333, -113.4033203125], [-0.11417634040117264, -0.2953668236732483, 2.6811270713806152, -45.4360466003418], [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': ['161137.845000', '161138.305000', '161138.765000', '161139.225000', '161139.685000', '161140.145000', '161140.605000', '161141.065000', '161141.525000', '161141.985000', '161142.445000', '161142.905000', '161143.365000', '161143.825000', '161144.285000', '161144.745000', '161145.205000', '161145.665000', '161146.125000', '161146.585000', '161147.045000', '161147.505000', '161147.965000', '161148.425000', '161148.885000', '161149.345000', '161149.805000', '161150.265000', '161150.725000', '161151.185000', '161151.645000', '161152.105000', '161152.565000', '161153.025000', '161153.485000', '161153.945000', '161154.405000', '161154.865000', '161155.325000', '161155.785000', '161156.245000', '161156.705000', '161157.165000', '161157.625000', '161158.085000', '161158.545000', '161159.005000', '161159.465000', '161159.925000', '161200.385000', '161200.845000', '161201.305000', '161201.765000', '161202.225000', '161202.685000', '161203.145000', '161203.605000', '161204.065000', '161204.525000', '161204.985000', '161205.445000', '161205.905000', '161206.365000', '161206.825000', '161207.285000', '161207.745000', '161208.205000', '161208.665000', '161209.125000', '161209.585000', '161210.045000', '161210.505000', '161210.965000', '161211.425000', '161211.885000', '161212.345000', '161212.805000', '161213.265000', '161213.725000', '161214.185000', '161214.645000', '161215.105000', '161215.565000', '161216.025000', '161216.485000', '161216.945000', '161217.405000', '161217.865000', '161218.325000', '161218.785000', '161219.245000', '161219.705000', '161220.165000', '161220.625000', '161221.085000', '161221.545000', '161222.005000', '161222.465000', '161222.925000', '161223.385000', '161223.845000', '161224.305000', '161224.765000', '161225.225000', '161225.685000', '161226.145000', '161226.605000', '161227.065000', '161227.525000', '161227.985000', '161228.445000', '161228.905000', '161229.365000', '161229.825000', '161230.285000', '161230.745000', '161231.205000', '161231.665000', '161232.125000', '161232.585000', '161233.045000', '161233.505000', '161233.965000', '161234.425000', '161234.885000', '161235.345000', '161235.805000', '161236.265000', '161236.725000', '161237.185000', '161237.645000', '161238.105000', '161238.565000', '161239.025000', '161239.485000', '161239.945000', '161240.405000', '161240.865000', '161241.325000', '161241.785000', '161242.245000', '161242.705000', '161243.165000', '161243.625000', '161244.085000', '161244.545000', '161245.005000', '161245.465000', '161245.925000', '161246.385000', '161246.845000', '161247.305000', '161247.765000', '161248.225000', '161248.685000', '161249.145000', '161249.605000', '161250.065000', '161250.525000', '161250.985000', '161251.445000', '161251.905000', '161252.365000', '161252.825000', '161253.285000', '161253.745000', '161254.205000', '161254.665000', '161255.125000', '161255.585000', '161256.045000', '161256.505000', '161256.965000', '161257.425000', '161257.885000', '161258.345000', '161258.805000', '161259.265000', '161259.725000', '161300.185000', '161300.645000', '161301.105000', '161301.565000', '161302.025000', '161302.485000', '161302.945000', '161303.405000', '161303.865000', '161304.325000', '161304.785000', '161305.245000', '161305.705000', '161306.165000', '161306.625000', '161307.085000', '161307.545000', '161308.005000', '161308.465000', '161308.925000', '161309.385000', '161309.845000', '161310.305000', '161310.765000', '161311.225000', '161311.685000', '161312.145000', '161312.605000', '161313.065000', '161313.525000', '161313.985000', '161314.445000', '161314.905000', '161315.365000', '161315.825000', '161316.285000', '161316.745000', '161317.205000', '161317.665000', '161318.125000', '161318.585000', '161319.045000', '161319.505000', '161319.965000', '161320.425000', '161320.885000', '161321.345000', '161321.805000', '161322.265000', '161322.725000', '161323.185000', '161323.645000', '161324.105000', '161324.565000', '161325.025000', '161325.485000', '161325.945000', '161326.405000', '161326.865000', '161327.325000', '161327.785000', '161328.245000', '161328.705000', '161329.165000', '161329.625000', '161330.085000', '161330.545000', '161331.005000', '161331.465000', '161331.925000', '161332.385000', '161332.845000', '161333.305000', '161333.765000', '161334.225000', '161334.685000', '161335.145000', '161335.605000', '161336.065000', '161336.525000', '161336.985000', '161337.445000', '161337.905000', '161338.365000', '161338.825000', '161339.285000', '161339.745000', '161340.205000', '161340.665000', '161341.125000', '161341.585000', '161342.045000', '161342.505000', '161342.965000', '161343.425000', '161343.885000', '161344.345000', '161344.805000', '161345.265000', '161345.725000', '161346.185000', '161346.645000', '161347.105000', '161347.565000', '161348.025000', '161348.485000', '161348.945000', '161349.405000', '161349.865000', '161350.325000', '161350.785000', '161351.245000', '161351.705000', '161352.165000', '161352.625000', '161353.085000', '161353.545000', '161354.005000', '161354.465000', '161354.925000', '161355.385000', '161355.845000', '161356.305000', '161356.765000', '161357.225000', '161357.685000', '161358.145000', '161358.605000', '161359.065000', '161359.525000', '161359.985000', '161400.445000', '161400.905000', '161401.365000', '161401.825000', '161402.285000', '161402.745000', '161403.205000', '161403.665000', '161404.125000', '161404.585000', '161405.045000', '161405.505000', '161405.965000', '161406.425000', '161406.885000', '161407.345000', '161407.805000', '161408.265000', '161408.725000', '161409.185000', '161409.645000', '161410.105000', '161410.565000', '161411.025000', '161411.485000', '161411.945000', '161412.405000', '161412.865000', '161413.325000', '161413.785000', '161414.245000', '161414.705000', '161415.165000', '161415.625000', '161416.085000', '161416.545000', '161417.005000', '161417.465000', '161417.925000', '161418.385000', '161418.845000', '161419.305000', '161419.765000', '161420.225000', '161420.685000', '161421.145000', '161421.605000', '161422.065000', '161422.525000', '161422.985000', '161423.445000', '161423.905000', '161424.365000', '161424.825000', '161425.285000', '161425.745000', '161426.205000', '161426.665000', '161427.125000', '161427.585000', '161428.045000', '161428.505000', '161428.965000', '161429.425000', '161429.885000', '161430.345000', '161430.805000', '161431.265000', '161431.725000', '161432.185000', '161432.645000', '161433.105000', '161433.565000', '161434.025000', '161434.485000', '161434.945000', '161435.405000', '161435.865000', '161436.325000', '161436.785000', '161437.245000', '161437.705000', '161438.165000', '161438.625000', '161439.085000', '161439.545000', '161440.005000', '161440.465000', '161440.925000', '161441.385000', '161441.845000', '161442.305000', '161442.765000', '161443.225000', '161443.685000', '161444.145000', '161444.605000', '161445.065000', '161445.525000', '161445.985000', '161446.445000', '161446.905000', '161447.365000', '161447.825000', '161448.285000', '161448.745000', '161449.205000', '161449.665000', '161450.125000', '161450.585000', '161451.045000', '161451.505000', '161451.965000', '161452.425000', '161452.885000', '161453.345000', '161453.805000', '161454.265000', '161454.725000', '161455.185000', '161455.645000', '161456.105000', '161456.565000', '161457.025000', '161457.485000', '161457.945000', '161458.405000', '161458.865000', '161459.325000', '161459.785000', '161500.245000', '161500.705000', '161501.165000', '161501.625000', '161502.085000', '161502.545000', '161503.005000', '161503.465000', '161503.925000', '161504.385000', '161504.845000', '161505.305000', '161505.765000', '161506.225000', '161506.685000', '161507.145000', '161507.605000', '161508.065000', '161508.525000', '161508.985000', '161509.445000', '161509.905000', '161510.365000', '161510.825000', '161511.285000', '161511.745000', '161512.205000', '161512.665000', '161513.125000', '161513.585000', '161514.045000', '161514.505000', '161514.965000', '161515.425000', '161515.885000', '161516.345000', '161516.805000', '161517.265000', '161517.725000', '161518.185000', '161518.645000', '161519.105000', '161519.565000', '161520.025000', '161520.485000', '161520.945000', '161521.405000', '161521.865000', '161522.325000', '161522.785000', '161523.245000', '161523.705000', '161524.165000', '161524.625000', '161525.085000', '161525.545000', '161526.005000', '161526.465000', '161526.925000', '161527.385000', '161527.845000', '161528.305000', '161528.765000', '161529.225000', '161529.685000', '161530.145000', '161530.605000', '161531.065000', '161531.525000', '161531.985000', '161532.445000', '161532.905000', '161533.365000', '161533.825000', '161534.285000', '161534.745000', '161535.205000', '161535.665000', '161536.125000', '161536.585000', '161537.045000', '161537.505000', '161537.965000', '161538.425000', '161538.885000', '161539.345000', '161539.805000', '161540.265000', '161540.725000', '161541.185000', '161541.645000', '161542.105000', '161542.565000', '161543.025000', '161543.485000', '161543.945000', '161544.405000', '161544.865000', '161545.325000', '161545.785000', '161546.245000', '161546.705000', '161547.165000', '161547.625000', '161548.085000', '161548.545000', '161549.005000', '161549.465000', '161549.925000', '161550.385000', '161550.845000', '161551.305000', '161551.765000', '161552.225000', '161552.685000', '161553.145000', '161553.605000', '161554.065000', '161554.525000', '161554.985000', '161555.445000', '161555.905000', '161556.365000', '161556.825000', '161557.285000', '161557.745000', '161558.205000', '161558.665000', '161559.125000', '161559.585000', '161600.045000', '161600.505000', '161600.965000', '161601.425000', '161601.885000', '161602.345000', '161602.805000', '161603.265000', '161603.725000', '161604.185000', '161604.645000', '161605.105000', '161605.565000', '161606.025000', '161606.485000', '161606.945000', '161607.405000', '161607.865000', '161608.325000', '161608.785000', '161609.245000', '161609.705000', '161610.165000', '161610.625000', '161611.085000', '161611.545000', '161612.005000', '161612.465000', '161612.925000', '161613.385000', '161613.845000', '161614.305000', '161614.765000', '161615.225000', '161615.685000', '161616.145000', '161616.605000', '161617.065000', '161617.525000', '161617.985000', '161618.445000', '161618.905000', '161619.365000', '161619.825000', '161620.285000', '161620.745000', '161621.205000', '161621.665000', '161622.125000', '161622.585000', '161623.045000', '161623.505000', '161623.965000', '161624.425000', '161624.885000', '161625.345000', '161625.805000', '161626.265000', '161626.725000', '161627.185000', '161627.645000', '161628.105000', '161628.565000', '161629.025000', '161629.485000', '161629.945000', '161630.405000', '161630.865000', '161631.325000', '161631.785000', '161632.245000', '161632.705000', '161633.165000', '161633.625000', '161634.085000', '161634.545000', '161635.005000', '161635.465000', '161635.925000', '161636.385000', '161636.845000', '161637.305000', '161637.765000', '161638.225000', '161638.685000', '161639.145000', '161639.605000', '161640.065000', '161640.525000', '161640.985000', '161641.445000', '161641.905000', '161642.365000', '161642.825000', '161643.285000', '161643.745000', '161644.205000', '161644.665000', '161645.125000', '161645.585000', '161646.045000', '161646.505000', '161646.965000', '161647.425000', '161647.885000', '161648.345000', '161648.805000', '161649.265000', '161649.725000', '161650.185000', '161650.645000', '161651.105000', '161651.565000', '161652.025000', '161652.485000', '161652.945000', '161653.405000', '161653.865000', '161654.325000', '161654.785000', '161655.245000', '161655.705000', '161656.165000', '161656.625000', '161657.085000', '161657.545000', '161658.005000', '161658.465000', '161658.925000', '161659.385000', '161659.845000', '161700.305000', '161700.765000', '161701.225000', '161701.685000', '161702.145000', '161702.605000', '161703.065000', '161703.525000', '161703.985000', '161704.445000', '161704.905000', '161705.365000', '161705.825000', '161706.285000', '161706.745000', '161707.205000', '161707.665000', '161708.125000', '161708.585000', '161709.045000', '161709.505000', '161709.965000', '161710.425000', '161710.885000', '161711.345000', '161711.805000', '161712.265000', '161712.725000', '161713.185000', '161713.645000', '161714.105000', '161714.565000', '161715.025000', '161715.485000', '161715.945000', '161716.405000', '161716.865000', '161717.325000', '161717.785000', '161718.245000', '161718.705000', '161719.165000', '161719.625000', '161720.085000', '161720.545000', '161721.005000', '161721.465000', '161721.925000', '161722.385000', '161722.845000', '161723.305000', '161723.765000', '161724.225000', '161724.685000', '161725.145000', '161725.605000', '161726.065000', '161726.525000', '161726.985000', '161727.445000', '161727.905000', '161728.365000', '161728.825000', '161729.285000', '161729.745000', '161730.205000', '161730.665000', '161731.125000', '161731.585000', '161732.045000', '161732.505000', '161732.965000', '161733.425000', '161733.885000', '161734.345000', '161734.805000', '161735.265000', '161735.725000', '161736.185000', '161736.645000', '161737.105000', '161737.565000', '161738.025000', '161738.485000', '161738.945000', '161739.405000', '161739.865000', '161740.325000', '161740.785000', '161741.245000', '161741.705000', '161742.165000', '161742.625000', '161743.085000', '161743.545000', '161744.005000', '161744.465000', '161744.925000', '161745.385000', '161745.845000', '161746.305000', '161746.765000', '161747.225000', '161747.685000', '161748.145000', '161748.605000', '161749.065000', '161749.525000', '161749.985000', '161750.445000', '161750.905000', '161751.365000', '161751.825000', '161752.285000', '161752.745000', '161753.205000', '161753.665000', '161754.125000', '161754.585000', '161755.045000', '161755.505000', '161755.965000', '161756.425000', '161756.885000', '161757.345000', '161757.805000', '161758.265000', '161758.725000', '161759.185000', '161759.645000', '161800.105000', '161800.565000', '161801.025000', '161801.485000', '161801.945000', '161802.405000', '161802.865000', '161803.325000', '161803.785000', '161804.245000', '161804.705000', '161805.165000', '161805.625000', '161806.085000', '161806.545000', '161807.005000', '161807.465000', '161807.925000', '161808.385000', '161808.845000', '161809.305000', '161809.765000', '161810.225000', '161810.685000', '161811.145000', '161811.605000', '161812.065000', '161812.525000', '161812.985000', '161813.445000', '161813.905000', '161814.365000', '161814.825000', '161815.285000', '161815.745000', '161816.205000', '161816.665000', '161817.125000', '161817.585000', '161818.045000', '161818.505000'], 'ContentTime': ['161202.735000', '161202.738000', '161202.741000', '161202.744000', '161202.747000', '161202.749000', '161202.752000', '161202.755000', '161202.757000', '161202.760000', '161202.762000', '161202.765000', '161202.768000', '161202.771000', '161202.773000', '161202.776000', '161202.778000', '161202.781000', '161202.783000', '161202.786000', '161202.789000', '161202.791000', '161202.794000', '161202.796000', '161202.799000', '161202.802000', '161202.804000', '161202.807000', '161202.809000', '161202.812000', '161202.815000', '161202.817000', '161202.820000', '161202.822000', '161202.825000', '161202.828000', '161202.830000', '161202.833000', '161202.836000', '161202.839000', '161202.841000', '161202.844000', '161202.846000', '161202.856000', '161202.859000', '161202.861000', '161202.864000', '161202.866000', '161202.869000', '161202.872000', '161222.698000', '161222.701000', '161222.704000', '161222.706000', '161222.709000', '161222.712000', '161222.714000', '161222.717000', '161222.720000', '161222.722000', '161222.725000', '161222.727000', '161222.730000', '161222.733000', '161222.736000', '161222.746000', '161222.748000', '161222.751000', '161222.753000', '161222.769000', '161222.772000', '161222.774000', '161222.777000', '161222.780000', '161222.782000', '161222.785000', '161222.787000', '161222.790000', '161222.793000', '161222.795000', '161222.798000', '161222.801000', '161222.804000', '161222.807000', '161222.809000', '161222.812000', '161222.815000', '161222.817000', '161222.820000', '161222.823000', '161222.825000', '161222.828000', '161222.830000', '161222.834000', '161242.699000', '161242.703000', '161242.706000', '161242.708000', '161242.711000', '161242.713000', '161242.716000', '161242.719000', '161242.721000', '161242.724000', '161242.726000', '161242.737000', '161242.740000', '161242.742000', '161242.745000', '161242.748000', '161242.750000', '161242.753000', '161242.755000', '161242.758000', '161242.761000', '161242.763000', '161242.766000', '161242.768000', '161242.771000', '161242.773000', '161242.776000', '161242.779000', '161242.781000', '161242.784000', '161242.786000', '161242.789000', '161242.792000', '161242.794000', '161242.797000', '161242.799000', '161242.802000', '161242.804000', '161242.807000', '161242.809000', '161242.812000', '161242.815000', '161242.817000', '161302.698000', '161302.701000', '161302.704000', '161302.706000', '161302.709000', '161302.712000', '161302.714000', '161302.717000', '161302.719000', '161302.722000', '161302.724000', '161302.727000', '161302.730000', '161302.732000', '161302.735000', '161302.737000', '161302.740000', '161302.743000', '161302.745000', '161302.748000', '161302.750000', '161302.753000', '161302.759000', '161302.761000', '161302.764000', '161302.767000', '161302.769000', '161302.772000', '161302.774000', '161302.777000', '161302.780000', '161302.782000', '161302.785000', '161302.787000', '161302.790000', '161302.793000', '161302.795000', '161302.798000', '161302.800000', '161302.803000', '161302.806000', '161302.808000', '161302.811000', '161302.813000', '161322.699000', '161322.701000', '161322.709000', '161322.712000', '161322.715000', '161322.717000', '161322.720000', '161322.723000', '161322.726000', '161322.728000', '161322.731000', '161322.733000', '161322.736000', '161322.739000', '161322.741000', '161322.744000', '161322.746000', '161322.749000', '161322.752000', '161322.754000', '161322.757000', '161322.759000', '161322.762000', '161322.765000', '161322.767000', '161322.770000', '161322.772000', '161322.775000', '161322.778000', '161322.781000', '161322.784000', '161322.786000', '161322.789000', '161322.792000', '161322.794000', '161322.797000', '161322.800000', '161322.802000', '161322.805000', '161322.807000', '161322.810000', '161322.813000', '161322.815000', '161342.700000', '161342.703000', '161342.705000', '161342.708000', '161342.711000', '161342.713000', '161342.716000', '161342.718000', '161342.721000', '161342.724000', '161342.726000', '161342.729000', '161342.731000', '161342.734000', '161342.737000', '161342.739000', '161342.742000', '161342.744000', '161342.747000', '161342.750000', '161342.752000', '161342.755000', '161342.758000', '161342.760000', '161342.763000', '161342.765000', '161342.775000', '161342.778000', '161342.781000', '161342.783000', '161342.786000', '161342.789000', '161342.791000', '161342.794000', '161342.797000', '161342.799000', '161342.802000', '161342.805000', '161342.807000', '161342.810000', '161342.813000', '161342.816000', '161342.818000', '161342.821000', '161402.699000', '161402.701000', '161402.704000', '161402.707000', '161402.709000', '161402.712000', '161402.714000', '161402.717000', '161402.719000', '161402.722000', '161402.724000', '161402.727000', '161402.730000', '161402.732000', '161402.744000', '161402.747000', '161402.749000', '161402.752000', '161402.755000', '161402.758000', '161402.760000', '161402.763000', '161402.765000', '161402.768000', '161402.771000', '161402.773000', '161402.776000', '161402.778000', '161402.781000', '161402.784000', '161402.786000', '161402.789000', '161402.791000', '161402.794000', '161402.796000', '161402.799000', '161402.802000', '161402.804000', '161402.807000', '161402.809000', '161402.812000', '161402.815000', '161402.817000', '161422.698000', '161422.701000', '161422.704000', '161422.707000', '161422.709000', '161422.712000', '161422.714000', '161422.717000', '161422.720000', '161422.722000', '161422.725000', '161422.728000', '161422.730000', '161422.733000', '161422.735000', '161422.738000', '161422.741000', '161422.743000', '161422.746000', '161422.749000', '161422.751000', '161422.754000', '161422.756000', '161422.759000', '161422.762000', '161422.764000', '161422.767000', '161422.769000', '161422.772000', '161422.775000', '161422.777000', '161422.780000', '161422.783000', '161422.785000', '161422.788000', '161422.790000', '161422.793000', '161422.795000', '161422.798000', '161422.801000', '161422.803000', '161422.806000', '161422.809000', '161422.812000', '161442.698000', '161442.701000', '161442.704000', '161442.707000', '161442.709000', '161442.712000', '161442.714000', '161442.717000', '161442.720000', '161442.722000', '161442.725000', '161442.728000', '161442.730000', '161442.733000', '161442.735000', '161442.738000', '161442.741000', '161442.744000', '161442.746000', '161442.749000', '161442.752000', '161442.754000', '161442.757000', '161442.759000', '161442.762000', '161442.765000', '161442.767000', '161442.770000', '161442.773000', '161442.775000', '161442.778000', '161442.780000', '161442.783000', '161442.786000', '161442.788000', '161442.791000', '161442.793000', '161442.796000', '161442.798000', '161442.801000', '161442.804000', '161442.807000', '161442.809000', '161502.698000', '161502.701000', '161502.704000', '161502.706000', '161502.709000', '161502.711000', '161502.714000', '161502.717000', '161502.719000', '161502.722000', '161502.724000', '161502.727000', '161502.730000', '161502.732000', '161502.735000', '161502.737000', '161502.740000', '161502.742000', '161502.745000', '161502.748000', '161502.750000', '161502.753000', '161502.755000', '161502.758000', '161502.761000', '161502.763000', '161502.766000', '161502.771000', '161502.774000', '161502.776000', '161502.779000', '161502.782000', '161502.784000', '161502.787000', '161502.789000', '161502.792000', '161502.794000', '161502.797000', '161502.800000', '161502.802000', '161502.805000', '161502.807000', '161502.810000', '161502.812000', '161522.698000', '161522.701000', '161522.704000', '161522.706000', '161522.709000', '161522.712000', '161522.714000', '161522.717000', '161522.719000', '161522.722000', '161522.724000', '161522.727000', '161522.730000', '161522.732000', '161522.735000', '161522.737000', '161522.740000', '161522.743000', '161522.745000', '161522.748000', '161522.750000', '161522.753000', '161522.755000', '161522.758000', '161522.761000', '161522.763000', '161522.766000', '161522.768000', '161522.771000', '161522.774000', '161522.776000', '161522.779000', '161522.783000', '161522.785000', '161522.788000', '161522.791000', '161522.793000', '161522.796000', '161522.798000', '161522.801000', '161522.804000', '161522.806000', '161522.809000', '161542.698000', '161542.701000', '161542.704000', '161542.706000', '161542.709000', '161542.712000', '161542.714000', '161542.717000', '161542.720000', '161542.722000', '161542.725000', '161542.761000', '161542.764000', '161542.766000', '161542.769000', '161542.771000', '161542.774000', '161542.777000', '161542.779000', '161542.782000', '161542.784000', '161542.787000', '161542.789000', '161542.792000', '161542.795000', '161542.797000', '161542.800000', '161542.803000', '161542.805000', '161542.808000', '161542.811000', '161542.814000', '161542.816000', '161542.819000', '161542.822000', '161542.824000', '161542.827000', '161542.830000', '161542.832000', '161542.835000', '161542.848000', '161542.851000', '161542.854000', '161542.856000', '161602.700000', '161602.702000', '161602.705000', '161602.707000', '161602.710000', '161602.713000', '161602.715000', '161602.718000', '161602.720000', '161602.723000', '161602.726000', '161602.728000', '161602.731000', '161602.734000', '161602.736000', '161602.739000', '161602.741000', '161602.744000', '161602.746000', '161602.749000', '161602.752000', '161602.754000', '161602.757000', '161602.759000', '161602.762000', '161602.765000', '161602.767000', '161602.770000', '161602.773000', '161602.775000', '161602.778000', '161602.780000', '161602.783000', '161602.786000', '161602.788000', '161602.791000', '161602.793000', '161602.796000', '161602.799000', '161602.801000', '161602.804000', '161602.806000', '161602.809000', '161622.698000', '161622.701000', '161622.704000', '161622.707000', '161622.709000', '161622.712000', '161622.714000', '161622.717000', '161622.719000', '161622.722000', '161622.725000', '161622.727000', '161622.730000', '161622.732000', '161622.735000', '161622.738000', '161622.740000', '161622.743000', '161622.745000', '161622.748000', '161622.750000', '161622.753000', '161622.755000', '161622.758000', '161622.761000', '161622.763000', '161622.766000', '161622.768000', '161622.771000', '161622.774000', '161622.776000', '161622.779000', '161622.781000', '161622.784000', '161622.787000', '161622.789000', '161622.792000', '161622.795000', '161622.797000', '161622.800000', '161622.802000', '161622.805000', '161622.808000', '161622.810000', '161642.698000', '161642.701000', '161642.704000', '161642.706000', '161642.709000', '161642.712000', '161642.714000', '161642.717000', '161642.719000', '161642.722000', '161642.724000', '161642.727000', '161642.730000', '161642.732000', '161642.735000', '161642.737000', '161642.740000', '161642.742000', '161642.745000', '161642.748000', '161642.750000', '161642.753000', '161642.755000', '161642.758000', '161642.761000', '161642.763000', '161642.766000', '161642.768000', '161642.771000', '161642.773000', '161642.776000', '161642.779000', '161642.782000', '161642.785000', '161642.788000', '161642.791000', '161642.793000', '161642.796000', '161642.798000', '161642.801000', '161642.804000', '161642.806000', '161642.809000', '161702.698000', '161702.701000', '161702.704000', '161702.706000', '161702.709000', '161702.712000', '161702.714000', '161702.717000', '161702.719000', '161702.722000', '161702.724000', '161702.727000', '161702.730000', '161702.732000', '161702.735000', '161702.737000', '161702.740000', '161702.743000', '161702.745000', '161702.748000', '161702.750000', '161702.767000', '161702.770000', '161702.773000', '161702.775000', '161702.778000', '161702.780000', '161702.783000', '161702.786000', '161702.788000', '161702.791000', '161702.794000', '161702.796000', '161702.799000', '161702.802000', '161702.805000', '161702.807000', '161702.810000', '161702.812000', '161702.815000', '161702.818000', '161702.820000', '161702.823000', '161702.825000', '161722.699000', '161722.701000', '161722.704000', '161722.706000', '161722.709000', '161722.712000', '161722.714000', '161722.717000', '161722.719000', '161722.722000', '161722.725000', '161722.727000', '161722.730000', '161722.732000', '161722.735000', '161722.737000', '161722.740000', '161722.743000', '161722.745000', '161722.748000', '161722.750000', '161722.753000', '161722.756000', '161722.758000', '161722.761000', '161722.763000', '161722.766000', '161722.769000', '161722.771000', '161722.774000', '161722.776000', '161722.779000', '161722.781000', '161722.784000', '161722.787000', '161722.789000', '161722.792000', '161722.794000', '161722.797000', '161722.800000', '161722.802000', '161722.805000', '161722.807000', '161742.699000', '161742.701000', '161742.704000', '161742.707000', '161742.709000', '161742.712000', '161742.715000', '161742.717000', '161742.720000', '161742.722000', '161742.725000', '161742.727000', '161742.730000', '161742.732000', '161742.735000', '161742.738000', '161742.740000', '161742.743000', '161742.747000', '161742.749000', '161742.752000', '161742.755000', '161742.757000', '161742.760000', '161742.762000', '161742.765000', '161742.768000', '161742.770000', '161742.773000', '161742.775000', '161742.778000', '161742.781000', '161742.783000', '161742.786000', '161742.789000', '161742.791000', '161742.794000', '161742.796000', '161742.799000', '161742.802000', '161742.804000', '161742.807000', '161742.809000', '161742.812000', '161802.700000', '161802.702000', '161802.705000', '161802.708000', '161802.710000', '161802.713000', '161802.715000', '161802.718000', '161802.720000', '161802.723000', '161802.726000', '161802.728000', '161802.731000', '161802.733000', '161802.736000', '161802.738000', '161802.741000', '161802.744000', '161802.746000', '161802.749000', '161802.751000', '161802.754000', '161802.757000', '161802.759000', '161802.762000', '161802.764000', '161802.767000', '161802.769000', '161802.772000', '161802.775000', '161802.777000', '161802.780000', '161802.782000', '161802.785000', '161802.787000', '161802.790000', '161802.793000', '161802.795000', '161802.798000', '161802.800000', '161802.803000', '161802.805000', '161802.808000', '161820.300000', '161820.303000', '161820.306000', '161820.308000', '161820.311000', '161820.314000', '161820.317000', '161820.319000', '161820.322000', '161820.325000', '161820.327000', '161820.330000', '161820.333000', '161820.336000', '161820.339000', '161820.342000', '161820.345000', '161820.349000', '161820.353000', '161820.356000', '161820.359000', '161820.362000', '161820.365000', '161820.368000', '161820.371000', '161820.374000', '161820.377000', '161820.379000', '161820.382000', '161820.385000', '161820.389000', '161820.393000', '161820.424000', '161820.427000', '161820.429000', '161820.432000', '161820.435000', '161820.439000', '161820.443000'], 'InstanceCreationTime': ['161202.735000', '161202.738000', '161202.741000', '161202.744000', '161202.747000', '161202.749000', '161202.752000', '161202.755000', '161202.757000', '161202.760000', '161202.762000', '161202.765000', '161202.768000', '161202.771000', '161202.773000', '161202.776000', '161202.778000', '161202.781000', '161202.783000', '161202.786000', '161202.789000', '161202.791000', '161202.794000', '161202.796000', '161202.799000', '161202.802000', '161202.804000', '161202.807000', '161202.809000', '161202.812000', '161202.815000', '161202.817000', '161202.820000', '161202.822000', '161202.825000', '161202.828000', '161202.830000', '161202.833000', '161202.836000', '161202.839000', '161202.841000', '161202.844000', '161202.846000', '161202.856000', '161202.859000', '161202.861000', '161202.864000', '161202.866000', '161202.869000', '161202.872000', '161222.698000', '161222.701000', '161222.704000', '161222.706000', '161222.709000', '161222.712000', '161222.714000', '161222.717000', '161222.720000', '161222.722000', '161222.725000', '161222.727000', '161222.730000', '161222.733000', '161222.736000', '161222.746000', '161222.748000', '161222.751000', '161222.753000', '161222.769000', '161222.772000', '161222.774000', '161222.777000', '161222.780000', '161222.782000', '161222.785000', '161222.787000', '161222.790000', '161222.793000', '161222.795000', '161222.798000', '161222.801000', '161222.804000', '161222.807000', '161222.809000', '161222.812000', '161222.815000', '161222.817000', '161222.820000', '161222.823000', '161222.825000', '161222.828000', '161222.830000', '161222.834000', '161242.699000', '161242.703000', '161242.706000', '161242.708000', '161242.711000', '161242.713000', '161242.716000', '161242.719000', '161242.721000', '161242.724000', '161242.726000', '161242.737000', '161242.740000', '161242.742000', '161242.745000', '161242.748000', '161242.750000', '161242.753000', '161242.755000', '161242.758000', '161242.761000', '161242.763000', '161242.766000', '161242.768000', '161242.771000', '161242.773000', '161242.776000', '161242.779000', '161242.781000', '161242.784000', '161242.786000', '161242.789000', '161242.792000', '161242.794000', '161242.797000', '161242.799000', '161242.802000', '161242.804000', '161242.807000', '161242.809000', '161242.812000', '161242.815000', '161242.817000', '161302.698000', '161302.701000', '161302.704000', '161302.706000', '161302.709000', '161302.712000', '161302.714000', '161302.717000', '161302.719000', '161302.722000', '161302.724000', '161302.727000', '161302.730000', '161302.732000', '161302.735000', '161302.737000', '161302.740000', '161302.743000', '161302.745000', '161302.748000', '161302.750000', '161302.753000', '161302.759000', '161302.761000', '161302.764000', '161302.767000', '161302.769000', '161302.772000', '161302.774000', '161302.777000', '161302.780000', '161302.782000', '161302.785000', '161302.787000', '161302.790000', '161302.793000', '161302.795000', '161302.798000', '161302.800000', '161302.803000', '161302.806000', '161302.808000', '161302.811000', '161302.813000', '161322.699000', '161322.701000', '161322.709000', '161322.712000', '161322.715000', '161322.717000', '161322.720000', '161322.723000', '161322.726000', '161322.728000', '161322.731000', '161322.733000', '161322.736000', '161322.739000', '161322.741000', '161322.744000', '161322.746000', '161322.749000', '161322.752000', '161322.754000', '161322.757000', '161322.759000', '161322.762000', '161322.765000', '161322.767000', '161322.770000', '161322.772000', '161322.775000', '161322.778000', '161322.781000', '161322.784000', '161322.786000', '161322.789000', '161322.792000', '161322.794000', '161322.797000', '161322.800000', '161322.802000', '161322.805000', '161322.807000', '161322.810000', '161322.813000', '161322.815000', '161342.700000', '161342.703000', '161342.705000', '161342.708000', '161342.711000', '161342.713000', '161342.716000', '161342.718000', '161342.721000', '161342.724000', '161342.726000', '161342.729000', '161342.731000', '161342.734000', '161342.737000', '161342.739000', '161342.742000', '161342.744000', '161342.747000', '161342.750000', '161342.752000', '161342.755000', '161342.758000', '161342.760000', '161342.763000', '161342.765000', '161342.775000', '161342.778000', '161342.781000', '161342.783000', '161342.786000', '161342.789000', '161342.791000', '161342.794000', '161342.797000', '161342.799000', '161342.802000', '161342.805000', '161342.807000', '161342.810000', '161342.813000', '161342.816000', '161342.818000', '161342.821000', '161402.699000', '161402.701000', '161402.704000', '161402.707000', '161402.709000', '161402.712000', '161402.714000', '161402.717000', '161402.719000', '161402.722000', '161402.724000', '161402.727000', '161402.730000', '161402.732000', '161402.744000', '161402.747000', '161402.749000', '161402.752000', '161402.755000', '161402.758000', '161402.760000', '161402.763000', '161402.765000', '161402.768000', '161402.771000', '161402.773000', '161402.776000', '161402.778000', '161402.781000', '161402.784000', '161402.786000', '161402.789000', '161402.791000', '161402.794000', '161402.796000', '161402.799000', '161402.802000', '161402.804000', '161402.807000', '161402.809000', '161402.812000', '161402.815000', '161402.817000', '161422.698000', '161422.701000', '161422.704000', '161422.707000', '161422.709000', '161422.712000', '161422.714000', '161422.717000', '161422.720000', '161422.722000', '161422.725000', '161422.728000', '161422.730000', '161422.733000', '161422.735000', '161422.738000', '161422.741000', '161422.743000', '161422.746000', '161422.749000', '161422.751000', '161422.754000', '161422.756000', '161422.759000', '161422.762000', '161422.764000', '161422.767000', '161422.769000', '161422.772000', '161422.775000', '161422.777000', '161422.780000', '161422.783000', '161422.785000', '161422.788000', '161422.790000', '161422.793000', '161422.795000', '161422.798000', '161422.801000', '161422.803000', '161422.806000', '161422.809000', '161422.812000', '161442.698000', '161442.701000', '161442.704000', '161442.707000', '161442.709000', '161442.712000', '161442.714000', '161442.717000', '161442.720000', '161442.722000', '161442.725000', '161442.728000', '161442.730000', '161442.733000', '161442.735000', '161442.738000', '161442.741000', '161442.744000', '161442.746000', '161442.749000', '161442.752000', '161442.754000', '161442.757000', '161442.759000', '161442.762000', '161442.765000', '161442.767000', '161442.770000', '161442.773000', '161442.775000', '161442.778000', '161442.780000', '161442.783000', '161442.786000', '161442.788000', '161442.791000', '161442.793000', '161442.796000', '161442.798000', '161442.801000', '161442.804000', '161442.807000', '161442.809000', '161502.698000', '161502.701000', '161502.704000', '161502.706000', '161502.709000', '161502.711000', '161502.714000', '161502.717000', '161502.719000', '161502.722000', '161502.724000', '161502.727000', '161502.730000', '161502.732000', '161502.735000', '161502.737000', '161502.740000', '161502.742000', '161502.745000', '161502.748000', '161502.750000', '161502.753000', '161502.755000', '161502.758000', '161502.761000', '161502.763000', '161502.766000', '161502.771000', '161502.774000', '161502.776000', '161502.779000', '161502.782000', '161502.784000', '161502.787000', '161502.789000', '161502.792000', '161502.794000', '161502.797000', '161502.800000', '161502.802000', '161502.805000', '161502.807000', '161502.810000', '161502.812000', '161522.698000', '161522.701000', '161522.704000', '161522.706000', '161522.709000', '161522.712000', '161522.714000', '161522.717000', '161522.719000', '161522.722000', '161522.724000', '161522.727000', '161522.730000', '161522.732000', '161522.735000', '161522.737000', '161522.740000', '161522.743000', '161522.745000', '161522.748000', '161522.750000', '161522.753000', '161522.755000', '161522.758000', '161522.761000', '161522.763000', '161522.766000', '161522.768000', '161522.771000', '161522.774000', '161522.776000', '161522.779000', '161522.783000', '161522.785000', '161522.788000', '161522.791000', '161522.793000', '161522.796000', '161522.798000', '161522.801000', '161522.804000', '161522.806000', '161522.809000', '161542.698000', '161542.701000', '161542.704000', '161542.706000', '161542.709000', '161542.712000', '161542.714000', '161542.717000', '161542.720000', '161542.722000', '161542.725000', '161542.761000', '161542.764000', '161542.766000', '161542.769000', '161542.771000', '161542.774000', '161542.777000', '161542.779000', '161542.782000', '161542.784000', '161542.787000', '161542.789000', '161542.792000', '161542.795000', '161542.797000', '161542.800000', '161542.803000', '161542.805000', '161542.808000', '161542.811000', '161542.814000', '161542.816000', '161542.819000', '161542.822000', '161542.824000', '161542.827000', '161542.830000', '161542.832000', '161542.835000', '161542.848000', '161542.851000', '161542.854000', '161542.856000', '161602.700000', '161602.702000', '161602.705000', '161602.707000', '161602.710000', '161602.713000', '161602.715000', '161602.718000', '161602.720000', '161602.723000', '161602.726000', '161602.728000', '161602.731000', '161602.734000', '161602.736000', '161602.739000', '161602.741000', '161602.744000', '161602.746000', '161602.749000', '161602.752000', '161602.754000', '161602.757000', '161602.759000', '161602.762000', '161602.765000', '161602.767000', '161602.770000', '161602.773000', '161602.775000', '161602.778000', '161602.780000', '161602.783000', '161602.786000', '161602.788000', '161602.791000', '161602.793000', '161602.796000', '161602.799000', '161602.801000', '161602.804000', '161602.806000', '161602.809000', '161622.698000', '161622.701000', '161622.704000', '161622.707000', '161622.709000', '161622.712000', '161622.714000', '161622.717000', '161622.719000', '161622.722000', '161622.725000', '161622.727000', '161622.730000', '161622.732000', '161622.735000', '161622.738000', '161622.740000', '161622.743000', '161622.745000', '161622.748000', '161622.750000', '161622.753000', '161622.755000', '161622.758000', '161622.761000', '161622.763000', '161622.766000', '161622.768000', '161622.771000', '161622.774000', '161622.776000', '161622.779000', '161622.781000', '161622.784000', '161622.787000', '161622.789000', '161622.792000', '161622.795000', '161622.797000', '161622.800000', '161622.802000', '161622.805000', '161622.808000', '161622.810000', '161642.698000', '161642.701000', '161642.704000', '161642.706000', '161642.709000', '161642.712000', '161642.714000', '161642.717000', '161642.719000', '161642.722000', '161642.724000', '161642.727000', '161642.730000', '161642.732000', '161642.735000', '161642.737000', '161642.740000', '161642.742000', '161642.745000', '161642.748000', '161642.750000', '161642.753000', '161642.755000', '161642.758000', '161642.761000', '161642.763000', '161642.766000', '161642.768000', '161642.771000', '161642.773000', '161642.776000', '161642.779000', '161642.782000', '161642.785000', '161642.788000', '161642.791000', '161642.793000', '161642.796000', '161642.798000', '161642.801000', '161642.804000', '161642.806000', '161642.809000', '161702.698000', '161702.701000', '161702.704000', '161702.706000', '161702.709000', '161702.712000', '161702.714000', '161702.717000', '161702.719000', '161702.722000', '161702.724000', '161702.727000', '161702.730000', '161702.732000', '161702.735000', '161702.737000', '161702.740000', '161702.743000', '161702.745000', '161702.748000', '161702.750000', '161702.767000', '161702.770000', '161702.773000', '161702.775000', '161702.778000', '161702.780000', '161702.783000', '161702.786000', '161702.788000', '161702.791000', '161702.794000', '161702.796000', '161702.799000', '161702.802000', '161702.805000', '161702.807000', '161702.810000', '161702.812000', '161702.815000', '161702.818000', '161702.820000', '161702.823000', '161702.825000', '161722.699000', '161722.701000', '161722.704000', '161722.706000', '161722.709000', '161722.712000', '161722.714000', '161722.717000', '161722.719000', '161722.722000', '161722.725000', '161722.727000', '161722.730000', '161722.732000', '161722.735000', '161722.737000', '161722.740000', '161722.743000', '161722.745000', '161722.748000', '161722.750000', '161722.753000', '161722.756000', '161722.758000', '161722.761000', '161722.763000', '161722.766000', '161722.769000', '161722.771000', '161722.774000', '161722.776000', '161722.779000', '161722.781000', '161722.784000', '161722.787000', '161722.789000', '161722.792000', '161722.794000', '161722.797000', '161722.800000', '161722.802000', '161722.805000', '161722.807000', '161742.699000', '161742.701000', '161742.704000', '161742.707000', '161742.709000', '161742.712000', '161742.715000', '161742.717000', '161742.720000', '161742.722000', '161742.725000', '161742.727000', '161742.730000', '161742.732000', '161742.735000', '161742.738000', '161742.740000', '161742.743000', '161742.747000', '161742.749000', '161742.752000', '161742.755000', '161742.757000', '161742.760000', '161742.762000', '161742.765000', '161742.768000', '161742.770000', '161742.773000', '161742.775000', '161742.778000', '161742.781000', '161742.783000', '161742.786000', '161742.789000', '161742.791000', '161742.794000', '161742.796000', '161742.799000', '161742.802000', '161742.804000', '161742.807000', '161742.809000', '161742.812000', '161802.700000', '161802.702000', '161802.705000', '161802.708000', '161802.710000', '161802.713000', '161802.715000', '161802.718000', '161802.720000', '161802.723000', '161802.726000', '161802.728000', '161802.731000', '161802.733000', '161802.736000', '161802.738000', '161802.741000', '161802.744000', '161802.746000', '161802.749000', '161802.751000', '161802.754000', '161802.757000', '161802.759000', '161802.762000', '161802.764000', '161802.767000', '161802.769000', '161802.772000', '161802.775000', '161802.777000', '161802.780000', '161802.782000', '161802.785000', '161802.787000', '161802.790000', '161802.793000', '161802.795000', '161802.798000', '161802.800000', '161802.803000', '161802.805000', '161802.808000', '161820.300000', '161820.303000', '161820.306000', '161820.308000', '161820.311000', '161820.314000', '161820.317000', '161820.319000', '161820.322000', '161820.325000', '161820.327000', '161820.330000', '161820.333000', '161820.336000', '161820.339000', '161820.342000', '161820.345000', '161820.349000', '161820.353000', '161820.356000', '161820.359000', '161820.362000', '161820.365000', '161820.368000', '161820.371000', '161820.374000', '161820.377000', '161820.379000', '161820.382000', '161820.385000', '161820.389000', '161820.393000', '161820.424000', '161820.427000', '161820.429000', '161820.432000', '161820.435000', '161820.439000', '161820.443000'], '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': [10398, 9154, 8110, 9291, 8194, 9905, 8840, 8904, 11873, 11065, 8168, 11021, 9635, 7955, 10140, 10939, 8402, 9109, 9465, 8893, 8855, 7888, 10106, 10533, 8249, 9375, 9956, 8956, 8328, 9181, 8745, 8611, 9622, 8632, 8147, 8859, 8398, 9537, 8907, 8329, 8834, 10388, 8105, 9572, 8937, 9094, 10577, 8191, 9318, 9346, 8961, 10616, 8104, 9385, 9705, 8451, 8477, 8098, 8453, 9233, 8158, 9644, 9208, 7836, 9841, 10847, 8505, 8427, 9242, 9070, 9517, 7646, 9421, 11173, 8064, 9487, 10930, 9181, 8468, 9570, 8805, 9932, 8865, 10331, 10959, 8507, 8835, 9686, 8704, 8930, 8913, 9601, 12271, 8022, 10288, 10827, 8003, 8706, 10334, 8780, 9753, 9190, 9873, 11237, 7816, 10321, 11003, 8288, 9095, 10111, 8384, 10185, 7825, 10206, 10526, 8397, 8987, 9486, 8360, 9477, 7669, 11102, 10598, 8104, 9169, 10051, 8484, 8370, 8243, 8022, 9017, 9594, 8066, 9214, 11281, 8301, 8846, 9987, 10417, 11363, 8411, 9487, 10394, 9167, 10899, 7963, 9874, 10907, 8207, 8542, 9591, 8964, 10964, 7953, 10024, 10829, 8451, 8710, 9693, 9151, 11653, 8168, 9312, 10771, 8646, 8102, 9239, 8536, 8816, 7911, 9445, 8265, 7639, 8709, 8872, 8461, 9210, 8980, 11073, 9435, 9301, 8396, 13394, 11373, 8951, 10738, 8852, 10228, 12270, 8302, 9802, 9589, 9816, 9095, 7701, 10338, 9658, 10442, 8931, 7947, 10406, 9989, 7836, 9056, 9006, 8162, 8435, 8224, 8955, 8619, 8631, 9596, 8684, 7757, 9467, 11469, 7794, 9625, 10774, 7881, 9327, 9662, 7943, 9015, 8884, 11300, 11449, 7991, 10308, 10533, 8407, 9404, 8346, 10450, 11619, 8081, 9768, 10482, 8310, 9321, 11313, 8186, 9238, 9928, 9168, 11618, 7743, 9846, 9880, 8968, 9673, 7701, 10041, 10466, 7967, 8898, 9349, 8073, 9954, 7836, 10254, 10106, 9229, 10868, 8268, 9601, 10796, 8308, 8553, 8120, 9560, 10658, 8029, 10256, 10423, 8296, 8668, 8816, 8700, 8395, 7615, 8734, 10704, 7991, 9616, 10837, 8269, 8819, 9429, 8218, 9124, 9116, 10300, 11753, 7674, 8966, 9680, 8064, 8794, 8954, 8388, 7916, 8272, 9795, 8915, 7924, 9531, 11141, 8674, 10948, 10053, 8409, 8532, 8260, 8020, 10129, 11547, 7759, 9579, 7723, 10562, 10624, 7712, 10924, 9995, 9173, 11265, 7861, 10916, 10024, 7671, 10009, 8183, 7775, 9071, 7939, 10418, 9743, 7523, 9423, 7654, 10638, 10736, 7655, 9742, 9569, 8324, 11541, 7541, 10926, 9376, 9944, 10124, 7937, 12398, 10266, 7432, 11697, 10077, 7928, 10495, 10592, 8522, 9322, 8454, 7585, 9463, 7735, 8765, 8992, 8313, 9164, 8723, 10304, 11636, 9252, 12760, 12080, 8767, 12835, 11484, 8729, 10673, 11333, 8514, 9656, 10141, 9088, 13025, 9363, 8409, 11676, 8128, 9253, 9272, 8581, 10431, 8264, 8710, 9163, 8501, 8386, 8647, 8693, 7999, 7649, 11084, 8505, 8346, 10048, 8046, 7832, 9718, 7814, 8149, 8984, 7614, 9627, 9396, 7914, 11995, 10120, 7715, 11038, 8496, 8068, 11363, 8345, 8111, 11047, 8640, 7746, 9373, 10713, 9192, 7893, 12682, 8839, 10912, 11808, 8822, 12432, 11235, 9181, 13489, 11552, 8911, 13945, 10814, 7851, 12822, 9680, 9606, 12400, 8418, 11482, 11731, 9476, 12858, 8689, 11083, 11902, 8928, 12874, 10266, 7712, 11376, 8112, 12414, 8921, 8812, 10622, 8248, 11872, 8952, 7913, 9674, 8082, 10670, 10145, 9362, 11283, 7981, 7759, 10395, 7650, 8972, 9954, 8799, 11775, 10004, 7601, 10505, 8081, 10821, 11347, 9444, 11844, 9616, 9553, 10370, 8090, 12374, 9505, 8695, 10830, 8250, 12322, 9599, 7716, 10200, 7782, 9307, 10424, 8427, 10816, 7949, 8808, 8653, 7800, 11393, 9141, 7654, 10172, 7854, 8356, 9351, 8368, 10701, 9964, 8750, 10715, 8761, 7935, 10771, 7808, 7657, 10095, 7839, 8965, 9801, 7987, 12409, 10696, 8152, 11071, 8888, 12181, 12088, 8875, 12911, 9816, 10187, 11201, 8464, 13237, 9931, 7662, 11245, 8416, 11423, 9819, 8307, 12420, 9375, 8519, 10689, 8184, 7827, 10652, 8333, 7914, 8586, 10693, 8435, 7551, 10798, 8254, 10030, 10571, 7927, 12265, 9510, 7676, 11112, 8212, 11837, 11701, 8126, 11451, 8405, 9794, 10689, 8052, 11159, 9887, 8115, 10849, 7882, 7734, 10085, 7960, 9317, 10275, 8055, 11535, 8329, 7661, 10112, 7882, 11561, 9508, 7482, 10781, 8002, 9109, 10137, 8057, 11959, 8247, 10252, 11179, 7958, 12811, 9709, 10101, 11387, 8352, 12601, 9355, 7638, 11396, 7978, 9397, 11003, 8179, 11774, 10180, 7647, 11406, 8080, 10816, 11437, 8131, 11822, 10235, 7829, 11305, 7825, 9980, 8564, 7771, 10171, 8368, 8174, 11755, 9679, 7757, 11979, 8406, 7732, 10473, 8189, 12081, 11388, 9317, 12919, 8511, 7720, 11373, 8315, 8024, 10662, 7785, 10591, 7967, 7536, 13345, 10637, 8753, 16486, 12951, 10519, 16976, 10644, 10719, 13237, 9745, 13979, 13804, 10008, 12096, 13344, 10266, 13818, 13886, 10288, 15213, 9235, 11087, 11745, 8853, 14510, 10517, 7583, 12400, 8052, 8062, 10114, 7756, 13761, 9826, 7909, 12078, 8056, 11518, 11096, 8324, 13809, 9479, 8170, 12451, 9521, 9254, 13329, 9342, 9095, 12844, 8202, 11021, 12230, 9073, 12357, 12872, 8891, 15490, 12352, 8896, 14093, 10380, 8941, 13225, 8580, 8154, 13571, 10108, 8085, 11597, 11170, 9465, 8858, 9859, 11258, 8740, 13595, 11548, 10881, 8060, 9736, 8574, 7969, 9031, 8609, 12523, 9759, 13636, 9668, 15185, 9805, 15554, 11042, 13608, 9433, 8049, 8484, 7892, 8753, 7674, 8046, 8383, 9078, 8505, 7674, 11660, 12513, 8541, 7848, 12605, 10721, 7786, 14449, 9812, 7811, 9992, 7835, 13775, 10103, 7867, 12327, 7884, 12258, 12057, 8263, 12077, 7586, 13715, 10877, 7758, 11972, 7793, 13938, 10513, 7685, 12282, 8041, 8163, 11073, 7821, 10987, 10853, 8283, 11434, 7856, 8653, 9945, 7831, 13760, 10444, 8203, 12554, 8546, 8358, 11068, 7871, 10517, 11136, 8019, 12425, 12595, 8779, 13885, 11352, 9683, 12128, 8377, 11677, 12246, 7656, 14214, 10170, 10485, 11999, 7968, 10359, 9651, 8417, 8982, 10546, 8763, 7937, 13384, 11598, 7536, 14067, 9885, 10028, 11185, 8061, 13274, 12295, 7792, 13950], 'WindowCenter': [4647.0, 4627.0, 4593.0, 4611.0, 4590.0, 4607.0, 4589.0, 4593.0, 4621.0, 4621.0, 4566.0, 4606.0, 4588.0, 4557.0, 4583.0, 4594.0, 4555.0, 4575.0, 4587.0, 4577.0, 4564.0, 4556.0, 4595.0, 4596.0, 4565.0, 4575.0, 4596.0, 4576.0, 4567.0, 4588.0, 4576.0, 4577.0, 4599.0, 4589.0, 4578.0, 4602.0, 4578.0, 4598.0, 4589.0, 4579.0, 4590.0, 4608.0, 4570.0, 4597.0, 4588.0, 4576.0, 4597.0, 4566.0, 4575.0, 4575.0, 4573.0, 4593.0, 4555.0, 4574.0, 4585.0, 4566.0, 4566.0, 4556.0, 4567.0, 4587.0, 4555.0, 4586.0, 4588.0, 4559.0, 4596.0, 4606.0, 4588.0, 4576.0, 4587.0, 4599.0, 4610.0, 4569.0, 4590.0, 4618.0, 4569.0, 4588.0, 4608.0, 4587.0, 4565.0, 4586.0, 4566.0, 4597.0, 4577.0, 4598.0, 4596.0, 4565.0, 4576.0, 4586.0, 4565.0, 4576.0, 4577.0, 4585.0, 4616.0, 4556.0, 4596.0, 4607.0, 4559.0, 4578.0, 4596.0, 4565.0, 4586.0, 4576.0, 4584.0, 4594.0, 4532.0, 4586.0, 4594.0, 4555.0, 4564.0, 4585.0, 4557.0, 4585.0, 4546.0, 4583.0, 4596.0, 4556.0, 4565.0, 4586.0, 4555.0, 4576.0, 4547.0, 4594.0, 4596.0, 4554.0, 4577.0, 4586.0, 4565.0, 4568.0, 4569.0, 4557.0, 4577.0, 4588.0, 4557.0, 4589.0, 4618.0, 4569.0, 4565.0, 4586.0, 4584.0, 4605.0, 4554.0, 4576.0, 4587.0, 4564.0, 4583.0, 4532.0, 4560.0, 4596.0, 4556.0, 4554.0, 4573.0, 4563.0, 4583.0, 4543.0, 4585.0, 4594.0, 4557.0, 4565.0, 4587.0, 4563.0, 4604.0, 4556.0, 4577.0, 4595.0, 4565.0, 4558.0, 4587.0, 4568.0, 4574.0, 4579.0, 4583.0, 4553.0, 4555.0, 4575.0, 4589.0, 4577.0, 4600.0, 4602.0, 4630.0, 4599.0, 4600.0, 4565.0, 4614.0, 4604.0, 4563.0, 4593.0, 4564.0, 4581.0, 4602.0, 4553.0, 4582.0, 4572.0, 4582.0, 4550.0, 4543.0, 4581.0, 4572.0, 4581.0, 4563.0, 4553.0, 4593.0, 4582.0, 4554.0, 4574.0, 4576.0, 4565.0, 4566.0, 4580.0, 4598.0, 4589.0, 4588.0, 4598.0, 4578.0, 4558.0, 4598.0, 4618.0, 4557.0, 4585.0, 4595.0, 4579.0, 4628.0, 4599.0, 4569.0, 4576.0, 4575.0, 4594.0, 4605.0, 4544.0, 4583.0, 4585.0, 4542.0, 4563.0, 4556.0, 4594.0, 4605.0, 4543.0, 4559.0, 4594.0, 4555.0, 4573.0, 4606.0, 4555.0, 4575.0, 4574.0, 4575.0, 4605.0, 4533.0, 4574.0, 4575.0, 4563.0, 4574.0, 4535.0, 4572.0, 4583.0, 4543.0, 4565.0, 4576.0, 4545.0, 4585.0, 4544.0, 4586.0, 4587.0, 4576.0, 4594.0, 4553.0, 4577.0, 4596.0, 4555.0, 4553.0, 4545.0, 4574.0, 4584.0, 4545.0, 4584.0, 4595.0, 4566.0, 4566.0, 4576.0, 4565.0, 4556.0, 4557.0, 4566.0, 4595.0, 4556.0, 4586.0, 4607.0, 4566.0, 4577.0, 4587.0, 4567.0, 4589.0, 4577.0, 4585.0, 4616.0, 4568.0, 4573.0, 4574.0, 4542.0, 4564.0, 4575.0, 4566.0, 4555.0, 4567.0, 4597.0, 4588.0, 4568.0, 4598.0, 4589.0, 4561.0, 4592.0, 4571.0, 4530.0, 4592.0, 4595.0, 4585.0, 4621.0, 4618.0, 4543.0, 4559.0, 4519.0, 4568.0, 4570.0, 4530.0, 4581.0, 4584.0, 4574.0, 4594.0, 4556.0, 4593.0, 4573.0, 4532.0, 4573.0, 4555.0, 4533.0, 4565.0, 4554.0, 4594.0, 4586.0, 4548.0, 4577.0, 4545.0, 4595.0, 4593.0, 4546.0, 4586.0, 4587.0, 4556.0, 4604.0, 4547.0, 4594.0, 4574.0, 4582.0, 4596.0, 4524.0, 4623.0, 4600.0, 4550.0, 4633.0, 4617.0, 4587.0, 4627.0, 4639.0, 4612.0, 4622.0, 4600.0, 4576.0, 4617.0, 4566.0, 4585.0, 4528.0, 4579.0, 4588.0, 4590.0, 4599.0, 4608.0, 4577.0, 4604.0, 4581.0, 4529.0, 4578.0, 4557.0, 4516.0, 4534.0, 4531.0, 4514.0, 4525.0, 4535.0, 4525.0, 4564.0, 4526.0, 4506.0, 4555.0, 4506.0, 4535.0, 4537.0, 4529.0, 4558.0, 4530.0, 4541.0, 4551.0, 4553.0, 4553.0, 4565.0, 4567.0, 4570.0, 4560.0, 4618.0, 4581.0, 4580.0, 4597.0, 4569.0, 4559.0, 4599.0, 4572.0, 4568.0, 4589.0, 4569.0, 4599.0, 4600.0, 4570.0, 4642.0, 4611.0, 4581.0, 4632.0, 4602.0, 4582.0, 4630.0, 4593.0, 4581.0, 4630.0, 4592.0, 4581.0, 4613.0, 4632.0, 4613.0, 4583.0, 4649.0, 4601.0, 4620.0, 4619.0, 4589.0, 4627.0, 4609.0, 4587.0, 4627.0, 4619.0, 4578.0, 4634.0, 4605.0, 4557.0, 4626.0, 4587.0, 4586.0, 4637.0, 4578.0, 4617.0, 4616.0, 4571.0, 4615.0, 4564.0, 4580.0, 4601.0, 4564.0, 4612.0, 4592.0, 4544.0, 4602.0, 4543.0, 4613.0, 4575.0, 4574.0, 4594.0, 4566.0, 4602.0, 4577.0, 4554.0, 4584.0, 4554.0, 4593.0, 4595.0, 4575.0, 4604.0, 4555.0, 4555.0, 4607.0, 4569.0, 4577.0, 4596.0, 4576.0, 4613.0, 4597.0, 4545.0, 4593.0, 4554.0, 4606.0, 4606.0, 4586.0, 4615.0, 4587.0, 4583.0, 4594.0, 4567.0, 4613.0, 4584.0, 4564.0, 4593.0, 4564.0, 4612.0, 4585.0, 4544.0, 4594.0, 4556.0, 4585.0, 4604.0, 4566.0, 4603.0, 4567.0, 4584.0, 4578.0, 4567.0, 4616.0, 4597.0, 4556.0, 4607.0, 4580.0, 4579.0, 4599.0, 4579.0, 4616.0, 4609.0, 4589.0, 4617.0, 4588.0, 4577.0, 4627.0, 4569.0, 4569.0, 4608.0, 4569.0, 4587.0, 4609.0, 4579.0, 4626.0, 4607.0, 4567.0, 4618.0, 4577.0, 4614.0, 4616.0, 4574.0, 4611.0, 4584.0, 4581.0, 4591.0, 4553.0, 4613.0, 4583.0, 4544.0, 4589.0, 4564.0, 4602.0, 4582.0, 4554.0, 4611.0, 4571.0, 4562.0, 4594.0, 4567.0, 4556.0, 4603.0, 4590.0, 4580.0, 4599.0, 4618.0, 4591.0, 4566.0, 4616.0, 4579.0, 4597.0, 4608.0, 4569.0, 4625.0, 4597.0, 4557.0, 4605.0, 4566.0, 4614.0, 4615.0, 4553.0, 4603.0, 4566.0, 4594.0, 4603.0, 4555.0, 4602.0, 4595.0, 4565.0, 4606.0, 4566.0, 4555.0, 4604.0, 4567.0, 4584.0, 4619.0, 4567.0, 4616.0, 4577.0, 4556.0, 4595.0, 4569.0, 4614.0, 4595.0, 4545.0, 4607.0, 4566.0, 4586.0, 4597.0, 4567.0, 4617.0, 4579.0, 4595.0, 4604.0, 4554.0, 4625.0, 4586.0, 4592.0, 4602.0, 4564.0, 4613.0, 4572.0, 4543.0, 4614.0, 4565.0, 4582.0, 4603.0, 4562.0, 4611.0, 4592.0, 4554.0, 4612.0, 4553.0, 4592.0, 4601.0, 4542.0, 4612.0, 4582.0, 4555.0, 4601.0, 4557.0, 4593.0, 4574.0, 4554.0, 4595.0, 4566.0, 4576.0, 4614.0, 4597.0, 4556.0, 4614.0, 4576.0, 4555.0, 4605.0, 4565.0, 4613.0, 4601.0, 4596.0, 4637.0, 4586.0, 4567.0, 4627.0, 4567.0, 4556.0, 4592.0, 4513.0, 4576.0, 4550.0, 4543.0, 4623.0, 4605.0, 4577.0, 4647.0, 4628.0, 4594.0, 4633.0, 4570.0, 4555.0, 4574.0, 4536.0, 4572.0, 4586.0, 4559.0, 4586.0, 4598.0, 4570.0, 4596.0, 4597.0, 4556.0, 4594.0, 4548.0, 4563.0, 4578.0, 4546.0, 4598.0, 4579.0, 4530.0, 4600.0, 4543.0, 4540.0, 4580.0, 4532.0, 4621.0, 4583.0, 4554.0, 4613.0, 4565.0, 4602.0, 4615.0, 4576.0, 4634.0, 4585.0, 4563.0, 4614.0, 4584.0, 4585.0, 4635.0, 4586.0, 4584.0, 4623.0, 4576.0, 4605.0, 4623.0, 4588.0, 4625.0, 4625.0, 4587.0, 4642.0, 4623.0, 4584.0, 4633.0, 4594.0, 4574.0, 4624.0, 4575.0, 4554.0, 4635.0, 4608.0, 4558.0, 4633.0, 4628.0, 4618.0, 4605.0, 4613.0, 4633.0, 4595.0, 4655.0, 4633.0, 4610.0, 4546.0, 4588.0, 4569.0, 4561.0, 4580.0, 4572.0, 4607.0, 4577.0, 4604.0, 4564.0, 4602.0, 4553.0, 4587.0, 4556.0, 4552.0, 4514.0, 4499.0, 4505.0, 4499.0, 4508.0, 4498.0, 4534.0, 4532.0, 4558.0, 4553.0, 4518.0, 4579.0, 4590.0, 4525.0, 4531.0, 4602.0, 4594.0, 4532.0, 4611.0, 4585.0, 4532.0, 4573.0, 4534.0, 4611.0, 4582.0, 4555.0, 4613.0, 4555.0, 4588.0, 4604.0, 4550.0, 4602.0, 4543.0, 4612.0, 4595.0, 4544.0, 4602.0, 4542.0, 4613.0, 4582.0, 4532.0, 4603.0, 4556.0, 4556.0, 4604.0, 4557.0, 4590.0, 4605.0, 4566.0, 4615.0, 4567.0, 4576.0, 4598.0, 4570.0, 4637.0, 4607.0, 4568.0, 4626.0, 4578.0, 4568.0, 4617.0, 4566.0, 4606.0, 4619.0, 4568.0, 4627.0, 4613.0, 4576.0, 4623.0, 4606.0, 4585.0, 4614.0, 4566.0, 4603.0, 4614.0, 4544.0, 4622.0, 4582.0, 4592.0, 4602.0, 4557.0, 4584.0, 4572.0, 4553.0, 4563.0, 4595.0, 4576.0, 4555.0, 4625.0, 4616.0, 4556.0, 4625.0, 4599.0, 4595.0, 4604.0, 4545.0, 4611.0, 4601.0, 4541.0, 4622.0], 'WindowWidth': [10161.0, 10131.0, 10076.0, 10097.0, 10066.0, 10081.0, 10058.0, 10069.0, 10104.0, 10102.0, 10017.0, 10073.0, 10052.0, 10007.0, 10036.0, 10051.0, 10000.0, 10027.0, 10046.0, 10032.0, 10012.0, 10005.0, 10055.0, 10057.0, 10016.0, 10029.0, 10058.0, 10033.0, 10021.0, 10050.0, 10034.0, 10037.0, 10067.0, 10056.0, 10042.0, 10077.0, 10040.0, 10067.0, 10056.0, 10045.0, 10060.0, 10081.0, 10031.0, 10064.0, 10052.0, 10034.0, 10062.0, 10018.0, 10028.0, 10028.0, 10023.0, 10051.0, 10002.0, 10027.0, 10043.0, 10018.0, 10019.0, 10006.0, 10024.0, 10050.0, 10003.0, 10047.0, 10053.0, 10015.0, 10062.0, 10075.0, 10055.0, 10037.0, 10051.0, 10074.0, 10091.0, 10032.0, 10059.0, 10092.0, 10027.0, 10052.0, 10079.0, 10047.0, 10015.0, 10046.0, 10016.0, 10062.0, 10036.0, 10064.0, 10058.0, 10013.0, 10032.0, 10047.0, 10016.0, 10032.0, 10034.0, 10041.0, 10084.0, 10007.0, 10061.0, 10075.0, 10014.0, 10041.0, 10061.0, 10014.0, 10045.0, 10032.0, 10040.0, 10053.0, 9964.0, 10043.0, 10053.0, 10001.0, 10010.0, 10040.0, 10004.0, 10041.0, 9990.0, 10036.0, 10058.0, 10002.0, 10016.0, 10044.0, 10001.0, 10031.0, 9993.0, 10052.0, 10058.0, 10000.0, 10034.0, 10046.0, 10017.0, 10027.0, 10028.0, 10005.0, 10035.0, 10050.0, 10007.0, 10055.0, 10094.0, 10029.0, 10014.0, 10043.0, 10038.0, 10069.0, 9995.0, 10031.0, 10045.0, 10011.0, 10032.0, 9960.0, 9998.0, 10057.0, 10000.0, 9998.0, 10019.0, 10010.0, 10033.0, 9980.0, 10042.0, 10052.0, 10007.0, 10019.0, 10048.0, 10009.0, 10066.0, 10002.0, 10034.0, 10053.0, 10014.0, 10010.0, 10049.0, 10024.0, 10026.0, 10046.0, 10041.0, 9996.0, 10002.0, 10030.0, 10055.0, 10039.0, 10075.0, 10080.0, 10117.0, 10072.0, 10076.0, 10019.0, 10080.0, 10066.0, 10010.0, 10051.0, 10012.0, 10031.0, 10062.0, 9996.0, 10033.0, 10020.0, 10032.0, 9986.0, 9982.0, 10031.0, 10019.0, 10032.0, 10011.0, 9998.0, 10052.0, 10032.0, 10002.0, 10028.0, 10035.0, 10018.0, 10023.0, 10046.0, 10071.0, 10058.0, 10054.0, 10068.0, 10041.0, 10011.0, 10070.0, 10094.0, 10012.0, 10044.0, 10057.0, 10045.0, 10126.0, 10071.0, 10029.0, 10034.0, 10029.0, 10054.0, 10069.0, 9982.0, 10037.0, 10041.0, 9976.0, 10007.0, 10003.0, 10054.0, 10069.0, 9983.0, 9993.0, 10053.0, 10002.0, 10023.0, 10072.0, 10002.0, 10029.0, 10022.0, 10027.0, 10067.0, 9969.0, 10024.0, 10027.0, 10008.0, 10023.0, 9972.0, 10020.0, 10034.0, 9982.0, 10015.0, 10030.0, 9985.0, 10042.0, 9983.0, 10046.0, 10047.0, 10032.0, 10054.0, 9997.0, 10032.0, 10056.0, 10002.0, 9994.0, 9987.0, 10024.0, 10037.0, 9988.0, 10041.0, 10056.0, 10020.0, 10019.0, 10032.0, 10014.0, 10005.0, 10009.0, 10019.0, 10057.0, 10005.0, 10046.0, 10076.0, 10018.0, 10033.0, 10049.0, 10021.0, 10054.0, 10034.0, 10042.0, 10086.0, 10030.0, 10027.0, 10027.0, 9981.0, 10013.0, 10029.0, 10019.0, 10002.0, 10023.0, 10064.0, 10054.0, 10026.0, 10067.0, 10039.0, 10004.0, 10048.0, 10014.0, 9951.0, 10065.0, 10076.0, 10061.0, 10106.0, 10095.0, 9983.0, 9996.0, 9939.0, 10004.0, 10014.0, 9958.0, 10029.0, 10039.0, 10026.0, 10055.0, 10004.0, 10050.0, 10023.0, 9964.0, 10021.0, 9999.0, 9968.0, 10014.0, 10000.0, 10056.0, 10048.0, 9996.0, 10035.0, 9990.0, 10054.0, 10051.0, 9989.0, 10045.0, 10047.0, 10004.0, 10067.0, 9992.0, 10052.0, 10025.0, 10036.0, 10061.0, 9946.0, 10100.0, 10065.0, 9997.0, 10116.0, 10100.0, 10061.0, 10117.0, 10137.0, 10105.0, 10117.0, 10084.0, 10049.0, 10105.0, 10030.0, 10052.0, 9938.0, 10048.0, 10054.0, 10062.0, 10069.0, 10077.0, 10032.0, 10062.0, 10025.0, 9950.0, 10014.0, 9983.0, 9925.0, 9946.0, 9936.0, 9920.0, 9933.0, 9947.0, 9935.0, 9986.0, 9936.0, 9910.0, 9974.0, 9914.0, 9949.0, 9957.0, 9949.0, 9988.0, 9953.0, 9972.0, 9985.0, 9990.0, 9995.0, 10015.0, 10021.0, 10032.0, 10021.0, 10097.0, 10051.0, 10046.0, 10063.0, 10027.0, 10015.0, 10072.0, 10040.0, 10031.0, 10060.0, 10032.0, 10072.0, 10074.0, 10034.0, 10135.0, 10092.0, 10054.0, 10124.0, 10084.0, 10055.0, 10118.0, 10071.0, 10054.0, 10117.0, 10068.0, 10056.0, 10100.0, 10125.0, 10100.0, 10059.0, 10144.0, 10078.0, 10101.0, 10097.0, 10058.0, 10105.0, 10083.0, 10049.0, 10106.0, 10097.0, 10039.0, 10112.0, 10071.0, 10008.0, 10103.0, 10052.0, 10049.0, 10123.0, 10041.0, 10093.0, 10089.0, 10018.0, 10085.0, 10014.0, 10027.0, 10060.0, 10012.0, 10079.0, 10053.0, 9990.0, 10064.0, 9981.0, 10078.0, 10031.0, 10029.0, 10056.0, 10021.0, 10065.0, 10037.0, 10002.0, 10043.0, 10003.0, 10054.0, 10059.0, 10031.0, 10070.0, 10008.0, 10007.0, 10079.0, 10033.0, 10039.0, 10062.0, 10037.0, 10082.0, 10063.0, 9991.0, 10054.0, 10003.0, 10073.0, 10075.0, 10047.0, 10085.0, 10051.0, 10042.0, 10056.0, 10028.0, 10083.0, 10043.0, 10014.0, 10053.0, 10016.0, 10077.0, 10044.0, 9990.0, 10057.0, 10009.0, 10046.0, 10071.0, 10023.0, 10070.0, 10025.0, 10046.0, 10043.0, 10028.0, 10094.0, 10068.0, 10011.0, 10080.0, 10049.0, 10047.0, 10073.0, 10045.0, 10094.0, 10088.0, 10061.0, 10098.0, 10061.0, 10045.0, 10112.0, 10034.0, 10032.0, 10084.0, 10037.0, 10056.0, 10087.0, 10048.0, 10106.0, 10082.0, 10027.0, 10097.0, 10040.0, 10084.0, 10090.0, 10030.0, 10077.0, 10042.0, 10034.0, 10048.0, 10000.0, 10079.0, 10039.0, 9987.0, 10042.0, 10015.0, 10063.0, 10037.0, 10001.0, 10076.0, 10024.0, 10012.0, 10056.0, 10023.0, 10008.0, 10069.0, 10065.0, 10052.0, 10078.0, 10102.0, 10067.0, 10026.0, 10093.0, 10047.0, 10066.0, 10084.0, 10031.0, 10103.0, 10067.0, 10011.0, 10074.0, 10022.0, 10084.0, 10088.0, 10003.0, 10068.0, 10024.0, 10058.0, 10070.0, 10008.0, 10066.0, 10061.0, 10021.0, 10076.0, 10024.0, 10009.0, 10074.0, 10027.0, 10047.0, 10104.0, 10028.0, 10091.0, 10042.0, 10009.0, 10062.0, 10033.0, 10087.0, 10062.0, 9996.0, 10080.0, 10027.0, 10052.0, 10065.0, 10026.0, 10093.0, 10046.0, 10061.0, 10074.0, 10005.0, 10100.0, 10050.0, 10053.0, 10067.0, 10016.0, 10082.0, 10027.0, 9988.0, 10086.0, 10020.0, 10039.0, 10068.0, 10014.0, 10079.0, 10052.0, 10005.0, 10081.0, 10000.0, 10050.0, 10064.0, 9982.0, 10080.0, 10038.0, 10006.0, 10062.0, 10014.0, 10055.0, 10033.0, 10007.0, 10059.0, 10024.0, 10037.0, 10087.0, 10067.0, 10012.0, 10089.0, 10038.0, 10009.0, 10074.0, 10022.0, 10081.0, 10065.0, 10067.0, 10126.0, 10056.0, 10031.0, 10113.0, 10024.0, 10009.0, 10049.0, 9926.0, 10019.0, 9990.0, 9984.0, 10093.0, 10072.0, 10036.0, 10135.0, 10112.0, 10055.0, 10105.0, 10012.0, 9982.0, 10004.0, 9952.0, 9999.0, 10026.0, 9993.0, 10030.0, 10049.0, 10013.0, 10042.0, 10044.0, 9986.0, 10031.0, 9976.0, 9992.0, 10018.0, 9975.0, 10047.0, 10024.0, 9962.0, 10054.0, 9982.0, 9973.0, 10029.0, 9967.0, 10087.0, 10036.0, 10000.0, 10080.0, 10019.0, 10063.0, 10088.0, 10036.0, 10110.0, 10046.0, 10013.0, 10082.0, 10044.0, 10045.0, 10113.0, 10049.0, 10046.0, 10098.0, 10037.0, 10074.0, 10097.0, 10055.0, 10099.0, 10102.0, 10052.0, 10120.0, 10095.0, 10044.0, 10110.0, 10057.0, 10031.0, 10096.0, 10030.0, 10002.0, 10116.0, 10081.0, 10012.0, 10124.0, 10113.0, 10107.0, 10089.0, 10095.0, 10123.0, 10073.0, 10158.0, 10122.0, 10084.0, 9990.0, 10051.0, 10028.0, 10019.0, 10041.0, 10029.0, 10072.0, 10032.0, 10060.0, 10005.0, 10054.0, 9985.0, 10022.0, 9980.0, 9959.0, 9918.0, 9903.0, 9904.0, 9901.0, 9912.0, 9902.0, 9965.0, 9955.0, 10001.0, 9997.0, 9938.0, 10020.0, 10037.0, 9943.0, 9960.0, 10057.0, 10051.0, 9964.0, 10070.0, 10042.0, 9968.0, 10022.0, 9969.0, 10071.0, 10033.0, 10002.0, 10077.0, 10002.0, 10033.0, 10067.0, 9989.0, 10061.0, 9982.0, 10075.0, 10054.0, 9985.0, 10059.0, 9979.0, 10076.0, 10035.0, 9965.0, 10063.0, 10005.0, 10005.0, 10070.0, 10011.0, 10044.0, 10073.0, 10020.0, 10088.0, 10026.0, 10035.0, 10067.0, 10036.0, 10122.0, 10080.0, 10025.0, 10105.0, 10041.0, 10026.0, 10093.0, 10024.0, 10076.0, 10097.0, 10030.0, 10105.0, 10081.0, 10034.0, 10096.0, 10073.0, 10044.0, 10083.0, 10020.0, 10066.0, 10081.0, 9987.0, 10090.0, 10034.0, 10050.0, 10064.0, 10009.0, 10039.0, 10021.0, 9999.0, 10012.0, 10055.0, 10035.0, 10007.0, 10101.0, 10090.0, 10010.0, 10097.0, 10070.0, 10060.0, 10068.0, 9989.0, 10074.0, 10060.0, 9982.0, 10090.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.01232228735632184</td></tr>
<tr><td colspan=3>aqi</td><td>0.1318110420689655</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.213744357894164</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.052784766835441</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0363863468584589</td></tr>
<tr><td colspan=3>efc</td><td>0.4555</td></tr>
<tr><td colspan=3>fber</td><td>5232.4297</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.224268467291681</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>174</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>20.0</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.83569359243961</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.754014661611901</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.9736032018310476</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.7794629138758817</td></tr>
<tr><td colspan=3>gcor</td><td>0.00605406</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01030450128018856</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.029610728845000267</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>4.108427412283414</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>28.1345</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>52.4756</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>191.2324</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>56.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>309503.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>861.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>363.2453</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3027</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>582.6149</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3865.3582</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4078.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>67041.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1453.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4997.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>992.5865</td></tr>
<tr><td colspan=3>tsnr</td><td>17.452116753556766</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>