ds005256-mriqc/sub-0023_ses-02_task-narratives_acq-mb8_run-04_bold.html
Felix Hoffstaedter 7ad4215070 [DATALAD RUNCMD] Compute MRIQC for sub-0023
=== 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-0023 --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-0023",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-18 19:11:59 +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-0023_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-0023_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-0023_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-0023/figures/sub-0023_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0023/figures/sub-0023_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0023/figures/sub-0023_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-0023_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-0023/figures/sub-0023_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0023/figures/sub-0023_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0023/figures/sub-0023_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-0023_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-0023/figures/sub-0023_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0023/figures/sub-0023_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0023/figures/sub-0023_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-0023_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-0023/figures/sub-0023_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0023/figures/sub-0023_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0023/figures/sub-0023_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-0023_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-0023/figures/sub-0023_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0023/figures/sub-0023_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0023/figures/sub-0023_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-0023_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-0023/figures/sub-0023_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0023/figures/sub-0023_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0023/figures/sub-0023_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-0023_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-0023/figures/sub-0023_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0023/figures/sub-0023_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-0023/figures/sub-0023_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0023/figures/sub-0023_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-0023/ses-02/func/sub-0023_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>1a6ace2b110ff73c8908a345da95206e</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>12:27:28.655000</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.9998, -0.0146444, 0.0136305, 0.017277, 0.975533, -0.219172]</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_brain_imaging_center</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.111551</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>[4149, -7736, -7230, 546, -14, -166, -56, 66]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>278.614</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>a112359d-5f8f-4d3d-b3e1-ebba5cbf2805||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.682389974594116, 0.046352993696928024, 0.027235975489020348, 107.84442138671875], [0.03928995132446289, 2.6172845363616943, -0.5922814011573792, -77.01199340820312], [0.036569744348526, 0.5880220532417297, 2.6340959072113037, -79.4821548461914], [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': ['122728.655000', '122729.115000', '122729.575000', '122730.035000', '122730.495000', '122730.955000', '122731.415000', '122731.875000', '122732.335000', '122732.795000', '122733.255000', '122733.715000', '122734.175000', '122734.635000', '122735.095000', '122735.555000', '122736.015000', '122736.475000', '122736.935000', '122737.395000', '122737.855000', '122738.315000', '122738.775000', '122739.235000', '122739.695000', '122740.155000', '122740.615000', '122741.075000', '122741.535000', '122741.995000', '122742.455000', '122742.915000', '122743.375000', '122743.835000', '122744.295000', '122744.755000', '122745.215000', '122745.675000', '122746.135000', '122746.595000', '122747.055000', '122747.515000', '122747.975000', '122748.435000', '122748.895000', '122749.355000', '122749.815000', '122750.275000', '122750.735000', '122751.195000', '122751.655000', '122752.115000', '122752.575000', '122753.035000', '122753.495000', '122753.955000', '122754.415000', '122754.875000', '122755.335000', '122755.795000', '122756.255000', '122756.715000', '122757.175000', '122757.635000', '122758.095000', '122758.555000', '122759.015000', '122759.475000', '122759.935000', '122800.395000', '122800.855000', '122801.315000', '122801.775000', '122802.235000', '122802.695000', '122803.155000', '122803.615000', '122804.075000', '122804.535000', '122804.995000', '122805.455000', '122805.915000', '122806.375000', '122806.835000', '122807.295000', '122807.755000', '122808.215000', '122808.675000', '122809.135000', '122809.595000', '122810.055000', '122810.515000', '122810.975000', '122811.435000', '122811.895000', '122812.355000', '122812.815000', '122813.275000', '122813.735000', '122814.195000', '122814.655000', '122815.115000', '122815.575000', '122816.035000', '122816.495000', '122816.955000', '122817.415000', '122817.875000', '122818.335000', '122818.795000', '122819.255000', '122819.715000', '122820.175000', '122820.635000', '122821.095000', '122821.555000', '122822.015000', '122822.475000', '122822.935000', '122823.395000', '122823.855000', '122824.315000', '122824.775000', '122825.235000', '122825.695000', '122826.155000', '122826.615000', '122827.075000', '122827.535000', '122827.995000', '122828.455000', '122828.915000', '122829.375000', '122829.835000', '122830.295000', '122830.755000', '122831.215000', '122831.675000', '122832.135000', '122832.595000', '122833.055000', '122833.515000', '122833.975000', '122834.435000', '122834.895000', '122835.355000', '122835.815000', '122836.275000', '122836.735000', '122837.195000', '122837.655000', '122838.115000', '122838.575000', '122839.035000', '122839.495000', '122839.955000', '122840.415000', '122840.875000', '122841.335000', '122841.795000', '122842.255000', '122842.715000', '122843.175000', '122843.635000', '122844.095000', '122844.555000', '122845.015000', '122845.475000', '122845.935000', '122846.395000', '122846.855000', '122847.315000', '122847.775000', '122848.235000', '122848.695000', '122849.155000', '122849.615000', '122850.075000', '122850.535000', '122850.995000', '122851.455000', '122851.915000', '122852.375000', '122852.835000', '122853.295000', '122853.755000', '122854.215000', '122854.675000', '122855.135000', '122855.595000', '122856.055000', '122856.515000', '122856.975000', '122857.435000', '122857.895000', '122858.355000', '122858.815000', '122859.275000', '122859.735000', '122900.195000', '122900.655000', '122901.115000', '122901.575000', '122902.035000', '122902.495000', '122902.955000', '122903.415000', '122903.875000', '122904.335000', '122904.795000', '122905.255000', '122905.715000', '122906.175000', '122906.635000', '122907.095000', '122907.555000', '122908.015000', '122908.475000', '122908.935000', '122909.395000', '122909.855000', '122910.315000', '122910.775000', '122911.235000', '122911.695000', '122912.155000', '122912.615000', '122913.075000', '122913.535000', '122913.995000', '122914.455000', '122914.915000', '122915.375000', '122915.835000', '122916.295000', '122916.755000', '122917.215000', '122917.675000', '122918.135000', '122918.595000', '122919.055000', '122919.515000', '122919.975000', '122920.435000', '122920.895000', '122921.355000', '122921.815000', '122922.275000', '122922.735000', '122923.195000', '122923.655000', '122924.115000', '122924.575000', '122925.035000', '122925.495000', '122925.955000', '122926.415000', '122926.875000', '122927.335000', '122927.795000', '122928.255000', '122928.715000', '122929.175000', '122929.635000', '122930.095000', '122930.555000', '122931.015000', '122931.475000', '122931.935000', '122932.395000', '122932.855000', '122933.315000', '122933.775000', '122934.235000', '122934.695000', '122935.155000', '122935.615000', '122936.075000', '122936.535000', '122936.995000', '122937.455000', '122937.915000', '122938.375000', '122938.835000', '122939.295000', '122939.755000', '122940.215000', '122940.675000', '122941.135000', '122941.595000', '122942.055000', '122942.515000', '122942.975000', '122943.435000', '122943.895000', '122944.355000', '122944.815000', '122945.275000', '122945.735000', '122946.195000', '122946.655000', '122947.115000', '122947.575000', '122948.035000', '122948.495000', '122948.955000', '122949.415000', '122949.875000', '122950.335000', '122950.795000', '122951.255000', '122951.715000', '122952.175000', '122952.635000', '122953.095000', '122953.555000', '122954.015000', '122954.475000', '122954.935000', '122955.395000', '122955.855000', '122956.315000', '122956.775000', '122957.235000', '122957.695000', '122958.155000', '122958.615000', '122959.075000', '122959.535000', '122959.995000', '123000.455000', '123000.915000', '123001.375000', '123001.835000', '123002.295000', '123002.755000', '123003.215000', '123003.675000', '123004.135000', '123004.595000', '123005.055000', '123005.515000', '123005.975000', '123006.435000', '123006.895000', '123007.355000', '123007.815000', '123008.275000', '123008.735000', '123009.195000', '123009.655000', '123010.115000', '123010.575000', '123011.035000', '123011.495000', '123011.955000', '123012.415000', '123012.875000', '123013.335000', '123013.795000', '123014.255000', '123014.715000', '123015.175000', '123015.635000', '123016.095000', '123016.555000', '123017.015000', '123017.475000', '123017.935000', '123018.395000', '123018.855000', '123019.315000', '123019.775000', '123020.235000', '123020.695000', '123021.155000', '123021.615000', '123022.075000', '123022.535000', '123022.995000', '123023.455000', '123023.915000', '123024.375000', '123024.835000', '123025.295000', '123025.755000', '123026.215000', '123026.675000', '123027.135000', '123027.595000', '123028.055000', '123028.515000', '123028.975000', '123029.435000', '123029.895000', '123030.355000', '123030.815000', '123031.275000', '123031.735000', '123032.195000', '123032.655000', '123033.115000', '123033.575000', '123034.035000', '123034.495000', '123034.955000', '123035.415000', '123035.875000', '123036.335000', '123036.795000', '123037.255000', '123037.715000', '123038.175000', '123038.635000', '123039.095000', '123039.555000', '123040.015000', '123040.475000', '123040.935000', '123041.395000', '123041.855000', '123042.315000', '123042.775000', '123043.235000', '123043.695000', '123044.155000', '123044.615000', '123045.075000', '123045.535000', '123045.995000', '123046.455000', '123046.915000', '123047.375000', '123047.835000', '123048.295000', '123048.755000', '123049.215000', '123049.675000', '123050.135000', '123050.595000', '123051.055000', '123051.515000', '123051.975000', '123052.435000', '123052.895000', '123053.355000', '123053.815000', '123054.275000', '123054.735000', '123055.195000', '123055.655000', '123056.115000', '123056.575000', '123057.035000', '123057.495000', '123057.955000', '123058.415000', '123058.875000', '123059.335000', '123059.795000', '123100.255000', '123100.715000', '123101.175000', '123101.635000', '123102.095000', '123102.555000', '123103.015000', '123103.475000', '123103.935000', '123104.395000', '123104.855000', '123105.315000', '123105.775000', '123106.235000', '123106.695000', '123107.155000', '123107.615000', '123108.075000', '123108.535000', '123108.995000', '123109.455000', '123109.915000', '123110.375000', '123110.835000', '123111.295000', '123111.755000', '123112.215000', '123112.675000', '123113.135000', '123113.595000', '123114.055000', '123114.515000', '123114.975000', '123115.435000', '123115.895000', '123116.355000', '123116.815000', '123117.275000', '123117.735000', '123118.195000', '123118.655000', '123119.115000', '123119.575000', '123120.035000', '123120.495000', '123120.955000', '123121.415000', '123121.875000', '123122.335000', '123122.795000', '123123.255000', '123123.715000', '123124.175000', '123124.635000', '123125.095000', '123125.555000', '123126.015000', '123126.475000', '123126.935000', '123127.395000', '123127.855000', '123128.315000', '123128.775000', '123129.235000', '123129.695000', '123130.155000', '123130.615000', '123131.075000', '123131.535000', '123131.995000', '123132.455000', '123132.915000', '123133.375000', '123133.835000', '123134.295000', '123134.755000', '123135.215000', '123135.675000', '123136.135000', '123136.595000', '123137.055000', '123137.515000', '123137.975000', '123138.435000', '123138.895000', '123139.355000', '123139.815000', '123140.275000', '123140.735000', '123141.195000', '123141.655000', '123142.115000', '123142.575000', '123143.035000', '123143.495000', '123143.955000', '123144.415000', '123144.875000', '123145.335000', '123145.795000', '123146.255000', '123146.715000', '123147.175000', '123147.635000', '123148.095000', '123148.555000', '123149.015000', '123149.475000', '123149.935000', '123150.395000', '123150.855000', '123151.315000', '123151.775000', '123152.235000', '123152.695000', '123153.155000', '123153.615000', '123154.075000', '123154.535000', '123154.995000', '123155.455000', '123155.915000', '123156.375000', '123156.835000', '123157.295000', '123157.755000', '123158.215000', '123158.675000', '123159.135000', '123159.595000', '123200.055000', '123200.515000', '123200.975000', '123201.435000', '123201.895000', '123202.355000', '123202.815000', '123203.275000', '123203.735000', '123204.195000', '123204.655000', '123205.115000', '123205.575000', '123206.035000', '123206.495000', '123206.955000', '123207.415000', '123207.875000', '123208.335000', '123208.795000', '123209.255000', '123209.715000', '123210.175000', '123210.635000', '123211.095000', '123211.555000', '123212.015000', '123212.475000', '123212.935000', '123213.395000', '123213.855000', '123214.315000', '123214.775000', '123215.235000', '123215.695000', '123216.155000', '123216.615000', '123217.075000', '123217.535000', '123217.995000', '123218.455000', '123218.915000', '123219.375000', '123219.835000', '123220.295000', '123220.755000', '123221.215000', '123221.675000', '123222.135000', '123222.595000', '123223.055000', '123223.515000', '123223.975000', '123224.435000', '123224.895000', '123225.355000', '123225.815000', '123226.275000', '123226.735000', '123227.195000', '123227.655000', '123228.115000', '123228.575000', '123229.035000', '123229.495000', '123229.955000', '123230.415000', '123230.875000', '123231.335000', '123231.795000', '123232.255000', '123232.715000', '123233.175000', '123233.635000', '123234.095000', '123234.555000', '123235.015000', '123235.475000', '123235.935000', '123236.395000', '123236.855000', '123237.315000', '123237.775000', '123238.235000', '123238.695000', '123239.155000', '123239.615000', '123240.075000', '123240.535000', '123240.995000', '123241.455000', '123241.915000', '123242.375000', '123242.835000', '123243.295000', '123243.755000', '123244.215000', '123244.675000', '123245.135000', '123245.595000', '123246.055000', '123246.515000', '123246.975000', '123247.435000', '123247.895000', '123248.355000', '123248.815000', '123249.275000', '123249.735000', '123250.195000', '123250.655000', '123251.115000', '123251.575000', '123252.035000', '123252.495000', '123252.955000', '123253.415000', '123253.875000', '123254.335000', '123254.795000', '123255.255000', '123255.715000', '123256.175000', '123256.635000', '123257.095000', '123257.555000', '123258.015000', '123258.475000', '123258.935000', '123259.395000', '123259.855000', '123300.315000', '123300.775000', '123301.235000', '123301.695000', '123302.155000', '123302.615000', '123303.075000', '123303.535000', '123303.995000', '123304.455000', '123304.915000', '123305.375000', '123305.835000', '123306.295000', '123306.755000', '123307.215000', '123307.675000', '123308.135000', '123308.595000', '123309.055000', '123309.515000', '123309.975000', '123310.435000', '123310.895000', '123311.355000', '123311.815000', '123312.275000', '123312.735000', '123313.195000', '123313.655000', '123314.115000', '123314.575000', '123315.035000', '123315.495000', '123315.955000', '123316.415000', '123316.875000', '123317.335000', '123317.795000', '123318.255000', '123318.715000', '123319.175000', '123319.635000', '123320.095000', '123320.555000', '123321.015000', '123321.475000', '123321.935000', '123322.395000', '123322.855000', '123323.315000', '123323.775000', '123324.235000', '123324.695000', '123325.155000', '123325.615000', '123326.075000', '123326.535000', '123326.995000', '123327.455000', '123327.915000', '123328.375000', '123328.835000', '123329.295000', '123329.755000', '123330.215000', '123330.675000', '123331.135000', '123331.595000', '123332.055000', '123332.515000', '123332.975000', '123333.435000', '123333.895000', '123334.355000', '123334.815000', '123335.275000', '123335.735000', '123336.195000', '123336.655000', '123337.115000', '123337.575000', '123338.035000', '123338.495000', '123338.955000', '123339.415000', '123339.875000', '123340.335000', '123340.795000', '123341.255000', '123341.715000', '123342.175000', '123342.635000', '123343.095000', '123343.555000', '123344.015000', '123344.475000', '123344.935000', '123345.395000', '123345.855000', '123346.315000', '123346.775000', '123347.235000', '123347.695000', '123348.155000', '123348.615000', '123349.075000', '123349.535000', '123349.995000', '123350.455000', '123350.915000', '123351.375000', '123351.835000', '123352.295000', '123352.755000', '123353.215000', '123353.675000', '123354.135000', '123354.595000', '123355.055000', '123355.515000', '123355.975000', '123356.435000', '123356.895000', '123357.355000', '123357.815000', '123358.275000', '123358.735000', '123359.195000', '123359.655000', '123400.115000', '123400.575000', '123401.035000', '123401.495000', '123401.955000', '123402.415000', '123402.875000', '123403.335000', '123403.795000', '123404.255000', '123404.715000', '123405.175000', '123405.635000', '123406.095000', '123406.555000', '123407.015000', '123407.475000', '123407.935000', '123408.395000', '123408.855000', '123409.315000', '123409.775000', '123410.235000', '123410.695000', '123411.155000', '123411.615000', '123412.075000', '123412.535000', '123412.995000', '123413.455000', '123413.915000', '123414.375000', '123414.835000', '123415.295000', '123415.755000', '123416.215000', '123416.675000', '123417.135000', '123417.595000', '123418.055000', '123418.515000', '123418.975000', '123419.435000', '123419.895000', '123420.355000', '123420.815000', '123421.275000', '123421.735000', '123422.195000', '123422.655000', '123423.115000', '123423.575000', '123424.035000', '123424.495000', '123424.955000', '123425.415000', '123425.875000', '123426.335000', '123426.795000', '123427.255000', '123427.715000', '123428.175000', '123428.635000', '123429.095000', '123429.555000', '123430.015000', '123430.475000', '123430.935000', '123431.395000', '123431.855000', '123432.315000', '123432.775000', '123433.235000', '123433.695000', '123434.155000', '123434.615000', '123435.075000', '123435.535000', '123435.995000', '123436.455000', '123436.915000', '123437.375000', '123437.835000', '123438.295000', '123438.755000', '123439.215000', '123439.675000', '123440.135000', '123440.595000', '123441.055000', '123441.515000', '123441.975000', '123442.435000', '123442.895000', '123443.355000', '123443.815000', '123444.275000', '123444.735000', '123445.195000', '123445.655000', '123446.115000', '123446.575000', '123447.035000', '123447.495000', '123447.955000', '123448.415000', '123448.875000', '123449.335000', '123449.795000', '123450.255000', '123450.715000', '123451.175000', '123451.635000', '123452.095000', '123452.555000', '123453.015000', '123453.475000', '123453.935000', '123454.395000', '123454.855000', '123455.315000', '123455.775000', '123456.235000', '123456.695000', '123457.155000', '123457.615000', '123458.075000', '123458.535000', '123458.995000', '123459.455000', '123459.915000', '123500.375000', '123500.835000', '123501.295000', '123501.755000', '123502.215000', '123502.675000', '123503.135000', '123503.595000', '123504.055000', '123504.515000', '123504.975000', '123505.435000', '123505.895000', '123506.355000', '123506.815000', '123507.275000', '123507.735000', '123508.195000', '123508.655000', '123509.115000', '123509.575000', '123510.035000', '123510.495000', '123510.955000', '123511.415000', '123511.875000', '123512.335000', '123512.795000', '123513.255000', '123513.715000', '123514.175000', '123514.635000', '123515.095000', '123515.555000', '123516.015000', '123516.475000', '123516.935000', '123517.395000', '123517.855000', '123518.315000', '123518.775000', '123519.235000', '123519.695000', '123520.155000', '123520.615000', '123521.075000', '123521.535000', '123521.995000', '123522.455000', '123522.915000', '123523.375000', '123523.835000', '123524.295000', '123524.755000', '123525.215000', '123525.675000', '123526.135000', '123526.595000', '123527.055000', '123527.515000', '123527.975000', '123528.435000', '123528.895000', '123529.355000', '123529.815000', '123530.275000', '123530.735000', '123531.195000', '123531.655000', '123532.115000', '123532.575000', '123533.035000', '123533.495000', '123533.955000', '123534.415000', '123534.875000', '123535.335000', '123535.795000', '123536.255000', '123536.715000', '123537.175000', '123537.635000', '123538.095000', '123538.555000', '123539.015000', '123539.475000', '123539.935000', '123540.395000', '123540.855000', '123541.315000', '123541.775000', '123542.235000', '123542.695000', '123543.155000', '123543.615000', '123544.075000', '123544.535000', '123544.995000', '123545.455000', '123545.915000', '123546.375000', '123546.835000', '123547.295000', '123547.755000', '123548.215000', '123548.675000', '123549.135000', '123549.595000', '123550.055000', '123550.515000', '123550.975000', '123551.435000', '123551.895000', '123552.355000', '123552.815000', '123553.275000', '123553.735000', '123554.195000', '123554.655000', '123555.115000', '123555.575000', '123556.035000', '123556.495000', '123556.955000', '123557.415000', '123557.875000', '123558.335000', '123558.795000', '123559.255000', '123559.715000', '123600.175000', '123600.635000', '123601.095000', '123601.555000', '123602.015000', '123602.475000', '123602.935000', '123603.395000', '123603.855000', '123604.315000', '123604.775000', '123605.235000', '123605.695000', '123606.155000', '123606.615000', '123607.075000', '123607.535000', '123607.995000', '123608.455000', '123608.915000', '123609.375000', '123609.835000', '123610.295000', '123610.755000', '123611.215000', '123611.675000', '123612.135000', '123612.595000', '123613.055000', '123613.515000', '123613.975000', '123614.435000', '123614.895000', '123615.355000', '123615.815000', '123616.275000', '123616.735000', '123617.195000', '123617.655000', '123618.115000', '123618.575000', '123619.035000', '123619.495000', '123619.955000'], 'ContentTime': ['122744.033000', '122744.036000', '122744.039000', '122744.043000', '122744.045000', '122744.048000', '122744.058000', '122744.062000', '122744.065000', '122744.068000', '122744.070000', '122744.074000', '122744.087000', '122744.107000', '122744.110000', '122744.114000', '122744.116000', '122744.119000', '122744.122000', '122744.125000', '122744.128000', '122744.131000', '122744.134000', '122744.137000', '122744.140000', '122744.143000', '122744.146000', '122744.149000', '122744.152000', '122744.155000', '122744.158000', '122803.995000', '122804.004000', '122804.007000', '122804.010000', '122804.013000', '122804.021000', '122804.024000', '122804.027000', '122804.035000', '122804.038000', '122804.041000', '122804.044000', '122804.047000', '122804.051000', '122804.055000', '122804.058000', '122804.061000', '122804.064000', '122804.067000', '122804.070000', '122804.073000', '122804.076000', '122804.079000', '122804.082000', '122804.084000', '122804.087000', '122804.090000', '122804.093000', '122804.096000', '122804.099000', '122804.102000', '122804.105000', '122804.108000', '122804.111000', '122804.114000', '122804.118000', '122804.121000', '122804.124000', '122804.127000', '122804.130000', '122804.132000', '122804.135000', '122804.138000', '122823.996000', '122824.000000', '122824.003000', '122824.006000', '122824.009000', '122824.012000', '122824.015000', '122824.018000', '122824.021000', '122824.024000', '122824.030000', '122824.033000', '122824.036000', '122824.039000', '122824.042000', '122824.045000', '122824.048000', '122824.050000', '122824.054000', '122824.056000', '122824.059000', '122824.062000', '122824.065000', '122824.068000', '122824.071000', '122824.074000', '122824.077000', '122824.080000', '122824.083000', '122824.086000', '122824.089000', '122824.091000', '122824.094000', '122824.097000', '122824.100000', '122824.103000', '122824.106000', '122824.109000', '122824.112000', '122824.115000', '122824.117000', '122824.120000', '122824.123000', '122824.126000', '122843.996000', '122844.000000', '122844.003000', '122844.006000', '122844.009000', '122844.012000', '122844.015000', '122844.017000', '122844.021000', '122844.024000', '122844.026000', '122844.029000', '122844.032000', '122844.035000', '122844.038000', '122844.041000', '122844.044000', '122844.047000', '122844.050000', '122844.052000', '122844.056000', '122844.058000', '122844.061000', '122844.064000', '122844.067000', '122844.070000', '122844.073000', '122844.076000', '122844.079000', '122844.082000', '122844.085000', '122844.088000', '122844.091000', '122844.093000', '122844.096000', '122844.099000', '122844.102000', '122844.105000', '122844.108000', '122844.111000', '122844.114000', '122844.117000', '122844.120000', '122903.995000', '122903.998000', '122904.002000', '122904.005000', '122904.008000', '122904.011000', '122904.014000', '122904.016000', '122904.019000', '122904.023000', '122904.025000', '122904.028000', '122904.031000', '122904.034000', '122904.037000', '122904.040000', '122904.043000', '122904.046000', '122904.049000', '122904.052000', '122904.054000', '122904.057000', '122904.060000', '122904.063000', '122904.066000', '122904.069000', '122904.072000', '122904.075000', '122904.078000', '122904.081000', '122904.084000', '122904.087000', '122904.090000', '122904.093000', '122904.095000', '122904.098000', '122904.101000', '122904.104000', '122904.107000', '122904.110000', '122904.113000', '122904.116000', '122904.119000', '122904.122000', '122923.995000', '122923.998000', '122924.002000', '122924.005000', '122924.008000', '122924.011000', '122924.013000', '122924.017000', '122924.019000', '122924.022000', '122924.025000', '122924.028000', '122924.031000', '122924.034000', '122924.037000', '122924.040000', '122924.043000', '122924.046000', '122924.049000', '122924.052000', '122924.055000', '122924.058000', '122924.061000', '122924.064000', '122924.066000', '122924.069000', '122924.072000', '122924.075000', '122924.078000', '122924.081000', '122924.084000', '122924.088000', '122924.091000', '122924.094000', '122924.097000', '122924.100000', '122924.111000', '122924.114000', '122924.117000', '122924.120000', '122924.123000', '122924.126000', '122924.129000', '122943.995000', '122943.998000', '122944.002000', '122944.005000', '122944.008000', '122944.011000', '122944.014000', '122944.016000', '122944.020000', '122944.023000', '122944.026000', '122944.036000', '122944.039000', '122944.042000', '122944.045000', '122944.048000', '122944.051000', '122944.054000', '122944.057000', '122944.060000', '122944.063000', '122944.066000', '122944.069000', '122944.072000', '122944.075000', '122944.078000', '122944.081000', '122944.083000', '122944.086000', '122944.089000', '122944.092000', '122944.095000', '122944.098000', '122944.101000', '122944.104000', '122944.107000', '122944.110000', '122944.113000', '122944.116000', '122944.118000', '122944.121000', '122944.124000', '122944.127000', '123003.995000', '123003.998000', '123004.002000', '123004.005000', '123004.008000', '123004.011000', '123004.014000', '123004.017000', '123004.020000', '123004.023000', '123004.026000', '123004.029000', '123004.031000', '123004.034000', '123004.037000', '123004.040000', '123004.043000', '123004.046000', '123004.049000', '123004.052000', '123004.055000', '123004.058000', '123004.067000', '123004.070000', '123004.073000', '123004.076000', '123004.078000', '123004.081000', '123004.084000', '123004.087000', '123004.090000', '123004.093000', '123004.096000', '123004.099000', '123004.102000', '123004.105000', '123004.108000', '123004.111000', '123004.114000', '123004.117000', '123004.119000', '123004.122000', '123004.125000', '123004.128000', '123023.995000', '123023.998000', '123024.001000', '123024.008000', '123024.011000', '123024.014000', '123024.017000', '123024.020000', '123024.023000', '123024.026000', '123024.029000', '123024.032000', '123024.035000', '123024.037000', '123024.040000', '123024.043000', '123024.046000', '123024.049000', '123024.052000', '123024.055000', '123024.058000', '123024.061000', '123024.064000', '123024.067000', '123024.070000', '123024.073000', '123024.076000', '123024.079000', '123024.082000', '123024.085000', '123024.088000', '123024.091000', '123024.094000', '123024.097000', '123024.099000', '123024.102000', '123024.105000', '123024.108000', '123024.111000', '123024.114000', '123024.117000', '123024.120000', '123024.123000', '123024.126000', '123043.996000', '123044.000000', '123044.003000', '123044.006000', '123044.009000', '123044.012000', '123044.015000', '123044.018000', '123044.021000', '123044.024000', '123044.027000', '123044.030000', '123044.032000', '123044.036000', '123044.038000', '123044.041000', '123044.044000', '123044.047000', '123044.050000', '123044.053000', '123044.056000', '123044.059000', '123044.062000', '123044.065000', '123044.068000', '123044.071000', '123044.074000', '123044.077000', '123044.079000', '123044.082000', '123044.085000', '123044.104000', '123044.107000', '123044.110000', '123044.113000', '123044.116000', '123044.118000', '123044.121000', '123044.126000', '123044.129000', '123044.132000', '123044.135000', '123044.138000', '123103.996000', '123104.018000', '123104.021000', '123104.024000', '123104.027000', '123104.029000', '123104.032000', '123104.035000', '123104.038000', '123104.041000', '123104.044000', '123104.047000', '123104.050000', '123104.053000', '123104.056000', '123104.059000', '123104.062000', '123104.065000', '123104.068000', '123104.071000', '123104.074000', '123104.076000', '123104.079000', '123104.082000', '123104.085000', '123104.088000', '123104.092000', '123104.095000', '123104.098000', '123104.101000', '123104.104000', '123104.107000', '123104.110000', '123104.113000', '123104.116000', '123104.119000', '123104.121000', '123104.124000', '123104.127000', '123104.130000', '123104.133000', '123104.136000', '123104.139000', '123104.142000', '123123.995000', '123123.998000', '123124.005000', '123124.008000', '123124.011000', '123124.014000', '123124.017000', '123124.020000', '123124.023000', '123124.026000', '123124.029000', '123124.032000', '123124.035000', '123124.038000', '123124.041000', '123124.044000', '123124.047000', '123124.050000', '123124.053000', '123124.055000', '123124.059000', '123124.061000', '123124.064000', '123124.067000', '123124.070000', '123124.073000', '123124.076000', '123124.079000', '123124.082000', '123124.085000', '123124.087000', '123124.090000', '123124.093000', '123124.096000', '123124.099000', '123124.102000', '123124.105000', '123124.108000', '123124.111000', '123124.114000', '123124.117000', '123124.119000', '123124.122000', '123143.996000', '123144.001000', '123144.004000', '123144.028000', '123144.030000', '123144.034000', '123144.036000', '123144.039000', '123144.042000', '123144.045000', '123144.048000', '123144.051000', '123144.054000', '123144.057000', '123144.060000', '123144.063000', '123144.066000', '123144.069000', '123144.072000', '123144.075000', '123144.077000', '123144.081000', '123144.083000', '123144.086000', '123144.089000', '123144.092000', '123144.095000', '123144.098000', '123144.101000', '123144.104000', '123144.107000', '123144.110000', '123144.113000', '123144.116000', '123144.119000', '123144.122000', '123144.125000', '123144.128000', '123144.131000', '123144.133000', '123144.136000', '123144.139000', '123144.142000', '123203.995000', '123203.998000', '123204.002000', '123204.005000', '123204.008000', '123204.011000', '123204.014000', '123204.017000', '123204.020000', '123204.023000', '123204.026000', '123204.029000', '123204.032000', '123204.035000', '123204.037000', '123204.040000', '123204.043000', '123204.046000', '123204.049000', '123204.052000', '123204.055000', '123204.058000', '123204.061000', '123204.064000', '123204.067000', '123204.070000', '123204.072000', '123204.075000', '123204.078000', '123204.081000', '123204.084000', '123204.087000', '123204.090000', '123204.093000', '123204.096000', '123204.099000', '123204.102000', '123204.104000', '123204.107000', '123204.110000', '123204.113000', '123204.116000', '123204.119000', '123204.122000', '123223.995000', '123223.998000', '123224.002000', '123224.005000', '123224.008000', '123224.011000', '123224.014000', '123224.017000', '123224.020000', '123224.023000', '123224.026000', '123224.029000', '123224.032000', '123224.048000', '123224.051000', '123224.054000', '123224.057000', '123224.060000', '123224.062000', '123224.065000', '123224.068000', '123224.071000', '123224.074000', '123224.077000', '123224.080000', '123224.083000', '123224.086000', '123224.089000', '123224.092000', '123224.095000', '123224.098000', '123224.101000', '123224.104000', '123224.106000', '123224.109000', '123224.112000', '123224.115000', '123224.118000', '123224.121000', '123224.124000', '123224.127000', '123224.130000', '123224.133000', '123243.995000', '123243.998000', '123244.002000', '123244.005000', '123244.008000', '123244.011000', '123244.014000', '123244.017000', '123244.020000', '123244.023000', '123244.026000', '123244.029000', '123244.032000', '123244.035000', '123244.038000', '123244.047000', '123244.050000', '123244.053000', '123244.056000', '123244.059000', '123244.062000', '123244.064000', '123244.067000', '123244.070000', '123244.073000', '123244.076000', '123244.082000', '123244.085000', '123244.088000', '123244.091000', '123244.094000', '123244.097000', '123244.100000', '123244.103000', '123244.106000', '123244.109000', '123244.111000', '123244.114000', '123244.117000', '123244.120000', '123244.123000', '123244.126000', '123244.129000', '123244.132000', '123303.996000', '123304.000000', '123304.003000', '123304.006000', '123304.009000', '123304.012000', '123304.015000', '123304.018000', '123304.021000', '123304.024000', '123304.027000', '123304.030000', '123304.033000', '123304.036000', '123304.039000', '123304.042000', '123304.045000', '123304.048000', '123304.051000', '123304.054000', '123304.057000', '123304.060000', '123304.063000', '123304.066000', '123304.068000', '123304.071000', '123304.074000', '123304.077000', '123304.080000', '123304.083000', '123304.086000', '123304.089000', '123304.092000', '123304.095000', '123304.098000', '123304.101000', '123304.104000', '123304.107000', '123304.109000', '123304.113000', '123304.116000', '123304.118000', '123304.121000', '123323.996000', '123324.000000', '123324.003000', '123324.006000', '123324.009000', '123324.012000', '123324.015000', '123324.018000', '123324.021000', '123324.024000', '123324.027000', '123324.030000', '123324.033000', '123324.036000', '123324.039000', '123324.042000', '123324.045000', '123324.048000', '123324.051000', '123324.053000', '123324.056000', '123324.059000', '123324.062000', '123324.065000', '123324.068000', '123324.071000', '123324.074000', '123324.077000', '123324.080000', '123324.083000', '123324.086000', '123324.090000', '123324.093000', '123324.096000', '123324.099000', '123324.102000', '123324.105000', '123324.108000', '123324.111000', '123324.114000', '123324.117000', '123324.120000', '123324.123000', '123324.126000', '123343.995000', '123343.998000', '123344.002000', '123344.005000', '123344.008000', '123344.011000', '123344.014000', '123344.017000', '123344.020000', '123344.023000', '123344.026000', '123344.028000', '123344.032000', '123344.034000', '123344.037000', '123344.040000', '123344.044000', '123344.047000', '123344.049000', '123344.053000', '123344.056000', '123344.059000', '123344.062000', '123344.065000', '123344.079000', '123344.082000', '123344.085000', '123344.088000', '123344.091000', '123344.094000', '123344.097000', '123344.100000', '123344.103000', '123344.106000', '123344.109000', '123344.112000', '123344.114000', '123344.117000', '123344.121000', '123344.123000', '123344.126000', '123344.129000', '123344.132000', '123403.995000', '123403.998000', '123404.002000', '123404.005000', '123404.008000', '123404.011000', '123404.014000', '123404.017000', '123404.020000', '123404.029000', '123404.032000', '123404.035000', '123404.038000', '123404.041000', '123404.044000', '123404.047000', '123404.050000', '123404.053000', '123404.056000', '123404.059000', '123404.062000', '123404.065000', '123404.068000', '123404.070000', '123404.074000', '123404.077000', '123404.079000', '123404.082000', '123404.085000', '123404.088000', '123404.091000', '123404.094000', '123404.097000', '123404.100000', '123404.103000', '123404.106000', '123404.108000', '123404.111000', '123404.114000', '123404.117000', '123404.120000', '123404.123000', '123404.126000', '123404.129000', '123423.995000', '123424.000000', '123424.003000', '123424.006000', '123424.009000', '123424.012000', '123424.015000', '123424.018000', '123424.021000', '123424.024000', '123424.027000', '123424.030000', '123424.033000', '123424.036000', '123424.039000', '123424.042000', '123424.045000', '123424.047000', '123424.050000', '123424.053000', '123424.056000', '123424.059000', '123424.062000', '123424.065000', '123424.068000', '123424.071000', '123424.074000', '123424.077000', '123424.080000', '123424.083000', '123424.086000', '123424.089000', '123424.092000', '123424.095000', '123424.097000', '123424.100000', '123424.103000', '123424.106000', '123424.109000', '123424.120000', '123424.123000', '123424.126000', '123424.129000', '123443.995000', '123443.998000', '123444.002000', '123444.005000', '123444.008000', '123444.011000', '123444.014000', '123444.017000', '123444.020000', '123444.023000', '123444.026000', '123444.028000', '123444.032000', '123444.034000', '123444.037000', '123444.040000', '123444.043000', '123444.046000', '123444.049000', '123444.052000', '123444.055000', '123444.058000', '123444.061000', '123444.064000', '123444.067000', '123444.070000', '123444.073000', '123444.076000', '123444.079000', '123444.082000', '123444.084000', '123444.087000', '123444.090000', '123444.093000', '123444.096000', '123444.099000', '123444.102000', '123444.105000', '123444.108000', '123444.111000', '123444.114000', '123444.117000', '123444.123000', '123444.126000', '123503.995000', '123503.998000', '123504.002000', '123504.005000', '123504.008000', '123504.011000', '123504.014000', '123504.017000', '123504.020000', '123504.023000', '123504.026000', '123504.029000', '123504.032000', '123504.034000', '123504.038000', '123504.041000', '123504.043000', '123504.046000', '123504.049000', '123504.052000', '123504.064000', '123504.067000', '123504.070000', '123504.073000', '123504.076000', '123504.079000', '123504.082000', '123504.085000', '123504.088000', '123504.091000', '123504.093000', '123504.096000', '123504.099000', '123504.102000', '123504.105000', '123504.108000', '123504.111000', '123504.114000', '123504.117000', '123504.120000', '123504.123000', '123504.125000', '123504.128000', '123523.996000', '123524.000000', '123524.003000', '123524.012000', '123524.015000', '123524.017000', '123524.020000', '123524.024000', '123524.026000', '123524.029000', '123524.032000', '123524.035000', '123524.038000', '123524.041000', '123524.044000', '123524.047000', '123524.050000', '123524.053000', '123524.056000', '123524.059000', '123524.062000', '123524.065000', '123524.068000', '123524.071000', '123524.074000', '123524.076000', '123524.079000', '123524.082000', '123524.085000', '123524.088000', '123524.091000', '123524.094000', '123524.097000', '123524.100000', '123524.103000', '123524.106000', '123524.109000', '123524.111000', '123524.114000', '123524.117000', '123524.120000', '123524.123000', '123524.126000', '123524.129000', '123543.996000', '123544.000000', '123544.003000', '123544.006000', '123544.009000', '123544.012000', '123544.015000', '123544.018000', '123544.021000', '123544.024000', '123544.027000', '123544.030000', '123544.033000', '123544.036000', '123544.040000', '123544.043000', '123544.046000', '123544.049000', '123544.052000', '123544.055000', '123544.058000', '123544.061000', '123544.064000', '123544.067000', '123544.070000', '123544.073000', '123544.075000', '123544.078000', '123544.081000', '123544.084000', '123544.087000', '123544.090000', '123544.093000', '123544.096000', '123544.099000', '123544.102000', '123544.105000', '123544.108000', '123544.111000', '123544.114000', '123544.117000', '123544.120000', '123544.122000', '123603.995000', '123603.998000', '123604.002000', '123604.005000', '123604.008000', '123604.011000', '123604.014000', '123604.017000', '123604.020000', '123604.023000', '123604.026000', '123604.029000', '123604.032000', '123604.035000', '123604.038000', '123604.041000', '123604.044000', '123604.047000', '123604.050000', '123604.053000', '123604.056000', '123604.059000', '123604.062000', '123604.065000', '123604.068000', '123604.071000', '123604.074000', '123604.076000', '123604.079000', '123604.082000', '123604.085000', '123604.088000', '123604.091000', '123604.094000', '123604.097000', '123604.100000', '123604.103000', '123604.106000', '123604.109000', '123604.111000', '123604.114000', '123604.117000', '123604.120000', '123604.123000', '123621.420000', '123621.423000', '123621.427000', '123621.430000', '123621.433000', '123621.436000', '123621.439000', '123621.442000', '123621.446000', '123621.449000', '123621.452000', '123621.455000', '123621.458000', '123621.461000', '123621.464000', '123621.467000', '123621.470000', '123621.485000', '123621.497000', '123621.500000', '123621.503000', '123621.506000', '123621.509000', '123621.511000', '123621.514000', '123621.517000', '123621.520000', '123621.523000', '123621.526000', '123621.529000', '123621.532000', '123621.535000', '123621.538000', '123621.541000', '123621.544000', '123621.547000', '123621.550000', '123621.552000'], 'InstanceCreationTime': ['122744.033000', '122744.036000', '122744.039000', '122744.043000', '122744.045000', '122744.048000', '122744.058000', '122744.062000', '122744.065000', '122744.068000', '122744.070000', '122744.074000', '122744.087000', '122744.107000', '122744.110000', '122744.114000', '122744.116000', '122744.119000', '122744.122000', '122744.125000', '122744.128000', '122744.131000', '122744.134000', '122744.137000', '122744.140000', '122744.143000', '122744.146000', '122744.149000', '122744.152000', '122744.155000', '122744.158000', '122803.995000', '122804.004000', '122804.007000', '122804.010000', '122804.013000', '122804.021000', '122804.024000', '122804.027000', '122804.035000', '122804.038000', '122804.041000', '122804.044000', '122804.047000', '122804.051000', '122804.055000', '122804.058000', '122804.061000', '122804.064000', '122804.067000', '122804.070000', '122804.073000', '122804.076000', '122804.079000', '122804.082000', '122804.084000', '122804.087000', '122804.090000', '122804.093000', '122804.096000', '122804.099000', '122804.102000', '122804.105000', '122804.108000', '122804.111000', '122804.114000', '122804.118000', '122804.121000', '122804.124000', '122804.127000', '122804.130000', '122804.132000', '122804.135000', '122804.138000', '122823.996000', '122824.000000', '122824.003000', '122824.006000', '122824.009000', '122824.012000', '122824.015000', '122824.018000', '122824.021000', '122824.024000', '122824.030000', '122824.033000', '122824.036000', '122824.039000', '122824.042000', '122824.045000', '122824.048000', '122824.050000', '122824.054000', '122824.056000', '122824.059000', '122824.062000', '122824.065000', '122824.068000', '122824.071000', '122824.074000', '122824.077000', '122824.080000', '122824.083000', '122824.086000', '122824.089000', '122824.091000', '122824.094000', '122824.097000', '122824.100000', '122824.103000', '122824.106000', '122824.109000', '122824.112000', '122824.115000', '122824.117000', '122824.120000', '122824.123000', '122824.126000', '122843.996000', '122844.000000', '122844.003000', '122844.006000', '122844.009000', '122844.012000', '122844.015000', '122844.017000', '122844.021000', '122844.024000', '122844.026000', '122844.029000', '122844.032000', '122844.035000', '122844.038000', '122844.041000', '122844.044000', '122844.047000', '122844.050000', '122844.052000', '122844.056000', '122844.058000', '122844.061000', '122844.064000', '122844.067000', '122844.070000', '122844.073000', '122844.076000', '122844.079000', '122844.082000', '122844.085000', '122844.088000', '122844.091000', '122844.093000', '122844.096000', '122844.099000', '122844.102000', '122844.105000', '122844.108000', '122844.111000', '122844.114000', '122844.117000', '122844.120000', '122903.995000', '122903.998000', '122904.002000', '122904.005000', '122904.008000', '122904.011000', '122904.014000', '122904.016000', '122904.019000', '122904.023000', '122904.025000', '122904.028000', '122904.031000', '122904.034000', '122904.037000', '122904.040000', '122904.043000', '122904.046000', '122904.049000', '122904.052000', '122904.054000', '122904.057000', '122904.060000', '122904.063000', '122904.066000', '122904.069000', '122904.072000', '122904.075000', '122904.078000', '122904.081000', '122904.084000', '122904.087000', '122904.090000', '122904.093000', '122904.095000', '122904.098000', '122904.101000', '122904.104000', '122904.107000', '122904.110000', '122904.113000', '122904.116000', '122904.119000', '122904.122000', '122923.995000', '122923.998000', '122924.002000', '122924.005000', '122924.008000', '122924.011000', '122924.013000', '122924.017000', '122924.019000', '122924.022000', '122924.025000', '122924.028000', '122924.031000', '122924.034000', '122924.037000', '122924.040000', '122924.043000', '122924.046000', '122924.049000', '122924.052000', '122924.055000', '122924.058000', '122924.061000', '122924.064000', '122924.066000', '122924.069000', '122924.072000', '122924.075000', '122924.078000', '122924.081000', '122924.084000', '122924.088000', '122924.091000', '122924.094000', '122924.097000', '122924.100000', '122924.111000', '122924.114000', '122924.117000', '122924.120000', '122924.123000', '122924.126000', '122924.129000', '122943.995000', '122943.998000', '122944.002000', '122944.005000', '122944.008000', '122944.011000', '122944.014000', '122944.016000', '122944.020000', '122944.023000', '122944.026000', '122944.036000', '122944.039000', '122944.042000', '122944.045000', '122944.048000', '122944.051000', '122944.054000', '122944.057000', '122944.060000', '122944.063000', '122944.066000', '122944.069000', '122944.072000', '122944.075000', '122944.078000', '122944.081000', '122944.083000', '122944.086000', '122944.089000', '122944.092000', '122944.095000', '122944.098000', '122944.101000', '122944.104000', '122944.107000', '122944.110000', '122944.113000', '122944.116000', '122944.118000', '122944.121000', '122944.124000', '122944.127000', '123003.995000', '123003.998000', '123004.002000', '123004.005000', '123004.008000', '123004.011000', '123004.014000', '123004.017000', '123004.020000', '123004.023000', '123004.026000', '123004.029000', '123004.031000', '123004.034000', '123004.037000', '123004.040000', '123004.043000', '123004.046000', '123004.049000', '123004.052000', '123004.055000', '123004.058000', '123004.067000', '123004.070000', '123004.073000', '123004.076000', '123004.078000', '123004.081000', '123004.084000', '123004.087000', '123004.090000', '123004.093000', '123004.096000', '123004.099000', '123004.102000', '123004.105000', '123004.108000', '123004.111000', '123004.114000', '123004.117000', '123004.119000', '123004.122000', '123004.125000', '123004.128000', '123023.995000', '123023.998000', '123024.001000', '123024.008000', '123024.011000', '123024.014000', '123024.017000', '123024.020000', '123024.023000', '123024.026000', '123024.029000', '123024.032000', '123024.035000', '123024.037000', '123024.040000', '123024.043000', '123024.046000', '123024.049000', '123024.052000', '123024.055000', '123024.058000', '123024.061000', '123024.064000', '123024.067000', '123024.070000', '123024.073000', '123024.076000', '123024.079000', '123024.082000', '123024.085000', '123024.088000', '123024.091000', '123024.094000', '123024.097000', '123024.099000', '123024.102000', '123024.105000', '123024.108000', '123024.111000', '123024.114000', '123024.117000', '123024.120000', '123024.123000', '123024.126000', '123043.996000', '123044.000000', '123044.003000', '123044.006000', '123044.009000', '123044.012000', '123044.015000', '123044.018000', '123044.021000', '123044.024000', '123044.027000', '123044.030000', '123044.032000', '123044.036000', '123044.038000', '123044.041000', '123044.044000', '123044.047000', '123044.050000', '123044.053000', '123044.056000', '123044.059000', '123044.062000', '123044.065000', '123044.068000', '123044.071000', '123044.074000', '123044.077000', '123044.079000', '123044.082000', '123044.085000', '123044.104000', '123044.107000', '123044.110000', '123044.113000', '123044.116000', '123044.118000', '123044.121000', '123044.126000', '123044.129000', '123044.132000', '123044.135000', '123044.138000', '123103.996000', '123104.018000', '123104.021000', '123104.024000', '123104.027000', '123104.029000', '123104.032000', '123104.035000', '123104.038000', '123104.041000', '123104.044000', '123104.047000', '123104.050000', '123104.053000', '123104.056000', '123104.059000', '123104.062000', '123104.065000', '123104.068000', '123104.071000', '123104.074000', '123104.076000', '123104.079000', '123104.082000', '123104.085000', '123104.088000', '123104.092000', '123104.095000', '123104.098000', '123104.101000', '123104.104000', '123104.107000', '123104.110000', '123104.113000', '123104.116000', '123104.119000', '123104.121000', '123104.124000', '123104.127000', '123104.130000', '123104.133000', '123104.136000', '123104.139000', '123104.142000', '123123.995000', '123123.998000', '123124.005000', '123124.008000', '123124.011000', '123124.014000', '123124.017000', '123124.020000', '123124.023000', '123124.026000', '123124.029000', '123124.032000', '123124.035000', '123124.038000', '123124.041000', '123124.044000', '123124.047000', '123124.050000', '123124.053000', '123124.055000', '123124.059000', '123124.061000', '123124.064000', '123124.067000', '123124.070000', '123124.073000', '123124.076000', '123124.079000', '123124.082000', '123124.085000', '123124.087000', '123124.090000', '123124.093000', '123124.096000', '123124.099000', '123124.102000', '123124.105000', '123124.108000', '123124.111000', '123124.114000', '123124.117000', '123124.119000', '123124.122000', '123143.996000', '123144.001000', '123144.004000', '123144.028000', '123144.030000', '123144.034000', '123144.036000', '123144.039000', '123144.042000', '123144.045000', '123144.048000', '123144.051000', '123144.054000', '123144.057000', '123144.060000', '123144.063000', '123144.066000', '123144.069000', '123144.072000', '123144.075000', '123144.077000', '123144.081000', '123144.083000', '123144.086000', '123144.089000', '123144.092000', '123144.095000', '123144.098000', '123144.101000', '123144.104000', '123144.107000', '123144.110000', '123144.113000', '123144.116000', '123144.119000', '123144.122000', '123144.125000', '123144.128000', '123144.131000', '123144.133000', '123144.136000', '123144.139000', '123144.142000', '123203.995000', '123203.998000', '123204.002000', '123204.005000', '123204.008000', '123204.011000', '123204.014000', '123204.017000', '123204.020000', '123204.023000', '123204.026000', '123204.029000', '123204.032000', '123204.035000', '123204.037000', '123204.040000', '123204.043000', '123204.046000', '123204.049000', '123204.052000', '123204.055000', '123204.058000', '123204.061000', '123204.064000', '123204.067000', '123204.070000', '123204.072000', '123204.075000', '123204.078000', '123204.081000', '123204.084000', '123204.087000', '123204.090000', '123204.093000', '123204.096000', '123204.099000', '123204.102000', '123204.104000', '123204.107000', '123204.110000', '123204.113000', '123204.116000', '123204.119000', '123204.122000', '123223.995000', '123223.998000', '123224.002000', '123224.005000', '123224.008000', '123224.011000', '123224.014000', '123224.017000', '123224.020000', '123224.023000', '123224.026000', '123224.029000', '123224.032000', '123224.048000', '123224.051000', '123224.054000', '123224.057000', '123224.060000', '123224.062000', '123224.065000', '123224.068000', '123224.071000', '123224.074000', '123224.077000', '123224.080000', '123224.083000', '123224.086000', '123224.089000', '123224.092000', '123224.095000', '123224.098000', '123224.101000', '123224.104000', '123224.106000', '123224.109000', '123224.112000', '123224.115000', '123224.118000', '123224.121000', '123224.124000', '123224.127000', '123224.130000', '123224.133000', '123243.995000', '123243.998000', '123244.002000', '123244.005000', '123244.008000', '123244.011000', '123244.014000', '123244.017000', '123244.020000', '123244.023000', '123244.026000', '123244.029000', '123244.032000', '123244.035000', '123244.038000', '123244.047000', '123244.050000', '123244.053000', '123244.056000', '123244.059000', '123244.062000', '123244.064000', '123244.067000', '123244.070000', '123244.073000', '123244.076000', '123244.082000', '123244.085000', '123244.088000', '123244.091000', '123244.094000', '123244.097000', '123244.100000', '123244.103000', '123244.106000', '123244.109000', '123244.111000', '123244.114000', '123244.117000', '123244.120000', '123244.123000', '123244.126000', '123244.129000', '123244.132000', '123303.996000', '123304.000000', '123304.003000', '123304.006000', '123304.009000', '123304.012000', '123304.015000', '123304.018000', '123304.021000', '123304.024000', '123304.027000', '123304.030000', '123304.033000', '123304.036000', '123304.039000', '123304.042000', '123304.045000', '123304.048000', '123304.051000', '123304.054000', '123304.057000', '123304.060000', '123304.063000', '123304.066000', '123304.068000', '123304.071000', '123304.074000', '123304.077000', '123304.080000', '123304.083000', '123304.086000', '123304.089000', '123304.092000', '123304.095000', '123304.098000', '123304.101000', '123304.104000', '123304.107000', '123304.109000', '123304.113000', '123304.116000', '123304.118000', '123304.121000', '123323.996000', '123324.000000', '123324.003000', '123324.006000', '123324.009000', '123324.012000', '123324.015000', '123324.018000', '123324.021000', '123324.024000', '123324.027000', '123324.030000', '123324.033000', '123324.036000', '123324.039000', '123324.042000', '123324.045000', '123324.048000', '123324.051000', '123324.053000', '123324.056000', '123324.059000', '123324.062000', '123324.065000', '123324.068000', '123324.071000', '123324.074000', '123324.077000', '123324.080000', '123324.083000', '123324.086000', '123324.090000', '123324.093000', '123324.096000', '123324.099000', '123324.102000', '123324.105000', '123324.108000', '123324.111000', '123324.114000', '123324.117000', '123324.120000', '123324.123000', '123324.126000', '123343.995000', '123343.998000', '123344.002000', '123344.005000', '123344.008000', '123344.011000', '123344.014000', '123344.017000', '123344.020000', '123344.023000', '123344.026000', '123344.028000', '123344.032000', '123344.034000', '123344.037000', '123344.040000', '123344.044000', '123344.047000', '123344.049000', '123344.053000', '123344.056000', '123344.059000', '123344.062000', '123344.065000', '123344.079000', '123344.082000', '123344.085000', '123344.088000', '123344.091000', '123344.094000', '123344.097000', '123344.100000', '123344.103000', '123344.106000', '123344.109000', '123344.112000', '123344.114000', '123344.117000', '123344.121000', '123344.123000', '123344.126000', '123344.129000', '123344.132000', '123403.995000', '123403.998000', '123404.002000', '123404.005000', '123404.008000', '123404.011000', '123404.014000', '123404.017000', '123404.020000', '123404.029000', '123404.032000', '123404.035000', '123404.038000', '123404.041000', '123404.044000', '123404.047000', '123404.050000', '123404.053000', '123404.056000', '123404.059000', '123404.062000', '123404.065000', '123404.068000', '123404.070000', '123404.074000', '123404.077000', '123404.079000', '123404.082000', '123404.085000', '123404.088000', '123404.091000', '123404.094000', '123404.097000', '123404.100000', '123404.103000', '123404.106000', '123404.108000', '123404.111000', '123404.114000', '123404.117000', '123404.120000', '123404.123000', '123404.126000', '123404.129000', '123423.995000', '123424.000000', '123424.003000', '123424.006000', '123424.009000', '123424.012000', '123424.015000', '123424.018000', '123424.021000', '123424.024000', '123424.027000', '123424.030000', '123424.033000', '123424.036000', '123424.039000', '123424.042000', '123424.045000', '123424.047000', '123424.050000', '123424.053000', '123424.056000', '123424.059000', '123424.062000', '123424.065000', '123424.068000', '123424.071000', '123424.074000', '123424.077000', '123424.080000', '123424.083000', '123424.086000', '123424.089000', '123424.092000', '123424.095000', '123424.097000', '123424.100000', '123424.103000', '123424.106000', '123424.109000', '123424.120000', '123424.123000', '123424.126000', '123424.129000', '123443.995000', '123443.998000', '123444.002000', '123444.005000', '123444.008000', '123444.011000', '123444.014000', '123444.017000', '123444.020000', '123444.023000', '123444.026000', '123444.028000', '123444.032000', '123444.034000', '123444.037000', '123444.040000', '123444.043000', '123444.046000', '123444.049000', '123444.052000', '123444.055000', '123444.058000', '123444.061000', '123444.064000', '123444.067000', '123444.070000', '123444.073000', '123444.076000', '123444.079000', '123444.082000', '123444.084000', '123444.087000', '123444.090000', '123444.093000', '123444.096000', '123444.099000', '123444.102000', '123444.105000', '123444.108000', '123444.111000', '123444.114000', '123444.117000', '123444.123000', '123444.126000', '123503.995000', '123503.998000', '123504.002000', '123504.005000', '123504.008000', '123504.011000', '123504.014000', '123504.017000', '123504.020000', '123504.023000', '123504.026000', '123504.029000', '123504.032000', '123504.034000', '123504.038000', '123504.041000', '123504.043000', '123504.046000', '123504.049000', '123504.052000', '123504.064000', '123504.067000', '123504.070000', '123504.073000', '123504.076000', '123504.079000', '123504.082000', '123504.085000', '123504.088000', '123504.091000', '123504.093000', '123504.096000', '123504.099000', '123504.102000', '123504.105000', '123504.108000', '123504.111000', '123504.114000', '123504.117000', '123504.120000', '123504.123000', '123504.125000', '123504.128000', '123523.996000', '123524.000000', '123524.003000', '123524.012000', '123524.015000', '123524.017000', '123524.020000', '123524.024000', '123524.026000', '123524.029000', '123524.032000', '123524.035000', '123524.038000', '123524.041000', '123524.044000', '123524.047000', '123524.050000', '123524.053000', '123524.056000', '123524.059000', '123524.062000', '123524.065000', '123524.068000', '123524.071000', '123524.074000', '123524.076000', '123524.079000', '123524.082000', '123524.085000', '123524.088000', '123524.091000', '123524.094000', '123524.097000', '123524.100000', '123524.103000', '123524.106000', '123524.109000', '123524.111000', '123524.114000', '123524.117000', '123524.120000', '123524.123000', '123524.126000', '123524.129000', '123543.996000', '123544.000000', '123544.003000', '123544.006000', '123544.009000', '123544.012000', '123544.015000', '123544.018000', '123544.021000', '123544.024000', '123544.027000', '123544.030000', '123544.033000', '123544.036000', '123544.040000', '123544.043000', '123544.046000', '123544.049000', '123544.052000', '123544.055000', '123544.058000', '123544.061000', '123544.064000', '123544.067000', '123544.070000', '123544.073000', '123544.075000', '123544.078000', '123544.081000', '123544.084000', '123544.087000', '123544.090000', '123544.093000', '123544.096000', '123544.099000', '123544.102000', '123544.105000', '123544.108000', '123544.111000', '123544.114000', '123544.117000', '123544.120000', '123544.122000', '123603.995000', '123603.998000', '123604.002000', '123604.005000', '123604.008000', '123604.011000', '123604.014000', '123604.017000', '123604.020000', '123604.023000', '123604.026000', '123604.029000', '123604.032000', '123604.035000', '123604.038000', '123604.041000', '123604.044000', '123604.047000', '123604.050000', '123604.053000', '123604.056000', '123604.059000', '123604.062000', '123604.065000', '123604.068000', '123604.071000', '123604.074000', '123604.076000', '123604.079000', '123604.082000', '123604.085000', '123604.088000', '123604.091000', '123604.094000', '123604.097000', '123604.100000', '123604.103000', '123604.106000', '123604.109000', '123604.111000', '123604.114000', '123604.117000', '123604.120000', '123604.123000', '123621.420000', '123621.423000', '123621.427000', '123621.430000', '123621.433000', '123621.436000', '123621.439000', '123621.442000', '123621.446000', '123621.449000', '123621.452000', '123621.455000', '123621.458000', '123621.461000', '123621.464000', '123621.467000', '123621.470000', '123621.485000', '123621.497000', '123621.500000', '123621.503000', '123621.506000', '123621.509000', '123621.511000', '123621.514000', '123621.517000', '123621.520000', '123621.523000', '123621.526000', '123621.529000', '123621.532000', '123621.535000', '123621.538000', '123621.541000', '123621.544000', '123621.547000', '123621.550000', '123621.552000'], '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': [11338, 11962, 13191, 12945, 15525, 12008, 11736, 12766, 11081, 9695, 9988, 11390, 10139, 14853, 10997, 10639, 13873, 11547, 10172, 11069, 10140, 10704, 10681, 10202, 10447, 10677, 10678, 17040, 12304, 14934, 13386, 11978, 16704, 11173, 10654, 11212, 10637, 10040, 9942, 10142, 10367, 10632, 10643, 10404, 10169, 10389, 10281, 10541, 10502, 11048, 10414, 13303, 10056, 10190, 10551, 10252, 10913, 10598, 10813, 10138, 10849, 10661, 10140, 11366, 10605, 10141, 14226, 10564, 10459, 12942, 9619, 11580, 10413, 9858, 11645, 11182, 10850, 9800, 11350, 11417, 9977, 11020, 11155, 11259, 11625, 11133, 10933, 16272, 12760, 11056, 14682, 11102, 11136, 13296, 10104, 11305, 11353, 9675, 11452, 10864, 9555, 11391, 11486, 9602, 11230, 11309, 9526, 11369, 11120, 9353, 11395, 12253, 9332, 11272, 10378, 11078, 11484, 10973, 10984, 11051, 14067, 9307, 11394, 13351, 9945, 12439, 15670, 9417, 11213, 10635, 9381, 11212, 11183, 9476, 11274, 11062, 9649, 11482, 11252, 11420, 14395, 10135, 11186, 10935, 9366, 11237, 10439, 9671, 10972, 11098, 9372, 11186, 11428, 10064, 10697, 9569, 10891, 9614, 11271, 11436, 9614, 11280, 10759, 10713, 11136, 11631, 10523, 10793, 11839, 13017, 13049, 11172, 16375, 12315, 10576, 11710, 11615, 9438, 11295, 10610, 10814, 11546, 9794, 11392, 14850, 12608, 16538, 15666, 10822, 12539, 11259, 10929, 11350, 10753, 10926, 11349, 11047, 11205, 10201, 10549, 10895, 12620, 10102, 11045, 11149, 10947, 11613, 10452, 10824, 11415, 10754, 11154, 10496, 10883, 11069, 13292, 9255, 10985, 11429, 9810, 11630, 11349, 9534, 11059, 11112, 9763, 11320, 10757, 9651, 11127, 12150, 9441, 11058, 11171, 10615, 11250, 12277, 10804, 11027, 11871, 9588, 11249, 10288, 11048, 10521, 11173, 11178, 9491, 11151, 11343, 9410, 11184, 11759, 10880, 14592, 11157, 11235, 14625, 10620, 10787, 13524, 9424, 11247, 10424, 11422, 11296, 10904, 10998, 11022, 10467, 9894, 11034, 11734, 9463, 11125, 12727, 9547, 11276, 10632, 9970, 11377, 10792, 10934, 9716, 11286, 10963, 9522, 11570, 10988, 11992, 11661, 12021, 11179, 11216, 13898, 10711, 11458, 16863, 12096, 11951, 15625, 11688, 10991, 11602, 11836, 10985, 11484, 11518, 9426, 11934, 11767, 10922, 11884, 11488, 11536, 11743, 9419, 11425, 11223, 9547, 11275, 11243, 9262, 11161, 10145, 11441, 11234, 11365, 10505, 10871, 11390, 11238, 11536, 11214, 11734, 11441, 12107, 10349, 10233, 11708, 11266, 11031, 11685, 11536, 9276, 11469, 10453, 9107, 11615, 10659, 10387, 11369, 11554, 11342, 11404, 11700, 12065, 9661, 12235, 15067, 10648, 10928, 11352, 11039, 9407, 11237, 11367, 9356, 11368, 11832, 9767, 11569, 13610, 12453, 14620, 15413, 10024, 11017, 11060, 11347, 11286, 11736, 10559, 11120, 10798, 9574, 11194, 13822, 10986, 13679, 11907, 10998, 11242, 12035, 11598, 11885, 11549, 9378, 11263, 10574, 9473, 11217, 10412, 10876, 11487, 10640, 10311, 11397, 12676, 9292, 11270, 13529, 9334, 11537, 10769, 9385, 11480, 11017, 9432, 11075, 10172, 10204, 11523, 11257, 10576, 11574, 11329, 10866, 11525, 11348, 9897, 10231, 11817, 12119, 11438, 10332, 11158, 10669, 11241, 10483, 11746, 12748, 10578, 12655, 13994, 10692, 11378, 12067, 10611, 16801, 12916, 15982, 17865, 14092, 11934, 16986, 13035, 10310, 12640, 10079, 10944, 11149, 10189, 11313, 11074, 9869, 11387, 10886, 10440, 11454, 11127, 10656, 9400, 11510, 11444, 9444, 11410, 10989, 12112, 9387, 11198, 10968, 10823, 9748, 11329, 11756, 11615, 9739, 11435, 12644, 11507, 12322, 15114, 15860, 12267, 11657, 14632, 15968, 12009, 10810, 11835, 14210, 10784, 11313, 11790, 11374, 9460, 11127, 11251, 11558, 9339, 11166, 10840, 11262, 9355, 11252, 11270, 9462, 11467, 10822, 11931, 11139, 11792, 11819, 9657, 11507, 10818, 9512, 11383, 10983, 9837, 11242, 11790, 9503, 11403, 10944, 9592, 11166, 10625, 10588, 11423, 10557, 9331, 11558, 11346, 9809, 11307, 11054, 9580, 11217, 11095, 9431, 11132, 11497, 9619, 10999, 12360, 9291, 11166, 11021, 9426, 11189, 11212, 9308, 11467, 11469, 9426, 11219, 10640, 9601, 10828, 10948, 9398, 11145, 10832, 9392, 11384, 11369, 9564, 10799, 10881, 9185, 11371, 10428, 11098, 11568, 11360, 10579, 11634, 13053, 10285, 11482, 13242, 9646, 12563, 14931, 9426, 11301, 10662, 9393, 11472, 10785, 9540, 11565, 11917, 11827, 11557, 10215, 12024, 13234, 11624, 13336, 11733, 11852, 11227, 10494, 11384, 11234, 9639, 11174, 10599, 10733, 11441, 10516, 10399, 11515, 12850, 10108, 11419, 12091, 9416, 11347, 11142, 9241, 11870, 11522, 11575, 11270, 10554, 11638, 11481, 11014, 11850, 11731, 12325, 10178, 11975, 11624, 9150, 12051, 11953, 9492, 11857, 12390, 9238, 11709, 12019, 9759, 11944, 11992, 9323, 11584, 11972, 9271, 11692, 11125, 9456, 11394, 12922, 9524, 11720, 11426, 10679, 11689, 12160, 11978, 11711, 11344, 12566, 11620, 11511, 12538, 9313, 12001, 11918, 9552, 11495, 11129, 11595, 9775, 12028, 11442, 9571, 12068, 10659, 11798, 9368, 11634, 10596, 10721, 9084, 10471, 13841, 12919, 14245, 11188, 13632, 13912, 11118, 15020, 12524, 9105, 11498, 16923, 13708, 13692, 16354, 17317, 13359, 13593, 19576, 13266, 10310, 11305, 11269, 12181, 9575, 11835, 10973, 12738, 9957, 11664, 12081, 11588, 11874, 11594, 12270, 11479, 11343, 12113, 11513, 12389, 11793, 11203, 11968, 9782, 12017, 11679, 9616, 11922, 10549, 11263, 9166, 11839, 11387, 9513, 12014, 12560, 9920, 11373, 17387, 12066, 9121, 10105, 13793, 12628, 9605, 12191, 14484, 14565, 12278, 9385, 11901, 11141, 12441, 11182, 12289, 11678, 9538, 11694, 12035, 9691, 11400, 11951, 10102, 11554, 10659, 11854, 11750, 10561, 9975, 11615, 12217, 9961, 11412, 10872, 10065, 11786, 10565, 10235, 11563, 10224, 10184, 11158, 11173, 9549, 11492, 11550, 9681, 11345, 14499, 10019, 11819, 14289, 10219, 11976, 10835, 11750, 11709, 15309, 12014, 11737, 18479, 11211, 11652, 15047, 11893, 15953, 15161, 11173, 11882, 12277, 11543, 10944, 12054, 11632, 11845, 9686, 11709, 11262, 9736, 11294, 11613, 9914, 11724, 11121, 11531, 11431, 12420, 11505, 14875, 10640, 11737, 11286, 9518, 11920, 10901, 10128, 11375, 12128, 9596, 11337, 10503, 11177, 11914, 10959, 10696, 11930, 11818, 11076, 12197, 11788, 11513, 10277, 14169, 12927, 11624, 12115, 11653, 9928, 11749, 11902, 9995, 11793, 11287, 12103, 11280, 11418, 11506, 11926, 10283, 11830, 12089, 11033, 12213, 12266, 11721, 12695, 11108, 11802, 13287, 9628, 12016, 11634, 9744, 11906, 11908, 12025, 11216, 10414, 11632, 12080, 9804, 11667, 11843, 9941, 11898, 11314, 11857, 11368, 11544, 11586, 14111, 10023, 11571, 11626, 9979, 11324, 11587, 10836, 11697, 10514, 11372, 12063, 11560, 11430, 11619, 11783, 11393, 11551, 11916, 11533, 11698, 10823, 11754, 11798, 11599, 11139, 11134, 11684, 10974, 12127, 11630, 11013, 11947, 11782, 10417, 11908, 11577, 11757, 15499, 10702, 11298, 15954, 11127, 11705, 11031, 10052, 11458, 11043, 9855, 11763, 11751, 11881, 11231, 10074, 11629, 13018, 9953, 12026, 11143, 11981, 11787, 12113, 11509, 14266, 10319, 12003, 11746, 9659, 12106, 11836, 9864, 11919, 11970, 9913, 11819, 11492, 11981, 12045, 11754, 12069, 11410, 10717, 11764, 12274, 9770, 12027, 12120, 10007, 11740, 12645, 10073, 11752, 10164, 10974, 11700, 11038, 11131, 11869, 10644, 11465, 11610, 11506, 11074, 11533, 15780, 9703, 12009, 10732, 10355, 11043, 11584, 10201, 10344, 10022, 11465, 11250, 11921, 10058, 12149, 12916, 10738, 14216, 11060, 10969, 17329, 11938, 12481, 16938, 10413, 11407, 11341, 9442, 11824, 11891, 10437, 12096, 12150, 11419, 11926, 10337, 12034, 11866, 11599, 11877, 11686, 10740, 12147, 11560, 11775, 12109, 11759, 11663, 12048, 11608, 11660, 13289, 10063, 12109, 11865, 9848, 11754, 10725, 10600, 11805, 12260, 9913, 11837, 11690, 11488, 11833, 12127, 12311, 9698, 11740, 12170, 11584, 12006, 12108, 10745, 12112, 11171, 10089, 12007, 14689, 13605, 15176, 12690, 11340, 17315, 9717, 11803, 13813, 9773, 11798, 11129, 9560, 11672, 11802, 9514, 11545, 12700, 10092, 11648, 11445, 11536, 12127, 10284, 11456, 15379, 9922, 11706, 10980, 9651, 11649, 11705, 9924, 11755, 10465, 10665, 11490, 11743, 9803, 11694, 11794, 11047, 9689, 11428, 9949, 10195, 11769, 11046, 10164, 9843, 11303], 'WindowCenter': [4226.0, 4222.0, 4221.0, 4208.0, 4233.0, 4197.0, 4183.0, 4179.0, 4156.0, 4161.0, 4175.0, 4196.0, 4174.0, 4203.0, 4170.0, 4172.0, 4193.0, 4170.0, 4159.0, 4169.0, 4158.0, 4170.0, 4159.0, 4159.0, 4159.0, 4170.0, 4171.0, 4214.0, 4181.0, 4201.0, 4190.0, 4167.0, 4197.0, 4155.0, 4144.0, 4156.0, 4144.0, 4133.0, 4143.0, 4146.0, 4157.0, 4157.0, 4168.0, 4155.0, 4156.0, 4158.0, 4157.0, 4168.0, 4158.0, 4168.0, 4158.0, 4189.0, 4158.0, 4158.0, 4158.0, 4158.0, 4169.0, 4158.0, 4169.0, 4159.0, 4169.0, 4169.0, 4160.0, 4169.0, 4172.0, 4173.0, 4202.0, 4161.0, 4169.0, 4191.0, 4160.0, 4178.0, 4158.0, 4147.0, 4180.0, 4181.0, 4169.0, 4172.0, 4193.0, 4182.0, 4172.0, 4185.0, 4183.0, 4181.0, 4180.0, 4183.0, 4182.0, 4213.0, 4182.0, 4169.0, 4190.0, 4168.0, 4168.0, 4178.0, 4156.0, 4167.0, 4166.0, 4147.0, 4167.0, 4168.0, 4147.0, 4168.0, 4179.0, 4161.0, 4170.0, 4170.0, 4160.0, 4180.0, 4169.0, 4148.0, 4180.0, 4192.0, 4162.0, 4181.0, 4171.0, 4181.0, 4193.0, 4181.0, 4181.0, 4182.0, 4202.0, 4149.0, 4180.0, 4190.0, 4158.0, 4179.0, 4200.0, 4147.0, 4168.0, 4157.0, 4146.0, 4168.0, 4169.0, 4159.0, 4180.0, 4180.0, 4159.0, 4179.0, 4168.0, 4168.0, 4190.0, 4158.0, 4168.0, 4167.0, 4146.0, 4167.0, 4156.0, 4159.0, 4169.0, 4180.0, 4160.0, 4181.0, 4181.0, 4172.0, 4185.0, 4188.0, 4185.0, 4161.0, 4180.0, 4180.0, 4161.0, 4181.0, 4172.0, 4184.0, 4183.0, 4194.0, 4172.0, 4182.0, 4193.0, 4193.0, 4191.0, 4182.0, 4213.0, 4180.0, 4171.0, 4192.0, 4180.0, 4149.0, 4181.0, 4172.0, 4182.0, 4181.0, 4160.0, 4180.0, 4202.0, 4179.0, 4209.0, 4199.0, 4157.0, 4177.0, 4181.0, 4168.0, 4155.0, 4156.0, 4168.0, 4167.0, 4166.0, 4168.0, 4158.0, 4156.0, 4168.0, 4191.0, 4172.0, 4169.0, 4168.0, 4170.0, 4168.0, 4156.0, 4156.0, 4167.0, 4157.0, 4168.0, 4168.0, 4167.0, 4169.0, 4190.0, 4147.0, 4167.0, 4168.0, 4158.0, 4167.0, 4167.0, 4149.0, 4169.0, 4179.0, 4160.0, 4183.0, 4171.0, 4159.0, 4181.0, 4193.0, 4163.0, 4181.0, 4182.0, 4171.0, 4170.0, 4181.0, 4171.0, 4171.0, 4181.0, 4149.0, 4169.0, 4158.0, 4169.0, 4169.0, 4181.0, 4169.0, 4161.0, 4181.0, 4181.0, 4162.0, 4182.0, 4182.0, 4174.0, 4201.0, 4169.0, 4169.0, 4189.0, 4158.0, 4158.0, 4190.0, 4147.0, 4170.0, 4169.0, 4168.0, 4168.0, 4170.0, 4170.0, 4172.0, 4170.0, 4159.0, 4182.0, 4181.0, 4161.0, 4181.0, 4192.0, 4159.0, 4169.0, 4171.0, 4160.0, 4169.0, 4170.0, 4169.0, 4161.0, 4184.0, 4185.0, 4175.0, 4195.0, 4183.0, 4192.0, 4183.0, 4193.0, 4182.0, 4182.0, 4192.0, 4172.0, 4180.0, 4214.0, 4180.0, 4171.0, 4201.0, 4168.0, 4158.0, 4167.0, 4167.0, 4168.0, 4168.0, 4168.0, 4136.0, 4167.0, 4167.0, 4160.0, 4166.0, 4167.0, 4168.0, 4167.0, 4137.0, 4168.0, 4156.0, 4148.0, 4170.0, 4168.0, 4148.0, 4168.0, 4158.0, 4168.0, 4170.0, 4179.0, 4184.0, 4182.0, 4183.0, 4183.0, 4182.0, 4182.0, 4181.0, 4181.0, 4182.0, 4172.0, 4172.0, 4181.0, 4170.0, 4170.0, 4180.0, 4182.0, 4151.0, 4181.0, 4171.0, 4151.0, 4194.0, 4173.0, 4173.0, 4194.0, 4194.0, 4184.0, 4194.0, 4182.0, 4181.0, 4160.0, 4182.0, 4216.0, 4184.0, 4185.0, 4183.0, 4181.0, 4160.0, 4170.0, 4182.0, 4161.0, 4182.0, 4182.0, 4161.0, 4181.0, 4191.0, 4181.0, 4201.0, 4201.0, 4148.0, 4159.0, 4167.0, 4167.0, 4168.0, 4180.0, 4169.0, 4183.0, 4169.0, 4149.0, 4169.0, 4189.0, 4170.0, 4189.0, 4168.0, 4157.0, 4167.0, 4166.0, 4166.0, 4167.0, 4167.0, 4147.0, 4169.0, 4158.0, 4158.0, 4179.0, 4159.0, 4171.0, 4181.0, 4171.0, 4160.0, 4181.0, 4182.0, 4148.0, 4168.0, 4192.0, 4148.0, 4168.0, 4157.0, 4147.0, 4168.0, 4169.0, 4150.0, 4182.0, 4171.0, 4171.0, 4192.0, 4183.0, 4182.0, 4184.0, 4186.0, 4185.0, 4195.0, 4196.0, 4188.0, 4173.0, 4183.0, 4168.0, 4166.0, 4146.0, 4170.0, 4183.0, 4196.0, 4198.0, 4206.0, 4193.0, 4170.0, 4192.0, 4206.0, 4173.0, 4182.0, 4182.0, 4171.0, 4210.0, 4180.0, 4200.0, 4199.0, 4177.0, 4155.0, 4186.0, 4162.0, 4131.0, 4151.0, 4129.0, 4139.0, 4140.0, 4129.0, 4139.0, 4139.0, 4130.0, 4151.0, 4153.0, 4141.0, 4164.0, 4154.0, 4156.0, 4147.0, 4167.0, 4178.0, 4159.0, 4179.0, 4180.0, 4178.0, 4147.0, 4180.0, 4183.0, 4186.0, 4176.0, 4183.0, 4194.0, 4185.0, 4176.0, 4197.0, 4206.0, 4185.0, 4193.0, 4202.0, 4203.0, 4181.0, 4170.0, 4199.0, 4201.0, 4179.0, 4171.0, 4181.0, 4202.0, 4169.0, 4168.0, 4167.0, 4168.0, 4146.0, 4167.0, 4167.0, 4167.0, 4136.0, 4168.0, 4157.0, 4167.0, 4149.0, 4170.0, 4181.0, 4160.0, 4182.0, 4170.0, 4180.0, 4171.0, 4181.0, 4180.0, 4149.0, 4181.0, 4169.0, 4149.0, 4180.0, 4169.0, 4159.0, 4169.0, 4180.0, 4150.0, 4179.0, 4170.0, 4148.0, 4169.0, 4160.0, 4171.0, 4181.0, 4171.0, 4161.0, 4181.0, 4170.0, 4158.0, 4169.0, 4171.0, 4160.0, 4181.0, 4181.0, 4160.0, 4181.0, 4182.0, 4161.0, 4183.0, 4194.0, 4162.0, 4184.0, 4172.0, 4161.0, 4181.0, 4170.0, 4163.0, 4181.0, 4182.0, 4151.0, 4181.0, 4171.0, 4160.0, 4171.0, 4171.0, 4161.0, 4183.0, 4183.0, 4163.0, 4181.0, 4181.0, 4160.0, 4172.0, 4184.0, 4164.0, 4197.0, 4185.0, 4183.0, 4183.0, 4183.0, 4174.0, 4196.0, 4206.0, 4172.0, 4181.0, 4191.0, 4149.0, 4180.0, 4201.0, 4149.0, 4169.0, 4158.0, 4149.0, 4180.0, 4170.0, 4160.0, 4183.0, 4183.0, 4182.0, 4182.0, 4161.0, 4180.0, 4180.0, 4168.0, 4178.0, 4169.0, 4168.0, 4157.0, 4156.0, 4168.0, 4169.0, 4147.0, 4167.0, 4157.0, 4169.0, 4180.0, 4169.0, 4159.0, 4180.0, 4190.0, 4159.0, 4169.0, 4169.0, 4149.0, 4170.0, 4169.0, 4149.0, 4179.0, 4168.0, 4170.0, 4168.0, 4170.0, 4181.0, 4182.0, 4172.0, 4196.0, 4195.0, 4193.0, 4160.0, 4198.0, 4196.0, 4164.0, 4192.0, 4181.0, 4161.0, 4182.0, 4193.0, 4161.0, 4182.0, 4182.0, 4162.0, 4180.0, 4181.0, 4149.0, 4180.0, 4181.0, 4160.0, 4181.0, 4171.0, 4149.0, 4182.0, 4192.0, 4149.0, 4181.0, 4171.0, 4159.0, 4168.0, 4180.0, 4168.0, 4168.0, 4167.0, 4167.0, 4167.0, 4156.0, 4178.0, 4136.0, 4167.0, 4167.0, 4148.0, 4166.0, 4168.0, 4168.0, 4160.0, 4179.0, 4169.0, 4176.0, 4225.0, 4203.0, 4196.0, 4148.0, 4169.0, 4139.0, 4155.0, 4153.0, 4200.0, 4214.0, 4194.0, 4205.0, 4184.0, 4193.0, 4204.0, 4182.0, 4201.0, 4191.0, 4149.0, 4181.0, 4210.0, 4191.0, 4188.0, 4199.0, 4200.0, 4166.0, 4165.0, 4194.0, 4151.0, 4129.0, 4141.0, 4153.0, 4150.0, 4130.0, 4162.0, 4154.0, 4206.0, 4177.0, 4194.0, 4192.0, 4168.0, 4182.0, 4179.0, 4179.0, 4170.0, 4182.0, 4195.0, 4182.0, 4190.0, 4180.0, 4170.0, 4181.0, 4162.0, 4194.0, 4182.0, 4162.0, 4193.0, 4185.0, 4183.0, 4164.0, 4194.0, 4194.0, 4174.0, 4206.0, 4206.0, 4175.0, 4185.0, 4238.0, 4207.0, 4178.0, 4175.0, 4203.0, 4195.0, 4161.0, 4184.0, 4202.0, 4202.0, 4191.0, 4162.0, 4193.0, 4181.0, 4192.0, 4182.0, 4193.0, 4182.0, 4161.0, 4181.0, 4191.0, 4160.0, 4182.0, 4180.0, 4158.0, 4179.0, 4169.0, 4179.0, 4181.0, 4171.0, 4160.0, 4181.0, 4180.0, 4159.0, 4179.0, 4169.0, 4160.0, 4191.0, 4170.0, 4171.0, 4193.0, 4183.0, 4183.0, 4196.0, 4197.0, 4176.0, 4198.0, 4196.0, 4175.0, 4196.0, 4229.0, 4187.0, 4207.0, 4228.0, 4186.0, 4195.0, 4183.0, 4193.0, 4194.0, 4215.0, 4195.0, 4194.0, 4235.0, 4181.0, 4180.0, 4202.0, 4181.0, 4211.0, 4201.0, 4169.0, 4180.0, 4176.0, 4166.0, 4154.0, 4166.0, 4166.0, 4167.0, 4146.0, 4178.0, 4167.0, 4146.0, 4168.0, 4177.0, 4159.0, 4180.0, 4179.0, 4179.0, 4178.0, 4178.0, 4167.0, 4200.0, 4170.0, 4179.0, 4169.0, 4159.0, 4178.0, 4167.0, 4157.0, 4180.0, 4192.0, 4160.0, 4181.0, 4182.0, 4182.0, 4194.0, 4181.0, 4183.0, 4195.0, 4195.0, 4194.0, 4195.0, 4194.0, 4181.0, 4171.0, 4203.0, 4193.0, 4182.0, 4191.0, 4180.0, 4160.0, 4178.0, 4179.0, 4159.0, 4180.0, 4180.0, 4191.0, 4181.0, 4179.0, 4180.0, 4181.0, 4173.0, 4194.0, 4193.0, 4182.0, 4191.0, 4179.0, 4180.0, 4190.0, 4170.0, 4180.0, 4191.0, 4159.0, 4179.0, 4167.0, 4147.0, 4179.0, 4179.0, 4179.0, 4169.0, 4168.0, 4179.0, 4178.0, 4158.0, 4179.0, 4181.0, 4160.0, 4193.0, 4180.0, 4191.0, 4180.0, 4180.0, 4183.0, 4203.0, 4172.0, 4182.0, 4182.0, 4160.0, 4180.0, 4180.0, 4183.0, 4181.0, 4170.0, 4180.0, 4191.0, 4181.0, 4180.0, 4182.0, 4192.0, 4182.0, 4193.0, 4194.0, 4181.0, 4180.0, 4169.0, 4179.0, 4181.0, 4181.0, 4181.0, 4181.0, 4180.0, 4169.0, 4191.0, 4180.0, 4182.0, 4194.0, 4193.0, 4183.0, 4193.0, 4183.0, 4181.0, 4201.0, 4170.0, 4170.0, 4213.0, 4169.0, 4180.0, 4169.0, 4159.0, 4179.0, 4169.0, 4160.0, 4191.0, 4193.0, 4194.0, 4182.0, 4160.0, 4180.0, 4191.0, 4161.0, 4191.0, 4180.0, 4180.0, 4179.0, 4179.0, 4179.0, 4190.0, 4170.0, 4180.0, 4181.0, 4159.0, 4179.0, 4178.0, 4158.0, 4178.0, 4180.0, 4160.0, 4193.0, 4181.0, 4193.0, 4190.0, 4181.0, 4191.0, 4182.0, 4171.0, 4181.0, 4181.0, 4159.0, 4179.0, 4179.0, 4160.0, 4181.0, 4191.0, 4161.0, 4191.0, 4170.0, 4170.0, 4191.0, 4183.0, 4184.0, 4195.0, 4183.0, 4193.0, 4193.0, 4182.0, 4184.0, 4183.0, 4216.0, 4164.0, 4195.0, 4182.0, 4172.0, 4183.0, 4195.0, 4174.0, 4186.0, 4175.0, 4209.0, 4197.0, 4207.0, 4186.0, 4196.0, 4207.0, 4186.0, 4205.0, 4173.0, 4173.0, 4213.0, 4169.0, 4179.0, 4210.0, 4157.0, 4168.0, 4168.0, 4147.0, 4179.0, 4179.0, 4159.0, 4178.0, 4178.0, 4180.0, 4168.0, 4157.0, 4177.0, 4167.0, 4166.0, 4168.0, 4178.0, 4168.0, 4179.0, 4178.0, 4179.0, 4180.0, 4179.0, 4181.0, 4181.0, 4180.0, 4181.0, 4191.0, 4159.0, 4180.0, 4179.0, 4161.0, 4181.0, 4181.0, 4171.0, 4193.0, 4192.0, 4172.0, 4194.0, 4194.0, 4196.0, 4196.0, 4206.0, 4204.0, 4175.0, 4195.0, 4194.0, 4194.0, 4206.0, 4208.0, 4196.0, 4208.0, 4196.0, 4186.0, 4194.0, 4216.0, 4217.0, 4216.0, 4194.0, 4184.0, 4224.0, 4160.0, 4179.0, 4189.0, 4160.0, 4179.0, 4180.0, 4160.0, 4180.0, 4179.0, 4159.0, 4180.0, 4193.0, 4172.0, 4184.0, 4181.0, 4181.0, 4180.0, 4159.0, 4180.0, 4214.0, 4161.0, 4180.0, 4169.0, 4158.0, 4180.0, 4181.0, 4161.0, 4192.0, 4182.0, 4184.0, 4194.0, 4193.0, 4173.0, 4194.0, 4207.0, 4185.0, 4177.0, 4195.0, 4185.0, 4185.0, 4205.0, 4194.0, 4185.0, 4185.0, 4196.0], 'WindowWidth': [9363.0, 9352.0, 9348.0, 9324.0, 9367.0, 9302.0, 9273.0, 9262.0, 9224.0, 9244.0, 9270.0, 9299.0, 9268.0, 9308.0, 9254.0, 9259.0, 9294.0, 9252.0, 9237.0, 9251.0, 9235.0, 9253.0, 9238.0, 9237.0, 9238.0, 9255.0, 9258.0, 9328.0, 9273.0, 9296.0, 9283.0, 9245.0, 9286.0, 9227.0, 9207.0, 9231.0, 9208.0, 9193.0, 9208.0, 9215.0, 9234.0, 9232.0, 9249.0, 9228.0, 9231.0, 9237.0, 9235.0, 9250.0, 9235.0, 9250.0, 9236.0, 9280.0, 9235.0, 9235.0, 9237.0, 9234.0, 9253.0, 9235.0, 9250.0, 9238.0, 9251.0, 9252.0, 9241.0, 9254.0, 9263.0, 9264.0, 9301.0, 9244.0, 9253.0, 9287.0, 9243.0, 9262.0, 9236.0, 9219.0, 9268.0, 9271.0, 9254.0, 9262.0, 9293.0, 9275.0, 9261.0, 9282.0, 9278.0, 9270.0, 9269.0, 9281.0, 9275.0, 9324.0, 9272.0, 9251.0, 9285.0, 9248.0, 9249.0, 9264.0, 9230.0, 9245.0, 9243.0, 9218.0, 9246.0, 9250.0, 9221.0, 9248.0, 9268.0, 9247.0, 9254.0, 9256.0, 9242.0, 9268.0, 9255.0, 9222.0, 9266.0, 9289.0, 9248.0, 9272.0, 9259.0, 9271.0, 9292.0, 9271.0, 9273.0, 9273.0, 9306.0, 9228.0, 9266.0, 9284.0, 9234.0, 9264.0, 9300.0, 9221.0, 9248.0, 9233.0, 9218.0, 9248.0, 9251.0, 9238.0, 9268.0, 9272.0, 9239.0, 9265.0, 9248.0, 9251.0, 9284.0, 9238.0, 9247.0, 9248.0, 9218.0, 9246.0, 9232.0, 9239.0, 9252.0, 9270.0, 9242.0, 9271.0, 9272.0, 9262.0, 9286.0, 9297.0, 9286.0, 9244.0, 9267.0, 9267.0, 9244.0, 9270.0, 9259.0, 9282.0, 9279.0, 9294.0, 9264.0, 9275.0, 9290.0, 9293.0, 9286.0, 9274.0, 9323.0, 9270.0, 9257.0, 9288.0, 9269.0, 9226.0, 9270.0, 9264.0, 9276.0, 9272.0, 9243.0, 9267.0, 9305.0, 9265.0, 9306.0, 9295.0, 9233.0, 9258.0, 9272.0, 9250.0, 9226.0, 9230.0, 9248.0, 9245.0, 9242.0, 9250.0, 9238.0, 9232.0, 9249.0, 9289.0, 9262.0, 9253.0, 9249.0, 9253.0, 9248.0, 9231.0, 9231.0, 9245.0, 9232.0, 9247.0, 9251.0, 9248.0, 9250.0, 9284.0, 9220.0, 9246.0, 9251.0, 9236.0, 9245.0, 9247.0, 9224.0, 9250.0, 9266.0, 9242.0, 9277.0, 9258.0, 9240.0, 9270.0, 9293.0, 9251.0, 9272.0, 9278.0, 9258.0, 9255.0, 9272.0, 9259.0, 9258.0, 9273.0, 9226.0, 9252.0, 9235.0, 9251.0, 9253.0, 9272.0, 9254.0, 9244.0, 9271.0, 9272.0, 9249.0, 9275.0, 9279.0, 9263.0, 9299.0, 9253.0, 9253.0, 9282.0, 9234.0, 9235.0, 9283.0, 9221.0, 9253.0, 9253.0, 9247.0, 9248.0, 9253.0, 9258.0, 9260.0, 9256.0, 9241.0, 9274.0, 9276.0, 9245.0, 9272.0, 9290.0, 9238.0, 9252.0, 9259.0, 9242.0, 9250.0, 9256.0, 9253.0, 9245.0, 9280.0, 9284.0, 9273.0, 9299.0, 9278.0, 9289.0, 9277.0, 9292.0, 9275.0, 9275.0, 9290.0, 9261.0, 9269.0, 9325.0, 9269.0, 9255.0, 9298.0, 9248.0, 9234.0, 9245.0, 9246.0, 9248.0, 9247.0, 9249.0, 9203.0, 9244.0, 9246.0, 9237.0, 9241.0, 9245.0, 9247.0, 9248.0, 9205.0, 9247.0, 9229.0, 9221.0, 9253.0, 9251.0, 9221.0, 9249.0, 9236.0, 9249.0, 9254.0, 9265.0, 9281.0, 9276.0, 9276.0, 9277.0, 9276.0, 9275.0, 9270.0, 9271.0, 9274.0, 9263.0, 9260.0, 9270.0, 9255.0, 9255.0, 9268.0, 9276.0, 9231.0, 9270.0, 9258.0, 9234.0, 9294.0, 9265.0, 9264.0, 9293.0, 9295.0, 9278.0, 9294.0, 9272.0, 9272.0, 9241.0, 9272.0, 9329.0, 9280.0, 9281.0, 9276.0, 9273.0, 9244.0, 9253.0, 9275.0, 9245.0, 9272.0, 9277.0, 9245.0, 9270.0, 9287.0, 9270.0, 9298.0, 9300.0, 9222.0, 9236.0, 9247.0, 9247.0, 9249.0, 9268.0, 9254.0, 9274.0, 9254.0, 9226.0, 9252.0, 9282.0, 9255.0, 9279.0, 9249.0, 9232.0, 9245.0, 9244.0, 9242.0, 9244.0, 9245.0, 9220.0, 9251.0, 9236.0, 9235.0, 9265.0, 9238.0, 9259.0, 9270.0, 9258.0, 9240.0, 9269.0, 9274.0, 9223.0, 9249.0, 9287.0, 9221.0, 9247.0, 9231.0, 9219.0, 9248.0, 9251.0, 9229.0, 9273.0, 9259.0, 9258.0, 9289.0, 9278.0, 9276.0, 9277.0, 9284.0, 9285.0, 9297.0, 9301.0, 9293.0, 9263.0, 9273.0, 9246.0, 9236.0, 9213.0, 9250.0, 9276.0, 9300.0, 9310.0, 9316.0, 9294.0, 9256.0, 9289.0, 9318.0, 9265.0, 9276.0, 9278.0, 9258.0, 9311.0, 9269.0, 9297.0, 9301.0, 9263.0, 9226.0, 9275.0, 9230.0, 9186.0, 9215.0, 9180.0, 9192.0, 9198.0, 9180.0, 9195.0, 9197.0, 9185.0, 9213.0, 9218.0, 9202.0, 9237.0, 9221.0, 9229.0, 9219.0, 9246.0, 9262.0, 9239.0, 9263.0, 9269.0, 9259.0, 9216.0, 9268.0, 9276.0, 9286.0, 9276.0, 9276.0, 9292.0, 9282.0, 9271.0, 9301.0, 9313.0, 9284.0, 9291.0, 9301.0, 9309.0, 9270.0, 9252.0, 9292.0, 9299.0, 9264.0, 9257.0, 9269.0, 9301.0, 9250.0, 9249.0, 9244.0, 9249.0, 9216.0, 9244.0, 9245.0, 9244.0, 9204.0, 9247.0, 9232.0, 9246.0, 9223.0, 9254.0, 9271.0, 9243.0, 9273.0, 9256.0, 9268.0, 9257.0, 9271.0, 9269.0, 9225.0, 9268.0, 9252.0, 9224.0, 9267.0, 9254.0, 9240.0, 9252.0, 9271.0, 9226.0, 9265.0, 9255.0, 9223.0, 9251.0, 9240.0, 9255.0, 9272.0, 9259.0, 9244.0, 9270.0, 9256.0, 9236.0, 9251.0, 9258.0, 9240.0, 9272.0, 9271.0, 9243.0, 9270.0, 9274.0, 9244.0, 9276.0, 9298.0, 9249.0, 9278.0, 9264.0, 9243.0, 9270.0, 9257.0, 9251.0, 9272.0, 9274.0, 9229.0, 9270.0, 9257.0, 9241.0, 9256.0, 9259.0, 9246.0, 9277.0, 9277.0, 9249.0, 9271.0, 9269.0, 9240.0, 9258.0, 9279.0, 9254.0, 9302.0, 9284.0, 9278.0, 9276.0, 9276.0, 9267.0, 9296.0, 9312.0, 9261.0, 9270.0, 9287.0, 9224.0, 9266.0, 9301.0, 9223.0, 9251.0, 9236.0, 9224.0, 9267.0, 9253.0, 9242.0, 9276.0, 9278.0, 9275.0, 9277.0, 9244.0, 9267.0, 9269.0, 9245.0, 9259.0, 9251.0, 9246.0, 9231.0, 9228.0, 9248.0, 9253.0, 9218.0, 9245.0, 9233.0, 9252.0, 9267.0, 9253.0, 9240.0, 9268.0, 9284.0, 9237.0, 9249.0, 9251.0, 9225.0, 9252.0, 9254.0, 9226.0, 9265.0, 9248.0, 9252.0, 9247.0, 9254.0, 9270.0, 9273.0, 9260.0, 9300.0, 9293.0, 9289.0, 9240.0, 9305.0, 9297.0, 9252.0, 9285.0, 9272.0, 9245.0, 9274.0, 9294.0, 9246.0, 9272.0, 9273.0, 9246.0, 9265.0, 9272.0, 9224.0, 9266.0, 9275.0, 9243.0, 9270.0, 9259.0, 9226.0, 9271.0, 9289.0, 9226.0, 9271.0, 9259.0, 9237.0, 9248.0, 9267.0, 9246.0, 9246.0, 9244.0, 9244.0, 9243.0, 9227.0, 9261.0, 9204.0, 9244.0, 9247.0, 9222.0, 9241.0, 9249.0, 9249.0, 9240.0, 9264.0, 9251.0, 9274.0, 9355.0, 9323.0, 9300.0, 9220.0, 9247.0, 9193.0, 9225.0, 9240.0, 9319.0, 9326.0, 9297.0, 9317.0, 9278.0, 9296.0, 9308.0, 9275.0, 9300.0, 9286.0, 9226.0, 9274.0, 9311.0, 9288.0, 9277.0, 9294.0, 9301.0, 9243.0, 9239.0, 9280.0, 9212.0, 9180.0, 9198.0, 9221.0, 9211.0, 9184.0, 9229.0, 9224.0, 9316.0, 9276.0, 9295.0, 9285.0, 9248.0, 9272.0, 9263.0, 9265.0, 9253.0, 9276.0, 9299.0, 9274.0, 9281.0, 9266.0, 9257.0, 9272.0, 9250.0, 9292.0, 9275.0, 9248.0, 9291.0, 9284.0, 9277.0, 9252.0, 9294.0, 9295.0, 9267.0, 9312.0, 9316.0, 9269.0, 9282.0, 9364.0, 9318.0, 9278.0, 9270.0, 9304.0, 9296.0, 9243.0, 9276.0, 9303.0, 9302.0, 9284.0, 9249.0, 9291.0, 9274.0, 9287.0, 9271.0, 9290.0, 9275.0, 9245.0, 9271.0, 9286.0, 9242.0, 9272.0, 9271.0, 9238.0, 9265.0, 9252.0, 9265.0, 9270.0, 9258.0, 9242.0, 9272.0, 9269.0, 9239.0, 9265.0, 9253.0, 9244.0, 9286.0, 9257.0, 9259.0, 9291.0, 9279.0, 9279.0, 9301.0, 9306.0, 9275.0, 9305.0, 9301.0, 9273.0, 9300.0, 9355.0, 9293.0, 9318.0, 9349.0, 9288.0, 9296.0, 9280.0, 9292.0, 9296.0, 9327.0, 9299.0, 9294.0, 9355.0, 9274.0, 9270.0, 9306.0, 9273.0, 9314.0, 9301.0, 9252.0, 9267.0, 9257.0, 9242.0, 9224.0, 9243.0, 9245.0, 9247.0, 9218.0, 9263.0, 9248.0, 9219.0, 9250.0, 9262.0, 9241.0, 9268.0, 9267.0, 9267.0, 9264.0, 9262.0, 9246.0, 9297.0, 9257.0, 9265.0, 9254.0, 9239.0, 9263.0, 9246.0, 9234.0, 9269.0, 9290.0, 9245.0, 9273.0, 9277.0, 9276.0, 9295.0, 9274.0, 9279.0, 9298.0, 9298.0, 9296.0, 9296.0, 9294.0, 9273.0, 9260.0, 9307.0, 9294.0, 9275.0, 9286.0, 9269.0, 9240.0, 9263.0, 9267.0, 9238.0, 9269.0, 9269.0, 9284.0, 9271.0, 9268.0, 9269.0, 9273.0, 9265.0, 9292.0, 9295.0, 9276.0, 9285.0, 9267.0, 9268.0, 9283.0, 9258.0, 9268.0, 9288.0, 9239.0, 9265.0, 9249.0, 9220.0, 9265.0, 9269.0, 9265.0, 9253.0, 9249.0, 9266.0, 9265.0, 9236.0, 9267.0, 9273.0, 9244.0, 9290.0, 9271.0, 9286.0, 9269.0, 9269.0, 9278.0, 9308.0, 9262.0, 9276.0, 9276.0, 9243.0, 9268.0, 9270.0, 9278.0, 9273.0, 9258.0, 9268.0, 9286.0, 9272.0, 9270.0, 9273.0, 9289.0, 9278.0, 9292.0, 9293.0, 9273.0, 9270.0, 9253.0, 9267.0, 9270.0, 9273.0, 9271.0, 9274.0, 9271.0, 9255.0, 9284.0, 9269.0, 9275.0, 9294.0, 9294.0, 9280.0, 9292.0, 9278.0, 9271.0, 9302.0, 9257.0, 9258.0, 9323.0, 9254.0, 9270.0, 9253.0, 9238.0, 9264.0, 9252.0, 9244.0, 9286.0, 9293.0, 9295.0, 9275.0, 9242.0, 9268.0, 9289.0, 9245.0, 9284.0, 9270.0, 9270.0, 9265.0, 9265.0, 9264.0, 9284.0, 9257.0, 9267.0, 9274.0, 9240.0, 9266.0, 9263.0, 9236.0, 9261.0, 9271.0, 9242.0, 9290.0, 9273.0, 9290.0, 9284.0, 9271.0, 9286.0, 9277.0, 9260.0, 9272.0, 9273.0, 9241.0, 9266.0, 9269.0, 9243.0, 9271.0, 9288.0, 9245.0, 9285.0, 9259.0, 9257.0, 9286.0, 9278.0, 9281.0, 9297.0, 9277.0, 9292.0, 9293.0, 9276.0, 9280.0, 9278.0, 9330.0, 9253.0, 9296.0, 9274.0, 9261.0, 9277.0, 9297.0, 9268.0, 9286.0, 9271.0, 9321.0, 9307.0, 9318.0, 9286.0, 9301.0, 9321.0, 9286.0, 9312.0, 9267.0, 9261.0, 9325.0, 9252.0, 9265.0, 9314.0, 9232.0, 9250.0, 9250.0, 9220.0, 9265.0, 9266.0, 9238.0, 9263.0, 9264.0, 9266.0, 9251.0, 9234.0, 9257.0, 9246.0, 9244.0, 9247.0, 9263.0, 9250.0, 9265.0, 9263.0, 9267.0, 9267.0, 9266.0, 9271.0, 9271.0, 9270.0, 9270.0, 9288.0, 9240.0, 9268.0, 9267.0, 9245.0, 9271.0, 9274.0, 9261.0, 9291.0, 9290.0, 9262.0, 9293.0, 9295.0, 9301.0, 9300.0, 9312.0, 9309.0, 9269.0, 9295.0, 9295.0, 9293.0, 9313.0, 9318.0, 9302.0, 9319.0, 9304.0, 9288.0, 9295.0, 9333.0, 9331.0, 9329.0, 9298.0, 9281.0, 9339.0, 9241.0, 9263.0, 9282.0, 9242.0, 9264.0, 9270.0, 9243.0, 9269.0, 9267.0, 9240.0, 9267.0, 9292.0, 9262.0, 9279.0, 9273.0, 9272.0, 9271.0, 9240.0, 9269.0, 9325.0, 9245.0, 9270.0, 9255.0, 9238.0, 9269.0, 9272.0, 9244.0, 9287.0, 9277.0, 9279.0, 9296.0, 9294.0, 9265.0, 9294.0, 9318.0, 9282.0, 9273.0, 9300.0, 9285.0, 9287.0, 9313.0, 9295.0, 9284.0, 9287.0, 9301.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.0029687359307359303</td></tr>
<tr><td colspan=3>aqi</td><td>0.028685644675324678</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.569799687599684</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2064809514904673</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0254530965077988</td></tr>
<tr><td colspan=3>efc</td><td>0.5061</td></tr>
<tr><td colspan=3>fber</td><td>4779.3081</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1524244923108</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>191</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>16.536796536796537</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.452330403108276</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.341707489623888</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.692313390355701</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3229703293452384</td></tr>
<tr><td colspan=3>gcor</td><td>0.00870098</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01704956218600273</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03634515777230263</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1155</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.8442004427843015</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>21.9955</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>45.7989</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>209.388</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>292826.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>1003.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>392.0875</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1947</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>546.3159</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3300.7575</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3478.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>83718.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1122.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4369.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>904.7341</td></tr>
<tr><td colspan=3>tsnr</td><td>32.29640840832144</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>