ds005256-mriqc/sub-0014_ses-04_task-social_acq-mb8_run-06_bold.html
Felix Hoffstaedter 2103bd7b7f [DATALAD RUNCMD] Compute MRIQC for sub-0014
=== 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-0014 --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-0014",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-18 23:42:44 +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-0014_ses-04_task-social_acq-mb8_run-06_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0014_ses-04_task-social_acq-mb8_run-06_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-06_session-04_subject-0014_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-0014/figures/sub-0014_ses-04_task-social_acq-mb8_run-06_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0014/figures/sub-0014_ses-04_task-social_acq-mb8_run-06_desc-stdev_bold.svg" target="_blank">sub-0014/figures/sub-0014_ses-04_task-social_acq-mb8_run-06_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-06_session-04_subject-0014_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-0014/figures/sub-0014_ses-04_task-social_acq-mb8_run-06_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0014/figures/sub-0014_ses-04_task-social_acq-mb8_run-06_desc-background_bold.svg" target="_blank">sub-0014/figures/sub-0014_ses-04_task-social_acq-mb8_run-06_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-06_session-04_subject-0014_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-0014/figures/sub-0014_ses-04_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0014/figures/sub-0014_ses-04_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" target="_blank">sub-0014/figures/sub-0014_ses-04_task-social_acq-mb8_run-06_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-06_session-04_subject-0014_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-0014/figures/sub-0014_ses-04_task-social_acq-mb8_run-06_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0014/figures/sub-0014_ses-04_task-social_acq-mb8_run-06_desc-carpet_bold.svg" target="_blank">sub-0014/figures/sub-0014_ses-04_task-social_acq-mb8_run-06_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-06_session-04_subject-0014_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-0014/figures/sub-0014_ses-04_task-social_acq-mb8_run-06_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0014/figures/sub-0014_ses-04_task-social_acq-mb8_run-06_desc-mean_bold.svg" target="_blank">sub-0014/figures/sub-0014_ses-04_task-social_acq-mb8_run-06_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-06_session-04_subject-0014_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-0014/figures/sub-0014_ses-04_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0014/figures/sub-0014_ses-04_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" target="_blank">sub-0014/figures/sub-0014_ses-04_task-social_acq-mb8_run-06_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-04_subject-0014_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-0014/figures/sub-0014_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
Problem loading figure sub-0014/figures/sub-0014_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0014/figures/sub-0014_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0014/figures/sub-0014_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0014/ses-04/func/sub-0014_ses-04_task-social_acq-mb8_run-06_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>c9eb9a10857f633b7083f6474030b548</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:33:54.432500</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_VE11C_LATEST_20160120</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.998139, 0.0506942, 0.0339003, -0.0489917, 0.997582, -0.0492936]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0937489</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>22</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4151, -7758, -7264, 525, -85, -68, 56, 47]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>250.826</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>2f15f057-e962-4d8b-846d-eeb5f6c5273b||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6779332160949707, -0.1314411610364914, 0.09805664420127869, 115.45708465576172], [-0.13600872457027435, 2.6764397621154785, -0.1283607929944992, -81.21988677978516], [0.09095215052366257, 0.13225118815898895, 2.6951637268066406, -81.46595001220703], [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': ['163354.432500', '163354.892500', '163355.352500', '163355.812500', '163356.272500', '163356.732500', '163357.192500', '163357.652500', '163358.112500', '163358.572500', '163359.032500', '163359.492500', '163359.952500', '163400.412500', '163400.872500', '163401.332500', '163401.792500', '163402.252500', '163402.712500', '163403.172500', '163403.632500', '163404.092500', '163404.552500', '163405.012500', '163405.472500', '163405.932500', '163406.392500', '163406.852500', '163407.312500', '163407.772500', '163408.232500', '163408.692500', '163409.152500', '163409.612500', '163410.072500', '163410.532500', '163410.992500', '163411.452500', '163411.912500', '163412.372500', '163412.832500', '163413.292500', '163413.752500', '163414.212500', '163414.672500', '163415.132500', '163415.592500', '163416.052500', '163416.512500', '163416.972500', '163417.432500', '163417.892500', '163418.352500', '163418.812500', '163419.272500', '163419.732500', '163420.192500', '163420.652500', '163421.112500', '163421.572500', '163422.032500', '163422.492500', '163422.952500', '163423.412500', '163423.872500', '163424.332500', '163424.792500', '163425.252500', '163425.712500', '163426.172500', '163426.632500', '163427.092500', '163427.552500', '163428.012500', '163428.472500', '163428.932500', '163429.392500', '163429.852500', '163430.312500', '163430.772500', '163431.232500', '163431.692500', '163432.152500', '163432.612500', '163433.072500', '163433.532500', '163433.992500', '163434.452500', '163434.912500', '163435.372500', '163435.832500', '163436.292500', '163436.752500', '163437.212500', '163437.672500', '163438.132500', '163438.592500', '163439.052500', '163439.512500', '163439.972500', '163440.432500', '163440.892500', '163441.352500', '163441.812500', '163442.272500', '163442.732500', '163443.192500', '163443.652500', '163444.112500', '163444.572500', '163445.032500', '163445.492500', '163445.952500', '163446.412500', '163446.872500', '163447.332500', '163447.792500', '163448.252500', '163448.712500', '163449.172500', '163449.632500', '163450.092500', '163450.552500', '163451.012500', '163451.472500', '163451.932500', '163452.392500', '163452.852500', '163453.312500', '163453.772500', '163454.232500', '163454.692500', '163455.152500', '163455.612500', '163456.072500', '163456.532500', '163456.992500', '163457.452500', '163457.912500', '163458.372500', '163458.832500', '163459.292500', '163459.752500', '163500.212500', '163500.672500', '163501.132500', '163501.592500', '163502.052500', '163502.512500', '163502.972500', '163503.432500', '163503.892500', '163504.352500', '163504.812500', '163505.272500', '163505.732500', '163506.192500', '163506.652500', '163507.112500', '163507.572500', '163508.032500', '163508.492500', '163508.952500', '163509.412500', '163509.872500', '163510.332500', '163510.792500', '163511.252500', '163511.712500', '163512.172500', '163512.632500', '163513.092500', '163513.552500', '163514.012500', '163514.472500', '163514.932500', '163515.392500', '163515.852500', '163516.312500', '163516.772500', '163517.232500', '163517.692500', '163518.152500', '163518.612500', '163519.072500', '163519.532500', '163519.992500', '163520.452500', '163520.912500', '163521.372500', '163521.832500', '163522.292500', '163522.752500', '163523.212500', '163523.672500', '163524.132500', '163524.592500', '163525.052500', '163525.512500', '163525.972500', '163526.432500', '163526.892500', '163527.352500', '163527.812500', '163528.272500', '163528.732500', '163529.192500', '163529.652500', '163530.112500', '163530.572500', '163531.032500', '163531.492500', '163531.952500', '163532.412500', '163532.872500', '163533.332500', '163533.792500', '163534.252500', '163534.712500', '163535.172500', '163535.632500', '163536.092500', '163536.552500', '163537.012500', '163537.472500', '163537.932500', '163538.392500', '163538.852500', '163539.312500', '163539.772500', '163540.232500', '163540.692500', '163541.152500', '163541.612500', '163542.072500', '163542.532500', '163542.992500', '163543.452500', '163543.912500', '163544.372500', '163544.832500', '163545.292500', '163545.752500', '163546.212500', '163546.672500', '163547.132500', '163547.592500', '163548.052500', '163548.512500', '163548.972500', '163549.432500', '163549.892500', '163550.352500', '163550.812500', '163551.272500', '163551.732500', '163552.192500', '163552.652500', '163553.112500', '163553.572500', '163554.032500', '163554.492500', '163554.952500', '163555.412500', '163555.872500', '163556.332500', '163556.792500', '163557.252500', '163557.712500', '163558.172500', '163558.632500', '163559.092500', '163559.552500', '163600.012500', '163600.472500', '163600.932500', '163601.392500', '163601.852500', '163602.312500', '163602.772500', '163603.232500', '163603.692500', '163604.152500', '163604.612500', '163605.072500', '163605.532500', '163605.992500', '163606.452500', '163606.912500', '163607.372500', '163607.832500', '163608.292500', '163608.752500', '163609.212500', '163609.672500', '163610.132500', '163610.592500', '163611.052500', '163611.512500', '163611.972500', '163612.432500', '163612.892500', '163613.352500', '163613.812500', '163614.272500', '163614.732500', '163615.192500', '163615.652500', '163616.112500', '163616.572500', '163617.032500', '163617.492500', '163617.952500', '163618.412500', '163618.872500', '163619.332500', '163619.792500', '163620.252500', '163620.712500', '163621.172500', '163621.632500', '163622.092500', '163622.552500', '163623.012500', '163623.472500', '163623.932500', '163624.392500', '163624.852500', '163625.312500', '163625.772500', '163626.232500', '163626.692500', '163627.152500', '163627.612500', '163628.072500', '163628.532500', '163628.992500', '163629.452500', '163629.912500', '163630.372500', '163630.832500', '163631.292500', '163631.752500', '163632.212500', '163632.672500', '163633.132500', '163633.592500', '163634.052500', '163634.512500', '163634.972500', '163635.432500', '163635.892500', '163636.352500', '163636.812500', '163637.272500', '163637.732500', '163638.192500', '163638.652500', '163639.112500', '163639.572500', '163640.032500', '163640.492500', '163640.952500', '163641.412500', '163641.872500', '163642.332500', '163642.792500', '163643.252500', '163643.712500', '163644.172500', '163644.632500', '163645.092500', '163645.552500', '163646.012500', '163646.472500', '163646.932500', '163647.392500', '163647.852500', '163648.312500', '163648.772500', '163649.232500', '163649.692500', '163650.152500', '163650.612500', '163651.072500', '163651.532500', '163651.992500', '163652.452500', '163652.912500', '163653.372500', '163653.832500', '163654.292500', '163654.752500', '163655.212500', '163655.672500', '163656.132500', '163656.592500', '163657.052500', '163657.512500', '163657.972500', '163658.432500', '163658.892500', '163659.352500', '163659.812500', '163700.272500', '163700.732500', '163701.192500', '163701.652500', '163702.112500', '163702.572500', '163703.032500', '163703.492500', '163703.952500', '163704.412500', '163704.872500', '163705.332500', '163705.792500', '163706.252500', '163706.712500', '163707.172500', '163707.632500', '163708.092500', '163708.552500', '163709.012500', '163709.472500', '163709.932500', '163710.392500', '163710.852500', '163711.312500', '163711.772500', '163712.232500', '163712.692500', '163713.152500', '163713.612500', '163714.072500', '163714.532500', '163714.992500', '163715.452500', '163715.912500', '163716.372500', '163716.832500', '163717.292500', '163717.752500', '163718.212500', '163718.672500', '163719.132500', '163719.592500', '163720.052500', '163720.512500', '163720.972500', '163721.432500', '163721.892500', '163722.352500', '163722.812500', '163723.272500', '163723.732500', '163724.192500', '163724.652500', '163725.112500', '163725.572500', '163726.032500', '163726.492500', '163726.952500', '163727.412500', '163727.872500', '163728.332500', '163728.792500', '163729.252500', '163729.712500', '163730.172500', '163730.632500', '163731.092500', '163731.552500', '163732.012500', '163732.472500', '163732.932500', '163733.392500', '163733.852500', '163734.312500', '163734.772500', '163735.232500', '163735.692500', '163736.152500', '163736.612500', '163737.072500', '163737.532500', '163737.992500', '163738.452500', '163738.912500', '163739.372500', '163739.832500', '163740.292500', '163740.752500', '163741.212500', '163741.672500', '163742.132500', '163742.592500', '163743.052500', '163743.512500', '163743.972500', '163744.432500', '163744.892500', '163745.352500', '163745.812500', '163746.272500', '163746.732500', '163747.192500', '163747.652500', '163748.112500', '163748.572500', '163749.032500', '163749.492500', '163749.952500', '163750.412500', '163750.872500', '163751.332500', '163751.792500', '163752.252500', '163752.712500', '163753.172500', '163753.632500', '163754.092500', '163754.552500', '163755.012500', '163755.472500', '163755.932500', '163756.392500', '163756.852500', '163757.312500', '163757.772500', '163758.232500', '163758.692500', '163759.152500', '163759.612500', '163800.072500', '163800.532500', '163800.992500', '163801.452500', '163801.912500', '163802.372500', '163802.832500', '163803.292500', '163803.752500', '163804.212500', '163804.672500', '163805.132500', '163805.592500', '163806.052500', '163806.512500', '163806.972500', '163807.432500', '163807.892500', '163808.352500', '163808.812500', '163809.272500', '163809.732500', '163810.192500', '163810.652500', '163811.112500', '163811.572500', '163812.032500', '163812.492500', '163812.952500', '163813.412500', '163813.872500', '163814.332500', '163814.792500', '163815.252500', '163815.712500', '163816.172500', '163816.632500', '163817.092500', '163817.552500', '163818.012500', '163818.472500', '163818.932500', '163819.392500', '163819.852500', '163820.312500', '163820.772500', '163821.232500', '163821.692500', '163822.152500', '163822.612500', '163823.072500', '163823.532500', '163823.992500', '163824.452500', '163824.912500', '163825.372500', '163825.832500', '163826.292500', '163826.752500', '163827.212500', '163827.672500', '163828.132500', '163828.592500', '163829.052500', '163829.512500', '163829.972500', '163830.432500', '163830.892500', '163831.352500', '163831.812500', '163832.272500', '163832.732500', '163833.192500', '163833.652500', '163834.112500', '163834.572500', '163835.032500', '163835.492500', '163835.952500', '163836.412500', '163836.872500', '163837.332500', '163837.792500', '163838.252500', '163838.712500', '163839.172500', '163839.632500', '163840.092500', '163840.552500', '163841.012500', '163841.472500', '163841.932500', '163842.392500', '163842.852500', '163843.312500', '163843.772500', '163844.232500', '163844.692500', '163845.152500', '163845.612500', '163846.072500', '163846.532500', '163846.992500', '163847.452500', '163847.912500', '163848.372500', '163848.832500', '163849.292500', '163849.752500', '163850.212500', '163850.672500', '163851.132500', '163851.592500', '163852.052500', '163852.512500', '163852.972500', '163853.432500', '163853.892500', '163854.352500', '163854.812500', '163855.272500', '163855.732500', '163856.192500', '163856.652500', '163857.112500', '163857.572500', '163858.032500', '163858.492500', '163858.952500', '163859.412500', '163859.872500', '163900.332500', '163900.792500', '163901.252500', '163901.712500', '163902.172500', '163902.632500', '163903.092500', '163903.552500', '163904.012500', '163904.472500', '163904.932500', '163905.392500', '163905.852500', '163906.312500', '163906.772500', '163907.232500', '163907.692500', '163908.152500', '163908.612500', '163909.072500', '163909.532500', '163909.992500', '163910.452500', '163910.912500', '163911.372500', '163911.832500', '163912.292500', '163912.752500', '163913.212500', '163913.672500', '163914.132500', '163914.592500', '163915.052500', '163915.512500', '163915.972500', '163916.432500', '163916.892500', '163917.352500', '163917.812500', '163918.272500', '163918.732500', '163919.192500', '163919.652500', '163920.112500', '163920.572500', '163921.032500', '163921.492500', '163921.952500', '163922.412500', '163922.872500', '163923.332500', '163923.792500', '163924.252500', '163924.712500', '163925.172500', '163925.632500', '163926.092500', '163926.552500', '163927.012500', '163927.472500', '163927.932500', '163928.392500', '163928.852500', '163929.312500', '163929.772500', '163930.232500', '163930.692500', '163931.152500', '163931.612500', '163932.072500', '163932.532500', '163932.992500', '163933.452500', '163933.912500', '163934.372500', '163934.832500', '163935.292500', '163935.752500', '163936.212500', '163936.672500', '163937.132500', '163937.592500', '163938.052500', '163938.512500', '163938.972500', '163939.432500', '163939.892500', '163940.352500', '163940.812500', '163941.272500', '163941.732500', '163942.192500', '163942.652500', '163943.112500', '163943.572500', '163944.032500', '163944.492500', '163944.952500', '163945.412500', '163945.872500', '163946.332500', '163946.792500', '163947.252500', '163947.712500', '163948.172500', '163948.632500', '163949.092500', '163949.552500', '163950.012500', '163950.472500', '163950.932500', '163951.392500', '163951.852500', '163952.312500', '163952.772500', '163953.232500', '163953.692500', '163954.152500', '163954.612500', '163955.072500', '163955.532500', '163955.992500', '163956.452500', '163956.912500', '163957.372500', '163957.832500', '163958.292500', '163958.752500', '163959.212500', '163959.672500', '164000.132500', '164000.592500', '164001.052500', '164001.512500', '164001.972500', '164002.432500', '164002.892500', '164003.352500', '164003.812500', '164004.272500', '164004.732500', '164005.192500', '164005.652500', '164006.112500', '164006.572500', '164007.032500', '164007.492500', '164007.952500', '164008.412500', '164008.872500', '164009.332500', '164009.792500', '164010.252500', '164010.712500', '164011.172500', '164011.632500', '164012.092500', '164012.552500', '164013.012500', '164013.472500', '164013.932500', '164014.392500', '164014.852500', '164015.312500', '164015.772500', '164016.232500', '164016.692500', '164017.152500', '164017.612500', '164018.072500', '164018.532500', '164018.992500', '164019.452500', '164019.912500', '164020.372500', '164020.832500', '164021.292500', '164021.752500', '164022.212500', '164022.672500', '164023.132500', '164023.592500', '164024.052500', '164024.512500', '164024.972500', '164025.432500', '164025.892500', '164026.352500', '164026.812500', '164027.272500', '164027.732500', '164028.192500', '164028.652500', '164029.112500', '164029.572500', '164030.032500', '164030.492500', '164030.952500', '164031.412500', '164031.872500', '164032.332500', '164032.792500', '164033.252500', '164033.712500', '164034.172500', '164034.632500', '164035.092500'], 'ContentTime': ['163406.312000', '163406.324000', '163406.327000', '163406.330000', '163406.333000', '163406.340000', '163406.343000', '163406.346000', '163406.349000', '163406.352000', '163406.354000', '163406.357000', '163406.360000', '163406.363000', '163406.366000', '163406.374000', '163406.377000', '163406.380000', '163406.383000', '163406.386000', '163406.389000', '163406.391000', '163406.394000', '163406.397000', '163406.400000', '163426.271000', '163426.274000', '163426.277000', '163426.279000', '163426.282000', '163426.287000', '163426.290000', '163426.293000', '163426.296000', '163426.299000', '163426.302000', '163426.305000', '163426.308000', '163426.310000', '163426.313000', '163426.316000', '163426.319000', '163426.322000', '163426.325000', '163426.327000', '163426.330000', '163426.333000', '163426.336000', '163426.339000', '163426.341000', '163426.344000', '163426.347000', '163426.350000', '163426.354000', '163426.357000', '163426.372000', '163426.375000', '163426.378000', '163426.381000', '163426.383000', '163426.386000', '163426.397000', '163426.400000', '163426.403000', '163426.406000', '163426.409000', '163426.411000', '163426.414000', '163446.271000', '163446.274000', '163446.277000', '163446.280000', '163446.282000', '163446.285000', '163446.288000', '163446.291000', '163446.293000', '163446.296000', '163446.299000', '163446.302000', '163446.305000', '163446.307000', '163446.310000', '163446.313000', '163446.316000', '163446.318000', '163446.321000', '163446.324000', '163446.327000', '163446.330000', '163446.332000', '163446.335000', '163446.338000', '163446.341000', '163446.344000', '163446.347000', '163446.349000', '163446.352000', '163446.355000', '163446.358000', '163446.363000', '163446.366000', '163446.369000', '163446.372000', '163446.374000', '163446.377000', '163446.380000', '163446.383000', '163446.386000', '163446.388000', '163446.391000', '163446.394000', '163506.271000', '163506.274000', '163506.277000', '163506.279000', '163506.282000', '163506.285000', '163506.288000', '163506.291000', '163506.294000', '163506.296000', '163506.299000', '163506.302000', '163506.305000', '163506.307000', '163506.310000', '163506.313000', '163506.316000', '163506.319000', '163506.322000', '163506.324000', '163506.327000', '163506.330000', '163506.333000', '163506.336000', '163506.338000', '163506.341000', '163506.344000', '163506.347000', '163506.350000', '163506.353000', '163506.356000', '163506.358000', '163506.361000', '163506.364000', '163506.367000', '163506.378000', '163506.381000', '163506.384000', '163506.387000', '163506.390000', '163506.392000', '163506.395000', '163506.398000', '163526.271000', '163526.274000', '163526.277000', '163526.279000', '163526.282000', '163526.292000', '163526.295000', '163526.298000', '163526.300000', '163526.303000', '163526.306000', '163526.309000', '163526.312000', '163526.314000', '163526.317000', '163526.320000', '163526.323000', '163526.326000', '163526.329000', '163526.331000', '163526.334000', '163526.337000', '163526.340000', '163526.343000', '163526.346000', '163526.348000', '163526.351000', '163526.354000', '163526.357000', '163526.360000', '163526.363000', '163526.365000', '163526.368000', '163526.371000', '163526.374000', '163526.377000', '163526.379000', '163526.382000', '163526.385000', '163526.388000', '163526.391000', '163526.393000', '163526.396000', '163526.399000', '163546.271000', '163546.274000', '163546.277000', '163546.280000', '163546.282000', '163546.285000', '163546.288000', '163546.291000', '163546.294000', '163546.296000', '163546.299000', '163546.302000', '163546.305000', '163546.308000', '163546.311000', '163546.323000', '163546.326000', '163546.329000', '163546.333000', '163546.336000', '163546.339000', '163546.341000', '163546.344000', '163546.347000', '163546.350000', '163546.353000', '163546.356000', '163546.359000', '163546.361000', '163546.364000', '163546.367000', '163546.370000', '163546.373000', '163546.376000', '163546.379000', '163546.382000', '163546.385000', '163546.388000', '163546.391000', '163546.394000', '163546.397000', '163546.400000', '163546.403000', '163606.271000', '163606.274000', '163606.277000', '163606.279000', '163606.282000', '163606.285000', '163606.288000', '163606.291000', '163606.294000', '163606.296000', '163606.299000', '163606.302000', '163606.305000', '163606.308000', '163606.311000', '163606.313000', '163606.316000', '163606.319000', '163606.322000', '163606.325000', '163606.327000', '163606.330000', '163606.333000', '163606.336000', '163606.339000', '163606.342000', '163606.344000', '163606.347000', '163606.350000', '163606.353000', '163606.356000', '163606.359000', '163606.361000', '163606.364000', '163606.367000', '163606.370000', '163606.373000', '163606.376000', '163606.378000', '163606.381000', '163606.396000', '163606.399000', '163606.401000', '163606.404000', '163626.271000', '163626.274000', '163626.277000', '163626.280000', '163626.283000', '163626.285000', '163626.288000', '163626.291000', '163626.294000', '163626.297000', '163626.299000', '163626.302000', '163626.305000', '163626.308000', '163626.311000', '163626.314000', '163626.316000', '163626.319000', '163626.322000', '163626.325000', '163626.328000', '163626.330000', '163626.333000', '163626.336000', '163626.339000', '163626.342000', '163626.345000', '163626.347000', '163626.350000', '163626.353000', '163626.356000', '163626.359000', '163626.362000', '163626.365000', '163626.367000', '163626.370000', '163626.373000', '163626.376000', '163626.379000', '163626.381000', '163626.384000', '163626.387000', '163626.390000', '163646.271000', '163646.274000', '163646.277000', '163646.279000', '163646.282000', '163646.285000', '163646.288000', '163646.291000', '163646.294000', '163646.296000', '163646.299000', '163646.302000', '163646.305000', '163646.308000', '163646.311000', '163646.313000', '163646.316000', '163646.319000', '163646.322000', '163646.325000', '163646.328000', '163646.330000', '163646.333000', '163646.336000', '163646.339000', '163646.342000', '163646.345000', '163646.347000', '163646.350000', '163646.353000', '163646.356000', '163646.359000', '163646.362000', '163646.364000', '163646.367000', '163646.370000', '163646.373000', '163646.376000', '163646.378000', '163646.381000', '163646.384000', '163646.387000', '163646.390000', '163646.393000', '163706.271000', '163706.274000', '163706.277000', '163706.280000', '163706.282000', '163706.285000', '163706.288000', '163706.291000', '163706.294000', '163706.297000', '163706.299000', '163706.302000', '163706.305000', '163706.308000', '163706.311000', '163706.314000', '163706.317000', '163706.319000', '163706.322000', '163706.325000', '163706.328000', '163706.331000', '163706.334000', '163706.336000', '163706.339000', '163706.342000', '163706.345000', '163706.348000', '163706.351000', '163706.353000', '163706.356000', '163706.359000', '163706.362000', '163706.365000', '163706.369000', '163706.372000', '163706.375000', '163706.378000', '163706.381000', '163706.384000', '163706.387000', '163706.389000', '163706.392000', '163726.271000', '163726.274000', '163726.277000', '163726.280000', '163726.282000', '163726.285000', '163726.288000', '163726.291000', '163726.294000', '163726.297000', '163726.299000', '163726.302000', '163726.305000', '163726.308000', '163726.311000', '163726.314000', '163726.316000', '163726.319000', '163726.322000', '163726.325000', '163726.328000', '163726.330000', '163726.333000', '163726.336000', '163726.339000', '163726.342000', '163726.345000', '163726.348000', '163726.351000', '163726.354000', '163726.356000', '163726.359000', '163726.362000', '163726.365000', '163726.368000', '163726.371000', '163726.373000', '163726.376000', '163726.379000', '163726.382000', '163726.385000', '163726.388000', '163726.391000', '163726.393000', '163746.271000', '163746.274000', '163746.277000', '163746.280000', '163746.282000', '163746.285000', '163746.288000', '163746.291000', '163746.294000', '163746.296000', '163746.299000', '163746.302000', '163746.305000', '163746.308000', '163746.311000', '163746.314000', '163746.316000', '163746.319000', '163746.322000', '163746.325000', '163746.328000', '163746.346000', '163746.349000', '163746.352000', '163746.355000', '163746.358000', '163746.361000', '163746.363000', '163746.366000', '163746.369000', '163746.372000', '163746.375000', '163746.377000', '163746.380000', '163746.392000', '163746.395000', '163746.398000', '163746.401000', '163746.404000', '163746.406000', '163746.409000', '163746.412000', '163746.415000', '163806.271000', '163806.274000', '163806.277000', '163806.280000', '163806.282000', '163806.285000', '163806.288000', '163806.291000', '163806.294000', '163806.297000', '163806.300000', '163806.302000', '163806.305000', '163806.308000', '163806.311000', '163806.314000', '163806.317000', '163806.319000', '163806.322000', '163806.325000', '163806.328000', '163806.331000', '163806.334000', '163806.336000', '163806.339000', '163806.342000', '163806.345000', '163806.348000', '163806.351000', '163806.353000', '163806.356000', '163806.359000', '163806.362000', '163806.365000', '163806.367000', '163806.370000', '163806.373000', '163806.376000', '163806.379000', '163806.382000', '163806.385000', '163806.387000', '163806.390000', '163806.393000', '163826.271000', '163826.274000', '163826.277000', '163826.280000', '163826.282000', '163826.285000', '163826.288000', '163826.297000', '163826.300000', '163826.303000', '163826.306000', '163826.308000', '163826.311000', '163826.314000', '163826.317000', '163826.320000', '163826.323000', '163826.326000', '163826.328000', '163826.331000', '163826.334000', '163826.337000', '163826.340000', '163826.343000', '163826.346000', '163826.348000', '163826.351000', '163826.354000', '163826.357000', '163826.360000', '163826.363000', '163826.365000', '163826.368000', '163826.371000', '163826.374000', '163826.377000', '163826.380000', '163826.382000', '163826.385000', '163826.388000', '163826.391000', '163826.394000', '163826.397000', '163846.271000', '163846.274000', '163846.277000', '163846.279000', '163846.282000', '163846.285000', '163846.288000', '163846.291000', '163846.294000', '163846.296000', '163846.299000', '163846.302000', '163846.305000', '163846.308000', '163846.310000', '163846.313000', '163846.316000', '163846.319000', '163846.322000', '163846.325000', '163846.327000', '163846.330000', '163846.339000', '163846.342000', '163846.345000', '163846.348000', '163846.350000', '163846.353000', '163846.356000', '163846.359000', '163846.362000', '163846.365000', '163846.367000', '163846.370000', '163846.373000', '163846.376000', '163846.379000', '163846.382000', '163846.385000', '163846.388000', '163846.390000', '163846.393000', '163846.396000', '163906.271000', '163906.274000', '163906.277000', '163906.280000', '163906.283000', '163906.285000', '163906.288000', '163906.291000', '163906.294000', '163906.297000', '163906.300000', '163906.302000', '163906.305000', '163906.308000', '163906.311000', '163906.314000', '163906.316000', '163906.319000', '163906.322000', '163906.325000', '163906.328000', '163906.331000', '163906.333000', '163906.336000', '163906.339000', '163906.342000', '163906.345000', '163906.348000', '163906.351000', '163906.353000', '163906.356000', '163906.359000', '163906.362000', '163906.365000', '163906.368000', '163906.371000', '163906.373000', '163906.376000', '163906.379000', '163906.382000', '163906.385000', '163906.388000', '163906.390000', '163906.393000', '163926.271000', '163926.274000', '163926.277000', '163926.280000', '163926.283000', '163926.286000', '163926.289000', '163926.292000', '163926.295000', '163926.297000', '163926.300000', '163926.303000', '163926.306000', '163926.309000', '163926.311000', '163926.314000', '163926.317000', '163926.320000', '163926.323000', '163926.326000', '163926.329000', '163926.332000', '163926.335000', '163926.338000', '163926.340000', '163926.343000', '163926.346000', '163926.349000', '163926.352000', '163926.355000', '163926.357000', '163926.360000', '163926.363000', '163926.366000', '163926.369000', '163926.372000', '163926.374000', '163926.377000', '163926.382000', '163926.385000', '163926.388000', '163926.391000', '163926.394000', '163946.271000', '163946.274000', '163946.277000', '163946.280000', '163946.283000', '163946.285000', '163946.288000', '163946.291000', '163946.294000', '163946.297000', '163946.299000', '163946.302000', '163946.305000', '163946.308000', '163946.311000', '163946.314000', '163946.316000', '163946.319000', '163946.322000', '163946.325000', '163946.328000', '163946.331000', '163946.333000', '163946.336000', '163946.339000', '163946.342000', '163946.345000', '163946.348000', '163946.350000', '163946.353000', '163946.356000', '163946.359000', '163946.362000', '163946.365000', '163946.368000', '163946.370000', '163946.373000', '163946.376000', '163946.379000', '163946.382000', '163946.384000', '163946.387000', '163946.390000', '163946.393000', '164006.271000', '164006.274000', '164006.277000', '164006.280000', '164006.284000', '164006.288000', '164006.291000', '164006.294000', '164006.297000', '164006.300000', '164006.303000', '164006.305000', '164006.308000', '164006.311000', '164006.314000', '164006.317000', '164006.319000', '164006.322000', '164006.325000', '164006.328000', '164006.331000', '164006.334000', '164006.336000', '164006.339000', '164006.342000', '164006.352000', '164006.355000', '164006.358000', '164006.361000', '164006.363000', '164006.366000', '164006.369000', '164006.372000', '164006.375000', '164006.378000', '164006.380000', '164006.383000', '164006.386000', '164006.389000', '164006.392000', '164006.395000', '164006.397000', '164006.400000', '164026.271000', '164026.274000', '164026.277000', '164026.280000', '164026.283000', '164026.285000', '164026.288000', '164026.291000', '164026.294000', '164026.297000', '164026.300000', '164026.302000', '164026.305000', '164026.308000', '164026.311000', '164026.314000', '164026.317000', '164026.319000', '164026.322000', '164026.325000', '164026.328000', '164026.331000', '164026.334000', '164026.336000', '164026.339000', '164026.342000', '164026.345000', '164026.348000', '164026.351000', '164026.353000', '164026.356000', '164026.359000', '164026.362000', '164026.365000', '164026.368000', '164026.371000', '164026.373000', '164026.376000', '164026.379000', '164026.382000', '164026.385000', '164026.387000', '164026.390000', '164026.393000', '164035.779000', '164035.782000', '164035.785000', '164035.788000', '164035.791000', '164035.794000', '164035.797000', '164035.800000', '164035.803000', '164035.806000', '164035.808000', '164035.811000', '164035.814000', '164035.817000', '164035.832000', '164035.835000', '164035.838000', '164035.841000', '164035.844000', '164035.847000', '164035.849000'], 'InstanceCreationTime': ['163406.312000', '163406.324000', '163406.327000', '163406.330000', '163406.333000', '163406.340000', '163406.343000', '163406.346000', '163406.349000', '163406.352000', '163406.354000', '163406.357000', '163406.360000', '163406.363000', '163406.366000', '163406.374000', '163406.377000', '163406.380000', '163406.383000', '163406.386000', '163406.389000', '163406.391000', '163406.394000', '163406.397000', '163406.400000', '163426.271000', '163426.274000', '163426.277000', '163426.279000', '163426.282000', '163426.287000', '163426.290000', '163426.293000', '163426.296000', '163426.299000', '163426.302000', '163426.305000', '163426.308000', '163426.310000', '163426.313000', '163426.316000', '163426.319000', '163426.322000', '163426.325000', '163426.327000', '163426.330000', '163426.333000', '163426.336000', '163426.339000', '163426.341000', '163426.344000', '163426.347000', '163426.350000', '163426.354000', '163426.357000', '163426.372000', '163426.375000', '163426.378000', '163426.381000', '163426.383000', '163426.386000', '163426.397000', '163426.400000', '163426.403000', '163426.406000', '163426.409000', '163426.411000', '163426.414000', '163446.271000', '163446.274000', '163446.277000', '163446.280000', '163446.282000', '163446.285000', '163446.288000', '163446.291000', '163446.293000', '163446.296000', '163446.299000', '163446.302000', '163446.305000', '163446.307000', '163446.310000', '163446.313000', '163446.316000', '163446.318000', '163446.321000', '163446.324000', '163446.327000', '163446.330000', '163446.332000', '163446.335000', '163446.338000', '163446.341000', '163446.344000', '163446.347000', '163446.349000', '163446.352000', '163446.355000', '163446.358000', '163446.363000', '163446.366000', '163446.369000', '163446.372000', '163446.374000', '163446.377000', '163446.380000', '163446.383000', '163446.386000', '163446.388000', '163446.391000', '163446.394000', '163506.271000', '163506.274000', '163506.277000', '163506.279000', '163506.282000', '163506.285000', '163506.288000', '163506.291000', '163506.294000', '163506.296000', '163506.299000', '163506.302000', '163506.305000', '163506.307000', '163506.310000', '163506.313000', '163506.316000', '163506.319000', '163506.322000', '163506.324000', '163506.327000', '163506.330000', '163506.333000', '163506.336000', '163506.338000', '163506.341000', '163506.344000', '163506.347000', '163506.350000', '163506.353000', '163506.356000', '163506.358000', '163506.361000', '163506.364000', '163506.367000', '163506.378000', '163506.381000', '163506.384000', '163506.387000', '163506.390000', '163506.392000', '163506.395000', '163506.398000', '163526.271000', '163526.274000', '163526.277000', '163526.279000', '163526.282000', '163526.292000', '163526.295000', '163526.298000', '163526.300000', '163526.303000', '163526.306000', '163526.309000', '163526.312000', '163526.314000', '163526.317000', '163526.320000', '163526.323000', '163526.326000', '163526.329000', '163526.331000', '163526.334000', '163526.337000', '163526.340000', '163526.343000', '163526.346000', '163526.348000', '163526.351000', '163526.354000', '163526.357000', '163526.360000', '163526.363000', '163526.365000', '163526.368000', '163526.371000', '163526.374000', '163526.377000', '163526.379000', '163526.382000', '163526.385000', '163526.388000', '163526.391000', '163526.393000', '163526.396000', '163526.399000', '163546.271000', '163546.274000', '163546.277000', '163546.280000', '163546.282000', '163546.285000', '163546.288000', '163546.291000', '163546.294000', '163546.296000', '163546.299000', '163546.302000', '163546.305000', '163546.308000', '163546.311000', '163546.323000', '163546.326000', '163546.329000', '163546.333000', '163546.336000', '163546.339000', '163546.341000', '163546.344000', '163546.347000', '163546.350000', '163546.353000', '163546.356000', '163546.359000', '163546.361000', '163546.364000', '163546.367000', '163546.370000', '163546.373000', '163546.376000', '163546.379000', '163546.382000', '163546.385000', '163546.388000', '163546.391000', '163546.394000', '163546.397000', '163546.400000', '163546.403000', '163606.271000', '163606.274000', '163606.277000', '163606.279000', '163606.282000', '163606.285000', '163606.288000', '163606.291000', '163606.294000', '163606.296000', '163606.299000', '163606.302000', '163606.305000', '163606.308000', '163606.311000', '163606.313000', '163606.316000', '163606.319000', '163606.322000', '163606.325000', '163606.327000', '163606.330000', '163606.333000', '163606.336000', '163606.339000', '163606.342000', '163606.344000', '163606.347000', '163606.350000', '163606.353000', '163606.356000', '163606.359000', '163606.361000', '163606.364000', '163606.367000', '163606.370000', '163606.373000', '163606.376000', '163606.378000', '163606.381000', '163606.396000', '163606.399000', '163606.401000', '163606.404000', '163626.271000', '163626.274000', '163626.277000', '163626.280000', '163626.283000', '163626.285000', '163626.288000', '163626.291000', '163626.294000', '163626.297000', '163626.299000', '163626.302000', '163626.305000', '163626.308000', '163626.311000', '163626.314000', '163626.316000', '163626.319000', '163626.322000', '163626.325000', '163626.328000', '163626.330000', '163626.333000', '163626.336000', '163626.339000', '163626.342000', '163626.345000', '163626.347000', '163626.350000', '163626.353000', '163626.356000', '163626.359000', '163626.362000', '163626.365000', '163626.367000', '163626.370000', '163626.373000', '163626.376000', '163626.379000', '163626.381000', '163626.384000', '163626.387000', '163626.390000', '163646.271000', '163646.274000', '163646.277000', '163646.279000', '163646.282000', '163646.285000', '163646.288000', '163646.291000', '163646.294000', '163646.296000', '163646.299000', '163646.302000', '163646.305000', '163646.308000', '163646.311000', '163646.313000', '163646.316000', '163646.319000', '163646.322000', '163646.325000', '163646.328000', '163646.330000', '163646.333000', '163646.336000', '163646.339000', '163646.342000', '163646.345000', '163646.347000', '163646.350000', '163646.353000', '163646.356000', '163646.359000', '163646.362000', '163646.364000', '163646.367000', '163646.370000', '163646.373000', '163646.376000', '163646.378000', '163646.381000', '163646.384000', '163646.387000', '163646.390000', '163646.393000', '163706.271000', '163706.274000', '163706.277000', '163706.280000', '163706.282000', '163706.285000', '163706.288000', '163706.291000', '163706.294000', '163706.297000', '163706.299000', '163706.302000', '163706.305000', '163706.308000', '163706.311000', '163706.314000', '163706.317000', '163706.319000', '163706.322000', '163706.325000', '163706.328000', '163706.331000', '163706.334000', '163706.336000', '163706.339000', '163706.342000', '163706.345000', '163706.348000', '163706.351000', '163706.353000', '163706.356000', '163706.359000', '163706.362000', '163706.365000', '163706.369000', '163706.372000', '163706.375000', '163706.378000', '163706.381000', '163706.384000', '163706.387000', '163706.389000', '163706.392000', '163726.271000', '163726.274000', '163726.277000', '163726.280000', '163726.282000', '163726.285000', '163726.288000', '163726.291000', '163726.294000', '163726.297000', '163726.299000', '163726.302000', '163726.305000', '163726.308000', '163726.311000', '163726.314000', '163726.316000', '163726.319000', '163726.322000', '163726.325000', '163726.328000', '163726.330000', '163726.333000', '163726.336000', '163726.339000', '163726.342000', '163726.345000', '163726.348000', '163726.351000', '163726.354000', '163726.356000', '163726.359000', '163726.362000', '163726.365000', '163726.368000', '163726.371000', '163726.373000', '163726.376000', '163726.379000', '163726.382000', '163726.385000', '163726.388000', '163726.391000', '163726.393000', '163746.271000', '163746.274000', '163746.277000', '163746.280000', '163746.282000', '163746.285000', '163746.288000', '163746.291000', '163746.294000', '163746.296000', '163746.299000', '163746.302000', '163746.305000', '163746.308000', '163746.311000', '163746.314000', '163746.316000', '163746.319000', '163746.322000', '163746.325000', '163746.328000', '163746.346000', '163746.349000', '163746.352000', '163746.355000', '163746.358000', '163746.361000', '163746.363000', '163746.366000', '163746.369000', '163746.372000', '163746.375000', '163746.377000', '163746.380000', '163746.392000', '163746.395000', '163746.398000', '163746.401000', '163746.404000', '163746.406000', '163746.409000', '163746.412000', '163746.415000', '163806.271000', '163806.274000', '163806.277000', '163806.280000', '163806.282000', '163806.285000', '163806.288000', '163806.291000', '163806.294000', '163806.297000', '163806.300000', '163806.302000', '163806.305000', '163806.308000', '163806.311000', '163806.314000', '163806.317000', '163806.319000', '163806.322000', '163806.325000', '163806.328000', '163806.331000', '163806.334000', '163806.336000', '163806.339000', '163806.342000', '163806.345000', '163806.348000', '163806.351000', '163806.353000', '163806.356000', '163806.359000', '163806.362000', '163806.365000', '163806.367000', '163806.370000', '163806.373000', '163806.376000', '163806.379000', '163806.382000', '163806.385000', '163806.387000', '163806.390000', '163806.393000', '163826.271000', '163826.274000', '163826.277000', '163826.280000', '163826.282000', '163826.285000', '163826.288000', '163826.297000', '163826.300000', '163826.303000', '163826.306000', '163826.308000', '163826.311000', '163826.314000', '163826.317000', '163826.320000', '163826.323000', '163826.326000', '163826.328000', '163826.331000', '163826.334000', '163826.337000', '163826.340000', '163826.343000', '163826.346000', '163826.348000', '163826.351000', '163826.354000', '163826.357000', '163826.360000', '163826.363000', '163826.365000', '163826.368000', '163826.371000', '163826.374000', '163826.377000', '163826.380000', '163826.382000', '163826.385000', '163826.388000', '163826.391000', '163826.394000', '163826.397000', '163846.271000', '163846.274000', '163846.277000', '163846.279000', '163846.282000', '163846.285000', '163846.288000', '163846.291000', '163846.294000', '163846.296000', '163846.299000', '163846.302000', '163846.305000', '163846.308000', '163846.310000', '163846.313000', '163846.316000', '163846.319000', '163846.322000', '163846.325000', '163846.327000', '163846.330000', '163846.339000', '163846.342000', '163846.345000', '163846.348000', '163846.350000', '163846.353000', '163846.356000', '163846.359000', '163846.362000', '163846.365000', '163846.367000', '163846.370000', '163846.373000', '163846.376000', '163846.379000', '163846.382000', '163846.385000', '163846.388000', '163846.390000', '163846.393000', '163846.396000', '163906.271000', '163906.274000', '163906.277000', '163906.280000', '163906.283000', '163906.285000', '163906.288000', '163906.291000', '163906.294000', '163906.297000', '163906.300000', '163906.302000', '163906.305000', '163906.308000', '163906.311000', '163906.314000', '163906.316000', '163906.319000', '163906.322000', '163906.325000', '163906.328000', '163906.331000', '163906.333000', '163906.336000', '163906.339000', '163906.342000', '163906.345000', '163906.348000', '163906.351000', '163906.353000', '163906.356000', '163906.359000', '163906.362000', '163906.365000', '163906.368000', '163906.371000', '163906.373000', '163906.376000', '163906.379000', '163906.382000', '163906.385000', '163906.388000', '163906.390000', '163906.393000', '163926.271000', '163926.274000', '163926.277000', '163926.280000', '163926.283000', '163926.286000', '163926.289000', '163926.292000', '163926.295000', '163926.297000', '163926.300000', '163926.303000', '163926.306000', '163926.309000', '163926.311000', '163926.314000', '163926.317000', '163926.320000', '163926.323000', '163926.326000', '163926.329000', '163926.332000', '163926.335000', '163926.338000', '163926.340000', '163926.343000', '163926.346000', '163926.349000', '163926.352000', '163926.355000', '163926.357000', '163926.360000', '163926.363000', '163926.366000', '163926.369000', '163926.372000', '163926.374000', '163926.377000', '163926.382000', '163926.385000', '163926.388000', '163926.391000', '163926.394000', '163946.271000', '163946.274000', '163946.277000', '163946.280000', '163946.283000', '163946.285000', '163946.288000', '163946.291000', '163946.294000', '163946.297000', '163946.299000', '163946.302000', '163946.305000', '163946.308000', '163946.311000', '163946.314000', '163946.316000', '163946.319000', '163946.322000', '163946.325000', '163946.328000', '163946.331000', '163946.333000', '163946.336000', '163946.339000', '163946.342000', '163946.345000', '163946.348000', '163946.350000', '163946.353000', '163946.356000', '163946.359000', '163946.362000', '163946.365000', '163946.368000', '163946.370000', '163946.373000', '163946.376000', '163946.379000', '163946.382000', '163946.384000', '163946.387000', '163946.390000', '163946.393000', '164006.271000', '164006.274000', '164006.277000', '164006.280000', '164006.284000', '164006.288000', '164006.291000', '164006.294000', '164006.297000', '164006.300000', '164006.303000', '164006.305000', '164006.308000', '164006.311000', '164006.314000', '164006.317000', '164006.319000', '164006.322000', '164006.325000', '164006.328000', '164006.331000', '164006.334000', '164006.336000', '164006.339000', '164006.342000', '164006.352000', '164006.355000', '164006.358000', '164006.361000', '164006.363000', '164006.366000', '164006.369000', '164006.372000', '164006.375000', '164006.378000', '164006.380000', '164006.383000', '164006.386000', '164006.389000', '164006.392000', '164006.395000', '164006.397000', '164006.400000', '164026.271000', '164026.274000', '164026.277000', '164026.280000', '164026.283000', '164026.285000', '164026.288000', '164026.291000', '164026.294000', '164026.297000', '164026.300000', '164026.302000', '164026.305000', '164026.308000', '164026.311000', '164026.314000', '164026.317000', '164026.319000', '164026.322000', '164026.325000', '164026.328000', '164026.331000', '164026.334000', '164026.336000', '164026.339000', '164026.342000', '164026.345000', '164026.348000', '164026.351000', '164026.353000', '164026.356000', '164026.359000', '164026.362000', '164026.365000', '164026.368000', '164026.371000', '164026.373000', '164026.376000', '164026.379000', '164026.382000', '164026.385000', '164026.387000', '164026.390000', '164026.393000', '164035.779000', '164035.782000', '164035.785000', '164035.788000', '164035.791000', '164035.794000', '164035.797000', '164035.800000', '164035.803000', '164035.806000', '164035.808000', '164035.811000', '164035.814000', '164035.817000', '164035.832000', '164035.835000', '164035.838000', '164035.841000', '164035.844000', '164035.847000', '164035.849000'], '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': [10277, 10818, 10032, 11594, 10179, 12769, 9709, 13085, 10362, 9872, 10442, 10584, 10234, 9835, 9666, 10270, 10284, 10460, 10574, 10073, 10553, 10083, 14526, 11003, 13636, 10088, 11160, 10404, 11032, 10021, 10622, 10332, 9542, 10425, 10675, 10019, 10353, 13511, 10182, 12779, 10096, 9894, 10368, 9285, 10408, 13933, 10217, 12836, 10233, 10151, 10251, 10678, 10038, 12517, 10100, 9879, 10336, 10087, 10462, 9582, 9861, 10453, 9826, 10021, 9706, 10208, 9716, 10523, 9983, 10259, 10313, 9755, 10007, 9643, 10159, 9849, 9748, 10499, 9095, 10194, 9451, 10265, 10290, 10358, 10398, 10382, 10103, 11144, 9100, 14025, 10352, 10137, 9963, 10220, 11671, 10593, 14821, 9545, 12861, 9880, 10312, 10505, 9706, 10623, 9932, 10301, 9612, 9821, 9532, 10171, 9698, 10103, 10495, 10217, 9861, 10005, 9727, 12608, 9925, 10676, 9798, 9323, 10213, 11811, 9575, 13204, 10217, 9831, 10578, 10898, 10281, 10111, 11608, 9468, 13843, 10139, 10037, 10479, 9344, 10205, 12787, 10096, 10094, 10355, 9978, 10387, 9966, 9892, 9906, 11413, 10148, 9860, 10254, 8976, 10636, 9063, 9906, 10099, 9707, 10068, 10318, 9763, 10408, 9685, 10367, 9816, 10177, 10182, 10147, 10179, 9448, 10288, 9476, 10066, 10307, 9347, 12879, 9542, 10136, 10455, 10065, 10437, 9615, 10139, 9420, 10090, 9590, 10190, 10617, 10220, 10124, 10334, 10651, 10612, 10281, 12489, 10296, 9873, 10437, 9779, 10431, 12418, 10179, 11784, 10259, 10374, 10906, 9071, 10686, 9306, 11182, 10112, 10091, 9082, 10549, 10353, 10353, 10499, 10117, 9196, 10008, 10405, 10177, 10209, 10270, 9972, 9958, 10131, 9269, 9804, 12207, 10120, 9936, 10394, 10990, 10142, 9660, 10334, 9520, 9995, 10315, 10312, 10311, 9750, 10109, 8994, 13519, 9189, 11780, 9825, 9880, 9601, 10101, 9665, 10829, 9003, 13557, 9465, 9932, 10264, 9084, 10412, 10095, 9818, 9510, 9645, 9982, 10239, 10109, 9524, 9984, 9643, 11720, 9571, 9981, 10420, 10318, 10189, 9575, 9836, 10627, 10306, 10299, 10495, 10407, 10433, 10138, 13911, 10676, 9630, 10036, 9929, 10557, 10657, 10168, 10232, 10740, 10190, 10457, 10227, 10804, 10664, 12674, 10061, 12814, 10538, 10371, 10720, 9587, 11872, 9825, 10656, 10333, 10331, 10178, 10079, 9953, 10299, 9812, 10245, 9584, 10179, 9873, 10119, 10482, 9833, 9556, 9801, 10320, 9522, 9966, 9860, 10006, 9088, 10260, 10607, 10145, 10276, 10074, 10209, 9770, 10097, 9780, 9522, 9676, 10002, 9645, 10670, 10382, 10614, 10222, 9702, 9976, 10379, 10649, 12349, 10452, 11289, 10588, 10469, 12658, 10159, 13879, 10196, 11566, 10434, 9995, 10802, 9497, 10130, 9807, 10287, 10470, 10247, 10612, 11785, 10049, 12608, 9774, 12899, 8999, 10638, 15150, 9987, 11812, 9654, 10521, 8909, 9848, 9088, 10332, 9272, 10358, 9189, 10180, 10387, 10007, 9495, 10288, 10217, 10114, 10073, 9927, 10018, 12015, 10164, 11536, 10766, 10412, 10054, 11359, 9876, 13538, 10609, 10162, 10902, 9405, 10657, 10526, 11062, 10134, 10261, 10574, 9647, 10444, 12321, 10799, 10237, 10890, 9752, 10896, 10891, 10319, 10289, 13464, 10768, 10638, 10696, 10201, 10558, 9755, 10185, 10028, 9681, 10513, 9723, 10641, 12174, 9977, 14085, 10130, 10332, 10546, 9997, 10671, 10213, 9750, 10384, 10043, 10454, 10731, 10668, 10455, 10308, 9743, 12546, 10404, 10592, 10821, 10285, 10735, 10742, 11456, 9816, 14043, 10298, 11554, 10916, 10616, 10532, 14431, 10281, 10197, 10544, 9146, 10735, 10493, 10548, 10459, 9725, 10635, 10097, 10772, 10764, 10374, 10004, 11423, 10062, 11304, 10734, 10649, 11036, 9408, 10792, 9194, 11723, 11010, 10427, 10602, 10389, 10227, 10111, 9914, 13551, 10427, 11084, 10319, 9418, 10595, 9437, 10376, 9533, 10432, 9251, 10353, 10180, 10625, 10286, 9312, 11091, 10114, 10364, 10521, 10551, 11777, 10395, 12235, 10243, 10835, 14737, 10678, 14852, 10332, 12865, 10517, 10969, 10116, 9890, 10375, 10663, 10856, 9823, 10620, 10512, 11950, 10489, 11737, 10083, 10025, 10344, 10421, 10186, 10546, 10064, 10629, 10273, 10733, 9744, 10254, 9831, 10385, 10351, 10482, 10333, 9530, 11006, 9635, 10339, 12455, 9446, 10357, 13783, 10546, 12274, 10064, 9783, 10000, 10225, 11919, 9736, 9265, 9574, 9837, 9753, 10329, 10203, 10019, 10040, 9963, 10422, 10487, 10887, 11101, 10639, 12146, 10436, 13558, 10829, 13337, 10184, 11841, 10628, 10206, 14705, 10622, 13068, 10167, 11196, 9863, 10270, 9855, 10301, 10074, 10395, 10012, 10006, 9434, 9944, 10260, 9783, 10602, 10121, 10508, 10266, 10148, 10224, 10477, 9132, 10627, 10603, 10514, 10723, 10212, 10002, 12819, 10767, 10349, 10971, 10355, 10901, 10635, 12134, 10478, 10479, 10466, 10994, 10048, 10347, 10750, 10666, 10666, 11188, 10185, 11015, 10395, 11093, 10529, 9798, 10408, 10303, 10137, 10429, 9769, 10588, 10027, 10613, 9624, 10537, 10748, 10247, 10840, 10599, 10615, 10625, 10778, 9812, 10729, 10862, 10609, 10641, 10450, 10743, 11903, 10893, 10518, 10860, 9772, 10719, 10489, 13432, 10224, 10975, 10647, 10218, 10653, 10732, 13364, 10342, 11295, 10394, 9719, 10331, 9464, 10663, 10639, 10419, 9436, 10194, 10552, 9991, 10435, 11662, 10378, 13749, 10219, 10220, 10389, 9016, 10767, 9746, 9739, 9712, 9663, 9661, 10871, 9055, 10642, 10099, 10660, 8876, 10278, 10368, 10934, 10841, 10655, 9552, 10965, 13408, 10812, 11051, 9829, 11807, 10083, 9626, 10940, 10604, 11024, 11064, 10737, 10412, 10504, 10550, 10593, 10563, 10700, 14153, 10367, 14939, 10600, 13151, 10715, 11458, 10777, 10610, 10589, 10884, 10227, 10481, 10125, 10392, 10943, 9884, 14746, 10335, 12504, 10164, 11294, 10182, 11455, 10339, 10469, 10594, 10637, 10135, 10614, 9969, 9785, 12335, 10217, 9670, 10289, 9616, 10005, 9885, 9472, 9860, 9636, 10385, 10968, 10392, 10452, 9376, 10346, 10788, 10638, 10654, 10475, 10388, 10086, 10321, 11095, 10201, 13527, 10535, 10319, 10714, 12318, 10781, 11617, 10092, 11038, 10044, 12595, 10782, 9767, 10908, 10453, 10789, 9426, 10291, 10202, 10348, 10631, 10392, 10270, 10806, 11375, 10148, 9984, 11153, 10781, 11094, 10694, 10424, 10310, 10561, 10373, 11108, 11006, 10886, 10681, 10921, 11404, 10935, 10181, 11107, 13513, 10594, 10941, 10972, 11368, 10951], 'WindowCenter': [4178.0, 4162.0, 4137.0, 4145.0, 4135.0, 4150.0, 4119.0, 4138.0, 4117.0, 4116.0, 4126.0, 4128.0, 4142.0, 4145.0, 4134.0, 4145.0, 4146.0, 4146.0, 4146.0, 4147.0, 4145.0, 4146.0, 4163.0, 4142.0, 4148.0, 4121.0, 4128.0, 4128.0, 4129.0, 4120.0, 4126.0, 4118.0, 4107.0, 4117.0, 4119.0, 4116.0, 4128.0, 4149.0, 4117.0, 4136.0, 4115.0, 4106.0, 4116.0, 4118.0, 4129.0, 4148.0, 4118.0, 4136.0, 4115.0, 4103.0, 4118.0, 4116.0, 4118.0, 4123.0, 4115.0, 4101.0, 4103.0, 4103.0, 4117.0, 4117.0, 4118.0, 4116.0, 4118.0, 4117.0, 4106.0, 4120.0, 4117.0, 4129.0, 4117.0, 4117.0, 4128.0, 4118.0, 4130.0, 4118.0, 4127.0, 4117.0, 4117.0, 4129.0, 4134.0, 4146.0, 4147.0, 4146.0, 4145.0, 4145.0, 4133.0, 4132.0, 4132.0, 4145.0, 4119.0, 4162.0, 4118.0, 4119.0, 4117.0, 4117.0, 4126.0, 4130.0, 4159.0, 4119.0, 4137.0, 4116.0, 4116.0, 4127.0, 4117.0, 4129.0, 4130.0, 4143.0, 4131.0, 4130.0, 4119.0, 4129.0, 4119.0, 4129.0, 4129.0, 4128.0, 4130.0, 4132.0, 4120.0, 4150.0, 4131.0, 4129.0, 4130.0, 4117.0, 4130.0, 4140.0, 4131.0, 4149.0, 4128.0, 4116.0, 4127.0, 4128.0, 4129.0, 4130.0, 4138.0, 4119.0, 4148.0, 4116.0, 4115.0, 4116.0, 4120.0, 4130.0, 4136.0, 4117.0, 4115.0, 4104.0, 4103.0, 4104.0, 4104.0, 4115.0, 4116.0, 4124.0, 4116.0, 4116.0, 4115.0, 4106.0, 4129.0, 4120.0, 4131.0, 4130.0, 4120.0, 4120.0, 4119.0, 4116.0, 4115.0, 4116.0, 4131.0, 4131.0, 4130.0, 4129.0, 4131.0, 4132.0, 4129.0, 4131.0, 4120.0, 4145.0, 4131.0, 4133.0, 4151.0, 4120.0, 4130.0, 4130.0, 4117.0, 4128.0, 4116.0, 4130.0, 4120.0, 4130.0, 4120.0, 4131.0, 4141.0, 4132.0, 4142.0, 4130.0, 4144.0, 4143.0, 4145.0, 4152.0, 4135.0, 4131.0, 4131.0, 4119.0, 4131.0, 4150.0, 4130.0, 4139.0, 4129.0, 4117.0, 4127.0, 4107.0, 4131.0, 4108.0, 4130.0, 4116.0, 4116.0, 4094.0, 4113.0, 4104.0, 4104.0, 4113.0, 4118.0, 4118.0, 4116.0, 4116.0, 4118.0, 4117.0, 4117.0, 4117.0, 4118.0, 4144.0, 4119.0, 4132.0, 4139.0, 4130.0, 4130.0, 4129.0, 4130.0, 4131.0, 4131.0, 4130.0, 4131.0, 4132.0, 4130.0, 4131.0, 4131.0, 4133.0, 4146.0, 4124.0, 4150.0, 4107.0, 4137.0, 4117.0, 4117.0, 4105.0, 4116.0, 4132.0, 4129.0, 4109.0, 4138.0, 4121.0, 4118.0, 4115.0, 4094.0, 4115.0, 4128.0, 4128.0, 4120.0, 4117.0, 4118.0, 4130.0, 4130.0, 4119.0, 4118.0, 4131.0, 4140.0, 4121.0, 4119.0, 4127.0, 4130.0, 4129.0, 4132.0, 4130.0, 4131.0, 4130.0, 4130.0, 4132.0, 4129.0, 4132.0, 4133.0, 4164.0, 4146.0, 4134.0, 4122.0, 4120.0, 4129.0, 4129.0, 4129.0, 4128.0, 4141.0, 4130.0, 4131.0, 4131.0, 4130.0, 4130.0, 4139.0, 4118.0, 4126.0, 4116.0, 4114.0, 4117.0, 4103.0, 4114.0, 4105.0, 4104.0, 4106.0, 4102.0, 4105.0, 4104.0, 4104.0, 4101.0, 4102.0, 4102.0, 4093.0, 4115.0, 4117.0, 4118.0, 4129.0, 4118.0, 4117.0, 4117.0, 4118.0, 4117.0, 4121.0, 4119.0, 4118.0, 4098.0, 4118.0, 4119.0, 4119.0, 4119.0, 4107.0, 4119.0, 4108.0, 4120.0, 4118.0, 4116.0, 4118.0, 4119.0, 4119.0, 4130.0, 4132.0, 4143.0, 4146.0, 4148.0, 4149.0, 4146.0, 4149.0, 4154.0, 4145.0, 4144.0, 4133.0, 4132.0, 4151.0, 4134.0, 4149.0, 4119.0, 4129.0, 4117.0, 4115.0, 4128.0, 4119.0, 4131.0, 4144.0, 4144.0, 4157.0, 4147.0, 4144.0, 4157.0, 4147.0, 4156.0, 4134.0, 4155.0, 4110.0, 4118.0, 4148.0, 4107.0, 4126.0, 4109.0, 4116.0, 4095.0, 4106.0, 4093.0, 4114.0, 4104.0, 4115.0, 4105.0, 4115.0, 4131.0, 4120.0, 4120.0, 4131.0, 4130.0, 4130.0, 4131.0, 4132.0, 4134.0, 4154.0, 4133.0, 4141.0, 4142.0, 4130.0, 4133.0, 4130.0, 4120.0, 4148.0, 4130.0, 4118.0, 4129.0, 4121.0, 4130.0, 4130.0, 4141.0, 4128.0, 4117.0, 4128.0, 4107.0, 4130.0, 4138.0, 4131.0, 4118.0, 4129.0, 4106.0, 4116.0, 4129.0, 4119.0, 4118.0, 4136.0, 4115.0, 4115.0, 4116.0, 4117.0, 4128.0, 4109.0, 4118.0, 4117.0, 4105.0, 4116.0, 4103.0, 4118.0, 4139.0, 4120.0, 4147.0, 4118.0, 4115.0, 4114.0, 4105.0, 4115.0, 4130.0, 4118.0, 4131.0, 4119.0, 4129.0, 4141.0, 4130.0, 4133.0, 4133.0, 4134.0, 4154.0, 4145.0, 4130.0, 4143.0, 4129.0, 4143.0, 4155.0, 4154.0, 4132.0, 4161.0, 4134.0, 4140.0, 4132.0, 4127.0, 4132.0, 4160.0, 4120.0, 4117.0, 4116.0, 4106.0, 4125.0, 4116.0, 4129.0, 4140.0, 4119.0, 4130.0, 4130.0, 4129.0, 4131.0, 4129.0, 4132.0, 4141.0, 4132.0, 4140.0, 4129.0, 4129.0, 4128.0, 4122.0, 4141.0, 4118.0, 4141.0, 4127.0, 4120.0, 4129.0, 4115.0, 4129.0, 4129.0, 4119.0, 4137.0, 4119.0, 4126.0, 4117.0, 4105.0, 4118.0, 4107.0, 4118.0, 4118.0, 4131.0, 4118.0, 4129.0, 4130.0, 4141.0, 4143.0, 4134.0, 4168.0, 4159.0, 4162.0, 4159.0, 4160.0, 4167.0, 4146.0, 4156.0, 4135.0, 4144.0, 4162.0, 4131.0, 4148.0, 4117.0, 4134.0, 4117.0, 4126.0, 4118.0, 4118.0, 4117.0, 4116.0, 4116.0, 4118.0, 4129.0, 4129.0, 4139.0, 4118.0, 4126.0, 4116.0, 4105.0, 4106.0, 4118.0, 4119.0, 4116.0, 4103.0, 4117.0, 4102.0, 4113.0, 4102.0, 4116.0, 4117.0, 4118.0, 4130.0, 4129.0, 4131.0, 4121.0, 4143.0, 4132.0, 4146.0, 4166.0, 4122.0, 4133.0, 4148.0, 4115.0, 4125.0, 4106.0, 4107.0, 4118.0, 4129.0, 4137.0, 4117.0, 4105.0, 4115.0, 4115.0, 4117.0, 4115.0, 4130.0, 4130.0, 4144.0, 4144.0, 4157.0, 4159.0, 4156.0, 4169.0, 4159.0, 4169.0, 4159.0, 4165.0, 4144.0, 4152.0, 4121.0, 4130.0, 4117.0, 4118.0, 4134.0, 4118.0, 4136.0, 4104.0, 4114.0, 4102.0, 4104.0, 4103.0, 4103.0, 4103.0, 4115.0, 4118.0, 4115.0, 4119.0, 4116.0, 4120.0, 4115.0, 4127.0, 4118.0, 4127.0, 4126.0, 4131.0, 4129.0, 4128.0, 4106.0, 4116.0, 4116.0, 4115.0, 4129.0, 4118.0, 4116.0, 4138.0, 4126.0, 4114.0, 4126.0, 4127.0, 4142.0, 4143.0, 4150.0, 4139.0, 4129.0, 4139.0, 4140.0, 4118.0, 4128.0, 4139.0, 4141.0, 4132.0, 4131.0, 4131.0, 4128.0, 4131.0, 4140.0, 4130.0, 4120.0, 4118.0, 4118.0, 4118.0, 4119.0, 4118.0, 4134.0, 4119.0, 4133.0, 4118.0, 4129.0, 4128.0, 4119.0, 4129.0, 4130.0, 4133.0, 4131.0, 4132.0, 4120.0, 4142.0, 4144.0, 4131.0, 4144.0, 4133.0, 4144.0, 4140.0, 4132.0, 4131.0, 4128.0, 4121.0, 4130.0, 4132.0, 4153.0, 4121.0, 4129.0, 4119.0, 4117.0, 4131.0, 4130.0, 4152.0, 4119.0, 4127.0, 4118.0, 4105.0, 4120.0, 4118.0, 4130.0, 4130.0, 4129.0, 4107.0, 4115.0, 4116.0, 4118.0, 4129.0, 4129.0, 4119.0, 4138.0, 4116.0, 4116.0, 4119.0, 4096.0, 4129.0, 4119.0, 4121.0, 4120.0, 4120.0, 4118.0, 4132.0, 4108.0, 4131.0, 4143.0, 4155.0, 4137.0, 4146.0, 4146.0, 4156.0, 4145.0, 4145.0, 4132.0, 4145.0, 4162.0, 4147.0, 4144.0, 4132.0, 4141.0, 4132.0, 4131.0, 4143.0, 4145.0, 4156.0, 4157.0, 4158.0, 4160.0, 4162.0, 4158.0, 4146.0, 4145.0, 4145.0, 4164.0, 4134.0, 4163.0, 4120.0, 4138.0, 4117.0, 4128.0, 4130.0, 4118.0, 4118.0, 4117.0, 4115.0, 4116.0, 4105.0, 4115.0, 4128.0, 4106.0, 4147.0, 4106.0, 4123.0, 4104.0, 4113.0, 4116.0, 4114.0, 4105.0, 4114.0, 4102.0, 4103.0, 4103.0, 4114.0, 4105.0, 4103.0, 4125.0, 4103.0, 4092.0, 4103.0, 4092.0, 4103.0, 4104.0, 4103.0, 4103.0, 4103.0, 4102.0, 4113.0, 4104.0, 4116.0, 4106.0, 4129.0, 4128.0, 4131.0, 4131.0, 4132.0, 4130.0, 4131.0, 4135.0, 4142.0, 4132.0, 4151.0, 4130.0, 4120.0, 4129.0, 4137.0, 4129.0, 4130.0, 4118.0, 4115.0, 4105.0, 4137.0, 4117.0, 4116.0, 4128.0, 4117.0, 4141.0, 4123.0, 4133.0, 4133.0, 4129.0, 4132.0, 4129.0, 4118.0, 4129.0, 4127.0, 4118.0, 4115.0, 4127.0, 4128.0, 4139.0, 4129.0, 4129.0, 4128.0, 4141.0, 4143.0, 4152.0, 4155.0, 4156.0, 4157.0, 4159.0, 4170.0, 4154.0, 4144.0, 4146.0, 4163.0, 4143.0, 4143.0, 4143.0, 4142.0, 4130.0], 'WindowWidth': [9275.0, 9239.0, 9196.0, 9201.0, 9189.0, 9201.0, 9157.0, 9178.0, 9149.0, 9146.0, 9162.0, 9169.0, 9193.0, 9203.0, 9186.0, 9203.0, 9203.0, 9203.0, 9203.0, 9205.0, 9201.0, 9204.0, 9223.0, 9192.0, 9195.0, 9157.0, 9163.0, 9165.0, 9168.0, 9158.0, 9163.0, 9150.0, 9135.0, 9148.0, 9150.0, 9148.0, 9168.0, 9195.0, 9151.0, 9173.0, 9145.0, 9132.0, 9148.0, 9152.0, 9170.0, 9190.0, 9152.0, 9171.0, 9143.0, 9123.0, 9149.0, 9149.0, 9153.0, 9152.0, 9142.0, 9119.0, 9122.0, 9122.0, 9145.0, 9149.0, 9151.0, 9145.0, 9151.0, 9148.0, 9133.0, 9155.0, 9151.0, 9167.0, 9151.0, 9149.0, 9166.0, 9154.0, 9170.0, 9152.0, 9164.0, 9152.0, 9152.0, 9171.0, 9188.0, 9206.0, 9206.0, 9207.0, 9202.0, 9200.0, 9181.0, 9179.0, 9181.0, 9201.0, 9159.0, 9220.0, 9152.0, 9155.0, 9148.0, 9148.0, 9158.0, 9169.0, 9210.0, 9154.0, 9174.0, 9148.0, 9148.0, 9163.0, 9148.0, 9168.0, 9175.0, 9195.0, 9176.0, 9175.0, 9156.0, 9171.0, 9156.0, 9170.0, 9170.0, 9167.0, 9176.0, 9178.0, 9160.0, 9201.0, 9176.0, 9169.0, 9173.0, 9152.0, 9176.0, 9188.0, 9177.0, 9196.0, 9169.0, 9149.0, 9163.0, 9164.0, 9169.0, 9175.0, 9180.0, 9156.0, 9193.0, 9148.0, 9143.0, 9148.0, 9158.0, 9171.0, 9172.0, 9150.0, 9143.0, 9125.0, 9123.0, 9126.0, 9127.0, 9145.0, 9148.0, 9154.0, 9146.0, 9145.0, 9144.0, 9134.0, 9168.0, 9161.0, 9178.0, 9174.0, 9159.0, 9157.0, 9155.0, 9146.0, 9145.0, 9147.0, 9173.0, 9175.0, 9173.0, 9169.0, 9175.0, 9179.0, 9171.0, 9175.0, 9159.0, 9202.0, 9178.0, 9183.0, 9201.0, 9159.0, 9171.0, 9171.0, 9150.0, 9165.0, 9148.0, 9173.0, 9160.0, 9176.0, 9159.0, 9177.0, 9190.0, 9177.0, 9193.0, 9175.0, 9200.0, 9198.0, 9201.0, 9208.0, 9187.0, 9176.0, 9175.0, 9155.0, 9174.0, 9201.0, 9173.0, 9182.0, 9168.0, 9150.0, 9161.0, 9134.0, 9173.0, 9138.0, 9173.0, 9144.0, 9147.0, 9114.0, 9135.0, 9124.0, 9126.0, 9138.0, 9152.0, 9153.0, 9147.0, 9146.0, 9153.0, 9151.0, 9148.0, 9150.0, 9151.0, 9200.0, 9159.0, 9178.0, 9183.0, 9172.0, 9172.0, 9170.0, 9172.0, 9176.0, 9180.0, 9174.0, 9176.0, 9180.0, 9174.0, 9174.0, 9174.0, 9181.0, 9203.0, 9172.0, 9201.0, 9136.0, 9178.0, 9150.0, 9150.0, 9131.0, 9147.0, 9179.0, 9172.0, 9144.0, 9178.0, 9164.0, 9153.0, 9144.0, 9115.0, 9142.0, 9167.0, 9168.0, 9160.0, 9152.0, 9154.0, 9170.0, 9170.0, 9156.0, 9154.0, 9177.0, 9186.0, 9162.0, 9155.0, 9165.0, 9170.0, 9169.0, 9179.0, 9172.0, 9174.0, 9171.0, 9172.0, 9176.0, 9171.0, 9179.0, 9180.0, 9223.0, 9204.0, 9183.0, 9162.0, 9158.0, 9168.0, 9166.0, 9168.0, 9167.0, 9188.0, 9172.0, 9177.0, 9175.0, 9171.0, 9171.0, 9181.0, 9150.0, 9157.0, 9145.0, 9141.0, 9148.0, 9124.0, 9139.0, 9128.0, 9124.0, 9128.0, 9119.0, 9127.0, 9124.0, 9124.0, 9117.0, 9118.0, 9121.0, 9108.0, 9141.0, 9149.0, 9152.0, 9165.0, 9149.0, 9149.0, 9147.0, 9151.0, 9149.0, 9161.0, 9152.0, 9150.0, 9121.0, 9148.0, 9151.0, 9152.0, 9149.0, 9131.0, 9150.0, 9134.0, 9155.0, 9152.0, 9148.0, 9150.0, 9155.0, 9154.0, 9171.0, 9177.0, 9192.0, 9204.0, 9207.0, 9212.0, 9205.0, 9211.0, 9211.0, 9199.0, 9195.0, 9176.0, 9176.0, 9200.0, 9179.0, 9195.0, 9153.0, 9166.0, 9148.0, 9146.0, 9164.0, 9157.0, 9177.0, 9199.0, 9198.0, 9220.0, 9205.0, 9200.0, 9219.0, 9206.0, 9218.0, 9182.0, 9211.0, 9142.0, 9150.0, 9189.0, 9133.0, 9161.0, 9140.0, 9145.0, 9115.0, 9128.0, 9107.0, 9139.0, 9126.0, 9144.0, 9130.0, 9145.0, 9174.0, 9157.0, 9159.0, 9172.0, 9175.0, 9173.0, 9177.0, 9179.0, 9186.0, 9211.0, 9182.0, 9188.0, 9191.0, 9171.0, 9179.0, 9172.0, 9161.0, 9195.0, 9170.0, 9152.0, 9167.0, 9160.0, 9174.0, 9173.0, 9190.0, 9168.0, 9151.0, 9165.0, 9135.0, 9172.0, 9179.0, 9173.0, 9151.0, 9166.0, 9133.0, 9147.0, 9169.0, 9157.0, 9153.0, 9175.0, 9145.0, 9142.0, 9145.0, 9148.0, 9166.0, 9140.0, 9152.0, 9148.0, 9130.0, 9147.0, 9125.0, 9152.0, 9182.0, 9159.0, 9188.0, 9153.0, 9143.0, 9140.0, 9129.0, 9145.0, 9174.0, 9154.0, 9174.0, 9156.0, 9170.0, 9188.0, 9172.0, 9179.0, 9182.0, 9185.0, 9209.0, 9198.0, 9174.0, 9193.0, 9170.0, 9192.0, 9214.0, 9211.0, 9178.0, 9217.0, 9180.0, 9184.0, 9174.0, 9164.0, 9177.0, 9211.0, 9158.0, 9149.0, 9147.0, 9132.0, 9157.0, 9148.0, 9168.0, 9188.0, 9157.0, 9174.0, 9173.0, 9170.0, 9173.0, 9170.0, 9181.0, 9189.0, 9178.0, 9185.0, 9168.0, 9168.0, 9165.0, 9163.0, 9189.0, 9155.0, 9189.0, 9164.0, 9154.0, 9166.0, 9144.0, 9170.0, 9169.0, 9156.0, 9175.0, 9155.0, 9160.0, 9148.0, 9130.0, 9151.0, 9134.0, 9153.0, 9152.0, 9176.0, 9153.0, 9171.0, 9174.0, 9189.0, 9197.0, 9188.0, 9238.0, 9228.0, 9237.0, 9227.0, 9230.0, 9236.0, 9203.0, 9218.0, 9186.0, 9199.0, 9217.0, 9175.0, 9192.0, 9147.0, 9168.0, 9149.0, 9162.0, 9154.0, 9150.0, 9149.0, 9145.0, 9145.0, 9149.0, 9168.0, 9169.0, 9181.0, 9152.0, 9160.0, 9146.0, 9129.0, 9131.0, 9151.0, 9153.0, 9147.0, 9124.0, 9147.0, 9123.0, 9137.0, 9122.0, 9144.0, 9149.0, 9154.0, 9171.0, 9171.0, 9177.0, 9161.0, 9194.0, 9178.0, 9204.0, 9231.0, 9165.0, 9179.0, 9191.0, 9143.0, 9154.0, 9129.0, 9133.0, 9150.0, 9168.0, 9175.0, 9150.0, 9127.0, 9144.0, 9142.0, 9150.0, 9145.0, 9171.0, 9175.0, 9199.0, 9199.0, 9222.0, 9227.0, 9219.0, 9241.0, 9228.0, 9239.0, 9225.0, 9228.0, 9197.0, 9205.0, 9160.0, 9170.0, 9146.0, 9151.0, 9166.0, 9149.0, 9173.0, 9128.0, 9137.0, 9120.0, 9124.0, 9124.0, 9122.0, 9124.0, 9143.0, 9152.0, 9147.0, 9156.0, 9148.0, 9156.0, 9147.0, 9163.0, 9151.0, 9167.0, 9165.0, 9176.0, 9169.0, 9167.0, 9134.0, 9148.0, 9146.0, 9144.0, 9169.0, 9152.0, 9147.0, 9179.0, 9161.0, 9144.0, 9162.0, 9165.0, 9196.0, 9197.0, 9205.0, 9186.0, 9172.0, 9185.0, 9187.0, 9155.0, 9170.0, 9186.0, 9191.0, 9176.0, 9174.0, 9176.0, 9167.0, 9174.0, 9186.0, 9173.0, 9158.0, 9152.0, 9151.0, 9150.0, 9152.0, 9152.0, 9181.0, 9155.0, 9176.0, 9152.0, 9166.0, 9165.0, 9153.0, 9167.0, 9173.0, 9179.0, 9175.0, 9174.0, 9158.0, 9188.0, 9193.0, 9176.0, 9197.0, 9180.0, 9196.0, 9185.0, 9175.0, 9173.0, 9167.0, 9160.0, 9175.0, 9175.0, 9205.0, 9158.0, 9168.0, 9155.0, 9149.0, 9174.0, 9170.0, 9203.0, 9152.0, 9163.0, 9150.0, 9130.0, 9156.0, 9155.0, 9171.0, 9169.0, 9168.0, 9135.0, 9144.0, 9145.0, 9151.0, 9171.0, 9168.0, 9152.0, 9177.0, 9144.0, 9144.0, 9153.0, 9118.0, 9165.0, 9155.0, 9161.0, 9157.0, 9156.0, 9152.0, 9174.0, 9139.0, 9172.0, 9193.0, 9217.0, 9194.0, 9203.0, 9205.0, 9216.0, 9199.0, 9198.0, 9177.0, 9197.0, 9217.0, 9202.0, 9195.0, 9180.0, 9187.0, 9176.0, 9174.0, 9193.0, 9200.0, 9215.0, 9222.0, 9224.0, 9230.0, 9233.0, 9222.0, 9206.0, 9199.0, 9200.0, 9224.0, 9182.0, 9219.0, 9157.0, 9178.0, 9148.0, 9165.0, 9171.0, 9150.0, 9153.0, 9147.0, 9144.0, 9146.0, 9129.0, 9145.0, 9166.0, 9133.0, 9189.0, 9131.0, 9151.0, 9126.0, 9137.0, 9146.0, 9140.0, 9129.0, 9139.0, 9121.0, 9123.0, 9122.0, 9141.0, 9130.0, 9124.0, 9156.0, 9122.0, 9105.0, 9120.0, 9105.0, 9120.0, 9127.0, 9123.0, 9122.0, 9122.0, 9121.0, 9136.0, 9124.0, 9146.0, 9136.0, 9171.0, 9166.0, 9174.0, 9174.0, 9175.0, 9174.0, 9173.0, 9185.0, 9192.0, 9179.0, 9200.0, 9171.0, 9155.0, 9168.0, 9175.0, 9167.0, 9169.0, 9152.0, 9142.0, 9130.0, 9173.0, 9149.0, 9145.0, 9162.0, 9148.0, 9187.0, 9167.0, 9180.0, 9179.0, 9169.0, 9173.0, 9168.0, 9150.0, 9165.0, 9162.0, 9152.0, 9144.0, 9161.0, 9164.0, 9182.0, 9168.0, 9169.0, 9167.0, 9189.0, 9196.0, 9208.0, 9215.0, 9219.0, 9222.0, 9228.0, 9238.0, 9213.0, 9198.0, 9200.0, 9223.0, 9198.0, 9197.0, 9195.0, 9189.0, 9172.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.0005428160919540231</td></tr>
<tr><td colspan=3>aqi</td><td>0.019886430459770118</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.29652971066732</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1768462157882624</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0070421846835445</td></tr>
<tr><td colspan=3>efc</td><td>0.5071</td></tr>
<tr><td colspan=3>fber</td><td>3524.3804</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09168153693459154</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>26</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.9885057471264367</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.691800588152708</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6802370270072604</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.9282497483669037</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.46691498908396</td></tr>
<tr><td colspan=3>gcor</td><td>0.0144163</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.012713046744465828</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.025910397991538048</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.5324016373609766</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.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>17.5567</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>57.191</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>236.7432</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>59.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>296377.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1215.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>433.6478</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.8019</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>549.2972</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3239.7781</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3479.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>80167.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>795.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4339.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>984.8762</td></tr>
<tr><td colspan=3>tsnr</td><td>38.01346752047539</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>