ds005256-mriqc/sub-0046_ses-04_task-social_acq-mb8_run-03_bold.html
Felix Hoffstaedter 54851a387b [DATALAD RUNCMD] Compute MRIQC for sub-0046
=== 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-0046 --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-0046",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-18 21:19:35 +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-0046_ses-04_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-0046_ses-04_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-04_subject-0046_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-0046/figures/sub-0046_ses-04_task-social_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0046/figures/sub-0046_ses-04_task-social_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0046/figures/sub-0046_ses-04_task-social_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-04_subject-0046_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-0046/figures/sub-0046_ses-04_task-social_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0046/figures/sub-0046_ses-04_task-social_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0046/figures/sub-0046_ses-04_task-social_acq-mb8_run-03_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-04_subject-0046_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-0046/figures/sub-0046_ses-04_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0046/figures/sub-0046_ses-04_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0046/figures/sub-0046_ses-04_task-social_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-04_subject-0046_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-0046/figures/sub-0046_ses-04_task-social_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0046/figures/sub-0046_ses-04_task-social_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0046/figures/sub-0046_ses-04_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-04_subject-0046_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-0046/figures/sub-0046_ses-04_task-social_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0046/figures/sub-0046_ses-04_task-social_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0046/figures/sub-0046_ses-04_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-04_subject-0046_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-0046/figures/sub-0046_ses-04_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0046/figures/sub-0046_ses-04_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0046/figures/sub-0046_ses-04_task-social_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-04_subject-0046_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-0046/figures/sub-0046_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0046/figures/sub-0046_ses-04_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-0046/figures/sub-0046_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0046/figures/sub-0046_ses-04_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-0046/ses-04/func/sub-0046_ses-04_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>cc52054f84e90ec775c4a045ea636894</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:24:36.250000</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.999305, -0.0303518, -0.0216175, 0.0312299, 0.99865, 0.0415089]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-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.11319</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>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4131, -7757, -7277, 554, -77, -41, -26, 80]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>261.932</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>2d61821e-f1ad-451a-b4bb-31d86c920dee||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.681063652038574, 0.08378744125366211, -0.054886844009160995, 110.87623596191406], [0.08143174648284912, 2.679304838180542, 0.11381898820400238, -101.37508392333984], [-0.05799821764230728, -0.11136533319950104, 2.6970415115356445, -64.10438537597656], [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': ['162436.250000', '162436.710000', '162437.170000', '162437.630000', '162438.090000', '162438.550000', '162439.010000', '162439.470000', '162439.930000', '162440.390000', '162440.850000', '162441.310000', '162441.770000', '162442.230000', '162442.690000', '162443.150000', '162443.610000', '162444.070000', '162444.530000', '162444.990000', '162445.450000', '162445.910000', '162446.370000', '162446.830000', '162447.290000', '162447.750000', '162448.210000', '162448.670000', '162449.130000', '162449.590000', '162450.050000', '162450.510000', '162450.970000', '162451.430000', '162451.890000', '162452.350000', '162452.810000', '162453.270000', '162453.730000', '162454.190000', '162454.650000', '162455.110000', '162455.570000', '162456.030000', '162456.490000', '162456.950000', '162457.410000', '162457.870000', '162458.330000', '162458.790000', '162459.250000', '162459.710000', '162500.170000', '162500.630000', '162501.090000', '162501.550000', '162502.010000', '162502.470000', '162502.930000', '162503.390000', '162503.850000', '162504.310000', '162504.770000', '162505.230000', '162505.690000', '162506.150000', '162506.610000', '162507.070000', '162507.530000', '162507.990000', '162508.450000', '162508.910000', '162509.370000', '162509.830000', '162510.290000', '162510.750000', '162511.210000', '162511.670000', '162512.130000', '162512.590000', '162513.050000', '162513.510000', '162513.970000', '162514.430000', '162514.890000', '162515.350000', '162515.810000', '162516.270000', '162516.730000', '162517.190000', '162517.650000', '162518.110000', '162518.570000', '162519.030000', '162519.490000', '162519.950000', '162520.410000', '162520.870000', '162521.330000', '162521.790000', '162522.250000', '162522.710000', '162523.170000', '162523.630000', '162524.090000', '162524.550000', '162525.010000', '162525.470000', '162525.930000', '162526.390000', '162526.850000', '162527.310000', '162527.770000', '162528.230000', '162528.690000', '162529.150000', '162529.610000', '162530.070000', '162530.530000', '162530.990000', '162531.450000', '162531.910000', '162532.370000', '162532.830000', '162533.290000', '162533.750000', '162534.210000', '162534.670000', '162535.130000', '162535.590000', '162536.050000', '162536.510000', '162536.970000', '162537.430000', '162537.890000', '162538.350000', '162538.810000', '162539.270000', '162539.730000', '162540.190000', '162540.650000', '162541.110000', '162541.570000', '162542.030000', '162542.490000', '162542.950000', '162543.410000', '162543.870000', '162544.330000', '162544.790000', '162545.250000', '162545.710000', '162546.170000', '162546.630000', '162547.090000', '162547.550000', '162548.010000', '162548.470000', '162548.930000', '162549.390000', '162549.850000', '162550.310000', '162550.770000', '162551.230000', '162551.690000', '162552.150000', '162552.610000', '162553.070000', '162553.530000', '162553.990000', '162554.450000', '162554.910000', '162555.370000', '162555.830000', '162556.290000', '162556.750000', '162557.210000', '162557.670000', '162558.130000', '162558.590000', '162559.050000', '162559.510000', '162559.970000', '162600.430000', '162600.890000', '162601.350000', '162601.810000', '162602.270000', '162602.730000', '162603.190000', '162603.650000', '162604.110000', '162604.570000', '162605.030000', '162605.490000', '162605.950000', '162606.410000', '162606.870000', '162607.330000', '162607.790000', '162608.250000', '162608.710000', '162609.170000', '162609.630000', '162610.090000', '162610.550000', '162611.010000', '162611.470000', '162611.930000', '162612.390000', '162612.850000', '162613.310000', '162613.770000', '162614.230000', '162614.690000', '162615.150000', '162615.610000', '162616.070000', '162616.530000', '162616.990000', '162617.450000', '162617.910000', '162618.370000', '162618.830000', '162619.290000', '162619.750000', '162620.210000', '162620.670000', '162621.130000', '162621.590000', '162622.050000', '162622.510000', '162622.970000', '162623.430000', '162623.890000', '162624.350000', '162624.810000', '162625.270000', '162625.730000', '162626.190000', '162626.650000', '162627.110000', '162627.570000', '162628.030000', '162628.490000', '162628.950000', '162629.410000', '162629.870000', '162630.330000', '162630.790000', '162631.250000', '162631.710000', '162632.170000', '162632.630000', '162633.090000', '162633.550000', '162634.010000', '162634.470000', '162634.930000', '162635.390000', '162635.850000', '162636.310000', '162636.770000', '162637.230000', '162637.690000', '162638.150000', '162638.610000', '162639.070000', '162639.530000', '162639.990000', '162640.450000', '162640.910000', '162641.370000', '162641.830000', '162642.290000', '162642.750000', '162643.210000', '162643.670000', '162644.130000', '162644.590000', '162645.050000', '162645.510000', '162645.970000', '162646.430000', '162646.890000', '162647.350000', '162647.810000', '162648.270000', '162648.730000', '162649.190000', '162649.650000', '162650.110000', '162650.570000', '162651.030000', '162651.490000', '162651.950000', '162652.410000', '162652.870000', '162653.330000', '162653.790000', '162654.250000', '162654.710000', '162655.170000', '162655.630000', '162656.090000', '162656.550000', '162657.010000', '162657.470000', '162657.930000', '162658.390000', '162658.850000', '162659.310000', '162659.770000', '162700.230000', '162700.690000', '162701.150000', '162701.610000', '162702.070000', '162702.530000', '162702.990000', '162703.450000', '162703.910000', '162704.370000', '162704.830000', '162705.290000', '162705.750000', '162706.210000', '162706.670000', '162707.130000', '162707.590000', '162708.050000', '162708.510000', '162708.970000', '162709.430000', '162709.890000', '162710.350000', '162710.810000', '162711.270000', '162711.730000', '162712.190000', '162712.650000', '162713.110000', '162713.570000', '162714.030000', '162714.490000', '162714.950000', '162715.410000', '162715.870000', '162716.330000', '162716.790000', '162717.250000', '162717.710000', '162718.170000', '162718.630000', '162719.090000', '162719.550000', '162720.010000', '162720.470000', '162720.930000', '162721.390000', '162721.850000', '162722.310000', '162722.770000', '162723.230000', '162723.690000', '162724.150000', '162724.610000', '162725.070000', '162725.530000', '162725.990000', '162726.450000', '162726.910000', '162727.370000', '162727.830000', '162728.290000', '162728.750000', '162729.210000', '162729.670000', '162730.130000', '162730.590000', '162731.050000', '162731.510000', '162731.970000', '162732.430000', '162732.890000', '162733.350000', '162733.810000', '162734.270000', '162734.730000', '162735.190000', '162735.650000', '162736.110000', '162736.570000', '162737.030000', '162737.490000', '162737.950000', '162738.410000', '162738.870000', '162739.330000', '162739.790000', '162740.250000', '162740.710000', '162741.170000', '162741.630000', '162742.090000', '162742.550000', '162743.010000', '162743.470000', '162743.930000', '162744.390000', '162744.850000', '162745.310000', '162745.770000', '162746.230000', '162746.690000', '162747.150000', '162747.610000', '162748.070000', '162748.530000', '162748.990000', '162749.450000', '162749.910000', '162750.370000', '162750.830000', '162751.290000', '162751.750000', '162752.210000', '162752.670000', '162753.130000', '162753.590000', '162754.050000', '162754.510000', '162754.970000', '162755.430000', '162755.890000', '162756.350000', '162756.810000', '162757.270000', '162757.730000', '162758.190000', '162758.650000', '162759.110000', '162759.570000', '162800.030000', '162800.490000', '162800.950000', '162801.410000', '162801.870000', '162802.330000', '162802.790000', '162803.250000', '162803.710000', '162804.170000', '162804.630000', '162805.090000', '162805.550000', '162806.010000', '162806.470000', '162806.930000', '162807.390000', '162807.850000', '162808.310000', '162808.770000', '162809.230000', '162809.690000', '162810.150000', '162810.610000', '162811.070000', '162811.530000', '162811.990000', '162812.450000', '162812.910000', '162813.370000', '162813.830000', '162814.290000', '162814.750000', '162815.210000', '162815.670000', '162816.130000', '162816.590000', '162817.050000', '162817.510000', '162817.970000', '162818.430000', '162818.890000', '162819.350000', '162819.810000', '162820.270000', '162820.730000', '162821.190000', '162821.650000', '162822.110000', '162822.570000', '162823.030000', '162823.490000', '162823.950000', '162824.410000', '162824.870000', '162825.330000', '162825.790000', '162826.250000', '162826.710000', '162827.170000', '162827.630000', '162828.090000', '162828.550000', '162829.010000', '162829.470000', '162829.930000', '162830.390000', '162830.850000', '162831.310000', '162831.770000', '162832.230000', '162832.690000', '162833.150000', '162833.610000', '162834.070000', '162834.530000', '162834.990000', '162835.450000', '162835.910000', '162836.370000', '162836.830000', '162837.290000', '162837.750000', '162838.210000', '162838.670000', '162839.130000', '162839.590000', '162840.050000', '162840.510000', '162840.970000', '162841.430000', '162841.890000', '162842.350000', '162842.810000', '162843.270000', '162843.730000', '162844.190000', '162844.650000', '162845.110000', '162845.570000', '162846.030000', '162846.490000', '162846.950000', '162847.410000', '162847.870000', '162848.330000', '162848.790000', '162849.250000', '162849.710000', '162850.170000', '162850.630000', '162851.090000', '162851.550000', '162852.010000', '162852.470000', '162852.930000', '162853.390000', '162853.850000', '162854.310000', '162854.770000', '162855.230000', '162855.690000', '162856.150000', '162856.610000', '162857.070000', '162857.530000', '162857.990000', '162858.450000', '162858.910000', '162859.370000', '162859.830000', '162900.290000', '162900.750000', '162901.210000', '162901.670000', '162902.130000', '162902.590000', '162903.050000', '162903.510000', '162903.970000', '162904.430000', '162904.890000', '162905.350000', '162905.810000', '162906.270000', '162906.730000', '162907.190000', '162907.650000', '162908.110000', '162908.570000', '162909.030000', '162909.490000', '162909.950000', '162910.410000', '162910.870000', '162911.330000', '162911.790000', '162912.250000', '162912.710000', '162913.170000', '162913.630000', '162914.090000', '162914.550000', '162915.010000', '162915.470000', '162915.930000', '162916.390000', '162916.850000', '162917.310000', '162917.770000', '162918.230000', '162918.690000', '162919.150000', '162919.610000', '162920.070000', '162920.530000', '162920.990000', '162921.450000', '162921.910000', '162922.370000', '162922.830000', '162923.290000', '162923.750000', '162924.210000', '162924.670000', '162925.130000', '162925.590000', '162926.050000', '162926.510000', '162926.970000', '162927.430000', '162927.890000', '162928.350000', '162928.810000', '162929.270000', '162929.730000', '162930.190000', '162930.650000', '162931.110000', '162931.570000', '162932.030000', '162932.490000', '162932.950000', '162933.410000', '162933.870000', '162934.330000', '162934.790000', '162935.250000', '162935.710000', '162936.170000', '162936.630000', '162937.090000', '162937.550000', '162938.010000', '162938.470000', '162938.930000', '162939.390000', '162939.850000', '162940.310000', '162940.770000', '162941.230000', '162941.690000', '162942.150000', '162942.610000', '162943.070000', '162943.530000', '162943.990000', '162944.450000', '162944.910000', '162945.370000', '162945.830000', '162946.290000', '162946.750000', '162947.210000', '162947.670000', '162948.130000', '162948.590000', '162949.050000', '162949.510000', '162949.970000', '162950.430000', '162950.890000', '162951.350000', '162951.810000', '162952.270000', '162952.730000', '162953.190000', '162953.650000', '162954.110000', '162954.570000', '162955.030000', '162955.490000', '162955.950000', '162956.410000', '162956.870000', '162957.330000', '162957.790000', '162958.250000', '162958.710000', '162959.170000', '162959.630000', '163000.090000', '163000.550000', '163001.010000', '163001.470000', '163001.930000', '163002.390000', '163002.850000', '163003.310000', '163003.770000', '163004.230000', '163004.690000', '163005.150000', '163005.610000', '163006.070000', '163006.530000', '163006.990000', '163007.450000', '163007.910000', '163008.370000', '163008.830000', '163009.290000', '163009.750000', '163010.210000', '163010.670000', '163011.130000', '163011.590000', '163012.050000', '163012.510000', '163012.970000', '163013.430000', '163013.890000', '163014.350000', '163014.810000', '163015.270000', '163015.730000', '163016.190000', '163016.650000', '163017.110000', '163017.570000', '163018.030000', '163018.490000', '163018.950000', '163019.410000', '163019.870000', '163020.330000', '163020.790000', '163021.250000', '163021.710000', '163022.170000', '163022.630000', '163023.090000', '163023.550000', '163024.010000', '163024.470000', '163024.930000', '163025.390000', '163025.850000', '163026.310000', '163026.770000', '163027.230000', '163027.690000', '163028.150000', '163028.610000', '163029.070000', '163029.530000', '163029.990000', '163030.450000', '163030.910000', '163031.370000', '163031.830000', '163032.290000', '163032.750000', '163033.210000', '163033.670000', '163034.130000', '163034.590000', '163035.050000', '163035.510000', '163035.970000', '163036.430000', '163036.890000', '163037.350000', '163037.810000', '163038.270000', '163038.730000', '163039.190000', '163039.650000', '163040.110000', '163040.570000', '163041.030000', '163041.490000', '163041.950000', '163042.410000', '163042.870000', '163043.330000', '163043.790000', '163044.250000', '163044.710000', '163045.170000', '163045.630000', '163046.090000', '163046.550000', '163047.010000', '163047.470000', '163047.930000', '163048.390000', '163048.850000', '163049.310000', '163049.770000', '163050.230000', '163050.690000', '163051.150000', '163051.610000', '163052.070000', '163052.530000', '163052.990000', '163053.450000', '163053.910000', '163054.370000', '163054.830000', '163055.290000', '163055.750000', '163056.210000', '163056.670000', '163057.130000', '163057.590000', '163058.050000', '163058.510000', '163058.970000', '163059.430000', '163059.890000', '163100.350000', '163100.810000', '163101.270000', '163101.730000', '163102.190000', '163102.650000', '163103.110000', '163103.570000', '163104.030000', '163104.490000', '163104.950000', '163105.410000', '163105.870000', '163106.330000', '163106.790000', '163107.250000', '163107.710000', '163108.170000', '163108.630000', '163109.090000', '163109.550000', '163110.010000', '163110.470000', '163110.930000', '163111.390000', '163111.850000', '163112.310000', '163112.770000', '163113.230000', '163113.690000', '163114.150000', '163114.610000', '163115.070000', '163115.530000', '163115.990000', '163116.450000', '163116.910000'], 'ContentTime': ['162453.797000', '162453.800000', '162453.803000', '162453.805000', '162453.808000', '162453.810000', '162453.813000', '162453.815000', '162453.818000', '162453.821000', '162453.823000', '162453.828000', '162453.830000', '162453.833000', '162453.836000', '162453.838000', '162453.841000', '162453.843000', '162453.846000', '162453.849000', '162453.858000', '162453.860000', '162453.863000', '162453.866000', '162453.869000', '162453.871000', '162453.874000', '162453.876000', '162453.879000', '162453.882000', '162453.884000', '162453.887000', '162453.889000', '162453.892000', '162453.894000', '162453.897000', '162513.720000', '162513.723000', '162513.726000', '162513.728000', '162513.731000', '162513.734000', '162513.736000', '162513.739000', '162513.741000', '162513.744000', '162513.746000', '162513.749000', '162513.751000', '162513.754000', '162513.756000', '162513.759000', '162513.761000', '162513.764000', '162513.766000', '162513.769000', '162513.772000', '162513.774000', '162513.777000', '162513.779000', '162513.782000', '162513.784000', '162513.787000', '162513.789000', '162513.792000', '162513.794000', '162513.797000', '162513.799000', '162513.802000', '162513.804000', '162513.807000', '162513.809000', '162513.812000', '162513.815000', '162513.817000', '162513.820000', '162513.822000', '162513.825000', '162513.827000', '162513.830000', '162533.721000', '162533.724000', '162533.726000', '162533.729000', '162533.731000', '162533.734000', '162533.737000', '162533.739000', '162533.742000', '162533.744000', '162533.747000', '162533.749000', '162533.752000', '162533.754000', '162533.757000', '162533.759000', '162533.762000', '162533.764000', '162533.767000', '162533.770000', '162533.772000', '162533.775000', '162533.777000', '162533.780000', '162533.782000', '162533.785000', '162533.787000', '162533.790000', '162533.792000', '162533.796000', '162533.799000', '162533.802000', '162533.804000', '162533.807000', '162533.810000', '162533.812000', '162533.815000', '162533.817000', '162533.820000', '162533.822000', '162533.825000', '162533.827000', '162533.830000', '162553.720000', '162553.723000', '162553.726000', '162553.729000', '162553.731000', '162553.734000', '162553.736000', '162553.739000', '162553.741000', '162553.744000', '162553.747000', '162553.749000', '162553.752000', '162553.754000', '162553.757000', '162553.759000', '162553.762000', '162553.764000', '162553.767000', '162553.770000', '162553.772000', '162553.775000', '162553.777000', '162553.780000', '162553.782000', '162553.785000', '162553.787000', '162553.790000', '162553.796000', '162553.798000', '162553.801000', '162553.803000', '162553.806000', '162553.809000', '162553.811000', '162553.814000', '162553.816000', '162553.819000', '162553.821000', '162553.824000', '162553.826000', '162553.829000', '162553.831000', '162553.834000', '162613.721000', '162613.723000', '162613.726000', '162613.729000', '162613.731000', '162613.734000', '162613.736000', '162613.739000', '162613.741000', '162613.744000', '162613.747000', '162613.749000', '162613.752000', '162613.754000', '162613.757000', '162613.759000', '162613.762000', '162613.765000', '162613.767000', '162613.770000', '162613.772000', '162613.775000', '162613.777000', '162613.780000', '162613.782000', '162613.785000', '162613.788000', '162613.790000', '162613.793000', '162613.795000', '162613.798000', '162613.800000', '162613.803000', '162613.806000', '162613.808000', '162613.811000', '162613.813000', '162613.816000', '162613.818000', '162613.821000', '162613.824000', '162613.826000', '162613.829000', '162633.721000', '162633.738000', '162633.741000', '162633.743000', '162633.746000', '162633.748000', '162633.751000', '162633.753000', '162633.756000', '162633.758000', '162633.761000', '162633.764000', '162633.766000', '162633.769000', '162633.771000', '162633.774000', '162633.777000', '162633.779000', '162633.782000', '162633.784000', '162633.787000', '162633.789000', '162633.792000', '162633.794000', '162633.797000', '162633.799000', '162633.802000', '162633.804000', '162633.807000', '162633.810000', '162633.812000', '162633.815000', '162633.817000', '162633.820000', '162633.822000', '162633.825000', '162633.828000', '162633.830000', '162633.833000', '162633.835000', '162633.838000', '162633.840000', '162633.843000', '162633.845000', '162653.722000', '162653.725000', '162653.727000', '162653.730000', '162653.732000', '162653.735000', '162653.737000', '162653.740000', '162653.743000', '162653.745000', '162653.748000', '162653.750000', '162653.753000', '162653.755000', '162653.758000', '162653.761000', '162653.763000', '162653.766000', '162653.768000', '162653.771000', '162653.773000', '162653.776000', '162653.778000', '162653.781000', '162653.784000', '162653.786000', '162653.789000', '162653.791000', '162653.794000', '162653.796000', '162653.799000', '162653.802000', '162653.804000', '162653.807000', '162653.810000', '162653.813000', '162653.816000', '162653.818000', '162653.821000', '162653.824000', '162653.826000', '162653.829000', '162653.831000', '162713.721000', '162713.723000', '162713.726000', '162713.729000', '162713.731000', '162713.734000', '162713.736000', '162713.739000', '162713.741000', '162713.744000', '162713.746000', '162713.749000', '162713.751000', '162713.754000', '162713.757000', '162713.759000', '162713.762000', '162713.764000', '162713.767000', '162713.770000', '162713.772000', '162713.775000', '162713.777000', '162713.780000', '162713.782000', '162713.785000', '162713.788000', '162713.790000', '162713.793000', '162713.795000', '162713.798000', '162713.800000', '162713.803000', '162713.806000', '162713.808000', '162713.811000', '162713.813000', '162713.816000', '162713.819000', '162713.821000', '162713.824000', '162713.826000', '162713.829000', '162713.831000', '162733.721000', '162733.724000', '162733.726000', '162733.729000', '162733.731000', '162733.734000', '162733.737000', '162733.739000', '162733.742000', '162733.744000', '162733.747000', '162733.749000', '162733.752000', '162733.755000', '162733.757000', '162733.760000', '162733.762000', '162733.765000', '162733.767000', '162733.770000', '162733.772000', '162733.775000', '162733.777000', '162733.780000', '162733.783000', '162733.785000', '162733.788000', '162733.790000', '162733.793000', '162733.795000', '162733.798000', '162733.801000', '162733.803000', '162733.806000', '162733.808000', '162733.811000', '162733.814000', '162733.816000', '162733.819000', '162733.821000', '162733.824000', '162733.826000', '162733.829000', '162753.721000', '162753.723000', '162753.726000', '162753.729000', '162753.731000', '162753.734000', '162753.736000', '162753.739000', '162753.741000', '162753.744000', '162753.746000', '162753.749000', '162753.752000', '162753.754000', '162753.757000', '162753.759000', '162753.762000', '162753.765000', '162753.767000', '162753.770000', '162753.772000', '162753.775000', '162753.777000', '162753.780000', '162753.783000', '162753.785000', '162753.788000', '162753.790000', '162753.793000', '162753.795000', '162753.798000', '162753.800000', '162753.803000', '162753.805000', '162753.808000', '162753.811000', '162753.813000', '162753.816000', '162753.818000', '162753.821000', '162753.823000', '162753.835000', '162753.837000', '162753.840000', '162813.720000', '162813.725000', '162813.727000', '162813.730000', '162813.733000', '162813.735000', '162813.738000', '162813.740000', '162813.743000', '162813.745000', '162813.748000', '162813.751000', '162813.753000', '162813.756000', '162813.759000', '162813.761000', '162813.764000', '162813.766000', '162813.769000', '162813.771000', '162813.774000', '162813.777000', '162813.779000', '162813.782000', '162813.784000', '162813.787000', '162813.789000', '162813.792000', '162813.795000', '162813.797000', '162813.800000', '162813.802000', '162813.805000', '162813.807000', '162813.810000', '162813.813000', '162813.815000', '162813.818000', '162813.820000', '162813.823000', '162813.826000', '162813.828000', '162813.831000', '162833.720000', '162833.723000', '162833.726000', '162833.733000', '162833.735000', '162833.738000', '162833.740000', '162833.743000', '162833.745000', '162833.748000', '162833.751000', '162833.753000', '162833.756000', '162833.758000', '162833.761000', '162833.764000', '162833.766000', '162833.769000', '162833.771000', '162833.774000', '162833.776000', '162833.779000', '162833.781000', '162833.784000', '162833.787000', '162833.789000', '162833.792000', '162833.794000', '162833.797000', '162833.800000', '162833.802000', '162833.805000', '162833.807000', '162833.810000', '162833.812000', '162833.815000', '162833.818000', '162833.820000', '162833.823000', '162833.825000', '162833.828000', '162833.830000', '162833.833000', '162833.836000', '162853.722000', '162853.725000', '162853.727000', '162853.730000', '162853.732000', '162853.735000', '162853.737000', '162853.740000', '162853.743000', '162853.745000', '162853.748000', '162853.751000', '162853.753000', '162853.756000', '162853.758000', '162853.761000', '162853.763000', '162853.766000', '162853.769000', '162853.771000', '162853.774000', '162853.776000', '162853.779000', '162853.782000', '162853.784000', '162853.787000', '162853.789000', '162853.792000', '162853.794000', '162853.797000', '162853.800000', '162853.802000', '162853.805000', '162853.807000', '162853.810000', '162853.812000', '162853.815000', '162853.818000', '162853.820000', '162853.823000', '162853.825000', '162853.828000', '162853.831000', '162913.721000', '162913.724000', '162913.727000', '162913.730000', '162913.732000', '162913.735000', '162913.737000', '162913.740000', '162913.743000', '162913.745000', '162913.748000', '162913.750000', '162913.753000', '162913.755000', '162913.758000', '162913.761000', '162913.763000', '162913.766000', '162913.768000', '162913.771000', '162913.773000', '162913.776000', '162913.778000', '162913.781000', '162913.784000', '162913.786000', '162913.789000', '162913.791000', '162913.794000', '162913.797000', '162913.799000', '162913.802000', '162913.804000', '162913.807000', '162913.809000', '162913.812000', '162913.815000', '162913.817000', '162913.820000', '162913.822000', '162913.825000', '162913.827000', '162913.830000', '162913.833000', '162933.720000', '162933.723000', '162933.726000', '162933.729000', '162933.731000', '162933.734000', '162933.736000', '162933.761000', '162933.764000', '162933.766000', '162933.769000', '162933.771000', '162933.774000', '162933.777000', '162933.779000', '162933.782000', '162933.784000', '162933.787000', '162933.789000', '162933.792000', '162933.794000', '162933.797000', '162933.800000', '162933.802000', '162933.805000', '162933.808000', '162933.810000', '162933.813000', '162933.815000', '162933.818000', '162933.820000', '162933.823000', '162933.825000', '162933.828000', '162933.831000', '162933.833000', '162933.836000', '162933.838000', '162933.841000', '162933.844000', '162933.846000', '162933.849000', '162933.851000', '162953.721000', '162953.724000', '162953.726000', '162953.729000', '162953.731000', '162953.734000', '162953.736000', '162953.739000', '162953.742000', '162953.744000', '162953.747000', '162953.749000', '162953.752000', '162953.755000', '162953.757000', '162953.760000', '162953.762000', '162953.765000', '162953.767000', '162953.770000', '162953.773000', '162953.775000', '162953.778000', '162953.780000', '162953.783000', '162953.785000', '162953.788000', '162953.790000', '162953.793000', '162953.796000', '162953.798000', '162953.801000', '162953.803000', '162953.806000', '162953.808000', '162953.811000', '162953.814000', '162953.816000', '162953.819000', '162953.821000', '162953.824000', '162953.827000', '162953.829000', '163013.721000', '163013.723000', '163013.726000', '163013.729000', '163013.731000', '163013.734000', '163013.736000', '163013.739000', '163013.742000', '163013.744000', '163013.747000', '163013.749000', '163013.752000', '163013.754000', '163013.757000', '163013.760000', '163013.762000', '163013.765000', '163013.767000', '163013.770000', '163013.773000', '163013.775000', '163013.778000', '163013.780000', '163013.783000', '163013.786000', '163013.788000', '163013.791000', '163013.793000', '163013.796000', '163013.799000', '163013.801000', '163013.804000', '163013.806000', '163013.809000', '163013.811000', '163013.814000', '163013.817000', '163013.819000', '163013.822000', '163013.824000', '163013.827000', '163013.830000', '163013.832000', '163033.720000', '163033.723000', '163033.726000', '163033.729000', '163033.731000', '163033.734000', '163033.736000', '163033.739000', '163033.742000', '163033.746000', '163033.749000', '163033.751000', '163033.754000', '163033.756000', '163033.759000', '163033.761000', '163033.764000', '163033.768000', '163033.770000', '163033.773000', '163033.776000', '163033.778000', '163033.781000', '163033.783000', '163033.786000', '163033.788000', '163033.791000', '163033.793000', '163033.796000', '163033.799000', '163033.801000', '163033.804000', '163033.806000', '163033.809000', '163033.812000', '163033.814000', '163033.817000', '163033.819000', '163033.822000', '163033.824000', '163033.827000', '163033.830000', '163033.832000', '163053.721000', '163053.723000', '163053.726000', '163053.729000', '163053.731000', '163053.734000', '163053.736000', '163053.739000', '163053.742000', '163053.744000', '163053.747000', '163053.749000', '163053.752000', '163053.754000', '163053.757000', '163053.759000', '163053.762000', '163053.765000', '163053.767000', '163053.770000', '163053.772000', '163053.775000', '163053.778000', '163053.780000', '163053.783000', '163053.785000', '163053.788000', '163053.791000', '163053.793000', '163053.796000', '163053.798000', '163053.801000', '163053.803000', '163053.816000', '163053.819000', '163053.821000', '163053.824000', '163053.826000', '163053.829000', '163053.832000', '163053.834000', '163053.837000', '163053.839000', '163053.842000', '163113.722000', '163113.724000', '163113.727000', '163113.730000', '163113.732000', '163113.735000', '163113.737000', '163113.740000', '163113.743000', '163113.745000', '163113.748000', '163113.750000', '163113.753000', '163113.755000', '163113.758000', '163113.761000', '163113.763000', '163113.766000', '163113.768000', '163113.771000', '163113.774000', '163113.776000', '163113.779000', '163113.781000', '163113.784000', '163113.786000', '163113.789000', '163113.792000', '163113.794000', '163113.797000', '163113.799000', '163113.802000', '163113.804000', '163113.807000', '163113.810000', '163113.812000', '163113.815000', '163113.817000', '163113.820000', '163113.822000', '163113.825000', '163113.828000', '163113.831000', '163117.817000', '163117.820000', '163117.823000', '163117.826000', '163117.829000', '163117.832000', '163117.835000', '163117.838000', '163117.841000', '163117.843000'], 'InstanceCreationTime': ['162453.797000', '162453.800000', '162453.803000', '162453.805000', '162453.808000', '162453.810000', '162453.813000', '162453.815000', '162453.818000', '162453.821000', '162453.823000', '162453.828000', '162453.830000', '162453.833000', '162453.836000', '162453.838000', '162453.841000', '162453.843000', '162453.846000', '162453.849000', '162453.858000', '162453.860000', '162453.863000', '162453.866000', '162453.869000', '162453.871000', '162453.874000', '162453.876000', '162453.879000', '162453.882000', '162453.884000', '162453.887000', '162453.889000', '162453.892000', '162453.894000', '162453.897000', '162513.720000', '162513.723000', '162513.726000', '162513.728000', '162513.731000', '162513.734000', '162513.736000', '162513.739000', '162513.741000', '162513.744000', '162513.746000', '162513.749000', '162513.751000', '162513.754000', '162513.756000', '162513.759000', '162513.761000', '162513.764000', '162513.766000', '162513.769000', '162513.772000', '162513.774000', '162513.777000', '162513.779000', '162513.782000', '162513.784000', '162513.787000', '162513.789000', '162513.792000', '162513.794000', '162513.797000', '162513.799000', '162513.802000', '162513.804000', '162513.807000', '162513.809000', '162513.812000', '162513.815000', '162513.817000', '162513.820000', '162513.822000', '162513.825000', '162513.827000', '162513.830000', '162533.721000', '162533.724000', '162533.726000', '162533.729000', '162533.731000', '162533.734000', '162533.737000', '162533.739000', '162533.742000', '162533.744000', '162533.747000', '162533.749000', '162533.752000', '162533.754000', '162533.757000', '162533.759000', '162533.762000', '162533.764000', '162533.767000', '162533.770000', '162533.772000', '162533.775000', '162533.777000', '162533.780000', '162533.782000', '162533.785000', '162533.787000', '162533.790000', '162533.792000', '162533.796000', '162533.799000', '162533.802000', '162533.804000', '162533.807000', '162533.810000', '162533.812000', '162533.815000', '162533.817000', '162533.820000', '162533.822000', '162533.825000', '162533.827000', '162533.830000', '162553.720000', '162553.723000', '162553.726000', '162553.729000', '162553.731000', '162553.734000', '162553.736000', '162553.739000', '162553.741000', '162553.744000', '162553.747000', '162553.749000', '162553.752000', '162553.754000', '162553.757000', '162553.759000', '162553.762000', '162553.764000', '162553.767000', '162553.770000', '162553.772000', '162553.775000', '162553.777000', '162553.780000', '162553.782000', '162553.785000', '162553.787000', '162553.790000', '162553.796000', '162553.798000', '162553.801000', '162553.803000', '162553.806000', '162553.809000', '162553.811000', '162553.814000', '162553.816000', '162553.819000', '162553.821000', '162553.824000', '162553.826000', '162553.829000', '162553.831000', '162553.834000', '162613.721000', '162613.723000', '162613.726000', '162613.729000', '162613.731000', '162613.734000', '162613.736000', '162613.739000', '162613.741000', '162613.744000', '162613.747000', '162613.749000', '162613.752000', '162613.754000', '162613.757000', '162613.759000', '162613.762000', '162613.765000', '162613.767000', '162613.770000', '162613.772000', '162613.775000', '162613.777000', '162613.780000', '162613.782000', '162613.785000', '162613.788000', '162613.790000', '162613.793000', '162613.795000', '162613.798000', '162613.800000', '162613.803000', '162613.806000', '162613.808000', '162613.811000', '162613.813000', '162613.816000', '162613.818000', '162613.821000', '162613.824000', '162613.826000', '162613.829000', '162633.721000', '162633.738000', '162633.741000', '162633.743000', '162633.746000', '162633.748000', '162633.751000', '162633.753000', '162633.756000', '162633.758000', '162633.761000', '162633.764000', '162633.766000', '162633.769000', '162633.771000', '162633.774000', '162633.777000', '162633.779000', '162633.782000', '162633.784000', '162633.787000', '162633.789000', '162633.792000', '162633.794000', '162633.797000', '162633.799000', '162633.802000', '162633.804000', '162633.807000', '162633.810000', '162633.812000', '162633.815000', '162633.817000', '162633.820000', '162633.822000', '162633.825000', '162633.828000', '162633.830000', '162633.833000', '162633.835000', '162633.838000', '162633.840000', '162633.843000', '162633.845000', '162653.722000', '162653.725000', '162653.727000', '162653.730000', '162653.732000', '162653.735000', '162653.737000', '162653.740000', '162653.743000', '162653.745000', '162653.748000', '162653.750000', '162653.753000', '162653.755000', '162653.758000', '162653.761000', '162653.763000', '162653.766000', '162653.768000', '162653.771000', '162653.773000', '162653.776000', '162653.778000', '162653.781000', '162653.784000', '162653.786000', '162653.789000', '162653.791000', '162653.794000', '162653.796000', '162653.799000', '162653.802000', '162653.804000', '162653.807000', '162653.810000', '162653.813000', '162653.816000', '162653.818000', '162653.821000', '162653.824000', '162653.826000', '162653.829000', '162653.831000', '162713.721000', '162713.723000', '162713.726000', '162713.729000', '162713.731000', '162713.734000', '162713.736000', '162713.739000', '162713.741000', '162713.744000', '162713.746000', '162713.749000', '162713.751000', '162713.754000', '162713.757000', '162713.759000', '162713.762000', '162713.764000', '162713.767000', '162713.770000', '162713.772000', '162713.775000', '162713.777000', '162713.780000', '162713.782000', '162713.785000', '162713.788000', '162713.790000', '162713.793000', '162713.795000', '162713.798000', '162713.800000', '162713.803000', '162713.806000', '162713.808000', '162713.811000', '162713.813000', '162713.816000', '162713.819000', '162713.821000', '162713.824000', '162713.826000', '162713.829000', '162713.831000', '162733.721000', '162733.724000', '162733.726000', '162733.729000', '162733.731000', '162733.734000', '162733.737000', '162733.739000', '162733.742000', '162733.744000', '162733.747000', '162733.749000', '162733.752000', '162733.755000', '162733.757000', '162733.760000', '162733.762000', '162733.765000', '162733.767000', '162733.770000', '162733.772000', '162733.775000', '162733.777000', '162733.780000', '162733.783000', '162733.785000', '162733.788000', '162733.790000', '162733.793000', '162733.795000', '162733.798000', '162733.801000', '162733.803000', '162733.806000', '162733.808000', '162733.811000', '162733.814000', '162733.816000', '162733.819000', '162733.821000', '162733.824000', '162733.826000', '162733.829000', '162753.721000', '162753.723000', '162753.726000', '162753.729000', '162753.731000', '162753.734000', '162753.736000', '162753.739000', '162753.741000', '162753.744000', '162753.746000', '162753.749000', '162753.752000', '162753.754000', '162753.757000', '162753.759000', '162753.762000', '162753.765000', '162753.767000', '162753.770000', '162753.772000', '162753.775000', '162753.777000', '162753.780000', '162753.783000', '162753.785000', '162753.788000', '162753.790000', '162753.793000', '162753.795000', '162753.798000', '162753.800000', '162753.803000', '162753.805000', '162753.808000', '162753.811000', '162753.813000', '162753.816000', '162753.818000', '162753.821000', '162753.823000', '162753.835000', '162753.837000', '162753.840000', '162813.720000', '162813.725000', '162813.727000', '162813.730000', '162813.733000', '162813.735000', '162813.738000', '162813.740000', '162813.743000', '162813.745000', '162813.748000', '162813.751000', '162813.753000', '162813.756000', '162813.759000', '162813.761000', '162813.764000', '162813.766000', '162813.769000', '162813.771000', '162813.774000', '162813.777000', '162813.779000', '162813.782000', '162813.784000', '162813.787000', '162813.789000', '162813.792000', '162813.795000', '162813.797000', '162813.800000', '162813.802000', '162813.805000', '162813.807000', '162813.810000', '162813.813000', '162813.815000', '162813.818000', '162813.820000', '162813.823000', '162813.826000', '162813.828000', '162813.831000', '162833.720000', '162833.723000', '162833.726000', '162833.733000', '162833.735000', '162833.738000', '162833.740000', '162833.743000', '162833.745000', '162833.748000', '162833.751000', '162833.753000', '162833.756000', '162833.758000', '162833.761000', '162833.764000', '162833.766000', '162833.769000', '162833.771000', '162833.774000', '162833.776000', '162833.779000', '162833.781000', '162833.784000', '162833.787000', '162833.789000', '162833.792000', '162833.794000', '162833.797000', '162833.800000', '162833.802000', '162833.805000', '162833.807000', '162833.810000', '162833.812000', '162833.815000', '162833.818000', '162833.820000', '162833.823000', '162833.825000', '162833.828000', '162833.830000', '162833.833000', '162833.836000', '162853.722000', '162853.725000', '162853.727000', '162853.730000', '162853.732000', '162853.735000', '162853.737000', '162853.740000', '162853.743000', '162853.745000', '162853.748000', '162853.751000', '162853.753000', '162853.756000', '162853.758000', '162853.761000', '162853.763000', '162853.766000', '162853.769000', '162853.771000', '162853.774000', '162853.776000', '162853.779000', '162853.782000', '162853.784000', '162853.787000', '162853.789000', '162853.792000', '162853.794000', '162853.797000', '162853.800000', '162853.802000', '162853.805000', '162853.807000', '162853.810000', '162853.812000', '162853.815000', '162853.818000', '162853.820000', '162853.823000', '162853.825000', '162853.828000', '162853.831000', '162913.721000', '162913.724000', '162913.727000', '162913.730000', '162913.732000', '162913.735000', '162913.737000', '162913.740000', '162913.743000', '162913.745000', '162913.748000', '162913.750000', '162913.753000', '162913.755000', '162913.758000', '162913.761000', '162913.763000', '162913.766000', '162913.768000', '162913.771000', '162913.773000', '162913.776000', '162913.778000', '162913.781000', '162913.784000', '162913.786000', '162913.789000', '162913.791000', '162913.794000', '162913.797000', '162913.799000', '162913.802000', '162913.804000', '162913.807000', '162913.809000', '162913.812000', '162913.815000', '162913.817000', '162913.820000', '162913.822000', '162913.825000', '162913.827000', '162913.830000', '162913.833000', '162933.720000', '162933.723000', '162933.726000', '162933.729000', '162933.731000', '162933.734000', '162933.736000', '162933.761000', '162933.764000', '162933.766000', '162933.769000', '162933.771000', '162933.774000', '162933.777000', '162933.779000', '162933.782000', '162933.784000', '162933.787000', '162933.789000', '162933.792000', '162933.794000', '162933.797000', '162933.800000', '162933.802000', '162933.805000', '162933.808000', '162933.810000', '162933.813000', '162933.815000', '162933.818000', '162933.820000', '162933.823000', '162933.825000', '162933.828000', '162933.831000', '162933.833000', '162933.836000', '162933.838000', '162933.841000', '162933.844000', '162933.846000', '162933.849000', '162933.851000', '162953.721000', '162953.724000', '162953.726000', '162953.729000', '162953.731000', '162953.734000', '162953.736000', '162953.739000', '162953.742000', '162953.744000', '162953.747000', '162953.749000', '162953.752000', '162953.755000', '162953.757000', '162953.760000', '162953.762000', '162953.765000', '162953.767000', '162953.770000', '162953.773000', '162953.775000', '162953.778000', '162953.780000', '162953.783000', '162953.785000', '162953.788000', '162953.790000', '162953.793000', '162953.796000', '162953.798000', '162953.801000', '162953.803000', '162953.806000', '162953.808000', '162953.811000', '162953.814000', '162953.816000', '162953.819000', '162953.821000', '162953.824000', '162953.827000', '162953.829000', '163013.721000', '163013.723000', '163013.726000', '163013.729000', '163013.731000', '163013.734000', '163013.736000', '163013.739000', '163013.742000', '163013.744000', '163013.747000', '163013.749000', '163013.752000', '163013.754000', '163013.757000', '163013.760000', '163013.762000', '163013.765000', '163013.767000', '163013.770000', '163013.773000', '163013.775000', '163013.778000', '163013.780000', '163013.783000', '163013.786000', '163013.788000', '163013.791000', '163013.793000', '163013.796000', '163013.799000', '163013.801000', '163013.804000', '163013.806000', '163013.809000', '163013.811000', '163013.814000', '163013.817000', '163013.819000', '163013.822000', '163013.824000', '163013.827000', '163013.830000', '163013.832000', '163033.720000', '163033.723000', '163033.726000', '163033.729000', '163033.731000', '163033.734000', '163033.736000', '163033.739000', '163033.742000', '163033.746000', '163033.749000', '163033.751000', '163033.754000', '163033.756000', '163033.759000', '163033.761000', '163033.764000', '163033.768000', '163033.770000', '163033.773000', '163033.776000', '163033.778000', '163033.781000', '163033.783000', '163033.786000', '163033.788000', '163033.791000', '163033.793000', '163033.796000', '163033.799000', '163033.801000', '163033.804000', '163033.806000', '163033.809000', '163033.812000', '163033.814000', '163033.817000', '163033.819000', '163033.822000', '163033.824000', '163033.827000', '163033.830000', '163033.832000', '163053.721000', '163053.723000', '163053.726000', '163053.729000', '163053.731000', '163053.734000', '163053.736000', '163053.739000', '163053.742000', '163053.744000', '163053.747000', '163053.749000', '163053.752000', '163053.754000', '163053.757000', '163053.759000', '163053.762000', '163053.765000', '163053.767000', '163053.770000', '163053.772000', '163053.775000', '163053.778000', '163053.780000', '163053.783000', '163053.785000', '163053.788000', '163053.791000', '163053.793000', '163053.796000', '163053.798000', '163053.801000', '163053.803000', '163053.816000', '163053.819000', '163053.821000', '163053.824000', '163053.826000', '163053.829000', '163053.832000', '163053.834000', '163053.837000', '163053.839000', '163053.842000', '163113.722000', '163113.724000', '163113.727000', '163113.730000', '163113.732000', '163113.735000', '163113.737000', '163113.740000', '163113.743000', '163113.745000', '163113.748000', '163113.750000', '163113.753000', '163113.755000', '163113.758000', '163113.761000', '163113.763000', '163113.766000', '163113.768000', '163113.771000', '163113.774000', '163113.776000', '163113.779000', '163113.781000', '163113.784000', '163113.786000', '163113.789000', '163113.792000', '163113.794000', '163113.797000', '163113.799000', '163113.802000', '163113.804000', '163113.807000', '163113.810000', '163113.812000', '163113.815000', '163113.817000', '163113.820000', '163113.822000', '163113.825000', '163113.828000', '163113.831000', '163117.817000', '163117.820000', '163117.823000', '163117.826000', '163117.829000', '163117.832000', '163117.835000', '163117.838000', '163117.841000', '163117.843000'], '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': [11646, 8255, 14390, 12034, 18966, 14620, 11026, 11817, 8757, 14116, 10467, 14686, 11103, 8497, 16823, 12401, 10034, 13165, 9692, 15752, 11452, 19360, 13824, 13780, 14035, 9264, 14613, 11192, 15337, 10333, 8256, 13030, 9807, 15163, 11578, 10339, 11329, 8569, 13265, 9985, 8791, 12023, 8060, 13574, 10018, 8517, 11328, 8018, 13230, 10252, 9964, 9824, 8021, 14747, 10381, 11931, 9924, 7946, 13894, 12584, 17109, 11227, 9711, 12848, 8696, 16229, 13760, 19454, 14805, 14843, 10718, 7667, 14377, 11178, 18846, 12631, 12376, 11363, 8376, 15086, 11507, 11994, 9780, 7777, 12885, 10265, 15694, 10680, 7766, 12562, 10090, 14805, 10184, 7924, 12796, 10595, 13732, 10679, 8790, 16020, 13164, 11568, 11535, 7969, 13718, 10648, 14240, 11293, 8694, 16907, 11626, 11406, 11906, 8846, 14228, 10117, 7336, 13189, 11492, 13480, 11558, 8602, 13767, 10524, 16147, 11440, 10494, 12657, 8840, 13797, 10527, 15188, 11364, 7681, 12927, 9877, 14152, 10665, 15214, 12501, 8830, 13698, 9910, 14698, 10325, 16613, 12298, 8887, 12674, 9804, 13641, 10668, 15274, 11029, 7735, 12307, 9262, 13599, 10227, 14694, 10317, 7466, 12009, 9139, 13351, 10103, 13604, 11792, 7688, 13053, 9757, 15514, 9832, 13590, 11352, 7914, 13102, 9342, 13730, 9946, 14826, 10847, 7736, 11976, 8205, 13070, 10079, 15688, 12189, 10667, 10475, 7987, 13244, 10238, 16263, 11211, 8238, 12236, 8946, 13225, 10231, 14236, 10380, 7621, 12490, 9779, 15321, 13067, 17117, 12974, 10230, 14850, 10548, 16322, 14342, 19514, 14158, 13438, 11087, 7631, 13703, 10351, 15797, 10724, 13873, 9202, 7476, 13058, 10100, 14492, 11238, 13853, 9819, 7578, 13075, 9683, 15345, 10061, 14383, 9268, 8968, 11334, 8272, 12971, 9635, 14513, 9696, 8771, 11706, 8689, 13753, 10028, 15575, 9375, 10778, 11570, 7701, 12609, 9518, 13487, 9513, 13432, 10365, 7548, 12279, 9753, 15023, 9866, 8853, 12331, 9697, 15913, 12778, 14865, 9768, 9928, 15298, 11405, 17023, 14203, 15538, 10362, 8537, 14399, 10530, 16416, 10182, 12310, 10485, 7386, 14568, 10618, 16012, 10180, 9005, 11361, 7658, 14840, 10023, 14406, 11076, 14904, 11016, 15680, 12393, 11475, 10940, 7729, 12087, 8250, 14339, 10232, 14359, 9425, 7286, 11963, 9515, 14973, 9759, 7711, 11491, 8876, 13837, 10384, 8942, 12988, 10056, 13585, 9943, 7872, 16284, 11905, 12605, 17335, 14291, 19318, 12589, 16692, 12053, 15339, 13418, 8559, 13857, 8956, 14757, 11765, 18696, 10990, 10745, 11142, 7621, 12887, 9659, 15194, 11363, 15116, 9624, 7575, 12438, 10002, 11200, 10456, 8860, 14498, 10596, 12734, 10817, 8065, 15318, 13024, 18470, 15148, 15407, 10369, 8351, 12284, 9099, 14467, 11028, 14529, 9538, 7676, 11373, 8099, 13364, 10644, 13626, 9181, 7870, 11060, 8007, 12972, 10302, 13314, 9484, 11785, 8887, 7569, 11908, 9172, 12776, 9736, 13429, 9789, 9077, 14234, 10671, 16545, 15358, 18936, 12985, 13303, 16468, 10491, 15925, 10713, 16049, 13491, 18318, 11611, 8923, 13394, 9464, 14747, 11106, 16906, 14635, 18108, 11953, 12232, 11011, 8000, 15380, 10026, 14209, 9861, 11913, 9878, 8024, 15302, 11502, 14086, 9096, 8049, 12298, 9949, 15480, 13339, 14101, 9354, 9360, 11665, 8267, 16785, 13069, 18253, 12293, 13814, 10384, 7959, 16139, 13110, 16529, 9701, 9196, 10847, 8000, 15274, 10933, 16304, 9475, 9463, 10749, 8028, 15437, 10936, 16179, 9875, 13101, 9073, 7284, 12905, 9274, 13182, 9467, 9800, 8947, 7347, 12771, 9479, 13188, 9544, 8585, 9895, 7850, 13814, 10182, 14951, 9223, 12180, 9643, 8468, 13648, 9470, 13152, 9334, 16197, 9417, 13244, 11008, 8054, 12601, 9653, 14547, 9987, 15484, 11443, 9373, 15018, 10002, 15914, 9742, 10551, 10914, 8514, 14062, 10467, 13997, 9383, 9614, 11194, 8902, 14313, 10127, 15697, 9318, 8962, 12023, 9442, 14378, 10054, 12070, 9905, 8304, 15732, 13959, 16193, 10423, 7686, 13074, 10019, 11446, 11712, 9872, 16921, 13418, 16835, 10611, 14950, 11658, 12078, 15283, 9437, 13695, 10152, 14048, 10171, 13871, 10924, 7482, 12108, 9641, 14465, 9649, 14514, 10740, 7539, 11517, 8887, 13669, 10102, 15364, 9487, 7318, 11149, 8034, 13800, 10629, 15492, 10268, 7928, 12869, 9558, 14977, 12072, 14662, 10976, 7834, 12811, 10192, 18081, 12326, 10968, 11958, 8526, 13500, 10121, 15975, 11026, 7774, 13472, 9947, 14664, 9392, 8118, 16550, 13952, 18728, 12203, 11212, 12502, 9186, 17533, 15133, 19239, 13022, 10850, 11979, 9166, 15810, 12157, 11224, 9832, 7391, 12682, 10237, 14288, 9679, 7837, 12741, 9761, 15490, 12482, 11162, 11420, 8126, 13166, 9720, 16637, 10074, 8740, 11307, 9056, 13699, 10065, 12745, 10297, 10118, 14457, 9808, 14362, 9247, 8860, 10729, 8968, 14567, 9857, 7644, 10136, 8810, 11181, 10117, 8200, 14717, 10032, 7761, 11535, 9781, 15810, 12768, 9964, 17029, 13773, 14272, 11779, 10300, 17456, 15173, 14938, 11343, 7500, 14131, 11415, 17214, 10214, 7446, 11909, 9184, 13869, 9955, 7413, 11706, 8410, 12842, 9915, 13892, 10107, 8422, 12278, 9449, 13907, 9936, 15086, 11350, 8478, 14164, 9942, 14702, 9305, 7480, 14134, 11347, 17004, 9939, 7476, 12490, 9684, 14817, 10612, 8787, 14124, 9859, 16652, 9834, 12092, 10584, 8009, 14371, 9960, 13359, 9516, 10087, 10062, 7598, 12658, 9649, 10922, 9204, 7335, 13034, 9973, 10973, 9708, 7716, 13632, 10495, 8085, 12690, 10102, 8504, 13599, 11867, 14995, 10909, 8653, 14579, 10574, 14120, 13201, 9078, 16546, 12418, 16509, 10196, 9686, 15409, 10547, 15841, 10979, 13437, 10234, 7677, 12989, 10061, 7248, 11022, 8519, 11463, 9839, 8201, 14149, 11632, 13493, 10008, 7479, 13435, 10981, 17152, 12582, 10000, 13177, 9639, 15426, 10856, 12506, 14456, 9161, 17044, 12339, 11883, 12321, 9687, 16577, 11978, 12705, 10523, 7702, 12901, 8511, 15203, 12268, 17128, 9794, 12018, 9926, 7485, 12745, 9217, 14016, 10052, 13250, 9316, 8215, 12107, 9134, 13335, 9613, 8784, 9927, 7759, 14475, 11643, 16573, 11267, 11626, 11476, 8369, 16573, 13889, 18803, 13731, 15817, 10348, 11018, 14553, 10630, 16398, 11501, 13431, 9389, 7763, 13622, 10174, 15505, 9416, 7643, 11489, 8913, 14879, 13484, 14678, 10314], 'WindowCenter': [4688.0, 4632.0, 4679.0, 4658.0, 4695.0, 4674.0, 4633.0, 4640.0, 4600.0, 4649.0, 4621.0, 4659.0, 4627.0, 4602.0, 4670.0, 4640.0, 4608.0, 4638.0, 4608.0, 4659.0, 4629.0, 4680.0, 4649.0, 4648.0, 4639.0, 4597.0, 4646.0, 4619.0, 4644.0, 4605.0, 4589.0, 4638.0, 4609.0, 4649.0, 4628.0, 4608.0, 4618.0, 4590.0, 4639.0, 4619.0, 4598.0, 4642.0, 4590.0, 4650.0, 4620.0, 4610.0, 4644.0, 4591.0, 4653.0, 4621.0, 4621.0, 4622.0, 4602.0, 4664.0, 4621.0, 4643.0, 4622.0, 4602.0, 4665.0, 4655.0, 4682.0, 4634.0, 4622.0, 4640.0, 4601.0, 4669.0, 4650.0, 4680.0, 4649.0, 4650.0, 4617.0, 4579.0, 4649.0, 4629.0, 4668.0, 4640.0, 4639.0, 4629.0, 4587.0, 4647.0, 4629.0, 4627.0, 4609.0, 4591.0, 4640.0, 4621.0, 4659.0, 4623.0, 4579.0, 4640.0, 4611.0, 4660.0, 4620.0, 4604.0, 4653.0, 4632.0, 4650.0, 4619.0, 4601.0, 4661.0, 4652.0, 4628.0, 4627.0, 4593.0, 4651.0, 4621.0, 4649.0, 4630.0, 4602.0, 4672.0, 4631.0, 4645.0, 4642.0, 4612.0, 4662.0, 4634.0, 4596.0, 4655.0, 4643.0, 4650.0, 4630.0, 4602.0, 4650.0, 4620.0, 4660.0, 4642.0, 4621.0, 4641.0, 4601.0, 4647.0, 4622.0, 4661.0, 4643.0, 4592.0, 4651.0, 4620.0, 4651.0, 4633.0, 4672.0, 4640.0, 4600.0, 4650.0, 4609.0, 4646.0, 4621.0, 4670.0, 4628.0, 4599.0, 4638.0, 4611.0, 4637.0, 4619.0, 4658.0, 4619.0, 4581.0, 4627.0, 4598.0, 4638.0, 4621.0, 4661.0, 4620.0, 4582.0, 4641.0, 4611.0, 4650.0, 4621.0, 4651.0, 4633.0, 4589.0, 4638.0, 4611.0, 4660.0, 4623.0, 4651.0, 4630.0, 4591.0, 4652.0, 4611.0, 4651.0, 4620.0, 4660.0, 4629.0, 4579.0, 4627.0, 4589.0, 4639.0, 4622.0, 4661.0, 4643.0, 4621.0, 4632.0, 4591.0, 4650.0, 4620.0, 4681.0, 4631.0, 4600.0, 4641.0, 4611.0, 4650.0, 4635.0, 4662.0, 4633.0, 4594.0, 4643.0, 4622.0, 4662.0, 4653.0, 4671.0, 4641.0, 4619.0, 4648.0, 4609.0, 4657.0, 4651.0, 4670.0, 4649.0, 4638.0, 4619.0, 4580.0, 4637.0, 4619.0, 4659.0, 4619.0, 4649.0, 4599.0, 4578.0, 4638.0, 4610.0, 4649.0, 4619.0, 4648.0, 4607.0, 4579.0, 4636.0, 4607.0, 4648.0, 4610.0, 4649.0, 4600.0, 4598.0, 4630.0, 4589.0, 4639.0, 4609.0, 4650.0, 4610.0, 4600.0, 4643.0, 4599.0, 4649.0, 4620.0, 4670.0, 4612.0, 4631.0, 4630.0, 4590.0, 4643.0, 4621.0, 4649.0, 4623.0, 4650.0, 4621.0, 4591.0, 4642.0, 4620.0, 4672.0, 4621.0, 4602.0, 4654.0, 4611.0, 4671.0, 4641.0, 4649.0, 4621.0, 4623.0, 4664.0, 4633.0, 4672.0, 4650.0, 4659.0, 4610.0, 4601.0, 4650.0, 4619.0, 4658.0, 4620.0, 4642.0, 4633.0, 4584.0, 4665.0, 4621.0, 4673.0, 4621.0, 4600.0, 4632.0, 4593.0, 4663.0, 4621.0, 4649.0, 4631.0, 4650.0, 4621.0, 4657.0, 4641.0, 4629.0, 4619.0, 4578.0, 4626.0, 4589.0, 4650.0, 4608.0, 4650.0, 4610.0, 4582.0, 4643.0, 4625.0, 4662.0, 4623.0, 4593.0, 4643.0, 4614.0, 4665.0, 4635.0, 4615.0, 4656.0, 4634.0, 4654.0, 4624.0, 4603.0, 4673.0, 4645.0, 4656.0, 4685.0, 4663.0, 4693.0, 4652.0, 4683.0, 4643.0, 4672.0, 4651.0, 4602.0, 4649.0, 4601.0, 4649.0, 4640.0, 4683.0, 4631.0, 4620.0, 4633.0, 4579.0, 4641.0, 4611.0, 4648.0, 4631.0, 4661.0, 4623.0, 4593.0, 4643.0, 4622.0, 4633.0, 4632.0, 4616.0, 4666.0, 4635.0, 4640.0, 4634.0, 4595.0, 4664.0, 4651.0, 4670.0, 4651.0, 4661.0, 4610.0, 4591.0, 4626.0, 4599.0, 4649.0, 4633.0, 4649.0, 4611.0, 4581.0, 4631.0, 4594.0, 4650.0, 4632.0, 4651.0, 4610.0, 4591.0, 4631.0, 4592.0, 4652.0, 4621.0, 4651.0, 4623.0, 4642.0, 4614.0, 4595.0, 4644.0, 4615.0, 4653.0, 4624.0, 4665.0, 4624.0, 4614.0, 4664.0, 4634.0, 4672.0, 4662.0, 4680.0, 4652.0, 4654.0, 4672.0, 4622.0, 4658.0, 4618.0, 4659.0, 4651.0, 4683.0, 4629.0, 4600.0, 4640.0, 4609.0, 4648.0, 4631.0, 4670.0, 4649.0, 4671.0, 4630.0, 4628.0, 4620.0, 4578.0, 4660.0, 4608.0, 4650.0, 4609.0, 4630.0, 4608.0, 4591.0, 4660.0, 4631.0, 4648.0, 4600.0, 4593.0, 4640.0, 4621.0, 4660.0, 4651.0, 4649.0, 4612.0, 4610.0, 4630.0, 4591.0, 4660.0, 4640.0, 4669.0, 4628.0, 4649.0, 4607.0, 4589.0, 4663.0, 4641.0, 4657.0, 4609.0, 4611.0, 4618.0, 4590.0, 4662.0, 4621.0, 4659.0, 4611.0, 4620.0, 4620.0, 4590.0, 4660.0, 4620.0, 4660.0, 4611.0, 4638.0, 4600.0, 4570.0, 4639.0, 4609.0, 4638.0, 4610.0, 4608.0, 4599.0, 4580.0, 4652.0, 4613.0, 4651.0, 4609.0, 4600.0, 4621.0, 4592.0, 4652.0, 4622.0, 4663.0, 4612.0, 4640.0, 4611.0, 4590.0, 4652.0, 4610.0, 4641.0, 4611.0, 4661.0, 4612.0, 4640.0, 4632.0, 4592.0, 4640.0, 4612.0, 4662.0, 4623.0, 4659.0, 4630.0, 4611.0, 4650.0, 4610.0, 4669.0, 4624.0, 4622.0, 4632.0, 4603.0, 4651.0, 4621.0, 4661.0, 4615.0, 4621.0, 4632.0, 4612.0, 4652.0, 4624.0, 4660.0, 4610.0, 4611.0, 4643.0, 4612.0, 4664.0, 4623.0, 4641.0, 4622.0, 4602.0, 4673.0, 4662.0, 4673.0, 4635.0, 4585.0, 4642.0, 4623.0, 4644.0, 4643.0, 4622.0, 4673.0, 4652.0, 4669.0, 4620.0, 4661.0, 4629.0, 4641.0, 4664.0, 4610.0, 4650.0, 4621.0, 4649.0, 4621.0, 4653.0, 4621.0, 4582.0, 4630.0, 4611.0, 4651.0, 4611.0, 4648.0, 4618.0, 4579.0, 4619.0, 4601.0, 4650.0, 4634.0, 4659.0, 4612.0, 4570.0, 4632.0, 4594.0, 4651.0, 4623.0, 4661.0, 4621.0, 4591.0, 4640.0, 4612.0, 4662.0, 4643.0, 4649.0, 4619.0, 4580.0, 4638.0, 4620.0, 4670.0, 4640.0, 4617.0, 4629.0, 4593.0, 4640.0, 4620.0, 4659.0, 4620.0, 4578.0, 4651.0, 4610.0, 4649.0, 4600.0, 4591.0, 4671.0, 4653.0, 4671.0, 4630.0, 4631.0, 4640.0, 4599.0, 4660.0, 4649.0, 4667.0, 4636.0, 4617.0, 4627.0, 4598.0, 4659.0, 4628.0, 4617.0, 4608.0, 4579.0, 4639.0, 4622.0, 4650.0, 4609.0, 4580.0, 4640.0, 4622.0, 4650.0, 4640.0, 4616.0, 4617.0, 4581.0, 4628.0, 4599.0, 4656.0, 4611.0, 4589.0, 4630.0, 4600.0, 4650.0, 4611.0, 4638.0, 4608.0, 4620.0, 4647.0, 4608.0, 4648.0, 4599.0, 4599.0, 4619.0, 4599.0, 4661.0, 4620.0, 4591.0, 4622.0, 4612.0, 4632.0, 4621.0, 4603.0, 4663.0, 4624.0, 4592.0, 4631.0, 4621.0, 4672.0, 4652.0, 4624.0, 4671.0, 4651.0, 4651.0, 4631.0, 4620.0, 4671.0, 4650.0, 4648.0, 4617.0, 4581.0, 4647.0, 4630.0, 4670.0, 4608.0, 4568.0, 4630.0, 4611.0, 4650.0, 4621.0, 4579.0, 4641.0, 4601.0, 4640.0, 4621.0, 4651.0, 4620.0, 4590.0, 4640.0, 4610.0, 4650.0, 4609.0, 4660.0, 4633.0, 4588.0, 4650.0, 4610.0, 4650.0, 4601.0, 4582.0, 4651.0, 4632.0, 4670.0, 4612.0, 4582.0, 4638.0, 4611.0, 4660.0, 4620.0, 4590.0, 4649.0, 4610.0, 4660.0, 4611.0, 4640.0, 4620.0, 4591.0, 4649.0, 4609.0, 4638.0, 4612.0, 4619.0, 4609.0, 4580.0, 4639.0, 4610.0, 4619.0, 4599.0, 4580.0, 4641.0, 4624.0, 4633.0, 4613.0, 4594.0, 4664.0, 4634.0, 4592.0, 4655.0, 4634.0, 4604.0, 4665.0, 4641.0, 4662.0, 4633.0, 4605.0, 4664.0, 4634.0, 4663.0, 4654.0, 4613.0, 4673.0, 4642.0, 4671.0, 4622.0, 4610.0, 4662.0, 4621.0, 4660.0, 4620.0, 4652.0, 4622.0, 4595.0, 4653.0, 4634.0, 4607.0, 4657.0, 4626.0, 4653.0, 4634.0, 4628.0, 4664.0, 4641.0, 4651.0, 4611.0, 4581.0, 4665.0, 4632.0, 4671.0, 4656.0, 4634.0, 4655.0, 4625.0, 4659.0, 4633.0, 4640.0, 4662.0, 4612.0, 4674.0, 4640.0, 4629.0, 4628.0, 4611.0, 4659.0, 4629.0, 4638.0, 4610.0, 4578.0, 4627.0, 4588.0, 4660.0, 4630.0, 4657.0, 4610.0, 4627.0, 4608.0, 4569.0, 4638.0, 4598.0, 4638.0, 4611.0, 4638.0, 4599.0, 4590.0, 4641.0, 4612.0, 4651.0, 4611.0, 4601.0, 4620.0, 4593.0, 4666.0, 4643.0, 4673.0, 4634.0, 4629.0, 4631.0, 4602.0, 4672.0, 4649.0, 4681.0, 4651.0, 4659.0, 4609.0, 4622.0, 4650.0, 4620.0, 4661.0, 4628.0, 4650.0, 4611.0, 4581.0, 4650.0, 4620.0, 4659.0, 4612.0, 4580.0, 4631.0, 4613.0, 4661.0, 4651.0, 4660.0, 4619.0], 'WindowWidth': [10252.0, 10162.0, 10221.0, 10187.0, 10236.0, 10203.0, 10142.0, 10148.0, 10094.0, 10158.0, 10121.0, 10172.0, 10127.0, 10097.0, 10190.0, 10148.0, 10099.0, 10142.0, 10099.0, 10172.0, 10128.0, 10204.0, 10158.0, 10153.0, 10142.0, 10082.0, 10149.0, 10114.0, 10144.0, 10094.0, 10073.0, 10135.0, 10101.0, 10155.0, 10127.0, 10098.0, 10111.0, 10076.0, 10143.0, 10118.0, 10087.0, 10151.0, 10077.0, 10159.0, 10121.0, 10110.0, 10158.0, 10085.0, 10169.0, 10124.0, 10123.0, 10127.0, 10100.0, 10186.0, 10124.0, 10157.0, 10126.0, 10100.0, 10187.0, 10176.0, 10209.0, 10142.0, 10124.0, 10146.0, 10094.0, 10187.0, 10162.0, 10207.0, 10156.0, 10158.0, 10112.0, 10061.0, 10158.0, 10132.0, 10188.0, 10144.0, 10142.0, 10127.0, 10071.0, 10154.0, 10131.0, 10123.0, 10103.0, 10081.0, 10145.0, 10121.0, 10172.0, 10127.0, 10062.0, 10144.0, 10106.0, 10174.0, 10119.0, 10105.0, 10166.0, 10139.0, 10159.0, 10117.0, 10093.0, 10177.0, 10166.0, 10127.0, 10125.0, 10083.0, 10161.0, 10120.0, 10156.0, 10132.0, 10097.0, 10195.0, 10134.0, 10161.0, 10152.0, 10110.0, 10181.0, 10145.0, 10096.0, 10172.0, 10155.0, 10159.0, 10132.0, 10095.0, 10161.0, 10120.0, 10175.0, 10154.0, 10122.0, 10147.0, 10095.0, 10152.0, 10123.0, 10177.0, 10154.0, 10084.0, 10162.0, 10120.0, 10162.0, 10139.0, 10194.0, 10148.0, 10091.0, 10158.0, 10102.0, 10150.0, 10120.0, 10187.0, 10128.0, 10089.0, 10141.0, 10105.0, 10139.0, 10117.0, 10169.0, 10116.0, 10066.0, 10125.0, 10087.0, 10141.0, 10123.0, 10176.0, 10118.0, 10068.0, 10148.0, 10111.0, 10159.0, 10121.0, 10163.0, 10138.0, 10078.0, 10143.0, 10108.0, 10174.0, 10127.0, 10163.0, 10135.0, 10080.0, 10162.0, 10107.0, 10161.0, 10119.0, 10173.0, 10131.0, 10063.0, 10125.0, 10079.0, 10143.0, 10124.0, 10177.0, 10153.0, 10120.0, 10137.0, 10082.0, 10160.0, 10121.0, 10207.0, 10137.0, 10094.0, 10147.0, 10110.0, 10163.0, 10148.0, 10180.0, 10140.0, 10091.0, 10153.0, 10125.0, 10179.0, 10169.0, 10189.0, 10148.0, 10115.0, 10155.0, 10100.0, 10167.0, 10161.0, 10190.0, 10156.0, 10140.0, 10114.0, 10064.0, 10138.0, 10117.0, 10171.0, 10116.0, 10155.0, 10089.0, 10060.0, 10143.0, 10103.0, 10156.0, 10115.0, 10154.0, 10098.0, 10060.0, 10136.0, 10096.0, 10152.0, 10103.0, 10159.0, 10091.0, 10086.0, 10131.0, 10075.0, 10143.0, 10103.0, 10158.0, 10106.0, 10095.0, 10153.0, 10091.0, 10157.0, 10120.0, 10189.0, 10113.0, 10134.0, 10132.0, 10080.0, 10152.0, 10123.0, 10159.0, 10128.0, 10161.0, 10122.0, 10084.0, 10153.0, 10121.0, 10195.0, 10122.0, 10097.0, 10171.0, 10109.0, 10193.0, 10148.0, 10155.0, 10122.0, 10126.0, 10183.0, 10140.0, 10196.0, 10160.0, 10171.0, 10102.0, 10094.0, 10161.0, 10116.0, 10171.0, 10121.0, 10153.0, 10142.0, 10077.0, 10186.0, 10122.0, 10194.0, 10124.0, 10093.0, 10138.0, 10087.0, 10181.0, 10121.0, 10158.0, 10133.0, 10158.0, 10120.0, 10165.0, 10147.0, 10126.0, 10113.0, 10059.0, 10121.0, 10075.0, 10157.0, 10100.0, 10160.0, 10104.0, 10069.0, 10155.0, 10133.0, 10180.0, 10128.0, 10089.0, 10155.0, 10117.0, 10189.0, 10148.0, 10118.0, 10177.0, 10148.0, 10169.0, 10129.0, 10102.0, 10197.0, 10160.0, 10177.0, 10219.0, 10179.0, 10229.0, 10166.0, 10212.0, 10157.0, 10193.0, 10164.0, 10098.0, 10155.0, 10093.0, 10157.0, 10146.0, 10209.0, 10137.0, 10117.0, 10139.0, 10063.0, 10147.0, 10106.0, 10155.0, 10132.0, 10175.0, 10128.0, 10086.0, 10151.0, 10125.0, 10141.0, 10138.0, 10123.0, 10189.0, 10145.0, 10147.0, 10141.0, 10091.0, 10185.0, 10162.0, 10193.0, 10163.0, 10173.0, 10102.0, 10078.0, 10120.0, 10086.0, 10156.0, 10138.0, 10157.0, 10108.0, 10066.0, 10134.0, 10088.0, 10161.0, 10139.0, 10161.0, 10105.0, 10080.0, 10133.0, 10082.0, 10166.0, 10121.0, 10163.0, 10127.0, 10156.0, 10118.0, 10094.0, 10158.0, 10119.0, 10170.0, 10131.0, 10188.0, 10132.0, 10118.0, 10187.0, 10145.0, 10199.0, 10178.0, 10203.0, 10167.0, 10169.0, 10195.0, 10122.0, 10170.0, 10111.0, 10174.0, 10161.0, 10210.0, 10130.0, 10089.0, 10142.0, 10105.0, 10155.0, 10134.0, 10189.0, 10156.0, 10188.0, 10130.0, 10126.0, 10115.0, 10056.0, 10174.0, 10098.0, 10160.0, 10101.0, 10131.0, 10101.0, 10081.0, 10175.0, 10135.0, 10157.0, 10093.0, 10085.0, 10145.0, 10120.0, 10176.0, 10163.0, 10158.0, 10110.0, 10104.0, 10133.0, 10080.0, 10176.0, 10144.0, 10186.0, 10126.0, 10155.0, 10096.0, 10074.0, 10183.0, 10148.0, 10165.0, 10103.0, 10106.0, 10115.0, 10078.0, 10178.0, 10120.0, 10171.0, 10108.0, 10120.0, 10117.0, 10078.0, 10176.0, 10119.0, 10173.0, 10106.0, 10140.0, 10091.0, 10050.0, 10145.0, 10103.0, 10141.0, 10104.0, 10099.0, 10091.0, 10066.0, 10165.0, 10112.0, 10163.0, 10103.0, 10092.0, 10121.0, 10085.0, 10167.0, 10124.0, 10180.0, 10110.0, 10148.0, 10108.0, 10079.0, 10165.0, 10105.0, 10148.0, 10107.0, 10175.0, 10110.0, 10144.0, 10139.0, 10083.0, 10146.0, 10110.0, 10178.0, 10127.0, 10169.0, 10133.0, 10107.0, 10158.0, 10104.0, 10187.0, 10132.0, 10125.0, 10139.0, 10099.0, 10162.0, 10121.0, 10177.0, 10117.0, 10122.0, 10138.0, 10110.0, 10164.0, 10128.0, 10175.0, 10106.0, 10109.0, 10153.0, 10110.0, 10181.0, 10127.0, 10150.0, 10123.0, 10097.0, 10197.0, 10178.0, 10196.0, 10149.0, 10076.0, 10151.0, 10127.0, 10157.0, 10152.0, 10124.0, 10197.0, 10164.0, 10184.0, 10118.0, 10173.0, 10129.0, 10147.0, 10184.0, 10105.0, 10158.0, 10120.0, 10158.0, 10122.0, 10165.0, 10118.0, 10069.0, 10130.0, 10106.0, 10161.0, 10106.0, 10152.0, 10109.0, 10058.0, 10111.0, 10092.0, 10157.0, 10144.0, 10170.0, 10109.0, 10052.0, 10135.0, 10088.0, 10162.0, 10125.0, 10173.0, 10119.0, 10079.0, 10146.0, 10110.0, 10179.0, 10155.0, 10154.0, 10116.0, 10065.0, 10141.0, 10116.0, 10187.0, 10145.0, 10110.0, 10127.0, 10082.0, 10141.0, 10117.0, 10169.0, 10117.0, 10059.0, 10162.0, 10106.0, 10156.0, 10090.0, 10077.0, 10191.0, 10162.0, 10189.0, 10128.0, 10131.0, 10144.0, 10085.0, 10175.0, 10153.0, 10183.0, 10133.0, 10108.0, 10122.0, 10085.0, 10172.0, 10124.0, 10109.0, 10097.0, 10064.0, 10143.0, 10122.0, 10158.0, 10103.0, 10064.0, 10145.0, 10123.0, 10160.0, 10145.0, 10107.0, 10108.0, 10064.0, 10122.0, 10085.0, 10162.0, 10106.0, 10071.0, 10131.0, 10089.0, 10158.0, 10104.0, 10139.0, 10099.0, 10115.0, 10151.0, 10098.0, 10153.0, 10086.0, 10086.0, 10113.0, 10087.0, 10176.0, 10119.0, 10083.0, 10124.0, 10112.0, 10140.0, 10122.0, 10099.0, 10181.0, 10129.0, 10084.0, 10136.0, 10122.0, 10192.0, 10168.0, 10128.0, 10193.0, 10159.0, 10158.0, 10135.0, 10117.0, 10194.0, 10160.0, 10152.0, 10110.0, 10067.0, 10152.0, 10131.0, 10184.0, 10098.0, 10046.0, 10129.0, 10109.0, 10160.0, 10121.0, 10062.0, 10145.0, 10095.0, 10145.0, 10122.0, 10162.0, 10121.0, 10077.0, 10144.0, 10103.0, 10160.0, 10102.0, 10172.0, 10139.0, 10071.0, 10156.0, 10101.0, 10155.0, 10091.0, 10068.0, 10164.0, 10137.0, 10187.0, 10108.0, 10069.0, 10140.0, 10107.0, 10172.0, 10119.0, 10075.0, 10157.0, 10104.0, 10172.0, 10105.0, 10145.0, 10116.0, 10078.0, 10156.0, 10099.0, 10140.0, 10108.0, 10117.0, 10104.0, 10064.0, 10143.0, 10104.0, 10115.0, 10087.0, 10065.0, 10147.0, 10128.0, 10140.0, 10112.0, 10089.0, 10183.0, 10142.0, 10083.0, 10172.0, 10144.0, 10103.0, 10186.0, 10150.0, 10179.0, 10141.0, 10104.0, 10183.0, 10141.0, 10182.0, 10172.0, 10112.0, 10197.0, 10151.0, 10188.0, 10121.0, 10103.0, 10178.0, 10117.0, 10172.0, 10118.0, 10162.0, 10122.0, 10092.0, 10168.0, 10147.0, 10116.0, 10184.0, 10141.0, 10172.0, 10149.0, 10146.0, 10190.0, 10152.0, 10165.0, 10108.0, 10069.0, 10191.0, 10140.0, 10195.0, 10180.0, 10146.0, 10174.0, 10134.0, 10171.0, 10138.0, 10146.0, 10182.0, 10111.0, 10201.0, 10144.0, 10127.0, 10124.0, 10106.0, 10173.0, 10126.0, 10138.0, 10101.0, 10056.0, 10123.0, 10073.0, 10173.0, 10129.0, 10166.0, 10102.0, 10123.0, 10097.0, 10048.0, 10138.0, 10085.0, 10140.0, 10105.0, 10140.0, 10089.0, 10079.0, 10149.0, 10111.0, 10162.0, 10109.0, 10096.0, 10120.0, 10087.0, 10189.0, 10154.0, 10197.0, 10141.0, 10129.0, 10134.0, 10097.0, 10196.0, 10157.0, 10207.0, 10161.0, 10168.0, 10100.0, 10121.0, 10159.0, 10117.0, 10176.0, 10126.0, 10156.0, 10106.0, 10067.0, 10161.0, 10119.0, 10173.0, 10109.0, 10064.0, 10134.0, 10112.0, 10179.0, 10163.0, 10173.0, 10116.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.00188213133640553</td></tr>
<tr><td colspan=3>aqi</td><td>0.017939247004608295</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.75683661058824</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2216115168858117</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0339044001384083</td></tr>
<tr><td colspan=3>efc</td><td>0.5193</td></tr>
<tr><td colspan=3>fber</td><td>2833.6582</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09263265023790504</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>38</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>4.377880184331797</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5592146477598114</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5210713035293395</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6946615721178984</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4619110676321974</td></tr>
<tr><td colspan=3>gcor</td><td>0.0047319</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.003413237864151597</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.022599883377552032</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>868</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.0121526589814485</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>13.8112</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>73.8508</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>258.8288</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>74.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>291348.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1241.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>451.6727</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6657</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>595.1555</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3761.3566</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3964.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>85196.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1386.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4911.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>987.9925</td></tr>
<tr><td colspan=3>tsnr</td><td>41.47635040804744</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>