ds005256-mriqc/sub-0019_ses-02_task-faces_acq-mb8_run-01_bold.html
Felix Hoffstaedter 90ea8304f4 [DATALAD RUNCMD] Compute MRIQC for sub-0019
=== 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-0019 --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-0019",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:16:20 +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-0019_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-0019_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-0019_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-0019/figures/sub-0019_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0019/figures/sub-0019_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0019/figures/sub-0019_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-0019_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-0019/figures/sub-0019_ses-02_task-faces_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0019/figures/sub-0019_ses-02_task-faces_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0019/figures/sub-0019_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-0019_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-0019/figures/sub-0019_ses-02_task-faces_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0019/figures/sub-0019_ses-02_task-faces_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0019/figures/sub-0019_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-0019_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-0019/figures/sub-0019_ses-02_task-faces_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0019/figures/sub-0019_ses-02_task-faces_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0019/figures/sub-0019_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-0019_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-0019/figures/sub-0019_ses-02_task-faces_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0019/figures/sub-0019_ses-02_task-faces_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0019/figures/sub-0019_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-0019_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-0019/figures/sub-0019_ses-02_task-faces_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0019/figures/sub-0019_ses-02_task-faces_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0019/figures/sub-0019_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-0019_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-0019/figures/sub-0019_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0019/figures/sub-0019_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-0019/figures/sub-0019_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0019/figures/sub-0019_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-0019/ses-02/func/sub-0019_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>0747429c28f5488c5ab0fa1e469b1e71</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>15:13:13.482500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999843, -0.0135547, 0.01137, 0.0116925, 0.988568, 0.150322]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.103527</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>[4163, -7798, -7208, 494, -3, -280, 76, 81]</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.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 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>252.287</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>1889a2da-4ccb-4a77-af50-f43ef3f7cbc5||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.682507038116455, 0.031370002776384354, 0.035849373787641525, 109.00860595703125], [0.036366358399391174, 2.6522557735443115, 0.40544572472572327, -108.23371124267578], [0.030504770576953888, -0.40330174565315247, 2.6691436767578125, -23.998306274414062], [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': ['151313.482500', '151313.942500', '151314.402500', '151314.862500', '151315.322500', '151315.782500', '151316.242500', '151316.702500', '151317.162500', '151317.622500', '151318.082500', '151318.542500', '151319.002500', '151319.462500', '151319.922500', '151320.382500', '151320.842500', '151321.302500', '151321.762500', '151322.222500', '151322.682500', '151323.142500', '151323.602500', '151324.062500', '151324.522500', '151324.982500', '151325.442500', '151325.902500', '151326.362500', '151326.822500', '151327.282500', '151327.742500', '151328.202500', '151328.662500', '151329.122500', '151329.582500', '151330.042500', '151330.502500', '151330.962500', '151331.422500', '151331.882500', '151332.342500', '151332.802500', '151333.262500', '151333.722500', '151334.182500', '151334.642500', '151335.102500', '151335.562500', '151336.022500', '151336.482500', '151336.942500', '151337.402500', '151337.862500', '151338.322500', '151338.782500', '151339.242500', '151339.702500', '151340.162500', '151340.622500', '151341.082500', '151341.542500', '151342.002500', '151342.462500', '151342.922500', '151343.382500', '151343.842500', '151344.302500', '151344.762500', '151345.222500', '151345.682500', '151346.142500', '151346.602500', '151347.062500', '151347.522500', '151347.982500', '151348.442500', '151348.902500', '151349.362500', '151349.822500', '151350.282500', '151350.742500', '151351.202500', '151351.662500', '151352.122500', '151352.582500', '151353.042500', '151353.502500', '151353.962500', '151354.422500', '151354.882500', '151355.342500', '151355.802500', '151356.262500', '151356.722500', '151357.182500', '151357.642500', '151358.102500', '151358.562500', '151359.022500', '151359.482500', '151359.942500', '151400.402500', '151400.862500', '151401.322500', '151401.782500', '151402.242500', '151402.702500', '151403.162500', '151403.622500', '151404.082500', '151404.542500', '151405.002500', '151405.462500', '151405.922500', '151406.382500', '151406.842500', '151407.302500', '151407.762500', '151408.222500', '151408.682500', '151409.142500', '151409.602500', '151410.062500', '151410.522500', '151410.982500', '151411.442500', '151411.902500', '151412.362500', '151412.822500', '151413.282500', '151413.742500', '151414.202500', '151414.662500', '151415.122500', '151415.582500', '151416.042500', '151416.502500', '151416.962500', '151417.422500', '151417.882500', '151418.342500', '151418.802500', '151419.262500', '151419.722500', '151420.182500', '151420.642500', '151421.102500', '151421.562500', '151422.022500', '151422.482500', '151422.942500', '151423.402500', '151423.862500', '151424.322500', '151424.782500', '151425.242500', '151425.702500', '151426.162500', '151426.622500', '151427.082500', '151427.542500', '151428.002500', '151428.462500', '151428.922500', '151429.382500', '151429.842500', '151430.302500', '151430.762500', '151431.222500', '151431.682500', '151432.142500', '151432.602500', '151433.062500', '151433.522500', '151433.982500', '151434.442500', '151434.902500', '151435.362500', '151435.822500', '151436.282500', '151436.742500', '151437.202500', '151437.662500', '151438.122500', '151438.582500', '151439.042500', '151439.502500', '151439.962500', '151440.422500', '151440.882500', '151441.342500', '151441.802500', '151442.262500', '151442.722500', '151443.182500', '151443.642500', '151444.102500', '151444.562500', '151445.022500', '151445.482500', '151445.942500', '151446.402500', '151446.862500', '151447.322500', '151447.782500', '151448.242500', '151448.702500', '151449.162500', '151449.622500', '151450.082500', '151450.542500', '151451.002500', '151451.462500', '151451.922500', '151452.382500', '151452.842500', '151453.302500', '151453.762500', '151454.222500', '151454.682500', '151455.142500', '151455.602500', '151456.062500', '151456.522500', '151456.982500', '151457.442500', '151457.902500', '151458.362500', '151458.822500', '151459.282500', '151459.742500', '151500.202500', '151500.662500', '151501.122500', '151501.582500', '151502.042500', '151502.502500', '151502.962500', '151503.422500', '151503.882500', '151504.342500', '151504.802500', '151505.262500', '151505.722500', '151506.182500', '151506.642500', '151507.102500', '151507.562500', '151508.022500', '151508.482500', '151508.942500', '151509.402500', '151509.862500', '151510.322500', '151510.782500', '151511.242500', '151511.702500', '151512.162500', '151512.622500', '151513.082500', '151513.542500', '151514.002500', '151514.462500', '151514.922500', '151515.382500', '151515.842500', '151516.302500', '151516.762500', '151517.222500', '151517.682500', '151518.142500', '151518.602500', '151519.062500', '151519.522500', '151519.982500', '151520.442500', '151520.902500', '151521.362500', '151521.822500', '151522.282500', '151522.742500', '151523.202500', '151523.662500', '151524.122500', '151524.582500', '151525.042500', '151525.502500', '151525.962500', '151526.422500', '151526.882500', '151527.342500', '151527.802500', '151528.262500', '151528.722500', '151529.182500', '151529.642500', '151530.102500', '151530.562500', '151531.022500', '151531.482500', '151531.942500', '151532.402500', '151532.862500', '151533.322500', '151533.782500', '151534.242500', '151534.702500', '151535.162500', '151535.622500', '151536.082500', '151536.542500', '151537.002500', '151537.462500', '151537.922500', '151538.382500', '151538.842500', '151539.302500', '151539.762500', '151540.222500', '151540.682500', '151541.142500', '151541.602500', '151542.062500', '151542.522500', '151542.982500', '151543.442500', '151543.902500', '151544.362500', '151544.822500', '151545.282500', '151545.742500', '151546.202500', '151546.662500', '151547.122500', '151547.582500', '151548.042500', '151548.502500', '151548.962500', '151549.422500', '151549.882500', '151550.342500', '151550.802500', '151551.262500', '151551.722500', '151552.182500', '151552.642500', '151553.102500', '151553.562500', '151554.022500', '151554.482500', '151554.942500', '151555.402500', '151555.862500', '151556.322500', '151556.782500', '151557.242500', '151557.702500', '151558.162500', '151558.622500', '151559.082500', '151559.542500', '151600.002500', '151600.462500', '151600.922500', '151601.382500', '151601.842500', '151602.302500', '151602.762500', '151603.222500', '151603.682500', '151604.142500', '151604.602500', '151605.062500', '151605.522500', '151605.982500', '151606.442500', '151606.902500', '151607.362500', '151607.822500', '151608.282500', '151608.742500', '151609.202500', '151609.662500', '151610.122500', '151610.582500', '151611.042500', '151611.502500', '151611.962500', '151612.422500', '151612.882500', '151613.342500', '151613.802500', '151614.262500', '151614.722500', '151615.182500', '151615.642500', '151616.102500', '151616.562500', '151617.022500', '151617.482500', '151617.942500', '151618.402500', '151618.862500', '151619.322500', '151619.782500', '151620.242500', '151620.702500', '151621.162500', '151621.622500', '151622.082500', '151622.542500', '151623.002500', '151623.462500', '151623.922500', '151624.382500', '151624.842500', '151625.302500', '151625.762500', '151626.222500', '151626.682500', '151627.142500', '151627.602500', '151628.062500', '151628.522500', '151628.982500', '151629.442500', '151629.902500', '151630.362500', '151630.822500', '151631.282500', '151631.742500', '151632.202500', '151632.662500', '151633.122500', '151633.582500', '151634.042500', '151634.502500', '151634.962500', '151635.422500', '151635.882500', '151636.342500', '151636.802500', '151637.262500', '151637.722500', '151638.182500', '151638.642500', '151639.102500', '151639.562500', '151640.022500', '151640.482500', '151640.942500', '151641.402500', '151641.862500', '151642.322500', '151642.782500', '151643.242500', '151643.702500', '151644.162500', '151644.622500', '151645.082500', '151645.542500', '151646.002500', '151646.462500', '151646.922500', '151647.382500', '151647.842500', '151648.302500', '151648.762500', '151649.222500', '151649.682500', '151650.142500', '151650.602500', '151651.062500', '151651.522500', '151651.982500', '151652.442500', '151652.902500', '151653.362500', '151653.822500', '151654.282500', '151654.742500', '151655.202500', '151655.662500', '151656.122500', '151656.582500', '151657.042500', '151657.502500', '151657.962500', '151658.422500', '151658.882500', '151659.342500', '151659.802500', '151700.262500', '151700.722500', '151701.182500', '151701.642500', '151702.102500', '151702.562500', '151703.022500', '151703.482500', '151703.942500', '151704.402500', '151704.862500', '151705.322500', '151705.782500', '151706.242500', '151706.702500', '151707.162500', '151707.622500', '151708.082500', '151708.542500', '151709.002500', '151709.462500', '151709.922500', '151710.382500', '151710.842500', '151711.302500', '151711.762500', '151712.222500', '151712.682500', '151713.142500', '151713.602500', '151714.062500', '151714.522500', '151714.982500', '151715.442500', '151715.902500', '151716.362500', '151716.822500', '151717.282500', '151717.742500', '151718.202500', '151718.662500', '151719.122500', '151719.582500', '151720.042500', '151720.502500', '151720.962500', '151721.422500', '151721.882500', '151722.342500', '151722.802500', '151723.262500', '151723.722500', '151724.182500', '151724.642500', '151725.102500', '151725.562500', '151726.022500', '151726.482500', '151726.942500', '151727.402500', '151727.862500', '151728.322500', '151728.782500', '151729.242500', '151729.702500', '151730.162500', '151730.622500', '151731.082500', '151731.542500', '151732.002500', '151732.462500', '151732.922500', '151733.382500', '151733.842500', '151734.302500', '151734.762500', '151735.222500', '151735.682500', '151736.142500', '151736.602500', '151737.062500', '151737.522500', '151737.982500', '151738.442500', '151738.902500', '151739.362500', '151739.822500', '151740.282500', '151740.742500', '151741.202500', '151741.662500', '151742.122500', '151742.582500', '151743.042500', '151743.502500', '151743.962500', '151744.422500', '151744.882500', '151745.342500', '151745.802500', '151746.262500', '151746.722500', '151747.182500', '151747.642500', '151748.102500', '151748.562500', '151749.022500', '151749.482500', '151749.942500', '151750.402500', '151750.862500', '151751.322500', '151751.782500', '151752.242500', '151752.702500', '151753.162500', '151753.622500', '151754.082500', '151754.542500', '151755.002500', '151755.462500', '151755.922500', '151756.382500', '151756.842500', '151757.302500', '151757.762500', '151758.222500', '151758.682500', '151759.142500', '151759.602500', '151800.062500', '151800.522500', '151800.982500', '151801.442500', '151801.902500', '151802.362500', '151802.822500', '151803.282500', '151803.742500', '151804.202500', '151804.662500', '151805.122500', '151805.582500', '151806.042500', '151806.502500', '151806.962500', '151807.422500', '151807.882500', '151808.342500', '151808.802500', '151809.262500', '151809.722500', '151810.182500', '151810.642500', '151811.102500', '151811.562500', '151812.022500', '151812.482500', '151812.942500', '151813.402500', '151813.862500', '151814.322500', '151814.782500', '151815.242500', '151815.702500', '151816.162500', '151816.622500', '151817.082500', '151817.542500', '151818.002500', '151818.462500', '151818.922500', '151819.382500', '151819.842500', '151820.302500', '151820.762500', '151821.222500', '151821.682500', '151822.142500', '151822.602500', '151823.062500', '151823.522500', '151823.982500', '151824.442500', '151824.902500', '151825.362500', '151825.822500', '151826.282500', '151826.742500', '151827.202500', '151827.662500', '151828.122500', '151828.582500', '151829.042500', '151829.502500', '151829.962500', '151830.422500', '151830.882500', '151831.342500', '151831.802500', '151832.262500', '151832.722500', '151833.182500', '151833.642500', '151834.102500', '151834.562500', '151835.022500', '151835.482500', '151835.942500', '151836.402500', '151836.862500', '151837.322500', '151837.782500', '151838.242500', '151838.702500', '151839.162500', '151839.622500', '151840.082500', '151840.542500', '151841.002500', '151841.462500', '151841.922500', '151842.382500', '151842.842500', '151843.302500', '151843.762500', '151844.222500', '151844.682500', '151845.142500', '151845.602500', '151846.062500', '151846.522500', '151846.982500', '151847.442500', '151847.902500', '151848.362500', '151848.822500', '151849.282500', '151849.742500', '151850.202500', '151850.662500', '151851.122500', '151851.582500', '151852.042500', '151852.502500', '151852.962500', '151853.422500', '151853.882500', '151854.342500', '151854.802500', '151855.262500', '151855.722500', '151856.182500', '151856.642500', '151857.102500', '151857.562500', '151858.022500', '151858.482500', '151858.942500', '151859.402500', '151859.862500', '151900.322500', '151900.782500', '151901.242500', '151901.702500', '151902.162500', '151902.622500', '151903.082500', '151903.542500', '151904.002500', '151904.462500', '151904.922500', '151905.382500', '151905.842500', '151906.302500', '151906.762500', '151907.222500', '151907.682500', '151908.142500', '151908.602500', '151909.062500', '151909.522500', '151909.982500', '151910.442500', '151910.902500', '151911.362500', '151911.822500', '151912.282500', '151912.742500', '151913.202500', '151913.662500', '151914.122500', '151914.582500', '151915.042500', '151915.502500', '151915.962500', '151916.422500', '151916.882500', '151917.342500', '151917.802500', '151918.262500', '151918.722500', '151919.182500', '151919.642500', '151920.102500', '151920.562500', '151921.022500', '151921.482500', '151921.942500', '151922.402500', '151922.862500', '151923.322500', '151923.782500', '151924.242500', '151924.702500', '151925.162500', '151925.622500', '151926.082500', '151926.542500', '151927.002500', '151927.462500', '151927.922500', '151928.382500', '151928.842500', '151929.302500', '151929.762500', '151930.222500', '151930.682500', '151931.142500', '151931.602500', '151932.062500', '151932.522500', '151932.982500', '151933.442500', '151933.902500', '151934.362500', '151934.822500', '151935.282500', '151935.742500', '151936.202500', '151936.662500', '151937.122500', '151937.582500', '151938.042500', '151938.502500', '151938.962500', '151939.422500', '151939.882500', '151940.342500', '151940.802500', '151941.262500', '151941.722500', '151942.182500', '151942.642500', '151943.102500', '151943.562500', '151944.022500', '151944.482500', '151944.942500', '151945.402500', '151945.862500', '151946.322500', '151946.782500', '151947.242500', '151947.702500', '151948.162500', '151948.622500', '151949.082500', '151949.542500', '151950.002500', '151950.462500', '151950.922500', '151951.382500', '151951.842500', '151952.302500', '151952.762500', '151953.222500', '151953.682500', '151954.142500', '151954.602500', '151955.062500', '151955.522500', '151955.982500', '151956.442500', '151956.902500', '151957.362500', '151957.822500', '151958.282500', '151958.742500', '151959.202500', '151959.662500', '152000.122500', '152000.582500', '152001.042500', '152001.502500', '152001.962500', '152002.422500', '152002.882500', '152003.342500', '152003.802500', '152004.262500', '152004.722500', '152005.182500', '152005.642500', '152006.102500', '152006.562500', '152007.022500', '152007.482500', '152007.942500', '152008.402500', '152008.862500', '152009.322500', '152009.782500', '152010.242500', '152010.702500', '152011.162500', '152011.622500', '152012.082500', '152012.542500', '152013.002500', '152013.462500'], 'ContentTime': ['151324.102000', '151324.106000', '151324.118000', '151324.121000', '151324.124000', '151324.127000', '151324.130000', '151324.133000', '151324.136000', '151324.139000', '151324.142000', '151324.145000', '151324.148000', '151324.151000', '151324.154000', '151324.156000', '151324.160000', '151324.162000', '151324.171000', '151324.173000', '151324.176000', '151324.179000', '151344.067000', '151344.070000', '151344.073000', '151344.076000', '151344.087000', '151344.097000', '151344.100000', '151344.103000', '151344.106000', '151344.109000', '151344.112000', '151344.115000', '151344.117000', '151344.120000', '151344.123000', '151344.126000', '151344.129000', '151344.132000', '151344.135000', '151344.145000', '151344.148000', '151344.151000', '151344.154000', '151344.157000', '151344.160000', '151344.163000', '151344.166000', '151344.168000', '151344.171000', '151344.174000', '151344.177000', '151344.180000', '151344.183000', '151344.186000', '151344.189000', '151344.192000', '151344.194000', '151344.197000', '151344.200000', '151344.203000', '151344.214000', '151344.217000', '151344.220000', '151344.222000', '151404.067000', '151404.070000', '151404.073000', '151404.076000', '151404.079000', '151404.082000', '151404.085000', '151404.088000', '151404.091000', '151404.094000', '151404.096000', '151404.099000', '151404.102000', '151404.105000', '151404.108000', '151404.111000', '151404.114000', '151404.117000', '151404.120000', '151404.123000', '151404.126000', '151404.129000', '151404.131000', '151404.134000', '151404.137000', '151404.140000', '151404.143000', '151404.146000', '151404.149000', '151404.152000', '151404.155000', '151404.158000', '151404.161000', '151404.164000', '151404.167000', '151404.170000', '151404.172000', '151404.175000', '151404.178000', '151404.181000', '151404.184000', '151404.187000', '151404.190000', '151424.067000', '151424.070000', '151424.073000', '151424.076000', '151424.079000', '151424.082000', '151424.085000', '151424.088000', '151424.091000', '151424.094000', '151424.097000', '151424.100000', '151424.103000', '151424.106000', '151424.109000', '151424.111000', '151424.114000', '151424.117000', '151424.120000', '151424.123000', '151424.126000', '151424.129000', '151424.132000', '151424.135000', '151424.138000', '151424.141000', '151424.144000', '151424.147000', '151424.150000', '151424.153000', '151424.155000', '151424.158000', '151424.161000', '151424.164000', '151424.167000', '151424.170000', '151424.173000', '151424.176000', '151424.179000', '151424.181000', '151424.185000', '151424.187000', '151424.190000', '151424.193000', '151444.067000', '151444.070000', '151444.073000', '151444.076000', '151444.079000', '151444.082000', '151444.085000', '151444.088000', '151444.091000', '151444.094000', '151444.097000', '151444.099000', '151444.102000', '151444.105000', '151444.108000', '151444.111000', '151444.114000', '151444.117000', '151444.120000', '151444.123000', '151444.126000', '151444.129000', '151444.132000', '151444.135000', '151444.137000', '151444.140000', '151444.143000', '151444.146000', '151444.149000', '151444.152000', '151444.155000', '151444.158000', '151444.161000', '151444.164000', '151444.167000', '151444.172000', '151444.175000', '151444.178000', '151444.181000', '151444.184000', '151444.187000', '151444.190000', '151444.193000', '151504.068000', '151504.071000', '151504.074000', '151504.077000', '151504.080000', '151504.083000', '151504.086000', '151504.089000', '151504.092000', '151504.095000', '151504.098000', '151504.101000', '151504.104000', '151504.107000', '151504.110000', '151504.113000', '151504.116000', '151504.119000', '151504.122000', '151504.125000', '151504.127000', '151504.130000', '151504.133000', '151504.136000', '151504.139000', '151504.142000', '151504.145000', '151504.148000', '151504.151000', '151504.154000', '151504.157000', '151504.160000', '151504.163000', '151504.166000', '151504.168000', '151504.171000', '151504.174000', '151504.177000', '151504.180000', '151504.183000', '151504.186000', '151504.189000', '151504.192000', '151524.068000', '151524.071000', '151524.074000', '151524.077000', '151524.080000', '151524.083000', '151524.086000', '151524.089000', '151524.092000', '151524.095000', '151524.098000', '151524.101000', '151524.103000', '151524.106000', '151524.109000', '151524.124000', '151524.127000', '151524.130000', '151524.133000', '151524.136000', '151524.139000', '151524.142000', '151524.145000', '151524.148000', '151524.151000', '151524.154000', '151524.166000', '151524.169000', '151524.172000', '151524.175000', '151524.178000', '151524.181000', '151524.184000', '151524.186000', '151524.190000', '151524.192000', '151524.195000', '151524.198000', '151524.201000', '151524.204000', '151524.207000', '151524.210000', '151524.213000', '151524.216000', '151544.067000', '151544.070000', '151544.073000', '151544.076000', '151544.079000', '151544.082000', '151544.090000', '151544.093000', '151544.096000', '151544.099000', '151544.102000', '151544.105000', '151544.108000', '151544.111000', '151544.114000', '151544.117000', '151544.119000', '151544.122000', '151544.125000', '151544.128000', '151544.131000', '151544.134000', '151544.137000', '151544.140000', '151544.143000', '151544.146000', '151544.149000', '151544.152000', '151544.155000', '151544.158000', '151544.161000', '151544.164000', '151544.166000', '151544.169000', '151544.172000', '151544.175000', '151544.178000', '151544.181000', '151544.184000', '151544.187000', '151544.190000', '151544.193000', '151544.196000', '151544.199000', '151604.067000', '151604.070000', '151604.073000', '151604.076000', '151604.079000', '151604.082000', '151604.085000', '151604.088000', '151604.091000', '151604.094000', '151604.096000', '151604.099000', '151604.102000', '151604.105000', '151604.108000', '151604.111000', '151604.114000', '151604.117000', '151604.120000', '151604.123000', '151604.126000', '151604.129000', '151604.132000', '151604.135000', '151604.138000', '151604.141000', '151604.144000', '151604.147000', '151604.150000', '151604.153000', '151604.156000', '151604.159000', '151604.162000', '151604.165000', '151604.167000', '151604.170000', '151604.173000', '151604.176000', '151604.179000', '151604.182000', '151604.185000', '151604.188000', '151604.191000', '151624.067000', '151624.070000', '151624.073000', '151624.076000', '151624.079000', '151624.082000', '151624.085000', '151624.088000', '151624.091000', '151624.094000', '151624.097000', '151624.099000', '151624.102000', '151624.105000', '151624.108000', '151624.111000', '151624.114000', '151624.117000', '151624.120000', '151624.123000', '151624.126000', '151624.129000', '151624.132000', '151624.134000', '151624.137000', '151624.140000', '151624.143000', '151624.146000', '151624.149000', '151624.152000', '151624.155000', '151624.158000', '151624.161000', '151624.164000', '151624.167000', '151624.170000', '151624.174000', '151624.177000', '151624.180000', '151624.183000', '151624.186000', '151624.189000', '151624.192000', '151644.067000', '151644.070000', '151644.073000', '151644.076000', '151644.079000', '151644.082000', '151644.085000', '151644.088000', '151644.091000', '151644.094000', '151644.097000', '151644.099000', '151644.102000', '151644.105000', '151644.108000', '151644.111000', '151644.114000', '151644.117000', '151644.120000', '151644.123000', '151644.126000', '151644.129000', '151644.132000', '151644.134000', '151644.137000', '151644.140000', '151644.143000', '151644.146000', '151644.149000', '151644.152000', '151644.155000', '151644.158000', '151644.161000', '151644.164000', '151644.167000', '151644.170000', '151644.173000', '151644.176000', '151644.178000', '151644.181000', '151644.184000', '151644.187000', '151644.190000', '151644.193000', '151704.067000', '151704.070000', '151704.073000', '151704.076000', '151704.079000', '151704.082000', '151704.085000', '151704.088000', '151704.092000', '151704.094000', '151704.097000', '151704.100000', '151704.103000', '151704.106000', '151704.109000', '151704.112000', '151704.115000', '151704.118000', '151704.121000', '151704.124000', '151704.127000', '151704.130000', '151704.133000', '151704.135000', '151704.139000', '151704.141000', '151704.144000', '151704.147000', '151704.150000', '151704.153000', '151704.156000', '151704.159000', '151704.162000', '151704.165000', '151704.168000', '151704.171000', '151704.174000', '151704.177000', '151704.179000', '151704.182000', '151704.185000', '151704.188000', '151704.191000', '151724.068000', '151724.071000', '151724.074000', '151724.077000', '151724.080000', '151724.083000', '151724.086000', '151724.089000', '151724.092000', '151724.095000', '151724.098000', '151724.101000', '151724.104000', '151724.107000', '151724.109000', '151724.112000', '151724.115000', '151724.118000', '151724.121000', '151724.124000', '151724.127000', '151724.130000', '151724.133000', '151724.136000', '151724.139000', '151724.142000', '151724.145000', '151724.148000', '151724.151000', '151724.154000', '151724.157000', '151724.160000', '151724.163000', '151724.165000', '151724.168000', '151724.171000', '151724.174000', '151724.177000', '151724.180000', '151724.183000', '151724.186000', '151724.189000', '151724.192000', '151724.195000', '151744.068000', '151744.071000', '151744.074000', '151744.077000', '151744.080000', '151744.083000', '151744.086000', '151744.089000', '151744.092000', '151744.095000', '151744.098000', '151744.101000', '151744.104000', '151744.107000', '151744.109000', '151744.112000', '151744.115000', '151744.118000', '151744.121000', '151744.124000', '151744.127000', '151744.130000', '151744.134000', '151744.137000', '151744.139000', '151744.143000', '151744.145000', '151744.148000', '151744.151000', '151744.155000', '151744.158000', '151744.161000', '151744.164000', '151744.166000', '151744.169000', '151744.172000', '151744.175000', '151744.178000', '151744.181000', '151744.184000', '151744.187000', '151744.190000', '151744.193000', '151804.067000', '151804.070000', '151804.073000', '151804.076000', '151804.079000', '151804.082000', '151804.085000', '151804.088000', '151804.091000', '151804.094000', '151804.097000', '151804.100000', '151804.102000', '151804.105000', '151804.108000', '151804.111000', '151804.114000', '151804.117000', '151804.120000', '151804.123000', '151804.126000', '151804.129000', '151804.132000', '151804.135000', '151804.138000', '151804.141000', '151804.144000', '151804.147000', '151804.150000', '151804.152000', '151804.155000', '151804.158000', '151804.161000', '151804.164000', '151804.167000', '151804.170000', '151804.173000', '151804.176000', '151804.179000', '151804.182000', '151804.185000', '151804.188000', '151804.191000', '151804.194000', '151824.067000', '151824.070000', '151824.073000', '151824.076000', '151824.079000', '151824.082000', '151824.085000', '151824.088000', '151824.091000', '151824.094000', '151824.097000', '151824.100000', '151824.103000', '151824.106000', '151824.109000', '151824.112000', '151824.115000', '151824.118000', '151824.121000', '151824.123000', '151824.126000', '151824.140000', '151824.143000', '151824.146000', '151824.149000', '151824.152000', '151824.155000', '151824.157000', '151824.161000', '151824.164000', '151824.167000', '151824.169000', '151824.172000', '151824.175000', '151824.178000', '151824.181000', '151824.184000', '151824.187000', '151824.190000', '151824.193000', '151824.196000', '151824.199000', '151824.202000', '151844.067000', '151844.070000', '151844.073000', '151844.076000', '151844.079000', '151844.083000', '151844.086000', '151844.088000', '151844.091000', '151844.094000', '151844.097000', '151844.100000', '151844.103000', '151844.106000', '151844.109000', '151844.112000', '151844.115000', '151844.118000', '151844.121000', '151844.124000', '151844.127000', '151844.130000', '151844.133000', '151844.135000', '151844.138000', '151844.141000', '151844.144000', '151844.147000', '151844.150000', '151844.153000', '151844.156000', '151844.159000', '151844.162000', '151844.165000', '151844.168000', '151844.171000', '151844.174000', '151844.177000', '151844.180000', '151844.183000', '151844.185000', '151844.189000', '151844.192000', '151844.194000', '151904.067000', '151904.070000', '151904.073000', '151904.076000', '151904.079000', '151904.082000', '151904.085000', '151904.088000', '151904.091000', '151904.094000', '151904.097000', '151904.100000', '151904.103000', '151904.106000', '151904.109000', '151904.112000', '151904.115000', '151904.118000', '151904.120000', '151904.124000', '151904.126000', '151904.129000', '151904.132000', '151904.135000', '151904.140000', '151904.143000', '151904.146000', '151904.149000', '151904.152000', '151904.155000', '151904.158000', '151904.161000', '151904.164000', '151904.167000', '151904.170000', '151904.173000', '151904.175000', '151904.178000', '151904.182000', '151904.186000', '151904.189000', '151904.192000', '151904.195000', '151924.067000', '151924.070000', '151924.073000', '151924.076000', '151924.079000', '151924.082000', '151924.085000', '151924.088000', '151924.091000', '151924.094000', '151924.097000', '151924.100000', '151924.103000', '151924.105000', '151924.108000', '151924.111000', '151924.114000', '151924.117000', '151924.120000', '151924.123000', '151924.126000', '151924.129000', '151924.132000', '151924.135000', '151924.138000', '151924.141000', '151924.144000', '151924.146000', '151924.150000', '151924.152000', '151924.155000', '151924.158000', '151924.161000', '151924.164000', '151924.167000', '151924.170000', '151924.173000', '151924.176000', '151924.179000', '151924.182000', '151924.185000', '151924.188000', '151924.191000', '151924.194000', '151944.068000', '151944.071000', '151944.074000', '151944.077000', '151944.080000', '151944.084000', '151944.087000', '151944.090000', '151944.093000', '151944.096000', '151944.099000', '151944.102000', '151944.105000', '151944.108000', '151944.111000', '151944.113000', '151944.116000', '151944.119000', '151944.122000', '151944.125000', '151944.128000', '151944.131000', '151944.134000', '151944.137000', '151944.140000', '151944.143000', '151944.146000', '151944.149000', '151944.152000', '151944.155000', '151944.158000', '151944.161000', '151944.174000', '151944.177000', '151944.179000', '151944.182000', '151944.185000', '151944.188000', '151944.191000', '151944.194000', '151944.197000', '151944.200000', '151944.203000', '152004.068000', '152004.071000', '152004.074000', '152004.077000', '152004.080000', '152004.083000', '152004.086000', '152004.093000', '152004.096000', '152004.099000', '152004.102000', '152004.105000', '152004.108000', '152004.111000', '152004.114000', '152004.117000', '152004.120000', '152004.123000', '152004.126000', '152004.129000', '152004.132000', '152004.135000', '152004.137000', '152004.140000', '152004.143000', '152004.146000', '152004.149000', '152004.152000', '152004.155000', '152004.158000', '152004.169000', '152004.173000', '152004.176000', '152004.178000', '152004.181000', '152004.184000', '152004.187000', '152004.190000', '152004.193000', '152004.196000', '152004.200000', '152004.203000', '152004.206000', '152004.209000', '152014.099000', '152014.103000', '152014.107000', '152014.110000', '152014.113000', '152014.116000', '152014.120000', '152014.123000', '152014.127000', '152014.130000', '152014.133000', '152014.136000', '152014.139000', '152014.142000', '152014.145000', '152014.148000', '152014.151000', '152014.154000', '152014.157000', '152014.160000', '152014.164000', '152014.167000'], 'InstanceCreationTime': ['151324.102000', '151324.106000', '151324.118000', '151324.121000', '151324.124000', '151324.127000', '151324.130000', '151324.133000', '151324.136000', '151324.139000', '151324.142000', '151324.145000', '151324.148000', '151324.151000', '151324.154000', '151324.156000', '151324.160000', '151324.162000', '151324.171000', '151324.173000', '151324.176000', '151324.179000', '151344.067000', '151344.070000', '151344.073000', '151344.076000', '151344.087000', '151344.097000', '151344.100000', '151344.103000', '151344.106000', '151344.109000', '151344.112000', '151344.115000', '151344.117000', '151344.120000', '151344.123000', '151344.126000', '151344.129000', '151344.132000', '151344.135000', '151344.145000', '151344.148000', '151344.151000', '151344.154000', '151344.157000', '151344.160000', '151344.163000', '151344.166000', '151344.168000', '151344.171000', '151344.174000', '151344.177000', '151344.180000', '151344.183000', '151344.186000', '151344.189000', '151344.192000', '151344.194000', '151344.197000', '151344.200000', '151344.203000', '151344.214000', '151344.217000', '151344.220000', '151344.222000', '151404.067000', '151404.070000', '151404.073000', '151404.076000', '151404.079000', '151404.082000', '151404.085000', '151404.088000', '151404.091000', '151404.094000', '151404.096000', '151404.099000', '151404.102000', '151404.105000', '151404.108000', '151404.111000', '151404.114000', '151404.117000', '151404.120000', '151404.123000', '151404.126000', '151404.129000', '151404.131000', '151404.134000', '151404.137000', '151404.140000', '151404.143000', '151404.146000', '151404.149000', '151404.152000', '151404.155000', '151404.158000', '151404.161000', '151404.164000', '151404.167000', '151404.170000', '151404.172000', '151404.175000', '151404.178000', '151404.181000', '151404.184000', '151404.187000', '151404.190000', '151424.067000', '151424.070000', '151424.073000', '151424.076000', '151424.079000', '151424.082000', '151424.085000', '151424.088000', '151424.091000', '151424.094000', '151424.097000', '151424.100000', '151424.103000', '151424.106000', '151424.109000', '151424.111000', '151424.114000', '151424.117000', '151424.120000', '151424.123000', '151424.126000', '151424.129000', '151424.132000', '151424.135000', '151424.138000', '151424.141000', '151424.144000', '151424.147000', '151424.150000', '151424.153000', '151424.155000', '151424.158000', '151424.161000', '151424.164000', '151424.167000', '151424.170000', '151424.173000', '151424.176000', '151424.179000', '151424.181000', '151424.185000', '151424.187000', '151424.190000', '151424.193000', '151444.067000', '151444.070000', '151444.073000', '151444.076000', '151444.079000', '151444.082000', '151444.085000', '151444.088000', '151444.091000', '151444.094000', '151444.097000', '151444.099000', '151444.102000', '151444.105000', '151444.108000', '151444.111000', '151444.114000', '151444.117000', '151444.120000', '151444.123000', '151444.126000', '151444.129000', '151444.132000', '151444.135000', '151444.137000', '151444.140000', '151444.143000', '151444.146000', '151444.149000', '151444.152000', '151444.155000', '151444.158000', '151444.161000', '151444.164000', '151444.167000', '151444.172000', '151444.175000', '151444.178000', '151444.181000', '151444.184000', '151444.187000', '151444.190000', '151444.193000', '151504.068000', '151504.071000', '151504.074000', '151504.077000', '151504.080000', '151504.083000', '151504.086000', '151504.089000', '151504.092000', '151504.095000', '151504.098000', '151504.101000', '151504.104000', '151504.107000', '151504.110000', '151504.113000', '151504.116000', '151504.119000', '151504.122000', '151504.125000', '151504.127000', '151504.130000', '151504.133000', '151504.136000', '151504.139000', '151504.142000', '151504.145000', '151504.148000', '151504.151000', '151504.154000', '151504.157000', '151504.160000', '151504.163000', '151504.166000', '151504.168000', '151504.171000', '151504.174000', '151504.177000', '151504.180000', '151504.183000', '151504.186000', '151504.189000', '151504.192000', '151524.068000', '151524.071000', '151524.074000', '151524.077000', '151524.080000', '151524.083000', '151524.086000', '151524.089000', '151524.092000', '151524.095000', '151524.098000', '151524.101000', '151524.103000', '151524.106000', '151524.109000', '151524.124000', '151524.127000', '151524.130000', '151524.133000', '151524.136000', '151524.139000', '151524.142000', '151524.145000', '151524.148000', '151524.151000', '151524.154000', '151524.166000', '151524.169000', '151524.172000', '151524.175000', '151524.178000', '151524.181000', '151524.184000', '151524.186000', '151524.190000', '151524.192000', '151524.195000', '151524.198000', '151524.201000', '151524.204000', '151524.207000', '151524.210000', '151524.213000', '151524.216000', '151544.067000', '151544.070000', '151544.073000', '151544.076000', '151544.079000', '151544.082000', '151544.090000', '151544.093000', '151544.096000', '151544.099000', '151544.102000', '151544.105000', '151544.108000', '151544.111000', '151544.114000', '151544.117000', '151544.119000', '151544.122000', '151544.125000', '151544.128000', '151544.131000', '151544.134000', '151544.137000', '151544.140000', '151544.143000', '151544.146000', '151544.149000', '151544.152000', '151544.155000', '151544.158000', '151544.161000', '151544.164000', '151544.166000', '151544.169000', '151544.172000', '151544.175000', '151544.178000', '151544.181000', '151544.184000', '151544.187000', '151544.190000', '151544.193000', '151544.196000', '151544.199000', '151604.067000', '151604.070000', '151604.073000', '151604.076000', '151604.079000', '151604.082000', '151604.085000', '151604.088000', '151604.091000', '151604.094000', '151604.096000', '151604.099000', '151604.102000', '151604.105000', '151604.108000', '151604.111000', '151604.114000', '151604.117000', '151604.120000', '151604.123000', '151604.126000', '151604.129000', '151604.132000', '151604.135000', '151604.138000', '151604.141000', '151604.144000', '151604.147000', '151604.150000', '151604.153000', '151604.156000', '151604.159000', '151604.162000', '151604.165000', '151604.167000', '151604.170000', '151604.173000', '151604.176000', '151604.179000', '151604.182000', '151604.185000', '151604.188000', '151604.191000', '151624.067000', '151624.070000', '151624.073000', '151624.076000', '151624.079000', '151624.082000', '151624.085000', '151624.088000', '151624.091000', '151624.094000', '151624.097000', '151624.099000', '151624.102000', '151624.105000', '151624.108000', '151624.111000', '151624.114000', '151624.117000', '151624.120000', '151624.123000', '151624.126000', '151624.129000', '151624.132000', '151624.134000', '151624.137000', '151624.140000', '151624.143000', '151624.146000', '151624.149000', '151624.152000', '151624.155000', '151624.158000', '151624.161000', '151624.164000', '151624.167000', '151624.170000', '151624.174000', '151624.177000', '151624.180000', '151624.183000', '151624.186000', '151624.189000', '151624.192000', '151644.067000', '151644.070000', '151644.073000', '151644.076000', '151644.079000', '151644.082000', '151644.085000', '151644.088000', '151644.091000', '151644.094000', '151644.097000', '151644.099000', '151644.102000', '151644.105000', '151644.108000', '151644.111000', '151644.114000', '151644.117000', '151644.120000', '151644.123000', '151644.126000', '151644.129000', '151644.132000', '151644.134000', '151644.137000', '151644.140000', '151644.143000', '151644.146000', '151644.149000', '151644.152000', '151644.155000', '151644.158000', '151644.161000', '151644.164000', '151644.167000', '151644.170000', '151644.173000', '151644.176000', '151644.178000', '151644.181000', '151644.184000', '151644.187000', '151644.190000', '151644.193000', '151704.067000', '151704.070000', '151704.073000', '151704.076000', '151704.079000', '151704.082000', '151704.085000', '151704.088000', '151704.092000', '151704.094000', '151704.097000', '151704.100000', '151704.103000', '151704.106000', '151704.109000', '151704.112000', '151704.115000', '151704.118000', '151704.121000', '151704.124000', '151704.127000', '151704.130000', '151704.133000', '151704.135000', '151704.139000', '151704.141000', '151704.144000', '151704.147000', '151704.150000', '151704.153000', '151704.156000', '151704.159000', '151704.162000', '151704.165000', '151704.168000', '151704.171000', '151704.174000', '151704.177000', '151704.179000', '151704.182000', '151704.185000', '151704.188000', '151704.191000', '151724.068000', '151724.071000', '151724.074000', '151724.077000', '151724.080000', '151724.083000', '151724.086000', '151724.089000', '151724.092000', '151724.095000', '151724.098000', '151724.101000', '151724.104000', '151724.107000', '151724.109000', '151724.112000', '151724.115000', '151724.118000', '151724.121000', '151724.124000', '151724.127000', '151724.130000', '151724.133000', '151724.136000', '151724.139000', '151724.142000', '151724.145000', '151724.148000', '151724.151000', '151724.154000', '151724.157000', '151724.160000', '151724.163000', '151724.165000', '151724.168000', '151724.171000', '151724.174000', '151724.177000', '151724.180000', '151724.183000', '151724.186000', '151724.189000', '151724.192000', '151724.195000', '151744.068000', '151744.071000', '151744.074000', '151744.077000', '151744.080000', '151744.083000', '151744.086000', '151744.089000', '151744.092000', '151744.095000', '151744.098000', '151744.101000', '151744.104000', '151744.107000', '151744.109000', '151744.112000', '151744.115000', '151744.118000', '151744.121000', '151744.124000', '151744.127000', '151744.130000', '151744.134000', '151744.137000', '151744.139000', '151744.143000', '151744.145000', '151744.148000', '151744.151000', '151744.155000', '151744.158000', '151744.161000', '151744.164000', '151744.166000', '151744.169000', '151744.172000', '151744.175000', '151744.178000', '151744.181000', '151744.184000', '151744.187000', '151744.190000', '151744.193000', '151804.067000', '151804.070000', '151804.073000', '151804.076000', '151804.079000', '151804.082000', '151804.085000', '151804.088000', '151804.091000', '151804.094000', '151804.097000', '151804.100000', '151804.102000', '151804.105000', '151804.108000', '151804.111000', '151804.114000', '151804.117000', '151804.120000', '151804.123000', '151804.126000', '151804.129000', '151804.132000', '151804.135000', '151804.138000', '151804.141000', '151804.144000', '151804.147000', '151804.150000', '151804.152000', '151804.155000', '151804.158000', '151804.161000', '151804.164000', '151804.167000', '151804.170000', '151804.173000', '151804.176000', '151804.179000', '151804.182000', '151804.185000', '151804.188000', '151804.191000', '151804.194000', '151824.067000', '151824.070000', '151824.073000', '151824.076000', '151824.079000', '151824.082000', '151824.085000', '151824.088000', '151824.091000', '151824.094000', '151824.097000', '151824.100000', '151824.103000', '151824.106000', '151824.109000', '151824.112000', '151824.115000', '151824.118000', '151824.121000', '151824.123000', '151824.126000', '151824.140000', '151824.143000', '151824.146000', '151824.149000', '151824.152000', '151824.155000', '151824.157000', '151824.161000', '151824.164000', '151824.167000', '151824.169000', '151824.172000', '151824.175000', '151824.178000', '151824.181000', '151824.184000', '151824.187000', '151824.190000', '151824.193000', '151824.196000', '151824.199000', '151824.202000', '151844.067000', '151844.070000', '151844.073000', '151844.076000', '151844.079000', '151844.083000', '151844.086000', '151844.088000', '151844.091000', '151844.094000', '151844.097000', '151844.100000', '151844.103000', '151844.106000', '151844.109000', '151844.112000', '151844.115000', '151844.118000', '151844.121000', '151844.124000', '151844.127000', '151844.130000', '151844.133000', '151844.135000', '151844.138000', '151844.141000', '151844.144000', '151844.147000', '151844.150000', '151844.153000', '151844.156000', '151844.159000', '151844.162000', '151844.165000', '151844.168000', '151844.171000', '151844.174000', '151844.177000', '151844.180000', '151844.183000', '151844.185000', '151844.189000', '151844.192000', '151844.194000', '151904.067000', '151904.070000', '151904.073000', '151904.076000', '151904.079000', '151904.082000', '151904.085000', '151904.088000', '151904.091000', '151904.094000', '151904.097000', '151904.100000', '151904.103000', '151904.106000', '151904.109000', '151904.112000', '151904.115000', '151904.118000', '151904.120000', '151904.124000', '151904.126000', '151904.129000', '151904.132000', '151904.135000', '151904.140000', '151904.143000', '151904.146000', '151904.149000', '151904.152000', '151904.155000', '151904.158000', '151904.161000', '151904.164000', '151904.167000', '151904.170000', '151904.173000', '151904.175000', '151904.178000', '151904.182000', '151904.186000', '151904.189000', '151904.192000', '151904.195000', '151924.067000', '151924.070000', '151924.073000', '151924.076000', '151924.079000', '151924.082000', '151924.085000', '151924.088000', '151924.091000', '151924.094000', '151924.097000', '151924.100000', '151924.103000', '151924.105000', '151924.108000', '151924.111000', '151924.114000', '151924.117000', '151924.120000', '151924.123000', '151924.126000', '151924.129000', '151924.132000', '151924.135000', '151924.138000', '151924.141000', '151924.144000', '151924.146000', '151924.150000', '151924.152000', '151924.155000', '151924.158000', '151924.161000', '151924.164000', '151924.167000', '151924.170000', '151924.173000', '151924.176000', '151924.179000', '151924.182000', '151924.185000', '151924.188000', '151924.191000', '151924.194000', '151944.068000', '151944.071000', '151944.074000', '151944.077000', '151944.080000', '151944.084000', '151944.087000', '151944.090000', '151944.093000', '151944.096000', '151944.099000', '151944.102000', '151944.105000', '151944.108000', '151944.111000', '151944.113000', '151944.116000', '151944.119000', '151944.122000', '151944.125000', '151944.128000', '151944.131000', '151944.134000', '151944.137000', '151944.140000', '151944.143000', '151944.146000', '151944.149000', '151944.152000', '151944.155000', '151944.158000', '151944.161000', '151944.174000', '151944.177000', '151944.179000', '151944.182000', '151944.185000', '151944.188000', '151944.191000', '151944.194000', '151944.197000', '151944.200000', '151944.203000', '152004.068000', '152004.071000', '152004.074000', '152004.077000', '152004.080000', '152004.083000', '152004.086000', '152004.093000', '152004.096000', '152004.099000', '152004.102000', '152004.105000', '152004.108000', '152004.111000', '152004.114000', '152004.117000', '152004.120000', '152004.123000', '152004.126000', '152004.129000', '152004.132000', '152004.135000', '152004.137000', '152004.140000', '152004.143000', '152004.146000', '152004.149000', '152004.152000', '152004.155000', '152004.158000', '152004.169000', '152004.173000', '152004.176000', '152004.178000', '152004.181000', '152004.184000', '152004.187000', '152004.190000', '152004.193000', '152004.196000', '152004.200000', '152004.203000', '152004.206000', '152004.209000', '152014.099000', '152014.103000', '152014.107000', '152014.110000', '152014.113000', '152014.116000', '152014.120000', '152014.123000', '152014.127000', '152014.130000', '152014.133000', '152014.136000', '152014.139000', '152014.142000', '152014.145000', '152014.148000', '152014.151000', '152014.154000', '152014.157000', '152014.160000', '152014.164000', '152014.167000'], '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': [19115, 10789, 9822, 15757, 9963, 18713, 11037, 10434, 18284, 10785, 10882, 14654, 8914, 19411, 10532, 12330, 12682, 9653, 15217, 8616, 18232, 10345, 13514, 12986, 9814, 14484, 9475, 17376, 11229, 9168, 12983, 9960, 14719, 9563, 13179, 11773, 9958, 15325, 10165, 16517, 11064, 9578, 15678, 9956, 18369, 11433, 15933, 14652, 9846, 18600, 9793, 17233, 12862, 9613, 17575, 9946, 18911, 11868, 9847, 17932, 9713, 19409, 12717, 9510, 17953, 9491, 17835, 11979, 9440, 16559, 9145, 18528, 13507, 9713, 16845, 9513, 18223, 13152, 9685, 17768, 10843, 11253, 13537, 9260, 18883, 12038, 9266, 15568, 9378, 18685, 11731, 9709, 16178, 9474, 17055, 13037, 9397, 17812, 10071, 11544, 13386, 8999, 18873, 10377, 17171, 12861, 9080, 18861, 11418, 10712, 13274, 9121, 18008, 9910, 9118, 13332, 8746, 17533, 10848, 10607, 16013, 9153, 19570, 12112, 9795, 15401, 9028, 19852, 12081, 9240, 16583, 8966, 19749, 12832, 9157, 16679, 10057, 16508, 14170, 8908, 18507, 9941, 13963, 13451, 8803, 17351, 8981, 18647, 11818, 9100, 15266, 8901, 18830, 12150, 9074, 15676, 8964, 15363, 13753, 8836, 17125, 9076, 11520, 12564, 8847, 18938, 11408, 14953, 11310, 9040, 18203, 11045, 9018, 18105, 11761, 8907, 17917, 9733, 9186, 15858, 9025, 19932, 12753, 8869, 16394, 10284, 10173, 13027, 8628, 18244, 12688, 9221, 15242, 10432, 10234, 13725, 8978, 13293, 11845, 9321, 17291, 11375, 9210, 15967, 9307, 18481, 13231, 8430, 18605, 10606, 11203, 12796, 8598, 17980, 11139, 8421, 16009, 9186, 15105, 13919, 8936, 17849, 10312, 15855, 11458, 8829, 16599, 10229, 13230, 14164, 8778, 18598, 12267, 8702, 15143, 8987, 18866, 12414, 8743, 15844, 9558, 16284, 13015, 8398, 17964, 10736, 10261, 13054, 8229, 18929, 11392, 8670, 15334, 9618, 17157, 14119, 8432, 18191, 10703, 8304, 13747, 8390, 17628, 11377, 8568, 17447, 12673, 8726, 15804, 8363, 19509, 12824, 8381, 15643, 9925, 16845, 13668, 8569, 18473, 10751, 10335, 13422, 8304, 17941, 10581, 8539, 12895, 8456, 16390, 10567, 10908, 12257, 8597, 15440, 11648, 8374, 14575, 9083, 15592, 11901, 8440, 17626, 9794, 18823, 12984, 8222, 14334, 8681, 16866, 12046, 7887, 15293, 8560, 16815, 11652, 8139, 14214, 9026, 17050, 11848, 8204, 14401, 9276, 16726, 12822, 8161, 16288, 10350, 16850, 14391, 8201, 18233, 10053, 17776, 13542, 9265, 17361, 8617, 17320, 10498, 7948, 12465, 8594, 17818, 11193, 8127, 12353, 7968, 16244, 10588, 8123, 11797, 7967, 15049, 10230, 13561, 10603, 7989, 15455, 11076, 7768, 14199, 9950, 11496, 11361, 8430, 17204, 11831, 9936, 14612, 8664, 18413, 12328, 7868, 15223, 9557, 17253, 12823, 7820, 14086, 9436, 13084, 11981, 8654, 16780, 10536, 9344, 12413, 8186, 16469, 11682, 7703, 14947, 9717, 15442, 14514, 8629, 17197, 11108, 7839, 13309, 9284, 15805, 14604, 8163, 15456, 10338, 10493, 12554, 8663, 16394, 11569, 7885, 13474, 10013, 14283, 14520, 9009, 16257, 10473, 9372, 12641, 8501, 16044, 13305, 8064, 15902, 10763, 12014, 12864, 8599, 17931, 11778, 8902, 13418, 8123, 17066, 11828, 7748, 12781, 9155, 15912, 11496, 8044, 14075, 9584, 10254, 11506, 8669, 14729, 11285, 8837, 13888, 8876, 17181, 11548, 8781, 13351, 8960, 16766, 11813, 7485, 13402, 8570, 14950, 11797, 7831, 13700, 8488, 15053, 10853, 8293, 13733, 8703, 13606, 11792, 8450, 16704, 9485, 18434, 12968, 10800, 11214, 8255, 16314, 9577, 12455, 11103, 8472, 13318, 8834, 14212, 14149, 9300, 14157, 9875, 7976, 13483, 9805, 15554, 14883, 9259, 16706, 10511, 10081, 13012, 8979, 16988, 12714, 8004, 13790, 9486, 13240, 12301, 8812, 15308, 10886, 7739, 13617, 10763, 9345, 14216, 10320, 7612, 13728, 10238, 14141, 12213, 8757, 17500, 11766, 7751, 14023, 9613, 15630, 12767, 8291, 14288, 10903, 7754, 13912, 10760, 10182, 13052, 9060, 13794, 13272, 8486, 15234, 11437, 7938, 14168, 10828, 10144, 14182, 9522, 16466, 13149, 8195, 15188, 11420, 8425, 15309, 10943, 11107, 13522, 8660, 17049, 11915, 8401, 15394, 11039, 8986, 13091, 8894, 15295, 11481, 8124, 14494, 9819, 12430, 11204, 8382, 15177, 12027, 7927, 15483, 9223, 8209, 12021, 14618, 8470, 17054, 13788, 8410, 17093, 12970, 10712, 16850, 10882, 14458, 15018, 8843, 16079, 11794, 11869, 13860, 8536, 15867, 11352, 7817, 14434, 9431, 14335, 11670, 9185, 14484, 10452, 11049, 13196, 9106, 15452, 11434, 8027, 14069, 8855, 16049, 12338, 8594, 13953, 9718, 13714, 14028, 9285, 15714, 10262, 13392, 11833, 8838, 15318, 11698, 8510, 13996, 9159, 14839, 11499, 8283, 15114, 9534, 14069, 11648, 8400, 15401, 11170, 14007, 12894, 8387, 15330, 11318, 9750, 14594, 8654, 14895, 12023, 8422, 14850, 10884, 13857, 12631, 8861, 15975, 11283, 9882, 14313, 8793, 16339, 11655, 8155, 13753, 9894, 14963, 12927, 8858, 15159, 10572, 9947, 13752, 8717, 15598, 11697, 8550, 13828, 8311, 15480, 11463, 13747, 14030, 8442, 16303, 11086, 8199, 14757, 10517, 14173, 12321, 8588, 15734, 11785, 8284, 14953, 10133, 15829, 11387, 8373, 14545, 10128, 15306, 12703, 8687, 14939, 10684, 8709, 15078, 10339, 13634, 13084, 8524, 14184, 14157, 8869, 15756, 10434, 11523, 13315, 8730, 16020, 12299, 8625, 15471, 10172, 11709, 12525, 8622, 16028, 12734, 8549, 14857, 10341, 9479, 13920, 9212, 16514, 13884, 8058, 14741, 11042, 10376, 15036, 10027, 10109, 13777, 9944, 15997, 13609, 8716, 15532, 11873, 8068, 15260, 11582, 11712, 14885, 9416, 14239, 14139, 8627, 15621, 11469, 8226, 14339, 9806, 14987, 14617, 9216, 15509, 10875, 9003, 13796, 9531, 15817, 12521, 9076, 15589, 11235, 8169, 15086, 10048, 16939, 13904, 8410, 14994, 10073, 15988, 14825, 8776, 15476, 10934, 8121, 14711, 9970, 15801, 13125, 8763, 15926, 11185, 8020, 15230, 10911, 15340, 12641, 9081, 15481, 10787, 12976, 13759, 8842, 15862, 10963, 8444, 14310, 9964, 14049, 12252, 9271, 16652, 13027, 8772, 13817, 11306, 8063, 15476, 9561, 14850, 10952, 7778, 14906, 9006, 17082, 13417, 8972, 16784, 11414, 12832, 14249, 9350, 16470, 12148, 9268, 19219, 12252, 8373, 18903, 10630, 13859, 14652, 8617, 16994, 12207, 7873, 15505, 11209, 7969, 13001, 9583, 12543, 11061, 8351, 15149, 11182, 7938, 13491, 10755, 10175, 13443, 9287, 11632, 11374, 8708, 15318, 12549, 10623, 15235, 10272, 11825, 11871, 8945, 16663, 12570, 8445, 15487, 10522, 10434, 12870, 8216, 16163, 12119, 9354, 13328, 8351, 16181, 12492, 9066, 14850, 9449], 'WindowCenter': [4484.0, 4418.0, 4395.0, 4432.0, 4393.0, 4440.0, 4388.0, 4387.0, 4427.0, 4388.0, 4387.0, 4419.0, 4367.0, 4427.0, 4377.0, 4394.0, 4395.0, 4363.0, 4403.0, 4355.0, 4413.0, 4374.0, 4392.0, 4395.0, 4364.0, 4403.0, 4377.0, 4427.0, 4386.0, 4366.0, 4405.0, 4377.0, 4417.0, 4377.0, 4406.0, 4397.0, 4377.0, 4417.0, 4387.0, 4428.0, 4399.0, 4378.0, 4428.0, 4391.0, 4428.0, 4399.0, 4425.0, 4419.0, 4378.0, 4437.0, 4389.0, 4427.0, 4408.0, 4378.0, 4438.0, 4388.0, 4438.0, 4398.0, 4377.0, 4428.0, 4376.0, 4435.0, 4409.0, 4377.0, 4437.0, 4379.0, 4426.0, 4396.0, 4377.0, 4427.0, 4368.0, 4426.0, 4407.0, 4366.0, 4426.0, 4377.0, 4427.0, 4407.0, 4378.0, 4426.0, 4389.0, 4386.0, 4406.0, 4367.0, 4437.0, 4397.0, 4367.0, 4417.0, 4367.0, 4425.0, 4396.0, 4364.0, 4416.0, 4377.0, 4424.0, 4405.0, 4365.0, 4426.0, 4378.0, 4386.0, 4404.0, 4366.0, 4424.0, 4377.0, 4424.0, 4395.0, 4353.0, 4424.0, 4385.0, 4374.0, 4394.0, 4365.0, 4426.0, 4374.0, 4356.0, 4405.0, 4356.0, 4426.0, 4387.0, 4375.0, 4415.0, 4365.0, 4422.0, 4396.0, 4375.0, 4415.0, 4355.0, 4435.0, 4394.0, 4354.0, 4412.0, 4355.0, 4423.0, 4395.0, 4362.0, 4424.0, 4374.0, 4425.0, 4406.0, 4353.0, 4425.0, 4375.0, 4404.0, 4404.0, 4366.0, 4424.0, 4355.0, 4424.0, 4385.0, 4353.0, 4414.0, 4354.0, 4424.0, 4394.0, 4353.0, 4415.0, 4366.0, 4414.0, 4406.0, 4367.0, 4425.0, 4367.0, 4395.0, 4396.0, 4366.0, 4436.0, 4396.0, 4415.0, 4385.0, 4356.0, 4423.0, 4384.0, 4354.0, 4425.0, 4397.0, 4366.0, 4426.0, 4366.0, 4365.0, 4413.0, 4354.0, 4421.0, 4393.0, 4353.0, 4413.0, 4374.0, 4372.0, 4404.0, 4356.0, 4424.0, 4394.0, 4363.0, 4414.0, 4387.0, 4374.0, 4404.0, 4367.0, 4404.0, 4396.0, 4365.0, 4426.0, 4398.0, 4365.0, 4427.0, 4367.0, 4424.0, 4406.0, 4346.0, 4425.0, 4376.0, 4383.0, 4394.0, 4354.0, 4425.0, 4386.0, 4345.0, 4414.0, 4366.0, 4412.0, 4404.0, 4355.0, 4424.0, 4376.0, 4414.0, 4385.0, 4355.0, 4425.0, 4376.0, 4404.0, 4404.0, 4356.0, 4434.0, 4395.0, 4356.0, 4417.0, 4367.0, 4424.0, 4396.0, 4355.0, 4424.0, 4376.0, 4425.0, 4405.0, 4345.0, 4426.0, 4386.0, 4374.0, 4406.0, 4356.0, 4424.0, 4383.0, 4355.0, 4415.0, 4375.0, 4427.0, 4404.0, 4356.0, 4435.0, 4385.0, 4355.0, 4406.0, 4357.0, 4435.0, 4396.0, 4367.0, 4426.0, 4407.0, 4355.0, 4415.0, 4357.0, 4423.0, 4394.0, 4344.0, 4413.0, 4376.0, 4424.0, 4405.0, 4353.0, 4425.0, 4372.0, 4362.0, 4393.0, 4344.0, 4423.0, 4374.0, 4343.0, 4391.0, 4342.0, 4413.0, 4374.0, 4372.0, 4394.0, 4353.0, 4413.0, 4394.0, 4356.0, 4416.0, 4366.0, 4414.0, 4395.0, 4356.0, 4424.0, 4377.0, 4425.0, 4406.0, 4344.0, 4404.0, 4355.0, 4426.0, 4396.0, 4344.0, 4414.0, 4354.0, 4413.0, 4383.0, 4345.0, 4405.0, 4366.0, 4424.0, 4395.0, 4356.0, 4416.0, 4366.0, 4424.0, 4406.0, 4355.0, 4426.0, 4385.0, 4426.0, 4416.0, 4344.0, 4425.0, 4375.0, 4426.0, 4406.0, 4364.0, 4425.0, 4354.0, 4424.0, 4373.0, 4343.0, 4394.0, 4355.0, 4423.0, 4384.0, 4344.0, 4395.0, 4346.0, 4425.0, 4384.0, 4344.0, 4393.0, 4344.0, 4414.0, 4387.0, 4405.0, 4375.0, 4344.0, 4415.0, 4386.0, 4345.0, 4416.0, 4375.0, 4394.0, 4385.0, 4356.0, 4424.0, 4396.0, 4376.0, 4414.0, 4355.0, 4422.0, 4394.0, 4342.0, 4413.0, 4375.0, 4413.0, 4394.0, 4333.0, 4403.0, 4363.0, 4405.0, 4396.0, 4354.0, 4412.0, 4386.0, 4363.0, 4395.0, 4355.0, 4424.0, 4396.0, 4333.0, 4415.0, 4375.0, 4414.0, 4417.0, 4355.0, 4423.0, 4385.0, 4333.0, 4403.0, 4365.0, 4415.0, 4415.0, 4345.0, 4414.0, 4375.0, 4373.0, 4393.0, 4366.0, 4423.0, 4396.0, 4345.0, 4404.0, 4375.0, 4404.0, 4406.0, 4365.0, 4414.0, 4384.0, 4365.0, 4405.0, 4365.0, 4415.0, 4405.0, 4346.0, 4426.0, 4387.0, 4394.0, 4406.0, 4356.0, 4425.0, 4396.0, 4355.0, 4403.0, 4344.0, 4425.0, 4396.0, 4335.0, 4394.0, 4363.0, 4414.0, 4384.0, 4344.0, 4403.0, 4364.0, 4373.0, 4395.0, 4353.0, 4415.0, 4395.0, 4364.0, 4404.0, 4365.0, 4423.0, 4384.0, 4354.0, 4405.0, 4365.0, 4423.0, 4395.0, 4333.0, 4405.0, 4357.0, 4416.0, 4396.0, 4345.0, 4406.0, 4366.0, 4415.0, 4386.0, 4356.0, 4416.0, 4357.0, 4404.0, 4395.0, 4357.0, 4426.0, 4378.0, 4436.0, 4406.0, 4386.0, 4386.0, 4356.0, 4425.0, 4377.0, 4394.0, 4384.0, 4345.0, 4402.0, 4353.0, 4416.0, 4416.0, 4364.0, 4404.0, 4374.0, 4344.0, 4405.0, 4375.0, 4426.0, 4414.0, 4364.0, 4425.0, 4385.0, 4373.0, 4394.0, 4353.0, 4413.0, 4394.0, 4332.0, 4393.0, 4362.0, 4391.0, 4383.0, 4365.0, 4413.0, 4383.0, 4333.0, 4403.0, 4387.0, 4366.0, 4416.0, 4386.0, 4346.0, 4404.0, 4375.0, 4405.0, 4393.0, 4354.0, 4423.0, 4394.0, 4334.0, 4404.0, 4376.0, 4415.0, 4394.0, 4345.0, 4402.0, 4385.0, 4345.0, 4415.0, 4387.0, 4376.0, 4405.0, 4367.0, 4405.0, 4405.0, 4368.0, 4429.0, 4398.0, 4345.0, 4415.0, 4395.0, 4375.0, 4415.0, 4377.0, 4425.0, 4407.0, 4355.0, 4415.0, 4397.0, 4367.0, 4427.0, 4386.0, 4383.0, 4405.0, 4355.0, 4424.0, 4395.0, 4356.0, 4416.0, 4386.0, 4354.0, 4405.0, 4365.0, 4412.0, 4395.0, 4346.0, 4404.0, 4375.0, 4393.0, 4385.0, 4356.0, 4415.0, 4409.0, 4361.0, 4439.0, 4379.0, 4358.0, 4396.0, 4428.0, 4358.0, 4438.0, 4420.0, 4357.0, 4439.0, 4420.0, 4388.0, 4428.0, 4386.0, 4405.0, 4405.0, 4354.0, 4415.0, 4384.0, 4383.0, 4393.0, 4343.0, 4403.0, 4373.0, 4323.0, 4404.0, 4365.0, 4402.0, 4384.0, 4365.0, 4406.0, 4377.0, 4384.0, 4407.0, 4368.0, 4417.0, 4397.0, 4346.0, 4406.0, 4368.0, 4427.0, 4408.0, 4355.0, 4417.0, 4376.0, 4406.0, 4418.0, 4369.0, 4418.0, 4389.0, 4407.0, 4396.0, 4369.0, 4419.0, 4397.0, 4356.0, 4406.0, 4369.0, 4416.0, 4397.0, 4356.0, 4418.0, 4377.0, 4415.0, 4398.0, 4358.0, 4428.0, 4400.0, 4416.0, 4407.0, 4357.0, 4418.0, 4398.0, 4379.0, 4427.0, 4370.0, 4417.0, 4398.0, 4357.0, 4418.0, 4398.0, 4418.0, 4408.0, 4369.0, 4428.0, 4398.0, 4375.0, 4416.0, 4367.0, 4428.0, 4387.0, 4345.0, 4406.0, 4376.0, 4416.0, 4407.0, 4367.0, 4416.0, 4388.0, 4377.0, 4406.0, 4369.0, 4429.0, 4397.0, 4355.0, 4406.0, 4356.0, 4414.0, 4396.0, 4405.0, 4405.0, 4355.0, 4414.0, 4386.0, 4345.0, 4417.0, 4386.0, 4414.0, 4396.0, 4368.0, 4415.0, 4396.0, 4356.0, 4417.0, 4387.0, 4417.0, 4387.0, 4344.0, 4406.0, 4387.0, 4415.0, 4395.0, 4356.0, 4414.0, 4375.0, 4355.0, 4417.0, 4386.0, 4405.0, 4405.0, 4355.0, 4405.0, 4405.0, 4367.0, 4428.0, 4388.0, 4387.0, 4405.0, 4356.0, 4425.0, 4407.0, 4356.0, 4415.0, 4376.0, 4382.0, 4394.0, 4353.0, 4426.0, 4405.0, 4355.0, 4416.0, 4377.0, 4363.0, 4406.0, 4367.0, 4424.0, 4407.0, 4344.0, 4415.0, 4395.0, 4388.0, 4417.0, 4378.0, 4375.0, 4407.0, 4376.0, 4427.0, 4420.0, 4367.0, 4415.0, 4394.0, 4345.0, 4417.0, 4397.0, 4395.0, 4417.0, 4367.0, 4405.0, 4405.0, 4358.0, 4427.0, 4396.0, 4344.0, 4404.0, 4376.0, 4414.0, 4417.0, 4366.0, 4413.0, 4386.0, 4354.0, 4404.0, 4376.0, 4427.0, 4407.0, 4365.0, 4426.0, 4396.0, 4355.0, 4426.0, 4388.0, 4426.0, 4406.0, 4345.0, 4415.0, 4376.0, 4415.0, 4417.0, 4355.0, 4415.0, 4385.0, 4344.0, 4414.0, 4375.0, 4415.0, 4406.0, 4357.0, 4426.0, 4396.0, 4345.0, 4416.0, 4399.0, 4426.0, 4397.0, 4355.0, 4416.0, 4385.0, 4393.0, 4406.0, 4366.0, 4413.0, 4386.0, 4343.0, 4413.0, 4376.0, 4416.0, 4408.0, 4380.0, 4437.0, 4406.0, 4367.0, 4419.0, 4398.0, 4357.0, 4427.0, 4376.0, 4415.0, 4387.0, 4346.0, 4418.0, 4368.0, 4428.0, 4408.0, 4354.0, 4416.0, 4398.0, 4410.0, 4403.0, 4316.0, 4350.0, 4330.0, 4311.0, 4400.0, 4380.0, 4315.0, 4421.0, 4371.0, 4389.0, 4388.0, 4341.0, 4398.0, 4368.0, 4318.0, 4402.0, 4385.0, 4334.0, 4394.0, 4376.0, 4393.0, 4383.0, 4345.0, 4404.0, 4384.0, 4343.0, 4406.0, 4387.0, 4387.0, 4419.0, 4380.0, 4399.0, 4396.0, 4368.0, 4427.0, 4409.0, 4389.0, 4428.0, 4389.0, 4397.0, 4398.0, 4368.0, 4428.0, 4411.0, 4359.0, 4427.0, 4389.0, 4387.0, 4408.0, 4358.0, 4428.0, 4409.0, 4377.0, 4407.0, 4358.0, 4427.0, 4408.0, 4367.0, 4417.0, 4377.0], 'WindowWidth': [9842.0, 9736.0, 9694.0, 9738.0, 9685.0, 9741.0, 9671.0, 9667.0, 9721.0, 9668.0, 9665.0, 9710.0, 9639.0, 9719.0, 9651.0, 9666.0, 9672.0, 9625.0, 9680.0, 9618.0, 9694.0, 9641.0, 9663.0, 9672.0, 9628.0, 9680.0, 9653.0, 9718.0, 9663.0, 9634.0, 9687.0, 9650.0, 9705.0, 9655.0, 9688.0, 9676.0, 9651.0, 9704.0, 9667.0, 9722.0, 9687.0, 9655.0, 9723.0, 9677.0, 9722.0, 9685.0, 9715.0, 9711.0, 9654.0, 9736.0, 9672.0, 9720.0, 9696.0, 9654.0, 9738.0, 9670.0, 9736.0, 9681.0, 9651.0, 9722.0, 9650.0, 9729.0, 9699.0, 9653.0, 9734.0, 9658.0, 9717.0, 9678.0, 9652.0, 9719.0, 9641.0, 9718.0, 9691.0, 9634.0, 9716.0, 9653.0, 9719.0, 9692.0, 9653.0, 9717.0, 9670.0, 9662.0, 9691.0, 9640.0, 9736.0, 9680.0, 9637.0, 9705.0, 9637.0, 9715.0, 9676.0, 9629.0, 9701.0, 9651.0, 9711.0, 9687.0, 9634.0, 9717.0, 9654.0, 9660.0, 9684.0, 9634.0, 9712.0, 9652.0, 9711.0, 9674.0, 9615.0, 9711.0, 9660.0, 9640.0, 9670.0, 9632.0, 9715.0, 9646.0, 9619.0, 9686.0, 9623.0, 9718.0, 9668.0, 9646.0, 9700.0, 9634.0, 9706.0, 9674.0, 9646.0, 9699.0, 9621.0, 9727.0, 9670.0, 9614.0, 9692.0, 9621.0, 9709.0, 9674.0, 9625.0, 9711.0, 9644.0, 9713.0, 9689.0, 9615.0, 9714.0, 9647.0, 9682.0, 9684.0, 9635.0, 9710.0, 9620.0, 9711.0, 9658.0, 9612.0, 9695.0, 9618.0, 9711.0, 9671.0, 9615.0, 9699.0, 9637.0, 9697.0, 9691.0, 9638.0, 9715.0, 9639.0, 9672.0, 9675.0, 9638.0, 9732.0, 9677.0, 9698.0, 9658.0, 9619.0, 9706.0, 9656.0, 9616.0, 9715.0, 9679.0, 9635.0, 9718.0, 9635.0, 9631.0, 9694.0, 9617.0, 9702.0, 9667.0, 9612.0, 9694.0, 9643.0, 9638.0, 9682.0, 9625.0, 9712.0, 9670.0, 9625.0, 9697.0, 9664.0, 9645.0, 9685.0, 9639.0, 9685.0, 9675.0, 9633.0, 9719.0, 9684.0, 9633.0, 9720.0, 9639.0, 9712.0, 9690.0, 9609.0, 9715.0, 9649.0, 9654.0, 9670.0, 9616.0, 9715.0, 9665.0, 9606.0, 9698.0, 9636.0, 9693.0, 9684.0, 9619.0, 9713.0, 9650.0, 9696.0, 9659.0, 9618.0, 9713.0, 9650.0, 9684.0, 9685.0, 9624.0, 9726.0, 9676.0, 9624.0, 9705.0, 9640.0, 9714.0, 9675.0, 9621.0, 9712.0, 9651.0, 9714.0, 9687.0, 9606.0, 9717.0, 9664.0, 9644.0, 9690.0, 9625.0, 9713.0, 9656.0, 9619.0, 9699.0, 9648.0, 9720.0, 9687.0, 9622.0, 9731.0, 9662.0, 9619.0, 9689.0, 9627.0, 9729.0, 9678.0, 9639.0, 9718.0, 9692.0, 9620.0, 9700.0, 9625.0, 9712.0, 9672.0, 9603.0, 9694.0, 9648.0, 9712.0, 9685.0, 9615.0, 9713.0, 9640.0, 9622.0, 9667.0, 9603.0, 9709.0, 9643.0, 9599.0, 9662.0, 9598.0, 9695.0, 9644.0, 9637.0, 9668.0, 9616.0, 9694.0, 9672.0, 9621.0, 9702.0, 9637.0, 9697.0, 9674.0, 9621.0, 9713.0, 9652.0, 9716.0, 9690.0, 9602.0, 9683.0, 9621.0, 9717.0, 9675.0, 9602.0, 9697.0, 9617.0, 9695.0, 9655.0, 9606.0, 9687.0, 9638.0, 9711.0, 9675.0, 9621.0, 9702.0, 9637.0, 9713.0, 9691.0, 9619.0, 9716.0, 9664.0, 9717.0, 9704.0, 9604.0, 9718.0, 9648.0, 9716.0, 9691.0, 9630.0, 9715.0, 9618.0, 9710.0, 9642.0, 9601.0, 9670.0, 9620.0, 9710.0, 9659.0, 9604.0, 9673.0, 9611.0, 9716.0, 9658.0, 9604.0, 9669.0, 9604.0, 9698.0, 9666.0, 9685.0, 9646.0, 9605.0, 9700.0, 9662.0, 9607.0, 9705.0, 9649.0, 9670.0, 9659.0, 9622.0, 9712.0, 9677.0, 9649.0, 9700.0, 9620.0, 9709.0, 9670.0, 9598.0, 9695.0, 9646.0, 9695.0, 9672.0, 9587.0, 9681.0, 9629.0, 9687.0, 9676.0, 9617.0, 9695.0, 9663.0, 9629.0, 9672.0, 9623.0, 9713.0, 9677.0, 9587.0, 9700.0, 9647.0, 9699.0, 9707.0, 9621.0, 9712.0, 9660.0, 9589.0, 9682.0, 9635.0, 9702.0, 9702.0, 9606.0, 9699.0, 9646.0, 9642.0, 9669.0, 9637.0, 9713.0, 9676.0, 9605.0, 9684.0, 9647.0, 9684.0, 9690.0, 9633.0, 9699.0, 9659.0, 9631.0, 9685.0, 9636.0, 9702.0, 9688.0, 9610.0, 9717.0, 9665.0, 9672.0, 9689.0, 9622.0, 9716.0, 9677.0, 9619.0, 9682.0, 9608.0, 9716.0, 9676.0, 9591.0, 9671.0, 9629.0, 9696.0, 9656.0, 9604.0, 9683.0, 9631.0, 9641.0, 9672.0, 9618.0, 9702.0, 9675.0, 9631.0, 9686.0, 9634.0, 9709.0, 9658.0, 9618.0, 9687.0, 9633.0, 9709.0, 9675.0, 9589.0, 9686.0, 9625.0, 9703.0, 9677.0, 9606.0, 9691.0, 9639.0, 9701.0, 9665.0, 9624.0, 9704.0, 9627.0, 9685.0, 9676.0, 9625.0, 9720.0, 9656.0, 9736.0, 9693.0, 9663.0, 9665.0, 9622.0, 9715.0, 9654.0, 9672.0, 9658.0, 9605.0, 9680.0, 9617.0, 9704.0, 9704.0, 9633.0, 9685.0, 9647.0, 9605.0, 9687.0, 9649.0, 9719.0, 9701.0, 9632.0, 9716.0, 9660.0, 9640.0, 9671.0, 9615.0, 9698.0, 9672.0, 9583.0, 9667.0, 9625.0, 9661.0, 9652.0, 9631.0, 9695.0, 9656.0, 9586.0, 9681.0, 9666.0, 9636.0, 9704.0, 9664.0, 9608.0, 9685.0, 9648.0, 9688.0, 9668.0, 9618.0, 9711.0, 9671.0, 9589.0, 9683.0, 9653.0, 9703.0, 9671.0, 9605.0, 9681.0, 9660.0, 9607.0, 9704.0, 9667.0, 9649.0, 9687.0, 9641.0, 9687.0, 9689.0, 9643.0, 9728.0, 9683.0, 9609.0, 9702.0, 9677.0, 9647.0, 9701.0, 9655.0, 9716.0, 9694.0, 9622.0, 9703.0, 9680.0, 9644.0, 9723.0, 9665.0, 9656.0, 9687.0, 9620.0, 9711.0, 9675.0, 9625.0, 9706.0, 9662.0, 9616.0, 9685.0, 9634.0, 9693.0, 9673.0, 9608.0, 9686.0, 9647.0, 9669.0, 9659.0, 9624.0, 9702.0, 9703.0, 9641.0, 9744.0, 9659.0, 9627.0, 9675.0, 9723.0, 9630.0, 9739.0, 9715.0, 9628.0, 9741.0, 9714.0, 9668.0, 9724.0, 9662.0, 9685.0, 9685.0, 9612.0, 9699.0, 9656.0, 9648.0, 9662.0, 9596.0, 9675.0, 9637.0, 9570.0, 9680.0, 9632.0, 9677.0, 9654.0, 9630.0, 9686.0, 9649.0, 9656.0, 9690.0, 9639.0, 9706.0, 9677.0, 9606.0, 9688.0, 9641.0, 9720.0, 9696.0, 9620.0, 9704.0, 9650.0, 9690.0, 9709.0, 9642.0, 9709.0, 9669.0, 9689.0, 9673.0, 9643.0, 9711.0, 9680.0, 9623.0, 9689.0, 9643.0, 9702.0, 9677.0, 9620.0, 9706.0, 9652.0, 9701.0, 9680.0, 9626.0, 9723.0, 9689.0, 9703.0, 9692.0, 9626.0, 9708.0, 9681.0, 9656.0, 9721.0, 9647.0, 9706.0, 9681.0, 9624.0, 9708.0, 9684.0, 9711.0, 9695.0, 9644.0, 9723.0, 9684.0, 9646.0, 9703.0, 9640.0, 9723.0, 9667.0, 9605.0, 9688.0, 9651.0, 9704.0, 9693.0, 9638.0, 9705.0, 9669.0, 9651.0, 9690.0, 9645.0, 9726.0, 9681.0, 9620.0, 9689.0, 9622.0, 9696.0, 9675.0, 9686.0, 9686.0, 9620.0, 9697.0, 9661.0, 9606.0, 9704.0, 9665.0, 9699.0, 9676.0, 9642.0, 9702.0, 9678.0, 9622.0, 9707.0, 9665.0, 9706.0, 9664.0, 9603.0, 9689.0, 9666.0, 9701.0, 9671.0, 9619.0, 9698.0, 9646.0, 9620.0, 9707.0, 9664.0, 9686.0, 9687.0, 9622.0, 9685.0, 9688.0, 9639.0, 9724.0, 9667.0, 9663.0, 9685.0, 9622.0, 9716.0, 9694.0, 9620.0, 9702.0, 9648.0, 9651.0, 9670.0, 9615.0, 9718.0, 9689.0, 9619.0, 9703.0, 9652.0, 9628.0, 9688.0, 9640.0, 9711.0, 9693.0, 9605.0, 9701.0, 9675.0, 9667.0, 9706.0, 9655.0, 9647.0, 9691.0, 9652.0, 9722.0, 9715.0, 9639.0, 9702.0, 9671.0, 9605.0, 9705.0, 9682.0, 9674.0, 9705.0, 9640.0, 9687.0, 9687.0, 9628.0, 9722.0, 9678.0, 9603.0, 9683.0, 9650.0, 9697.0, 9706.0, 9637.0, 9698.0, 9662.0, 9616.0, 9685.0, 9652.0, 9721.0, 9692.0, 9635.0, 9719.0, 9678.0, 9621.0, 9718.0, 9672.0, 9720.0, 9690.0, 9607.0, 9703.0, 9650.0, 9701.0, 9708.0, 9621.0, 9701.0, 9659.0, 9601.0, 9697.0, 9646.0, 9700.0, 9690.0, 9624.0, 9716.0, 9678.0, 9606.0, 9704.0, 9686.0, 9719.0, 9678.0, 9619.0, 9701.0, 9660.0, 9665.0, 9689.0, 9636.0, 9698.0, 9663.0, 9601.0, 9695.0, 9649.0, 9702.0, 9697.0, 9664.0, 9736.0, 9690.0, 9640.0, 9711.0, 9683.0, 9628.0, 9719.0, 9653.0, 9701.0, 9665.0, 9608.0, 9708.0, 9643.0, 9724.0, 9695.0, 9616.0, 9702.0, 9682.0, 9700.0, 9679.0, 9540.0, 9576.0, 9548.0, 9527.0, 9665.0, 9642.0, 9546.0, 9700.0, 9634.0, 9653.0, 9649.0, 9591.0, 9664.0, 9622.0, 9556.0, 9674.0, 9658.0, 9587.0, 9669.0, 9649.0, 9667.0, 9653.0, 9604.0, 9682.0, 9655.0, 9599.0, 9687.0, 9665.0, 9668.0, 9711.0, 9661.0, 9683.0, 9678.0, 9643.0, 9721.0, 9699.0, 9669.0, 9722.0, 9671.0, 9678.0, 9682.0, 9643.0, 9722.0, 9704.0, 9632.0, 9723.0, 9671.0, 9666.0, 9694.0, 9630.0, 9726.0, 9700.0, 9652.0, 9693.0, 9628.0, 9720.0, 9697.0, 9640.0, 9707.0, 9654.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.0012162678375411634</td></tr>
<tr><td colspan=3>aqi</td><td>0.023084733809001095</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.62198201693404</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2587190157802202</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9858671084285713</td></tr>
<tr><td colspan=3>efc</td><td>0.4507</td></tr>
<tr><td colspan=3>fber</td><td>6203.686</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0892958482854227</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>20</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.1953896816684964</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3313931093873412</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2797788547367457</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5409190303288605</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.173481443096418</td></tr>
<tr><td colspan=3>gcor</td><td>0.00603827</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.021398693323135376</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.015455220825970173</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>911</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.9793264931581427</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>40.4754</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>42.4926</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>176.2856</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>309246.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>790.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>365.1606</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6206</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>564.0985</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3667.6964</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3856.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>67298.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1304.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4800.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>969.001</td></tr>
<tr><td colspan=3>tsnr</td><td>42.83581543539185</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>