ds005256-mriqc/sub-0073_ses-03_task-alignvideo_acq-mb8_run-01_bold.html
Felix Hoffstaedter 7ac58f1d07 [DATALAD RUNCMD] Compute MRIQC for sub-0073
=== 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-0073 --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-0073",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:29:57 +02:00

616 lines
No EOL
129 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-0073_ses-03_task-alignvideo_acq-mb8_run-01_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-0073_ses-03_task-alignvideo_acq-mb8_run-01_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-01_session-03_subject-0073_suffix-bold_task-alignvideo" 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-0073/figures/sub-0073_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0073/figures/sub-0073_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0073/figures/sub-0073_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-03_subject-0073_suffix-bold_task-alignvideo" 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-0073/figures/sub-0073_ses-03_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0073/figures/sub-0073_ses-03_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0073/figures/sub-0073_ses-03_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-03_subject-0073_suffix-bold_task-alignvideo" 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-0073/figures/sub-0073_ses-03_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0073/figures/sub-0073_ses-03_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0073/figures/sub-0073_ses-03_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-03_subject-0073_suffix-bold_task-alignvideo" 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-0073/figures/sub-0073_ses-03_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0073/figures/sub-0073_ses-03_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0073/figures/sub-0073_ses-03_task-alignvideo_acq-mb8_run-01_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-01_session-03_subject-0073_suffix-bold_task-alignvideo" 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-0073/figures/sub-0073_ses-03_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0073/figures/sub-0073_ses-03_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0073/figures/sub-0073_ses-03_task-alignvideo_acq-mb8_run-01_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-01_session-03_subject-0073_suffix-bold_task-alignvideo" 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-0073/figures/sub-0073_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0073/figures/sub-0073_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0073/figures/sub-0073_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-03_subject-0073_suffix-bold_task-alignvideo" 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-0073/figures/sub-0073_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0073/figures/sub-0073_ses-03_task-alignvideo_acq-mb8_run-01_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-0073/figures/sub-0073_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0073/figures/sub-0073_ses-03_task-alignvideo_acq-mb8_run-01_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-0073/ses-03/func/sub-0073_ses-03_task-alignvideo_acq-mb8_run-01_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>2fc933ded1c5ec3295ee1e6bc040edbc</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>19:52:58.192500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998857, 0.0266399, 0.0396747, -0.0354045, 0.970142, 0.239938]</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-01_task-alignvideo_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.0939002</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-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>28</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4160, -7791, -7234, 635, -57, -267, 68, 86]</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.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</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>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>235.456</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>917cf6ca-4219-4b26-a0f3-cc970fa73f2e||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.679861545562744, -0.09498759359121323, 0.08666499704122543, 116.31340789794922], [-0.07147303223609924, 2.602820873260498, 0.6508855819702148, -109.4145736694336], [0.10644426941871643, -0.643736720085144, 2.6189382076263428, -29.656173706054688], [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, 1157]</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, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157], 'AcquisitionTime': ['195258.192500', '195258.652500', '195259.112500', '195259.572500', '195300.032500', '195300.492500', '195300.952500', '195301.412500', '195301.872500', '195302.332500', '195302.792500', '195303.252500', '195303.712500', '195304.172500', '195304.632500', '195305.092500', '195305.552500', '195306.012500', '195306.472500', '195306.932500', '195307.392500', '195307.852500', '195308.312500', '195308.772500', '195309.232500', '195309.692500', '195310.152500', '195310.612500', '195311.072500', '195311.532500', '195311.992500', '195312.452500', '195312.912500', '195313.372500', '195313.832500', '195314.292500', '195314.752500', '195315.212500', '195315.672500', '195316.132500', '195316.592500', '195317.052500', '195317.512500', '195317.972500', '195318.432500', '195318.892500', '195319.352500', '195319.812500', '195320.272500', '195320.732500', '195321.192500', '195321.652500', '195322.112500', '195322.572500', '195323.032500', '195323.492500', '195323.952500', '195324.412500', '195324.872500', '195325.332500', '195325.792500', '195326.252500', '195326.712500', '195327.172500', '195327.632500', '195328.092500', '195328.552500', '195329.012500', '195329.472500', '195329.932500', '195330.392500', '195330.852500', '195331.312500', '195331.772500', '195332.232500', '195332.692500', '195333.152500', '195333.612500', '195334.072500', '195334.532500', '195334.992500', '195335.452500', '195335.912500', '195336.372500', '195336.832500', '195337.292500', '195337.752500', '195338.212500', '195338.672500', '195339.132500', '195339.592500', '195340.052500', '195340.512500', '195340.972500', '195341.432500', '195341.892500', '195342.352500', '195342.812500', '195343.272500', '195343.732500', '195344.192500', '195344.652500', '195345.112500', '195345.572500', '195346.032500', '195346.492500', '195346.952500', '195347.412500', '195347.872500', '195348.332500', '195348.792500', '195349.252500', '195349.712500', '195350.172500', '195350.632500', '195351.092500', '195351.552500', '195352.012500', '195352.472500', '195352.932500', '195353.392500', '195353.852500', '195354.312500', '195354.772500', '195355.232500', '195355.692500', '195356.152500', '195356.612500', '195357.072500', '195357.532500', '195357.992500', '195358.452500', '195358.912500', '195359.372500', '195359.832500', '195400.292500', '195400.752500', '195401.212500', '195401.672500', '195402.132500', '195402.592500', '195403.052500', '195403.512500', '195403.972500', '195404.432500', '195404.892500', '195405.352500', '195405.812500', '195406.272500', '195406.732500', '195407.192500', '195407.652500', '195408.112500', '195408.572500', '195409.032500', '195409.492500', '195409.952500', '195410.412500', '195410.872500', '195411.332500', '195411.792500', '195412.252500', '195412.712500', '195413.172500', '195413.632500', '195414.092500', '195414.552500', '195415.012500', '195415.472500', '195415.932500', '195416.392500', '195416.852500', '195417.312500', '195417.772500', '195418.232500', '195418.692500', '195419.152500', '195419.612500', '195420.072500', '195420.532500', '195420.992500', '195421.452500', '195421.912500', '195422.372500', '195422.832500', '195423.292500', '195423.752500', '195424.212500', '195424.672500', '195425.132500', '195425.592500', '195426.052500', '195426.512500', '195426.972500', '195427.432500', '195427.892500', '195428.352500', '195428.812500', '195429.272500', '195429.732500', '195430.192500', '195430.652500', '195431.112500', '195431.572500', '195432.032500', '195432.492500', '195432.952500', '195433.412500', '195433.872500', '195434.332500', '195434.792500', '195435.252500', '195435.712500', '195436.172500', '195436.632500', '195437.092500', '195437.552500', '195438.012500', '195438.472500', '195438.932500', '195439.392500', '195439.852500', '195440.312500', '195440.772500', '195441.232500', '195441.692500', '195442.152500', '195442.612500', '195443.072500', '195443.532500', '195443.992500', '195444.452500', '195444.912500', '195445.372500', '195445.832500', '195446.292500', '195446.752500', '195447.212500', '195447.672500', '195448.132500', '195448.592500', '195449.052500', '195449.512500', '195449.972500', '195450.432500', '195450.892500', '195451.352500', '195451.812500', '195452.272500', '195452.732500', '195453.192500', '195453.652500', '195454.112500', '195454.572500', '195455.032500', '195455.492500', '195455.952500', '195456.412500', '195456.872500', '195457.332500', '195457.792500', '195458.252500', '195458.712500', '195459.172500', '195459.632500', '195500.092500', '195500.552500', '195501.012500', '195501.472500', '195501.932500', '195502.392500', '195502.852500', '195503.312500', '195503.772500', '195504.232500', '195504.692500', '195505.152500', '195505.612500', '195506.072500', '195506.532500', '195506.992500', '195507.452500', '195507.912500', '195508.372500', '195508.832500', '195509.292500', '195509.752500', '195510.212500', '195510.672500', '195511.132500', '195511.592500', '195512.052500', '195512.512500', '195512.972500', '195513.432500', '195513.892500', '195514.352500', '195514.812500', '195515.272500', '195515.732500', '195516.192500', '195516.652500', '195517.112500', '195517.572500', '195518.032500', '195518.492500', '195518.952500', '195519.412500', '195519.872500', '195520.332500', '195520.792500', '195521.252500', '195521.712500', '195522.172500', '195522.632500', '195523.092500', '195523.552500', '195524.012500', '195524.472500', '195524.932500', '195525.392500', '195525.852500', '195526.312500', '195526.772500', '195527.232500', '195527.692500', '195528.152500', '195528.612500', '195529.072500', '195529.532500', '195529.992500', '195530.452500', '195530.912500', '195531.372500', '195531.832500', '195532.292500', '195532.752500', '195533.212500', '195533.672500', '195534.132500', '195534.592500', '195535.052500', '195535.512500', '195535.972500', '195536.432500', '195536.892500', '195537.352500', '195537.812500', '195538.272500', '195538.732500', '195539.192500', '195539.652500', '195540.112500', '195540.572500', '195541.032500', '195541.492500', '195541.952500', '195542.412500', '195542.872500', '195543.332500', '195543.792500', '195544.252500', '195544.712500', '195545.172500', '195545.632500', '195546.092500', '195546.552500', '195547.012500', '195547.472500', '195547.932500', '195548.392500', '195548.852500', '195549.312500', '195549.772500', '195550.232500', '195550.692500', '195551.152500', '195551.612500', '195552.072500', '195552.532500', '195552.992500', '195553.452500', '195553.912500', '195554.372500', '195554.832500', '195555.292500', '195555.752500', '195556.212500', '195556.672500', '195557.132500', '195557.592500', '195558.052500', '195558.512500', '195558.972500', '195559.432500', '195559.892500', '195600.352500', '195600.812500', '195601.272500', '195601.732500', '195602.192500', '195602.652500', '195603.112500', '195603.572500', '195604.032500', '195604.492500', '195604.952500', '195605.412500', '195605.872500', '195606.332500', '195606.792500', '195607.252500', '195607.712500', '195608.172500', '195608.632500', '195609.092500', '195609.552500', '195610.012500', '195610.472500', '195610.932500', '195611.392500', '195611.852500', '195612.312500', '195612.772500', '195613.232500', '195613.692500', '195614.152500', '195614.612500', '195615.072500', '195615.532500', '195615.992500', '195616.452500', '195616.912500', '195617.372500', '195617.832500', '195618.292500', '195618.752500', '195619.212500', '195619.672500', '195620.132500', '195620.592500', '195621.052500', '195621.512500', '195621.972500', '195622.432500', '195622.892500', '195623.352500', '195623.812500', '195624.272500', '195624.732500', '195625.192500', '195625.652500', '195626.112500', '195626.572500', '195627.032500', '195627.492500', '195627.952500', '195628.412500', '195628.872500', '195629.332500', '195629.792500', '195630.252500', '195630.712500', '195631.172500', '195631.632500', '195632.092500', '195632.552500', '195633.012500', '195633.472500', '195633.932500', '195634.392500', '195634.852500', '195635.312500', '195635.772500', '195636.232500', '195636.692500', '195637.152500', '195637.612500', '195638.072500', '195638.532500', '195638.992500', '195639.452500', '195639.912500', '195640.372500', '195640.832500', '195641.292500', '195641.752500', '195642.212500', '195642.672500', '195643.132500', '195643.592500', '195644.052500', '195644.512500', '195644.972500', '195645.432500', '195645.892500', '195646.352500', '195646.812500', '195647.272500', '195647.732500', '195648.192500', '195648.652500', '195649.112500', '195649.572500', '195650.032500', '195650.492500', '195650.952500', '195651.412500', '195651.872500', '195652.332500', '195652.792500', '195653.252500', '195653.712500', '195654.172500', '195654.632500', '195655.092500', '195655.552500', '195656.012500', '195656.472500', '195656.932500', '195657.392500', '195657.852500', '195658.312500', '195658.772500', '195659.232500', '195659.692500', '195700.152500', '195700.612500', '195701.072500', '195701.532500', '195701.992500', '195702.452500', '195702.912500', '195703.372500', '195703.832500', '195704.292500', '195704.752500', '195705.212500', '195705.672500', '195706.132500', '195706.592500', '195707.052500', '195707.512500', '195707.972500', '195708.432500', '195708.892500', '195709.352500', '195709.812500', '195710.272500', '195710.732500', '195711.192500', '195711.652500', '195712.112500', '195712.572500', '195713.032500', '195713.492500', '195713.952500', '195714.412500', '195714.872500', '195715.332500', '195715.792500', '195716.252500', '195716.712500', '195717.172500', '195717.632500', '195718.092500', '195718.552500', '195719.012500', '195719.472500', '195719.932500', '195720.392500', '195720.852500', '195721.312500', '195721.772500', '195722.232500', '195722.692500', '195723.152500', '195723.612500', '195724.072500', '195724.532500', '195724.992500', '195725.452500', '195725.912500', '195726.372500', '195726.832500', '195727.292500', '195727.752500', '195728.212500', '195728.672500', '195729.132500', '195729.592500', '195730.052500', '195730.512500', '195730.972500', '195731.432500', '195731.892500', '195732.352500', '195732.812500', '195733.272500', '195733.732500', '195734.192500', '195734.652500', '195735.112500', '195735.572500', '195736.032500', '195736.492500', '195736.952500', '195737.412500', '195737.872500', '195738.332500', '195738.792500', '195739.252500', '195739.712500', '195740.172500', '195740.632500', '195741.092500', '195741.552500', '195742.012500', '195742.472500', '195742.932500', '195743.392500', '195743.852500', '195744.312500', '195744.772500', '195745.232500', '195745.692500', '195746.152500', '195746.612500', '195747.072500', '195747.532500', '195747.992500', '195748.452500', '195748.912500', '195749.372500', '195749.832500', '195750.292500', '195750.752500', '195751.212500', '195751.672500', '195752.132500', '195752.592500', '195753.052500', '195753.512500', '195753.972500', '195754.432500', '195754.892500', '195755.352500', '195755.812500', '195756.272500', '195756.732500', '195757.192500', '195757.652500', '195758.112500', '195758.572500', '195759.032500', '195759.492500', '195759.952500', '195800.412500', '195800.872500', '195801.332500', '195801.792500', '195802.252500', '195802.712500', '195803.172500', '195803.632500', '195804.092500', '195804.552500', '195805.012500', '195805.472500', '195805.932500', '195806.392500', '195806.852500', '195807.312500', '195807.772500', '195808.232500', '195808.692500', '195809.152500', '195809.612500', '195810.072500', '195810.532500', '195810.992500', '195811.452500', '195811.912500', '195812.372500', '195812.832500', '195813.292500', '195813.752500', '195814.212500', '195814.672500', '195815.132500', '195815.592500', '195816.052500', '195816.512500', '195816.972500', '195817.432500', '195817.892500', '195818.352500', '195818.812500', '195819.272500', '195819.732500', '195820.192500', '195820.652500', '195821.112500', '195821.572500', '195822.032500', '195822.492500', '195822.952500', '195823.412500', '195823.872500', '195824.332500', '195824.792500', '195825.252500', '195825.712500', '195826.172500', '195826.632500', '195827.092500', '195827.552500', '195828.012500', '195828.472500', '195828.932500', '195829.392500', '195829.852500', '195830.312500', '195830.772500', '195831.232500', '195831.692500', '195832.152500', '195832.612500', '195833.072500', '195833.532500', '195833.992500', '195834.452500', '195834.912500', '195835.372500', '195835.832500', '195836.292500', '195836.752500', '195837.212500', '195837.672500', '195838.132500', '195838.592500', '195839.052500', '195839.512500', '195839.972500', '195840.432500', '195840.892500', '195841.352500', '195841.812500', '195842.272500', '195842.732500', '195843.192500', '195843.652500', '195844.112500', '195844.572500', '195845.032500', '195845.492500', '195845.952500', '195846.412500', '195846.872500', '195847.332500', '195847.792500', '195848.252500', '195848.712500', '195849.172500', '195849.632500', '195850.092500', '195850.552500', '195851.012500', '195851.472500', '195851.932500', '195852.392500', '195852.852500', '195853.312500', '195853.772500', '195854.232500', '195854.692500', '195855.152500', '195855.612500', '195856.072500', '195856.532500', '195856.992500', '195857.452500', '195857.912500', '195858.372500', '195858.832500', '195859.292500', '195859.752500', '195900.212500', '195900.672500', '195901.132500', '195901.592500', '195902.052500', '195902.512500', '195902.972500', '195903.432500', '195903.892500', '195904.352500', '195904.812500', '195905.272500', '195905.732500', '195906.192500', '195906.652500', '195907.112500', '195907.572500', '195908.032500', '195908.492500', '195908.952500', '195909.412500', '195909.872500', '195910.332500', '195910.792500', '195911.252500', '195911.712500', '195912.172500', '195912.632500', '195913.092500', '195913.552500', '195914.012500', '195914.472500', '195914.932500', '195915.392500', '195915.852500', '195916.312500', '195916.772500', '195917.232500', '195917.692500', '195918.152500', '195918.612500', '195919.072500', '195919.532500', '195919.992500', '195920.452500', '195920.912500', '195921.372500', '195921.832500', '195922.292500', '195922.752500', '195923.212500', '195923.672500', '195924.132500', '195924.592500', '195925.052500', '195925.512500', '195925.972500', '195926.432500', '195926.892500', '195927.352500', '195927.812500', '195928.272500', '195928.732500', '195929.192500', '195929.652500', '195930.112500', '195930.572500', '195931.032500', '195931.492500', '195931.952500', '195932.412500', '195932.872500', '195933.332500', '195933.792500', '195934.252500', '195934.712500', '195935.172500', '195935.632500', '195936.092500', '195936.552500', '195937.012500', '195937.472500', '195937.932500', '195938.392500', '195938.852500', '195939.312500', '195939.772500', '195940.232500', '195940.692500', '195941.152500', '195941.612500', '195942.072500', '195942.532500', '195942.992500', '195943.452500', '195943.912500', '195944.372500', '195944.832500', '195945.292500', '195945.752500', '195946.212500', '195946.672500', '195947.132500', '195947.592500', '195948.052500', '195948.512500', '195948.972500', '195949.432500', '195949.892500', '195950.352500', '195950.812500', '195951.272500', '195951.732500', '195952.192500', '195952.652500', '195953.112500', '195953.572500', '195954.032500', '195954.492500', '195954.952500', '195955.412500', '195955.872500', '195956.332500', '195956.792500', '195957.252500', '195957.712500', '195958.172500', '195958.632500', '195959.092500', '195959.552500', '200000.012500', '200000.472500', '200000.932500', '200001.392500', '200001.852500', '200002.312500', '200002.772500', '200003.232500', '200003.692500', '200004.152500', '200004.612500', '200005.072500', '200005.532500', '200005.992500', '200006.452500', '200006.912500', '200007.372500', '200007.832500', '200008.292500', '200008.752500', '200009.212500', '200009.672500', '200010.132500', '200010.592500', '200011.052500', '200011.512500', '200011.972500', '200012.432500', '200012.892500', '200013.352500', '200013.812500', '200014.272500', '200014.732500', '200015.192500', '200015.652500', '200016.112500', '200016.572500', '200017.032500', '200017.492500', '200017.952500', '200018.412500', '200018.872500', '200019.332500', '200019.792500', '200020.252500', '200020.712500', '200021.172500', '200021.632500', '200022.092500', '200022.552500', '200023.012500', '200023.472500', '200023.932500', '200024.392500', '200024.852500', '200025.312500', '200025.772500', '200026.232500', '200026.692500', '200027.152500', '200027.612500', '200028.072500', '200028.532500', '200028.992500', '200029.452500', '200029.912500', '200030.372500', '200030.832500', '200031.292500', '200031.752500', '200032.212500', '200032.672500', '200033.132500', '200033.592500', '200034.052500', '200034.512500', '200034.972500', '200035.432500', '200035.892500', '200036.352500', '200036.812500', '200037.272500', '200037.732500', '200038.192500', '200038.652500', '200039.112500', '200039.572500', '200040.032500', '200040.492500', '200040.952500', '200041.412500', '200041.872500', '200042.332500', '200042.792500', '200043.252500', '200043.712500', '200044.172500', '200044.632500', '200045.092500', '200045.552500', '200046.012500', '200046.472500', '200046.932500', '200047.392500', '200047.852500', '200048.312500', '200048.772500', '200049.232500', '200049.692500', '200050.152500', '200050.612500', '200051.072500', '200051.532500', '200051.992500', '200052.452500', '200052.912500', '200053.372500', '200053.832500', '200054.292500', '200054.752500', '200055.212500', '200055.672500', '200056.132500', '200056.592500', '200057.052500', '200057.512500', '200057.972500', '200058.432500', '200058.892500', '200059.352500', '200059.812500', '200100.272500', '200100.732500', '200101.192500', '200101.652500', '200102.112500', '200102.572500', '200103.032500', '200103.492500', '200103.952500', '200104.412500', '200104.872500', '200105.332500', '200105.792500', '200106.252500', '200106.712500', '200107.172500', '200107.632500', '200108.092500', '200108.552500', '200109.012500', '200109.472500', '200109.932500', '200110.392500', '200110.852500', '200111.312500', '200111.772500', '200112.232500', '200112.692500', '200113.152500', '200113.612500', '200114.072500', '200114.532500', '200114.992500', '200115.452500', '200115.912500', '200116.372500', '200116.832500', '200117.292500', '200117.752500', '200118.212500', '200118.672500', '200119.132500', '200119.592500', '200120.052500', '200120.512500', '200120.972500', '200121.432500', '200121.892500', '200122.352500', '200122.812500', '200123.272500', '200123.732500', '200124.192500', '200124.652500', '200125.112500', '200125.572500', '200126.032500', '200126.492500', '200126.952500', '200127.412500', '200127.872500', '200128.332500', '200128.792500', '200129.252500', '200129.712500', '200130.172500', '200130.632500', '200131.092500', '200131.552500', '200132.012500', '200132.472500', '200132.932500', '200133.392500', '200133.852500', '200134.312500', '200134.772500', '200135.232500', '200135.692500', '200136.152500', '200136.612500', '200137.072500', '200137.532500', '200137.992500', '200138.452500', '200138.912500', '200139.372500', '200139.832500', '200140.292500', '200140.752500', '200141.212500', '200141.672500', '200142.132500', '200142.592500', '200143.052500', '200143.512500', '200143.972500', '200144.432500', '200144.892500', '200145.352500', '200145.812500', '200146.272500', '200146.732500', '200147.192500', '200147.652500', '200148.112500', '200148.572500', '200149.032500', '200149.492500', '200149.952500'], 'ContentTime': ['195317.593000', '195317.602000', '195317.604000', '195317.608000', '195317.610000', '195317.613000', '195317.615000', '195317.618000', '195317.621000', '195317.624000', '195317.626000', '195317.629000', '195317.631000', '195317.634000', '195317.637000', '195317.640000', '195317.642000', '195317.645000', '195317.648000', '195317.650000', '195317.653000', '195317.663000', '195317.665000', '195317.668000', '195317.671000', '195317.673000', '195317.676000', '195317.678000', '195317.681000', '195317.684000', '195317.686000', '195317.689000', '195317.691000', '195317.694000', '195317.697000', '195317.699000', '195317.702000', '195317.704000', '195317.707000', '195337.565000', '195337.569000', '195337.581000', '195337.584000', '195337.587000', '195337.589000', '195337.592000', '195337.595000', '195337.597000', '195337.600000', '195337.602000', '195337.605000', '195337.608000', '195337.610000', '195337.613000', '195337.615000', '195337.618000', '195337.621000', '195337.623000', '195337.626000', '195337.628000', '195337.631000', '195337.634000', '195337.636000', '195337.639000', '195337.642000', '195337.644000', '195337.647000', '195337.649000', '195337.652000', '195337.655000', '195337.657000', '195337.660000', '195337.663000', '195337.665000', '195337.668000', '195337.670000', '195337.673000', '195337.683000', '195337.686000', '195337.688000', '195337.691000', '195337.693000', '195337.696000', '195357.566000', '195357.569000', '195357.572000', '195357.583000', '195357.585000', '195357.588000', '195357.591000', '195357.593000', '195357.596000', '195357.599000', '195357.601000', '195357.604000', '195357.606000', '195357.609000', '195357.612000', '195357.614000', '195357.617000', '195357.619000', '195357.622000', '195357.625000', '195357.627000', '195357.630000', '195357.632000', '195357.635000', '195357.637000', '195357.640000', '195357.643000', '195357.645000', '195357.648000', '195357.651000', '195357.653000', '195357.656000', '195357.659000', '195357.661000', '195357.664000', '195357.667000', '195357.669000', '195357.672000', '195357.674000', '195357.677000', '195357.680000', '195357.682000', '195357.685000', '195417.567000', '195417.569000', '195417.572000', '195417.575000', '195417.578000', '195417.581000', '195417.583000', '195417.586000', '195417.588000', '195417.591000', '195417.593000', '195417.596000', '195417.599000', '195417.602000', '195417.604000', '195417.607000', '195417.610000', '195417.612000', '195417.615000', '195417.617000', '195417.620000', '195417.623000', '195417.625000', '195417.628000', '195417.631000', '195417.633000', '195417.636000', '195417.638000', '195417.641000', '195417.644000', '195417.646000', '195417.649000', '195417.652000', '195417.654000', '195417.657000', '195417.659000', '195417.662000', '195417.665000', '195417.667000', '195417.670000', '195417.673000', '195417.675000', '195417.678000', '195417.680000', '195437.566000', '195437.569000', '195437.572000', '195437.574000', '195437.577000', '195437.579000', '195437.582000', '195437.585000', '195437.587000', '195437.590000', '195437.592000', '195437.595000', '195437.598000', '195437.600000', '195437.603000', '195437.605000', '195437.608000', '195437.611000', '195437.613000', '195437.616000', '195437.618000', '195437.621000', '195437.623000', '195437.626000', '195437.629000', '195437.632000', '195437.635000', '195437.638000', '195437.640000', '195437.643000', '195437.646000', '195437.649000', '195437.652000', '195437.654000', '195437.657000', '195437.660000', '195437.662000', '195437.665000', '195437.667000', '195437.670000', '195437.673000', '195437.675000', '195437.678000', '195457.567000', '195457.569000', '195457.572000', '195457.575000', '195457.577000', '195457.580000', '195457.583000', '195457.585000', '195457.588000', '195457.591000', '195457.593000', '195457.596000', '195457.599000', '195457.601000', '195457.604000', '195457.607000', '195457.609000', '195457.612000', '195457.614000', '195457.617000', '195457.620000', '195457.622000', '195457.625000', '195457.627000', '195457.630000', '195457.633000', '195457.635000', '195457.638000', '195457.641000', '195457.643000', '195457.646000', '195457.649000', '195457.651000', '195457.654000', '195457.656000', '195457.659000', '195457.662000', '195457.664000', '195457.667000', '195457.670000', '195457.672000', '195457.689000', '195457.691000', '195457.694000', '195517.566000', '195517.569000', '195517.572000', '195517.575000', '195517.577000', '195517.580000', '195517.583000', '195517.585000', '195517.588000', '195517.590000', '195517.593000', '195517.596000', '195517.600000', '195517.602000', '195517.605000', '195517.608000', '195517.611000', '195517.614000', '195517.616000', '195517.619000', '195517.622000', '195517.624000', '195517.627000', '195517.629000', '195517.632000', '195517.635000', '195517.637000', '195517.648000', '195517.651000', '195517.654000', '195517.656000', '195517.659000', '195517.662000', '195517.664000', '195517.667000', '195517.670000', '195517.672000', '195517.675000', '195517.677000', '195517.680000', '195517.683000', '195517.685000', '195517.688000', '195537.566000', '195537.569000', '195537.572000', '195537.575000', '195537.577000', '195537.580000', '195537.582000', '195537.585000', '195537.588000', '195537.590000', '195537.593000', '195537.596000', '195537.599000', '195537.601000', '195537.604000', '195537.607000', '195537.609000', '195537.612000', '195537.615000', '195537.628000', '195537.630000', '195537.633000', '195537.635000', '195537.638000', '195537.641000', '195537.643000', '195537.646000', '195537.649000', '195537.651000', '195537.654000', '195537.657000', '195537.659000', '195537.662000', '195537.664000', '195537.667000', '195537.670000', '195537.672000', '195537.675000', '195537.678000', '195537.680000', '195537.683000', '195537.686000', '195537.688000', '195537.691000', '195557.565000', '195557.568000', '195557.571000', '195557.573000', '195557.576000', '195557.579000', '195557.581000', '195557.584000', '195557.587000', '195557.589000', '195557.592000', '195557.595000', '195557.597000', '195557.600000', '195557.603000', '195557.605000', '195557.608000', '195557.611000', '195557.613000', '195557.616000', '195557.619000', '195557.621000', '195557.624000', '195557.627000', '195557.629000', '195557.632000', '195557.635000', '195557.637000', '195557.640000', '195557.643000', '195557.645000', '195557.648000', '195557.650000', '195557.653000', '195557.656000', '195557.658000', '195557.661000', '195557.663000', '195557.666000', '195557.669000', '195557.672000', '195557.675000', '195557.678000', '195617.566000', '195617.570000', '195617.573000', '195617.575000', '195617.578000', '195617.581000', '195617.583000', '195617.586000', '195617.589000', '195617.591000', '195617.594000', '195617.597000', '195617.599000', '195617.602000', '195617.605000', '195617.607000', '195617.610000', '195617.613000', '195617.615000', '195617.618000', '195617.620000', '195617.623000', '195617.626000', '195617.628000', '195617.631000', '195617.634000', '195617.636000', '195617.639000', '195617.642000', '195617.645000', '195617.647000', '195617.650000', '195617.652000', '195617.655000', '195617.658000', '195617.660000', '195617.663000', '195617.666000', '195617.668000', '195617.671000', '195617.673000', '195617.676000', '195617.679000', '195617.681000', '195637.567000', '195637.569000', '195637.572000', '195637.575000', '195637.577000', '195637.580000', '195637.583000', '195637.585000', '195637.588000', '195637.591000', '195637.593000', '195637.596000', '195637.599000', '195637.601000', '195637.604000', '195637.607000', '195637.609000', '195637.612000', '195637.615000', '195637.617000', '195637.620000', '195637.623000', '195637.625000', '195637.628000', '195637.631000', '195637.633000', '195637.636000', '195637.639000', '195637.641000', '195637.644000', '195637.647000', '195637.650000', '195637.652000', '195637.657000', '195637.660000', '195637.662000', '195637.675000', '195637.678000', '195637.680000', '195637.683000', '195637.685000', '195637.688000', '195637.691000', '195657.567000', '195657.570000', '195657.572000', '195657.575000', '195657.578000', '195657.581000', '195657.584000', '195657.586000', '195657.589000', '195657.592000', '195657.602000', '195657.604000', '195657.607000', '195657.610000', '195657.612000', '195657.615000', '195657.618000', '195657.620000', '195657.623000', '195657.625000', '195657.628000', '195657.631000', '195657.633000', '195657.636000', '195657.639000', '195657.641000', '195657.644000', '195657.646000', '195657.649000', '195657.652000', '195657.654000', '195657.657000', '195657.660000', '195657.662000', '195657.665000', '195657.668000', '195657.670000', '195657.673000', '195657.676000', '195657.678000', '195657.681000', '195657.684000', '195657.686000', '195657.689000', '195717.566000', '195717.569000', '195717.572000', '195717.575000', '195717.577000', '195717.580000', '195717.583000', '195717.585000', '195717.588000', '195717.591000', '195717.593000', '195717.596000', '195717.599000', '195717.601000', '195717.604000', '195717.607000', '195717.609000', '195717.612000', '195717.615000', '195717.617000', '195717.620000', '195717.622000', '195717.625000', '195717.628000', '195717.630000', '195717.633000', '195717.636000', '195717.638000', '195717.641000', '195717.643000', '195717.646000', '195717.649000', '195717.651000', '195717.654000', '195717.657000', '195717.659000', '195717.662000', '195717.665000', '195717.667000', '195717.670000', '195717.673000', '195717.675000', '195717.678000', '195737.566000', '195737.569000', '195737.572000', '195737.575000', '195737.578000', '195737.580000', '195737.583000', '195737.586000', '195737.588000', '195737.591000', '195737.593000', '195737.596000', '195737.599000', '195737.602000', '195737.604000', '195737.607000', '195737.610000', '195737.612000', '195737.615000', '195737.617000', '195737.620000', '195737.623000', '195737.625000', '195737.628000', '195737.631000', '195737.633000', '195737.636000', '195737.639000', '195737.641000', '195737.644000', '195737.646000', '195737.649000', '195737.652000', '195737.655000', '195737.657000', '195737.660000', '195737.663000', '195737.665000', '195737.668000', '195737.671000', '195737.673000', '195737.676000', '195737.679000', '195737.681000', '195757.566000', '195757.569000', '195757.571000', '195757.574000', '195757.577000', '195757.579000', '195757.582000', '195757.585000', '195757.587000', '195757.590000', '195757.592000', '195757.595000', '195757.598000', '195757.601000', '195757.603000', '195757.606000', '195757.608000', '195757.611000', '195757.614000', '195757.617000', '195757.619000', '195757.622000', '195757.624000', '195757.627000', '195757.630000', '195757.632000', '195757.635000', '195757.638000', '195757.640000', '195757.643000', '195757.646000', '195757.649000', '195757.651000', '195757.654000', '195757.657000', '195757.659000', '195757.662000', '195757.664000', '195757.667000', '195757.670000', '195757.672000', '195757.675000', '195757.678000', '195817.565000', '195817.568000', '195817.571000', '195817.574000', '195817.586000', '195817.589000', '195817.591000', '195817.594000', '195817.597000', '195817.599000', '195817.602000', '195817.604000', '195817.607000', '195817.610000', '195817.612000', '195817.615000', '195817.617000', '195817.620000', '195817.623000', '195817.625000', '195817.628000', '195817.630000', '195817.633000', '195817.636000', '195817.638000', '195817.641000', '195817.643000', '195817.646000', '195817.649000', '195817.651000', '195817.654000', '195817.657000', '195817.659000', '195817.662000', '195817.665000', '195817.667000', '195817.670000', '195817.672000', '195817.675000', '195817.678000', '195817.680000', '195817.683000', '195817.685000', '195817.688000', '195837.566000', '195837.569000', '195837.572000', '195837.575000', '195837.578000', '195837.580000', '195837.583000', '195837.585000', '195837.588000', '195837.591000', '195837.593000', '195837.596000', '195837.599000', '195837.601000', '195837.604000', '195837.606000', '195837.609000', '195837.612000', '195837.614000', '195837.619000', '195837.621000', '195837.624000', '195837.626000', '195837.629000', '195837.632000', '195837.634000', '195837.637000', '195837.639000', '195837.642000', '195837.644000', '195837.647000', '195837.650000', '195837.652000', '195837.655000', '195837.657000', '195837.660000', '195837.663000', '195837.666000', '195837.668000', '195837.671000', '195837.674000', '195837.676000', '195837.679000', '195857.567000', '195857.570000', '195857.572000', '195857.575000', '195857.578000', '195857.580000', '195857.583000', '195857.586000', '195857.588000', '195857.591000', '195857.594000', '195857.596000', '195857.599000', '195857.602000', '195857.604000', '195857.607000', '195857.610000', '195857.612000', '195857.615000', '195857.617000', '195857.620000', '195857.623000', '195857.625000', '195857.628000', '195857.631000', '195857.633000', '195857.636000', '195857.639000', '195857.641000', '195857.644000', '195857.647000', '195857.649000', '195857.652000', '195857.655000', '195857.657000', '195857.660000', '195857.663000', '195857.665000', '195857.668000', '195857.671000', '195857.673000', '195857.676000', '195857.679000', '195857.682000', '195917.567000', '195917.570000', '195917.572000', '195917.575000', '195917.578000', '195917.580000', '195917.583000', '195917.586000', '195917.588000', '195917.591000', '195917.593000', '195917.596000', '195917.599000', '195917.601000', '195917.604000', '195917.607000', '195917.609000', '195917.612000', '195917.615000', '195917.617000', '195917.620000', '195917.623000', '195917.625000', '195917.628000', '195917.631000', '195917.633000', '195917.636000', '195917.639000', '195917.641000', '195917.644000', '195917.646000', '195917.649000', '195917.652000', '195917.655000', '195917.657000', '195917.660000', '195917.662000', '195917.665000', '195917.668000', '195917.670000', '195917.673000', '195917.676000', '195917.678000', '195937.568000', '195937.570000', '195937.573000', '195937.576000', '195937.578000', '195937.581000', '195937.584000', '195937.586000', '195937.589000', '195937.591000', '195937.594000', '195937.597000', '195937.599000', '195937.602000', '195937.605000', '195937.621000', '195937.623000', '195937.626000', '195937.629000', '195937.631000', '195937.634000', '195937.636000', '195937.639000', '195937.642000', '195937.644000', '195937.647000', '195937.649000', '195937.652000', '195937.655000', '195937.657000', '195937.660000', '195937.663000', '195937.665000', '195937.668000', '195937.671000', '195937.673000', '195937.676000', '195937.679000', '195937.681000', '195937.684000', '195937.686000', '195937.689000', '195937.692000', '195937.695000', '195957.567000', '195957.569000', '195957.572000', '195957.575000', '195957.578000', '195957.580000', '195957.583000', '195957.586000', '195957.588000', '195957.591000', '195957.594000', '195957.596000', '195957.599000', '195957.602000', '195957.604000', '195957.607000', '195957.610000', '195957.612000', '195957.621000', '195957.623000', '195957.626000', '195957.628000', '195957.631000', '195957.634000', '195957.637000', '195957.639000', '195957.642000', '195957.645000', '195957.647000', '195957.650000', '195957.653000', '195957.655000', '195957.658000', '195957.660000', '195957.663000', '195957.666000', '195957.668000', '195957.671000', '195957.674000', '195957.676000', '195957.679000', '195957.681000', '195957.684000', '200017.565000', '200017.568000', '200017.571000', '200017.574000', '200017.576000', '200017.579000', '200017.581000', '200017.585000', '200017.587000', '200017.590000', '200017.592000', '200017.596000', '200017.598000', '200017.601000', '200017.604000', '200017.607000', '200017.609000', '200017.612000', '200017.614000', '200017.617000', '200017.620000', '200017.622000', '200017.625000', '200017.628000', '200017.630000', '200017.633000', '200017.636000', '200017.639000', '200017.641000', '200017.644000', '200017.646000', '200017.649000', '200017.652000', '200017.655000', '200017.657000', '200017.660000', '200017.662000', '200017.665000', '200017.668000', '200017.670000', '200017.673000', '200017.676000', '200017.678000', '200017.681000', '200037.566000', '200037.569000', '200037.572000', '200037.574000', '200037.577000', '200037.580000', '200037.582000', '200037.585000', '200037.587000', '200037.590000', '200037.593000', '200037.595000', '200037.598000', '200037.601000', '200037.603000', '200037.606000', '200037.609000', '200037.611000', '200037.614000', '200037.617000', '200037.619000', '200037.622000', '200037.625000', '200037.627000', '200037.630000', '200037.632000', '200037.635000', '200037.638000', '200037.640000', '200037.643000', '200037.646000', '200037.648000', '200037.651000', '200037.654000', '200037.656000', '200037.659000', '200037.662000', '200037.664000', '200037.667000', '200037.670000', '200037.672000', '200037.675000', '200037.678000', '200057.567000', '200057.570000', '200057.572000', '200057.575000', '200057.578000', '200057.580000', '200057.583000', '200057.585000', '200057.588000', '200057.591000', '200057.593000', '200057.611000', '200057.614000', '200057.617000', '200057.620000', '200057.622000', '200057.625000', '200057.628000', '200057.630000', '200057.633000', '200057.636000', '200057.638000', '200057.641000', '200057.644000', '200057.646000', '200057.649000', '200057.652000', '200057.655000', '200057.657000', '200057.660000', '200057.663000', '200057.665000', '200057.668000', '200057.671000', '200057.673000', '200057.676000', '200057.679000', '200057.681000', '200057.684000', '200057.686000', '200057.689000', '200057.692000', '200057.694000', '200117.567000', '200117.570000', '200117.573000', '200117.575000', '200117.578000', '200117.581000', '200117.583000', '200117.586000', '200117.589000', '200117.591000', '200117.594000', '200117.597000', '200117.599000', '200117.602000', '200117.605000', '200117.607000', '200117.610000', '200117.613000', '200117.615000', '200117.618000', '200117.621000', '200117.623000', '200117.626000', '200117.629000', '200117.631000', '200117.634000', '200117.637000', '200117.639000', '200117.642000', '200117.645000', '200117.654000', '200117.657000', '200117.659000', '200117.662000', '200117.665000', '200117.667000', '200117.670000', '200117.672000', '200117.675000', '200117.678000', '200117.680000', '200117.683000', '200117.686000', '200117.688000', '200137.567000', '200137.569000', '200137.572000', '200137.575000', '200137.578000', '200137.580000', '200137.583000', '200137.586000', '200137.588000', '200137.592000', '200137.595000', '200137.598000', '200137.600000', '200137.603000', '200137.606000', '200137.608000', '200137.611000', '200137.614000', '200137.616000', '200137.619000', '200137.622000', '200137.624000', '200137.627000', '200137.630000', '200137.632000', '200137.635000', '200137.638000', '200137.640000', '200137.643000', '200137.646000', '200137.648000', '200137.651000', '200137.654000', '200137.656000', '200137.659000', '200137.662000', '200137.664000', '200137.667000', '200137.670000', '200137.672000', '200137.675000', '200137.678000', '200137.680000', '200151.393000', '200151.399000', '200151.402000', '200151.405000', '200151.407000', '200151.410000', '200151.413000', '200151.416000', '200151.419000', '200151.422000', '200151.425000', '200151.427000', '200151.430000', '200151.433000', '200151.436000', '200151.439000', '200151.441000', '200151.444000', '200151.447000', '200151.449000', '200151.452000', '200151.455000', '200151.459000', '200151.461000', '200151.464000', '200151.467000', '200151.469000', '200151.472000', '200151.475000', '200151.477000', '200151.480000'], 'InstanceCreationTime': ['195317.593000', '195317.602000', '195317.604000', '195317.608000', '195317.610000', '195317.613000', '195317.615000', '195317.618000', '195317.621000', '195317.624000', '195317.626000', '195317.629000', '195317.631000', '195317.634000', '195317.637000', '195317.640000', '195317.642000', '195317.645000', '195317.648000', '195317.650000', '195317.653000', '195317.663000', '195317.665000', '195317.668000', '195317.671000', '195317.673000', '195317.676000', '195317.678000', '195317.681000', '195317.684000', '195317.686000', '195317.689000', '195317.691000', '195317.694000', '195317.697000', '195317.699000', '195317.702000', '195317.704000', '195317.707000', '195337.565000', '195337.569000', '195337.581000', '195337.584000', '195337.587000', '195337.589000', '195337.592000', '195337.595000', '195337.597000', '195337.600000', '195337.602000', '195337.605000', '195337.608000', '195337.610000', '195337.613000', '195337.615000', '195337.618000', '195337.621000', '195337.623000', '195337.626000', '195337.628000', '195337.631000', '195337.634000', '195337.636000', '195337.639000', '195337.642000', '195337.644000', '195337.647000', '195337.649000', '195337.652000', '195337.655000', '195337.657000', '195337.660000', '195337.663000', '195337.665000', '195337.668000', '195337.670000', '195337.673000', '195337.683000', '195337.686000', '195337.688000', '195337.691000', '195337.693000', '195337.696000', '195357.566000', '195357.569000', '195357.572000', '195357.583000', '195357.585000', '195357.588000', '195357.591000', '195357.593000', '195357.596000', '195357.599000', '195357.601000', '195357.604000', '195357.606000', '195357.609000', '195357.612000', '195357.614000', '195357.617000', '195357.619000', '195357.622000', '195357.625000', '195357.627000', '195357.630000', '195357.632000', '195357.635000', '195357.637000', '195357.640000', '195357.643000', '195357.645000', '195357.648000', '195357.651000', '195357.653000', '195357.656000', '195357.659000', '195357.661000', '195357.664000', '195357.667000', '195357.669000', '195357.672000', '195357.674000', '195357.677000', '195357.680000', '195357.682000', '195357.685000', '195417.567000', '195417.569000', '195417.572000', '195417.575000', '195417.578000', '195417.581000', '195417.583000', '195417.586000', '195417.588000', '195417.591000', '195417.593000', '195417.596000', '195417.599000', '195417.602000', '195417.604000', '195417.607000', '195417.610000', '195417.612000', '195417.615000', '195417.617000', '195417.620000', '195417.623000', '195417.625000', '195417.628000', '195417.631000', '195417.633000', '195417.636000', '195417.638000', '195417.641000', '195417.644000', '195417.646000', '195417.649000', '195417.652000', '195417.654000', '195417.657000', '195417.659000', '195417.662000', '195417.665000', '195417.667000', '195417.670000', '195417.673000', '195417.675000', '195417.678000', '195417.680000', '195437.566000', '195437.569000', '195437.572000', '195437.574000', '195437.577000', '195437.579000', '195437.582000', '195437.585000', '195437.587000', '195437.590000', '195437.592000', '195437.595000', '195437.598000', '195437.600000', '195437.603000', '195437.605000', '195437.608000', '195437.611000', '195437.613000', '195437.616000', '195437.618000', '195437.621000', '195437.623000', '195437.626000', '195437.629000', '195437.632000', '195437.635000', '195437.638000', '195437.640000', '195437.643000', '195437.646000', '195437.649000', '195437.652000', '195437.654000', '195437.657000', '195437.660000', '195437.662000', '195437.665000', '195437.667000', '195437.670000', '195437.673000', '195437.675000', '195437.678000', '195457.567000', '195457.569000', '195457.572000', '195457.575000', '195457.577000', '195457.580000', '195457.583000', '195457.585000', '195457.588000', '195457.591000', '195457.593000', '195457.596000', '195457.599000', '195457.601000', '195457.604000', '195457.607000', '195457.609000', '195457.612000', '195457.614000', '195457.617000', '195457.620000', '195457.622000', '195457.625000', '195457.627000', '195457.630000', '195457.633000', '195457.635000', '195457.638000', '195457.641000', '195457.643000', '195457.646000', '195457.649000', '195457.651000', '195457.654000', '195457.656000', '195457.659000', '195457.662000', '195457.664000', '195457.667000', '195457.670000', '195457.672000', '195457.689000', '195457.691000', '195457.694000', '195517.566000', '195517.569000', '195517.572000', '195517.575000', '195517.577000', '195517.580000', '195517.583000', '195517.585000', '195517.588000', '195517.590000', '195517.593000', '195517.596000', '195517.600000', '195517.602000', '195517.605000', '195517.608000', '195517.611000', '195517.614000', '195517.616000', '195517.619000', '195517.622000', '195517.624000', '195517.627000', '195517.629000', '195517.632000', '195517.635000', '195517.637000', '195517.648000', '195517.651000', '195517.654000', '195517.656000', '195517.659000', '195517.662000', '195517.664000', '195517.667000', '195517.670000', '195517.672000', '195517.675000', '195517.677000', '195517.680000', '195517.683000', '195517.685000', '195517.688000', '195537.566000', '195537.569000', '195537.572000', '195537.575000', '195537.577000', '195537.580000', '195537.582000', '195537.585000', '195537.588000', '195537.590000', '195537.593000', '195537.596000', '195537.599000', '195537.601000', '195537.604000', '195537.607000', '195537.609000', '195537.612000', '195537.615000', '195537.628000', '195537.630000', '195537.633000', '195537.635000', '195537.638000', '195537.641000', '195537.643000', '195537.646000', '195537.649000', '195537.651000', '195537.654000', '195537.657000', '195537.659000', '195537.662000', '195537.664000', '195537.667000', '195537.670000', '195537.672000', '195537.675000', '195537.678000', '195537.680000', '195537.683000', '195537.686000', '195537.688000', '195537.691000', '195557.565000', '195557.568000', '195557.571000', '195557.573000', '195557.576000', '195557.579000', '195557.581000', '195557.584000', '195557.587000', '195557.589000', '195557.592000', '195557.595000', '195557.597000', '195557.600000', '195557.603000', '195557.605000', '195557.608000', '195557.611000', '195557.613000', '195557.616000', '195557.619000', '195557.621000', '195557.624000', '195557.627000', '195557.629000', '195557.632000', '195557.635000', '195557.637000', '195557.640000', '195557.643000', '195557.645000', '195557.648000', '195557.650000', '195557.653000', '195557.656000', '195557.658000', '195557.661000', '195557.663000', '195557.666000', '195557.669000', '195557.672000', '195557.675000', '195557.678000', '195617.566000', '195617.570000', '195617.573000', '195617.575000', '195617.578000', '195617.581000', '195617.583000', '195617.586000', '195617.589000', '195617.591000', '195617.594000', '195617.597000', '195617.599000', '195617.602000', '195617.605000', '195617.607000', '195617.610000', '195617.613000', '195617.615000', '195617.618000', '195617.620000', '195617.623000', '195617.626000', '195617.628000', '195617.631000', '195617.634000', '195617.636000', '195617.639000', '195617.642000', '195617.645000', '195617.647000', '195617.650000', '195617.652000', '195617.655000', '195617.658000', '195617.660000', '195617.663000', '195617.666000', '195617.668000', '195617.671000', '195617.673000', '195617.676000', '195617.679000', '195617.681000', '195637.567000', '195637.569000', '195637.572000', '195637.575000', '195637.577000', '195637.580000', '195637.583000', '195637.585000', '195637.588000', '195637.591000', '195637.593000', '195637.596000', '195637.599000', '195637.601000', '195637.604000', '195637.607000', '195637.609000', '195637.612000', '195637.615000', '195637.617000', '195637.620000', '195637.623000', '195637.625000', '195637.628000', '195637.631000', '195637.633000', '195637.636000', '195637.639000', '195637.641000', '195637.644000', '195637.647000', '195637.650000', '195637.652000', '195637.657000', '195637.660000', '195637.662000', '195637.675000', '195637.678000', '195637.680000', '195637.683000', '195637.685000', '195637.688000', '195637.691000', '195657.567000', '195657.570000', '195657.572000', '195657.575000', '195657.578000', '195657.581000', '195657.584000', '195657.586000', '195657.589000', '195657.592000', '195657.602000', '195657.604000', '195657.607000', '195657.610000', '195657.612000', '195657.615000', '195657.618000', '195657.620000', '195657.623000', '195657.625000', '195657.628000', '195657.631000', '195657.633000', '195657.636000', '195657.639000', '195657.641000', '195657.644000', '195657.646000', '195657.649000', '195657.652000', '195657.654000', '195657.657000', '195657.660000', '195657.662000', '195657.665000', '195657.668000', '195657.670000', '195657.673000', '195657.676000', '195657.678000', '195657.681000', '195657.684000', '195657.686000', '195657.689000', '195717.566000', '195717.569000', '195717.572000', '195717.575000', '195717.577000', '195717.580000', '195717.583000', '195717.585000', '195717.588000', '195717.591000', '195717.593000', '195717.596000', '195717.599000', '195717.601000', '195717.604000', '195717.607000', '195717.609000', '195717.612000', '195717.615000', '195717.617000', '195717.620000', '195717.622000', '195717.625000', '195717.628000', '195717.630000', '195717.633000', '195717.636000', '195717.638000', '195717.641000', '195717.643000', '195717.646000', '195717.649000', '195717.651000', '195717.654000', '195717.657000', '195717.659000', '195717.662000', '195717.665000', '195717.667000', '195717.670000', '195717.673000', '195717.675000', '195717.678000', '195737.566000', '195737.569000', '195737.572000', '195737.575000', '195737.578000', '195737.580000', '195737.583000', '195737.586000', '195737.588000', '195737.591000', '195737.593000', '195737.596000', '195737.599000', '195737.602000', '195737.604000', '195737.607000', '195737.610000', '195737.612000', '195737.615000', '195737.617000', '195737.620000', '195737.623000', '195737.625000', '195737.628000', '195737.631000', '195737.633000', '195737.636000', '195737.639000', '195737.641000', '195737.644000', '195737.646000', '195737.649000', '195737.652000', '195737.655000', '195737.657000', '195737.660000', '195737.663000', '195737.665000', '195737.668000', '195737.671000', '195737.673000', '195737.676000', '195737.679000', '195737.681000', '195757.566000', '195757.569000', '195757.571000', '195757.574000', '195757.577000', '195757.579000', '195757.582000', '195757.585000', '195757.587000', '195757.590000', '195757.592000', '195757.595000', '195757.598000', '195757.601000', '195757.603000', '195757.606000', '195757.608000', '195757.611000', '195757.614000', '195757.617000', '195757.619000', '195757.622000', '195757.624000', '195757.627000', '195757.630000', '195757.632000', '195757.635000', '195757.638000', '195757.640000', '195757.643000', '195757.646000', '195757.649000', '195757.651000', '195757.654000', '195757.657000', '195757.659000', '195757.662000', '195757.664000', '195757.667000', '195757.670000', '195757.672000', '195757.675000', '195757.678000', '195817.565000', '195817.568000', '195817.571000', '195817.574000', '195817.586000', '195817.589000', '195817.591000', '195817.594000', '195817.597000', '195817.599000', '195817.602000', '195817.604000', '195817.607000', '195817.610000', '195817.612000', '195817.615000', '195817.617000', '195817.620000', '195817.623000', '195817.625000', '195817.628000', '195817.630000', '195817.633000', '195817.636000', '195817.638000', '195817.641000', '195817.643000', '195817.646000', '195817.649000', '195817.651000', '195817.654000', '195817.657000', '195817.659000', '195817.662000', '195817.665000', '195817.667000', '195817.670000', '195817.672000', '195817.675000', '195817.678000', '195817.680000', '195817.683000', '195817.685000', '195817.688000', '195837.566000', '195837.569000', '195837.572000', '195837.575000', '195837.578000', '195837.580000', '195837.583000', '195837.585000', '195837.588000', '195837.591000', '195837.593000', '195837.596000', '195837.599000', '195837.601000', '195837.604000', '195837.606000', '195837.609000', '195837.612000', '195837.614000', '195837.619000', '195837.621000', '195837.624000', '195837.626000', '195837.629000', '195837.632000', '195837.634000', '195837.637000', '195837.639000', '195837.642000', '195837.644000', '195837.647000', '195837.650000', '195837.652000', '195837.655000', '195837.657000', '195837.660000', '195837.663000', '195837.666000', '195837.668000', '195837.671000', '195837.674000', '195837.676000', '195837.679000', '195857.567000', '195857.570000', '195857.572000', '195857.575000', '195857.578000', '195857.580000', '195857.583000', '195857.586000', '195857.588000', '195857.591000', '195857.594000', '195857.596000', '195857.599000', '195857.602000', '195857.604000', '195857.607000', '195857.610000', '195857.612000', '195857.615000', '195857.617000', '195857.620000', '195857.623000', '195857.625000', '195857.628000', '195857.631000', '195857.633000', '195857.636000', '195857.639000', '195857.641000', '195857.644000', '195857.647000', '195857.649000', '195857.652000', '195857.655000', '195857.657000', '195857.660000', '195857.663000', '195857.665000', '195857.668000', '195857.671000', '195857.673000', '195857.676000', '195857.679000', '195857.682000', '195917.567000', '195917.570000', '195917.572000', '195917.575000', '195917.578000', '195917.580000', '195917.583000', '195917.586000', '195917.588000', '195917.591000', '195917.593000', '195917.596000', '195917.599000', '195917.601000', '195917.604000', '195917.607000', '195917.609000', '195917.612000', '195917.615000', '195917.617000', '195917.620000', '195917.623000', '195917.625000', '195917.628000', '195917.631000', '195917.633000', '195917.636000', '195917.639000', '195917.641000', '195917.644000', '195917.646000', '195917.649000', '195917.652000', '195917.655000', '195917.657000', '195917.660000', '195917.662000', '195917.665000', '195917.668000', '195917.670000', '195917.673000', '195917.676000', '195917.678000', '195937.568000', '195937.570000', '195937.573000', '195937.576000', '195937.578000', '195937.581000', '195937.584000', '195937.586000', '195937.589000', '195937.591000', '195937.594000', '195937.597000', '195937.599000', '195937.602000', '195937.605000', '195937.621000', '195937.623000', '195937.626000', '195937.629000', '195937.631000', '195937.634000', '195937.636000', '195937.639000', '195937.642000', '195937.644000', '195937.647000', '195937.649000', '195937.652000', '195937.655000', '195937.657000', '195937.660000', '195937.663000', '195937.665000', '195937.668000', '195937.671000', '195937.673000', '195937.676000', '195937.679000', '195937.681000', '195937.684000', '195937.686000', '195937.689000', '195937.692000', '195937.695000', '195957.567000', '195957.569000', '195957.572000', '195957.575000', '195957.578000', '195957.580000', '195957.583000', '195957.586000', '195957.588000', '195957.591000', '195957.594000', '195957.596000', '195957.599000', '195957.602000', '195957.604000', '195957.607000', '195957.610000', '195957.612000', '195957.621000', '195957.623000', '195957.626000', '195957.628000', '195957.631000', '195957.634000', '195957.637000', '195957.639000', '195957.642000', '195957.645000', '195957.647000', '195957.650000', '195957.653000', '195957.655000', '195957.658000', '195957.660000', '195957.663000', '195957.666000', '195957.668000', '195957.671000', '195957.674000', '195957.676000', '195957.679000', '195957.681000', '195957.684000', '200017.565000', '200017.568000', '200017.571000', '200017.574000', '200017.576000', '200017.579000', '200017.581000', '200017.585000', '200017.587000', '200017.590000', '200017.592000', '200017.596000', '200017.598000', '200017.601000', '200017.604000', '200017.607000', '200017.609000', '200017.612000', '200017.614000', '200017.617000', '200017.620000', '200017.622000', '200017.625000', '200017.628000', '200017.630000', '200017.633000', '200017.636000', '200017.639000', '200017.641000', '200017.644000', '200017.646000', '200017.649000', '200017.652000', '200017.655000', '200017.657000', '200017.660000', '200017.662000', '200017.665000', '200017.668000', '200017.670000', '200017.673000', '200017.676000', '200017.678000', '200017.681000', '200037.566000', '200037.569000', '200037.572000', '200037.574000', '200037.577000', '200037.580000', '200037.582000', '200037.585000', '200037.587000', '200037.590000', '200037.593000', '200037.595000', '200037.598000', '200037.601000', '200037.603000', '200037.606000', '200037.609000', '200037.611000', '200037.614000', '200037.617000', '200037.619000', '200037.622000', '200037.625000', '200037.627000', '200037.630000', '200037.632000', '200037.635000', '200037.638000', '200037.640000', '200037.643000', '200037.646000', '200037.648000', '200037.651000', '200037.654000', '200037.656000', '200037.659000', '200037.662000', '200037.664000', '200037.667000', '200037.670000', '200037.672000', '200037.675000', '200037.678000', '200057.567000', '200057.570000', '200057.572000', '200057.575000', '200057.578000', '200057.580000', '200057.583000', '200057.585000', '200057.588000', '200057.591000', '200057.593000', '200057.611000', '200057.614000', '200057.617000', '200057.620000', '200057.622000', '200057.625000', '200057.628000', '200057.630000', '200057.633000', '200057.636000', '200057.638000', '200057.641000', '200057.644000', '200057.646000', '200057.649000', '200057.652000', '200057.655000', '200057.657000', '200057.660000', '200057.663000', '200057.665000', '200057.668000', '200057.671000', '200057.673000', '200057.676000', '200057.679000', '200057.681000', '200057.684000', '200057.686000', '200057.689000', '200057.692000', '200057.694000', '200117.567000', '200117.570000', '200117.573000', '200117.575000', '200117.578000', '200117.581000', '200117.583000', '200117.586000', '200117.589000', '200117.591000', '200117.594000', '200117.597000', '200117.599000', '200117.602000', '200117.605000', '200117.607000', '200117.610000', '200117.613000', '200117.615000', '200117.618000', '200117.621000', '200117.623000', '200117.626000', '200117.629000', '200117.631000', '200117.634000', '200117.637000', '200117.639000', '200117.642000', '200117.645000', '200117.654000', '200117.657000', '200117.659000', '200117.662000', '200117.665000', '200117.667000', '200117.670000', '200117.672000', '200117.675000', '200117.678000', '200117.680000', '200117.683000', '200117.686000', '200117.688000', '200137.567000', '200137.569000', '200137.572000', '200137.575000', '200137.578000', '200137.580000', '200137.583000', '200137.586000', '200137.588000', '200137.592000', '200137.595000', '200137.598000', '200137.600000', '200137.603000', '200137.606000', '200137.608000', '200137.611000', '200137.614000', '200137.616000', '200137.619000', '200137.622000', '200137.624000', '200137.627000', '200137.630000', '200137.632000', '200137.635000', '200137.638000', '200137.640000', '200137.643000', '200137.646000', '200137.648000', '200137.651000', '200137.654000', '200137.656000', '200137.659000', '200137.662000', '200137.664000', '200137.667000', '200137.670000', '200137.672000', '200137.675000', '200137.678000', '200137.680000', '200151.393000', '200151.399000', '200151.402000', '200151.405000', '200151.407000', '200151.410000', '200151.413000', '200151.416000', '200151.419000', '200151.422000', '200151.425000', '200151.427000', '200151.430000', '200151.433000', '200151.436000', '200151.439000', '200151.441000', '200151.444000', '200151.447000', '200151.449000', '200151.452000', '200151.455000', '200151.459000', '200151.461000', '200151.464000', '200151.467000', '200151.469000', '200151.472000', '200151.475000', '200151.477000', '200151.480000'], '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, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157], 'LargestImagePixelValue': [8763, 9728, 7957, 8598, 13172, 8162, 12972, 8213, 9445, 7717, 8939, 7609, 7968, 7630, 7469, 7666, 7457, 9356, 7474, 8105, 8127, 7560, 11022, 7526, 10166, 7512, 8483, 14995, 7629, 10461, 7710, 8398, 9969, 7530, 14459, 8358, 11579, 7693, 8185, 11475, 7453, 13566, 8787, 11136, 7854, 8212, 14400, 7739, 13046, 9665, 11058, 9358, 8682, 16939, 7998, 13139, 8092, 8559, 12253, 7545, 10299, 7341, 9041, 8207, 7722, 11355, 7445, 9590, 7417, 8231, 9682, 7829, 12229, 7589, 8867, 9600, 7929, 16429, 9093, 12999, 7996, 8500, 8081, 7884, 9755, 7797, 9657, 7513, 7987, 15365, 8379, 13500, 9705, 9217, 18282, 11299, 12364, 14185, 10122, 14111, 8505, 9922, 7549, 7704, 12676, 7571, 8441, 7655, 7541, 10015, 7438, 9684, 7623, 8097, 8566, 7477, 10147, 7333, 8019, 9605, 7695, 10506, 8325, 7750, 10367, 7436, 13941, 8907, 10098, 13420, 7850, 17120, 10006, 11350, 13949, 8147, 13494, 7635, 9944, 7078, 7877, 13955, 7511, 9471, 7780, 7541, 12939, 7540, 12410, 7847, 9464, 16665, 8073, 11903, 9953, 8743, 15815, 7714, 11418, 7587, 7720, 13735, 7557, 9492, 7452, 7732, 7578, 7176, 9841, 7181, 8044, 8689, 7436, 14781, 7727, 9738, 11905, 8730, 15741, 7511, 13307, 7392, 7802, 11475, 7474, 11326, 7577, 9672, 7762, 8263, 15834, 7560, 13776, 8298, 8707, 16638, 7914, 14929, 9582, 10783, 10628, 8341, 17390, 8473, 11938, 7259, 8180, 7632, 7877, 16413, 7531, 13874, 7418, 11468, 7209, 8125, 11887, 7684, 12646, 7260, 11033, 7470, 7914, 9882, 7545, 11502, 7252, 10621, 7162, 7775, 11203, 7586, 11978, 7368, 10662, 7702, 7650, 10864, 7442, 12200, 8312, 10077, 7273, 7914, 12406, 7823, 11190, 7235, 8271, 7694, 8258, 14586, 7732, 10779, 7289, 8235, 7397, 7949, 13924, 7433, 11718, 8489, 10093, 9954, 8345, 18478, 8149, 14870, 8367, 7802, 7450, 8202, 7766, 15466, 9810, 14818, 7477, 13238, 8842, 9744, 15685, 11141, 12188, 7945, 15845, 9512, 11608, 7821, 8386, 9911, 7735, 10559, 8164, 8467, 7349, 7741, 12412, 7589, 12456, 7726, 8308, 8278, 8463, 17708, 8003, 9890, 8711, 7666, 15054, 7686, 13882, 7802, 8125, 11087, 7763, 13537, 7540, 11460, 7831, 7787, 14220, 7460, 10070, 8184, 7812, 11854, 7385, 13261, 8483, 8985, 7155, 7913, 12769, 7569, 13377, 8635, 9388, 7361, 8743, 17850, 7949, 12961, 7779, 8828, 8243, 8066, 14133, 7794, 9979, 7364, 8444, 8379, 8178, 13928, 7671, 8759, 8197, 7795, 18027, 8125, 13340, 7634, 8086, 8334, 7534, 15255, 7669, 9830, 7365, 7773, 8123, 7730, 12646, 7362, 12951, 8297, 11411, 7770, 10652, 10291, 8078, 15519, 7667, 12381, 7503, 10914, 7608, 9185, 7627, 8511, 7591, 7903, 8164, 17135, 11776, 15534, 8850, 12232, 7789, 10547, 13273, 8668, 14325, 7424, 13912, 7976, 9637, 8100, 8057, 12210, 7598, 10852, 7300, 8114, 7933, 8341, 11686, 7291, 9644, 7052, 8187, 11225, 7605, 11730, 8399, 7820, 8890, 7690, 12013, 7243, 11283, 8176, 7743, 10344, 7451, 11639, 8426, 11238, 7276, 9542, 18211, 7531, 14366, 8693, 9650, 14867, 7575, 13302, 7935, 8301, 9111, 8464, 15067, 7875, 8848, 7756, 7866, 8690, 7706, 7302, 7848, 14493, 10173, 9716, 17514, 11443, 15339, 9653, 10523, 17166, 12725, 15651, 10529, 10436, 7917, 10050, 15866, 8106, 13023, 8140, 11245, 8071, 7983, 9538, 7752, 13233, 7865, 12230, 8103, 8554, 9254, 7991, 15376, 7679, 13824, 7430, 7926, 9346, 7938, 7565, 7691, 7185, 8638, 7272, 11716, 14758, 11435, 15970, 8577, 11646, 10127, 8672, 16263, 8937, 15190, 8743, 8034, 12144, 7787, 11719, 7500, 9741, 7514, 7398, 7715, 10716, 8124, 8738, 10147, 7696, 15341, 9862, 14663, 8536, 10311, 15907, 12213, 17518, 11410, 11168, 12481, 9854, 17429, 9855, 13732, 8928, 9629, 11040, 8988, 14436, 7698, 9546, 7368, 8006, 7341, 8313, 11553, 7689, 9700, 7565, 7943, 11725, 7685, 11217, 7615, 7764, 10426, 7330, 10373, 7315, 7927, 7259, 7385, 10140, 7500, 8318, 8517, 7983, 13539, 8334, 8141, 11787, 7622, 13069, 8749, 9222, 15193, 7493, 12560, 9163, 9717, 13632, 7395, 11265, 8000, 9087, 13522, 7448, 9821, 7677, 7516, 8010, 8109, 11389, 7931, 8902, 7488, 9085, 14433, 7655, 13017, 8963, 13393, 9358, 18485, 14012, 12728, 18703, 12385, 12594, 9351, 8485, 17509, 7558, 16452, 10292, 8989, 7283, 8188, 12937, 7540, 10724, 7064, 7952, 7306, 8142, 11599, 7526, 9142, 8147, 7938, 15815, 7451, 11525, 9785, 9025, 15691, 8635, 15411, 9171, 9582, 15859, 10055, 16417, 9380, 13335, 8485, 9020, 14045, 7525, 13338, 7420, 9613, 7336, 7724, 13001, 8041, 16390, 7256, 12928, 8018, 8377, 11969, 7526, 16793, 7509, 10939, 7098, 7676, 14642, 7481, 13618, 9821, 9263, 7311, 7941, 10892, 7325, 10405, 7129, 7672, 9728, 7877, 11812, 8237, 7501, 12169, 7355, 12622, 8589, 9220, 14240, 8386, 13877, 8286, 9117, 16339, 7537, 12227, 7625, 8434, 7271, 8105, 10651, 7597, 7921, 8394, 7621, 13786, 7366, 8028, 17435, 7739, 14398, 9636, 9559, 7160, 7520, 10808, 7939, 8751, 7743, 7867, 7622, 8014, 11289, 8277, 9185, 8508, 7690, 13197, 8022, 13674, 8054, 8860, 15665, 9905, 16946, 11767, 13589, 8751, 10272, 17431, 8466, 15896, 9473, 11340, 8139, 7969, 7428, 7709, 7737, 7277, 7904, 8195, 7588, 16084, 11782, 13937, 8432, 9277, 14332, 9727, 18861, 14384, 13457, 9401, 9857, 7735, 8648, 10056, 7709, 9044, 7492, 9143, 7194, 7580, 13521, 8103, 13091, 7885, 10802, 10361, 8321, 17057, 9975, 14037, 11083, 8601, 9952, 7620, 8831, 14132, 7457, 9039, 11007, 9308, 13176, 8700, 10620, 15407, 11032, 19025, 11878, 14183, 17664, 15158, 18297, 12601, 11728, 8522, 8445, 7267, 8631, 7266, 8490, 7491, 7601, 7891, 7713, 9436, 16175, 11182, 13623, 9242, 9452, 7842, 8606, 10624, 7571, 8478, 7791, 8334, 11274, 7208, 8981, 7556, 7993, 10416, 7288, 8568, 7544, 7886, 10758, 7221, 10385, 7371, 8512, 7830, 8469, 11133, 7542, 9698, 7751, 7835, 7816, 15526, 9644, 9939, 13384, 8314, 16428, 7397, 13813, 8238, 9313, 13431, 8211, 9576, 7527, 10191, 7428, 8455, 7805, 7850, 10461, 7373, 9704, 7479, 8133, 15282, 7693, 11230, 7528, 8468, 17271, 7290, 13830, 9774, 9293, 16042, 7598, 10170, 7636, 8331, 7821, 7549, 10027, 7451, 10050, 7695, 8220, 10577, 7460, 11877, 7440, 9731, 12783, 8426, 14259, 7525, 11763, 8000, 8875, 17011, 9022, 13540, 8241, 9445, 14944, 7481, 10913, 7337, 9095, 9758, 7672, 11254, 7215, 8577, 16734, 7358, 10778, 7615, 8483, 16181, 7297, 9403, 7891, 8437, 14364, 7426, 10973, 7509, 8537, 9630, 7372, 11073, 7524, 9560, 7590, 8304, 8990, 7566, 11566, 7669, 9344, 7894, 8337, 16142, 7712, 12186, 8056, 8936, 11708, 8024, 16828, 8148, 9929, 11032, 8734, 15671, 8251, 13955, 7600, 9016, 13467, 7746, 12755, 7800, 9016, 7706, 8049, 11978, 7669, 9547, 8255, 8245, 17472, 7576, 12415, 8932, 9352, 14134, 8067, 13588, 7585, 9041, 10365, 8370, 13307, 7514, 11152, 7862, 8400, 9562, 7769, 10393, 7845, 9535, 9014, 8193, 12784, 8630, 9906, 11475, 8842, 17461, 8117, 10736, 12824, 9613, 13743, 8248, 12439, 8003, 9484, 16968, 7936, 12231, 7767, 8664, 14193, 7337, 11286, 7863, 9079, 8047, 8773, 13880, 7278, 11096, 7992, 9036, 7256, 8410, 12354, 7353, 10684, 7500, 8852, 14985, 7488, 11414, 8634, 9426, 15163, 8224, 13689, 7949, 9765, 10788, 9078, 15787, 8399, 13215, 8355, 9257, 14785, 7621, 12047, 7630, 9103, 7806, 8065, 7712, 7817, 7853, 8245, 7617, 8299, 15672, 7786, 12489, 9077, 9485, 7867, 12017, 8830, 15467, 9205, 17056, 14729, 12057, 18012, 13682, 13034, 8685, 9333, 11266, 9073, 12938, 7857, 11059, 7614, 9166, 7520, 8246, 10099, 7245, 10653, 7405, 10236, 7177, 8560, 12078, 7647, 10858, 8440, 10447, 7583, 11832, 11760, 9629, 17495, 11615, 14650, 9440, 10046, 17458, 8032, 14490, 9621, 12167, 7798, 9422, 7484, 8537, 8347, 8734, 7882, 8775, 8188, 15255, 9111, 17038, 13048, 17950], 'WindowCenter': [4361.0, 4357.0, 4333.0, 4343.0, 4370.0, 4320.0, 4369.0, 4319.0, 4337.0, 4308.0, 4327.0, 4308.0, 4318.0, 4318.0, 4323.0, 4321.0, 4334.0, 4353.0, 4332.0, 4345.0, 4345.0, 4336.0, 4385.0, 4348.0, 4377.0, 4325.0, 4356.0, 4406.0, 4337.0, 4376.0, 4334.0, 4347.0, 4365.0, 4348.0, 4406.0, 4347.0, 4386.0, 4336.0, 4344.0, 4375.0, 4335.0, 4395.0, 4355.0, 4384.0, 4344.0, 4347.0, 4402.0, 4337.0, 4396.0, 4366.0, 4376.0, 4354.0, 4343.0, 4414.0, 4346.0, 4395.0, 4334.0, 4344.0, 4383.0, 4334.0, 4363.0, 4325.0, 4355.0, 4344.0, 4336.0, 4374.0, 4335.0, 4354.0, 4324.0, 4345.0, 4364.0, 4336.0, 4384.0, 4335.0, 4356.0, 4353.0, 4346.0, 4415.0, 4354.0, 4393.0, 4333.0, 4343.0, 4332.0, 4344.0, 4353.0, 4336.0, 4365.0, 4336.0, 4343.0, 4416.0, 4347.0, 4394.0, 4365.0, 4355.0, 4413.0, 4363.0, 4384.0, 4392.0, 4365.0, 4392.0, 4342.0, 4351.0, 4320.0, 4322.0, 4382.0, 4333.0, 4332.0, 4333.0, 4331.0, 4352.0, 4323.0, 4350.0, 4333.0, 4332.0, 4342.0, 4324.0, 4363.0, 4323.0, 4334.0, 4352.0, 4334.0, 4374.0, 4345.0, 4336.0, 4364.0, 4336.0, 4405.0, 4355.0, 4366.0, 4394.0, 4334.0, 4413.0, 4353.0, 4373.0, 4393.0, 4334.0, 4392.0, 4333.0, 4352.0, 4312.0, 4334.0, 4390.0, 4324.0, 4353.0, 4334.0, 4335.0, 4383.0, 4335.0, 4382.0, 4333.0, 4355.0, 4413.0, 4332.0, 4373.0, 4349.0, 4343.0, 4401.0, 4322.0, 4371.0, 4320.0, 4322.0, 4381.0, 4322.0, 4352.0, 4322.0, 4322.0, 4321.0, 4323.0, 4362.0, 4323.0, 4334.0, 4344.0, 4333.0, 4404.0, 4334.0, 4362.0, 4381.0, 4345.0, 4414.0, 4324.0, 4392.0, 4324.0, 4335.0, 4373.0, 4335.0, 4373.0, 4336.0, 4365.0, 4335.0, 4357.0, 4413.0, 4336.0, 4394.0, 4344.0, 4345.0, 4411.0, 4333.0, 4401.0, 4353.0, 4372.0, 4362.0, 4333.0, 4413.0, 4332.0, 4372.0, 4321.0, 4332.0, 4318.0, 4332.0, 4401.0, 4322.0, 4379.0, 4319.0, 4371.0, 4310.0, 4330.0, 4368.0, 4319.0, 4381.0, 4322.0, 4361.0, 4311.0, 4329.0, 4350.0, 4322.0, 4361.0, 4320.0, 4360.0, 4310.0, 4321.0, 4360.0, 4322.0, 4369.0, 4322.0, 4362.0, 4322.0, 4322.0, 4359.0, 4322.0, 4379.0, 4343.0, 4363.0, 4322.0, 4331.0, 4382.0, 4333.0, 4373.0, 4324.0, 4344.0, 4333.0, 4344.0, 4401.0, 4334.0, 4374.0, 4324.0, 4343.0, 4323.0, 4334.0, 4405.0, 4325.0, 4384.0, 4344.0, 4365.0, 4362.0, 4345.0, 4424.0, 4334.0, 4416.0, 4345.0, 4334.0, 4335.0, 4354.0, 4350.0, 4429.0, 4368.0, 4404.0, 4334.0, 4394.0, 4355.0, 4367.0, 4405.0, 4375.0, 4383.0, 4334.0, 4403.0, 4352.0, 4373.0, 4320.0, 4333.0, 4350.0, 4322.0, 4360.0, 4341.0, 4333.0, 4323.0, 4334.0, 4381.0, 4322.0, 4382.0, 4322.0, 4333.0, 4331.0, 4344.0, 4413.0, 4332.0, 4352.0, 4342.0, 4334.0, 4391.0, 4320.0, 4381.0, 4321.0, 4321.0, 4360.0, 4321.0, 4381.0, 4321.0, 4360.0, 4320.0, 4322.0, 4389.0, 4322.0, 4351.0, 4331.0, 4323.0, 4372.0, 4323.0, 4382.0, 4340.0, 4341.0, 4313.0, 4331.0, 4379.0, 4333.0, 4382.0, 4342.0, 4353.0, 4322.0, 4344.0, 4412.0, 4331.0, 4380.0, 4333.0, 4343.0, 4331.0, 4332.0, 4390.0, 4322.0, 4363.0, 4323.0, 4342.0, 4330.0, 4343.0, 4391.0, 4323.0, 4342.0, 4332.0, 4322.0, 4411.0, 4322.0, 4381.0, 4321.0, 4320.0, 4331.0, 4323.0, 4391.0, 4319.0, 4351.0, 4322.0, 4322.0, 4331.0, 4322.0, 4380.0, 4320.0, 4381.0, 4333.0, 4372.0, 4322.0, 4362.0, 4349.0, 4331.0, 4390.0, 4320.0, 4371.0, 4322.0, 4373.0, 4334.0, 4353.0, 4345.0, 4354.0, 4336.0, 4347.0, 4360.0, 4427.0, 4386.0, 4403.0, 4352.0, 4381.0, 4334.0, 4364.0, 4393.0, 4346.0, 4392.0, 4322.0, 4392.0, 4333.0, 4353.0, 4332.0, 4333.0, 4370.0, 4322.0, 4358.0, 4311.0, 4320.0, 4320.0, 4333.0, 4371.0, 4323.0, 4349.0, 4311.0, 4331.0, 4361.0, 4322.0, 4371.0, 4332.0, 4323.0, 4340.0, 4324.0, 4372.0, 4323.0, 4373.0, 4333.0, 4334.0, 4361.0, 4324.0, 4374.0, 4346.0, 4375.0, 4321.0, 4355.0, 4414.0, 4323.0, 4394.0, 4342.0, 4353.0, 4392.0, 4323.0, 4381.0, 4333.0, 4332.0, 4343.0, 4334.0, 4403.0, 4333.0, 4344.0, 4334.0, 4335.0, 4345.0, 4334.0, 4336.0, 4348.0, 4408.0, 4366.0, 4367.0, 4427.0, 4387.0, 4404.0, 4353.0, 4377.0, 4415.0, 4384.0, 4393.0, 4363.0, 4363.0, 4333.0, 4364.0, 4403.0, 4335.0, 4383.0, 4333.0, 4361.0, 4321.0, 4332.0, 4351.0, 4333.0, 4382.0, 4331.0, 4371.0, 4321.0, 4332.0, 4341.0, 4321.0, 4391.0, 4320.0, 4379.0, 4310.0, 4320.0, 4338.0, 4333.0, 4318.0, 4332.0, 4323.0, 4342.0, 4336.0, 4386.0, 4405.0, 4375.0, 4402.0, 4330.0, 4372.0, 4350.0, 4330.0, 4401.0, 4342.0, 4391.0, 4329.0, 4321.0, 4370.0, 4322.0, 4372.0, 4310.0, 4339.0, 4311.0, 4322.0, 4334.0, 4361.0, 4333.0, 4344.0, 4364.0, 4335.0, 4403.0, 4365.0, 4393.0, 4330.0, 4352.0, 4390.0, 4360.0, 4399.0, 4358.0, 4350.0, 4369.0, 4350.0, 4398.0, 4337.0, 4365.0, 4315.0, 4324.0, 4333.0, 4314.0, 4363.0, 4294.0, 4325.0, 4297.0, 4306.0, 4296.0, 4317.0, 4346.0, 4307.0, 4336.0, 4307.0, 4318.0, 4357.0, 4308.0, 4347.0, 4307.0, 4307.0, 4347.0, 4309.0, 4348.0, 4308.0, 4319.0, 4308.0, 4319.0, 4348.0, 4320.0, 4331.0, 4331.0, 4332.0, 4393.0, 4342.0, 4333.0, 4372.0, 4323.0, 4383.0, 4343.0, 4353.0, 4392.0, 4321.0, 4382.0, 4341.0, 4354.0, 4392.0, 4324.0, 4374.0, 4332.0, 4353.0, 4382.0, 4324.0, 4362.0, 4333.0, 4335.0, 4344.0, 4348.0, 4387.0, 4347.0, 4367.0, 4336.0, 4368.0, 4416.0, 4362.0, 4407.0, 4370.0, 4408.0, 4369.0, 4440.0, 4396.0, 4386.0, 4426.0, 4386.0, 4381.0, 4342.0, 4343.0, 4401.0, 4322.0, 4403.0, 4351.0, 4341.0, 4311.0, 4330.0, 4371.0, 4333.0, 4363.0, 4312.0, 4333.0, 4311.0, 4334.0, 4373.0, 4334.0, 4354.0, 4332.0, 4335.0, 4404.0, 4321.0, 4372.0, 4353.0, 4344.0, 4403.0, 4343.0, 4403.0, 4340.0, 4353.0, 4402.0, 4351.0, 4402.0, 4341.0, 4380.0, 4330.0, 4343.0, 4381.0, 4321.0, 4380.0, 4322.0, 4352.0, 4322.0, 4323.0, 4380.0, 4321.0, 4399.0, 4310.0, 4369.0, 4320.0, 4328.0, 4359.0, 4320.0, 4400.0, 4310.0, 4349.0, 4298.0, 4309.0, 4378.0, 4309.0, 4379.0, 4339.0, 4328.0, 4307.0, 4319.0, 4346.0, 4308.0, 4348.0, 4299.0, 4320.0, 4339.0, 4321.0, 4370.0, 4331.0, 4309.0, 4359.0, 4311.0, 4369.0, 4329.0, 4340.0, 4378.0, 4320.0, 4369.0, 4318.0, 4330.0, 4389.0, 4309.0, 4359.0, 4309.0, 4318.0, 4308.0, 4321.0, 4348.0, 4320.0, 4321.0, 4329.0, 4322.0, 4381.0, 4310.0, 4321.0, 4400.0, 4319.0, 4380.0, 4340.0, 4339.0, 4299.0, 4321.0, 4360.0, 4331.0, 4342.0, 4333.0, 4333.0, 4333.0, 4335.0, 4372.0, 4344.0, 4356.0, 4345.0, 4336.0, 4394.0, 4335.0, 4393.0, 4333.0, 4343.0, 4404.0, 4366.0, 4413.0, 4372.0, 4382.0, 4330.0, 4352.0, 4401.0, 4346.0, 4415.0, 4353.0, 4372.0, 4320.0, 4320.0, 4323.0, 4347.0, 4335.0, 4323.0, 4335.0, 4345.0, 4361.0, 4428.0, 4387.0, 4393.0, 4332.0, 4341.0, 4391.0, 4364.0, 4425.0, 4391.0, 4369.0, 4339.0, 4338.0, 4308.0, 4331.0, 4350.0, 4321.0, 4340.0, 4322.0, 4351.0, 4321.0, 4335.0, 4393.0, 4333.0, 4383.0, 4333.0, 4363.0, 4352.0, 4333.0, 4401.0, 4366.0, 4382.0, 4363.0, 4332.0, 4341.0, 4321.0, 4342.0, 4379.0, 4309.0, 4330.0, 4349.0, 4351.0, 4382.0, 4342.0, 4363.0, 4391.0, 4350.0, 4400.0, 4346.0, 4366.0, 4376.0, 4366.0, 4387.0, 4355.0, 4344.0, 4314.0, 4302.0, 4290.0, 4314.0, 4292.0, 4328.0, 4308.0, 4305.0, 4316.0, 4308.0, 4339.0, 4388.0, 4346.0, 4380.0, 4340.0, 4339.0, 4305.0, 4317.0, 4335.0, 4306.0, 4315.0, 4304.0, 4317.0, 4346.0, 4310.0, 4338.0, 4319.0, 4320.0, 4348.0, 4321.0, 4330.0, 4320.0, 4332.0, 4362.0, 4324.0, 4363.0, 4324.0, 4344.0, 4321.0, 4344.0, 4374.0, 4344.0, 4365.0, 4337.0, 4347.0, 4349.0, 4419.0, 4380.0, 4379.0, 4396.0, 4346.0, 4404.0, 4324.0, 4393.0, 4343.0, 4357.0, 4394.0, 4345.0, 4377.0, 4349.0, 4365.0, 4326.0, 4346.0, 4346.0, 4359.0, 4376.0, 4335.0, 4354.0, 4323.0, 4334.0, 4403.0, 4331.0, 4374.0, 4334.0, 4344.0, 4412.0, 4322.0, 4393.0, 4350.0, 4352.0, 4401.0, 4321.0, 4350.0, 4320.0, 4329.0, 4319.0, 4323.0, 4362.0, 4325.0, 4363.0, 4334.0, 4346.0, 4362.0, 4323.0, 4372.0, 4323.0, 4365.0, 4384.0, 4345.0, 4392.0, 4333.0, 4373.0, 4333.0, 4354.0, 4414.0, 4343.0, 4382.0, 4333.0, 4353.0, 4390.0, 4322.0, 4361.0, 4322.0, 4343.0, 4352.0, 4322.0, 4361.0, 4321.0, 4342.0, 4401.0, 4322.0, 4362.0, 4321.0, 4342.0, 4400.0, 4319.0, 4340.0, 4321.0, 4332.0, 4390.0, 4322.0, 4360.0, 4309.0, 4331.0, 4339.0, 4321.0, 4361.0, 4321.0, 4351.0, 4321.0, 4342.0, 4340.0, 4322.0, 4373.0, 4332.0, 4353.0, 4332.0, 4343.0, 4402.0, 4322.0, 4382.0, 4332.0, 4343.0, 4372.0, 4330.0, 4412.0, 4332.0, 4349.0, 4361.0, 4342.0, 4402.0, 4332.0, 4391.0, 4320.0, 4341.0, 4379.0, 4320.0, 4378.0, 4321.0, 4342.0, 4320.0, 4332.0, 4371.0, 4332.0, 4350.0, 4331.0, 4332.0, 4412.0, 4322.0, 4372.0, 4342.0, 4341.0, 4380.0, 4320.0, 4378.0, 4318.0, 4330.0, 4348.0, 4331.0, 4379.0, 4309.0, 4360.0, 4320.0, 4330.0, 4350.0, 4332.0, 4361.0, 4332.0, 4363.0, 4343.0, 4343.0, 4394.0, 4355.0, 4364.0, 4373.0, 4342.0, 4411.0, 4330.0, 4363.0, 4382.0, 4352.0, 4381.0, 4328.0, 4372.0, 4319.0, 4351.0, 4411.0, 4330.0, 4371.0, 4319.0, 4330.0, 4379.0, 4309.0, 4360.0, 4320.0, 4340.0, 4319.0, 4341.0, 4380.0, 4320.0, 4361.0, 4331.0, 4341.0, 4320.0, 4341.0, 4381.0, 4322.0, 4362.0, 4321.0, 4353.0, 4400.0, 4321.0, 4373.0, 4341.0, 4352.0, 4391.0, 4331.0, 4381.0, 4330.0, 4350.0, 4360.0, 4340.0, 4401.0, 4330.0, 4379.0, 4328.0, 4339.0, 4402.0, 4322.0, 4382.0, 4334.0, 4366.0, 4333.0, 4342.0, 4346.0, 4347.0, 4346.0, 4355.0, 4347.0, 4357.0, 4415.0, 4348.0, 4422.0, 4369.0, 4379.0, 4346.0, 4398.0, 4356.0, 4415.0, 4365.0, 4417.0, 4394.0, 4374.0, 4414.0, 4393.0, 4382.0, 4340.0, 4339.0, 4357.0, 4338.0, 4368.0, 4319.0, 4359.0, 4319.0, 4339.0, 4319.0, 4330.0, 4360.0, 4321.0, 4361.0, 4321.0, 4362.0, 4323.0, 4343.0, 4384.0, 4335.0, 4363.0, 4344.0, 4373.0, 4336.0, 4386.0, 4383.0, 4364.0, 4413.0, 4372.0, 4393.0, 4351.0, 4351.0, 4400.0, 4332.0, 4392.0, 4353.0, 4384.0, 4322.0, 4342.0, 4333.0, 4355.0, 4356.0, 4345.0, 4346.0, 4344.0, 4346.0, 4428.0, 4367.0, 4426.0, 4398.0, 4413.0], 'WindowWidth': [9649.0, 9636.0, 9593.0, 9605.0, 9635.0, 9568.0, 9631.0, 9564.0, 9585.0, 9550.0, 9573.0, 9549.0, 9564.0, 9566.0, 9579.0, 9574.0, 9597.0, 9620.0, 9594.0, 9613.0, 9612.0, 9603.0, 9669.0, 9621.0, 9656.0, 9586.0, 9630.0, 9697.0, 9603.0, 9655.0, 9598.0, 9617.0, 9638.0, 9620.0, 9697.0, 9618.0, 9667.0, 9601.0, 9612.0, 9652.0, 9600.0, 9680.0, 9627.0, 9663.0, 9611.0, 9619.0, 9687.0, 9604.0, 9681.0, 9642.0, 9654.0, 9622.0, 9608.0, 9704.0, 9614.0, 9677.0, 9595.0, 9610.0, 9658.0, 9595.0, 9632.0, 9586.0, 9627.0, 9610.0, 9602.0, 9649.0, 9598.0, 9623.0, 9583.0, 9613.0, 9637.0, 9601.0, 9664.0, 9599.0, 9627.0, 9620.0, 9616.0, 9707.0, 9623.0, 9673.0, 9594.0, 9607.0, 9591.0, 9611.0, 9621.0, 9601.0, 9639.0, 9602.0, 9611.0, 9712.0, 9619.0, 9680.0, 9639.0, 9625.0, 9702.0, 9631.0, 9662.0, 9670.0, 9637.0, 9669.0, 9602.0, 9613.0, 9570.0, 9576.0, 9657.0, 9594.0, 9591.0, 9592.0, 9590.0, 9616.0, 9579.0, 9614.0, 9591.0, 9593.0, 9604.0, 9582.0, 9632.0, 9579.0, 9596.0, 9617.0, 9596.0, 9649.0, 9612.0, 9602.0, 9636.0, 9601.0, 9693.0, 9626.0, 9640.0, 9676.0, 9596.0, 9702.0, 9618.0, 9646.0, 9671.0, 9594.0, 9671.0, 9593.0, 9617.0, 9565.0, 9595.0, 9668.0, 9582.0, 9620.0, 9597.0, 9599.0, 9661.0, 9598.0, 9659.0, 9593.0, 9624.0, 9701.0, 9590.0, 9645.0, 9609.0, 9603.0, 9681.0, 9576.0, 9640.0, 9571.0, 9575.0, 9651.0, 9576.0, 9616.0, 9575.0, 9577.0, 9573.0, 9580.0, 9631.0, 9581.0, 9596.0, 9609.0, 9594.0, 9689.0, 9595.0, 9632.0, 9657.0, 9611.0, 9703.0, 9583.0, 9671.0, 9582.0, 9600.0, 9648.0, 9599.0, 9648.0, 9602.0, 9641.0, 9599.0, 9631.0, 9703.0, 9601.0, 9677.0, 9609.0, 9611.0, 9697.0, 9594.0, 9683.0, 9620.0, 9643.0, 9629.0, 9592.0, 9699.0, 9590.0, 9643.0, 9575.0, 9589.0, 9567.0, 9589.0, 9682.0, 9574.0, 9648.0, 9569.0, 9638.0, 9557.0, 9585.0, 9633.0, 9569.0, 9653.0, 9576.0, 9627.0, 9558.0, 9583.0, 9611.0, 9574.0, 9624.0, 9572.0, 9623.0, 9558.0, 9573.0, 9623.0, 9575.0, 9635.0, 9577.0, 9628.0, 9576.0, 9577.0, 9622.0, 9576.0, 9650.0, 9607.0, 9632.0, 9577.0, 9590.0, 9657.0, 9594.0, 9645.0, 9583.0, 9610.0, 9593.0, 9610.0, 9684.0, 9597.0, 9647.0, 9583.0, 9607.0, 9581.0, 9597.0, 9693.0, 9587.0, 9664.0, 9611.0, 9640.0, 9631.0, 9614.0, 9719.0, 9597.0, 9710.0, 9612.0, 9599.0, 9602.0, 9628.0, 9629.0, 9733.0, 9648.0, 9691.0, 9598.0, 9677.0, 9625.0, 9643.0, 9692.0, 9650.0, 9659.0, 9595.0, 9687.0, 9616.0, 9643.0, 9572.0, 9591.0, 9610.0, 9576.0, 9624.0, 9603.0, 9592.0, 9579.0, 9595.0, 9655.0, 9575.0, 9656.0, 9575.0, 9592.0, 9587.0, 9607.0, 9698.0, 9590.0, 9616.0, 9602.0, 9595.0, 9668.0, 9571.0, 9652.0, 9570.0, 9571.0, 9622.0, 9570.0, 9650.0, 9572.0, 9623.0, 9569.0, 9574.0, 9662.0, 9577.0, 9613.0, 9588.0, 9579.0, 9641.0, 9578.0, 9656.0, 9598.0, 9601.0, 9565.0, 9587.0, 9650.0, 9593.0, 9657.0, 9602.0, 9618.0, 9576.0, 9607.0, 9697.0, 9587.0, 9650.0, 9591.0, 9604.0, 9587.0, 9589.0, 9666.0, 9578.0, 9632.0, 9579.0, 9604.0, 9586.0, 9605.0, 9667.0, 9577.0, 9602.0, 9589.0, 9577.0, 9695.0, 9574.0, 9653.0, 9573.0, 9571.0, 9586.0, 9577.0, 9667.0, 9569.0, 9612.0, 9577.0, 9577.0, 9587.0, 9577.0, 9652.0, 9573.0, 9652.0, 9590.0, 9642.0, 9576.0, 9628.0, 9608.0, 9586.0, 9664.0, 9571.0, 9639.0, 9577.0, 9645.0, 9597.0, 9621.0, 9618.0, 9623.0, 9604.0, 9621.0, 9641.0, 9726.0, 9668.0, 9688.0, 9618.0, 9655.0, 9594.0, 9636.0, 9672.0, 9613.0, 9671.0, 9577.0, 9669.0, 9592.0, 9616.0, 9587.0, 9589.0, 9636.0, 9573.0, 9618.0, 9559.0, 9571.0, 9570.0, 9591.0, 9640.0, 9578.0, 9609.0, 9560.0, 9587.0, 9625.0, 9575.0, 9638.0, 9589.0, 9577.0, 9597.0, 9580.0, 9642.0, 9580.0, 9645.0, 9592.0, 9594.0, 9628.0, 9582.0, 9646.0, 9613.0, 9651.0, 9575.0, 9623.0, 9701.0, 9579.0, 9676.0, 9603.0, 9619.0, 9671.0, 9577.0, 9654.0, 9591.0, 9590.0, 9604.0, 9594.0, 9685.0, 9593.0, 9607.0, 9595.0, 9597.0, 9611.0, 9598.0, 9603.0, 9624.0, 9702.0, 9641.0, 9643.0, 9724.0, 9669.0, 9691.0, 9620.0, 9658.0, 9706.0, 9660.0, 9673.0, 9629.0, 9631.0, 9592.0, 9635.0, 9686.0, 9599.0, 9658.0, 9592.0, 9626.0, 9573.0, 9588.0, 9612.0, 9591.0, 9654.0, 9587.0, 9637.0, 9573.0, 9586.0, 9597.0, 9571.0, 9665.0, 9570.0, 9646.0, 9557.0, 9568.0, 9590.0, 9591.0, 9567.0, 9590.0, 9580.0, 9605.0, 9603.0, 9669.0, 9691.0, 9650.0, 9682.0, 9583.0, 9640.0, 9610.0, 9584.0, 9679.0, 9599.0, 9664.0, 9579.0, 9571.0, 9633.0, 9573.0, 9641.0, 9554.0, 9591.0, 9559.0, 9578.0, 9596.0, 9626.0, 9592.0, 9610.0, 9634.0, 9597.0, 9687.0, 9637.0, 9672.0, 9583.0, 9615.0, 9663.0, 9621.0, 9674.0, 9616.0, 9605.0, 9632.0, 9608.0, 9670.0, 9585.0, 9621.0, 9550.0, 9561.0, 9571.0, 9548.0, 9611.0, 9522.0, 9566.0, 9531.0, 9544.0, 9528.0, 9560.0, 9596.0, 9546.0, 9584.0, 9546.0, 9564.0, 9613.0, 9550.0, 9598.0, 9547.0, 9548.0, 9600.0, 9554.0, 9603.0, 9551.0, 9566.0, 9551.0, 9569.0, 9604.0, 9571.0, 9587.0, 9586.0, 9591.0, 9671.0, 9603.0, 9593.0, 9641.0, 9578.0, 9657.0, 9603.0, 9619.0, 9668.0, 9574.0, 9655.0, 9597.0, 9621.0, 9670.0, 9582.0, 9647.0, 9590.0, 9619.0, 9653.0, 9582.0, 9629.0, 9595.0, 9600.0, 9610.0, 9623.0, 9672.0, 9619.0, 9645.0, 9602.0, 9649.0, 9711.0, 9650.0, 9701.0, 9655.0, 9700.0, 9650.0, 9750.0, 9679.0, 9666.0, 9725.0, 9665.0, 9655.0, 9600.0, 9601.0, 9679.0, 9574.0, 9684.0, 9611.0, 9598.0, 9557.0, 9583.0, 9637.0, 9592.0, 9631.0, 9562.0, 9589.0, 9560.0, 9593.0, 9643.0, 9596.0, 9620.0, 9588.0, 9595.0, 9687.0, 9575.0, 9643.0, 9618.0, 9606.0, 9685.0, 9605.0, 9685.0, 9596.0, 9616.0, 9684.0, 9612.0, 9680.0, 9598.0, 9650.0, 9582.0, 9603.0, 9654.0, 9571.0, 9648.0, 9575.0, 9613.0, 9576.0, 9578.0, 9649.0, 9571.0, 9674.0, 9554.0, 9632.0, 9569.0, 9577.0, 9618.0, 9570.0, 9677.0, 9554.0, 9605.0, 9536.0, 9552.0, 9643.0, 9551.0, 9643.0, 9589.0, 9575.0, 9547.0, 9565.0, 9596.0, 9548.0, 9602.0, 9540.0, 9569.0, 9592.0, 9571.0, 9635.0, 9585.0, 9555.0, 9620.0, 9558.0, 9632.0, 9579.0, 9594.0, 9643.0, 9566.0, 9631.0, 9561.0, 9580.0, 9658.0, 9551.0, 9617.0, 9551.0, 9564.0, 9550.0, 9570.0, 9602.0, 9568.0, 9572.0, 9581.0, 9573.0, 9650.0, 9555.0, 9570.0, 9677.0, 9567.0, 9648.0, 9593.0, 9592.0, 9539.0, 9570.0, 9620.0, 9586.0, 9603.0, 9594.0, 9595.0, 9594.0, 9598.0, 9644.0, 9608.0, 9627.0, 9611.0, 9600.0, 9676.0, 9597.0, 9672.0, 9590.0, 9605.0, 9689.0, 9642.0, 9700.0, 9643.0, 9654.0, 9581.0, 9613.0, 9681.0, 9614.0, 9707.0, 9619.0, 9643.0, 9569.0, 9568.0, 9579.0, 9620.0, 9600.0, 9580.0, 9599.0, 9612.0, 9645.0, 9733.0, 9669.0, 9672.0, 9587.0, 9599.0, 9666.0, 9636.0, 9721.0, 9666.0, 9631.0, 9591.0, 9591.0, 9549.0, 9585.0, 9609.0, 9571.0, 9596.0, 9577.0, 9613.0, 9575.0, 9601.0, 9673.0, 9591.0, 9658.0, 9590.0, 9630.0, 9615.0, 9592.0, 9681.0, 9639.0, 9654.0, 9627.0, 9585.0, 9595.0, 9571.0, 9601.0, 9646.0, 9550.0, 9580.0, 9604.0, 9613.0, 9653.0, 9601.0, 9630.0, 9663.0, 9607.0, 9675.0, 9593.0, 9621.0, 9634.0, 9622.0, 9654.0, 9606.0, 9589.0, 9549.0, 9532.0, 9513.0, 9550.0, 9521.0, 9578.0, 9551.0, 9543.0, 9558.0, 9549.0, 9593.0, 9655.0, 9596.0, 9647.0, 9593.0, 9590.0, 9539.0, 9558.0, 9578.0, 9541.0, 9553.0, 9537.0, 9559.0, 9595.0, 9556.0, 9591.0, 9564.0, 9568.0, 9604.0, 9572.0, 9582.0, 9569.0, 9588.0, 9627.0, 9581.0, 9632.0, 9580.0, 9608.0, 9574.0, 9608.0, 9650.0, 9614.0, 9639.0, 9604.0, 9617.0, 9625.0, 9718.0, 9669.0, 9664.0, 9680.0, 9613.0, 9691.0, 9581.0, 9674.0, 9605.0, 9629.0, 9675.0, 9611.0, 9662.0, 9626.0, 9637.0, 9587.0, 9612.0, 9617.0, 9639.0, 9654.0, 9599.0, 9622.0, 9581.0, 9596.0, 9687.0, 9588.0, 9648.0, 9593.0, 9608.0, 9699.0, 9575.0, 9672.0, 9610.0, 9617.0, 9681.0, 9572.0, 9609.0, 9569.0, 9582.0, 9568.0, 9578.0, 9630.0, 9586.0, 9634.0, 9596.0, 9614.0, 9632.0, 9581.0, 9645.0, 9582.0, 9638.0, 9662.0, 9611.0, 9671.0, 9593.0, 9646.0, 9590.0, 9621.0, 9705.0, 9606.0, 9658.0, 9590.0, 9618.0, 9664.0, 9575.0, 9628.0, 9578.0, 9605.0, 9615.0, 9577.0, 9627.0, 9572.0, 9601.0, 9682.0, 9576.0, 9629.0, 9572.0, 9601.0, 9678.0, 9568.0, 9598.0, 9571.0, 9589.0, 9663.0, 9574.0, 9624.0, 9555.0, 9586.0, 9594.0, 9574.0, 9624.0, 9573.0, 9614.0, 9573.0, 9604.0, 9598.0, 9576.0, 9646.0, 9592.0, 9619.0, 9589.0, 9607.0, 9684.0, 9576.0, 9658.0, 9591.0, 9605.0, 9644.0, 9586.0, 9697.0, 9589.0, 9612.0, 9628.0, 9603.0, 9684.0, 9589.0, 9666.0, 9570.0, 9599.0, 9649.0, 9571.0, 9647.0, 9575.0, 9602.0, 9572.0, 9590.0, 9641.0, 9592.0, 9613.0, 9588.0, 9590.0, 9697.0, 9574.0, 9644.0, 9602.0, 9601.0, 9651.0, 9569.0, 9645.0, 9563.0, 9580.0, 9605.0, 9585.0, 9647.0, 9555.0, 9621.0, 9571.0, 9586.0, 9613.0, 9590.0, 9627.0, 9592.0, 9635.0, 9605.0, 9606.0, 9678.0, 9627.0, 9636.0, 9646.0, 9605.0, 9697.0, 9585.0, 9633.0, 9656.0, 9616.0, 9655.0, 9581.0, 9642.0, 9568.0, 9612.0, 9698.0, 9585.0, 9639.0, 9569.0, 9584.0, 9649.0, 9554.0, 9624.0, 9571.0, 9597.0, 9567.0, 9600.0, 9650.0, 9573.0, 9629.0, 9588.0, 9602.0, 9573.0, 9602.0, 9654.0, 9577.0, 9630.0, 9574.0, 9621.0, 9681.0, 9576.0, 9646.0, 9602.0, 9618.0, 9669.0, 9586.0, 9654.0, 9584.0, 9612.0, 9624.0, 9597.0, 9680.0, 9583.0, 9649.0, 9578.0, 9595.0, 9687.0, 9578.0, 9660.0, 9599.0, 9645.0, 9597.0, 9608.0, 9618.0, 9623.0, 9617.0, 9630.0, 9623.0, 9635.0, 9710.0, 9626.0, 9733.0, 9655.0, 9666.0, 9620.0, 9690.0, 9631.0, 9709.0, 9641.0, 9718.0, 9677.0, 9647.0, 9706.0, 9674.0, 9658.0, 9598.0, 9595.0, 9615.0, 9591.0, 9633.0, 9570.0, 9619.0, 9569.0, 9595.0, 9567.0, 9586.0, 9624.0, 9575.0, 9627.0, 9577.0, 9631.0, 9579.0, 9608.0, 9663.0, 9597.0, 9632.0, 9609.0, 9646.0, 9602.0, 9670.0, 9661.0, 9637.0, 9701.0, 9644.0, 9675.0, 9614.0, 9613.0, 9679.0, 9591.0, 9672.0, 9620.0, 9663.0, 9577.0, 9601.0, 9595.0, 9628.0, 9630.0, 9612.0, 9616.0, 9609.0, 9615.0, 9731.0, 9646.0, 9724.0, 9687.0, 9701.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.0013514174589455488</td></tr>
<tr><td colspan=3>aqi</td><td>0.02565851944684529</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>33.93112345133221</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.135233486012109</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9816302471539774</td></tr>
<tr><td colspan=3>efc</td><td>0.4717</td></tr>
<tr><td colspan=3>fber</td><td>5659.8682</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09252619299736452</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>51</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>4.407951598962835</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.568090226604283</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5027815766926738</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.772822479345306</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4286666237748706</td></tr>
<tr><td colspan=3>gcor</td><td>0.00893887</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015601806342601776</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.024616926908493042</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1157</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.621698271758172</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>25.7705</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>46.0222</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>185.433</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>301504.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>895.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>354.727</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.7435</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>605.3657</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3527.064</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3763.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>75040.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>983.5</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4735.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1039.0084</td></tr>
<tr><td colspan=3>tsnr</td><td>37.70942706929054</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>