ds005256-mriqc/sub-0078_ses-02_task-narratives_acq-mb8_run-04_bold.html
Felix Hoffstaedter 0c23e25301 [DATALAD RUNCMD] Compute MRIQC for sub-0078
=== 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-0078 --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-0078",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:56:00 +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-0078_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-0078_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-0078_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-0078/figures/sub-0078_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0078/figures/sub-0078_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-0078_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-0078/figures/sub-0078_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0078/figures/sub-0078_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-0078_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-0078/figures/sub-0078_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0078/figures/sub-0078_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-0078_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-0078/figures/sub-0078_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0078/figures/sub-0078_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-0078_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-0078/figures/sub-0078_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0078/figures/sub-0078_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-0078_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-0078/figures/sub-0078_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0078/figures/sub-0078_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-0078_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-0078/figures/sub-0078_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0078/figures/sub-0078_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-0078/figures/sub-0078_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0078/figures/sub-0078_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-0078/ses-02/func/sub-0078_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>1548850d9aa860c8d4b6897549fb809f</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>09:02:50.672500</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.9996, 0.0277407, -0.00547512, -0.0270484, 0.994542, 0.100765]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-narratives_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0756281</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>[4138, -7763, -7227, 803, -82, -182, -73, 91]</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>230.667</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>988a56ee-efa2-4758-a165-860dd000924a||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.681854248046875, -0.07256900519132614, -0.022249452769756317, 114.79528045654297], [-0.07442634552717209, 2.6682848930358887, 0.27155742049217224, -102.05162048339844], [-0.014689341187477112, -0.27034565806388855, 2.6862170696258545, -53.598201751708984], [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': ['090250.672500', '090251.132500', '090251.592500', '090252.052500', '090252.512500', '090252.972500', '090253.432500', '090253.892500', '090254.352500', '090254.812500', '090255.272500', '090255.732500', '090256.192500', '090256.652500', '090257.112500', '090257.572500', '090258.032500', '090258.492500', '090258.952500', '090259.412500', '090259.872500', '090300.332500', '090300.792500', '090301.252500', '090301.712500', '090302.172500', '090302.632500', '090303.092500', '090303.552500', '090304.012500', '090304.472500', '090304.932500', '090305.392500', '090305.852500', '090306.312500', '090306.772500', '090307.232500', '090307.692500', '090308.152500', '090308.612500', '090309.072500', '090309.532500', '090309.992500', '090310.452500', '090310.912500', '090311.372500', '090311.832500', '090312.292500', '090312.752500', '090313.212500', '090313.672500', '090314.132500', '090314.592500', '090315.052500', '090315.512500', '090315.972500', '090316.432500', '090316.892500', '090317.352500', '090317.812500', '090318.272500', '090318.732500', '090319.192500', '090319.652500', '090320.112500', '090320.572500', '090321.032500', '090321.492500', '090321.952500', '090322.412500', '090322.872500', '090323.332500', '090323.792500', '090324.252500', '090324.712500', '090325.172500', '090325.632500', '090326.092500', '090326.552500', '090327.012500', '090327.472500', '090327.932500', '090328.392500', '090328.852500', '090329.312500', '090329.772500', '090330.232500', '090330.692500', '090331.152500', '090331.612500', '090332.072500', '090332.532500', '090332.992500', '090333.452500', '090333.912500', '090334.372500', '090334.832500', '090335.292500', '090335.752500', '090336.212500', '090336.672500', '090337.132500', '090337.592500', '090338.052500', '090338.512500', '090338.972500', '090339.432500', '090339.892500', '090340.352500', '090340.812500', '090341.272500', '090341.732500', '090342.192500', '090342.652500', '090343.112500', '090343.572500', '090344.032500', '090344.492500', '090344.952500', '090345.412500', '090345.872500', '090346.332500', '090346.792500', '090347.252500', '090347.712500', '090348.172500', '090348.632500', '090349.092500', '090349.552500', '090350.012500', '090350.472500', '090350.932500', '090351.392500', '090351.852500', '090352.312500', '090352.772500', '090353.232500', '090353.692500', '090354.152500', '090354.612500', '090355.072500', '090355.532500', '090355.992500', '090356.452500', '090356.912500', '090357.372500', '090357.832500', '090358.292500', '090358.752500', '090359.212500', '090359.672500', '090400.132500', '090400.592500', '090401.052500', '090401.512500', '090401.972500', '090402.432500', '090402.892500', '090403.352500', '090403.812500', '090404.272500', '090404.732500', '090405.192500', '090405.652500', '090406.112500', '090406.572500', '090407.032500', '090407.492500', '090407.952500', '090408.412500', '090408.872500', '090409.332500', '090409.792500', '090410.252500', '090410.712500', '090411.172500', '090411.632500', '090412.092500', '090412.552500', '090413.012500', '090413.472500', '090413.932500', '090414.392500', '090414.852500', '090415.312500', '090415.772500', '090416.232500', '090416.692500', '090417.152500', '090417.612500', '090418.072500', '090418.532500', '090418.992500', '090419.452500', '090419.912500', '090420.372500', '090420.832500', '090421.292500', '090421.752500', '090422.212500', '090422.672500', '090423.132500', '090423.592500', '090424.052500', '090424.512500', '090424.972500', '090425.432500', '090425.892500', '090426.352500', '090426.812500', '090427.272500', '090427.732500', '090428.192500', '090428.652500', '090429.112500', '090429.572500', '090430.032500', '090430.492500', '090430.952500', '090431.412500', '090431.872500', '090432.332500', '090432.792500', '090433.252500', '090433.712500', '090434.172500', '090434.632500', '090435.092500', '090435.552500', '090436.012500', '090436.472500', '090436.932500', '090437.392500', '090437.852500', '090438.312500', '090438.772500', '090439.232500', '090439.692500', '090440.152500', '090440.612500', '090441.072500', '090441.532500', '090441.992500', '090442.452500', '090442.912500', '090443.372500', '090443.832500', '090444.292500', '090444.752500', '090445.212500', '090445.672500', '090446.132500', '090446.592500', '090447.052500', '090447.512500', '090447.972500', '090448.432500', '090448.892500', '090449.352500', '090449.812500', '090450.272500', '090450.732500', '090451.192500', '090451.652500', '090452.112500', '090452.572500', '090453.032500', '090453.492500', '090453.952500', '090454.412500', '090454.872500', '090455.332500', '090455.792500', '090456.252500', '090456.712500', '090457.172500', '090457.632500', '090458.092500', '090458.552500', '090459.012500', '090459.472500', '090459.932500', '090500.392500', '090500.852500', '090501.312500', '090501.772500', '090502.232500', '090502.692500', '090503.152500', '090503.612500', '090504.072500', '090504.532500', '090504.992500', '090505.452500', '090505.912500', '090506.372500', '090506.832500', '090507.292500', '090507.752500', '090508.212500', '090508.672500', '090509.132500', '090509.592500', '090510.052500', '090510.512500', '090510.972500', '090511.432500', '090511.892500', '090512.352500', '090512.812500', '090513.272500', '090513.732500', '090514.192500', '090514.652500', '090515.112500', '090515.572500', '090516.032500', '090516.492500', '090516.952500', '090517.412500', '090517.872500', '090518.332500', '090518.792500', '090519.252500', '090519.712500', '090520.172500', '090520.632500', '090521.092500', '090521.552500', '090522.012500', '090522.472500', '090522.932500', '090523.392500', '090523.852500', '090524.312500', '090524.772500', '090525.232500', '090525.692500', '090526.152500', '090526.612500', '090527.072500', '090527.532500', '090527.992500', '090528.452500', '090528.912500', '090529.372500', '090529.832500', '090530.292500', '090530.752500', '090531.212500', '090531.672500', '090532.132500', '090532.592500', '090533.052500', '090533.512500', '090533.972500', '090534.432500', '090534.892500', '090535.352500', '090535.812500', '090536.272500', '090536.732500', '090537.192500', '090537.652500', '090538.112500', '090538.572500', '090539.032500', '090539.492500', '090539.952500', '090540.412500', '090540.872500', '090541.332500', '090541.792500', '090542.252500', '090542.712500', '090543.172500', '090543.632500', '090544.092500', '090544.552500', '090545.012500', '090545.472500', '090545.932500', '090546.392500', '090546.852500', '090547.312500', '090547.772500', '090548.232500', '090548.692500', '090549.152500', '090549.612500', '090550.072500', '090550.532500', '090550.992500', '090551.452500', '090551.912500', '090552.372500', '090552.832500', '090553.292500', '090553.752500', '090554.212500', '090554.672500', '090555.132500', '090555.592500', '090556.052500', '090556.512500', '090556.972500', '090557.432500', '090557.892500', '090558.352500', '090558.812500', '090559.272500', '090559.732500', '090600.192500', '090600.652500', '090601.112500', '090601.572500', '090602.032500', '090602.492500', '090602.952500', '090603.412500', '090603.872500', '090604.332500', '090604.792500', '090605.252500', '090605.712500', '090606.172500', '090606.632500', '090607.092500', '090607.552500', '090608.012500', '090608.472500', '090608.932500', '090609.392500', '090609.852500', '090610.312500', '090610.772500', '090611.232500', '090611.692500', '090612.152500', '090612.612500', '090613.072500', '090613.532500', '090613.992500', '090614.452500', '090614.912500', '090615.372500', '090615.832500', '090616.292500', '090616.752500', '090617.212500', '090617.672500', '090618.132500', '090618.592500', '090619.052500', '090619.512500', '090619.972500', '090620.432500', '090620.892500', '090621.352500', '090621.812500', '090622.272500', '090622.732500', '090623.192500', '090623.652500', '090624.112500', '090624.572500', '090625.032500', '090625.492500', '090625.952500', '090626.412500', '090626.872500', '090627.332500', '090627.792500', '090628.252500', '090628.712500', '090629.172500', '090629.632500', '090630.092500', '090630.552500', '090631.012500', '090631.472500', '090631.932500', '090632.392500', '090632.852500', '090633.312500', '090633.772500', '090634.232500', '090634.692500', '090635.152500', '090635.612500', '090636.072500', '090636.532500', '090636.992500', '090637.452500', '090637.912500', '090638.372500', '090638.832500', '090639.292500', '090639.752500', '090640.212500', '090640.672500', '090641.132500', '090641.592500', '090642.052500', '090642.512500', '090642.972500', '090643.432500', '090643.892500', '090644.352500', '090644.812500', '090645.272500', '090645.732500', '090646.192500', '090646.652500', '090647.112500', '090647.572500', '090648.032500', '090648.492500', '090648.952500', '090649.412500', '090649.872500', '090650.332500', '090650.792500', '090651.252500', '090651.712500', '090652.172500', '090652.632500', '090653.092500', '090653.552500', '090654.012500', '090654.472500', '090654.932500', '090655.392500', '090655.852500', '090656.312500', '090656.772500', '090657.232500', '090657.692500', '090658.152500', '090658.612500', '090659.072500', '090659.532500', '090659.992500', '090700.452500', '090700.912500', '090701.372500', '090701.832500', '090702.292500', '090702.752500', '090703.212500', '090703.672500', '090704.132500', '090704.592500', '090705.052500', '090705.512500', '090705.972500', '090706.432500', '090706.892500', '090707.352500', '090707.812500', '090708.272500', '090708.732500', '090709.192500', '090709.652500', '090710.112500', '090710.572500', '090711.032500', '090711.492500', '090711.952500', '090712.412500', '090712.872500', '090713.332500', '090713.792500', '090714.252500', '090714.712500', '090715.172500', '090715.632500', '090716.092500', '090716.552500', '090717.012500', '090717.472500', '090717.932500', '090718.392500', '090718.852500', '090719.312500', '090719.772500', '090720.232500', '090720.692500', '090721.152500', '090721.612500', '090722.072500', '090722.532500', '090722.992500', '090723.452500', '090723.912500', '090724.372500', '090724.832500', '090725.292500', '090725.752500', '090726.212500', '090726.672500', '090727.132500', '090727.592500', '090728.052500', '090728.512500', '090728.972500', '090729.432500', '090729.892500', '090730.352500', '090730.812500', '090731.272500', '090731.732500', '090732.192500', '090732.652500', '090733.112500', '090733.572500', '090734.032500', '090734.492500', '090734.952500', '090735.412500', '090735.872500', '090736.332500', '090736.792500', '090737.252500', '090737.712500', '090738.172500', '090738.632500', '090739.092500', '090739.552500', '090740.012500', '090740.472500', '090740.932500', '090741.392500', '090741.852500', '090742.312500', '090742.772500', '090743.232500', '090743.692500', '090744.152500', '090744.612500', '090745.072500', '090745.532500', '090745.992500', '090746.452500', '090746.912500', '090747.372500', '090747.832500', '090748.292500', '090748.752500', '090749.212500', '090749.672500', '090750.132500', '090750.592500', '090751.052500', '090751.512500', '090751.972500', '090752.432500', '090752.892500', '090753.352500', '090753.812500', '090754.272500', '090754.732500', '090755.192500', '090755.652500', '090756.112500', '090756.572500', '090757.032500', '090757.492500', '090757.952500', '090758.412500', '090758.872500', '090759.332500', '090759.792500', '090800.252500', '090800.712500', '090801.172500', '090801.632500', '090802.092500', '090802.552500', '090803.012500', '090803.472500', '090803.932500', '090804.392500', '090804.852500', '090805.312500', '090805.772500', '090806.232500', '090806.692500', '090807.152500', '090807.612500', '090808.072500', '090808.532500', '090808.992500', '090809.452500', '090809.912500', '090810.372500', '090810.832500', '090811.292500', '090811.752500', '090812.212500', '090812.672500', '090813.132500', '090813.592500', '090814.052500', '090814.512500', '090814.972500', '090815.432500', '090815.892500', '090816.352500', '090816.812500', '090817.272500', '090817.732500', '090818.192500', '090818.652500', '090819.112500', '090819.572500', '090820.032500', '090820.492500', '090820.952500', '090821.412500', '090821.872500', '090822.332500', '090822.792500', '090823.252500', '090823.712500', '090824.172500', '090824.632500', '090825.092500', '090825.552500', '090826.012500', '090826.472500', '090826.932500', '090827.392500', '090827.852500', '090828.312500', '090828.772500', '090829.232500', '090829.692500', '090830.152500', '090830.612500', '090831.072500', '090831.532500', '090831.992500', '090832.452500', '090832.912500', '090833.372500', '090833.832500', '090834.292500', '090834.752500', '090835.212500', '090835.672500', '090836.132500', '090836.592500', '090837.052500', '090837.512500', '090837.972500', '090838.432500', '090838.892500', '090839.352500', '090839.812500', '090840.272500', '090840.732500', '090841.192500', '090841.652500', '090842.112500', '090842.572500', '090843.032500', '090843.492500', '090843.952500', '090844.412500', '090844.872500', '090845.332500', '090845.792500', '090846.252500', '090846.712500', '090847.172500', '090847.632500', '090848.092500', '090848.552500', '090849.012500', '090849.472500', '090849.932500', '090850.392500', '090850.852500', '090851.312500', '090851.772500', '090852.232500', '090852.692500', '090853.152500', '090853.612500', '090854.072500', '090854.532500', '090854.992500', '090855.452500', '090855.912500', '090856.372500', '090856.832500', '090857.292500', '090857.752500', '090858.212500', '090858.672500', '090859.132500', '090859.592500', '090900.052500', '090900.512500', '090900.972500', '090901.432500', '090901.892500', '090902.352500', '090902.812500', '090903.272500', '090903.732500', '090904.192500', '090904.652500', '090905.112500', '090905.572500', '090906.032500', '090906.492500', '090906.952500', '090907.412500', '090907.872500', '090908.332500', '090908.792500', '090909.252500', '090909.712500', '090910.172500', '090910.632500', '090911.092500', '090911.552500', '090912.012500', '090912.472500', '090912.932500', '090913.392500', '090913.852500', '090914.312500', '090914.772500', '090915.232500', '090915.692500', '090916.152500', '090916.612500', '090917.072500', '090917.532500', '090917.992500', '090918.452500', '090918.912500', '090919.372500', '090919.832500', '090920.292500', '090920.752500', '090921.212500', '090921.672500', '090922.132500', '090922.592500', '090923.052500', '090923.512500', '090923.972500', '090924.432500', '090924.892500', '090925.352500', '090925.812500', '090926.272500', '090926.732500', '090927.192500', '090927.652500', '090928.112500', '090928.572500', '090929.032500', '090929.492500', '090929.952500', '090930.412500', '090930.872500', '090931.332500', '090931.792500', '090932.252500', '090932.712500', '090933.172500', '090933.632500', '090934.092500', '090934.552500', '090935.012500', '090935.472500', '090935.932500', '090936.392500', '090936.852500', '090937.312500', '090937.772500', '090938.232500', '090938.692500', '090939.152500', '090939.612500', '090940.072500', '090940.532500', '090940.992500', '090941.452500', '090941.912500', '090942.372500', '090942.832500', '090943.292500', '090943.752500', '090944.212500', '090944.672500', '090945.132500', '090945.592500', '090946.052500', '090946.512500', '090946.972500', '090947.432500', '090947.892500', '090948.352500', '090948.812500', '090949.272500', '090949.732500', '090950.192500', '090950.652500', '090951.112500', '090951.572500', '090952.032500', '090952.492500', '090952.952500', '090953.412500', '090953.872500', '090954.332500', '090954.792500', '090955.252500', '090955.712500', '090956.172500', '090956.632500', '090957.092500', '090957.552500', '090958.012500', '090958.472500', '090958.932500', '090959.392500', '090959.852500', '091000.312500', '091000.772500', '091001.232500', '091001.692500', '091002.152500', '091002.612500', '091003.072500', '091003.532500', '091003.992500', '091004.452500', '091004.912500', '091005.372500', '091005.832500', '091006.292500', '091006.752500', '091007.212500', '091007.672500', '091008.132500', '091008.592500', '091009.052500', '091009.512500', '091009.972500', '091010.432500', '091010.892500', '091011.352500', '091011.812500', '091012.272500', '091012.732500', '091013.192500', '091013.652500', '091014.112500', '091014.572500', '091015.032500', '091015.492500', '091015.952500', '091016.412500', '091016.872500', '091017.332500', '091017.792500', '091018.252500', '091018.712500', '091019.172500', '091019.632500', '091020.092500', '091020.552500', '091021.012500', '091021.472500', '091021.932500', '091022.392500', '091022.852500', '091023.312500', '091023.772500', '091024.232500', '091024.692500', '091025.152500', '091025.612500', '091026.072500', '091026.532500', '091026.992500', '091027.452500', '091027.912500', '091028.372500', '091028.832500', '091029.292500', '091029.752500', '091030.212500', '091030.672500', '091031.132500', '091031.592500', '091032.052500', '091032.512500', '091032.972500', '091033.432500', '091033.892500', '091034.352500', '091034.812500', '091035.272500', '091035.732500', '091036.192500', '091036.652500', '091037.112500', '091037.572500', '091038.032500', '091038.492500', '091038.952500', '091039.412500', '091039.872500', '091040.332500', '091040.792500', '091041.252500', '091041.712500', '091042.172500', '091042.632500', '091043.092500', '091043.552500', '091044.012500', '091044.472500', '091044.932500', '091045.392500', '091045.852500', '091046.312500', '091046.772500', '091047.232500', '091047.692500', '091048.152500', '091048.612500', '091049.072500', '091049.532500', '091049.992500', '091050.452500', '091050.912500', '091051.372500', '091051.832500', '091052.292500', '091052.752500', '091053.212500', '091053.672500', '091054.132500', '091054.592500', '091055.052500', '091055.512500', '091055.972500', '091056.432500', '091056.892500', '091057.352500', '091057.812500', '091058.272500', '091058.732500', '091059.192500', '091059.652500', '091100.112500', '091100.572500', '091101.032500', '091101.492500', '091101.952500', '091102.412500', '091102.872500', '091103.332500', '091103.792500', '091104.252500', '091104.712500', '091105.172500', '091105.632500', '091106.092500', '091106.552500', '091107.012500', '091107.472500', '091107.932500', '091108.392500', '091108.852500', '091109.312500', '091109.772500', '091110.232500', '091110.692500', '091111.152500', '091111.612500', '091112.072500', '091112.532500', '091112.992500', '091113.452500', '091113.912500', '091114.372500', '091114.832500', '091115.292500', '091115.752500', '091116.212500', '091116.672500', '091117.132500', '091117.592500', '091118.052500', '091118.512500', '091118.972500', '091119.432500', '091119.892500', '091120.352500', '091120.812500', '091121.272500', '091121.732500', '091122.192500', '091122.652500', '091123.112500', '091123.572500', '091124.032500', '091124.492500', '091124.952500', '091125.412500', '091125.872500', '091126.332500', '091126.792500', '091127.252500', '091127.712500', '091128.172500', '091128.632500', '091129.092500', '091129.552500', '091130.012500', '091130.472500', '091130.932500', '091131.392500', '091131.852500', '091132.312500', '091132.772500', '091133.232500', '091133.692500', '091134.152500', '091134.612500', '091135.072500', '091135.532500', '091135.992500', '091136.452500', '091136.912500', '091137.372500', '091137.832500', '091138.292500', '091138.752500', '091139.212500', '091139.672500', '091140.132500', '091140.592500', '091141.052500', '091141.512500', '091141.972500'], 'ContentTime': ['090317.687000', '090317.691000', '090317.693000', '090317.696000', '090317.699000', '090317.701000', '090317.704000', '090317.706000', '090317.709000', '090317.712000', '090317.714000', '090317.717000', '090317.720000', '090317.723000', '090317.725000', '090317.728000', '090317.730000', '090317.733000', '090317.736000', '090317.738000', '090317.741000', '090317.744000', '090317.754000', '090317.756000', '090317.759000', '090317.762000', '090317.764000', '090317.767000', '090317.770000', '090317.772000', '090317.775000', '090317.778000', '090317.780000', '090317.783000', '090317.785000', '090317.788000', '090317.791000', '090317.793000', '090317.796000', '090317.799000', '090317.801000', '090317.804000', '090317.807000', '090317.809000', '090317.812000', '090317.814000', '090317.817000', '090317.831000', '090317.834000', '090317.836000', '090317.839000', '090317.841000', '090317.844000', '090317.847000', '090317.849000', '090317.859000', '090317.862000', '090337.658000', '090337.661000', '090337.664000', '090337.667000', '090337.669000', '090337.672000', '090337.675000', '090337.677000', '090337.680000', '090337.682000', '090337.685000', '090337.688000', '090337.690000', '090337.693000', '090337.696000', '090337.698000', '090337.701000', '090337.703000', '090337.706000', '090337.709000', '090337.711000', '090337.714000', '090337.716000', '090337.719000', '090337.722000', '090337.731000', '090337.733000', '090337.736000', '090337.739000', '090337.741000', '090337.744000', '090337.747000', '090337.749000', '090337.752000', '090337.754000', '090337.757000', '090337.759000', '090337.762000', '090337.765000', '090337.767000', '090337.770000', '090337.773000', '090337.775000', '090337.778000', '090357.659000', '090357.662000', '090357.664000', '090357.667000', '090357.669000', '090357.672000', '090357.675000', '090357.677000', '090357.680000', '090357.682000', '090357.685000', '090357.688000', '090357.690000', '090357.693000', '090357.695000', '090357.698000', '090357.701000', '090357.703000', '090357.706000', '090357.709000', '090357.711000', '090357.714000', '090357.716000', '090357.719000', '090357.722000', '090357.724000', '090357.727000', '090357.730000', '090357.732000', '090357.735000', '090357.738000', '090357.740000', '090357.743000', '090357.745000', '090357.748000', '090357.751000', '090357.753000', '090357.756000', '090357.759000', '090357.761000', '090357.764000', '090357.766000', '090357.769000', '090417.659000', '090417.662000', '090417.665000', '090417.668000', '090417.676000', '090417.679000', '090417.681000', '090417.684000', '090417.687000', '090417.689000', '090417.692000', '090417.703000', '090417.706000', '090417.708000', '090417.711000', '090417.714000', '090417.716000', '090417.719000', '090417.722000', '090417.724000', '090417.727000', '090417.729000', '090417.732000', '090417.735000', '090417.737000', '090417.740000', '090417.743000', '090417.745000', '090417.748000', '090417.750000', '090417.756000', '090417.759000', '090417.762000', '090417.764000', '090417.767000', '090417.769000', '090417.772000', '090417.775000', '090417.777000', '090417.780000', '090417.783000', '090417.785000', '090417.788000', '090417.790000', '090437.658000', '090437.661000', '090437.664000', '090437.666000', '090437.669000', '090437.672000', '090437.682000', '090437.685000', '090437.688000', '090437.690000', '090437.693000', '090437.696000', '090437.698000', '090437.701000', '090437.704000', '090437.706000', '090437.716000', '090437.719000', '090437.722000', '090437.725000', '090437.728000', '090437.730000', '090437.733000', '090437.736000', '090437.738000', '090437.741000', '090437.744000', '090437.746000', '090437.749000', '090437.752000', '090437.755000', '090437.757000', '090437.760000', '090437.763000', '090437.766000', '090437.768000', '090437.771000', '090437.774000', '090437.777000', '090437.780000', '090437.783000', '090437.785000', '090437.788000', '090457.657000', '090457.660000', '090457.663000', '090457.665000', '090457.668000', '090457.671000', '090457.673000', '090457.676000', '090457.679000', '090457.682000', '090457.684000', '090457.693000', '090457.695000', '090457.698000', '090457.701000', '090457.703000', '090457.706000', '090457.709000', '090457.711000', '090457.714000', '090457.717000', '090457.719000', '090457.722000', '090457.725000', '090457.727000', '090457.730000', '090457.733000', '090457.735000', '090457.738000', '090457.741000', '090457.743000', '090457.746000', '090457.749000', '090457.751000', '090457.754000', '090457.757000', '090457.759000', '090457.762000', '090457.764000', '090457.767000', '090457.770000', '090457.772000', '090457.775000', '090457.778000', '090517.659000', '090517.661000', '090517.664000', '090517.667000', '090517.670000', '090517.672000', '090517.675000', '090517.678000', '090517.680000', '090517.683000', '090517.685000', '090517.688000', '090517.691000', '090517.694000', '090517.696000', '090517.699000', '090517.702000', '090517.704000', '090517.707000', '090517.709000', '090517.712000', '090517.715000', '090517.717000', '090517.720000', '090517.723000', '090517.725000', '090517.728000', '090517.731000', '090517.733000', '090517.736000', '090517.738000', '090517.741000', '090517.744000', '090517.746000', '090517.749000', '090517.752000', '090517.754000', '090517.757000', '090517.760000', '090517.762000', '090517.765000', '090517.768000', '090517.770000', '090537.659000', '090537.661000', '090537.664000', '090537.667000', '090537.669000', '090537.672000', '090537.675000', '090537.677000', '090537.680000', '090537.683000', '090537.685000', '090537.688000', '090537.691000', '090537.694000', '090537.698000', '090537.700000', '090537.703000', '090537.706000', '090537.709000', '090537.711000', '090537.714000', '090537.717000', '090537.719000', '090537.722000', '090537.724000', '090537.727000', '090537.730000', '090537.732000', '090537.735000', '090537.737000', '090537.740000', '090537.743000', '090537.745000', '090537.748000', '090537.751000', '090537.754000', '090537.756000', '090537.759000', '090537.762000', '090537.764000', '090537.767000', '090537.769000', '090537.772000', '090537.775000', '090557.659000', '090557.661000', '090557.664000', '090557.667000', '090557.670000', '090557.672000', '090557.695000', '090557.697000', '090557.700000', '090557.702000', '090557.705000', '090557.708000', '090557.710000', '090557.713000', '090557.716000', '090557.718000', '090557.721000', '090557.724000', '090557.726000', '090557.729000', '090557.732000', '090557.734000', '090557.737000', '090557.740000', '090557.742000', '090557.745000', '090557.748000', '090557.750000', '090557.753000', '090557.756000', '090557.758000', '090557.761000', '090557.764000', '090557.766000', '090557.769000', '090557.772000', '090557.774000', '090557.777000', '090557.780000', '090557.782000', '090557.785000', '090557.787000', '090557.790000', '090617.659000', '090617.662000', '090617.664000', '090617.667000', '090617.687000', '090617.690000', '090617.693000', '090617.695000', '090617.698000', '090617.700000', '090617.703000', '090617.706000', '090617.708000', '090617.711000', '090617.714000', '090617.716000', '090617.719000', '090617.722000', '090617.724000', '090617.727000', '090617.730000', '090617.732000', '090617.735000', '090617.738000', '090617.740000', '090617.743000', '090617.745000', '090617.748000', '090617.751000', '090617.753000', '090617.756000', '090617.759000', '090617.761000', '090617.764000', '090617.767000', '090617.769000', '090617.772000', '090617.775000', '090617.777000', '090617.780000', '090617.783000', '090617.785000', '090617.788000', '090637.659000', '090637.661000', '090637.665000', '090637.667000', '090637.670000', '090637.673000', '090637.675000', '090637.678000', '090637.681000', '090637.683000', '090637.686000', '090637.688000', '090637.691000', '090637.694000', '090637.697000', '090637.699000', '090637.702000', '090637.704000', '090637.707000', '090637.710000', '090637.713000', '090637.715000', '090637.718000', '090637.721000', '090637.724000', '090637.726000', '090637.729000', '090637.731000', '090637.734000', '090637.737000', '090637.739000', '090637.742000', '090637.744000', '090637.747000', '090637.750000', '090637.752000', '090637.755000', '090637.758000', '090637.760000', '090637.763000', '090637.774000', '090637.776000', '090637.779000', '090637.782000', '090657.659000', '090657.661000', '090657.664000', '090657.667000', '090657.669000', '090657.672000', '090657.675000', '090657.678000', '090657.681000', '090657.684000', '090657.688000', '090657.691000', '090657.693000', '090657.696000', '090657.699000', '090657.702000', '090657.704000', '090657.707000', '090657.710000', '090657.712000', '090657.715000', '090657.717000', '090657.720000', '090657.723000', '090657.725000', '090657.728000', '090657.731000', '090657.734000', '090657.737000', '090657.740000', '090657.742000', '090657.745000', '090657.748000', '090657.750000', '090657.753000', '090657.756000', '090657.758000', '090657.761000', '090657.764000', '090657.766000', '090657.769000', '090657.772000', '090657.774000', '090717.657000', '090717.661000', '090717.663000', '090717.666000', '090717.668000', '090717.671000', '090717.674000', '090717.676000', '090717.679000', '090717.682000', '090717.684000', '090717.687000', '090717.690000', '090717.692000', '090717.695000', '090717.698000', '090717.700000', '090717.703000', '090717.705000', '090717.708000', '090717.711000', '090717.713000', '090717.716000', '090717.719000', '090717.721000', '090717.724000', '090717.727000', '090717.729000', '090717.732000', '090717.735000', '090717.737000', '090717.740000', '090717.796000', '090717.798000', '090717.801000', '090717.803000', '090717.806000', '090717.809000', '090717.811000', '090717.814000', '090717.817000', '090717.819000', '090717.822000', '090717.825000', '090737.659000', '090737.661000', '090737.664000', '090737.667000', '090737.670000', '090737.672000', '090737.675000', '090737.677000', '090737.680000', '090737.683000', '090737.686000', '090737.689000', '090737.691000', '090737.694000', '090737.697000', '090737.700000', '090737.702000', '090737.705000', '090737.722000', '090737.724000', '090737.727000', '090737.730000', '090737.732000', '090737.735000', '090737.738000', '090737.740000', '090737.743000', '090737.746000', '090737.748000', '090737.751000', '090737.754000', '090737.756000', '090737.759000', '090737.762000', '090737.764000', '090737.767000', '090737.769000', '090737.772000', '090737.775000', '090737.778000', '090737.780000', '090737.783000', '090737.786000', '090757.658000', '090757.661000', '090757.664000', '090757.667000', '090757.669000', '090757.672000', '090757.675000', '090757.677000', '090757.680000', '090757.682000', '090757.685000', '090757.688000', '090757.690000', '090757.693000', '090757.696000', '090757.698000', '090757.701000', '090757.704000', '090757.706000', '090757.709000', '090757.711000', '090757.714000', '090757.717000', '090757.720000', '090757.722000', '090757.725000', '090757.728000', '090757.730000', '090757.733000', '090757.736000', '090757.738000', '090757.741000', '090757.743000', '090757.746000', '090757.749000', '090757.751000', '090757.754000', '090757.757000', '090757.759000', '090757.762000', '090757.764000', '090757.767000', '090757.770000', '090757.772000', '090817.658000', '090817.661000', '090817.664000', '090817.667000', '090817.670000', '090817.672000', '090817.675000', '090817.677000', '090817.680000', '090817.683000', '090817.685000', '090817.688000', '090817.691000', '090817.693000', '090817.696000', '090817.699000', '090817.701000', '090817.704000', '090817.707000', '090817.709000', '090817.712000', '090817.715000', '090817.717000', '090817.720000', '090817.730000', '090817.734000', '090817.737000', '090817.740000', '090817.742000', '090817.745000', '090817.748000', '090817.750000', '090817.753000', '090817.755000', '090817.758000', '090817.761000', '090817.763000', '090817.766000', '090817.768000', '090817.771000', '090817.775000', '090817.778000', '090817.781000', '090837.659000', '090837.662000', '090837.664000', '090837.667000', '090837.670000', '090837.673000', '090837.675000', '090837.678000', '090837.681000', '090837.683000', '090837.686000', '090837.688000', '090837.691000', '090837.694000', '090837.697000', '090837.699000', '090837.702000', '090837.705000', '090837.717000', '090837.719000', '090837.722000', '090837.724000', '090837.727000', '090837.730000', '090837.732000', '090837.735000', '090837.738000', '090837.740000', '090837.743000', '090837.746000', '090837.748000', '090837.751000', '090837.754000', '090837.756000', '090837.759000', '090837.762000', '090837.764000', '090837.767000', '090837.769000', '090837.772000', '090837.775000', '090837.777000', '090837.796000', '090837.799000', '090857.659000', '090857.661000', '090857.664000', '090857.667000', '090857.669000', '090857.672000', '090857.675000', '090857.677000', '090857.680000', '090857.682000', '090857.685000', '090857.688000', '090857.690000', '090857.693000', '090857.696000', '090857.698000', '090857.701000', '090857.703000', '090857.706000', '090857.709000', '090857.711000', '090857.714000', '090857.717000', '090857.719000', '090857.722000', '090857.724000', '090857.727000', '090857.730000', '090857.732000', '090857.735000', '090857.738000', '090857.740000', '090857.743000', '090857.746000', '090857.749000', '090857.752000', '090857.754000', '090857.758000', '090857.761000', '090857.763000', '090857.766000', '090857.769000', '090857.772000', '090917.659000', '090917.662000', '090917.664000', '090917.667000', '090917.670000', '090917.672000', '090917.675000', '090917.678000', '090917.680000', '090917.683000', '090917.686000', '090917.689000', '090917.691000', '090917.694000', '090917.696000', '090917.705000', '090917.708000', '090917.710000', '090917.713000', '090917.716000', '090917.718000', '090917.721000', '090917.723000', '090917.726000', '090917.728000', '090917.731000', '090917.734000', '090917.736000', '090917.739000', '090917.742000', '090917.744000', '090917.747000', '090917.750000', '090917.752000', '090917.755000', '090917.758000', '090917.760000', '090917.763000', '090917.765000', '090917.768000', '090917.771000', '090917.773000', '090917.776000', '090917.779000', '090937.658000', '090937.661000', '090937.663000', '090937.666000', '090937.669000', '090937.671000', '090937.674000', '090937.677000', '090937.680000', '090937.682000', '090937.685000', '090937.688000', '090937.690000', '090937.693000', '090937.696000', '090937.698000', '090937.701000', '090937.704000', '090937.706000', '090937.709000', '090937.712000', '090937.714000', '090937.717000', '090937.719000', '090937.722000', '090937.725000', '090937.727000', '090937.730000', '090937.733000', '090937.735000', '090937.738000', '090937.741000', '090937.743000', '090937.746000', '090937.748000', '090937.751000', '090937.754000', '090937.756000', '090937.759000', '090937.761000', '090937.764000', '090937.767000', '090937.769000', '090957.659000', '090957.661000', '090957.664000', '090957.667000', '090957.669000', '090957.672000', '090957.675000', '090957.677000', '090957.680000', '090957.683000', '090957.685000', '090957.688000', '090957.691000', '090957.693000', '090957.696000', '090957.699000', '090957.701000', '090957.704000', '090957.706000', '090957.709000', '090957.712000', '090957.714000', '090957.717000', '090957.720000', '090957.722000', '090957.725000', '090957.728000', '090957.731000', '090957.733000', '090957.736000', '090957.739000', '090957.741000', '090957.744000', '090957.746000', '090957.749000', '090957.752000', '090957.754000', '090957.757000', '090957.760000', '090957.762000', '090957.765000', '090957.768000', '090957.770000', '090957.773000', '091017.658000', '091017.661000', '091017.664000', '091017.667000', '091017.669000', '091017.672000', '091017.675000', '091017.677000', '091017.680000', '091017.683000', '091017.685000', '091017.688000', '091017.691000', '091017.693000', '091017.696000', '091017.698000', '091017.701000', '091017.704000', '091017.706000', '091017.709000', '091017.712000', '091017.715000', '091017.717000', '091017.720000', '091017.723000', '091017.725000', '091017.728000', '091017.730000', '091017.733000', '091017.736000', '091017.738000', '091017.741000', '091017.744000', '091017.746000', '091017.749000', '091017.752000', '091017.754000', '091017.757000', '091017.760000', '091017.762000', '091017.765000', '091017.768000', '091017.770000', '091037.659000', '091037.662000', '091037.665000', '091037.667000', '091037.670000', '091037.673000', '091037.676000', '091037.678000', '091037.681000', '091037.684000', '091037.686000', '091037.689000', '091037.691000', '091037.695000', '091037.697000', '091037.700000', '091037.703000', '091037.705000', '091037.708000', '091037.711000', '091037.713000', '091037.716000', '091037.719000', '091037.721000', '091037.724000', '091037.727000', '091037.729000', '091037.732000', '091037.735000', '091037.737000', '091037.740000', '091037.743000', '091037.745000', '091037.748000', '091037.751000', '091037.753000', '091037.756000', '091037.759000', '091037.761000', '091037.764000', '091037.766000', '091037.769000', '091037.772000', '091037.774000', '091057.659000', '091057.661000', '091057.664000', '091057.667000', '091057.670000', '091057.673000', '091057.675000', '091057.678000', '091057.681000', '091057.683000', '091057.686000', '091057.689000', '091057.691000', '091057.694000', '091057.696000', '091057.699000', '091057.702000', '091057.704000', '091057.707000', '091057.710000', '091057.712000', '091057.715000', '091057.718000', '091057.720000', '091057.723000', '091057.726000', '091057.728000', '091057.731000', '091057.733000', '091057.736000', '091057.739000', '091057.742000', '091057.744000', '091057.747000', '091057.750000', '091057.752000', '091057.755000', '091057.758000', '091057.760000', '091057.763000', '091057.766000', '091057.768000', '091057.771000', '091117.659000', '091117.661000', '091117.664000', '091117.667000', '091117.669000', '091117.672000', '091117.675000', '091117.677000', '091117.680000', '091117.683000', '091117.686000', '091117.688000', '091117.691000', '091117.694000', '091117.696000', '091117.699000', '091117.702000', '091117.704000', '091117.707000', '091117.709000', '091117.712000', '091117.715000', '091117.718000', '091117.720000', '091117.723000', '091117.726000', '091117.728000', '091117.731000', '091117.733000', '091117.736000', '091117.739000', '091117.741000', '091117.744000', '091117.747000', '091117.749000', '091117.752000', '091117.755000', '091117.757000', '091117.760000', '091117.762000', '091117.765000', '091117.768000', '091117.770000', '091137.659000', '091137.662000', '091137.664000', '091137.667000', '091137.670000', '091137.672000', '091137.675000', '091137.678000', '091137.680000', '091137.683000', '091137.685000', '091137.688000', '091137.691000', '091137.693000', '091137.696000', '091137.699000', '091137.701000', '091137.704000', '091137.707000', '091137.710000', '091137.713000', '091137.716000', '091137.718000', '091137.721000', '091137.723000', '091137.726000', '091137.729000', '091137.731000', '091137.734000', '091137.737000', '091137.739000', '091137.742000', '091137.744000', '091137.747000', '091137.750000', '091137.752000', '091137.755000', '091137.758000', '091137.760000', '091137.763000', '091137.765000', '091137.768000', '091137.771000', '091137.773000', '091142.887000', '091142.890000', '091142.893000', '091142.895000', '091142.898000', '091142.901000', '091142.903000', '091142.906000', '091142.909000', '091142.911000', '091142.914000', '091142.917000'], 'InstanceCreationTime': ['090317.687000', '090317.691000', '090317.693000', '090317.696000', '090317.699000', '090317.701000', '090317.704000', '090317.706000', '090317.709000', '090317.712000', '090317.714000', '090317.717000', '090317.720000', '090317.723000', '090317.725000', '090317.728000', '090317.730000', '090317.733000', '090317.736000', '090317.738000', '090317.741000', '090317.744000', '090317.754000', '090317.756000', '090317.759000', '090317.762000', '090317.764000', '090317.767000', '090317.770000', '090317.772000', '090317.775000', '090317.778000', '090317.780000', '090317.783000', '090317.785000', '090317.788000', '090317.791000', '090317.793000', '090317.796000', '090317.799000', '090317.801000', '090317.804000', '090317.807000', '090317.809000', '090317.812000', '090317.814000', '090317.817000', '090317.831000', '090317.834000', '090317.836000', '090317.839000', '090317.841000', '090317.844000', '090317.847000', '090317.849000', '090317.859000', '090317.862000', '090337.658000', '090337.661000', '090337.664000', '090337.667000', '090337.669000', '090337.672000', '090337.675000', '090337.677000', '090337.680000', '090337.682000', '090337.685000', '090337.688000', '090337.690000', '090337.693000', '090337.696000', '090337.698000', '090337.701000', '090337.703000', '090337.706000', '090337.709000', '090337.711000', '090337.714000', '090337.716000', '090337.719000', '090337.722000', '090337.731000', '090337.733000', '090337.736000', '090337.739000', '090337.741000', '090337.744000', '090337.747000', '090337.749000', '090337.752000', '090337.754000', '090337.757000', '090337.759000', '090337.762000', '090337.765000', '090337.767000', '090337.770000', '090337.773000', '090337.775000', '090337.778000', '090357.659000', '090357.662000', '090357.664000', '090357.667000', '090357.669000', '090357.672000', '090357.675000', '090357.677000', '090357.680000', '090357.682000', '090357.685000', '090357.688000', '090357.690000', '090357.693000', '090357.695000', '090357.698000', '090357.701000', '090357.703000', '090357.706000', '090357.709000', '090357.711000', '090357.714000', '090357.716000', '090357.719000', '090357.722000', '090357.724000', '090357.727000', '090357.730000', '090357.732000', '090357.735000', '090357.738000', '090357.740000', '090357.743000', '090357.745000', '090357.748000', '090357.751000', '090357.753000', '090357.756000', '090357.759000', '090357.761000', '090357.764000', '090357.766000', '090357.769000', '090417.659000', '090417.662000', '090417.665000', '090417.668000', '090417.676000', '090417.679000', '090417.681000', '090417.684000', '090417.687000', '090417.689000', '090417.692000', '090417.703000', '090417.706000', '090417.708000', '090417.711000', '090417.714000', '090417.716000', '090417.719000', '090417.722000', '090417.724000', '090417.727000', '090417.729000', '090417.732000', '090417.735000', '090417.737000', '090417.740000', '090417.743000', '090417.745000', '090417.748000', '090417.750000', '090417.756000', '090417.759000', '090417.762000', '090417.764000', '090417.767000', '090417.769000', '090417.772000', '090417.775000', '090417.777000', '090417.780000', '090417.783000', '090417.785000', '090417.788000', '090417.790000', '090437.658000', '090437.661000', '090437.664000', '090437.666000', '090437.669000', '090437.672000', '090437.682000', '090437.685000', '090437.688000', '090437.690000', '090437.693000', '090437.696000', '090437.698000', '090437.701000', '090437.704000', '090437.706000', '090437.716000', '090437.719000', '090437.722000', '090437.725000', '090437.728000', '090437.730000', '090437.733000', '090437.736000', '090437.738000', '090437.741000', '090437.744000', '090437.746000', '090437.749000', '090437.752000', '090437.755000', '090437.757000', '090437.760000', '090437.763000', '090437.766000', '090437.768000', '090437.771000', '090437.774000', '090437.777000', '090437.780000', '090437.783000', '090437.785000', '090437.788000', '090457.657000', '090457.660000', '090457.663000', '090457.665000', '090457.668000', '090457.671000', '090457.673000', '090457.676000', '090457.679000', '090457.682000', '090457.684000', '090457.693000', '090457.695000', '090457.698000', '090457.701000', '090457.703000', '090457.706000', '090457.709000', '090457.711000', '090457.714000', '090457.717000', '090457.719000', '090457.722000', '090457.725000', '090457.727000', '090457.730000', '090457.733000', '090457.735000', '090457.738000', '090457.741000', '090457.743000', '090457.746000', '090457.749000', '090457.751000', '090457.754000', '090457.757000', '090457.759000', '090457.762000', '090457.764000', '090457.767000', '090457.770000', '090457.772000', '090457.775000', '090457.778000', '090517.659000', '090517.661000', '090517.664000', '090517.667000', '090517.670000', '090517.672000', '090517.675000', '090517.678000', '090517.680000', '090517.683000', '090517.685000', '090517.688000', '090517.691000', '090517.694000', '090517.696000', '090517.699000', '090517.702000', '090517.704000', '090517.707000', '090517.709000', '090517.712000', '090517.715000', '090517.717000', '090517.720000', '090517.723000', '090517.725000', '090517.728000', '090517.731000', '090517.733000', '090517.736000', '090517.738000', '090517.741000', '090517.744000', '090517.746000', '090517.749000', '090517.752000', '090517.754000', '090517.757000', '090517.760000', '090517.762000', '090517.765000', '090517.768000', '090517.770000', '090537.659000', '090537.661000', '090537.664000', '090537.667000', '090537.669000', '090537.672000', '090537.675000', '090537.677000', '090537.680000', '090537.683000', '090537.685000', '090537.688000', '090537.691000', '090537.694000', '090537.698000', '090537.700000', '090537.703000', '090537.706000', '090537.709000', '090537.711000', '090537.714000', '090537.717000', '090537.719000', '090537.722000', '090537.724000', '090537.727000', '090537.730000', '090537.732000', '090537.735000', '090537.737000', '090537.740000', '090537.743000', '090537.745000', '090537.748000', '090537.751000', '090537.754000', '090537.756000', '090537.759000', '090537.762000', '090537.764000', '090537.767000', '090537.769000', '090537.772000', '090537.775000', '090557.659000', '090557.661000', '090557.664000', '090557.667000', '090557.670000', '090557.672000', '090557.695000', '090557.697000', '090557.700000', '090557.702000', '090557.705000', '090557.708000', '090557.710000', '090557.713000', '090557.716000', '090557.718000', '090557.721000', '090557.724000', '090557.726000', '090557.729000', '090557.732000', '090557.734000', '090557.737000', '090557.740000', '090557.742000', '090557.745000', '090557.748000', '090557.750000', '090557.753000', '090557.756000', '090557.758000', '090557.761000', '090557.764000', '090557.766000', '090557.769000', '090557.772000', '090557.774000', '090557.777000', '090557.780000', '090557.782000', '090557.785000', '090557.787000', '090557.790000', '090617.659000', '090617.662000', '090617.664000', '090617.667000', '090617.687000', '090617.690000', '090617.693000', '090617.695000', '090617.698000', '090617.700000', '090617.703000', '090617.706000', '090617.708000', '090617.711000', '090617.714000', '090617.716000', '090617.719000', '090617.722000', '090617.724000', '090617.727000', '090617.730000', '090617.732000', '090617.735000', '090617.738000', '090617.740000', '090617.743000', '090617.745000', '090617.748000', '090617.751000', '090617.753000', '090617.756000', '090617.759000', '090617.761000', '090617.764000', '090617.767000', '090617.769000', '090617.772000', '090617.775000', '090617.777000', '090617.780000', '090617.783000', '090617.785000', '090617.788000', '090637.659000', '090637.661000', '090637.665000', '090637.667000', '090637.670000', '090637.673000', '090637.675000', '090637.678000', '090637.681000', '090637.683000', '090637.686000', '090637.688000', '090637.691000', '090637.694000', '090637.697000', '090637.699000', '090637.702000', '090637.704000', '090637.707000', '090637.710000', '090637.713000', '090637.715000', '090637.718000', '090637.721000', '090637.724000', '090637.726000', '090637.729000', '090637.731000', '090637.734000', '090637.737000', '090637.739000', '090637.742000', '090637.744000', '090637.747000', '090637.750000', '090637.752000', '090637.755000', '090637.758000', '090637.760000', '090637.763000', '090637.774000', '090637.776000', '090637.779000', '090637.782000', '090657.659000', '090657.661000', '090657.664000', '090657.667000', '090657.669000', '090657.672000', '090657.675000', '090657.678000', '090657.681000', '090657.684000', '090657.688000', '090657.691000', '090657.693000', '090657.696000', '090657.699000', '090657.702000', '090657.704000', '090657.707000', '090657.710000', '090657.712000', '090657.715000', '090657.717000', '090657.720000', '090657.723000', '090657.725000', '090657.728000', '090657.731000', '090657.734000', '090657.737000', '090657.740000', '090657.742000', '090657.745000', '090657.748000', '090657.750000', '090657.753000', '090657.756000', '090657.758000', '090657.761000', '090657.764000', '090657.766000', '090657.769000', '090657.772000', '090657.774000', '090717.657000', '090717.661000', '090717.663000', '090717.666000', '090717.668000', '090717.671000', '090717.674000', '090717.676000', '090717.679000', '090717.682000', '090717.684000', '090717.687000', '090717.690000', '090717.692000', '090717.695000', '090717.698000', '090717.700000', '090717.703000', '090717.705000', '090717.708000', '090717.711000', '090717.713000', '090717.716000', '090717.719000', '090717.721000', '090717.724000', '090717.727000', '090717.729000', '090717.732000', '090717.735000', '090717.737000', '090717.740000', '090717.796000', '090717.798000', '090717.801000', '090717.803000', '090717.806000', '090717.809000', '090717.811000', '090717.814000', '090717.817000', '090717.819000', '090717.822000', '090717.825000', '090737.659000', '090737.661000', '090737.664000', '090737.667000', '090737.670000', '090737.672000', '090737.675000', '090737.677000', '090737.680000', '090737.683000', '090737.686000', '090737.689000', '090737.691000', '090737.694000', '090737.697000', '090737.700000', '090737.702000', '090737.705000', '090737.722000', '090737.724000', '090737.727000', '090737.730000', '090737.732000', '090737.735000', '090737.738000', '090737.740000', '090737.743000', '090737.746000', '090737.748000', '090737.751000', '090737.754000', '090737.756000', '090737.759000', '090737.762000', '090737.764000', '090737.767000', '090737.769000', '090737.772000', '090737.775000', '090737.778000', '090737.780000', '090737.783000', '090737.786000', '090757.658000', '090757.661000', '090757.664000', '090757.667000', '090757.669000', '090757.672000', '090757.675000', '090757.677000', '090757.680000', '090757.682000', '090757.685000', '090757.688000', '090757.690000', '090757.693000', '090757.696000', '090757.698000', '090757.701000', '090757.704000', '090757.706000', '090757.709000', '090757.711000', '090757.714000', '090757.717000', '090757.720000', '090757.722000', '090757.725000', '090757.728000', '090757.730000', '090757.733000', '090757.736000', '090757.738000', '090757.741000', '090757.743000', '090757.746000', '090757.749000', '090757.751000', '090757.754000', '090757.757000', '090757.759000', '090757.762000', '090757.764000', '090757.767000', '090757.770000', '090757.772000', '090817.658000', '090817.661000', '090817.664000', '090817.667000', '090817.670000', '090817.672000', '090817.675000', '090817.677000', '090817.680000', '090817.683000', '090817.685000', '090817.688000', '090817.691000', '090817.693000', '090817.696000', '090817.699000', '090817.701000', '090817.704000', '090817.707000', '090817.709000', '090817.712000', '090817.715000', '090817.717000', '090817.720000', '090817.730000', '090817.734000', '090817.737000', '090817.740000', '090817.742000', '090817.745000', '090817.748000', '090817.750000', '090817.753000', '090817.755000', '090817.758000', '090817.761000', '090817.763000', '090817.766000', '090817.768000', '090817.771000', '090817.775000', '090817.778000', '090817.781000', '090837.659000', '090837.662000', '090837.664000', '090837.667000', '090837.670000', '090837.673000', '090837.675000', '090837.678000', '090837.681000', '090837.683000', '090837.686000', '090837.688000', '090837.691000', '090837.694000', '090837.697000', '090837.699000', '090837.702000', '090837.705000', '090837.717000', '090837.719000', '090837.722000', '090837.724000', '090837.727000', '090837.730000', '090837.732000', '090837.735000', '090837.738000', '090837.740000', '090837.743000', '090837.746000', '090837.748000', '090837.751000', '090837.754000', '090837.756000', '090837.759000', '090837.762000', '090837.764000', '090837.767000', '090837.769000', '090837.772000', '090837.775000', '090837.777000', '090837.796000', '090837.799000', '090857.659000', '090857.661000', '090857.664000', '090857.667000', '090857.669000', '090857.672000', '090857.675000', '090857.677000', '090857.680000', '090857.682000', '090857.685000', '090857.688000', '090857.690000', '090857.693000', '090857.696000', '090857.698000', '090857.701000', '090857.703000', '090857.706000', '090857.709000', '090857.711000', '090857.714000', '090857.717000', '090857.719000', '090857.722000', '090857.724000', '090857.727000', '090857.730000', '090857.732000', '090857.735000', '090857.738000', '090857.740000', '090857.743000', '090857.746000', '090857.749000', '090857.752000', '090857.754000', '090857.758000', '090857.761000', '090857.763000', '090857.766000', '090857.769000', '090857.772000', '090917.659000', '090917.662000', '090917.664000', '090917.667000', '090917.670000', '090917.672000', '090917.675000', '090917.678000', '090917.680000', '090917.683000', '090917.686000', '090917.689000', '090917.691000', '090917.694000', '090917.696000', '090917.705000', '090917.708000', '090917.710000', '090917.713000', '090917.716000', '090917.718000', '090917.721000', '090917.723000', '090917.726000', '090917.728000', '090917.731000', '090917.734000', '090917.736000', '090917.739000', '090917.742000', '090917.744000', '090917.747000', '090917.750000', '090917.752000', '090917.755000', '090917.758000', '090917.760000', '090917.763000', '090917.765000', '090917.768000', '090917.771000', '090917.773000', '090917.776000', '090917.779000', '090937.658000', '090937.661000', '090937.663000', '090937.666000', '090937.669000', '090937.671000', '090937.674000', '090937.677000', '090937.680000', '090937.682000', '090937.685000', '090937.688000', '090937.690000', '090937.693000', '090937.696000', '090937.698000', '090937.701000', '090937.704000', '090937.706000', '090937.709000', '090937.712000', '090937.714000', '090937.717000', '090937.719000', '090937.722000', '090937.725000', '090937.727000', '090937.730000', '090937.733000', '090937.735000', '090937.738000', '090937.741000', '090937.743000', '090937.746000', '090937.748000', '090937.751000', '090937.754000', '090937.756000', '090937.759000', '090937.761000', '090937.764000', '090937.767000', '090937.769000', '090957.659000', '090957.661000', '090957.664000', '090957.667000', '090957.669000', '090957.672000', '090957.675000', '090957.677000', '090957.680000', '090957.683000', '090957.685000', '090957.688000', '090957.691000', '090957.693000', '090957.696000', '090957.699000', '090957.701000', '090957.704000', '090957.706000', '090957.709000', '090957.712000', '090957.714000', '090957.717000', '090957.720000', '090957.722000', '090957.725000', '090957.728000', '090957.731000', '090957.733000', '090957.736000', '090957.739000', '090957.741000', '090957.744000', '090957.746000', '090957.749000', '090957.752000', '090957.754000', '090957.757000', '090957.760000', '090957.762000', '090957.765000', '090957.768000', '090957.770000', '090957.773000', '091017.658000', '091017.661000', '091017.664000', '091017.667000', '091017.669000', '091017.672000', '091017.675000', '091017.677000', '091017.680000', '091017.683000', '091017.685000', '091017.688000', '091017.691000', '091017.693000', '091017.696000', '091017.698000', '091017.701000', '091017.704000', '091017.706000', '091017.709000', '091017.712000', '091017.715000', '091017.717000', '091017.720000', '091017.723000', '091017.725000', '091017.728000', '091017.730000', '091017.733000', '091017.736000', '091017.738000', '091017.741000', '091017.744000', '091017.746000', '091017.749000', '091017.752000', '091017.754000', '091017.757000', '091017.760000', '091017.762000', '091017.765000', '091017.768000', '091017.770000', '091037.659000', '091037.662000', '091037.665000', '091037.667000', '091037.670000', '091037.673000', '091037.676000', '091037.678000', '091037.681000', '091037.684000', '091037.686000', '091037.689000', '091037.691000', '091037.695000', '091037.697000', '091037.700000', '091037.703000', '091037.705000', '091037.708000', '091037.711000', '091037.713000', '091037.716000', '091037.719000', '091037.721000', '091037.724000', '091037.727000', '091037.729000', '091037.732000', '091037.735000', '091037.737000', '091037.740000', '091037.743000', '091037.745000', '091037.748000', '091037.751000', '091037.753000', '091037.756000', '091037.759000', '091037.761000', '091037.764000', '091037.766000', '091037.769000', '091037.772000', '091037.774000', '091057.659000', '091057.661000', '091057.664000', '091057.667000', '091057.670000', '091057.673000', '091057.675000', '091057.678000', '091057.681000', '091057.683000', '091057.686000', '091057.689000', '091057.691000', '091057.694000', '091057.696000', '091057.699000', '091057.702000', '091057.704000', '091057.707000', '091057.710000', '091057.712000', '091057.715000', '091057.718000', '091057.720000', '091057.723000', '091057.726000', '091057.728000', '091057.731000', '091057.733000', '091057.736000', '091057.739000', '091057.742000', '091057.744000', '091057.747000', '091057.750000', '091057.752000', '091057.755000', '091057.758000', '091057.760000', '091057.763000', '091057.766000', '091057.768000', '091057.771000', '091117.659000', '091117.661000', '091117.664000', '091117.667000', '091117.669000', '091117.672000', '091117.675000', '091117.677000', '091117.680000', '091117.683000', '091117.686000', '091117.688000', '091117.691000', '091117.694000', '091117.696000', '091117.699000', '091117.702000', '091117.704000', '091117.707000', '091117.709000', '091117.712000', '091117.715000', '091117.718000', '091117.720000', '091117.723000', '091117.726000', '091117.728000', '091117.731000', '091117.733000', '091117.736000', '091117.739000', '091117.741000', '091117.744000', '091117.747000', '091117.749000', '091117.752000', '091117.755000', '091117.757000', '091117.760000', '091117.762000', '091117.765000', '091117.768000', '091117.770000', '091137.659000', '091137.662000', '091137.664000', '091137.667000', '091137.670000', '091137.672000', '091137.675000', '091137.678000', '091137.680000', '091137.683000', '091137.685000', '091137.688000', '091137.691000', '091137.693000', '091137.696000', '091137.699000', '091137.701000', '091137.704000', '091137.707000', '091137.710000', '091137.713000', '091137.716000', '091137.718000', '091137.721000', '091137.723000', '091137.726000', '091137.729000', '091137.731000', '091137.734000', '091137.737000', '091137.739000', '091137.742000', '091137.744000', '091137.747000', '091137.750000', '091137.752000', '091137.755000', '091137.758000', '091137.760000', '091137.763000', '091137.765000', '091137.768000', '091137.771000', '091137.773000', '091142.887000', '091142.890000', '091142.893000', '091142.895000', '091142.898000', '091142.901000', '091142.903000', '091142.906000', '091142.909000', '091142.911000', '091142.914000', '091142.917000'], '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': [10061, 6841, 6742, 7117, 6810, 7419, 6671, 7408, 6486, 7127, 6546, 7185, 6539, 7492, 6638, 7977, 6952, 8267, 6755, 6543, 6434, 6814, 6605, 6643, 7173, 6797, 6799, 6785, 6893, 6778, 6643, 6871, 7073, 6639, 7257, 8619, 7000, 8386, 7463, 8260, 6736, 8174, 6873, 8909, 6874, 8739, 7072, 8911, 7031, 8797, 6918, 8429, 6961, 7790, 6953, 7603, 6782, 7616, 6495, 7346, 6507, 7085, 7878, 7077, 8654, 7494, 6574, 6677, 6840, 7305, 6749, 7077, 6824, 7682, 6877, 7335, 6925, 7317, 6885, 7899, 6941, 7580, 6852, 7502, 6921, 7014, 6921, 7118, 6949, 7028, 6977, 7062, 7007, 7490, 6844, 7764, 6936, 7577, 6915, 8284, 6800, 8809, 7004, 8717, 7287, 8660, 6754, 7819, 6575, 7184, 9882, 6929, 9819, 6854, 9534, 7277, 8583, 6847, 8611, 7011, 8357, 6720, 7677, 6840, 7384, 6569, 7037, 8339, 6982, 9222, 7005, 8167, 6882, 7675, 6948, 7874, 6656, 6901, 6274, 6922, 7474, 7383, 6464, 6782, 6648, 7206, 6701, 6822, 7103, 6871, 7047, 6838, 6777, 7144, 7163, 7138, 9056, 7060, 8934, 8039, 7584, 6813, 9599, 6777, 9122, 7073, 8784, 7111, 9032, 6678, 9136, 6585, 8482, 6803, 7954, 6938, 7566, 6882, 7829, 6695, 8250, 6763, 8107, 6688, 7390, 6844, 7620, 6854, 8173, 6731, 7953, 6754, 8576, 7296, 7204, 7141, 6684, 7866, 6786, 7909, 7749, 7323, 7407, 6870, 8100, 7089, 9723, 8089, 11292, 8691, 11192, 7931, 10586, 6966, 9971, 6578, 8205, 6669, 7279, 9620, 6885, 8920, 6987, 8780, 6758, 8114, 6901, 6855, 6334, 6559, 6368, 6722, 6355, 6823, 6451, 7584, 6632, 6620, 6673, 6572, 7195, 7149, 6937, 6914, 7057, 6852, 6984, 7402, 8677, 7497, 8742, 6999, 8686, 6994, 9541, 7237, 8908, 6898, 8624, 6982, 8289, 6912, 7930, 6851, 7445, 8149, 7029, 9402, 7484, 9139, 6721, 8539, 6782, 7864, 6723, 7057, 8274, 7487, 7414, 7116, 7447, 6830, 8780, 6929, 8708, 6990, 8809, 6780, 8429, 6751, 7784, 6563, 7499, 6500, 6781, 6575, 6527, 6690, 6800, 6709, 6673, 6714, 6844, 6731, 7241, 6914, 7340, 6809, 7445, 6764, 7077, 7285, 7331, 7430, 7563, 7294, 6909, 6889, 6798, 7157, 8065, 6843, 10671, 6754, 9536, 6870, 9425, 6744, 8165, 6795, 8494, 6721, 8630, 6835, 8459, 7031, 8211, 6735, 8217, 6784, 8101, 6747, 8105, 6674, 7742, 6799, 7913, 6758, 7944, 6662, 7954, 6656, 7346, 6888, 7819, 6940, 7967, 6812, 8586, 6929, 9181, 6888, 8559, 6994, 8868, 7083, 7697, 7922, 6869, 6795, 6915, 7149, 9603, 7030, 8970, 6935, 9305, 6904, 8757, 6855, 8785, 6999, 8729, 7024, 8882, 7131, 8794, 7024, 8373, 6972, 8608, 6837, 8512, 7155, 8478, 6807, 8797, 6875, 8503, 7019, 7800, 7619, 6825, 6865, 6775, 7409, 6758, 7834, 6714, 7230, 6677, 7221, 6731, 6832, 6603, 7008, 8010, 7281, 8257, 7082, 6686, 6924, 8282, 6846, 8801, 7011, 8951, 7116, 8615, 6792, 8369, 6679, 8284, 6706, 8353, 6738, 8706, 6858, 8028, 6733, 8125, 6722, 8197, 6743, 8350, 6796, 7543, 6538, 7234, 6655, 7081, 7802, 6980, 7756, 7111, 6556, 7041, 6690, 6971, 7034, 7340, 7059, 7427, 6909, 8329, 6979, 8984, 7259, 9150, 7712, 10050, 7009, 9073, 6857, 8314, 6992, 7891, 6697, 7754, 6769, 7419, 6847, 7788, 6735, 7300, 6445, 7328, 6390, 7224, 6384, 7016, 8890, 7118, 8714, 7075, 8569, 7058, 8184, 6873, 8103, 6890, 8194, 7251, 8714, 7163, 8362, 7130, 7938, 7036, 8226, 7192, 7605, 8530, 7722, 6957, 6623, 6655, 6865, 7825, 6889, 7292, 7384, 7039, 7023, 6995, 7148, 8855, 7088, 7529, 6747, 7209, 7053, 8662, 6825, 9171, 7068, 9524, 7019, 7374, 7004, 8574, 7134, 8914, 6959, 8496, 7125, 8120, 7014, 7674, 6894, 8359, 6816, 7882, 6759, 8279, 6731, 7954, 6901, 7592, 6729, 7046, 8054, 7192, 9232, 6941, 9023, 7208, 8164, 6906, 8051, 6528, 6921, 6564, 6680, 6700, 6596, 6719, 6622, 6554, 7099, 9359, 7040, 9721, 6922, 9208, 6992, 8474, 7095, 8820, 7149, 9384, 7012, 8084, 7073, 7900, 7291, 9122, 7154, 9324, 8132, 7316, 6836, 6603, 7266, 8684, 6928, 9081, 7309, 9167, 7722, 8220, 8264, 7012, 7378, 6788, 8500, 7101, 9067, 6923, 7874, 6877, 8052, 6771, 7801, 6705, 7243, 9165, 7010, 9807, 6705, 9354, 6877, 9249, 6654, 9666, 6754, 9558, 6589, 9249, 6568, 8805, 6650, 9511, 6928, 8963, 6997, 8752, 6864, 8427, 7101, 8292, 7447, 8987, 6711, 6177, 7087, 6247, 7030, 6310, 7243, 8019, 7204, 6761, 6821, 6671, 6864, 6643, 7981, 6603, 7773, 6794, 7538, 6935, 7843, 6916, 8632, 6985, 8829, 7181, 9374, 7072, 6873, 7004, 6876, 6941, 6966, 7717, 7098, 8419, 7083, 6754, 8687, 9185, 8134, 10774, 7796, 10720, 7104, 9418, 7097, 8702, 7261, 7893, 7044, 7832, 7022, 7620, 6567, 6912, 6459, 6714, 6432, 6933, 6553, 7122, 6782, 7392, 6664, 7244, 7675, 7301, 8323, 7167, 9632, 7316, 8839, 7253, 8634, 7165, 8030, 7154, 8507, 6738, 7156, 6788, 6716, 6558, 7057, 6662, 6861, 6803, 7026, 6768, 7115, 6841, 7497, 6883, 7916, 6814, 8109, 6958, 8056, 6886, 8167, 6767, 7671, 6968, 6920, 6725, 7444, 10060, 7372, 9472, 7164, 9354, 7123, 8238, 7316, 8098, 7300, 7620, 7041, 7545, 7202, 7772, 6950, 7801, 6691, 7224, 6723, 6930, 6799, 6768, 6729, 7244, 7840, 7412, 9308, 7428, 8631, 7384, 9716, 7256, 9228, 7125, 8711, 7121, 8573, 6741, 7997, 6687, 7689, 6647, 7653, 8652, 7205, 9751, 7093, 8613, 7192, 8446, 6753, 8040, 6705, 7745, 6836, 7282, 6831, 7484, 6886, 7895, 6686, 6838, 6911, 6853, 6887, 7343, 9873, 7589, 9635, 7300, 9195, 7638, 8791, 7341, 8111, 7484, 8542, 7133, 8001, 7116, 7400, 6886, 6726, 6459, 7590, 9142, 7539, 10332, 7354, 7008, 6767, 6498, 7307, 7416, 7779, 8282, 7274, 6816, 7025, 7219, 7488, 7450, 8489, 7627, 9262, 7599, 9363, 7555, 9298, 7696, 9166, 7547, 8685, 7482, 7617, 6731, 7066, 6456, 7084, 6721, 7677, 8796, 7274, 8788, 7527, 8632, 7381, 7770, 7252, 7675, 7168, 7730, 6647, 6921, 6567, 6793, 6590, 6821, 6618, 7191, 6626, 7786, 7292, 7752, 7681, 7544, 7083, 8448, 7545, 8858, 7570, 9133, 7023, 8870, 7130, 8581, 6726, 8129, 6649, 7017, 6599, 7150, 6642, 7191, 6504, 6974, 9000, 7025, 8974, 7032, 6799, 7373, 6857, 7797, 6798, 8086, 6878, 7314, 7060, 7941, 7084, 8337, 7052, 8970, 7023, 8427, 7004, 7720, 7848, 7551, 11647, 7208, 10423, 7215, 9987, 7142, 8658, 6978, 8308, 7027, 8220, 7349, 7829, 7385, 8381, 7076, 8001, 7132, 8446, 7382, 7820, 7390, 8288, 7424, 8587, 6618, 6499, 6920, 6430, 7699, 9249, 7327, 9336, 7395, 8817, 7237, 9393, 7236, 9155, 7098, 8840, 7158, 8884, 7268, 8337, 7124, 8421, 7281, 8877, 7123, 6717, 6953, 7922, 7218, 7253, 7484, 6957, 7063, 9287, 7257, 7043, 8315, 7037, 7874, 10039, 8363, 11270, 8765, 10610, 7164, 10135, 7140, 9221, 7257, 9029, 7565, 8875, 7191, 8241, 7061, 8094, 7139, 8290, 7094, 8483, 7286, 8510, 7101, 8445, 7145, 8433, 7122, 8559, 7307, 8906, 7144, 8539, 7193, 8095, 7056, 8308, 7303, 8505, 8034, 6850, 7241, 6878, 6709, 6994, 6757, 7799, 7119, 7523, 8932, 7689, 7851, 7077, 7365, 7162, 7652, 7264, 8281, 7207, 8638, 7202, 6584, 7181, 6576, 7153, 6574, 7561, 6444, 8119, 6970, 7604, 6591, 7300, 6584, 6813, 6441, 7557, 6710, 7574, 7263, 8039, 6964, 8391, 6982, 8095, 7218, 8782, 7218, 7857, 7190, 8143, 7247, 9227, 7188, 8814, 7114, 8979, 7159, 8144, 7167, 8343, 7062, 8294, 7210, 8637, 7098, 7893, 6597, 6487, 6734, 6418, 7060, 6701, 7407, 6855, 7634, 6873, 8320, 6763, 8291, 6867, 7863, 7452, 7638, 7286, 7887, 7242, 8627, 7413, 9414, 6886, 7068, 6814, 6743, 6942, 6803, 7620, 7462, 9356, 6886, 6753], 'WindowCenter': [3964.0, 3907.0, 3894.0, 3905.0, 3881.0, 3903.0, 3893.0, 3905.0, 3870.0, 3891.0, 3869.0, 3889.0, 3878.0, 3890.0, 3880.0, 3913.0, 3903.0, 3912.0, 3892.0, 3880.0, 3882.0, 3893.0, 3894.0, 3892.0, 3893.0, 3895.0, 3892.0, 3892.0, 3892.0, 3881.0, 3891.0, 3879.0, 3892.0, 3880.0, 3890.0, 3911.0, 3891.0, 3910.0, 3890.0, 3899.0, 3879.0, 3900.0, 3880.0, 3909.0, 3881.0, 3909.0, 3889.0, 3910.0, 3879.0, 3908.0, 3889.0, 3898.0, 3892.0, 3900.0, 3889.0, 3899.0, 3878.0, 3901.0, 3868.0, 3890.0, 3868.0, 3890.0, 3912.0, 3891.0, 3913.0, 3901.0, 3880.0, 3894.0, 3892.0, 3903.0, 3893.0, 3905.0, 3904.0, 3917.0, 3895.0, 3915.0, 3903.0, 3903.0, 3904.0, 3927.0, 3904.0, 3915.0, 3894.0, 3906.0, 3904.0, 3905.0, 3904.0, 3905.0, 3903.0, 3904.0, 3891.0, 3893.0, 3891.0, 3905.0, 3893.0, 3914.0, 3901.0, 3913.0, 3904.0, 3912.0, 3892.0, 3925.0, 3905.0, 3925.0, 3900.0, 3911.0, 3878.0, 3900.0, 3866.0, 3877.0, 3906.0, 3876.0, 3919.0, 3866.0, 3906.0, 3876.0, 3895.0, 3863.0, 3895.0, 3875.0, 3897.0, 3876.0, 3885.0, 3865.0, 3887.0, 3876.0, 3877.0, 3895.0, 3876.0, 3908.0, 3889.0, 3910.0, 3888.0, 3888.0, 3888.0, 3900.0, 3878.0, 3890.0, 3881.0, 3901.0, 3901.0, 3901.0, 3880.0, 3892.0, 3891.0, 3903.0, 3892.0, 3892.0, 3903.0, 3893.0, 3903.0, 3893.0, 3893.0, 3904.0, 3889.0, 3904.0, 3923.0, 3903.0, 3923.0, 3913.0, 3903.0, 3892.0, 3932.0, 3891.0, 3922.0, 3892.0, 3923.0, 3892.0, 3921.0, 3892.0, 3921.0, 3881.0, 3911.0, 3882.0, 3901.0, 3888.0, 3897.0, 3889.0, 3898.0, 3877.0, 3909.0, 3879.0, 3912.0, 3893.0, 3901.0, 3890.0, 3900.0, 3891.0, 3912.0, 3891.0, 3925.0, 3895.0, 3923.0, 3915.0, 3916.0, 3904.0, 3907.0, 3925.0, 3904.0, 3925.0, 3927.0, 3916.0, 3903.0, 3894.0, 3916.0, 3907.0, 3936.0, 3915.0, 3944.0, 3914.0, 3932.0, 3898.0, 3918.0, 3863.0, 3906.0, 3850.0, 3885.0, 3850.0, 3861.0, 3891.0, 3860.0, 3881.0, 3861.0, 3880.0, 3852.0, 3882.0, 3861.0, 3863.0, 3864.0, 3868.0, 3867.0, 3878.0, 3868.0, 3878.0, 3868.0, 3902.0, 3880.0, 3893.0, 3893.0, 3906.0, 3916.0, 3908.0, 3904.0, 3906.0, 3904.0, 3907.0, 3904.0, 3918.0, 3937.0, 3919.0, 3937.0, 3907.0, 3925.0, 3905.0, 3934.0, 3903.0, 3924.0, 3905.0, 3923.0, 3891.0, 3913.0, 3891.0, 3910.0, 3880.0, 3891.0, 3899.0, 3892.0, 3921.0, 3890.0, 3908.0, 3879.0, 3898.0, 3865.0, 3898.0, 3879.0, 3890.0, 3898.0, 3887.0, 3886.0, 3888.0, 3887.0, 3880.0, 3907.0, 3889.0, 3922.0, 3892.0, 3921.0, 3879.0, 3910.0, 3878.0, 3900.0, 3877.0, 3890.0, 3880.0, 3890.0, 3880.0, 3881.0, 3880.0, 3880.0, 3879.0, 3881.0, 3880.0, 3895.0, 3893.0, 3903.0, 3904.0, 3903.0, 3892.0, 3902.0, 3894.0, 3903.0, 3917.0, 3916.0, 3916.0, 3914.0, 3905.0, 3890.0, 3893.0, 3879.0, 3890.0, 3898.0, 3877.0, 3930.0, 3880.0, 3919.0, 3878.0, 3907.0, 3877.0, 3897.0, 3879.0, 3896.0, 3878.0, 3909.0, 3891.0, 3910.0, 3891.0, 3910.0, 3881.0, 3910.0, 3890.0, 3912.0, 3891.0, 3910.0, 3889.0, 3901.0, 3891.0, 3912.0, 3891.0, 3912.0, 3894.0, 3912.0, 3893.0, 3903.0, 3905.0, 3913.0, 3903.0, 3924.0, 3905.0, 3925.0, 3906.0, 3934.0, 3904.0, 3924.0, 3905.0, 3934.0, 3906.0, 3914.0, 3914.0, 3892.0, 3893.0, 3890.0, 3902.0, 3932.0, 3904.0, 3924.0, 3893.0, 3920.0, 3891.0, 3910.0, 3892.0, 3910.0, 3891.0, 3920.0, 3892.0, 3921.0, 3891.0, 3909.0, 3890.0, 3908.0, 3890.0, 3921.0, 3892.0, 3922.0, 3890.0, 3910.0, 3891.0, 3911.0, 3891.0, 3921.0, 3901.0, 3912.0, 3902.0, 3891.0, 3891.0, 3890.0, 3902.0, 3891.0, 3913.0, 3892.0, 3902.0, 3880.0, 3901.0, 3878.0, 3878.0, 3879.0, 3890.0, 3899.0, 3888.0, 3898.0, 3889.0, 3878.0, 3889.0, 3897.0, 3876.0, 3908.0, 3890.0, 3909.0, 3889.0, 3909.0, 3879.0, 3909.0, 3879.0, 3909.0, 3893.0, 3911.0, 3879.0, 3908.0, 3881.0, 3899.0, 3877.0, 3898.0, 3880.0, 3911.0, 3880.0, 3911.0, 3878.0, 3900.0, 3868.0, 3891.0, 3879.0, 3891.0, 3902.0, 3891.0, 3900.0, 3892.0, 3879.0, 3891.0, 3891.0, 3903.0, 3904.0, 3902.0, 3902.0, 3903.0, 3904.0, 3923.0, 3905.0, 3924.0, 3904.0, 3934.0, 3904.0, 3930.0, 3890.0, 3909.0, 3879.0, 3909.0, 3879.0, 3899.0, 3878.0, 3889.0, 3877.0, 3888.0, 3864.0, 3888.0, 3877.0, 3888.0, 3868.0, 3889.0, 3866.0, 3889.0, 3866.0, 3877.0, 3896.0, 3878.0, 3907.0, 3876.0, 3896.0, 3876.0, 3898.0, 3878.0, 3897.0, 3890.0, 3911.0, 3901.0, 3910.0, 3890.0, 3909.0, 3891.0, 3899.0, 3891.0, 3912.0, 3892.0, 3902.0, 3924.0, 3903.0, 3904.0, 3890.0, 3894.0, 3905.0, 3927.0, 3918.0, 3917.0, 3918.0, 3904.0, 3905.0, 3892.0, 3906.0, 3925.0, 3893.0, 3902.0, 3891.0, 3889.0, 3891.0, 3909.0, 3879.0, 3923.0, 3891.0, 3920.0, 3890.0, 3888.0, 3890.0, 3909.0, 3891.0, 3911.0, 3891.0, 3912.0, 3889.0, 3899.0, 3889.0, 3899.0, 3887.0, 3908.0, 3879.0, 3899.0, 3891.0, 3911.0, 3890.0, 3912.0, 3890.0, 3901.0, 3879.0, 3891.0, 3900.0, 3889.0, 3920.0, 3891.0, 3909.0, 3889.0, 3909.0, 3890.0, 3898.0, 3867.0, 3890.0, 3892.0, 3892.0, 3890.0, 3891.0, 3892.0, 3891.0, 3880.0, 3901.0, 3933.0, 3904.0, 3933.0, 3903.0, 3921.0, 3903.0, 3911.0, 3905.0, 3935.0, 3905.0, 3935.0, 3904.0, 3913.0, 3903.0, 3912.0, 3903.0, 3934.0, 3905.0, 3935.0, 3913.0, 3901.0, 3891.0, 3881.0, 3890.0, 3909.0, 3891.0, 3921.0, 3901.0, 3934.0, 3900.0, 3910.0, 3908.0, 3890.0, 3889.0, 3880.0, 3909.0, 3903.0, 3922.0, 3890.0, 3913.0, 3892.0, 3914.0, 3892.0, 3902.0, 3877.0, 3889.0, 3909.0, 3878.0, 3906.0, 3867.0, 3907.0, 3864.0, 3906.0, 3863.0, 3903.0, 3862.0, 3893.0, 3863.0, 3892.0, 3861.0, 3892.0, 3863.0, 3904.0, 3873.0, 3893.0, 3863.0, 3894.0, 3864.0, 3884.0, 3874.0, 3897.0, 3888.0, 3906.0, 3877.0, 3866.0, 3887.0, 3866.0, 3889.0, 3879.0, 3903.0, 3910.0, 3903.0, 3892.0, 3892.0, 3891.0, 3893.0, 3892.0, 3923.0, 3903.0, 3915.0, 3904.0, 3915.0, 3906.0, 3926.0, 3917.0, 3936.0, 3917.0, 3936.0, 3907.0, 3936.0, 3905.0, 3894.0, 3906.0, 3894.0, 3906.0, 3904.0, 3913.0, 3904.0, 3924.0, 3905.0, 3893.0, 3936.0, 3934.0, 3912.0, 3931.0, 3901.0, 3929.0, 3878.0, 3908.0, 3878.0, 3897.0, 3887.0, 3898.0, 3875.0, 3886.0, 3875.0, 3886.0, 3876.0, 3888.0, 3878.0, 3891.0, 3879.0, 3891.0, 3880.0, 3891.0, 3891.0, 3901.0, 3891.0, 3917.0, 3915.0, 3903.0, 3912.0, 3893.0, 3922.0, 3902.0, 3921.0, 3902.0, 3922.0, 3892.0, 3910.0, 3890.0, 3912.0, 3879.0, 3889.0, 3890.0, 3891.0, 3882.0, 3903.0, 3893.0, 3892.0, 3891.0, 3892.0, 3891.0, 3904.0, 3892.0, 3915.0, 3905.0, 3925.0, 3894.0, 3912.0, 3892.0, 3912.0, 3892.0, 3924.0, 3890.0, 3901.0, 3890.0, 3892.0, 3891.0, 3902.0, 3920.0, 3901.0, 3933.0, 3891.0, 3921.0, 3891.0, 3909.0, 3890.0, 3911.0, 3902.0, 3900.0, 3892.0, 3901.0, 3901.0, 3900.0, 3890.0, 3914.0, 3893.0, 3903.0, 3892.0, 3904.0, 3892.0, 3893.0, 3892.0, 3905.0, 3914.0, 3904.0, 3922.0, 3902.0, 3911.0, 3901.0, 3919.0, 3902.0, 3932.0, 3902.0, 3923.0, 3892.0, 3911.0, 3893.0, 3911.0, 3890.0, 3911.0, 3891.0, 3914.0, 3923.0, 3902.0, 3932.0, 3903.0, 3921.0, 3901.0, 3912.0, 3892.0, 3913.0, 3894.0, 3913.0, 3893.0, 3904.0, 3894.0, 3914.0, 3904.0, 3927.0, 3905.0, 3906.0, 3904.0, 3895.0, 3904.0, 3905.0, 3934.0, 3915.0, 3934.0, 3903.0, 3923.0, 3902.0, 3911.0, 3901.0, 3911.0, 3888.0, 3912.0, 3890.0, 3912.0, 3891.0, 3889.0, 3888.0, 3881.0, 3866.0, 3901.0, 3920.0, 3912.0, 3933.0, 3903.0, 3889.0, 3891.0, 3880.0, 3902.0, 3890.0, 3902.0, 3923.0, 3903.0, 3891.0, 3891.0, 3903.0, 3903.0, 3902.0, 3923.0, 3915.0, 3935.0, 3914.0, 3921.0, 3913.0, 3921.0, 3902.0, 3921.0, 3900.0, 3910.0, 3890.0, 3901.0, 3876.0, 3876.0, 3867.0, 3878.0, 3876.0, 3888.0, 3897.0, 3889.0, 3910.0, 3899.0, 3909.0, 3888.0, 3897.0, 3888.0, 3897.0, 3888.0, 3912.0, 3890.0, 3891.0, 3891.0, 3893.0, 3892.0, 3892.0, 3891.0, 3916.0, 3904.0, 3914.0, 3914.0, 3915.0, 3914.0, 3914.0, 3903.0, 3925.0, 3928.0, 3935.0, 3913.0, 3933.0, 3902.0, 3925.0, 3902.0, 3922.0, 3889.0, 3914.0, 3891.0, 3892.0, 3891.0, 3891.0, 3890.0, 3903.0, 3879.0, 3917.0, 3934.0, 3905.0, 3924.0, 3916.0, 3893.0, 3915.0, 3904.0, 3927.0, 3905.0, 3926.0, 3906.0, 3917.0, 3917.0, 3925.0, 3907.0, 3927.0, 3907.0, 3936.0, 3906.0, 3925.0, 3892.0, 3902.0, 3900.0, 3899.0, 3929.0, 3889.0, 3931.0, 3887.0, 3917.0, 3876.0, 3897.0, 3876.0, 3895.0, 3888.0, 3899.0, 3900.0, 3899.0, 3890.0, 3908.0, 3890.0, 3898.0, 3890.0, 3909.0, 3901.0, 3912.0, 3902.0, 3912.0, 3900.0, 3922.0, 3892.0, 3881.0, 3903.0, 3881.0, 3915.0, 3936.0, 3903.0, 3934.0, 3902.0, 3922.0, 3904.0, 3922.0, 3901.0, 3923.0, 3902.0, 3922.0, 3892.0, 3922.0, 3905.0, 3923.0, 3902.0, 3923.0, 3915.0, 3935.0, 3905.0, 3893.0, 3905.0, 3927.0, 3916.0, 3917.0, 3927.0, 3918.0, 3919.0, 3949.0, 3931.0, 3917.0, 3929.0, 3905.0, 3916.0, 3935.0, 3927.0, 3946.0, 3925.0, 3931.0, 3891.0, 3918.0, 3889.0, 3909.0, 3890.0, 3908.0, 3888.0, 3908.0, 3888.0, 3898.0, 3890.0, 3899.0, 3888.0, 3911.0, 3902.0, 3922.0, 3900.0, 3911.0, 3892.0, 3911.0, 3902.0, 3911.0, 3903.0, 3925.0, 3903.0, 3921.0, 3905.0, 3922.0, 3892.0, 3913.0, 3891.0, 3923.0, 3915.0, 3936.0, 3926.0, 3894.0, 3916.0, 3906.0, 3894.0, 3905.0, 3903.0, 3917.0, 3904.0, 3928.0, 3937.0, 3915.0, 3915.0, 3892.0, 3902.0, 3892.0, 3900.0, 3901.0, 3910.0, 3901.0, 3910.0, 3900.0, 3880.0, 3891.0, 3878.0, 3890.0, 3879.0, 3902.0, 3879.0, 3913.0, 3891.0, 3900.0, 3877.0, 3889.0, 3876.0, 3877.0, 3867.0, 3898.0, 3879.0, 3899.0, 3900.0, 3911.0, 3891.0, 3911.0, 3891.0, 3911.0, 3903.0, 3923.0, 3902.0, 3912.0, 3891.0, 3901.0, 3903.0, 3922.0, 3892.0, 3921.0, 3891.0, 3910.0, 3890.0, 3898.0, 3889.0, 3909.0, 3889.0, 3911.0, 3902.0, 3922.0, 3903.0, 3911.0, 3893.0, 3881.0, 3893.0, 3891.0, 3905.0, 3893.0, 3905.0, 3891.0, 3914.0, 3893.0, 3925.0, 3892.0, 3926.0, 3891.0, 3913.0, 3905.0, 3913.0, 3902.0, 3913.0, 3906.0, 3936.0, 3915.0, 3934.0, 3904.0, 3891.0, 3895.0, 3892.0, 3903.0, 3893.0, 3915.0, 3915.0, 3935.0, 3907.0, 3894.0], 'WindowWidth': [8853.0, 8765.0, 8739.0, 8752.0, 8714.0, 8746.0, 8734.0, 8749.0, 8694.0, 8724.0, 8691.0, 8720.0, 8704.0, 8722.0, 8709.0, 8758.0, 8745.0, 8755.0, 8730.0, 8710.0, 8716.0, 8730.0, 8734.0, 8728.0, 8731.0, 8737.0, 8732.0, 8729.0, 8730.0, 8711.0, 8726.0, 8707.0, 8726.0, 8707.0, 8723.0, 8752.0, 8726.0, 8747.0, 8723.0, 8732.0, 8706.0, 8732.0, 8706.0, 8746.0, 8711.0, 8745.0, 8719.0, 8746.0, 8706.0, 8742.0, 8717.0, 8728.0, 8727.0, 8734.0, 8719.0, 8731.0, 8704.0, 8737.0, 8690.0, 8722.0, 8690.0, 8723.0, 8757.0, 8727.0, 8757.0, 8740.0, 8711.0, 8734.0, 8730.0, 8747.0, 8734.0, 8755.0, 8751.0, 8770.0, 8738.0, 8766.0, 8746.0, 8748.0, 8748.0, 8784.0, 8749.0, 8766.0, 8734.0, 8753.0, 8746.0, 8752.0, 8750.0, 8752.0, 8744.0, 8747.0, 8726.0, 8730.0, 8725.0, 8750.0, 8733.0, 8761.0, 8741.0, 8759.0, 8748.0, 8754.0, 8730.0, 8774.0, 8751.0, 8776.0, 8737.0, 8751.0, 8701.0, 8734.0, 8682.0, 8698.0, 8734.0, 8695.0, 8754.0, 8681.0, 8733.0, 8694.0, 8718.0, 8674.0, 8718.0, 8691.0, 8726.0, 8696.0, 8707.0, 8681.0, 8712.0, 8696.0, 8698.0, 8720.0, 8696.0, 8740.0, 8718.0, 8747.0, 8719.0, 8716.0, 8715.0, 8735.0, 8702.0, 8721.0, 8714.0, 8741.0, 8738.0, 8738.0, 8709.0, 8728.0, 8726.0, 8745.0, 8729.0, 8733.0, 8748.0, 8733.0, 8744.0, 8733.0, 8732.0, 8747.0, 8722.0, 8748.0, 8772.0, 8747.0, 8771.0, 8758.0, 8744.0, 8729.0, 8780.0, 8726.0, 8769.0, 8730.0, 8770.0, 8729.0, 8765.0, 8729.0, 8765.0, 8711.0, 8751.0, 8714.0, 8737.0, 8718.0, 8728.0, 8718.0, 8729.0, 8701.0, 8744.0, 8707.0, 8755.0, 8730.0, 8739.0, 8723.0, 8735.0, 8726.0, 8752.0, 8726.0, 8777.0, 8739.0, 8774.0, 8769.0, 8770.0, 8749.0, 8757.0, 8777.0, 8751.0, 8777.0, 8786.0, 8766.0, 8748.0, 8735.0, 8766.0, 8757.0, 8794.0, 8764.0, 8801.0, 8759.0, 8779.0, 8727.0, 8753.0, 8673.0, 8731.0, 8651.0, 8701.0, 8650.0, 8665.0, 8705.0, 8664.0, 8691.0, 8665.0, 8688.0, 8656.0, 8694.0, 8667.0, 8675.0, 8676.0, 8689.0, 8689.0, 8704.0, 8690.0, 8705.0, 8691.0, 8741.0, 8711.0, 8733.0, 8733.0, 8757.0, 8769.0, 8758.0, 8749.0, 8755.0, 8750.0, 8757.0, 8749.0, 8773.0, 8799.0, 8775.0, 8796.0, 8757.0, 8778.0, 8752.0, 8787.0, 8747.0, 8774.0, 8751.0, 8772.0, 8728.0, 8756.0, 8725.0, 8751.0, 8707.0, 8726.0, 8731.0, 8726.0, 8766.0, 8723.0, 8741.0, 8704.0, 8726.0, 8681.0, 8729.0, 8704.0, 8722.0, 8730.0, 8714.0, 8711.0, 8715.0, 8713.0, 8707.0, 8740.0, 8721.0, 8768.0, 8728.0, 8763.0, 8707.0, 8747.0, 8702.0, 8734.0, 8701.0, 8722.0, 8711.0, 8723.0, 8708.0, 8711.0, 8707.0, 8708.0, 8707.0, 8712.0, 8709.0, 8737.0, 8734.0, 8746.0, 8747.0, 8745.0, 8732.0, 8742.0, 8737.0, 8746.0, 8769.0, 8767.0, 8768.0, 8761.0, 8749.0, 8725.0, 8730.0, 8708.0, 8723.0, 8730.0, 8701.0, 8772.0, 8708.0, 8760.0, 8704.0, 8738.0, 8700.0, 8725.0, 8704.0, 8724.0, 8703.0, 8746.0, 8725.0, 8748.0, 8725.0, 8748.0, 8712.0, 8749.0, 8723.0, 8754.0, 8728.0, 8750.0, 8723.0, 8737.0, 8726.0, 8753.0, 8727.0, 8756.0, 8735.0, 8758.0, 8733.0, 8745.0, 8750.0, 8759.0, 8747.0, 8775.0, 8753.0, 8779.0, 8757.0, 8788.0, 8749.0, 8773.0, 8750.0, 8789.0, 8754.0, 8763.0, 8763.0, 8729.0, 8733.0, 8724.0, 8743.0, 8783.0, 8747.0, 8773.0, 8731.0, 8761.0, 8726.0, 8748.0, 8728.0, 8750.0, 8725.0, 8764.0, 8728.0, 8763.0, 8723.0, 8744.0, 8723.0, 8742.0, 8723.0, 8764.0, 8730.0, 8768.0, 8723.0, 8748.0, 8725.0, 8749.0, 8725.0, 8767.0, 8742.0, 8755.0, 8741.0, 8724.0, 8727.0, 8723.0, 8742.0, 8726.0, 8760.0, 8730.0, 8742.0, 8710.0, 8738.0, 8704.0, 8705.0, 8705.0, 8723.0, 8732.0, 8717.0, 8729.0, 8717.0, 8701.0, 8718.0, 8725.0, 8699.0, 8743.0, 8723.0, 8744.0, 8719.0, 8743.0, 8708.0, 8745.0, 8706.0, 8746.0, 8733.0, 8752.0, 8709.0, 8743.0, 8713.0, 8732.0, 8703.0, 8730.0, 8710.0, 8751.0, 8710.0, 8750.0, 8705.0, 8736.0, 8690.0, 8724.0, 8707.0, 8727.0, 8741.0, 8726.0, 8736.0, 8731.0, 8706.0, 8726.0, 8726.0, 8746.0, 8748.0, 8745.0, 8743.0, 8745.0, 8749.0, 8773.0, 8750.0, 8774.0, 8750.0, 8788.0, 8746.0, 8776.0, 8722.0, 8745.0, 8705.0, 8745.0, 8705.0, 8733.0, 8704.0, 8717.0, 8699.0, 8716.0, 8679.0, 8716.0, 8699.0, 8718.0, 8690.0, 8717.0, 8684.0, 8716.0, 8682.0, 8698.0, 8721.0, 8702.0, 8739.0, 8697.0, 8722.0, 8698.0, 8727.0, 8703.0, 8727.0, 8722.0, 8750.0, 8739.0, 8749.0, 8723.0, 8746.0, 8724.0, 8733.0, 8725.0, 8752.0, 8728.0, 8742.0, 8772.0, 8743.0, 8748.0, 8726.0, 8736.0, 8753.0, 8787.0, 8776.0, 8771.0, 8774.0, 8748.0, 8752.0, 8728.0, 8753.0, 8776.0, 8732.0, 8740.0, 8726.0, 8719.0, 8724.0, 8745.0, 8707.0, 8770.0, 8724.0, 8760.0, 8721.0, 8716.0, 8721.0, 8744.0, 8724.0, 8749.0, 8725.0, 8754.0, 8719.0, 8731.0, 8719.0, 8731.0, 8715.0, 8743.0, 8707.0, 8732.0, 8729.0, 8754.0, 8723.0, 8755.0, 8722.0, 8740.0, 8706.0, 8726.0, 8733.0, 8719.0, 8761.0, 8724.0, 8745.0, 8719.0, 8744.0, 8721.0, 8730.0, 8687.0, 8723.0, 8728.0, 8730.0, 8724.0, 8727.0, 8726.0, 8729.0, 8710.0, 8740.0, 8785.0, 8746.0, 8782.0, 8744.0, 8765.0, 8744.0, 8753.0, 8751.0, 8791.0, 8750.0, 8787.0, 8748.0, 8756.0, 8745.0, 8755.0, 8746.0, 8787.0, 8750.0, 8789.0, 8758.0, 8739.0, 8727.0, 8710.0, 8722.0, 8746.0, 8724.0, 8768.0, 8739.0, 8790.0, 8737.0, 8746.0, 8743.0, 8721.0, 8719.0, 8710.0, 8744.0, 8746.0, 8769.0, 8725.0, 8757.0, 8728.0, 8761.0, 8729.0, 8742.0, 8702.0, 8717.0, 8743.0, 8701.0, 8735.0, 8683.0, 8735.0, 8676.0, 8732.0, 8673.0, 8726.0, 8671.0, 8710.0, 8672.0, 8707.0, 8669.0, 8710.0, 8672.0, 8726.0, 8686.0, 8711.0, 8673.0, 8714.0, 8675.0, 8701.0, 8689.0, 8724.0, 8717.0, 8736.0, 8701.0, 8684.0, 8714.0, 8685.0, 8719.0, 8707.0, 8743.0, 8751.0, 8743.0, 8728.0, 8729.0, 8726.0, 8732.0, 8731.0, 8773.0, 8747.0, 8764.0, 8751.0, 8764.0, 8756.0, 8783.0, 8772.0, 8796.0, 8772.0, 8795.0, 8757.0, 8793.0, 8752.0, 8737.0, 8754.0, 8737.0, 8755.0, 8748.0, 8759.0, 8747.0, 8776.0, 8752.0, 8733.0, 8794.0, 8789.0, 8757.0, 8775.0, 8735.0, 8769.0, 8699.0, 8738.0, 8700.0, 8722.0, 8713.0, 8727.0, 8693.0, 8708.0, 8693.0, 8711.0, 8697.0, 8717.0, 8705.0, 8726.0, 8706.0, 8726.0, 8710.0, 8727.0, 8726.0, 8741.0, 8726.0, 8770.0, 8764.0, 8746.0, 8755.0, 8731.0, 8767.0, 8741.0, 8766.0, 8743.0, 8769.0, 8729.0, 8748.0, 8723.0, 8754.0, 8705.0, 8722.0, 8722.0, 8729.0, 8717.0, 8746.0, 8729.0, 8729.0, 8725.0, 8729.0, 8727.0, 8746.0, 8731.0, 8766.0, 8750.0, 8777.0, 8733.0, 8757.0, 8729.0, 8757.0, 8728.0, 8774.0, 8725.0, 8739.0, 8723.0, 8728.0, 8724.0, 8741.0, 8761.0, 8739.0, 8782.0, 8727.0, 8764.0, 8724.0, 8744.0, 8722.0, 8752.0, 8741.0, 8736.0, 8727.0, 8740.0, 8739.0, 8738.0, 8724.0, 8764.0, 8734.0, 8745.0, 8728.0, 8748.0, 8727.0, 8732.0, 8728.0, 8750.0, 8763.0, 8748.0, 8767.0, 8742.0, 8751.0, 8740.0, 8760.0, 8740.0, 8782.0, 8745.0, 8769.0, 8727.0, 8749.0, 8729.0, 8751.0, 8723.0, 8753.0, 8725.0, 8760.0, 8770.0, 8742.0, 8779.0, 8745.0, 8764.0, 8739.0, 8754.0, 8732.0, 8758.0, 8735.0, 8759.0, 8733.0, 8748.0, 8734.0, 8763.0, 8748.0, 8785.0, 8752.0, 8754.0, 8749.0, 8739.0, 8747.0, 8752.0, 8785.0, 8764.0, 8788.0, 8747.0, 8770.0, 8740.0, 8750.0, 8738.0, 8751.0, 8718.0, 8754.0, 8723.0, 8755.0, 8724.0, 8720.0, 8716.0, 8712.0, 8686.0, 8737.0, 8763.0, 8755.0, 8782.0, 8743.0, 8720.0, 8727.0, 8709.0, 8742.0, 8722.0, 8741.0, 8772.0, 8745.0, 8727.0, 8727.0, 8744.0, 8744.0, 8743.0, 8771.0, 8766.0, 8789.0, 8760.0, 8767.0, 8757.0, 8766.0, 8739.0, 8763.0, 8734.0, 8747.0, 8720.0, 8737.0, 8698.0, 8698.0, 8686.0, 8701.0, 8696.0, 8714.0, 8725.0, 8719.0, 8747.0, 8732.0, 8743.0, 8717.0, 8726.0, 8718.0, 8728.0, 8716.0, 8756.0, 8724.0, 8725.0, 8725.0, 8732.0, 8729.0, 8730.0, 8727.0, 8769.0, 8751.0, 8764.0, 8762.0, 8766.0, 8761.0, 8762.0, 8747.0, 8778.0, 8788.0, 8790.0, 8760.0, 8785.0, 8744.0, 8774.0, 8743.0, 8769.0, 8722.0, 8762.0, 8729.0, 8729.0, 8724.0, 8727.0, 8722.0, 8746.0, 8708.0, 8773.0, 8790.0, 8751.0, 8774.0, 8770.0, 8732.0, 8765.0, 8751.0, 8785.0, 8755.0, 8784.0, 8756.0, 8771.0, 8772.0, 8779.0, 8757.0, 8783.0, 8759.0, 8796.0, 8751.0, 8778.0, 8728.0, 8741.0, 8735.0, 8731.0, 8771.0, 8719.0, 8775.0, 8714.0, 8750.0, 8698.0, 8723.0, 8698.0, 8721.0, 8715.0, 8731.0, 8737.0, 8733.0, 8721.0, 8742.0, 8722.0, 8731.0, 8723.0, 8745.0, 8738.0, 8756.0, 8744.0, 8753.0, 8738.0, 8766.0, 8728.0, 8714.0, 8745.0, 8715.0, 8765.0, 8794.0, 8748.0, 8787.0, 8744.0, 8768.0, 8746.0, 8766.0, 8739.0, 8769.0, 8743.0, 8769.0, 8729.0, 8765.0, 8749.0, 8770.0, 8742.0, 8772.0, 8767.0, 8793.0, 8752.0, 8735.0, 8754.0, 8784.0, 8771.0, 8771.0, 8788.0, 8776.0, 8779.0, 8818.0, 8797.0, 8772.0, 8789.0, 8751.0, 8767.0, 8790.0, 8781.0, 8804.0, 8774.0, 8777.0, 8724.0, 8756.0, 8717.0, 8742.0, 8719.0, 8742.0, 8715.0, 8740.0, 8716.0, 8726.0, 8721.0, 8730.0, 8718.0, 8752.0, 8743.0, 8768.0, 8736.0, 8752.0, 8728.0, 8752.0, 8742.0, 8752.0, 8746.0, 8777.0, 8745.0, 8764.0, 8751.0, 8767.0, 8728.0, 8756.0, 8727.0, 8773.0, 8765.0, 8794.0, 8780.0, 8736.0, 8768.0, 8756.0, 8734.0, 8752.0, 8748.0, 8771.0, 8752.0, 8788.0, 8796.0, 8764.0, 8761.0, 8728.0, 8739.0, 8725.0, 8734.0, 8738.0, 8747.0, 8739.0, 8749.0, 8735.0, 8708.0, 8725.0, 8704.0, 8722.0, 8707.0, 8739.0, 8705.0, 8756.0, 8725.0, 8734.0, 8699.0, 8716.0, 8696.0, 8701.0, 8688.0, 8729.0, 8709.0, 8733.0, 8736.0, 8752.0, 8727.0, 8750.0, 8725.0, 8753.0, 8745.0, 8770.0, 8742.0, 8754.0, 8726.0, 8737.0, 8742.0, 8766.0, 8727.0, 8765.0, 8723.0, 8746.0, 8720.0, 8730.0, 8720.0, 8745.0, 8721.0, 8753.0, 8743.0, 8767.0, 8743.0, 8753.0, 8732.0, 8714.0, 8733.0, 8730.0, 8753.0, 8732.0, 8750.0, 8728.0, 8762.0, 8731.0, 8776.0, 8729.0, 8779.0, 8728.0, 8758.0, 8751.0, 8757.0, 8743.0, 8756.0, 8753.0, 8795.0, 8765.0, 8788.0, 8750.0, 8727.0, 8736.0, 8729.0, 8745.0, 8732.0, 8764.0, 8764.0, 8791.0, 8756.0, 8734.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.00026283982683982687</td></tr>
<tr><td colspan=3>aqi</td><td>0.018200176969696967</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.76901108927205</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1745448352512984</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9960049688128245</td></tr>
<tr><td colspan=3>efc</td><td>0.4545</td></tr>
<tr><td colspan=3>fber</td><td>5701.3525</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08209493851593472</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>14</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.2121212121212122</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.616039502767818</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5492233937672326</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.826487750793099</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4724073637431223</td></tr>
<tr><td colspan=3>gcor</td><td>0.0163585</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015531088225543499</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02426457591354847</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1155</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.6119853722124593</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>28.6369</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>37.6581</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>155.8486</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>307412.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>704.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>308.6612</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.7734</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>517.5981</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3128.3228</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3373.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>69132.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>828.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4153.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>933.8287</td></tr>
<tr><td colspan=3>tsnr</td><td>42.69131000782363</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>