ds005256-mriqc/sub-0105_ses-02_task-faces_acq-mb8_run-01_bold.html
Felix Hoffstaedter a81ea98a1d [DATALAD RUNCMD] Compute MRIQC for sub-0105
=== 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-0105 --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-0105",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:35:26 +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-0105_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-0105_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-0105_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-0105/figures/sub-0105_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0105/figures/sub-0105_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0105/figures/sub-0105_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-0105_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-0105/figures/sub-0105_ses-02_task-faces_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0105/figures/sub-0105_ses-02_task-faces_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0105/figures/sub-0105_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-0105_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-0105/figures/sub-0105_ses-02_task-faces_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0105/figures/sub-0105_ses-02_task-faces_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0105/figures/sub-0105_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-0105_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-0105/figures/sub-0105_ses-02_task-faces_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0105/figures/sub-0105_ses-02_task-faces_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0105/figures/sub-0105_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-0105_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-0105/figures/sub-0105_ses-02_task-faces_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0105/figures/sub-0105_ses-02_task-faces_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0105/figures/sub-0105_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-0105_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-0105/figures/sub-0105_ses-02_task-faces_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0105/figures/sub-0105_ses-02_task-faces_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0105/figures/sub-0105_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-0105_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-0105/figures/sub-0105_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0105/figures/sub-0105_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-0105/figures/sub-0105_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0105/figures/sub-0105_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-0105/ses-02/func/sub-0105_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>da45d7b141dc1d21c0a39b4ba3ec5741</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>22:21:39.472500</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.999761, -0.00173179, 0.0217892, 0.00401327, 0.994453, -0.105104]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0898837</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>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4221, -7744, -7266, 248, -145, -63, -70, 55]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>270.639</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>dcc7da5e-0f28-43ab-8636-8f9ab85beed0||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.682286024093628, 0.010767310857772827, 0.05801304057240486, 108.58995056152344], [0.004646265413612127, 2.6680450439453125, -0.283948689699173, -78.91228485107422], [0.058458805084228516, 0.28198593854904175, 2.684400796890259, -87.68189239501953], [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': ['222139.472500', '222139.932500', '222140.392500', '222140.852500', '222141.312500', '222141.772500', '222142.232500', '222142.692500', '222143.152500', '222143.612500', '222144.072500', '222144.532500', '222144.992500', '222145.452500', '222145.912500', '222146.372500', '222146.832500', '222147.292500', '222147.752500', '222148.212500', '222148.672500', '222149.132500', '222149.592500', '222150.052500', '222150.512500', '222150.972500', '222151.432500', '222151.892500', '222152.352500', '222152.812500', '222153.272500', '222153.732500', '222154.192500', '222154.652500', '222155.112500', '222155.572500', '222156.032500', '222156.492500', '222156.952500', '222157.412500', '222157.872500', '222158.332500', '222158.792500', '222159.252500', '222159.712500', '222200.172500', '222200.632500', '222201.092500', '222201.552500', '222202.012500', '222202.472500', '222202.932500', '222203.392500', '222203.852500', '222204.312500', '222204.772500', '222205.232500', '222205.692500', '222206.152500', '222206.612500', '222207.072500', '222207.532500', '222207.992500', '222208.452500', '222208.912500', '222209.372500', '222209.832500', '222210.292500', '222210.752500', '222211.212500', '222211.672500', '222212.132500', '222212.592500', '222213.052500', '222213.512500', '222213.972500', '222214.432500', '222214.892500', '222215.352500', '222215.812500', '222216.272500', '222216.732500', '222217.192500', '222217.652500', '222218.112500', '222218.572500', '222219.032500', '222219.492500', '222219.952500', '222220.412500', '222220.872500', '222221.332500', '222221.792500', '222222.252500', '222222.712500', '222223.172500', '222223.632500', '222224.092500', '222224.552500', '222225.012500', '222225.472500', '222225.932500', '222226.392500', '222226.852500', '222227.312500', '222227.772500', '222228.232500', '222228.692500', '222229.152500', '222229.612500', '222230.072500', '222230.532500', '222230.992500', '222231.452500', '222231.912500', '222232.372500', '222232.832500', '222233.292500', '222233.752500', '222234.212500', '222234.672500', '222235.132500', '222235.592500', '222236.052500', '222236.512500', '222236.972500', '222237.432500', '222237.892500', '222238.352500', '222238.812500', '222239.272500', '222239.732500', '222240.192500', '222240.652500', '222241.112500', '222241.572500', '222242.032500', '222242.492500', '222242.952500', '222243.412500', '222243.872500', '222244.332500', '222244.792500', '222245.252500', '222245.712500', '222246.172500', '222246.632500', '222247.092500', '222247.552500', '222248.012500', '222248.472500', '222248.932500', '222249.392500', '222249.852500', '222250.312500', '222250.772500', '222251.232500', '222251.692500', '222252.152500', '222252.612500', '222253.072500', '222253.532500', '222253.992500', '222254.452500', '222254.912500', '222255.372500', '222255.832500', '222256.292500', '222256.752500', '222257.212500', '222257.672500', '222258.132500', '222258.592500', '222259.052500', '222259.512500', '222259.972500', '222300.432500', '222300.892500', '222301.352500', '222301.812500', '222302.272500', '222302.732500', '222303.192500', '222303.652500', '222304.112500', '222304.572500', '222305.032500', '222305.492500', '222305.952500', '222306.412500', '222306.872500', '222307.332500', '222307.792500', '222308.252500', '222308.712500', '222309.172500', '222309.632500', '222310.092500', '222310.552500', '222311.012500', '222311.472500', '222311.932500', '222312.392500', '222312.852500', '222313.312500', '222313.772500', '222314.232500', '222314.692500', '222315.152500', '222315.612500', '222316.072500', '222316.532500', '222316.992500', '222317.452500', '222317.912500', '222318.372500', '222318.832500', '222319.292500', '222319.752500', '222320.212500', '222320.672500', '222321.132500', '222321.592500', '222322.052500', '222322.512500', '222322.972500', '222323.432500', '222323.892500', '222324.352500', '222324.812500', '222325.272500', '222325.732500', '222326.192500', '222326.652500', '222327.112500', '222327.572500', '222328.032500', '222328.492500', '222328.952500', '222329.412500', '222329.872500', '222330.332500', '222330.792500', '222331.252500', '222331.712500', '222332.172500', '222332.632500', '222333.092500', '222333.552500', '222334.012500', '222334.472500', '222334.932500', '222335.392500', '222335.852500', '222336.312500', '222336.772500', '222337.232500', '222337.692500', '222338.152500', '222338.612500', '222339.072500', '222339.532500', '222339.992500', '222340.452500', '222340.912500', '222341.372500', '222341.832500', '222342.292500', '222342.752500', '222343.212500', '222343.672500', '222344.132500', '222344.592500', '222345.052500', '222345.512500', '222345.972500', '222346.432500', '222346.892500', '222347.352500', '222347.812500', '222348.272500', '222348.732500', '222349.192500', '222349.652500', '222350.112500', '222350.572500', '222351.032500', '222351.492500', '222351.952500', '222352.412500', '222352.872500', '222353.332500', '222353.792500', '222354.252500', '222354.712500', '222355.172500', '222355.632500', '222356.092500', '222356.552500', '222357.012500', '222357.472500', '222357.932500', '222358.392500', '222358.852500', '222359.312500', '222359.772500', '222400.232500', '222400.692500', '222401.152500', '222401.612500', '222402.072500', '222402.532500', '222402.992500', '222403.452500', '222403.912500', '222404.372500', '222404.832500', '222405.292500', '222405.752500', '222406.212500', '222406.672500', '222407.132500', '222407.592500', '222408.052500', '222408.512500', '222408.972500', '222409.432500', '222409.892500', '222410.352500', '222410.812500', '222411.272500', '222411.732500', '222412.192500', '222412.652500', '222413.112500', '222413.572500', '222414.032500', '222414.492500', '222414.952500', '222415.412500', '222415.872500', '222416.332500', '222416.792500', '222417.252500', '222417.712500', '222418.172500', '222418.632500', '222419.092500', '222419.552500', '222420.012500', '222420.472500', '222420.932500', '222421.392500', '222421.852500', '222422.312500', '222422.772500', '222423.232500', '222423.692500', '222424.152500', '222424.612500', '222425.072500', '222425.532500', '222425.992500', '222426.452500', '222426.912500', '222427.372500', '222427.832500', '222428.292500', '222428.752500', '222429.212500', '222429.672500', '222430.132500', '222430.592500', '222431.052500', '222431.512500', '222431.972500', '222432.432500', '222432.892500', '222433.352500', '222433.812500', '222434.272500', '222434.732500', '222435.192500', '222435.652500', '222436.112500', '222436.572500', '222437.032500', '222437.492500', '222437.952500', '222438.412500', '222438.872500', '222439.332500', '222439.792500', '222440.252500', '222440.712500', '222441.172500', '222441.632500', '222442.092500', '222442.552500', '222443.012500', '222443.472500', '222443.932500', '222444.392500', '222444.852500', '222445.312500', '222445.772500', '222446.232500', '222446.692500', '222447.152500', '222447.612500', '222448.072500', '222448.532500', '222448.992500', '222449.452500', '222449.912500', '222450.372500', '222450.832500', '222451.292500', '222451.752500', '222452.212500', '222452.672500', '222453.132500', '222453.592500', '222454.052500', '222454.512500', '222454.972500', '222455.432500', '222455.892500', '222456.352500', '222456.812500', '222457.272500', '222457.732500', '222458.192500', '222458.652500', '222459.112500', '222459.572500', '222500.032500', '222500.492500', '222500.952500', '222501.412500', '222501.872500', '222502.332500', '222502.792500', '222503.252500', '222503.712500', '222504.172500', '222504.632500', '222505.092500', '222505.552500', '222506.012500', '222506.472500', '222506.932500', '222507.392500', '222507.852500', '222508.312500', '222508.772500', '222509.232500', '222509.692500', '222510.152500', '222510.612500', '222511.072500', '222511.532500', '222511.992500', '222512.452500', '222512.912500', '222513.372500', '222513.832500', '222514.292500', '222514.752500', '222515.212500', '222515.672500', '222516.132500', '222516.592500', '222517.052500', '222517.512500', '222517.972500', '222518.432500', '222518.892500', '222519.352500', '222519.812500', '222520.272500', '222520.732500', '222521.192500', '222521.652500', '222522.112500', '222522.572500', '222523.032500', '222523.492500', '222523.952500', '222524.412500', '222524.872500', '222525.332500', '222525.792500', '222526.252500', '222526.712500', '222527.172500', '222527.632500', '222528.092500', '222528.552500', '222529.012500', '222529.472500', '222529.932500', '222530.392500', '222530.852500', '222531.312500', '222531.772500', '222532.232500', '222532.692500', '222533.152500', '222533.612500', '222534.072500', '222534.532500', '222534.992500', '222535.452500', '222535.912500', '222536.372500', '222536.832500', '222537.292500', '222537.752500', '222538.212500', '222538.672500', '222539.132500', '222539.592500', '222540.052500', '222540.512500', '222540.972500', '222541.432500', '222541.892500', '222542.352500', '222542.812500', '222543.272500', '222543.732500', '222544.192500', '222544.652500', '222545.112500', '222545.572500', '222546.032500', '222546.492500', '222546.952500', '222547.412500', '222547.872500', '222548.332500', '222548.792500', '222549.252500', '222549.712500', '222550.172500', '222550.632500', '222551.092500', '222551.552500', '222552.012500', '222552.472500', '222552.932500', '222553.392500', '222553.852500', '222554.312500', '222554.772500', '222555.232500', '222555.692500', '222556.152500', '222556.612500', '222557.072500', '222557.532500', '222557.992500', '222558.452500', '222558.912500', '222559.372500', '222559.832500', '222600.292500', '222600.752500', '222601.212500', '222601.672500', '222602.132500', '222602.592500', '222603.052500', '222603.512500', '222603.972500', '222604.432500', '222604.892500', '222605.352500', '222605.812500', '222606.272500', '222606.732500', '222607.192500', '222607.652500', '222608.112500', '222608.572500', '222609.032500', '222609.492500', '222609.952500', '222610.412500', '222610.872500', '222611.332500', '222611.792500', '222612.252500', '222612.712500', '222613.172500', '222613.632500', '222614.092500', '222614.552500', '222615.012500', '222615.472500', '222615.932500', '222616.392500', '222616.852500', '222617.312500', '222617.772500', '222618.232500', '222618.692500', '222619.152500', '222619.612500', '222620.072500', '222620.532500', '222620.992500', '222621.452500', '222621.912500', '222622.372500', '222622.832500', '222623.292500', '222623.752500', '222624.212500', '222624.672500', '222625.132500', '222625.592500', '222626.052500', '222626.512500', '222626.972500', '222627.432500', '222627.892500', '222628.352500', '222628.812500', '222629.272500', '222629.732500', '222630.192500', '222630.652500', '222631.112500', '222631.572500', '222632.032500', '222632.492500', '222632.952500', '222633.412500', '222633.872500', '222634.332500', '222634.792500', '222635.252500', '222635.712500', '222636.172500', '222636.632500', '222637.092500', '222637.552500', '222638.012500', '222638.472500', '222638.932500', '222639.392500', '222639.852500', '222640.312500', '222640.772500', '222641.232500', '222641.692500', '222642.152500', '222642.612500', '222643.072500', '222643.532500', '222643.992500', '222644.452500', '222644.912500', '222645.372500', '222645.832500', '222646.292500', '222646.752500', '222647.212500', '222647.672500', '222648.132500', '222648.592500', '222649.052500', '222649.512500', '222649.972500', '222650.432500', '222650.892500', '222651.352500', '222651.812500', '222652.272500', '222652.732500', '222653.192500', '222653.652500', '222654.112500', '222654.572500', '222655.032500', '222655.492500', '222655.952500', '222656.412500', '222656.872500', '222657.332500', '222657.792500', '222658.252500', '222658.712500', '222659.172500', '222659.632500', '222700.092500', '222700.552500', '222701.012500', '222701.472500', '222701.932500', '222702.392500', '222702.852500', '222703.312500', '222703.772500', '222704.232500', '222704.692500', '222705.152500', '222705.612500', '222706.072500', '222706.532500', '222706.992500', '222707.452500', '222707.912500', '222708.372500', '222708.832500', '222709.292500', '222709.752500', '222710.212500', '222710.672500', '222711.132500', '222711.592500', '222712.052500', '222712.512500', '222712.972500', '222713.432500', '222713.892500', '222714.352500', '222714.812500', '222715.272500', '222715.732500', '222716.192500', '222716.652500', '222717.112500', '222717.572500', '222718.032500', '222718.492500', '222718.952500', '222719.412500', '222719.872500', '222720.332500', '222720.792500', '222721.252500', '222721.712500', '222722.172500', '222722.632500', '222723.092500', '222723.552500', '222724.012500', '222724.472500', '222724.932500', '222725.392500', '222725.852500', '222726.312500', '222726.772500', '222727.232500', '222727.692500', '222728.152500', '222728.612500', '222729.072500', '222729.532500', '222729.992500', '222730.452500', '222730.912500', '222731.372500', '222731.832500', '222732.292500', '222732.752500', '222733.212500', '222733.672500', '222734.132500', '222734.592500', '222735.052500', '222735.512500', '222735.972500', '222736.432500', '222736.892500', '222737.352500', '222737.812500', '222738.272500', '222738.732500', '222739.192500', '222739.652500', '222740.112500', '222740.572500', '222741.032500', '222741.492500', '222741.952500', '222742.412500', '222742.872500', '222743.332500', '222743.792500', '222744.252500', '222744.712500', '222745.172500', '222745.632500', '222746.092500', '222746.552500', '222747.012500', '222747.472500', '222747.932500', '222748.392500', '222748.852500', '222749.312500', '222749.772500', '222750.232500', '222750.692500', '222751.152500', '222751.612500', '222752.072500', '222752.532500', '222752.992500', '222753.452500', '222753.912500', '222754.372500', '222754.832500', '222755.292500', '222755.752500', '222756.212500', '222756.672500', '222757.132500', '222757.592500', '222758.052500', '222758.512500', '222758.972500', '222759.432500', '222759.892500', '222800.352500', '222800.812500', '222801.272500', '222801.732500', '222802.192500', '222802.652500', '222803.112500', '222803.572500', '222804.032500', '222804.492500', '222804.952500', '222805.412500', '222805.872500', '222806.332500', '222806.792500', '222807.252500', '222807.712500', '222808.172500', '222808.632500', '222809.092500', '222809.552500', '222810.012500', '222810.472500', '222810.932500', '222811.392500', '222811.852500', '222812.312500', '222812.772500', '222813.232500', '222813.692500', '222814.152500', '222814.612500', '222815.072500', '222815.532500', '222815.992500', '222816.452500', '222816.912500', '222817.372500', '222817.832500', '222818.292500', '222818.752500', '222819.212500', '222819.672500', '222820.132500', '222820.592500', '222821.052500', '222821.512500', '222821.972500', '222822.432500', '222822.892500', '222823.352500', '222823.812500', '222824.272500', '222824.732500', '222825.192500', '222825.652500', '222826.112500', '222826.572500', '222827.032500', '222827.492500', '222827.952500', '222828.412500', '222828.872500', '222829.332500', '222829.792500', '222830.252500', '222830.712500', '222831.172500', '222831.632500', '222832.092500', '222832.552500', '222833.012500', '222833.472500', '222833.932500', '222834.392500', '222834.852500', '222835.312500', '222835.772500', '222836.232500', '222836.692500', '222837.152500', '222837.612500', '222838.072500', '222838.532500', '222838.992500', '222839.452500'], 'ContentTime': ['222201.114000', '222201.117000', '222201.124000', '222201.127000', '222201.129000', '222201.132000', '222201.134000', '222201.137000', '222201.139000', '222201.142000', '222201.145000', '222201.147000', '222201.150000', '222201.152000', '222201.155000', '222201.158000', '222201.160000', '222201.163000', '222201.165000', '222201.168000', '222201.170000', '222201.173000', '222201.176000', '222201.178000', '222201.181000', '222201.184000', '222201.186000', '222201.189000', '222201.191000', '222201.194000', '222201.197000', '222201.199000', '222201.202000', '222201.204000', '222201.207000', '222201.210000', '222201.212000', '222201.215000', '222201.217000', '222201.220000', '222201.222000', '222201.225000', '222201.228000', '222201.230000', '222221.073000', '222221.076000', '222221.079000', '222221.081000', '222221.084000', '222221.087000', '222221.089000', '222221.092000', '222221.095000', '222221.098000', '222221.101000', '222221.104000', '222221.106000', '222221.109000', '222221.112000', '222221.114000', '222221.117000', '222221.119000', '222221.122000', '222221.125000', '222221.128000', '222221.131000', '222221.133000', '222221.136000', '222221.138000', '222221.161000', '222221.163000', '222221.166000', '222221.169000', '222221.171000', '222221.174000', '222221.176000', '222221.179000', '222221.182000', '222221.184000', '222221.187000', '222221.234000', '222221.237000', '222221.239000', '222221.242000', '222221.245000', '222221.247000', '222221.256000', '222241.074000', '222241.076000', '222241.079000', '222241.082000', '222241.084000', '222241.087000', '222241.089000', '222241.092000', '222241.095000', '222241.097000', '222241.100000', '222241.102000', '222241.105000', '222241.107000', '222241.110000', '222241.113000', '222241.115000', '222241.118000', '222241.120000', '222241.123000', '222241.125000', '222241.128000', '222241.130000', '222241.133000', '222241.136000', '222241.138000', '222241.141000', '222241.144000', '222241.146000', '222241.149000', '222241.151000', '222241.154000', '222241.157000', '222241.159000', '222241.162000', '222241.164000', '222241.167000', '222241.169000', '222241.172000', '222241.174000', '222241.177000', '222241.180000', '222241.182000', '222241.185000', '222301.074000', '222301.077000', '222301.080000', '222301.082000', '222301.085000', '222301.087000', '222301.090000', '222301.093000', '222301.095000', '222301.098000', '222301.100000', '222301.103000', '222301.106000', '222301.108000', '222301.111000', '222301.113000', '222301.116000', '222301.120000', '222301.123000', '222301.125000', '222301.129000', '222301.131000', '222301.134000', '222301.137000', '222301.139000', '222301.142000', '222301.144000', '222301.147000', '222301.150000', '222301.152000', '222301.155000', '222301.158000', '222301.160000', '222301.163000', '222301.165000', '222301.168000', '222301.171000', '222301.173000', '222301.176000', '222301.179000', '222301.181000', '222301.184000', '222301.186000', '222321.074000', '222321.076000', '222321.079000', '222321.082000', '222321.084000', '222321.087000', '222321.089000', '222321.092000', '222321.095000', '222321.097000', '222321.100000', '222321.102000', '222321.105000', '222321.107000', '222321.110000', '222321.113000', '222321.115000', '222321.118000', '222321.120000', '222321.123000', '222321.126000', '222321.128000', '222321.131000', '222321.133000', '222321.136000', '222321.138000', '222321.141000', '222321.144000', '222321.146000', '222321.149000', '222321.152000', '222321.154000', '222321.157000', '222321.159000', '222321.162000', '222321.164000', '222321.167000', '222321.170000', '222321.172000', '222321.175000', '222321.177000', '222321.180000', '222321.183000', '222321.185000', '222341.074000', '222341.076000', '222341.079000', '222341.082000', '222341.084000', '222341.087000', '222341.090000', '222341.092000', '222341.096000', '222341.099000', '222341.101000', '222341.104000', '222341.107000', '222341.110000', '222341.115000', '222341.117000', '222341.120000', '222341.122000', '222341.125000', '222341.128000', '222341.130000', '222341.133000', '222341.136000', '222341.138000', '222341.141000', '222341.143000', '222341.146000', '222341.149000', '222341.151000', '222341.154000', '222341.156000', '222341.159000', '222341.161000', '222341.164000', '222341.168000', '222341.170000', '222341.173000', '222341.175000', '222341.178000', '222341.181000', '222341.183000', '222341.186000', '222341.189000', '222401.073000', '222401.076000', '222401.079000', '222401.082000', '222401.084000', '222401.087000', '222401.089000', '222401.092000', '222401.095000', '222401.097000', '222401.100000', '222401.102000', '222401.105000', '222401.108000', '222401.110000', '222401.113000', '222401.116000', '222401.118000', '222401.121000', '222401.123000', '222401.126000', '222401.139000', '222401.142000', '222401.144000', '222401.147000', '222401.150000', '222401.152000', '222401.155000', '222401.158000', '222401.160000', '222401.163000', '222401.165000', '222401.168000', '222401.171000', '222401.173000', '222401.176000', '222401.178000', '222401.181000', '222401.183000', '222401.186000', '222401.189000', '222401.219000', '222401.222000', '222401.224000', '222421.073000', '222421.076000', '222421.079000', '222421.082000', '222421.084000', '222421.087000', '222421.089000', '222421.092000', '222421.095000', '222421.097000', '222421.100000', '222421.102000', '222421.106000', '222421.109000', '222421.112000', '222421.115000', '222421.117000', '222421.120000', '222421.122000', '222421.125000', '222421.128000', '222421.130000', '222421.133000', '222421.135000', '222421.138000', '222421.141000', '222421.143000', '222421.146000', '222421.148000', '222421.151000', '222421.154000', '222421.156000', '222421.159000', '222421.161000', '222421.164000', '222421.167000', '222421.169000', '222421.172000', '222421.174000', '222421.177000', '222421.180000', '222421.189000', '222421.233000', '222441.074000', '222441.076000', '222441.079000', '222441.082000', '222441.085000', '222441.087000', '222441.090000', '222441.093000', '222441.095000', '222441.098000', '222441.100000', '222441.103000', '222441.105000', '222441.108000', '222441.111000', '222441.113000', '222441.116000', '222441.119000', '222441.121000', '222441.124000', '222441.126000', '222441.129000', '222441.132000', '222441.134000', '222441.137000', '222441.140000', '222441.142000', '222441.145000', '222441.147000', '222441.150000', '222441.153000', '222441.155000', '222441.158000', '222441.161000', '222441.163000', '222441.166000', '222441.168000', '222441.171000', '222441.173000', '222441.176000', '222441.179000', '222441.181000', '222441.184000', '222441.186000', '222501.073000', '222501.076000', '222501.079000', '222501.082000', '222501.084000', '222501.087000', '222501.090000', '222501.092000', '222501.095000', '222501.098000', '222501.100000', '222501.103000', '222501.106000', '222501.108000', '222501.111000', '222501.113000', '222501.116000', '222501.119000', '222501.121000', '222501.124000', '222501.126000', '222501.129000', '222501.132000', '222501.134000', '222501.137000', '222501.139000', '222501.142000', '222501.145000', '222501.147000', '222501.150000', '222501.152000', '222501.155000', '222501.158000', '222501.160000', '222501.163000', '222501.165000', '222501.168000', '222501.170000', '222501.173000', '222501.176000', '222501.178000', '222501.181000', '222501.184000', '222521.074000', '222521.076000', '222521.079000', '222521.082000', '222521.084000', '222521.087000', '222521.089000', '222521.092000', '222521.095000', '222521.097000', '222521.100000', '222521.102000', '222521.105000', '222521.108000', '222521.110000', '222521.113000', '222521.115000', '222521.118000', '222521.121000', '222521.123000', '222521.126000', '222521.128000', '222521.131000', '222521.133000', '222521.136000', '222521.139000', '222521.141000', '222521.144000', '222521.146000', '222521.149000', '222521.152000', '222521.154000', '222521.157000', '222521.159000', '222521.162000', '222521.165000', '222521.167000', '222521.170000', '222521.172000', '222521.175000', '222521.178000', '222521.180000', '222521.183000', '222521.186000', '222541.074000', '222541.077000', '222541.090000', '222541.092000', '222541.095000', '222541.098000', '222541.100000', '222541.103000', '222541.105000', '222541.108000', '222541.111000', '222541.113000', '222541.116000', '222541.118000', '222541.121000', '222541.124000', '222541.126000', '222541.129000', '222541.132000', '222541.134000', '222541.137000', '222541.140000', '222541.142000', '222541.145000', '222541.147000', '222541.150000', '222541.153000', '222541.155000', '222541.158000', '222541.160000', '222541.163000', '222541.166000', '222541.168000', '222541.171000', '222541.173000', '222541.176000', '222541.178000', '222541.181000', '222541.184000', '222541.186000', '222541.189000', '222541.250000', '222541.253000', '222601.073000', '222601.076000', '222601.079000', '222601.082000', '222601.085000', '222601.087000', '222601.090000', '222601.092000', '222601.095000', '222601.098000', '222601.100000', '222601.103000', '222601.105000', '222601.108000', '222601.111000', '222601.113000', '222601.116000', '222601.119000', '222601.122000', '222601.125000', '222601.128000', '222601.131000', '222601.133000', '222601.136000', '222601.138000', '222601.141000', '222601.144000', '222601.147000', '222601.149000', '222601.152000', '222601.154000', '222601.157000', '222601.160000', '222601.162000', '222601.165000', '222601.167000', '222601.170000', '222601.173000', '222601.175000', '222601.178000', '222601.181000', '222601.183000', '222601.186000', '222621.074000', '222621.077000', '222621.079000', '222621.082000', '222621.084000', '222621.087000', '222621.090000', '222621.092000', '222621.095000', '222621.098000', '222621.100000', '222621.103000', '222621.105000', '222621.108000', '222621.110000', '222621.113000', '222621.116000', '222621.118000', '222621.121000', '222621.124000', '222621.126000', '222621.129000', '222621.131000', '222621.134000', '222621.136000', '222621.139000', '222621.142000', '222621.145000', '222621.147000', '222621.150000', '222621.153000', '222621.155000', '222621.158000', '222621.160000', '222621.163000', '222621.165000', '222621.168000', '222621.171000', '222621.173000', '222621.176000', '222621.180000', '222621.183000', '222621.186000', '222621.188000', '222641.074000', '222641.077000', '222641.079000', '222641.082000', '222641.084000', '222641.087000', '222641.090000', '222641.092000', '222641.095000', '222641.097000', '222641.100000', '222641.103000', '222641.105000', '222641.108000', '222641.110000', '222641.113000', '222641.116000', '222641.118000', '222641.121000', '222641.123000', '222641.126000', '222641.129000', '222641.131000', '222641.134000', '222641.136000', '222641.139000', '222641.142000', '222641.144000', '222641.147000', '222641.150000', '222641.152000', '222641.155000', '222641.157000', '222641.160000', '222641.163000', '222641.165000', '222641.168000', '222641.170000', '222641.173000', '222641.175000', '222641.178000', '222641.181000', '222641.183000', '222641.186000', '222701.074000', '222701.076000', '222701.079000', '222701.082000', '222701.085000', '222701.087000', '222701.090000', '222701.092000', '222701.095000', '222701.098000', '222701.100000', '222701.103000', '222701.106000', '222701.108000', '222701.111000', '222701.114000', '222701.116000', '222701.119000', '222701.122000', '222701.124000', '222701.127000', '222701.129000', '222701.132000', '222701.135000', '222701.137000', '222701.140000', '222701.143000', '222701.167000', '222701.170000', '222701.172000', '222701.175000', '222701.178000', '222701.180000', '222701.183000', '222701.186000', '222701.188000', '222701.257000', '222701.260000', '222701.263000', '222701.265000', '222701.268000', '222701.270000', '222701.273000', '222721.073000', '222721.076000', '222721.079000', '222721.081000', '222721.084000', '222721.087000', '222721.089000', '222721.092000', '222721.094000', '222721.097000', '222721.100000', '222721.104000', '222721.107000', '222721.111000', '222721.114000', '222721.116000', '222721.119000', '222721.121000', '222721.124000', '222721.127000', '222721.130000', '222721.132000', '222721.135000', '222721.137000', '222721.140000', '222721.143000', '222721.152000', '222721.155000', '222721.158000', '222721.160000', '222721.163000', '222721.165000', '222721.168000', '222721.171000', '222721.173000', '222721.176000', '222721.185000', '222721.187000', '222721.230000', '222721.233000', '222721.236000', '222721.238000', '222721.241000', '222741.074000', '222741.076000', '222741.079000', '222741.082000', '222741.084000', '222741.087000', '222741.089000', '222741.092000', '222741.095000', '222741.097000', '222741.100000', '222741.103000', '222741.105000', '222741.108000', '222741.110000', '222741.113000', '222741.116000', '222741.118000', '222741.121000', '222741.124000', '222741.126000', '222741.129000', '222741.131000', '222741.134000', '222741.137000', '222741.139000', '222741.142000', '222741.144000', '222741.147000', '222741.150000', '222741.152000', '222741.155000', '222741.157000', '222741.160000', '222741.162000', '222741.165000', '222741.168000', '222741.170000', '222741.173000', '222741.175000', '222741.178000', '222741.181000', '222741.183000', '222741.186000', '222801.074000', '222801.076000', '222801.079000', '222801.082000', '222801.084000', '222801.087000', '222801.089000', '222801.092000', '222801.095000', '222801.097000', '222801.100000', '222801.103000', '222801.105000', '222801.108000', '222801.110000', '222801.113000', '222801.116000', '222801.118000', '222801.121000', '222801.123000', '222801.126000', '222801.129000', '222801.131000', '222801.134000', '222801.137000', '222801.139000', '222801.142000', '222801.144000', '222801.147000', '222801.149000', '222801.152000', '222801.155000', '222801.157000', '222801.160000', '222801.162000', '222801.165000', '222801.168000', '222801.170000', '222801.173000', '222801.176000', '222801.178000', '222801.181000', '222801.183000', '222801.186000', '222821.073000', '222821.076000', '222821.079000', '222821.082000', '222821.084000', '222821.087000', '222821.089000', '222821.092000', '222821.095000', '222821.098000', '222821.101000', '222821.103000', '222821.106000', '222821.109000', '222821.112000', '222821.114000', '222821.117000', '222821.119000', '222821.122000', '222821.124000', '222821.127000', '222821.130000', '222821.132000', '222821.135000', '222821.138000', '222821.140000', '222821.143000', '222821.145000', '222821.148000', '222821.151000', '222821.153000', '222821.156000', '222821.158000', '222821.161000', '222821.163000', '222821.166000', '222821.169000', '222821.171000', '222821.179000', '222821.182000', '222821.184000', '222821.187000', '222821.190000', '222841.044000', '222841.047000', '222841.050000', '222841.052000', '222841.055000', '222841.058000', '222841.061000', '222841.063000', '222841.066000', '222841.069000', '222841.072000', '222841.074000', '222841.077000', '222841.080000', '222841.085000', '222841.088000', '222841.091000', '222841.093000', '222841.096000', '222841.099000', '222841.103000', '222841.105000', '222841.108000', '222841.111000', '222841.114000', '222841.117000', '222841.120000', '222841.123000', '222841.125000', '222841.128000', '222841.131000', '222841.133000', '222841.136000', '222841.139000', '222841.142000', '222841.144000', '222841.147000', '222841.150000', '222841.153000', '222841.157000', '222841.160000', '222841.163000', '222841.166000', '222841.169000'], 'InstanceCreationTime': ['222201.114000', '222201.117000', '222201.124000', '222201.127000', '222201.129000', '222201.132000', '222201.134000', '222201.137000', '222201.139000', '222201.142000', '222201.145000', '222201.147000', '222201.150000', '222201.152000', '222201.155000', '222201.158000', '222201.160000', '222201.163000', '222201.165000', '222201.168000', '222201.170000', '222201.173000', '222201.176000', '222201.178000', '222201.181000', '222201.184000', '222201.186000', '222201.189000', '222201.191000', '222201.194000', '222201.197000', '222201.199000', '222201.202000', '222201.204000', '222201.207000', '222201.210000', '222201.212000', '222201.215000', '222201.217000', '222201.220000', '222201.222000', '222201.225000', '222201.228000', '222201.230000', '222221.073000', '222221.076000', '222221.079000', '222221.081000', '222221.084000', '222221.087000', '222221.089000', '222221.092000', '222221.095000', '222221.098000', '222221.101000', '222221.104000', '222221.106000', '222221.109000', '222221.112000', '222221.114000', '222221.117000', '222221.119000', '222221.122000', '222221.125000', '222221.128000', '222221.131000', '222221.133000', '222221.136000', '222221.138000', '222221.161000', '222221.163000', '222221.166000', '222221.169000', '222221.171000', '222221.174000', '222221.176000', '222221.179000', '222221.182000', '222221.184000', '222221.187000', '222221.234000', '222221.237000', '222221.239000', '222221.242000', '222221.245000', '222221.247000', '222221.256000', '222241.074000', '222241.076000', '222241.079000', '222241.082000', '222241.084000', '222241.087000', '222241.089000', '222241.092000', '222241.095000', '222241.097000', '222241.100000', '222241.102000', '222241.105000', '222241.107000', '222241.110000', '222241.113000', '222241.115000', '222241.118000', '222241.120000', '222241.123000', '222241.125000', '222241.128000', '222241.130000', '222241.133000', '222241.136000', '222241.138000', '222241.141000', '222241.144000', '222241.146000', '222241.149000', '222241.151000', '222241.154000', '222241.157000', '222241.159000', '222241.162000', '222241.164000', '222241.167000', '222241.169000', '222241.172000', '222241.174000', '222241.177000', '222241.180000', '222241.182000', '222241.185000', '222301.074000', '222301.077000', '222301.080000', '222301.082000', '222301.085000', '222301.087000', '222301.090000', '222301.093000', '222301.095000', '222301.098000', '222301.100000', '222301.103000', '222301.106000', '222301.108000', '222301.111000', '222301.113000', '222301.116000', '222301.120000', '222301.123000', '222301.125000', '222301.129000', '222301.131000', '222301.134000', '222301.137000', '222301.139000', '222301.142000', '222301.144000', '222301.147000', '222301.150000', '222301.152000', '222301.155000', '222301.158000', '222301.160000', '222301.163000', '222301.165000', '222301.168000', '222301.171000', '222301.173000', '222301.176000', '222301.179000', '222301.181000', '222301.184000', '222301.186000', '222321.074000', '222321.076000', '222321.079000', '222321.082000', '222321.084000', '222321.087000', '222321.089000', '222321.092000', '222321.095000', '222321.097000', '222321.100000', '222321.102000', '222321.105000', '222321.107000', '222321.110000', '222321.113000', '222321.115000', '222321.118000', '222321.120000', '222321.123000', '222321.126000', '222321.128000', '222321.131000', '222321.133000', '222321.136000', '222321.138000', '222321.141000', '222321.144000', '222321.146000', '222321.149000', '222321.152000', '222321.154000', '222321.157000', '222321.159000', '222321.162000', '222321.164000', '222321.167000', '222321.170000', '222321.172000', '222321.175000', '222321.177000', '222321.180000', '222321.183000', '222321.185000', '222341.074000', '222341.076000', '222341.079000', '222341.082000', '222341.084000', '222341.087000', '222341.090000', '222341.092000', '222341.096000', '222341.099000', '222341.101000', '222341.104000', '222341.107000', '222341.110000', '222341.115000', '222341.117000', '222341.120000', '222341.122000', '222341.125000', '222341.128000', '222341.130000', '222341.133000', '222341.136000', '222341.138000', '222341.141000', '222341.143000', '222341.146000', '222341.149000', '222341.151000', '222341.154000', '222341.156000', '222341.159000', '222341.161000', '222341.164000', '222341.168000', '222341.170000', '222341.173000', '222341.175000', '222341.178000', '222341.181000', '222341.183000', '222341.186000', '222341.189000', '222401.073000', '222401.076000', '222401.079000', '222401.082000', '222401.084000', '222401.087000', '222401.089000', '222401.092000', '222401.095000', '222401.097000', '222401.100000', '222401.102000', '222401.105000', '222401.108000', '222401.110000', '222401.113000', '222401.116000', '222401.118000', '222401.121000', '222401.123000', '222401.126000', '222401.139000', '222401.142000', '222401.144000', '222401.147000', '222401.150000', '222401.152000', '222401.155000', '222401.158000', '222401.160000', '222401.163000', '222401.165000', '222401.168000', '222401.171000', '222401.173000', '222401.176000', '222401.178000', '222401.181000', '222401.183000', '222401.186000', '222401.189000', '222401.219000', '222401.222000', '222401.224000', '222421.073000', '222421.076000', '222421.079000', '222421.082000', '222421.084000', '222421.087000', '222421.089000', '222421.092000', '222421.095000', '222421.097000', '222421.100000', '222421.102000', '222421.106000', '222421.109000', '222421.112000', '222421.115000', '222421.117000', '222421.120000', '222421.122000', '222421.125000', '222421.128000', '222421.130000', '222421.133000', '222421.135000', '222421.138000', '222421.141000', '222421.143000', '222421.146000', '222421.148000', '222421.151000', '222421.154000', '222421.156000', '222421.159000', '222421.161000', '222421.164000', '222421.167000', '222421.169000', '222421.172000', '222421.174000', '222421.177000', '222421.180000', '222421.189000', '222421.233000', '222441.074000', '222441.076000', '222441.079000', '222441.082000', '222441.085000', '222441.087000', '222441.090000', '222441.093000', '222441.095000', '222441.098000', '222441.100000', '222441.103000', '222441.105000', '222441.108000', '222441.111000', '222441.113000', '222441.116000', '222441.119000', '222441.121000', '222441.124000', '222441.126000', '222441.129000', '222441.132000', '222441.134000', '222441.137000', '222441.140000', '222441.142000', '222441.145000', '222441.147000', '222441.150000', '222441.153000', '222441.155000', '222441.158000', '222441.161000', '222441.163000', '222441.166000', '222441.168000', '222441.171000', '222441.173000', '222441.176000', '222441.179000', '222441.181000', '222441.184000', '222441.186000', '222501.073000', '222501.076000', '222501.079000', '222501.082000', '222501.084000', '222501.087000', '222501.090000', '222501.092000', '222501.095000', '222501.098000', '222501.100000', '222501.103000', '222501.106000', '222501.108000', '222501.111000', '222501.113000', '222501.116000', '222501.119000', '222501.121000', '222501.124000', '222501.126000', '222501.129000', '222501.132000', '222501.134000', '222501.137000', '222501.139000', '222501.142000', '222501.145000', '222501.147000', '222501.150000', '222501.152000', '222501.155000', '222501.158000', '222501.160000', '222501.163000', '222501.165000', '222501.168000', '222501.170000', '222501.173000', '222501.176000', '222501.178000', '222501.181000', '222501.184000', '222521.074000', '222521.076000', '222521.079000', '222521.082000', '222521.084000', '222521.087000', '222521.089000', '222521.092000', '222521.095000', '222521.097000', '222521.100000', '222521.102000', '222521.105000', '222521.108000', '222521.110000', '222521.113000', '222521.115000', '222521.118000', '222521.121000', '222521.123000', '222521.126000', '222521.128000', '222521.131000', '222521.133000', '222521.136000', '222521.139000', '222521.141000', '222521.144000', '222521.146000', '222521.149000', '222521.152000', '222521.154000', '222521.157000', '222521.159000', '222521.162000', '222521.165000', '222521.167000', '222521.170000', '222521.172000', '222521.175000', '222521.178000', '222521.180000', '222521.183000', '222521.186000', '222541.074000', '222541.077000', '222541.090000', '222541.092000', '222541.095000', '222541.098000', '222541.100000', '222541.103000', '222541.105000', '222541.108000', '222541.111000', '222541.113000', '222541.116000', '222541.118000', '222541.121000', '222541.124000', '222541.126000', '222541.129000', '222541.132000', '222541.134000', '222541.137000', '222541.140000', '222541.142000', '222541.145000', '222541.147000', '222541.150000', '222541.153000', '222541.155000', '222541.158000', '222541.160000', '222541.163000', '222541.166000', '222541.168000', '222541.171000', '222541.173000', '222541.176000', '222541.178000', '222541.181000', '222541.184000', '222541.186000', '222541.189000', '222541.250000', '222541.253000', '222601.073000', '222601.076000', '222601.079000', '222601.082000', '222601.085000', '222601.087000', '222601.090000', '222601.092000', '222601.095000', '222601.098000', '222601.100000', '222601.103000', '222601.105000', '222601.108000', '222601.111000', '222601.113000', '222601.116000', '222601.119000', '222601.122000', '222601.125000', '222601.128000', '222601.131000', '222601.133000', '222601.136000', '222601.138000', '222601.141000', '222601.144000', '222601.147000', '222601.149000', '222601.152000', '222601.154000', '222601.157000', '222601.160000', '222601.162000', '222601.165000', '222601.167000', '222601.170000', '222601.173000', '222601.175000', '222601.178000', '222601.181000', '222601.183000', '222601.186000', '222621.074000', '222621.077000', '222621.079000', '222621.082000', '222621.084000', '222621.087000', '222621.090000', '222621.092000', '222621.095000', '222621.098000', '222621.100000', '222621.103000', '222621.105000', '222621.108000', '222621.110000', '222621.113000', '222621.116000', '222621.118000', '222621.121000', '222621.124000', '222621.126000', '222621.129000', '222621.131000', '222621.134000', '222621.136000', '222621.139000', '222621.142000', '222621.145000', '222621.147000', '222621.150000', '222621.153000', '222621.155000', '222621.158000', '222621.160000', '222621.163000', '222621.165000', '222621.168000', '222621.171000', '222621.173000', '222621.176000', '222621.180000', '222621.183000', '222621.186000', '222621.188000', '222641.074000', '222641.077000', '222641.079000', '222641.082000', '222641.084000', '222641.087000', '222641.090000', '222641.092000', '222641.095000', '222641.097000', '222641.100000', '222641.103000', '222641.105000', '222641.108000', '222641.110000', '222641.113000', '222641.116000', '222641.118000', '222641.121000', '222641.123000', '222641.126000', '222641.129000', '222641.131000', '222641.134000', '222641.136000', '222641.139000', '222641.142000', '222641.144000', '222641.147000', '222641.150000', '222641.152000', '222641.155000', '222641.157000', '222641.160000', '222641.163000', '222641.165000', '222641.168000', '222641.170000', '222641.173000', '222641.175000', '222641.178000', '222641.181000', '222641.183000', '222641.186000', '222701.074000', '222701.076000', '222701.079000', '222701.082000', '222701.085000', '222701.087000', '222701.090000', '222701.092000', '222701.095000', '222701.098000', '222701.100000', '222701.103000', '222701.106000', '222701.108000', '222701.111000', '222701.114000', '222701.116000', '222701.119000', '222701.122000', '222701.124000', '222701.127000', '222701.129000', '222701.132000', '222701.135000', '222701.137000', '222701.140000', '222701.143000', '222701.167000', '222701.170000', '222701.172000', '222701.175000', '222701.178000', '222701.180000', '222701.183000', '222701.186000', '222701.188000', '222701.257000', '222701.260000', '222701.263000', '222701.265000', '222701.268000', '222701.270000', '222701.273000', '222721.073000', '222721.076000', '222721.079000', '222721.081000', '222721.084000', '222721.087000', '222721.089000', '222721.092000', '222721.094000', '222721.097000', '222721.100000', '222721.104000', '222721.107000', '222721.111000', '222721.114000', '222721.116000', '222721.119000', '222721.121000', '222721.124000', '222721.127000', '222721.130000', '222721.132000', '222721.135000', '222721.137000', '222721.140000', '222721.143000', '222721.152000', '222721.155000', '222721.158000', '222721.160000', '222721.163000', '222721.165000', '222721.168000', '222721.171000', '222721.173000', '222721.176000', '222721.185000', '222721.187000', '222721.230000', '222721.233000', '222721.236000', '222721.238000', '222721.241000', '222741.074000', '222741.076000', '222741.079000', '222741.082000', '222741.084000', '222741.087000', '222741.089000', '222741.092000', '222741.095000', '222741.097000', '222741.100000', '222741.103000', '222741.105000', '222741.108000', '222741.110000', '222741.113000', '222741.116000', '222741.118000', '222741.121000', '222741.124000', '222741.126000', '222741.129000', '222741.131000', '222741.134000', '222741.137000', '222741.139000', '222741.142000', '222741.144000', '222741.147000', '222741.150000', '222741.152000', '222741.155000', '222741.157000', '222741.160000', '222741.162000', '222741.165000', '222741.168000', '222741.170000', '222741.173000', '222741.175000', '222741.178000', '222741.181000', '222741.183000', '222741.186000', '222801.074000', '222801.076000', '222801.079000', '222801.082000', '222801.084000', '222801.087000', '222801.089000', '222801.092000', '222801.095000', '222801.097000', '222801.100000', '222801.103000', '222801.105000', '222801.108000', '222801.110000', '222801.113000', '222801.116000', '222801.118000', '222801.121000', '222801.123000', '222801.126000', '222801.129000', '222801.131000', '222801.134000', '222801.137000', '222801.139000', '222801.142000', '222801.144000', '222801.147000', '222801.149000', '222801.152000', '222801.155000', '222801.157000', '222801.160000', '222801.162000', '222801.165000', '222801.168000', '222801.170000', '222801.173000', '222801.176000', '222801.178000', '222801.181000', '222801.183000', '222801.186000', '222821.073000', '222821.076000', '222821.079000', '222821.082000', '222821.084000', '222821.087000', '222821.089000', '222821.092000', '222821.095000', '222821.098000', '222821.101000', '222821.103000', '222821.106000', '222821.109000', '222821.112000', '222821.114000', '222821.117000', '222821.119000', '222821.122000', '222821.124000', '222821.127000', '222821.130000', '222821.132000', '222821.135000', '222821.138000', '222821.140000', '222821.143000', '222821.145000', '222821.148000', '222821.151000', '222821.153000', '222821.156000', '222821.158000', '222821.161000', '222821.163000', '222821.166000', '222821.169000', '222821.171000', '222821.179000', '222821.182000', '222821.184000', '222821.187000', '222821.190000', '222841.044000', '222841.047000', '222841.050000', '222841.052000', '222841.055000', '222841.058000', '222841.061000', '222841.063000', '222841.066000', '222841.069000', '222841.072000', '222841.074000', '222841.077000', '222841.080000', '222841.085000', '222841.088000', '222841.091000', '222841.093000', '222841.096000', '222841.099000', '222841.103000', '222841.105000', '222841.108000', '222841.111000', '222841.114000', '222841.117000', '222841.120000', '222841.123000', '222841.125000', '222841.128000', '222841.131000', '222841.133000', '222841.136000', '222841.139000', '222841.142000', '222841.144000', '222841.147000', '222841.150000', '222841.153000', '222841.157000', '222841.160000', '222841.163000', '222841.166000', '222841.169000'], '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': [9435, 12027, 8858, 10937, 8424, 10074, 8405, 9991, 8808, 9992, 7960, 9792, 7953, 9793, 6639, 8485, 13891, 8494, 11107, 7775, 10102, 6796, 9026, 6649, 8251, 12418, 7802, 10817, 7837, 10162, 6737, 9641, 6513, 9380, 9416, 8564, 11896, 8480, 10747, 8373, 10097, 7163, 9949, 6709, 9418, 12351, 8942, 14162, 9129, 11028, 8088, 10250, 7043, 10195, 7562, 10398, 8563, 9940, 14923, 9828, 13201, 9282, 12852, 9075, 11526, 7510, 10553, 7972, 9898, 12784, 9442, 14968, 9386, 12383, 8528, 10648, 7052, 10556, 8379, 9684, 11320, 8800, 12669, 8480, 11566, 8170, 10651, 6980, 9640, 6983, 9205, 12851, 8894, 13479, 9065, 11407, 8005, 10383, 7426, 10528, 7211, 10789, 7386, 9731, 11491, 8689, 12898, 8486, 11685, 8068, 11194, 6905, 10339, 6687, 9935, 9121, 9651, 11287, 9050, 10372, 8579, 12576, 8632, 13707, 8863, 13940, 8918, 12183, 8677, 11261, 7953, 11143, 7978, 10208, 8147, 9419, 10454, 8882, 14284, 8611, 12002, 8736, 11151, 8512, 10273, 7554, 10550, 7614, 10435, 7208, 10613, 6959, 9457, 9512, 8962, 14147, 9043, 14551, 9672, 12198, 8868, 11220, 8440, 11276, 8021, 11235, 7895, 10672, 7783, 10781, 7129, 10643, 7766, 10432, 7067, 9825, 7411, 9354, 11878, 9171, 14298, 9149, 11756, 8481, 10572, 7740, 10876, 7673, 11092, 7103, 10383, 6810, 9913, 12907, 9120, 14980, 9517, 13581, 8876, 11761, 8446, 11048, 7886, 10931, 8090, 11009, 7328, 10184, 6896, 10080, 10291, 9662, 13093, 9020, 13949, 8835, 11722, 8782, 11272, 8105, 10794, 7682, 10602, 6916, 10367, 7396, 10683, 8287, 10062, 9280, 9073, 14810, 9309, 12450, 9325, 11940, 8616, 10770, 7041, 9964, 7849, 9175, 11480, 9035, 10367, 8601, 14043, 8386, 12136, 8300, 11295, 8003, 10241, 6727, 9790, 6551, 9303, 12029, 8919, 12207, 8600, 13145, 8523, 12295, 8973, 11464, 8596, 10791, 7756, 10633, 7770, 10645, 7172, 10908, 7635, 10965, 6868, 10528, 8109, 10055, 14177, 9806, 14788, 9400, 11803, 8599, 11367, 8368, 11743, 8182, 10905, 7262, 10185, 6970, 9603, 8457, 10028, 7049, 9894, 6630, 9617, 6851, 10266, 7096, 10835, 6873, 10482, 6907, 10151, 13263, 9122, 14960, 10146, 11819, 8792, 10864, 8516, 11063, 8543, 11837, 7930, 10644, 7866, 10623, 6736, 10612, 7022, 10660, 6957, 10503, 7060, 9868, 13667, 8797, 12670, 9333, 11729, 8351, 10082, 6708, 9773, 8382, 9099, 12300, 9015, 11443, 8354, 13178, 8393, 11526, 8856, 12311, 8667, 12570, 8570, 11885, 8565, 11632, 8813, 11828, 8238, 11477, 7430, 10768, 9004, 10119, 12490, 9935, 10892, 9803, 12831, 9584, 14744, 9848, 13090, 8778, 10673, 8790, 9416, 9079, 7915, 10031, 6683, 10043, 7662, 10109, 12233, 9377, 14098, 9302, 13697, 8936, 12351, 9113, 11800, 8431, 11886, 8375, 11268, 7804, 10683, 6814, 10606, 7203, 11153, 7947, 10776, 7526, 10696, 6917, 10601, 7658, 10872, 6984, 10793, 6961, 10275, 10919, 9467, 14651, 9652, 13599, 8785, 11468, 8690, 11468, 8401, 12074, 8579, 11263, 7433, 10461, 6773, 10029, 7660, 9880, 9389, 9117, 10717, 8497, 14092, 9209, 12491, 9095, 10913, 8379, 10618, 7905, 10934, 8343, 11729, 8314, 11150, 7895, 10793, 7007, 10612, 7637, 10896, 7211, 10588, 7491, 9487, 12855, 9252, 14091, 9407, 12580, 8713, 13180, 8584, 11881, 9020, 13304, 9020, 12738, 8401, 11748, 8478, 11785, 8788, 12102, 8302, 10928, 7046, 10392, 11992, 9039, 13323, 10208, 11250, 7908, 10133, 6604, 8835, 10814, 8615, 12988, 8738, 13276, 8613, 11033, 7786, 10261, 7603, 10823, 7001, 10437, 7294, 9366, 14240, 9341, 12372, 9587, 11685, 8108, 10310, 6879, 9606, 10173, 9895, 13209, 9333, 13544, 8476, 11561, 8322, 11187, 8651, 12263, 8596, 11035, 8290, 10947, 7993, 11176, 7800, 11050, 7159, 10461, 7271, 9747, 10381, 9576, 10494, 9537, 6856, 9808, 6866, 9525, 12652, 9377, 14828, 9725, 11701, 8615, 10967, 8260, 10560, 8036, 10308, 7127, 9219, 7887, 8634, 13227, 8811, 12948, 8878, 13074, 8391, 10994, 8097, 10663, 8107, 11371, 8167, 11054, 8268, 11304, 8518, 11732, 8802, 11970, 9107, 11519, 8547, 11294, 8162, 11135, 8282, 10749, 7548, 10039, 6680, 9683, 7514, 9541, 8755, 9988, 6913, 10121, 6621, 10023, 6693, 9925, 7756, 10092, 8023, 9756, 7528, 9548, 12189, 9386, 13676, 9256, 11631, 8981, 13826, 8790, 11757, 8731, 11434, 8337, 11003, 7703, 10515, 6871, 9874, 9414, 9816, 10581, 9121, 9633, 8985, 12953, 8407, 12905, 9655, 11870, 8822, 10734, 7792, 9820, 6746, 9750, 7552, 9628, 6312, 9293, 6187, 9347, 6442, 9977, 6907, 10984, 7831, 11208, 6948, 10863, 7979, 10067, 10073, 10087, 8564, 9402, 7635, 9754, 10564, 9491, 11774, 9809, 7386, 9872, 6862, 9678, 7211, 9809, 12531, 9410, 12900, 9187, 11087, 8107, 11939, 8105, 10390, 7994, 10631, 6958, 10015, 6650, 9338, 11409, 9116, 13962, 9233, 13233, 9025, 11448, 8405, 10859, 8025, 11996, 8580, 11332, 7689, 10685, 7637, 10778, 7505, 10514, 7777, 10162, 6832, 10087, 6686, 10633, 8645, 10639, 7510, 10283, 7712, 10742, 8477, 9110, 9074, 7476, 12420, 8810, 13106, 8778, 11220, 9139, 13520, 9301, 14944, 10179, 12283, 8833, 10044, 8500, 7594, 9846, 6817, 10464, 7777, 10470, 7770, 11018, 8308, 11350, 8657, 10686, 8170, 10845, 7818, 10906, 7510, 10622, 7543, 10851, 7926, 10324, 7512, 10642, 8058, 11786, 8775, 11266, 7991, 11219, 7514, 10835, 8189, 10489, 8043, 10074, 9409, 9821, 11686, 9250, 13697, 9244, 13398, 8613, 11308, 8012, 10085, 6614, 9553, 7303, 9267, 8915, 8425, 12859, 9135, 10821, 8308, 10731, 7613, 10139, 6292, 9025, 6468, 9447, 8810, 9289, 11816, 8565, 12746, 9085, 11084, 8389, 11733, 8619, 11077, 8110, 10714, 7822, 11093, 7732, 11568, 8001, 10913, 7821, 11387, 8197, 11947, 8440, 12195, 7954, 10936, 7796, 10264, 7499, 12537, 8890, 7696, 9118, 12994, 9131, 11049, 7535, 9423, 13437, 8960, 13210, 9007, 13529, 9408, 8342, 10746, 8296, 12966, 9709, 13926, 9690, 14166, 9169, 12525, 9176, 11236, 8728, 10407, 8066, 10469, 7444, 10199, 7518, 10009, 6939, 9632, 6458, 8898, 6375, 8464, 12799, 8221, 11819, 8798, 11357, 8236, 10766, 7887, 11263, 8134, 11404, 8047, 11077, 8103, 6637, 9310, 12526, 9069, 10694, 6780, 10128, 9877, 8732, 13168, 9297, 11044, 8396, 10789, 7830, 10408, 6976, 10075, 6722, 9925, 12136, 9556, 12787], 'WindowCenter': [3834.0, 3839.0, 3803.0, 3811.0, 3789.0, 3799.0, 3788.0, 3798.0, 3788.0, 3799.0, 3789.0, 3800.0, 3789.0, 3811.0, 3770.0, 3790.0, 3831.0, 3790.0, 3822.0, 3791.0, 3811.0, 3781.0, 3814.0, 3783.0, 3805.0, 3847.0, 3805.0, 3838.0, 3808.0, 3839.0, 3798.0, 3840.0, 3800.0, 3832.0, 3842.0, 3832.0, 3852.0, 3832.0, 3852.0, 3834.0, 3843.0, 3811.0, 3842.0, 3800.0, 3844.0, 3864.0, 3844.0, 3876.0, 3845.0, 3866.0, 3835.0, 3854.0, 3813.0, 3854.0, 3824.0, 3857.0, 3845.0, 3856.0, 3885.0, 3854.0, 3865.0, 3843.0, 3864.0, 3832.0, 3853.0, 3811.0, 3841.0, 3808.0, 3829.0, 3850.0, 3831.0, 3872.0, 3829.0, 3850.0, 3818.0, 3839.0, 3797.0, 3840.0, 3819.0, 3829.0, 3850.0, 3829.0, 3848.0, 3817.0, 3850.0, 3819.0, 3840.0, 3796.0, 3829.0, 3797.0, 3830.0, 3850.0, 3830.0, 3861.0, 3831.0, 3851.0, 3820.0, 3840.0, 3809.0, 3840.0, 3809.0, 3841.0, 3809.0, 3831.0, 3850.0, 3819.0, 3849.0, 3817.0, 3850.0, 3809.0, 3840.0, 3798.0, 3840.0, 3797.0, 3840.0, 3828.0, 3829.0, 3850.0, 3829.0, 3840.0, 3818.0, 3850.0, 3818.0, 3861.0, 3831.0, 3861.0, 3830.0, 3851.0, 3820.0, 3838.0, 3805.0, 3838.0, 3805.0, 3838.0, 3807.0, 3827.0, 3837.0, 3817.0, 3858.0, 3816.0, 3848.0, 3819.0, 3850.0, 3830.0, 3840.0, 3809.0, 3839.0, 3808.0, 3840.0, 3808.0, 3841.0, 3808.0, 3830.0, 3828.0, 3818.0, 3859.0, 3830.0, 3860.0, 3829.0, 3849.0, 3818.0, 3837.0, 3816.0, 3838.0, 3819.0, 3850.0, 3820.0, 3840.0, 3809.0, 3840.0, 3797.0, 3842.0, 3809.0, 3840.0, 3809.0, 3840.0, 3807.0, 3829.0, 3849.0, 3829.0, 3861.0, 3829.0, 3850.0, 3819.0, 3839.0, 3808.0, 3839.0, 3808.0, 3851.0, 3809.0, 3841.0, 3798.0, 3830.0, 3849.0, 3830.0, 3860.0, 3829.0, 3859.0, 3818.0, 3849.0, 3817.0, 3838.0, 3807.0, 3838.0, 3819.0, 3840.0, 3810.0, 3841.0, 3809.0, 3841.0, 3839.0, 3830.0, 3860.0, 3830.0, 3861.0, 3830.0, 3850.0, 3817.0, 3840.0, 3819.0, 3839.0, 3808.0, 3840.0, 3798.0, 3840.0, 3808.0, 3841.0, 3819.0, 3840.0, 3830.0, 3829.0, 3859.0, 3827.0, 3849.0, 3828.0, 3850.0, 3818.0, 3838.0, 3796.0, 3827.0, 3806.0, 3827.0, 3849.0, 3817.0, 3839.0, 3818.0, 3860.0, 3818.0, 3849.0, 3819.0, 3851.0, 3808.0, 3839.0, 3798.0, 3840.0, 3797.0, 3830.0, 3849.0, 3831.0, 3851.0, 3830.0, 3860.0, 3831.0, 3849.0, 3830.0, 3851.0, 3831.0, 3851.0, 3820.0, 3841.0, 3809.0, 3841.0, 3809.0, 3853.0, 3821.0, 3852.0, 3811.0, 3853.0, 3820.0, 3841.0, 3861.0, 3840.0, 3862.0, 3830.0, 3851.0, 3819.0, 3850.0, 3818.0, 3851.0, 3817.0, 3838.0, 3809.0, 3839.0, 3795.0, 3828.0, 3816.0, 3828.0, 3796.0, 3838.0, 3797.0, 3828.0, 3795.0, 3839.0, 3796.0, 3852.0, 3798.0, 3842.0, 3809.0, 3840.0, 3859.0, 3829.0, 3861.0, 3827.0, 3849.0, 3816.0, 3837.0, 3815.0, 3835.0, 3815.0, 3838.0, 3806.0, 3838.0, 3807.0, 3837.0, 3796.0, 3837.0, 3796.0, 3841.0, 3797.0, 3839.0, 3797.0, 3829.0, 3859.0, 3816.0, 3847.0, 3828.0, 3849.0, 3818.0, 3838.0, 3796.0, 3829.0, 3817.0, 3829.0, 3862.0, 3830.0, 3851.0, 3831.0, 3861.0, 3820.0, 3851.0, 3830.0, 3865.0, 3832.0, 3863.0, 3832.0, 3852.0, 3831.0, 3852.0, 3832.0, 3853.0, 3820.0, 3851.0, 3809.0, 3840.0, 3818.0, 3840.0, 3849.0, 3828.0, 3838.0, 3828.0, 3847.0, 3827.0, 3857.0, 3827.0, 3847.0, 3816.0, 3837.0, 3816.0, 3825.0, 3827.0, 3818.0, 3841.0, 3797.0, 3842.0, 3820.0, 3840.0, 3850.0, 3829.0, 3861.0, 3829.0, 3860.0, 3829.0, 3849.0, 3817.0, 3849.0, 3816.0, 3838.0, 3817.0, 3839.0, 3806.0, 3836.0, 3785.0, 3837.0, 3806.0, 3852.0, 3818.0, 3839.0, 3807.0, 3839.0, 3796.0, 3839.0, 3807.0, 3841.0, 3797.0, 3840.0, 3798.0, 3839.0, 3838.0, 3827.0, 3860.0, 3828.0, 3859.0, 3818.0, 3837.0, 3816.0, 3836.0, 3817.0, 3847.0, 3817.0, 3838.0, 3806.0, 3837.0, 3795.0, 3828.0, 3806.0, 3840.0, 3829.0, 3828.0, 3839.0, 3817.0, 3859.0, 3829.0, 3850.0, 3830.0, 3839.0, 3818.0, 3839.0, 3818.0, 3838.0, 3819.0, 3850.0, 3818.0, 3850.0, 3820.0, 3841.0, 3798.0, 3840.0, 3809.0, 3841.0, 3808.0, 3841.0, 3808.0, 3829.0, 3848.0, 3827.0, 3860.0, 3828.0, 3849.0, 3817.0, 3860.0, 3818.0, 3849.0, 3828.0, 3861.0, 3829.0, 3861.0, 3819.0, 3851.0, 3819.0, 3850.0, 3819.0, 3851.0, 3818.0, 3838.0, 3796.0, 3827.0, 3837.0, 3816.0, 3848.0, 3828.0, 3838.0, 3805.0, 3826.0, 3784.0, 3815.0, 3836.0, 3817.0, 3859.0, 3817.0, 3860.0, 3818.0, 3839.0, 3808.0, 3839.0, 3809.0, 3851.0, 3797.0, 3841.0, 3809.0, 3830.0, 3861.0, 3829.0, 3849.0, 3828.0, 3850.0, 3807.0, 3827.0, 3796.0, 3828.0, 3826.0, 3828.0, 3848.0, 3827.0, 3849.0, 3817.0, 3838.0, 3818.0, 3837.0, 3830.0, 3852.0, 3829.0, 3852.0, 3820.0, 3841.0, 3819.0, 3851.0, 3809.0, 3840.0, 3796.0, 3840.0, 3807.0, 3829.0, 3827.0, 3827.0, 3838.0, 3828.0, 3797.0, 3839.0, 3798.0, 3840.0, 3860.0, 3828.0, 3861.0, 3828.0, 3850.0, 3818.0, 3838.0, 3817.0, 3827.0, 3805.0, 3828.0, 3795.0, 3827.0, 3805.0, 3817.0, 3847.0, 3817.0, 3849.0, 3830.0, 3860.0, 3819.0, 3840.0, 3819.0, 3838.0, 3819.0, 3850.0, 3819.0, 3851.0, 3819.0, 3850.0, 3831.0, 3851.0, 3831.0, 3851.0, 3830.0, 3851.0, 3819.0, 3839.0, 3818.0, 3837.0, 3805.0, 3839.0, 3795.0, 3827.0, 3784.0, 3826.0, 3794.0, 3826.0, 3816.0, 3828.0, 3796.0, 3839.0, 3798.0, 3840.0, 3797.0, 3829.0, 3807.0, 3841.0, 3819.0, 3830.0, 3809.0, 3829.0, 3849.0, 3829.0, 3860.0, 3830.0, 3838.0, 3818.0, 3858.0, 3816.0, 3849.0, 3817.0, 3838.0, 3806.0, 3837.0, 3807.0, 3838.0, 3795.0, 3826.0, 3815.0, 3827.0, 3826.0, 3816.0, 3827.0, 3816.0, 3847.0, 3806.0, 3846.0, 3827.0, 3838.0, 3815.0, 3837.0, 3805.0, 3825.0, 3783.0, 3826.0, 3805.0, 3827.0, 3784.0, 3828.0, 3787.0, 3829.0, 3786.0, 3840.0, 3809.0, 3853.0, 3821.0, 3852.0, 3809.0, 3840.0, 3819.0, 3829.0, 3828.0, 3839.0, 3817.0, 3829.0, 3808.0, 3828.0, 3837.0, 3827.0, 3837.0, 3827.0, 3797.0, 3828.0, 3797.0, 3828.0, 3796.0, 3828.0, 3848.0, 3816.0, 3849.0, 3817.0, 3839.0, 3817.0, 3849.0, 3817.0, 3839.0, 3818.0, 3840.0, 3808.0, 3841.0, 3798.0, 3830.0, 3849.0, 3831.0, 3861.0, 3829.0, 3849.0, 3819.0, 3838.0, 3817.0, 3839.0, 3807.0, 3850.0, 3818.0, 3839.0, 3808.0, 3839.0, 3808.0, 3839.0, 3796.0, 3840.0, 3807.0, 3839.0, 3799.0, 3839.0, 3797.0, 3839.0, 3817.0, 3841.0, 3810.0, 3855.0, 3820.0, 3853.0, 3832.0, 3843.0, 3831.0, 3810.0, 3863.0, 3832.0, 3875.0, 3832.0, 3852.0, 3831.0, 3850.0, 3819.0, 3860.0, 3827.0, 3838.0, 3817.0, 3826.0, 3815.0, 3804.0, 3827.0, 3796.0, 3841.0, 3808.0, 3839.0, 3808.0, 3840.0, 3820.0, 3851.0, 3819.0, 3842.0, 3821.0, 3840.0, 3808.0, 3839.0, 3797.0, 3840.0, 3808.0, 3840.0, 3821.0, 3841.0, 3810.0, 3840.0, 3820.0, 3852.0, 3831.0, 3853.0, 3820.0, 3850.0, 3809.0, 3841.0, 3817.0, 3841.0, 3809.0, 3829.0, 3828.0, 3826.0, 3835.0, 3817.0, 3859.0, 3828.0, 3847.0, 3816.0, 3838.0, 3818.0, 3825.0, 3784.0, 3828.0, 3807.0, 3830.0, 3828.0, 3818.0, 3848.0, 3828.0, 3839.0, 3818.0, 3850.0, 3808.0, 3839.0, 3800.0, 3828.0, 3787.0, 3842.0, 3831.0, 3832.0, 3862.0, 3831.0, 3861.0, 3830.0, 3851.0, 3820.0, 3853.0, 3831.0, 3853.0, 3820.0, 3840.0, 3808.0, 3840.0, 3808.0, 3852.0, 3819.0, 3852.0, 3821.0, 3851.0, 3820.0, 3851.0, 3821.0, 3851.0, 3809.0, 3839.0, 3821.0, 3839.0, 3795.0, 3849.0, 3831.0, 3822.0, 3844.0, 3863.0, 3830.0, 3839.0, 3807.0, 3817.0, 3847.0, 3817.0, 3850.0, 3817.0, 3848.0, 3816.0, 3804.0, 3825.0, 3803.0, 3835.0, 3813.0, 3833.0, 3803.0, 3833.0, 3800.0, 3822.0, 3800.0, 3810.0, 3788.0, 3797.0, 3776.0, 3797.0, 3764.0, 3809.0, 3777.0, 3798.0, 3779.0, 3810.0, 3768.0, 3800.0, 3770.0, 3802.0, 3834.0, 3803.0, 3835.0, 3805.0, 3837.0, 3806.0, 3837.0, 3806.0, 3838.0, 3807.0, 3851.0, 3820.0, 3852.0, 3819.0, 3798.0, 3830.0, 3850.0, 3831.0, 3838.0, 3796.0, 3838.0, 3828.0, 3818.0, 3848.0, 3829.0, 3839.0, 3818.0, 3837.0, 3807.0, 3838.0, 3796.0, 3827.0, 3785.0, 3829.0, 3848.0, 3827.0, 3848.0], 'WindowWidth': [8611.0, 8607.0, 8547.0, 8556.0, 8522.0, 8534.0, 8519.0, 8531.0, 8518.0, 8534.0, 8522.0, 8538.0, 8522.0, 8556.0, 8498.0, 8526.0, 8582.0, 8524.0, 8569.0, 8527.0, 8555.0, 8516.0, 8563.0, 8521.0, 8553.0, 8610.0, 8556.0, 8603.0, 8562.0, 8606.0, 8551.0, 8609.0, 8558.0, 8603.0, 8615.0, 8600.0, 8628.0, 8602.0, 8628.0, 8607.0, 8617.0, 8574.0, 8617.0, 8559.0, 8621.0, 8647.0, 8622.0, 8668.0, 8625.0, 8655.0, 8611.0, 8635.0, 8579.0, 8637.0, 8596.0, 8645.0, 8625.0, 8641.0, 8679.0, 8637.0, 8651.0, 8618.0, 8648.0, 8600.0, 8632.0, 8571.0, 8612.0, 8564.0, 8595.0, 8621.0, 8598.0, 8657.0, 8593.0, 8624.0, 8576.0, 8606.0, 8548.0, 8611.0, 8578.0, 8594.0, 8620.0, 8591.0, 8618.0, 8574.0, 8622.0, 8579.0, 8608.0, 8547.0, 8593.0, 8548.0, 8596.0, 8622.0, 8597.0, 8640.0, 8598.0, 8626.0, 8584.0, 8610.0, 8566.0, 8610.0, 8566.0, 8613.0, 8567.0, 8600.0, 8623.0, 8579.0, 8621.0, 8574.0, 8622.0, 8566.0, 8609.0, 8551.0, 8608.0, 8549.0, 8608.0, 8590.0, 8594.0, 8622.0, 8593.0, 8609.0, 8578.0, 8622.0, 8579.0, 8640.0, 8601.0, 8642.0, 8596.0, 8628.0, 8581.0, 8605.0, 8557.0, 8604.0, 8555.0, 8605.0, 8559.0, 8587.0, 8601.0, 8574.0, 8630.0, 8573.0, 8618.0, 8580.0, 8622.0, 8595.0, 8611.0, 8567.0, 8607.0, 8566.0, 8611.0, 8566.0, 8613.0, 8564.0, 8596.0, 8591.0, 8578.0, 8634.0, 8597.0, 8637.0, 8593.0, 8622.0, 8577.0, 8603.0, 8573.0, 8604.0, 8579.0, 8622.0, 8584.0, 8612.0, 8568.0, 8609.0, 8550.0, 8617.0, 8566.0, 8610.0, 8567.0, 8611.0, 8561.0, 8593.0, 8618.0, 8593.0, 8639.0, 8594.0, 8624.0, 8580.0, 8608.0, 8564.0, 8608.0, 8567.0, 8627.0, 8569.0, 8614.0, 8553.0, 8595.0, 8619.0, 8596.0, 8639.0, 8592.0, 8634.0, 8578.0, 8620.0, 8574.0, 8604.0, 8561.0, 8606.0, 8580.0, 8609.0, 8570.0, 8615.0, 8568.0, 8613.0, 8606.0, 8598.0, 8635.0, 8594.0, 8640.0, 8595.0, 8623.0, 8576.0, 8611.0, 8578.0, 8607.0, 8566.0, 8610.0, 8551.0, 8610.0, 8564.0, 8615.0, 8579.0, 8611.0, 8595.0, 8594.0, 8635.0, 8588.0, 8622.0, 8591.0, 8624.0, 8575.0, 8603.0, 8545.0, 8588.0, 8557.0, 8589.0, 8618.0, 8575.0, 8605.0, 8577.0, 8635.0, 8576.0, 8621.0, 8580.0, 8625.0, 8564.0, 8607.0, 8553.0, 8609.0, 8549.0, 8596.0, 8619.0, 8600.0, 8624.0, 8597.0, 8638.0, 8598.0, 8623.0, 8596.0, 8627.0, 8599.0, 8627.0, 8584.0, 8612.0, 8568.0, 8612.0, 8569.0, 8633.0, 8588.0, 8630.0, 8575.0, 8632.0, 8583.0, 8614.0, 8638.0, 8611.0, 8642.0, 8595.0, 8626.0, 8580.0, 8623.0, 8578.0, 8625.0, 8574.0, 8604.0, 8564.0, 8606.0, 8544.0, 8591.0, 8572.0, 8592.0, 8546.0, 8606.0, 8549.0, 8591.0, 8545.0, 8608.0, 8548.0, 8629.0, 8553.0, 8616.0, 8569.0, 8610.0, 8633.0, 8594.0, 8640.0, 8589.0, 8621.0, 8571.0, 8599.0, 8568.0, 8597.0, 8568.0, 8603.0, 8559.0, 8604.0, 8562.0, 8602.0, 8545.0, 8604.0, 8546.0, 8613.0, 8548.0, 8608.0, 8549.0, 8593.0, 8634.0, 8572.0, 8617.0, 8591.0, 8621.0, 8576.0, 8604.0, 8546.0, 8592.0, 8575.0, 8595.0, 8641.0, 8596.0, 8628.0, 8601.0, 8641.0, 8584.0, 8625.0, 8599.0, 8649.0, 8603.0, 8647.0, 8602.0, 8628.0, 8601.0, 8631.0, 8602.0, 8633.0, 8583.0, 8628.0, 8566.0, 8611.0, 8575.0, 8612.0, 8619.0, 8590.0, 8604.0, 8589.0, 8614.0, 8586.0, 8628.0, 8586.0, 8614.0, 8570.0, 8599.0, 8570.0, 8583.0, 8588.0, 8578.0, 8613.0, 8550.0, 8616.0, 8583.0, 8611.0, 8620.0, 8594.0, 8639.0, 8594.0, 8637.0, 8594.0, 8621.0, 8575.0, 8618.0, 8571.0, 8604.0, 8573.0, 8606.0, 8560.0, 8599.0, 8529.0, 8601.0, 8559.0, 8628.0, 8576.0, 8608.0, 8563.0, 8605.0, 8545.0, 8606.0, 8560.0, 8612.0, 8549.0, 8611.0, 8551.0, 8608.0, 8601.0, 8589.0, 8635.0, 8588.0, 8633.0, 8576.0, 8601.0, 8571.0, 8600.0, 8572.0, 8615.0, 8573.0, 8603.0, 8560.0, 8600.0, 8543.0, 8590.0, 8559.0, 8609.0, 8592.0, 8592.0, 8606.0, 8577.0, 8635.0, 8592.0, 8623.0, 8594.0, 8608.0, 8578.0, 8607.0, 8578.0, 8604.0, 8580.0, 8624.0, 8579.0, 8624.0, 8582.0, 8612.0, 8550.0, 8611.0, 8566.0, 8613.0, 8565.0, 8612.0, 8563.0, 8593.0, 8616.0, 8587.0, 8636.0, 8590.0, 8619.0, 8576.0, 8638.0, 8577.0, 8620.0, 8591.0, 8639.0, 8594.0, 8639.0, 8580.0, 8625.0, 8581.0, 8622.0, 8580.0, 8625.0, 8577.0, 8603.0, 8546.0, 8587.0, 8599.0, 8572.0, 8617.0, 8589.0, 8602.0, 8554.0, 8584.0, 8526.0, 8569.0, 8597.0, 8574.0, 8633.0, 8575.0, 8637.0, 8578.0, 8606.0, 8564.0, 8607.0, 8566.0, 8628.0, 8551.0, 8613.0, 8567.0, 8596.0, 8637.0, 8591.0, 8620.0, 8590.0, 8622.0, 8560.0, 8589.0, 8545.0, 8590.0, 8584.0, 8589.0, 8617.0, 8587.0, 8620.0, 8574.0, 8604.0, 8576.0, 8603.0, 8596.0, 8628.0, 8595.0, 8629.0, 8582.0, 8612.0, 8579.0, 8626.0, 8565.0, 8608.0, 8547.0, 8608.0, 8561.0, 8593.0, 8587.0, 8588.0, 8602.0, 8591.0, 8547.0, 8608.0, 8551.0, 8611.0, 8635.0, 8593.0, 8639.0, 8590.0, 8623.0, 8575.0, 8602.0, 8573.0, 8586.0, 8553.0, 8589.0, 8540.0, 8586.0, 8556.0, 8574.0, 8613.0, 8574.0, 8620.0, 8593.0, 8637.0, 8581.0, 8610.0, 8580.0, 8606.0, 8581.0, 8623.0, 8581.0, 8626.0, 8582.0, 8624.0, 8598.0, 8626.0, 8600.0, 8627.0, 8595.0, 8626.0, 8579.0, 8605.0, 8576.0, 8601.0, 8555.0, 8605.0, 8541.0, 8585.0, 8527.0, 8584.0, 8538.0, 8586.0, 8569.0, 8591.0, 8544.0, 8606.0, 8553.0, 8608.0, 8548.0, 8593.0, 8561.0, 8614.0, 8579.0, 8596.0, 8566.0, 8595.0, 8619.0, 8592.0, 8635.0, 8594.0, 8603.0, 8575.0, 8630.0, 8572.0, 8620.0, 8572.0, 8603.0, 8557.0, 8600.0, 8558.0, 8603.0, 8543.0, 8587.0, 8568.0, 8587.0, 8583.0, 8569.0, 8585.0, 8571.0, 8614.0, 8558.0, 8612.0, 8587.0, 8604.0, 8568.0, 8599.0, 8556.0, 8582.0, 8524.0, 8584.0, 8556.0, 8590.0, 8528.0, 8591.0, 8537.0, 8593.0, 8536.0, 8610.0, 8568.0, 8633.0, 8585.0, 8629.0, 8568.0, 8610.0, 8580.0, 8594.0, 8590.0, 8606.0, 8573.0, 8592.0, 8563.0, 8590.0, 8600.0, 8588.0, 8600.0, 8588.0, 8547.0, 8590.0, 8547.0, 8590.0, 8544.0, 8592.0, 8615.0, 8573.0, 8617.0, 8573.0, 8605.0, 8575.0, 8621.0, 8576.0, 8607.0, 8578.0, 8610.0, 8565.0, 8611.0, 8552.0, 8598.0, 8620.0, 8598.0, 8639.0, 8593.0, 8622.0, 8578.0, 8604.0, 8573.0, 8604.0, 8560.0, 8622.0, 8575.0, 8607.0, 8564.0, 8606.0, 8564.0, 8605.0, 8544.0, 8609.0, 8560.0, 8606.0, 8554.0, 8607.0, 8547.0, 8606.0, 8574.0, 8614.0, 8569.0, 8636.0, 8584.0, 8631.0, 8602.0, 8618.0, 8601.0, 8570.0, 8646.0, 8602.0, 8664.0, 8602.0, 8629.0, 8598.0, 8620.0, 8577.0, 8635.0, 8584.0, 8603.0, 8571.0, 8583.0, 8566.0, 8553.0, 8589.0, 8545.0, 8609.0, 8564.0, 8606.0, 8563.0, 8608.0, 8582.0, 8626.0, 8580.0, 8614.0, 8585.0, 8610.0, 8565.0, 8607.0, 8545.0, 8609.0, 8563.0, 8607.0, 8584.0, 8611.0, 8570.0, 8609.0, 8581.0, 8627.0, 8598.0, 8631.0, 8583.0, 8623.0, 8568.0, 8611.0, 8575.0, 8612.0, 8564.0, 8592.0, 8588.0, 8583.0, 8594.0, 8574.0, 8631.0, 8587.0, 8614.0, 8568.0, 8602.0, 8575.0, 8580.0, 8527.0, 8589.0, 8560.0, 8595.0, 8590.0, 8578.0, 8619.0, 8589.0, 8606.0, 8578.0, 8624.0, 8564.0, 8607.0, 8557.0, 8592.0, 8535.0, 8614.0, 8600.0, 8602.0, 8642.0, 8600.0, 8639.0, 8596.0, 8626.0, 8581.0, 8631.0, 8597.0, 8630.0, 8583.0, 8610.0, 8564.0, 8610.0, 8563.0, 8631.0, 8581.0, 8629.0, 8586.0, 8625.0, 8582.0, 8625.0, 8583.0, 8625.0, 8566.0, 8607.0, 8587.0, 8606.0, 8541.0, 8617.0, 8599.0, 8590.0, 8622.0, 8648.0, 8593.0, 8606.0, 8559.0, 8572.0, 8610.0, 8573.0, 8623.0, 8575.0, 8616.0, 8571.0, 8551.0, 8579.0, 8548.0, 8593.0, 8559.0, 8588.0, 8546.0, 8586.0, 8538.0, 8571.0, 8536.0, 8550.0, 8517.0, 8530.0, 8498.0, 8530.0, 8482.0, 8547.0, 8501.0, 8533.0, 8509.0, 8553.0, 8496.0, 8540.0, 8500.0, 8547.0, 8591.0, 8548.0, 8593.0, 8552.0, 8600.0, 8556.0, 8599.0, 8555.0, 8603.0, 8557.0, 8626.0, 8582.0, 8627.0, 8578.0, 8551.0, 8598.0, 8624.0, 8595.0, 8603.0, 8545.0, 8604.0, 8589.0, 8576.0, 8616.0, 8590.0, 8604.0, 8574.0, 8599.0, 8559.0, 8601.0, 8543.0, 8585.0, 8528.0, 8592.0, 8615.0, 8586.0, 8616.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.0009555142231947482</td></tr>
<tr><td colspan=3>aqi</td><td>0.024835183588621447</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.80500884538883</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.217921125585979</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.006943499802848</td></tr>
<tr><td colspan=3>efc</td><td>0.4967</td></tr>
<tr><td colspan=3>fber</td><td>4709.1475</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08758068917848567</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>28</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.063457330415755</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5344206750192115</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.46093921405391</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.810367296631986</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.331955514371739</td></tr>
<tr><td colspan=3>gcor</td><td>0.0095129</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.006456202361732721</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03915116563439369</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>914</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.167911886629269</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>23.008</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>39.6572</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>163.9629</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>46.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>293535.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>731.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>307.825</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7731</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>449.0211</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3008.9348</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3173.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>83009.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1202.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3871.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>761.2879</td></tr>
<tr><td colspan=3>tsnr</td><td>37.83185164653696</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>