ds005256-mriqc/sub-0131_ses-02_task-faces_acq-mb8_run-01_bold.html
Felix Hoffstaedter 78eae0395c [DATALAD RUNCMD] Compute MRIQC for sub-0131
=== 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-0131 --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-0131",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-18 18:53:03 +02:00

616 lines
No EOL
108 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-0131_ses-02_task-faces_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-0131_ses-02_task-faces_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-02_subject-0131_suffix-bold_task-faces" 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-0131/figures/sub-0131_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0131/figures/sub-0131_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0131/figures/sub-0131_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-02_subject-0131_suffix-bold_task-faces" 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-0131/figures/sub-0131_ses-02_task-faces_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0131/figures/sub-0131_ses-02_task-faces_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0131/figures/sub-0131_ses-02_task-faces_acq-mb8_run-01_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-02_subject-0131_suffix-bold_task-faces" 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-0131/figures/sub-0131_ses-02_task-faces_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0131/figures/sub-0131_ses-02_task-faces_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0131/figures/sub-0131_ses-02_task-faces_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-02_subject-0131_suffix-bold_task-faces" 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-0131/figures/sub-0131_ses-02_task-faces_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0131/figures/sub-0131_ses-02_task-faces_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0131/figures/sub-0131_ses-02_task-faces_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-02_subject-0131_suffix-bold_task-faces" 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-0131/figures/sub-0131_ses-02_task-faces_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0131/figures/sub-0131_ses-02_task-faces_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0131/figures/sub-0131_ses-02_task-faces_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-02_subject-0131_suffix-bold_task-faces" 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-0131/figures/sub-0131_ses-02_task-faces_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0131/figures/sub-0131_ses-02_task-faces_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0131/figures/sub-0131_ses-02_task-faces_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-02_subject-0131_suffix-bold_task-faces" 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-0131/figures/sub-0131_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0131/figures/sub-0131_ses-02_task-faces_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-0131/figures/sub-0131_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0131/figures/sub-0131_ses-02_task-faces_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-0131/ses-02/func/sub-0131_ses-02_task-faces_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>0cbf1324472fcac0bb13aa0b1379ae15</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>10:36:14.050000</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.99968, -0.00994899, 0.0232427, 0.00802615, 0.996649, 0.0814045]</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-faces_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.0858588</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-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4231, -8112, -7361, 482, -103, -1056, 731, 144]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 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>faces</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>231.143</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>fe4d8746-ec3c-4857-b54d-4fb2f8e3766b||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.6820693016052246, 0.021533580496907234, 0.06473170220851898, 110.87844848632812], [0.026692409068346024, 2.673935890197754, 0.2192182093858719, -104.15113067626953], [0.06235847249627113, -0.21840234100818634, 2.690307140350342, -60.67454528808594], [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, 914]</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], 'AcquisitionTime': ['103614.050000', '103614.510000', '103614.970000', '103615.430000', '103615.890000', '103616.350000', '103616.810000', '103617.270000', '103617.730000', '103618.190000', '103618.650000', '103619.110000', '103619.570000', '103620.030000', '103620.490000', '103620.950000', '103621.410000', '103621.870000', '103622.330000', '103622.790000', '103623.250000', '103623.710000', '103624.170000', '103624.630000', '103625.090000', '103625.550000', '103626.010000', '103626.470000', '103626.930000', '103627.390000', '103627.850000', '103628.310000', '103628.770000', '103629.230000', '103629.690000', '103630.150000', '103630.610000', '103631.070000', '103631.530000', '103631.990000', '103632.450000', '103632.910000', '103633.370000', '103633.830000', '103634.290000', '103634.750000', '103635.210000', '103635.670000', '103636.130000', '103636.590000', '103637.050000', '103637.510000', '103637.970000', '103638.430000', '103638.890000', '103639.350000', '103639.810000', '103640.270000', '103640.730000', '103641.190000', '103641.650000', '103642.110000', '103642.570000', '103643.030000', '103643.490000', '103643.950000', '103644.410000', '103644.870000', '103645.330000', '103645.790000', '103646.250000', '103646.710000', '103647.170000', '103647.630000', '103648.090000', '103648.550000', '103649.010000', '103649.470000', '103649.930000', '103650.390000', '103650.850000', '103651.310000', '103651.770000', '103652.230000', '103652.690000', '103653.150000', '103653.610000', '103654.070000', '103654.530000', '103654.990000', '103655.450000', '103655.910000', '103656.370000', '103656.830000', '103657.290000', '103657.750000', '103658.210000', '103658.670000', '103659.130000', '103659.590000', '103700.050000', '103700.510000', '103700.970000', '103701.430000', '103701.890000', '103702.350000', '103702.810000', '103703.270000', '103703.730000', '103704.190000', '103704.650000', '103705.110000', '103705.570000', '103706.030000', '103706.490000', '103706.950000', '103707.410000', '103707.870000', '103708.330000', '103708.790000', '103709.250000', '103709.710000', '103710.170000', '103710.630000', '103711.090000', '103711.550000', '103712.010000', '103712.470000', '103712.930000', '103713.390000', '103713.850000', '103714.310000', '103714.770000', '103715.230000', '103715.690000', '103716.150000', '103716.610000', '103717.070000', '103717.530000', '103717.990000', '103718.450000', '103718.910000', '103719.370000', '103719.830000', '103720.290000', '103720.750000', '103721.210000', '103721.670000', '103722.130000', '103722.590000', '103723.050000', '103723.510000', '103723.970000', '103724.430000', '103724.890000', '103725.350000', '103725.810000', '103726.270000', '103726.730000', '103727.190000', '103727.650000', '103728.110000', '103728.570000', '103729.030000', '103729.490000', '103729.950000', '103730.410000', '103730.870000', '103731.330000', '103731.790000', '103732.250000', '103732.710000', '103733.170000', '103733.630000', '103734.090000', '103734.550000', '103735.010000', '103735.470000', '103735.930000', '103736.390000', '103736.850000', '103737.310000', '103737.770000', '103738.230000', '103738.690000', '103739.150000', '103739.610000', '103740.070000', '103740.530000', '103740.990000', '103741.450000', '103741.910000', '103742.370000', '103742.830000', '103743.290000', '103743.750000', '103744.210000', '103744.670000', '103745.130000', '103745.590000', '103746.050000', '103746.510000', '103746.970000', '103747.430000', '103747.890000', '103748.350000', '103748.810000', '103749.270000', '103749.730000', '103750.190000', '103750.650000', '103751.110000', '103751.570000', '103752.030000', '103752.490000', '103752.950000', '103753.410000', '103753.870000', '103754.330000', '103754.790000', '103755.250000', '103755.710000', '103756.170000', '103756.630000', '103757.090000', '103757.550000', '103758.010000', '103758.470000', '103758.930000', '103759.390000', '103759.850000', '103800.310000', '103800.770000', '103801.230000', '103801.690000', '103802.150000', '103802.610000', '103803.070000', '103803.530000', '103803.990000', '103804.450000', '103804.910000', '103805.370000', '103805.830000', '103806.290000', '103806.750000', '103807.210000', '103807.670000', '103808.130000', '103808.590000', '103809.050000', '103809.510000', '103809.970000', '103810.430000', '103810.890000', '103811.350000', '103811.810000', '103812.270000', '103812.730000', '103813.190000', '103813.650000', '103814.110000', '103814.570000', '103815.030000', '103815.490000', '103815.950000', '103816.410000', '103816.870000', '103817.330000', '103817.790000', '103818.250000', '103818.710000', '103819.170000', '103819.630000', '103820.090000', '103820.550000', '103821.010000', '103821.470000', '103821.930000', '103822.390000', '103822.850000', '103823.310000', '103823.770000', '103824.230000', '103824.690000', '103825.150000', '103825.610000', '103826.070000', '103826.530000', '103826.990000', '103827.450000', '103827.910000', '103828.370000', '103828.830000', '103829.290000', '103829.750000', '103830.210000', '103830.670000', '103831.130000', '103831.590000', '103832.050000', '103832.510000', '103832.970000', '103833.430000', '103833.890000', '103834.350000', '103834.810000', '103835.270000', '103835.730000', '103836.190000', '103836.650000', '103837.110000', '103837.570000', '103838.030000', '103838.490000', '103838.950000', '103839.410000', '103839.870000', '103840.330000', '103840.790000', '103841.250000', '103841.710000', '103842.170000', '103842.630000', '103843.090000', '103843.550000', '103844.010000', '103844.470000', '103844.930000', '103845.390000', '103845.850000', '103846.310000', '103846.770000', '103847.230000', '103847.690000', '103848.150000', '103848.610000', '103849.070000', '103849.530000', '103849.990000', '103850.450000', '103850.910000', '103851.370000', '103851.830000', '103852.290000', '103852.750000', '103853.210000', '103853.670000', '103854.130000', '103854.590000', '103855.050000', '103855.510000', '103855.970000', '103856.430000', '103856.890000', '103857.350000', '103857.810000', '103858.270000', '103858.730000', '103859.190000', '103859.650000', '103900.110000', '103900.570000', '103901.030000', '103901.490000', '103901.950000', '103902.410000', '103902.870000', '103903.330000', '103903.790000', '103904.250000', '103904.710000', '103905.170000', '103905.630000', '103906.090000', '103906.550000', '103907.010000', '103907.470000', '103907.930000', '103908.390000', '103908.850000', '103909.310000', '103909.770000', '103910.230000', '103910.690000', '103911.150000', '103911.610000', '103912.070000', '103912.530000', '103912.990000', '103913.450000', '103913.910000', '103914.370000', '103914.830000', '103915.290000', '103915.750000', '103916.210000', '103916.670000', '103917.130000', '103917.590000', '103918.050000', '103918.510000', '103918.970000', '103919.430000', '103919.890000', '103920.350000', '103920.810000', '103921.270000', '103921.730000', '103922.190000', '103922.650000', '103923.110000', '103923.570000', '103924.030000', '103924.490000', '103924.950000', '103925.410000', '103925.870000', '103926.330000', '103926.790000', '103927.250000', '103927.710000', '103928.170000', '103928.630000', '103929.090000', '103929.550000', '103930.010000', '103930.470000', '103930.930000', '103931.390000', '103931.850000', '103932.310000', '103932.770000', '103933.230000', '103933.690000', '103934.150000', '103934.610000', '103935.070000', '103935.530000', '103935.990000', '103936.450000', '103936.910000', '103937.370000', '103937.830000', '103938.290000', '103938.750000', '103939.210000', '103939.670000', '103940.130000', '103940.590000', '103941.050000', '103941.510000', '103941.970000', '103942.430000', '103942.890000', '103943.350000', '103943.810000', '103944.270000', '103944.730000', '103945.190000', '103945.650000', '103946.110000', '103946.570000', '103947.030000', '103947.490000', '103947.950000', '103948.410000', '103948.870000', '103949.330000', '103949.790000', '103950.250000', '103950.710000', '103951.170000', '103951.630000', '103952.090000', '103952.550000', '103953.010000', '103953.470000', '103953.930000', '103954.390000', '103954.850000', '103955.310000', '103955.770000', '103956.230000', '103956.690000', '103957.150000', '103957.610000', '103958.070000', '103958.530000', '103958.990000', '103959.450000', '103959.910000', '104000.370000', '104000.830000', '104001.290000', '104001.750000', '104002.210000', '104002.670000', '104003.130000', '104003.590000', '104004.050000', '104004.510000', '104004.970000', '104005.430000', '104005.890000', '104006.350000', '104006.810000', '104007.270000', '104007.730000', '104008.190000', '104008.650000', '104009.110000', '104009.570000', '104010.030000', '104010.490000', '104010.950000', '104011.410000', '104011.870000', '104012.330000', '104012.790000', '104013.250000', '104013.710000', '104014.170000', '104014.630000', '104015.090000', '104015.550000', '104016.010000', '104016.470000', '104016.930000', '104017.390000', '104017.850000', '104018.310000', '104018.770000', '104019.230000', '104019.690000', '104020.150000', '104020.610000', '104021.070000', '104021.530000', '104021.990000', '104022.450000', '104022.910000', '104023.370000', '104023.830000', '104024.290000', '104024.750000', '104025.210000', '104025.670000', '104026.130000', '104026.590000', '104027.050000', '104027.510000', '104027.970000', '104028.430000', '104028.890000', '104029.350000', '104029.810000', '104030.270000', '104030.730000', '104031.190000', '104031.650000', '104032.110000', '104032.570000', '104033.030000', '104033.490000', '104033.950000', '104034.410000', '104034.870000', '104035.330000', '104035.790000', '104036.250000', '104036.710000', '104037.170000', '104037.630000', '104038.090000', '104038.550000', '104039.010000', '104039.470000', '104039.930000', '104040.390000', '104040.850000', '104041.310000', '104041.770000', '104042.230000', '104042.690000', '104043.150000', '104043.610000', '104044.070000', '104044.530000', '104044.990000', '104045.450000', '104045.910000', '104046.370000', '104046.830000', '104047.290000', '104047.750000', '104048.210000', '104048.670000', '104049.130000', '104049.590000', '104050.050000', '104050.510000', '104050.970000', '104051.430000', '104051.890000', '104052.350000', '104052.810000', '104053.270000', '104053.730000', '104054.190000', '104054.650000', '104055.110000', '104055.570000', '104056.030000', '104056.490000', '104056.950000', '104057.410000', '104057.870000', '104058.330000', '104058.790000', '104059.250000', '104059.710000', '104100.170000', '104100.630000', '104101.090000', '104101.550000', '104102.010000', '104102.470000', '104102.930000', '104103.390000', '104103.850000', '104104.310000', '104104.770000', '104105.230000', '104105.690000', '104106.150000', '104106.610000', '104107.070000', '104107.530000', '104107.990000', '104108.450000', '104108.910000', '104109.370000', '104109.830000', '104110.290000', '104110.750000', '104111.210000', '104111.670000', '104112.130000', '104112.590000', '104113.050000', '104113.510000', '104113.970000', '104114.430000', '104114.890000', '104115.350000', '104115.810000', '104116.270000', '104116.730000', '104117.190000', '104117.650000', '104118.110000', '104118.570000', '104119.030000', '104119.490000', '104119.950000', '104120.410000', '104120.870000', '104121.330000', '104121.790000', '104122.250000', '104122.710000', '104123.170000', '104123.630000', '104124.090000', '104124.550000', '104125.010000', '104125.470000', '104125.930000', '104126.390000', '104126.850000', '104127.310000', '104127.770000', '104128.230000', '104128.690000', '104129.150000', '104129.610000', '104130.070000', '104130.530000', '104130.990000', '104131.450000', '104131.910000', '104132.370000', '104132.830000', '104133.290000', '104133.750000', '104134.210000', '104134.670000', '104135.130000', '104135.590000', '104136.050000', '104136.510000', '104136.970000', '104137.430000', '104137.890000', '104138.350000', '104138.810000', '104139.270000', '104139.730000', '104140.190000', '104140.650000', '104141.110000', '104141.570000', '104142.030000', '104142.490000', '104142.950000', '104143.410000', '104143.870000', '104144.330000', '104144.790000', '104145.250000', '104145.710000', '104146.170000', '104146.630000', '104147.090000', '104147.550000', '104148.010000', '104148.470000', '104148.930000', '104149.390000', '104149.850000', '104150.310000', '104150.770000', '104151.230000', '104151.690000', '104152.150000', '104152.610000', '104153.070000', '104153.530000', '104153.990000', '104154.450000', '104154.910000', '104155.370000', '104155.830000', '104156.290000', '104156.750000', '104157.210000', '104157.670000', '104158.130000', '104158.590000', '104159.050000', '104159.510000', '104159.970000', '104200.430000', '104200.890000', '104201.350000', '104201.810000', '104202.270000', '104202.730000', '104203.190000', '104203.650000', '104204.110000', '104204.570000', '104205.030000', '104205.490000', '104205.950000', '104206.410000', '104206.870000', '104207.330000', '104207.790000', '104208.250000', '104208.710000', '104209.170000', '104209.630000', '104210.090000', '104210.550000', '104211.010000', '104211.470000', '104211.930000', '104212.390000', '104212.850000', '104213.310000', '104213.770000', '104214.230000', '104214.690000', '104215.150000', '104215.610000', '104216.070000', '104216.530000', '104216.990000', '104217.450000', '104217.910000', '104218.370000', '104218.830000', '104219.290000', '104219.750000', '104220.210000', '104220.670000', '104221.130000', '104221.590000', '104222.050000', '104222.510000', '104222.970000', '104223.430000', '104223.890000', '104224.350000', '104224.810000', '104225.270000', '104225.730000', '104226.190000', '104226.650000', '104227.110000', '104227.570000', '104228.030000', '104228.490000', '104228.950000', '104229.410000', '104229.870000', '104230.330000', '104230.790000', '104231.250000', '104231.710000', '104232.170000', '104232.630000', '104233.090000', '104233.550000', '104234.010000', '104234.470000', '104234.930000', '104235.390000', '104235.850000', '104236.310000', '104236.770000', '104237.230000', '104237.690000', '104238.150000', '104238.610000', '104239.070000', '104239.530000', '104239.990000', '104240.450000', '104240.910000', '104241.370000', '104241.830000', '104242.290000', '104242.750000', '104243.210000', '104243.670000', '104244.130000', '104244.590000', '104245.050000', '104245.510000', '104245.970000', '104246.430000', '104246.890000', '104247.350000', '104247.810000', '104248.270000', '104248.730000', '104249.190000', '104249.650000', '104250.110000', '104250.570000', '104251.030000', '104251.490000', '104251.950000', '104252.410000', '104252.870000', '104253.330000', '104253.790000', '104254.250000', '104254.710000', '104255.170000', '104255.630000', '104256.090000', '104256.550000', '104257.010000', '104257.470000', '104257.930000', '104258.390000', '104258.850000', '104259.310000', '104259.770000', '104300.230000', '104300.690000', '104301.150000', '104301.610000', '104302.070000', '104302.530000', '104302.990000', '104303.450000', '104303.910000', '104304.370000', '104304.830000', '104305.290000', '104305.750000', '104306.210000', '104306.670000', '104307.130000', '104307.590000', '104308.050000', '104308.510000', '104308.970000', '104309.430000', '104309.890000', '104310.350000', '104310.810000', '104311.270000', '104311.730000', '104312.190000', '104312.650000', '104313.110000', '104313.570000', '104314.030000'], 'ContentTime': ['103639.742000', '103639.745000', '103639.748000', '103639.751000', '103639.753000', '103639.756000', '103639.759000', '103639.761000', '103639.764000', '103639.766000', '103639.769000', '103639.772000', '103639.774000', '103639.777000', '103639.780000', '103639.782000', '103639.785000', '103639.787000', '103639.790000', '103639.793000', '103639.796000', '103639.805000', '103639.808000', '103639.810000', '103639.813000', '103639.815000', '103639.818000', '103639.821000', '103639.824000', '103639.826000', '103639.829000', '103639.832000', '103639.834000', '103639.837000', '103639.839000', '103639.842000', '103639.845000', '103639.847000', '103639.850000', '103639.852000', '103639.855000', '103639.858000', '103639.861000', '103639.863000', '103639.866000', '103639.868000', '103639.871000', '103639.874000', '103639.876000', '103639.879000', '103639.881000', '103639.884000', '103639.887000', '103639.889000', '103659.663000', '103659.665000', '103659.668000', '103659.671000', '103659.673000', '103659.676000', '103659.678000', '103659.689000', '103659.693000', '103659.696000', '103659.699000', '103659.701000', '103659.704000', '103659.707000', '103659.710000', '103659.713000', '103659.716000', '103659.719000', '103659.721000', '103659.724000', '103659.727000', '103659.729000', '103659.732000', '103659.734000', '103659.738000', '103659.741000', '103659.743000', '103659.746000', '103659.749000', '103659.751000', '103659.765000', '103659.767000', '103659.770000', '103659.773000', '103659.775000', '103659.778000', '103659.780000', '103659.783000', '103659.785000', '103659.788000', '103659.791000', '103659.793000', '103659.796000', '103719.664000', '103719.666000', '103719.669000', '103719.672000', '103719.674000', '103719.677000', '103719.680000', '103719.682000', '103719.685000', '103719.687000', '103719.690000', '103719.693000', '103719.695000', '103719.698000', '103719.700000', '103719.703000', '103719.705000', '103719.708000', '103719.720000', '103719.723000', '103719.726000', '103719.728000', '103719.731000', '103719.733000', '103719.736000', '103719.739000', '103719.741000', '103719.744000', '103719.746000', '103719.749000', '103719.752000', '103719.754000', '103719.757000', '103719.759000', '103719.762000', '103719.765000', '103719.767000', '103719.770000', '103719.773000', '103719.775000', '103719.778000', '103719.780000', '103719.783000', '103719.786000', '103739.664000', '103739.673000', '103739.676000', '103739.678000', '103739.681000', '103739.683000', '103739.686000', '103739.689000', '103739.691000', '103739.694000', '103739.696000', '103739.700000', '103739.703000', '103739.706000', '103739.709000', '103739.711000', '103739.714000', '103739.717000', '103739.719000', '103739.722000', '103739.725000', '103739.727000', '103739.730000', '103739.732000', '103739.735000', '103739.738000', '103739.740000', '103739.743000', '103739.745000', '103739.748000', '103739.751000', '103739.753000', '103739.756000', '103739.758000', '103739.761000', '103739.764000', '103739.766000', '103739.769000', '103739.771000', '103739.774000', '103739.776000', '103739.779000', '103739.782000', '103759.664000', '103759.666000', '103759.669000', '103759.672000', '103759.674000', '103759.677000', '103759.679000', '103759.682000', '103759.685000', '103759.691000', '103759.694000', '103759.696000', '103759.699000', '103759.702000', '103759.704000', '103759.707000', '103759.709000', '103759.712000', '103759.715000', '103759.717000', '103759.720000', '103759.722000', '103759.725000', '103759.727000', '103759.730000', '103759.732000', '103759.735000', '103759.738000', '103759.740000', '103759.743000', '103759.745000', '103759.748000', '103759.751000', '103759.753000', '103759.756000', '103759.758000', '103759.761000', '103759.763000', '103759.766000', '103759.769000', '103759.771000', '103759.774000', '103759.776000', '103759.779000', '103819.664000', '103819.667000', '103819.676000', '103819.679000', '103819.681000', '103819.684000', '103819.687000', '103819.689000', '103819.692000', '103819.694000', '103819.697000', '103819.700000', '103819.702000', '103819.705000', '103819.707000', '103819.710000', '103819.713000', '103819.715000', '103819.718000', '103819.720000', '103819.723000', '103819.726000', '103819.728000', '103819.736000', '103819.738000', '103819.741000', '103819.743000', '103819.746000', '103819.749000', '103819.751000', '103819.754000', '103819.757000', '103819.760000', '103819.763000', '103819.765000', '103819.768000', '103819.771000', '103819.774000', '103819.776000', '103819.780000', '103819.783000', '103819.785000', '103819.788000', '103839.663000', '103839.666000', '103839.669000', '103839.671000', '103839.674000', '103839.677000', '103839.679000', '103839.682000', '103839.685000', '103839.687000', '103839.690000', '103839.692000', '103839.695000', '103839.698000', '103839.700000', '103839.703000', '103839.705000', '103839.708000', '103839.711000', '103839.713000', '103839.716000', '103839.718000', '103839.721000', '103839.724000', '103839.726000', '103839.729000', '103839.745000', '103839.747000', '103839.750000', '103839.752000', '103839.755000', '103839.758000', '103839.761000', '103839.763000', '103839.766000', '103839.768000', '103839.771000', '103839.773000', '103839.776000', '103839.779000', '103839.781000', '103839.784000', '103839.787000', '103839.789000', '103859.663000', '103859.666000', '103859.669000', '103859.671000', '103859.674000', '103859.677000', '103859.679000', '103859.682000', '103859.684000', '103859.693000', '103859.696000', '103859.699000', '103859.701000', '103859.704000', '103859.707000', '103859.709000', '103859.712000', '103859.714000', '103859.717000', '103859.719000', '103859.722000', '103859.725000', '103859.727000', '103859.730000', '103859.732000', '103859.735000', '103859.738000', '103859.740000', '103859.743000', '103859.745000', '103859.748000', '103859.751000', '103859.753000', '103859.756000', '103859.758000', '103859.761000', '103859.764000', '103859.766000', '103859.769000', '103859.771000', '103859.774000', '103859.777000', '103859.780000', '103919.663000', '103919.665000', '103919.668000', '103919.671000', '103919.673000', '103919.676000', '103919.679000', '103919.681000', '103919.684000', '103919.687000', '103919.689000', '103919.692000', '103919.695000', '103919.697000', '103919.700000', '103919.703000', '103919.706000', '103919.708000', '103919.711000', '103919.714000', '103919.717000', '103919.719000', '103919.722000', '103919.725000', '103919.727000', '103919.730000', '103919.733000', '103919.735000', '103919.738000', '103919.740000', '103919.743000', '103919.746000', '103919.748000', '103919.751000', '103919.753000', '103919.756000', '103919.758000', '103919.761000', '103919.764000', '103919.766000', '103919.769000', '103919.771000', '103919.774000', '103919.777000', '103939.664000', '103939.667000', '103939.669000', '103939.672000', '103939.674000', '103939.677000', '103939.680000', '103939.682000', '103939.685000', '103939.688000', '103939.690000', '103939.693000', '103939.695000', '103939.698000', '103939.700000', '103939.703000', '103939.706000', '103939.708000', '103939.711000', '103939.713000', '103939.716000', '103939.719000', '103939.721000', '103939.724000', '103939.726000', '103939.729000', '103939.731000', '103939.734000', '103939.737000', '103939.739000', '103939.742000', '103939.744000', '103939.747000', '103939.750000', '103939.752000', '103939.755000', '103939.757000', '103939.760000', '103939.763000', '103939.765000', '103939.768000', '103939.770000', '103939.773000', '103959.664000', '103959.667000', '103959.669000', '103959.672000', '103959.674000', '103959.677000', '103959.680000', '103959.682000', '103959.685000', '103959.688000', '103959.690000', '103959.693000', '103959.695000', '103959.698000', '103959.701000', '103959.703000', '103959.706000', '103959.708000', '103959.711000', '103959.713000', '103959.716000', '103959.719000', '103959.721000', '103959.724000', '103959.727000', '103959.729000', '103959.732000', '103959.734000', '103959.737000', '103959.740000', '103959.742000', '103959.745000', '103959.747000', '103959.750000', '103959.752000', '103959.755000', '103959.758000', '103959.760000', '103959.763000', '103959.766000', '103959.768000', '103959.771000', '103959.773000', '103959.776000', '104019.663000', '104019.666000', '104019.669000', '104019.672000', '104019.674000', '104019.677000', '104019.679000', '104019.708000', '104019.710000', '104019.713000', '104019.715000', '104019.718000', '104019.721000', '104019.723000', '104019.726000', '104019.729000', '104019.731000', '104019.734000', '104019.736000', '104019.739000', '104019.742000', '104019.745000', '104019.747000', '104019.750000', '104019.752000', '104019.755000', '104019.758000', '104019.760000', '104019.763000', '104019.765000', '104019.768000', '104019.770000', '104019.774000', '104019.777000', '104019.780000', '104019.783000', '104019.785000', '104019.788000', '104019.791000', '104019.793000', '104019.796000', '104019.798000', '104019.808000', '104039.664000', '104039.667000', '104039.669000', '104039.672000', '104039.675000', '104039.677000', '104039.680000', '104039.683000', '104039.685000', '104039.688000', '104039.691000', '104039.693000', '104039.696000', '104039.699000', '104039.702000', '104039.704000', '104039.707000', '104039.710000', '104039.712000', '104039.715000', '104039.718000', '104039.720000', '104039.723000', '104039.726000', '104039.728000', '104039.731000', '104039.734000', '104039.736000', '104039.739000', '104039.741000', '104039.744000', '104039.747000', '104039.749000', '104039.752000', '104039.754000', '104039.757000', '104039.760000', '104039.762000', '104039.765000', '104039.768000', '104039.770000', '104039.773000', '104039.775000', '104039.778000', '104059.664000', '104059.667000', '104059.669000', '104059.672000', '104059.675000', '104059.677000', '104059.680000', '104059.682000', '104059.685000', '104059.688000', '104059.690000', '104059.693000', '104059.695000', '104059.698000', '104059.701000', '104059.703000', '104059.706000', '104059.708000', '104059.711000', '104059.714000', '104059.716000', '104059.719000', '104059.722000', '104059.724000', '104059.727000', '104059.730000', '104059.732000', '104059.735000', '104059.737000', '104059.740000', '104059.743000', '104059.745000', '104059.748000', '104059.751000', '104059.753000', '104059.756000', '104059.758000', '104059.761000', '104059.764000', '104059.766000', '104059.769000', '104059.771000', '104059.774000', '104119.664000', '104119.666000', '104119.669000', '104119.672000', '104119.674000', '104119.677000', '104119.680000', '104119.682000', '104119.685000', '104119.687000', '104119.690000', '104119.693000', '104119.695000', '104119.698000', '104119.700000', '104119.703000', '104119.706000', '104119.708000', '104119.711000', '104119.713000', '104119.716000', '104119.719000', '104119.721000', '104119.724000', '104119.727000', '104119.729000', '104119.732000', '104119.735000', '104119.737000', '104119.740000', '104119.742000', '104119.745000', '104119.748000', '104119.750000', '104119.753000', '104119.756000', '104119.758000', '104119.761000', '104119.763000', '104119.766000', '104119.769000', '104119.771000', '104119.774000', '104119.777000', '104139.663000', '104139.666000', '104139.668000', '104139.671000', '104139.674000', '104139.676000', '104139.679000', '104139.682000', '104139.684000', '104139.687000', '104139.689000', '104139.692000', '104139.695000', '104139.697000', '104139.700000', '104139.702000', '104139.705000', '104139.722000', '104139.724000', '104139.727000', '104139.729000', '104139.732000', '104139.735000', '104139.737000', '104139.740000', '104139.742000', '104139.745000', '104139.748000', '104139.750000', '104139.753000', '104139.756000', '104139.758000', '104139.761000', '104139.764000', '104139.766000', '104139.769000', '104139.772000', '104139.774000', '104139.777000', '104139.779000', '104139.782000', '104139.785000', '104139.787000', '104159.664000', '104159.666000', '104159.669000', '104159.672000', '104159.674000', '104159.677000', '104159.680000', '104159.682000', '104159.685000', '104159.688000', '104159.690000', '104159.693000', '104159.695000', '104159.698000', '104159.700000', '104159.703000', '104159.706000', '104159.708000', '104159.711000', '104159.714000', '104159.716000', '104159.719000', '104159.722000', '104159.724000', '104159.727000', '104159.729000', '104159.732000', '104159.734000', '104159.737000', '104159.740000', '104159.742000', '104159.745000', '104159.748000', '104159.750000', '104159.753000', '104159.756000', '104159.758000', '104159.762000', '104159.765000', '104159.768000', '104159.770000', '104159.773000', '104159.776000', '104159.778000', '104219.664000', '104219.666000', '104219.669000', '104219.672000', '104219.674000', '104219.677000', '104219.679000', '104219.682000', '104219.685000', '104219.687000', '104219.690000', '104219.692000', '104219.695000', '104219.698000', '104219.700000', '104219.703000', '104219.706000', '104219.708000', '104219.711000', '104219.713000', '104219.716000', '104219.718000', '104219.721000', '104219.724000', '104219.726000', '104219.729000', '104219.731000', '104219.734000', '104219.736000', '104219.739000', '104219.742000', '104219.744000', '104219.747000', '104219.750000', '104219.752000', '104219.755000', '104219.757000', '104219.760000', '104219.763000', '104219.765000', '104219.768000', '104219.771000', '104219.773000', '104239.663000', '104239.667000', '104239.669000', '104239.672000', '104239.674000', '104239.677000', '104239.680000', '104239.682000', '104239.685000', '104239.687000', '104239.690000', '104239.693000', '104239.695000', '104239.698000', '104239.700000', '104239.703000', '104239.706000', '104239.708000', '104239.711000', '104239.713000', '104239.716000', '104239.719000', '104239.721000', '104239.724000', '104239.726000', '104239.729000', '104239.731000', '104239.734000', '104239.737000', '104239.739000', '104239.742000', '104239.744000', '104239.747000', '104239.750000', '104239.752000', '104239.755000', '104239.757000', '104239.760000', '104239.762000', '104239.765000', '104239.768000', '104239.770000', '104239.773000', '104239.775000', '104259.663000', '104259.666000', '104259.669000', '104259.672000', '104259.675000', '104259.677000', '104259.680000', '104259.683000', '104259.685000', '104259.688000', '104259.690000', '104259.693000', '104259.696000', '104259.698000', '104259.701000', '104259.704000', '104259.706000', '104259.709000', '104259.712000', '104259.714000', '104259.717000', '104259.719000', '104259.722000', '104259.725000', '104259.727000', '104259.730000', '104259.733000', '104259.735000', '104259.749000', '104259.751000', '104259.754000', '104259.757000', '104259.759000', '104259.762000', '104259.764000', '104259.767000', '104259.770000', '104259.773000', '104259.775000', '104259.778000', '104259.781000', '104259.783000', '104259.786000', '104315.116000', '104315.119000', '104315.122000', '104315.125000', '104315.128000', '104315.131000', '104315.134000', '104315.138000', '104315.141000', '104315.143000', '104315.146000', '104315.149000', '104315.152000', '104315.155000', '104315.158000', '104315.160000', '104315.163000', '104315.166000', '104315.169000', '104315.171000', '104315.174000', '104315.177000', '104315.179000', '104315.182000', '104315.185000', '104315.188000', '104315.191000', '104315.193000', '104315.197000', '104315.199000', '104315.202000', '104315.205000', '104315.208000', '104315.210000'], 'InstanceCreationTime': ['103639.742000', '103639.745000', '103639.748000', '103639.751000', '103639.753000', '103639.756000', '103639.759000', '103639.761000', '103639.764000', '103639.766000', '103639.769000', '103639.772000', '103639.774000', '103639.777000', '103639.780000', '103639.782000', '103639.785000', '103639.787000', '103639.790000', '103639.793000', '103639.796000', '103639.805000', '103639.808000', '103639.810000', '103639.813000', '103639.815000', '103639.818000', '103639.821000', '103639.824000', '103639.826000', '103639.829000', '103639.832000', '103639.834000', '103639.837000', '103639.839000', '103639.842000', '103639.845000', '103639.847000', '103639.850000', '103639.852000', '103639.855000', '103639.858000', '103639.861000', '103639.863000', '103639.866000', '103639.868000', '103639.871000', '103639.874000', '103639.876000', '103639.879000', '103639.881000', '103639.884000', '103639.887000', '103639.889000', '103659.663000', '103659.665000', '103659.668000', '103659.671000', '103659.673000', '103659.676000', '103659.678000', '103659.689000', '103659.693000', '103659.696000', '103659.699000', '103659.701000', '103659.704000', '103659.707000', '103659.710000', '103659.713000', '103659.716000', '103659.719000', '103659.721000', '103659.724000', '103659.727000', '103659.729000', '103659.732000', '103659.734000', '103659.738000', '103659.741000', '103659.743000', '103659.746000', '103659.749000', '103659.751000', '103659.765000', '103659.767000', '103659.770000', '103659.773000', '103659.775000', '103659.778000', '103659.780000', '103659.783000', '103659.785000', '103659.788000', '103659.791000', '103659.793000', '103659.796000', '103719.664000', '103719.666000', '103719.669000', '103719.672000', '103719.674000', '103719.677000', '103719.680000', '103719.682000', '103719.685000', '103719.687000', '103719.690000', '103719.693000', '103719.695000', '103719.698000', '103719.700000', '103719.703000', '103719.705000', '103719.708000', '103719.720000', '103719.723000', '103719.726000', '103719.728000', '103719.731000', '103719.733000', '103719.736000', '103719.739000', '103719.741000', '103719.744000', '103719.746000', '103719.749000', '103719.752000', '103719.754000', '103719.757000', '103719.759000', '103719.762000', '103719.765000', '103719.767000', '103719.770000', '103719.773000', '103719.775000', '103719.778000', '103719.780000', '103719.783000', '103719.786000', '103739.664000', '103739.673000', '103739.676000', '103739.678000', '103739.681000', '103739.683000', '103739.686000', '103739.689000', '103739.691000', '103739.694000', '103739.696000', '103739.700000', '103739.703000', '103739.706000', '103739.709000', '103739.711000', '103739.714000', '103739.717000', '103739.719000', '103739.722000', '103739.725000', '103739.727000', '103739.730000', '103739.732000', '103739.735000', '103739.738000', '103739.740000', '103739.743000', '103739.745000', '103739.748000', '103739.751000', '103739.753000', '103739.756000', '103739.758000', '103739.761000', '103739.764000', '103739.766000', '103739.769000', '103739.771000', '103739.774000', '103739.776000', '103739.779000', '103739.782000', '103759.664000', '103759.666000', '103759.669000', '103759.672000', '103759.674000', '103759.677000', '103759.679000', '103759.682000', '103759.685000', '103759.691000', '103759.694000', '103759.696000', '103759.699000', '103759.702000', '103759.704000', '103759.707000', '103759.709000', '103759.712000', '103759.715000', '103759.717000', '103759.720000', '103759.722000', '103759.725000', '103759.727000', '103759.730000', '103759.732000', '103759.735000', '103759.738000', '103759.740000', '103759.743000', '103759.745000', '103759.748000', '103759.751000', '103759.753000', '103759.756000', '103759.758000', '103759.761000', '103759.763000', '103759.766000', '103759.769000', '103759.771000', '103759.774000', '103759.776000', '103759.779000', '103819.664000', '103819.667000', '103819.676000', '103819.679000', '103819.681000', '103819.684000', '103819.687000', '103819.689000', '103819.692000', '103819.694000', '103819.697000', '103819.700000', '103819.702000', '103819.705000', '103819.707000', '103819.710000', '103819.713000', '103819.715000', '103819.718000', '103819.720000', '103819.723000', '103819.726000', '103819.728000', '103819.736000', '103819.738000', '103819.741000', '103819.743000', '103819.746000', '103819.749000', '103819.751000', '103819.754000', '103819.757000', '103819.760000', '103819.763000', '103819.765000', '103819.768000', '103819.771000', '103819.774000', '103819.776000', '103819.780000', '103819.783000', '103819.785000', '103819.788000', '103839.663000', '103839.666000', '103839.669000', '103839.671000', '103839.674000', '103839.677000', '103839.679000', '103839.682000', '103839.685000', '103839.687000', '103839.690000', '103839.692000', '103839.695000', '103839.698000', '103839.700000', '103839.703000', '103839.705000', '103839.708000', '103839.711000', '103839.713000', '103839.716000', '103839.718000', '103839.721000', '103839.724000', '103839.726000', '103839.729000', '103839.745000', '103839.747000', '103839.750000', '103839.752000', '103839.755000', '103839.758000', '103839.761000', '103839.763000', '103839.766000', '103839.768000', '103839.771000', '103839.773000', '103839.776000', '103839.779000', '103839.781000', '103839.784000', '103839.787000', '103839.789000', '103859.663000', '103859.666000', '103859.669000', '103859.671000', '103859.674000', '103859.677000', '103859.679000', '103859.682000', '103859.684000', '103859.693000', '103859.696000', '103859.699000', '103859.701000', '103859.704000', '103859.707000', '103859.709000', '103859.712000', '103859.714000', '103859.717000', '103859.719000', '103859.722000', '103859.725000', '103859.727000', '103859.730000', '103859.732000', '103859.735000', '103859.738000', '103859.740000', '103859.743000', '103859.745000', '103859.748000', '103859.751000', '103859.753000', '103859.756000', '103859.758000', '103859.761000', '103859.764000', '103859.766000', '103859.769000', '103859.771000', '103859.774000', '103859.777000', '103859.780000', '103919.663000', '103919.665000', '103919.668000', '103919.671000', '103919.673000', '103919.676000', '103919.679000', '103919.681000', '103919.684000', '103919.687000', '103919.689000', '103919.692000', '103919.695000', '103919.697000', '103919.700000', '103919.703000', '103919.706000', '103919.708000', '103919.711000', '103919.714000', '103919.717000', '103919.719000', '103919.722000', '103919.725000', '103919.727000', '103919.730000', '103919.733000', '103919.735000', '103919.738000', '103919.740000', '103919.743000', '103919.746000', '103919.748000', '103919.751000', '103919.753000', '103919.756000', '103919.758000', '103919.761000', '103919.764000', '103919.766000', '103919.769000', '103919.771000', '103919.774000', '103919.777000', '103939.664000', '103939.667000', '103939.669000', '103939.672000', '103939.674000', '103939.677000', '103939.680000', '103939.682000', '103939.685000', '103939.688000', '103939.690000', '103939.693000', '103939.695000', '103939.698000', '103939.700000', '103939.703000', '103939.706000', '103939.708000', '103939.711000', '103939.713000', '103939.716000', '103939.719000', '103939.721000', '103939.724000', '103939.726000', '103939.729000', '103939.731000', '103939.734000', '103939.737000', '103939.739000', '103939.742000', '103939.744000', '103939.747000', '103939.750000', '103939.752000', '103939.755000', '103939.757000', '103939.760000', '103939.763000', '103939.765000', '103939.768000', '103939.770000', '103939.773000', '103959.664000', '103959.667000', '103959.669000', '103959.672000', '103959.674000', '103959.677000', '103959.680000', '103959.682000', '103959.685000', '103959.688000', '103959.690000', '103959.693000', '103959.695000', '103959.698000', '103959.701000', '103959.703000', '103959.706000', '103959.708000', '103959.711000', '103959.713000', '103959.716000', '103959.719000', '103959.721000', '103959.724000', '103959.727000', '103959.729000', '103959.732000', '103959.734000', '103959.737000', '103959.740000', '103959.742000', '103959.745000', '103959.747000', '103959.750000', '103959.752000', '103959.755000', '103959.758000', '103959.760000', '103959.763000', '103959.766000', '103959.768000', '103959.771000', '103959.773000', '103959.776000', '104019.663000', '104019.666000', '104019.669000', '104019.672000', '104019.674000', '104019.677000', '104019.679000', '104019.708000', '104019.710000', '104019.713000', '104019.715000', '104019.718000', '104019.721000', '104019.723000', '104019.726000', '104019.729000', '104019.731000', '104019.734000', '104019.736000', '104019.739000', '104019.742000', '104019.745000', '104019.747000', '104019.750000', '104019.752000', '104019.755000', '104019.758000', '104019.760000', '104019.763000', '104019.765000', '104019.768000', '104019.770000', '104019.774000', '104019.777000', '104019.780000', '104019.783000', '104019.785000', '104019.788000', '104019.791000', '104019.793000', '104019.796000', '104019.798000', '104019.808000', '104039.664000', '104039.667000', '104039.669000', '104039.672000', '104039.675000', '104039.677000', '104039.680000', '104039.683000', '104039.685000', '104039.688000', '104039.691000', '104039.693000', '104039.696000', '104039.699000', '104039.702000', '104039.704000', '104039.707000', '104039.710000', '104039.712000', '104039.715000', '104039.718000', '104039.720000', '104039.723000', '104039.726000', '104039.728000', '104039.731000', '104039.734000', '104039.736000', '104039.739000', '104039.741000', '104039.744000', '104039.747000', '104039.749000', '104039.752000', '104039.754000', '104039.757000', '104039.760000', '104039.762000', '104039.765000', '104039.768000', '104039.770000', '104039.773000', '104039.775000', '104039.778000', '104059.664000', '104059.667000', '104059.669000', '104059.672000', '104059.675000', '104059.677000', '104059.680000', '104059.682000', '104059.685000', '104059.688000', '104059.690000', '104059.693000', '104059.695000', '104059.698000', '104059.701000', '104059.703000', '104059.706000', '104059.708000', '104059.711000', '104059.714000', '104059.716000', '104059.719000', '104059.722000', '104059.724000', '104059.727000', '104059.730000', '104059.732000', '104059.735000', '104059.737000', '104059.740000', '104059.743000', '104059.745000', '104059.748000', '104059.751000', '104059.753000', '104059.756000', '104059.758000', '104059.761000', '104059.764000', '104059.766000', '104059.769000', '104059.771000', '104059.774000', '104119.664000', '104119.666000', '104119.669000', '104119.672000', '104119.674000', '104119.677000', '104119.680000', '104119.682000', '104119.685000', '104119.687000', '104119.690000', '104119.693000', '104119.695000', '104119.698000', '104119.700000', '104119.703000', '104119.706000', '104119.708000', '104119.711000', '104119.713000', '104119.716000', '104119.719000', '104119.721000', '104119.724000', '104119.727000', '104119.729000', '104119.732000', '104119.735000', '104119.737000', '104119.740000', '104119.742000', '104119.745000', '104119.748000', '104119.750000', '104119.753000', '104119.756000', '104119.758000', '104119.761000', '104119.763000', '104119.766000', '104119.769000', '104119.771000', '104119.774000', '104119.777000', '104139.663000', '104139.666000', '104139.668000', '104139.671000', '104139.674000', '104139.676000', '104139.679000', '104139.682000', '104139.684000', '104139.687000', '104139.689000', '104139.692000', '104139.695000', '104139.697000', '104139.700000', '104139.702000', '104139.705000', '104139.722000', '104139.724000', '104139.727000', '104139.729000', '104139.732000', '104139.735000', '104139.737000', '104139.740000', '104139.742000', '104139.745000', '104139.748000', '104139.750000', '104139.753000', '104139.756000', '104139.758000', '104139.761000', '104139.764000', '104139.766000', '104139.769000', '104139.772000', '104139.774000', '104139.777000', '104139.779000', '104139.782000', '104139.785000', '104139.787000', '104159.664000', '104159.666000', '104159.669000', '104159.672000', '104159.674000', '104159.677000', '104159.680000', '104159.682000', '104159.685000', '104159.688000', '104159.690000', '104159.693000', '104159.695000', '104159.698000', '104159.700000', '104159.703000', '104159.706000', '104159.708000', '104159.711000', '104159.714000', '104159.716000', '104159.719000', '104159.722000', '104159.724000', '104159.727000', '104159.729000', '104159.732000', '104159.734000', '104159.737000', '104159.740000', '104159.742000', '104159.745000', '104159.748000', '104159.750000', '104159.753000', '104159.756000', '104159.758000', '104159.762000', '104159.765000', '104159.768000', '104159.770000', '104159.773000', '104159.776000', '104159.778000', '104219.664000', '104219.666000', '104219.669000', '104219.672000', '104219.674000', '104219.677000', '104219.679000', '104219.682000', '104219.685000', '104219.687000', '104219.690000', '104219.692000', '104219.695000', '104219.698000', '104219.700000', '104219.703000', '104219.706000', '104219.708000', '104219.711000', '104219.713000', '104219.716000', '104219.718000', '104219.721000', '104219.724000', '104219.726000', '104219.729000', '104219.731000', '104219.734000', '104219.736000', '104219.739000', '104219.742000', '104219.744000', '104219.747000', '104219.750000', '104219.752000', '104219.755000', '104219.757000', '104219.760000', '104219.763000', '104219.765000', '104219.768000', '104219.771000', '104219.773000', '104239.663000', '104239.667000', '104239.669000', '104239.672000', '104239.674000', '104239.677000', '104239.680000', '104239.682000', '104239.685000', '104239.687000', '104239.690000', '104239.693000', '104239.695000', '104239.698000', '104239.700000', '104239.703000', '104239.706000', '104239.708000', '104239.711000', '104239.713000', '104239.716000', '104239.719000', '104239.721000', '104239.724000', '104239.726000', '104239.729000', '104239.731000', '104239.734000', '104239.737000', '104239.739000', '104239.742000', '104239.744000', '104239.747000', '104239.750000', '104239.752000', '104239.755000', '104239.757000', '104239.760000', '104239.762000', '104239.765000', '104239.768000', '104239.770000', '104239.773000', '104239.775000', '104259.663000', '104259.666000', '104259.669000', '104259.672000', '104259.675000', '104259.677000', '104259.680000', '104259.683000', '104259.685000', '104259.688000', '104259.690000', '104259.693000', '104259.696000', '104259.698000', '104259.701000', '104259.704000', '104259.706000', '104259.709000', '104259.712000', '104259.714000', '104259.717000', '104259.719000', '104259.722000', '104259.725000', '104259.727000', '104259.730000', '104259.733000', '104259.735000', '104259.749000', '104259.751000', '104259.754000', '104259.757000', '104259.759000', '104259.762000', '104259.764000', '104259.767000', '104259.770000', '104259.773000', '104259.775000', '104259.778000', '104259.781000', '104259.783000', '104259.786000', '104315.116000', '104315.119000', '104315.122000', '104315.125000', '104315.128000', '104315.131000', '104315.134000', '104315.138000', '104315.141000', '104315.143000', '104315.146000', '104315.149000', '104315.152000', '104315.155000', '104315.158000', '104315.160000', '104315.163000', '104315.166000', '104315.169000', '104315.171000', '104315.174000', '104315.177000', '104315.179000', '104315.182000', '104315.185000', '104315.188000', '104315.191000', '104315.193000', '104315.197000', '104315.199000', '104315.202000', '104315.205000', '104315.208000', '104315.210000'], '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], 'LargestImagePixelValue': [9393, 8734, 8803, 8458, 8706, 8426, 8274, 8153, 8242, 8048, 8634, 7958, 8188, 8253, 8088, 8392, 8289, 8249, 8075, 7884, 8140, 8160, 8261, 8159, 8244, 8018, 8424, 8036, 8359, 8073, 8234, 8213, 8302, 8129, 8326, 8422, 8265, 8520, 8233, 8510, 8266, 8225, 8318, 8343, 8258, 8029, 8348, 8087, 8114, 8470, 8229, 8369, 8138, 7978, 8108, 8382, 8168, 8266, 8202, 8473, 8477, 8432, 8155, 8137, 8256, 8213, 8343, 8525, 8281, 8231, 8255, 8334, 8363, 8538, 7937, 8244, 8159, 8398, 8299, 8365, 8249, 7966, 8063, 8074, 8162, 8164, 8103, 8369, 8093, 8330, 8314, 8228, 8028, 8356, 8006, 8328, 8381, 7936, 8223, 8034, 8560, 7911, 8026, 8340, 8174, 8066, 8189, 8126, 8084, 8372, 8237, 8528, 8264, 8080, 8071, 8192, 8046, 8167, 8092, 8017, 8350, 8394, 8432, 8149, 8159, 8277, 7974, 7857, 8222, 8006, 8078, 8316, 8167, 8336, 8346, 8226, 8327, 8043, 7957, 8305, 8282, 8257, 8364, 8081, 8224, 8156, 8584, 7968, 8520, 7898, 8370, 8075, 7915, 7878, 8263, 8111, 8266, 8228, 8109, 8506, 7966, 8319, 8215, 8164, 8387, 8182, 8063, 8180, 8083, 8348, 8358, 8191, 8281, 8063, 8460, 8557, 8204, 8125, 8434, 7941, 8634, 8086, 8019, 8192, 8220, 7889, 8150, 8343, 8635, 7935, 8330, 8173, 7984, 8502, 8264, 8178, 8226, 8148, 8201, 8156, 8224, 8125, 8300, 8157, 8426, 8023, 8308, 7814, 8597, 7838, 8432, 8044, 8246, 7852, 8384, 7931, 8194, 8036, 8046, 8077, 8298, 8417, 8207, 8364, 7953, 8399, 8243, 8134, 8042, 8260, 8240, 8152, 8044, 8319, 8233, 8039, 8483, 8081, 8180, 8123, 8395, 8057, 8045, 8093, 8171, 7989, 8120, 7917, 8101, 7941, 8262, 7859, 8451, 7866, 8488, 8227, 8417, 8161, 8262, 8320, 7985, 8193, 8043, 8293, 8317, 8295, 8303, 8530, 7994, 8061, 8113, 8149, 8008, 8321, 8297, 8128, 8124, 8195, 8070, 8245, 8163, 7981, 8181, 8211, 8023, 8222, 8200, 8160, 8222, 8118, 8717, 8086, 8118, 8089, 8136, 8082, 8165, 8096, 8303, 8316, 8122, 8394, 8323, 8286, 8305, 8352, 8111, 8289, 8219, 8112, 8539, 8341, 8118, 8184, 8271, 7810, 8548, 7833, 8474, 8099, 8231, 8190, 8488, 8200, 8189, 8112, 8587, 8088, 8430, 8127, 8244, 8262, 8196, 8635, 8277, 8527, 8202, 8512, 8118, 8507, 8115, 8172, 8069, 8137, 8053, 8174, 8290, 8108, 8308, 8061, 8402, 8214, 8310, 8141, 8224, 8010, 8250, 8542, 7963, 8400, 8030, 8322, 8161, 8245, 8030, 8074, 8007, 8044, 8137, 8310, 8102, 8096, 8265, 8264, 8504, 7909, 8390, 8044, 8120, 8078, 8251, 8014, 8260, 8163, 8189, 8744, 8022, 8335, 8122, 8513, 8005, 8684, 7966, 8107, 8051, 8205, 8156, 8289, 8055, 8185, 8235, 8271, 8834, 8214, 8326, 8143, 8150, 8092, 8204, 8415, 8312, 8296, 7903, 8212, 8469, 8179, 8077, 8008, 8111, 8313, 8149, 8120, 8079, 8371, 8087, 7718, 7746, 7764, 7775, 8288, 7700, 8255, 7823, 7903, 7986, 8196, 8177, 8086, 8275, 8649, 8013, 8067, 8196, 8505, 8287, 8139, 8296, 8406, 8161, 8468, 8244, 8418, 8287, 8712, 8309, 8676, 8276, 8716, 8335, 8366, 8122, 8128, 8070, 8259, 8169, 8228, 8272, 8128, 8218, 8140, 8315, 8267, 8469, 8061, 8394, 8308, 8164, 8154, 8317, 8186, 8285, 7984, 8071, 7960, 8275, 8115, 8358, 8290, 8402, 8323, 8369, 8134, 8329, 8078, 8314, 8092, 8316, 8180, 8375, 8289, 8418, 8264, 8401, 8424, 8277, 8222, 8363, 8306, 8154, 8162, 8511, 8301, 8159, 8341, 8235, 8212, 8288, 8051, 8325, 8081, 8334, 8314, 8168, 8113, 8346, 8265, 8277, 8272, 8005, 8123, 8311, 8257, 8217, 8071, 8273, 8021, 8143, 8168, 8514, 8159, 8393, 8090, 8330, 8248, 7947, 8553, 8218, 8110, 8195, 8303, 8421, 8435, 7965, 8115, 8013, 7988, 8098, 8099, 8181, 8227, 8143, 8426, 8483, 8243, 8160, 8172, 8235, 8224, 8005, 8076, 8260, 8096, 8174, 8104, 8237, 8239, 8051, 8270, 8144, 8423, 8276, 8473, 8107, 8244, 8185, 8231, 8183, 8329, 8128, 8220, 8290, 8246, 8412, 7978, 8523, 8119, 8194, 8208, 8281, 8169, 8370, 8420, 8159, 8161, 7964, 8158, 8404, 8143, 8292, 8309, 8209, 8201, 8270, 8213, 8251, 8175, 8242, 8346, 8090, 8510, 8434, 8188, 8086, 8334, 8126, 8102, 8033, 8327, 8079, 8536, 8327, 8205, 8332, 8539, 8126, 8322, 8114, 8313, 8162, 8183, 8153, 8081, 8297, 8234, 8237, 8644, 8081, 8264, 8213, 8540, 8371, 8202, 8242, 8247, 8112, 8014, 8175, 8121, 8075, 8042, 8109, 8160, 8038, 8097, 8268, 8231, 8338, 8051, 8395, 8371, 8193, 7997, 8584, 8265, 8395, 8194, 8311, 8169, 8345, 8316, 8374, 8282, 8523, 8119, 8042, 8419, 8021, 8104, 8249, 8175, 8368, 8144, 8338, 8207, 8008, 8061, 8168, 8116, 8221, 8238, 8008, 8428, 8200, 8364, 8277, 8050, 8351, 8290, 7989, 8200, 8196, 8087, 8252, 8060, 8151, 8169, 7974, 8034, 7994, 8012, 8035, 7905, 8162, 8001, 8145, 8237, 8176, 8154, 8314, 8161, 8258, 8366, 8439, 8538, 8499, 8187, 8300, 8267, 8619, 8326, 8356, 8121, 8294, 7987, 8187, 8149, 8467, 8081, 8197, 8112, 8321, 8297, 8071, 8254, 8288, 8020, 8287, 8136, 8239, 8092, 8246, 8468, 8213, 8220, 8317, 8139, 8293, 8015, 8671, 8284, 8236, 8335, 8226, 8411, 8619, 8713, 8465, 8540, 8411, 8438, 8404, 8313, 8403, 8725, 8402, 8801, 8424, 8757, 8509, 8757, 8301, 8466, 8286, 8495, 8751, 8497, 8711, 8536, 8748, 8599, 8644, 8370, 8794, 8356, 8958, 8210, 8703, 8322, 8420, 8541, 8531, 8656, 8449, 8525, 8839, 8462, 8173, 8674, 8473, 8646, 8437, 8812, 8458, 8416, 8346, 8514, 8606, 8370, 8724, 8279, 8765, 8402, 8485, 8543, 8554, 8248, 8445, 8499, 8441, 8512, 8456, 8240, 8527, 8395, 8583, 8204, 8478, 8341, 8329, 8741, 8400, 8772, 8311, 8313, 8267, 8393, 8254, 8577, 8467, 8675, 8594, 8680, 8631, 8618, 8653, 8446, 8610, 8434, 8314, 8164, 8649, 8659, 8520, 8517, 8482, 8276, 8129, 8308, 8362, 8087, 8488, 8267, 8418, 8443, 8304, 8263, 8259, 8447, 8357, 8638, 8196, 8421, 8371, 8435, 8642, 8382, 8759, 8287, 8598, 8426, 8394, 8283, 8400, 8104, 8505, 8452, 8499, 8509, 8241, 8484, 8303, 8741, 8231, 8331], 'WindowCenter': [4549.0, 4524.0, 4521.0, 4506.0, 4493.0, 4491.0, 4491.0, 4483.0, 4492.0, 4481.0, 4477.0, 4476.0, 4478.0, 4474.0, 4462.0, 4456.0, 4444.0, 4444.0, 4449.0, 4463.0, 4466.0, 4466.0, 4464.0, 4468.0, 4477.0, 4464.0, 4463.0, 4454.0, 4464.0, 4455.0, 4461.0, 4463.0, 4462.0, 4464.0, 4465.0, 4466.0, 4463.0, 4462.0, 4465.0, 4475.0, 4466.0, 4465.0, 4467.0, 4479.0, 4478.0, 4468.0, 4476.0, 4468.0, 4466.0, 4476.0, 4477.0, 4477.0, 4467.0, 4466.0, 4478.0, 4480.0, 4478.0, 4477.0, 4477.0, 4478.0, 4478.0, 4479.0, 4466.0, 4467.0, 4465.0, 4469.0, 4478.0, 4475.0, 4466.0, 4467.0, 4475.0, 4477.0, 4464.0, 4476.0, 4466.0, 4476.0, 4467.0, 4479.0, 4477.0, 4478.0, 4476.0, 4470.0, 4477.0, 4466.0, 4478.0, 4479.0, 4469.0, 4477.0, 4467.0, 4465.0, 4477.0, 4477.0, 4466.0, 4478.0, 4467.0, 4477.0, 4467.0, 4478.0, 4479.0, 4467.0, 4476.0, 4468.0, 4467.0, 4479.0, 4481.0, 4468.0, 4466.0, 4468.0, 4467.0, 4478.0, 4479.0, 4477.0, 4467.0, 4465.0, 4469.0, 4477.0, 4468.0, 4478.0, 4469.0, 4468.0, 4477.0, 4479.0, 4479.0, 4467.0, 4466.0, 4477.0, 4468.0, 4468.0, 4478.0, 4467.0, 4466.0, 4478.0, 4479.0, 4479.0, 4478.0, 4476.0, 4478.0, 4469.0, 4468.0, 4479.0, 4467.0, 4466.0, 4478.0, 4467.0, 4480.0, 4479.0, 4477.0, 4468.0, 4478.0, 4477.0, 4480.0, 4479.0, 4467.0, 4480.0, 4478.0, 4480.0, 4489.0, 4478.0, 4468.0, 4478.0, 4469.0, 4479.0, 4480.0, 4479.0, 4477.0, 4478.0, 4478.0, 4478.0, 4478.0, 4478.0, 4480.0, 4479.0, 4479.0, 4481.0, 4478.0, 4477.0, 4477.0, 4469.0, 4478.0, 4479.0, 4476.0, 4467.0, 4467.0, 4477.0, 4480.0, 4467.0, 4466.0, 4478.0, 4475.0, 4469.0, 4479.0, 4478.0, 4466.0, 4478.0, 4477.0, 4468.0, 4468.0, 4469.0, 4466.0, 4465.0, 4466.0, 4467.0, 4478.0, 4466.0, 4466.0, 4466.0, 4477.0, 4480.0, 4479.0, 4468.0, 4478.0, 4479.0, 4480.0, 4481.0, 4478.0, 4477.0, 4479.0, 4479.0, 4479.0, 4478.0, 4477.0, 4478.0, 4479.0, 4478.0, 4468.0, 4476.0, 4478.0, 4467.0, 4468.0, 4479.0, 4466.0, 4465.0, 4466.0, 4477.0, 4478.0, 4466.0, 4474.0, 4467.0, 4468.0, 4468.0, 4479.0, 4468.0, 4468.0, 4468.0, 4479.0, 4481.0, 4480.0, 4467.0, 4480.0, 4480.0, 4480.0, 4483.0, 4479.0, 4479.0, 4489.0, 4482.0, 4492.0, 4479.0, 4477.0, 4480.0, 4479.0, 4481.0, 4478.0, 4477.0, 4480.0, 4479.0, 4477.0, 4476.0, 4466.0, 4465.0, 4469.0, 4479.0, 4467.0, 4477.0, 4479.0, 4469.0, 4480.0, 4480.0, 4475.0, 4479.0, 4479.0, 4481.0, 4479.0, 4479.0, 4481.0, 4480.0, 4480.0, 4481.0, 4477.0, 4467.0, 4480.0, 4479.0, 4469.0, 4469.0, 4468.0, 4468.0, 4478.0, 4469.0, 4479.0, 4479.0, 4467.0, 4479.0, 4480.0, 4480.0, 4480.0, 4478.0, 4470.0, 4467.0, 4456.0, 4464.0, 4489.0, 4477.0, 4481.0, 4490.0, 4492.0, 4494.0, 4490.0, 4468.0, 4479.0, 4480.0, 4479.0, 4494.0, 4489.0, 4479.0, 4478.0, 4468.0, 4479.0, 4468.0, 4475.0, 4465.0, 4466.0, 4467.0, 4478.0, 4477.0, 4476.0, 4479.0, 4477.0, 4477.0, 4480.0, 4477.0, 4466.0, 4466.0, 4466.0, 4469.0, 4468.0, 4466.0, 4466.0, 4467.0, 4467.0, 4467.0, 4469.0, 4465.0, 4466.0, 4467.0, 4476.0, 4468.0, 4467.0, 4475.0, 4467.0, 4477.0, 4479.0, 4477.0, 4478.0, 4477.0, 4469.0, 4470.0, 4480.0, 4480.0, 4478.0, 4478.0, 4482.0, 4481.0, 4481.0, 4481.0, 4478.0, 4479.0, 4480.0, 4480.0, 4482.0, 4478.0, 4479.0, 4480.0, 4480.0, 4481.0, 4479.0, 4477.0, 4468.0, 4477.0, 4481.0, 4489.0, 4468.0, 4480.0, 4481.0, 4481.0, 4482.0, 4492.0, 4481.0, 4481.0, 4482.0, 4481.0, 4481.0, 4491.0, 4488.0, 4480.0, 4480.0, 4481.0, 4480.0, 4467.0, 4467.0, 4478.0, 4478.0, 4479.0, 4479.0, 4476.0, 4467.0, 4477.0, 4469.0, 4479.0, 4467.0, 4465.0, 4479.0, 4469.0, 4481.0, 4482.0, 4480.0, 4459.0, 4448.0, 4474.0, 4474.0, 4512.0, 4516.0, 4518.0, 4518.0, 4517.0, 4507.0, 4482.0, 4466.0, 4465.0, 4457.0, 4454.0, 4451.0, 4459.0, 4457.0, 4446.0, 4431.0, 4427.0, 4417.0, 4431.0, 4434.0, 4434.0, 4434.0, 4438.0, 4435.0, 4435.0, 4434.0, 4435.0, 4436.0, 4434.0, 4433.0, 4435.0, 4426.0, 4436.0, 4435.0, 4435.0, 4437.0, 4437.0, 4451.0, 4439.0, 4450.0, 4449.0, 4449.0, 4451.0, 4453.0, 4454.0, 4452.0, 4465.0, 4464.0, 4465.0, 4468.0, 4464.0, 4464.0, 4467.0, 4466.0, 4466.0, 4466.0, 4453.0, 4465.0, 4467.0, 4464.0, 4466.0, 4464.0, 4453.0, 4453.0, 4456.0, 4464.0, 4453.0, 4464.0, 4463.0, 4464.0, 4464.0, 4464.0, 4464.0, 4465.0, 4466.0, 4467.0, 4465.0, 4464.0, 4464.0, 4454.0, 4466.0, 4465.0, 4464.0, 4455.0, 4466.0, 4465.0, 4465.0, 4464.0, 4464.0, 4455.0, 4467.0, 4464.0, 4463.0, 4463.0, 4453.0, 4465.0, 4464.0, 4452.0, 4454.0, 4456.0, 4464.0, 4469.0, 4467.0, 4464.0, 4469.0, 4468.0, 4469.0, 4469.0, 4478.0, 4467.0, 4467.0, 4466.0, 4467.0, 4466.0, 4459.0, 4455.0, 4441.0, 4438.0, 4442.0, 4447.0, 4460.0, 4462.0, 4474.0, 4464.0, 4476.0, 4464.0, 4461.0, 4452.0, 4461.0, 4461.0, 4463.0, 4463.0, 4451.0, 4462.0, 4462.0, 4462.0, 4461.0, 4450.0, 4450.0, 4448.0, 4450.0, 4462.0, 4451.0, 4450.0, 4451.0, 4461.0, 4461.0, 4463.0, 4463.0, 4449.0, 4451.0, 4461.0, 4464.0, 4452.0, 4462.0, 4459.0, 4462.0, 4459.0, 4463.0, 4453.0, 4450.0, 4453.0, 4462.0, 4463.0, 4464.0, 4473.0, 4452.0, 4461.0, 4464.0, 4465.0, 4464.0, 4463.0, 4463.0, 4463.0, 4464.0, 4464.0, 4463.0, 4461.0, 4462.0, 4462.0, 4465.0, 4465.0, 4462.0, 4461.0, 4462.0, 4464.0, 4465.0, 4463.0, 4461.0, 4455.0, 4463.0, 4463.0, 4466.0, 4462.0, 4462.0, 4463.0, 4452.0, 4452.0, 4467.0, 4451.0, 4462.0, 4464.0, 4462.0, 4465.0, 4476.0, 4462.0, 4462.0, 4463.0, 4465.0, 4466.0, 4465.0, 4463.0, 4464.0, 4464.0, 4465.0, 4464.0, 4462.0, 4454.0, 4462.0, 4465.0, 4475.0, 4463.0, 4458.0, 4462.0, 4462.0, 4452.0, 4465.0, 4464.0, 4453.0, 4463.0, 4464.0, 4466.0, 4467.0, 4463.0, 4463.0, 4463.0, 4464.0, 4476.0, 4464.0, 4465.0, 4466.0, 4467.0, 4468.0, 4477.0, 4466.0, 4463.0, 4476.0, 4466.0, 4466.0, 4478.0, 4464.0, 4462.0, 4464.0, 4473.0, 4465.0, 4467.0, 4465.0, 4463.0, 4464.0, 4465.0, 4475.0, 4464.0, 4465.0, 4463.0, 4466.0, 4466.0, 4466.0, 4463.0, 4463.0, 4465.0, 4467.0, 4465.0, 4463.0, 4465.0, 4462.0, 4463.0, 4465.0, 4462.0, 4453.0, 4452.0, 4463.0, 4463.0, 4462.0, 4462.0, 4453.0, 4465.0, 4463.0, 4464.0, 4463.0, 4461.0, 4465.0, 4465.0, 4467.0, 4477.0, 4464.0, 4463.0, 4464.0, 4464.0, 4465.0, 4464.0, 4464.0, 4464.0, 4462.0, 4466.0, 4464.0, 4462.0, 4463.0, 4464.0, 4465.0, 4477.0, 4463.0, 4463.0, 4464.0, 4463.0, 4465.0, 4478.0, 4462.0, 4462.0, 4463.0, 4463.0, 4462.0, 4463.0, 4449.0, 4453.0, 4452.0, 4463.0, 4464.0, 4464.0, 4464.0, 4464.0, 4467.0, 4476.0, 4465.0, 4465.0, 4466.0, 4466.0, 4466.0, 4464.0, 4465.0, 4477.0, 4473.0, 4470.0, 4469.0, 4457.0, 4457.0, 4488.0, 4488.0, 4478.0, 4479.0, 4479.0, 4479.0, 4478.0, 4476.0, 4466.0, 4476.0, 4477.0, 4488.0, 4477.0, 4476.0, 4464.0, 4462.0, 4461.0, 4451.0, 4450.0, 4462.0, 4461.0, 4450.0, 4460.0, 4462.0, 4462.0, 4465.0, 4462.0, 4462.0, 4464.0, 4465.0, 4474.0, 4465.0, 4464.0, 4464.0, 4465.0, 4475.0, 4475.0, 4465.0, 4463.0, 4465.0, 4476.0, 4466.0, 4464.0, 4463.0, 4465.0, 4465.0, 4465.0, 4477.0, 4464.0, 4465.0, 4465.0, 4467.0, 4476.0, 4478.0, 4475.0, 4465.0, 4466.0, 4466.0, 4477.0, 4477.0, 4463.0, 4466.0, 4475.0, 4478.0, 4480.0, 4479.0, 4479.0, 4479.0, 4480.0, 4481.0, 4492.0, 4481.0, 4481.0, 4491.0, 4481.0, 4492.0, 4493.0, 4490.0, 4480.0, 4476.0, 4478.0, 4479.0, 4478.0, 4477.0, 4478.0, 4478.0, 4479.0, 4480.0, 4477.0, 4477.0, 4476.0, 4478.0, 4478.0, 4466.0, 4479.0, 4481.0, 4488.0, 4494.0, 4489.0, 4476.0, 4476.0, 4467.0, 4445.0, 4443.0, 4456.0, 4475.0, 4478.0, 4479.0, 4479.0, 4479.0, 4480.0, 4482.0, 4480.0, 4467.0, 4465.0, 4467.0, 4466.0, 4468.0, 4465.0, 4455.0, 4465.0, 4463.0, 4464.0, 4466.0, 4463.0, 4451.0, 4451.0, 4454.0, 4453.0, 4453.0, 4464.0, 4452.0, 4464.0, 4463.0, 4465.0, 4467.0, 4464.0, 4465.0, 4465.0, 4466.0], 'WindowWidth': [10020.0, 9971.0, 9957.0, 9928.0, 9902.0, 9897.0, 9895.0, 9886.0, 9895.0, 9879.0, 9867.0, 9866.0, 9870.0, 9863.0, 9843.0, 9824.0, 9805.0, 9804.0, 9817.0, 9839.0, 9845.0, 9848.0, 9844.0, 9855.0, 9866.0, 9843.0, 9839.0, 9827.0, 9842.0, 9830.0, 9834.0, 9839.0, 9837.0, 9842.0, 9844.0, 9847.0, 9840.0, 9838.0, 9844.0, 9860.0, 9849.0, 9846.0, 9851.0, 9868.0, 9867.0, 9855.0, 9864.0, 9854.0, 9851.0, 9864.0, 9866.0, 9864.0, 9853.0, 9850.0, 9868.0, 9874.0, 9868.0, 9865.0, 9867.0, 9869.0, 9869.0, 9870.0, 9850.0, 9853.0, 9848.0, 9854.0, 9869.0, 9859.0, 9848.0, 9850.0, 9860.0, 9866.0, 9845.0, 9860.0, 9850.0, 9863.0, 9853.0, 9872.0, 9864.0, 9868.0, 9863.0, 9859.0, 9867.0, 9850.0, 9867.0, 9869.0, 9856.0, 9866.0, 9853.0, 9847.0, 9865.0, 9863.0, 9850.0, 9868.0, 9851.0, 9864.0, 9851.0, 9869.0, 9871.0, 9853.0, 9864.0, 9856.0, 9852.0, 9871.0, 9878.0, 9854.0, 9850.0, 9855.0, 9852.0, 9867.0, 9871.0, 9866.0, 9851.0, 9847.0, 9855.0, 9867.0, 9854.0, 9866.0, 9856.0, 9855.0, 9864.0, 9873.0, 9870.0, 9851.0, 9850.0, 9866.0, 9855.0, 9854.0, 9869.0, 9850.0, 9849.0, 9865.0, 9870.0, 9870.0, 9866.0, 9861.0, 9867.0, 9854.0, 9854.0, 9870.0, 9849.0, 9849.0, 9866.0, 9852.0, 9873.0, 9872.0, 9865.0, 9853.0, 9867.0, 9867.0, 9873.0, 9871.0, 9852.0, 9875.0, 9867.0, 9873.0, 9886.0, 9870.0, 9853.0, 9867.0, 9856.0, 9870.0, 9875.0, 9869.0, 9865.0, 9867.0, 9868.0, 9871.0, 9868.0, 9867.0, 9873.0, 9870.0, 9871.0, 9876.0, 9868.0, 9865.0, 9865.0, 9856.0, 9867.0, 9872.0, 9862.0, 9852.0, 9850.0, 9865.0, 9872.0, 9852.0, 9849.0, 9868.0, 9860.0, 9855.0, 9871.0, 9867.0, 9847.0, 9866.0, 9866.0, 9852.0, 9853.0, 9856.0, 9847.0, 9846.0, 9848.0, 9850.0, 9865.0, 9848.0, 9847.0, 9848.0, 9865.0, 9873.0, 9870.0, 9853.0, 9868.0, 9871.0, 9874.0, 9879.0, 9870.0, 9868.0, 9869.0, 9870.0, 9873.0, 9868.0, 9865.0, 9867.0, 9870.0, 9868.0, 9855.0, 9862.0, 9866.0, 9851.0, 9853.0, 9869.0, 9848.0, 9846.0, 9848.0, 9865.0, 9866.0, 9850.0, 9857.0, 9851.0, 9851.0, 9854.0, 9869.0, 9852.0, 9854.0, 9855.0, 9870.0, 9877.0, 9874.0, 9854.0, 9875.0, 9874.0, 9875.0, 9884.0, 9874.0, 9873.0, 9885.0, 9881.0, 9893.0, 9870.0, 9867.0, 9874.0, 9871.0, 9876.0, 9870.0, 9866.0, 9870.0, 9868.0, 9867.0, 9861.0, 9848.0, 9847.0, 9855.0, 9871.0, 9851.0, 9865.0, 9869.0, 9857.0, 9875.0, 9876.0, 9863.0, 9871.0, 9873.0, 9878.0, 9873.0, 9871.0, 9877.0, 9875.0, 9875.0, 9878.0, 9867.0, 9852.0, 9872.0, 9871.0, 9857.0, 9856.0, 9855.0, 9855.0, 9866.0, 9856.0, 9872.0, 9869.0, 9853.0, 9868.0, 9871.0, 9874.0, 9872.0, 9872.0, 9855.0, 9847.0, 9828.0, 9847.0, 9888.0, 9869.0, 9878.0, 9891.0, 9893.0, 9902.0, 9892.0, 9855.0, 9871.0, 9873.0, 9871.0, 9901.0, 9886.0, 9869.0, 9867.0, 9853.0, 9869.0, 9853.0, 9862.0, 9845.0, 9847.0, 9849.0, 9869.0, 9864.0, 9863.0, 9869.0, 9865.0, 9865.0, 9873.0, 9865.0, 9849.0, 9849.0, 9848.0, 9856.0, 9852.0, 9847.0, 9848.0, 9851.0, 9850.0, 9852.0, 9854.0, 9845.0, 9846.0, 9848.0, 9862.0, 9853.0, 9850.0, 9859.0, 9850.0, 9863.0, 9871.0, 9865.0, 9865.0, 9865.0, 9857.0, 9858.0, 9873.0, 9876.0, 9867.0, 9868.0, 9878.0, 9877.0, 9878.0, 9877.0, 9869.0, 9873.0, 9872.0, 9873.0, 9880.0, 9869.0, 9871.0, 9872.0, 9873.0, 9874.0, 9871.0, 9864.0, 9854.0, 9864.0, 9876.0, 9885.0, 9856.0, 9874.0, 9878.0, 9876.0, 9881.0, 9896.0, 9877.0, 9876.0, 9881.0, 9876.0, 9878.0, 9892.0, 9883.0, 9873.0, 9870.0, 9874.0, 9876.0, 9852.0, 9850.0, 9869.0, 9869.0, 9870.0, 9871.0, 9862.0, 9850.0, 9864.0, 9857.0, 9872.0, 9852.0, 9848.0, 9871.0, 9856.0, 9874.0, 9878.0, 9873.0, 9834.0, 9818.0, 9871.0, 9869.0, 9935.0, 9946.0, 9948.0, 9951.0, 9945.0, 9928.0, 9880.0, 9846.0, 9848.0, 9827.0, 9817.0, 9820.0, 9830.0, 9828.0, 9806.0, 9779.0, 9770.0, 9753.0, 9774.0, 9780.0, 9781.0, 9781.0, 9792.0, 9784.0, 9785.0, 9782.0, 9785.0, 9787.0, 9783.0, 9780.0, 9784.0, 9772.0, 9790.0, 9785.0, 9786.0, 9792.0, 9791.0, 9815.0, 9799.0, 9814.0, 9813.0, 9813.0, 9817.0, 9824.0, 9825.0, 9822.0, 9843.0, 9840.0, 9845.0, 9851.0, 9842.0, 9841.0, 9849.0, 9845.0, 9847.0, 9847.0, 9824.0, 9843.0, 9848.0, 9841.0, 9846.0, 9840.0, 9826.0, 9825.0, 9832.0, 9842.0, 9824.0, 9841.0, 9839.0, 9840.0, 9841.0, 9840.0, 9842.0, 9842.0, 9847.0, 9851.0, 9843.0, 9840.0, 9841.0, 9828.0, 9847.0, 9845.0, 9841.0, 9830.0, 9845.0, 9846.0, 9845.0, 9841.0, 9842.0, 9828.0, 9847.0, 9843.0, 9838.0, 9837.0, 9825.0, 9844.0, 9841.0, 9822.0, 9826.0, 9832.0, 9843.0, 9855.0, 9850.0, 9844.0, 9856.0, 9853.0, 9857.0, 9857.0, 9867.0, 9849.0, 9851.0, 9847.0, 9850.0, 9848.0, 9833.0, 9824.0, 9797.0, 9787.0, 9798.0, 9812.0, 9832.0, 9838.0, 9858.0, 9845.0, 9866.0, 9846.0, 9835.0, 9824.0, 9835.0, 9833.0, 9839.0, 9840.0, 9818.0, 9834.0, 9833.0, 9835.0, 9833.0, 9817.0, 9814.0, 9811.0, 9816.0, 9837.0, 9821.0, 9817.0, 9822.0, 9834.0, 9834.0, 9840.0, 9841.0, 9815.0, 9820.0, 9834.0, 9841.0, 9823.0, 9836.0, 9830.0, 9837.0, 9830.0, 9839.0, 9826.0, 9816.0, 9824.0, 9836.0, 9838.0, 9843.0, 9855.0, 9824.0, 9836.0, 9841.0, 9848.0, 9844.0, 9841.0, 9841.0, 9842.0, 9842.0, 9845.0, 9840.0, 9835.0, 9838.0, 9838.0, 9845.0, 9846.0, 9838.0, 9834.0, 9838.0, 9841.0, 9846.0, 9841.0, 9837.0, 9831.0, 9838.0, 9839.0, 9849.0, 9838.0, 9837.0, 9841.0, 9824.0, 9826.0, 9851.0, 9822.0, 9835.0, 9843.0, 9838.0, 9847.0, 9862.0, 9838.0, 9839.0, 9843.0, 9846.0, 9848.0, 9845.0, 9839.0, 9841.0, 9842.0, 9846.0, 9841.0, 9836.0, 9828.0, 9837.0, 9842.0, 9859.0, 9840.0, 9828.0, 9836.0, 9838.0, 9825.0, 9847.0, 9842.0, 9825.0, 9841.0, 9842.0, 9848.0, 9851.0, 9841.0, 9840.0, 9841.0, 9845.0, 9864.0, 9843.0, 9845.0, 9850.0, 9850.0, 9854.0, 9868.0, 9848.0, 9842.0, 9865.0, 9849.0, 9847.0, 9868.0, 9844.0, 9837.0, 9844.0, 9854.0, 9845.0, 9851.0, 9844.0, 9840.0, 9843.0, 9847.0, 9860.0, 9842.0, 9844.0, 9843.0, 9848.0, 9849.0, 9849.0, 9841.0, 9840.0, 9843.0, 9849.0, 9846.0, 9840.0, 9844.0, 9838.0, 9839.0, 9846.0, 9836.0, 9825.0, 9822.0, 9838.0, 9840.0, 9839.0, 9837.0, 9826.0, 9845.0, 9840.0, 9844.0, 9841.0, 9837.0, 9845.0, 9845.0, 9853.0, 9867.0, 9843.0, 9842.0, 9844.0, 9843.0, 9846.0, 9841.0, 9841.0, 9842.0, 9838.0, 9849.0, 9843.0, 9837.0, 9840.0, 9841.0, 9844.0, 9864.0, 9839.0, 9839.0, 9844.0, 9841.0, 9845.0, 9867.0, 9838.0, 9837.0, 9840.0, 9838.0, 9838.0, 9840.0, 9817.0, 9824.0, 9823.0, 9840.0, 9844.0, 9842.0, 9842.0, 9843.0, 9850.0, 9864.0, 9847.0, 9845.0, 9848.0, 9848.0, 9849.0, 9845.0, 9846.0, 9866.0, 9860.0, 9852.0, 9852.0, 9827.0, 9826.0, 9882.0, 9881.0, 9869.0, 9869.0, 9871.0, 9871.0, 9868.0, 9861.0, 9846.0, 9860.0, 9865.0, 9880.0, 9863.0, 9858.0, 9841.0, 9835.0, 9832.0, 9817.0, 9814.0, 9832.0, 9829.0, 9814.0, 9829.0, 9834.0, 9835.0, 9843.0, 9836.0, 9834.0, 9839.0, 9843.0, 9855.0, 9843.0, 9839.0, 9840.0, 9844.0, 9857.0, 9858.0, 9842.0, 9839.0, 9844.0, 9858.0, 9845.0, 9842.0, 9838.0, 9844.0, 9843.0, 9845.0, 9862.0, 9841.0, 9843.0, 9846.0, 9848.0, 9861.0, 9866.0, 9858.0, 9844.0, 9846.0, 9846.0, 9863.0, 9862.0, 9841.0, 9849.0, 9860.0, 9866.0, 9874.0, 9870.0, 9870.0, 9871.0, 9874.0, 9878.0, 9894.0, 9878.0, 9875.0, 9892.0, 9878.0, 9891.0, 9896.0, 9888.0, 9871.0, 9861.0, 9866.0, 9868.0, 9866.0, 9863.0, 9867.0, 9866.0, 9870.0, 9874.0, 9865.0, 9862.0, 9862.0, 9866.0, 9865.0, 9846.0, 9869.0, 9879.0, 9884.0, 9897.0, 9887.0, 9862.0, 9863.0, 9847.0, 9808.0, 9801.0, 9824.0, 9863.0, 9869.0, 9869.0, 9869.0, 9868.0, 9871.0, 9879.0, 9872.0, 9849.0, 9845.0, 9847.0, 9843.0, 9851.0, 9843.0, 9827.0, 9841.0, 9836.0, 9838.0, 9844.0, 9835.0, 9816.0, 9816.0, 9823.0, 9821.0, 9822.0, 9841.0, 9819.0, 9837.0, 9835.0, 9843.0, 9847.0, 9843.0, 9842.0, 9843.0, 9846.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.010024533479692645</td></tr>
<tr><td colspan=3>aqi</td><td>0.03454003238199781</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>32.22783763781317</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1479097929999988</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.1455284945934072</td></tr>
<tr><td colspan=3>efc</td><td>0.4662</td></tr>
<tr><td colspan=3>fber</td><td>5903.873</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1026519359802239</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>54</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>5.92755214050494</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>3.1615988857977637</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>3.076326835745562</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.462677281079704</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.9457925405680245</td></tr>
<tr><td colspan=3>gcor</td><td>0.0100313</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.0024770882446318865</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.017063597217202187</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>911</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.9558737451195656</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>47.7372</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>43.395</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>169.6638</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>300440.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>799.5</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>362.3326</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.6808</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>610.89</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3677.7885</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3898.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76104.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1455.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4860.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>985.3637</td></tr>
<tr><td colspan=3>tsnr</td><td>32.40066783525981</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>