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

616 lines
No EOL
109 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-0080_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-0080_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-0080_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-0080/figures/sub-0080_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0080/figures/sub-0080_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0080/figures/sub-0080_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-0080_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-0080/figures/sub-0080_ses-02_task-faces_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0080/figures/sub-0080_ses-02_task-faces_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0080/figures/sub-0080_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-0080_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-0080/figures/sub-0080_ses-02_task-faces_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0080/figures/sub-0080_ses-02_task-faces_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0080/figures/sub-0080_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-0080_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-0080/figures/sub-0080_ses-02_task-faces_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0080/figures/sub-0080_ses-02_task-faces_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0080/figures/sub-0080_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-0080_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-0080/figures/sub-0080_ses-02_task-faces_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0080/figures/sub-0080_ses-02_task-faces_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0080/figures/sub-0080_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-0080_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-0080/figures/sub-0080_ses-02_task-faces_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0080/figures/sub-0080_ses-02_task-faces_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0080/figures/sub-0080_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-0080_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-0080/figures/sub-0080_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0080/figures/sub-0080_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-0080/figures/sub-0080_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0080/figures/sub-0080_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-0080/ses-02/func/sub-0080_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>9497db85a9c4bfc8017317c01402bf4d</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>21:16:30.760000</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.998252, -0.0582247, -0.0101064, 0.0589574, 0.992927, 0.103052]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-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.10194</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>[4160, -7790, -7238, 518, -35, -280, 40, 66]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>261.095</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>f2045c2b-460c-4546-a5ae-ce9586ed7a01||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.6782381534576416, 0.1581784188747406, -0.010893895290791988, 103.1011962890625], [0.15621262788772583, 2.6639509201049805, 0.2793620526790619, -102.52864837646484], [-0.027114758267998695, -0.276480108499527, 2.6854865550994873, -49.669273376464844], [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': ['211630.760000', '211631.220000', '211631.680000', '211632.140000', '211632.600000', '211633.060000', '211633.520000', '211633.980000', '211634.440000', '211634.900000', '211635.360000', '211635.820000', '211636.280000', '211636.740000', '211637.200000', '211637.660000', '211638.120000', '211638.580000', '211639.040000', '211639.500000', '211639.960000', '211640.420000', '211640.880000', '211641.340000', '211641.800000', '211642.260000', '211642.720000', '211643.180000', '211643.640000', '211644.100000', '211644.560000', '211645.020000', '211645.480000', '211645.940000', '211646.400000', '211646.860000', '211647.320000', '211647.780000', '211648.240000', '211648.700000', '211649.160000', '211649.620000', '211650.080000', '211650.540000', '211651.000000', '211651.460000', '211651.920000', '211652.380000', '211652.840000', '211653.300000', '211653.760000', '211654.220000', '211654.680000', '211655.140000', '211655.600000', '211656.060000', '211656.520000', '211656.980000', '211657.440000', '211657.900000', '211658.360000', '211658.820000', '211659.280000', '211659.740000', '211700.200000', '211700.660000', '211701.120000', '211701.580000', '211702.040000', '211702.500000', '211702.960000', '211703.420000', '211703.880000', '211704.340000', '211704.800000', '211705.260000', '211705.720000', '211706.180000', '211706.640000', '211707.100000', '211707.560000', '211708.020000', '211708.480000', '211708.940000', '211709.400000', '211709.860000', '211710.320000', '211710.780000', '211711.240000', '211711.700000', '211712.160000', '211712.620000', '211713.080000', '211713.540000', '211714.000000', '211714.460000', '211714.920000', '211715.380000', '211715.840000', '211716.300000', '211716.760000', '211717.220000', '211717.680000', '211718.140000', '211718.600000', '211719.060000', '211719.520000', '211719.980000', '211720.440000', '211720.900000', '211721.360000', '211721.820000', '211722.280000', '211722.740000', '211723.200000', '211723.660000', '211724.120000', '211724.580000', '211725.040000', '211725.500000', '211725.960000', '211726.420000', '211726.880000', '211727.340000', '211727.800000', '211728.260000', '211728.720000', '211729.180000', '211729.640000', '211730.100000', '211730.560000', '211731.020000', '211731.480000', '211731.940000', '211732.400000', '211732.860000', '211733.320000', '211733.780000', '211734.240000', '211734.700000', '211735.160000', '211735.620000', '211736.080000', '211736.540000', '211737.000000', '211737.460000', '211737.920000', '211738.380000', '211738.840000', '211739.300000', '211739.760000', '211740.220000', '211740.680000', '211741.140000', '211741.600000', '211742.060000', '211742.520000', '211742.980000', '211743.440000', '211743.900000', '211744.360000', '211744.820000', '211745.280000', '211745.740000', '211746.200000', '211746.660000', '211747.120000', '211747.580000', '211748.040000', '211748.500000', '211748.960000', '211749.420000', '211749.880000', '211750.340000', '211750.800000', '211751.260000', '211751.720000', '211752.180000', '211752.640000', '211753.100000', '211753.560000', '211754.020000', '211754.480000', '211754.940000', '211755.400000', '211755.860000', '211756.320000', '211756.780000', '211757.240000', '211757.700000', '211758.160000', '211758.620000', '211759.080000', '211759.540000', '211800.000000', '211800.460000', '211800.920000', '211801.380000', '211801.840000', '211802.300000', '211802.760000', '211803.220000', '211803.680000', '211804.140000', '211804.600000', '211805.060000', '211805.520000', '211805.980000', '211806.440000', '211806.900000', '211807.360000', '211807.820000', '211808.280000', '211808.740000', '211809.200000', '211809.660000', '211810.120000', '211810.580000', '211811.040000', '211811.500000', '211811.960000', '211812.420000', '211812.880000', '211813.340000', '211813.800000', '211814.260000', '211814.720000', '211815.180000', '211815.640000', '211816.100000', '211816.560000', '211817.020000', '211817.480000', '211817.940000', '211818.400000', '211818.860000', '211819.320000', '211819.780000', '211820.240000', '211820.700000', '211821.160000', '211821.620000', '211822.080000', '211822.540000', '211823.000000', '211823.460000', '211823.920000', '211824.380000', '211824.840000', '211825.300000', '211825.760000', '211826.220000', '211826.680000', '211827.140000', '211827.600000', '211828.060000', '211828.520000', '211828.980000', '211829.440000', '211829.900000', '211830.360000', '211830.820000', '211831.280000', '211831.740000', '211832.200000', '211832.660000', '211833.120000', '211833.580000', '211834.040000', '211834.500000', '211834.960000', '211835.420000', '211835.880000', '211836.340000', '211836.800000', '211837.260000', '211837.720000', '211838.180000', '211838.640000', '211839.100000', '211839.560000', '211840.020000', '211840.480000', '211840.940000', '211841.400000', '211841.860000', '211842.320000', '211842.780000', '211843.240000', '211843.700000', '211844.160000', '211844.620000', '211845.080000', '211845.540000', '211846.000000', '211846.460000', '211846.920000', '211847.380000', '211847.840000', '211848.300000', '211848.760000', '211849.220000', '211849.680000', '211850.140000', '211850.600000', '211851.060000', '211851.520000', '211851.980000', '211852.440000', '211852.900000', '211853.360000', '211853.820000', '211854.280000', '211854.740000', '211855.200000', '211855.660000', '211856.120000', '211856.580000', '211857.040000', '211857.500000', '211857.960000', '211858.420000', '211858.880000', '211859.340000', '211859.800000', '211900.260000', '211900.720000', '211901.180000', '211901.640000', '211902.100000', '211902.560000', '211903.020000', '211903.480000', '211903.940000', '211904.400000', '211904.860000', '211905.320000', '211905.780000', '211906.240000', '211906.700000', '211907.160000', '211907.620000', '211908.080000', '211908.540000', '211909.000000', '211909.460000', '211909.920000', '211910.380000', '211910.840000', '211911.300000', '211911.760000', '211912.220000', '211912.680000', '211913.140000', '211913.600000', '211914.060000', '211914.520000', '211914.980000', '211915.440000', '211915.900000', '211916.360000', '211916.820000', '211917.280000', '211917.740000', '211918.200000', '211918.660000', '211919.120000', '211919.580000', '211920.040000', '211920.500000', '211920.960000', '211921.420000', '211921.880000', '211922.340000', '211922.800000', '211923.260000', '211923.720000', '211924.180000', '211924.640000', '211925.100000', '211925.560000', '211926.020000', '211926.480000', '211926.940000', '211927.400000', '211927.860000', '211928.320000', '211928.780000', '211929.240000', '211929.700000', '211930.160000', '211930.620000', '211931.080000', '211931.540000', '211932.000000', '211932.460000', '211932.920000', '211933.380000', '211933.840000', '211934.300000', '211934.760000', '211935.220000', '211935.680000', '211936.140000', '211936.600000', '211937.060000', '211937.520000', '211937.980000', '211938.440000', '211938.900000', '211939.360000', '211939.820000', '211940.280000', '211940.740000', '211941.200000', '211941.660000', '211942.120000', '211942.580000', '211943.040000', '211943.500000', '211943.960000', '211944.420000', '211944.880000', '211945.340000', '211945.800000', '211946.260000', '211946.720000', '211947.180000', '211947.640000', '211948.100000', '211948.560000', '211949.020000', '211949.480000', '211949.940000', '211950.400000', '211950.860000', '211951.320000', '211951.780000', '211952.240000', '211952.700000', '211953.160000', '211953.620000', '211954.080000', '211954.540000', '211955.000000', '211955.460000', '211955.920000', '211956.380000', '211956.840000', '211957.300000', '211957.760000', '211958.220000', '211958.680000', '211959.140000', '211959.600000', '212000.060000', '212000.520000', '212000.980000', '212001.440000', '212001.900000', '212002.360000', '212002.820000', '212003.280000', '212003.740000', '212004.200000', '212004.660000', '212005.120000', '212005.580000', '212006.040000', '212006.500000', '212006.960000', '212007.420000', '212007.880000', '212008.340000', '212008.800000', '212009.260000', '212009.720000', '212010.180000', '212010.640000', '212011.100000', '212011.560000', '212012.020000', '212012.480000', '212012.940000', '212013.400000', '212013.860000', '212014.320000', '212014.780000', '212015.240000', '212015.700000', '212016.160000', '212016.620000', '212017.080000', '212017.540000', '212018.000000', '212018.460000', '212018.920000', '212019.380000', '212019.840000', '212020.300000', '212020.760000', '212021.220000', '212021.680000', '212022.140000', '212022.600000', '212023.060000', '212023.520000', '212023.980000', '212024.440000', '212024.900000', '212025.360000', '212025.820000', '212026.280000', '212026.740000', '212027.200000', '212027.660000', '212028.120000', '212028.580000', '212029.040000', '212029.500000', '212029.960000', '212030.420000', '212030.880000', '212031.340000', '212031.800000', '212032.260000', '212032.720000', '212033.180000', '212033.640000', '212034.100000', '212034.560000', '212035.020000', '212035.480000', '212035.940000', '212036.400000', '212036.860000', '212037.320000', '212037.780000', '212038.240000', '212038.700000', '212039.160000', '212039.620000', '212040.080000', '212040.540000', '212041.000000', '212041.460000', '212041.920000', '212042.380000', '212042.840000', '212043.300000', '212043.760000', '212044.220000', '212044.680000', '212045.140000', '212045.600000', '212046.060000', '212046.520000', '212046.980000', '212047.440000', '212047.900000', '212048.360000', '212048.820000', '212049.280000', '212049.740000', '212050.200000', '212050.660000', '212051.120000', '212051.580000', '212052.040000', '212052.500000', '212052.960000', '212053.420000', '212053.880000', '212054.340000', '212054.800000', '212055.260000', '212055.720000', '212056.180000', '212056.640000', '212057.100000', '212057.560000', '212058.020000', '212058.480000', '212058.940000', '212059.400000', '212059.860000', '212100.320000', '212100.780000', '212101.240000', '212101.700000', '212102.160000', '212102.620000', '212103.080000', '212103.540000', '212104.000000', '212104.460000', '212104.920000', '212105.380000', '212105.840000', '212106.300000', '212106.760000', '212107.220000', '212107.680000', '212108.140000', '212108.600000', '212109.060000', '212109.520000', '212109.980000', '212110.440000', '212110.900000', '212111.360000', '212111.820000', '212112.280000', '212112.740000', '212113.200000', '212113.660000', '212114.120000', '212114.580000', '212115.040000', '212115.500000', '212115.960000', '212116.420000', '212116.880000', '212117.340000', '212117.800000', '212118.260000', '212118.720000', '212119.180000', '212119.640000', '212120.100000', '212120.560000', '212121.020000', '212121.480000', '212121.940000', '212122.400000', '212122.860000', '212123.320000', '212123.780000', '212124.240000', '212124.700000', '212125.160000', '212125.620000', '212126.080000', '212126.540000', '212127.000000', '212127.460000', '212127.920000', '212128.380000', '212128.840000', '212129.300000', '212129.760000', '212130.220000', '212130.680000', '212131.140000', '212131.600000', '212132.060000', '212132.520000', '212132.980000', '212133.440000', '212133.900000', '212134.360000', '212134.820000', '212135.280000', '212135.740000', '212136.200000', '212136.660000', '212137.120000', '212137.580000', '212138.040000', '212138.500000', '212138.960000', '212139.420000', '212139.880000', '212140.340000', '212140.800000', '212141.260000', '212141.720000', '212142.180000', '212142.640000', '212143.100000', '212143.560000', '212144.020000', '212144.480000', '212144.940000', '212145.400000', '212145.860000', '212146.320000', '212146.780000', '212147.240000', '212147.700000', '212148.160000', '212148.620000', '212149.080000', '212149.540000', '212150.000000', '212150.460000', '212150.920000', '212151.380000', '212151.840000', '212152.300000', '212152.760000', '212153.220000', '212153.680000', '212154.140000', '212154.600000', '212155.060000', '212155.520000', '212155.980000', '212156.440000', '212156.900000', '212157.360000', '212157.820000', '212158.280000', '212158.740000', '212159.200000', '212159.660000', '212200.120000', '212200.580000', '212201.040000', '212201.500000', '212201.960000', '212202.420000', '212202.880000', '212203.340000', '212203.800000', '212204.260000', '212204.720000', '212205.180000', '212205.640000', '212206.100000', '212206.560000', '212207.020000', '212207.480000', '212207.940000', '212208.400000', '212208.860000', '212209.320000', '212209.780000', '212210.240000', '212210.700000', '212211.160000', '212211.620000', '212212.080000', '212212.540000', '212213.000000', '212213.460000', '212213.920000', '212214.380000', '212214.840000', '212215.300000', '212215.760000', '212216.220000', '212216.680000', '212217.140000', '212217.600000', '212218.060000', '212218.520000', '212218.980000', '212219.440000', '212219.900000', '212220.360000', '212220.820000', '212221.280000', '212221.740000', '212222.200000', '212222.660000', '212223.120000', '212223.580000', '212224.040000', '212224.500000', '212224.960000', '212225.420000', '212225.880000', '212226.340000', '212226.800000', '212227.260000', '212227.720000', '212228.180000', '212228.640000', '212229.100000', '212229.560000', '212230.020000', '212230.480000', '212230.940000', '212231.400000', '212231.860000', '212232.320000', '212232.780000', '212233.240000', '212233.700000', '212234.160000', '212234.620000', '212235.080000', '212235.540000', '212236.000000', '212236.460000', '212236.920000', '212237.380000', '212237.840000', '212238.300000', '212238.760000', '212239.220000', '212239.680000', '212240.140000', '212240.600000', '212241.060000', '212241.520000', '212241.980000', '212242.440000', '212242.900000', '212243.360000', '212243.820000', '212244.280000', '212244.740000', '212245.200000', '212245.660000', '212246.120000', '212246.580000', '212247.040000', '212247.500000', '212247.960000', '212248.420000', '212248.880000', '212249.340000', '212249.800000', '212250.260000', '212250.720000', '212251.180000', '212251.640000', '212252.100000', '212252.560000', '212253.020000', '212253.480000', '212253.940000', '212254.400000', '212254.860000', '212255.320000', '212255.780000', '212256.240000', '212256.700000', '212257.160000', '212257.620000', '212258.080000', '212258.540000', '212259.000000', '212259.460000', '212259.920000', '212300.380000', '212300.840000', '212301.300000', '212301.760000', '212302.220000', '212302.680000', '212303.140000', '212303.600000', '212304.060000', '212304.520000', '212304.980000', '212305.440000', '212305.900000', '212306.360000', '212306.820000', '212307.280000', '212307.740000', '212308.200000', '212308.660000', '212309.120000', '212309.580000', '212310.040000', '212310.500000', '212310.960000', '212311.420000', '212311.880000', '212312.340000', '212312.800000', '212313.260000', '212313.720000', '212314.180000', '212314.640000', '212315.100000', '212315.560000', '212316.020000', '212316.480000', '212316.940000', '212317.400000', '212317.860000', '212318.320000', '212318.780000', '212319.240000', '212319.700000', '212320.160000', '212320.620000', '212321.080000', '212321.540000', '212322.000000', '212322.460000', '212322.920000', '212323.380000', '212323.840000', '212324.300000', '212324.760000', '212325.220000', '212325.680000', '212326.140000', '212326.600000', '212327.060000', '212327.520000', '212327.980000', '212328.440000', '212328.900000', '212329.360000', '212329.820000', '212330.280000', '212330.740000'], 'ContentTime': ['211657.601000', '211657.604000', '211657.607000', '211657.610000', '211657.613000', '211657.615000', '211657.618000', '211657.621000', '211657.623000', '211657.626000', '211657.628000', '211657.631000', '211657.633000', '211657.636000', '211657.639000', '211657.641000', '211657.644000', '211657.646000', '211657.649000', '211657.652000', '211657.654000', '211657.657000', '211657.659000', '211657.666000', '211657.668000', '211657.671000', '211657.673000', '211657.676000', '211657.679000', '211657.681000', '211657.684000', '211657.687000', '211657.689000', '211657.692000', '211657.694000', '211657.697000', '211657.699000', '211657.702000', '211657.705000', '211657.707000', '211657.710000', '211657.712000', '211657.715000', '211657.717000', '211657.720000', '211657.723000', '211657.725000', '211657.728000', '211657.730000', '211657.733000', '211657.735000', '211657.738000', '211657.741000', '211657.743000', '211657.746000', '211657.748000', '211717.567000', '211717.569000', '211717.572000', '211717.575000', '211717.577000', '211717.580000', '211717.582000', '211717.585000', '211717.587000', '211717.590000', '211717.593000', '211717.595000', '211717.598000', '211717.600000', '211717.603000', '211717.606000', '211717.608000', '211717.611000', '211717.613000', '211717.616000', '211717.618000', '211717.621000', '211717.624000', '211717.626000', '211717.629000', '211717.631000', '211717.634000', '211717.636000', '211717.639000', '211717.642000', '211717.644000', '211717.647000', '211717.649000', '211717.652000', '211717.655000', '211717.657000', '211717.660000', '211717.662000', '211717.665000', '211717.668000', '211717.670000', '211717.673000', '211717.675000', '211717.678000', '211737.567000', '211737.569000', '211737.572000', '211737.575000', '211737.577000', '211737.580000', '211737.582000', '211737.585000', '211737.587000', '211737.590000', '211737.593000', '211737.595000', '211737.604000', '211737.607000', '211737.610000', '211737.612000', '211737.615000', '211737.617000', '211737.620000', '211737.623000', '211737.625000', '211737.628000', '211737.639000', '211737.642000', '211737.644000', '211737.647000', '211737.649000', '211737.652000', '211737.655000', '211737.657000', '211737.660000', '211737.663000', '211737.665000', '211737.669000', '211737.672000', '211737.674000', '211737.677000', '211737.680000', '211737.682000', '211737.685000', '211737.688000', '211737.690000', '211737.693000', '211757.566000', '211757.569000', '211757.572000', '211757.574000', '211757.577000', '211757.580000', '211757.582000', '211757.585000', '211757.587000', '211757.590000', '211757.593000', '211757.595000', '211757.598000', '211757.601000', '211757.603000', '211757.606000', '211757.608000', '211757.611000', '211757.613000', '211757.616000', '211757.618000', '211757.621000', '211757.624000', '211757.626000', '211757.629000', '211757.631000', '211757.634000', '211757.645000', '211757.647000', '211757.650000', '211757.653000', '211757.655000', '211757.658000', '211757.660000', '211757.663000', '211757.666000', '211757.668000', '211757.671000', '211757.673000', '211757.676000', '211757.679000', '211757.681000', '211757.684000', '211757.686000', '211817.566000', '211817.569000', '211817.572000', '211817.574000', '211817.577000', '211817.580000', '211817.582000', '211817.585000', '211817.588000', '211817.590000', '211817.593000', '211817.595000', '211817.598000', '211817.601000', '211817.603000', '211817.606000', '211817.609000', '211817.611000', '211817.614000', '211817.616000', '211817.619000', '211817.621000', '211817.624000', '211817.627000', '211817.629000', '211817.632000', '211817.639000', '211817.642000', '211817.645000', '211817.647000', '211817.650000', '211817.653000', '211817.655000', '211817.658000', '211817.660000', '211817.663000', '211817.665000', '211817.668000', '211817.671000', '211817.673000', '211817.676000', '211817.678000', '211817.681000', '211837.566000', '211837.569000', '211837.572000', '211837.574000', '211837.577000', '211837.580000', '211837.582000', '211837.585000', '211837.587000', '211837.590000', '211837.593000', '211837.600000', '211837.603000', '211837.606000', '211837.608000', '211837.611000', '211837.613000', '211837.616000', '211837.618000', '211837.621000', '211837.624000', '211837.626000', '211837.629000', '211837.631000', '211837.634000', '211837.637000', '211837.639000', '211837.642000', '211837.645000', '211837.647000', '211837.650000', '211837.652000', '211837.655000', '211837.658000', '211837.660000', '211837.663000', '211837.665000', '211837.668000', '211837.671000', '211837.673000', '211837.676000', '211837.678000', '211837.681000', '211837.684000', '211857.566000', '211857.569000', '211857.572000', '211857.575000', '211857.577000', '211857.580000', '211857.582000', '211857.585000', '211857.588000', '211857.590000', '211857.593000', '211857.595000', '211857.598000', '211857.601000', '211857.603000', '211857.606000', '211857.608000', '211857.611000', '211857.613000', '211857.616000', '211857.619000', '211857.621000', '211857.624000', '211857.626000', '211857.629000', '211857.632000', '211857.634000', '211857.637000', '211857.639000', '211857.642000', '211857.644000', '211857.647000', '211857.650000', '211857.652000', '211857.655000', '211857.658000', '211857.660000', '211857.663000', '211857.666000', '211857.668000', '211857.671000', '211857.673000', '211857.676000', '211917.565000', '211917.568000', '211917.571000', '211917.573000', '211917.576000', '211917.579000', '211917.581000', '211917.584000', '211917.603000', '211917.606000', '211917.609000', '211917.611000', '211917.614000', '211917.616000', '211917.619000', '211917.622000', '211917.624000', '211917.627000', '211917.629000', '211917.632000', '211917.635000', '211917.637000', '211917.640000', '211917.642000', '211917.645000', '211917.648000', '211917.650000', '211917.653000', '211917.656000', '211917.658000', '211917.661000', '211917.663000', '211917.666000', '211917.669000', '211917.671000', '211917.674000', '211917.677000', '211917.679000', '211917.682000', '211917.684000', '211917.687000', '211917.690000', '211917.692000', '211917.695000', '211937.567000', '211937.569000', '211937.572000', '211937.575000', '211937.577000', '211937.580000', '211937.582000', '211937.585000', '211937.588000', '211937.590000', '211937.593000', '211937.596000', '211937.598000', '211937.601000', '211937.603000', '211937.606000', '211937.609000', '211937.611000', '211937.614000', '211937.616000', '211937.619000', '211937.622000', '211937.625000', '211937.627000', '211937.630000', '211937.632000', '211937.635000', '211937.637000', '211937.640000', '211937.643000', '211937.645000', '211937.648000', '211937.650000', '211937.653000', '211937.656000', '211937.658000', '211937.661000', '211937.664000', '211937.666000', '211937.669000', '211937.671000', '211937.674000', '211937.676000', '211957.566000', '211957.569000', '211957.572000', '211957.575000', '211957.577000', '211957.580000', '211957.582000', '211957.585000', '211957.587000', '211957.590000', '211957.593000', '211957.595000', '211957.598000', '211957.601000', '211957.603000', '211957.606000', '211957.608000', '211957.611000', '211957.614000', '211957.616000', '211957.619000', '211957.621000', '211957.624000', '211957.626000', '211957.629000', '211957.632000', '211957.634000', '211957.637000', '211957.639000', '211957.642000', '211957.645000', '211957.647000', '211957.650000', '211957.652000', '211957.655000', '211957.658000', '211957.660000', '211957.663000', '211957.666000', '211957.668000', '211957.671000', '211957.673000', '211957.676000', '211957.679000', '212017.566000', '212017.569000', '212017.572000', '212017.574000', '212017.577000', '212017.580000', '212017.582000', '212017.585000', '212017.587000', '212017.590000', '212017.593000', '212017.595000', '212017.598000', '212017.600000', '212017.603000', '212017.606000', '212017.608000', '212017.611000', '212017.613000', '212017.616000', '212017.619000', '212017.621000', '212017.624000', '212017.626000', '212017.629000', '212017.631000', '212017.634000', '212017.637000', '212017.639000', '212017.642000', '212017.645000', '212017.647000', '212017.650000', '212017.652000', '212017.655000', '212017.658000', '212017.660000', '212017.663000', '212017.665000', '212017.668000', '212017.670000', '212017.673000', '212017.676000', '212037.567000', '212037.570000', '212037.572000', '212037.575000', '212037.578000', '212037.580000', '212037.583000', '212037.585000', '212037.588000', '212037.591000', '212037.593000', '212037.596000', '212037.599000', '212037.601000', '212037.604000', '212037.606000', '212037.609000', '212037.612000', '212037.614000', '212037.617000', '212037.619000', '212037.622000', '212037.625000', '212037.627000', '212037.630000', '212037.632000', '212037.635000', '212037.638000', '212037.640000', '212037.643000', '212037.646000', '212037.648000', '212037.651000', '212037.678000', '212037.680000', '212037.683000', '212037.685000', '212037.688000', '212037.691000', '212037.693000', '212037.696000', '212037.699000', '212037.701000', '212037.704000', '212057.567000', '212057.569000', '212057.572000', '212057.575000', '212057.577000', '212057.580000', '212057.583000', '212057.585000', '212057.588000', '212057.590000', '212057.593000', '212057.595000', '212057.598000', '212057.601000', '212057.603000', '212057.606000', '212057.608000', '212057.611000', '212057.614000', '212057.616000', '212057.619000', '212057.622000', '212057.624000', '212057.627000', '212057.629000', '212057.632000', '212057.634000', '212057.637000', '212057.640000', '212057.643000', '212057.645000', '212057.648000', '212057.651000', '212057.653000', '212057.656000', '212057.659000', '212057.661000', '212057.664000', '212057.666000', '212057.669000', '212057.671000', '212057.674000', '212057.677000', '212117.567000', '212117.570000', '212117.572000', '212117.575000', '212117.578000', '212117.580000', '212117.583000', '212117.585000', '212117.588000', '212117.591000', '212117.593000', '212117.596000', '212117.598000', '212117.601000', '212117.604000', '212117.607000', '212117.609000', '212117.612000', '212117.614000', '212117.617000', '212117.620000', '212117.622000', '212117.625000', '212117.627000', '212117.630000', '212117.633000', '212117.635000', '212117.638000', '212117.641000', '212117.643000', '212117.646000', '212117.648000', '212117.651000', '212117.654000', '212117.656000', '212117.659000', '212117.662000', '212117.664000', '212117.670000', '212117.673000', '212117.676000', '212117.678000', '212117.681000', '212117.684000', '212137.566000', '212137.568000', '212137.571000', '212137.574000', '212137.576000', '212137.579000', '212137.582000', '212137.584000', '212137.587000', '212137.589000', '212137.592000', '212137.594000', '212137.597000', '212137.600000', '212137.602000', '212137.605000', '212137.608000', '212137.610000', '212137.613000', '212137.615000', '212137.618000', '212137.621000', '212137.623000', '212137.626000', '212137.629000', '212137.631000', '212137.634000', '212137.637000', '212137.639000', '212137.642000', '212137.644000', '212137.647000', '212137.650000', '212137.652000', '212137.655000', '212137.658000', '212137.660000', '212137.663000', '212137.665000', '212137.668000', '212137.671000', '212137.673000', '212137.676000', '212157.567000', '212157.570000', '212157.572000', '212157.575000', '212157.577000', '212157.580000', '212157.583000', '212157.585000', '212157.588000', '212157.591000', '212157.593000', '212157.596000', '212157.598000', '212157.601000', '212157.604000', '212157.606000', '212157.609000', '212157.611000', '212157.614000', '212157.617000', '212157.619000', '212157.622000', '212157.624000', '212157.627000', '212157.629000', '212157.632000', '212157.635000', '212157.637000', '212157.648000', '212157.650000', '212157.653000', '212157.656000', '212157.658000', '212157.661000', '212157.664000', '212157.666000', '212157.669000', '212157.671000', '212157.674000', '212157.677000', '212157.679000', '212157.682000', '212157.684000', '212157.687000', '212217.566000', '212217.569000', '212217.572000', '212217.575000', '212217.577000', '212217.580000', '212217.582000', '212217.585000', '212217.588000', '212217.590000', '212217.593000', '212217.595000', '212217.598000', '212217.601000', '212217.603000', '212217.606000', '212217.609000', '212217.611000', '212217.614000', '212217.617000', '212217.619000', '212217.622000', '212217.624000', '212217.627000', '212217.630000', '212217.632000', '212217.635000', '212217.638000', '212217.640000', '212217.643000', '212217.645000', '212217.648000', '212217.651000', '212217.653000', '212217.658000', '212217.660000', '212217.663000', '212217.665000', '212217.668000', '212217.671000', '212217.673000', '212217.676000', '212217.679000', '212237.567000', '212237.569000', '212237.572000', '212237.575000', '212237.577000', '212237.580000', '212237.582000', '212237.585000', '212237.588000', '212237.591000', '212237.594000', '212237.596000', '212237.599000', '212237.602000', '212237.605000', '212237.607000', '212237.610000', '212237.613000', '212237.615000', '212237.618000', '212237.620000', '212237.623000', '212237.626000', '212237.628000', '212237.631000', '212237.633000', '212237.636000', '212237.639000', '212237.642000', '212237.644000', '212237.647000', '212237.649000', '212237.652000', '212237.655000', '212237.665000', '212237.668000', '212237.670000', '212237.673000', '212237.675000', '212237.678000', '212237.681000', '212237.683000', '212237.686000', '212237.688000', '212257.567000', '212257.569000', '212257.572000', '212257.575000', '212257.577000', '212257.580000', '212257.583000', '212257.585000', '212257.588000', '212257.591000', '212257.593000', '212257.596000', '212257.599000', '212257.601000', '212257.604000', '212257.606000', '212257.609000', '212257.612000', '212257.614000', '212257.617000', '212257.619000', '212257.622000', '212257.625000', '212257.627000', '212257.630000', '212257.632000', '212257.635000', '212257.638000', '212257.640000', '212257.643000', '212257.645000', '212257.648000', '212257.650000', '212257.653000', '212257.656000', '212257.658000', '212257.661000', '212257.664000', '212257.666000', '212257.669000', '212257.671000', '212257.674000', '212257.677000', '212317.567000', '212317.569000', '212317.572000', '212317.575000', '212317.577000', '212317.580000', '212317.583000', '212317.585000', '212317.588000', '212317.590000', '212317.593000', '212317.596000', '212317.598000', '212317.601000', '212317.604000', '212317.606000', '212317.609000', '212317.612000', '212317.614000', '212317.617000', '212317.619000', '212317.622000', '212317.625000', '212317.627000', '212317.630000', '212317.632000', '212317.635000', '212317.638000', '212317.640000', '212317.643000', '212317.645000', '212317.648000', '212317.651000', '212317.653000', '212317.656000', '212317.658000', '212317.661000', '212317.664000', '212317.666000', '212317.669000', '212317.679000', '212317.682000', '212317.684000', '212331.822000', '212331.879000', '212331.885000', '212331.888000', '212331.891000', '212331.894000', '212331.897000', '212331.900000', '212331.903000', '212331.906000', '212331.908000', '212331.911000', '212331.914000', '212331.916000', '212331.919000', '212331.922000', '212331.927000', '212331.929000', '212331.932000', '212331.935000', '212331.938000', '212331.941000', '212331.944000', '212331.946000', '212331.949000', '212331.952000', '212331.954000', '212331.957000', '212331.960000', '212331.963000', '212331.966000', '212331.969000'], 'InstanceCreationTime': ['211657.601000', '211657.604000', '211657.607000', '211657.610000', '211657.613000', '211657.615000', '211657.618000', '211657.621000', '211657.623000', '211657.626000', '211657.628000', '211657.631000', '211657.633000', '211657.636000', '211657.639000', '211657.641000', '211657.644000', '211657.646000', '211657.649000', '211657.652000', '211657.654000', '211657.657000', '211657.659000', '211657.666000', '211657.668000', '211657.671000', '211657.673000', '211657.676000', '211657.679000', '211657.681000', '211657.684000', '211657.687000', '211657.689000', '211657.692000', '211657.694000', '211657.697000', '211657.699000', '211657.702000', '211657.705000', '211657.707000', '211657.710000', '211657.712000', '211657.715000', '211657.717000', '211657.720000', '211657.723000', '211657.725000', '211657.728000', '211657.730000', '211657.733000', '211657.735000', '211657.738000', '211657.741000', '211657.743000', '211657.746000', '211657.748000', '211717.567000', '211717.569000', '211717.572000', '211717.575000', '211717.577000', '211717.580000', '211717.582000', '211717.585000', '211717.587000', '211717.590000', '211717.593000', '211717.595000', '211717.598000', '211717.600000', '211717.603000', '211717.606000', '211717.608000', '211717.611000', '211717.613000', '211717.616000', '211717.618000', '211717.621000', '211717.624000', '211717.626000', '211717.629000', '211717.631000', '211717.634000', '211717.636000', '211717.639000', '211717.642000', '211717.644000', '211717.647000', '211717.649000', '211717.652000', '211717.655000', '211717.657000', '211717.660000', '211717.662000', '211717.665000', '211717.668000', '211717.670000', '211717.673000', '211717.675000', '211717.678000', '211737.567000', '211737.569000', '211737.572000', '211737.575000', '211737.577000', '211737.580000', '211737.582000', '211737.585000', '211737.587000', '211737.590000', '211737.593000', '211737.595000', '211737.604000', '211737.607000', '211737.610000', '211737.612000', '211737.615000', '211737.617000', '211737.620000', '211737.623000', '211737.625000', '211737.628000', '211737.639000', '211737.642000', '211737.644000', '211737.647000', '211737.649000', '211737.652000', '211737.655000', '211737.657000', '211737.660000', '211737.663000', '211737.665000', '211737.669000', '211737.672000', '211737.674000', '211737.677000', '211737.680000', '211737.682000', '211737.685000', '211737.688000', '211737.690000', '211737.693000', '211757.566000', '211757.569000', '211757.572000', '211757.574000', '211757.577000', '211757.580000', '211757.582000', '211757.585000', '211757.587000', '211757.590000', '211757.593000', '211757.595000', '211757.598000', '211757.601000', '211757.603000', '211757.606000', '211757.608000', '211757.611000', '211757.613000', '211757.616000', '211757.618000', '211757.621000', '211757.624000', '211757.626000', '211757.629000', '211757.631000', '211757.634000', '211757.645000', '211757.647000', '211757.650000', '211757.653000', '211757.655000', '211757.658000', '211757.660000', '211757.663000', '211757.666000', '211757.668000', '211757.671000', '211757.673000', '211757.676000', '211757.679000', '211757.681000', '211757.684000', '211757.686000', '211817.566000', '211817.569000', '211817.572000', '211817.574000', '211817.577000', '211817.580000', '211817.582000', '211817.585000', '211817.588000', '211817.590000', '211817.593000', '211817.595000', '211817.598000', '211817.601000', '211817.603000', '211817.606000', '211817.609000', '211817.611000', '211817.614000', '211817.616000', '211817.619000', '211817.621000', '211817.624000', '211817.627000', '211817.629000', '211817.632000', '211817.639000', '211817.642000', '211817.645000', '211817.647000', '211817.650000', '211817.653000', '211817.655000', '211817.658000', '211817.660000', '211817.663000', '211817.665000', '211817.668000', '211817.671000', '211817.673000', '211817.676000', '211817.678000', '211817.681000', '211837.566000', '211837.569000', '211837.572000', '211837.574000', '211837.577000', '211837.580000', '211837.582000', '211837.585000', '211837.587000', '211837.590000', '211837.593000', '211837.600000', '211837.603000', '211837.606000', '211837.608000', '211837.611000', '211837.613000', '211837.616000', '211837.618000', '211837.621000', '211837.624000', '211837.626000', '211837.629000', '211837.631000', '211837.634000', '211837.637000', '211837.639000', '211837.642000', '211837.645000', '211837.647000', '211837.650000', '211837.652000', '211837.655000', '211837.658000', '211837.660000', '211837.663000', '211837.665000', '211837.668000', '211837.671000', '211837.673000', '211837.676000', '211837.678000', '211837.681000', '211837.684000', '211857.566000', '211857.569000', '211857.572000', '211857.575000', '211857.577000', '211857.580000', '211857.582000', '211857.585000', '211857.588000', '211857.590000', '211857.593000', '211857.595000', '211857.598000', '211857.601000', '211857.603000', '211857.606000', '211857.608000', '211857.611000', '211857.613000', '211857.616000', '211857.619000', '211857.621000', '211857.624000', '211857.626000', '211857.629000', '211857.632000', '211857.634000', '211857.637000', '211857.639000', '211857.642000', '211857.644000', '211857.647000', '211857.650000', '211857.652000', '211857.655000', '211857.658000', '211857.660000', '211857.663000', '211857.666000', '211857.668000', '211857.671000', '211857.673000', '211857.676000', '211917.565000', '211917.568000', '211917.571000', '211917.573000', '211917.576000', '211917.579000', '211917.581000', '211917.584000', '211917.603000', '211917.606000', '211917.609000', '211917.611000', '211917.614000', '211917.616000', '211917.619000', '211917.622000', '211917.624000', '211917.627000', '211917.629000', '211917.632000', '211917.635000', '211917.637000', '211917.640000', '211917.642000', '211917.645000', '211917.648000', '211917.650000', '211917.653000', '211917.656000', '211917.658000', '211917.661000', '211917.663000', '211917.666000', '211917.669000', '211917.671000', '211917.674000', '211917.677000', '211917.679000', '211917.682000', '211917.684000', '211917.687000', '211917.690000', '211917.692000', '211917.695000', '211937.567000', '211937.569000', '211937.572000', '211937.575000', '211937.577000', '211937.580000', '211937.582000', '211937.585000', '211937.588000', '211937.590000', '211937.593000', '211937.596000', '211937.598000', '211937.601000', '211937.603000', '211937.606000', '211937.609000', '211937.611000', '211937.614000', '211937.616000', '211937.619000', '211937.622000', '211937.625000', '211937.627000', '211937.630000', '211937.632000', '211937.635000', '211937.637000', '211937.640000', '211937.643000', '211937.645000', '211937.648000', '211937.650000', '211937.653000', '211937.656000', '211937.658000', '211937.661000', '211937.664000', '211937.666000', '211937.669000', '211937.671000', '211937.674000', '211937.676000', '211957.566000', '211957.569000', '211957.572000', '211957.575000', '211957.577000', '211957.580000', '211957.582000', '211957.585000', '211957.587000', '211957.590000', '211957.593000', '211957.595000', '211957.598000', '211957.601000', '211957.603000', '211957.606000', '211957.608000', '211957.611000', '211957.614000', '211957.616000', '211957.619000', '211957.621000', '211957.624000', '211957.626000', '211957.629000', '211957.632000', '211957.634000', '211957.637000', '211957.639000', '211957.642000', '211957.645000', '211957.647000', '211957.650000', '211957.652000', '211957.655000', '211957.658000', '211957.660000', '211957.663000', '211957.666000', '211957.668000', '211957.671000', '211957.673000', '211957.676000', '211957.679000', '212017.566000', '212017.569000', '212017.572000', '212017.574000', '212017.577000', '212017.580000', '212017.582000', '212017.585000', '212017.587000', '212017.590000', '212017.593000', '212017.595000', '212017.598000', '212017.600000', '212017.603000', '212017.606000', '212017.608000', '212017.611000', '212017.613000', '212017.616000', '212017.619000', '212017.621000', '212017.624000', '212017.626000', '212017.629000', '212017.631000', '212017.634000', '212017.637000', '212017.639000', '212017.642000', '212017.645000', '212017.647000', '212017.650000', '212017.652000', '212017.655000', '212017.658000', '212017.660000', '212017.663000', '212017.665000', '212017.668000', '212017.670000', '212017.673000', '212017.676000', '212037.567000', '212037.570000', '212037.572000', '212037.575000', '212037.578000', '212037.580000', '212037.583000', '212037.585000', '212037.588000', '212037.591000', '212037.593000', '212037.596000', '212037.599000', '212037.601000', '212037.604000', '212037.606000', '212037.609000', '212037.612000', '212037.614000', '212037.617000', '212037.619000', '212037.622000', '212037.625000', '212037.627000', '212037.630000', '212037.632000', '212037.635000', '212037.638000', '212037.640000', '212037.643000', '212037.646000', '212037.648000', '212037.651000', '212037.678000', '212037.680000', '212037.683000', '212037.685000', '212037.688000', '212037.691000', '212037.693000', '212037.696000', '212037.699000', '212037.701000', '212037.704000', '212057.567000', '212057.569000', '212057.572000', '212057.575000', '212057.577000', '212057.580000', '212057.583000', '212057.585000', '212057.588000', '212057.590000', '212057.593000', '212057.595000', '212057.598000', '212057.601000', '212057.603000', '212057.606000', '212057.608000', '212057.611000', '212057.614000', '212057.616000', '212057.619000', '212057.622000', '212057.624000', '212057.627000', '212057.629000', '212057.632000', '212057.634000', '212057.637000', '212057.640000', '212057.643000', '212057.645000', '212057.648000', '212057.651000', '212057.653000', '212057.656000', '212057.659000', '212057.661000', '212057.664000', '212057.666000', '212057.669000', '212057.671000', '212057.674000', '212057.677000', '212117.567000', '212117.570000', '212117.572000', '212117.575000', '212117.578000', '212117.580000', '212117.583000', '212117.585000', '212117.588000', '212117.591000', '212117.593000', '212117.596000', '212117.598000', '212117.601000', '212117.604000', '212117.607000', '212117.609000', '212117.612000', '212117.614000', '212117.617000', '212117.620000', '212117.622000', '212117.625000', '212117.627000', '212117.630000', '212117.633000', '212117.635000', '212117.638000', '212117.641000', '212117.643000', '212117.646000', '212117.648000', '212117.651000', '212117.654000', '212117.656000', '212117.659000', '212117.662000', '212117.664000', '212117.670000', '212117.673000', '212117.676000', '212117.678000', '212117.681000', '212117.684000', '212137.566000', '212137.568000', '212137.571000', '212137.574000', '212137.576000', '212137.579000', '212137.582000', '212137.584000', '212137.587000', '212137.589000', '212137.592000', '212137.594000', '212137.597000', '212137.600000', '212137.602000', '212137.605000', '212137.608000', '212137.610000', '212137.613000', '212137.615000', '212137.618000', '212137.621000', '212137.623000', '212137.626000', '212137.629000', '212137.631000', '212137.634000', '212137.637000', '212137.639000', '212137.642000', '212137.644000', '212137.647000', '212137.650000', '212137.652000', '212137.655000', '212137.658000', '212137.660000', '212137.663000', '212137.665000', '212137.668000', '212137.671000', '212137.673000', '212137.676000', '212157.567000', '212157.570000', '212157.572000', '212157.575000', '212157.577000', '212157.580000', '212157.583000', '212157.585000', '212157.588000', '212157.591000', '212157.593000', '212157.596000', '212157.598000', '212157.601000', '212157.604000', '212157.606000', '212157.609000', '212157.611000', '212157.614000', '212157.617000', '212157.619000', '212157.622000', '212157.624000', '212157.627000', '212157.629000', '212157.632000', '212157.635000', '212157.637000', '212157.648000', '212157.650000', '212157.653000', '212157.656000', '212157.658000', '212157.661000', '212157.664000', '212157.666000', '212157.669000', '212157.671000', '212157.674000', '212157.677000', '212157.679000', '212157.682000', '212157.684000', '212157.687000', '212217.566000', '212217.569000', '212217.572000', '212217.575000', '212217.577000', '212217.580000', '212217.582000', '212217.585000', '212217.588000', '212217.590000', '212217.593000', '212217.595000', '212217.598000', '212217.601000', '212217.603000', '212217.606000', '212217.609000', '212217.611000', '212217.614000', '212217.617000', '212217.619000', '212217.622000', '212217.624000', '212217.627000', '212217.630000', '212217.632000', '212217.635000', '212217.638000', '212217.640000', '212217.643000', '212217.645000', '212217.648000', '212217.651000', '212217.653000', '212217.658000', '212217.660000', '212217.663000', '212217.665000', '212217.668000', '212217.671000', '212217.673000', '212217.676000', '212217.679000', '212237.567000', '212237.569000', '212237.572000', '212237.575000', '212237.577000', '212237.580000', '212237.582000', '212237.585000', '212237.588000', '212237.591000', '212237.594000', '212237.596000', '212237.599000', '212237.602000', '212237.605000', '212237.607000', '212237.610000', '212237.613000', '212237.615000', '212237.618000', '212237.620000', '212237.623000', '212237.626000', '212237.628000', '212237.631000', '212237.633000', '212237.636000', '212237.639000', '212237.642000', '212237.644000', '212237.647000', '212237.649000', '212237.652000', '212237.655000', '212237.665000', '212237.668000', '212237.670000', '212237.673000', '212237.675000', '212237.678000', '212237.681000', '212237.683000', '212237.686000', '212237.688000', '212257.567000', '212257.569000', '212257.572000', '212257.575000', '212257.577000', '212257.580000', '212257.583000', '212257.585000', '212257.588000', '212257.591000', '212257.593000', '212257.596000', '212257.599000', '212257.601000', '212257.604000', '212257.606000', '212257.609000', '212257.612000', '212257.614000', '212257.617000', '212257.619000', '212257.622000', '212257.625000', '212257.627000', '212257.630000', '212257.632000', '212257.635000', '212257.638000', '212257.640000', '212257.643000', '212257.645000', '212257.648000', '212257.650000', '212257.653000', '212257.656000', '212257.658000', '212257.661000', '212257.664000', '212257.666000', '212257.669000', '212257.671000', '212257.674000', '212257.677000', '212317.567000', '212317.569000', '212317.572000', '212317.575000', '212317.577000', '212317.580000', '212317.583000', '212317.585000', '212317.588000', '212317.590000', '212317.593000', '212317.596000', '212317.598000', '212317.601000', '212317.604000', '212317.606000', '212317.609000', '212317.612000', '212317.614000', '212317.617000', '212317.619000', '212317.622000', '212317.625000', '212317.627000', '212317.630000', '212317.632000', '212317.635000', '212317.638000', '212317.640000', '212317.643000', '212317.645000', '212317.648000', '212317.651000', '212317.653000', '212317.656000', '212317.658000', '212317.661000', '212317.664000', '212317.666000', '212317.669000', '212317.679000', '212317.682000', '212317.684000', '212331.822000', '212331.879000', '212331.885000', '212331.888000', '212331.891000', '212331.894000', '212331.897000', '212331.900000', '212331.903000', '212331.906000', '212331.908000', '212331.911000', '212331.914000', '212331.916000', '212331.919000', '212331.922000', '212331.927000', '212331.929000', '212331.932000', '212331.935000', '212331.938000', '212331.941000', '212331.944000', '212331.946000', '212331.949000', '212331.952000', '212331.954000', '212331.957000', '212331.960000', '212331.963000', '212331.966000', '212331.969000'], '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': [10572, 8704, 12661, 11164, 10690, 12413, 9750, 12786, 9883, 9598, 10619, 8935, 13699, 9449, 12319, 9587, 7937, 10733, 8050, 8731, 11023, 10561, 8142, 11184, 15644, 14812, 13176, 9535, 12918, 10593, 12347, 8400, 12083, 8774, 12052, 8674, 11420, 11992, 11646, 8565, 10944, 8298, 11633, 11638, 11866, 14103, 12864, 13429, 11160, 12320, 10477, 13104, 11331, 13449, 11013, 12327, 11716, 11998, 10682, 12181, 15026, 13553, 12287, 12658, 8532, 12719, 14104, 12600, 12162, 11065, 13426, 10174, 12259, 8363, 12499, 11251, 11130, 12985, 12930, 13534, 12001, 9579, 10351, 12350, 11773, 11588, 9876, 13178, 10809, 11879, 10733, 12350, 13843, 11783, 13376, 12675, 13214, 12113, 10624, 9805, 12729, 9431, 11674, 13676, 12974, 12580, 12181, 10740, 10085, 12164, 11448, 11659, 9880, 11652, 9155, 10528, 13032, 10753, 12475, 9714, 12672, 10401, 11186, 9897, 11239, 9729, 11802, 9083, 11667, 13431, 12862, 13421, 10743, 11952, 10935, 12163, 9393, 11764, 9554, 10872, 8359, 11576, 8175, 11800, 13810, 11866, 11789, 12127, 12420, 10771, 11426, 8540, 11786, 8868, 11797, 11995, 11173, 8586, 11436, 8568, 11846, 10189, 10875, 13142, 12577, 12917, 10653, 10625, 10023, 11967, 11322, 11362, 9754, 12533, 9866, 11352, 10011, 11055, 10107, 11954, 11040, 11611, 9816, 11657, 8430, 11863, 11939, 11134, 12909, 11760, 13179, 10988, 11365, 10077, 11733, 8334, 11926, 9849, 11543, 8983, 11198, 7934, 12071, 8188, 11215, 13793, 12098, 12807, 11379, 12063, 10301, 11667, 11222, 11918, 11944, 11384, 10983, 8232, 11077, 9560, 10993, 13875, 12990, 12386, 10705, 12001, 9370, 12242, 8716, 12478, 10410, 12751, 9017, 11290, 8457, 11895, 10325, 11962, 9438, 11981, 14285, 13408, 12557, 11822, 12165, 10695, 11945, 9305, 12809, 9893, 11333, 8444, 11348, 8580, 11664, 9250, 11838, 12073, 11272, 8200, 10462, 7862, 11620, 13424, 12069, 11892, 10174, 12470, 10775, 11517, 11080, 12021, 9590, 11828, 13913, 12177, 12202, 11192, 11670, 10807, 12140, 11964, 12161, 12556, 13077, 11360, 9109, 10780, 13216, 11540, 12872, 12444, 12263, 12338, 11781, 10998, 12340, 8997, 12516, 10016, 11620, 8947, 11619, 9787, 11549, 10454, 12478, 10077, 12434, 9664, 11410, 9278, 12075, 8680, 12072, 13506, 11971, 13253, 12219, 10082, 10195, 11940, 10507, 12360, 12024, 11554, 11618, 11965, 10147, 11711, 10680, 11942, 9857, 12177, 9439, 11793, 9922, 12086, 11213, 12260, 10097, 12006, 10152, 11205, 12060, 10931, 12552, 12136, 12363, 10694, 12680, 10249, 11857, 7986, 12388, 8907, 11531, 14041, 12033, 10962, 10962, 8399, 11741, 13606, 11476, 12963, 9018, 11713, 9112, 10959, 8197, 10929, 8177, 11110, 12187, 10935, 9551, 10749, 8226, 11726, 13378, 12176, 12613, 11752, 12809, 11623, 11915, 10775, 11902, 9751, 11761, 9802, 11205, 8533, 11827, 8601, 12292, 11332, 12164, 10884, 11093, 8523, 12188, 13532, 11886, 12317, 11101, 13316, 11537, 11960, 11074, 12357, 10184, 12306, 9284, 13190, 11554, 11830, 11141, 12108, 9829, 11452, 14927, 12983, 13075, 12289, 9066, 10317, 8964, 11002, 12784, 11697, 11445, 11374, 9090, 10839, 12641, 12377, 11753, 11275, 13030, 11574, 10049, 10270, 12197, 10138, 12385, 10609, 11580, 9059, 11244, 7821, 11465, 7996, 12129, 11392, 11420, 11380, 11329, 9084, 10609, 13128, 12131, 11938, 10526, 12922, 9892, 11846, 10329, 12036, 10276, 12057, 11673, 11897, 11590, 11690, 10611, 11747, 8689, 11825, 11402, 11757, 11441, 11641, 8549, 10775, 13012, 11378, 13017, 12937, 12358, 10743, 8327, 10339, 12575, 11801, 11492, 11067, 12278, 12125, 12432, 11133, 12050, 10903, 12576, 9420, 13188, 11189, 11438, 11203, 12560, 9343, 12672, 9680, 13407, 11384, 12427, 11933, 12921, 10050, 11916, 13717, 11557, 9232, 11315, 12626, 11406, 12416, 12416, 12305, 11789, 11473, 10136, 11347, 8313, 11800, 9130, 12051, 8940, 11289, 8361, 11769, 8996, 11637, 12185, 11661, 12233, 12020, 8126, 10231, 8317, 10671, 12709, 12009, 12041, 11205, 8176, 11567, 11011, 11147, 14225, 13257, 13321, 13011, 8570, 11286, 8542, 12191, 10152, 12160, 9894, 11213, 8767, 12160, 9120, 11202, 13487, 13460, 12466, 13181, 12982, 11142, 13475, 11215, 11673, 11442, 12042, 11803, 11446, 10571, 11600, 9443, 12442, 9872, 11830, 10181, 11292, 7863, 10763, 10391, 10600, 12651, 11929, 10625, 10842, 7921, 11215, 8548, 11577, 13032, 12337, 11956, 12043, 13335, 11530, 12608, 11894, 11982, 10702, 13036, 11325, 12139, 11349, 12768, 9410, 12970, 10116, 11331, 10801, 11660, 11128, 12861, 9229, 11774, 11549, 12209, 8111, 11264, 8411, 11930, 10924, 12116, 12683, 11852, 8298, 11148, 13464, 11612, 12320, 10628, 13403, 10158, 11814, 10166, 11510, 11126, 12438, 10158, 12491, 11504, 11453, 10122, 11830, 9425, 12480, 9634, 12892, 10040, 11681, 11359, 13415, 10018, 11859, 13537, 12278, 9439, 11970, 8351, 11895, 8986, 12001, 11190, 11607, 8700, 11232, 8635, 11172, 12536, 12464, 12071, 12374, 8765, 11002, 12849, 11117, 12495, 13396, 12628, 13496, 12899, 11045, 12672, 11581, 11443, 12267, 12401, 12596, 8371, 10919, 8306, 11648, 13206, 13462, 12700, 11402, 12512, 8526, 11638, 8513, 11375, 11823, 11382, 10505, 11489, 8106, 10902, 8365, 11228, 10531, 12139, 9717, 11546, 9075, 11719, 9843, 11522, 14107, 13351, 13225, 12832, 8945, 11113, 8762, 12059, 11793, 12391, 9564, 11379, 9250, 12053, 9583, 12137, 15082, 13640, 13148, 12830, 10116, 11357, 13713, 12395, 11592, 11563, 13284, 12665, 12659, 10694, 13128, 11246, 11317, 11959, 12115, 12016, 12400, 11036, 11973, 9863, 11272, 14561, 13359, 13871, 11651, 9943, 11007, 13206, 12356, 11543, 12205, 12487, 12132, 10562, 10526, 11891, 10691, 13962, 12949, 14008, 12772, 12699, 12578, 12523, 10491, 12331, 10438, 11735, 9033, 11175, 8278, 11930, 9124, 12996, 9545, 12735, 11172, 12953, 10682, 13035, 9813, 12819, 10292, 11667, 9196, 11582, 10112, 11540, 13496, 12994, 10630, 11486, 8243, 11199, 9322, 11667, 9778, 12060, 13639, 12993, 13165, 11319, 10622, 10746, 12290, 12532, 11713, 12930, 13540, 11743, 13678, 11531, 11406, 10357, 13192, 10284, 11704, 10321, 11006, 9434, 11459, 10914, 11483, 11777, 11702, 8026, 10624, 10615, 10849, 12575, 13428, 12158, 12823, 11698, 10998, 12025, 10637, 12892, 10060, 11866, 11100, 12424, 11496, 11580, 10680, 12476, 10480, 11992, 10342, 8832, 10060, 8359, 12266, 10938, 8883, 10494, 9762, 13003, 11338, 14136, 11164, 14616, 10716, 12642, 9990, 12028, 16342, 13378, 13856, 11760, 13720, 11680, 12611, 10582, 12512, 11072, 12713, 9402], 'WindowCenter': [4242.0, 4211.0, 4249.0, 4237.0, 4225.0, 4234.0, 4215.0, 4231.0, 4213.0, 4202.0, 4211.0, 4180.0, 4231.0, 4204.0, 4234.0, 4204.0, 4183.0, 4213.0, 4173.0, 4194.0, 4227.0, 4225.0, 4196.0, 4238.0, 4258.0, 4246.0, 4224.0, 4191.0, 4220.0, 4200.0, 4220.0, 4182.0, 4221.0, 4194.0, 4224.0, 4182.0, 4213.0, 4221.0, 4212.0, 4193.0, 4213.0, 4183.0, 4225.0, 4224.0, 4225.0, 4243.0, 4234.0, 4232.0, 4212.0, 4222.0, 4211.0, 4222.0, 4211.0, 4231.0, 4213.0, 4233.0, 4224.0, 4222.0, 4202.0, 4223.0, 4231.0, 4220.0, 4209.0, 4208.0, 4168.0, 4220.0, 4218.0, 4209.0, 4209.0, 4197.0, 4218.0, 4186.0, 4196.0, 4156.0, 4208.0, 4197.0, 4196.0, 4208.0, 4208.0, 4206.0, 4207.0, 4175.0, 4187.0, 4207.0, 4208.0, 4197.0, 4176.0, 4207.0, 4197.0, 4207.0, 4197.0, 4220.0, 4216.0, 4195.0, 4205.0, 4194.0, 4203.0, 4195.0, 4185.0, 4185.0, 4206.0, 4164.0, 4194.0, 4204.0, 4204.0, 4193.0, 4194.0, 4183.0, 4174.0, 4193.0, 4195.0, 4185.0, 4173.0, 4184.0, 4162.0, 4172.0, 4192.0, 4181.0, 4192.0, 4163.0, 4193.0, 4184.0, 4182.0, 4175.0, 4195.0, 4177.0, 4197.0, 4164.0, 4194.0, 4205.0, 4195.0, 4203.0, 4183.0, 4181.0, 4183.0, 4193.0, 4161.0, 4193.0, 4163.0, 4183.0, 4153.0, 4194.0, 4152.0, 4194.0, 4215.0, 4195.0, 4193.0, 4194.0, 4192.0, 4183.0, 4182.0, 4152.0, 4193.0, 4163.0, 4194.0, 4193.0, 4183.0, 4153.0, 4193.0, 4164.0, 4196.0, 4183.0, 4186.0, 4205.0, 4205.0, 4205.0, 4184.0, 4183.0, 4186.0, 4196.0, 4197.0, 4196.0, 4175.0, 4206.0, 4175.0, 4195.0, 4187.0, 4196.0, 4198.0, 4208.0, 4198.0, 4198.0, 4177.0, 4196.0, 4154.0, 4197.0, 4195.0, 4195.0, 4204.0, 4195.0, 4205.0, 4183.0, 4182.0, 4174.0, 4194.0, 4155.0, 4205.0, 4186.0, 4196.0, 4165.0, 4196.0, 4156.0, 4207.0, 4155.0, 4197.0, 4216.0, 4206.0, 4206.0, 4197.0, 4205.0, 4187.0, 4208.0, 4209.0, 4208.0, 4209.0, 4208.0, 4198.0, 4168.0, 4210.0, 4188.0, 4199.0, 4218.0, 4219.0, 4208.0, 4186.0, 4195.0, 4165.0, 4195.0, 4165.0, 4208.0, 4185.0, 4207.0, 4166.0, 4196.0, 4167.0, 4207.0, 4199.0, 4209.0, 4178.0, 4209.0, 4217.0, 4218.0, 4194.0, 4196.0, 4195.0, 4186.0, 4196.0, 4175.0, 4206.0, 4174.0, 4183.0, 4154.0, 4195.0, 4177.0, 4196.0, 4178.0, 4209.0, 4206.0, 4197.0, 4166.0, 4196.0, 4168.0, 4210.0, 4219.0, 4209.0, 4209.0, 4188.0, 4207.0, 4197.0, 4208.0, 4209.0, 4208.0, 4188.0, 4209.0, 4218.0, 4208.0, 4206.0, 4195.0, 4196.0, 4197.0, 4209.0, 4209.0, 4208.0, 4208.0, 4206.0, 4196.0, 4165.0, 4197.0, 4206.0, 4198.0, 4206.0, 4207.0, 4195.0, 4205.0, 4193.0, 4184.0, 4194.0, 4165.0, 4206.0, 4175.0, 4195.0, 4163.0, 4194.0, 4175.0, 4194.0, 4185.0, 4207.0, 4187.0, 4208.0, 4177.0, 4196.0, 4177.0, 4207.0, 4166.0, 4208.0, 4217.0, 4197.0, 4207.0, 4196.0, 4183.0, 4187.0, 4196.0, 4199.0, 4207.0, 4208.0, 4196.0, 4198.0, 4207.0, 4188.0, 4208.0, 4198.0, 4209.0, 4187.0, 4208.0, 4177.0, 4207.0, 4188.0, 4206.0, 4209.0, 4210.0, 4189.0, 4210.0, 4187.0, 4198.0, 4207.0, 4197.0, 4206.0, 4207.0, 4208.0, 4186.0, 4207.0, 4175.0, 4194.0, 4154.0, 4206.0, 4165.0, 4195.0, 4216.0, 4196.0, 4185.0, 4184.0, 4166.0, 4209.0, 4216.0, 4197.0, 4217.0, 4176.0, 4207.0, 4166.0, 4196.0, 4167.0, 4198.0, 4168.0, 4209.0, 4209.0, 4200.0, 4189.0, 4199.0, 4168.0, 4211.0, 4220.0, 4209.0, 4209.0, 4208.0, 4208.0, 4209.0, 4208.0, 4199.0, 4208.0, 4189.0, 4209.0, 4187.0, 4198.0, 4167.0, 4208.0, 4168.0, 4210.0, 4198.0, 4209.0, 4198.0, 4198.0, 4167.0, 4210.0, 4218.0, 4209.0, 4209.0, 4197.0, 4207.0, 4196.0, 4196.0, 4197.0, 4207.0, 4189.0, 4208.0, 4167.0, 4207.0, 4197.0, 4196.0, 4198.0, 4208.0, 4175.0, 4198.0, 4216.0, 4206.0, 4204.0, 4195.0, 4162.0, 4185.0, 4165.0, 4198.0, 4207.0, 4197.0, 4196.0, 4197.0, 4165.0, 4198.0, 4208.0, 4208.0, 4197.0, 4186.0, 4206.0, 4195.0, 4176.0, 4188.0, 4208.0, 4186.0, 4208.0, 4185.0, 4196.0, 4164.0, 4185.0, 4145.0, 4196.0, 4157.0, 4209.0, 4197.0, 4198.0, 4197.0, 4196.0, 4166.0, 4188.0, 4208.0, 4208.0, 4198.0, 4186.0, 4196.0, 4175.0, 4195.0, 4185.0, 4207.0, 4189.0, 4209.0, 4199.0, 4198.0, 4198.0, 4196.0, 4187.0, 4197.0, 4166.0, 4209.0, 4197.0, 4197.0, 4196.0, 4195.0, 4153.0, 4186.0, 4217.0, 4198.0, 4206.0, 4208.0, 4207.0, 4198.0, 4167.0, 4189.0, 4209.0, 4210.0, 4210.0, 4199.0, 4208.0, 4209.0, 4208.0, 4198.0, 4208.0, 4200.0, 4209.0, 4178.0, 4220.0, 4199.0, 4197.0, 4210.0, 4208.0, 4190.0, 4220.0, 4189.0, 4220.0, 4209.0, 4209.0, 4209.0, 4220.0, 4190.0, 4199.0, 4217.0, 4197.0, 4165.0, 4186.0, 4195.0, 4196.0, 4206.0, 4196.0, 4195.0, 4194.0, 4184.0, 4175.0, 4185.0, 4156.0, 4208.0, 4176.0, 4207.0, 4166.0, 4197.0, 4166.0, 4208.0, 4178.0, 4211.0, 4208.0, 4199.0, 4208.0, 4208.0, 4156.0, 4188.0, 4167.0, 4200.0, 4220.0, 4211.0, 4210.0, 4198.0, 4167.0, 4211.0, 4198.0, 4211.0, 4232.0, 4220.0, 4219.0, 4217.0, 4167.0, 4197.0, 4168.0, 4211.0, 4189.0, 4209.0, 4178.0, 4197.0, 4167.0, 4207.0, 4176.0, 4199.0, 4208.0, 4206.0, 4195.0, 4207.0, 4204.0, 4186.0, 4206.0, 4198.0, 4197.0, 4196.0, 4195.0, 4197.0, 4195.0, 4186.0, 4194.0, 4177.0, 4208.0, 4176.0, 4197.0, 4176.0, 4184.0, 4155.0, 4187.0, 4187.0, 4199.0, 4208.0, 4209.0, 4188.0, 4198.0, 4156.0, 4199.0, 4169.0, 4211.0, 4219.0, 4210.0, 4198.0, 4209.0, 4207.0, 4198.0, 4209.0, 4210.0, 4198.0, 4188.0, 4207.0, 4197.0, 4207.0, 4198.0, 4209.0, 4179.0, 4209.0, 4188.0, 4198.0, 4199.0, 4198.0, 4199.0, 4221.0, 4180.0, 4209.0, 4198.0, 4208.0, 4157.0, 4197.0, 4168.0, 4211.0, 4200.0, 4210.0, 4208.0, 4209.0, 4166.0, 4200.0, 4218.0, 4210.0, 4210.0, 4188.0, 4219.0, 4188.0, 4197.0, 4188.0, 4197.0, 4212.0, 4221.0, 4189.0, 4210.0, 4210.0, 4199.0, 4188.0, 4209.0, 4191.0, 4221.0, 4189.0, 4220.0, 4189.0, 4208.0, 4199.0, 4220.0, 4191.0, 4211.0, 4219.0, 4197.0, 4166.0, 4197.0, 4155.0, 4198.0, 4180.0, 4211.0, 4199.0, 4199.0, 4168.0, 4197.0, 4166.0, 4210.0, 4209.0, 4210.0, 4209.0, 4210.0, 4167.0, 4198.0, 4218.0, 4211.0, 4211.0, 4218.0, 4208.0, 4219.0, 4207.0, 4199.0, 4208.0, 4199.0, 4198.0, 4209.0, 4209.0, 4209.0, 4157.0, 4198.0, 4169.0, 4212.0, 4223.0, 4221.0, 4209.0, 4187.0, 4197.0, 4154.0, 4185.0, 4166.0, 4199.0, 4197.0, 4198.0, 4187.0, 4196.0, 4157.0, 4199.0, 4181.0, 4212.0, 4201.0, 4211.0, 4190.0, 4210.0, 4180.0, 4210.0, 4190.0, 4212.0, 4221.0, 4220.0, 4207.0, 4208.0, 4167.0, 4198.0, 4178.0, 4210.0, 4208.0, 4210.0, 4177.0, 4199.0, 4178.0, 4210.0, 4189.0, 4211.0, 4219.0, 4218.0, 4206.0, 4206.0, 4175.0, 4196.0, 4208.0, 4209.0, 4198.0, 4196.0, 4206.0, 4207.0, 4206.0, 4187.0, 4208.0, 4211.0, 4200.0, 4209.0, 4208.0, 4210.0, 4209.0, 4199.0, 4210.0, 4190.0, 4200.0, 4217.0, 4208.0, 4206.0, 4197.0, 4174.0, 4186.0, 4208.0, 4210.0, 4198.0, 4198.0, 4197.0, 4209.0, 4186.0, 4188.0, 4211.0, 4202.0, 4221.0, 4211.0, 4218.0, 4209.0, 4207.0, 4207.0, 4209.0, 4189.0, 4197.0, 4176.0, 4196.0, 4154.0, 4184.0, 4154.0, 4208.0, 4178.0, 4207.0, 4178.0, 4209.0, 4198.0, 4208.0, 4199.0, 4220.0, 4177.0, 4209.0, 4176.0, 4185.0, 4164.0, 4186.0, 4187.0, 4197.0, 4205.0, 4196.0, 4175.0, 4185.0, 4154.0, 4186.0, 4177.0, 4200.0, 4189.0, 4210.0, 4207.0, 4207.0, 4206.0, 4197.0, 4186.0, 4188.0, 4209.0, 4209.0, 4197.0, 4208.0, 4207.0, 4198.0, 4205.0, 4197.0, 4199.0, 4188.0, 4207.0, 4176.0, 4197.0, 4176.0, 4185.0, 4177.0, 4209.0, 4186.0, 4197.0, 4196.0, 4197.0, 4156.0, 4188.0, 4188.0, 4201.0, 4210.0, 4209.0, 4197.0, 4208.0, 4196.0, 4187.0, 4210.0, 4188.0, 4208.0, 4178.0, 4197.0, 4199.0, 4209.0, 4200.0, 4200.0, 4189.0, 4224.0, 4216.0, 4225.0, 4214.0, 4195.0, 4203.0, 4184.0, 4237.0, 4227.0, 4183.0, 4202.0, 4192.0, 4223.0, 4217.0, 4250.0, 4216.0, 4233.0, 4177.0, 4197.0, 4165.0, 4197.0, 4227.0, 4219.0, 4207.0, 4184.0, 4193.0, 4195.0, 4192.0, 4185.0, 4194.0, 4185.0, 4195.0, 4164.0], 'WindowWidth': [9401.0, 9353.0, 9402.0, 9381.0, 9362.0, 9373.0, 9351.0, 9364.0, 9343.0, 9324.0, 9334.0, 9291.0, 9362.0, 9332.0, 9374.0, 9329.0, 9301.0, 9340.0, 9287.0, 9317.0, 9365.0, 9362.0, 9326.0, 9383.0, 9413.0, 9389.0, 9356.0, 9305.0, 9343.0, 9315.0, 9343.0, 9297.0, 9347.0, 9317.0, 9356.0, 9297.0, 9340.0, 9349.0, 9336.0, 9313.0, 9340.0, 9303.0, 9361.0, 9357.0, 9358.0, 9384.0, 9369.0, 9365.0, 9338.0, 9352.0, 9336.0, 9353.0, 9334.0, 9363.0, 9340.0, 9368.0, 9357.0, 9355.0, 9323.0, 9355.0, 9363.0, 9344.0, 9326.0, 9323.0, 9272.0, 9344.0, 9341.0, 9326.0, 9329.0, 9308.0, 9340.0, 9291.0, 9304.0, 9253.0, 9324.0, 9307.0, 9307.0, 9326.0, 9323.0, 9321.0, 9320.0, 9277.0, 9295.0, 9323.0, 9323.0, 9311.0, 9280.0, 9322.0, 9308.0, 9323.0, 9311.0, 9345.0, 9333.0, 9301.0, 9317.0, 9298.0, 9310.0, 9302.0, 9289.0, 9292.0, 9321.0, 9259.0, 9298.0, 9313.0, 9311.0, 9297.0, 9297.0, 9282.0, 9273.0, 9300.0, 9303.0, 9290.0, 9268.0, 9287.0, 9251.0, 9265.0, 9292.0, 9277.0, 9293.0, 9254.0, 9294.0, 9284.0, 9281.0, 9275.0, 9302.0, 9280.0, 9309.0, 9260.0, 9300.0, 9316.0, 9300.0, 9310.0, 9282.0, 9278.0, 9283.0, 9296.0, 9251.0, 9297.0, 9254.0, 9281.0, 9242.0, 9297.0, 9241.0, 9300.0, 9329.0, 9301.0, 9299.0, 9296.0, 9293.0, 9281.0, 9278.0, 9240.0, 9296.0, 9256.0, 9298.0, 9297.0, 9281.0, 9242.0, 9296.0, 9259.0, 9306.0, 9284.0, 9290.0, 9317.0, 9315.0, 9314.0, 9286.0, 9285.0, 9292.0, 9305.0, 9307.0, 9307.0, 9275.0, 9317.0, 9274.0, 9302.0, 9294.0, 9308.0, 9311.0, 9326.0, 9311.0, 9313.0, 9279.0, 9305.0, 9248.0, 9306.0, 9300.0, 9301.0, 9316.0, 9300.0, 9315.0, 9283.0, 9281.0, 9273.0, 9297.0, 9251.0, 9318.0, 9291.0, 9307.0, 9263.0, 9303.0, 9253.0, 9321.0, 9249.0, 9308.0, 9335.0, 9320.0, 9320.0, 9307.0, 9316.0, 9295.0, 9324.0, 9329.0, 9325.0, 9328.0, 9324.0, 9309.0, 9272.0, 9330.0, 9300.0, 9315.0, 9343.0, 9339.0, 9326.0, 9290.0, 9302.0, 9262.0, 9303.0, 9263.0, 9325.0, 9290.0, 9323.0, 9264.0, 9304.0, 9268.0, 9322.0, 9314.0, 9329.0, 9284.0, 9328.0, 9340.0, 9336.0, 9301.0, 9303.0, 9301.0, 9290.0, 9305.0, 9275.0, 9318.0, 9272.0, 9283.0, 9245.0, 9301.0, 9283.0, 9306.0, 9285.0, 9329.0, 9321.0, 9308.0, 9266.0, 9306.0, 9271.0, 9330.0, 9342.0, 9327.0, 9327.0, 9296.0, 9322.0, 9308.0, 9323.0, 9328.0, 9327.0, 9299.0, 9328.0, 9337.0, 9325.0, 9318.0, 9303.0, 9304.0, 9308.0, 9328.0, 9327.0, 9324.0, 9323.0, 9318.0, 9303.0, 9261.0, 9306.0, 9319.0, 9311.0, 9323.0, 9320.0, 9303.0, 9314.0, 9294.0, 9285.0, 9297.0, 9261.0, 9317.0, 9273.0, 9302.0, 9257.0, 9299.0, 9276.0, 9300.0, 9290.0, 9322.0, 9295.0, 9324.0, 9279.0, 9305.0, 9280.0, 9321.0, 9264.0, 9324.0, 9337.0, 9308.0, 9320.0, 9304.0, 9284.0, 9293.0, 9306.0, 9312.0, 9325.0, 9324.0, 9306.0, 9310.0, 9322.0, 9298.0, 9323.0, 9311.0, 9326.0, 9294.0, 9325.0, 9279.0, 9319.0, 9295.0, 9320.0, 9328.0, 9330.0, 9300.0, 9330.0, 9294.0, 9310.0, 9319.0, 9307.0, 9319.0, 9320.0, 9323.0, 9291.0, 9321.0, 9274.0, 9299.0, 9245.0, 9318.0, 9261.0, 9303.0, 9334.0, 9304.0, 9288.0, 9286.0, 9265.0, 9325.0, 9334.0, 9307.0, 9335.0, 9278.0, 9321.0, 9265.0, 9306.0, 9266.0, 9309.0, 9271.0, 9327.0, 9329.0, 9316.0, 9301.0, 9315.0, 9272.0, 9333.0, 9345.0, 9328.0, 9327.0, 9324.0, 9323.0, 9324.0, 9323.0, 9313.0, 9326.0, 9301.0, 9326.0, 9294.0, 9311.0, 9267.0, 9323.0, 9269.0, 9330.0, 9311.0, 9325.0, 9310.0, 9311.0, 9267.0, 9329.0, 9338.0, 9325.0, 9327.0, 9304.0, 9319.0, 9303.0, 9302.0, 9305.0, 9319.0, 9299.0, 9324.0, 9266.0, 9321.0, 9307.0, 9305.0, 9310.0, 9325.0, 9275.0, 9308.0, 9334.0, 9315.0, 9313.0, 9299.0, 9254.0, 9288.0, 9262.0, 9308.0, 9322.0, 9308.0, 9305.0, 9305.0, 9262.0, 9307.0, 9324.0, 9322.0, 9307.0, 9290.0, 9317.0, 9302.0, 9276.0, 9296.0, 9322.0, 9291.0, 9323.0, 9288.0, 9303.0, 9257.0, 9287.0, 9234.0, 9302.0, 9254.0, 9327.0, 9309.0, 9311.0, 9308.0, 9305.0, 9264.0, 9295.0, 9322.0, 9323.0, 9310.0, 9289.0, 9304.0, 9273.0, 9299.0, 9289.0, 9319.0, 9299.0, 9328.0, 9312.0, 9312.0, 9308.0, 9303.0, 9293.0, 9307.0, 9264.0, 9327.0, 9307.0, 9307.0, 9303.0, 9300.0, 9243.0, 9290.0, 9334.0, 9309.0, 9320.0, 9323.0, 9319.0, 9308.0, 9266.0, 9298.0, 9327.0, 9330.0, 9329.0, 9311.0, 9324.0, 9324.0, 9322.0, 9310.0, 9324.0, 9316.0, 9327.0, 9284.0, 9341.0, 9310.0, 9307.0, 9327.0, 9324.0, 9302.0, 9344.0, 9298.0, 9343.0, 9326.0, 9325.0, 9326.0, 9343.0, 9301.0, 9313.0, 9333.0, 9304.0, 9258.0, 9289.0, 9298.0, 9302.0, 9318.0, 9303.0, 9301.0, 9296.0, 9282.0, 9272.0, 9286.0, 9252.0, 9322.0, 9278.0, 9320.0, 9264.0, 9305.0, 9266.0, 9323.0, 9284.0, 9332.0, 9324.0, 9311.0, 9322.0, 9321.0, 9250.0, 9297.0, 9268.0, 9317.0, 9344.0, 9331.0, 9329.0, 9310.0, 9269.0, 9330.0, 9311.0, 9333.0, 9364.0, 9343.0, 9341.0, 9335.0, 9265.0, 9306.0, 9270.0, 9332.0, 9300.0, 9327.0, 9282.0, 9307.0, 9267.0, 9321.0, 9276.0, 9313.0, 9328.0, 9318.0, 9303.0, 9318.0, 9312.0, 9288.0, 9315.0, 9308.0, 9308.0, 9302.0, 9302.0, 9304.0, 9299.0, 9289.0, 9299.0, 9278.0, 9324.0, 9277.0, 9306.0, 9275.0, 9284.0, 9247.0, 9291.0, 9294.0, 9313.0, 9323.0, 9324.0, 9295.0, 9308.0, 9252.0, 9311.0, 9273.0, 9331.0, 9341.0, 9327.0, 9310.0, 9323.0, 9320.0, 9308.0, 9328.0, 9328.0, 9310.0, 9294.0, 9319.0, 9306.0, 9320.0, 9309.0, 9327.0, 9285.0, 9325.0, 9295.0, 9308.0, 9311.0, 9309.0, 9312.0, 9344.0, 9288.0, 9325.0, 9309.0, 9321.0, 9251.0, 9305.0, 9269.0, 9331.0, 9316.0, 9330.0, 9325.0, 9324.0, 9265.0, 9314.0, 9337.0, 9327.0, 9330.0, 9294.0, 9338.0, 9293.0, 9304.0, 9294.0, 9307.0, 9335.0, 9345.0, 9298.0, 9330.0, 9328.0, 9311.0, 9295.0, 9327.0, 9307.0, 9345.0, 9300.0, 9343.0, 9298.0, 9323.0, 9311.0, 9342.0, 9305.0, 9332.0, 9337.0, 9307.0, 9262.0, 9304.0, 9248.0, 9308.0, 9290.0, 9332.0, 9310.0, 9314.0, 9268.0, 9307.0, 9265.0, 9329.0, 9330.0, 9329.0, 9326.0, 9327.0, 9267.0, 9309.0, 9337.0, 9331.0, 9334.0, 9336.0, 9323.0, 9336.0, 9319.0, 9309.0, 9321.0, 9309.0, 9311.0, 9325.0, 9324.0, 9323.0, 9252.0, 9308.0, 9273.0, 9333.0, 9353.0, 9344.0, 9327.0, 9289.0, 9303.0, 9242.0, 9283.0, 9262.0, 9311.0, 9307.0, 9307.0, 9292.0, 9304.0, 9253.0, 9310.0, 9294.0, 9337.0, 9318.0, 9332.0, 9301.0, 9329.0, 9286.0, 9328.0, 9300.0, 9336.0, 9348.0, 9341.0, 9320.0, 9321.0, 9264.0, 9307.0, 9285.0, 9329.0, 9322.0, 9327.0, 9280.0, 9312.0, 9281.0, 9329.0, 9299.0, 9332.0, 9343.0, 9335.0, 9315.0, 9313.0, 9272.0, 9302.0, 9322.0, 9326.0, 9310.0, 9302.0, 9315.0, 9317.0, 9315.0, 9292.0, 9323.0, 9329.0, 9315.0, 9326.0, 9322.0, 9326.0, 9324.0, 9311.0, 9329.0, 9301.0, 9315.0, 9336.0, 9320.0, 9314.0, 9302.0, 9271.0, 9291.0, 9325.0, 9327.0, 9310.0, 9306.0, 9306.0, 9322.0, 9289.0, 9294.0, 9332.0, 9320.0, 9346.0, 9330.0, 9337.0, 9323.0, 9318.0, 9317.0, 9325.0, 9296.0, 9305.0, 9273.0, 9300.0, 9241.0, 9282.0, 9245.0, 9323.0, 9283.0, 9322.0, 9283.0, 9324.0, 9308.0, 9321.0, 9311.0, 9341.0, 9278.0, 9324.0, 9273.0, 9285.0, 9255.0, 9289.0, 9292.0, 9305.0, 9316.0, 9301.0, 9270.0, 9285.0, 9244.0, 9289.0, 9279.0, 9314.0, 9299.0, 9326.0, 9322.0, 9319.0, 9314.0, 9304.0, 9287.0, 9294.0, 9327.0, 9325.0, 9307.0, 9321.0, 9318.0, 9306.0, 9315.0, 9306.0, 9313.0, 9294.0, 9319.0, 9275.0, 9304.0, 9274.0, 9286.0, 9279.0, 9327.0, 9290.0, 9305.0, 9302.0, 9303.0, 9249.0, 9296.0, 9294.0, 9318.0, 9330.0, 9324.0, 9307.0, 9320.0, 9301.0, 9291.0, 9329.0, 9295.0, 9324.0, 9280.0, 9307.0, 9311.0, 9324.0, 9312.0, 9314.0, 9299.0, 9356.0, 9348.0, 9358.0, 9343.0, 9319.0, 9329.0, 9303.0, 9379.0, 9363.0, 9297.0, 9322.0, 9306.0, 9353.0, 9350.0, 9401.0, 9348.0, 9366.0, 9275.0, 9304.0, 9255.0, 9303.0, 9350.0, 9337.0, 9318.0, 9281.0, 9292.0, 9296.0, 9292.0, 9284.0, 9297.0, 9283.0, 9300.0, 9256.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.0028114692982456144</td></tr>
<tr><td colspan=3>aqi</td><td>0.020103831907894738</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.854683236278824</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2490736923600443</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0421452027661922</td></tr>
<tr><td colspan=3>efc</td><td>0.4889</td></tr>
<tr><td colspan=3>fber</td><td>4849.6108</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08417999027066712</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>35</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.837719298245614</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.437609876965183</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.344875671366535</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.702835481013926</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.265118478515087</td></tr>
<tr><td colspan=3>gcor</td><td>0.0101787</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.014903785660862923</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.025822235271334648</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>912</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.8812890976754177</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>21.1729</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>47.9911</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>193.7759</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>297969.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>901.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>360.2412</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7183</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>513.7184</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3378.4371</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3569.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78575.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1128.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4429.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>919.534</td></tr>
<tr><td colspan=3>tsnr</td><td>41.47626846842468</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>