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

616 lines
No EOL
110 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-0106_ses-04_task-alignvideo_acq-mb8_run-02_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-0106_ses-04_task-alignvideo_acq-mb8_run-02_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-02_session-04_subject-0106_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0106/figures/sub-0106_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0106/figures/sub-0106_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-04_subject-0106_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0106/figures/sub-0106_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0106/figures/sub-0106_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-04_subject-0106_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0106/figures/sub-0106_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0106/figures/sub-0106_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-04_subject-0106_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0106/figures/sub-0106_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0106/figures/sub-0106_ses-04_task-alignvideo_acq-mb8_run-02_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-02_session-04_subject-0106_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0106/figures/sub-0106_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0106/figures/sub-0106_ses-04_task-alignvideo_acq-mb8_run-02_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-02_session-04_subject-0106_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0106/figures/sub-0106_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0106/figures/sub-0106_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-04_subject-0106_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p> <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0106/figures/sub-0106_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0106/figures/sub-0106_ses-04_task-alignvideo_acq-mb8_run-02_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-0106/figures/sub-0106_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0106/figures/sub-0106_ses-04_task-alignvideo_acq-mb8_run-02_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-0106/ses-04/func/sub-0106_ses-04_task-alignvideo_acq-mb8_run-02_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>c0903c64bd115b2326ac8a6b80c9382f</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>20:09:26.117500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.991508, -0.116839, 0.0571029, 0.108062, 0.98451, 0.138066]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0951176</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-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4227, -7781, -7252, 344, -117, -83, -25, 85]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>237.749</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>ff21e72b-5497-428f-aa47-eeedd5ce35d1||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6601433753967285, 0.28992360830307007, 0.19534461200237274, 93.70413970947266], [0.3134693503379822, 2.6413686275482178, 0.3529529869556427, -121.78097534179688], [0.1532028615474701, -0.37042227387428284, 2.6696937084198, -65.59024810791016], [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, 926]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926], 'AcquisitionTime': ['200926.117500', '200926.577500', '200927.037500', '200927.497500', '200927.957500', '200928.417500', '200928.877500', '200929.337500', '200929.797500', '200930.257500', '200930.717500', '200931.177500', '200931.637500', '200932.097500', '200932.557500', '200933.017500', '200933.477500', '200933.937500', '200934.397500', '200934.857500', '200935.317500', '200935.777500', '200936.237500', '200936.697500', '200937.157500', '200937.617500', '200938.077500', '200938.537500', '200938.997500', '200939.457500', '200939.917500', '200940.377500', '200940.837500', '200941.297500', '200941.757500', '200942.217500', '200942.677500', '200943.137500', '200943.597500', '200944.057500', '200944.517500', '200944.977500', '200945.437500', '200945.897500', '200946.357500', '200946.817500', '200947.277500', '200947.737500', '200948.197500', '200948.657500', '200949.117500', '200949.577500', '200950.037500', '200950.497500', '200950.957500', '200951.417500', '200951.877500', '200952.337500', '200952.797500', '200953.257500', '200953.717500', '200954.177500', '200954.637500', '200955.097500', '200955.557500', '200956.017500', '200956.477500', '200956.937500', '200957.397500', '200957.857500', '200958.317500', '200958.777500', '200959.237500', '200959.697500', '201000.157500', '201000.617500', '201001.077500', '201001.537500', '201001.997500', '201002.457500', '201002.917500', '201003.377500', '201003.837500', '201004.297500', '201004.757500', '201005.217500', '201005.677500', '201006.137500', '201006.597500', '201007.057500', '201007.517500', '201007.977500', '201008.437500', '201008.897500', '201009.357500', '201009.817500', '201010.277500', '201010.737500', '201011.197500', '201011.657500', '201012.117500', '201012.577500', '201013.037500', '201013.497500', '201013.957500', '201014.417500', '201014.877500', '201015.337500', '201015.797500', '201016.257500', '201016.717500', '201017.177500', '201017.637500', '201018.097500', '201018.557500', '201019.017500', '201019.477500', '201019.937500', '201020.397500', '201020.857500', '201021.317500', '201021.777500', '201022.237500', '201022.697500', '201023.157500', '201023.617500', '201024.077500', '201024.537500', '201024.997500', '201025.457500', '201025.917500', '201026.377500', '201026.837500', '201027.297500', '201027.757500', '201028.217500', '201028.677500', '201029.137500', '201029.597500', '201030.057500', '201030.517500', '201030.977500', '201031.437500', '201031.897500', '201032.357500', '201032.817500', '201033.277500', '201033.737500', '201034.197500', '201034.657500', '201035.117500', '201035.577500', '201036.037500', '201036.497500', '201036.957500', '201037.417500', '201037.877500', '201038.337500', '201038.797500', '201039.257500', '201039.717500', '201040.177500', '201040.637500', '201041.097500', '201041.557500', '201042.017500', '201042.477500', '201042.937500', '201043.397500', '201043.857500', '201044.317500', '201044.777500', '201045.237500', '201045.697500', '201046.157500', '201046.617500', '201047.077500', '201047.537500', '201047.997500', '201048.457500', '201048.917500', '201049.377500', '201049.837500', '201050.297500', '201050.757500', '201051.217500', '201051.677500', '201052.137500', '201052.597500', '201053.057500', '201053.517500', '201053.977500', '201054.437500', '201054.897500', '201055.357500', '201055.817500', '201056.277500', '201056.737500', '201057.197500', '201057.657500', '201058.117500', '201058.577500', '201059.037500', '201059.497500', '201059.957500', '201100.417500', '201100.877500', '201101.337500', '201101.797500', '201102.257500', '201102.717500', '201103.177500', '201103.637500', '201104.097500', '201104.557500', '201105.017500', '201105.477500', '201105.937500', '201106.397500', '201106.857500', '201107.317500', '201107.777500', '201108.237500', '201108.697500', '201109.157500', '201109.617500', '201110.077500', '201110.537500', '201110.997500', '201111.457500', '201111.917500', '201112.377500', '201112.837500', '201113.297500', '201113.757500', '201114.217500', '201114.677500', '201115.137500', '201115.597500', '201116.057500', '201116.517500', '201116.977500', '201117.437500', '201117.897500', '201118.357500', '201118.817500', '201119.277500', '201119.737500', '201120.197500', '201120.657500', '201121.117500', '201121.577500', '201122.037500', '201122.497500', '201122.957500', '201123.417500', '201123.877500', '201124.337500', '201124.797500', '201125.257500', '201125.717500', '201126.177500', '201126.637500', '201127.097500', '201127.557500', '201128.017500', '201128.477500', '201128.937500', '201129.397500', '201129.857500', '201130.317500', '201130.777500', '201131.237500', '201131.697500', '201132.157500', '201132.617500', '201133.077500', '201133.537500', '201133.997500', '201134.457500', '201134.917500', '201135.377500', '201135.837500', '201136.297500', '201136.757500', '201137.217500', '201137.677500', '201138.137500', '201138.597500', '201139.057500', '201139.517500', '201139.977500', '201140.437500', '201140.897500', '201141.357500', '201141.817500', '201142.277500', '201142.737500', '201143.197500', '201143.657500', '201144.117500', '201144.577500', '201145.037500', '201145.497500', '201145.957500', '201146.417500', '201146.877500', '201147.337500', '201147.797500', '201148.257500', '201148.717500', '201149.177500', '201149.637500', '201150.097500', '201150.557500', '201151.017500', '201151.477500', '201151.937500', '201152.397500', '201152.857500', '201153.317500', '201153.777500', '201154.237500', '201154.697500', '201155.157500', '201155.617500', '201156.077500', '201156.537500', '201156.997500', '201157.457500', '201157.917500', '201158.377500', '201158.837500', '201159.297500', '201159.757500', '201200.217500', '201200.677500', '201201.137500', '201201.597500', '201202.057500', '201202.517500', '201202.977500', '201203.437500', '201203.897500', '201204.357500', '201204.817500', '201205.277500', '201205.737500', '201206.197500', '201206.657500', '201207.117500', '201207.577500', '201208.037500', '201208.497500', '201208.957500', '201209.417500', '201209.877500', '201210.337500', '201210.797500', '201211.257500', '201211.717500', '201212.177500', '201212.637500', '201213.097500', '201213.557500', '201214.017500', '201214.477500', '201214.937500', '201215.397500', '201215.857500', '201216.317500', '201216.777500', '201217.237500', '201217.697500', '201218.157500', '201218.617500', '201219.077500', '201219.537500', '201219.997500', '201220.457500', '201220.917500', '201221.377500', '201221.837500', '201222.297500', '201222.757500', '201223.217500', '201223.677500', '201224.137500', '201224.597500', '201225.057500', '201225.517500', '201225.977500', '201226.437500', '201226.897500', '201227.357500', '201227.817500', '201228.277500', '201228.737500', '201229.197500', '201229.657500', '201230.117500', '201230.577500', '201231.037500', '201231.497500', '201231.957500', '201232.417500', '201232.877500', '201233.337500', '201233.797500', '201234.257500', '201234.717500', '201235.177500', '201235.637500', '201236.097500', '201236.557500', '201237.017500', '201237.477500', '201237.937500', '201238.397500', '201238.857500', '201239.317500', '201239.777500', '201240.237500', '201240.697500', '201241.157500', '201241.617500', '201242.077500', '201242.537500', '201242.997500', '201243.457500', '201243.917500', '201244.377500', '201244.837500', '201245.297500', '201245.757500', '201246.217500', '201246.677500', '201247.137500', '201247.597500', '201248.057500', '201248.517500', '201248.977500', '201249.437500', '201249.897500', '201250.357500', '201250.817500', '201251.277500', '201251.737500', '201252.197500', '201252.657500', '201253.117500', '201253.577500', '201254.037500', '201254.497500', '201254.957500', '201255.417500', '201255.877500', '201256.337500', '201256.797500', '201257.257500', '201257.717500', '201258.177500', '201258.637500', '201259.097500', '201259.557500', '201300.017500', '201300.477500', '201300.937500', '201301.397500', '201301.857500', '201302.317500', '201302.777500', '201303.237500', '201303.697500', '201304.157500', '201304.617500', '201305.077500', '201305.537500', '201305.997500', '201306.457500', '201306.917500', '201307.377500', '201307.837500', '201308.297500', '201308.757500', '201309.217500', '201309.677500', '201310.137500', '201310.597500', '201311.057500', '201311.517500', '201311.977500', '201312.437500', '201312.897500', '201313.357500', '201313.817500', '201314.277500', '201314.737500', '201315.197500', '201315.657500', '201316.117500', '201316.577500', '201317.037500', '201317.497500', '201317.957500', '201318.417500', '201318.877500', '201319.337500', '201319.797500', '201320.257500', '201320.717500', '201321.177500', '201321.637500', '201322.097500', '201322.557500', '201323.017500', '201323.477500', '201323.937500', '201324.397500', '201324.857500', '201325.317500', '201325.777500', '201326.237500', '201326.697500', '201327.157500', '201327.617500', '201328.077500', '201328.537500', '201328.997500', '201329.457500', '201329.917500', '201330.377500', '201330.837500', '201331.297500', '201331.757500', '201332.217500', '201332.677500', '201333.137500', '201333.597500', '201334.057500', '201334.517500', '201334.977500', '201335.437500', '201335.897500', '201336.357500', '201336.817500', '201337.277500', '201337.737500', '201338.197500', '201338.657500', '201339.117500', '201339.577500', '201340.037500', '201340.497500', '201340.957500', '201341.417500', '201341.877500', '201342.337500', '201342.797500', '201343.257500', '201343.717500', '201344.177500', '201344.637500', '201345.097500', '201345.557500', '201346.017500', '201346.477500', '201346.937500', '201347.397500', '201347.857500', '201348.317500', '201348.777500', '201349.237500', '201349.697500', '201350.157500', '201350.617500', '201351.077500', '201351.537500', '201351.997500', '201352.457500', '201352.917500', '201353.377500', '201353.837500', '201354.297500', '201354.757500', '201355.217500', '201355.677500', '201356.137500', '201356.597500', '201357.057500', '201357.517500', '201357.977500', '201358.437500', '201358.897500', '201359.357500', '201359.817500', '201400.277500', '201400.737500', '201401.197500', '201401.657500', '201402.117500', '201402.577500', '201403.037500', '201403.497500', '201403.957500', '201404.417500', '201404.877500', '201405.337500', '201405.797500', '201406.257500', '201406.717500', '201407.177500', '201407.637500', '201408.097500', '201408.557500', '201409.017500', '201409.477500', '201409.937500', '201410.397500', '201410.857500', '201411.317500', '201411.777500', '201412.237500', '201412.697500', '201413.157500', '201413.617500', '201414.077500', '201414.537500', '201414.997500', '201415.457500', '201415.917500', '201416.377500', '201416.837500', '201417.297500', '201417.757500', '201418.217500', '201418.677500', '201419.137500', '201419.597500', '201420.057500', '201420.517500', '201420.977500', '201421.437500', '201421.897500', '201422.357500', '201422.817500', '201423.277500', '201423.737500', '201424.197500', '201424.657500', '201425.117500', '201425.577500', '201426.037500', '201426.497500', '201426.957500', '201427.417500', '201427.877500', '201428.337500', '201428.797500', '201429.257500', '201429.717500', '201430.177500', '201430.637500', '201431.097500', '201431.557500', '201432.017500', '201432.477500', '201432.937500', '201433.397500', '201433.857500', '201434.317500', '201434.777500', '201435.237500', '201435.697500', '201436.157500', '201436.617500', '201437.077500', '201437.537500', '201437.997500', '201438.457500', '201438.917500', '201439.377500', '201439.837500', '201440.297500', '201440.757500', '201441.217500', '201441.677500', '201442.137500', '201442.597500', '201443.057500', '201443.517500', '201443.977500', '201444.437500', '201444.897500', '201445.357500', '201445.817500', '201446.277500', '201446.737500', '201447.197500', '201447.657500', '201448.117500', '201448.577500', '201449.037500', '201449.497500', '201449.957500', '201450.417500', '201450.877500', '201451.337500', '201451.797500', '201452.257500', '201452.717500', '201453.177500', '201453.637500', '201454.097500', '201454.557500', '201455.017500', '201455.477500', '201455.937500', '201456.397500', '201456.857500', '201457.317500', '201457.777500', '201458.237500', '201458.697500', '201459.157500', '201459.617500', '201500.077500', '201500.537500', '201500.997500', '201501.457500', '201501.917500', '201502.377500', '201502.837500', '201503.297500', '201503.757500', '201504.217500', '201504.677500', '201505.137500', '201505.597500', '201506.057500', '201506.517500', '201506.977500', '201507.437500', '201507.897500', '201508.357500', '201508.817500', '201509.277500', '201509.737500', '201510.197500', '201510.657500', '201511.117500', '201511.577500', '201512.037500', '201512.497500', '201512.957500', '201513.417500', '201513.877500', '201514.337500', '201514.797500', '201515.257500', '201515.717500', '201516.177500', '201516.637500', '201517.097500', '201517.557500', '201518.017500', '201518.477500', '201518.937500', '201519.397500', '201519.857500', '201520.317500', '201520.777500', '201521.237500', '201521.697500', '201522.157500', '201522.617500', '201523.077500', '201523.537500', '201523.997500', '201524.457500', '201524.917500', '201525.377500', '201525.837500', '201526.297500', '201526.757500', '201527.217500', '201527.677500', '201528.137500', '201528.597500', '201529.057500', '201529.517500', '201529.977500', '201530.437500', '201530.897500', '201531.357500', '201531.817500', '201532.277500', '201532.737500', '201533.197500', '201533.657500', '201534.117500', '201534.577500', '201535.037500', '201535.497500', '201535.957500', '201536.417500', '201536.877500', '201537.337500', '201537.797500', '201538.257500', '201538.717500', '201539.177500', '201539.637500', '201540.097500', '201540.557500', '201541.017500', '201541.477500', '201541.937500', '201542.397500', '201542.857500', '201543.317500', '201543.777500', '201544.237500', '201544.697500', '201545.157500', '201545.617500', '201546.077500', '201546.537500', '201546.997500', '201547.457500', '201547.917500', '201548.377500', '201548.837500', '201549.297500', '201549.757500', '201550.217500', '201550.677500', '201551.137500', '201551.597500', '201552.057500', '201552.517500', '201552.977500', '201553.437500', '201553.897500', '201554.357500', '201554.817500', '201555.277500', '201555.737500', '201556.197500', '201556.657500', '201557.117500', '201557.577500', '201558.037500', '201558.497500', '201558.957500', '201559.417500', '201559.877500', '201600.337500', '201600.797500', '201601.257500', '201601.717500', '201602.177500', '201602.637500', '201603.097500', '201603.557500', '201604.017500', '201604.477500', '201604.937500', '201605.397500', '201605.857500', '201606.317500', '201606.777500', '201607.237500', '201607.697500', '201608.157500', '201608.617500', '201609.077500', '201609.537500', '201609.997500', '201610.457500', '201610.917500', '201611.377500', '201611.837500', '201612.297500', '201612.757500', '201613.217500', '201613.677500', '201614.137500', '201614.597500', '201615.057500', '201615.517500', '201615.977500', '201616.437500', '201616.897500', '201617.357500', '201617.817500', '201618.277500', '201618.737500', '201619.197500', '201619.657500', '201620.117500', '201620.577500', '201621.037500', '201621.497500', '201621.957500', '201622.417500', '201622.877500', '201623.337500', '201623.797500', '201624.257500', '201624.717500', '201625.177500', '201625.637500', '201626.097500', '201626.557500', '201627.017500', '201627.477500', '201627.937500', '201628.397500', '201628.857500', '201629.317500', '201629.777500', '201630.237500', '201630.697500', '201631.157500', '201631.617500'], 'ContentTime': ['200953.914000', '200953.917000', '200953.920000', '200953.923000', '200953.925000', '200953.928000', '200953.930000', '200953.933000', '200953.936000', '200953.938000', '200953.942000', '200953.945000', '200953.948000', '200953.977000', '200953.980000', '200953.982000', '200953.985000', '200953.987000', '200953.990000', '200953.993000', '200953.995000', '200953.998000', '200954.001000', '200954.004000', '200954.007000', '200954.009000', '200954.012000', '200954.014000', '200954.017000', '200954.020000', '200954.022000', '200954.025000', '200954.027000', '200954.030000', '200954.032000', '200954.035000', '200954.038000', '200954.040000', '200954.043000', '200954.045000', '200954.048000', '200954.051000', '200954.053000', '200954.056000', '200954.058000', '200954.061000', '200954.063000', '200954.066000', '200954.068000', '200954.071000', '200954.078000', '200954.081000', '200954.083000', '200954.086000', '200954.088000', '200954.091000', '200954.094000', '200954.096000', '200954.099000', '201013.881000', '201013.883000', '201013.886000', '201013.889000', '201013.891000', '201013.894000', '201013.896000', '201013.899000', '201013.901000', '201013.904000', '201013.906000', '201013.909000', '201013.912000', '201013.914000', '201013.917000', '201013.919000', '201013.922000', '201013.924000', '201013.927000', '201013.929000', '201013.932000', '201013.935000', '201013.937000', '201013.940000', '201013.942000', '201013.945000', '201013.947000', '201013.950000', '201013.953000', '201013.955000', '201013.958000', '201013.960000', '201013.963000', '201013.965000', '201013.968000', '201013.970000', '201013.973000', '201013.976000', '201013.978000', '201013.981000', '201013.984000', '201013.986000', '201013.989000', '201033.882000', '201033.885000', '201033.887000', '201033.890000', '201033.892000', '201033.895000', '201033.897000', '201033.900000', '201033.903000', '201033.905000', '201033.908000', '201033.910000', '201033.913000', '201033.916000', '201033.918000', '201033.921000', '201033.924000', '201033.926000', '201033.929000', '201033.931000', '201033.934000', '201033.936000', '201033.939000', '201033.942000', '201033.944000', '201033.947000', '201033.949000', '201033.952000', '201033.955000', '201033.957000', '201033.960000', '201033.962000', '201033.965000', '201033.968000', '201033.970000', '201033.973000', '201033.975000', '201033.978000', '201033.981000', '201033.983000', '201033.986000', '201033.988000', '201033.991000', '201033.993000', '201053.881000', '201053.884000', '201053.887000', '201053.889000', '201053.892000', '201053.894000', '201053.897000', '201053.900000', '201053.902000', '201053.905000', '201053.907000', '201053.910000', '201053.912000', '201053.915000', '201053.918000', '201053.920000', '201053.923000', '201053.925000', '201053.928000', '201053.930000', '201053.933000', '201053.936000', '201053.938000', '201053.941000', '201053.944000', '201053.946000', '201053.949000', '201053.951000', '201053.954000', '201053.956000', '201053.959000', '201053.962000', '201053.964000', '201053.967000', '201053.970000', '201053.972000', '201053.975000', '201053.978000', '201053.980000', '201053.983000', '201053.985000', '201053.988000', '201053.991000', '201113.880000', '201113.883000', '201113.886000', '201113.889000', '201113.891000', '201113.894000', '201113.896000', '201113.899000', '201113.902000', '201113.904000', '201113.907000', '201113.909000', '201113.912000', '201113.915000', '201113.917000', '201113.920000', '201113.923000', '201113.925000', '201113.928000', '201113.930000', '201113.933000', '201113.935000', '201113.938000', '201113.941000', '201113.943000', '201113.946000', '201113.949000', '201113.951000', '201113.954000', '201113.956000', '201113.959000', '201113.962000', '201113.964000', '201113.967000', '201113.969000', '201113.972000', '201113.974000', '201113.989000', '201113.992000', '201113.995000', '201113.997000', '201114.001000', '201114.003000', '201114.006000', '201133.880000', '201133.883000', '201133.886000', '201133.888000', '201133.891000', '201133.893000', '201133.896000', '201133.899000', '201133.901000', '201133.904000', '201133.907000', '201133.909000', '201133.912000', '201133.914000', '201133.917000', '201133.920000', '201133.922000', '201133.925000', '201133.927000', '201133.930000', '201133.932000', '201133.935000', '201133.938000', '201133.940000', '201133.943000', '201133.945000', '201133.948000', '201133.951000', '201133.953000', '201133.956000', '201133.958000', '201133.961000', '201133.964000', '201133.966000', '201133.969000', '201133.971000', '201133.974000', '201133.977000', '201133.979000', '201133.982000', '201133.984000', '201133.987000', '201133.990000', '201153.880000', '201153.883000', '201153.886000', '201153.888000', '201153.891000', '201153.894000', '201153.896000', '201153.899000', '201153.902000', '201153.904000', '201153.907000', '201153.910000', '201153.912000', '201153.915000', '201153.917000', '201153.920000', '201153.923000', '201153.925000', '201153.928000', '201153.930000', '201153.933000', '201153.936000', '201153.938000', '201153.941000', '201153.943000', '201153.946000', '201153.949000', '201153.951000', '201153.954000', '201153.956000', '201153.959000', '201153.962000', '201153.964000', '201153.967000', '201153.969000', '201153.972000', '201153.974000', '201153.977000', '201153.980000', '201153.982000', '201153.985000', '201153.988000', '201153.990000', '201153.993000', '201213.880000', '201213.883000', '201213.886000', '201213.888000', '201213.891000', '201213.894000', '201213.896000', '201213.899000', '201213.901000', '201213.904000', '201213.907000', '201213.909000', '201213.912000', '201213.926000', '201213.928000', '201213.931000', '201213.933000', '201213.936000', '201213.939000', '201213.941000', '201213.944000', '201213.946000', '201213.949000', '201213.952000', '201213.954000', '201213.957000', '201213.959000', '201213.962000', '201213.965000', '201213.967000', '201213.970000', '201213.972000', '201213.975000', '201213.978000', '201213.980000', '201213.983000', '201213.986000', '201213.988000', '201213.991000', '201213.993000', '201213.996000', '201213.998000', '201214.002000', '201233.880000', '201233.883000', '201233.886000', '201233.889000', '201233.891000', '201233.894000', '201233.897000', '201233.899000', '201233.902000', '201233.905000', '201233.907000', '201233.910000', '201233.912000', '201233.915000', '201233.918000', '201233.920000', '201233.923000', '201233.925000', '201233.928000', '201233.931000', '201233.933000', '201233.936000', '201233.939000', '201233.941000', '201233.944000', '201233.946000', '201233.949000', '201233.952000', '201233.954000', '201233.957000', '201233.959000', '201233.962000', '201233.965000', '201233.967000', '201233.970000', '201233.972000', '201233.975000', '201233.978000', '201233.980000', '201233.983000', '201233.985000', '201233.988000', '201233.991000', '201233.993000', '201253.881000', '201253.884000', '201253.887000', '201253.889000', '201253.892000', '201253.895000', '201253.897000', '201253.900000', '201253.903000', '201253.905000', '201253.908000', '201253.910000', '201253.913000', '201253.916000', '201253.918000', '201253.921000', '201253.923000', '201253.926000', '201253.929000', '201253.931000', '201253.934000', '201253.937000', '201253.939000', '201253.942000', '201253.944000', '201253.947000', '201253.949000', '201253.952000', '201253.955000', '201253.957000', '201253.960000', '201253.962000', '201253.982000', '201253.984000', '201253.987000', '201253.990000', '201253.992000', '201253.995000', '201253.997000', '201254.001000', '201254.004000', '201254.006000', '201254.009000', '201313.881000', '201313.884000', '201313.887000', '201313.890000', '201313.893000', '201313.896000', '201313.898000', '201313.901000', '201313.904000', '201313.906000', '201313.909000', '201313.911000', '201313.914000', '201313.916000', '201313.919000', '201313.922000', '201313.924000', '201313.927000', '201313.930000', '201313.932000', '201313.935000', '201313.937000', '201313.940000', '201313.943000', '201313.945000', '201313.948000', '201313.951000', '201313.953000', '201313.956000', '201313.959000', '201313.961000', '201313.964000', '201313.967000', '201313.969000', '201313.972000', '201313.974000', '201313.977000', '201313.980000', '201313.982000', '201313.985000', '201313.987000', '201313.990000', '201313.993000', '201313.995000', '201333.881000', '201333.883000', '201333.886000', '201333.889000', '201333.891000', '201333.894000', '201333.896000', '201333.899000', '201333.902000', '201333.904000', '201333.907000', '201333.910000', '201333.912000', '201333.915000', '201333.917000', '201333.920000', '201333.923000', '201333.925000', '201333.928000', '201333.931000', '201333.933000', '201333.936000', '201333.938000', '201333.941000', '201333.944000', '201333.946000', '201333.949000', '201333.951000', '201333.954000', '201333.957000', '201333.959000', '201333.962000', '201333.965000', '201333.967000', '201333.970000', '201333.972000', '201333.975000', '201333.978000', '201333.980000', '201333.983000', '201333.985000', '201333.988000', '201333.990000', '201353.881000', '201353.884000', '201353.886000', '201353.889000', '201353.891000', '201353.894000', '201353.897000', '201353.899000', '201353.902000', '201353.905000', '201353.907000', '201353.910000', '201353.912000', '201353.915000', '201353.917000', '201353.920000', '201353.923000', '201353.925000', '201353.928000', '201353.930000', '201353.933000', '201353.936000', '201353.938000', '201353.941000', '201353.943000', '201353.946000', '201353.949000', '201353.951000', '201353.954000', '201353.956000', '201353.959000', '201353.962000', '201353.964000', '201353.967000', '201353.969000', '201353.972000', '201353.975000', '201353.977000', '201353.980000', '201353.982000', '201353.985000', '201353.988000', '201353.990000', '201353.993000', '201413.880000', '201413.883000', '201413.886000', '201413.889000', '201413.891000', '201413.894000', '201413.896000', '201413.899000', '201413.902000', '201413.904000', '201413.907000', '201413.910000', '201413.912000', '201413.915000', '201413.917000', '201413.920000', '201413.922000', '201413.925000', '201413.928000', '201413.930000', '201413.933000', '201413.935000', '201413.938000', '201413.941000', '201413.943000', '201413.946000', '201413.948000', '201413.951000', '201413.954000', '201413.956000', '201413.959000', '201413.962000', '201413.964000', '201413.967000', '201413.969000', '201413.972000', '201413.974000', '201413.977000', '201413.980000', '201413.982000', '201413.985000', '201413.987000', '201413.990000', '201433.880000', '201433.883000', '201433.886000', '201433.889000', '201433.891000', '201433.894000', '201433.896000', '201433.899000', '201433.902000', '201433.904000', '201433.907000', '201433.909000', '201433.912000', '201433.915000', '201433.917000', '201433.920000', '201433.923000', '201433.925000', '201433.928000', '201433.930000', '201433.934000', '201433.937000', '201433.939000', '201433.942000', '201433.944000', '201433.947000', '201433.950000', '201433.952000', '201433.955000', '201433.957000', '201433.960000', '201433.963000', '201433.965000', '201433.968000', '201433.970000', '201433.973000', '201433.976000', '201433.978000', '201433.981000', '201433.983000', '201433.986000', '201433.989000', '201433.991000', '201453.880000', '201453.883000', '201453.886000', '201453.889000', '201453.891000', '201453.894000', '201453.896000', '201453.899000', '201453.902000', '201453.904000', '201453.907000', '201453.909000', '201453.912000', '201453.915000', '201453.917000', '201453.920000', '201453.923000', '201453.927000', '201453.930000', '201453.932000', '201453.935000', '201453.938000', '201453.940000', '201453.943000', '201453.945000', '201453.948000', '201453.951000', '201453.953000', '201453.956000', '201453.958000', '201453.961000', '201453.964000', '201453.982000', '201453.985000', '201453.988000', '201453.990000', '201453.993000', '201453.995000', '201453.998000', '201454.002000', '201454.004000', '201454.007000', '201454.009000', '201454.012000', '201513.881000', '201513.884000', '201513.887000', '201513.890000', '201513.892000', '201513.895000', '201513.897000', '201513.900000', '201513.902000', '201513.905000', '201513.908000', '201513.910000', '201513.913000', '201513.916000', '201513.918000', '201513.921000', '201513.923000', '201513.926000', '201513.929000', '201513.931000', '201513.934000', '201513.941000', '201513.944000', '201513.946000', '201513.949000', '201513.952000', '201513.954000', '201513.957000', '201513.959000', '201513.962000', '201513.964000', '201513.967000', '201513.970000', '201513.972000', '201513.975000', '201513.977000', '201513.980000', '201513.982000', '201513.985000', '201513.988000', '201513.990000', '201513.993000', '201513.996000', '201533.881000', '201533.884000', '201533.887000', '201533.890000', '201533.892000', '201533.895000', '201533.897000', '201533.900000', '201533.903000', '201533.905000', '201533.908000', '201533.911000', '201533.913000', '201533.916000', '201533.919000', '201533.921000', '201533.924000', '201533.926000', '201533.929000', '201533.932000', '201533.934000', '201533.937000', '201533.939000', '201533.942000', '201533.945000', '201533.947000', '201533.950000', '201533.953000', '201533.955000', '201533.958000', '201533.961000', '201533.963000', '201533.966000', '201533.969000', '201533.971000', '201533.974000', '201533.976000', '201533.979000', '201533.982000', '201533.984000', '201533.987000', '201533.990000', '201533.992000', '201533.995000', '201553.881000', '201553.883000', '201553.886000', '201553.889000', '201553.891000', '201553.894000', '201553.896000', '201553.899000', '201553.902000', '201553.904000', '201553.918000', '201553.920000', '201553.923000', '201553.925000', '201553.928000', '201553.931000', '201553.934000', '201553.937000', '201553.940000', '201553.943000', '201553.945000', '201553.948000', '201553.950000', '201553.953000', '201553.956000', '201553.958000', '201553.961000', '201553.963000', '201553.966000', '201553.969000', '201553.972000', '201553.975000', '201553.977000', '201553.980000', '201553.983000', '201553.985000', '201553.988000', '201553.990000', '201553.993000', '201553.996000', '201553.998000', '201554.002000', '201554.004000', '201613.881000', '201613.883000', '201613.886000', '201613.889000', '201613.891000', '201613.894000', '201613.897000', '201613.899000', '201613.902000', '201613.904000', '201613.907000', '201613.910000', '201613.912000', '201613.915000', '201613.918000', '201613.920000', '201613.923000', '201613.925000', '201613.928000', '201613.931000', '201613.933000', '201613.936000', '201613.939000', '201613.941000', '201613.944000', '201613.947000', '201613.949000', '201613.952000', '201613.955000', '201613.957000', '201613.960000', '201613.962000', '201613.965000', '201613.968000', '201613.970000', '201613.973000', '201613.975000', '201613.978000', '201613.981000', '201613.983000', '201613.986000', '201613.988000', '201613.991000', '201613.994000', '201632.548000', '201632.551000', '201632.554000', '201632.556000', '201632.559000', '201632.562000', '201632.564000', '201632.567000', '201632.569000', '201632.572000', '201632.575000', '201632.577000', '201632.580000', '201632.583000', '201632.585000', '201632.588000', '201632.590000', '201632.593000', '201632.596000', '201632.598000', '201632.601000', '201632.604000', '201632.607000', '201632.609000', '201632.612000', '201632.614000', '201632.617000', '201632.620000', '201632.622000', '201632.625000', '201632.627000', '201632.630000', '201632.632000', '201632.635000', '201632.638000', '201632.640000', '201632.643000', '201632.645000', '201632.648000', '201632.651000', '201632.653000'], 'InstanceCreationTime': ['200953.914000', '200953.917000', '200953.920000', '200953.923000', '200953.925000', '200953.928000', '200953.930000', '200953.933000', '200953.936000', '200953.938000', '200953.942000', '200953.945000', '200953.948000', '200953.977000', '200953.980000', '200953.982000', '200953.985000', '200953.987000', '200953.990000', '200953.993000', '200953.995000', '200953.998000', '200954.001000', '200954.004000', '200954.007000', '200954.009000', '200954.012000', '200954.014000', '200954.017000', '200954.020000', '200954.022000', '200954.025000', '200954.027000', '200954.030000', '200954.032000', '200954.035000', '200954.038000', '200954.040000', '200954.043000', '200954.045000', '200954.048000', '200954.051000', '200954.053000', '200954.056000', '200954.058000', '200954.061000', '200954.063000', '200954.066000', '200954.068000', '200954.071000', '200954.078000', '200954.081000', '200954.083000', '200954.086000', '200954.088000', '200954.091000', '200954.094000', '200954.096000', '200954.099000', '201013.881000', '201013.883000', '201013.886000', '201013.889000', '201013.891000', '201013.894000', '201013.896000', '201013.899000', '201013.901000', '201013.904000', '201013.906000', '201013.909000', '201013.912000', '201013.914000', '201013.917000', '201013.919000', '201013.922000', '201013.924000', '201013.927000', '201013.929000', '201013.932000', '201013.935000', '201013.937000', '201013.940000', '201013.942000', '201013.945000', '201013.947000', '201013.950000', '201013.953000', '201013.955000', '201013.958000', '201013.960000', '201013.963000', '201013.965000', '201013.968000', '201013.970000', '201013.973000', '201013.976000', '201013.978000', '201013.981000', '201013.984000', '201013.986000', '201013.989000', '201033.882000', '201033.885000', '201033.887000', '201033.890000', '201033.892000', '201033.895000', '201033.897000', '201033.900000', '201033.903000', '201033.905000', '201033.908000', '201033.910000', '201033.913000', '201033.916000', '201033.918000', '201033.921000', '201033.924000', '201033.926000', '201033.929000', '201033.931000', '201033.934000', '201033.936000', '201033.939000', '201033.942000', '201033.944000', '201033.947000', '201033.949000', '201033.952000', '201033.955000', '201033.957000', '201033.960000', '201033.962000', '201033.965000', '201033.968000', '201033.970000', '201033.973000', '201033.975000', '201033.978000', '201033.981000', '201033.983000', '201033.986000', '201033.988000', '201033.991000', '201033.993000', '201053.881000', '201053.884000', '201053.887000', '201053.889000', '201053.892000', '201053.894000', '201053.897000', '201053.900000', '201053.902000', '201053.905000', '201053.907000', '201053.910000', '201053.912000', '201053.915000', '201053.918000', '201053.920000', '201053.923000', '201053.925000', '201053.928000', '201053.930000', '201053.933000', '201053.936000', '201053.938000', '201053.941000', '201053.944000', '201053.946000', '201053.949000', '201053.951000', '201053.954000', '201053.956000', '201053.959000', '201053.962000', '201053.964000', '201053.967000', '201053.970000', '201053.972000', '201053.975000', '201053.978000', '201053.980000', '201053.983000', '201053.985000', '201053.988000', '201053.991000', '201113.880000', '201113.883000', '201113.886000', '201113.889000', '201113.891000', '201113.894000', '201113.896000', '201113.899000', '201113.902000', '201113.904000', '201113.907000', '201113.909000', '201113.912000', '201113.915000', '201113.917000', '201113.920000', '201113.923000', '201113.925000', '201113.928000', '201113.930000', '201113.933000', '201113.935000', '201113.938000', '201113.941000', '201113.943000', '201113.946000', '201113.949000', '201113.951000', '201113.954000', '201113.956000', '201113.959000', '201113.962000', '201113.964000', '201113.967000', '201113.969000', '201113.972000', '201113.974000', '201113.989000', '201113.992000', '201113.995000', '201113.997000', '201114.001000', '201114.003000', '201114.006000', '201133.880000', '201133.883000', '201133.886000', '201133.888000', '201133.891000', '201133.893000', '201133.896000', '201133.899000', '201133.901000', '201133.904000', '201133.907000', '201133.909000', '201133.912000', '201133.914000', '201133.917000', '201133.920000', '201133.922000', '201133.925000', '201133.927000', '201133.930000', '201133.932000', '201133.935000', '201133.938000', '201133.940000', '201133.943000', '201133.945000', '201133.948000', '201133.951000', '201133.953000', '201133.956000', '201133.958000', '201133.961000', '201133.964000', '201133.966000', '201133.969000', '201133.971000', '201133.974000', '201133.977000', '201133.979000', '201133.982000', '201133.984000', '201133.987000', '201133.990000', '201153.880000', '201153.883000', '201153.886000', '201153.888000', '201153.891000', '201153.894000', '201153.896000', '201153.899000', '201153.902000', '201153.904000', '201153.907000', '201153.910000', '201153.912000', '201153.915000', '201153.917000', '201153.920000', '201153.923000', '201153.925000', '201153.928000', '201153.930000', '201153.933000', '201153.936000', '201153.938000', '201153.941000', '201153.943000', '201153.946000', '201153.949000', '201153.951000', '201153.954000', '201153.956000', '201153.959000', '201153.962000', '201153.964000', '201153.967000', '201153.969000', '201153.972000', '201153.974000', '201153.977000', '201153.980000', '201153.982000', '201153.985000', '201153.988000', '201153.990000', '201153.993000', '201213.880000', '201213.883000', '201213.886000', '201213.888000', '201213.891000', '201213.894000', '201213.896000', '201213.899000', '201213.901000', '201213.904000', '201213.907000', '201213.909000', '201213.912000', '201213.926000', '201213.928000', '201213.931000', '201213.933000', '201213.936000', '201213.939000', '201213.941000', '201213.944000', '201213.946000', '201213.949000', '201213.952000', '201213.954000', '201213.957000', '201213.959000', '201213.962000', '201213.965000', '201213.967000', '201213.970000', '201213.972000', '201213.975000', '201213.978000', '201213.980000', '201213.983000', '201213.986000', '201213.988000', '201213.991000', '201213.993000', '201213.996000', '201213.998000', '201214.002000', '201233.880000', '201233.883000', '201233.886000', '201233.889000', '201233.891000', '201233.894000', '201233.897000', '201233.899000', '201233.902000', '201233.905000', '201233.907000', '201233.910000', '201233.912000', '201233.915000', '201233.918000', '201233.920000', '201233.923000', '201233.925000', '201233.928000', '201233.931000', '201233.933000', '201233.936000', '201233.939000', '201233.941000', '201233.944000', '201233.946000', '201233.949000', '201233.952000', '201233.954000', '201233.957000', '201233.959000', '201233.962000', '201233.965000', '201233.967000', '201233.970000', '201233.972000', '201233.975000', '201233.978000', '201233.980000', '201233.983000', '201233.985000', '201233.988000', '201233.991000', '201233.993000', '201253.881000', '201253.884000', '201253.887000', '201253.889000', '201253.892000', '201253.895000', '201253.897000', '201253.900000', '201253.903000', '201253.905000', '201253.908000', '201253.910000', '201253.913000', '201253.916000', '201253.918000', '201253.921000', '201253.923000', '201253.926000', '201253.929000', '201253.931000', '201253.934000', '201253.937000', '201253.939000', '201253.942000', '201253.944000', '201253.947000', '201253.949000', '201253.952000', '201253.955000', '201253.957000', '201253.960000', '201253.962000', '201253.982000', '201253.984000', '201253.987000', '201253.990000', '201253.992000', '201253.995000', '201253.997000', '201254.001000', '201254.004000', '201254.006000', '201254.009000', '201313.881000', '201313.884000', '201313.887000', '201313.890000', '201313.893000', '201313.896000', '201313.898000', '201313.901000', '201313.904000', '201313.906000', '201313.909000', '201313.911000', '201313.914000', '201313.916000', '201313.919000', '201313.922000', '201313.924000', '201313.927000', '201313.930000', '201313.932000', '201313.935000', '201313.937000', '201313.940000', '201313.943000', '201313.945000', '201313.948000', '201313.951000', '201313.953000', '201313.956000', '201313.959000', '201313.961000', '201313.964000', '201313.967000', '201313.969000', '201313.972000', '201313.974000', '201313.977000', '201313.980000', '201313.982000', '201313.985000', '201313.987000', '201313.990000', '201313.993000', '201313.995000', '201333.881000', '201333.883000', '201333.886000', '201333.889000', '201333.891000', '201333.894000', '201333.896000', '201333.899000', '201333.902000', '201333.904000', '201333.907000', '201333.910000', '201333.912000', '201333.915000', '201333.917000', '201333.920000', '201333.923000', '201333.925000', '201333.928000', '201333.931000', '201333.933000', '201333.936000', '201333.938000', '201333.941000', '201333.944000', '201333.946000', '201333.949000', '201333.951000', '201333.954000', '201333.957000', '201333.959000', '201333.962000', '201333.965000', '201333.967000', '201333.970000', '201333.972000', '201333.975000', '201333.978000', '201333.980000', '201333.983000', '201333.985000', '201333.988000', '201333.990000', '201353.881000', '201353.884000', '201353.886000', '201353.889000', '201353.891000', '201353.894000', '201353.897000', '201353.899000', '201353.902000', '201353.905000', '201353.907000', '201353.910000', '201353.912000', '201353.915000', '201353.917000', '201353.920000', '201353.923000', '201353.925000', '201353.928000', '201353.930000', '201353.933000', '201353.936000', '201353.938000', '201353.941000', '201353.943000', '201353.946000', '201353.949000', '201353.951000', '201353.954000', '201353.956000', '201353.959000', '201353.962000', '201353.964000', '201353.967000', '201353.969000', '201353.972000', '201353.975000', '201353.977000', '201353.980000', '201353.982000', '201353.985000', '201353.988000', '201353.990000', '201353.993000', '201413.880000', '201413.883000', '201413.886000', '201413.889000', '201413.891000', '201413.894000', '201413.896000', '201413.899000', '201413.902000', '201413.904000', '201413.907000', '201413.910000', '201413.912000', '201413.915000', '201413.917000', '201413.920000', '201413.922000', '201413.925000', '201413.928000', '201413.930000', '201413.933000', '201413.935000', '201413.938000', '201413.941000', '201413.943000', '201413.946000', '201413.948000', '201413.951000', '201413.954000', '201413.956000', '201413.959000', '201413.962000', '201413.964000', '201413.967000', '201413.969000', '201413.972000', '201413.974000', '201413.977000', '201413.980000', '201413.982000', '201413.985000', '201413.987000', '201413.990000', '201433.880000', '201433.883000', '201433.886000', '201433.889000', '201433.891000', '201433.894000', '201433.896000', '201433.899000', '201433.902000', '201433.904000', '201433.907000', '201433.909000', '201433.912000', '201433.915000', '201433.917000', '201433.920000', '201433.923000', '201433.925000', '201433.928000', '201433.930000', '201433.934000', '201433.937000', '201433.939000', '201433.942000', '201433.944000', '201433.947000', '201433.950000', '201433.952000', '201433.955000', '201433.957000', '201433.960000', '201433.963000', '201433.965000', '201433.968000', '201433.970000', '201433.973000', '201433.976000', '201433.978000', '201433.981000', '201433.983000', '201433.986000', '201433.989000', '201433.991000', '201453.880000', '201453.883000', '201453.886000', '201453.889000', '201453.891000', '201453.894000', '201453.896000', '201453.899000', '201453.902000', '201453.904000', '201453.907000', '201453.909000', '201453.912000', '201453.915000', '201453.917000', '201453.920000', '201453.923000', '201453.927000', '201453.930000', '201453.932000', '201453.935000', '201453.938000', '201453.940000', '201453.943000', '201453.945000', '201453.948000', '201453.951000', '201453.953000', '201453.956000', '201453.958000', '201453.961000', '201453.964000', '201453.982000', '201453.985000', '201453.988000', '201453.990000', '201453.993000', '201453.995000', '201453.998000', '201454.002000', '201454.004000', '201454.007000', '201454.009000', '201454.012000', '201513.881000', '201513.884000', '201513.887000', '201513.890000', '201513.892000', '201513.895000', '201513.897000', '201513.900000', '201513.902000', '201513.905000', '201513.908000', '201513.910000', '201513.913000', '201513.916000', '201513.918000', '201513.921000', '201513.923000', '201513.926000', '201513.929000', '201513.931000', '201513.934000', '201513.941000', '201513.944000', '201513.946000', '201513.949000', '201513.952000', '201513.954000', '201513.957000', '201513.959000', '201513.962000', '201513.964000', '201513.967000', '201513.970000', '201513.972000', '201513.975000', '201513.977000', '201513.980000', '201513.982000', '201513.985000', '201513.988000', '201513.990000', '201513.993000', '201513.996000', '201533.881000', '201533.884000', '201533.887000', '201533.890000', '201533.892000', '201533.895000', '201533.897000', '201533.900000', '201533.903000', '201533.905000', '201533.908000', '201533.911000', '201533.913000', '201533.916000', '201533.919000', '201533.921000', '201533.924000', '201533.926000', '201533.929000', '201533.932000', '201533.934000', '201533.937000', '201533.939000', '201533.942000', '201533.945000', '201533.947000', '201533.950000', '201533.953000', '201533.955000', '201533.958000', '201533.961000', '201533.963000', '201533.966000', '201533.969000', '201533.971000', '201533.974000', '201533.976000', '201533.979000', '201533.982000', '201533.984000', '201533.987000', '201533.990000', '201533.992000', '201533.995000', '201553.881000', '201553.883000', '201553.886000', '201553.889000', '201553.891000', '201553.894000', '201553.896000', '201553.899000', '201553.902000', '201553.904000', '201553.918000', '201553.920000', '201553.923000', '201553.925000', '201553.928000', '201553.931000', '201553.934000', '201553.937000', '201553.940000', '201553.943000', '201553.945000', '201553.948000', '201553.950000', '201553.953000', '201553.956000', '201553.958000', '201553.961000', '201553.963000', '201553.966000', '201553.969000', '201553.972000', '201553.975000', '201553.977000', '201553.980000', '201553.983000', '201553.985000', '201553.988000', '201553.990000', '201553.993000', '201553.996000', '201553.998000', '201554.002000', '201554.004000', '201613.881000', '201613.883000', '201613.886000', '201613.889000', '201613.891000', '201613.894000', '201613.897000', '201613.899000', '201613.902000', '201613.904000', '201613.907000', '201613.910000', '201613.912000', '201613.915000', '201613.918000', '201613.920000', '201613.923000', '201613.925000', '201613.928000', '201613.931000', '201613.933000', '201613.936000', '201613.939000', '201613.941000', '201613.944000', '201613.947000', '201613.949000', '201613.952000', '201613.955000', '201613.957000', '201613.960000', '201613.962000', '201613.965000', '201613.968000', '201613.970000', '201613.973000', '201613.975000', '201613.978000', '201613.981000', '201613.983000', '201613.986000', '201613.988000', '201613.991000', '201613.994000', '201632.548000', '201632.551000', '201632.554000', '201632.556000', '201632.559000', '201632.562000', '201632.564000', '201632.567000', '201632.569000', '201632.572000', '201632.575000', '201632.577000', '201632.580000', '201632.583000', '201632.585000', '201632.588000', '201632.590000', '201632.593000', '201632.596000', '201632.598000', '201632.601000', '201632.604000', '201632.607000', '201632.609000', '201632.612000', '201632.614000', '201632.617000', '201632.620000', '201632.622000', '201632.625000', '201632.627000', '201632.630000', '201632.632000', '201632.635000', '201632.638000', '201632.640000', '201632.643000', '201632.645000', '201632.648000', '201632.651000', '201632.653000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926], 'LargestImagePixelValue': [9394, 10381, 14219, 10510, 13712, 10605, 9705, 10259, 10021, 9586, 10490, 14082, 9992, 13282, 9948, 9252, 9922, 9836, 9832, 10006, 11764, 10043, 8705, 9739, 9708, 10705, 9807, 9837, 10932, 9588, 9089, 10172, 8893, 10950, 14748, 11138, 9416, 9867, 9613, 9569, 9687, 13064, 9634, 14457, 9711, 10049, 10225, 9356, 10113, 9298, 11011, 9612, 10801, 10214, 9155, 9788, 9317, 10241, 9726, 11604, 10248, 9010, 9496, 9507, 9611, 9841, 10901, 10320, 11470, 10130, 9032, 9910, 9592, 9649, 9752, 9682, 10029, 9136, 10311, 9275, 9776, 9727, 10975, 9478, 10684, 10179, 9354, 9647, 9940, 10957, 10210, 12600, 10334, 9481, 10481, 9688, 11190, 9310, 12867, 10057, 9156, 10361, 9201, 10796, 12689, 10851, 9305, 9783, 10224, 11498, 10124, 12042, 10494, 9563, 10042, 9985, 14186, 10135, 10198, 10055, 11636, 10242, 10095, 10301, 9255, 10509, 9253, 10536, 9526, 11579, 9376, 9023, 9765, 8997, 9923, 9350, 10394, 9533, 15401, 9731, 13197, 10215, 11942, 10319, 12201, 10040, 16573, 10292, 9049, 9325, 9109, 9513, 10181, 11372, 9824, 9083, 9841, 9455, 10185, 11924, 11083, 10212, 10194, 9888, 8895, 10048, 8917, 9555, 9878, 10821, 9094, 9280, 9938, 9535, 9430, 10614, 9721, 13251, 9217, 9611, 9961, 9390, 10029, 9108, 10090, 11191, 10012, 9111, 10158, 9457, 10266, 9681, 11391, 9233, 9045, 9240, 9874, 9381, 12571, 9405, 10024, 9089, 8888, 9324, 8774, 9410, 9672, 9530, 10018, 10100, 12315, 9576, 9259, 9436, 9054, 9854, 15469, 10152, 10911, 9858, 8816, 9020, 8878, 9422, 9396, 9957, 9812, 9565, 9003, 9541, 8667, 10023, 9666, 9939, 9477, 8875, 9342, 9541, 15857, 11293, 11333, 10327, 10317, 9393, 8549, 9717, 12756, 10311, 9454, 9497, 9366, 8985, 9738, 9187, 10999, 12911, 10116, 9236, 9103, 9551, 9179, 9948, 11299, 10011, 9410, 10110, 9194, 10127, 10151, 12226, 9873, 10357, 9483, 9742, 9699, 9527, 10102, 10127, 10135, 9158, 9158, 8996, 9847, 9976, 10100, 13903, 9962, 9576, 9747, 9467, 9882, 9410, 10343, 9488, 9957, 9131, 8882, 9448, 8827, 9655, 10320, 9728, 10196, 9311, 9649, 10303, 10317, 12309, 11294, 9840, 9868, 9140, 9959, 10992, 10483, 9416, 9383, 8899, 8940, 9206, 9644, 9682, 9586, 9536, 9448, 9935, 9747, 10413, 13133, 10211, 9313, 9418, 9143, 9352, 9511, 9345, 9838, 8960, 9423, 8789, 9672, 8978, 9517, 9154, 9707, 10990, 9112, 8949, 9183, 9091, 9269, 9044, 9436, 10368, 9419, 8963, 9084, 8860, 9584, 10414, 9763, 10328, 9019, 9428, 10144, 9714, 15595, 10131, 10643, 10046, 9471, 9161, 8958, 9452, 9065, 9060, 10590, 10684, 11319, 10431, 10580, 9771, 11077, 10412, 12357, 11967, 14205, 10110, 10009, 13586, 10141, 14597, 9682, 13073, 9721, 10477, 10298, 9298, 9642, 9788, 9250, 10034, 9536, 9937, 8855, 9408, 10081, 9522, 10084, 10642, 9809, 9276, 9456, 9779, 9051, 10001, 9132, 8888, 9959, 9427, 10286, 9493, 9890, 9247, 10389, 8829, 11638, 9420, 9685, 9591, 9602, 10009, 10716, 9378, 12238, 11435, 9969, 9197, 9506, 9373, 9524, 9128, 9385, 10405, 9351, 8896, 9222, 9852, 9657, 9641, 9529, 9822, 10440, 11020, 11153, 12199, 11174, 9257, 9443, 9147, 9619, 13271, 11035, 9200, 9561, 9086, 9262, 9495, 11263, 9379, 10199, 9254, 9044, 10215, 8962, 12157, 10027, 13028, 9099, 12414, 9631, 9338, 9980, 12032, 10706, 9345, 9663, 9010, 9587, 9620, 10668, 9460, 9758, 9283, 8950, 9267, 8906, 9524, 9041, 10560, 9363, 9287, 9163, 9383, 10770, 10202, 11560, 10709, 9662, 9044, 9604, 9259, 9496, 9275, 10655, 9778, 9695, 9566, 9199, 9048, 9221, 9332, 9560, 10523, 9338, 9152, 9368, 9225, 10042, 10259, 13339, 12266, 9642, 9383, 10518, 9618, 9019, 10929, 10902, 9434, 9441, 8959, 9902, 9060, 10063, 10971, 9261, 9291, 9439, 9387, 12005, 10194, 9145, 9564, 11126, 9632, 9267, 11889, 11370, 9116, 9441, 8990, 9186, 9319, 9501, 12213, 9228, 8992, 10088, 9400, 12619, 9409, 13238, 10644, 9032, 9300, 9220, 9624, 9194, 11177, 9727, 9523, 9281, 9101, 8823, 9230, 9492, 9352, 9069, 9468, 9398, 8925, 9169, 9240, 10527, 10887, 8984, 9030, 9413, 10413, 9324, 10612, 9612, 9545, 9004, 8961, 9080, 9700, 11433, 9426, 9969, 9009, 9160, 9375, 9334, 9051, 10708, 9682, 9328, 9074, 9575, 9451, 9932, 9237, 9871, 9476, 8705, 9604, 9310, 9660, 12286, 11165, 9761, 9346, 12305, 9516, 8708, 9332, 9047, 9362, 8587, 9441, 9479, 9727, 10392, 11649, 10566, 9807, 9212, 10252, 9411, 9820, 9954, 10343, 9778, 10094, 9836, 12679, 10276, 9607, 10079, 9604, 10025, 9212, 10556, 9668, 9700, 10010, 12407, 9948, 10250, 10276, 10601, 10666, 9773, 9547, 10316, 10279, 10126, 9626, 10003, 9956, 10229, 10098, 10414, 9936, 10332, 9901, 10190, 9890, 10234, 9996, 10616, 14496, 12295, 10298, 10410, 11340, 10822, 9960, 10178, 10247, 9993, 10440, 10065, 9478, 10568, 10211, 9845, 10048, 10252, 11062, 9866, 10264, 10366, 10174, 10314, 10241, 10213, 10728, 10103, 10170, 10575, 9623, 10097, 10354, 9973, 9908, 11090, 8581, 10570, 10437, 10656, 9625, 10396, 10294, 10549, 10344, 10369, 11869, 10835, 11187, 11758, 9753, 10227, 10552, 10201, 10427, 10023, 12129, 9771, 9455, 10167, 9309, 10718, 9994, 10813, 9612, 10210, 9651, 10589, 10906, 10075, 9866, 10269, 10558, 10621, 9541, 10491, 9296, 10549, 10081, 10530, 10317, 10128, 10166, 10268, 10675, 12594, 9554, 10406, 10692, 9411, 10378, 10543, 10588, 10872, 10817, 10447, 9209, 11063, 10093, 10372, 13482, 9744, 11371, 12295, 9794, 9220, 9254, 9900, 9539, 9566, 10426, 10402, 9489, 9559, 9875, 10280, 10174, 11836, 9550, 9444, 9973, 10223, 15857, 11901, 11824, 14560, 9292, 10001, 9635, 10265, 9851, 10522, 10844, 10802, 10001, 10986, 12368, 10694, 9476, 9253, 9843, 12731, 10412, 13419, 10194, 9555, 9230, 9246, 8998, 10430, 9452, 9491, 9370, 8785, 9527, 9244, 9707, 9728, 8837, 9349, 9893, 9182, 9468, 11531, 10263, 10430, 9839, 10102, 10369, 9561, 10152, 9889, 9660, 10130, 10032, 10240, 11268, 9699, 11348, 10730, 9941, 9970, 9889, 9263, 10822, 10418, 10185, 10348, 9958, 10224, 9874, 10298, 10044, 10314, 10535, 10703, 9737, 11302, 10186, 10079, 10252, 9359, 10064, 10482, 12007, 9857, 11765, 9925, 9933, 10265, 9851, 9933, 9758, 10724, 9977, 10626, 10049, 9438, 10048, 10074, 10556, 10579, 10189, 10739, 10623, 10188, 10455, 9926, 10271, 9703, 10084, 13352, 10417], 'WindowCenter': [4324.0, 4321.0, 4336.0, 4305.0, 4334.0, 4302.0, 4291.0, 4288.0, 4289.0, 4277.0, 4289.0, 4319.0, 4289.0, 4319.0, 4290.0, 4280.0, 4289.0, 4291.0, 4301.0, 4292.0, 4312.0, 4292.0, 4282.0, 4305.0, 4294.0, 4302.0, 4303.0, 4302.0, 4304.0, 4295.0, 4293.0, 4303.0, 4293.0, 4314.0, 4334.0, 4314.0, 4281.0, 4292.0, 4291.0, 4279.0, 4279.0, 4311.0, 4281.0, 4320.0, 4277.0, 4277.0, 4288.0, 4277.0, 4289.0, 4280.0, 4299.0, 4291.0, 4287.0, 4290.0, 4278.0, 4289.0, 4278.0, 4290.0, 4292.0, 4299.0, 4289.0, 4278.0, 4277.0, 4279.0, 4278.0, 4278.0, 4300.0, 4290.0, 4298.0, 4288.0, 4267.0, 4277.0, 4276.0, 4289.0, 4290.0, 4278.0, 4289.0, 4278.0, 4287.0, 4278.0, 4289.0, 4291.0, 4301.0, 4293.0, 4300.0, 4295.0, 4292.0, 4290.0, 4301.0, 4303.0, 4302.0, 4311.0, 4290.0, 4290.0, 4301.0, 4292.0, 4302.0, 4291.0, 4321.0, 4291.0, 4290.0, 4301.0, 4290.0, 4312.0, 4322.0, 4303.0, 4291.0, 4290.0, 4303.0, 4309.0, 4300.0, 4322.0, 4302.0, 4293.0, 4291.0, 4291.0, 4320.0, 4291.0, 4289.0, 4291.0, 4313.0, 4292.0, 4289.0, 4289.0, 4278.0, 4288.0, 4278.0, 4290.0, 4279.0, 4300.0, 4279.0, 4278.0, 4289.0, 4279.0, 4290.0, 4290.0, 4304.0, 4304.0, 4331.0, 4292.0, 4321.0, 4291.0, 4300.0, 4290.0, 4299.0, 4289.0, 4329.0, 4289.0, 4266.0, 4277.0, 4277.0, 4288.0, 4299.0, 4310.0, 4291.0, 4281.0, 4301.0, 4292.0, 4301.0, 4312.0, 4301.0, 4289.0, 4289.0, 4289.0, 4278.0, 4290.0, 4278.0, 4290.0, 4301.0, 4302.0, 4282.0, 4281.0, 4291.0, 4279.0, 4279.0, 4290.0, 4278.0, 4309.0, 4278.0, 4277.0, 4288.0, 4278.0, 4287.0, 4279.0, 4290.0, 4299.0, 4290.0, 4279.0, 4287.0, 4289.0, 4291.0, 4291.0, 4300.0, 4279.0, 4268.0, 4268.0, 4279.0, 4268.0, 4297.0, 4266.0, 4276.0, 4265.0, 4264.0, 4265.0, 4254.0, 4265.0, 4264.0, 4276.0, 4278.0, 4287.0, 4295.0, 4276.0, 4276.0, 4276.0, 4266.0, 4289.0, 4318.0, 4289.0, 4288.0, 4278.0, 4266.0, 4267.0, 4266.0, 4266.0, 4268.0, 4278.0, 4278.0, 4278.0, 4266.0, 4279.0, 4268.0, 4289.0, 4293.0, 4292.0, 4292.0, 4291.0, 4293.0, 4292.0, 4331.0, 4301.0, 4301.0, 4290.0, 4278.0, 4280.0, 4266.0, 4278.0, 4319.0, 4290.0, 4290.0, 4290.0, 4278.0, 4278.0, 4279.0, 4279.0, 4301.0, 4310.0, 4289.0, 4278.0, 4277.0, 4278.0, 4278.0, 4289.0, 4300.0, 4289.0, 4278.0, 4287.0, 4278.0, 4288.0, 4290.0, 4298.0, 4276.0, 4276.0, 4277.0, 4266.0, 4277.0, 4277.0, 4278.0, 4288.0, 4289.0, 4277.0, 4277.0, 4266.0, 4279.0, 4276.0, 4288.0, 4309.0, 4278.0, 4276.0, 4277.0, 4278.0, 4277.0, 4265.0, 4290.0, 4289.0, 4289.0, 4278.0, 4279.0, 4291.0, 4280.0, 4292.0, 4303.0, 4293.0, 4304.0, 4279.0, 4290.0, 4290.0, 4291.0, 4311.0, 4303.0, 4279.0, 4289.0, 4278.0, 4289.0, 4300.0, 4302.0, 4280.0, 4280.0, 4281.0, 4279.0, 4280.0, 4290.0, 4291.0, 4292.0, 4292.0, 4290.0, 4291.0, 4290.0, 4302.0, 4322.0, 4292.0, 4280.0, 4280.0, 4278.0, 4279.0, 4278.0, 4279.0, 4291.0, 4279.0, 4279.0, 4280.0, 4291.0, 4279.0, 4290.0, 4281.0, 4289.0, 4299.0, 4278.0, 4279.0, 4290.0, 4278.0, 4279.0, 4280.0, 4280.0, 4289.0, 4280.0, 4279.0, 4280.0, 4280.0, 4291.0, 4302.0, 4303.0, 4303.0, 4280.0, 4292.0, 4291.0, 4279.0, 4332.0, 4303.0, 4314.0, 4303.0, 4296.0, 4305.0, 4305.0, 4315.0, 4306.0, 4306.0, 4326.0, 4338.0, 4350.0, 4341.0, 4318.0, 4319.0, 4327.0, 4317.0, 4315.0, 4304.0, 4310.0, 4279.0, 4267.0, 4289.0, 4265.0, 4284.0, 4240.0, 4270.0, 4239.0, 4249.0, 4249.0, 4238.0, 4247.0, 4250.0, 4251.0, 4261.0, 4274.0, 4275.0, 4266.0, 4267.0, 4288.0, 4277.0, 4288.0, 4278.0, 4278.0, 4267.0, 4277.0, 4277.0, 4282.0, 4288.0, 4279.0, 4269.0, 4290.0, 4291.0, 4302.0, 4304.0, 4304.0, 4294.0, 4302.0, 4295.0, 4314.0, 4294.0, 4291.0, 4291.0, 4290.0, 4292.0, 4289.0, 4281.0, 4312.0, 4303.0, 4292.0, 4283.0, 4293.0, 4281.0, 4291.0, 4294.0, 4295.0, 4304.0, 4294.0, 4294.0, 4294.0, 4319.0, 4319.0, 4317.0, 4318.0, 4319.0, 4330.0, 4331.0, 4318.0, 4328.0, 4302.0, 4281.0, 4280.0, 4277.0, 4291.0, 4312.0, 4302.0, 4280.0, 4281.0, 4281.0, 4280.0, 4291.0, 4313.0, 4293.0, 4304.0, 4293.0, 4282.0, 4302.0, 4281.0, 4313.0, 4293.0, 4311.0, 4281.0, 4300.0, 4281.0, 4279.0, 4290.0, 4311.0, 4293.0, 4278.0, 4279.0, 4279.0, 4279.0, 4280.0, 4290.0, 4278.0, 4277.0, 4278.0, 4267.0, 4279.0, 4278.0, 4279.0, 4280.0, 4299.0, 4292.0, 4291.0, 4279.0, 4292.0, 4313.0, 4304.0, 4311.0, 4302.0, 4279.0, 4280.0, 4291.0, 4281.0, 4290.0, 4279.0, 4302.0, 4292.0, 4290.0, 4291.0, 4281.0, 4281.0, 4279.0, 4291.0, 4293.0, 4302.0, 4292.0, 4291.0, 4292.0, 4292.0, 4291.0, 4304.0, 4311.0, 4313.0, 4278.0, 4279.0, 4289.0, 4279.0, 4279.0, 4300.0, 4299.0, 4280.0, 4289.0, 4279.0, 4291.0, 4291.0, 4302.0, 4303.0, 4291.0, 4291.0, 4281.0, 4290.0, 4321.0, 4302.0, 4282.0, 4292.0, 4302.0, 4291.0, 4280.0, 4311.0, 4300.0, 4280.0, 4281.0, 4279.0, 4280.0, 4291.0, 4293.0, 4312.0, 4292.0, 4281.0, 4289.0, 4279.0, 4309.0, 4279.0, 4310.0, 4290.0, 4268.0, 4266.0, 4276.0, 4277.0, 4276.0, 4297.0, 4278.0, 4278.0, 4276.0, 4267.0, 4267.0, 4278.0, 4288.0, 4278.0, 4279.0, 4288.0, 4281.0, 4279.0, 4281.0, 4279.0, 4300.0, 4288.0, 4268.0, 4266.0, 4278.0, 4286.0, 4280.0, 4301.0, 4290.0, 4279.0, 4279.0, 4279.0, 4279.0, 4290.0, 4311.0, 4293.0, 4302.0, 4283.0, 4292.0, 4291.0, 4292.0, 4293.0, 4304.0, 4292.0, 4292.0, 4281.0, 4291.0, 4289.0, 4292.0, 4292.0, 4292.0, 4291.0, 4280.0, 4290.0, 4280.0, 4291.0, 4312.0, 4313.0, 4290.0, 4281.0, 4310.0, 4291.0, 4271.0, 4281.0, 4282.0, 4292.0, 4269.0, 4291.0, 4290.0, 4291.0, 4304.0, 4315.0, 4302.0, 4290.0, 4279.0, 4291.0, 4263.0, 4290.0, 4290.0, 4288.0, 4279.0, 4276.0, 4279.0, 4297.0, 4288.0, 4277.0, 4278.0, 4279.0, 4290.0, 4278.0, 4299.0, 4278.0, 4279.0, 4290.0, 4309.0, 4290.0, 4290.0, 4289.0, 4288.0, 4291.0, 4278.0, 4278.0, 4290.0, 4290.0, 4290.0, 4280.0, 4289.0, 4289.0, 4290.0, 4291.0, 4301.0, 4291.0, 4291.0, 4291.0, 4302.0, 4293.0, 4302.0, 4291.0, 4303.0, 4323.0, 4312.0, 4289.0, 4301.0, 4302.0, 4300.0, 4290.0, 4289.0, 4290.0, 4291.0, 4301.0, 4291.0, 4289.0, 4303.0, 4300.0, 4290.0, 4292.0, 4290.0, 4303.0, 4291.0, 4299.0, 4301.0, 4301.0, 4303.0, 4303.0, 4304.0, 4303.0, 4303.0, 4302.0, 4303.0, 4292.0, 4301.0, 4301.0, 4294.0, 4291.0, 4302.0, 4280.0, 4302.0, 4301.0, 4303.0, 4303.0, 4305.0, 4304.0, 4313.0, 4315.0, 4315.0, 4325.0, 4316.0, 4315.0, 4315.0, 4292.0, 4301.0, 4289.0, 4290.0, 4301.0, 4289.0, 4311.0, 4289.0, 4280.0, 4290.0, 4279.0, 4300.0, 4291.0, 4302.0, 4280.0, 4290.0, 4290.0, 4301.0, 4300.0, 4290.0, 4289.0, 4292.0, 4290.0, 4301.0, 4279.0, 4300.0, 4291.0, 4302.0, 4300.0, 4303.0, 4303.0, 4302.0, 4302.0, 4303.0, 4301.0, 4313.0, 4290.0, 4290.0, 4290.0, 4278.0, 4290.0, 4300.0, 4301.0, 4303.0, 4302.0, 4303.0, 4281.0, 4302.0, 4290.0, 4291.0, 4325.0, 4305.0, 4315.0, 4314.0, 4292.0, 4290.0, 4304.0, 4290.0, 4292.0, 4292.0, 4303.0, 4300.0, 4290.0, 4292.0, 4305.0, 4316.0, 4302.0, 4300.0, 4278.0, 4278.0, 4290.0, 4302.0, 4330.0, 4313.0, 4308.0, 4321.0, 4280.0, 4278.0, 4276.0, 4275.0, 4289.0, 4275.0, 4298.0, 4287.0, 4278.0, 4287.0, 4286.0, 4264.0, 4252.0, 4252.0, 4264.0, 4282.0, 4261.0, 4280.0, 4250.0, 4238.0, 4238.0, 4238.0, 4239.0, 4248.0, 4250.0, 4250.0, 4250.0, 4241.0, 4263.0, 4250.0, 4265.0, 4277.0, 4265.0, 4267.0, 4276.0, 4278.0, 4278.0, 4300.0, 4304.0, 4302.0, 4301.0, 4315.0, 4317.0, 4305.0, 4306.0, 4304.0, 4304.0, 4305.0, 4304.0, 4305.0, 4313.0, 4293.0, 4315.0, 4303.0, 4291.0, 4291.0, 4293.0, 4280.0, 4302.0, 4302.0, 4305.0, 4302.0, 4292.0, 4302.0, 4292.0, 4303.0, 4297.0, 4304.0, 4304.0, 4316.0, 4306.0, 4314.0, 4305.0, 4293.0, 4303.0, 4295.0, 4294.0, 4292.0, 4314.0, 4293.0, 4300.0, 4290.0, 4278.0, 4289.0, 4290.0, 4291.0, 4292.0, 4313.0, 4305.0, 4304.0, 4303.0, 4292.0, 4304.0, 4293.0, 4303.0, 4303.0, 4303.0, 4302.0, 4300.0, 4289.0, 4301.0, 4290.0, 4301.0, 4293.0, 4317.0, 4337.0, 4303.0], 'WindowWidth': [9570.0, 9556.0, 9564.0, 9520.0, 9556.0, 9510.0, 9492.0, 9484.0, 9487.0, 9468.0, 9487.0, 9526.0, 9487.0, 9526.0, 9490.0, 9476.0, 9486.0, 9492.0, 9506.0, 9495.0, 9522.0, 9495.0, 9480.0, 9516.0, 9502.0, 9508.0, 9511.0, 9510.0, 9515.0, 9503.0, 9497.0, 9513.0, 9499.0, 9529.0, 9556.0, 9530.0, 9479.0, 9495.0, 9490.0, 9474.0, 9474.0, 9521.0, 9476.0, 9528.0, 9467.0, 9465.0, 9481.0, 9466.0, 9486.0, 9475.0, 9502.0, 9491.0, 9481.0, 9486.0, 9470.0, 9484.0, 9469.0, 9488.0, 9498.0, 9502.0, 9487.0, 9469.0, 9468.0, 9472.0, 9468.0, 9469.0, 9502.0, 9488.0, 9495.0, 9482.0, 9452.0, 9464.0, 9464.0, 9484.0, 9490.0, 9471.0, 9485.0, 9469.0, 9482.0, 9471.0, 9487.0, 9493.0, 9507.0, 9498.0, 9503.0, 9492.0, 9493.0, 9490.0, 9506.0, 9512.0, 9509.0, 9518.0, 9489.0, 9490.0, 9505.0, 9497.0, 9509.0, 9492.0, 9531.0, 9492.0, 9490.0, 9504.0, 9489.0, 9523.0, 9536.0, 9512.0, 9490.0, 9490.0, 9509.0, 9514.0, 9505.0, 9536.0, 9511.0, 9497.0, 9493.0, 9493.0, 9529.0, 9491.0, 9486.0, 9493.0, 9524.0, 9495.0, 9486.0, 9485.0, 9470.0, 9483.0, 9469.0, 9489.0, 9473.0, 9502.0, 9471.0, 9470.0, 9487.0, 9474.0, 9491.0, 9492.0, 9514.0, 9515.0, 9548.0, 9495.0, 9532.0, 9491.0, 9504.0, 9490.0, 9499.0, 9487.0, 9539.0, 9485.0, 9451.0, 9465.0, 9466.0, 9484.0, 9502.0, 9516.0, 9492.0, 9479.0, 9505.0, 9494.0, 9508.0, 9521.0, 9508.0, 9486.0, 9485.0, 9485.0, 9471.0, 9488.0, 9471.0, 9491.0, 9508.0, 9510.0, 9482.0, 9478.0, 9493.0, 9473.0, 9471.0, 9490.0, 9471.0, 9512.0, 9468.0, 9465.0, 9482.0, 9468.0, 9481.0, 9473.0, 9489.0, 9497.0, 9488.0, 9472.0, 9482.0, 9487.0, 9493.0, 9491.0, 9502.0, 9470.0, 9453.0, 9453.0, 9469.0, 9453.0, 9494.0, 9449.0, 9462.0, 9446.0, 9441.0, 9446.0, 9429.0, 9446.0, 9443.0, 9462.0, 9467.0, 9480.0, 9488.0, 9463.0, 9464.0, 9462.0, 9450.0, 9485.0, 9522.0, 9483.0, 9483.0, 9468.0, 9448.0, 9451.0, 9448.0, 9448.0, 9455.0, 9468.0, 9468.0, 9468.0, 9450.0, 9471.0, 9456.0, 9488.0, 9497.0, 9496.0, 9495.0, 9493.0, 9496.0, 9495.0, 9547.0, 9505.0, 9503.0, 9487.0, 9466.0, 9471.0, 9450.0, 9470.0, 9528.0, 9490.0, 9489.0, 9488.0, 9472.0, 9470.0, 9472.0, 9474.0, 9504.0, 9516.0, 9486.0, 9467.0, 9466.0, 9469.0, 9469.0, 9487.0, 9500.0, 9486.0, 9469.0, 9480.0, 9467.0, 9483.0, 9487.0, 9498.0, 9463.0, 9462.0, 9463.0, 9447.0, 9463.0, 9464.0, 9466.0, 9484.0, 9485.0, 9468.0, 9467.0, 9451.0, 9471.0, 9462.0, 9481.0, 9511.0, 9469.0, 9462.0, 9465.0, 9465.0, 9466.0, 9448.0, 9486.0, 9487.0, 9487.0, 9470.0, 9474.0, 9493.0, 9478.0, 9497.0, 9513.0, 9498.0, 9514.0, 9473.0, 9490.0, 9488.0, 9491.0, 9520.0, 9510.0, 9472.0, 9486.0, 9470.0, 9486.0, 9502.0, 9507.0, 9476.0, 9475.0, 9476.0, 9473.0, 9476.0, 9488.0, 9494.0, 9494.0, 9494.0, 9489.0, 9491.0, 9489.0, 9506.0, 9534.0, 9495.0, 9476.0, 9474.0, 9470.0, 9470.0, 9471.0, 9475.0, 9492.0, 9473.0, 9475.0, 9475.0, 9491.0, 9472.0, 9487.0, 9479.0, 9487.0, 9500.0, 9471.0, 9471.0, 9490.0, 9471.0, 9473.0, 9476.0, 9476.0, 9487.0, 9475.0, 9473.0, 9475.0, 9474.0, 9492.0, 9509.0, 9512.0, 9510.0, 9476.0, 9493.0, 9490.0, 9472.0, 9549.0, 9513.0, 9529.0, 9514.0, 9500.0, 9521.0, 9526.0, 9534.0, 9523.0, 9526.0, 9554.0, 9576.0, 9595.0, 9581.0, 9542.0, 9546.0, 9552.0, 9538.0, 9531.0, 9512.0, 9511.0, 9466.0, 9448.0, 9482.0, 9442.0, 9467.0, 9401.0, 9439.0, 9396.0, 9408.0, 9408.0, 9394.0, 9406.0, 9414.0, 9417.0, 9433.0, 9457.0, 9461.0, 9451.0, 9450.0, 9480.0, 9465.0, 9480.0, 9465.0, 9466.0, 9450.0, 9464.0, 9462.0, 9477.0, 9481.0, 9470.0, 9457.0, 9487.0, 9491.0, 9507.0, 9514.0, 9512.0, 9499.0, 9508.0, 9502.0, 9525.0, 9499.0, 9490.0, 9490.0, 9488.0, 9492.0, 9485.0, 9477.0, 9522.0, 9509.0, 9493.0, 9481.0, 9495.0, 9478.0, 9491.0, 9500.0, 9503.0, 9514.0, 9500.0, 9500.0, 9499.0, 9545.0, 9545.0, 9540.0, 9540.0, 9544.0, 9560.0, 9565.0, 9541.0, 9551.0, 9507.0, 9477.0, 9473.0, 9467.0, 9490.0, 9521.0, 9506.0, 9473.0, 9476.0, 9476.0, 9474.0, 9492.0, 9525.0, 9497.0, 9514.0, 9496.0, 9480.0, 9507.0, 9478.0, 9525.0, 9498.0, 9520.0, 9478.0, 9499.0, 9476.0, 9470.0, 9486.0, 9517.0, 9496.0, 9469.0, 9471.0, 9472.0, 9471.0, 9475.0, 9489.0, 9469.0, 9468.0, 9469.0, 9452.0, 9471.0, 9469.0, 9473.0, 9476.0, 9502.0, 9494.0, 9491.0, 9474.0, 9495.0, 9525.0, 9515.0, 9521.0, 9507.0, 9472.0, 9474.0, 9489.0, 9477.0, 9488.0, 9474.0, 9510.0, 9496.0, 9489.0, 9492.0, 9477.0, 9478.0, 9473.0, 9492.0, 9497.0, 9510.0, 9493.0, 9492.0, 9495.0, 9494.0, 9492.0, 9513.0, 9520.0, 9522.0, 9470.0, 9472.0, 9484.0, 9472.0, 9471.0, 9503.0, 9499.0, 9475.0, 9486.0, 9475.0, 9494.0, 9494.0, 9510.0, 9512.0, 9491.0, 9492.0, 9477.0, 9491.0, 9534.0, 9509.0, 9479.0, 9493.0, 9506.0, 9490.0, 9476.0, 9520.0, 9501.0, 9474.0, 9475.0, 9473.0, 9475.0, 9493.0, 9499.0, 9521.0, 9495.0, 9478.0, 9487.0, 9472.0, 9512.0, 9473.0, 9516.0, 9488.0, 9453.0, 9450.0, 9464.0, 9464.0, 9464.0, 9494.0, 9470.0, 9468.0, 9465.0, 9454.0, 9452.0, 9469.0, 9485.0, 9471.0, 9473.0, 9485.0, 9476.0, 9470.0, 9477.0, 9474.0, 9502.0, 9482.0, 9457.0, 9451.0, 9468.0, 9478.0, 9474.0, 9505.0, 9490.0, 9474.0, 9473.0, 9474.0, 9473.0, 9491.0, 9519.0, 9498.0, 9508.0, 9483.0, 9494.0, 9493.0, 9496.0, 9499.0, 9515.0, 9495.0, 9493.0, 9478.0, 9491.0, 9487.0, 9493.0, 9496.0, 9494.0, 9491.0, 9477.0, 9490.0, 9477.0, 9491.0, 9522.0, 9525.0, 9488.0, 9478.0, 9514.0, 9490.0, 9463.0, 9479.0, 9480.0, 9496.0, 9459.0, 9491.0, 9489.0, 9492.0, 9515.0, 9530.0, 9507.0, 9490.0, 9470.0, 9488.0, 9439.0, 9487.0, 9488.0, 9483.0, 9472.0, 9464.0, 9470.0, 9493.0, 9482.0, 9467.0, 9469.0, 9470.0, 9488.0, 9468.0, 9498.0, 9469.0, 9472.0, 9488.0, 9514.0, 9489.0, 9486.0, 9486.0, 9481.0, 9488.0, 9469.0, 9467.0, 9486.0, 9487.0, 9486.0, 9472.0, 9484.0, 9485.0, 9487.0, 9489.0, 9505.0, 9491.0, 9493.0, 9492.0, 9507.0, 9496.0, 9509.0, 9493.0, 9509.0, 9537.0, 9523.0, 9488.0, 9506.0, 9506.0, 9503.0, 9488.0, 9487.0, 9488.0, 9494.0, 9504.0, 9492.0, 9488.0, 9510.0, 9503.0, 9490.0, 9496.0, 9491.0, 9512.0, 9490.0, 9500.0, 9506.0, 9506.0, 9511.0, 9512.0, 9516.0, 9512.0, 9512.0, 9508.0, 9511.0, 9494.0, 9506.0, 9507.0, 9499.0, 9491.0, 9507.0, 9476.0, 9508.0, 9506.0, 9511.0, 9513.0, 9519.0, 9514.0, 9528.0, 9533.0, 9533.0, 9547.0, 9535.0, 9532.0, 9532.0, 9496.0, 9505.0, 9487.0, 9487.0, 9504.0, 9487.0, 9518.0, 9485.0, 9474.0, 9489.0, 9471.0, 9503.0, 9493.0, 9509.0, 9475.0, 9490.0, 9488.0, 9504.0, 9501.0, 9490.0, 9487.0, 9492.0, 9487.0, 9504.0, 9473.0, 9502.0, 9492.0, 9508.0, 9505.0, 9512.0, 9511.0, 9508.0, 9510.0, 9513.0, 9507.0, 9525.0, 9489.0, 9487.0, 9487.0, 9469.0, 9488.0, 9504.0, 9508.0, 9510.0, 9509.0, 9510.0, 9478.0, 9509.0, 9490.0, 9491.0, 9544.0, 9523.0, 9533.0, 9528.0, 9493.0, 9491.0, 9516.0, 9490.0, 9498.0, 9496.0, 9511.0, 9504.0, 9491.0, 9495.0, 9521.0, 9535.0, 9509.0, 9501.0, 9470.0, 9467.0, 9488.0, 9512.0, 9544.0, 9529.0, 9520.0, 9531.0, 9475.0, 9470.0, 9465.0, 9462.0, 9486.0, 9461.0, 9497.0, 9481.0, 9467.0, 9481.0, 9472.0, 9441.0, 9423.0, 9422.0, 9438.0, 9458.0, 9430.0, 9454.0, 9415.0, 9394.0, 9396.0, 9396.0, 9396.0, 9409.0, 9411.0, 9414.0, 9416.0, 9405.0, 9437.0, 9418.0, 9445.0, 9466.0, 9447.0, 9450.0, 9462.0, 9466.0, 9470.0, 9501.0, 9513.0, 9508.0, 9506.0, 9532.0, 9539.0, 9519.0, 9520.0, 9515.0, 9513.0, 9516.0, 9513.0, 9516.0, 9524.0, 9496.0, 9530.0, 9509.0, 9490.0, 9492.0, 9494.0, 9476.0, 9509.0, 9508.0, 9514.0, 9508.0, 9495.0, 9506.0, 9495.0, 9511.0, 9499.0, 9515.0, 9515.0, 9535.0, 9522.0, 9530.0, 9518.0, 9498.0, 9511.0, 9501.0, 9503.0, 9492.0, 9528.0, 9496.0, 9503.0, 9486.0, 9469.0, 9485.0, 9490.0, 9493.0, 9494.0, 9529.0, 9517.0, 9514.0, 9511.0, 9496.0, 9514.0, 9499.0, 9509.0, 9512.0, 9509.0, 9506.0, 9501.0, 9486.0, 9504.0, 9490.0, 9506.0, 9498.0, 9540.0, 9566.0, 9511.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.0009557297297297298</td></tr>
<tr><td colspan=3>aqi</td><td>0.025066308756756757</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.188547448138515</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1886126996861481</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9983516167640699</td></tr>
<tr><td colspan=3>efc</td><td>0.4663</td></tr>
<tr><td colspan=3>fber</td><td>6803.5693</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09311190810372737</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>55</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>5.945945945945946</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4922151282723344</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.388794124864892</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.782066115488557</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.305785144463554</td></tr>
<tr><td colspan=3>gcor</td><td>0.0122636</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015802407637238503</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.028946584090590477</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>925</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.9227306799255253</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>35.9569</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>37.4754</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>164.3423</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>301648.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>773.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>322.5255</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3075</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>559.2281</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3490.6964</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3691.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74896.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1228.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4569.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>940.9199</td></tr>
<tr><td colspan=3>tsnr</td><td>38.5085396328941</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>