ds005256-mriqc/sub-0128_ses-03_task-alignvideo_acq-mb8_run-01_bold.html
Felix Hoffstaedter 212d70bc63 [DATALAD RUNCMD] Compute MRIQC for sub-0128
=== 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-0128 --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-0128",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-18 16:44:34 +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-0128_ses-03_task-alignvideo_acq-mb8_run-01_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-0128_ses-03_task-alignvideo_acq-mb8_run-01_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-01_session-03_subject-0128_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-0128/figures/sub-0128_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0128/figures/sub-0128_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0128/figures/sub-0128_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-03_subject-0128_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-0128/figures/sub-0128_ses-03_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0128/figures/sub-0128_ses-03_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0128/figures/sub-0128_ses-03_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-03_subject-0128_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-0128/figures/sub-0128_ses-03_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0128/figures/sub-0128_ses-03_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0128/figures/sub-0128_ses-03_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-03_subject-0128_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-0128/figures/sub-0128_ses-03_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0128/figures/sub-0128_ses-03_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0128/figures/sub-0128_ses-03_task-alignvideo_acq-mb8_run-01_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-01_session-03_subject-0128_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-0128/figures/sub-0128_ses-03_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0128/figures/sub-0128_ses-03_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0128/figures/sub-0128_ses-03_task-alignvideo_acq-mb8_run-01_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-01_session-03_subject-0128_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-0128/figures/sub-0128_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0128/figures/sub-0128_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0128/figures/sub-0128_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-03_subject-0128_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-0128/figures/sub-0128_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0128/figures/sub-0128_ses-03_task-alignvideo_acq-mb8_run-01_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-0128/figures/sub-0128_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0128/figures/sub-0128_ses-03_task-alignvideo_acq-mb8_run-01_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-0128/ses-03/func/sub-0128_ses-03_task-alignvideo_acq-mb8_run-01_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>d696715547e15d8d23c78046f932e9f8</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>14:42:15.542500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.997108, 0.0256377, 0.0715408, -0.0381308, 0.983083, 0.17915]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_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.085856</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-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>28</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4243, -7795, -7222, 389, -148, 18, 137, 60]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>220.894</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>fe74d345-7299-4e2d-8fa0-fa747f7ca915||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.67516827583313, -0.10230211168527603, 0.17749133706092834, 110.60761260986328], [-0.06878416240215302, 2.6375389099121094, 0.48967039585113525, -111.131591796875], [0.19193875789642334, -0.48064523935317993, 2.6492865085601807, -52.28824234008789], [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, 1157]</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], 'AcquisitionTime': ['144215.542500', '144216.002500', '144216.462500', '144216.922500', '144217.382500', '144217.842500', '144218.302500', '144218.762500', '144219.222500', '144219.682500', '144220.142500', '144220.602500', '144221.062500', '144221.522500', '144221.982500', '144222.442500', '144222.902500', '144223.362500', '144223.822500', '144224.282500', '144224.742500', '144225.202500', '144225.662500', '144226.122500', '144226.582500', '144227.042500', '144227.502500', '144227.962500', '144228.422500', '144228.882500', '144229.342500', '144229.802500', '144230.262500', '144230.722500', '144231.182500', '144231.642500', '144232.102500', '144232.562500', '144233.022500', '144233.482500', '144233.942500', '144234.402500', '144234.862500', '144235.322500', '144235.782500', '144236.242500', '144236.702500', '144237.162500', '144237.622500', '144238.082500', '144238.542500', '144239.002500', '144239.462500', '144239.922500', '144240.382500', '144240.842500', '144241.302500', '144241.762500', '144242.222500', '144242.682500', '144243.142500', '144243.602500', '144244.062500', '144244.522500', '144244.982500', '144245.442500', '144245.902500', '144246.362500', '144246.822500', '144247.282500', '144247.742500', '144248.202500', '144248.662500', '144249.122500', '144249.582500', '144250.042500', '144250.502500', '144250.962500', '144251.422500', '144251.882500', '144252.342500', '144252.802500', '144253.262500', '144253.722500', '144254.182500', '144254.642500', '144255.102500', '144255.562500', '144256.022500', '144256.482500', '144256.942500', '144257.402500', '144257.862500', '144258.322500', '144258.782500', '144259.242500', '144259.702500', '144300.162500', '144300.622500', '144301.082500', '144301.542500', '144302.002500', '144302.462500', '144302.922500', '144303.382500', '144303.842500', '144304.302500', '144304.762500', '144305.222500', '144305.682500', '144306.142500', '144306.602500', '144307.062500', '144307.522500', '144307.982500', '144308.442500', '144308.902500', '144309.362500', '144309.822500', '144310.282500', '144310.742500', '144311.202500', '144311.662500', '144312.122500', '144312.582500', '144313.042500', '144313.502500', '144313.962500', '144314.422500', '144314.882500', '144315.342500', '144315.802500', '144316.262500', '144316.722500', '144317.182500', '144317.642500', '144318.102500', '144318.562500', '144319.022500', '144319.482500', '144319.942500', '144320.402500', '144320.862500', '144321.322500', '144321.782500', '144322.242500', '144322.702500', '144323.162500', '144323.622500', '144324.082500', '144324.542500', '144325.002500', '144325.462500', '144325.922500', '144326.382500', '144326.842500', '144327.302500', '144327.762500', '144328.222500', '144328.682500', '144329.142500', '144329.602500', '144330.062500', '144330.522500', '144330.982500', '144331.442500', '144331.902500', '144332.362500', '144332.822500', '144333.282500', '144333.742500', '144334.202500', '144334.662500', '144335.122500', '144335.582500', '144336.042500', '144336.502500', '144336.962500', '144337.422500', '144337.882500', '144338.342500', '144338.802500', '144339.262500', '144339.722500', '144340.182500', '144340.642500', '144341.102500', '144341.562500', '144342.022500', '144342.482500', '144342.942500', '144343.402500', '144343.862500', '144344.322500', '144344.782500', '144345.242500', '144345.702500', '144346.162500', '144346.622500', '144347.082500', '144347.542500', '144348.002500', '144348.462500', '144348.922500', '144349.382500', '144349.842500', '144350.302500', '144350.762500', '144351.222500', '144351.682500', '144352.142500', '144352.602500', '144353.062500', '144353.522500', '144353.982500', '144354.442500', '144354.902500', '144355.362500', '144355.822500', '144356.282500', '144356.742500', '144357.202500', '144357.662500', '144358.122500', '144358.582500', '144359.042500', '144359.502500', '144359.962500', '144400.422500', '144400.882500', '144401.342500', '144401.802500', '144402.262500', '144402.722500', '144403.182500', '144403.642500', '144404.102500', '144404.562500', '144405.022500', '144405.482500', '144405.942500', '144406.402500', '144406.862500', '144407.322500', '144407.782500', '144408.242500', '144408.702500', '144409.162500', '144409.622500', '144410.082500', '144410.542500', '144411.002500', '144411.462500', '144411.922500', '144412.382500', '144412.842500', '144413.302500', '144413.762500', '144414.222500', '144414.682500', '144415.142500', '144415.602500', '144416.062500', '144416.522500', '144416.982500', '144417.442500', '144417.902500', '144418.362500', '144418.822500', '144419.282500', '144419.742500', '144420.202500', '144420.662500', '144421.122500', '144421.582500', '144422.042500', '144422.502500', '144422.962500', '144423.422500', '144423.882500', '144424.342500', '144424.802500', '144425.262500', '144425.722500', '144426.182500', '144426.642500', '144427.102500', '144427.562500', '144428.022500', '144428.482500', '144428.942500', '144429.402500', '144429.862500', '144430.322500', '144430.782500', '144431.242500', '144431.702500', '144432.162500', '144432.622500', '144433.082500', '144433.542500', '144434.002500', '144434.462500', '144434.922500', '144435.382500', '144435.842500', '144436.302500', '144436.762500', '144437.222500', '144437.682500', '144438.142500', '144438.602500', '144439.062500', '144439.522500', '144439.982500', '144440.442500', '144440.902500', '144441.362500', '144441.822500', '144442.282500', '144442.742500', '144443.202500', '144443.662500', '144444.122500', '144444.582500', '144445.042500', '144445.502500', '144445.962500', '144446.422500', '144446.882500', '144447.342500', '144447.802500', '144448.262500', '144448.722500', '144449.182500', '144449.642500', '144450.102500', '144450.562500', '144451.022500', '144451.482500', '144451.942500', '144452.402500', '144452.862500', '144453.322500', '144453.782500', '144454.242500', '144454.702500', '144455.162500', '144455.622500', '144456.082500', '144456.542500', '144457.002500', '144457.462500', '144457.922500', '144458.382500', '144458.842500', '144459.302500', '144459.762500', '144500.222500', '144500.682500', '144501.142500', '144501.602500', '144502.062500', '144502.522500', '144502.982500', '144503.442500', '144503.902500', '144504.362500', '144504.822500', '144505.282500', '144505.742500', '144506.202500', '144506.662500', '144507.122500', '144507.582500', '144508.042500', '144508.502500', '144508.962500', '144509.422500', '144509.882500', '144510.342500', '144510.802500', '144511.262500', '144511.722500', '144512.182500', '144512.642500', '144513.102500', '144513.562500', '144514.022500', '144514.482500', '144514.942500', '144515.402500', '144515.862500', '144516.322500', '144516.782500', '144517.242500', '144517.702500', '144518.162500', '144518.622500', '144519.082500', '144519.542500', '144520.002500', '144520.462500', '144520.922500', '144521.382500', '144521.842500', '144522.302500', '144522.762500', '144523.222500', '144523.682500', '144524.142500', '144524.602500', '144525.062500', '144525.522500', '144525.982500', '144526.442500', '144526.902500', '144527.362500', '144527.822500', '144528.282500', '144528.742500', '144529.202500', '144529.662500', '144530.122500', '144530.582500', '144531.042500', '144531.502500', '144531.962500', '144532.422500', '144532.882500', '144533.342500', '144533.802500', '144534.262500', '144534.722500', '144535.182500', '144535.642500', '144536.102500', '144536.562500', '144537.022500', '144537.482500', '144537.942500', '144538.402500', '144538.862500', '144539.322500', '144539.782500', '144540.242500', '144540.702500', '144541.162500', '144541.622500', '144542.082500', '144542.542500', '144543.002500', '144543.462500', '144543.922500', '144544.382500', '144544.842500', '144545.302500', '144545.762500', '144546.222500', '144546.682500', '144547.142500', '144547.602500', '144548.062500', '144548.522500', '144548.982500', '144549.442500', '144549.902500', '144550.362500', '144550.822500', '144551.282500', '144551.742500', '144552.202500', '144552.662500', '144553.122500', '144553.582500', '144554.042500', '144554.502500', '144554.962500', '144555.422500', '144555.882500', '144556.342500', '144556.802500', '144557.262500', '144557.722500', '144558.182500', '144558.642500', '144559.102500', '144559.562500', '144600.022500', '144600.482500', '144600.942500', '144601.402500', '144601.862500', '144602.322500', '144602.782500', '144603.242500', '144603.702500', '144604.162500', '144604.622500', '144605.082500', '144605.542500', '144606.002500', '144606.462500', '144606.922500', '144607.382500', '144607.842500', '144608.302500', '144608.762500', '144609.222500', '144609.682500', '144610.142500', '144610.602500', '144611.062500', '144611.522500', '144611.982500', '144612.442500', '144612.902500', '144613.362500', '144613.822500', '144614.282500', '144614.742500', '144615.202500', '144615.662500', '144616.122500', '144616.582500', '144617.042500', '144617.502500', '144617.962500', '144618.422500', '144618.882500', '144619.342500', '144619.802500', '144620.262500', '144620.722500', '144621.182500', '144621.642500', '144622.102500', '144622.562500', '144623.022500', '144623.482500', '144623.942500', '144624.402500', '144624.862500', '144625.322500', '144625.782500', '144626.242500', '144626.702500', '144627.162500', '144627.622500', '144628.082500', '144628.542500', '144629.002500', '144629.462500', '144629.922500', '144630.382500', '144630.842500', '144631.302500', '144631.762500', '144632.222500', '144632.682500', '144633.142500', '144633.602500', '144634.062500', '144634.522500', '144634.982500', '144635.442500', '144635.902500', '144636.362500', '144636.822500', '144637.282500', '144637.742500', '144638.202500', '144638.662500', '144639.122500', '144639.582500', '144640.042500', '144640.502500', '144640.962500', '144641.422500', '144641.882500', '144642.342500', '144642.802500', '144643.262500', '144643.722500', '144644.182500', '144644.642500', '144645.102500', '144645.562500', '144646.022500', '144646.482500', '144646.942500', '144647.402500', '144647.862500', '144648.322500', '144648.782500', '144649.242500', '144649.702500', '144650.162500', '144650.622500', '144651.082500', '144651.542500', '144652.002500', '144652.462500', '144652.922500', '144653.382500', '144653.842500', '144654.302500', '144654.762500', '144655.222500', '144655.682500', '144656.142500', '144656.602500', '144657.062500', '144657.522500', '144657.982500', '144658.442500', '144658.902500', '144659.362500', '144659.822500', '144700.282500', '144700.742500', '144701.202500', '144701.662500', '144702.122500', '144702.582500', '144703.042500', '144703.502500', '144703.962500', '144704.422500', '144704.882500', '144705.342500', '144705.802500', '144706.262500', '144706.722500', '144707.182500', '144707.642500', '144708.102500', '144708.562500', '144709.022500', '144709.482500', '144709.942500', '144710.402500', '144710.862500', '144711.322500', '144711.782500', '144712.242500', '144712.702500', '144713.162500', '144713.622500', '144714.082500', '144714.542500', '144715.002500', '144715.462500', '144715.922500', '144716.382500', '144716.842500', '144717.302500', '144717.762500', '144718.222500', '144718.682500', '144719.142500', '144719.602500', '144720.062500', '144720.522500', '144720.982500', '144721.442500', '144721.902500', '144722.362500', '144722.822500', '144723.282500', '144723.742500', '144724.202500', '144724.662500', '144725.122500', '144725.582500', '144726.042500', '144726.502500', '144726.962500', '144727.422500', '144727.882500', '144728.342500', '144728.802500', '144729.262500', '144729.722500', '144730.182500', '144730.642500', '144731.102500', '144731.562500', '144732.022500', '144732.482500', '144732.942500', '144733.402500', '144733.862500', '144734.322500', '144734.782500', '144735.242500', '144735.702500', '144736.162500', '144736.622500', '144737.082500', '144737.542500', '144738.002500', '144738.462500', '144738.922500', '144739.382500', '144739.842500', '144740.302500', '144740.762500', '144741.222500', '144741.682500', '144742.142500', '144742.602500', '144743.062500', '144743.522500', '144743.982500', '144744.442500', '144744.902500', '144745.362500', '144745.822500', '144746.282500', '144746.742500', '144747.202500', '144747.662500', '144748.122500', '144748.582500', '144749.042500', '144749.502500', '144749.962500', '144750.422500', '144750.882500', '144751.342500', '144751.802500', '144752.262500', '144752.722500', '144753.182500', '144753.642500', '144754.102500', '144754.562500', '144755.022500', '144755.482500', '144755.942500', '144756.402500', '144756.862500', '144757.322500', '144757.782500', '144758.242500', '144758.702500', '144759.162500', '144759.622500', '144800.082500', '144800.542500', '144801.002500', '144801.462500', '144801.922500', '144802.382500', '144802.842500', '144803.302500', '144803.762500', '144804.222500', '144804.682500', '144805.142500', '144805.602500', '144806.062500', '144806.522500', '144806.982500', '144807.442500', '144807.902500', '144808.362500', '144808.822500', '144809.282500', '144809.742500', '144810.202500', '144810.662500', '144811.122500', '144811.582500', '144812.042500', '144812.502500', '144812.962500', '144813.422500', '144813.882500', '144814.342500', '144814.802500', '144815.262500', '144815.722500', '144816.182500', '144816.642500', '144817.102500', '144817.562500', '144818.022500', '144818.482500', '144818.942500', '144819.402500', '144819.862500', '144820.322500', '144820.782500', '144821.242500', '144821.702500', '144822.162500', '144822.622500', '144823.082500', '144823.542500', '144824.002500', '144824.462500', '144824.922500', '144825.382500', '144825.842500', '144826.302500', '144826.762500', '144827.222500', '144827.682500', '144828.142500', '144828.602500', '144829.062500', '144829.522500', '144829.982500', '144830.442500', '144830.902500', '144831.362500', '144831.822500', '144832.282500', '144832.742500', '144833.202500', '144833.662500', '144834.122500', '144834.582500', '144835.042500', '144835.502500', '144835.962500', '144836.422500', '144836.882500', '144837.342500', '144837.802500', '144838.262500', '144838.722500', '144839.182500', '144839.642500', '144840.102500', '144840.562500', '144841.022500', '144841.482500', '144841.942500', '144842.402500', '144842.862500', '144843.322500', '144843.782500', '144844.242500', '144844.702500', '144845.162500', '144845.622500', '144846.082500', '144846.542500', '144847.002500', '144847.462500', '144847.922500', '144848.382500', '144848.842500', '144849.302500', '144849.762500', '144850.222500', '144850.682500', '144851.142500', '144851.602500', '144852.062500', '144852.522500', '144852.982500', '144853.442500', '144853.902500', '144854.362500', '144854.822500', '144855.282500', '144855.742500', '144856.202500', '144856.662500', '144857.122500', '144857.582500', '144858.042500', '144858.502500', '144858.962500', '144859.422500', '144859.882500', '144900.342500', '144900.802500', '144901.262500', '144901.722500', '144902.182500', '144902.642500', '144903.102500', '144903.562500', '144904.022500', '144904.482500', '144904.942500', '144905.402500', '144905.862500', '144906.322500', '144906.782500', '144907.242500', '144907.702500', '144908.162500', '144908.622500', '144909.082500', '144909.542500', '144910.002500', '144910.462500', '144910.922500', '144911.382500', '144911.842500', '144912.302500', '144912.762500', '144913.222500', '144913.682500', '144914.142500', '144914.602500', '144915.062500', '144915.522500', '144915.982500', '144916.442500', '144916.902500', '144917.362500', '144917.822500', '144918.282500', '144918.742500', '144919.202500', '144919.662500', '144920.122500', '144920.582500', '144921.042500', '144921.502500', '144921.962500', '144922.422500', '144922.882500', '144923.342500', '144923.802500', '144924.262500', '144924.722500', '144925.182500', '144925.642500', '144926.102500', '144926.562500', '144927.022500', '144927.482500', '144927.942500', '144928.402500', '144928.862500', '144929.322500', '144929.782500', '144930.242500', '144930.702500', '144931.162500', '144931.622500', '144932.082500', '144932.542500', '144933.002500', '144933.462500', '144933.922500', '144934.382500', '144934.842500', '144935.302500', '144935.762500', '144936.222500', '144936.682500', '144937.142500', '144937.602500', '144938.062500', '144938.522500', '144938.982500', '144939.442500', '144939.902500', '144940.362500', '144940.822500', '144941.282500', '144941.742500', '144942.202500', '144942.662500', '144943.122500', '144943.582500', '144944.042500', '144944.502500', '144944.962500', '144945.422500', '144945.882500', '144946.342500', '144946.802500', '144947.262500', '144947.722500', '144948.182500', '144948.642500', '144949.102500', '144949.562500', '144950.022500', '144950.482500', '144950.942500', '144951.402500', '144951.862500', '144952.322500', '144952.782500', '144953.242500', '144953.702500', '144954.162500', '144954.622500', '144955.082500', '144955.542500', '144956.002500', '144956.462500', '144956.922500', '144957.382500', '144957.842500', '144958.302500', '144958.762500', '144959.222500', '144959.682500', '145000.142500', '145000.602500', '145001.062500', '145001.522500', '145001.982500', '145002.442500', '145002.902500', '145003.362500', '145003.822500', '145004.282500', '145004.742500', '145005.202500', '145005.662500', '145006.122500', '145006.582500', '145007.042500', '145007.502500', '145007.962500', '145008.422500', '145008.882500', '145009.342500', '145009.802500', '145010.262500', '145010.722500', '145011.182500', '145011.642500', '145012.102500', '145012.562500', '145013.022500', '145013.482500', '145013.942500', '145014.402500', '145014.862500', '145015.322500', '145015.782500', '145016.242500', '145016.702500', '145017.162500', '145017.622500', '145018.082500', '145018.542500', '145019.002500', '145019.462500', '145019.922500', '145020.382500', '145020.842500', '145021.302500', '145021.762500', '145022.222500', '145022.682500', '145023.142500', '145023.602500', '145024.062500', '145024.522500', '145024.982500', '145025.442500', '145025.902500', '145026.362500', '145026.822500', '145027.282500', '145027.742500', '145028.202500', '145028.662500', '145029.122500', '145029.582500', '145030.042500', '145030.502500', '145030.962500', '145031.422500', '145031.882500', '145032.342500', '145032.802500', '145033.262500', '145033.722500', '145034.182500', '145034.642500', '145035.102500', '145035.562500', '145036.022500', '145036.482500', '145036.942500', '145037.402500', '145037.862500', '145038.322500', '145038.782500', '145039.242500', '145039.702500', '145040.162500', '145040.622500', '145041.082500', '145041.542500', '145042.002500', '145042.462500', '145042.922500', '145043.382500', '145043.842500', '145044.302500', '145044.762500', '145045.222500', '145045.682500', '145046.142500', '145046.602500', '145047.062500', '145047.522500', '145047.982500', '145048.442500', '145048.902500', '145049.362500', '145049.822500', '145050.282500', '145050.742500', '145051.202500', '145051.662500', '145052.122500', '145052.582500', '145053.042500', '145053.502500', '145053.962500', '145054.422500', '145054.882500', '145055.342500', '145055.802500', '145056.262500', '145056.722500', '145057.182500', '145057.642500', '145058.102500', '145058.562500', '145059.022500', '145059.482500', '145059.942500', '145100.402500', '145100.862500', '145101.322500', '145101.782500', '145102.242500', '145102.702500', '145103.162500', '145103.622500', '145104.082500', '145104.542500', '145105.002500', '145105.462500', '145105.922500', '145106.382500', '145106.842500', '145107.302500'], 'ContentTime': ['144244.874000', '144244.877000', '144244.881000', '144244.884000', '144244.886000', '144244.889000', '144244.891000', '144244.900000', '144244.903000', '144244.905000', '144244.908000', '144244.911000', '144244.913000', '144244.916000', '144244.918000', '144244.921000', '144244.924000', '144244.926000', '144244.929000', '144244.931000', '144244.934000', '144244.936000', '144244.939000', '144244.941000', '144244.944000', '144244.947000', '144244.949000', '144244.952000', '144244.955000', '144244.957000', '144244.960000', '144244.962000', '144244.965000', '144244.967000', '144244.970000', '144244.973000', '144244.975000', '144244.978000', '144244.980000', '144244.989000', '144244.992000', '144244.994000', '144244.997000', '144245.001000', '144245.003000', '144245.006000', '144245.009000', '144245.011000', '144245.014000', '144245.017000', '144245.019000', '144245.022000', '144245.024000', '144245.027000', '144245.030000', '144245.034000', '144245.037000', '144245.040000', '144245.042000', '144245.045000', '144245.048000', '144304.846000', '144304.854000', '144304.856000', '144304.859000', '144304.862000', '144304.864000', '144304.867000', '144304.869000', '144304.873000', '144304.875000', '144304.878000', '144304.880000', '144304.883000', '144304.886000', '144304.889000', '144304.891000', '144304.894000', '144304.896000', '144304.899000', '144304.902000', '144304.904000', '144304.907000', '144304.909000', '144304.934000', '144304.937000', '144304.939000', '144304.942000', '144304.944000', '144304.947000', '144304.950000', '144304.952000', '144304.955000', '144304.957000', '144304.960000', '144304.962000', '144304.965000', '144304.968000', '144304.970000', '144304.973000', '144304.975000', '144304.978000', '144304.980000', '144304.983000', '144304.985000', '144324.845000', '144324.848000', '144324.851000', '144324.854000', '144324.856000', '144324.859000', '144324.862000', '144324.864000', '144324.867000', '144324.870000', '144324.872000', '144324.875000', '144324.877000', '144324.880000', '144324.883000', '144324.885000', '144324.888000', '144324.890000', '144324.893000', '144324.895000', '144324.898000', '144324.901000', '144324.903000', '144324.906000', '144324.908000', '144324.911000', '144324.913000', '144324.916000', '144324.918000', '144324.921000', '144324.924000', '144324.926000', '144324.929000', '144324.931000', '144324.934000', '144324.936000', '144324.939000', '144324.941000', '144324.944000', '144324.947000', '144324.949000', '144324.952000', '144324.954000', '144344.845000', '144344.848000', '144344.851000', '144344.853000', '144344.856000', '144344.858000', '144344.861000', '144344.864000', '144344.866000', '144344.869000', '144344.871000', '144344.874000', '144344.877000', '144344.879000', '144344.886000', '144344.889000', '144344.891000', '144344.894000', '144344.897000', '144344.899000', '144344.902000', '144344.905000', '144344.907000', '144344.910000', '144344.912000', '144344.915000', '144344.918000', '144344.920000', '144344.923000', '144344.926000', '144344.928000', '144344.931000', '144344.933000', '144344.936000', '144344.939000', '144344.941000', '144344.944000', '144344.947000', '144344.949000', '144344.952000', '144344.954000', '144344.957000', '144344.960000', '144344.962000', '144404.845000', '144404.850000', '144404.853000', '144404.855000', '144404.858000', '144404.861000', '144404.863000', '144404.866000', '144404.868000', '144404.871000', '144404.874000', '144404.876000', '144404.879000', '144404.881000', '144404.884000', '144404.887000', '144404.889000', '144404.892000', '144404.894000', '144404.897000', '144404.900000', '144404.902000', '144404.905000', '144404.907000', '144404.910000', '144404.912000', '144404.915000', '144404.918000', '144404.920000', '144404.923000', '144404.925000', '144404.928000', '144404.930000', '144404.933000', '144404.936000', '144404.938000', '144404.941000', '144404.943000', '144404.946000', '144404.948000', '144404.951000', '144404.954000', '144404.956000', '144424.845000', '144424.847000', '144424.850000', '144424.853000', '144424.855000', '144424.861000', '144424.864000', '144424.866000', '144424.869000', '144424.872000', '144424.874000', '144424.877000', '144424.879000', '144424.882000', '144424.885000', '144424.887000', '144424.890000', '144424.892000', '144424.895000', '144424.898000', '144424.900000', '144424.903000', '144424.905000', '144424.908000', '144424.910000', '144424.913000', '144424.916000', '144424.918000', '144424.921000', '144424.923000', '144424.926000', '144424.929000', '144424.931000', '144424.934000', '144424.937000', '144424.939000', '144424.942000', '144424.944000', '144424.947000', '144424.949000', '144424.952000', '144424.955000', '144424.957000', '144424.960000', '144444.844000', '144444.847000', '144444.850000', '144444.853000', '144444.855000', '144444.858000', '144444.860000', '144444.863000', '144444.865000', '144444.868000', '144444.871000', '144444.873000', '144444.876000', '144444.878000', '144444.881000', '144444.884000', '144444.886000', '144444.889000', '144444.906000', '144444.908000', '144444.911000', '144444.913000', '144444.916000', '144444.918000', '144444.921000', '144444.923000', '144444.926000', '144444.929000', '144444.931000', '144444.934000', '144444.936000', '144444.939000', '144444.941000', '144444.944000', '144444.947000', '144444.949000', '144444.952000', '144444.954000', '144444.957000', '144444.959000', '144444.962000', '144444.964000', '144444.967000', '144504.844000', '144504.847000', '144504.852000', '144504.854000', '144504.857000', '144504.860000', '144504.862000', '144504.865000', '144504.867000', '144504.871000', '144504.874000', '144504.877000', '144504.879000', '144504.887000', '144504.889000', '144504.892000', '144504.894000', '144504.897000', '144504.900000', '144504.902000', '144504.905000', '144504.908000', '144504.910000', '144504.913000', '144504.915000', '144504.918000', '144504.921000', '144504.923000', '144504.926000', '144504.928000', '144504.931000', '144504.933000', '144504.936000', '144504.939000', '144504.941000', '144504.944000', '144504.946000', '144504.949000', '144504.951000', '144504.954000', '144504.957000', '144504.959000', '144504.962000', '144524.846000', '144524.848000', '144524.851000', '144524.853000', '144524.856000', '144524.859000', '144524.861000', '144524.864000', '144524.867000', '144524.869000', '144524.872000', '144524.875000', '144524.877000', '144524.880000', '144524.883000', '144524.885000', '144524.888000', '144524.891000', '144524.893000', '144524.896000', '144524.898000', '144524.901000', '144524.903000', '144524.906000', '144524.909000', '144524.911000', '144524.914000', '144524.916000', '144524.919000', '144524.922000', '144524.924000', '144524.927000', '144524.930000', '144524.932000', '144524.935000', '144524.937000', '144524.940000', '144524.942000', '144524.945000', '144524.947000', '144524.950000', '144524.953000', '144524.955000', '144524.958000', '144544.845000', '144544.848000', '144544.851000', '144544.854000', '144544.858000', '144544.861000', '144544.863000', '144544.871000', '144544.874000', '144544.877000', '144544.879000', '144544.882000', '144544.884000', '144544.887000', '144544.889000', '144544.892000', '144544.894000', '144544.897000', '144544.900000', '144544.902000', '144544.905000', '144544.907000', '144544.910000', '144544.912000', '144544.915000', '144544.918000', '144544.920000', '144544.923000', '144544.925000', '144544.928000', '144544.930000', '144544.933000', '144544.936000', '144544.938000', '144544.941000', '144544.943000', '144544.946000', '144544.949000', '144544.951000', '144544.954000', '144544.956000', '144544.959000', '144544.961000', '144604.845000', '144604.853000', '144604.856000', '144604.858000', '144604.861000', '144604.863000', '144604.866000', '144604.869000', '144604.871000', '144604.874000', '144604.876000', '144604.879000', '144604.881000', '144604.884000', '144604.887000', '144604.889000', '144604.892000', '144604.894000', '144604.897000', '144604.899000', '144604.902000', '144604.905000', '144604.907000', '144604.910000', '144604.912000', '144604.915000', '144604.917000', '144604.920000', '144604.923000', '144604.925000', '144604.928000', '144604.930000', '144604.933000', '144604.936000', '144604.938000', '144604.941000', '144604.943000', '144604.946000', '144604.949000', '144604.951000', '144604.954000', '144604.956000', '144604.959000', '144604.961000', '144624.845000', '144624.848000', '144624.851000', '144624.853000', '144624.856000', '144624.859000', '144624.861000', '144624.864000', '144624.866000', '144624.869000', '144624.871000', '144624.874000', '144624.877000', '144624.879000', '144624.882000', '144624.884000', '144624.887000', '144624.889000', '144624.892000', '144624.895000', '144624.897000', '144624.900000', '144624.902000', '144624.905000', '144624.907000', '144624.911000', '144624.914000', '144624.917000', '144624.920000', '144624.922000', '144624.925000', '144624.928000', '144624.930000', '144624.933000', '144624.936000', '144624.938000', '144624.941000', '144624.944000', '144624.946000', '144624.949000', '144624.951000', '144624.954000', '144624.957000', '144644.844000', '144644.850000', '144644.853000', '144644.855000', '144644.858000', '144644.860000', '144644.863000', '144644.866000', '144644.869000', '144644.871000', '144644.874000', '144644.876000', '144644.879000', '144644.882000', '144644.885000', '144644.887000', '144644.890000', '144644.893000', '144644.895000', '144644.898000', '144644.901000', '144644.903000', '144644.906000', '144644.909000', '144644.911000', '144644.914000', '144644.917000', '144644.919000', '144644.922000', '144644.924000', '144644.927000', '144644.929000', '144644.932000', '144644.935000', '144644.937000', '144644.940000', '144644.942000', '144644.945000', '144644.948000', '144644.950000', '144644.953000', '144644.955000', '144644.958000', '144644.961000', '144704.844000', '144704.847000', '144704.850000', '144704.852000', '144704.855000', '144704.858000', '144704.860000', '144704.863000', '144704.866000', '144704.869000', '144704.872000', '144704.875000', '144704.877000', '144704.880000', '144704.883000', '144704.885000', '144704.888000', '144704.890000', '144704.893000', '144704.895000', '144704.898000', '144704.901000', '144704.903000', '144704.906000', '144704.908000', '144704.911000', '144704.913000', '144704.916000', '144704.919000', '144704.921000', '144704.924000', '144704.926000', '144704.929000', '144704.932000', '144704.934000', '144704.937000', '144704.939000', '144704.942000', '144704.945000', '144704.947000', '144704.950000', '144704.952000', '144704.955000', '144724.844000', '144724.884000', '144724.887000', '144724.890000', '144724.892000', '144724.895000', '144724.898000', '144724.900000', '144724.903000', '144724.906000', '144724.908000', '144724.911000', '144724.913000', '144724.916000', '144724.919000', '144724.921000', '144724.924000', '144724.927000', '144724.930000', '144724.932000', '144724.935000', '144724.937000', '144724.940000', '144724.943000', '144724.945000', '144724.948000', '144724.950000', '144724.953000', '144724.956000', '144724.958000', '144724.961000', '144724.963000', '144724.966000', '144724.968000', '144724.971000', '144724.974000', '144724.976000', '144724.979000', '144724.981000', '144724.984000', '144724.986000', '144724.989000', '144724.992000', '144724.994000', '144744.846000', '144744.860000', '144744.863000', '144744.866000', '144744.868000', '144744.871000', '144744.874000', '144744.876000', '144744.879000', '144744.881000', '144744.895000', '144744.897000', '144744.900000', '144744.902000', '144744.905000', '144744.908000', '144744.910000', '144744.913000', '144744.915000', '144744.918000', '144744.920000', '144744.923000', '144744.926000', '144744.928000', '144744.931000', '144744.933000', '144744.936000', '144744.938000', '144744.941000', '144744.944000', '144744.946000', '144744.949000', '144744.952000', '144744.955000', '144744.958000', '144744.960000', '144744.963000', '144744.966000', '144744.968000', '144744.971000', '144744.973000', '144744.976000', '144744.978000', '144804.845000', '144804.861000', '144804.864000', '144804.866000', '144804.869000', '144804.871000', '144804.874000', '144804.877000', '144804.879000', '144804.882000', '144804.884000', '144804.887000', '144804.889000', '144804.892000', '144804.894000', '144804.897000', '144804.900000', '144804.902000', '144804.905000', '144804.907000', '144804.910000', '144804.912000', '144804.915000', '144804.918000', '144804.920000', '144804.923000', '144804.926000', '144804.928000', '144804.931000', '144804.933000', '144804.936000', '144804.938000', '144804.941000', '144804.944000', '144804.947000', '144804.949000', '144804.952000', '144804.955000', '144804.957000', '144804.960000', '144804.963000', '144804.965000', '144804.968000', '144804.970000', '144824.846000', '144824.866000', '144824.869000', '144824.871000', '144824.874000', '144824.876000', '144824.879000', '144824.882000', '144824.884000', '144824.887000', '144824.889000', '144824.892000', '144824.895000', '144824.897000', '144824.900000', '144824.903000', '144824.905000', '144824.908000', '144824.911000', '144824.913000', '144824.916000', '144824.921000', '144824.923000', '144824.926000', '144824.929000', '144824.931000', '144824.934000', '144824.936000', '144824.939000', '144824.942000', '144824.944000', '144824.947000', '144824.950000', '144824.952000', '144824.955000', '144824.957000', '144824.960000', '144824.963000', '144824.965000', '144824.968000', '144824.970000', '144824.973000', '144824.976000', '144844.846000', '144844.848000', '144844.851000', '144844.853000', '144844.856000', '144844.859000', '144844.861000', '144844.864000', '144844.866000', '144844.869000', '144844.871000', '144844.875000', '144844.877000', '144844.880000', '144844.882000', '144844.885000', '144844.888000', '144844.890000', '144844.893000', '144844.896000', '144844.898000', '144844.901000', '144844.903000', '144844.906000', '144844.909000', '144844.911000', '144844.914000', '144844.917000', '144844.919000', '144844.922000', '144844.924000', '144844.927000', '144844.930000', '144844.932000', '144844.935000', '144844.937000', '144844.940000', '144844.943000', '144844.945000', '144844.948000', '144844.950000', '144844.953000', '144844.956000', '144844.958000', '144904.844000', '144904.870000', '144904.872000', '144904.875000', '144904.878000', '144904.880000', '144904.883000', '144904.886000', '144904.888000', '144904.891000', '144904.894000', '144904.896000', '144904.899000', '144904.901000', '144904.904000', '144904.907000', '144904.909000', '144904.912000', '144904.915000', '144904.917000', '144904.920000', '144904.944000', '144904.946000', '144904.949000', '144904.952000', '144904.954000', '144904.957000', '144904.960000', '144904.962000', '144904.965000', '144904.967000', '144904.970000', '144904.972000', '144904.975000', '144904.982000', '144904.984000', '144904.987000', '144904.990000', '144904.993000', '144904.996000', '144904.998000', '144905.002000', '144905.004000', '144924.844000', '144924.875000', '144924.878000', '144924.881000', '144924.883000', '144924.886000', '144924.889000', '144924.891000', '144924.894000', '144924.896000', '144924.899000', '144924.901000', '144924.904000', '144924.907000', '144924.909000', '144924.912000', '144924.915000', '144924.917000', '144924.920000', '144924.922000', '144924.925000', '144924.927000', '144924.930000', '144924.933000', '144924.935000', '144924.938000', '144924.940000', '144924.943000', '144924.945000', '144924.948000', '144924.950000', '144924.953000', '144924.955000', '144924.958000', '144924.961000', '144924.963000', '144924.966000', '144924.968000', '144924.971000', '144924.974000', '144924.976000', '144924.979000', '144924.981000', '144924.984000', '144944.845000', '144944.863000', '144944.866000', '144944.868000', '144944.871000', '144944.874000', '144944.876000', '144944.879000', '144944.881000', '144944.884000', '144944.887000', '144944.889000', '144944.892000', '144944.894000', '144944.897000', '144944.900000', '144944.902000', '144944.905000', '144944.907000', '144944.910000', '144944.913000', '144944.916000', '144944.918000', '144944.921000', '144944.923000', '144944.926000', '144944.929000', '144944.931000', '144944.934000', '144944.936000', '144944.939000', '144944.942000', '144944.944000', '144944.947000', '144944.950000', '144944.952000', '144944.955000', '144944.957000', '144944.960000', '144944.963000', '144944.965000', '144944.968000', '144944.970000', '145004.845000', '145004.880000', '145004.883000', '145004.885000', '145004.888000', '145004.890000', '145004.893000', '145004.896000', '145004.898000', '145004.901000', '145004.903000', '145004.906000', '145004.908000', '145004.911000', '145004.914000', '145004.916000', '145004.919000', '145004.921000', '145004.924000', '145004.927000', '145004.929000', '145004.932000', '145004.934000', '145004.937000', '145004.939000', '145004.942000', '145004.945000', '145004.947000', '145004.950000', '145004.952000', '145004.955000', '145004.958000', '145004.960000', '145004.963000', '145004.965000', '145004.968000', '145004.971000', '145004.973000', '145004.976000', '145004.978000', '145004.981000', '145004.983000', '145004.986000', '145004.989000', '145024.846000', '145024.873000', '145024.875000', '145024.878000', '145024.881000', '145024.883000', '145024.886000', '145024.888000', '145024.891000', '145024.894000', '145024.896000', '145024.899000', '145024.901000', '145024.904000', '145024.907000', '145024.909000', '145024.912000', '145024.914000', '145024.933000', '145024.935000', '145024.938000', '145024.940000', '145024.943000', '145024.946000', '145024.948000', '145024.951000', '145024.953000', '145024.956000', '145024.958000', '145024.961000', '145024.963000', '145024.966000', '145024.969000', '145024.971000', '145024.974000', '145024.976000', '145024.979000', '145024.981000', '145024.984000', '145024.986000', '145024.989000', '145024.992000', '145024.994000', '145044.845000', '145044.884000', '145044.887000', '145044.889000', '145044.892000', '145044.895000', '145044.897000', '145044.900000', '145044.903000', '145044.905000', '145044.908000', '145044.910000', '145044.913000', '145044.915000', '145044.918000', '145044.921000', '145044.923000', '145044.926000', '145044.928000', '145044.931000', '145044.934000', '145044.936000', '145044.939000', '145044.941000', '145044.944000', '145044.946000', '145044.949000', '145044.951000', '145044.954000', '145044.957000', '145044.959000', '145044.962000', '145044.964000', '145044.967000', '145044.970000', '145044.972000', '145044.975000', '145044.977000', '145044.980000', '145044.982000', '145044.985000', '145044.988000', '145044.990000', '145104.845000', '145104.893000', '145104.895000', '145104.898000', '145104.901000', '145104.903000', '145104.906000', '145104.908000', '145104.911000', '145104.914000', '145104.916000', '145104.919000', '145104.921000', '145104.924000', '145104.926000', '145104.929000', '145104.932000', '145104.934000', '145104.937000', '145104.940000', '145104.942000', '145104.945000', '145104.947000', '145104.950000', '145104.952000', '145104.955000', '145104.958000', '145104.960000', '145104.963000', '145104.965000', '145104.968000', '145104.971000', '145104.973000', '145104.976000', '145104.978000', '145104.981000', '145104.984000', '145104.986000', '145104.989000', '145104.991000', '145104.994000', '145104.997000', '145105.000000', '145105.003000', '145108.669000', '145108.672000', '145108.674000', '145108.677000', '145108.680000', '145108.683000', '145108.686000', '145108.688000', '145108.691000'], 'InstanceCreationTime': ['144244.874000', '144244.877000', '144244.881000', '144244.884000', '144244.886000', '144244.889000', '144244.891000', '144244.900000', '144244.903000', '144244.905000', '144244.908000', '144244.911000', '144244.913000', '144244.916000', '144244.918000', '144244.921000', '144244.924000', '144244.926000', '144244.929000', '144244.931000', '144244.934000', '144244.936000', '144244.939000', '144244.941000', '144244.944000', '144244.947000', '144244.949000', '144244.952000', '144244.955000', '144244.957000', '144244.960000', '144244.962000', '144244.965000', '144244.967000', '144244.970000', '144244.973000', '144244.975000', '144244.978000', '144244.980000', '144244.989000', '144244.992000', '144244.994000', '144244.997000', '144245.001000', '144245.003000', '144245.006000', '144245.009000', '144245.011000', '144245.014000', '144245.017000', '144245.019000', '144245.022000', '144245.024000', '144245.027000', '144245.030000', '144245.034000', '144245.037000', '144245.040000', '144245.042000', '144245.045000', '144245.048000', '144304.846000', '144304.854000', '144304.856000', '144304.859000', '144304.862000', '144304.864000', '144304.867000', '144304.869000', '144304.873000', '144304.875000', '144304.878000', '144304.880000', '144304.883000', '144304.886000', '144304.889000', '144304.891000', '144304.894000', '144304.896000', '144304.899000', '144304.902000', '144304.904000', '144304.907000', '144304.909000', '144304.934000', '144304.937000', '144304.939000', '144304.942000', '144304.944000', '144304.947000', '144304.950000', '144304.952000', '144304.955000', '144304.957000', '144304.960000', '144304.962000', '144304.965000', '144304.968000', '144304.970000', '144304.973000', '144304.975000', '144304.978000', '144304.980000', '144304.983000', '144304.985000', '144324.845000', '144324.848000', '144324.851000', '144324.854000', '144324.856000', '144324.859000', '144324.862000', '144324.864000', '144324.867000', '144324.870000', '144324.872000', '144324.875000', '144324.877000', '144324.880000', '144324.883000', '144324.885000', '144324.888000', '144324.890000', '144324.893000', '144324.895000', '144324.898000', '144324.901000', '144324.903000', '144324.906000', '144324.908000', '144324.911000', '144324.913000', '144324.916000', '144324.918000', '144324.921000', '144324.924000', '144324.926000', '144324.929000', '144324.931000', '144324.934000', '144324.936000', '144324.939000', '144324.941000', '144324.944000', '144324.947000', '144324.949000', '144324.952000', '144324.954000', '144344.845000', '144344.848000', '144344.851000', '144344.853000', '144344.856000', '144344.858000', '144344.861000', '144344.864000', '144344.866000', '144344.869000', '144344.871000', '144344.874000', '144344.877000', '144344.879000', '144344.886000', '144344.889000', '144344.891000', '144344.894000', '144344.897000', '144344.899000', '144344.902000', '144344.905000', '144344.907000', '144344.910000', '144344.912000', '144344.915000', '144344.918000', '144344.920000', '144344.923000', '144344.926000', '144344.928000', '144344.931000', '144344.933000', '144344.936000', '144344.939000', '144344.941000', '144344.944000', '144344.947000', '144344.949000', '144344.952000', '144344.954000', '144344.957000', '144344.960000', '144344.962000', '144404.845000', '144404.850000', '144404.853000', '144404.855000', '144404.858000', '144404.861000', '144404.863000', '144404.866000', '144404.868000', '144404.871000', '144404.874000', '144404.876000', '144404.879000', '144404.881000', '144404.884000', '144404.887000', '144404.889000', '144404.892000', '144404.894000', '144404.897000', '144404.900000', '144404.902000', '144404.905000', '144404.907000', '144404.910000', '144404.912000', '144404.915000', '144404.918000', '144404.920000', '144404.923000', '144404.925000', '144404.928000', '144404.930000', '144404.933000', '144404.936000', '144404.938000', '144404.941000', '144404.943000', '144404.946000', '144404.948000', '144404.951000', '144404.954000', '144404.956000', '144424.845000', '144424.847000', '144424.850000', '144424.853000', '144424.855000', '144424.861000', '144424.864000', '144424.866000', '144424.869000', '144424.872000', '144424.874000', '144424.877000', '144424.879000', '144424.882000', '144424.885000', '144424.887000', '144424.890000', '144424.892000', '144424.895000', '144424.898000', '144424.900000', '144424.903000', '144424.905000', '144424.908000', '144424.910000', '144424.913000', '144424.916000', '144424.918000', '144424.921000', '144424.923000', '144424.926000', '144424.929000', '144424.931000', '144424.934000', '144424.937000', '144424.939000', '144424.942000', '144424.944000', '144424.947000', '144424.949000', '144424.952000', '144424.955000', '144424.957000', '144424.960000', '144444.844000', '144444.847000', '144444.850000', '144444.853000', '144444.855000', '144444.858000', '144444.860000', '144444.863000', '144444.865000', '144444.868000', '144444.871000', '144444.873000', '144444.876000', '144444.878000', '144444.881000', '144444.884000', '144444.886000', '144444.889000', '144444.906000', '144444.908000', '144444.911000', '144444.913000', '144444.916000', '144444.918000', '144444.921000', '144444.923000', '144444.926000', '144444.929000', '144444.931000', '144444.934000', '144444.936000', '144444.939000', '144444.941000', '144444.944000', '144444.947000', '144444.949000', '144444.952000', '144444.954000', '144444.957000', '144444.959000', '144444.962000', '144444.964000', '144444.967000', '144504.844000', '144504.847000', '144504.852000', '144504.854000', '144504.857000', '144504.860000', '144504.862000', '144504.865000', '144504.867000', '144504.871000', '144504.874000', '144504.877000', '144504.879000', '144504.887000', '144504.889000', '144504.892000', '144504.894000', '144504.897000', '144504.900000', '144504.902000', '144504.905000', '144504.908000', '144504.910000', '144504.913000', '144504.915000', '144504.918000', '144504.921000', '144504.923000', '144504.926000', '144504.928000', '144504.931000', '144504.933000', '144504.936000', '144504.939000', '144504.941000', '144504.944000', '144504.946000', '144504.949000', '144504.951000', '144504.954000', '144504.957000', '144504.959000', '144504.962000', '144524.846000', '144524.848000', '144524.851000', '144524.853000', '144524.856000', '144524.859000', '144524.861000', '144524.864000', '144524.867000', '144524.869000', '144524.872000', '144524.875000', '144524.877000', '144524.880000', '144524.883000', '144524.885000', '144524.888000', '144524.891000', '144524.893000', '144524.896000', '144524.898000', '144524.901000', '144524.903000', '144524.906000', '144524.909000', '144524.911000', '144524.914000', '144524.916000', '144524.919000', '144524.922000', '144524.924000', '144524.927000', '144524.930000', '144524.932000', '144524.935000', '144524.937000', '144524.940000', '144524.942000', '144524.945000', '144524.947000', '144524.950000', '144524.953000', '144524.955000', '144524.958000', '144544.845000', '144544.848000', '144544.851000', '144544.854000', '144544.858000', '144544.861000', '144544.863000', '144544.871000', '144544.874000', '144544.877000', '144544.879000', '144544.882000', '144544.884000', '144544.887000', '144544.889000', '144544.892000', '144544.894000', '144544.897000', '144544.900000', '144544.902000', '144544.905000', '144544.907000', '144544.910000', '144544.912000', '144544.915000', '144544.918000', '144544.920000', '144544.923000', '144544.925000', '144544.928000', '144544.930000', '144544.933000', '144544.936000', '144544.938000', '144544.941000', '144544.943000', '144544.946000', '144544.949000', '144544.951000', '144544.954000', '144544.956000', '144544.959000', '144544.961000', '144604.845000', '144604.853000', '144604.856000', '144604.858000', '144604.861000', '144604.863000', '144604.866000', '144604.869000', '144604.871000', '144604.874000', '144604.876000', '144604.879000', '144604.881000', '144604.884000', '144604.887000', '144604.889000', '144604.892000', '144604.894000', '144604.897000', '144604.899000', '144604.902000', '144604.905000', '144604.907000', '144604.910000', '144604.912000', '144604.915000', '144604.917000', '144604.920000', '144604.923000', '144604.925000', '144604.928000', '144604.930000', '144604.933000', '144604.936000', '144604.938000', '144604.941000', '144604.943000', '144604.946000', '144604.949000', '144604.951000', '144604.954000', '144604.956000', '144604.959000', '144604.961000', '144624.845000', '144624.848000', '144624.851000', '144624.853000', '144624.856000', '144624.859000', '144624.861000', '144624.864000', '144624.866000', '144624.869000', '144624.871000', '144624.874000', '144624.877000', '144624.879000', '144624.882000', '144624.884000', '144624.887000', '144624.889000', '144624.892000', '144624.895000', '144624.897000', '144624.900000', '144624.902000', '144624.905000', '144624.907000', '144624.911000', '144624.914000', '144624.917000', '144624.920000', '144624.922000', '144624.925000', '144624.928000', '144624.930000', '144624.933000', '144624.936000', '144624.938000', '144624.941000', '144624.944000', '144624.946000', '144624.949000', '144624.951000', '144624.954000', '144624.957000', '144644.844000', '144644.850000', '144644.853000', '144644.855000', '144644.858000', '144644.860000', '144644.863000', '144644.866000', '144644.869000', '144644.871000', '144644.874000', '144644.876000', '144644.879000', '144644.882000', '144644.885000', '144644.887000', '144644.890000', '144644.893000', '144644.895000', '144644.898000', '144644.901000', '144644.903000', '144644.906000', '144644.909000', '144644.911000', '144644.914000', '144644.917000', '144644.919000', '144644.922000', '144644.924000', '144644.927000', '144644.929000', '144644.932000', '144644.935000', '144644.937000', '144644.940000', '144644.942000', '144644.945000', '144644.948000', '144644.950000', '144644.953000', '144644.955000', '144644.958000', '144644.961000', '144704.844000', '144704.847000', '144704.850000', '144704.852000', '144704.855000', '144704.858000', '144704.860000', '144704.863000', '144704.866000', '144704.869000', '144704.872000', '144704.875000', '144704.877000', '144704.880000', '144704.883000', '144704.885000', '144704.888000', '144704.890000', '144704.893000', '144704.895000', '144704.898000', '144704.901000', '144704.903000', '144704.906000', '144704.908000', '144704.911000', '144704.913000', '144704.916000', '144704.919000', '144704.921000', '144704.924000', '144704.926000', '144704.929000', '144704.932000', '144704.934000', '144704.937000', '144704.939000', '144704.942000', '144704.945000', '144704.947000', '144704.950000', '144704.952000', '144704.955000', '144724.844000', '144724.884000', '144724.887000', '144724.890000', '144724.892000', '144724.895000', '144724.898000', '144724.900000', '144724.903000', '144724.906000', '144724.908000', '144724.911000', '144724.913000', '144724.916000', '144724.919000', '144724.921000', '144724.924000', '144724.927000', '144724.930000', '144724.932000', '144724.935000', '144724.937000', '144724.940000', '144724.943000', '144724.945000', '144724.948000', '144724.950000', '144724.953000', '144724.956000', '144724.958000', '144724.961000', '144724.963000', '144724.966000', '144724.968000', '144724.971000', '144724.974000', '144724.976000', '144724.979000', '144724.981000', '144724.984000', '144724.986000', '144724.989000', '144724.992000', '144724.994000', '144744.846000', '144744.860000', '144744.863000', '144744.866000', '144744.868000', '144744.871000', '144744.874000', '144744.876000', '144744.879000', '144744.881000', '144744.895000', '144744.897000', '144744.900000', '144744.902000', '144744.905000', '144744.908000', '144744.910000', '144744.913000', '144744.915000', '144744.918000', '144744.920000', '144744.923000', '144744.926000', '144744.928000', '144744.931000', '144744.933000', '144744.936000', '144744.938000', '144744.941000', '144744.944000', '144744.946000', '144744.949000', '144744.952000', '144744.955000', '144744.958000', '144744.960000', '144744.963000', '144744.966000', '144744.968000', '144744.971000', '144744.973000', '144744.976000', '144744.978000', '144804.845000', '144804.861000', '144804.864000', '144804.866000', '144804.869000', '144804.871000', '144804.874000', '144804.877000', '144804.879000', '144804.882000', '144804.884000', '144804.887000', '144804.889000', '144804.892000', '144804.894000', '144804.897000', '144804.900000', '144804.902000', '144804.905000', '144804.907000', '144804.910000', '144804.912000', '144804.915000', '144804.918000', '144804.920000', '144804.923000', '144804.926000', '144804.928000', '144804.931000', '144804.933000', '144804.936000', '144804.938000', '144804.941000', '144804.944000', '144804.947000', '144804.949000', '144804.952000', '144804.955000', '144804.957000', '144804.960000', '144804.963000', '144804.965000', '144804.968000', '144804.970000', '144824.846000', '144824.866000', '144824.869000', '144824.871000', '144824.874000', '144824.876000', '144824.879000', '144824.882000', '144824.884000', '144824.887000', '144824.889000', '144824.892000', '144824.895000', '144824.897000', '144824.900000', '144824.903000', '144824.905000', '144824.908000', '144824.911000', '144824.913000', '144824.916000', '144824.921000', '144824.923000', '144824.926000', '144824.929000', '144824.931000', '144824.934000', '144824.936000', '144824.939000', '144824.942000', '144824.944000', '144824.947000', '144824.950000', '144824.952000', '144824.955000', '144824.957000', '144824.960000', '144824.963000', '144824.965000', '144824.968000', '144824.970000', '144824.973000', '144824.976000', '144844.846000', '144844.848000', '144844.851000', '144844.853000', '144844.856000', '144844.859000', '144844.861000', '144844.864000', '144844.866000', '144844.869000', '144844.871000', '144844.875000', '144844.877000', '144844.880000', '144844.882000', '144844.885000', '144844.888000', '144844.890000', '144844.893000', '144844.896000', '144844.898000', '144844.901000', '144844.903000', '144844.906000', '144844.909000', '144844.911000', '144844.914000', '144844.917000', '144844.919000', '144844.922000', '144844.924000', '144844.927000', '144844.930000', '144844.932000', '144844.935000', '144844.937000', '144844.940000', '144844.943000', '144844.945000', '144844.948000', '144844.950000', '144844.953000', '144844.956000', '144844.958000', '144904.844000', '144904.870000', '144904.872000', '144904.875000', '144904.878000', '144904.880000', '144904.883000', '144904.886000', '144904.888000', '144904.891000', '144904.894000', '144904.896000', '144904.899000', '144904.901000', '144904.904000', '144904.907000', '144904.909000', '144904.912000', '144904.915000', '144904.917000', '144904.920000', '144904.944000', '144904.946000', '144904.949000', '144904.952000', '144904.954000', '144904.957000', '144904.960000', '144904.962000', '144904.965000', '144904.967000', '144904.970000', '144904.972000', '144904.975000', '144904.982000', '144904.984000', '144904.987000', '144904.990000', '144904.993000', '144904.996000', '144904.998000', '144905.002000', '144905.004000', '144924.844000', '144924.875000', '144924.878000', '144924.881000', '144924.883000', '144924.886000', '144924.889000', '144924.891000', '144924.894000', '144924.896000', '144924.899000', '144924.901000', '144924.904000', '144924.907000', '144924.909000', '144924.912000', '144924.915000', '144924.917000', '144924.920000', '144924.922000', '144924.925000', '144924.927000', '144924.930000', '144924.933000', '144924.935000', '144924.938000', '144924.940000', '144924.943000', '144924.945000', '144924.948000', '144924.950000', '144924.953000', '144924.955000', '144924.958000', '144924.961000', '144924.963000', '144924.966000', '144924.968000', '144924.971000', '144924.974000', '144924.976000', '144924.979000', '144924.981000', '144924.984000', '144944.845000', '144944.863000', '144944.866000', '144944.868000', '144944.871000', '144944.874000', '144944.876000', '144944.879000', '144944.881000', '144944.884000', '144944.887000', '144944.889000', '144944.892000', '144944.894000', '144944.897000', '144944.900000', '144944.902000', '144944.905000', '144944.907000', '144944.910000', '144944.913000', '144944.916000', '144944.918000', '144944.921000', '144944.923000', '144944.926000', '144944.929000', '144944.931000', '144944.934000', '144944.936000', '144944.939000', '144944.942000', '144944.944000', '144944.947000', '144944.950000', '144944.952000', '144944.955000', '144944.957000', '144944.960000', '144944.963000', '144944.965000', '144944.968000', '144944.970000', '145004.845000', '145004.880000', '145004.883000', '145004.885000', '145004.888000', '145004.890000', '145004.893000', '145004.896000', '145004.898000', '145004.901000', '145004.903000', '145004.906000', '145004.908000', '145004.911000', '145004.914000', '145004.916000', '145004.919000', '145004.921000', '145004.924000', '145004.927000', '145004.929000', '145004.932000', '145004.934000', '145004.937000', '145004.939000', '145004.942000', '145004.945000', '145004.947000', '145004.950000', '145004.952000', '145004.955000', '145004.958000', '145004.960000', '145004.963000', '145004.965000', '145004.968000', '145004.971000', '145004.973000', '145004.976000', '145004.978000', '145004.981000', '145004.983000', '145004.986000', '145004.989000', '145024.846000', '145024.873000', '145024.875000', '145024.878000', '145024.881000', '145024.883000', '145024.886000', '145024.888000', '145024.891000', '145024.894000', '145024.896000', '145024.899000', '145024.901000', '145024.904000', '145024.907000', '145024.909000', '145024.912000', '145024.914000', '145024.933000', '145024.935000', '145024.938000', '145024.940000', '145024.943000', '145024.946000', '145024.948000', '145024.951000', '145024.953000', '145024.956000', '145024.958000', '145024.961000', '145024.963000', '145024.966000', '145024.969000', '145024.971000', '145024.974000', '145024.976000', '145024.979000', '145024.981000', '145024.984000', '145024.986000', '145024.989000', '145024.992000', '145024.994000', '145044.845000', '145044.884000', '145044.887000', '145044.889000', '145044.892000', '145044.895000', '145044.897000', '145044.900000', '145044.903000', '145044.905000', '145044.908000', '145044.910000', '145044.913000', '145044.915000', '145044.918000', '145044.921000', '145044.923000', '145044.926000', '145044.928000', '145044.931000', '145044.934000', '145044.936000', '145044.939000', '145044.941000', '145044.944000', '145044.946000', '145044.949000', '145044.951000', '145044.954000', '145044.957000', '145044.959000', '145044.962000', '145044.964000', '145044.967000', '145044.970000', '145044.972000', '145044.975000', '145044.977000', '145044.980000', '145044.982000', '145044.985000', '145044.988000', '145044.990000', '145104.845000', '145104.893000', '145104.895000', '145104.898000', '145104.901000', '145104.903000', '145104.906000', '145104.908000', '145104.911000', '145104.914000', '145104.916000', '145104.919000', '145104.921000', '145104.924000', '145104.926000', '145104.929000', '145104.932000', '145104.934000', '145104.937000', '145104.940000', '145104.942000', '145104.945000', '145104.947000', '145104.950000', '145104.952000', '145104.955000', '145104.958000', '145104.960000', '145104.963000', '145104.965000', '145104.968000', '145104.971000', '145104.973000', '145104.976000', '145104.978000', '145104.981000', '145104.984000', '145104.986000', '145104.989000', '145104.991000', '145104.994000', '145104.997000', '145105.000000', '145105.003000', '145108.669000', '145108.672000', '145108.674000', '145108.677000', '145108.680000', '145108.683000', '145108.686000', '145108.688000', '145108.691000'], '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], 'LargestImagePixelValue': [9536, 7965, 8282, 8061, 7690, 7833, 7624, 7745, 7759, 8492, 7848, 8171, 8077, 7533, 7898, 7611, 7801, 7409, 7379, 7803, 10138, 7928, 9125, 7548, 7945, 10089, 7852, 9190, 7964, 7974, 7586, 7955, 10212, 7887, 9141, 8009, 7398, 7548, 7750, 10821, 7999, 7866, 7584, 7802, 7706, 7820, 8148, 7537, 7636, 9005, 7748, 9190, 7830, 7738, 7656, 7826, 9817, 7743, 7769, 7341, 7531, 8849, 7704, 7854, 8605, 7675, 8529, 7450, 7987, 9679, 7548, 8588, 7458, 7679, 9666, 7598, 8728, 7457, 7584, 9596, 7799, 9328, 7670, 8153, 9935, 7522, 8695, 7527, 7692, 10888, 7673, 8892, 7296, 7651, 11638, 7648, 7895, 7338, 7550, 9915, 7530, 8050, 8454, 7620, 9740, 7656, 8244, 7304, 7602, 10334, 7809, 8704, 7643, 7610, 7334, 7570, 10131, 7731, 8579, 7505, 7893, 9774, 7437, 8767, 7646, 7667, 8342, 7789, 10021, 7355, 8302, 7584, 7821, 7664, 7771, 10129, 7528, 8154, 7648, 7948, 11040, 7672, 8858, 7263, 7870, 8762, 7474, 8604, 7572, 7769, 8879, 7513, 8610, 7403, 8154, 8559, 7740, 9647, 7599, 8479, 7406, 7911, 10305, 8143, 8510, 7479, 8061, 7336, 7558, 8681, 7634, 7976, 9843, 7485, 8912, 7363, 8369, 7646, 7561, 9750, 7356, 7935, 7230, 7659, 10137, 7381, 8626, 7271, 7570, 9827, 7394, 8766, 7203, 7754, 8617, 7567, 9518, 7337, 8083, 7413, 7579, 9929, 7736, 9290, 7490, 7961, 7753, 7619, 9743, 7541, 7455, 7193, 7742, 9506, 7707, 8572, 7183, 7982, 8129, 7610, 9918, 7485, 8251, 7407, 7513, 7278, 7778, 9710, 7591, 8831, 7263, 7740, 7369, 7942, 10020, 7739, 8758, 7416, 7727, 7307, 7886, 9655, 7837, 8966, 7287, 8080, 9764, 7505, 8924, 7909, 7546, 7265, 7722, 9977, 7559, 8731, 7701, 7547, 7479, 8038, 8432, 7600, 9159, 7587, 8033, 7783, 7491, 7464, 7591, 8966, 7396, 8198, 7452, 7941, 7286, 7979, 7531, 7718, 10503, 7400, 9231, 7614, 8364, 7670, 8127, 10072, 7654, 10131, 7476, 8602, 7542, 7915, 11365, 7490, 9956, 7620, 8149, 7339, 7514, 7651, 7414, 7347, 7765, 8660, 7540, 10221, 7777, 8740, 7466, 8216, 7740, 8006, 7694, 7569, 9940, 7746, 13216, 7556, 7896, 7380, 8028, 8452, 7682, 11602, 7599, 7993, 7567, 7652, 7247, 7881, 9976, 7511, 9445, 8011, 7730, 7233, 8042, 8497, 7629, 9302, 7861, 8231, 7211, 7775, 7626, 7720, 9965, 7516, 8416, 7360, 8384, 7607, 7929, 9752, 7654, 9360, 7404, 7952, 9665, 7279, 8766, 7569, 7706, 7464, 7487, 7407, 7590, 9690, 7688, 9734, 7310, 8540, 7645, 7788, 11851, 9081, 11795, 7538, 8062, 7773, 7894, 13728, 7753, 10985, 7359, 7787, 7502, 7782, 8844, 7856, 7422, 7521, 7256, 7541, 10194, 7960, 7975, 7590, 7723, 11161, 7198, 9725, 7556, 7442, 7526, 7514, 10175, 7528, 8459, 7382, 8049, 12920, 7264, 8193, 7771, 7730, 10308, 7566, 9002, 7093, 8090, 10559, 7899, 9246, 7671, 7520, 7202, 7895, 10473, 7592, 9700, 7727, 8201, 10155, 7385, 9522, 7720, 7888, 8302, 7573, 10704, 7325, 9010, 7567, 7712, 8988, 7376, 8649, 7775, 8127, 12583, 7460, 10105, 7361, 8198, 11170, 7543, 9458, 7602, 7669, 7424, 7332, 9196, 7648, 8064, 9061, 7800, 10079, 7409, 8296, 7225, 7522, 9479, 7304, 9002, 7350, 8038, 8788, 7499, 9509, 7718, 7405, 6889, 7521, 10903, 7531, 9516, 9832, 8162, 7111, 7920, 13823, 7453, 8880, 7249, 7922, 12851, 7450, 8622, 7209, 7808, 9373, 7624, 9288, 7865, 7811, 7734, 7839, 7500, 7908, 7299, 7554, 7902, 7387, 7613, 10052, 8159, 7864, 14731, 7569, 10431, 7444, 7448, 7656, 7732, 7164, 7701, 10792, 7351, 8891, 7293, 7613, 7160, 7734, 9836, 7496, 9223, 7426, 7570, 8994, 7506, 10833, 7416, 7770, 7611, 7786, 9570, 7579, 7837, 7395, 7592, 7311, 7826, 7615, 7919, 7981, 7448, 8063, 7461, 7770, 10080, 7615, 9518, 7450, 7928, 7231, 7887, 11771, 7805, 8152, 7223, 7940, 10308, 7616, 8439, 7286, 7724, 9612, 7412, 8980, 7108, 7976, 9438, 7496, 8890, 7355, 8195, 10915, 7719, 9354, 7217, 8084, 9689, 7725, 8733, 7316, 7878, 9031, 7556, 8511, 7607, 8069, 10117, 7700, 9604, 7384, 8262, 10255, 7479, 9927, 8077, 7507, 6845, 7506, 9577, 7403, 8156, 8890, 7863, 10983, 7318, 9084, 7179, 7698, 12837, 8008, 8424, 7159, 7792, 11774, 7506, 9225, 7568, 7879, 12246, 7348, 7722, 7219, 7510, 10383, 7574, 7851, 7319, 7900, 7121, 7661, 8257, 7279, 7672, 10357, 7589, 8541, 7372, 8205, 10739, 7574, 9201, 7287, 7950, 9450, 7533, 7387, 7472, 7502, 7283, 7695, 10929, 7597, 8100, 7395, 7833, 7431, 7765, 9966, 7141, 9238, 7184, 7621, 13393, 7352, 9739, 7697, 7401, 7284, 7887, 7101, 7297, 8050, 7506, 7805, 7338, 7621, 7244, 7599, 8445, 7712, 7511, 7211, 7622, 10236, 7675, 7949, 7336, 7783, 9350, 7743, 8109, 7498, 7717, 9575, 7935, 8621, 7480, 7717, 8971, 7776, 8006, 7651, 7571, 7519, 7418, 7594, 7537, 7657, 8305, 11432, 7302, 10137, 7708, 7542, 11070, 7886, 8100, 7201, 7811, 13805, 7436, 8723, 7181, 7688, 10138, 7618, 9133, 7466, 7748, 12135, 7452, 9192, 7408, 7636, 7212, 7813, 6973, 7439, 8817, 7448, 7702, 8076, 7728, 8745, 7665, 7994, 7392, 7749, 7480, 7818, 12353, 7575, 9298, 7352, 7423, 7101, 7627, 9830, 7647, 8459, 7441, 7319, 7448, 7730, 8425, 7796, 7686, 7342, 7603, 9534, 7802, 7676, 7363, 8144, 7185, 7585, 9013, 7753, 8600, 7725, 8514, 7426, 7550, 7789, 7539, 10722, 7449, 8606, 7672, 7665, 7669, 7492, 7433, 7953, 10101, 7463, 9325, 7504, 7609, 7421, 7753, 12750, 7397, 8954, 7585, 7622, 10297, 7677, 7788, 7430, 7792, 7873, 7651, 8647, 7780, 8017, 7481, 7678, 7028, 7485, 9130, 7580, 7625, 7348, 7638, 9590, 7530, 8273, 7460, 7863, 9905, 7801, 7951, 7342, 7758, 9400, 7809, 8317, 7425, 7650, 7026, 7636, 8781, 7515, 8128, 6975, 7647, 9262, 7609, 8284, 7225, 7710, 10232, 7573, 8758, 7157, 7942, 9273, 7734, 7602, 7233, 7732, 9706, 7578, 8006, 7326, 7810, 9956, 7626, 8260, 7354, 7895, 9956, 7839, 8466, 7302, 8079, 8806, 7512, 8548, 7574, 7695, 7368, 7523, 7315, 7817, 10878, 7568, 9489, 7358, 7828, 9488, 7652, 8786, 7552, 7991, 10103, 7700, 9663, 7756, 7506, 7210, 7706, 12881, 7633, 9067, 7294, 7592, 10666, 7923, 8672, 7341, 7701, 10343, 7505, 8301, 7468, 7595, 7429, 7634, 10887, 7566, 8398, 7137, 7379, 9761, 7938, 7759, 7145, 7793, 9903, 7717, 8489, 7044, 7677, 11083, 7630, 9499, 7517, 8081, 9835, 7899, 10140, 7660, 8576, 7342, 8242, 10669, 7680, 9824, 7953, 8004, 8072, 7780, 9096, 7644, 7628, 7496, 7797, 7329, 7789, 7040, 7540, 9477, 7776, 8172, 7417, 7773, 11306, 7639, 8653, 7353, 8075, 9456, 7678, 10035, 7770, 7976, 7118, 8011, 11948, 7920, 9121, 7450, 8124, 7180, 7738, 9588, 7802, 8463, 7500, 7466, 7381, 7730, 9859, 7907, 8772, 7450, 7840, 8727, 7840, 9807, 9003, 8382, 7439, 7221, 7360, 7688, 10297, 7739, 8941, 7364, 7493, 7365, 7916, 8260, 7998, 10348, 7651, 8197, 7768, 7917, 10909, 7930, 9917, 7572, 8096, 7242, 7998, 9807, 7765, 8622, 7631, 7933, 7333, 7361, 8467, 8103, 7513, 7681, 10822, 7793, 8380, 7532, 7460, 7551, 7762, 9669, 7691, 10124, 7803, 8185, 7579, 7181, 7008, 7852, 11510, 7833, 8879, 7243, 7616, 7184, 7795, 9651, 7592, 8096, 7429, 7653, 8036, 7786, 7569, 8012, 7356, 8110, 8860, 10515, 7952, 10039, 7850, 8328, 9493, 8628, 10998, 9377, 8040, 7775, 7808, 9529, 12485, 10757, 14355, 9725, 12372, 7912, 8146, 7279, 7447, 7326, 7580, 7434, 7291, 7885, 7666, 8069, 8086, 7255, 8181, 8600, 7844, 7507, 7662, 7351, 7612, 8974, 7655, 7575, 7455, 7389, 7521, 7950, 9654, 7731, 9292, 7762, 7613, 7588, 7469, 7511, 7291, 7460, 7102, 7399, 7790, 10959, 7839, 9039, 7817, 8352, 7676, 7934, 7694], 'WindowCenter': [4274.0, 4238.0, 4234.0, 4231.0, 4220.0, 4220.0, 4220.0, 4219.0, 4222.0, 4230.0, 4222.0, 4219.0, 4220.0, 4219.0, 4230.0, 4220.0, 4222.0, 4224.0, 4223.0, 4235.0, 4253.0, 4235.0, 4244.0, 4234.0, 4234.0, 4252.0, 4233.0, 4243.0, 4234.0, 4232.0, 4220.0, 4232.0, 4251.0, 4232.0, 4242.0, 4232.0, 4220.0, 4220.0, 4221.0, 4250.0, 4221.0, 4219.0, 4219.0, 4222.0, 4221.0, 4221.0, 4232.0, 4222.0, 4222.0, 4230.0, 4221.0, 4241.0, 4221.0, 4221.0, 4220.0, 4222.0, 4240.0, 4221.0, 4220.0, 4210.0, 4221.0, 4241.0, 4232.0, 4232.0, 4231.0, 4222.0, 4231.0, 4220.0, 4232.0, 4241.0, 4232.0, 4231.0, 4221.0, 4223.0, 4242.0, 4222.0, 4232.0, 4222.0, 4234.0, 4240.0, 4222.0, 4242.0, 4223.0, 4243.0, 4252.0, 4233.0, 4243.0, 4223.0, 4233.0, 4252.0, 4221.0, 4243.0, 4221.0, 4222.0, 4260.0, 4221.0, 4220.0, 4210.0, 4222.0, 4239.0, 4221.0, 4230.0, 4231.0, 4222.0, 4241.0, 4222.0, 4231.0, 4220.0, 4232.0, 4252.0, 4222.0, 4231.0, 4222.0, 4233.0, 4222.0, 4234.0, 4253.0, 4232.0, 4242.0, 4222.0, 4233.0, 4252.0, 4222.0, 4241.0, 4232.0, 4222.0, 4230.0, 4221.0, 4240.0, 4221.0, 4231.0, 4221.0, 4232.0, 4221.0, 4222.0, 4251.0, 4221.0, 4231.0, 4219.0, 4233.0, 4251.0, 4221.0, 4241.0, 4209.0, 4231.0, 4230.0, 4221.0, 4242.0, 4221.0, 4221.0, 4229.0, 4221.0, 4230.0, 4219.0, 4230.0, 4229.0, 4221.0, 4240.0, 4221.0, 4232.0, 4209.0, 4231.0, 4251.0, 4221.0, 4230.0, 4209.0, 4220.0, 4209.0, 4220.0, 4230.0, 4219.0, 4232.0, 4240.0, 4220.0, 4228.0, 4219.0, 4232.0, 4221.0, 4231.0, 4241.0, 4221.0, 4232.0, 4221.0, 4233.0, 4252.0, 4223.0, 4243.0, 4222.0, 4233.0, 4251.0, 4222.0, 4243.0, 4223.0, 4234.0, 4231.0, 4233.0, 4242.0, 4223.0, 4233.0, 4223.0, 4233.0, 4251.0, 4221.0, 4241.0, 4220.0, 4232.0, 4221.0, 4233.0, 4241.0, 4220.0, 4210.0, 4208.0, 4221.0, 4241.0, 4220.0, 4231.0, 4210.0, 4231.0, 4230.0, 4222.0, 4251.0, 4221.0, 4231.0, 4221.0, 4221.0, 4220.0, 4232.0, 4241.0, 4220.0, 4230.0, 4221.0, 4222.0, 4219.0, 4232.0, 4250.0, 4221.0, 4228.0, 4221.0, 4221.0, 4221.0, 4244.0, 4252.0, 4231.0, 4242.0, 4222.0, 4233.0, 4251.0, 4223.0, 4242.0, 4230.0, 4222.0, 4220.0, 4222.0, 4251.0, 4220.0, 4231.0, 4220.0, 4220.0, 4209.0, 4231.0, 4229.0, 4220.0, 4240.0, 4219.0, 4218.0, 4219.0, 4219.0, 4219.0, 4220.0, 4239.0, 4222.0, 4230.0, 4223.0, 4231.0, 4234.0, 4233.0, 4233.0, 4234.0, 4252.0, 4223.0, 4242.0, 4221.0, 4232.0, 4220.0, 4233.0, 4241.0, 4222.0, 4252.0, 4221.0, 4232.0, 4220.0, 4231.0, 4260.0, 4210.0, 4239.0, 4220.0, 4220.0, 4222.0, 4221.0, 4221.0, 4221.0, 4221.0, 4232.0, 4243.0, 4234.0, 4252.0, 4221.0, 4230.0, 4222.0, 4231.0, 4221.0, 4220.0, 4220.0, 4221.0, 4239.0, 4219.0, 4259.0, 4217.0, 4217.0, 4209.0, 4218.0, 4217.0, 4208.0, 4247.0, 4208.0, 4217.0, 4207.0, 4218.0, 4208.0, 4219.0, 4238.0, 4219.0, 4239.0, 4219.0, 4218.0, 4208.0, 4231.0, 4227.0, 4220.0, 4240.0, 4230.0, 4230.0, 4219.0, 4221.0, 4219.0, 4221.0, 4239.0, 4221.0, 4229.0, 4222.0, 4231.0, 4233.0, 4243.0, 4252.0, 4222.0, 4240.0, 4220.0, 4231.0, 4240.0, 4221.0, 4231.0, 4221.0, 4219.0, 4220.0, 4222.0, 4222.0, 4233.0, 4252.0, 4233.0, 4254.0, 4223.0, 4243.0, 4233.0, 4233.0, 4261.0, 4241.0, 4259.0, 4219.0, 4231.0, 4221.0, 4232.0, 4270.0, 4219.0, 4250.0, 4219.0, 4219.0, 4219.0, 4220.0, 4229.0, 4220.0, 4220.0, 4222.0, 4220.0, 4233.0, 4263.0, 4232.0, 4231.0, 4221.0, 4234.0, 4261.0, 4221.0, 4241.0, 4221.0, 4221.0, 4219.0, 4220.0, 4250.0, 4220.0, 4230.0, 4207.0, 4219.0, 4258.0, 4208.0, 4228.0, 4218.0, 4220.0, 4239.0, 4219.0, 4228.0, 4198.0, 4219.0, 4249.0, 4231.0, 4239.0, 4219.0, 4219.0, 4208.0, 4219.0, 4251.0, 4232.0, 4250.0, 4220.0, 4231.0, 4248.0, 4221.0, 4241.0, 4219.0, 4230.0, 4228.0, 4220.0, 4250.0, 4220.0, 4241.0, 4218.0, 4221.0, 4230.0, 4220.0, 4230.0, 4220.0, 4232.0, 4260.0, 4210.0, 4239.0, 4209.0, 4230.0, 4248.0, 4219.0, 4240.0, 4207.0, 4209.0, 4206.0, 4210.0, 4238.0, 4219.0, 4231.0, 4230.0, 4220.0, 4238.0, 4221.0, 4231.0, 4220.0, 4232.0, 4250.0, 4223.0, 4242.0, 4223.0, 4244.0, 4243.0, 4234.0, 4254.0, 4223.0, 4220.0, 4210.0, 4232.0, 4250.0, 4221.0, 4240.0, 4239.0, 4219.0, 4208.0, 4221.0, 4268.0, 4208.0, 4229.0, 4208.0, 4219.0, 4257.0, 4208.0, 4218.0, 4207.0, 4218.0, 4227.0, 4208.0, 4227.0, 4208.0, 4206.0, 4207.0, 4207.0, 4210.0, 4219.0, 4210.0, 4219.0, 4221.0, 4210.0, 4220.0, 4243.0, 4207.0, 4220.0, 4268.0, 4208.0, 4227.0, 4198.0, 4197.0, 4209.0, 4209.0, 4196.0, 4208.0, 4237.0, 4209.0, 4217.0, 4208.0, 4208.0, 4198.0, 4210.0, 4228.0, 4197.0, 4218.0, 4197.0, 4208.0, 4218.0, 4208.0, 4236.0, 4197.0, 4208.0, 4207.0, 4207.0, 4225.0, 4204.0, 4196.0, 4197.0, 4207.0, 4208.0, 4221.0, 4209.0, 4220.0, 4218.0, 4210.0, 4221.0, 4220.0, 4221.0, 4239.0, 4209.0, 4229.0, 4208.0, 4218.0, 4208.0, 4221.0, 4248.0, 4208.0, 4208.0, 4196.0, 4217.0, 4237.0, 4207.0, 4219.0, 4209.0, 4209.0, 4228.0, 4209.0, 4228.0, 4198.0, 4221.0, 4228.0, 4209.0, 4230.0, 4209.0, 4230.0, 4249.0, 4210.0, 4230.0, 4208.0, 4221.0, 4229.0, 4209.0, 4218.0, 4208.0, 4219.0, 4229.0, 4221.0, 4230.0, 4232.0, 4232.0, 4252.0, 4222.0, 4240.0, 4222.0, 4232.0, 4252.0, 4223.0, 4251.0, 4220.0, 4210.0, 4209.0, 4222.0, 4241.0, 4223.0, 4233.0, 4241.0, 4233.0, 4251.0, 4223.0, 4242.0, 4210.0, 4223.0, 4272.0, 4221.0, 4220.0, 4210.0, 4220.0, 4260.0, 4221.0, 4242.0, 4218.0, 4220.0, 4257.0, 4209.0, 4218.0, 4208.0, 4210.0, 4237.0, 4207.0, 4218.0, 4207.0, 4217.0, 4197.0, 4220.0, 4230.0, 4220.0, 4221.0, 4240.0, 4221.0, 4229.0, 4221.0, 4231.0, 4262.0, 4222.0, 4239.0, 4209.0, 4218.0, 4227.0, 4218.0, 4207.0, 4209.0, 4210.0, 4208.0, 4230.0, 4250.0, 4219.0, 4217.0, 4209.0, 4222.0, 4233.0, 4232.0, 4240.0, 4210.0, 4230.0, 4209.0, 4219.0, 4271.0, 4221.0, 4241.0, 4219.0, 4208.0, 4206.0, 4218.0, 4207.0, 4210.0, 4220.0, 4222.0, 4221.0, 4208.0, 4219.0, 4208.0, 4220.0, 4218.0, 4218.0, 4209.0, 4209.0, 4221.0, 4239.0, 4209.0, 4218.0, 4207.0, 4219.0, 4227.0, 4209.0, 4219.0, 4206.0, 4207.0, 4226.0, 4207.0, 4218.0, 4196.0, 4208.0, 4215.0, 4208.0, 4206.0, 4220.0, 4209.0, 4209.0, 4211.0, 4222.0, 4220.0, 4232.0, 4245.0, 4262.0, 4221.0, 4253.0, 4222.0, 4221.0, 4251.0, 4220.0, 4220.0, 4208.0, 4220.0, 4270.0, 4208.0, 4229.0, 4208.0, 4220.0, 4238.0, 4220.0, 4239.0, 4208.0, 4220.0, 4247.0, 4209.0, 4228.0, 4208.0, 4207.0, 4208.0, 4219.0, 4208.0, 4219.0, 4230.0, 4209.0, 4219.0, 4218.0, 4219.0, 4217.0, 4220.0, 4218.0, 4209.0, 4218.0, 4208.0, 4220.0, 4260.0, 4208.0, 4228.0, 4207.0, 4208.0, 4196.0, 4219.0, 4237.0, 4219.0, 4218.0, 4208.0, 4207.0, 4207.0, 4219.0, 4218.0, 4208.0, 4209.0, 4207.0, 4219.0, 4227.0, 4218.0, 4207.0, 4206.0, 4220.0, 4209.0, 4221.0, 4240.0, 4231.0, 4230.0, 4219.0, 4231.0, 4221.0, 4220.0, 4219.0, 4221.0, 4251.0, 4220.0, 4230.0, 4220.0, 4220.0, 4220.0, 4221.0, 4220.0, 4234.0, 4250.0, 4222.0, 4241.0, 4221.0, 4220.0, 4209.0, 4220.0, 4272.0, 4222.0, 4231.0, 4209.0, 4210.0, 4237.0, 4208.0, 4208.0, 4208.0, 4220.0, 4219.0, 4208.0, 4217.0, 4208.0, 4207.0, 4209.0, 4218.0, 4198.0, 4210.0, 4228.0, 4208.0, 4220.0, 4207.0, 4219.0, 4238.0, 4222.0, 4230.0, 4207.0, 4220.0, 4237.0, 4207.0, 4218.0, 4208.0, 4219.0, 4228.0, 4207.0, 4218.0, 4208.0, 4220.0, 4209.0, 4221.0, 4229.0, 4209.0, 4219.0, 4207.0, 4219.0, 4228.0, 4221.0, 4230.0, 4209.0, 4220.0, 4240.0, 4221.0, 4230.0, 4208.0, 4221.0, 4229.0, 4210.0, 4220.0, 4209.0, 4218.0, 4240.0, 4208.0, 4218.0, 4208.0, 4210.0, 4227.0, 4209.0, 4219.0, 4208.0, 4232.0, 4239.0, 4220.0, 4220.0, 4209.0, 4220.0, 4230.0, 4222.0, 4241.0, 4233.0, 4222.0, 4223.0, 4232.0, 4223.0, 4235.0, 4263.0, 4232.0, 4254.0, 4221.0, 4234.0, 4240.0, 4234.0, 4242.0, 4222.0, 4232.0, 4252.0, 4221.0, 4242.0, 4221.0, 4211.0, 4210.0, 4222.0, 4260.0, 4220.0, 4229.0, 4210.0, 4221.0, 4248.0, 4221.0, 4229.0, 4210.0, 4220.0, 4249.0, 4221.0, 4232.0, 4211.0, 4220.0, 4210.0, 4222.0, 4250.0, 4220.0, 4231.0, 4210.0, 4220.0, 4240.0, 4221.0, 4221.0, 4209.0, 4223.0, 4252.0, 4233.0, 4242.0, 4210.0, 4223.0, 4261.0, 4221.0, 4242.0, 4220.0, 4232.0, 4241.0, 4222.0, 4240.0, 4221.0, 4231.0, 4210.0, 4232.0, 4249.0, 4220.0, 4240.0, 4221.0, 4221.0, 4220.0, 4221.0, 4230.0, 4221.0, 4221.0, 4209.0, 4220.0, 4208.0, 4221.0, 4209.0, 4222.0, 4242.0, 4222.0, 4232.0, 4211.0, 4222.0, 4250.0, 4221.0, 4231.0, 4212.0, 4233.0, 4240.0, 4221.0, 4238.0, 4219.0, 4221.0, 4210.0, 4232.0, 4261.0, 4220.0, 4229.0, 4208.0, 4219.0, 4197.0, 4219.0, 4227.0, 4208.0, 4217.0, 4209.0, 4209.0, 4207.0, 4221.0, 4238.0, 4221.0, 4230.0, 4220.0, 4230.0, 4230.0, 4233.0, 4251.0, 4241.0, 4230.0, 4220.0, 4222.0, 4221.0, 4233.0, 4251.0, 4221.0, 4241.0, 4219.0, 4221.0, 4222.0, 4234.0, 4232.0, 4232.0, 4252.0, 4232.0, 4233.0, 4234.0, 4232.0, 4251.0, 4232.0, 4240.0, 4221.0, 4231.0, 4223.0, 4233.0, 4241.0, 4222.0, 4230.0, 4221.0, 4232.0, 4222.0, 4222.0, 4232.0, 4231.0, 4209.0, 4221.0, 4252.0, 4221.0, 4232.0, 4222.0, 4221.0, 4220.0, 4232.0, 4240.0, 4231.0, 4252.0, 4231.0, 4231.0, 4220.0, 4211.0, 4210.0, 4232.0, 4260.0, 4220.0, 4230.0, 4210.0, 4220.0, 4208.0, 4221.0, 4239.0, 4221.0, 4220.0, 4221.0, 4234.0, 4243.0, 4234.0, 4221.0, 4233.0, 4222.0, 4245.0, 4255.0, 4253.0, 4233.0, 4252.0, 4232.0, 4234.0, 4254.0, 4244.0, 4251.0, 4240.0, 4220.0, 4221.0, 4209.0, 4240.0, 4248.0, 4239.0, 4247.0, 4215.0, 4234.0, 4193.0, 4194.0, 4194.0, 4194.0, 4183.0, 4193.0, 4196.0, 4196.0, 4219.0, 4208.0, 4221.0, 4220.0, 4209.0, 4220.0, 4220.0, 4219.0, 4208.0, 4211.0, 4209.0, 4220.0, 4230.0, 4211.0, 4220.0, 4211.0, 4211.0, 4210.0, 4223.0, 4239.0, 4223.0, 4230.0, 4220.0, 4220.0, 4222.0, 4212.0, 4210.0, 4210.0, 4211.0, 4212.0, 4210.0, 4223.0, 4253.0, 4234.0, 4243.0, 4223.0, 4221.0, 4222.0, 4220.0, 4222.0], 'WindowWidth': [9461.0, 9400.0, 9386.0, 9376.0, 9358.0, 9358.0, 9357.0, 9352.0, 9360.0, 9368.0, 9361.0, 9352.0, 9354.0, 9353.0, 9370.0, 9358.0, 9363.0, 9369.0, 9365.0, 9387.0, 9408.0, 9384.0, 9393.0, 9380.0, 9382.0, 9401.0, 9377.0, 9392.0, 9380.0, 9376.0, 9356.0, 9375.0, 9399.0, 9375.0, 9388.0, 9374.0, 9357.0, 9355.0, 9358.0, 9397.0, 9359.0, 9352.0, 9353.0, 9362.0, 9357.0, 9360.0, 9375.0, 9363.0, 9361.0, 9369.0, 9358.0, 9386.0, 9359.0, 9358.0, 9355.0, 9362.0, 9383.0, 9358.0, 9357.0, 9340.0, 9359.0, 9385.0, 9377.0, 9378.0, 9372.0, 9361.0, 9372.0, 9357.0, 9377.0, 9387.0, 9376.0, 9375.0, 9358.0, 9365.0, 9388.0, 9361.0, 9376.0, 9361.0, 9381.0, 9384.0, 9363.0, 9387.0, 9365.0, 9394.0, 9403.0, 9380.0, 9394.0, 9364.0, 9380.0, 9403.0, 9362.0, 9391.0, 9357.0, 9363.0, 9411.0, 9360.0, 9358.0, 9342.0, 9362.0, 9381.0, 9359.0, 9374.0, 9372.0, 9361.0, 9385.0, 9361.0, 9374.0, 9357.0, 9378.0, 9403.0, 9363.0, 9374.0, 9364.0, 9379.0, 9362.0, 9384.0, 9407.0, 9377.0, 9390.0, 9364.0, 9381.0, 9401.0, 9363.0, 9388.0, 9377.0, 9363.0, 9371.0, 9360.0, 9384.0, 9360.0, 9372.0, 9361.0, 9378.0, 9359.0, 9361.0, 9399.0, 9361.0, 9375.0, 9355.0, 9379.0, 9400.0, 9359.0, 9387.0, 9340.0, 9374.0, 9371.0, 9363.0, 9392.0, 9358.0, 9361.0, 9367.0, 9358.0, 9370.0, 9356.0, 9373.0, 9367.0, 9361.0, 9383.0, 9361.0, 9377.0, 9341.0, 9376.0, 9402.0, 9359.0, 9368.0, 9340.0, 9356.0, 9340.0, 9358.0, 9372.0, 9356.0, 9375.0, 9384.0, 9356.0, 9365.0, 9356.0, 9376.0, 9359.0, 9375.0, 9388.0, 9362.0, 9375.0, 9359.0, 9382.0, 9404.0, 9367.0, 9394.0, 9363.0, 9381.0, 9401.0, 9363.0, 9392.0, 9367.0, 9383.0, 9374.0, 9378.0, 9389.0, 9365.0, 9382.0, 9367.0, 9383.0, 9404.0, 9362.0, 9388.0, 9360.0, 9378.0, 9362.0, 9379.0, 9387.0, 9357.0, 9342.0, 9338.0, 9361.0, 9388.0, 9359.0, 9374.0, 9344.0, 9373.0, 9371.0, 9364.0, 9401.0, 9361.0, 9373.0, 9361.0, 9362.0, 9359.0, 9380.0, 9389.0, 9358.0, 9371.0, 9360.0, 9363.0, 9357.0, 9379.0, 9400.0, 9360.0, 9367.0, 9362.0, 9362.0, 9362.0, 9396.0, 9406.0, 9376.0, 9390.0, 9363.0, 9382.0, 9402.0, 9368.0, 9391.0, 9373.0, 9363.0, 9358.0, 9363.0, 9401.0, 9360.0, 9373.0, 9356.0, 9355.0, 9341.0, 9373.0, 9368.0, 9359.0, 9384.0, 9355.0, 9352.0, 9354.0, 9356.0, 9355.0, 9359.0, 9382.0, 9362.0, 9372.0, 9366.0, 9375.0, 9384.0, 9383.0, 9380.0, 9385.0, 9404.0, 9364.0, 9391.0, 9363.0, 9377.0, 9359.0, 9378.0, 9387.0, 9362.0, 9402.0, 9360.0, 9375.0, 9358.0, 9373.0, 9410.0, 9343.0, 9380.0, 9357.0, 9357.0, 9364.0, 9360.0, 9360.0, 9361.0, 9360.0, 9379.0, 9393.0, 9382.0, 9405.0, 9361.0, 9371.0, 9362.0, 9372.0, 9361.0, 9358.0, 9358.0, 9358.0, 9380.0, 9353.0, 9406.0, 9349.0, 9348.0, 9340.0, 9351.0, 9346.0, 9337.0, 9387.0, 9335.0, 9346.0, 9336.0, 9350.0, 9336.0, 9355.0, 9375.0, 9354.0, 9380.0, 9352.0, 9351.0, 9337.0, 9373.0, 9363.0, 9358.0, 9385.0, 9371.0, 9369.0, 9353.0, 9360.0, 9353.0, 9361.0, 9382.0, 9361.0, 9369.0, 9363.0, 9376.0, 9380.0, 9397.0, 9403.0, 9362.0, 9385.0, 9358.0, 9376.0, 9385.0, 9362.0, 9373.0, 9360.0, 9356.0, 9358.0, 9363.0, 9364.0, 9384.0, 9405.0, 9382.0, 9409.0, 9368.0, 9395.0, 9381.0, 9382.0, 9416.0, 9387.0, 9408.0, 9355.0, 9373.0, 9360.0, 9376.0, 9424.0, 9356.0, 9395.0, 9353.0, 9355.0, 9355.0, 9357.0, 9366.0, 9357.0, 9358.0, 9363.0, 9358.0, 9381.0, 9421.0, 9378.0, 9375.0, 9360.0, 9381.0, 9415.0, 9360.0, 9387.0, 9359.0, 9359.0, 9354.0, 9358.0, 9398.0, 9359.0, 9371.0, 9335.0, 9354.0, 9406.0, 9337.0, 9364.0, 9352.0, 9356.0, 9379.0, 9355.0, 9365.0, 9322.0, 9355.0, 9393.0, 9373.0, 9381.0, 9354.0, 9356.0, 9337.0, 9357.0, 9401.0, 9380.0, 9399.0, 9357.0, 9375.0, 9392.0, 9359.0, 9386.0, 9354.0, 9371.0, 9365.0, 9358.0, 9396.0, 9357.0, 9387.0, 9354.0, 9362.0, 9371.0, 9359.0, 9371.0, 9357.0, 9378.0, 9411.0, 9343.0, 9380.0, 9342.0, 9372.0, 9393.0, 9354.0, 9382.0, 9335.0, 9339.0, 9332.0, 9344.0, 9380.0, 9357.0, 9375.0, 9369.0, 9358.0, 9378.0, 9360.0, 9372.0, 9358.0, 9379.0, 9400.0, 9368.0, 9391.0, 9367.0, 9398.0, 9394.0, 9383.0, 9409.0, 9365.0, 9359.0, 9343.0, 9376.0, 9399.0, 9360.0, 9384.0, 9379.0, 9353.0, 9336.0, 9358.0, 9419.0, 9336.0, 9367.0, 9335.0, 9352.0, 9401.0, 9337.0, 9349.0, 9333.0, 9351.0, 9359.0, 9336.0, 9357.0, 9334.0, 9330.0, 9334.0, 9333.0, 9340.0, 9353.0, 9341.0, 9352.0, 9357.0, 9339.0, 9357.0, 9391.0, 9332.0, 9354.0, 9415.0, 9333.0, 9356.0, 9318.0, 9317.0, 9336.0, 9336.0, 9314.0, 9335.0, 9372.0, 9336.0, 9345.0, 9334.0, 9334.0, 9320.0, 9340.0, 9360.0, 9317.0, 9346.0, 9318.0, 9334.0, 9345.0, 9334.0, 9369.0, 9318.0, 9333.0, 9331.0, 9332.0, 9351.0, 9324.0, 9313.0, 9318.0, 9332.0, 9336.0, 9359.0, 9337.0, 9355.0, 9348.0, 9343.0, 9357.0, 9357.0, 9361.0, 9378.0, 9338.0, 9365.0, 9337.0, 9351.0, 9335.0, 9359.0, 9391.0, 9336.0, 9333.0, 9316.0, 9348.0, 9373.0, 9334.0, 9352.0, 9341.0, 9339.0, 9363.0, 9338.0, 9363.0, 9323.0, 9358.0, 9365.0, 9341.0, 9370.0, 9340.0, 9370.0, 9393.0, 9342.0, 9369.0, 9338.0, 9357.0, 9365.0, 9337.0, 9349.0, 9335.0, 9354.0, 9365.0, 9359.0, 9371.0, 9378.0, 9377.0, 9400.0, 9361.0, 9382.0, 9362.0, 9377.0, 9402.0, 9364.0, 9400.0, 9357.0, 9343.0, 9340.0, 9364.0, 9387.0, 9365.0, 9380.0, 9385.0, 9378.0, 9401.0, 9366.0, 9390.0, 9344.0, 9364.0, 9430.0, 9358.0, 9356.0, 9341.0, 9358.0, 9410.0, 9360.0, 9390.0, 9350.0, 9355.0, 9401.0, 9339.0, 9351.0, 9335.0, 9343.0, 9374.0, 9335.0, 9350.0, 9334.0, 9349.0, 9320.0, 9355.0, 9369.0, 9357.0, 9359.0, 9382.0, 9358.0, 9368.0, 9359.0, 9374.0, 9415.0, 9361.0, 9382.0, 9339.0, 9351.0, 9360.0, 9350.0, 9334.0, 9340.0, 9342.0, 9339.0, 9372.0, 9397.0, 9352.0, 9347.0, 9339.0, 9363.0, 9382.0, 9378.0, 9383.0, 9341.0, 9368.0, 9338.0, 9355.0, 9430.0, 9362.0, 9384.0, 9353.0, 9335.0, 9331.0, 9350.0, 9333.0, 9341.0, 9358.0, 9363.0, 9359.0, 9337.0, 9353.0, 9337.0, 9357.0, 9350.0, 9351.0, 9341.0, 9341.0, 9359.0, 9380.0, 9339.0, 9351.0, 9333.0, 9353.0, 9361.0, 9337.0, 9352.0, 9333.0, 9335.0, 9358.0, 9332.0, 9347.0, 9316.0, 9336.0, 9340.0, 9335.0, 9331.0, 9354.0, 9338.0, 9338.0, 9344.0, 9364.0, 9357.0, 9377.0, 9399.0, 9416.0, 9361.0, 9406.0, 9362.0, 9361.0, 9397.0, 9355.0, 9354.0, 9338.0, 9357.0, 9424.0, 9338.0, 9367.0, 9336.0, 9357.0, 9377.0, 9356.0, 9378.0, 9336.0, 9355.0, 9389.0, 9339.0, 9363.0, 9336.0, 9334.0, 9334.0, 9353.0, 9336.0, 9354.0, 9369.0, 9340.0, 9353.0, 9350.0, 9351.0, 9348.0, 9355.0, 9350.0, 9341.0, 9352.0, 9339.0, 9357.0, 9408.0, 9337.0, 9361.0, 9334.0, 9335.0, 9318.0, 9353.0, 9374.0, 9352.0, 9349.0, 9336.0, 9333.0, 9331.0, 9353.0, 9349.0, 9336.0, 9339.0, 9332.0, 9352.0, 9359.0, 9349.0, 9333.0, 9333.0, 9356.0, 9338.0, 9358.0, 9385.0, 9375.0, 9371.0, 9357.0, 9371.0, 9359.0, 9358.0, 9352.0, 9360.0, 9400.0, 9358.0, 9371.0, 9358.0, 9356.0, 9358.0, 9359.0, 9359.0, 9384.0, 9399.0, 9364.0, 9387.0, 9361.0, 9359.0, 9341.0, 9358.0, 9430.0, 9362.0, 9374.0, 9339.0, 9340.0, 9372.0, 9336.0, 9337.0, 9339.0, 9357.0, 9350.0, 9337.0, 9346.0, 9337.0, 9332.0, 9338.0, 9351.0, 9322.0, 9343.0, 9365.0, 9338.0, 9354.0, 9334.0, 9355.0, 9377.0, 9362.0, 9370.0, 9336.0, 9354.0, 9372.0, 9333.0, 9349.0, 9336.0, 9355.0, 9363.0, 9334.0, 9347.0, 9336.0, 9355.0, 9339.0, 9360.0, 9366.0, 9341.0, 9353.0, 9334.0, 9355.0, 9366.0, 9358.0, 9369.0, 9341.0, 9356.0, 9382.0, 9358.0, 9371.0, 9337.0, 9360.0, 9368.0, 9343.0, 9356.0, 9337.0, 9352.0, 9380.0, 9338.0, 9352.0, 9336.0, 9341.0, 9361.0, 9340.0, 9353.0, 9337.0, 9374.0, 9379.0, 9355.0, 9354.0, 9339.0, 9357.0, 9370.0, 9363.0, 9387.0, 9381.0, 9363.0, 9366.0, 9378.0, 9367.0, 9386.0, 9421.0, 9379.0, 9409.0, 9360.0, 9381.0, 9385.0, 9380.0, 9389.0, 9363.0, 9377.0, 9400.0, 9360.0, 9387.0, 9358.0, 9345.0, 9342.0, 9363.0, 9409.0, 9356.0, 9368.0, 9344.0, 9358.0, 9391.0, 9357.0, 9367.0, 9343.0, 9359.0, 9395.0, 9361.0, 9375.0, 9347.0, 9355.0, 9342.0, 9360.0, 9394.0, 9356.0, 9372.0, 9341.0, 9358.0, 9382.0, 9358.0, 9358.0, 9340.0, 9365.0, 9403.0, 9379.0, 9390.0, 9345.0, 9366.0, 9413.0, 9360.0, 9388.0, 9360.0, 9377.0, 9385.0, 9361.0, 9382.0, 9358.0, 9372.0, 9343.0, 9374.0, 9394.0, 9355.0, 9383.0, 9358.0, 9360.0, 9355.0, 9360.0, 9370.0, 9359.0, 9359.0, 9341.0, 9354.0, 9337.0, 9359.0, 9342.0, 9362.0, 9389.0, 9362.0, 9377.0, 9344.0, 9361.0, 9394.0, 9358.0, 9371.0, 9347.0, 9379.0, 9381.0, 9359.0, 9378.0, 9354.0, 9358.0, 9342.0, 9377.0, 9413.0, 9355.0, 9365.0, 9336.0, 9353.0, 9320.0, 9353.0, 9362.0, 9336.0, 9348.0, 9339.0, 9339.0, 9335.0, 9360.0, 9378.0, 9359.0, 9369.0, 9357.0, 9372.0, 9371.0, 9381.0, 9401.0, 9387.0, 9371.0, 9358.0, 9362.0, 9362.0, 9381.0, 9401.0, 9359.0, 9387.0, 9357.0, 9361.0, 9363.0, 9382.0, 9378.0, 9378.0, 9404.0, 9378.0, 9382.0, 9384.0, 9379.0, 9400.0, 9375.0, 9383.0, 9360.0, 9375.0, 9367.0, 9380.0, 9388.0, 9364.0, 9371.0, 9361.0, 9375.0, 9363.0, 9364.0, 9376.0, 9375.0, 9341.0, 9361.0, 9402.0, 9362.0, 9378.0, 9362.0, 9360.0, 9359.0, 9377.0, 9385.0, 9377.0, 9404.0, 9375.0, 9375.0, 9359.0, 9347.0, 9344.0, 9377.0, 9413.0, 9357.0, 9371.0, 9342.0, 9356.0, 9337.0, 9359.0, 9380.0, 9359.0, 9357.0, 9360.0, 9383.0, 9396.0, 9383.0, 9360.0, 9380.0, 9364.0, 9400.0, 9415.0, 9406.0, 9379.0, 9403.0, 9374.0, 9380.0, 9409.0, 9397.0, 9399.0, 9385.0, 9356.0, 9358.0, 9339.0, 9382.0, 9388.0, 9376.0, 9385.0, 9336.0, 9360.0, 9305.0, 9306.0, 9307.0, 9308.0, 9289.0, 9304.0, 9311.0, 9314.0, 9349.0, 9334.0, 9356.0, 9356.0, 9338.0, 9355.0, 9351.0, 9349.0, 9334.0, 9343.0, 9338.0, 9354.0, 9367.0, 9342.0, 9354.0, 9343.0, 9343.0, 9340.0, 9364.0, 9379.0, 9362.0, 9369.0, 9354.0, 9355.0, 9361.0, 9348.0, 9342.0, 9342.0, 9345.0, 9347.0, 9343.0, 9365.0, 9403.0, 9381.0, 9390.0, 9362.0, 9357.0, 9361.0, 9356.0, 9360.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.0004495415224913495</td></tr>
<tr><td colspan=3>aqi</td><td>0.01780311332179931</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>34.329108144909064</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.188370501246756</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9847729487445872</td></tr>
<tr><td colspan=3>efc</td><td>0.4448</td></tr>
<tr><td colspan=3>fber</td><td>8073.8608</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08230550878193058</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>16</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.3840830449826989</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3662051018711305</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.286651945481969</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.615293028555646</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.1966703315757763</td></tr>
<tr><td colspan=3>gcor</td><td>0.00725445</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015098381787538528</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.014616553671658039</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1156</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.801910171294003</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>27.2439</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>33.7574</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>177.0655</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>42.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>311335.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>900.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>390.8554</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1766</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>550.3828</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3521.3267</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3753.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>65209.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1105.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4621.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>987.1278</td></tr>
<tr><td colspan=3>tsnr</td><td>44.89805369172245</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>