ds005256-mriqc/sub-0033_ses-02_task-alignvideo_acq-mb8_run-03_bold.html
Felix Hoffstaedter a76d168855 [DATALAD RUNCMD] Compute MRIQC for sub-0033
=== 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-0033 --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-0033",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 02:07:04 +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-0033_ses-02_task-alignvideo_acq-mb8_run-03_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-0033_ses-02_task-alignvideo_acq-mb8_run-03_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-03_session-02_subject-0033_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0033/figures/sub-0033_ses-02_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0033/figures/sub-0033_ses-02_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0033/figures/sub-0033_ses-02_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-02_subject-0033_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0033/figures/sub-0033_ses-02_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0033/figures/sub-0033_ses-02_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0033/figures/sub-0033_ses-02_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-02_subject-0033_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0033/figures/sub-0033_ses-02_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0033/figures/sub-0033_ses-02_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0033/figures/sub-0033_ses-02_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-02_subject-0033_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0033/figures/sub-0033_ses-02_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0033/figures/sub-0033_ses-02_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0033/figures/sub-0033_ses-02_task-alignvideo_acq-mb8_run-03_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-03_session-02_subject-0033_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0033/figures/sub-0033_ses-02_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0033/figures/sub-0033_ses-02_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0033/figures/sub-0033_ses-02_task-alignvideo_acq-mb8_run-03_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-03_session-02_subject-0033_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0033/figures/sub-0033_ses-02_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0033/figures/sub-0033_ses-02_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0033/figures/sub-0033_ses-02_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-02_subject-0033_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p> <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0033/figures/sub-0033_ses-02_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0033/figures/sub-0033_ses-02_task-alignvideo_acq-mb8_run-03_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-0033/figures/sub-0033_ses-02_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0033/figures/sub-0033_ses-02_task-alignvideo_acq-mb8_run-03_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-0033/ses-02/func/sub-0033_ses-02_task-alignvideo_acq-mb8_run-03_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>d15be5a717f75862c8de2caacbbce38f</td></tr>
</table>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-1">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
Dataset Information
</button>
</h2>
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>12:41:47.597500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.99791, 0.0346793, 0.054522, -0.0324066, 0.998591, -0.0420295]</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-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.102962</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-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4148, -7739, -7261, 421, -67, -98, 30, 65]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 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>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>289.689</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>a406bae8-7311-4bb5-af1b-19dc5f1dc3c8||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6773200035095215, -0.0869445949792862, 0.15093722939491272, 113.2334976196289], [-0.09304202347993851, 2.6791458129882812, -0.1084718182682991, -86.77571105957031], [0.14627844095230103, 0.112761951982975, 2.6935946941375732, -97.6307601928711], [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, 1158]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158], 'AcquisitionTime': ['124147.597500', '124148.057500', '124148.517500', '124148.977500', '124149.437500', '124149.897500', '124150.357500', '124150.817500', '124151.277500', '124151.737500', '124152.197500', '124152.657500', '124153.117500', '124153.577500', '124154.037500', '124154.497500', '124154.957500', '124155.417500', '124155.877500', '124156.337500', '124156.797500', '124157.257500', '124157.717500', '124158.177500', '124158.637500', '124159.097500', '124159.557500', '124200.017500', '124200.477500', '124200.937500', '124201.397500', '124201.857500', '124202.317500', '124202.777500', '124203.237500', '124203.697500', '124204.157500', '124204.617500', '124205.077500', '124205.537500', '124205.997500', '124206.457500', '124206.917500', '124207.377500', '124207.837500', '124208.297500', '124208.757500', '124209.217500', '124209.677500', '124210.137500', '124210.597500', '124211.057500', '124211.517500', '124211.977500', '124212.437500', '124212.897500', '124213.357500', '124213.817500', '124214.277500', '124214.737500', '124215.197500', '124215.657500', '124216.117500', '124216.577500', '124217.037500', '124217.497500', '124217.957500', '124218.417500', '124218.877500', '124219.337500', '124219.797500', '124220.257500', '124220.717500', '124221.177500', '124221.637500', '124222.097500', '124222.557500', '124223.017500', '124223.477500', '124223.937500', '124224.397500', '124224.857500', '124225.317500', '124225.777500', '124226.237500', '124226.697500', '124227.157500', '124227.617500', '124228.077500', '124228.537500', '124228.997500', '124229.457500', '124229.917500', '124230.377500', '124230.837500', '124231.297500', '124231.757500', '124232.217500', '124232.677500', '124233.137500', '124233.597500', '124234.057500', '124234.517500', '124234.977500', '124235.437500', '124235.897500', '124236.357500', '124236.817500', '124237.277500', '124237.737500', '124238.197500', '124238.657500', '124239.117500', '124239.577500', '124240.037500', '124240.497500', '124240.957500', '124241.417500', '124241.877500', '124242.337500', '124242.797500', '124243.257500', '124243.717500', '124244.177500', '124244.637500', '124245.097500', '124245.557500', '124246.017500', '124246.477500', '124246.937500', '124247.397500', '124247.857500', '124248.317500', '124248.777500', '124249.237500', '124249.697500', '124250.157500', '124250.617500', '124251.077500', '124251.537500', '124251.997500', '124252.457500', '124252.917500', '124253.377500', '124253.837500', '124254.297500', '124254.757500', '124255.217500', '124255.677500', '124256.137500', '124256.597500', '124257.057500', '124257.517500', '124257.977500', '124258.437500', '124258.897500', '124259.357500', '124259.817500', '124300.277500', '124300.737500', '124301.197500', '124301.657500', '124302.117500', '124302.577500', '124303.037500', '124303.497500', '124303.957500', '124304.417500', '124304.877500', '124305.337500', '124305.797500', '124306.257500', '124306.717500', '124307.177500', '124307.637500', '124308.097500', '124308.557500', '124309.017500', '124309.477500', '124309.937500', '124310.397500', '124310.857500', '124311.317500', '124311.777500', '124312.237500', '124312.697500', '124313.157500', '124313.617500', '124314.077500', '124314.537500', '124314.997500', '124315.457500', '124315.917500', '124316.377500', '124316.837500', '124317.297500', '124317.757500', '124318.217500', '124318.677500', '124319.137500', '124319.597500', '124320.057500', '124320.517500', '124320.977500', '124321.437500', '124321.897500', '124322.357500', '124322.817500', '124323.277500', '124323.737500', '124324.197500', '124324.657500', '124325.117500', '124325.577500', '124326.037500', '124326.497500', '124326.957500', '124327.417500', '124327.877500', '124328.337500', '124328.797500', '124329.257500', '124329.717500', '124330.177500', '124330.637500', '124331.097500', '124331.557500', '124332.017500', '124332.477500', '124332.937500', '124333.397500', '124333.857500', '124334.317500', '124334.777500', '124335.237500', '124335.697500', '124336.157500', '124336.617500', '124337.077500', '124337.537500', '124337.997500', '124338.457500', '124338.917500', '124339.377500', '124339.837500', '124340.297500', '124340.757500', '124341.217500', '124341.677500', '124342.137500', '124342.597500', '124343.057500', '124343.517500', '124343.977500', '124344.437500', '124344.897500', '124345.357500', '124345.817500', '124346.277500', '124346.737500', '124347.197500', '124347.657500', '124348.117500', '124348.577500', '124349.037500', '124349.497500', '124349.957500', '124350.417500', '124350.877500', '124351.337500', '124351.797500', '124352.257500', '124352.717500', '124353.177500', '124353.637500', '124354.097500', '124354.557500', '124355.017500', '124355.477500', '124355.937500', '124356.397500', '124356.857500', '124357.317500', '124357.777500', '124358.237500', '124358.697500', '124359.157500', '124359.617500', '124400.077500', '124400.537500', '124400.997500', '124401.457500', '124401.917500', '124402.377500', '124402.837500', '124403.297500', '124403.757500', '124404.217500', '124404.677500', '124405.137500', '124405.597500', '124406.057500', '124406.517500', '124406.977500', '124407.437500', '124407.897500', '124408.357500', '124408.817500', '124409.277500', '124409.737500', '124410.197500', '124410.657500', '124411.117500', '124411.577500', '124412.037500', '124412.497500', '124412.957500', '124413.417500', '124413.877500', '124414.337500', '124414.797500', '124415.257500', '124415.717500', '124416.177500', '124416.637500', '124417.097500', '124417.557500', '124418.017500', '124418.477500', '124418.937500', '124419.397500', '124419.857500', '124420.317500', '124420.777500', '124421.237500', '124421.697500', '124422.157500', '124422.617500', '124423.077500', '124423.537500', '124423.997500', '124424.457500', '124424.917500', '124425.377500', '124425.837500', '124426.297500', '124426.757500', '124427.217500', '124427.677500', '124428.137500', '124428.597500', '124429.057500', '124429.517500', '124429.977500', '124430.437500', '124430.897500', '124431.357500', '124431.817500', '124432.277500', '124432.737500', '124433.197500', '124433.657500', '124434.117500', '124434.577500', '124435.037500', '124435.497500', '124435.957500', '124436.417500', '124436.877500', '124437.337500', '124437.797500', '124438.257500', '124438.717500', '124439.177500', '124439.637500', '124440.097500', '124440.557500', '124441.017500', '124441.477500', '124441.937500', '124442.397500', '124442.857500', '124443.317500', '124443.777500', '124444.237500', '124444.697500', '124445.157500', '124445.617500', '124446.077500', '124446.537500', '124446.997500', '124447.457500', '124447.917500', '124448.377500', '124448.837500', '124449.297500', '124449.757500', '124450.217500', '124450.677500', '124451.137500', '124451.597500', '124452.057500', '124452.517500', '124452.977500', '124453.437500', '124453.897500', '124454.357500', '124454.817500', '124455.277500', '124455.737500', '124456.197500', '124456.657500', '124457.117500', '124457.577500', '124458.037500', '124458.497500', '124458.957500', '124459.417500', '124459.877500', '124500.337500', '124500.797500', '124501.257500', '124501.717500', '124502.177500', '124502.637500', '124503.097500', '124503.557500', '124504.017500', '124504.477500', '124504.937500', '124505.397500', '124505.857500', '124506.317500', '124506.777500', '124507.237500', '124507.697500', '124508.157500', '124508.617500', '124509.077500', '124509.537500', '124509.997500', '124510.457500', '124510.917500', '124511.377500', '124511.837500', '124512.297500', '124512.757500', '124513.217500', '124513.677500', '124514.137500', '124514.597500', '124515.057500', '124515.517500', '124515.977500', '124516.437500', '124516.897500', '124517.357500', '124517.817500', '124518.277500', '124518.737500', '124519.197500', '124519.657500', '124520.117500', '124520.577500', '124521.037500', '124521.497500', '124521.957500', '124522.417500', '124522.877500', '124523.337500', '124523.797500', '124524.257500', '124524.717500', '124525.177500', '124525.637500', '124526.097500', '124526.557500', '124527.017500', '124527.477500', '124527.937500', '124528.397500', '124528.857500', '124529.317500', '124529.777500', '124530.237500', '124530.697500', '124531.157500', '124531.617500', '124532.077500', '124532.537500', '124532.997500', '124533.457500', '124533.917500', '124534.377500', '124534.837500', '124535.297500', '124535.757500', '124536.217500', '124536.677500', '124537.137500', '124537.597500', '124538.057500', '124538.517500', '124538.977500', '124539.437500', '124539.897500', '124540.357500', '124540.817500', '124541.277500', '124541.737500', '124542.197500', '124542.657500', '124543.117500', '124543.577500', '124544.037500', '124544.497500', '124544.957500', '124545.417500', '124545.877500', '124546.337500', '124546.797500', '124547.257500', '124547.717500', '124548.177500', '124548.637500', '124549.097500', '124549.557500', '124550.017500', '124550.477500', '124550.937500', '124551.397500', '124551.857500', '124552.317500', '124552.777500', '124553.237500', '124553.697500', '124554.157500', '124554.617500', '124555.077500', '124555.537500', '124555.997500', '124556.457500', '124556.917500', '124557.377500', '124557.837500', '124558.297500', '124558.757500', '124559.217500', '124559.677500', '124600.137500', '124600.597500', '124601.057500', '124601.517500', '124601.977500', '124602.437500', '124602.897500', '124603.357500', '124603.817500', '124604.277500', '124604.737500', '124605.197500', '124605.657500', '124606.117500', '124606.577500', '124607.037500', '124607.497500', '124607.957500', '124608.417500', '124608.877500', '124609.337500', '124609.797500', '124610.257500', '124610.717500', '124611.177500', '124611.637500', '124612.097500', '124612.557500', '124613.017500', '124613.477500', '124613.937500', '124614.397500', '124614.857500', '124615.317500', '124615.777500', '124616.237500', '124616.697500', '124617.157500', '124617.617500', '124618.077500', '124618.537500', '124618.997500', '124619.457500', '124619.917500', '124620.377500', '124620.837500', '124621.297500', '124621.757500', '124622.217500', '124622.677500', '124623.137500', '124623.597500', '124624.057500', '124624.517500', '124624.977500', '124625.437500', '124625.897500', '124626.357500', '124626.817500', '124627.277500', '124627.737500', '124628.197500', '124628.657500', '124629.117500', '124629.577500', '124630.037500', '124630.497500', '124630.957500', '124631.417500', '124631.877500', '124632.337500', '124632.797500', '124633.257500', '124633.717500', '124634.177500', '124634.637500', '124635.097500', '124635.557500', '124636.017500', '124636.477500', '124636.937500', '124637.397500', '124637.857500', '124638.317500', '124638.777500', '124639.237500', '124639.697500', '124640.157500', '124640.617500', '124641.077500', '124641.537500', '124641.997500', '124642.457500', '124642.917500', '124643.377500', '124643.837500', '124644.297500', '124644.757500', '124645.217500', '124645.677500', '124646.137500', '124646.597500', '124647.057500', '124647.517500', '124647.977500', '124648.437500', '124648.897500', '124649.357500', '124649.817500', '124650.277500', '124650.737500', '124651.197500', '124651.657500', '124652.117500', '124652.577500', '124653.037500', '124653.497500', '124653.957500', '124654.417500', '124654.877500', '124655.337500', '124655.797500', '124656.257500', '124656.717500', '124657.177500', '124657.637500', '124658.097500', '124658.557500', '124659.017500', '124659.477500', '124659.937500', '124700.397500', '124700.857500', '124701.317500', '124701.777500', '124702.237500', '124702.697500', '124703.157500', '124703.617500', '124704.077500', '124704.537500', '124704.997500', '124705.457500', '124705.917500', '124706.377500', '124706.837500', '124707.297500', '124707.757500', '124708.217500', '124708.677500', '124709.137500', '124709.597500', '124710.057500', '124710.517500', '124710.977500', '124711.437500', '124711.897500', '124712.357500', '124712.817500', '124713.277500', '124713.737500', '124714.197500', '124714.657500', '124715.117500', '124715.577500', '124716.037500', '124716.497500', '124716.957500', '124717.417500', '124717.877500', '124718.337500', '124718.797500', '124719.257500', '124719.717500', '124720.177500', '124720.637500', '124721.097500', '124721.557500', '124722.017500', '124722.477500', '124722.937500', '124723.397500', '124723.857500', '124724.317500', '124724.777500', '124725.237500', '124725.697500', '124726.157500', '124726.617500', '124727.077500', '124727.537500', '124727.997500', '124728.457500', '124728.917500', '124729.377500', '124729.837500', '124730.297500', '124730.757500', '124731.217500', '124731.677500', '124732.137500', '124732.597500', '124733.057500', '124733.517500', '124733.977500', '124734.437500', '124734.897500', '124735.357500', '124735.817500', '124736.277500', '124736.737500', '124737.197500', '124737.657500', '124738.117500', '124738.577500', '124739.037500', '124739.497500', '124739.957500', '124740.417500', '124740.877500', '124741.337500', '124741.797500', '124742.257500', '124742.717500', '124743.177500', '124743.637500', '124744.097500', '124744.557500', '124745.017500', '124745.477500', '124745.937500', '124746.397500', '124746.857500', '124747.317500', '124747.777500', '124748.237500', '124748.697500', '124749.157500', '124749.617500', '124750.077500', '124750.537500', '124750.997500', '124751.457500', '124751.917500', '124752.377500', '124752.837500', '124753.297500', '124753.757500', '124754.217500', '124754.677500', '124755.137500', '124755.597500', '124756.057500', '124756.517500', '124756.977500', '124757.437500', '124757.897500', '124758.357500', '124758.817500', '124759.277500', '124759.737500', '124800.197500', '124800.657500', '124801.117500', '124801.577500', '124802.037500', '124802.497500', '124802.957500', '124803.417500', '124803.877500', '124804.337500', '124804.797500', '124805.257500', '124805.717500', '124806.177500', '124806.637500', '124807.097500', '124807.557500', '124808.017500', '124808.477500', '124808.937500', '124809.397500', '124809.857500', '124810.317500', '124810.777500', '124811.237500', '124811.697500', '124812.157500', '124812.617500', '124813.077500', '124813.537500', '124813.997500', '124814.457500', '124814.917500', '124815.377500', '124815.837500', '124816.297500', '124816.757500', '124817.217500', '124817.677500', '124818.137500', '124818.597500', '124819.057500', '124819.517500', '124819.977500', '124820.437500', '124820.897500', '124821.357500', '124821.817500', '124822.277500', '124822.737500', '124823.197500', '124823.657500', '124824.117500', '124824.577500', '124825.037500', '124825.497500', '124825.957500', '124826.417500', '124826.877500', '124827.337500', '124827.797500', '124828.257500', '124828.717500', '124829.177500', '124829.637500', '124830.097500', '124830.557500', '124831.017500', '124831.477500', '124831.937500', '124832.397500', '124832.857500', '124833.317500', '124833.777500', '124834.237500', '124834.697500', '124835.157500', '124835.617500', '124836.077500', '124836.537500', '124836.997500', '124837.457500', '124837.917500', '124838.377500', '124838.837500', '124839.297500', '124839.757500', '124840.217500', '124840.677500', '124841.137500', '124841.597500', '124842.057500', '124842.517500', '124842.977500', '124843.437500', '124843.897500', '124844.357500', '124844.817500', '124845.277500', '124845.737500', '124846.197500', '124846.657500', '124847.117500', '124847.577500', '124848.037500', '124848.497500', '124848.957500', '124849.417500', '124849.877500', '124850.337500', '124850.797500', '124851.257500', '124851.717500', '124852.177500', '124852.637500', '124853.097500', '124853.557500', '124854.017500', '124854.477500', '124854.937500', '124855.397500', '124855.857500', '124856.317500', '124856.777500', '124857.237500', '124857.697500', '124858.157500', '124858.617500', '124859.077500', '124859.537500', '124859.997500', '124900.457500', '124900.917500', '124901.377500', '124901.837500', '124902.297500', '124902.757500', '124903.217500', '124903.677500', '124904.137500', '124904.597500', '124905.057500', '124905.517500', '124905.977500', '124906.437500', '124906.897500', '124907.357500', '124907.817500', '124908.277500', '124908.737500', '124909.197500', '124909.657500', '124910.117500', '124910.577500', '124911.037500', '124911.497500', '124911.957500', '124912.417500', '124912.877500', '124913.337500', '124913.797500', '124914.257500', '124914.717500', '124915.177500', '124915.637500', '124916.097500', '124916.557500', '124917.017500', '124917.477500', '124917.937500', '124918.397500', '124918.857500', '124919.317500', '124919.777500', '124920.237500', '124920.697500', '124921.157500', '124921.617500', '124922.077500', '124922.537500', '124922.997500', '124923.457500', '124923.917500', '124924.377500', '124924.837500', '124925.297500', '124925.757500', '124926.217500', '124926.677500', '124927.137500', '124927.597500', '124928.057500', '124928.517500', '124928.977500', '124929.437500', '124929.897500', '124930.357500', '124930.817500', '124931.277500', '124931.737500', '124932.197500', '124932.657500', '124933.117500', '124933.577500', '124934.037500', '124934.497500', '124934.957500', '124935.417500', '124935.877500', '124936.337500', '124936.797500', '124937.257500', '124937.717500', '124938.177500', '124938.637500', '124939.097500', '124939.557500', '124940.017500', '124940.477500', '124940.937500', '124941.397500', '124941.857500', '124942.317500', '124942.777500', '124943.237500', '124943.697500', '124944.157500', '124944.617500', '124945.077500', '124945.537500', '124945.997500', '124946.457500', '124946.917500', '124947.377500', '124947.837500', '124948.297500', '124948.757500', '124949.217500', '124949.677500', '124950.137500', '124950.597500', '124951.057500', '124951.517500', '124951.977500', '124952.437500', '124952.897500', '124953.357500', '124953.817500', '124954.277500', '124954.737500', '124955.197500', '124955.657500', '124956.117500', '124956.577500', '124957.037500', '124957.497500', '124957.957500', '124958.417500', '124958.877500', '124959.337500', '124959.797500', '125000.257500', '125000.717500', '125001.177500', '125001.637500', '125002.097500', '125002.557500', '125003.017500', '125003.477500', '125003.937500', '125004.397500', '125004.857500', '125005.317500', '125005.777500', '125006.237500', '125006.697500', '125007.157500', '125007.617500', '125008.077500', '125008.537500', '125008.997500', '125009.457500', '125009.917500', '125010.377500', '125010.837500', '125011.297500', '125011.757500', '125012.217500', '125012.677500', '125013.137500', '125013.597500', '125014.057500', '125014.517500', '125014.977500', '125015.437500', '125015.897500', '125016.357500', '125016.817500', '125017.277500', '125017.737500', '125018.197500', '125018.657500', '125019.117500', '125019.577500', '125020.037500', '125020.497500', '125020.957500', '125021.417500', '125021.877500', '125022.337500', '125022.797500', '125023.257500', '125023.717500', '125024.177500', '125024.637500', '125025.097500', '125025.557500', '125026.017500', '125026.477500', '125026.937500', '125027.397500', '125027.857500', '125028.317500', '125028.777500', '125029.237500', '125029.697500', '125030.157500', '125030.617500', '125031.077500', '125031.537500', '125031.997500', '125032.457500', '125032.917500', '125033.377500', '125033.837500', '125034.297500', '125034.757500', '125035.217500', '125035.677500', '125036.137500', '125036.597500', '125037.057500', '125037.517500', '125037.977500', '125038.437500', '125038.897500', '125039.357500', '125039.817500'], 'ContentTime': ['124201.416000', '124201.419000', '124201.422000', '124201.425000', '124201.429000', '124201.432000', '124201.435000', '124201.438000', '124201.441000', '124201.444000', '124201.447000', '124201.450000', '124201.454000', '124201.458000', '124201.461000', '124201.466000', '124201.469000', '124201.472000', '124201.475000', '124201.478000', '124201.482000', '124201.489000', '124201.492000', '124201.495000', '124201.498000', '124201.501000', '124201.504000', '124201.507000', '124221.327000', '124221.330000', '124221.333000', '124221.336000', '124221.339000', '124221.342000', '124221.345000', '124221.348000', '124221.351000', '124221.354000', '124221.357000', '124221.376000', '124221.379000', '124221.383000', '124221.386000', '124221.389000', '124221.392000', '124221.395000', '124221.397000', '124221.401000', '124221.403000', '124221.406000', '124221.409000', '124221.413000', '124221.416000', '124221.419000', '124221.422000', '124221.425000', '124221.428000', '124221.431000', '124221.434000', '124221.437000', '124221.440000', '124221.443000', '124221.446000', '124221.450000', '124221.453000', '124221.455000', '124221.458000', '124221.461000', '124221.464000', '124221.467000', '124221.470000', '124221.473000', '124241.328000', '124241.331000', '124241.334000', '124241.337000', '124241.340000', '124241.343000', '124241.346000', '124241.349000', '124241.352000', '124241.355000', '124241.358000', '124241.361000', '124241.365000', '124241.368000', '124241.371000', '124241.373000', '124241.376000', '124241.379000', '124241.382000', '124241.385000', '124241.388000', '124241.391000', '124241.394000', '124241.397000', '124241.400000', '124241.403000', '124241.406000', '124241.410000', '124241.413000', '124241.416000', '124241.419000', '124241.422000', '124241.425000', '124241.428000', '124241.431000', '124241.435000', '124241.438000', '124241.442000', '124241.445000', '124241.448000', '124241.451000', '124241.454000', '124241.457000', '124301.328000', '124301.331000', '124301.340000', '124301.343000', '124301.346000', '124301.349000', '124301.352000', '124301.355000', '124301.357000', '124301.360000', '124301.363000', '124301.374000', '124301.377000', '124301.379000', '124301.382000', '124301.385000', '124301.388000', '124301.391000', '124301.394000', '124301.397000', '124301.400000', '124301.403000', '124301.406000', '124301.408000', '124301.411000', '124301.414000', '124301.417000', '124301.420000', '124301.423000', '124301.426000', '124301.429000', '124301.432000', '124301.435000', '124301.437000', '124301.440000', '124301.443000', '124301.446000', '124301.449000', '124301.452000', '124301.455000', '124301.458000', '124301.461000', '124301.464000', '124301.467000', '124321.328000', '124321.331000', '124321.334000', '124321.337000', '124321.340000', '124321.343000', '124321.346000', '124321.348000', '124321.351000', '124321.354000', '124321.357000', '124321.360000', '124321.363000', '124321.366000', '124321.369000', '124321.372000', '124321.375000', '124321.378000', '124321.381000', '124321.383000', '124321.386000', '124321.389000', '124321.392000', '124321.395000', '124321.398000', '124321.401000', '124321.404000', '124321.407000', '124321.410000', '124321.413000', '124321.415000', '124321.418000', '124321.421000', '124321.424000', '124321.427000', '124321.430000', '124321.433000', '124321.436000', '124321.439000', '124321.442000', '124321.445000', '124321.448000', '124321.451000', '124341.328000', '124341.331000', '124341.334000', '124341.337000', '124341.340000', '124341.343000', '124341.346000', '124341.349000', '124341.352000', '124341.355000', '124341.358000', '124341.361000', '124341.364000', '124341.367000', '124341.370000', '124341.372000', '124341.375000', '124341.378000', '124341.381000', '124341.384000', '124341.387000', '124341.390000', '124341.393000', '124341.396000', '124341.399000', '124341.402000', '124341.404000', '124341.407000', '124341.410000', '124341.413000', '124341.416000', '124341.419000', '124341.422000', '124341.425000', '124341.428000', '124341.431000', '124341.434000', '124341.437000', '124341.439000', '124341.442000', '124341.445000', '124341.448000', '124341.451000', '124341.454000', '124401.327000', '124401.330000', '124401.333000', '124401.336000', '124401.339000', '124401.342000', '124401.344000', '124401.347000', '124401.350000', '124401.353000', '124401.356000', '124401.359000', '124401.362000', '124401.365000', '124401.368000', '124401.371000', '124401.374000', '124401.377000', '124401.380000', '124401.383000', '124401.385000', '124401.388000', '124401.391000', '124401.394000', '124401.397000', '124401.400000', '124401.403000', '124401.406000', '124401.409000', '124401.412000', '124401.415000', '124401.418000', '124401.421000', '124401.424000', '124401.426000', '124401.430000', '124401.432000', '124401.435000', '124401.438000', '124401.441000', '124401.444000', '124401.447000', '124401.450000', '124421.327000', '124421.330000', '124421.333000', '124421.336000', '124421.339000', '124421.342000', '124421.344000', '124421.347000', '124421.350000', '124421.353000', '124421.356000', '124421.359000', '124421.362000', '124421.371000', '124421.374000', '124421.377000', '124421.380000', '124421.383000', '124421.386000', '124421.389000', '124421.392000', '124421.395000', '124421.398000', '124421.400000', '124421.403000', '124421.406000', '124421.409000', '124421.412000', '124421.415000', '124421.418000', '124421.421000', '124421.424000', '124421.427000', '124421.429000', '124421.432000', '124421.435000', '124421.438000', '124421.441000', '124421.444000', '124421.447000', '124421.459000', '124421.462000', '124421.465000', '124421.468000', '124441.327000', '124441.330000', '124441.333000', '124441.336000', '124441.339000', '124441.342000', '124441.357000', '124441.360000', '124441.363000', '124441.366000', '124441.369000', '124441.372000', '124441.375000', '124441.378000', '124441.381000', '124441.384000', '124441.386000', '124441.389000', '124441.392000', '124441.395000', '124441.398000', '124441.401000', '124441.404000', '124441.407000', '124441.410000', '124441.413000', '124441.416000', '124441.419000', '124441.421000', '124441.424000', '124441.427000', '124441.430000', '124441.433000', '124441.436000', '124441.439000', '124441.442000', '124441.445000', '124441.448000', '124441.451000', '124441.454000', '124441.457000', '124441.459000', '124441.462000', '124501.328000', '124501.331000', '124501.334000', '124501.337000', '124501.340000', '124501.343000', '124501.346000', '124501.349000', '124501.353000', '124501.356000', '124501.359000', '124501.362000', '124501.365000', '124501.367000', '124501.370000', '124501.373000', '124501.376000', '124501.379000', '124501.382000', '124501.385000', '124501.388000', '124501.391000', '124501.394000', '124501.397000', '124501.400000', '124501.403000', '124501.406000', '124501.409000', '124501.411000', '124501.414000', '124501.417000', '124501.420000', '124501.423000', '124501.426000', '124501.429000', '124501.432000', '124501.435000', '124501.438000', '124501.441000', '124501.444000', '124501.447000', '124501.449000', '124501.452000', '124521.328000', '124521.331000', '124521.334000', '124521.337000', '124521.340000', '124521.343000', '124521.346000', '124521.349000', '124521.352000', '124521.355000', '124521.358000', '124521.361000', '124521.364000', '124521.366000', '124521.369000', '124521.372000', '124521.375000', '124521.378000', '124521.381000', '124521.384000', '124521.387000', '124521.390000', '124521.393000', '124521.396000', '124521.398000', '124521.401000', '124521.404000', '124521.407000', '124521.410000', '124521.413000', '124521.416000', '124521.419000', '124521.422000', '124521.425000', '124521.428000', '124521.431000', '124521.434000', '124521.436000', '124521.439000', '124521.442000', '124521.445000', '124521.448000', '124521.451000', '124521.454000', '124541.328000', '124541.331000', '124541.334000', '124541.337000', '124541.340000', '124541.344000', '124541.347000', '124541.350000', '124541.353000', '124541.356000', '124541.359000', '124541.362000', '124541.365000', '124541.368000', '124541.371000', '124541.374000', '124541.377000', '124541.380000', '124541.383000', '124541.386000', '124541.389000', '124541.391000', '124541.395000', '124541.397000', '124541.400000', '124541.403000', '124541.406000', '124541.409000', '124541.412000', '124541.415000', '124541.418000', '124541.421000', '124541.424000', '124541.427000', '124541.430000', '124541.433000', '124541.435000', '124541.438000', '124541.441000', '124541.444000', '124541.447000', '124541.450000', '124541.453000', '124601.328000', '124601.331000', '124601.334000', '124601.337000', '124601.340000', '124601.343000', '124601.346000', '124601.349000', '124601.352000', '124601.355000', '124601.358000', '124601.361000', '124601.364000', '124601.367000', '124601.370000', '124601.373000', '124601.375000', '124601.378000', '124601.381000', '124601.384000', '124601.387000', '124601.390000', '124601.393000', '124601.396000', '124601.399000', '124601.402000', '124601.405000', '124601.408000', '124601.411000', '124601.414000', '124601.417000', '124601.420000', '124601.429000', '124601.432000', '124601.435000', '124601.438000', '124601.441000', '124601.444000', '124601.447000', '124601.449000', '124601.452000', '124601.455000', '124601.458000', '124601.461000', '124621.327000', '124621.330000', '124621.334000', '124621.337000', '124621.340000', '124621.343000', '124621.346000', '124621.349000', '124621.352000', '124621.355000', '124621.358000', '124621.361000', '124621.364000', '124621.367000', '124621.370000', '124621.373000', '124621.377000', '124621.380000', '124621.383000', '124621.386000', '124621.389000', '124621.393000', '124621.396000', '124621.399000', '124621.402000', '124621.405000', '124621.408000', '124621.411000', '124621.414000', '124621.417000', '124621.420000', '124621.423000', '124621.426000', '124621.429000', '124621.432000', '124621.435000', '124621.438000', '124621.441000', '124621.444000', '124621.447000', '124621.450000', '124621.453000', '124621.457000', '124641.327000', '124641.330000', '124641.333000', '124641.336000', '124641.339000', '124641.342000', '124641.345000', '124641.348000', '124641.351000', '124641.354000', '124641.357000', '124641.360000', '124641.363000', '124641.365000', '124641.368000', '124641.371000', '124641.374000', '124641.377000', '124641.380000', '124641.383000', '124641.386000', '124641.389000', '124641.392000', '124641.395000', '124641.398000', '124641.401000', '124641.404000', '124641.406000', '124641.410000', '124641.412000', '124641.415000', '124641.418000', '124641.421000', '124641.424000', '124641.427000', '124641.430000', '124641.433000', '124641.436000', '124641.439000', '124641.442000', '124641.445000', '124641.448000', '124641.451000', '124641.453000', '124701.327000', '124701.330000', '124701.333000', '124701.336000', '124701.339000', '124701.342000', '124701.345000', '124701.348000', '124701.351000', '124701.354000', '124701.357000', '124701.360000', '124701.363000', '124701.366000', '124701.369000', '124701.371000', '124701.374000', '124701.378000', '124701.384000', '124701.387000', '124701.390000', '124701.393000', '124701.396000', '124701.399000', '124701.402000', '124701.405000', '124701.408000', '124701.411000', '124701.414000', '124701.417000', '124701.420000', '124701.423000', '124701.426000', '124701.428000', '124701.431000', '124701.434000', '124701.437000', '124701.440000', '124701.443000', '124701.446000', '124701.449000', '124701.454000', '124701.457000', '124721.328000', '124721.331000', '124721.334000', '124721.337000', '124721.340000', '124721.343000', '124721.346000', '124721.349000', '124721.352000', '124721.355000', '124721.358000', '124721.361000', '124721.364000', '124721.367000', '124721.369000', '124721.373000', '124721.375000', '124721.378000', '124721.381000', '124721.384000', '124721.387000', '124721.390000', '124721.393000', '124721.396000', '124721.399000', '124721.402000', '124721.405000', '124721.408000', '124721.411000', '124721.414000', '124721.416000', '124721.419000', '124721.422000', '124721.425000', '124721.428000', '124721.431000', '124721.434000', '124721.437000', '124721.440000', '124721.443000', '124721.446000', '124721.448000', '124721.451000', '124721.454000', '124741.328000', '124741.331000', '124741.334000', '124741.337000', '124741.340000', '124741.343000', '124741.346000', '124741.349000', '124741.352000', '124741.355000', '124741.358000', '124741.361000', '124741.364000', '124741.367000', '124741.370000', '124741.373000', '124741.375000', '124741.378000', '124741.381000', '124741.384000', '124741.387000', '124741.390000', '124741.393000', '124741.396000', '124741.399000', '124741.402000', '124741.405000', '124741.408000', '124741.411000', '124741.414000', '124741.417000', '124741.420000', '124741.423000', '124741.426000', '124741.429000', '124741.432000', '124741.435000', '124741.438000', '124741.441000', '124741.444000', '124741.447000', '124741.449000', '124741.452000', '124801.328000', '124801.331000', '124801.334000', '124801.337000', '124801.340000', '124801.343000', '124801.355000', '124801.358000', '124801.361000', '124801.363000', '124801.366000', '124801.369000', '124801.372000', '124801.375000', '124801.378000', '124801.381000', '124801.384000', '124801.387000', '124801.390000', '124801.393000', '124801.396000', '124801.399000', '124801.402000', '124801.405000', '124801.407000', '124801.410000', '124801.413000', '124801.416000', '124801.419000', '124801.422000', '124801.425000', '124801.428000', '124801.431000', '124801.434000', '124801.437000', '124801.440000', '124801.443000', '124801.445000', '124801.448000', '124801.451000', '124801.454000', '124801.457000', '124801.460000', '124801.463000', '124821.328000', '124821.331000', '124821.334000', '124821.337000', '124821.340000', '124821.343000', '124821.346000', '124821.349000', '124821.352000', '124821.355000', '124821.358000', '124821.361000', '124821.365000', '124821.373000', '124821.375000', '124821.378000', '124821.381000', '124821.384000', '124821.387000', '124821.390000', '124821.393000', '124821.396000', '124821.399000', '124821.402000', '124821.405000', '124821.408000', '124821.411000', '124821.414000', '124821.417000', '124821.420000', '124821.423000', '124821.426000', '124821.429000', '124821.434000', '124821.438000', '124821.447000', '124821.449000', '124821.452000', '124821.455000', '124821.458000', '124821.461000', '124821.464000', '124821.467000', '124841.327000', '124841.330000', '124841.333000', '124841.336000', '124841.339000', '124841.342000', '124841.345000', '124841.348000', '124841.351000', '124841.354000', '124841.357000', '124841.370000', '124841.373000', '124841.376000', '124841.379000', '124841.382000', '124841.385000', '124841.388000', '124841.390000', '124841.393000', '124841.396000', '124841.399000', '124841.402000', '124841.408000', '124841.411000', '124841.414000', '124841.417000', '124841.420000', '124841.423000', '124841.426000', '124841.429000', '124841.432000', '124841.435000', '124841.438000', '124841.441000', '124841.444000', '124841.446000', '124841.449000', '124841.452000', '124841.455000', '124841.458000', '124841.461000', '124841.464000', '124841.467000', '124901.327000', '124901.330000', '124901.333000', '124901.336000', '124901.339000', '124901.342000', '124901.345000', '124901.348000', '124901.351000', '124901.354000', '124901.372000', '124901.375000', '124901.378000', '124901.381000', '124901.383000', '124901.387000', '124901.389000', '124901.392000', '124901.395000', '124901.408000', '124901.411000', '124901.414000', '124901.417000', '124901.420000', '124901.423000', '124901.426000', '124901.428000', '124901.431000', '124901.434000', '124901.437000', '124901.440000', '124901.444000', '124901.447000', '124901.450000', '124901.453000', '124901.456000', '124901.459000', '124901.462000', '124901.465000', '124901.468000', '124901.471000', '124901.474000', '124901.477000', '124921.327000', '124921.330000', '124921.333000', '124921.336000', '124921.339000', '124921.342000', '124921.345000', '124921.348000', '124921.351000', '124921.354000', '124921.357000', '124921.360000', '124921.363000', '124921.366000', '124921.369000', '124921.371000', '124921.374000', '124921.377000', '124921.380000', '124921.383000', '124921.386000', '124921.389000', '124921.392000', '124921.395000', '124921.398000', '124921.401000', '124921.404000', '124921.407000', '124921.410000', '124921.413000', '124921.416000', '124921.418000', '124921.421000', '124921.424000', '124921.427000', '124921.430000', '124921.433000', '124921.436000', '124921.439000', '124921.442000', '124921.445000', '124921.448000', '124921.451000', '124921.454000', '124941.328000', '124941.331000', '124941.334000', '124941.337000', '124941.340000', '124941.343000', '124941.346000', '124941.349000', '124941.352000', '124941.355000', '124941.358000', '124941.361000', '124941.364000', '124941.367000', '124941.370000', '124941.373000', '124941.376000', '124941.379000', '124941.382000', '124941.385000', '124941.387000', '124941.390000', '124941.393000', '124941.396000', '124941.400000', '124941.403000', '124941.406000', '124941.409000', '124941.412000', '124941.415000', '124941.418000', '124941.421000', '124941.424000', '124941.427000', '124941.430000', '124941.433000', '124941.436000', '124941.438000', '124941.441000', '124941.444000', '124941.447000', '124941.450000', '124941.453000', '125001.328000', '125001.331000', '125001.334000', '125001.337000', '125001.340000', '125001.343000', '125001.346000', '125001.349000', '125001.352000', '125001.355000', '125001.358000', '125001.361000', '125001.364000', '125001.368000', '125001.371000', '125001.374000', '125001.377000', '125001.380000', '125001.383000', '125001.386000', '125001.388000', '125001.391000', '125001.394000', '125001.397000', '125001.400000', '125001.403000', '125001.406000', '125001.409000', '125001.412000', '125001.415000', '125001.418000', '125001.421000', '125001.424000', '125001.427000', '125001.430000', '125001.433000', '125001.442000', '125001.445000', '125001.448000', '125001.451000', '125001.454000', '125001.457000', '125001.459000', '125001.463000', '125021.328000', '125021.336000', '125021.339000', '125021.342000', '125021.345000', '125021.348000', '125021.367000', '125021.371000', '125021.374000', '125021.377000', '125021.380000', '125021.382000', '125021.385000', '125021.388000', '125021.391000', '125021.394000', '125021.397000', '125021.400000', '125021.403000', '125021.406000', '125021.409000', '125021.412000', '125021.415000', '125021.418000', '125021.420000', '125021.424000', '125021.426000', '125021.429000', '125021.432000', '125021.435000', '125021.438000', '125021.441000', '125021.444000', '125021.447000', '125021.450000', '125021.453000', '125021.455000', '125021.458000', '125021.461000', '125021.464000', '125021.467000', '125021.470000', '125021.473000', '125040.879000', '125040.883000', '125040.886000', '125040.889000', '125040.893000', '125040.896000', '125040.899000', '125040.902000', '125040.906000', '125040.910000', '125040.913000', '125040.916000', '125040.919000', '125040.922000', '125040.925000', '125040.928000', '125040.931000', '125040.934000', '125040.937000', '125040.940000', '125040.943000', '125040.946000', '125040.949000', '125040.953000', '125040.956000', '125040.959000', '125040.962000', '125040.965000', '125040.968000', '125040.971000', '125040.974000', '125040.977000', '125040.980000', '125040.983000', '125040.986000', '125040.989000', '125040.992000', '125040.995000', '125040.998000', '125041.002000', '125041.005000', '125041.008000', '125041.011000'], 'InstanceCreationTime': ['124201.416000', '124201.419000', '124201.422000', '124201.425000', '124201.429000', '124201.432000', '124201.435000', '124201.438000', '124201.441000', '124201.444000', '124201.447000', '124201.450000', '124201.454000', '124201.458000', '124201.461000', '124201.466000', '124201.469000', '124201.472000', '124201.475000', '124201.478000', '124201.482000', '124201.489000', '124201.492000', '124201.495000', '124201.498000', '124201.501000', '124201.504000', '124201.507000', '124221.327000', '124221.330000', '124221.333000', '124221.336000', '124221.339000', '124221.342000', '124221.345000', '124221.348000', '124221.351000', '124221.354000', '124221.357000', '124221.376000', '124221.379000', '124221.383000', '124221.386000', '124221.389000', '124221.392000', '124221.395000', '124221.397000', '124221.401000', '124221.403000', '124221.406000', '124221.409000', '124221.413000', '124221.416000', '124221.419000', '124221.422000', '124221.425000', '124221.428000', '124221.431000', '124221.434000', '124221.437000', '124221.440000', '124221.443000', '124221.446000', '124221.450000', '124221.453000', '124221.455000', '124221.458000', '124221.461000', '124221.464000', '124221.467000', '124221.470000', '124221.473000', '124241.328000', '124241.331000', '124241.334000', '124241.337000', '124241.340000', '124241.343000', '124241.346000', '124241.349000', '124241.352000', '124241.355000', '124241.358000', '124241.361000', '124241.365000', '124241.368000', '124241.371000', '124241.373000', '124241.376000', '124241.379000', '124241.382000', '124241.385000', '124241.388000', '124241.391000', '124241.394000', '124241.397000', '124241.400000', '124241.403000', '124241.406000', '124241.410000', '124241.413000', '124241.416000', '124241.419000', '124241.422000', '124241.425000', '124241.428000', '124241.431000', '124241.435000', '124241.438000', '124241.442000', '124241.445000', '124241.448000', '124241.451000', '124241.454000', '124241.457000', '124301.328000', '124301.331000', '124301.340000', '124301.343000', '124301.346000', '124301.349000', '124301.352000', '124301.355000', '124301.357000', '124301.360000', '124301.363000', '124301.374000', '124301.377000', '124301.379000', '124301.382000', '124301.385000', '124301.388000', '124301.391000', '124301.394000', '124301.397000', '124301.400000', '124301.403000', '124301.406000', '124301.408000', '124301.411000', '124301.414000', '124301.417000', '124301.420000', '124301.423000', '124301.426000', '124301.429000', '124301.432000', '124301.435000', '124301.437000', '124301.440000', '124301.443000', '124301.446000', '124301.449000', '124301.452000', '124301.455000', '124301.458000', '124301.461000', '124301.464000', '124301.467000', '124321.328000', '124321.331000', '124321.334000', '124321.337000', '124321.340000', '124321.343000', '124321.346000', '124321.348000', '124321.351000', '124321.354000', '124321.357000', '124321.360000', '124321.363000', '124321.366000', '124321.369000', '124321.372000', '124321.375000', '124321.378000', '124321.381000', '124321.383000', '124321.386000', '124321.389000', '124321.392000', '124321.395000', '124321.398000', '124321.401000', '124321.404000', '124321.407000', '124321.410000', '124321.413000', '124321.415000', '124321.418000', '124321.421000', '124321.424000', '124321.427000', '124321.430000', '124321.433000', '124321.436000', '124321.439000', '124321.442000', '124321.445000', '124321.448000', '124321.451000', '124341.328000', '124341.331000', '124341.334000', '124341.337000', '124341.340000', '124341.343000', '124341.346000', '124341.349000', '124341.352000', '124341.355000', '124341.358000', '124341.361000', '124341.364000', '124341.367000', '124341.370000', '124341.372000', '124341.375000', '124341.378000', '124341.381000', '124341.384000', '124341.387000', '124341.390000', '124341.393000', '124341.396000', '124341.399000', '124341.402000', '124341.404000', '124341.407000', '124341.410000', '124341.413000', '124341.416000', '124341.419000', '124341.422000', '124341.425000', '124341.428000', '124341.431000', '124341.434000', '124341.437000', '124341.439000', '124341.442000', '124341.445000', '124341.448000', '124341.451000', '124341.454000', '124401.327000', '124401.330000', '124401.333000', '124401.336000', '124401.339000', '124401.342000', '124401.344000', '124401.347000', '124401.350000', '124401.353000', '124401.356000', '124401.359000', '124401.362000', '124401.365000', '124401.368000', '124401.371000', '124401.374000', '124401.377000', '124401.380000', '124401.383000', '124401.385000', '124401.388000', '124401.391000', '124401.394000', '124401.397000', '124401.400000', '124401.403000', '124401.406000', '124401.409000', '124401.412000', '124401.415000', '124401.418000', '124401.421000', '124401.424000', '124401.426000', '124401.430000', '124401.432000', '124401.435000', '124401.438000', '124401.441000', '124401.444000', '124401.447000', '124401.450000', '124421.327000', '124421.330000', '124421.333000', '124421.336000', '124421.339000', '124421.342000', '124421.344000', '124421.347000', '124421.350000', '124421.353000', '124421.356000', '124421.359000', '124421.362000', '124421.371000', '124421.374000', '124421.377000', '124421.380000', '124421.383000', '124421.386000', '124421.389000', '124421.392000', '124421.395000', '124421.398000', '124421.400000', '124421.403000', '124421.406000', '124421.409000', '124421.412000', '124421.415000', '124421.418000', '124421.421000', '124421.424000', '124421.427000', '124421.429000', '124421.432000', '124421.435000', '124421.438000', '124421.441000', '124421.444000', '124421.447000', '124421.459000', '124421.462000', '124421.465000', '124421.468000', '124441.327000', '124441.330000', '124441.333000', '124441.336000', '124441.339000', '124441.342000', '124441.357000', '124441.360000', '124441.363000', '124441.366000', '124441.369000', '124441.372000', '124441.375000', '124441.378000', '124441.381000', '124441.384000', '124441.386000', '124441.389000', '124441.392000', '124441.395000', '124441.398000', '124441.401000', '124441.404000', '124441.407000', '124441.410000', '124441.413000', '124441.416000', '124441.419000', '124441.421000', '124441.424000', '124441.427000', '124441.430000', '124441.433000', '124441.436000', '124441.439000', '124441.442000', '124441.445000', '124441.448000', '124441.451000', '124441.454000', '124441.457000', '124441.459000', '124441.462000', '124501.328000', '124501.331000', '124501.334000', '124501.337000', '124501.340000', '124501.343000', '124501.346000', '124501.349000', '124501.353000', '124501.356000', '124501.359000', '124501.362000', '124501.365000', '124501.367000', '124501.370000', '124501.373000', '124501.376000', '124501.379000', '124501.382000', '124501.385000', '124501.388000', '124501.391000', '124501.394000', '124501.397000', '124501.400000', '124501.403000', '124501.406000', '124501.409000', '124501.411000', '124501.414000', '124501.417000', '124501.420000', '124501.423000', '124501.426000', '124501.429000', '124501.432000', '124501.435000', '124501.438000', '124501.441000', '124501.444000', '124501.447000', '124501.449000', '124501.452000', '124521.328000', '124521.331000', '124521.334000', '124521.337000', '124521.340000', '124521.343000', '124521.346000', '124521.349000', '124521.352000', '124521.355000', '124521.358000', '124521.361000', '124521.364000', '124521.366000', '124521.369000', '124521.372000', '124521.375000', '124521.378000', '124521.381000', '124521.384000', '124521.387000', '124521.390000', '124521.393000', '124521.396000', '124521.398000', '124521.401000', '124521.404000', '124521.407000', '124521.410000', '124521.413000', '124521.416000', '124521.419000', '124521.422000', '124521.425000', '124521.428000', '124521.431000', '124521.434000', '124521.436000', '124521.439000', '124521.442000', '124521.445000', '124521.448000', '124521.451000', '124521.454000', '124541.328000', '124541.331000', '124541.334000', '124541.337000', '124541.340000', '124541.344000', '124541.347000', '124541.350000', '124541.353000', '124541.356000', '124541.359000', '124541.362000', '124541.365000', '124541.368000', '124541.371000', '124541.374000', '124541.377000', '124541.380000', '124541.383000', '124541.386000', '124541.389000', '124541.391000', '124541.395000', '124541.397000', '124541.400000', '124541.403000', '124541.406000', '124541.409000', '124541.412000', '124541.415000', '124541.418000', '124541.421000', '124541.424000', '124541.427000', '124541.430000', '124541.433000', '124541.435000', '124541.438000', '124541.441000', '124541.444000', '124541.447000', '124541.450000', '124541.453000', '124601.328000', '124601.331000', '124601.334000', '124601.337000', '124601.340000', '124601.343000', '124601.346000', '124601.349000', '124601.352000', '124601.355000', '124601.358000', '124601.361000', '124601.364000', '124601.367000', '124601.370000', '124601.373000', '124601.375000', '124601.378000', '124601.381000', '124601.384000', '124601.387000', '124601.390000', '124601.393000', '124601.396000', '124601.399000', '124601.402000', '124601.405000', '124601.408000', '124601.411000', '124601.414000', '124601.417000', '124601.420000', '124601.429000', '124601.432000', '124601.435000', '124601.438000', '124601.441000', '124601.444000', '124601.447000', '124601.449000', '124601.452000', '124601.455000', '124601.458000', '124601.461000', '124621.327000', '124621.330000', '124621.334000', '124621.337000', '124621.340000', '124621.343000', '124621.346000', '124621.349000', '124621.352000', '124621.355000', '124621.358000', '124621.361000', '124621.364000', '124621.367000', '124621.370000', '124621.373000', '124621.377000', '124621.380000', '124621.383000', '124621.386000', '124621.389000', '124621.393000', '124621.396000', '124621.399000', '124621.402000', '124621.405000', '124621.408000', '124621.411000', '124621.414000', '124621.417000', '124621.420000', '124621.423000', '124621.426000', '124621.429000', '124621.432000', '124621.435000', '124621.438000', '124621.441000', '124621.444000', '124621.447000', '124621.450000', '124621.453000', '124621.457000', '124641.327000', '124641.330000', '124641.333000', '124641.336000', '124641.339000', '124641.342000', '124641.345000', '124641.348000', '124641.351000', '124641.354000', '124641.357000', '124641.360000', '124641.363000', '124641.365000', '124641.368000', '124641.371000', '124641.374000', '124641.377000', '124641.380000', '124641.383000', '124641.386000', '124641.389000', '124641.392000', '124641.395000', '124641.398000', '124641.401000', '124641.404000', '124641.406000', '124641.410000', '124641.412000', '124641.415000', '124641.418000', '124641.421000', '124641.424000', '124641.427000', '124641.430000', '124641.433000', '124641.436000', '124641.439000', '124641.442000', '124641.445000', '124641.448000', '124641.451000', '124641.453000', '124701.327000', '124701.330000', '124701.333000', '124701.336000', '124701.339000', '124701.342000', '124701.345000', '124701.348000', '124701.351000', '124701.354000', '124701.357000', '124701.360000', '124701.363000', '124701.366000', '124701.369000', '124701.371000', '124701.374000', '124701.378000', '124701.384000', '124701.387000', '124701.390000', '124701.393000', '124701.396000', '124701.399000', '124701.402000', '124701.405000', '124701.408000', '124701.411000', '124701.414000', '124701.417000', '124701.420000', '124701.423000', '124701.426000', '124701.428000', '124701.431000', '124701.434000', '124701.437000', '124701.440000', '124701.443000', '124701.446000', '124701.449000', '124701.454000', '124701.457000', '124721.328000', '124721.331000', '124721.334000', '124721.337000', '124721.340000', '124721.343000', '124721.346000', '124721.349000', '124721.352000', '124721.355000', '124721.358000', '124721.361000', '124721.364000', '124721.367000', '124721.369000', '124721.373000', '124721.375000', '124721.378000', '124721.381000', '124721.384000', '124721.387000', '124721.390000', '124721.393000', '124721.396000', '124721.399000', '124721.402000', '124721.405000', '124721.408000', '124721.411000', '124721.414000', '124721.416000', '124721.419000', '124721.422000', '124721.425000', '124721.428000', '124721.431000', '124721.434000', '124721.437000', '124721.440000', '124721.443000', '124721.446000', '124721.448000', '124721.451000', '124721.454000', '124741.328000', '124741.331000', '124741.334000', '124741.337000', '124741.340000', '124741.343000', '124741.346000', '124741.349000', '124741.352000', '124741.355000', '124741.358000', '124741.361000', '124741.364000', '124741.367000', '124741.370000', '124741.373000', '124741.375000', '124741.378000', '124741.381000', '124741.384000', '124741.387000', '124741.390000', '124741.393000', '124741.396000', '124741.399000', '124741.402000', '124741.405000', '124741.408000', '124741.411000', '124741.414000', '124741.417000', '124741.420000', '124741.423000', '124741.426000', '124741.429000', '124741.432000', '124741.435000', '124741.438000', '124741.441000', '124741.444000', '124741.447000', '124741.449000', '124741.452000', '124801.328000', '124801.331000', '124801.334000', '124801.337000', '124801.340000', '124801.343000', '124801.355000', '124801.358000', '124801.361000', '124801.363000', '124801.366000', '124801.369000', '124801.372000', '124801.375000', '124801.378000', '124801.381000', '124801.384000', '124801.387000', '124801.390000', '124801.393000', '124801.396000', '124801.399000', '124801.402000', '124801.405000', '124801.407000', '124801.410000', '124801.413000', '124801.416000', '124801.419000', '124801.422000', '124801.425000', '124801.428000', '124801.431000', '124801.434000', '124801.437000', '124801.440000', '124801.443000', '124801.445000', '124801.448000', '124801.451000', '124801.454000', '124801.457000', '124801.460000', '124801.463000', '124821.328000', '124821.331000', '124821.334000', '124821.337000', '124821.340000', '124821.343000', '124821.346000', '124821.349000', '124821.352000', '124821.355000', '124821.358000', '124821.361000', '124821.365000', '124821.373000', '124821.375000', '124821.378000', '124821.381000', '124821.384000', '124821.387000', '124821.390000', '124821.393000', '124821.396000', '124821.399000', '124821.402000', '124821.405000', '124821.408000', '124821.411000', '124821.414000', '124821.417000', '124821.420000', '124821.423000', '124821.426000', '124821.429000', '124821.434000', '124821.438000', '124821.447000', '124821.449000', '124821.452000', '124821.455000', '124821.458000', '124821.461000', '124821.464000', '124821.467000', '124841.327000', '124841.330000', '124841.333000', '124841.336000', '124841.339000', '124841.342000', '124841.345000', '124841.348000', '124841.351000', '124841.354000', '124841.357000', '124841.370000', '124841.373000', '124841.376000', '124841.379000', '124841.382000', '124841.385000', '124841.388000', '124841.390000', '124841.393000', '124841.396000', '124841.399000', '124841.402000', '124841.408000', '124841.411000', '124841.414000', '124841.417000', '124841.420000', '124841.423000', '124841.426000', '124841.429000', '124841.432000', '124841.435000', '124841.438000', '124841.441000', '124841.444000', '124841.446000', '124841.449000', '124841.452000', '124841.455000', '124841.458000', '124841.461000', '124841.464000', '124841.467000', '124901.327000', '124901.330000', '124901.333000', '124901.336000', '124901.339000', '124901.342000', '124901.345000', '124901.348000', '124901.351000', '124901.354000', '124901.372000', '124901.375000', '124901.378000', '124901.381000', '124901.383000', '124901.387000', '124901.389000', '124901.392000', '124901.395000', '124901.408000', '124901.411000', '124901.414000', '124901.417000', '124901.420000', '124901.423000', '124901.426000', '124901.428000', '124901.431000', '124901.434000', '124901.437000', '124901.440000', '124901.444000', '124901.447000', '124901.450000', '124901.453000', '124901.456000', '124901.459000', '124901.462000', '124901.465000', '124901.468000', '124901.471000', '124901.474000', '124901.477000', '124921.327000', '124921.330000', '124921.333000', '124921.336000', '124921.339000', '124921.342000', '124921.345000', '124921.348000', '124921.351000', '124921.354000', '124921.357000', '124921.360000', '124921.363000', '124921.366000', '124921.369000', '124921.371000', '124921.374000', '124921.377000', '124921.380000', '124921.383000', '124921.386000', '124921.389000', '124921.392000', '124921.395000', '124921.398000', '124921.401000', '124921.404000', '124921.407000', '124921.410000', '124921.413000', '124921.416000', '124921.418000', '124921.421000', '124921.424000', '124921.427000', '124921.430000', '124921.433000', '124921.436000', '124921.439000', '124921.442000', '124921.445000', '124921.448000', '124921.451000', '124921.454000', '124941.328000', '124941.331000', '124941.334000', '124941.337000', '124941.340000', '124941.343000', '124941.346000', '124941.349000', '124941.352000', '124941.355000', '124941.358000', '124941.361000', '124941.364000', '124941.367000', '124941.370000', '124941.373000', '124941.376000', '124941.379000', '124941.382000', '124941.385000', '124941.387000', '124941.390000', '124941.393000', '124941.396000', '124941.400000', '124941.403000', '124941.406000', '124941.409000', '124941.412000', '124941.415000', '124941.418000', '124941.421000', '124941.424000', '124941.427000', '124941.430000', '124941.433000', '124941.436000', '124941.438000', '124941.441000', '124941.444000', '124941.447000', '124941.450000', '124941.453000', '125001.328000', '125001.331000', '125001.334000', '125001.337000', '125001.340000', '125001.343000', '125001.346000', '125001.349000', '125001.352000', '125001.355000', '125001.358000', '125001.361000', '125001.364000', '125001.368000', '125001.371000', '125001.374000', '125001.377000', '125001.380000', '125001.383000', '125001.386000', '125001.388000', '125001.391000', '125001.394000', '125001.397000', '125001.400000', '125001.403000', '125001.406000', '125001.409000', '125001.412000', '125001.415000', '125001.418000', '125001.421000', '125001.424000', '125001.427000', '125001.430000', '125001.433000', '125001.442000', '125001.445000', '125001.448000', '125001.451000', '125001.454000', '125001.457000', '125001.459000', '125001.463000', '125021.328000', '125021.336000', '125021.339000', '125021.342000', '125021.345000', '125021.348000', '125021.367000', '125021.371000', '125021.374000', '125021.377000', '125021.380000', '125021.382000', '125021.385000', '125021.388000', '125021.391000', '125021.394000', '125021.397000', '125021.400000', '125021.403000', '125021.406000', '125021.409000', '125021.412000', '125021.415000', '125021.418000', '125021.420000', '125021.424000', '125021.426000', '125021.429000', '125021.432000', '125021.435000', '125021.438000', '125021.441000', '125021.444000', '125021.447000', '125021.450000', '125021.453000', '125021.455000', '125021.458000', '125021.461000', '125021.464000', '125021.467000', '125021.470000', '125021.473000', '125040.879000', '125040.883000', '125040.886000', '125040.889000', '125040.893000', '125040.896000', '125040.899000', '125040.902000', '125040.906000', '125040.910000', '125040.913000', '125040.916000', '125040.919000', '125040.922000', '125040.925000', '125040.928000', '125040.931000', '125040.934000', '125040.937000', '125040.940000', '125040.943000', '125040.946000', '125040.949000', '125040.953000', '125040.956000', '125040.959000', '125040.962000', '125040.965000', '125040.968000', '125040.971000', '125040.974000', '125040.977000', '125040.980000', '125040.983000', '125040.986000', '125040.989000', '125040.992000', '125040.995000', '125040.998000', '125041.002000', '125041.005000', '125041.008000', '125041.011000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158], 'LargestImagePixelValue': [11264, 8094, 12982, 9236, 9674, 6530, 7449, 6664, 6398, 11328, 7574, 9992, 6798, 7417, 6552, 6333, 8094, 6151, 10858, 6727, 9790, 6517, 8151, 6830, 6428, 7108, 6489, 10221, 6392, 10382, 6540, 8632, 6302, 6565, 7510, 6146, 9541, 6653, 10261, 6325, 8355, 6384, 6689, 6833, 6419, 10968, 6635, 9591, 6467, 8884, 6376, 6777, 6427, 6972, 10747, 6438, 10364, 7516, 8622, 6409, 7007, 6707, 6327, 11402, 7818, 10220, 6935, 8726, 6309, 6775, 6566, 6552, 10180, 7239, 9994, 6424, 10268, 6359, 8866, 6806, 8166, 7462, 6910, 10958, 6496, 11229, 7124, 9628, 7322, 7314, 6467, 6440, 10043, 6617, 10852, 7701, 9690, 6521, 7657, 6408, 6597, 10884, 7408, 10886, 7806, 9458, 6617, 7044, 6392, 6480, 10757, 8330, 10528, 6921, 9542, 6647, 7049, 7590, 6392, 11322, 8072, 10011, 6660, 8848, 6401, 6624, 7554, 6533, 10527, 6564, 9804, 6377, 8941, 6377, 7921, 6755, 6984, 6744, 6450, 11934, 6474, 10830, 6980, 9761, 9152, 6971, 11320, 7018, 10919, 6576, 9222, 7585, 7989, 6600, 6656, 8448, 6503, 9839, 6225, 9539, 6434, 8453, 6371, 8569, 6617, 7630, 8702, 7017, 11393, 7273, 11846, 6706, 8998, 9985, 6862, 11379, 7686, 10378, 6506, 8132, 6391, 6312, 11648, 7733, 10202, 6558, 9208, 6475, 7690, 6191, 6309, 9482, 6156, 11438, 6815, 9294, 6529, 7441, 7758, 6363, 11731, 6503, 10229, 6415, 8447, 6916, 6549, 9309, 6569, 11047, 6596, 9422, 6486, 8498, 6221, 6678, 7222, 6654, 10688, 6758, 9324, 6395, 8008, 6310, 6848, 9954, 6412, 10789, 6444, 9364, 6817, 7944, 6256, 6832, 6741, 6416, 11235, 6395, 10360, 7784, 9013, 6288, 7618, 6580, 6413, 11558, 7298, 10802, 7904, 8972, 7363, 6473, 11331, 7053, 10326, 7119, 9836, 6452, 7156, 6580, 6754, 6452, 6363, 6929, 6705, 6662, 6240, 6437, 9491, 6324, 11074, 6608, 11676, 9061, 11092, 11028, 9891, 12705, 9919, 12079, 10271, 12062, 7806, 11215, 8486, 12165, 9316, 11004, 7284, 6251, 6233, 6428, 6128, 6572, 6519, 6397, 6358, 6984, 6458, 8506, 6857, 6556, 11990, 6911, 10225, 7609, 8315, 6467, 6472, 10908, 7022, 11255, 7186, 8838, 9557, 6842, 12674, 8930, 10095, 6321, 8519, 6467, 6964, 6633, 6360, 10818, 6946, 11140, 8344, 9288, 6324, 7820, 6320, 6127, 6536, 6245, 9938, 7603, 8949, 6430, 10560, 6360, 9031, 6716, 7362, 6389, 8680, 6346, 7737, 6421, 9812, 6874, 11083, 6755, 9898, 6760, 9589, 6885, 6787, 12182, 7806, 10747, 8208, 9200, 6717, 7035, 6388, 6179, 6394, 6304, 9586, 6780, 10875, 7386, 8794, 6470, 7030, 6940, 6427, 11821, 7442, 9843, 6435, 8980, 7075, 6983, 7596, 6542, 11732, 6474, 9261, 6480, 7786, 6976, 6448, 9876, 6462, 9497, 6463, 8278, 6554, 7720, 6528, 6361, 11950, 6405, 9937, 6482, 8483, 6751, 7141, 7267, 6336, 11685, 6590, 9927, 6367, 9026, 6369, 9114, 6433, 8226, 6441, 6890, 9202, 6576, 12814, 9045, 10286, 6534, 7974, 6353, 6316, 8335, 6308, 11653, 7548, 10505, 6619, 8810, 6596, 8530, 6486, 8679, 6402, 7122, 8837, 6689, 11488, 6628, 10443, 8215, 9597, 9240, 6902, 11922, 7359, 10084, 6556, 8946, 7091, 7504, 6460, 6432, 8862, 6281, 11684, 7128, 10797, 7695, 8745, 6432, 6842, 6729, 6178, 10229, 6627, 11594, 8036, 9936, 6394, 8613, 6341, 7814, 6394, 7036, 7605, 6147, 11354, 6624, 10253, 6659, 9162, 6693, 7614, 6654, 6306, 7840, 6240, 11777, 7479, 11479, 8147, 9529, 6364, 8212, 6419, 7689, 6289, 7532, 6753, 6302, 10283, 6769, 10883, 7308, 11145, 8124, 9230, 6339, 8325, 6444, 8433, 6455, 8848, 6339, 7878, 6469, 6241, 8209, 6429, 11134, 7681, 10425, 7254, 10360, 6243, 10402, 7111, 10512, 8046, 9152, 6372, 8403, 6399, 8573, 6277, 9885, 6410, 7713, 6330, 6329, 6307, 6301, 6655, 7770, 6340, 6297, 6402, 6532, 9777, 6338, 13160, 8893, 11012, 6540, 9938, 6525, 9138, 6444, 9665, 6461, 6709, 7771, 6312, 11029, 7808, 10752, 7149, 11051, 6387, 10408, 7215, 10380, 7436, 9365, 6328, 9024, 6362, 10012, 6717, 9001, 6367, 8167, 6444, 8584, 6326, 9192, 6555, 9859, 6456, 9175, 6290, 9484, 6656, 11435, 7692, 10574, 6320, 9320, 6343, 9331, 6818, 10748, 6995, 8193, 8773, 7084, 12056, 8545, 13117, 9019, 10859, 6288, 10077, 6476, 9906, 6571, 10768, 6159, 8262, 6370, 6376, 6281, 6962, 7196, 8782, 6296, 6624, 6430, 6263, 6680, 7052, 9051, 7213, 9821, 6931, 10934, 7017, 11062, 7687, 11037, 8442, 6345, 6419, 6473, 6466, 8683, 6391, 11796, 7472, 12098, 8636, 11533, 7537, 9747, 6427, 8736, 6351, 8078, 6371, 7521, 10105, 7364, 10151, 6700, 12073, 6751, 10707, 6875, 10072, 6120, 7120, 7880, 6769, 12015, 8031, 11286, 8126, 9579, 6457, 8271, 6383, 6533, 7456, 6289, 11176, 7890, 10212, 6368, 10186, 6725, 9427, 6942, 7446, 6659, 6236, 7058, 6380, 11979, 6825, 11130, 6653, 10002, 7646, 8728, 6356, 6933, 6801, 6260, 12125, 7354, 12201, 9214, 11371, 6956, 10275, 6269, 10363, 6195, 8635, 6404, 9421, 6744, 12287, 8318, 13933, 9520, 9900, 7375, 6332, 10287, 7012, 12976, 11661, 13410, 11858, 13485, 12591, 11655, 13716, 10043, 10850, 7074, 6150, 6133, 6188, 6284, 6111, 6232, 6827, 6288, 10503, 6719, 8257, 6646, 10439, 7294, 10447, 8293, 10759, 6877, 9509, 6440, 6727, 11944, 7579, 10206, 6849, 8837, 7089, 6622, 11346, 7599, 9311, 6373, 6532, 8567, 6215, 11860, 8530, 10654, 7179, 8771, 6368, 6295, 9292, 6846, 10202, 6773, 10356, 6532, 7229, 8117, 6567, 11574, 7504, 10967, 7396, 9966, 6882, 9878, 6837, 6560, 6278, 6354, 6380, 7514, 7375, 6964, 7575, 6325, 12331, 6669, 12119, 7696, 10398, 6235, 9362, 6580, 7324, 8979, 7123, 13161, 8814, 11441, 6836, 10525, 6670, 7941, 7606, 7207, 12052, 8711, 11723, 7055, 10764, 6615, 11075, 8231, 8987, 7032, 6673, 6455, 6474, 8813, 9247, 9027, 13499, 9688, 10544, 6968, 8208, 8650, 6780, 12241, 9127, 11169, 7928, 8990, 6628, 8424, 6580, 8794, 6722, 9115, 6668, 8499, 6479, 7211, 6948, 6452, 12376, 9452, 11634, 8419, 10343, 6503, 7716, 6535, 6400, 7871, 6451, 10555, 8651, 9924, 6505, 12813, 8176, 9952, 6632, 6794, 8653, 6367, 11967, 7975, 10014, 6385, 7456, 6307, 6540, 6685, 6421, 6312, 6078, 6628, 6505, 7574, 6510, 12778, 7720, 11020, 6424, 8721, 7741, 6575, 11887, 7893, 11317, 7250, 10114, 7702, 6486, 7682, 6311, 10126, 6476, 10900, 7397, 10968, 6327, 8528, 6641, 6319, 6945, 6554, 11587, 8061, 11128, 8095, 9967, 6577, 8128, 6320, 6467, 9765, 7198, 11512, 9263, 10681, 6564, 8647, 6347, 6971, 7611, 6866, 10364, 6761, 11431, 6612, 9984, 6648, 7504, 6579, 7122, 8681, 6603, 11044, 6793, 10923, 6791, 9460, 6335, 7568, 6542, 6493, 8274, 6397, 11445, 7082, 10180, 6545, 7974, 6936, 6265, 7985, 6377, 11189, 7940, 9240, 6464, 8711, 6652, 7629, 6670, 7448, 6631, 6962, 7027, 6480, 12137, 6594, 9947, 6746, 8330, 8227, 7130, 6617, 6389, 10498, 6541, 11817, 7995, 11016, 7392, 9694, 6673, 6868, 7982, 6532, 11850, 9985, 12033, 8550, 10524, 6616, 7457, 7416, 6626, 11507, 9946, 11918, 8917, 10392, 6488, 8027, 6651, 6877, 7111, 6760, 9229, 6771, 10896, 6603, 10944, 6460, 8830, 6749, 8668, 7366, 7189, 7798, 6458, 10856, 6344, 11993, 8482, 10815, 6459, 9422, 6549, 6993, 8561, 7881, 10567, 9036, 11587, 6735, 10711, 6305, 7580, 6647, 9812, 7012, 7143, 6691, 7133, 6542, 7517, 6716, 8462, 6736, 12675, 9473, 9218, 10040, 6409, 11518, 7641, 11169, 7874, 11135, 9320, 7373, 12009, 6324, 11180, 7598, 10941, 7113, 8863, 6556, 6709, 6537, 6338, 7873, 6948, 10414, 8348, 6357, 6249, 8992, 6370, 11262, 6606, 11165, 7947, 11218, 6622, 7419, 6452, 6306, 11769, 7249, 12042, 8351, 11384, 6887, 8049, 6447, 6405, 10537, 6291, 11164, 6765, 10877, 6697, 8448, 6230, 7608, 6496, 6302, 9968, 7089, 10968, 6576, 10345, 6546], 'WindowCenter': [4219.0, 4172.0, 4211.0, 4165.0, 4163.0, 4121.0, 4128.0, 4117.0, 4118.0, 4170.0, 4129.0, 4148.0, 4117.0, 4129.0, 4114.0, 4105.0, 4124.0, 4106.0, 4156.0, 4116.0, 4158.0, 4118.0, 4136.0, 4117.0, 4118.0, 4126.0, 4117.0, 4160.0, 4119.0, 4158.0, 4117.0, 4137.0, 4116.0, 4117.0, 4129.0, 4107.0, 4160.0, 4118.0, 4158.0, 4117.0, 4138.0, 4117.0, 4118.0, 4117.0, 4119.0, 4170.0, 4117.0, 4160.0, 4119.0, 4152.0, 4119.0, 4130.0, 4130.0, 4131.0, 4171.0, 4119.0, 4161.0, 4143.0, 4152.0, 4132.0, 4132.0, 4132.0, 4119.0, 4171.0, 4143.0, 4176.0, 4141.0, 4151.0, 4129.0, 4129.0, 4130.0, 4131.0, 4177.0, 4143.0, 4174.0, 4134.0, 4173.0, 4133.0, 4163.0, 4133.0, 4168.0, 4143.0, 4141.0, 4174.0, 4132.0, 4170.0, 4131.0, 4161.0, 4131.0, 4139.0, 4120.0, 4119.0, 4161.0, 4119.0, 4170.0, 4141.0, 4162.0, 4120.0, 4141.0, 4119.0, 4128.0, 4171.0, 4128.0, 4171.0, 4139.0, 4162.0, 4131.0, 4129.0, 4117.0, 4119.0, 4170.0, 4140.0, 4161.0, 4131.0, 4160.0, 4118.0, 4128.0, 4129.0, 4119.0, 4168.0, 4141.0, 4160.0, 4120.0, 4149.0, 4118.0, 4118.0, 4129.0, 4118.0, 4159.0, 4129.0, 4161.0, 4122.0, 4150.0, 4122.0, 4141.0, 4131.0, 4144.0, 4132.0, 4135.0, 4184.0, 4133.0, 4173.0, 4131.0, 4163.0, 4164.0, 4130.0, 4172.0, 4131.0, 4159.0, 4117.0, 4148.0, 4127.0, 4140.0, 4118.0, 4119.0, 4139.0, 4117.0, 4148.0, 4108.0, 4159.0, 4133.0, 4153.0, 4134.0, 4164.0, 4144.0, 4155.0, 4165.0, 4145.0, 4185.0, 4157.0, 4196.0, 4134.0, 4162.0, 4162.0, 4131.0, 4172.0, 4141.0, 4161.0, 4119.0, 4139.0, 4116.0, 4117.0, 4171.0, 4129.0, 4159.0, 4118.0, 4148.0, 4118.0, 4136.0, 4106.0, 4118.0, 4160.0, 4119.0, 4171.0, 4129.0, 4149.0, 4117.0, 4131.0, 4141.0, 4118.0, 4172.0, 4118.0, 4159.0, 4117.0, 4138.0, 4126.0, 4116.0, 4148.0, 4116.0, 4156.0, 4115.0, 4148.0, 4117.0, 4137.0, 4107.0, 4117.0, 4129.0, 4117.0, 4157.0, 4118.0, 4148.0, 4116.0, 4139.0, 4120.0, 4129.0, 4161.0, 4118.0, 4157.0, 4117.0, 4149.0, 4116.0, 4140.0, 4118.0, 4134.0, 4146.0, 4133.0, 4184.0, 4132.0, 4174.0, 4143.0, 4163.0, 4135.0, 4154.0, 4131.0, 4132.0, 4173.0, 4143.0, 4174.0, 4140.0, 4163.0, 4140.0, 4119.0, 4169.0, 4127.0, 4159.0, 4129.0, 4160.0, 4131.0, 4131.0, 4133.0, 4131.0, 4121.0, 4134.0, 4129.0, 4117.0, 4115.0, 4103.0, 4116.0, 4130.0, 4131.0, 4196.0, 4143.0, 4195.0, 4163.0, 4196.0, 4199.0, 4188.0, 4198.0, 4175.0, 4181.0, 4157.0, 4164.0, 4121.0, 4169.0, 4136.0, 4153.0, 4133.0, 4141.0, 4111.0, 4100.0, 4088.0, 4086.0, 4072.0, 4083.0, 4086.0, 4087.0, 4102.0, 4113.0, 4104.0, 4135.0, 4102.0, 4102.0, 4154.0, 4114.0, 4145.0, 4113.0, 4123.0, 4091.0, 4090.0, 4141.0, 4099.0, 4142.0, 4099.0, 4120.0, 4130.0, 4099.0, 4152.0, 4121.0, 4129.0, 4088.0, 4106.0, 4086.0, 4097.0, 4087.0, 4089.0, 4140.0, 4100.0, 4141.0, 4122.0, 4120.0, 4100.0, 4110.0, 4099.0, 4090.0, 4100.0, 4102.0, 4146.0, 4125.0, 4134.0, 4105.0, 4154.0, 4103.0, 4135.0, 4115.0, 4112.0, 4087.0, 4122.0, 4105.0, 4126.0, 4106.0, 4132.0, 4103.0, 4155.0, 4103.0, 4133.0, 4119.0, 4147.0, 4114.0, 4102.0, 4153.0, 4112.0, 4142.0, 4120.0, 4130.0, 4101.0, 4099.0, 4088.0, 4090.0, 4100.0, 4102.0, 4134.0, 4104.0, 4155.0, 4115.0, 4123.0, 4103.0, 4113.0, 4101.0, 4102.0, 4153.0, 4111.0, 4131.0, 4102.0, 4134.0, 4113.0, 4112.0, 4122.0, 4103.0, 4151.0, 4101.0, 4131.0, 4103.0, 4124.0, 4115.0, 4104.0, 4145.0, 4104.0, 4145.0, 4115.0, 4138.0, 4116.0, 4141.0, 4118.0, 4118.0, 4168.0, 4118.0, 4159.0, 4118.0, 4149.0, 4129.0, 4128.0, 4129.0, 4118.0, 4167.0, 4119.0, 4160.0, 4117.0, 4149.0, 4120.0, 4153.0, 4119.0, 4150.0, 4119.0, 4129.0, 4161.0, 4118.0, 4180.0, 4151.0, 4160.0, 4107.0, 4125.0, 4104.0, 4103.0, 4136.0, 4106.0, 4168.0, 4128.0, 4157.0, 4116.0, 4148.0, 4117.0, 4149.0, 4119.0, 4150.0, 4120.0, 4129.0, 4149.0, 4119.0, 4169.0, 4117.0, 4170.0, 4139.0, 4162.0, 4148.0, 4126.0, 4169.0, 4126.0, 4145.0, 4104.0, 4136.0, 4115.0, 4125.0, 4106.0, 4104.0, 4135.0, 4114.0, 4166.0, 4115.0, 4156.0, 4126.0, 4135.0, 4115.0, 4114.0, 4115.0, 4104.0, 4158.0, 4115.0, 4156.0, 4137.0, 4146.0, 4116.0, 4135.0, 4116.0, 4139.0, 4118.0, 4129.0, 4138.0, 4106.0, 4167.0, 4115.0, 4158.0, 4113.0, 4147.0, 4117.0, 4127.0, 4116.0, 4116.0, 4137.0, 4116.0, 4166.0, 4125.0, 4167.0, 4139.0, 4145.0, 4115.0, 4135.0, 4118.0, 4136.0, 4116.0, 4138.0, 4128.0, 4118.0, 4157.0, 4127.0, 4170.0, 4128.0, 4168.0, 4139.0, 4146.0, 4115.0, 4134.0, 4117.0, 4137.0, 4117.0, 4148.0, 4117.0, 4138.0, 4115.0, 4115.0, 4136.0, 4115.0, 4155.0, 4139.0, 4159.0, 4125.0, 4155.0, 4116.0, 4157.0, 4115.0, 4157.0, 4139.0, 4146.0, 4115.0, 4134.0, 4117.0, 4146.0, 4105.0, 4158.0, 4114.0, 4125.0, 4103.0, 4102.0, 4103.0, 4113.0, 4115.0, 4137.0, 4118.0, 4117.0, 4117.0, 4117.0, 4159.0, 4117.0, 4182.0, 4161.0, 4169.0, 4118.0, 4159.0, 4119.0, 4149.0, 4117.0, 4162.0, 4117.0, 4116.0, 4136.0, 4117.0, 4157.0, 4140.0, 4169.0, 4126.0, 4168.0, 4116.0, 4168.0, 4127.0, 4158.0, 4128.0, 4147.0, 4117.0, 4147.0, 4118.0, 4159.0, 4129.0, 4148.0, 4118.0, 4137.0, 4118.0, 4161.0, 4119.0, 4146.0, 4103.0, 4144.0, 4104.0, 4145.0, 4117.0, 4146.0, 4116.0, 4167.0, 4127.0, 4159.0, 4120.0, 4159.0, 4117.0, 4146.0, 4117.0, 4168.0, 4118.0, 4136.0, 4137.0, 4114.0, 4167.0, 4135.0, 4165.0, 4136.0, 4155.0, 4104.0, 4143.0, 4103.0, 4143.0, 4104.0, 4155.0, 4092.0, 4124.0, 4105.0, 4104.0, 4103.0, 4115.0, 4114.0, 4134.0, 4106.0, 4114.0, 4104.0, 4103.0, 4113.0, 4115.0, 4136.0, 4126.0, 4159.0, 4126.0, 4168.0, 4127.0, 4156.0, 4126.0, 4153.0, 4134.0, 4104.0, 4103.0, 4104.0, 4118.0, 4147.0, 4119.0, 4169.0, 4129.0, 4181.0, 4149.0, 4169.0, 4138.0, 4161.0, 4117.0, 4136.0, 4105.0, 4127.0, 4116.0, 4140.0, 4160.0, 4128.0, 4160.0, 4116.0, 4166.0, 4116.0, 4157.0, 4117.0, 4147.0, 4106.0, 4116.0, 4125.0, 4117.0, 4167.0, 4137.0, 4157.0, 4136.0, 4146.0, 4104.0, 4137.0, 4104.0, 4118.0, 4126.0, 4118.0, 4167.0, 4140.0, 4159.0, 4118.0, 4160.0, 4130.0, 4160.0, 4129.0, 4141.0, 4131.0, 4122.0, 4143.0, 4131.0, 4182.0, 4131.0, 4185.0, 4131.0, 4162.0, 4139.0, 4152.0, 4131.0, 4143.0, 4129.0, 4132.0, 4194.0, 4141.0, 4169.0, 4152.0, 4172.0, 4142.0, 4172.0, 4131.0, 4169.0, 4134.0, 4163.0, 4118.0, 4134.0, 4098.0, 4180.0, 4150.0, 4206.0, 4175.0, 4160.0, 4115.0, 4089.0, 4117.0, 4100.0, 4180.0, 4169.0, 4179.0, 4168.0, 4194.0, 4180.0, 4165.0, 4147.0, 4111.0, 4120.0, 4063.0, 4084.0, 4073.0, 4086.0, 4097.0, 4086.0, 4087.0, 4095.0, 4087.0, 4137.0, 4098.0, 4118.0, 4098.0, 4138.0, 4097.0, 4137.0, 4118.0, 4140.0, 4097.0, 4128.0, 4085.0, 4085.0, 4136.0, 4093.0, 4127.0, 4097.0, 4118.0, 4098.0, 4098.0, 4138.0, 4108.0, 4117.0, 4085.0, 4085.0, 4118.0, 4090.0, 4151.0, 4134.0, 4143.0, 4112.0, 4131.0, 4102.0, 4100.0, 4131.0, 4112.0, 4169.0, 4174.0, 4212.0, 4101.0, 4080.0, 4075.0, 4080.0, 4117.0, 4075.0, 4146.0, 4098.0, 4130.0, 4100.0, 4144.0, 4113.0, 4114.0, 4103.0, 4103.0, 4102.0, 4111.0, 4110.0, 4100.0, 4111.0, 4102.0, 4163.0, 4113.0, 4154.0, 4126.0, 4145.0, 4105.0, 4134.0, 4114.0, 4114.0, 4134.0, 4116.0, 4166.0, 4136.0, 4155.0, 4114.0, 4155.0, 4104.0, 4124.0, 4125.0, 4114.0, 4165.0, 4134.0, 4165.0, 4113.0, 4153.0, 4115.0, 4168.0, 4148.0, 4145.0, 4125.0, 4117.0, 4118.0, 4117.0, 4148.0, 4147.0, 4148.0, 4181.0, 4147.0, 4147.0, 4114.0, 4125.0, 4133.0, 4102.0, 4153.0, 4133.0, 4142.0, 4125.0, 4133.0, 4114.0, 4134.0, 4116.0, 4136.0, 4116.0, 4147.0, 4118.0, 4140.0, 4120.0, 4141.0, 4128.0, 4118.0, 4168.0, 4160.0, 4159.0, 4137.0, 4159.0, 4107.0, 4125.0, 4103.0, 4103.0, 4122.0, 4104.0, 4157.0, 4136.0, 4132.0, 4102.0, 4153.0, 4110.0, 4130.0, 4086.0, 4086.0, 4108.0, 4090.0, 4152.0, 4108.0, 4128.0, 4086.0, 4097.0, 4085.0, 4086.0, 4099.0, 4098.0, 4101.0, 4090.0, 4112.0, 4114.0, 4123.0, 4101.0, 4162.0, 4122.0, 4141.0, 4101.0, 4120.0, 4107.0, 4098.0, 4138.0, 4108.0, 4139.0, 4098.0, 4128.0, 4107.0, 4088.0, 4110.0, 4087.0, 4127.0, 4088.0, 4139.0, 4109.0, 4140.0, 4099.0, 4121.0, 4112.0, 4088.0, 4101.0, 4100.0, 4140.0, 4123.0, 4142.0, 4123.0, 4140.0, 4102.0, 4121.0, 4087.0, 4088.0, 4131.0, 4100.0, 4141.0, 4131.0, 4140.0, 4100.0, 4119.0, 4089.0, 4096.0, 4097.0, 4085.0, 4128.0, 4086.0, 4139.0, 4098.0, 4129.0, 4085.0, 4096.0, 4086.0, 4097.0, 4117.0, 4087.0, 4137.0, 4087.0, 4128.0, 4098.0, 4130.0, 4090.0, 4109.0, 4100.0, 4089.0, 4118.0, 4091.0, 4153.0, 4098.0, 4140.0, 4090.0, 4123.0, 4111.0, 4100.0, 4120.0, 4099.0, 4154.0, 4125.0, 4133.0, 4103.0, 4132.0, 4112.0, 4123.0, 4113.0, 4125.0, 4114.0, 4115.0, 4114.0, 4115.0, 4165.0, 4115.0, 4145.0, 4104.0, 4124.0, 4124.0, 4114.0, 4114.0, 4105.0, 4144.0, 4103.0, 4152.0, 4123.0, 4157.0, 4113.0, 4144.0, 4114.0, 4114.0, 4122.0, 4103.0, 4154.0, 4145.0, 4153.0, 4133.0, 4144.0, 4102.0, 4111.0, 4109.0, 4101.0, 4142.0, 4132.0, 4152.0, 4132.0, 4130.0, 4089.0, 4108.0, 4096.0, 4100.0, 4097.0, 4099.0, 4132.0, 4101.0, 4141.0, 4102.0, 4142.0, 4089.0, 4133.0, 4100.0, 4124.0, 4111.0, 4101.0, 4114.0, 4101.0, 4141.0, 4103.0, 4152.0, 4120.0, 4142.0, 4104.0, 4132.0, 4101.0, 4111.0, 4119.0, 4122.0, 4143.0, 4132.0, 4152.0, 4101.0, 4142.0, 4114.0, 4121.0, 4100.0, 4144.0, 4113.0, 4111.0, 4113.0, 4112.0, 4119.0, 4138.0, 4129.0, 4137.0, 4128.0, 4181.0, 4148.0, 4147.0, 4146.0, 4117.0, 4154.0, 4111.0, 4144.0, 4112.0, 4142.0, 4130.0, 4109.0, 4153.0, 4090.0, 4137.0, 4096.0, 4126.0, 4084.0, 4116.0, 4086.0, 4085.0, 4084.0, 4087.0, 4106.0, 4099.0, 4128.0, 4120.0, 4086.0, 4091.0, 4120.0, 4088.0, 4140.0, 4100.0, 4143.0, 4112.0, 4140.0, 4102.0, 4110.0, 4091.0, 4090.0, 4137.0, 4098.0, 4139.0, 4106.0, 4139.0, 4100.0, 4110.0, 4086.0, 4089.0, 4138.0, 4086.0, 4138.0, 4098.0, 4140.0, 4099.0, 4116.0, 4091.0, 4110.0, 4101.0, 4101.0, 4141.0, 4110.0, 4155.0, 4101.0, 4154.0, 4112.0], 'WindowWidth': [9350.0, 9271.0, 9321.0, 9249.0, 9244.0, 9184.0, 9189.0, 9171.0, 9173.0, 9243.0, 9188.0, 9213.0, 9169.0, 9187.0, 9165.0, 9151.0, 9176.0, 9152.0, 9220.0, 9169.0, 9225.0, 9174.0, 9197.0, 9172.0, 9172.0, 9182.0, 9171.0, 9230.0, 9175.0, 9227.0, 9171.0, 9197.0, 9169.0, 9171.0, 9189.0, 9158.0, 9233.0, 9175.0, 9228.0, 9172.0, 9202.0, 9172.0, 9176.0, 9174.0, 9177.0, 9245.0, 9174.0, 9232.0, 9177.0, 9226.0, 9179.0, 9196.0, 9195.0, 9198.0, 9250.0, 9180.0, 9235.0, 9217.0, 9226.0, 9199.0, 9198.0, 9197.0, 9180.0, 9250.0, 9214.0, 9261.0, 9212.0, 9223.0, 9195.0, 9193.0, 9194.0, 9197.0, 9264.0, 9215.0, 9260.0, 9205.0, 9256.0, 9201.0, 9242.0, 9201.0, 9254.0, 9216.0, 9213.0, 9260.0, 9199.0, 9248.0, 9194.0, 9236.0, 9195.0, 9206.0, 9181.0, 9179.0, 9236.0, 9177.0, 9246.0, 9209.0, 9238.0, 9180.0, 9209.0, 9178.0, 9189.0, 9248.0, 9189.0, 9249.0, 9205.0, 9237.0, 9195.0, 9191.0, 9171.0, 9175.0, 9246.0, 9204.0, 9235.0, 9193.0, 9232.0, 9174.0, 9189.0, 9189.0, 9174.0, 9241.0, 9206.0, 9231.0, 9178.0, 9216.0, 9174.0, 9173.0, 9187.0, 9174.0, 9230.0, 9190.0, 9236.0, 9184.0, 9221.0, 9184.0, 9211.0, 9197.0, 9219.0, 9200.0, 9206.0, 9273.0, 9201.0, 9254.0, 9196.0, 9241.0, 9241.0, 9195.0, 9255.0, 9193.0, 9230.0, 9170.0, 9213.0, 9182.0, 9205.0, 9172.0, 9174.0, 9201.0, 9170.0, 9213.0, 9161.0, 9233.0, 9203.0, 9230.0, 9209.0, 9247.0, 9219.0, 9235.0, 9249.0, 9223.0, 9277.0, 9240.0, 9291.0, 9205.0, 9240.0, 9239.0, 9197.0, 9254.0, 9208.0, 9236.0, 9178.0, 9202.0, 9168.0, 9171.0, 9250.0, 9189.0, 9231.0, 9175.0, 9213.0, 9174.0, 9198.0, 9158.0, 9177.0, 9234.0, 9179.0, 9250.0, 9192.0, 9218.0, 9172.0, 9195.0, 9207.0, 9176.0, 9250.0, 9175.0, 9229.0, 9171.0, 9200.0, 9183.0, 9170.0, 9215.0, 9169.0, 9223.0, 9166.0, 9212.0, 9170.0, 9199.0, 9159.0, 9173.0, 9189.0, 9173.0, 9226.0, 9174.0, 9214.0, 9169.0, 9205.0, 9177.0, 9191.0, 9236.0, 9176.0, 9226.0, 9173.0, 9217.0, 9171.0, 9207.0, 9175.0, 9204.0, 9226.0, 9206.0, 9271.0, 9202.0, 9257.0, 9214.0, 9244.0, 9210.0, 9233.0, 9198.0, 9199.0, 9255.0, 9213.0, 9257.0, 9206.0, 9240.0, 9206.0, 9178.0, 9243.0, 9184.0, 9232.0, 9190.0, 9234.0, 9197.0, 9196.0, 9202.0, 9194.0, 9181.0, 9205.0, 9190.0, 9170.0, 9163.0, 9146.0, 9168.0, 9178.0, 9202.0, 9298.0, 9222.0, 9292.0, 9244.0, 9294.0, 9305.0, 9282.0, 9300.0, 9261.0, 9267.0, 9226.0, 9234.0, 9172.0, 9246.0, 9191.0, 9210.0, 9184.0, 9193.0, 9151.0, 9137.0, 9117.0, 9112.0, 9087.0, 9102.0, 9109.0, 9112.0, 9144.0, 9158.0, 9147.0, 9187.0, 9140.0, 9141.0, 9211.0, 9159.0, 9200.0, 9154.0, 9167.0, 9123.0, 9121.0, 9190.0, 9132.0, 9193.0, 9131.0, 9160.0, 9173.0, 9131.0, 9207.0, 9161.0, 9171.0, 9115.0, 9137.0, 9112.0, 9127.0, 9114.0, 9119.0, 9188.0, 9134.0, 9191.0, 9167.0, 9161.0, 9136.0, 9150.0, 9135.0, 9126.0, 9137.0, 9140.0, 9203.0, 9176.0, 9188.0, 9150.0, 9214.0, 9146.0, 9190.0, 9163.0, 9152.0, 9111.0, 9167.0, 9151.0, 9179.0, 9153.0, 9179.0, 9144.0, 9213.0, 9143.0, 9181.0, 9174.0, 9208.0, 9158.0, 9141.0, 9209.0, 9151.0, 9193.0, 9162.0, 9176.0, 9138.0, 9132.0, 9118.0, 9123.0, 9137.0, 9141.0, 9187.0, 9146.0, 9216.0, 9161.0, 9171.0, 9144.0, 9157.0, 9137.0, 9139.0, 9210.0, 9151.0, 9179.0, 9141.0, 9184.0, 9157.0, 9156.0, 9170.0, 9144.0, 9207.0, 9139.0, 9179.0, 9144.0, 9173.0, 9163.0, 9149.0, 9204.0, 9149.0, 9205.0, 9166.0, 9197.0, 9169.0, 9208.0, 9174.0, 9174.0, 9241.0, 9172.0, 9228.0, 9174.0, 9216.0, 9190.0, 9188.0, 9190.0, 9173.0, 9237.0, 9175.0, 9234.0, 9175.0, 9218.0, 9182.0, 9226.0, 9179.0, 9219.0, 9177.0, 9190.0, 9235.0, 9175.0, 9261.0, 9221.0, 9230.0, 9155.0, 9179.0, 9148.0, 9149.0, 9194.0, 9153.0, 9240.0, 9185.0, 9223.0, 9169.0, 9212.0, 9171.0, 9216.0, 9180.0, 9222.0, 9180.0, 9193.0, 9219.0, 9177.0, 9243.0, 9174.0, 9248.0, 9202.0, 9240.0, 9215.0, 9182.0, 9242.0, 9180.0, 9206.0, 9150.0, 9193.0, 9164.0, 9178.0, 9154.0, 9151.0, 9192.0, 9164.0, 9234.0, 9165.0, 9222.0, 9180.0, 9192.0, 9167.0, 9162.0, 9163.0, 9151.0, 9226.0, 9166.0, 9221.0, 9197.0, 9207.0, 9168.0, 9192.0, 9169.0, 9206.0, 9176.0, 9192.0, 9201.0, 9157.0, 9240.0, 9168.0, 9228.0, 9162.0, 9211.0, 9171.0, 9185.0, 9168.0, 9169.0, 9200.0, 9171.0, 9236.0, 9178.0, 9238.0, 9201.0, 9208.0, 9168.0, 9192.0, 9177.0, 9198.0, 9170.0, 9203.0, 9188.0, 9174.0, 9226.0, 9187.0, 9248.0, 9188.0, 9241.0, 9201.0, 9209.0, 9169.0, 9192.0, 9171.0, 9198.0, 9174.0, 9215.0, 9173.0, 9200.0, 9167.0, 9166.0, 9198.0, 9166.0, 9219.0, 9203.0, 9230.0, 9180.0, 9220.0, 9168.0, 9225.0, 9168.0, 9223.0, 9202.0, 9208.0, 9167.0, 9191.0, 9173.0, 9210.0, 9153.0, 9228.0, 9164.0, 9178.0, 9147.0, 9146.0, 9149.0, 9162.0, 9166.0, 9200.0, 9175.0, 9174.0, 9174.0, 9174.0, 9232.0, 9175.0, 9266.0, 9237.0, 9246.0, 9178.0, 9230.0, 9177.0, 9218.0, 9173.0, 9238.0, 9172.0, 9171.0, 9197.0, 9171.0, 9225.0, 9207.0, 9244.0, 9184.0, 9241.0, 9171.0, 9244.0, 9186.0, 9229.0, 9188.0, 9212.0, 9173.0, 9212.0, 9176.0, 9231.0, 9191.0, 9215.0, 9177.0, 9199.0, 9176.0, 9239.0, 9180.0, 9209.0, 9147.0, 9201.0, 9149.0, 9206.0, 9171.0, 9208.0, 9169.0, 9239.0, 9186.0, 9231.0, 9182.0, 9231.0, 9175.0, 9211.0, 9171.0, 9243.0, 9173.0, 9196.0, 9197.0, 9163.0, 9236.0, 9191.0, 9236.0, 9193.0, 9217.0, 9149.0, 9199.0, 9147.0, 9200.0, 9147.0, 9219.0, 9131.0, 9174.0, 9152.0, 9149.0, 9147.0, 9164.0, 9162.0, 9188.0, 9154.0, 9163.0, 9149.0, 9147.0, 9161.0, 9165.0, 9194.0, 9180.0, 9229.0, 9184.0, 9242.0, 9185.0, 9219.0, 9179.0, 9213.0, 9188.0, 9147.0, 9145.0, 9150.0, 9174.0, 9211.0, 9178.0, 9244.0, 9189.0, 9259.0, 9216.0, 9242.0, 9200.0, 9237.0, 9172.0, 9194.0, 9151.0, 9181.0, 9167.0, 9206.0, 9232.0, 9187.0, 9231.0, 9168.0, 9234.0, 9169.0, 9222.0, 9170.0, 9209.0, 9154.0, 9168.0, 9180.0, 9169.0, 9239.0, 9198.0, 9222.0, 9195.0, 9207.0, 9152.0, 9196.0, 9150.0, 9171.0, 9184.0, 9171.0, 9238.0, 9203.0, 9230.0, 9175.0, 9230.0, 9192.0, 9234.0, 9192.0, 9212.0, 9197.0, 9186.0, 9215.0, 9199.0, 9265.0, 9197.0, 9271.0, 9199.0, 9238.0, 9205.0, 9224.0, 9198.0, 9214.0, 9193.0, 9198.0, 9285.0, 9208.0, 9243.0, 9223.0, 9251.0, 9213.0, 9252.0, 9197.0, 9246.0, 9208.0, 9241.0, 9174.0, 9186.0, 9129.0, 9264.0, 9224.0, 9311.0, 9267.0, 9233.0, 9159.0, 9113.0, 9147.0, 9135.0, 9259.0, 9242.0, 9262.0, 9246.0, 9296.0, 9267.0, 9237.0, 9202.0, 9139.0, 9152.0, 9062.0, 9112.0, 9093.0, 9117.0, 9133.0, 9117.0, 9119.0, 9127.0, 9116.0, 9182.0, 9131.0, 9158.0, 9132.0, 9185.0, 9129.0, 9184.0, 9159.0, 9189.0, 9128.0, 9171.0, 9111.0, 9111.0, 9178.0, 9120.0, 9170.0, 9130.0, 9161.0, 9135.0, 9135.0, 9187.0, 9143.0, 9156.0, 9111.0, 9112.0, 9158.0, 9125.0, 9208.0, 9191.0, 9199.0, 9159.0, 9184.0, 9143.0, 9139.0, 9182.0, 9158.0, 9249.0, 9279.0, 9333.0, 9143.0, 9088.0, 9078.0, 9093.0, 9139.0, 9084.0, 9199.0, 9123.0, 9171.0, 9132.0, 9197.0, 9159.0, 9160.0, 9146.0, 9145.0, 9142.0, 9151.0, 9148.0, 9136.0, 9150.0, 9141.0, 9222.0, 9158.0, 9213.0, 9179.0, 9203.0, 9151.0, 9187.0, 9160.0, 9161.0, 9187.0, 9163.0, 9232.0, 9191.0, 9215.0, 9162.0, 9216.0, 9146.0, 9176.0, 9176.0, 9160.0, 9232.0, 9187.0, 9230.0, 9159.0, 9212.0, 9165.0, 9241.0, 9215.0, 9206.0, 9180.0, 9171.0, 9176.0, 9170.0, 9212.0, 9210.0, 9212.0, 9260.0, 9209.0, 9209.0, 9159.0, 9175.0, 9184.0, 9141.0, 9211.0, 9183.0, 9195.0, 9175.0, 9184.0, 9162.0, 9188.0, 9169.0, 9194.0, 9168.0, 9210.0, 9172.0, 9203.0, 9180.0, 9209.0, 9187.0, 9171.0, 9238.0, 9231.0, 9228.0, 9195.0, 9227.0, 9156.0, 9174.0, 9144.0, 9144.0, 9167.0, 9148.0, 9224.0, 9191.0, 9180.0, 9141.0, 9212.0, 9147.0, 9172.0, 9108.0, 9109.0, 9141.0, 9121.0, 9208.0, 9144.0, 9170.0, 9110.0, 9127.0, 9110.0, 9112.0, 9135.0, 9133.0, 9142.0, 9126.0, 9163.0, 9164.0, 9173.0, 9140.0, 9223.0, 9171.0, 9193.0, 9139.0, 9165.0, 9144.0, 9132.0, 9187.0, 9142.0, 9187.0, 9128.0, 9170.0, 9142.0, 9118.0, 9145.0, 9113.0, 9166.0, 9119.0, 9186.0, 9146.0, 9187.0, 9135.0, 9165.0, 9158.0, 9120.0, 9135.0, 9138.0, 9189.0, 9169.0, 9195.0, 9169.0, 9191.0, 9141.0, 9164.0, 9116.0, 9118.0, 9176.0, 9134.0, 9192.0, 9178.0, 9190.0, 9137.0, 9159.0, 9120.0, 9126.0, 9125.0, 9109.0, 9170.0, 9111.0, 9185.0, 9128.0, 9172.0, 9110.0, 9125.0, 9112.0, 9127.0, 9153.0, 9113.0, 9182.0, 9114.0, 9170.0, 9132.0, 9176.0, 9121.0, 9148.0, 9137.0, 9121.0, 9158.0, 9124.0, 9209.0, 9134.0, 9191.0, 9123.0, 9169.0, 9152.0, 9138.0, 9163.0, 9136.0, 9212.0, 9172.0, 9185.0, 9146.0, 9184.0, 9158.0, 9174.0, 9160.0, 9177.0, 9163.0, 9164.0, 9164.0, 9166.0, 9232.0, 9163.0, 9203.0, 9145.0, 9174.0, 9174.0, 9159.0, 9162.0, 9151.0, 9202.0, 9144.0, 9211.0, 9173.0, 9221.0, 9162.0, 9203.0, 9164.0, 9162.0, 9169.0, 9145.0, 9215.0, 9202.0, 9214.0, 9185.0, 9200.0, 9143.0, 9153.0, 9146.0, 9138.0, 9195.0, 9180.0, 9208.0, 9179.0, 9176.0, 9122.0, 9144.0, 9126.0, 9134.0, 9129.0, 9135.0, 9181.0, 9139.0, 9194.0, 9141.0, 9194.0, 9121.0, 9182.0, 9135.0, 9172.0, 9150.0, 9140.0, 9159.0, 9140.0, 9192.0, 9143.0, 9209.0, 9166.0, 9196.0, 9147.0, 9184.0, 9142.0, 9153.0, 9162.0, 9166.0, 9198.0, 9181.0, 9211.0, 9139.0, 9198.0, 9163.0, 9168.0, 9139.0, 9201.0, 9159.0, 9156.0, 9159.0, 9157.0, 9176.0, 9204.0, 9191.0, 9199.0, 9189.0, 9263.0, 9211.0, 9210.0, 9207.0, 9168.0, 9216.0, 9152.0, 9199.0, 9151.0, 9193.0, 9176.0, 9149.0, 9212.0, 9122.0, 9179.0, 9126.0, 9164.0, 9105.0, 9150.0, 9112.0, 9108.0, 9109.0, 9115.0, 9140.0, 9132.0, 9170.0, 9161.0, 9114.0, 9123.0, 9160.0, 9116.0, 9187.0, 9135.0, 9195.0, 9151.0, 9190.0, 9141.0, 9151.0, 9124.0, 9121.0, 9182.0, 9128.0, 9185.0, 9140.0, 9185.0, 9132.0, 9148.0, 9114.0, 9119.0, 9182.0, 9111.0, 9181.0, 9131.0, 9186.0, 9132.0, 9154.0, 9125.0, 9148.0, 9138.0, 9141.0, 9193.0, 9151.0, 9214.0, 9140.0, 9214.0, 9161.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.0016247614917606244</td></tr>
<tr><td colspan=3>aqi</td><td>0.040000188378143973</td></tr>
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.81260386455727</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1660765573524303</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.997813975546875</td></tr>
<tr><td colspan=3>efc</td><td>0.5337</td></tr>
<tr><td colspan=3>fber</td><td>3504.2456</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1267028078106</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>139</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>12.055507372072853</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5262233129490776</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4281764875623066</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.697952753857612</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4525406974273136</td></tr>
<tr><td colspan=3>gcor</td><td>0.0118116</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.009345225989818573</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.039101917296648026</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1153</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.370070549609191</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>12.6431</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>57.1374</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>216.0228</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>58.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>283411.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1010.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>376.7321</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.9793</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>462.9241</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3276.1648</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3425.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>93133.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1435.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4203.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>783.736</td></tr>
<tr><td colspan=3>tsnr</td><td>31.309200074756518</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>