ds005256-mriqc/sub-0008_ses-02_task-narratives_acq-mb8_run-04_bold.html
Felix Hoffstaedter 72002baa0b [DATALAD RUNCMD] Compute MRIQC for sub-0008
=== 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-0008 --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-0008",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:22:12 +02:00

616 lines
No EOL
130 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-0008_ses-02_task-narratives_acq-mb8_run-04_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-0008_ses-02_task-narratives_acq-mb8_run-04_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-04_session-02_subject-0008_suffix-bold_task-narratives" 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-0008/figures/sub-0008_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0008/figures/sub-0008_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0008/figures/sub-0008_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-02_subject-0008_suffix-bold_task-narratives" 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-0008/figures/sub-0008_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0008/figures/sub-0008_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0008/figures/sub-0008_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-02_subject-0008_suffix-bold_task-narratives" 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-0008/figures/sub-0008_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0008/figures/sub-0008_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0008/figures/sub-0008_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-02_subject-0008_suffix-bold_task-narratives" 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-0008/figures/sub-0008_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0008/figures/sub-0008_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0008/figures/sub-0008_ses-02_task-narratives_acq-mb8_run-04_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-04_session-02_subject-0008_suffix-bold_task-narratives" 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-0008/figures/sub-0008_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0008/figures/sub-0008_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0008/figures/sub-0008_ses-02_task-narratives_acq-mb8_run-04_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-04_session-02_subject-0008_suffix-bold_task-narratives" 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-0008/figures/sub-0008_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0008/figures/sub-0008_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0008/figures/sub-0008_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-02_subject-0008_suffix-bold_task-narratives" 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-0008/figures/sub-0008_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0008/figures/sub-0008_ses-02_task-narratives_acq-mb8_run-04_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-0008/figures/sub-0008_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0008/figures/sub-0008_ses-02_task-narratives_acq-mb8_run-04_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-0008/ses-02/func/sub-0008_ses-02_task-narratives_acq-mb8_run-04_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>b0e3b8ce49a5e1f3894e15095e093225</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>13:04:42.120000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.99986, 0.00842158, 0.0144933, -0.0095983, 0.996492, 0.0831361]</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-04_task-narratives_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.112882</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-04_task-narratives_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4121, -7725, -7229, 539, -145, -64, -76, 84]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 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>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>248.528</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>16c940ea-5bfc-4bbc-96ac-d08a94bca0a8||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6825499534606934, -0.025751536712050438, 0.037104204297065735, 112.24427795410156], [-0.022594479843974113, 2.6735150814056396, 0.22481167316436768, -102.90532684326172], [0.03888440877199173, -0.22304821014404297, 2.69036865234375, -20.046327590942383], [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, 1156]</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], 'AcquisitionTime': ['130442.120000', '130442.580000', '130443.040000', '130443.500000', '130443.960000', '130444.420000', '130444.880000', '130445.340000', '130445.800000', '130446.260000', '130446.720000', '130447.180000', '130447.640000', '130448.100000', '130448.560000', '130449.020000', '130449.480000', '130449.940000', '130450.400000', '130450.860000', '130451.320000', '130451.780000', '130452.240000', '130452.700000', '130453.160000', '130453.620000', '130454.080000', '130454.540000', '130455.000000', '130455.460000', '130455.920000', '130456.380000', '130456.840000', '130457.300000', '130457.760000', '130458.220000', '130458.680000', '130459.140000', '130459.600000', '130500.060000', '130500.520000', '130500.980000', '130501.440000', '130501.900000', '130502.360000', '130502.820000', '130503.280000', '130503.740000', '130504.200000', '130504.660000', '130505.120000', '130505.580000', '130506.040000', '130506.500000', '130506.960000', '130507.420000', '130507.880000', '130508.340000', '130508.800000', '130509.260000', '130509.720000', '130510.180000', '130510.640000', '130511.100000', '130511.560000', '130512.020000', '130512.480000', '130512.940000', '130513.400000', '130513.860000', '130514.320000', '130514.780000', '130515.240000', '130515.700000', '130516.160000', '130516.620000', '130517.080000', '130517.540000', '130518.000000', '130518.460000', '130518.920000', '130519.380000', '130519.840000', '130520.300000', '130520.760000', '130521.220000', '130521.680000', '130522.140000', '130522.600000', '130523.060000', '130523.520000', '130523.980000', '130524.440000', '130524.900000', '130525.360000', '130525.820000', '130526.280000', '130526.740000', '130527.200000', '130527.660000', '130528.120000', '130528.580000', '130529.040000', '130529.500000', '130529.960000', '130530.420000', '130530.880000', '130531.340000', '130531.800000', '130532.260000', '130532.720000', '130533.180000', '130533.640000', '130534.100000', '130534.560000', '130535.020000', '130535.480000', '130535.940000', '130536.400000', '130536.860000', '130537.320000', '130537.780000', '130538.240000', '130538.700000', '130539.160000', '130539.620000', '130540.080000', '130540.540000', '130541.000000', '130541.460000', '130541.920000', '130542.380000', '130542.840000', '130543.300000', '130543.760000', '130544.220000', '130544.680000', '130545.140000', '130545.600000', '130546.060000', '130546.520000', '130546.980000', '130547.440000', '130547.900000', '130548.360000', '130548.820000', '130549.280000', '130549.740000', '130550.200000', '130550.660000', '130551.120000', '130551.580000', '130552.040000', '130552.500000', '130552.960000', '130553.420000', '130553.880000', '130554.340000', '130554.800000', '130555.260000', '130555.720000', '130556.180000', '130556.640000', '130557.100000', '130557.560000', '130558.020000', '130558.480000', '130558.940000', '130559.400000', '130559.860000', '130600.320000', '130600.780000', '130601.240000', '130601.700000', '130602.160000', '130602.620000', '130603.080000', '130603.540000', '130604.000000', '130604.460000', '130604.920000', '130605.380000', '130605.840000', '130606.300000', '130606.760000', '130607.220000', '130607.680000', '130608.140000', '130608.600000', '130609.060000', '130609.520000', '130609.980000', '130610.440000', '130610.900000', '130611.360000', '130611.820000', '130612.280000', '130612.740000', '130613.200000', '130613.660000', '130614.120000', '130614.580000', '130615.040000', '130615.500000', '130615.960000', '130616.420000', '130616.880000', '130617.340000', '130617.800000', '130618.260000', '130618.720000', '130619.180000', '130619.640000', '130620.100000', '130620.560000', '130621.020000', '130621.480000', '130621.940000', '130622.400000', '130622.860000', '130623.320000', '130623.780000', '130624.240000', '130624.700000', '130625.160000', '130625.620000', '130626.080000', '130626.540000', '130627.000000', '130627.460000', '130627.920000', '130628.380000', '130628.840000', '130629.300000', '130629.760000', '130630.220000', '130630.680000', '130631.140000', '130631.600000', '130632.060000', '130632.520000', '130632.980000', '130633.440000', '130633.900000', '130634.360000', '130634.820000', '130635.280000', '130635.740000', '130636.200000', '130636.660000', '130637.120000', '130637.580000', '130638.040000', '130638.500000', '130638.960000', '130639.420000', '130639.880000', '130640.340000', '130640.800000', '130641.260000', '130641.720000', '130642.180000', '130642.640000', '130643.100000', '130643.560000', '130644.020000', '130644.480000', '130644.940000', '130645.400000', '130645.860000', '130646.320000', '130646.780000', '130647.240000', '130647.700000', '130648.160000', '130648.620000', '130649.080000', '130649.540000', '130650.000000', '130650.460000', '130650.920000', '130651.380000', '130651.840000', '130652.300000', '130652.760000', '130653.220000', '130653.680000', '130654.140000', '130654.600000', '130655.060000', '130655.520000', '130655.980000', '130656.440000', '130656.900000', '130657.360000', '130657.820000', '130658.280000', '130658.740000', '130659.200000', '130659.660000', '130700.120000', '130700.580000', '130701.040000', '130701.500000', '130701.960000', '130702.420000', '130702.880000', '130703.340000', '130703.800000', '130704.260000', '130704.720000', '130705.180000', '130705.640000', '130706.100000', '130706.560000', '130707.020000', '130707.480000', '130707.940000', '130708.400000', '130708.860000', '130709.320000', '130709.780000', '130710.240000', '130710.700000', '130711.160000', '130711.620000', '130712.080000', '130712.540000', '130713.000000', '130713.460000', '130713.920000', '130714.380000', '130714.840000', '130715.300000', '130715.760000', '130716.220000', '130716.680000', '130717.140000', '130717.600000', '130718.060000', '130718.520000', '130718.980000', '130719.440000', '130719.900000', '130720.360000', '130720.820000', '130721.280000', '130721.740000', '130722.200000', '130722.660000', '130723.120000', '130723.580000', '130724.040000', '130724.500000', '130724.960000', '130725.420000', '130725.880000', '130726.340000', '130726.800000', '130727.260000', '130727.720000', '130728.180000', '130728.640000', '130729.100000', '130729.560000', '130730.020000', '130730.480000', '130730.940000', '130731.400000', '130731.860000', '130732.320000', '130732.780000', '130733.240000', '130733.700000', '130734.160000', '130734.620000', '130735.080000', '130735.540000', '130736.000000', '130736.460000', '130736.920000', '130737.380000', '130737.840000', '130738.300000', '130738.760000', '130739.220000', '130739.680000', '130740.140000', '130740.600000', '130741.060000', '130741.520000', '130741.980000', '130742.440000', '130742.900000', '130743.360000', '130743.820000', '130744.280000', '130744.740000', '130745.200000', '130745.660000', '130746.120000', '130746.580000', '130747.040000', '130747.500000', '130747.960000', '130748.420000', '130748.880000', '130749.340000', '130749.800000', '130750.260000', '130750.720000', '130751.180000', '130751.640000', '130752.100000', '130752.560000', '130753.020000', '130753.480000', '130753.940000', '130754.400000', '130754.860000', '130755.320000', '130755.780000', '130756.240000', '130756.700000', '130757.160000', '130757.620000', '130758.080000', '130758.540000', '130759.000000', '130759.460000', '130759.920000', '130800.380000', '130800.840000', '130801.300000', '130801.760000', '130802.220000', '130802.680000', '130803.140000', '130803.600000', '130804.060000', '130804.520000', '130804.980000', '130805.440000', '130805.900000', '130806.360000', '130806.820000', '130807.280000', '130807.740000', '130808.200000', '130808.660000', '130809.120000', '130809.580000', '130810.040000', '130810.500000', '130810.960000', '130811.420000', '130811.880000', '130812.340000', '130812.800000', '130813.260000', '130813.720000', '130814.180000', '130814.640000', '130815.100000', '130815.560000', '130816.020000', '130816.480000', '130816.940000', '130817.400000', '130817.860000', '130818.320000', '130818.780000', '130819.240000', '130819.700000', '130820.160000', '130820.620000', '130821.080000', '130821.540000', '130822.000000', '130822.460000', '130822.920000', '130823.380000', '130823.840000', '130824.300000', '130824.760000', '130825.220000', '130825.680000', '130826.140000', '130826.600000', '130827.060000', '130827.520000', '130827.980000', '130828.440000', '130828.900000', '130829.360000', '130829.820000', '130830.280000', '130830.740000', '130831.200000', '130831.660000', '130832.120000', '130832.580000', '130833.040000', '130833.500000', '130833.960000', '130834.420000', '130834.880000', '130835.340000', '130835.800000', '130836.260000', '130836.720000', '130837.180000', '130837.640000', '130838.100000', '130838.560000', '130839.020000', '130839.480000', '130839.940000', '130840.400000', '130840.860000', '130841.320000', '130841.780000', '130842.240000', '130842.700000', '130843.160000', '130843.620000', '130844.080000', '130844.540000', '130845.000000', '130845.460000', '130845.920000', '130846.380000', '130846.840000', '130847.300000', '130847.760000', '130848.220000', '130848.680000', '130849.140000', '130849.600000', '130850.060000', '130850.520000', '130850.980000', '130851.440000', '130851.900000', '130852.360000', '130852.820000', '130853.280000', '130853.740000', '130854.200000', '130854.660000', '130855.120000', '130855.580000', '130856.040000', '130856.500000', '130856.960000', '130857.420000', '130857.880000', '130858.340000', '130858.800000', '130859.260000', '130859.720000', '130900.180000', '130900.640000', '130901.100000', '130901.560000', '130902.020000', '130902.480000', '130902.940000', '130903.400000', '130903.860000', '130904.320000', '130904.780000', '130905.240000', '130905.700000', '130906.160000', '130906.620000', '130907.080000', '130907.540000', '130908.000000', '130908.460000', '130908.920000', '130909.380000', '130909.840000', '130910.300000', '130910.760000', '130911.220000', '130911.680000', '130912.140000', '130912.600000', '130913.060000', '130913.520000', '130913.980000', '130914.440000', '130914.900000', '130915.360000', '130915.820000', '130916.280000', '130916.740000', '130917.200000', '130917.660000', '130918.120000', '130918.580000', '130919.040000', '130919.500000', '130919.960000', '130920.420000', '130920.880000', '130921.340000', '130921.800000', '130922.260000', '130922.720000', '130923.180000', '130923.640000', '130924.100000', '130924.560000', '130925.020000', '130925.480000', '130925.940000', '130926.400000', '130926.860000', '130927.320000', '130927.780000', '130928.240000', '130928.700000', '130929.160000', '130929.620000', '130930.080000', '130930.540000', '130931.000000', '130931.460000', '130931.920000', '130932.380000', '130932.840000', '130933.300000', '130933.760000', '130934.220000', '130934.680000', '130935.140000', '130935.600000', '130936.060000', '130936.520000', '130936.980000', '130937.440000', '130937.900000', '130938.360000', '130938.820000', '130939.280000', '130939.740000', '130940.200000', '130940.660000', '130941.120000', '130941.580000', '130942.040000', '130942.500000', '130942.960000', '130943.420000', '130943.880000', '130944.340000', '130944.800000', '130945.260000', '130945.720000', '130946.180000', '130946.640000', '130947.100000', '130947.560000', '130948.020000', '130948.480000', '130948.940000', '130949.400000', '130949.860000', '130950.320000', '130950.780000', '130951.240000', '130951.700000', '130952.160000', '130952.620000', '130953.080000', '130953.540000', '130954.000000', '130954.460000', '130954.920000', '130955.380000', '130955.840000', '130956.300000', '130956.760000', '130957.220000', '130957.680000', '130958.140000', '130958.600000', '130959.060000', '130959.520000', '130959.980000', '131000.440000', '131000.900000', '131001.360000', '131001.820000', '131002.280000', '131002.740000', '131003.200000', '131003.660000', '131004.120000', '131004.580000', '131005.040000', '131005.500000', '131005.960000', '131006.420000', '131006.880000', '131007.340000', '131007.800000', '131008.260000', '131008.720000', '131009.180000', '131009.640000', '131010.100000', '131010.560000', '131011.020000', '131011.480000', '131011.940000', '131012.400000', '131012.860000', '131013.320000', '131013.780000', '131014.240000', '131014.700000', '131015.160000', '131015.620000', '131016.080000', '131016.540000', '131017.000000', '131017.460000', '131017.920000', '131018.380000', '131018.840000', '131019.300000', '131019.760000', '131020.220000', '131020.680000', '131021.140000', '131021.600000', '131022.060000', '131022.520000', '131022.980000', '131023.440000', '131023.900000', '131024.360000', '131024.820000', '131025.280000', '131025.740000', '131026.200000', '131026.660000', '131027.120000', '131027.580000', '131028.040000', '131028.500000', '131028.960000', '131029.420000', '131029.880000', '131030.340000', '131030.800000', '131031.260000', '131031.720000', '131032.180000', '131032.640000', '131033.100000', '131033.560000', '131034.020000', '131034.480000', '131034.940000', '131035.400000', '131035.860000', '131036.320000', '131036.780000', '131037.240000', '131037.700000', '131038.160000', '131038.620000', '131039.080000', '131039.540000', '131040.000000', '131040.460000', '131040.920000', '131041.380000', '131041.840000', '131042.300000', '131042.760000', '131043.220000', '131043.680000', '131044.140000', '131044.600000', '131045.060000', '131045.520000', '131045.980000', '131046.440000', '131046.900000', '131047.360000', '131047.820000', '131048.280000', '131048.740000', '131049.200000', '131049.660000', '131050.120000', '131050.580000', '131051.040000', '131051.500000', '131051.960000', '131052.420000', '131052.880000', '131053.340000', '131053.800000', '131054.260000', '131054.720000', '131055.180000', '131055.640000', '131056.100000', '131056.560000', '131057.020000', '131057.480000', '131057.940000', '131058.400000', '131058.860000', '131059.320000', '131059.780000', '131100.240000', '131100.700000', '131101.160000', '131101.620000', '131102.080000', '131102.540000', '131103.000000', '131103.460000', '131103.920000', '131104.380000', '131104.840000', '131105.300000', '131105.760000', '131106.220000', '131106.680000', '131107.140000', '131107.600000', '131108.060000', '131108.520000', '131108.980000', '131109.440000', '131109.900000', '131110.360000', '131110.820000', '131111.280000', '131111.740000', '131112.200000', '131112.660000', '131113.120000', '131113.580000', '131114.040000', '131114.500000', '131114.960000', '131115.420000', '131115.880000', '131116.340000', '131116.800000', '131117.260000', '131117.720000', '131118.180000', '131118.640000', '131119.100000', '131119.560000', '131120.020000', '131120.480000', '131120.940000', '131121.400000', '131121.860000', '131122.320000', '131122.780000', '131123.240000', '131123.700000', '131124.160000', '131124.620000', '131125.080000', '131125.540000', '131126.000000', '131126.460000', '131126.920000', '131127.380000', '131127.840000', '131128.300000', '131128.760000', '131129.220000', '131129.680000', '131130.140000', '131130.600000', '131131.060000', '131131.520000', '131131.980000', '131132.440000', '131132.900000', '131133.360000', '131133.820000', '131134.280000', '131134.740000', '131135.200000', '131135.660000', '131136.120000', '131136.580000', '131137.040000', '131137.500000', '131137.960000', '131138.420000', '131138.880000', '131139.340000', '131139.800000', '131140.260000', '131140.720000', '131141.180000', '131141.640000', '131142.100000', '131142.560000', '131143.020000', '131143.480000', '131143.940000', '131144.400000', '131144.860000', '131145.320000', '131145.780000', '131146.240000', '131146.700000', '131147.160000', '131147.620000', '131148.080000', '131148.540000', '131149.000000', '131149.460000', '131149.920000', '131150.380000', '131150.840000', '131151.300000', '131151.760000', '131152.220000', '131152.680000', '131153.140000', '131153.600000', '131154.060000', '131154.520000', '131154.980000', '131155.440000', '131155.900000', '131156.360000', '131156.820000', '131157.280000', '131157.740000', '131158.200000', '131158.660000', '131159.120000', '131159.580000', '131200.040000', '131200.500000', '131200.960000', '131201.420000', '131201.880000', '131202.340000', '131202.800000', '131203.260000', '131203.720000', '131204.180000', '131204.640000', '131205.100000', '131205.560000', '131206.020000', '131206.480000', '131206.940000', '131207.400000', '131207.860000', '131208.320000', '131208.780000', '131209.240000', '131209.700000', '131210.160000', '131210.620000', '131211.080000', '131211.540000', '131212.000000', '131212.460000', '131212.920000', '131213.380000', '131213.840000', '131214.300000', '131214.760000', '131215.220000', '131215.680000', '131216.140000', '131216.600000', '131217.060000', '131217.520000', '131217.980000', '131218.440000', '131218.900000', '131219.360000', '131219.820000', '131220.280000', '131220.740000', '131221.200000', '131221.660000', '131222.120000', '131222.580000', '131223.040000', '131223.500000', '131223.960000', '131224.420000', '131224.880000', '131225.340000', '131225.800000', '131226.260000', '131226.720000', '131227.180000', '131227.640000', '131228.100000', '131228.560000', '131229.020000', '131229.480000', '131229.940000', '131230.400000', '131230.860000', '131231.320000', '131231.780000', '131232.240000', '131232.700000', '131233.160000', '131233.620000', '131234.080000', '131234.540000', '131235.000000', '131235.460000', '131235.920000', '131236.380000', '131236.840000', '131237.300000', '131237.760000', '131238.220000', '131238.680000', '131239.140000', '131239.600000', '131240.060000', '131240.520000', '131240.980000', '131241.440000', '131241.900000', '131242.360000', '131242.820000', '131243.280000', '131243.740000', '131244.200000', '131244.660000', '131245.120000', '131245.580000', '131246.040000', '131246.500000', '131246.960000', '131247.420000', '131247.880000', '131248.340000', '131248.800000', '131249.260000', '131249.720000', '131250.180000', '131250.640000', '131251.100000', '131251.560000', '131252.020000', '131252.480000', '131252.940000', '131253.400000', '131253.860000', '131254.320000', '131254.780000', '131255.240000', '131255.700000', '131256.160000', '131256.620000', '131257.080000', '131257.540000', '131258.000000', '131258.460000', '131258.920000', '131259.380000', '131259.840000', '131300.300000', '131300.760000', '131301.220000', '131301.680000', '131302.140000', '131302.600000', '131303.060000', '131303.520000', '131303.980000', '131304.440000', '131304.900000', '131305.360000', '131305.820000', '131306.280000', '131306.740000', '131307.200000', '131307.660000', '131308.120000', '131308.580000', '131309.040000', '131309.500000', '131309.960000', '131310.420000', '131310.880000', '131311.340000', '131311.800000', '131312.260000', '131312.720000', '131313.180000', '131313.640000', '131314.100000', '131314.560000', '131315.020000', '131315.480000', '131315.940000', '131316.400000', '131316.860000', '131317.320000', '131317.780000', '131318.240000', '131318.700000', '131319.160000', '131319.620000', '131320.080000', '131320.540000', '131321.000000', '131321.460000', '131321.920000', '131322.380000', '131322.840000', '131323.300000', '131323.760000', '131324.220000', '131324.680000', '131325.140000', '131325.600000', '131326.060000', '131326.520000', '131326.980000', '131327.440000', '131327.900000', '131328.360000', '131328.820000', '131329.280000', '131329.740000', '131330.200000', '131330.660000', '131331.120000', '131331.580000', '131332.040000', '131332.500000', '131332.960000', '131333.420000'], 'ContentTime': ['130454.280000', '130454.283000', '130454.286000', '130454.289000', '130454.292000', '130454.295000', '130454.298000', '130454.313000', '130454.316000', '130454.319000', '130454.322000', '130454.331000', '130454.334000', '130454.337000', '130454.340000', '130454.343000', '130454.346000', '130454.349000', '130454.352000', '130454.355000', '130454.358000', '130454.361000', '130454.364000', '130454.367000', '130454.370000', '130514.231000', '130514.234000', '130514.247000', '130514.250000', '130514.253000', '130514.256000', '130514.259000', '130514.262000', '130514.265000', '130514.268000', '130514.271000', '130514.273000', '130514.276000', '130514.279000', '130514.282000', '130514.285000', '130514.288000', '130514.291000', '130514.294000', '130514.296000', '130514.299000', '130514.302000', '130514.305000', '130514.308000', '130514.311000', '130514.314000', '130514.316000', '130514.319000', '130514.322000', '130514.325000', '130514.328000', '130514.331000', '130514.336000', '130514.339000', '130514.342000', '130514.345000', '130514.348000', '130514.351000', '130514.354000', '130514.357000', '130514.360000', '130514.363000', '130514.366000', '130514.369000', '130534.249000', '130534.253000', '130534.256000', '130534.259000', '130534.262000', '130534.265000', '130534.268000', '130534.271000', '130534.274000', '130534.276000', '130534.279000', '130534.282000', '130534.285000', '130534.288000', '130534.291000', '130534.293000', '130534.296000', '130534.299000', '130534.302000', '130534.305000', '130534.308000', '130534.310000', '130534.313000', '130534.316000', '130534.319000', '130534.322000', '130534.325000', '130534.328000', '130534.331000', '130534.334000', '130534.337000', '130534.339000', '130534.362000', '130534.365000', '130534.368000', '130534.371000', '130534.374000', '130534.376000', '130534.379000', '130534.382000', '130534.385000', '130534.388000', '130534.391000', '130554.231000', '130554.234000', '130554.237000', '130554.240000', '130554.243000', '130554.245000', '130554.248000', '130554.251000', '130554.254000', '130554.257000', '130554.259000', '130554.262000', '130554.265000', '130554.268000', '130554.271000', '130554.274000', '130554.277000', '130554.279000', '130554.282000', '130554.285000', '130554.288000', '130554.291000', '130554.293000', '130554.296000', '130554.299000', '130554.302000', '130554.305000', '130554.308000', '130554.311000', '130554.313000', '130554.316000', '130554.319000', '130554.322000', '130554.324000', '130554.327000', '130554.330000', '130554.333000', '130554.336000', '130554.339000', '130554.341000', '130554.344000', '130554.347000', '130554.350000', '130554.353000', '130614.230000', '130614.233000', '130614.236000', '130614.239000', '130614.242000', '130614.244000', '130614.247000', '130614.250000', '130614.253000', '130614.256000', '130614.259000', '130614.261000', '130614.264000', '130614.267000', '130614.270000', '130614.273000', '130614.276000', '130614.279000', '130614.282000', '130614.284000', '130614.287000', '130614.290000', '130614.293000', '130614.296000', '130614.299000', '130614.301000', '130614.304000', '130614.307000', '130614.310000', '130614.313000', '130614.316000', '130614.319000', '130614.321000', '130614.324000', '130614.327000', '130614.330000', '130614.333000', '130614.335000', '130614.338000', '130614.341000', '130614.344000', '130614.348000', '130614.351000', '130634.230000', '130634.233000', '130634.236000', '130634.239000', '130634.241000', '130634.244000', '130634.247000', '130634.250000', '130634.253000', '130634.256000', '130634.258000', '130634.261000', '130634.264000', '130634.267000', '130634.270000', '130634.273000', '130634.276000', '130634.278000', '130634.281000', '130634.284000', '130634.287000', '130634.290000', '130634.293000', '130634.296000', '130634.298000', '130634.301000', '130634.304000', '130634.307000', '130634.310000', '130634.313000', '130634.315000', '130634.318000', '130634.321000', '130634.324000', '130634.327000', '130634.330000', '130634.332000', '130634.335000', '130634.338000', '130634.341000', '130634.344000', '130634.347000', '130634.349000', '130634.352000', '130654.230000', '130654.233000', '130654.236000', '130654.239000', '130654.242000', '130654.245000', '130654.247000', '130654.250000', '130654.253000', '130654.256000', '130654.259000', '130654.262000', '130654.265000', '130654.268000', '130654.270000', '130654.273000', '130654.276000', '130654.279000', '130654.282000', '130654.285000', '130654.287000', '130654.291000', '130654.294000', '130654.297000', '130654.300000', '130654.303000', '130654.306000', '130654.309000', '130654.312000', '130654.314000', '130654.317000', '130654.320000', '130654.323000', '130654.326000', '130654.329000', '130654.332000', '130654.334000', '130654.337000', '130654.340000', '130654.354000', '130654.357000', '130654.360000', '130654.363000', '130714.231000', '130714.234000', '130714.237000', '130714.240000', '130714.242000', '130714.245000', '130714.248000', '130714.251000', '130714.254000', '130714.257000', '130714.261000', '130714.264000', '130714.267000', '130714.269000', '130714.272000', '130714.275000', '130714.278000', '130714.281000', '130714.284000', '130714.287000', '130714.289000', '130714.292000', '130714.295000', '130714.298000', '130714.301000', '130714.304000', '130714.307000', '130714.310000', '130714.312000', '130714.315000', '130714.318000', '130714.321000', '130714.324000', '130714.326000', '130714.329000', '130714.332000', '130714.335000', '130714.338000', '130714.341000', '130714.344000', '130714.346000', '130714.349000', '130714.352000', '130714.355000', '130734.231000', '130734.234000', '130734.237000', '130734.239000', '130734.243000', '130734.245000', '130734.248000', '130734.251000', '130734.254000', '130734.257000', '130734.260000', '130734.263000', '130734.266000', '130734.268000', '130734.271000', '130734.274000', '130734.277000', '130734.280000', '130734.283000', '130734.285000', '130734.288000', '130734.291000', '130734.294000', '130734.297000', '130734.300000', '130734.303000', '130734.305000', '130734.308000', '130734.311000', '130734.314000', '130734.317000', '130734.320000', '130734.323000', '130734.325000', '130734.328000', '130734.331000', '130734.334000', '130734.337000', '130734.340000', '130734.342000', '130734.345000', '130734.348000', '130734.351000', '130754.231000', '130754.234000', '130754.237000', '130754.240000', '130754.243000', '130754.246000', '130754.248000', '130754.251000', '130754.254000', '130754.257000', '130754.260000', '130754.263000', '130754.265000', '130754.268000', '130754.271000', '130754.274000', '130754.277000', '130754.280000', '130754.283000', '130754.285000', '130754.288000', '130754.291000', '130754.294000', '130754.297000', '130754.300000', '130754.303000', '130754.305000', '130754.308000', '130754.311000', '130754.314000', '130754.317000', '130754.320000', '130754.322000', '130754.325000', '130754.328000', '130754.331000', '130754.334000', '130754.337000', '130754.339000', '130754.342000', '130754.345000', '130754.348000', '130754.351000', '130754.354000', '130814.231000', '130814.234000', '130814.237000', '130814.240000', '130814.243000', '130814.245000', '130814.248000', '130814.251000', '130814.254000', '130814.257000', '130814.260000', '130814.263000', '130814.265000', '130814.268000', '130814.271000', '130814.274000', '130814.277000', '130814.280000', '130814.283000', '130814.285000', '130814.288000', '130814.291000', '130814.294000', '130814.297000', '130814.300000', '130814.303000', '130814.305000', '130814.308000', '130814.311000', '130814.314000', '130814.317000', '130814.320000', '130814.323000', '130814.326000', '130814.328000', '130814.333000', '130814.336000', '130814.339000', '130814.342000', '130814.345000', '130814.347000', '130814.350000', '130814.353000', '130834.230000', '130834.233000', '130834.236000', '130834.239000', '130834.242000', '130834.244000', '130834.247000', '130834.250000', '130834.253000', '130834.256000', '130834.259000', '130834.262000', '130834.264000', '130834.267000', '130834.270000', '130834.273000', '130834.276000', '130834.279000', '130834.282000', '130834.284000', '130834.287000', '130834.305000', '130834.308000', '130834.310000', '130834.321000', '130834.324000', '130834.327000', '130834.330000', '130834.333000', '130834.336000', '130834.338000', '130834.341000', '130834.344000', '130834.347000', '130834.350000', '130834.353000', '130834.356000', '130834.358000', '130834.361000', '130834.364000', '130834.367000', '130834.370000', '130834.373000', '130834.375000', '130854.230000', '130854.233000', '130854.236000', '130854.239000', '130854.242000', '130854.244000', '130854.248000', '130854.250000', '130854.253000', '130854.256000', '130854.259000', '130854.262000', '130854.265000', '130854.267000', '130854.270000', '130854.273000', '130854.276000', '130854.279000', '130854.282000', '130854.285000', '130854.287000', '130854.290000', '130854.293000', '130854.296000', '130854.299000', '130854.302000', '130854.305000', '130854.307000', '130854.310000', '130854.313000', '130854.316000', '130854.319000', '130854.322000', '130854.325000', '130854.328000', '130854.331000', '130854.333000', '130854.336000', '130854.339000', '130854.342000', '130854.345000', '130854.348000', '130854.351000', '130914.230000', '130914.233000', '130914.236000', '130914.239000', '130914.242000', '130914.245000', '130914.247000', '130914.250000', '130914.253000', '130914.256000', '130914.259000', '130914.262000', '130914.265000', '130914.267000', '130914.270000', '130914.273000', '130914.276000', '130914.279000', '130914.282000', '130914.285000', '130914.287000', '130914.290000', '130914.293000', '130914.296000', '130914.299000', '130914.302000', '130914.304000', '130914.307000', '130914.310000', '130914.313000', '130914.316000', '130914.319000', '130914.322000', '130914.324000', '130914.327000', '130914.330000', '130914.333000', '130914.336000', '130914.339000', '130914.342000', '130914.345000', '130914.347000', '130914.350000', '130914.353000', '130934.231000', '130934.234000', '130934.237000', '130934.240000', '130934.243000', '130934.246000', '130934.249000', '130934.251000', '130934.254000', '130934.257000', '130934.260000', '130934.263000', '130934.266000', '130934.269000', '130934.271000', '130934.274000', '130934.277000', '130934.280000', '130934.283000', '130934.286000', '130934.289000', '130934.292000', '130934.294000', '130934.297000', '130934.300000', '130934.303000', '130934.306000', '130934.309000', '130934.312000', '130934.315000', '130934.317000', '130934.320000', '130934.323000', '130934.326000', '130934.329000', '130934.332000', '130934.334000', '130934.337000', '130934.340000', '130934.343000', '130934.346000', '130934.349000', '130934.352000', '130954.231000', '130954.234000', '130954.237000', '130954.240000', '130954.243000', '130954.246000', '130954.249000', '130954.251000', '130954.254000', '130954.257000', '130954.260000', '130954.263000', '130954.266000', '130954.268000', '130954.271000', '130954.274000', '130954.277000', '130954.280000', '130954.283000', '130954.286000', '130954.289000', '130954.291000', '130954.294000', '130954.297000', '130954.300000', '130954.303000', '130954.306000', '130954.309000', '130954.312000', '130954.314000', '130954.317000', '130954.320000', '130954.323000', '130954.326000', '130954.329000', '130954.332000', '130954.334000', '130954.337000', '130954.340000', '130954.343000', '130954.346000', '130954.349000', '130954.352000', '130954.354000', '131014.231000', '131014.234000', '131014.237000', '131014.240000', '131014.243000', '131014.246000', '131014.248000', '131014.251000', '131014.254000', '131014.257000', '131014.260000', '131014.263000', '131014.266000', '131014.269000', '131014.271000', '131014.274000', '131014.277000', '131014.280000', '131014.283000', '131014.286000', '131014.289000', '131014.292000', '131014.294000', '131014.297000', '131014.300000', '131014.303000', '131014.306000', '131014.308000', '131014.311000', '131014.314000', '131014.317000', '131014.320000', '131014.323000', '131014.326000', '131014.328000', '131014.331000', '131014.334000', '131014.337000', '131014.340000', '131014.343000', '131014.346000', '131014.348000', '131014.351000', '131034.231000', '131034.234000', '131034.237000', '131034.240000', '131034.243000', '131034.246000', '131034.248000', '131034.251000', '131034.254000', '131034.257000', '131034.260000', '131034.263000', '131034.266000', '131034.269000', '131034.272000', '131034.274000', '131034.277000', '131034.280000', '131034.283000', '131034.286000', '131034.289000', '131034.292000', '131034.295000', '131034.298000', '131034.300000', '131034.303000', '131034.306000', '131034.309000', '131034.312000', '131034.315000', '131034.318000', '131034.321000', '131034.323000', '131034.326000', '131034.329000', '131034.332000', '131034.335000', '131034.339000', '131034.342000', '131034.345000', '131034.348000', '131034.351000', '131034.354000', '131054.230000', '131054.233000', '131054.236000', '131054.239000', '131054.242000', '131054.245000', '131054.247000', '131054.250000', '131054.253000', '131054.256000', '131054.259000', '131054.262000', '131054.265000', '131054.267000', '131054.270000', '131054.273000', '131054.276000', '131054.279000', '131054.282000', '131054.285000', '131054.288000', '131054.290000', '131054.293000', '131054.296000', '131054.299000', '131054.302000', '131054.305000', '131054.307000', '131054.310000', '131054.313000', '131054.316000', '131054.319000', '131054.322000', '131054.325000', '131054.327000', '131054.330000', '131054.333000', '131054.336000', '131054.339000', '131054.341000', '131054.344000', '131054.347000', '131054.350000', '131054.353000', '131114.230000', '131114.233000', '131114.236000', '131114.239000', '131114.242000', '131114.245000', '131114.248000', '131114.251000', '131114.256000', '131114.260000', '131114.263000', '131114.265000', '131114.268000', '131114.271000', '131114.274000', '131114.277000', '131114.280000', '131114.283000', '131114.285000', '131114.288000', '131114.291000', '131114.294000', '131114.297000', '131114.300000', '131114.303000', '131114.305000', '131114.308000', '131114.311000', '131114.314000', '131114.317000', '131114.320000', '131114.322000', '131114.325000', '131114.328000', '131114.331000', '131114.334000', '131114.337000', '131114.339000', '131114.342000', '131114.345000', '131114.348000', '131114.351000', '131114.354000', '131134.230000', '131134.233000', '131134.236000', '131134.239000', '131134.242000', '131134.245000', '131134.248000', '131134.251000', '131134.253000', '131134.256000', '131134.259000', '131134.262000', '131134.265000', '131134.268000', '131134.271000', '131134.273000', '131134.276000', '131134.279000', '131134.282000', '131134.285000', '131134.288000', '131134.291000', '131134.293000', '131134.296000', '131134.299000', '131134.302000', '131134.305000', '131134.308000', '131134.311000', '131134.314000', '131134.316000', '131134.319000', '131134.322000', '131134.325000', '131134.328000', '131134.331000', '131134.333000', '131134.336000', '131134.339000', '131134.342000', '131134.345000', '131134.348000', '131134.351000', '131134.353000', '131154.231000', '131154.234000', '131154.237000', '131154.240000', '131154.243000', '131154.252000', '131154.255000', '131154.257000', '131154.260000', '131154.263000', '131154.266000', '131154.269000', '131154.273000', '131154.278000', '131154.281000', '131154.285000', '131154.288000', '131154.290000', '131154.293000', '131154.296000', '131154.299000', '131154.302000', '131154.305000', '131154.308000', '131154.311000', '131154.313000', '131154.316000', '131154.319000', '131154.322000', '131154.325000', '131154.328000', '131154.331000', '131154.333000', '131154.336000', '131154.339000', '131154.342000', '131154.345000', '131154.348000', '131154.350000', '131154.353000', '131154.356000', '131154.359000', '131154.362000', '131214.231000', '131214.234000', '131214.237000', '131214.240000', '131214.243000', '131214.246000', '131214.249000', '131214.252000', '131214.254000', '131214.257000', '131214.260000', '131214.263000', '131214.266000', '131214.269000', '131214.272000', '131214.274000', '131214.277000', '131214.280000', '131214.283000', '131214.286000', '131214.289000', '131214.292000', '131214.294000', '131214.297000', '131214.300000', '131214.303000', '131214.306000', '131214.309000', '131214.312000', '131214.314000', '131214.317000', '131214.320000', '131214.323000', '131214.326000', '131214.329000', '131214.332000', '131214.335000', '131214.337000', '131214.340000', '131214.343000', '131214.346000', '131214.349000', '131214.352000', '131214.355000', '131234.231000', '131234.234000', '131234.237000', '131234.240000', '131234.243000', '131234.246000', '131234.248000', '131234.251000', '131234.254000', '131234.257000', '131234.260000', '131234.263000', '131234.266000', '131234.269000', '131234.271000', '131234.274000', '131234.277000', '131234.282000', '131234.286000', '131234.289000', '131234.292000', '131234.295000', '131234.298000', '131234.300000', '131234.303000', '131234.306000', '131234.309000', '131234.312000', '131234.315000', '131234.318000', '131234.321000', '131234.323000', '131234.326000', '131234.329000', '131234.332000', '131234.335000', '131234.338000', '131234.340000', '131234.343000', '131234.358000', '131234.361000', '131234.364000', '131234.367000', '131254.231000', '131254.234000', '131254.237000', '131254.240000', '131254.243000', '131254.246000', '131254.249000', '131254.251000', '131254.254000', '131254.257000', '131254.260000', '131254.263000', '131254.266000', '131254.274000', '131254.276000', '131254.279000', '131254.282000', '131254.285000', '131254.288000', '131254.291000', '131254.294000', '131254.297000', '131254.300000', '131254.302000', '131254.305000', '131254.308000', '131254.311000', '131254.314000', '131254.317000', '131254.320000', '131254.323000', '131254.325000', '131254.328000', '131254.331000', '131254.334000', '131254.337000', '131254.340000', '131254.342000', '131254.345000', '131254.348000', '131254.351000', '131254.354000', '131254.357000', '131254.360000', '131314.230000', '131314.233000', '131314.236000', '131314.239000', '131314.242000', '131314.246000', '131314.249000', '131314.252000', '131314.255000', '131314.258000', '131314.260000', '131314.263000', '131314.266000', '131314.269000', '131314.272000', '131314.275000', '131314.278000', '131314.280000', '131314.283000', '131314.286000', '131314.289000', '131314.292000', '131314.295000', '131314.298000', '131314.301000', '131314.304000', '131314.306000', '131314.309000', '131314.312000', '131314.315000', '131314.318000', '131314.321000', '131314.324000', '131314.327000', '131314.330000', '131314.334000', '131314.336000', '131314.339000', '131314.342000', '131314.345000', '131314.348000', '131314.351000', '131314.354000', '131334.142000', '131334.146000', '131334.148000', '131334.151000', '131334.154000', '131334.158000', '131334.160000', '131334.163000', '131334.166000', '131334.169000', '131334.172000', '131334.175000', '131334.178000', '131334.181000', '131334.184000', '131334.187000', '131334.190000', '131334.193000', '131334.196000', '131334.198000', '131334.202000', '131334.205000', '131334.207000', '131334.210000', '131334.213000', '131334.216000', '131334.219000', '131334.222000', '131334.225000', '131334.228000', '131334.231000', '131334.233000', '131334.236000', '131334.239000', '131334.242000', '131334.245000', '131334.248000', '131334.251000', '131334.254000', '131334.256000', '131334.260000', '131334.262000', '131334.265000', '131334.268000'], 'InstanceCreationTime': ['130454.280000', '130454.283000', '130454.286000', '130454.289000', '130454.292000', '130454.295000', '130454.298000', '130454.313000', '130454.316000', '130454.319000', '130454.322000', '130454.331000', '130454.334000', '130454.337000', '130454.340000', '130454.343000', '130454.346000', '130454.349000', '130454.352000', '130454.355000', '130454.358000', '130454.361000', '130454.364000', '130454.367000', '130454.370000', '130514.231000', '130514.234000', '130514.247000', '130514.250000', '130514.253000', '130514.256000', '130514.259000', '130514.262000', '130514.265000', '130514.268000', '130514.271000', '130514.273000', '130514.276000', '130514.279000', '130514.282000', '130514.285000', '130514.288000', '130514.291000', '130514.294000', '130514.296000', '130514.299000', '130514.302000', '130514.305000', '130514.308000', '130514.311000', '130514.314000', '130514.316000', '130514.319000', '130514.322000', '130514.325000', '130514.328000', '130514.331000', '130514.336000', '130514.339000', '130514.342000', '130514.345000', '130514.348000', '130514.351000', '130514.354000', '130514.357000', '130514.360000', '130514.363000', '130514.366000', '130514.369000', '130534.249000', '130534.253000', '130534.256000', '130534.259000', '130534.262000', '130534.265000', '130534.268000', '130534.271000', '130534.274000', '130534.276000', '130534.279000', '130534.282000', '130534.285000', '130534.288000', '130534.291000', '130534.293000', '130534.296000', '130534.299000', '130534.302000', '130534.305000', '130534.308000', '130534.310000', '130534.313000', '130534.316000', '130534.319000', '130534.322000', '130534.325000', '130534.328000', '130534.331000', '130534.334000', '130534.337000', '130534.339000', '130534.362000', '130534.365000', '130534.368000', '130534.371000', '130534.374000', '130534.376000', '130534.379000', '130534.382000', '130534.385000', '130534.388000', '130534.391000', '130554.231000', '130554.234000', '130554.237000', '130554.240000', '130554.243000', '130554.245000', '130554.248000', '130554.251000', '130554.254000', '130554.257000', '130554.259000', '130554.262000', '130554.265000', '130554.268000', '130554.271000', '130554.274000', '130554.277000', '130554.279000', '130554.282000', '130554.285000', '130554.288000', '130554.291000', '130554.293000', '130554.296000', '130554.299000', '130554.302000', '130554.305000', '130554.308000', '130554.311000', '130554.313000', '130554.316000', '130554.319000', '130554.322000', '130554.324000', '130554.327000', '130554.330000', '130554.333000', '130554.336000', '130554.339000', '130554.341000', '130554.344000', '130554.347000', '130554.350000', '130554.353000', '130614.230000', '130614.233000', '130614.236000', '130614.239000', '130614.242000', '130614.244000', '130614.247000', '130614.250000', '130614.253000', '130614.256000', '130614.259000', '130614.261000', '130614.264000', '130614.267000', '130614.270000', '130614.273000', '130614.276000', '130614.279000', '130614.282000', '130614.284000', '130614.287000', '130614.290000', '130614.293000', '130614.296000', '130614.299000', '130614.301000', '130614.304000', '130614.307000', '130614.310000', '130614.313000', '130614.316000', '130614.319000', '130614.321000', '130614.324000', '130614.327000', '130614.330000', '130614.333000', '130614.335000', '130614.338000', '130614.341000', '130614.344000', '130614.348000', '130614.351000', '130634.230000', '130634.233000', '130634.236000', '130634.239000', '130634.241000', '130634.244000', '130634.247000', '130634.250000', '130634.253000', '130634.256000', '130634.258000', '130634.261000', '130634.264000', '130634.267000', '130634.270000', '130634.273000', '130634.276000', '130634.278000', '130634.281000', '130634.284000', '130634.287000', '130634.290000', '130634.293000', '130634.296000', '130634.298000', '130634.301000', '130634.304000', '130634.307000', '130634.310000', '130634.313000', '130634.315000', '130634.318000', '130634.321000', '130634.324000', '130634.327000', '130634.330000', '130634.332000', '130634.335000', '130634.338000', '130634.341000', '130634.344000', '130634.347000', '130634.349000', '130634.352000', '130654.230000', '130654.233000', '130654.236000', '130654.239000', '130654.242000', '130654.245000', '130654.247000', '130654.250000', '130654.253000', '130654.256000', '130654.259000', '130654.262000', '130654.265000', '130654.268000', '130654.270000', '130654.273000', '130654.276000', '130654.279000', '130654.282000', '130654.285000', '130654.287000', '130654.291000', '130654.294000', '130654.297000', '130654.300000', '130654.303000', '130654.306000', '130654.309000', '130654.312000', '130654.314000', '130654.317000', '130654.320000', '130654.323000', '130654.326000', '130654.329000', '130654.332000', '130654.334000', '130654.337000', '130654.340000', '130654.354000', '130654.357000', '130654.360000', '130654.363000', '130714.231000', '130714.234000', '130714.237000', '130714.240000', '130714.242000', '130714.245000', '130714.248000', '130714.251000', '130714.254000', '130714.257000', '130714.261000', '130714.264000', '130714.267000', '130714.269000', '130714.272000', '130714.275000', '130714.278000', '130714.281000', '130714.284000', '130714.287000', '130714.289000', '130714.292000', '130714.295000', '130714.298000', '130714.301000', '130714.304000', '130714.307000', '130714.310000', '130714.312000', '130714.315000', '130714.318000', '130714.321000', '130714.324000', '130714.326000', '130714.329000', '130714.332000', '130714.335000', '130714.338000', '130714.341000', '130714.344000', '130714.346000', '130714.349000', '130714.352000', '130714.355000', '130734.231000', '130734.234000', '130734.237000', '130734.239000', '130734.243000', '130734.245000', '130734.248000', '130734.251000', '130734.254000', '130734.257000', '130734.260000', '130734.263000', '130734.266000', '130734.268000', '130734.271000', '130734.274000', '130734.277000', '130734.280000', '130734.283000', '130734.285000', '130734.288000', '130734.291000', '130734.294000', '130734.297000', '130734.300000', '130734.303000', '130734.305000', '130734.308000', '130734.311000', '130734.314000', '130734.317000', '130734.320000', '130734.323000', '130734.325000', '130734.328000', '130734.331000', '130734.334000', '130734.337000', '130734.340000', '130734.342000', '130734.345000', '130734.348000', '130734.351000', '130754.231000', '130754.234000', '130754.237000', '130754.240000', '130754.243000', '130754.246000', '130754.248000', '130754.251000', '130754.254000', '130754.257000', '130754.260000', '130754.263000', '130754.265000', '130754.268000', '130754.271000', '130754.274000', '130754.277000', '130754.280000', '130754.283000', '130754.285000', '130754.288000', '130754.291000', '130754.294000', '130754.297000', '130754.300000', '130754.303000', '130754.305000', '130754.308000', '130754.311000', '130754.314000', '130754.317000', '130754.320000', '130754.322000', '130754.325000', '130754.328000', '130754.331000', '130754.334000', '130754.337000', '130754.339000', '130754.342000', '130754.345000', '130754.348000', '130754.351000', '130754.354000', '130814.231000', '130814.234000', '130814.237000', '130814.240000', '130814.243000', '130814.245000', '130814.248000', '130814.251000', '130814.254000', '130814.257000', '130814.260000', '130814.263000', '130814.265000', '130814.268000', '130814.271000', '130814.274000', '130814.277000', '130814.280000', '130814.283000', '130814.285000', '130814.288000', '130814.291000', '130814.294000', '130814.297000', '130814.300000', '130814.303000', '130814.305000', '130814.308000', '130814.311000', '130814.314000', '130814.317000', '130814.320000', '130814.323000', '130814.326000', '130814.328000', '130814.333000', '130814.336000', '130814.339000', '130814.342000', '130814.345000', '130814.347000', '130814.350000', '130814.353000', '130834.230000', '130834.233000', '130834.236000', '130834.239000', '130834.242000', '130834.244000', '130834.247000', '130834.250000', '130834.253000', '130834.256000', '130834.259000', '130834.262000', '130834.264000', '130834.267000', '130834.270000', '130834.273000', '130834.276000', '130834.279000', '130834.282000', '130834.284000', '130834.287000', '130834.305000', '130834.308000', '130834.310000', '130834.321000', '130834.324000', '130834.327000', '130834.330000', '130834.333000', '130834.336000', '130834.338000', '130834.341000', '130834.344000', '130834.347000', '130834.350000', '130834.353000', '130834.356000', '130834.358000', '130834.361000', '130834.364000', '130834.367000', '130834.370000', '130834.373000', '130834.375000', '130854.230000', '130854.233000', '130854.236000', '130854.239000', '130854.242000', '130854.244000', '130854.248000', '130854.250000', '130854.253000', '130854.256000', '130854.259000', '130854.262000', '130854.265000', '130854.267000', '130854.270000', '130854.273000', '130854.276000', '130854.279000', '130854.282000', '130854.285000', '130854.287000', '130854.290000', '130854.293000', '130854.296000', '130854.299000', '130854.302000', '130854.305000', '130854.307000', '130854.310000', '130854.313000', '130854.316000', '130854.319000', '130854.322000', '130854.325000', '130854.328000', '130854.331000', '130854.333000', '130854.336000', '130854.339000', '130854.342000', '130854.345000', '130854.348000', '130854.351000', '130914.230000', '130914.233000', '130914.236000', '130914.239000', '130914.242000', '130914.245000', '130914.247000', '130914.250000', '130914.253000', '130914.256000', '130914.259000', '130914.262000', '130914.265000', '130914.267000', '130914.270000', '130914.273000', '130914.276000', '130914.279000', '130914.282000', '130914.285000', '130914.287000', '130914.290000', '130914.293000', '130914.296000', '130914.299000', '130914.302000', '130914.304000', '130914.307000', '130914.310000', '130914.313000', '130914.316000', '130914.319000', '130914.322000', '130914.324000', '130914.327000', '130914.330000', '130914.333000', '130914.336000', '130914.339000', '130914.342000', '130914.345000', '130914.347000', '130914.350000', '130914.353000', '130934.231000', '130934.234000', '130934.237000', '130934.240000', '130934.243000', '130934.246000', '130934.249000', '130934.251000', '130934.254000', '130934.257000', '130934.260000', '130934.263000', '130934.266000', '130934.269000', '130934.271000', '130934.274000', '130934.277000', '130934.280000', '130934.283000', '130934.286000', '130934.289000', '130934.292000', '130934.294000', '130934.297000', '130934.300000', '130934.303000', '130934.306000', '130934.309000', '130934.312000', '130934.315000', '130934.317000', '130934.320000', '130934.323000', '130934.326000', '130934.329000', '130934.332000', '130934.334000', '130934.337000', '130934.340000', '130934.343000', '130934.346000', '130934.349000', '130934.352000', '130954.231000', '130954.234000', '130954.237000', '130954.240000', '130954.243000', '130954.246000', '130954.249000', '130954.251000', '130954.254000', '130954.257000', '130954.260000', '130954.263000', '130954.266000', '130954.268000', '130954.271000', '130954.274000', '130954.277000', '130954.280000', '130954.283000', '130954.286000', '130954.289000', '130954.291000', '130954.294000', '130954.297000', '130954.300000', '130954.303000', '130954.306000', '130954.309000', '130954.312000', '130954.314000', '130954.317000', '130954.320000', '130954.323000', '130954.326000', '130954.329000', '130954.332000', '130954.334000', '130954.337000', '130954.340000', '130954.343000', '130954.346000', '130954.349000', '130954.352000', '130954.354000', '131014.231000', '131014.234000', '131014.237000', '131014.240000', '131014.243000', '131014.246000', '131014.248000', '131014.251000', '131014.254000', '131014.257000', '131014.260000', '131014.263000', '131014.266000', '131014.269000', '131014.271000', '131014.274000', '131014.277000', '131014.280000', '131014.283000', '131014.286000', '131014.289000', '131014.292000', '131014.294000', '131014.297000', '131014.300000', '131014.303000', '131014.306000', '131014.308000', '131014.311000', '131014.314000', '131014.317000', '131014.320000', '131014.323000', '131014.326000', '131014.328000', '131014.331000', '131014.334000', '131014.337000', '131014.340000', '131014.343000', '131014.346000', '131014.348000', '131014.351000', '131034.231000', '131034.234000', '131034.237000', '131034.240000', '131034.243000', '131034.246000', '131034.248000', '131034.251000', '131034.254000', '131034.257000', '131034.260000', '131034.263000', '131034.266000', '131034.269000', '131034.272000', '131034.274000', '131034.277000', '131034.280000', '131034.283000', '131034.286000', '131034.289000', '131034.292000', '131034.295000', '131034.298000', '131034.300000', '131034.303000', '131034.306000', '131034.309000', '131034.312000', '131034.315000', '131034.318000', '131034.321000', '131034.323000', '131034.326000', '131034.329000', '131034.332000', '131034.335000', '131034.339000', '131034.342000', '131034.345000', '131034.348000', '131034.351000', '131034.354000', '131054.230000', '131054.233000', '131054.236000', '131054.239000', '131054.242000', '131054.245000', '131054.247000', '131054.250000', '131054.253000', '131054.256000', '131054.259000', '131054.262000', '131054.265000', '131054.267000', '131054.270000', '131054.273000', '131054.276000', '131054.279000', '131054.282000', '131054.285000', '131054.288000', '131054.290000', '131054.293000', '131054.296000', '131054.299000', '131054.302000', '131054.305000', '131054.307000', '131054.310000', '131054.313000', '131054.316000', '131054.319000', '131054.322000', '131054.325000', '131054.327000', '131054.330000', '131054.333000', '131054.336000', '131054.339000', '131054.341000', '131054.344000', '131054.347000', '131054.350000', '131054.353000', '131114.230000', '131114.233000', '131114.236000', '131114.239000', '131114.242000', '131114.245000', '131114.248000', '131114.251000', '131114.256000', '131114.260000', '131114.263000', '131114.265000', '131114.268000', '131114.271000', '131114.274000', '131114.277000', '131114.280000', '131114.283000', '131114.285000', '131114.288000', '131114.291000', '131114.294000', '131114.297000', '131114.300000', '131114.303000', '131114.305000', '131114.308000', '131114.311000', '131114.314000', '131114.317000', '131114.320000', '131114.322000', '131114.325000', '131114.328000', '131114.331000', '131114.334000', '131114.337000', '131114.339000', '131114.342000', '131114.345000', '131114.348000', '131114.351000', '131114.354000', '131134.230000', '131134.233000', '131134.236000', '131134.239000', '131134.242000', '131134.245000', '131134.248000', '131134.251000', '131134.253000', '131134.256000', '131134.259000', '131134.262000', '131134.265000', '131134.268000', '131134.271000', '131134.273000', '131134.276000', '131134.279000', '131134.282000', '131134.285000', '131134.288000', '131134.291000', '131134.293000', '131134.296000', '131134.299000', '131134.302000', '131134.305000', '131134.308000', '131134.311000', '131134.314000', '131134.316000', '131134.319000', '131134.322000', '131134.325000', '131134.328000', '131134.331000', '131134.333000', '131134.336000', '131134.339000', '131134.342000', '131134.345000', '131134.348000', '131134.351000', '131134.353000', '131154.231000', '131154.234000', '131154.237000', '131154.240000', '131154.243000', '131154.252000', '131154.255000', '131154.257000', '131154.260000', '131154.263000', '131154.266000', '131154.269000', '131154.273000', '131154.278000', '131154.281000', '131154.285000', '131154.288000', '131154.290000', '131154.293000', '131154.296000', '131154.299000', '131154.302000', '131154.305000', '131154.308000', '131154.311000', '131154.313000', '131154.316000', '131154.319000', '131154.322000', '131154.325000', '131154.328000', '131154.331000', '131154.333000', '131154.336000', '131154.339000', '131154.342000', '131154.345000', '131154.348000', '131154.350000', '131154.353000', '131154.356000', '131154.359000', '131154.362000', '131214.231000', '131214.234000', '131214.237000', '131214.240000', '131214.243000', '131214.246000', '131214.249000', '131214.252000', '131214.254000', '131214.257000', '131214.260000', '131214.263000', '131214.266000', '131214.269000', '131214.272000', '131214.274000', '131214.277000', '131214.280000', '131214.283000', '131214.286000', '131214.289000', '131214.292000', '131214.294000', '131214.297000', '131214.300000', '131214.303000', '131214.306000', '131214.309000', '131214.312000', '131214.314000', '131214.317000', '131214.320000', '131214.323000', '131214.326000', '131214.329000', '131214.332000', '131214.335000', '131214.337000', '131214.340000', '131214.343000', '131214.346000', '131214.349000', '131214.352000', '131214.355000', '131234.231000', '131234.234000', '131234.237000', '131234.240000', '131234.243000', '131234.246000', '131234.248000', '131234.251000', '131234.254000', '131234.257000', '131234.260000', '131234.263000', '131234.266000', '131234.269000', '131234.271000', '131234.274000', '131234.277000', '131234.282000', '131234.286000', '131234.289000', '131234.292000', '131234.295000', '131234.298000', '131234.300000', '131234.303000', '131234.306000', '131234.309000', '131234.312000', '131234.315000', '131234.318000', '131234.321000', '131234.323000', '131234.326000', '131234.329000', '131234.332000', '131234.335000', '131234.338000', '131234.340000', '131234.343000', '131234.358000', '131234.361000', '131234.364000', '131234.367000', '131254.231000', '131254.234000', '131254.237000', '131254.240000', '131254.243000', '131254.246000', '131254.249000', '131254.251000', '131254.254000', '131254.257000', '131254.260000', '131254.263000', '131254.266000', '131254.274000', '131254.276000', '131254.279000', '131254.282000', '131254.285000', '131254.288000', '131254.291000', '131254.294000', '131254.297000', '131254.300000', '131254.302000', '131254.305000', '131254.308000', '131254.311000', '131254.314000', '131254.317000', '131254.320000', '131254.323000', '131254.325000', '131254.328000', '131254.331000', '131254.334000', '131254.337000', '131254.340000', '131254.342000', '131254.345000', '131254.348000', '131254.351000', '131254.354000', '131254.357000', '131254.360000', '131314.230000', '131314.233000', '131314.236000', '131314.239000', '131314.242000', '131314.246000', '131314.249000', '131314.252000', '131314.255000', '131314.258000', '131314.260000', '131314.263000', '131314.266000', '131314.269000', '131314.272000', '131314.275000', '131314.278000', '131314.280000', '131314.283000', '131314.286000', '131314.289000', '131314.292000', '131314.295000', '131314.298000', '131314.301000', '131314.304000', '131314.306000', '131314.309000', '131314.312000', '131314.315000', '131314.318000', '131314.321000', '131314.324000', '131314.327000', '131314.330000', '131314.334000', '131314.336000', '131314.339000', '131314.342000', '131314.345000', '131314.348000', '131314.351000', '131314.354000', '131334.142000', '131334.146000', '131334.148000', '131334.151000', '131334.154000', '131334.158000', '131334.160000', '131334.163000', '131334.166000', '131334.169000', '131334.172000', '131334.175000', '131334.178000', '131334.181000', '131334.184000', '131334.187000', '131334.190000', '131334.193000', '131334.196000', '131334.198000', '131334.202000', '131334.205000', '131334.207000', '131334.210000', '131334.213000', '131334.216000', '131334.219000', '131334.222000', '131334.225000', '131334.228000', '131334.231000', '131334.233000', '131334.236000', '131334.239000', '131334.242000', '131334.245000', '131334.248000', '131334.251000', '131334.254000', '131334.256000', '131334.260000', '131334.262000', '131334.265000', '131334.268000'], '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], 'LargestImagePixelValue': [10153, 12228, 11359, 11583, 9917, 10412, 9912, 10908, 9875, 10400, 9768, 10105, 10480, 10926, 10097, 10880, 9735, 9872, 9596, 10030, 9594, 10823, 9780, 11748, 10519, 12528, 12086, 11019, 9900, 10619, 9692, 11008, 9939, 10064, 9926, 12907, 10158, 12227, 10057, 11245, 10011, 10714, 10263, 11301, 10404, 11097, 10243, 10988, 10262, 10068, 10510, 10245, 10756, 10102, 13534, 10232, 12245, 10004, 10581, 9717, 10580, 9188, 10721, 9559, 10408, 9892, 10327, 11007, 10144, 11304, 9806, 10553, 9685, 10775, 9847, 10469, 9924, 12448, 9988, 10996, 10096, 10868, 10159, 10704, 10418, 10550, 9941, 10523, 9829, 10132, 10757, 10186, 10497, 9945, 11565, 10131, 10494, 9999, 10667, 10325, 11498, 10492, 11788, 10564, 10168, 10481, 10408, 9945, 10572, 9650, 10224, 11177, 10020, 12962, 9750, 11549, 9803, 11389, 10036, 9975, 9109, 10099, 9922, 9929, 10275, 9700, 10961, 9644, 11937, 9474, 10615, 9644, 12547, 9712, 10281, 9925, 10168, 9848, 10243, 10479, 9873, 10967, 9724, 10079, 9868, 12962, 9897, 10133, 9802, 10356, 9947, 10295, 10283, 10278, 9762, 10038, 10220, 9925, 10211, 10033, 11303, 10184, 10730, 9783, 12134, 9852, 11653, 9816, 11866, 9620, 10583, 9930, 10020, 9598, 10470, 9313, 10115, 10027, 9987, 10595, 10152, 11061, 9886, 10582, 10057, 12521, 10044, 10791, 10028, 10767, 10009, 10572, 10343, 10243, 9955, 10505, 9858, 10129, 9922, 9927, 10466, 9881, 11405, 9780, 10838, 9947, 12010, 9765, 10310, 9767, 11558, 9656, 10192, 10021, 10359, 9909, 10471, 9555, 10332, 9841, 10278, 10497, 9959, 11345, 9709, 10876, 9826, 12125, 9919, 12764, 9948, 9921, 9965, 9944, 9871, 10325, 9642, 11262, 9987, 9927, 9314, 9993, 9680, 9437, 10965, 9619, 10540, 9619, 10413, 9400, 10244, 9858, 9975, 9732, 10101, 9808, 10259, 9399, 10405, 9824, 9927, 11531, 10484, 12740, 10076, 11194, 10079, 10232, 9542, 10378, 9855, 10470, 11031, 9910, 10356, 10099, 9949, 10352, 10561, 10667, 10668, 10028, 10461, 9985, 10462, 9993, 10079, 11229, 9805, 12944, 10319, 12467, 10268, 11073, 10531, 10664, 9673, 11079, 9568, 10262, 10680, 10169, 10481, 10093, 11370, 10188, 11259, 9873, 11582, 10233, 10802, 10391, 12776, 10517, 12673, 10376, 11350, 10152, 11690, 9739, 11906, 9883, 10476, 10626, 10400, 11201, 10222, 10846, 10050, 10318, 10222, 12898, 10212, 10802, 10094, 10628, 9834, 10536, 10003, 10802, 10051, 10793, 10627, 12875, 9925, 10665, 9749, 10636, 9579, 10828, 10120, 10415, 10541, 10177, 11551, 10169, 10901, 10080, 11496, 10444, 12079, 10583, 12800, 10372, 11152, 10114, 10485, 10295, 10552, 10446, 10851, 10160, 10623, 9873, 10457, 10285, 10183, 10952, 10147, 11013, 10219, 10687, 10075, 13159, 10465, 10603, 10167, 10531, 10364, 10459, 10618, 10591, 10329, 10676, 9690, 10469, 10303, 10361, 10463, 10231, 10891, 10050, 11747, 9972, 10851, 10328, 12172, 10120, 10669, 10039, 10156, 10184, 10388, 10282, 10513, 10393, 10567, 10135, 10415, 9750, 10705, 9928, 10403, 10715, 10339, 11948, 11374, 12370, 10263, 12198, 9935, 10503, 9863, 10608, 10238, 10791, 9583, 10782, 9752, 10661, 10280, 10267, 11039, 10248, 12395, 10427, 10764, 9949, 10484, 10549, 10638, 10774, 10694, 9663, 10783, 10326, 10495, 10456, 10148, 11347, 10263, 10883, 10280, 10766, 10175, 13372, 10202, 10982, 9912, 11680, 9691, 11075, 10329, 10323, 10484, 10691, 9897, 10525, 9940, 10403, 9704, 10153, 10086, 9784, 10920, 10116, 11148, 10009, 11151, 9871, 10930, 9705, 10545, 10334, 10210, 9861, 10370, 10097, 10090, 10168, 9883, 11044, 9630, 10324, 9996, 12899, 9912, 10228, 9397, 10097, 9663, 10166, 10573, 10475, 9584, 10190, 9822, 10008, 9358, 9574, 10239, 10060, 9421, 9920, 10579, 9748, 10687, 9508, 10457, 9666, 10268, 10137, 10484, 10881, 10765, 10814, 11217, 10896, 10793, 10646, 10813, 10866, 11170, 10730, 11703, 10485, 10753, 10136, 10939, 10058, 11054, 9881, 11022, 10287, 10722, 10458, 10691, 10711, 10723, 11779, 10704, 12266, 10586, 11729, 10427, 11786, 10266, 11157, 10385, 10887, 10179, 10845, 10409, 11028, 10428, 10685, 10424, 10761, 10347, 10407, 11492, 10651, 11022, 10624, 11100, 10527, 11524, 10533, 12398, 10276, 11764, 10597, 12850, 10385, 11172, 10815, 11174, 10898, 11099, 10139, 10875, 9394, 10926, 9294, 9499, 10210, 10051, 12565, 9713, 12498, 9848, 10818, 9732, 10523, 9878, 10209, 9660, 10431, 9399, 10542, 10053, 10362, 9967, 10211, 10706, 10164, 10518, 10118, 10965, 9965, 11027, 9893, 10464, 9892, 11143, 10721, 13203, 10294, 12365, 9920, 10601, 10020, 10752, 9958, 10810, 9847, 10853, 9670, 10575, 11186, 10378, 12638, 10473, 11534, 10125, 11472, 9876, 10609, 10208, 10670, 10528, 10672, 10012, 10594, 9486, 10903, 9621, 9834, 11292, 9871, 11364, 9807, 10575, 9512, 10022, 9672, 9860, 9148, 9771, 9317, 9724, 9580, 9737, 9353, 9379, 10771, 9348, 10006, 9597, 9944, 9392, 9929, 9510, 12183, 9471, 10410, 9620, 9961, 9359, 9962, 10895, 9793, 12488, 9952, 12275, 9655, 11604, 9451, 9990, 9853, 9868, 9189, 10017, 9089, 9672, 9956, 9625, 9955, 9617, 10203, 9638, 11122, 9492, 12051, 9563, 10541, 10114, 10138, 9609, 9876, 11095, 9676, 11190, 9600, 10801, 9886, 9868, 9576, 9899, 10062, 10399, 9818, 10027, 9795, 9930, 9707, 10064, 9763, 9929, 11241, 10292, 10749, 10012, 11166, 10017, 12132, 9645, 11038, 9543, 10494, 10212, 10402, 9977, 10523, 10016, 10487, 11056, 10549, 11010, 10293, 11499, 10103, 10066, 9929, 10260, 9760, 10633, 10118, 12183, 10072, 10576, 9896, 10708, 10159, 10532, 11963, 10447, 13190, 10426, 12404, 10130, 10754, 10176, 10264, 10164, 11001, 9789, 10707, 10408, 10403, 11187, 10349, 11762, 10480, 11018, 10025, 10577, 10185, 10855, 10396, 10893, 9704, 10692, 10219, 10486, 10963, 10625, 12497, 10547, 11184, 10425, 10567, 10517, 10771, 10202, 10787, 10489, 10700, 10540, 10645, 11575, 10597, 12037, 10720, 11911, 10542, 10956, 10412, 10776, 10852, 10938, 9994, 10849, 10236, 10690, 10896, 10648, 11722, 10762, 12291, 10709, 12922, 10724, 10727, 10730, 10662, 11082, 10829, 10341, 10928, 10079, 10847, 10763, 10691, 10927, 10746, 10192, 11015, 10624, 10632, 10847, 10761, 10832, 10828, 10482, 10935, 10762, 10697, 11637, 10888, 13165, 11728, 12180, 10896, 11747, 10696, 10965, 10521, 10663, 10859, 10981, 10744, 10895, 10418, 11198, 10646, 11143, 10745, 11099, 10104, 10982, 10376, 10658, 11371, 10958, 12337, 10902, 12151, 10663, 11361, 10388, 10951, 10646, 11192, 9980, 10918, 10204, 10825, 10705, 10744, 11627, 10701, 10530, 10800, 12359, 10426, 10841, 10332, 11008, 10553, 11026, 10713, 10697, 10715, 10885, 10181, 10979, 9909, 10823, 10616, 10579, 10947, 10552, 11212, 10744, 12434, 10851, 12911, 10739, 10948, 11033, 11722, 11049, 11922, 10905, 11501, 10809, 11268, 10826, 12791, 11137, 13225, 11295, 12370, 11390, 11462, 11300, 11567, 10771, 11151, 11309, 11331, 11232, 11445, 11448, 11568, 11706, 11358, 11832, 11521, 11543, 11545, 10807, 11271, 11059, 11222, 11841, 11125, 12570, 11047, 12155, 10977, 12361, 11552, 11454, 11405, 11480, 11367, 11346, 11618, 11411, 12740, 11655, 12195, 11651, 13629, 12037, 11576, 11781, 11430, 12284, 12020, 12089, 11605, 11579, 11598, 12105, 11383, 12710, 11401, 12565, 11613, 14045, 11916, 11572, 11798, 11366, 12114, 11805, 11073, 11690, 11665, 11476, 13117, 11633, 12955, 11793, 11353, 11502, 11378, 11853, 11698, 11845, 11934, 10973, 11724, 11658, 11526, 12788, 11549, 11947, 11648, 13730, 11675, 11479, 11422, 11576, 12087, 11929, 11557, 11840, 11512, 11725, 11606, 11432, 12381, 11534, 12195, 11660, 13259, 11744, 12263, 11580, 11567, 11566, 11656, 11654, 12000, 11239, 12052, 11131, 11604, 12733, 11527, 13906, 11603, 11697, 11201, 11652, 11657, 11978, 11454, 11628, 12594, 11747, 13529, 11800, 11907, 11523, 11419, 11746, 11721, 11298, 11989, 11312, 11733, 12228, 11565, 12877, 11744, 14461, 11986, 11785, 11629, 11743, 11531, 11604, 12250, 11905, 11403, 12157, 11472, 11719, 12270, 11512, 11960, 11737, 12819, 11852, 11627, 11819, 11554, 12377, 11822, 11873, 11976, 11839, 11839, 13118, 11880, 12314, 12117, 11587, 11821, 11867, 11630, 11523, 12818, 11679, 11985, 11916, 11930, 11852, 12065, 11716, 13145], 'WindowCenter': [4374.0, 4380.0, 4354.0, 4352.0, 4331.0, 4338.0, 4328.0, 4326.0, 4328.0, 4326.0, 4327.0, 4327.0, 4328.0, 4336.0, 4328.0, 4325.0, 4317.0, 4314.0, 4317.0, 4315.0, 4316.0, 4326.0, 4328.0, 4337.0, 4329.0, 4350.0, 4337.0, 4326.0, 4314.0, 4324.0, 4315.0, 4326.0, 4327.0, 4315.0, 4326.0, 4345.0, 4326.0, 4335.0, 4315.0, 4324.0, 4313.0, 4322.0, 4314.0, 4322.0, 4313.0, 4322.0, 4326.0, 4325.0, 4324.0, 4325.0, 4327.0, 4326.0, 4324.0, 4312.0, 4333.0, 4313.0, 4322.0, 4312.0, 4314.0, 4303.0, 4313.0, 4304.0, 4311.0, 4300.0, 4311.0, 4300.0, 4312.0, 4312.0, 4312.0, 4322.0, 4313.0, 4324.0, 4315.0, 4336.0, 4329.0, 4337.0, 4330.0, 4348.0, 4329.0, 4338.0, 4329.0, 4340.0, 4328.0, 4340.0, 4339.0, 4340.0, 4340.0, 4339.0, 4328.0, 4329.0, 4338.0, 4328.0, 4325.0, 4327.0, 4336.0, 4326.0, 4329.0, 4328.0, 4338.0, 4327.0, 4337.0, 4336.0, 4347.0, 4338.0, 4337.0, 4339.0, 4339.0, 4328.0, 4340.0, 4317.0, 4327.0, 4337.0, 4315.0, 4344.0, 4315.0, 4325.0, 4315.0, 4325.0, 4314.0, 4313.0, 4302.0, 4313.0, 4314.0, 4314.0, 4325.0, 4315.0, 4324.0, 4314.0, 4335.0, 4316.0, 4326.0, 4315.0, 4335.0, 4315.0, 4313.0, 4313.0, 4325.0, 4313.0, 4314.0, 4323.0, 4315.0, 4326.0, 4315.0, 4314.0, 4315.0, 4343.0, 4325.0, 4325.0, 4326.0, 4325.0, 4326.0, 4327.0, 4337.0, 4327.0, 4327.0, 4326.0, 4328.0, 4328.0, 4327.0, 4326.0, 4336.0, 4326.0, 4336.0, 4326.0, 4334.0, 4326.0, 4335.0, 4325.0, 4335.0, 4316.0, 4324.0, 4325.0, 4315.0, 4314.0, 4323.0, 4314.0, 4324.0, 4325.0, 4315.0, 4323.0, 4325.0, 4335.0, 4327.0, 4336.0, 4325.0, 4346.0, 4326.0, 4335.0, 4327.0, 4337.0, 4327.0, 4327.0, 4326.0, 4326.0, 4326.0, 4326.0, 4315.0, 4327.0, 4324.0, 4325.0, 4324.0, 4314.0, 4334.0, 4325.0, 4324.0, 4314.0, 4345.0, 4324.0, 4326.0, 4325.0, 4336.0, 4315.0, 4325.0, 4324.0, 4324.0, 4313.0, 4325.0, 4315.0, 4326.0, 4314.0, 4324.0, 4323.0, 4313.0, 4322.0, 4312.0, 4322.0, 4313.0, 4332.0, 4325.0, 4346.0, 4328.0, 4327.0, 4326.0, 4327.0, 4327.0, 4338.0, 4329.0, 4337.0, 4324.0, 4314.0, 4316.0, 4314.0, 4313.0, 4313.0, 4323.0, 4314.0, 4323.0, 4312.0, 4322.0, 4312.0, 4323.0, 4324.0, 4325.0, 4325.0, 4326.0, 4329.0, 4327.0, 4317.0, 4336.0, 4325.0, 4328.0, 4361.0, 4337.0, 4345.0, 4326.0, 4325.0, 4312.0, 4313.0, 4313.0, 4313.0, 4313.0, 4324.0, 4322.0, 4315.0, 4325.0, 4324.0, 4325.0, 4326.0, 4336.0, 4336.0, 4337.0, 4328.0, 4339.0, 4329.0, 4339.0, 4339.0, 4329.0, 4348.0, 4338.0, 4348.0, 4339.0, 4348.0, 4328.0, 4338.0, 4338.0, 4337.0, 4327.0, 4337.0, 4317.0, 4327.0, 4326.0, 4325.0, 4326.0, 4327.0, 4336.0, 4337.0, 4338.0, 4327.0, 4348.0, 4340.0, 4338.0, 4339.0, 4357.0, 4340.0, 4347.0, 4327.0, 4336.0, 4326.0, 4336.0, 4315.0, 4335.0, 4313.0, 4324.0, 4323.0, 4324.0, 4321.0, 4313.0, 4323.0, 4312.0, 4313.0, 4312.0, 4342.0, 4314.0, 4323.0, 4324.0, 4325.0, 4325.0, 4325.0, 4315.0, 4325.0, 4313.0, 4326.0, 4325.0, 4345.0, 4315.0, 4325.0, 4312.0, 4324.0, 4313.0, 4324.0, 4311.0, 4313.0, 4324.0, 4324.0, 4332.0, 4325.0, 4335.0, 4326.0, 4336.0, 4326.0, 4345.0, 4327.0, 4343.0, 4324.0, 4322.0, 4324.0, 4323.0, 4325.0, 4325.0, 4327.0, 4335.0, 4325.0, 4325.0, 4325.0, 4325.0, 4326.0, 4325.0, 4326.0, 4323.0, 4325.0, 4326.0, 4325.0, 4325.0, 4345.0, 4326.0, 4325.0, 4327.0, 4336.0, 4327.0, 4337.0, 4336.0, 4337.0, 4327.0, 4336.0, 4327.0, 4337.0, 4326.0, 4327.0, 4324.0, 4325.0, 4335.0, 4324.0, 4334.0, 4326.0, 4336.0, 4326.0, 4335.0, 4325.0, 4325.0, 4325.0, 4323.0, 4324.0, 4323.0, 4324.0, 4325.0, 4327.0, 4327.0, 4325.0, 4325.0, 4315.0, 4325.0, 4314.0, 4325.0, 4325.0, 4314.0, 4335.0, 4324.0, 4334.0, 4313.0, 4333.0, 4314.0, 4324.0, 4314.0, 4323.0, 4324.0, 4325.0, 4316.0, 4326.0, 4326.0, 4325.0, 4326.0, 4325.0, 4326.0, 4324.0, 4346.0, 4338.0, 4336.0, 4326.0, 4325.0, 4326.0, 4336.0, 4336.0, 4337.0, 4328.0, 4338.0, 4338.0, 4337.0, 4338.0, 4338.0, 4350.0, 4338.0, 4338.0, 4327.0, 4337.0, 4327.0, 4358.0, 4338.0, 4337.0, 4328.0, 4337.0, 4327.0, 4337.0, 4328.0, 4326.0, 4326.0, 4325.0, 4325.0, 4327.0, 4324.0, 4338.0, 4328.0, 4327.0, 4326.0, 4315.0, 4323.0, 4313.0, 4322.0, 4313.0, 4323.0, 4327.0, 4336.0, 4316.0, 4326.0, 4325.0, 4314.0, 4314.0, 4325.0, 4323.0, 4327.0, 4328.0, 4325.0, 4336.0, 4317.0, 4326.0, 4326.0, 4346.0, 4326.0, 4356.0, 4357.0, 4341.0, 4342.0, 4341.0, 4340.0, 4339.0, 4327.0, 4340.0, 4354.0, 4354.0, 4331.0, 4329.0, 4341.0, 4330.0, 4318.0, 4328.0, 4339.0, 4330.0, 4327.0, 4318.0, 4327.0, 4329.0, 4355.0, 4340.0, 4340.0, 4352.0, 4339.0, 4351.0, 4350.0, 4338.0, 4337.0, 4338.0, 4337.0, 4337.0, 4337.0, 4338.0, 4335.0, 4324.0, 4325.0, 4327.0, 4337.0, 4315.0, 4335.0, 4325.0, 4336.0, 4326.0, 4337.0, 4338.0, 4339.0, 4338.0, 4338.0, 4348.0, 4328.0, 4349.0, 4327.0, 4336.0, 4326.0, 4335.0, 4325.0, 4336.0, 4324.0, 4325.0, 4325.0, 4336.0, 4336.0, 4338.0, 4338.0, 4326.0, 4339.0, 4337.0, 4337.0, 4339.0, 4350.0, 4339.0, 4338.0, 4339.0, 4338.0, 4338.0, 4338.0, 4338.0, 4348.0, 4328.0, 4337.0, 4328.0, 4347.0, 4327.0, 4337.0, 4326.0, 4335.0, 4325.0, 4337.0, 4326.0, 4351.0, 4343.0, 4395.0, 4372.0, 4356.0, 4340.0, 4317.0, 4334.0, 4301.0, 4335.0, 4327.0, 4325.0, 4316.0, 4325.0, 4315.0, 4326.0, 4316.0, 4328.0, 4316.0, 4327.0, 4326.0, 4327.0, 4326.0, 4327.0, 4339.0, 4328.0, 4329.0, 4329.0, 4338.0, 4329.0, 4338.0, 4329.0, 4325.0, 4315.0, 4325.0, 4327.0, 4347.0, 4329.0, 4338.0, 4315.0, 4326.0, 4328.0, 4337.0, 4327.0, 4337.0, 4316.0, 4327.0, 4316.0, 4326.0, 4327.0, 4315.0, 4334.0, 4312.0, 4322.0, 4312.0, 4322.0, 4312.0, 4313.0, 4314.0, 4326.0, 4326.0, 4324.0, 4315.0, 4315.0, 4303.0, 4325.0, 4329.0, 4329.0, 4324.0, 4303.0, 4322.0, 4302.0, 4313.0, 4303.0, 4303.0, 4316.0, 4314.0, 4305.0, 4314.0, 4305.0, 4315.0, 4314.0, 4314.0, 4315.0, 4318.0, 4327.0, 4316.0, 4327.0, 4328.0, 4328.0, 4319.0, 4329.0, 4329.0, 4348.0, 4328.0, 4339.0, 4318.0, 4316.0, 4316.0, 4317.0, 4325.0, 4316.0, 4335.0, 4317.0, 4336.0, 4316.0, 4324.0, 4315.0, 4316.0, 4315.0, 4314.0, 4316.0, 4327.0, 4317.0, 4318.0, 4328.0, 4317.0, 4327.0, 4329.0, 4328.0, 4329.0, 4341.0, 4330.0, 4350.0, 4330.0, 4328.0, 4328.0, 4328.0, 4315.0, 4328.0, 4338.0, 4329.0, 4339.0, 4317.0, 4339.0, 4317.0, 4327.0, 4327.0, 4329.0, 4329.0, 4340.0, 4329.0, 4341.0, 4341.0, 4329.0, 4328.0, 4330.0, 4329.0, 4328.0, 4341.0, 4329.0, 4340.0, 4327.0, 4339.0, 4328.0, 4335.0, 4318.0, 4352.0, 4318.0, 4328.0, 4326.0, 4338.0, 4327.0, 4327.0, 4315.0, 4326.0, 4326.0, 4325.0, 4326.0, 4315.0, 4334.0, 4326.0, 4315.0, 4326.0, 4325.0, 4328.0, 4327.0, 4327.0, 4338.0, 4327.0, 4327.0, 4326.0, 4326.0, 4327.0, 4327.0, 4338.0, 4328.0, 4348.0, 4325.0, 4336.0, 4316.0, 4325.0, 4315.0, 4315.0, 4313.0, 4326.0, 4316.0, 4327.0, 4325.0, 4326.0, 4336.0, 4327.0, 4337.0, 4337.0, 4337.0, 4329.0, 4339.0, 4339.0, 4339.0, 4330.0, 4340.0, 4318.0, 4330.0, 4327.0, 4328.0, 4328.0, 4327.0, 4337.0, 4327.0, 4338.0, 4327.0, 4326.0, 4326.0, 4327.0, 4326.0, 4337.0, 4339.0, 4338.0, 4338.0, 4338.0, 4338.0, 4328.0, 4349.0, 4338.0, 4348.0, 4340.0, 4338.0, 4338.0, 4337.0, 4336.0, 4339.0, 4327.0, 4339.0, 4329.0, 4329.0, 4338.0, 4328.0, 4337.0, 4336.0, 4348.0, 4329.0, 4349.0, 4338.0, 4338.0, 4340.0, 4341.0, 4339.0, 4340.0, 4328.0, 4338.0, 4328.0, 4338.0, 4338.0, 4329.0, 4338.0, 4338.0, 4329.0, 4340.0, 4339.0, 4339.0, 4339.0, 4337.0, 4336.0, 4340.0, 4339.0, 4339.0, 4338.0, 4329.0, 4338.0, 4338.0, 4347.0, 4337.0, 4337.0, 4326.0, 4334.0, 4314.0, 4325.0, 4323.0, 4315.0, 4326.0, 4324.0, 4325.0, 4325.0, 4326.0, 4335.0, 4325.0, 4336.0, 4336.0, 4340.0, 4328.0, 4338.0, 4328.0, 4328.0, 4337.0, 4326.0, 4348.0, 4337.0, 4337.0, 4328.0, 4337.0, 4326.0, 4326.0, 4315.0, 4326.0, 4315.0, 4325.0, 4314.0, 4323.0, 4312.0, 4323.0, 4324.0, 4327.0, 4326.0, 4337.0, 4346.0, 4327.0, 4338.0, 4327.0, 4337.0, 4338.0, 4339.0, 4338.0, 4338.0, 4339.0, 4340.0, 4328.0, 4339.0, 4317.0, 4339.0, 4327.0, 4328.0, 4327.0, 4326.0, 4337.0, 4327.0, 4336.0, 4327.0, 4347.0, 4325.0, 4327.0, 4326.0, 4337.0, 4326.0, 4337.0, 4337.0, 4338.0, 4338.0, 4338.0, 4338.0, 4349.0, 4339.0, 4348.0, 4326.0, 4336.0, 4327.0, 4327.0, 4327.0, 4326.0, 4326.0, 4327.0, 4324.0, 4326.0, 4325.0, 4326.0, 4324.0, 4324.0, 4335.0, 4326.0, 4337.0, 4337.0, 4339.0, 4339.0, 4341.0, 4339.0, 4339.0, 4339.0, 4338.0, 4328.0, 4337.0, 4339.0, 4339.0, 4330.0, 4339.0, 4338.0, 4339.0, 4340.0, 4338.0, 4337.0, 4337.0, 4338.0, 4338.0, 4349.0, 4341.0, 4349.0, 4351.0, 4361.0, 4362.0, 4352.0, 4350.0, 4349.0, 4350.0, 4352.0, 4350.0, 4340.0, 4339.0, 4340.0, 4348.0, 4339.0, 4348.0, 4339.0, 4338.0, 4338.0, 4358.0, 4339.0, 4337.0, 4337.0, 4327.0, 4335.0, 4338.0, 4326.0, 4337.0, 4337.0, 4336.0, 4346.0, 4336.0, 4337.0, 4340.0, 4327.0, 4338.0, 4338.0, 4338.0, 4337.0, 4337.0, 4340.0, 4327.0, 4338.0, 4338.0, 4338.0, 4349.0, 4339.0, 4338.0, 4338.0, 4357.0, 4338.0, 4336.0, 4337.0, 4339.0, 4338.0, 4338.0, 4338.0, 4338.0, 4335.0, 4337.0, 4336.0, 4336.0, 4338.0, 4337.0, 4335.0, 4328.0, 4335.0, 4327.0, 4337.0, 4325.0, 4325.0, 4325.0, 4326.0, 4336.0, 4337.0, 4326.0, 4337.0, 4324.0, 4325.0, 4335.0, 4324.0, 4345.0, 4325.0, 4337.0, 4339.0, 4338.0, 4339.0, 4336.0, 4337.0, 4337.0, 4337.0, 4336.0, 4346.0, 4335.0, 4336.0, 4336.0, 4336.0, 4336.0, 4337.0, 4326.0, 4337.0, 4326.0, 4337.0, 4336.0, 4337.0, 4360.0, 4338.0, 4357.0, 4337.0, 4339.0, 4340.0, 4339.0, 4339.0, 4339.0, 4349.0, 4340.0, 4337.0, 4350.0, 4338.0, 4350.0, 4349.0, 4340.0, 4336.0, 4337.0, 4346.0, 4338.0, 4338.0, 4338.0, 4338.0, 4348.0, 4337.0, 4337.0, 4338.0, 4338.0, 4340.0, 4348.0, 4339.0, 4338.0, 4348.0, 4337.0, 4350.0, 4340.0, 4338.0, 4340.0, 4348.0, 4338.0, 4338.0, 4339.0, 4338.0, 4338.0, 4347.0, 4340.0, 4347.0], 'WindowWidth': [9659.0, 9656.0, 9612.0, 9601.0, 9569.0, 9576.0, 9560.0, 9555.0, 9560.0, 9553.0, 9557.0, 9556.0, 9559.0, 9568.0, 9558.0, 9550.0, 9541.0, 9534.0, 9542.0, 9537.0, 9541.0, 9554.0, 9559.0, 9570.0, 9562.0, 9591.0, 9569.0, 9552.0, 9533.0, 9546.0, 9535.0, 9552.0, 9554.0, 9537.0, 9553.0, 9578.0, 9553.0, 9565.0, 9537.0, 9547.0, 9532.0, 9541.0, 9532.0, 9541.0, 9530.0, 9544.0, 9552.0, 9551.0, 9549.0, 9551.0, 9557.0, 9554.0, 9546.0, 9529.0, 9555.0, 9528.0, 9539.0, 9527.0, 9531.0, 9515.0, 9529.0, 9517.0, 9523.0, 9509.0, 9524.0, 9507.0, 9525.0, 9527.0, 9528.0, 9542.0, 9533.0, 9548.0, 9540.0, 9568.0, 9563.0, 9573.0, 9566.0, 9586.0, 9562.0, 9572.0, 9563.0, 9578.0, 9561.0, 9578.0, 9576.0, 9580.0, 9580.0, 9577.0, 9559.0, 9560.0, 9572.0, 9560.0, 9551.0, 9557.0, 9568.0, 9555.0, 9560.0, 9560.0, 9573.0, 9557.0, 9571.0, 9570.0, 9585.0, 9575.0, 9573.0, 9577.0, 9576.0, 9562.0, 9579.0, 9544.0, 9558.0, 9569.0, 9537.0, 9576.0, 9535.0, 9549.0, 9535.0, 9548.0, 9533.0, 9531.0, 9516.0, 9531.0, 9533.0, 9534.0, 9551.0, 9539.0, 9550.0, 9537.0, 9566.0, 9540.0, 9553.0, 9538.0, 9564.0, 9536.0, 9533.0, 9533.0, 9548.0, 9531.0, 9534.0, 9546.0, 9537.0, 9552.0, 9539.0, 9537.0, 9537.0, 9574.0, 9552.0, 9550.0, 9554.0, 9553.0, 9557.0, 9559.0, 9573.0, 9559.0, 9559.0, 9557.0, 9561.0, 9561.0, 9558.0, 9556.0, 9568.0, 9554.0, 9569.0, 9554.0, 9562.0, 9553.0, 9565.0, 9553.0, 9566.0, 9542.0, 9551.0, 9551.0, 9538.0, 9535.0, 9548.0, 9535.0, 9549.0, 9552.0, 9537.0, 9548.0, 9552.0, 9565.0, 9556.0, 9568.0, 9554.0, 9581.0, 9556.0, 9566.0, 9560.0, 9572.0, 9556.0, 9555.0, 9554.0, 9555.0, 9554.0, 9553.0, 9537.0, 9556.0, 9548.0, 9550.0, 9549.0, 9536.0, 9562.0, 9550.0, 9548.0, 9536.0, 9579.0, 9551.0, 9555.0, 9554.0, 9566.0, 9539.0, 9551.0, 9549.0, 9549.0, 9534.0, 9552.0, 9537.0, 9552.0, 9533.0, 9547.0, 9543.0, 9530.0, 9541.0, 9529.0, 9545.0, 9532.0, 9557.0, 9554.0, 9582.0, 9560.0, 9557.0, 9558.0, 9559.0, 9559.0, 9576.0, 9566.0, 9571.0, 9550.0, 9534.0, 9538.0, 9536.0, 9533.0, 9533.0, 9545.0, 9533.0, 9544.0, 9530.0, 9542.0, 9529.0, 9545.0, 9549.0, 9553.0, 9553.0, 9556.0, 9562.0, 9557.0, 9545.0, 9569.0, 9553.0, 9561.0, 9615.0, 9572.0, 9580.0, 9556.0, 9551.0, 9531.0, 9533.0, 9532.0, 9532.0, 9531.0, 9548.0, 9544.0, 9537.0, 9551.0, 9550.0, 9551.0, 9556.0, 9569.0, 9570.0, 9573.0, 9561.0, 9576.0, 9565.0, 9579.0, 9577.0, 9564.0, 9590.0, 9578.0, 9589.0, 9576.0, 9588.0, 9559.0, 9574.0, 9574.0, 9573.0, 9558.0, 9572.0, 9543.0, 9555.0, 9555.0, 9553.0, 9555.0, 9558.0, 9569.0, 9571.0, 9574.0, 9560.0, 9589.0, 9581.0, 9577.0, 9578.0, 9600.0, 9580.0, 9586.0, 9558.0, 9569.0, 9554.0, 9568.0, 9537.0, 9563.0, 9532.0, 9546.0, 9546.0, 9547.0, 9539.0, 9532.0, 9544.0, 9530.0, 9532.0, 9531.0, 9570.0, 9534.0, 9546.0, 9548.0, 9552.0, 9551.0, 9552.0, 9537.0, 9552.0, 9535.0, 9555.0, 9551.0, 9579.0, 9536.0, 9549.0, 9530.0, 9545.0, 9532.0, 9546.0, 9527.0, 9530.0, 9549.0, 9549.0, 9557.0, 9552.0, 9564.0, 9554.0, 9567.0, 9553.0, 9579.0, 9555.0, 9573.0, 9549.0, 9545.0, 9549.0, 9548.0, 9552.0, 9553.0, 9556.0, 9565.0, 9552.0, 9552.0, 9553.0, 9551.0, 9553.0, 9552.0, 9553.0, 9549.0, 9552.0, 9553.0, 9553.0, 9553.0, 9579.0, 9556.0, 9553.0, 9558.0, 9569.0, 9557.0, 9572.0, 9571.0, 9571.0, 9559.0, 9569.0, 9560.0, 9570.0, 9553.0, 9557.0, 9550.0, 9551.0, 9565.0, 9548.0, 9562.0, 9553.0, 9568.0, 9553.0, 9564.0, 9551.0, 9551.0, 9551.0, 9546.0, 9550.0, 9547.0, 9548.0, 9550.0, 9556.0, 9556.0, 9550.0, 9551.0, 9538.0, 9551.0, 9534.0, 9550.0, 9549.0, 9535.0, 9565.0, 9549.0, 9560.0, 9531.0, 9558.0, 9533.0, 9547.0, 9534.0, 9546.0, 9550.0, 9552.0, 9540.0, 9554.0, 9554.0, 9552.0, 9553.0, 9551.0, 9554.0, 9550.0, 9581.0, 9572.0, 9568.0, 9555.0, 9553.0, 9555.0, 9569.0, 9570.0, 9572.0, 9561.0, 9574.0, 9573.0, 9573.0, 9575.0, 9576.0, 9592.0, 9575.0, 9575.0, 9559.0, 9572.0, 9558.0, 9601.0, 9575.0, 9573.0, 9560.0, 9573.0, 9558.0, 9570.0, 9560.0, 9555.0, 9555.0, 9552.0, 9553.0, 9556.0, 9551.0, 9576.0, 9562.0, 9558.0, 9555.0, 9537.0, 9544.0, 9532.0, 9542.0, 9532.0, 9547.0, 9554.0, 9568.0, 9541.0, 9553.0, 9550.0, 9533.0, 9533.0, 9550.0, 9547.0, 9558.0, 9560.0, 9553.0, 9566.0, 9543.0, 9557.0, 9554.0, 9581.0, 9554.0, 9615.0, 9617.0, 9586.0, 9587.0, 9584.0, 9580.0, 9576.0, 9558.0, 9578.0, 9609.0, 9608.0, 9569.0, 9562.0, 9581.0, 9563.0, 9544.0, 9558.0, 9574.0, 9563.0, 9557.0, 9546.0, 9554.0, 9560.0, 9613.0, 9580.0, 9578.0, 9599.0, 9575.0, 9598.0, 9596.0, 9576.0, 9571.0, 9574.0, 9571.0, 9571.0, 9571.0, 9571.0, 9565.0, 9550.0, 9550.0, 9557.0, 9568.0, 9537.0, 9565.0, 9552.0, 9567.0, 9555.0, 9570.0, 9573.0, 9576.0, 9573.0, 9573.0, 9587.0, 9560.0, 9588.0, 9557.0, 9567.0, 9553.0, 9564.0, 9550.0, 9567.0, 9549.0, 9550.0, 9550.0, 9567.0, 9568.0, 9573.0, 9571.0, 9555.0, 9576.0, 9572.0, 9571.0, 9579.0, 9593.0, 9575.0, 9574.0, 9575.0, 9574.0, 9572.0, 9574.0, 9572.0, 9587.0, 9559.0, 9569.0, 9560.0, 9583.0, 9555.0, 9571.0, 9553.0, 9563.0, 9551.0, 9567.0, 9554.0, 9598.0, 9592.0, 9685.0, 9648.0, 9613.0, 9578.0, 9540.0, 9560.0, 9512.0, 9563.0, 9555.0, 9549.0, 9538.0, 9548.0, 9537.0, 9554.0, 9538.0, 9558.0, 9542.0, 9556.0, 9554.0, 9554.0, 9553.0, 9557.0, 9575.0, 9560.0, 9560.0, 9561.0, 9573.0, 9561.0, 9574.0, 9560.0, 9552.0, 9538.0, 9550.0, 9556.0, 9582.0, 9560.0, 9569.0, 9536.0, 9552.0, 9561.0, 9569.0, 9556.0, 9569.0, 9541.0, 9555.0, 9540.0, 9553.0, 9554.0, 9535.0, 9561.0, 9527.0, 9540.0, 9525.0, 9540.0, 9529.0, 9530.0, 9532.0, 9552.0, 9551.0, 9547.0, 9535.0, 9535.0, 9517.0, 9547.0, 9564.0, 9563.0, 9546.0, 9514.0, 9539.0, 9511.0, 9527.0, 9516.0, 9513.0, 9536.0, 9531.0, 9522.0, 9532.0, 9520.0, 9533.0, 9532.0, 9534.0, 9536.0, 9543.0, 9555.0, 9541.0, 9555.0, 9560.0, 9560.0, 9549.0, 9562.0, 9562.0, 9586.0, 9561.0, 9575.0, 9544.0, 9540.0, 9539.0, 9542.0, 9549.0, 9538.0, 9564.0, 9540.0, 9565.0, 9537.0, 9546.0, 9534.0, 9535.0, 9536.0, 9534.0, 9539.0, 9555.0, 9542.0, 9544.0, 9558.0, 9543.0, 9557.0, 9562.0, 9560.0, 9563.0, 9580.0, 9565.0, 9590.0, 9565.0, 9560.0, 9559.0, 9556.0, 9537.0, 9557.0, 9571.0, 9560.0, 9574.0, 9542.0, 9574.0, 9542.0, 9553.0, 9556.0, 9561.0, 9562.0, 9578.0, 9563.0, 9582.0, 9584.0, 9562.0, 9562.0, 9564.0, 9561.0, 9561.0, 9580.0, 9561.0, 9576.0, 9557.0, 9574.0, 9556.0, 9563.0, 9543.0, 9599.0, 9545.0, 9556.0, 9554.0, 9573.0, 9556.0, 9555.0, 9536.0, 9551.0, 9551.0, 9549.0, 9551.0, 9536.0, 9560.0, 9551.0, 9538.0, 9554.0, 9551.0, 9559.0, 9558.0, 9557.0, 9571.0, 9556.0, 9556.0, 9554.0, 9554.0, 9553.0, 9554.0, 9570.0, 9557.0, 9586.0, 9551.0, 9565.0, 9539.0, 9549.0, 9536.0, 9534.0, 9531.0, 9552.0, 9539.0, 9556.0, 9550.0, 9553.0, 9565.0, 9555.0, 9568.0, 9570.0, 9570.0, 9561.0, 9577.0, 9576.0, 9575.0, 9564.0, 9578.0, 9546.0, 9562.0, 9557.0, 9558.0, 9557.0, 9554.0, 9569.0, 9554.0, 9570.0, 9556.0, 9551.0, 9552.0, 9554.0, 9554.0, 9568.0, 9575.0, 9574.0, 9572.0, 9572.0, 9573.0, 9559.0, 9588.0, 9573.0, 9586.0, 9577.0, 9572.0, 9572.0, 9571.0, 9569.0, 9573.0, 9556.0, 9574.0, 9560.0, 9559.0, 9572.0, 9558.0, 9569.0, 9568.0, 9585.0, 9561.0, 9589.0, 9573.0, 9572.0, 9579.0, 9580.0, 9576.0, 9579.0, 9559.0, 9572.0, 9560.0, 9572.0, 9572.0, 9560.0, 9571.0, 9573.0, 9561.0, 9579.0, 9576.0, 9576.0, 9576.0, 9569.0, 9569.0, 9579.0, 9576.0, 9574.0, 9571.0, 9560.0, 9571.0, 9573.0, 9583.0, 9569.0, 9569.0, 9552.0, 9560.0, 9532.0, 9546.0, 9544.0, 9533.0, 9551.0, 9547.0, 9550.0, 9551.0, 9554.0, 9564.0, 9550.0, 9566.0, 9566.0, 9577.0, 9558.0, 9572.0, 9558.0, 9558.0, 9569.0, 9552.0, 9585.0, 9569.0, 9569.0, 9557.0, 9568.0, 9552.0, 9552.0, 9535.0, 9552.0, 9534.0, 9547.0, 9531.0, 9543.0, 9526.0, 9543.0, 9546.0, 9555.0, 9554.0, 9568.0, 9581.0, 9556.0, 9571.0, 9558.0, 9571.0, 9573.0, 9575.0, 9574.0, 9574.0, 9574.0, 9575.0, 9557.0, 9574.0, 9543.0, 9574.0, 9557.0, 9558.0, 9555.0, 9553.0, 9568.0, 9554.0, 9568.0, 9556.0, 9582.0, 9552.0, 9555.0, 9553.0, 9566.0, 9553.0, 9568.0, 9569.0, 9570.0, 9573.0, 9572.0, 9574.0, 9587.0, 9573.0, 9584.0, 9553.0, 9564.0, 9551.0, 9552.0, 9551.0, 9549.0, 9550.0, 9551.0, 9546.0, 9548.0, 9546.0, 9547.0, 9545.0, 9545.0, 9562.0, 9551.0, 9568.0, 9569.0, 9573.0, 9575.0, 9578.0, 9573.0, 9573.0, 9574.0, 9572.0, 9556.0, 9568.0, 9572.0, 9572.0, 9562.0, 9571.0, 9571.0, 9574.0, 9575.0, 9569.0, 9568.0, 9569.0, 9571.0, 9573.0, 9586.0, 9578.0, 9588.0, 9593.0, 9607.0, 9611.0, 9596.0, 9592.0, 9589.0, 9590.0, 9594.0, 9590.0, 9576.0, 9575.0, 9576.0, 9585.0, 9574.0, 9585.0, 9572.0, 9571.0, 9569.0, 9596.0, 9571.0, 9568.0, 9566.0, 9552.0, 9563.0, 9570.0, 9551.0, 9565.0, 9566.0, 9565.0, 9578.0, 9564.0, 9567.0, 9574.0, 9555.0, 9569.0, 9572.0, 9571.0, 9568.0, 9568.0, 9576.0, 9554.0, 9569.0, 9569.0, 9570.0, 9585.0, 9572.0, 9572.0, 9570.0, 9595.0, 9572.0, 9567.0, 9568.0, 9574.0, 9570.0, 9572.0, 9570.0, 9568.0, 9563.0, 9566.0, 9565.0, 9565.0, 9569.0, 9566.0, 9562.0, 9557.0, 9562.0, 9550.0, 9565.0, 9548.0, 9547.0, 9548.0, 9550.0, 9565.0, 9566.0, 9549.0, 9564.0, 9544.0, 9548.0, 9562.0, 9546.0, 9575.0, 9549.0, 9566.0, 9573.0, 9569.0, 9573.0, 9567.0, 9567.0, 9565.0, 9567.0, 9565.0, 9578.0, 9563.0, 9565.0, 9564.0, 9565.0, 9565.0, 9564.0, 9551.0, 9566.0, 9550.0, 9566.0, 9566.0, 9567.0, 9605.0, 9572.0, 9596.0, 9570.0, 9574.0, 9577.0, 9573.0, 9574.0, 9576.0, 9588.0, 9575.0, 9570.0, 9589.0, 9572.0, 9590.0, 9589.0, 9577.0, 9568.0, 9569.0, 9581.0, 9571.0, 9569.0, 9571.0, 9571.0, 9583.0, 9568.0, 9569.0, 9571.0, 9570.0, 9575.0, 9585.0, 9573.0, 9571.0, 9585.0, 9570.0, 9589.0, 9575.0, 9571.0, 9575.0, 9584.0, 9571.0, 9569.0, 9572.0, 9568.0, 9571.0, 9584.0, 9575.0, 9582.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.0003586036426712923</td></tr>
<tr><td colspan=3>aqi</td><td>0.017969988898525587</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>33.88452005065968</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1799000996614577</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9976162368923612</td></tr>
<tr><td colspan=3>efc</td><td>0.4684</td></tr>
<tr><td colspan=3>fber</td><td>5920.7715</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.059724198573391965</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>6</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.5203816131830009</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6035265119500095</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.557345120846323</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.826845568966386</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.42638884603732</td></tr>
<tr><td colspan=3>gcor</td><td>0.00705056</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01075285580009222</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.01945558376610279</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1153</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.720176612706184</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>34.1142</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>41.6479</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>177.2805</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>301682.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>862.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>356.662</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9379</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>579.7977</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3500.0686</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3740.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74862.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1044.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4627.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1005.3219</td></tr>
<tr><td colspan=3>tsnr</td><td>44.90180677105673</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>