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

616 lines
No EOL
129 KiB (Stored with Git Annex)
HTML

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0105_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-0105_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-0105_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-0105/figures/sub-0105_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0105/figures/sub-0105_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0105/figures/sub-0105_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-0105_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-0105/figures/sub-0105_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0105/figures/sub-0105_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0105/figures/sub-0105_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-0105_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-0105/figures/sub-0105_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0105/figures/sub-0105_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0105/figures/sub-0105_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-0105_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-0105/figures/sub-0105_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0105/figures/sub-0105_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0105/figures/sub-0105_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-0105_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-0105/figures/sub-0105_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0105/figures/sub-0105_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0105/figures/sub-0105_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-0105_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-0105/figures/sub-0105_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0105/figures/sub-0105_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0105/figures/sub-0105_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-0105_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-0105/figures/sub-0105_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0105/figures/sub-0105_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-0105/figures/sub-0105_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0105/figures/sub-0105_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-0105/ses-02/func/sub-0105_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>d1b66f3c00cba54f56895b587f05efae</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>22:11:31.632500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999761, -0.00173179, 0.0217892, 0.00401327, 0.994453, -0.105104]</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.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-narratives_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0899956</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>[4221, -7744, -7266, 248, -145, -63, -70, 55]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>270.639</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>1509b36d-e4b4-4ecc-a5d9-7394becf6524||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.682286024093628, 0.010767310857772827, 0.05801304057240486, 108.58995056152344], [0.004646265413612127, 2.6680450439453125, -0.283948689699173, -78.91228485107422], [0.058458805084228516, 0.28198593854904175, 2.684400796890259, -87.68189239501953], [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': ['221131.632500', '221132.092500', '221132.552500', '221133.012500', '221133.472500', '221133.932500', '221134.392500', '221134.852500', '221135.312500', '221135.772500', '221136.232500', '221136.692500', '221137.152500', '221137.612500', '221138.072500', '221138.532500', '221138.992500', '221139.452500', '221139.912500', '221140.372500', '221140.832500', '221141.292500', '221141.752500', '221142.212500', '221142.672500', '221143.132500', '221143.592500', '221144.052500', '221144.512500', '221144.972500', '221145.432500', '221145.892500', '221146.352500', '221146.812500', '221147.272500', '221147.732500', '221148.192500', '221148.652500', '221149.112500', '221149.572500', '221150.032500', '221150.492500', '221150.952500', '221151.412500', '221151.872500', '221152.332500', '221152.792500', '221153.252500', '221153.712500', '221154.172500', '221154.632500', '221155.092500', '221155.552500', '221156.012500', '221156.472500', '221156.932500', '221157.392500', '221157.852500', '221158.312500', '221158.772500', '221159.232500', '221159.692500', '221200.152500', '221200.612500', '221201.072500', '221201.532500', '221201.992500', '221202.452500', '221202.912500', '221203.372500', '221203.832500', '221204.292500', '221204.752500', '221205.212500', '221205.672500', '221206.132500', '221206.592500', '221207.052500', '221207.512500', '221207.972500', '221208.432500', '221208.892500', '221209.352500', '221209.812500', '221210.272500', '221210.732500', '221211.192500', '221211.652500', '221212.112500', '221212.572500', '221213.032500', '221213.492500', '221213.952500', '221214.412500', '221214.872500', '221215.332500', '221215.792500', '221216.252500', '221216.712500', '221217.172500', '221217.632500', '221218.092500', '221218.552500', '221219.012500', '221219.472500', '221219.932500', '221220.392500', '221220.852500', '221221.312500', '221221.772500', '221222.232500', '221222.692500', '221223.152500', '221223.612500', '221224.072500', '221224.532500', '221224.992500', '221225.452500', '221225.912500', '221226.372500', '221226.832500', '221227.292500', '221227.752500', '221228.212500', '221228.672500', '221229.132500', '221229.592500', '221230.052500', '221230.512500', '221230.972500', '221231.432500', '221231.892500', '221232.352500', '221232.812500', '221233.272500', '221233.732500', '221234.192500', '221234.652500', '221235.112500', '221235.572500', '221236.032500', '221236.492500', '221236.952500', '221237.412500', '221237.872500', '221238.332500', '221238.792500', '221239.252500', '221239.712500', '221240.172500', '221240.632500', '221241.092500', '221241.552500', '221242.012500', '221242.472500', '221242.932500', '221243.392500', '221243.852500', '221244.312500', '221244.772500', '221245.232500', '221245.692500', '221246.152500', '221246.612500', '221247.072500', '221247.532500', '221247.992500', '221248.452500', '221248.912500', '221249.372500', '221249.832500', '221250.292500', '221250.752500', '221251.212500', '221251.672500', '221252.132500', '221252.592500', '221253.052500', '221253.512500', '221253.972500', '221254.432500', '221254.892500', '221255.352500', '221255.812500', '221256.272500', '221256.732500', '221257.192500', '221257.652500', '221258.112500', '221258.572500', '221259.032500', '221259.492500', '221259.952500', '221300.412500', '221300.872500', '221301.332500', '221301.792500', '221302.252500', '221302.712500', '221303.172500', '221303.632500', '221304.092500', '221304.552500', '221305.012500', '221305.472500', '221305.932500', '221306.392500', '221306.852500', '221307.312500', '221307.772500', '221308.232500', '221308.692500', '221309.152500', '221309.612500', '221310.072500', '221310.532500', '221310.992500', '221311.452500', '221311.912500', '221312.372500', '221312.832500', '221313.292500', '221313.752500', '221314.212500', '221314.672500', '221315.132500', '221315.592500', '221316.052500', '221316.512500', '221316.972500', '221317.432500', '221317.892500', '221318.352500', '221318.812500', '221319.272500', '221319.732500', '221320.192500', '221320.652500', '221321.112500', '221321.572500', '221322.032500', '221322.492500', '221322.952500', '221323.412500', '221323.872500', '221324.332500', '221324.792500', '221325.252500', '221325.712500', '221326.172500', '221326.632500', '221327.092500', '221327.552500', '221328.012500', '221328.472500', '221328.932500', '221329.392500', '221329.852500', '221330.312500', '221330.772500', '221331.232500', '221331.692500', '221332.152500', '221332.612500', '221333.072500', '221333.532500', '221333.992500', '221334.452500', '221334.912500', '221335.372500', '221335.832500', '221336.292500', '221336.752500', '221337.212500', '221337.672500', '221338.132500', '221338.592500', '221339.052500', '221339.512500', '221339.972500', '221340.432500', '221340.892500', '221341.352500', '221341.812500', '221342.272500', '221342.732500', '221343.192500', '221343.652500', '221344.112500', '221344.572500', '221345.032500', '221345.492500', '221345.952500', '221346.412500', '221346.872500', '221347.332500', '221347.792500', '221348.252500', '221348.712500', '221349.172500', '221349.632500', '221350.092500', '221350.552500', '221351.012500', '221351.472500', '221351.932500', '221352.392500', '221352.852500', '221353.312500', '221353.772500', '221354.232500', '221354.692500', '221355.152500', '221355.612500', '221356.072500', '221356.532500', '221356.992500', '221357.452500', '221357.912500', '221358.372500', '221358.832500', '221359.292500', '221359.752500', '221400.212500', '221400.672500', '221401.132500', '221401.592500', '221402.052500', '221402.512500', '221402.972500', '221403.432500', '221403.892500', '221404.352500', '221404.812500', '221405.272500', '221405.732500', '221406.192500', '221406.652500', '221407.112500', '221407.572500', '221408.032500', '221408.492500', '221408.952500', '221409.412500', '221409.872500', '221410.332500', '221410.792500', '221411.252500', '221411.712500', '221412.172500', '221412.632500', '221413.092500', '221413.552500', '221414.012500', '221414.472500', '221414.932500', '221415.392500', '221415.852500', '221416.312500', '221416.772500', '221417.232500', '221417.692500', '221418.152500', '221418.612500', '221419.072500', '221419.532500', '221419.992500', '221420.452500', '221420.912500', '221421.372500', '221421.832500', '221422.292500', '221422.752500', '221423.212500', '221423.672500', '221424.132500', '221424.592500', '221425.052500', '221425.512500', '221425.972500', '221426.432500', '221426.892500', '221427.352500', '221427.812500', '221428.272500', '221428.732500', '221429.192500', '221429.652500', '221430.112500', '221430.572500', '221431.032500', '221431.492500', '221431.952500', '221432.412500', '221432.872500', '221433.332500', '221433.792500', '221434.252500', '221434.712500', '221435.172500', '221435.632500', '221436.092500', '221436.552500', '221437.012500', '221437.472500', '221437.932500', '221438.392500', '221438.852500', '221439.312500', '221439.772500', '221440.232500', '221440.692500', '221441.152500', '221441.612500', '221442.072500', '221442.532500', '221442.992500', '221443.452500', '221443.912500', '221444.372500', '221444.832500', '221445.292500', '221445.752500', '221446.212500', '221446.672500', '221447.132500', '221447.592500', '221448.052500', '221448.512500', '221448.972500', '221449.432500', '221449.892500', '221450.352500', '221450.812500', '221451.272500', '221451.732500', '221452.192500', '221452.652500', '221453.112500', '221453.572500', '221454.032500', '221454.492500', '221454.952500', '221455.412500', '221455.872500', '221456.332500', '221456.792500', '221457.252500', '221457.712500', '221458.172500', '221458.632500', '221459.092500', '221459.552500', '221500.012500', '221500.472500', '221500.932500', '221501.392500', '221501.852500', '221502.312500', '221502.772500', '221503.232500', '221503.692500', '221504.152500', '221504.612500', '221505.072500', '221505.532500', '221505.992500', '221506.452500', '221506.912500', '221507.372500', '221507.832500', '221508.292500', '221508.752500', '221509.212500', '221509.672500', '221510.132500', '221510.592500', '221511.052500', '221511.512500', '221511.972500', '221512.432500', '221512.892500', '221513.352500', '221513.812500', '221514.272500', '221514.732500', '221515.192500', '221515.652500', '221516.112500', '221516.572500', '221517.032500', '221517.492500', '221517.952500', '221518.412500', '221518.872500', '221519.332500', '221519.792500', '221520.252500', '221520.712500', '221521.172500', '221521.632500', '221522.092500', '221522.552500', '221523.012500', '221523.472500', '221523.932500', '221524.392500', '221524.852500', '221525.312500', '221525.772500', '221526.232500', '221526.692500', '221527.152500', '221527.612500', '221528.072500', '221528.532500', '221528.992500', '221529.452500', '221529.912500', '221530.372500', '221530.832500', '221531.292500', '221531.752500', '221532.212500', '221532.672500', '221533.132500', '221533.592500', '221534.052500', '221534.512500', '221534.972500', '221535.432500', '221535.892500', '221536.352500', '221536.812500', '221537.272500', '221537.732500', '221538.192500', '221538.652500', '221539.112500', '221539.572500', '221540.032500', '221540.492500', '221540.952500', '221541.412500', '221541.872500', '221542.332500', '221542.792500', '221543.252500', '221543.712500', '221544.172500', '221544.632500', '221545.092500', '221545.552500', '221546.012500', '221546.472500', '221546.932500', '221547.392500', '221547.852500', '221548.312500', '221548.772500', '221549.232500', '221549.692500', '221550.152500', '221550.612500', '221551.072500', '221551.532500', '221551.992500', '221552.452500', '221552.912500', '221553.372500', '221553.832500', '221554.292500', '221554.752500', '221555.212500', '221555.672500', '221556.132500', '221556.592500', '221557.052500', '221557.512500', '221557.972500', '221558.432500', '221558.892500', '221559.352500', '221559.812500', '221600.272500', '221600.732500', '221601.192500', '221601.652500', '221602.112500', '221602.572500', '221603.032500', '221603.492500', '221603.952500', '221604.412500', '221604.872500', '221605.332500', '221605.792500', '221606.252500', '221606.712500', '221607.172500', '221607.632500', '221608.092500', '221608.552500', '221609.012500', '221609.472500', '221609.932500', '221610.392500', '221610.852500', '221611.312500', '221611.772500', '221612.232500', '221612.692500', '221613.152500', '221613.612500', '221614.072500', '221614.532500', '221614.992500', '221615.452500', '221615.912500', '221616.372500', '221616.832500', '221617.292500', '221617.752500', '221618.212500', '221618.672500', '221619.132500', '221619.592500', '221620.052500', '221620.512500', '221620.972500', '221621.432500', '221621.892500', '221622.352500', '221622.812500', '221623.272500', '221623.732500', '221624.192500', '221624.652500', '221625.112500', '221625.572500', '221626.032500', '221626.492500', '221626.952500', '221627.412500', '221627.872500', '221628.332500', '221628.792500', '221629.252500', '221629.712500', '221630.172500', '221630.632500', '221631.092500', '221631.552500', '221632.012500', '221632.472500', '221632.932500', '221633.392500', '221633.852500', '221634.312500', '221634.772500', '221635.232500', '221635.692500', '221636.152500', '221636.612500', '221637.072500', '221637.532500', '221637.992500', '221638.452500', '221638.912500', '221639.372500', '221639.832500', '221640.292500', '221640.752500', '221641.212500', '221641.672500', '221642.132500', '221642.592500', '221643.052500', '221643.512500', '221643.972500', '221644.432500', '221644.892500', '221645.352500', '221645.812500', '221646.272500', '221646.732500', '221647.192500', '221647.652500', '221648.112500', '221648.572500', '221649.032500', '221649.492500', '221649.952500', '221650.412500', '221650.872500', '221651.332500', '221651.792500', '221652.252500', '221652.712500', '221653.172500', '221653.632500', '221654.092500', '221654.552500', '221655.012500', '221655.472500', '221655.932500', '221656.392500', '221656.852500', '221657.312500', '221657.772500', '221658.232500', '221658.692500', '221659.152500', '221659.612500', '221700.072500', '221700.532500', '221700.992500', '221701.452500', '221701.912500', '221702.372500', '221702.832500', '221703.292500', '221703.752500', '221704.212500', '221704.672500', '221705.132500', '221705.592500', '221706.052500', '221706.512500', '221706.972500', '221707.432500', '221707.892500', '221708.352500', '221708.812500', '221709.272500', '221709.732500', '221710.192500', '221710.652500', '221711.112500', '221711.572500', '221712.032500', '221712.492500', '221712.952500', '221713.412500', '221713.872500', '221714.332500', '221714.792500', '221715.252500', '221715.712500', '221716.172500', '221716.632500', '221717.092500', '221717.552500', '221718.012500', '221718.472500', '221718.932500', '221719.392500', '221719.852500', '221720.312500', '221720.772500', '221721.232500', '221721.692500', '221722.152500', '221722.612500', '221723.072500', '221723.532500', '221723.992500', '221724.452500', '221724.912500', '221725.372500', '221725.832500', '221726.292500', '221726.752500', '221727.212500', '221727.672500', '221728.132500', '221728.592500', '221729.052500', '221729.512500', '221729.972500', '221730.432500', '221730.892500', '221731.352500', '221731.812500', '221732.272500', '221732.732500', '221733.192500', '221733.652500', '221734.112500', '221734.572500', '221735.032500', '221735.492500', '221735.952500', '221736.412500', '221736.872500', '221737.332500', '221737.792500', '221738.252500', '221738.712500', '221739.172500', '221739.632500', '221740.092500', '221740.552500', '221741.012500', '221741.472500', '221741.932500', '221742.392500', '221742.852500', '221743.312500', '221743.772500', '221744.232500', '221744.692500', '221745.152500', '221745.612500', '221746.072500', '221746.532500', '221746.992500', '221747.452500', '221747.912500', '221748.372500', '221748.832500', '221749.292500', '221749.752500', '221750.212500', '221750.672500', '221751.132500', '221751.592500', '221752.052500', '221752.512500', '221752.972500', '221753.432500', '221753.892500', '221754.352500', '221754.812500', '221755.272500', '221755.732500', '221756.192500', '221756.652500', '221757.112500', '221757.572500', '221758.032500', '221758.492500', '221758.952500', '221759.412500', '221759.872500', '221800.332500', '221800.792500', '221801.252500', '221801.712500', '221802.172500', '221802.632500', '221803.092500', '221803.552500', '221804.012500', '221804.472500', '221804.932500', '221805.392500', '221805.852500', '221806.312500', '221806.772500', '221807.232500', '221807.692500', '221808.152500', '221808.612500', '221809.072500', '221809.532500', '221809.992500', '221810.452500', '221810.912500', '221811.372500', '221811.832500', '221812.292500', '221812.752500', '221813.212500', '221813.672500', '221814.132500', '221814.592500', '221815.052500', '221815.512500', '221815.972500', '221816.432500', '221816.892500', '221817.352500', '221817.812500', '221818.272500', '221818.732500', '221819.192500', '221819.652500', '221820.112500', '221820.572500', '221821.032500', '221821.492500', '221821.952500', '221822.412500', '221822.872500', '221823.332500', '221823.792500', '221824.252500', '221824.712500', '221825.172500', '221825.632500', '221826.092500', '221826.552500', '221827.012500', '221827.472500', '221827.932500', '221828.392500', '221828.852500', '221829.312500', '221829.772500', '221830.232500', '221830.692500', '221831.152500', '221831.612500', '221832.072500', '221832.532500', '221832.992500', '221833.452500', '221833.912500', '221834.372500', '221834.832500', '221835.292500', '221835.752500', '221836.212500', '221836.672500', '221837.132500', '221837.592500', '221838.052500', '221838.512500', '221838.972500', '221839.432500', '221839.892500', '221840.352500', '221840.812500', '221841.272500', '221841.732500', '221842.192500', '221842.652500', '221843.112500', '221843.572500', '221844.032500', '221844.492500', '221844.952500', '221845.412500', '221845.872500', '221846.332500', '221846.792500', '221847.252500', '221847.712500', '221848.172500', '221848.632500', '221849.092500', '221849.552500', '221850.012500', '221850.472500', '221850.932500', '221851.392500', '221851.852500', '221852.312500', '221852.772500', '221853.232500', '221853.692500', '221854.152500', '221854.612500', '221855.072500', '221855.532500', '221855.992500', '221856.452500', '221856.912500', '221857.372500', '221857.832500', '221858.292500', '221858.752500', '221859.212500', '221859.672500', '221900.132500', '221900.592500', '221901.052500', '221901.512500', '221901.972500', '221902.432500', '221902.892500', '221903.352500', '221903.812500', '221904.272500', '221904.732500', '221905.192500', '221905.652500', '221906.112500', '221906.572500', '221907.032500', '221907.492500', '221907.952500', '221908.412500', '221908.872500', '221909.332500', '221909.792500', '221910.252500', '221910.712500', '221911.172500', '221911.632500', '221912.092500', '221912.552500', '221913.012500', '221913.472500', '221913.932500', '221914.392500', '221914.852500', '221915.312500', '221915.772500', '221916.232500', '221916.692500', '221917.152500', '221917.612500', '221918.072500', '221918.532500', '221918.992500', '221919.452500', '221919.912500', '221920.372500', '221920.832500', '221921.292500', '221921.752500', '221922.212500', '221922.672500', '221923.132500', '221923.592500', '221924.052500', '221924.512500', '221924.972500', '221925.432500', '221925.892500', '221926.352500', '221926.812500', '221927.272500', '221927.732500', '221928.192500', '221928.652500', '221929.112500', '221929.572500', '221930.032500', '221930.492500', '221930.952500', '221931.412500', '221931.872500', '221932.332500', '221932.792500', '221933.252500', '221933.712500', '221934.172500', '221934.632500', '221935.092500', '221935.552500', '221936.012500', '221936.472500', '221936.932500', '221937.392500', '221937.852500', '221938.312500', '221938.772500', '221939.232500', '221939.692500', '221940.152500', '221940.612500', '221941.072500', '221941.532500', '221941.992500', '221942.452500', '221942.912500', '221943.372500', '221943.832500', '221944.292500', '221944.752500', '221945.212500', '221945.672500', '221946.132500', '221946.592500', '221947.052500', '221947.512500', '221947.972500', '221948.432500', '221948.892500', '221949.352500', '221949.812500', '221950.272500', '221950.732500', '221951.192500', '221951.652500', '221952.112500', '221952.572500', '221953.032500', '221953.492500', '221953.952500', '221954.412500', '221954.872500', '221955.332500', '221955.792500', '221956.252500', '221956.712500', '221957.172500', '221957.632500', '221958.092500', '221958.552500', '221959.012500', '221959.472500', '221959.932500', '222000.392500', '222000.852500', '222001.312500', '222001.772500', '222002.232500', '222002.692500', '222003.152500', '222003.612500', '222004.072500', '222004.532500', '222004.992500', '222005.452500', '222005.912500', '222006.372500', '222006.832500', '222007.292500', '222007.752500', '222008.212500', '222008.672500', '222009.132500', '222009.592500', '222010.052500', '222010.512500', '222010.972500', '222011.432500', '222011.892500', '222012.352500', '222012.812500', '222013.272500', '222013.732500', '222014.192500', '222014.652500', '222015.112500', '222015.572500', '222016.032500', '222016.492500', '222016.952500', '222017.412500', '222017.872500', '222018.332500', '222018.792500', '222019.252500', '222019.712500', '222020.172500', '222020.632500', '222021.092500', '222021.552500', '222022.012500', '222022.472500', '222022.932500'], 'ContentTime': ['221201.008000', '221201.011000', '221201.013000', '221201.016000', '221201.019000', '221201.028000', '221201.030000', '221201.033000', '221201.036000', '221201.038000', '221201.041000', '221201.043000', '221201.046000', '221201.049000', '221201.052000', '221201.054000', '221201.057000', '221201.060000', '221201.062000', '221201.065000', '221201.067000', '221201.070000', '221201.073000', '221201.075000', '221201.078000', '221201.080000', '221201.083000', '221201.085000', '221201.088000', '221201.091000', '221201.093000', '221201.096000', '221201.098000', '221201.101000', '221201.104000', '221201.106000', '221201.109000', '221201.111000', '221201.114000', '221201.116000', '221201.126000', '221201.128000', '221201.131000', '221201.134000', '221201.136000', '221201.139000', '221201.141000', '221201.144000', '221201.147000', '221201.149000', '221201.152000', '221201.154000', '221201.157000', '221201.160000', '221201.162000', '221201.165000', '221201.167000', '221201.170000', '221201.172000', '221201.175000', '221201.178000', '221201.180000', '221220.973000', '221220.976000', '221220.979000', '221220.981000', '221220.984000', '221220.986000', '221220.989000', '221220.992000', '221220.994000', '221220.997000', '221221.000000', '221221.003000', '221221.006000', '221221.008000', '221221.011000', '221221.013000', '221221.016000', '221221.019000', '221221.021000', '221221.024000', '221221.026000', '221221.029000', '221221.032000', '221221.034000', '221221.037000', '221221.039000', '221221.042000', '221221.044000', '221221.047000', '221221.050000', '221221.052000', '221221.055000', '221221.058000', '221221.060000', '221221.063000', '221221.065000', '221221.068000', '221221.070000', '221221.073000', '221221.076000', '221221.078000', '221221.081000', '221221.083000', '221221.086000', '221240.973000', '221240.976000', '221240.979000', '221240.981000', '221240.984000', '221240.987000', '221240.989000', '221240.992000', '221240.995000', '221240.997000', '221241.001000', '221241.004000', '221241.006000', '221241.009000', '221241.011000', '221241.014000', '221241.017000', '221241.019000', '221241.022000', '221241.025000', '221241.027000', '221241.030000', '221241.032000', '221241.035000', '221241.038000', '221241.040000', '221241.043000', '221241.045000', '221241.048000', '221241.050000', '221241.053000', '221241.056000', '221241.058000', '221241.061000', '221241.064000', '221241.066000', '221241.070000', '221241.073000', '221241.075000', '221241.078000', '221241.081000', '221241.083000', '221241.086000', '221300.973000', '221300.976000', '221300.979000', '221300.982000', '221300.985000', '221300.987000', '221300.990000', '221300.992000', '221300.995000', '221300.998000', '221301.001000', '221301.004000', '221301.006000', '221301.009000', '221301.012000', '221301.015000', '221301.017000', '221301.020000', '221301.022000', '221301.025000', '221301.028000', '221301.030000', '221301.033000', '221301.036000', '221301.038000', '221301.041000', '221301.043000', '221301.046000', '221301.048000', '221301.051000', '221301.054000', '221301.056000', '221301.059000', '221301.061000', '221301.064000', '221301.067000', '221301.069000', '221301.072000', '221301.074000', '221301.077000', '221301.080000', '221301.082000', '221301.085000', '221301.088000', '221320.975000', '221320.977000', '221320.980000', '221320.983000', '221320.996000', '221320.998000', '221321.002000', '221321.005000', '221321.007000', '221321.010000', '221321.012000', '221321.015000', '221321.018000', '221321.020000', '221321.023000', '221321.025000', '221321.028000', '221321.031000', '221321.033000', '221321.036000', '221321.038000', '221321.041000', '221321.044000', '221321.047000', '221321.049000', '221321.052000', '221321.054000', '221321.057000', '221321.060000', '221321.062000', '221321.065000', '221321.067000', '221321.070000', '221321.073000', '221321.075000', '221321.078000', '221321.081000', '221321.084000', '221321.086000', '221321.089000', '221321.091000', '221321.094000', '221321.097000', '221340.974000', '221340.977000', '221340.979000', '221340.982000', '221340.985000', '221340.987000', '221340.990000', '221340.993000', '221340.995000', '221340.998000', '221341.001000', '221341.004000', '221341.007000', '221341.009000', '221341.012000', '221341.015000', '221341.017000', '221341.020000', '221341.023000', '221341.026000', '221341.028000', '221341.031000', '221341.034000', '221341.036000', '221341.039000', '221341.041000', '221341.044000', '221341.047000', '221341.049000', '221341.052000', '221341.055000', '221341.058000', '221341.060000', '221341.063000', '221341.066000', '221341.068000', '221341.071000', '221341.073000', '221341.076000', '221341.079000', '221341.081000', '221341.084000', '221341.087000', '221400.974000', '221400.977000', '221400.979000', '221400.982000', '221400.985000', '221400.987000', '221400.990000', '221400.992000', '221400.995000', '221400.998000', '221401.001000', '221401.004000', '221401.007000', '221401.009000', '221401.012000', '221401.014000', '221401.017000', '221401.020000', '221401.022000', '221401.025000', '221401.028000', '221401.030000', '221401.033000', '221401.035000', '221401.038000', '221401.041000', '221401.043000', '221401.046000', '221401.048000', '221401.051000', '221401.054000', '221401.056000', '221401.059000', '221401.062000', '221401.064000', '221401.067000', '221401.069000', '221401.072000', '221401.075000', '221401.077000', '221401.080000', '221401.082000', '221401.085000', '221401.087000', '221420.973000', '221420.976000', '221420.979000', '221420.982000', '221420.984000', '221420.987000', '221420.989000', '221420.992000', '221420.995000', '221420.997000', '221421.001000', '221421.004000', '221421.006000', '221421.009000', '221421.011000', '221421.014000', '221421.017000', '221421.019000', '221421.022000', '221421.024000', '221421.027000', '221421.030000', '221421.032000', '221421.035000', '221421.037000', '221421.040000', '221421.043000', '221421.045000', '221421.048000', '221421.051000', '221421.053000', '221421.056000', '221421.058000', '221421.061000', '221421.064000', '221421.066000', '221421.069000', '221421.072000', '221421.074000', '221421.077000', '221421.079000', '221421.082000', '221421.085000', '221421.087000', '221440.973000', '221440.976000', '221440.979000', '221440.982000', '221440.984000', '221440.987000', '221440.989000', '221440.992000', '221440.995000', '221440.997000', '221441.001000', '221441.004000', '221441.006000', '221441.009000', '221441.011000', '221441.014000', '221441.017000', '221441.019000', '221441.022000', '221441.024000', '221441.027000', '221441.030000', '221441.032000', '221441.035000', '221441.037000', '221441.040000', '221441.042000', '221441.045000', '221441.048000', '221441.062000', '221441.065000', '221441.067000', '221441.070000', '221441.072000', '221441.075000', '221441.078000', '221441.080000', '221441.083000', '221441.085000', '221441.088000', '221441.091000', '221441.093000', '221441.096000', '221500.973000', '221500.976000', '221500.979000', '221500.982000', '221500.984000', '221500.987000', '221500.990000', '221500.992000', '221500.995000', '221500.997000', '221501.001000', '221501.004000', '221501.007000', '221501.009000', '221501.012000', '221501.015000', '221501.017000', '221501.020000', '221501.023000', '221501.025000', '221501.028000', '221501.030000', '221501.033000', '221501.036000', '221501.038000', '221501.041000', '221501.044000', '221501.046000', '221501.049000', '221501.051000', '221501.054000', '221501.057000', '221501.060000', '221501.062000', '221501.065000', '221501.067000', '221501.070000', '221501.072000', '221501.075000', '221501.078000', '221501.080000', '221501.083000', '221501.086000', '221520.973000', '221520.976000', '221520.979000', '221520.982000', '221520.984000', '221520.987000', '221520.989000', '221520.992000', '221520.995000', '221520.997000', '221521.001000', '221521.004000', '221521.006000', '221521.009000', '221521.012000', '221521.014000', '221521.017000', '221521.020000', '221521.022000', '221521.025000', '221521.027000', '221521.030000', '221521.032000', '221521.035000', '221521.038000', '221521.040000', '221521.043000', '221521.046000', '221521.048000', '221521.051000', '221521.053000', '221521.056000', '221521.059000', '221521.061000', '221521.064000', '221521.066000', '221521.069000', '221521.072000', '221521.074000', '221521.077000', '221521.079000', '221521.082000', '221521.085000', '221521.087000', '221540.974000', '221540.977000', '221540.980000', '221540.983000', '221540.985000', '221540.988000', '221540.991000', '221540.993000', '221540.996000', '221541.000000', '221541.002000', '221541.005000', '221541.008000', '221541.010000', '221541.013000', '221541.016000', '221541.018000', '221541.021000', '221541.023000', '221541.026000', '221541.029000', '221541.031000', '221541.034000', '221541.036000', '221541.039000', '221541.041000', '221541.044000', '221541.047000', '221541.049000', '221541.052000', '221541.055000', '221541.057000', '221541.060000', '221541.062000', '221541.065000', '221541.067000', '221541.070000', '221541.073000', '221541.075000', '221541.078000', '221541.080000', '221541.083000', '221541.086000', '221541.088000', '221600.973000', '221600.976000', '221600.979000', '221600.982000', '221600.984000', '221600.987000', '221600.989000', '221600.992000', '221600.995000', '221601.002000', '221601.004000', '221601.007000', '221601.010000', '221601.012000', '221601.015000', '221601.017000', '221601.020000', '221601.023000', '221601.025000', '221601.028000', '221601.030000', '221601.033000', '221601.036000', '221601.038000', '221601.041000', '221601.043000', '221601.046000', '221601.049000', '221601.051000', '221601.054000', '221601.056000', '221601.059000', '221601.061000', '221601.064000', '221601.067000', '221601.069000', '221601.072000', '221601.074000', '221601.077000', '221601.080000', '221601.082000', '221601.085000', '221601.087000', '221620.973000', '221620.976000', '221620.979000', '221620.981000', '221620.984000', '221620.987000', '221620.990000', '221620.993000', '221620.995000', '221620.998000', '221621.002000', '221621.017000', '221621.019000', '221621.022000', '221621.025000', '221621.027000', '221621.030000', '221621.032000', '221621.035000', '221621.038000', '221621.040000', '221621.043000', '221621.046000', '221621.048000', '221621.051000', '221621.054000', '221621.056000', '221621.059000', '221621.062000', '221621.064000', '221621.067000', '221621.069000', '221621.072000', '221621.075000', '221621.077000', '221621.080000', '221621.082000', '221621.085000', '221621.088000', '221621.090000', '221621.093000', '221621.095000', '221621.098000', '221621.101000', '221640.974000', '221640.976000', '221640.979000', '221640.982000', '221640.985000', '221640.988000', '221640.990000', '221640.993000', '221640.996000', '221640.998000', '221641.002000', '221641.004000', '221641.007000', '221641.010000', '221641.012000', '221641.015000', '221641.018000', '221641.020000', '221641.023000', '221641.026000', '221641.028000', '221641.031000', '221641.034000', '221641.036000', '221641.039000', '221641.042000', '221641.044000', '221641.047000', '221641.049000', '221641.052000', '221641.055000', '221641.057000', '221641.060000', '221641.062000', '221641.065000', '221641.068000', '221641.070000', '221641.073000', '221641.075000', '221641.078000', '221641.081000', '221641.083000', '221641.086000', '221700.973000', '221700.976000', '221700.979000', '221700.981000', '221700.984000', '221700.987000', '221700.989000', '221700.992000', '221700.994000', '221700.997000', '221701.001000', '221701.003000', '221701.006000', '221701.009000', '221701.011000', '221701.014000', '221701.017000', '221701.019000', '221701.022000', '221701.024000', '221701.027000', '221701.030000', '221701.032000', '221701.035000', '221701.038000', '221701.040000', '221701.043000', '221701.045000', '221701.048000', '221701.051000', '221701.053000', '221701.056000', '221701.059000', '221701.061000', '221701.064000', '221701.066000', '221701.069000', '221701.072000', '221701.074000', '221701.077000', '221701.079000', '221701.082000', '221701.085000', '221701.087000', '221720.974000', '221720.976000', '221720.979000', '221720.982000', '221720.984000', '221720.987000', '221720.990000', '221720.992000', '221720.995000', '221720.998000', '221721.001000', '221721.004000', '221721.007000', '221721.009000', '221721.012000', '221721.014000', '221721.017000', '221721.019000', '221721.022000', '221721.025000', '221721.027000', '221721.030000', '221721.032000', '221721.035000', '221721.038000', '221721.040000', '221721.043000', '221721.046000', '221721.048000', '221721.051000', '221721.053000', '221721.056000', '221721.059000', '221721.061000', '221721.064000', '221721.067000', '221721.069000', '221721.072000', '221721.074000', '221721.077000', '221721.080000', '221721.082000', '221721.085000', '221740.974000', '221740.977000', '221740.980000', '221740.982000', '221740.985000', '221740.987000', '221740.990000', '221740.993000', '221740.995000', '221740.998000', '221741.002000', '221741.004000', '221741.007000', '221741.009000', '221741.012000', '221741.015000', '221741.017000', '221741.020000', '221741.023000', '221741.025000', '221741.028000', '221741.032000', '221741.065000', '221741.068000', '221741.071000', '221741.073000', '221741.076000', '221741.079000', '221741.081000', '221741.084000', '221741.086000', '221741.089000', '221741.092000', '221741.094000', '221741.097000', '221741.099000', '221741.102000', '221741.105000', '221741.107000', '221741.110000', '221741.112000', '221741.115000', '221741.118000', '221800.974000', '221800.976000', '221800.979000', '221800.982000', '221800.984000', '221800.987000', '221800.989000', '221800.992000', '221800.995000', '221800.997000', '221801.000000', '221801.003000', '221801.005000', '221801.008000', '221801.010000', '221801.013000', '221801.016000', '221801.018000', '221801.021000', '221801.024000', '221801.026000', '221801.029000', '221801.031000', '221801.034000', '221801.037000', '221801.039000', '221801.042000', '221801.045000', '221801.047000', '221801.050000', '221801.052000', '221801.055000', '221801.058000', '221801.060000', '221801.063000', '221801.066000', '221801.068000', '221801.071000', '221801.073000', '221801.076000', '221801.079000', '221801.081000', '221801.084000', '221801.086000', '221820.974000', '221820.976000', '221820.979000', '221820.982000', '221820.984000', '221820.987000', '221820.990000', '221820.992000', '221820.995000', '221820.997000', '221821.001000', '221821.004000', '221821.007000', '221821.010000', '221821.013000', '221821.016000', '221821.019000', '221821.021000', '221821.024000', '221821.026000', '221821.029000', '221821.032000', '221821.034000', '221821.037000', '221821.039000', '221821.042000', '221821.045000', '221821.048000', '221821.050000', '221821.053000', '221821.055000', '221821.058000', '221821.061000', '221821.063000', '221821.066000', '221821.069000', '221821.071000', '221821.074000', '221821.076000', '221821.079000', '221821.081000', '221821.084000', '221821.087000', '221840.974000', '221840.976000', '221840.979000', '221840.982000', '221840.984000', '221840.987000', '221840.990000', '221840.992000', '221840.995000', '221840.997000', '221841.001000', '221841.004000', '221841.006000', '221841.009000', '221841.012000', '221841.014000', '221841.017000', '221841.019000', '221841.022000', '221841.025000', '221841.027000', '221841.030000', '221841.032000', '221841.035000', '221841.038000', '221841.040000', '221841.043000', '221841.045000', '221841.048000', '221841.050000', '221841.053000', '221841.056000', '221841.058000', '221841.061000', '221841.064000', '221841.066000', '221841.069000', '221841.071000', '221841.074000', '221841.077000', '221841.079000', '221841.082000', '221841.085000', '221841.087000', '221900.973000', '221900.976000', '221900.979000', '221900.981000', '221900.984000', '221900.987000', '221900.989000', '221900.992000', '221900.995000', '221900.997000', '221901.001000', '221901.004000', '221901.006000', '221901.009000', '221901.012000', '221901.014000', '221901.017000', '221901.019000', '221901.062000', '221901.065000', '221901.068000', '221901.071000', '221901.074000', '221901.077000', '221901.079000', '221901.082000', '221901.085000', '221901.087000', '221901.090000', '221901.092000', '221901.095000', '221901.098000', '221901.100000', '221901.103000', '221901.106000', '221901.108000', '221901.111000', '221901.113000', '221901.116000', '221901.119000', '221901.121000', '221901.124000', '221901.126000', '221920.974000', '221920.976000', '221920.979000', '221920.982000', '221920.984000', '221920.987000', '221920.989000', '221920.992000', '221920.995000', '221920.997000', '221921.001000', '221921.004000', '221921.006000', '221921.009000', '221921.012000', '221921.014000', '221921.017000', '221921.020000', '221921.022000', '221921.025000', '221921.027000', '221921.030000', '221921.033000', '221921.035000', '221921.038000', '221921.041000', '221921.043000', '221921.046000', '221921.049000', '221921.051000', '221921.054000', '221921.057000', '221921.059000', '221921.062000', '221921.065000', '221921.067000', '221921.070000', '221921.073000', '221921.075000', '221921.078000', '221921.080000', '221921.083000', '221921.086000', '221921.088000', '221940.974000', '221940.976000', '221940.979000', '221940.982000', '221940.985000', '221940.987000', '221940.990000', '221940.993000', '221940.995000', '221940.998000', '221941.001000', '221941.004000', '221941.006000', '221941.009000', '221941.012000', '221941.015000', '221941.017000', '221941.020000', '221941.022000', '221941.025000', '221941.028000', '221941.030000', '221941.033000', '221941.036000', '221941.038000', '221941.041000', '221941.044000', '221941.047000', '221941.049000', '221941.052000', '221941.056000', '221941.058000', '221941.061000', '221941.064000', '221941.066000', '221941.069000', '221941.071000', '221941.074000', '221941.077000', '221941.079000', '221941.082000', '221941.085000', '221941.087000', '222000.974000', '222000.977000', '222000.979000', '222000.982000', '222000.985000', '222000.987000', '222000.990000', '222000.993000', '222000.995000', '222000.998000', '222001.002000', '222001.004000', '222001.007000', '222001.010000', '222001.012000', '222001.015000', '222001.018000', '222001.020000', '222001.023000', '222001.025000', '222001.028000', '222001.031000', '222001.033000', '222001.036000', '222001.039000', '222001.041000', '222001.044000', '222001.046000', '222001.049000', '222001.052000', '222001.054000', '222001.057000', '222001.060000', '222001.062000', '222001.065000', '222001.067000', '222001.070000', '222001.072000', '222001.075000', '222001.078000', '222001.080000', '222001.083000', '222001.085000', '222001.088000', '222020.974000', '222020.977000', '222020.980000', '222020.982000', '222020.985000', '222020.987000', '222020.990000', '222020.993000', '222020.996000', '222020.998000', '222021.002000', '222021.005000', '222021.007000', '222021.010000', '222021.013000', '222021.030000', '222021.032000', '222021.035000', '222021.038000', '222021.040000', '222021.043000', '222021.046000', '222021.048000', '222021.051000', '222021.053000', '222021.056000', '222021.058000', '222021.061000', '222021.064000', '222021.066000', '222021.069000', '222021.072000', '222021.074000', '222021.077000', '222021.079000', '222021.082000', '222021.084000', '222021.087000', '222021.090000', '222021.092000', '222021.095000', '222021.098000', '222021.100000', '222023.817000', '222023.820000', '222023.822000', '222023.825000', '222023.828000', '222023.830000', '222023.833000'], 'InstanceCreationTime': ['221201.008000', '221201.011000', '221201.013000', '221201.016000', '221201.019000', '221201.028000', '221201.030000', '221201.033000', '221201.036000', '221201.038000', '221201.041000', '221201.043000', '221201.046000', '221201.049000', '221201.052000', '221201.054000', '221201.057000', '221201.060000', '221201.062000', '221201.065000', '221201.067000', '221201.070000', '221201.073000', '221201.075000', '221201.078000', '221201.080000', '221201.083000', '221201.085000', '221201.088000', '221201.091000', '221201.093000', '221201.096000', '221201.098000', '221201.101000', '221201.104000', '221201.106000', '221201.109000', '221201.111000', '221201.114000', '221201.116000', '221201.126000', '221201.128000', '221201.131000', '221201.134000', '221201.136000', '221201.139000', '221201.141000', '221201.144000', '221201.147000', '221201.149000', '221201.152000', '221201.154000', '221201.157000', '221201.160000', '221201.162000', '221201.165000', '221201.167000', '221201.170000', '221201.172000', '221201.175000', '221201.178000', '221201.180000', '221220.973000', '221220.976000', '221220.979000', '221220.981000', '221220.984000', '221220.986000', '221220.989000', '221220.992000', '221220.994000', '221220.997000', '221221.000000', '221221.003000', '221221.006000', '221221.008000', '221221.011000', '221221.013000', '221221.016000', '221221.019000', '221221.021000', '221221.024000', '221221.026000', '221221.029000', '221221.032000', '221221.034000', '221221.037000', '221221.039000', '221221.042000', '221221.044000', '221221.047000', '221221.050000', '221221.052000', '221221.055000', '221221.058000', '221221.060000', '221221.063000', '221221.065000', '221221.068000', '221221.070000', '221221.073000', '221221.076000', '221221.078000', '221221.081000', '221221.083000', '221221.086000', '221240.973000', '221240.976000', '221240.979000', '221240.981000', '221240.984000', '221240.987000', '221240.989000', '221240.992000', '221240.995000', '221240.997000', '221241.001000', '221241.004000', '221241.006000', '221241.009000', '221241.011000', '221241.014000', '221241.017000', '221241.019000', '221241.022000', '221241.025000', '221241.027000', '221241.030000', '221241.032000', '221241.035000', '221241.038000', '221241.040000', '221241.043000', '221241.045000', '221241.048000', '221241.050000', '221241.053000', '221241.056000', '221241.058000', '221241.061000', '221241.064000', '221241.066000', '221241.070000', '221241.073000', '221241.075000', '221241.078000', '221241.081000', '221241.083000', '221241.086000', '221300.973000', '221300.976000', '221300.979000', '221300.982000', '221300.985000', '221300.987000', '221300.990000', '221300.992000', '221300.995000', '221300.998000', '221301.001000', '221301.004000', '221301.006000', '221301.009000', '221301.012000', '221301.015000', '221301.017000', '221301.020000', '221301.022000', '221301.025000', '221301.028000', '221301.030000', '221301.033000', '221301.036000', '221301.038000', '221301.041000', '221301.043000', '221301.046000', '221301.048000', '221301.051000', '221301.054000', '221301.056000', '221301.059000', '221301.061000', '221301.064000', '221301.067000', '221301.069000', '221301.072000', '221301.074000', '221301.077000', '221301.080000', '221301.082000', '221301.085000', '221301.088000', '221320.975000', '221320.977000', '221320.980000', '221320.983000', '221320.996000', '221320.998000', '221321.002000', '221321.005000', '221321.007000', '221321.010000', '221321.012000', '221321.015000', '221321.018000', '221321.020000', '221321.023000', '221321.025000', '221321.028000', '221321.031000', '221321.033000', '221321.036000', '221321.038000', '221321.041000', '221321.044000', '221321.047000', '221321.049000', '221321.052000', '221321.054000', '221321.057000', '221321.060000', '221321.062000', '221321.065000', '221321.067000', '221321.070000', '221321.073000', '221321.075000', '221321.078000', '221321.081000', '221321.084000', '221321.086000', '221321.089000', '221321.091000', '221321.094000', '221321.097000', '221340.974000', '221340.977000', '221340.979000', '221340.982000', '221340.985000', '221340.987000', '221340.990000', '221340.993000', '221340.995000', '221340.998000', '221341.001000', '221341.004000', '221341.007000', '221341.009000', '221341.012000', '221341.015000', '221341.017000', '221341.020000', '221341.023000', '221341.026000', '221341.028000', '221341.031000', '221341.034000', '221341.036000', '221341.039000', '221341.041000', '221341.044000', '221341.047000', '221341.049000', '221341.052000', '221341.055000', '221341.058000', '221341.060000', '221341.063000', '221341.066000', '221341.068000', '221341.071000', '221341.073000', '221341.076000', '221341.079000', '221341.081000', '221341.084000', '221341.087000', '221400.974000', '221400.977000', '221400.979000', '221400.982000', '221400.985000', '221400.987000', '221400.990000', '221400.992000', '221400.995000', '221400.998000', '221401.001000', '221401.004000', '221401.007000', '221401.009000', '221401.012000', '221401.014000', '221401.017000', '221401.020000', '221401.022000', '221401.025000', '221401.028000', '221401.030000', '221401.033000', '221401.035000', '221401.038000', '221401.041000', '221401.043000', '221401.046000', '221401.048000', '221401.051000', '221401.054000', '221401.056000', '221401.059000', '221401.062000', '221401.064000', '221401.067000', '221401.069000', '221401.072000', '221401.075000', '221401.077000', '221401.080000', '221401.082000', '221401.085000', '221401.087000', '221420.973000', '221420.976000', '221420.979000', '221420.982000', '221420.984000', '221420.987000', '221420.989000', '221420.992000', '221420.995000', '221420.997000', '221421.001000', '221421.004000', '221421.006000', '221421.009000', '221421.011000', '221421.014000', '221421.017000', '221421.019000', '221421.022000', '221421.024000', '221421.027000', '221421.030000', '221421.032000', '221421.035000', '221421.037000', '221421.040000', '221421.043000', '221421.045000', '221421.048000', '221421.051000', '221421.053000', '221421.056000', '221421.058000', '221421.061000', '221421.064000', '221421.066000', '221421.069000', '221421.072000', '221421.074000', '221421.077000', '221421.079000', '221421.082000', '221421.085000', '221421.087000', '221440.973000', '221440.976000', '221440.979000', '221440.982000', '221440.984000', '221440.987000', '221440.989000', '221440.992000', '221440.995000', '221440.997000', '221441.001000', '221441.004000', '221441.006000', '221441.009000', '221441.011000', '221441.014000', '221441.017000', '221441.019000', '221441.022000', '221441.024000', '221441.027000', '221441.030000', '221441.032000', '221441.035000', '221441.037000', '221441.040000', '221441.042000', '221441.045000', '221441.048000', '221441.062000', '221441.065000', '221441.067000', '221441.070000', '221441.072000', '221441.075000', '221441.078000', '221441.080000', '221441.083000', '221441.085000', '221441.088000', '221441.091000', '221441.093000', '221441.096000', '221500.973000', '221500.976000', '221500.979000', '221500.982000', '221500.984000', '221500.987000', '221500.990000', '221500.992000', '221500.995000', '221500.997000', '221501.001000', '221501.004000', '221501.007000', '221501.009000', '221501.012000', '221501.015000', '221501.017000', '221501.020000', '221501.023000', '221501.025000', '221501.028000', '221501.030000', '221501.033000', '221501.036000', '221501.038000', '221501.041000', '221501.044000', '221501.046000', '221501.049000', '221501.051000', '221501.054000', '221501.057000', '221501.060000', '221501.062000', '221501.065000', '221501.067000', '221501.070000', '221501.072000', '221501.075000', '221501.078000', '221501.080000', '221501.083000', '221501.086000', '221520.973000', '221520.976000', '221520.979000', '221520.982000', '221520.984000', '221520.987000', '221520.989000', '221520.992000', '221520.995000', '221520.997000', '221521.001000', '221521.004000', '221521.006000', '221521.009000', '221521.012000', '221521.014000', '221521.017000', '221521.020000', '221521.022000', '221521.025000', '221521.027000', '221521.030000', '221521.032000', '221521.035000', '221521.038000', '221521.040000', '221521.043000', '221521.046000', '221521.048000', '221521.051000', '221521.053000', '221521.056000', '221521.059000', '221521.061000', '221521.064000', '221521.066000', '221521.069000', '221521.072000', '221521.074000', '221521.077000', '221521.079000', '221521.082000', '221521.085000', '221521.087000', '221540.974000', '221540.977000', '221540.980000', '221540.983000', '221540.985000', '221540.988000', '221540.991000', '221540.993000', '221540.996000', '221541.000000', '221541.002000', '221541.005000', '221541.008000', '221541.010000', '221541.013000', '221541.016000', '221541.018000', '221541.021000', '221541.023000', '221541.026000', '221541.029000', '221541.031000', '221541.034000', '221541.036000', '221541.039000', '221541.041000', '221541.044000', '221541.047000', '221541.049000', '221541.052000', '221541.055000', '221541.057000', '221541.060000', '221541.062000', '221541.065000', '221541.067000', '221541.070000', '221541.073000', '221541.075000', '221541.078000', '221541.080000', '221541.083000', '221541.086000', '221541.088000', '221600.973000', '221600.976000', '221600.979000', '221600.982000', '221600.984000', '221600.987000', '221600.989000', '221600.992000', '221600.995000', '221601.002000', '221601.004000', '221601.007000', '221601.010000', '221601.012000', '221601.015000', '221601.017000', '221601.020000', '221601.023000', '221601.025000', '221601.028000', '221601.030000', '221601.033000', '221601.036000', '221601.038000', '221601.041000', '221601.043000', '221601.046000', '221601.049000', '221601.051000', '221601.054000', '221601.056000', '221601.059000', '221601.061000', '221601.064000', '221601.067000', '221601.069000', '221601.072000', '221601.074000', '221601.077000', '221601.080000', '221601.082000', '221601.085000', '221601.087000', '221620.973000', '221620.976000', '221620.979000', '221620.981000', '221620.984000', '221620.987000', '221620.990000', '221620.993000', '221620.995000', '221620.998000', '221621.002000', '221621.017000', '221621.019000', '221621.022000', '221621.025000', '221621.027000', '221621.030000', '221621.032000', '221621.035000', '221621.038000', '221621.040000', '221621.043000', '221621.046000', '221621.048000', '221621.051000', '221621.054000', '221621.056000', '221621.059000', '221621.062000', '221621.064000', '221621.067000', '221621.069000', '221621.072000', '221621.075000', '221621.077000', '221621.080000', '221621.082000', '221621.085000', '221621.088000', '221621.090000', '221621.093000', '221621.095000', '221621.098000', '221621.101000', '221640.974000', '221640.976000', '221640.979000', '221640.982000', '221640.985000', '221640.988000', '221640.990000', '221640.993000', '221640.996000', '221640.998000', '221641.002000', '221641.004000', '221641.007000', '221641.010000', '221641.012000', '221641.015000', '221641.018000', '221641.020000', '221641.023000', '221641.026000', '221641.028000', '221641.031000', '221641.034000', '221641.036000', '221641.039000', '221641.042000', '221641.044000', '221641.047000', '221641.049000', '221641.052000', '221641.055000', '221641.057000', '221641.060000', '221641.062000', '221641.065000', '221641.068000', '221641.070000', '221641.073000', '221641.075000', '221641.078000', '221641.081000', '221641.083000', '221641.086000', '221700.973000', '221700.976000', '221700.979000', '221700.981000', '221700.984000', '221700.987000', '221700.989000', '221700.992000', '221700.994000', '221700.997000', '221701.001000', '221701.003000', '221701.006000', '221701.009000', '221701.011000', '221701.014000', '221701.017000', '221701.019000', '221701.022000', '221701.024000', '221701.027000', '221701.030000', '221701.032000', '221701.035000', '221701.038000', '221701.040000', '221701.043000', '221701.045000', '221701.048000', '221701.051000', '221701.053000', '221701.056000', '221701.059000', '221701.061000', '221701.064000', '221701.066000', '221701.069000', '221701.072000', '221701.074000', '221701.077000', '221701.079000', '221701.082000', '221701.085000', '221701.087000', '221720.974000', '221720.976000', '221720.979000', '221720.982000', '221720.984000', '221720.987000', '221720.990000', '221720.992000', '221720.995000', '221720.998000', '221721.001000', '221721.004000', '221721.007000', '221721.009000', '221721.012000', '221721.014000', '221721.017000', '221721.019000', '221721.022000', '221721.025000', '221721.027000', '221721.030000', '221721.032000', '221721.035000', '221721.038000', '221721.040000', '221721.043000', '221721.046000', '221721.048000', '221721.051000', '221721.053000', '221721.056000', '221721.059000', '221721.061000', '221721.064000', '221721.067000', '221721.069000', '221721.072000', '221721.074000', '221721.077000', '221721.080000', '221721.082000', '221721.085000', '221740.974000', '221740.977000', '221740.980000', '221740.982000', '221740.985000', '221740.987000', '221740.990000', '221740.993000', '221740.995000', '221740.998000', '221741.002000', '221741.004000', '221741.007000', '221741.009000', '221741.012000', '221741.015000', '221741.017000', '221741.020000', '221741.023000', '221741.025000', '221741.028000', '221741.032000', '221741.065000', '221741.068000', '221741.071000', '221741.073000', '221741.076000', '221741.079000', '221741.081000', '221741.084000', '221741.086000', '221741.089000', '221741.092000', '221741.094000', '221741.097000', '221741.099000', '221741.102000', '221741.105000', '221741.107000', '221741.110000', '221741.112000', '221741.115000', '221741.118000', '221800.974000', '221800.976000', '221800.979000', '221800.982000', '221800.984000', '221800.987000', '221800.989000', '221800.992000', '221800.995000', '221800.997000', '221801.000000', '221801.003000', '221801.005000', '221801.008000', '221801.010000', '221801.013000', '221801.016000', '221801.018000', '221801.021000', '221801.024000', '221801.026000', '221801.029000', '221801.031000', '221801.034000', '221801.037000', '221801.039000', '221801.042000', '221801.045000', '221801.047000', '221801.050000', '221801.052000', '221801.055000', '221801.058000', '221801.060000', '221801.063000', '221801.066000', '221801.068000', '221801.071000', '221801.073000', '221801.076000', '221801.079000', '221801.081000', '221801.084000', '221801.086000', '221820.974000', '221820.976000', '221820.979000', '221820.982000', '221820.984000', '221820.987000', '221820.990000', '221820.992000', '221820.995000', '221820.997000', '221821.001000', '221821.004000', '221821.007000', '221821.010000', '221821.013000', '221821.016000', '221821.019000', '221821.021000', '221821.024000', '221821.026000', '221821.029000', '221821.032000', '221821.034000', '221821.037000', '221821.039000', '221821.042000', '221821.045000', '221821.048000', '221821.050000', '221821.053000', '221821.055000', '221821.058000', '221821.061000', '221821.063000', '221821.066000', '221821.069000', '221821.071000', '221821.074000', '221821.076000', '221821.079000', '221821.081000', '221821.084000', '221821.087000', '221840.974000', '221840.976000', '221840.979000', '221840.982000', '221840.984000', '221840.987000', '221840.990000', '221840.992000', '221840.995000', '221840.997000', '221841.001000', '221841.004000', '221841.006000', '221841.009000', '221841.012000', '221841.014000', '221841.017000', '221841.019000', '221841.022000', '221841.025000', '221841.027000', '221841.030000', '221841.032000', '221841.035000', '221841.038000', '221841.040000', '221841.043000', '221841.045000', '221841.048000', '221841.050000', '221841.053000', '221841.056000', '221841.058000', '221841.061000', '221841.064000', '221841.066000', '221841.069000', '221841.071000', '221841.074000', '221841.077000', '221841.079000', '221841.082000', '221841.085000', '221841.087000', '221900.973000', '221900.976000', '221900.979000', '221900.981000', '221900.984000', '221900.987000', '221900.989000', '221900.992000', '221900.995000', '221900.997000', '221901.001000', '221901.004000', '221901.006000', '221901.009000', '221901.012000', '221901.014000', '221901.017000', '221901.019000', '221901.062000', '221901.065000', '221901.068000', '221901.071000', '221901.074000', '221901.077000', '221901.079000', '221901.082000', '221901.085000', '221901.087000', '221901.090000', '221901.092000', '221901.095000', '221901.098000', '221901.100000', '221901.103000', '221901.106000', '221901.108000', '221901.111000', '221901.113000', '221901.116000', '221901.119000', '221901.121000', '221901.124000', '221901.126000', '221920.974000', '221920.976000', '221920.979000', '221920.982000', '221920.984000', '221920.987000', '221920.989000', '221920.992000', '221920.995000', '221920.997000', '221921.001000', '221921.004000', '221921.006000', '221921.009000', '221921.012000', '221921.014000', '221921.017000', '221921.020000', '221921.022000', '221921.025000', '221921.027000', '221921.030000', '221921.033000', '221921.035000', '221921.038000', '221921.041000', '221921.043000', '221921.046000', '221921.049000', '221921.051000', '221921.054000', '221921.057000', '221921.059000', '221921.062000', '221921.065000', '221921.067000', '221921.070000', '221921.073000', '221921.075000', '221921.078000', '221921.080000', '221921.083000', '221921.086000', '221921.088000', '221940.974000', '221940.976000', '221940.979000', '221940.982000', '221940.985000', '221940.987000', '221940.990000', '221940.993000', '221940.995000', '221940.998000', '221941.001000', '221941.004000', '221941.006000', '221941.009000', '221941.012000', '221941.015000', '221941.017000', '221941.020000', '221941.022000', '221941.025000', '221941.028000', '221941.030000', '221941.033000', '221941.036000', '221941.038000', '221941.041000', '221941.044000', '221941.047000', '221941.049000', '221941.052000', '221941.056000', '221941.058000', '221941.061000', '221941.064000', '221941.066000', '221941.069000', '221941.071000', '221941.074000', '221941.077000', '221941.079000', '221941.082000', '221941.085000', '221941.087000', '222000.974000', '222000.977000', '222000.979000', '222000.982000', '222000.985000', '222000.987000', '222000.990000', '222000.993000', '222000.995000', '222000.998000', '222001.002000', '222001.004000', '222001.007000', '222001.010000', '222001.012000', '222001.015000', '222001.018000', '222001.020000', '222001.023000', '222001.025000', '222001.028000', '222001.031000', '222001.033000', '222001.036000', '222001.039000', '222001.041000', '222001.044000', '222001.046000', '222001.049000', '222001.052000', '222001.054000', '222001.057000', '222001.060000', '222001.062000', '222001.065000', '222001.067000', '222001.070000', '222001.072000', '222001.075000', '222001.078000', '222001.080000', '222001.083000', '222001.085000', '222001.088000', '222020.974000', '222020.977000', '222020.980000', '222020.982000', '222020.985000', '222020.987000', '222020.990000', '222020.993000', '222020.996000', '222020.998000', '222021.002000', '222021.005000', '222021.007000', '222021.010000', '222021.013000', '222021.030000', '222021.032000', '222021.035000', '222021.038000', '222021.040000', '222021.043000', '222021.046000', '222021.048000', '222021.051000', '222021.053000', '222021.056000', '222021.058000', '222021.061000', '222021.064000', '222021.066000', '222021.069000', '222021.072000', '222021.074000', '222021.077000', '222021.079000', '222021.082000', '222021.084000', '222021.087000', '222021.090000', '222021.092000', '222021.095000', '222021.098000', '222021.100000', '222023.817000', '222023.820000', '222023.822000', '222023.825000', '222023.828000', '222023.830000', '222023.833000'], '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': [9225, 12692, 8726, 13276, 8667, 12864, 8821, 11226, 9252, 12864, 9195, 14754, 9282, 12279, 8943, 12734, 8792, 13531, 8605, 12063, 9120, 13411, 8580, 12269, 8166, 12343, 8178, 12067, 8693, 12648, 8486, 11144, 8039, 11246, 8467, 11083, 7722, 10045, 7447, 9138, 8412, 8612, 11345, 8794, 11475, 8544, 11070, 8225, 13305, 8248, 12032, 8935, 11740, 8260, 11156, 7781, 9957, 7004, 10091, 7673, 10642, 7529, 10662, 7961, 10752, 7972, 11563, 8303, 12040, 9093, 11885, 8639, 11601, 8210, 11803, 8622, 12154, 8501, 11847, 8283, 11763, 7835, 11695, 8091, 11092, 7407, 10607, 7128, 10522, 8210, 10082, 10047, 9406, 7048, 9175, 6421, 9587, 8769, 9894, 8800, 9745, 6762, 10333, 7289, 9881, 8258, 13840, 8513, 7877, 10268, 8275, 12364, 9042, 12326, 9352, 13534, 9930, 12771, 9654, 11975, 8769, 10507, 7936, 10243, 7070, 10108, 6987, 9491, 6992, 9394, 7103, 9875, 7413, 10234, 7761, 10600, 7523, 9780, 12403, 9600, 15072, 9702, 13128, 9276, 11497, 8713, 11286, 8202, 12051, 8647, 11623, 8258, 11137, 7810, 11524, 8441, 13100, 8818, 12366, 8964, 11842, 8560, 11720, 8384, 11844, 8362, 11072, 8474, 11097, 8108, 12008, 8423, 11362, 8542, 6526, 9635, 7211, 10750, 7826, 12682, 8040, 7381, 9132, 6761, 13935, 9540, 12174, 8255, 10706, 13281, 9320, 13741, 9037, 11696, 8587, 11146, 8125, 11068, 7898, 10766, 7613, 10690, 8252, 10951, 8207, 11645, 8757, 11191, 9142, 9378, 9902, 8723, 10020, 12695, 9217, 12358, 9274, 10842, 8020, 10340, 7755, 9909, 7357, 9238, 8094, 10710, 8143, 9865, 8386, 7273, 10220, 7791, 10999, 8121, 11356, 8692, 11323, 8515, 11493, 8349, 10366, 7824, 10700, 7162, 9805, 6815, 9237, 6477, 9137, 6445, 9182, 7191, 9108, 12377, 9139, 13473, 8683, 11807, 8582, 11169, 8522, 11615, 8542, 11675, 8600, 11182, 8206, 11363, 8232, 12039, 8774, 12257, 8382, 11855, 8142, 11179, 7891, 11361, 7554, 10219, 6930, 9908, 7138, 10127, 7383, 10443, 7646, 11076, 7933, 12215, 8703, 12718, 9161, 12913, 9367, 12698, 8805, 13057, 8760, 11815, 9460, 9355, 9863, 7715, 10171, 8227, 10427, 8680, 10702, 7364, 10299, 7245, 10119, 7027, 10110, 7245, 10637, 7384, 9984, 7224, 9971, 6918, 10168, 7572, 9886, 7000, 9422, 6669, 9577, 6631, 9893, 7661, 10079, 6803, 10487, 7015, 10721, 7596, 11720, 8343, 12313, 8277, 11773, 8547, 12236, 8471, 12385, 9264, 13412, 8773, 12586, 8542, 11026, 8594, 11029, 9117, 10031, 9324, 8107, 9263, 13878, 9375, 13338, 9328, 12445, 8870, 11380, 8053, 11314, 8229, 10449, 8268, 7435, 9083, 6829, 9733, 7046, 9941, 8505, 10288, 8067, 10147, 7178, 10784, 7344, 11183, 8480, 12055, 8733, 12227, 8874, 11869, 8168, 12212, 8853, 12529, 9078, 11694, 8495, 11084, 7955, 11334, 8491, 11835, 8596, 11985, 8199, 11871, 8201, 11634, 8533, 12267, 8705, 12628, 8364, 12655, 8445, 12057, 8964, 13803, 8804, 13124, 8587, 13651, 8584, 13969, 8832, 12858, 9058, 12506, 8713, 14026, 8781, 14113, 8983, 12808, 8471, 8817, 8840, 8622, 9353, 11773, 9520, 10542, 9622, 8105, 10026, 13549, 9441, 13892, 9498, 13185, 8990, 11353, 8220, 10815, 7868, 10971, 8009, 11691, 8067, 10906, 7746, 10325, 7922, 10910, 7716, 10987, 7453, 10338, 7362, 10592, 7635, 11702, 8150, 11741, 7902, 11231, 7823, 11481, 8327, 12355, 8867, 12194, 8456, 11491, 8002, 9477, 9232, 6862, 9950, 7101, 10875, 7597, 11503, 8235, 10515, 9309, 9395, 8378, 8629, 6722, 8921, 7035, 9584, 6854, 10280, 7438, 10712, 7751, 11761, 8845, 11947, 8759, 11506, 8144, 11010, 7372, 10365, 8988, 10316, 7241, 9767, 6926, 9333, 7551, 9683, 8985, 9578, 7345, 9990, 7396, 9508, 13024, 9176, 14970, 9591, 13553, 9005, 11866, 8459, 11272, 8401, 11225, 7850, 10335, 7485, 10188, 7700, 10503, 8138, 11584, 7803, 10981, 7885, 10656, 7571, 11052, 7945, 10524, 7134, 10361, 6941, 9816, 12719, 9703, 14284, 9341, 12287, 8513, 11105, 8279, 10744, 8184, 11094, 7986, 10237, 7519, 10436, 7614, 10585, 8029, 10722, 6987, 11470, 8399, 7237, 10305, 8552, 13037, 9100, 12472, 10072, 14607, 9485, 13119, 9762, 11785, 8577, 11758, 7864, 11245, 7405, 10154, 7160, 10351, 7305, 11147, 7843, 7766, 9191, 7066, 10354, 12641, 9209, 12552, 9505, 11625, 8251, 11412, 8114, 10959, 11100, 10233, 13330, 9230, 11213, 8037, 10552, 7836, 10478, 8042, 9410, 13150, 8460, 11314, 8463, 10621, 7961, 9809, 6973, 9238, 7061, 8783, 9954, 8772, 12919, 8292, 11748, 8575, 10828, 8061, 10798, 7986, 10156, 7392, 10141, 6866, 9833, 8828, 9765, 7111, 8913, 6548, 9022, 8256, 9418, 7585, 9541, 6891, 9935, 6785, 10525, 7450, 11493, 8716, 12401, 9094, 11726, 8308, 11499, 8817, 10309, 10624, 10887, 8155, 10625, 8967, 10119, 11148, 9953, 11364, 10058, 8223, 9840, 10321, 9484, 13734, 9211, 13332, 8773, 12894, 8378, 12806, 8479, 12743, 8795, 12277, 8268, 11597, 8106, 12938, 8439, 13644, 8808, 13201, 8795, 10924, 8462, 11144, 8664, 12161, 8508, 11172, 8065, 10466, 7559, 10336, 7280, 10329, 7710, 10335, 7163, 10370, 6897, 10338, 7226, 10054, 6895, 9786, 7940, 9646, 9117, 9675, 7232, 9942, 6659, 10026, 7803, 9917, 10338, 9196, 10264, 9111, 12485, 8648, 13841, 8898, 13353, 9128, 11848, 8014, 11675, 7889, 12822, 8415, 11355, 8668, 6918, 9566, 6676, 10482, 7549, 10996, 9028, 10397, 7582, 10062, 7413, 10360, 9843, 9650, 10803, 9848, 8649, 10154, 12104, 9261, 13992, 9360, 12417, 8993, 11148, 8229, 10660, 6946, 9584, 8166, 9418, 9939, 8668, 13099, 8421, 11106, 7983, 10817, 7995, 11521, 8522, 7387, 8654, 7449, 10656, 8291, 13437, 9214, 13554, 8983, 12047, 7849, 10770, 12824, 9549, 13788, 9292, 11841, 8581, 10300, 7352, 10290, 6967, 10197, 6687, 9234, 6912, 8555, 10963, 8737, 13619, 9359, 11517, 8607, 10794, 7547, 10549, 9311, 9518, 12235, 9173, 13365, 8703, 11412, 8275, 11296, 8087, 11108, 7467, 10176, 6987, 9872, 9527, 9814, 12339, 9088, 12409, 8100, 12397, 8487, 11841, 8953, 11311, 8178, 10309, 7761, 10728, 7771, 10996, 8061, 11079, 7814, 10006, 7320, 9628, 9961, 9794, 11597, 8811, 13260, 8703, 12254, 8794, 11747, 8326, 11756, 7942, 10495, 8862, 10033, 13367, 8899, 14155, 9502, 11364, 8451, 10385, 7821, 10113, 7790, 10876, 7522, 10107, 7077, 9990, 8226, 8886, 12383, 8959, 13565, 8663, 11439, 8223, 11226, 7717, 11335, 7452, 9604, 7142, 9371, 10484, 8736, 13513, 8961, 12811, 8371, 12228, 7951, 11387, 8331, 11858, 8643, 12869, 8506, 12527, 8422, 11442, 8564, 12130, 8911, 11867, 8189, 10750, 7517, 10324, 9909, 9929, 13362, 9414, 13585, 8511, 11177, 7989, 10920, 8559, 11133, 8154, 10652, 7914, 10464, 7220, 10326, 7990, 10371, 7060, 10472, 7867, 10736, 7820, 10969, 8103, 11463, 7366, 10517, 7189, 9913, 10237, 10108, 11319, 9477, 8593, 9233, 12872, 8860, 12691, 8920, 11696, 8966, 11225, 7864, 10497, 7315, 10447, 9087, 10023, 9518, 8753, 13140, 8447, 12304, 9210, 11249, 8619, 10640, 7749, 10054, 6926, 10121, 7340, 10335, 7460, 9400, 10649, 8563, 13651, 9177, 12005, 9057, 11061, 8097, 11020, 7722, 10835, 8321, 12040, 7998, 8893, 9758, 7838, 11317, 8132, 12352, 8800, 12583, 8803, 11516, 7601, 10206, 9377, 9616, 12877, 9341, 12524, 8517, 9717, 8111, 9254, 8241, 9496, 8858, 6656, 9137, 7520, 10190, 8005, 8012, 9358, 12843, 9779, 10854, 8484, 9964, 15047, 9463, 12649, 9096, 11453, 8049, 11283, 8379, 10364, 13900, 9143, 12486, 8975, 10978, 8134, 10130, 8089, 10286, 7272, 9880, 7127, 9298, 9647, 8357, 13332, 8745, 11105, 8494, 10816, 8060, 10212, 7887, 10097, 8014, 9204, 13949, 9003, 11426, 8899, 11111, 8061, 9750, 6620, 8985, 8106, 9082, 12525, 9075, 13030, 8342, 11019, 8284, 10649, 7972, 10863, 7368, 10354, 6975, 9956, 9405, 9604, 13369, 9470, 13984, 9005, 11831, 8337, 10619, 7574, 10785, 7429, 9904, 6305, 9069, 7896, 9303, 9301, 9479, 7479, 9233, 9372, 8872, 13414, 9404, 11827, 9228], 'WindowCenter': [3864.0, 3881.0, 3835.0, 3865.0, 3834.0, 3864.0, 3832.0, 3853.0, 3831.0, 3851.0, 3831.0, 3861.0, 3831.0, 3850.0, 3819.0, 3850.0, 3818.0, 3850.0, 3817.0, 3838.0, 3820.0, 3849.0, 3818.0, 3850.0, 3817.0, 3850.0, 3808.0, 3850.0, 3819.0, 3850.0, 3819.0, 3841.0, 3821.0, 3840.0, 3818.0, 3840.0, 3808.0, 3829.0, 3808.0, 3829.0, 3818.0, 3818.0, 3839.0, 3820.0, 3852.0, 3832.0, 3854.0, 3833.0, 3863.0, 3833.0, 3863.0, 3844.0, 3854.0, 3822.0, 3854.0, 3823.0, 3842.0, 3810.0, 3854.0, 3822.0, 3855.0, 3825.0, 3857.0, 3836.0, 3868.0, 3836.0, 3866.0, 3835.0, 3867.0, 3836.0, 3867.0, 3835.0, 3867.0, 3823.0, 3855.0, 3833.0, 3853.0, 3821.0, 3854.0, 3821.0, 3851.0, 3810.0, 3853.0, 3809.0, 3840.0, 3807.0, 3839.0, 3797.0, 3840.0, 3818.0, 3841.0, 3830.0, 3830.0, 3810.0, 3830.0, 3800.0, 3832.0, 3831.0, 3843.0, 3832.0, 3842.0, 3812.0, 3852.0, 3826.0, 3860.0, 3838.0, 3878.0, 3835.0, 3835.0, 3858.0, 3848.0, 3894.0, 3860.0, 3879.0, 3845.0, 3865.0, 3843.0, 3865.0, 3832.0, 3853.0, 3820.0, 3839.0, 3808.0, 3829.0, 3797.0, 3842.0, 3797.0, 3830.0, 3810.0, 3831.0, 3811.0, 3844.0, 3812.0, 3845.0, 3824.0, 3856.0, 3823.0, 3842.0, 3852.0, 3843.0, 3874.0, 3832.0, 3853.0, 3830.0, 3840.0, 3820.0, 3840.0, 3818.0, 3853.0, 3820.0, 3853.0, 3821.0, 3853.0, 3810.0, 3852.0, 3834.0, 3864.0, 3834.0, 3865.0, 3833.0, 3852.0, 3822.0, 3852.0, 3821.0, 3852.0, 3820.0, 3852.0, 3821.0, 3851.0, 3821.0, 3852.0, 3832.0, 3865.0, 3834.0, 3803.0, 3846.0, 3823.0, 3868.0, 3825.0, 3878.0, 3823.0, 3824.0, 3844.0, 3802.0, 3863.0, 3832.0, 3853.0, 3820.0, 3830.0, 3849.0, 3818.0, 3850.0, 3816.0, 3837.0, 3804.0, 3824.0, 3791.0, 3823.0, 3790.0, 3811.0, 3791.0, 3809.0, 3776.0, 3808.0, 3777.0, 3808.0, 3787.0, 3808.0, 3787.0, 3787.0, 3797.0, 3775.0, 3797.0, 3817.0, 3786.0, 3807.0, 3785.0, 3797.0, 3775.0, 3795.0, 3777.0, 3797.0, 3778.0, 3815.0, 3804.0, 3825.0, 3805.0, 3826.0, 3818.0, 3808.0, 3842.0, 3822.0, 3854.0, 3822.0, 3853.0, 3821.0, 3842.0, 3820.0, 3853.0, 3822.0, 3841.0, 3809.0, 3840.0, 3797.0, 3829.0, 3786.0, 3829.0, 3788.0, 3830.0, 3789.0, 3858.0, 3826.0, 3846.0, 3865.0, 3846.0, 3866.0, 3834.0, 3866.0, 3834.0, 3854.0, 3834.0, 3854.0, 3834.0, 3855.0, 3834.0, 3854.0, 3834.0, 3856.0, 3835.0, 3866.0, 3838.0, 3868.0, 3836.0, 3868.0, 3837.0, 3856.0, 3824.0, 3867.0, 3825.0, 3855.0, 3813.0, 3845.0, 3813.0, 3856.0, 3824.0, 3858.0, 3837.0, 3870.0, 3838.0, 3878.0, 3847.0, 3878.0, 3847.0, 3867.0, 3845.0, 3867.0, 3832.0, 3863.0, 3822.0, 3852.0, 3833.0, 3830.0, 3842.0, 3810.0, 3841.0, 3819.0, 3840.0, 3819.0, 3840.0, 3797.0, 3829.0, 3808.0, 3828.0, 3796.0, 3841.0, 3797.0, 3840.0, 3808.0, 3829.0, 3809.0, 3828.0, 3799.0, 3843.0, 3811.0, 3842.0, 3810.0, 3832.0, 3800.0, 3842.0, 3800.0, 3844.0, 3822.0, 3855.0, 3813.0, 3855.0, 3812.0, 3856.0, 3823.0, 3865.0, 3823.0, 3866.0, 3833.0, 3865.0, 3834.0, 3866.0, 3822.0, 3853.0, 3832.0, 3862.0, 3831.0, 3864.0, 3833.0, 3853.0, 3832.0, 3841.0, 3831.0, 3841.0, 3831.0, 3820.0, 3833.0, 3862.0, 3829.0, 3860.0, 3829.0, 3851.0, 3829.0, 3851.0, 3819.0, 3839.0, 3819.0, 3841.0, 3833.0, 3811.0, 3833.0, 3812.0, 3844.0, 3812.0, 3844.0, 3831.0, 3855.0, 3822.0, 3842.0, 3811.0, 3853.0, 3810.0, 3853.0, 3832.0, 3864.0, 3832.0, 3864.0, 3832.0, 3853.0, 3822.0, 3852.0, 3832.0, 3866.0, 3832.0, 3853.0, 3832.0, 3852.0, 3821.0, 3852.0, 3832.0, 3854.0, 3833.0, 3865.0, 3834.0, 3864.0, 3833.0, 3853.0, 3834.0, 3865.0, 3833.0, 3866.0, 3834.0, 3865.0, 3834.0, 3864.0, 3845.0, 3876.0, 3845.0, 3876.0, 3834.0, 3875.0, 3832.0, 3874.0, 3834.0, 3864.0, 3833.0, 3864.0, 3832.0, 3874.0, 3832.0, 3863.0, 3834.0, 3864.0, 3833.0, 3833.0, 3833.0, 3832.0, 3843.0, 3853.0, 3844.0, 3853.0, 3844.0, 3821.0, 3842.0, 3861.0, 3829.0, 3861.0, 3830.0, 3850.0, 3829.0, 3840.0, 3818.0, 3839.0, 3808.0, 3840.0, 3820.0, 3852.0, 3820.0, 3852.0, 3821.0, 3841.0, 3822.0, 3853.0, 3821.0, 3853.0, 3811.0, 3842.0, 3811.0, 3852.0, 3821.0, 3854.0, 3820.0, 3864.0, 3823.0, 3853.0, 3822.0, 3852.0, 3831.0, 3864.0, 3832.0, 3863.0, 3821.0, 3852.0, 3821.0, 3842.0, 3843.0, 3801.0, 3841.0, 3813.0, 3854.0, 3821.0, 3853.0, 3820.0, 3842.0, 3831.0, 3831.0, 3821.0, 3831.0, 3799.0, 3831.0, 3810.0, 3844.0, 3812.0, 3855.0, 3824.0, 3857.0, 3824.0, 3866.0, 3845.0, 3866.0, 3833.0, 3854.0, 3822.0, 3841.0, 3809.0, 3841.0, 3830.0, 3841.0, 3808.0, 3841.0, 3809.0, 3830.0, 3808.0, 3842.0, 3832.0, 3843.0, 3822.0, 3855.0, 3823.0, 3844.0, 3863.0, 3844.0, 3876.0, 3845.0, 3864.0, 3831.0, 3851.0, 3819.0, 3851.0, 3818.0, 3851.0, 3819.0, 3841.0, 3810.0, 3841.0, 3821.0, 3853.0, 3822.0, 3864.0, 3824.0, 3855.0, 3834.0, 3854.0, 3821.0, 3855.0, 3822.0, 3852.0, 3812.0, 3844.0, 3812.0, 3842.0, 3851.0, 3842.0, 3862.0, 3831.0, 3863.0, 3831.0, 3852.0, 3831.0, 3853.0, 3834.0, 3865.0, 3835.0, 3856.0, 3824.0, 3866.0, 3836.0, 3867.0, 3850.0, 3882.0, 3831.0, 3880.0, 3849.0, 3839.0, 3869.0, 3849.0, 3891.0, 3860.0, 3881.0, 3873.0, 3891.0, 3847.0, 3866.0, 3832.0, 3853.0, 3820.0, 3852.0, 3808.0, 3841.0, 3809.0, 3839.0, 3797.0, 3840.0, 3809.0, 3854.0, 3835.0, 3836.0, 3846.0, 3827.0, 3871.0, 3878.0, 3845.0, 3864.0, 3844.0, 3854.0, 3821.0, 3852.0, 3809.0, 3840.0, 3838.0, 3827.0, 3836.0, 3814.0, 3825.0, 3792.0, 3825.0, 3791.0, 3824.0, 3793.0, 3814.0, 3835.0, 3805.0, 3826.0, 3805.0, 3827.0, 3806.0, 3828.0, 3797.0, 3829.0, 3798.0, 3831.0, 3841.0, 3831.0, 3862.0, 3821.0, 3852.0, 3821.0, 3842.0, 3822.0, 3853.0, 3823.0, 3843.0, 3823.0, 3854.0, 3801.0, 3844.0, 3844.0, 3856.0, 3813.0, 3846.0, 3814.0, 3845.0, 3835.0, 3848.0, 3836.0, 3858.0, 3828.0, 3859.0, 3828.0, 3869.0, 3838.0, 3882.0, 3849.0, 3881.0, 3859.0, 3880.0, 3836.0, 3856.0, 3833.0, 3844.0, 3842.0, 3843.0, 3820.0, 3841.0, 3820.0, 3840.0, 3840.0, 3842.0, 3851.0, 3841.0, 3820.0, 3842.0, 3841.0, 3831.0, 3862.0, 3832.0, 3863.0, 3819.0, 3851.0, 3819.0, 3850.0, 3820.0, 3851.0, 3832.0, 3852.0, 3821.0, 3852.0, 3821.0, 3861.0, 3822.0, 3875.0, 3833.0, 3864.0, 3833.0, 3853.0, 3821.0, 3852.0, 3832.0, 3852.0, 3820.0, 3841.0, 3820.0, 3840.0, 3809.0, 3842.0, 3811.0, 3842.0, 3822.0, 3843.0, 3811.0, 3842.0, 3811.0, 3855.0, 3811.0, 3844.0, 3813.0, 3842.0, 3821.0, 3831.0, 3831.0, 3832.0, 3812.0, 3843.0, 3801.0, 3842.0, 3821.0, 3842.0, 3842.0, 3833.0, 3855.0, 3832.0, 3863.0, 3831.0, 3863.0, 3832.0, 3863.0, 3843.0, 3865.0, 3823.0, 3864.0, 3833.0, 3864.0, 3835.0, 3866.0, 3835.0, 3824.0, 3846.0, 3815.0, 3856.0, 3824.0, 3867.0, 3834.0, 3856.0, 3823.0, 3845.0, 3813.0, 3843.0, 3841.0, 3832.0, 3841.0, 3842.0, 3831.0, 3842.0, 3851.0, 3829.0, 3861.0, 3831.0, 3851.0, 3830.0, 3851.0, 3819.0, 3840.0, 3799.0, 3829.0, 3819.0, 3831.0, 3841.0, 3831.0, 3862.0, 3821.0, 3852.0, 3835.0, 3867.0, 3838.0, 3881.0, 3851.0, 3839.0, 3848.0, 3838.0, 3869.0, 3851.0, 3891.0, 3860.0, 3894.0, 3850.0, 3869.0, 3823.0, 3844.0, 3852.0, 3832.0, 3852.0, 3830.0, 3852.0, 3819.0, 3828.0, 3796.0, 3829.0, 3798.0, 3842.0, 3799.0, 3831.0, 3812.0, 3831.0, 3853.0, 3834.0, 3876.0, 3844.0, 3856.0, 3835.0, 3854.0, 3810.0, 3843.0, 3831.0, 3845.0, 3853.0, 3832.0, 3864.0, 3832.0, 3853.0, 3821.0, 3853.0, 3823.0, 3853.0, 3823.0, 3844.0, 3812.0, 3844.0, 3843.0, 3845.0, 3865.0, 3833.0, 3866.0, 3822.0, 3864.0, 3833.0, 3864.0, 3845.0, 3856.0, 3834.0, 3856.0, 3824.0, 3855.0, 3824.0, 3867.0, 3824.0, 3869.0, 3837.0, 3857.0, 3825.0, 3844.0, 3843.0, 3845.0, 3866.0, 3835.0, 3878.0, 3835.0, 3866.0, 3833.0, 3854.0, 3822.0, 3853.0, 3821.0, 3841.0, 3830.0, 3828.0, 3860.0, 3819.0, 3861.0, 3829.0, 3840.0, 3820.0, 3829.0, 3808.0, 3840.0, 3811.0, 3852.0, 3821.0, 3842.0, 3812.0, 3844.0, 3833.0, 3834.0, 3864.0, 3832.0, 3864.0, 3832.0, 3852.0, 3821.0, 3853.0, 3810.0, 3853.0, 3811.0, 3842.0, 3810.0, 3831.0, 3841.0, 3821.0, 3862.0, 3832.0, 3863.0, 3822.0, 3864.0, 3822.0, 3853.0, 3834.0, 3864.0, 3835.0, 3865.0, 3834.0, 3867.0, 3834.0, 3865.0, 3832.0, 3865.0, 3834.0, 3854.0, 3822.0, 3853.0, 3810.0, 3842.0, 3830.0, 3841.0, 3862.0, 3829.0, 3861.0, 3819.0, 3851.0, 3820.0, 3851.0, 3832.0, 3854.0, 3823.0, 3854.0, 3822.0, 3853.0, 3811.0, 3854.0, 3822.0, 3844.0, 3812.0, 3853.0, 3835.0, 3854.0, 3823.0, 3854.0, 3823.0, 3866.0, 3812.0, 3854.0, 3811.0, 3843.0, 3841.0, 3843.0, 3853.0, 3844.0, 3831.0, 3832.0, 3863.0, 3831.0, 3862.0, 3833.0, 3854.0, 3832.0, 3855.0, 3823.0, 3842.0, 3811.0, 3842.0, 3833.0, 3844.0, 3842.0, 3832.0, 3863.0, 3821.0, 3851.0, 3832.0, 3853.0, 3821.0, 3843.0, 3822.0, 3843.0, 3811.0, 3843.0, 3811.0, 3844.0, 3822.0, 3844.0, 3854.0, 3833.0, 3864.0, 3843.0, 3864.0, 3833.0, 3854.0, 3838.0, 3867.0, 3838.0, 3868.0, 3834.0, 3867.0, 3836.0, 3846.0, 3858.0, 3838.0, 3880.0, 3836.0, 3866.0, 3834.0, 3866.0, 3835.0, 3854.0, 3824.0, 3855.0, 3832.0, 3831.0, 3851.0, 3830.0, 3850.0, 3819.0, 3830.0, 3820.0, 3831.0, 3822.0, 3843.0, 3833.0, 3813.0, 3833.0, 3825.0, 3869.0, 3837.0, 3836.0, 3848.0, 3868.0, 3846.0, 3856.0, 3833.0, 3844.0, 3864.0, 3832.0, 3852.0, 3820.0, 3840.0, 3796.0, 3826.0, 3803.0, 3816.0, 3835.0, 3814.0, 3835.0, 3804.0, 3825.0, 3805.0, 3825.0, 3804.0, 3825.0, 3793.0, 3826.0, 3784.0, 3817.0, 3827.0, 3806.0, 3848.0, 3817.0, 3839.0, 3819.0, 3841.0, 3820.0, 3841.0, 3820.0, 3841.0, 3819.0, 3829.0, 3862.0, 3830.0, 3852.0, 3831.0, 3841.0, 3821.0, 3831.0, 3800.0, 3832.0, 3820.0, 3832.0, 3864.0, 3833.0, 3875.0, 3834.0, 3855.0, 3834.0, 3855.0, 3835.0, 3857.0, 3825.0, 3856.0, 3814.0, 3845.0, 3844.0, 3846.0, 3876.0, 3844.0, 3878.0, 3845.0, 3865.0, 3833.0, 3855.0, 3823.0, 3855.0, 3812.0, 3845.0, 3815.0, 3846.0, 3834.0, 3846.0, 3846.0, 3858.0, 3827.0, 3860.0, 3858.0, 3848.0, 3879.0, 3858.0, 3869.0, 3859.0], 'WindowWidth': [8672.0, 8686.0, 8615.0, 8652.0, 8610.0, 8646.0, 8602.0, 8631.0, 8600.0, 8624.0, 8598.0, 8638.0, 8595.0, 8620.0, 8577.0, 8620.0, 8575.0, 8620.0, 8573.0, 8603.0, 8579.0, 8620.0, 8575.0, 8622.0, 8575.0, 8623.0, 8562.0, 8621.0, 8579.0, 8621.0, 8579.0, 8611.0, 8583.0, 8608.0, 8576.0, 8609.0, 8563.0, 8593.0, 8563.0, 8593.0, 8577.0, 8577.0, 8604.0, 8583.0, 8628.0, 8601.0, 8633.0, 8605.0, 8645.0, 8604.0, 8645.0, 8621.0, 8634.0, 8589.0, 8634.0, 8590.0, 8614.0, 8570.0, 8633.0, 8588.0, 8637.0, 8596.0, 8642.0, 8615.0, 8659.0, 8615.0, 8655.0, 8612.0, 8658.0, 8613.0, 8657.0, 8612.0, 8655.0, 8590.0, 8637.0, 8604.0, 8632.0, 8586.0, 8631.0, 8583.0, 8625.0, 8566.0, 8631.0, 8565.0, 8610.0, 8562.0, 8606.0, 8547.0, 8609.0, 8577.0, 8614.0, 8594.0, 8596.0, 8571.0, 8598.0, 8556.0, 8603.0, 8598.0, 8621.0, 8602.0, 8617.0, 8577.0, 8631.0, 8599.0, 8652.0, 8617.0, 8671.0, 8610.0, 8609.0, 8645.0, 8633.0, 8702.0, 8653.0, 8675.0, 8625.0, 8651.0, 8617.0, 8651.0, 8599.0, 8630.0, 8583.0, 8606.0, 8563.0, 8593.0, 8546.0, 8613.0, 8548.0, 8595.0, 8569.0, 8599.0, 8572.0, 8622.0, 8577.0, 8624.0, 8594.0, 8640.0, 8591.0, 8617.0, 8627.0, 8618.0, 8661.0, 8600.0, 8630.0, 8595.0, 8609.0, 8579.0, 8609.0, 8578.0, 8632.0, 8584.0, 8632.0, 8586.0, 8629.0, 8571.0, 8629.0, 8608.0, 8649.0, 8607.0, 8650.0, 8604.0, 8629.0, 8586.0, 8627.0, 8585.0, 8628.0, 8581.0, 8629.0, 8586.0, 8626.0, 8585.0, 8629.0, 8603.0, 8649.0, 8610.0, 8567.0, 8628.0, 8593.0, 8660.0, 8599.0, 8672.0, 8592.0, 8593.0, 8622.0, 8560.0, 8642.0, 8599.0, 8633.0, 8579.0, 8594.0, 8616.0, 8574.0, 8623.0, 8570.0, 8599.0, 8548.0, 8577.0, 8529.0, 8573.0, 8526.0, 8555.0, 8529.0, 8549.0, 8500.0, 8546.0, 8501.0, 8546.0, 8516.0, 8544.0, 8516.0, 8514.0, 8528.0, 8497.0, 8528.0, 8554.0, 8511.0, 8542.0, 8510.0, 8529.0, 8496.0, 8524.0, 8500.0, 8529.0, 8505.0, 8567.0, 8552.0, 8581.0, 8556.0, 8584.0, 8576.0, 8565.0, 8616.0, 8590.0, 8634.0, 8588.0, 8630.0, 8583.0, 8614.0, 8581.0, 8629.0, 8587.0, 8611.0, 8565.0, 8608.0, 8546.0, 8593.0, 8532.0, 8591.0, 8537.0, 8597.0, 8541.0, 8648.0, 8599.0, 8626.0, 8650.0, 8625.0, 8652.0, 8608.0, 8652.0, 8607.0, 8632.0, 8608.0, 8635.0, 8607.0, 8638.0, 8607.0, 8635.0, 8608.0, 8638.0, 8610.0, 8654.0, 8616.0, 8659.0, 8615.0, 8659.0, 8616.0, 8640.0, 8593.0, 8655.0, 8597.0, 8639.0, 8579.0, 8624.0, 8579.0, 8640.0, 8596.0, 8646.0, 8618.0, 8666.0, 8620.0, 8674.0, 8630.0, 8672.0, 8631.0, 8657.0, 8623.0, 8654.0, 8601.0, 8645.0, 8587.0, 8628.0, 8604.0, 8596.0, 8615.0, 8570.0, 8612.0, 8578.0, 8610.0, 8578.0, 8610.0, 8548.0, 8593.0, 8563.0, 8591.0, 8546.0, 8610.0, 8549.0, 8610.0, 8564.0, 8595.0, 8565.0, 8593.0, 8552.0, 8617.0, 8573.0, 8616.0, 8571.0, 8602.0, 8558.0, 8615.0, 8557.0, 8621.0, 8590.0, 8639.0, 8581.0, 8639.0, 8578.0, 8641.0, 8592.0, 8652.0, 8590.0, 8653.0, 8605.0, 8652.0, 8610.0, 8653.0, 8587.0, 8632.0, 8601.0, 8643.0, 8600.0, 8648.0, 8606.0, 8630.0, 8601.0, 8611.0, 8598.0, 8611.0, 8601.0, 8584.0, 8603.0, 8640.0, 8593.0, 8636.0, 8593.0, 8626.0, 8593.0, 8627.0, 8581.0, 8608.0, 8581.0, 8612.0, 8605.0, 8575.0, 8606.0, 8578.0, 8622.0, 8577.0, 8621.0, 8601.0, 8638.0, 8589.0, 8617.0, 8575.0, 8630.0, 8571.0, 8631.0, 8603.0, 8649.0, 8603.0, 8649.0, 8603.0, 8633.0, 8588.0, 8629.0, 8603.0, 8651.0, 8602.0, 8633.0, 8602.0, 8630.0, 8585.0, 8628.0, 8603.0, 8634.0, 8604.0, 8651.0, 8609.0, 8650.0, 8606.0, 8634.0, 8609.0, 8652.0, 8607.0, 8655.0, 8608.0, 8651.0, 8608.0, 8649.0, 8624.0, 8668.0, 8623.0, 8668.0, 8608.0, 8664.0, 8604.0, 8662.0, 8609.0, 8649.0, 8604.0, 8647.0, 8602.0, 8662.0, 8602.0, 8646.0, 8608.0, 8648.0, 8604.0, 8605.0, 8606.0, 8603.0, 8620.0, 8630.0, 8622.0, 8631.0, 8621.0, 8585.0, 8615.0, 8639.0, 8593.0, 8638.0, 8597.0, 8624.0, 8593.0, 8609.0, 8578.0, 8606.0, 8564.0, 8609.0, 8585.0, 8629.0, 8585.0, 8630.0, 8588.0, 8614.0, 8587.0, 8631.0, 8585.0, 8631.0, 8573.0, 8615.0, 8573.0, 8630.0, 8586.0, 8634.0, 8585.0, 8649.0, 8592.0, 8633.0, 8589.0, 8630.0, 8600.0, 8648.0, 8601.0, 8646.0, 8587.0, 8630.0, 8586.0, 8616.0, 8620.0, 8559.0, 8617.0, 8580.0, 8634.0, 8588.0, 8632.0, 8583.0, 8617.0, 8597.0, 8599.0, 8586.0, 8599.0, 8555.0, 8599.0, 8571.0, 8624.0, 8578.0, 8639.0, 8598.0, 8643.0, 8597.0, 8654.0, 8623.0, 8653.0, 8604.0, 8635.0, 8591.0, 8614.0, 8567.0, 8614.0, 8594.0, 8614.0, 8565.0, 8612.0, 8568.0, 8597.0, 8565.0, 8616.0, 8602.0, 8620.0, 8591.0, 8639.0, 8595.0, 8623.0, 8645.0, 8622.0, 8669.0, 8625.0, 8647.0, 8600.0, 8627.0, 8582.0, 8625.0, 8579.0, 8626.0, 8581.0, 8614.0, 8573.0, 8612.0, 8586.0, 8634.0, 8591.0, 8650.0, 8596.0, 8639.0, 8608.0, 8635.0, 8588.0, 8638.0, 8588.0, 8630.0, 8576.0, 8621.0, 8576.0, 8617.0, 8625.0, 8614.0, 8643.0, 8598.0, 8644.0, 8599.0, 8628.0, 8601.0, 8632.0, 8609.0, 8652.0, 8613.0, 8641.0, 8598.0, 8656.0, 8615.0, 8657.0, 8642.0, 8687.0, 8615.0, 8679.0, 8639.0, 8625.0, 8665.0, 8638.0, 8696.0, 8655.0, 8683.0, 8673.0, 8698.0, 8631.0, 8654.0, 8599.0, 8631.0, 8581.0, 8627.0, 8565.0, 8612.0, 8569.0, 8607.0, 8548.0, 8609.0, 8568.0, 8634.0, 8611.0, 8615.0, 8629.0, 8607.0, 8672.0, 8674.0, 8623.0, 8649.0, 8620.0, 8633.0, 8584.0, 8629.0, 8566.0, 8609.0, 8602.0, 8583.0, 8599.0, 8563.0, 8579.0, 8531.0, 8579.0, 8527.0, 8578.0, 8533.0, 8562.0, 8594.0, 8552.0, 8584.0, 8554.0, 8587.0, 8557.0, 8588.0, 8546.0, 8592.0, 8549.0, 8598.0, 8610.0, 8599.0, 8641.0, 8585.0, 8627.0, 8584.0, 8614.0, 8587.0, 8632.0, 8591.0, 8620.0, 8593.0, 8634.0, 8561.0, 8622.0, 8620.0, 8641.0, 8581.0, 8627.0, 8583.0, 8627.0, 8610.0, 8634.0, 8616.0, 8649.0, 8609.0, 8651.0, 8608.0, 8665.0, 8621.0, 8685.0, 8638.0, 8682.0, 8651.0, 8680.0, 8615.0, 8642.0, 8603.0, 8621.0, 8612.0, 8617.0, 8583.0, 8611.0, 8581.0, 8608.0, 8607.0, 8615.0, 8624.0, 8612.0, 8585.0, 8614.0, 8611.0, 8600.0, 8641.0, 8601.0, 8645.0, 8582.0, 8626.0, 8580.0, 8624.0, 8582.0, 8627.0, 8602.0, 8629.0, 8587.0, 8630.0, 8586.0, 8639.0, 8589.0, 8664.0, 8605.0, 8650.0, 8604.0, 8630.0, 8585.0, 8629.0, 8600.0, 8630.0, 8582.0, 8612.0, 8582.0, 8609.0, 8566.0, 8615.0, 8571.0, 8616.0, 8591.0, 8618.0, 8574.0, 8617.0, 8572.0, 8637.0, 8573.0, 8622.0, 8579.0, 8617.0, 8585.0, 8601.0, 8598.0, 8602.0, 8574.0, 8619.0, 8561.0, 8617.0, 8585.0, 8618.0, 8615.0, 8605.0, 8635.0, 8603.0, 8643.0, 8600.0, 8644.0, 8603.0, 8646.0, 8617.0, 8650.0, 8593.0, 8647.0, 8606.0, 8649.0, 8612.0, 8655.0, 8612.0, 8597.0, 8627.0, 8585.0, 8642.0, 8595.0, 8658.0, 8608.0, 8641.0, 8593.0, 8625.0, 8578.0, 8619.0, 8612.0, 8602.0, 8611.0, 8614.0, 8597.0, 8614.0, 8624.0, 8592.0, 8638.0, 8597.0, 8628.0, 8595.0, 8625.0, 8581.0, 8610.0, 8552.0, 8594.0, 8578.0, 8600.0, 8611.0, 8600.0, 8642.0, 8585.0, 8628.0, 8614.0, 8659.0, 8622.0, 8683.0, 8641.0, 8623.0, 8635.0, 8619.0, 8665.0, 8643.0, 8697.0, 8654.0, 8704.0, 8640.0, 8665.0, 8591.0, 8622.0, 8628.0, 8599.0, 8629.0, 8595.0, 8628.0, 8579.0, 8590.0, 8545.0, 8593.0, 8549.0, 8612.0, 8553.0, 8601.0, 8574.0, 8602.0, 8630.0, 8608.0, 8667.0, 8620.0, 8640.0, 8608.0, 8633.0, 8570.0, 8618.0, 8598.0, 8623.0, 8630.0, 8600.0, 8648.0, 8600.0, 8632.0, 8586.0, 8631.0, 8591.0, 8631.0, 8592.0, 8621.0, 8578.0, 8623.0, 8616.0, 8624.0, 8649.0, 8604.0, 8651.0, 8590.0, 8649.0, 8606.0, 8648.0, 8624.0, 8639.0, 8609.0, 8641.0, 8597.0, 8639.0, 8597.0, 8658.0, 8596.0, 8664.0, 8617.0, 8645.0, 8597.0, 8621.0, 8618.0, 8625.0, 8652.0, 8611.0, 8672.0, 8613.0, 8654.0, 8606.0, 8637.0, 8587.0, 8632.0, 8583.0, 8613.0, 8593.0, 8591.0, 8636.0, 8579.0, 8640.0, 8592.0, 8609.0, 8581.0, 8593.0, 8565.0, 8610.0, 8571.0, 8631.0, 8587.0, 8617.0, 8575.0, 8621.0, 8605.0, 8608.0, 8646.0, 8603.0, 8650.0, 8602.0, 8630.0, 8585.0, 8631.0, 8569.0, 8631.0, 8570.0, 8615.0, 8570.0, 8598.0, 8611.0, 8586.0, 8642.0, 8600.0, 8644.0, 8589.0, 8648.0, 8590.0, 8634.0, 8608.0, 8649.0, 8611.0, 8651.0, 8609.0, 8656.0, 8607.0, 8651.0, 8605.0, 8651.0, 8608.0, 8635.0, 8589.0, 8632.0, 8569.0, 8615.0, 8594.0, 8613.0, 8641.0, 8592.0, 8638.0, 8578.0, 8625.0, 8583.0, 8628.0, 8602.0, 8635.0, 8593.0, 8636.0, 8591.0, 8633.0, 8575.0, 8636.0, 8589.0, 8621.0, 8576.0, 8633.0, 8609.0, 8634.0, 8592.0, 8636.0, 8591.0, 8656.0, 8576.0, 8635.0, 8575.0, 8619.0, 8612.0, 8619.0, 8629.0, 8619.0, 8600.0, 8603.0, 8643.0, 8599.0, 8643.0, 8605.0, 8635.0, 8603.0, 8637.0, 8592.0, 8615.0, 8572.0, 8616.0, 8604.0, 8621.0, 8613.0, 8602.0, 8645.0, 8586.0, 8628.0, 8600.0, 8631.0, 8586.0, 8618.0, 8588.0, 8618.0, 8574.0, 8618.0, 8572.0, 8622.0, 8590.0, 8623.0, 8635.0, 8606.0, 8649.0, 8618.0, 8649.0, 8605.0, 8637.0, 8621.0, 8656.0, 8620.0, 8662.0, 8611.0, 8657.0, 8613.0, 8629.0, 8648.0, 8622.0, 8682.0, 8617.0, 8654.0, 8609.0, 8656.0, 8607.0, 8635.0, 8592.0, 8637.0, 8600.0, 8598.0, 8623.0, 8596.0, 8623.0, 8579.0, 8597.0, 8584.0, 8597.0, 8590.0, 8619.0, 8606.0, 8578.0, 8605.0, 8599.0, 8662.0, 8617.0, 8614.0, 8635.0, 8661.0, 8624.0, 8639.0, 8602.0, 8620.0, 8646.0, 8600.0, 8629.0, 8579.0, 8607.0, 8541.0, 8583.0, 8546.0, 8567.0, 8594.0, 8563.0, 8594.0, 8549.0, 8580.0, 8552.0, 8579.0, 8551.0, 8580.0, 8535.0, 8583.0, 8524.0, 8572.0, 8584.0, 8558.0, 8617.0, 8574.0, 8606.0, 8578.0, 8611.0, 8582.0, 8612.0, 8583.0, 8612.0, 8579.0, 8594.0, 8640.0, 8596.0, 8628.0, 8599.0, 8612.0, 8585.0, 8600.0, 8558.0, 8602.0, 8583.0, 8603.0, 8646.0, 8605.0, 8666.0, 8609.0, 8637.0, 8608.0, 8638.0, 8610.0, 8645.0, 8597.0, 8639.0, 8582.0, 8625.0, 8619.0, 8628.0, 8666.0, 8621.0, 8671.0, 8624.0, 8650.0, 8605.0, 8636.0, 8591.0, 8638.0, 8576.0, 8624.0, 8586.0, 8627.0, 8609.0, 8629.0, 8627.0, 8647.0, 8604.0, 8652.0, 8647.0, 8635.0, 8677.0, 8646.0, 8663.0, 8648.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.0008022983521248916</td></tr>
<tr><td colspan=3>aqi</td><td>0.023404552298352126</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.817661427873304</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2310284271961804</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.014770496354166</td></tr>
<tr><td colspan=3>efc</td><td>0.497</td></tr>
<tr><td colspan=3>fber</td><td>4724.2021</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08814472040125303</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>41</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.5559410234171724</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.51907498511006</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4529852142435478</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7913731152666603</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3128666258199724</td></tr>
<tr><td colspan=3>gcor</td><td>0.0173243</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.006888891104608774</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.0393056757748127</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1153</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.157820270948508</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>23.8986</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>39.6946</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>165.2224</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>46.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>293516.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>738.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>310.7891</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.8028</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>450.9889</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3017.5695</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3178.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>83028.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1196.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3887.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>764.3382</td></tr>
<tr><td colspan=3>tsnr</td><td>38.361662675160915</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>