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

616 lines
No EOL
111 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-0101_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-0101_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-0101_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-0101/figures/sub-0101_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0101/figures/sub-0101_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-0101_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-0101/figures/sub-0101_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0101/figures/sub-0101_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-0101_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-0101/figures/sub-0101_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0101/figures/sub-0101_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-0101_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-0101/figures/sub-0101_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0101/figures/sub-0101_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-0101_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-0101/figures/sub-0101_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0101/figures/sub-0101_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-0101_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-0101/figures/sub-0101_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0101/figures/sub-0101_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-0101_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-0101/figures/sub-0101_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0101/figures/sub-0101_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-0101/figures/sub-0101_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0101/figures/sub-0101_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-0101/ses-04/func/sub-0101_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>628c6ab5e649af004c707fc00d1c9b0e</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>13:08:44.745000</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.999659, 0.0197592, 0.0170705, -0.0165765, 0.985339, -0.169802]</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.12407</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, -7747, -7227, 32, -174, -140, -37, 64]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>312.966</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>3e866b66-40a5-4453-aeea-225c1a79e516||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.6820120811462402, -0.044473569840192795, 0.054473426192998886, 110.54507446289062], [-0.05301235616207123, 2.64359188079834, -0.45754456520080566, -81.67005920410156], [0.04579884186387062, 0.455565869808197, 2.6603920459747314, -96.53742980957031], [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': ['130844.745000', '130845.205000', '130845.665000', '130846.125000', '130846.585000', '130847.045000', '130847.505000', '130847.965000', '130848.425000', '130848.885000', '130849.345000', '130849.805000', '130850.265000', '130850.725000', '130851.185000', '130851.645000', '130852.105000', '130852.565000', '130853.025000', '130853.485000', '130853.945000', '130854.405000', '130854.865000', '130855.325000', '130855.785000', '130856.245000', '130856.705000', '130857.165000', '130857.625000', '130858.085000', '130858.545000', '130859.005000', '130859.465000', '130859.925000', '130900.385000', '130900.845000', '130901.305000', '130901.765000', '130902.225000', '130902.685000', '130903.145000', '130903.605000', '130904.065000', '130904.525000', '130904.985000', '130905.445000', '130905.905000', '130906.365000', '130906.825000', '130907.285000', '130907.745000', '130908.205000', '130908.665000', '130909.125000', '130909.585000', '130910.045000', '130910.505000', '130910.965000', '130911.425000', '130911.885000', '130912.345000', '130912.805000', '130913.265000', '130913.725000', '130914.185000', '130914.645000', '130915.105000', '130915.565000', '130916.025000', '130916.485000', '130916.945000', '130917.405000', '130917.865000', '130918.325000', '130918.785000', '130919.245000', '130919.705000', '130920.165000', '130920.625000', '130921.085000', '130921.545000', '130922.005000', '130922.465000', '130922.925000', '130923.385000', '130923.845000', '130924.305000', '130924.765000', '130925.225000', '130925.685000', '130926.145000', '130926.605000', '130927.065000', '130927.525000', '130927.985000', '130928.445000', '130928.905000', '130929.365000', '130929.825000', '130930.285000', '130930.745000', '130931.205000', '130931.665000', '130932.125000', '130932.585000', '130933.045000', '130933.505000', '130933.965000', '130934.425000', '130934.885000', '130935.345000', '130935.805000', '130936.265000', '130936.725000', '130937.185000', '130937.645000', '130938.105000', '130938.565000', '130939.025000', '130939.485000', '130939.945000', '130940.405000', '130940.865000', '130941.325000', '130941.785000', '130942.245000', '130942.705000', '130943.165000', '130943.625000', '130944.085000', '130944.545000', '130945.005000', '130945.465000', '130945.925000', '130946.385000', '130946.845000', '130947.305000', '130947.765000', '130948.225000', '130948.685000', '130949.145000', '130949.605000', '130950.065000', '130950.525000', '130950.985000', '130951.445000', '130951.905000', '130952.365000', '130952.825000', '130953.285000', '130953.745000', '130954.205000', '130954.665000', '130955.125000', '130955.585000', '130956.045000', '130956.505000', '130956.965000', '130957.425000', '130957.885000', '130958.345000', '130958.805000', '130959.265000', '130959.725000', '131000.185000', '131000.645000', '131001.105000', '131001.565000', '131002.025000', '131002.485000', '131002.945000', '131003.405000', '131003.865000', '131004.325000', '131004.785000', '131005.245000', '131005.705000', '131006.165000', '131006.625000', '131007.085000', '131007.545000', '131008.005000', '131008.465000', '131008.925000', '131009.385000', '131009.845000', '131010.305000', '131010.765000', '131011.225000', '131011.685000', '131012.145000', '131012.605000', '131013.065000', '131013.525000', '131013.985000', '131014.445000', '131014.905000', '131015.365000', '131015.825000', '131016.285000', '131016.745000', '131017.205000', '131017.665000', '131018.125000', '131018.585000', '131019.045000', '131019.505000', '131019.965000', '131020.425000', '131020.885000', '131021.345000', '131021.805000', '131022.265000', '131022.725000', '131023.185000', '131023.645000', '131024.105000', '131024.565000', '131025.025000', '131025.485000', '131025.945000', '131026.405000', '131026.865000', '131027.325000', '131027.785000', '131028.245000', '131028.705000', '131029.165000', '131029.625000', '131030.085000', '131030.545000', '131031.005000', '131031.465000', '131031.925000', '131032.385000', '131032.845000', '131033.305000', '131033.765000', '131034.225000', '131034.685000', '131035.145000', '131035.605000', '131036.065000', '131036.525000', '131036.985000', '131037.445000', '131037.905000', '131038.365000', '131038.825000', '131039.285000', '131039.745000', '131040.205000', '131040.665000', '131041.125000', '131041.585000', '131042.045000', '131042.505000', '131042.965000', '131043.425000', '131043.885000', '131044.345000', '131044.805000', '131045.265000', '131045.725000', '131046.185000', '131046.645000', '131047.105000', '131047.565000', '131048.025000', '131048.485000', '131048.945000', '131049.405000', '131049.865000', '131050.325000', '131050.785000', '131051.245000', '131051.705000', '131052.165000', '131052.625000', '131053.085000', '131053.545000', '131054.005000', '131054.465000', '131054.925000', '131055.385000', '131055.845000', '131056.305000', '131056.765000', '131057.225000', '131057.685000', '131058.145000', '131058.605000', '131059.065000', '131059.525000', '131059.985000', '131100.445000', '131100.905000', '131101.365000', '131101.825000', '131102.285000', '131102.745000', '131103.205000', '131103.665000', '131104.125000', '131104.585000', '131105.045000', '131105.505000', '131105.965000', '131106.425000', '131106.885000', '131107.345000', '131107.805000', '131108.265000', '131108.725000', '131109.185000', '131109.645000', '131110.105000', '131110.565000', '131111.025000', '131111.485000', '131111.945000', '131112.405000', '131112.865000', '131113.325000', '131113.785000', '131114.245000', '131114.705000', '131115.165000', '131115.625000', '131116.085000', '131116.545000', '131117.005000', '131117.465000', '131117.925000', '131118.385000', '131118.845000', '131119.305000', '131119.765000', '131120.225000', '131120.685000', '131121.145000', '131121.605000', '131122.065000', '131122.525000', '131122.985000', '131123.445000', '131123.905000', '131124.365000', '131124.825000', '131125.285000', '131125.745000', '131126.205000', '131126.665000', '131127.125000', '131127.585000', '131128.045000', '131128.505000', '131128.965000', '131129.425000', '131129.885000', '131130.345000', '131130.805000', '131131.265000', '131131.725000', '131132.185000', '131132.645000', '131133.105000', '131133.565000', '131134.025000', '131134.485000', '131134.945000', '131135.405000', '131135.865000', '131136.325000', '131136.785000', '131137.245000', '131137.705000', '131138.165000', '131138.625000', '131139.085000', '131139.545000', '131140.005000', '131140.465000', '131140.925000', '131141.385000', '131141.845000', '131142.305000', '131142.765000', '131143.225000', '131143.685000', '131144.145000', '131144.605000', '131145.065000', '131145.525000', '131145.985000', '131146.445000', '131146.905000', '131147.365000', '131147.825000', '131148.285000', '131148.745000', '131149.205000', '131149.665000', '131150.125000', '131150.585000', '131151.045000', '131151.505000', '131151.965000', '131152.425000', '131152.885000', '131153.345000', '131153.805000', '131154.265000', '131154.725000', '131155.185000', '131155.645000', '131156.105000', '131156.565000', '131157.025000', '131157.485000', '131157.945000', '131158.405000', '131158.865000', '131159.325000', '131159.785000', '131200.245000', '131200.705000', '131201.165000', '131201.625000', '131202.085000', '131202.545000', '131203.005000', '131203.465000', '131203.925000', '131204.385000', '131204.845000', '131205.305000', '131205.765000', '131206.225000', '131206.685000', '131207.145000', '131207.605000', '131208.065000', '131208.525000', '131208.985000', '131209.445000', '131209.905000', '131210.365000', '131210.825000', '131211.285000', '131211.745000', '131212.205000', '131212.665000', '131213.125000', '131213.585000', '131214.045000', '131214.505000', '131214.965000', '131215.425000', '131215.885000', '131216.345000', '131216.805000', '131217.265000', '131217.725000', '131218.185000', '131218.645000', '131219.105000', '131219.565000', '131220.025000', '131220.485000', '131220.945000', '131221.405000', '131221.865000', '131222.325000', '131222.785000', '131223.245000', '131223.705000', '131224.165000', '131224.625000', '131225.085000', '131225.545000', '131226.005000', '131226.465000', '131226.925000', '131227.385000', '131227.845000', '131228.305000', '131228.765000', '131229.225000', '131229.685000', '131230.145000', '131230.605000', '131231.065000', '131231.525000', '131231.985000', '131232.445000', '131232.905000', '131233.365000', '131233.825000', '131234.285000', '131234.745000', '131235.205000', '131235.665000', '131236.125000', '131236.585000', '131237.045000', '131237.505000', '131237.965000', '131238.425000', '131238.885000', '131239.345000', '131239.805000', '131240.265000', '131240.725000', '131241.185000', '131241.645000', '131242.105000', '131242.565000', '131243.025000', '131243.485000', '131243.945000', '131244.405000', '131244.865000', '131245.325000', '131245.785000', '131246.245000', '131246.705000', '131247.165000', '131247.625000', '131248.085000', '131248.545000', '131249.005000', '131249.465000', '131249.925000', '131250.385000', '131250.845000', '131251.305000', '131251.765000', '131252.225000', '131252.685000', '131253.145000', '131253.605000', '131254.065000', '131254.525000', '131254.985000', '131255.445000', '131255.905000', '131256.365000', '131256.825000', '131257.285000', '131257.745000', '131258.205000', '131258.665000', '131259.125000', '131259.585000', '131300.045000', '131300.505000', '131300.965000', '131301.425000', '131301.885000', '131302.345000', '131302.805000', '131303.265000', '131303.725000', '131304.185000', '131304.645000', '131305.105000', '131305.565000', '131306.025000', '131306.485000', '131306.945000', '131307.405000', '131307.865000', '131308.325000', '131308.785000', '131309.245000', '131309.705000', '131310.165000', '131310.625000', '131311.085000', '131311.545000', '131312.005000', '131312.465000', '131312.925000', '131313.385000', '131313.845000', '131314.305000', '131314.765000', '131315.225000', '131315.685000', '131316.145000', '131316.605000', '131317.065000', '131317.525000', '131317.985000', '131318.445000', '131318.905000', '131319.365000', '131319.825000', '131320.285000', '131320.745000', '131321.205000', '131321.665000', '131322.125000', '131322.585000', '131323.045000', '131323.505000', '131323.965000', '131324.425000', '131324.885000', '131325.345000', '131325.805000', '131326.265000', '131326.725000', '131327.185000', '131327.645000', '131328.105000', '131328.565000', '131329.025000', '131329.485000', '131329.945000', '131330.405000', '131330.865000', '131331.325000', '131331.785000', '131332.245000', '131332.705000', '131333.165000', '131333.625000', '131334.085000', '131334.545000', '131335.005000', '131335.465000', '131335.925000', '131336.385000', '131336.845000', '131337.305000', '131337.765000', '131338.225000', '131338.685000', '131339.145000', '131339.605000', '131340.065000', '131340.525000', '131340.985000', '131341.445000', '131341.905000', '131342.365000', '131342.825000', '131343.285000', '131343.745000', '131344.205000', '131344.665000', '131345.125000', '131345.585000', '131346.045000', '131346.505000', '131346.965000', '131347.425000', '131347.885000', '131348.345000', '131348.805000', '131349.265000', '131349.725000', '131350.185000', '131350.645000', '131351.105000', '131351.565000', '131352.025000', '131352.485000', '131352.945000', '131353.405000', '131353.865000', '131354.325000', '131354.785000', '131355.245000', '131355.705000', '131356.165000', '131356.625000', '131357.085000', '131357.545000', '131358.005000', '131358.465000', '131358.925000', '131359.385000', '131359.845000', '131400.305000', '131400.765000', '131401.225000', '131401.685000', '131402.145000', '131402.605000', '131403.065000', '131403.525000', '131403.985000', '131404.445000', '131404.905000', '131405.365000', '131405.825000', '131406.285000', '131406.745000', '131407.205000', '131407.665000', '131408.125000', '131408.585000', '131409.045000', '131409.505000', '131409.965000', '131410.425000', '131410.885000', '131411.345000', '131411.805000', '131412.265000', '131412.725000', '131413.185000', '131413.645000', '131414.105000', '131414.565000', '131415.025000', '131415.485000', '131415.945000', '131416.405000', '131416.865000', '131417.325000', '131417.785000', '131418.245000', '131418.705000', '131419.165000', '131419.625000', '131420.085000', '131420.545000', '131421.005000', '131421.465000', '131421.925000', '131422.385000', '131422.845000', '131423.305000', '131423.765000', '131424.225000', '131424.685000', '131425.145000', '131425.605000', '131426.065000', '131426.525000', '131426.985000', '131427.445000', '131427.905000', '131428.365000', '131428.825000', '131429.285000', '131429.745000', '131430.205000', '131430.665000', '131431.125000', '131431.585000', '131432.045000', '131432.505000', '131432.965000', '131433.425000', '131433.885000', '131434.345000', '131434.805000', '131435.265000', '131435.725000', '131436.185000', '131436.645000', '131437.105000', '131437.565000', '131438.025000', '131438.485000', '131438.945000', '131439.405000', '131439.865000', '131440.325000', '131440.785000', '131441.245000', '131441.705000', '131442.165000', '131442.625000', '131443.085000', '131443.545000', '131444.005000', '131444.465000', '131444.925000', '131445.385000', '131445.845000', '131446.305000', '131446.765000', '131447.225000', '131447.685000', '131448.145000', '131448.605000', '131449.065000', '131449.525000', '131449.985000', '131450.445000', '131450.905000', '131451.365000', '131451.825000', '131452.285000', '131452.745000', '131453.205000', '131453.665000', '131454.125000', '131454.585000', '131455.045000', '131455.505000', '131455.965000', '131456.425000', '131456.885000', '131457.345000', '131457.805000', '131458.265000', '131458.725000', '131459.185000', '131459.645000', '131500.105000', '131500.565000', '131501.025000', '131501.485000', '131501.945000', '131502.405000', '131502.865000', '131503.325000', '131503.785000', '131504.245000', '131504.705000', '131505.165000', '131505.625000', '131506.085000', '131506.545000', '131507.005000', '131507.465000', '131507.925000', '131508.385000', '131508.845000', '131509.305000', '131509.765000', '131510.225000', '131510.685000', '131511.145000', '131511.605000', '131512.065000', '131512.525000', '131512.985000', '131513.445000', '131513.905000', '131514.365000', '131514.825000', '131515.285000', '131515.745000', '131516.205000', '131516.665000', '131517.125000', '131517.585000', '131518.045000', '131518.505000', '131518.965000', '131519.425000', '131519.885000', '131520.345000', '131520.805000', '131521.265000', '131521.725000', '131522.185000', '131522.645000', '131523.105000', '131523.565000', '131524.025000', '131524.485000', '131524.945000', '131525.405000', '131525.865000', '131526.325000', '131526.785000', '131527.245000', '131527.705000', '131528.165000', '131528.625000', '131529.085000', '131529.545000', '131530.005000', '131530.465000', '131530.925000', '131531.385000', '131531.845000', '131532.305000', '131532.765000', '131533.225000', '131533.685000', '131534.145000', '131534.605000', '131535.065000', '131535.525000', '131535.985000', '131536.445000', '131536.905000', '131537.365000', '131537.825000', '131538.285000', '131538.745000', '131539.205000', '131539.665000', '131540.125000', '131540.585000', '131541.045000', '131541.505000', '131541.965000', '131542.425000', '131542.885000', '131543.345000', '131543.805000', '131544.265000', '131544.725000', '131545.185000', '131545.645000', '131546.105000', '131546.565000', '131547.025000', '131547.485000', '131547.945000', '131548.405000', '131548.865000', '131549.325000', '131549.785000', '131550.245000'], 'ContentTime': ['130907.321000', '130907.324000', '130907.327000', '130907.329000', '130907.332000', '130907.335000', '130907.337000', '130907.340000', '130907.342000', '130907.345000', '130907.348000', '130907.350000', '130907.353000', '130907.356000', '130907.358000', '130907.361000', '130907.364000', '130907.367000', '130907.370000', '130907.373000', '130907.376000', '130907.378000', '130907.381000', '130907.384000', '130907.386000', '130907.389000', '130907.391000', '130907.394000', '130907.397000', '130907.399000', '130907.402000', '130907.405000', '130907.407000', '130907.410000', '130907.412000', '130907.415000', '130907.418000', '130907.420000', '130907.423000', '130907.425000', '130907.428000', '130907.431000', '130907.433000', '130907.436000', '130907.439000', '130907.441000', '130927.256000', '130927.259000', '130927.261000', '130927.264000', '130927.267000', '130927.269000', '130927.272000', '130927.274000', '130927.277000', '130927.280000', '130927.282000', '130927.285000', '130927.287000', '130927.290000', '130927.293000', '130927.295000', '130927.298000', '130927.300000', '130927.303000', '130927.306000', '130927.308000', '130927.311000', '130927.314000', '130927.316000', '130927.319000', '130927.321000', '130927.324000', '130927.327000', '130927.329000', '130927.332000', '130927.336000', '130927.339000', '130927.341000', '130927.344000', '130927.347000', '130927.349000', '130927.352000', '130927.354000', '130927.357000', '130927.360000', '130927.362000', '130927.365000', '130927.368000', '130927.370000', '130947.257000', '130947.259000', '130947.262000', '130947.264000', '130947.267000', '130947.270000', '130947.272000', '130947.275000', '130947.278000', '130947.280000', '130947.283000', '130947.285000', '130947.288000', '130947.291000', '130947.293000', '130947.296000', '130947.299000', '130947.301000', '130947.304000', '130947.306000', '130947.309000', '130947.312000', '130947.314000', '130947.317000', '130947.320000', '130947.322000', '130947.325000', '130947.327000', '130947.330000', '130947.333000', '130947.335000', '130947.338000', '130947.341000', '130947.343000', '130947.346000', '130947.348000', '130947.351000', '130947.354000', '130947.364000', '130947.367000', '130947.369000', '130947.372000', '130947.374000', '131007.256000', '131007.259000', '131007.262000', '131007.264000', '131007.267000', '131007.270000', '131007.272000', '131007.275000', '131007.278000', '131007.280000', '131007.283000', '131007.285000', '131007.288000', '131007.291000', '131007.293000', '131007.296000', '131007.298000', '131007.301000', '131007.304000', '131007.306000', '131007.309000', '131007.312000', '131007.315000', '131007.317000', '131007.320000', '131007.323000', '131007.325000', '131007.328000', '131007.330000', '131007.333000', '131007.335000', '131007.338000', '131007.341000', '131007.343000', '131007.346000', '131007.349000', '131007.351000', '131007.354000', '131007.357000', '131007.359000', '131007.362000', '131007.365000', '131007.367000', '131007.370000', '131027.256000', '131027.259000', '131027.262000', '131027.265000', '131027.267000', '131027.270000', '131027.273000', '131027.275000', '131027.278000', '131027.281000', '131027.283000', '131027.286000', '131027.288000', '131027.291000', '131027.294000', '131027.296000', '131027.299000', '131027.302000', '131027.304000', '131027.307000', '131027.310000', '131027.312000', '131027.315000', '131027.317000', '131027.320000', '131027.323000', '131027.325000', '131027.328000', '131027.331000', '131027.333000', '131027.336000', '131027.339000', '131027.341000', '131027.344000', '131027.364000', '131027.366000', '131027.369000', '131027.372000', '131027.374000', '131027.377000', '131027.380000', '131027.382000', '131027.385000', '131047.256000', '131047.258000', '131047.261000', '131047.264000', '131047.266000', '131047.269000', '131047.272000', '131047.274000', '131047.277000', '131047.280000', '131047.282000', '131047.285000', '131047.288000', '131047.290000', '131047.293000', '131047.295000', '131047.298000', '131047.302000', '131047.304000', '131047.307000', '131047.310000', '131047.312000', '131047.315000', '131047.317000', '131047.320000', '131047.323000', '131047.325000', '131047.328000', '131047.331000', '131047.333000', '131047.336000', '131047.339000', '131047.341000', '131047.344000', '131047.347000', '131047.349000', '131047.352000', '131047.355000', '131047.357000', '131047.360000', '131047.362000', '131047.369000', '131047.372000', '131047.374000', '131107.256000', '131107.258000', '131107.261000', '131107.264000', '131107.267000', '131107.269000', '131107.272000', '131107.275000', '131107.278000', '131107.280000', '131107.283000', '131107.286000', '131107.288000', '131107.291000', '131107.293000', '131107.296000', '131107.299000', '131107.301000', '131107.304000', '131107.307000', '131107.309000', '131107.312000', '131107.315000', '131107.317000', '131107.320000', '131107.323000', '131107.325000', '131107.328000', '131107.331000', '131107.333000', '131107.336000', '131107.339000', '131107.341000', '131107.344000', '131107.347000', '131107.349000', '131107.352000', '131107.355000', '131107.357000', '131107.360000', '131107.362000', '131107.365000', '131107.368000', '131127.255000', '131127.258000', '131127.261000', '131127.263000', '131127.266000', '131127.269000', '131127.271000', '131127.274000', '131127.276000', '131127.279000', '131127.282000', '131127.284000', '131127.287000', '131127.290000', '131127.292000', '131127.295000', '131127.298000', '131127.300000', '131127.303000', '131127.306000', '131127.308000', '131127.311000', '131127.314000', '131127.322000', '131127.325000', '131127.327000', '131127.330000', '131127.333000', '131127.335000', '131127.338000', '131127.341000', '131127.343000', '131127.346000', '131127.349000', '131127.351000', '131127.354000', '131127.356000', '131127.359000', '131127.362000', '131127.364000', '131127.367000', '131127.370000', '131127.372000', '131127.375000', '131147.255000', '131147.258000', '131147.261000', '131147.264000', '131147.266000', '131147.269000', '131147.272000', '131147.274000', '131147.277000', '131147.280000', '131147.282000', '131147.285000', '131147.287000', '131147.290000', '131147.293000', '131147.295000', '131147.298000', '131147.301000', '131147.303000', '131147.306000', '131147.309000', '131147.311000', '131147.314000', '131147.317000', '131147.319000', '131147.322000', '131147.324000', '131147.327000', '131147.330000', '131147.333000', '131147.335000', '131147.338000', '131147.341000', '131147.343000', '131147.346000', '131147.354000', '131147.357000', '131147.359000', '131147.362000', '131147.365000', '131147.368000', '131147.370000', '131147.373000', '131207.256000', '131207.259000', '131207.262000', '131207.265000', '131207.267000', '131207.270000', '131207.273000', '131207.275000', '131207.278000', '131207.281000', '131207.283000', '131207.287000', '131207.290000', '131207.292000', '131207.295000', '131207.298000', '131207.300000', '131207.303000', '131207.306000', '131207.308000', '131207.311000', '131207.318000', '131207.320000', '131207.323000', '131207.326000', '131207.328000', '131207.331000', '131207.334000', '131207.337000', '131207.340000', '131207.343000', '131207.356000', '131207.359000', '131207.362000', '131207.364000', '131207.367000', '131207.370000', '131207.372000', '131207.375000', '131207.378000', '131207.380000', '131207.383000', '131207.385000', '131207.388000', '131227.256000', '131227.260000', '131227.262000', '131227.265000', '131227.267000', '131227.270000', '131227.273000', '131227.275000', '131227.278000', '131227.281000', '131227.283000', '131227.286000', '131227.288000', '131227.291000', '131227.294000', '131227.297000', '131227.299000', '131227.302000', '131227.305000', '131227.307000', '131227.310000', '131227.313000', '131227.315000', '131227.318000', '131227.320000', '131227.323000', '131227.326000', '131227.328000', '131227.331000', '131227.334000', '131227.337000', '131227.339000', '131227.342000', '131227.344000', '131227.347000', '131227.350000', '131227.352000', '131227.355000', '131227.358000', '131227.360000', '131227.363000', '131227.366000', '131227.368000', '131247.257000', '131247.259000', '131247.262000', '131247.265000', '131247.267000', '131247.270000', '131247.273000', '131247.275000', '131247.278000', '131247.281000', '131247.283000', '131247.286000', '131247.289000', '131247.291000', '131247.294000', '131247.296000', '131247.299000', '131247.302000', '131247.304000', '131247.307000', '131247.310000', '131247.312000', '131247.315000', '131247.318000', '131247.320000', '131247.323000', '131247.325000', '131247.328000', '131247.331000', '131247.334000', '131247.336000', '131247.339000', '131247.341000', '131247.344000', '131247.347000', '131247.349000', '131247.352000', '131247.355000', '131247.357000', '131247.360000', '131247.363000', '131247.365000', '131247.368000', '131307.256000', '131307.258000', '131307.261000', '131307.264000', '131307.267000', '131307.269000', '131307.272000', '131307.274000', '131307.277000', '131307.280000', '131307.282000', '131307.285000', '131307.288000', '131307.290000', '131307.293000', '131307.296000', '131307.298000', '131307.301000', '131307.304000', '131307.306000', '131307.309000', '131307.312000', '131307.314000', '131307.317000', '131307.320000', '131307.322000', '131307.325000', '131307.327000', '131307.330000', '131307.333000', '131307.335000', '131307.338000', '131307.341000', '131307.343000', '131307.346000', '131307.349000', '131307.351000', '131307.354000', '131307.357000', '131307.359000', '131307.362000', '131307.365000', '131307.367000', '131307.370000', '131327.255000', '131327.259000', '131327.261000', '131327.264000', '131327.267000', '131327.269000', '131327.272000', '131327.275000', '131327.278000', '131327.282000', '131327.285000', '131327.287000', '131327.290000', '131327.293000', '131327.295000', '131327.298000', '131327.301000', '131327.304000', '131327.306000', '131327.309000', '131327.311000', '131327.314000', '131327.317000', '131327.319000', '131327.322000', '131327.325000', '131327.328000', '131327.331000', '131327.334000', '131327.337000', '131327.339000', '131327.342000', '131327.345000', '131327.347000', '131327.350000', '131327.352000', '131327.355000', '131327.358000', '131327.361000', '131327.363000', '131327.366000', '131327.369000', '131327.371000', '131347.256000', '131347.258000', '131347.261000', '131347.264000', '131347.267000', '131347.269000', '131347.272000', '131347.275000', '131347.277000', '131347.280000', '131347.282000', '131347.285000', '131347.288000', '131347.291000', '131347.293000', '131347.296000', '131347.299000', '131347.301000', '131347.304000', '131347.307000', '131347.309000', '131347.312000', '131347.315000', '131347.317000', '131347.320000', '131347.323000', '131347.325000', '131347.328000', '131347.331000', '131347.333000', '131347.336000', '131347.338000', '131347.341000', '131347.344000', '131347.346000', '131347.349000', '131347.351000', '131347.354000', '131347.357000', '131347.359000', '131347.362000', '131347.365000', '131347.367000', '131347.370000', '131407.256000', '131407.259000', '131407.261000', '131407.264000', '131407.267000', '131407.269000', '131407.272000', '131407.275000', '131407.277000', '131407.280000', '131407.283000', '131407.285000', '131407.288000', '131407.291000', '131407.293000', '131407.296000', '131407.299000', '131407.301000', '131407.304000', '131407.307000', '131407.311000', '131407.313000', '131407.316000', '131407.319000', '131407.321000', '131407.324000', '131407.327000', '131407.329000', '131407.332000', '131407.335000', '131407.337000', '131407.342000', '131407.345000', '131407.347000', '131407.350000', '131407.353000', '131407.355000', '131407.358000', '131407.360000', '131407.363000', '131407.366000', '131407.368000', '131407.371000', '131427.257000', '131427.259000', '131427.263000', '131427.265000', '131427.268000', '131427.270000', '131427.273000', '131427.276000', '131427.279000', '131427.281000', '131427.284000', '131427.287000', '131427.289000', '131427.292000', '131427.295000', '131427.297000', '131427.300000', '131427.302000', '131427.305000', '131427.308000', '131427.310000', '131427.313000', '131427.316000', '131427.318000', '131427.321000', '131427.324000', '131427.326000', '131427.329000', '131427.331000', '131427.334000', '131427.337000', '131427.339000', '131427.342000', '131427.345000', '131427.347000', '131427.350000', '131427.353000', '131427.355000', '131427.358000', '131427.361000', '131427.363000', '131427.366000', '131427.369000', '131427.371000', '131447.256000', '131447.259000', '131447.262000', '131447.264000', '131447.267000', '131447.270000', '131447.273000', '131447.275000', '131447.278000', '131447.281000', '131447.283000', '131447.286000', '131447.288000', '131447.291000', '131447.294000', '131447.296000', '131447.299000', '131447.302000', '131447.304000', '131447.307000', '131447.310000', '131447.312000', '131447.315000', '131447.317000', '131447.320000', '131447.323000', '131447.326000', '131447.328000', '131447.338000', '131447.341000', '131447.344000', '131447.347000', '131447.349000', '131447.352000', '131447.354000', '131447.357000', '131447.360000', '131447.362000', '131447.366000', '131447.369000', '131447.372000', '131447.374000', '131447.377000', '131507.256000', '131507.260000', '131507.262000', '131507.265000', '131507.268000', '131507.270000', '131507.273000', '131507.275000', '131507.278000', '131507.294000', '131507.297000', '131507.299000', '131507.302000', '131507.305000', '131507.307000', '131507.310000', '131507.312000', '131507.315000', '131507.318000', '131507.321000', '131507.323000', '131507.326000', '131507.328000', '131507.331000', '131507.334000', '131507.337000', '131507.339000', '131507.342000', '131507.344000', '131507.347000', '131507.350000', '131507.352000', '131507.355000', '131507.358000', '131507.360000', '131507.363000', '131507.365000', '131507.368000', '131507.371000', '131507.373000', '131507.376000', '131507.379000', '131507.381000', '131507.384000', '131527.256000', '131527.258000', '131527.261000', '131527.264000', '131527.266000', '131527.269000', '131527.272000', '131527.274000', '131527.277000', '131527.280000', '131527.283000', '131527.285000', '131527.288000', '131527.290000', '131527.293000', '131527.296000', '131527.298000', '131527.301000', '131527.304000', '131527.306000', '131527.309000', '131527.312000', '131527.315000', '131527.317000', '131527.320000', '131527.323000', '131527.325000', '131527.328000', '131527.331000', '131527.333000', '131527.336000', '131527.338000', '131527.341000', '131527.344000', '131527.346000', '131527.349000', '131527.352000', '131527.354000', '131527.357000', '131527.359000', '131527.362000', '131527.365000', '131527.367000', '131547.256000', '131547.259000', '131547.261000', '131547.264000', '131547.266000', '131547.269000', '131547.272000', '131547.274000', '131547.277000', '131547.280000', '131547.283000', '131547.285000', '131547.288000', '131547.291000', '131547.293000', '131547.296000', '131547.299000', '131547.301000', '131547.304000', '131547.307000', '131547.309000', '131547.312000', '131547.314000', '131547.317000', '131547.320000', '131547.323000', '131547.325000', '131547.328000', '131547.330000', '131547.333000', '131547.336000', '131547.338000', '131547.341000', '131547.344000', '131547.346000', '131547.349000', '131547.352000', '131547.354000', '131547.357000', '131547.359000', '131547.362000', '131547.365000', '131547.367000', '131551.701000', '131551.704000', '131551.707000', '131551.709000', '131551.712000', '131551.715000', '131551.717000', '131551.720000', '131551.723000', '131551.726000', '131551.728000'], 'InstanceCreationTime': ['130907.321000', '130907.324000', '130907.327000', '130907.329000', '130907.332000', '130907.335000', '130907.337000', '130907.340000', '130907.342000', '130907.345000', '130907.348000', '130907.350000', '130907.353000', '130907.356000', '130907.358000', '130907.361000', '130907.364000', '130907.367000', '130907.370000', '130907.373000', '130907.376000', '130907.378000', '130907.381000', '130907.384000', '130907.386000', '130907.389000', '130907.391000', '130907.394000', '130907.397000', '130907.399000', '130907.402000', '130907.405000', '130907.407000', '130907.410000', '130907.412000', '130907.415000', '130907.418000', '130907.420000', '130907.423000', '130907.425000', '130907.428000', '130907.431000', '130907.433000', '130907.436000', '130907.439000', '130907.441000', '130927.256000', '130927.259000', '130927.261000', '130927.264000', '130927.267000', '130927.269000', '130927.272000', '130927.274000', '130927.277000', '130927.280000', '130927.282000', '130927.285000', '130927.287000', '130927.290000', '130927.293000', '130927.295000', '130927.298000', '130927.300000', '130927.303000', '130927.306000', '130927.308000', '130927.311000', '130927.314000', '130927.316000', '130927.319000', '130927.321000', '130927.324000', '130927.327000', '130927.329000', '130927.332000', '130927.336000', '130927.339000', '130927.341000', '130927.344000', '130927.347000', '130927.349000', '130927.352000', '130927.354000', '130927.357000', '130927.360000', '130927.362000', '130927.365000', '130927.368000', '130927.370000', '130947.257000', '130947.259000', '130947.262000', '130947.264000', '130947.267000', '130947.270000', '130947.272000', '130947.275000', '130947.278000', '130947.280000', '130947.283000', '130947.285000', '130947.288000', '130947.291000', '130947.293000', '130947.296000', '130947.299000', '130947.301000', '130947.304000', '130947.306000', '130947.309000', '130947.312000', '130947.314000', '130947.317000', '130947.320000', '130947.322000', '130947.325000', '130947.327000', '130947.330000', '130947.333000', '130947.335000', '130947.338000', '130947.341000', '130947.343000', '130947.346000', '130947.348000', '130947.351000', '130947.354000', '130947.364000', '130947.367000', '130947.369000', '130947.372000', '130947.374000', '131007.256000', '131007.259000', '131007.262000', '131007.264000', '131007.267000', '131007.270000', '131007.272000', '131007.275000', '131007.278000', '131007.280000', '131007.283000', '131007.285000', '131007.288000', '131007.291000', '131007.293000', '131007.296000', '131007.298000', '131007.301000', '131007.304000', '131007.306000', '131007.309000', '131007.312000', '131007.315000', '131007.317000', '131007.320000', '131007.323000', '131007.325000', '131007.328000', '131007.330000', '131007.333000', '131007.335000', '131007.338000', '131007.341000', '131007.343000', '131007.346000', '131007.349000', '131007.351000', '131007.354000', '131007.357000', '131007.359000', '131007.362000', '131007.365000', '131007.367000', '131007.370000', '131027.256000', '131027.259000', '131027.262000', '131027.265000', '131027.267000', '131027.270000', '131027.273000', '131027.275000', '131027.278000', '131027.281000', '131027.283000', '131027.286000', '131027.288000', '131027.291000', '131027.294000', '131027.296000', '131027.299000', '131027.302000', '131027.304000', '131027.307000', '131027.310000', '131027.312000', '131027.315000', '131027.317000', '131027.320000', '131027.323000', '131027.325000', '131027.328000', '131027.331000', '131027.333000', '131027.336000', '131027.339000', '131027.341000', '131027.344000', '131027.364000', '131027.366000', '131027.369000', '131027.372000', '131027.374000', '131027.377000', '131027.380000', '131027.382000', '131027.385000', '131047.256000', '131047.258000', '131047.261000', '131047.264000', '131047.266000', '131047.269000', '131047.272000', '131047.274000', '131047.277000', '131047.280000', '131047.282000', '131047.285000', '131047.288000', '131047.290000', '131047.293000', '131047.295000', '131047.298000', '131047.302000', '131047.304000', '131047.307000', '131047.310000', '131047.312000', '131047.315000', '131047.317000', '131047.320000', '131047.323000', '131047.325000', '131047.328000', '131047.331000', '131047.333000', '131047.336000', '131047.339000', '131047.341000', '131047.344000', '131047.347000', '131047.349000', '131047.352000', '131047.355000', '131047.357000', '131047.360000', '131047.362000', '131047.369000', '131047.372000', '131047.374000', '131107.256000', '131107.258000', '131107.261000', '131107.264000', '131107.267000', '131107.269000', '131107.272000', '131107.275000', '131107.278000', '131107.280000', '131107.283000', '131107.286000', '131107.288000', '131107.291000', '131107.293000', '131107.296000', '131107.299000', '131107.301000', '131107.304000', '131107.307000', '131107.309000', '131107.312000', '131107.315000', '131107.317000', '131107.320000', '131107.323000', '131107.325000', '131107.328000', '131107.331000', '131107.333000', '131107.336000', '131107.339000', '131107.341000', '131107.344000', '131107.347000', '131107.349000', '131107.352000', '131107.355000', '131107.357000', '131107.360000', '131107.362000', '131107.365000', '131107.368000', '131127.255000', '131127.258000', '131127.261000', '131127.263000', '131127.266000', '131127.269000', '131127.271000', '131127.274000', '131127.276000', '131127.279000', '131127.282000', '131127.284000', '131127.287000', '131127.290000', '131127.292000', '131127.295000', '131127.298000', '131127.300000', '131127.303000', '131127.306000', '131127.308000', '131127.311000', '131127.314000', '131127.322000', '131127.325000', '131127.327000', '131127.330000', '131127.333000', '131127.335000', '131127.338000', '131127.341000', '131127.343000', '131127.346000', '131127.349000', '131127.351000', '131127.354000', '131127.356000', '131127.359000', '131127.362000', '131127.364000', '131127.367000', '131127.370000', '131127.372000', '131127.375000', '131147.255000', '131147.258000', '131147.261000', '131147.264000', '131147.266000', '131147.269000', '131147.272000', '131147.274000', '131147.277000', '131147.280000', '131147.282000', '131147.285000', '131147.287000', '131147.290000', '131147.293000', '131147.295000', '131147.298000', '131147.301000', '131147.303000', '131147.306000', '131147.309000', '131147.311000', '131147.314000', '131147.317000', '131147.319000', '131147.322000', '131147.324000', '131147.327000', '131147.330000', '131147.333000', '131147.335000', '131147.338000', '131147.341000', '131147.343000', '131147.346000', '131147.354000', '131147.357000', '131147.359000', '131147.362000', '131147.365000', '131147.368000', '131147.370000', '131147.373000', '131207.256000', '131207.259000', '131207.262000', '131207.265000', '131207.267000', '131207.270000', '131207.273000', '131207.275000', '131207.278000', '131207.281000', '131207.283000', '131207.287000', '131207.290000', '131207.292000', '131207.295000', '131207.298000', '131207.300000', '131207.303000', '131207.306000', '131207.308000', '131207.311000', '131207.318000', '131207.320000', '131207.323000', '131207.326000', '131207.328000', '131207.331000', '131207.334000', '131207.337000', '131207.340000', '131207.343000', '131207.356000', '131207.359000', '131207.362000', '131207.364000', '131207.367000', '131207.370000', '131207.372000', '131207.375000', '131207.378000', '131207.380000', '131207.383000', '131207.385000', '131207.388000', '131227.256000', '131227.260000', '131227.262000', '131227.265000', '131227.267000', '131227.270000', '131227.273000', '131227.275000', '131227.278000', '131227.281000', '131227.283000', '131227.286000', '131227.288000', '131227.291000', '131227.294000', '131227.297000', '131227.299000', '131227.302000', '131227.305000', '131227.307000', '131227.310000', '131227.313000', '131227.315000', '131227.318000', '131227.320000', '131227.323000', '131227.326000', '131227.328000', '131227.331000', '131227.334000', '131227.337000', '131227.339000', '131227.342000', '131227.344000', '131227.347000', '131227.350000', '131227.352000', '131227.355000', '131227.358000', '131227.360000', '131227.363000', '131227.366000', '131227.368000', '131247.257000', '131247.259000', '131247.262000', '131247.265000', '131247.267000', '131247.270000', '131247.273000', '131247.275000', '131247.278000', '131247.281000', '131247.283000', '131247.286000', '131247.289000', '131247.291000', '131247.294000', '131247.296000', '131247.299000', '131247.302000', '131247.304000', '131247.307000', '131247.310000', '131247.312000', '131247.315000', '131247.318000', '131247.320000', '131247.323000', '131247.325000', '131247.328000', '131247.331000', '131247.334000', '131247.336000', '131247.339000', '131247.341000', '131247.344000', '131247.347000', '131247.349000', '131247.352000', '131247.355000', '131247.357000', '131247.360000', '131247.363000', '131247.365000', '131247.368000', '131307.256000', '131307.258000', '131307.261000', '131307.264000', '131307.267000', '131307.269000', '131307.272000', '131307.274000', '131307.277000', '131307.280000', '131307.282000', '131307.285000', '131307.288000', '131307.290000', '131307.293000', '131307.296000', '131307.298000', '131307.301000', '131307.304000', '131307.306000', '131307.309000', '131307.312000', '131307.314000', '131307.317000', '131307.320000', '131307.322000', '131307.325000', '131307.327000', '131307.330000', '131307.333000', '131307.335000', '131307.338000', '131307.341000', '131307.343000', '131307.346000', '131307.349000', '131307.351000', '131307.354000', '131307.357000', '131307.359000', '131307.362000', '131307.365000', '131307.367000', '131307.370000', '131327.255000', '131327.259000', '131327.261000', '131327.264000', '131327.267000', '131327.269000', '131327.272000', '131327.275000', '131327.278000', '131327.282000', '131327.285000', '131327.287000', '131327.290000', '131327.293000', '131327.295000', '131327.298000', '131327.301000', '131327.304000', '131327.306000', '131327.309000', '131327.311000', '131327.314000', '131327.317000', '131327.319000', '131327.322000', '131327.325000', '131327.328000', '131327.331000', '131327.334000', '131327.337000', '131327.339000', '131327.342000', '131327.345000', '131327.347000', '131327.350000', '131327.352000', '131327.355000', '131327.358000', '131327.361000', '131327.363000', '131327.366000', '131327.369000', '131327.371000', '131347.256000', '131347.258000', '131347.261000', '131347.264000', '131347.267000', '131347.269000', '131347.272000', '131347.275000', '131347.277000', '131347.280000', '131347.282000', '131347.285000', '131347.288000', '131347.291000', '131347.293000', '131347.296000', '131347.299000', '131347.301000', '131347.304000', '131347.307000', '131347.309000', '131347.312000', '131347.315000', '131347.317000', '131347.320000', '131347.323000', '131347.325000', '131347.328000', '131347.331000', '131347.333000', '131347.336000', '131347.338000', '131347.341000', '131347.344000', '131347.346000', '131347.349000', '131347.351000', '131347.354000', '131347.357000', '131347.359000', '131347.362000', '131347.365000', '131347.367000', '131347.370000', '131407.256000', '131407.259000', '131407.261000', '131407.264000', '131407.267000', '131407.269000', '131407.272000', '131407.275000', '131407.277000', '131407.280000', '131407.283000', '131407.285000', '131407.288000', '131407.291000', '131407.293000', '131407.296000', '131407.299000', '131407.301000', '131407.304000', '131407.307000', '131407.311000', '131407.313000', '131407.316000', '131407.319000', '131407.321000', '131407.324000', '131407.327000', '131407.329000', '131407.332000', '131407.335000', '131407.337000', '131407.342000', '131407.345000', '131407.347000', '131407.350000', '131407.353000', '131407.355000', '131407.358000', '131407.360000', '131407.363000', '131407.366000', '131407.368000', '131407.371000', '131427.257000', '131427.259000', '131427.263000', '131427.265000', '131427.268000', '131427.270000', '131427.273000', '131427.276000', '131427.279000', '131427.281000', '131427.284000', '131427.287000', '131427.289000', '131427.292000', '131427.295000', '131427.297000', '131427.300000', '131427.302000', '131427.305000', '131427.308000', '131427.310000', '131427.313000', '131427.316000', '131427.318000', '131427.321000', '131427.324000', '131427.326000', '131427.329000', '131427.331000', '131427.334000', '131427.337000', '131427.339000', '131427.342000', '131427.345000', '131427.347000', '131427.350000', '131427.353000', '131427.355000', '131427.358000', '131427.361000', '131427.363000', '131427.366000', '131427.369000', '131427.371000', '131447.256000', '131447.259000', '131447.262000', '131447.264000', '131447.267000', '131447.270000', '131447.273000', '131447.275000', '131447.278000', '131447.281000', '131447.283000', '131447.286000', '131447.288000', '131447.291000', '131447.294000', '131447.296000', '131447.299000', '131447.302000', '131447.304000', '131447.307000', '131447.310000', '131447.312000', '131447.315000', '131447.317000', '131447.320000', '131447.323000', '131447.326000', '131447.328000', '131447.338000', '131447.341000', '131447.344000', '131447.347000', '131447.349000', '131447.352000', '131447.354000', '131447.357000', '131447.360000', '131447.362000', '131447.366000', '131447.369000', '131447.372000', '131447.374000', '131447.377000', '131507.256000', '131507.260000', '131507.262000', '131507.265000', '131507.268000', '131507.270000', '131507.273000', '131507.275000', '131507.278000', '131507.294000', '131507.297000', '131507.299000', '131507.302000', '131507.305000', '131507.307000', '131507.310000', '131507.312000', '131507.315000', '131507.318000', '131507.321000', '131507.323000', '131507.326000', '131507.328000', '131507.331000', '131507.334000', '131507.337000', '131507.339000', '131507.342000', '131507.344000', '131507.347000', '131507.350000', '131507.352000', '131507.355000', '131507.358000', '131507.360000', '131507.363000', '131507.365000', '131507.368000', '131507.371000', '131507.373000', '131507.376000', '131507.379000', '131507.381000', '131507.384000', '131527.256000', '131527.258000', '131527.261000', '131527.264000', '131527.266000', '131527.269000', '131527.272000', '131527.274000', '131527.277000', '131527.280000', '131527.283000', '131527.285000', '131527.288000', '131527.290000', '131527.293000', '131527.296000', '131527.298000', '131527.301000', '131527.304000', '131527.306000', '131527.309000', '131527.312000', '131527.315000', '131527.317000', '131527.320000', '131527.323000', '131527.325000', '131527.328000', '131527.331000', '131527.333000', '131527.336000', '131527.338000', '131527.341000', '131527.344000', '131527.346000', '131527.349000', '131527.352000', '131527.354000', '131527.357000', '131527.359000', '131527.362000', '131527.365000', '131527.367000', '131547.256000', '131547.259000', '131547.261000', '131547.264000', '131547.266000', '131547.269000', '131547.272000', '131547.274000', '131547.277000', '131547.280000', '131547.283000', '131547.285000', '131547.288000', '131547.291000', '131547.293000', '131547.296000', '131547.299000', '131547.301000', '131547.304000', '131547.307000', '131547.309000', '131547.312000', '131547.314000', '131547.317000', '131547.320000', '131547.323000', '131547.325000', '131547.328000', '131547.330000', '131547.333000', '131547.336000', '131547.338000', '131547.341000', '131547.344000', '131547.346000', '131547.349000', '131547.352000', '131547.354000', '131547.357000', '131547.359000', '131547.362000', '131547.365000', '131547.367000', '131551.701000', '131551.704000', '131551.707000', '131551.709000', '131551.712000', '131551.715000', '131551.717000', '131551.720000', '131551.723000', '131551.726000', '131551.728000'], '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': [13620, 8138, 12670, 8151, 9205, 8339, 7846, 10646, 8516, 16492, 8934, 7522, 7870, 9198, 7694, 7626, 8289, 7556, 8567, 7648, 7400, 7700, 7297, 7618, 8074, 7686, 9223, 7503, 9021, 7726, 7535, 10753, 8315, 15412, 11268, 12300, 11150, 9840, 16997, 10832, 15847, 12376, 11348, 11412, 10533, 15673, 9629, 10725, 7985, 7612, 10945, 8735, 10811, 7940, 7523, 7628, 7735, 8675, 7767, 14500, 8156, 7516, 7946, 7756, 8631, 7560, 9943, 7899, 7589, 8177, 7727, 9421, 7710, 7571, 7895, 7948, 7447, 7902, 7753, 9541, 8453, 8959, 10777, 8424, 13084, 10514, 10329, 16298, 11265, 14430, 10593, 9522, 13950, 8989, 15920, 11698, 11857, 10429, 7525, 8239, 7411, 7377, 8830, 8084, 7727, 8108, 7558, 7872, 7749, 8227, 8367, 7599, 8773, 8213, 7456, 8382, 7833, 9428, 7768, 8570, 7785, 7562, 10054, 7525, 10301, 7562, 8664, 8190, 7384, 8269, 8059, 10489, 7889, 12952, 10047, 7362, 8151, 7927, 7962, 7728, 7765, 9366, 7584, 8687, 7888, 7717, 8090, 7723, 12737, 8690, 10641, 8272, 8079, 11594, 8594, 14406, 10870, 7489, 7473, 7510, 7538, 7384, 7419, 9424, 7575, 7312, 11205, 7491, 11949, 13161, 11177, 16251, 12475, 11685, 16491, 10595, 12046, 14965, 10772, 12017, 8648, 7933, 16142, 10599, 7523, 8148, 7554, 9685, 7550, 7501, 7903, 7517, 7540, 8112, 7396, 8881, 7610, 7473, 7718, 7560, 8340, 8667, 7247, 7656, 7563, 12223, 7979, 8741, 8059, 7551, 9155, 7915, 11395, 7811, 8885, 7704, 9072, 14692, 10890, 12772, 9202, 7205, 7648, 7625, 7797, 8411, 7731, 7578, 7755, 7979, 7655, 11982, 9023, 7586, 8535, 7718, 10887, 9257, 7766, 14805, 10630, 13638, 13092, 9441, 14606, 9684, 9561, 10424, 8654, 13987, 8701, 13246, 8299, 9402, 8013, 7817, 9101, 7963, 12377, 8040, 12311, 8852, 7867, 7948, 8142, 7876, 7944, 7831, 11334, 7781, 7627, 8176, 7567, 7631, 7598, 7159, 8008, 7365, 7461, 9185, 7886, 11882, 12749, 10314, 11434, 10441, 10984, 16095, 11855, 10540, 9431, 7376, 7217, 7594, 7778, 12207, 8874, 7527, 13304, 9530, 9822, 13170, 10110, 13473, 11484, 9080, 15513, 10520, 8244, 10221, 7719, 8706, 7882, 7362, 8553, 7764, 7357, 9556, 7793, 7751, 7585, 7576, 10290, 7348, 7250, 7787, 7907, 11005, 8187, 7725, 7850, 7148, 7405, 7372, 7180, 7429, 7984, 7671, 7577, 7443, 11062, 7899, 7756, 11565, 8161, 10208, 10458, 10973, 15163, 11983, 8819, 12883, 8568, 9258, 8880, 7908, 17242, 10927, 8455, 7790, 7623, 15909, 9451, 8452, 7752, 7880, 7565, 7584, 14367, 8434, 7483, 7422, 7581, 8756, 7905, 7543, 9465, 7789, 9347, 9030, 7638, 7584, 8918, 7656, 11701, 9594, 7415, 13399, 8170, 13346, 9668, 11871, 11947, 10306, 7724, 7806, 16074, 11290, 12416, 8772, 7445, 8971, 7598, 10779, 7572, 7408, 7946, 7671, 7386, 7522, 7591, 9498, 8259, 7305, 11036, 9585, 11378, 11903, 8727, 12528, 11097, 9522, 16033, 11565, 13228, 14732, 13439, 14358, 9626, 8591, 7856, 7643, 14389, 8919, 7690, 7683, 7340, 11335, 7578, 7487, 7773, 7458, 9651, 7822, 7325, 7509, 7454, 9517, 7894, 10786, 8775, 7609, 7356, 7804, 10897, 8486, 7687, 7703, 7709, 11791, 8648, 8147, 7908, 7477, 7849, 7721, 7532, 7473, 7813, 9714, 7702, 11688, 7891, 7850, 9121, 7678, 9770, 9922, 7488, 8800, 7791, 9347, 9235, 11657, 15410, 10065, 7411, 7587, 7517, 10481, 8481, 8781, 10543, 8374, 13171, 9728, 9108, 11999, 8300, 11911, 10385, 10552, 15668, 9828, 9527, 15912, 9469, 8280, 7568, 8008, 8852, 7545, 7581, 7816, 7690, 9404, 7861, 7303, 8424, 7488, 8092, 7829, 8574, 7755, 7392, 7644, 7470, 9648, 7614, 8668, 7623, 7482, 8112, 7571, 7643, 7906, 7578, 10855, 7647, 7454, 7990, 7480, 8032, 7662, 12288, 8776, 7546, 7980, 7948, 14012, 9907, 10934, 8558, 7487, 13200, 7964, 13215, 12552, 9705, 12494, 8010, 10522, 11267, 9345, 11678, 7726, 8207, 8137, 7704, 12567, 8470, 9958, 7822, 7507, 7966, 7639, 8739, 7735, 7339, 11505, 7987, 7520, 8347, 7631, 7926, 8038, 11849, 8721, 7671, 7727, 7495, 9214, 7827, 7687, 8842, 7474, 7684, 7911, 7419, 9357, 7621, 12044, 9824, 8957, 10842, 7922, 15014, 8959, 14760, 10807, 9266, 9172, 7832, 16541, 11310, 14326, 10464, 7397, 8035, 7658, 7935, 8712, 7888, 8686, 8731, 7524, 11316, 8130, 7434, 10866, 7746, 7756, 9439, 11410, 15118, 9917, 7457, 8788, 7790, 7995, 7945, 7537, 9984, 7582, 12069, 11038, 8469, 8536, 7949, 7607, 7859, 7566, 12579, 7806, 9472, 8060, 7385, 9093, 7591, 11117, 8126, 7483, 7630, 7672, 9686, 7710, 7869, 7647, 7629, 11143, 7870, 9861, 7514, 8021, 7923, 7887, 7719, 8324, 7479, 7394, 7688, 7785, 8153, 7521, 10154, 7913, 7690, 9580, 7700, 12349, 11162, 10492, 14327, 9341, 13153, 11867, 10410, 16587, 12403, 12063, 14118, 12738, 16513, 11574, 8563, 8982, 7431, 10763, 7647, 7201, 8645, 7700, 13992, 8821, 9325, 9530, 7608, 7428, 7774, 7674, 8221, 8022, 7958, 8546, 7871, 10932, 8988, 7815, 11700, 7948, 7640, 10665, 7738, 8184, 7808, 7746, 8323, 8014, 7677, 10319, 7646, 9414, 7682, 7721, 11997, 8474, 7428, 7665, 7510, 10590, 7958, 10150, 7878, 7579, 9011, 7839, 14587, 8039, 7548, 7561, 7788, 10370, 7606, 12109, 8027, 7893, 8104, 8050, 11957, 8175, 7442, 7824, 7869, 9275, 7981, 7360, 7898, 7602, 7332, 7991, 7488, 7891, 7918, 7767, 7676, 7800, 13455, 10416, 12029, 16083, 11897, 13493, 14082, 10675, 14913, 12855, 9793, 11678, 8243, 8866, 10634, 7691, 10898, 7615, 7874, 7800, 7860, 9103, 7446, 7542, 7658, 7525, 7549, 7504, 7479, 7432, 7508, 7592, 7863, 7597, 8720, 7768, 10690, 7965, 9481, 8894, 7508, 9003, 7617, 9717, 8127, 7540, 8628, 7777, 14781, 9502, 8456, 7691, 7676, 8833, 7891, 9347, 7900, 7714, 7471, 7654, 9727, 7724, 7936, 8022, 8008, 9311, 8163, 7504, 7499, 7776, 10029, 7817, 9818, 14368, 12503, 13615, 9887, 10920, 9255, 8628, 15551, 9847, 13894, 11623, 11426, 12394, 9292, 15088, 11380, 9981, 9855, 7858, 9468, 7872, 7587, 8583, 7712, 8859, 7846, 7643, 7762, 7653, 8223, 8019, 7812, 8421, 7642, 7667, 8215, 7639, 8236, 8049, 10626, 7439, 7436, 8313, 7825, 9551, 7775, 8837, 7502, 7603, 7391, 7862, 7323, 7747, 7574, 7809, 7891, 9363, 11489, 10156, 14197, 11031, 12900, 15409, 12354, 14965, 11833, 11099], 'WindowCenter': [4954.0, 4858.0, 4898.0, 4813.0, 4843.0, 4836.0, 4819.0, 4845.0, 4813.0, 4896.0, 4800.0, 4790.0, 4788.0, 4797.0, 4780.0, 4779.0, 4787.0, 4791.0, 4799.0, 4780.0, 4778.0, 4777.0, 4769.0, 4802.0, 4817.0, 4806.0, 4838.0, 4797.0, 4813.0, 4791.0, 4793.0, 4872.0, 4833.0, 4895.0, 4846.0, 4841.0, 4818.0, 4796.0, 4853.0, 4803.0, 4842.0, 4814.0, 4802.0, 4816.0, 4792.0, 4830.0, 4779.0, 4789.0, 4775.0, 4764.0, 4805.0, 4772.0, 4790.0, 4752.0, 4752.0, 4780.0, 4778.0, 4798.0, 4776.0, 4857.0, 4764.0, 4754.0, 4777.0, 4774.0, 4783.0, 4788.0, 4820.0, 4776.0, 4778.0, 4799.0, 4789.0, 4796.0, 4787.0, 4791.0, 4789.0, 4788.0, 4768.0, 4777.0, 4807.0, 4837.0, 4817.0, 4813.0, 4827.0, 4801.0, 4852.0, 4834.0, 4849.0, 4882.0, 4831.0, 4847.0, 4805.0, 4785.0, 4850.0, 4798.0, 4854.0, 4815.0, 4840.0, 4803.0, 4751.0, 4774.0, 4768.0, 4769.0, 4798.0, 4776.0, 4764.0, 4767.0, 4780.0, 4804.0, 4798.0, 4817.0, 4793.0, 4781.0, 4801.0, 4830.0, 4797.0, 4817.0, 4793.0, 4811.0, 4782.0, 4801.0, 4793.0, 4810.0, 4835.0, 4796.0, 4819.0, 4780.0, 4800.0, 4791.0, 4771.0, 4789.0, 4807.0, 4842.0, 4804.0, 4861.0, 4848.0, 4784.0, 4776.0, 4779.0, 4789.0, 4804.0, 4791.0, 4822.0, 4810.0, 4801.0, 4792.0, 4807.0, 4815.0, 4793.0, 4862.0, 4829.0, 4834.0, 4816.0, 4819.0, 4867.0, 4817.0, 4873.0, 4832.0, 4770.0, 4759.0, 4755.0, 4753.0, 4743.0, 4744.0, 4797.0, 4755.0, 4770.0, 4831.0, 4758.0, 4829.0, 4850.0, 4819.0, 4867.0, 4824.0, 4814.0, 4853.0, 4805.0, 4838.0, 4856.0, 4803.0, 4811.0, 4789.0, 4789.0, 4867.0, 4817.0, 4753.0, 4763.0, 4779.0, 4808.0, 4781.0, 4757.0, 4764.0, 4754.0, 4767.0, 4804.0, 4784.0, 4801.0, 4780.0, 4782.0, 4791.0, 4781.0, 4789.0, 4789.0, 4771.0, 4793.0, 4807.0, 4853.0, 4794.0, 4800.0, 4790.0, 4780.0, 4808.0, 4793.0, 4826.0, 4778.0, 4814.0, 4796.0, 4812.0, 4881.0, 4841.0, 4848.0, 4795.0, 4752.0, 4749.0, 4748.0, 4749.0, 4775.0, 4769.0, 4784.0, 4782.0, 4794.0, 4808.0, 4855.0, 4814.0, 4783.0, 4802.0, 4779.0, 4830.0, 4802.0, 4783.0, 4872.0, 4836.0, 4864.0, 4839.0, 4799.0, 4847.0, 4786.0, 4785.0, 4797.0, 4776.0, 4830.0, 4780.0, 4851.0, 4779.0, 4788.0, 4767.0, 4755.0, 4799.0, 4792.0, 4851.0, 4779.0, 4850.0, 4802.0, 4767.0, 4764.0, 4791.0, 4791.0, 4790.0, 4791.0, 4845.0, 4806.0, 4810.0, 4803.0, 4792.0, 4779.0, 4778.0, 4771.0, 4791.0, 4786.0, 4796.0, 4840.0, 4822.0, 4883.0, 4867.0, 4847.0, 4840.0, 4831.0, 4844.0, 4873.0, 4830.0, 4809.0, 4790.0, 4756.0, 4745.0, 4740.0, 4759.0, 4831.0, 4790.0, 4769.0, 4837.0, 4786.0, 4795.0, 4826.0, 4797.0, 4836.0, 4816.0, 4789.0, 4843.0, 4793.0, 4764.0, 4794.0, 4756.0, 4775.0, 4764.0, 4753.0, 4774.0, 4766.0, 4770.0, 4810.0, 4768.0, 4768.0, 4781.0, 4793.0, 4823.0, 4772.0, 4770.0, 4780.0, 4808.0, 4843.0, 4802.0, 4810.0, 4803.0, 4771.0, 4768.0, 4755.0, 4758.0, 4767.0, 4792.0, 4790.0, 4797.0, 4810.0, 4858.0, 4792.0, 4782.0, 4856.0, 4803.0, 4822.0, 4832.0, 4833.0, 4874.0, 4830.0, 4798.0, 4839.0, 4790.0, 4786.0, 4786.0, 4781.0, 4879.0, 4819.0, 4778.0, 4781.0, 4779.0, 4869.0, 4797.0, 4775.0, 4765.0, 4777.0, 4784.0, 4793.0, 4873.0, 4793.0, 4768.0, 4769.0, 4767.0, 4773.0, 4781.0, 4793.0, 4838.0, 4809.0, 4826.0, 4816.0, 4795.0, 4782.0, 4827.0, 4795.0, 4855.0, 4813.0, 4784.0, 4863.0, 4803.0, 4852.0, 4833.0, 4854.0, 4856.0, 4820.0, 4783.0, 4795.0, 4883.0, 4816.0, 4839.0, 4789.0, 4770.0, 4796.0, 4780.0, 4829.0, 4768.0, 4757.0, 4765.0, 4765.0, 4757.0, 4766.0, 4782.0, 4836.0, 4818.0, 4784.0, 4847.0, 4826.0, 4846.0, 4842.0, 4803.0, 4841.0, 4819.0, 4800.0, 4858.0, 4832.0, 4864.0, 4860.0, 4852.0, 4845.0, 4786.0, 4761.0, 4766.0, 4777.0, 4847.0, 4784.0, 4766.0, 4769.0, 4769.0, 4815.0, 4766.0, 4755.0, 4764.0, 4755.0, 4795.0, 4767.0, 4767.0, 4768.0, 4770.0, 4824.0, 4804.0, 4844.0, 4805.0, 4780.0, 4770.0, 4793.0, 4832.0, 4789.0, 4766.0, 4781.0, 4805.0, 4851.0, 4819.0, 4791.0, 4777.0, 4768.0, 4766.0, 4767.0, 4778.0, 4793.0, 4807.0, 4837.0, 4808.0, 4853.0, 4789.0, 4777.0, 4809.0, 4806.0, 4830.0, 4835.0, 4772.0, 4800.0, 4806.0, 4836.0, 4824.0, 4841.0, 4871.0, 4806.0, 4742.0, 4752.0, 4754.0, 4819.0, 4803.0, 4790.0, 4808.0, 4779.0, 4836.0, 4798.0, 4787.0, 4815.0, 4777.0, 4828.0, 4808.0, 4807.0, 4846.0, 4824.0, 4811.0, 4869.0, 4797.0, 4764.0, 4753.0, 4765.0, 4789.0, 4766.0, 4766.0, 4756.0, 4778.0, 4802.0, 4781.0, 4759.0, 4778.0, 4769.0, 4805.0, 4794.0, 4802.0, 4779.0, 4769.0, 4766.0, 4798.0, 4837.0, 4792.0, 4816.0, 4780.0, 4770.0, 4765.0, 4779.0, 4805.0, 4801.0, 4796.0, 4845.0, 4783.0, 4771.0, 4790.0, 4796.0, 4815.0, 4804.0, 4865.0, 4803.0, 4782.0, 4804.0, 4819.0, 4883.0, 4836.0, 4830.0, 4787.0, 4769.0, 4848.0, 4807.0, 4861.0, 4853.0, 4810.0, 4835.0, 4794.0, 4819.0, 4829.0, 4796.0, 4815.0, 4766.0, 4774.0, 4765.0, 4794.0, 4849.0, 4802.0, 4796.0, 4765.0, 4755.0, 4761.0, 4782.0, 4812.0, 4780.0, 4784.0, 4828.0, 4778.0, 4766.0, 4776.0, 4795.0, 4789.0, 4789.0, 4853.0, 4803.0, 4780.0, 4765.0, 4781.0, 4825.0, 4791.0, 4805.0, 4813.0, 4781.0, 4781.0, 4778.0, 4782.0, 4840.0, 4808.0, 4867.0, 4819.0, 4797.0, 4817.0, 4767.0, 4870.0, 4815.0, 4858.0, 4819.0, 4785.0, 4809.0, 4781.0, 4867.0, 4815.0, 4842.0, 4803.0, 4741.0, 4747.0, 4737.0, 4774.0, 4787.0, 4777.0, 4785.0, 4775.0, 4766.0, 4842.0, 4793.0, 4771.0, 4820.0, 4783.0, 4796.0, 4814.0, 4842.0, 4861.0, 4808.0, 4756.0, 4775.0, 4767.0, 4767.0, 4778.0, 4768.0, 4816.0, 4798.0, 4853.0, 4835.0, 4792.0, 4785.0, 4766.0, 4755.0, 4765.0, 4766.0, 4825.0, 4768.0, 4796.0, 4779.0, 4769.0, 4787.0, 4767.0, 4802.0, 4764.0, 4755.0, 4767.0, 4767.0, 4796.0, 4767.0, 4779.0, 4798.0, 4805.0, 4843.0, 4805.0, 4825.0, 4768.0, 4776.0, 4790.0, 4802.0, 4788.0, 4815.0, 4785.0, 4782.0, 4794.0, 4818.0, 4806.0, 4822.0, 4833.0, 4793.0, 4793.0, 4822.0, 4824.0, 4868.0, 4858.0, 4834.0, 4857.0, 4800.0, 4837.0, 4815.0, 4804.0, 4854.0, 4825.0, 4839.0, 4859.0, 4850.0, 4856.0, 4814.0, 4759.0, 4754.0, 4740.0, 4789.0, 4751.0, 4742.0, 4787.0, 4752.0, 4843.0, 4796.0, 4784.0, 4776.0, 4753.0, 4725.0, 4738.0, 4739.0, 4750.0, 4778.0, 4780.0, 4802.0, 4791.0, 4830.0, 4797.0, 4766.0, 4825.0, 4776.0, 4792.0, 4833.0, 4795.0, 4793.0, 4782.0, 4783.0, 4792.0, 4779.0, 4780.0, 4819.0, 4783.0, 4814.0, 4783.0, 4796.0, 4854.0, 4805.0, 4772.0, 4768.0, 4770.0, 4833.0, 4805.0, 4823.0, 4780.0, 4778.0, 4814.0, 4798.0, 4872.0, 4790.0, 4781.0, 4770.0, 4807.0, 4847.0, 4794.0, 4867.0, 4791.0, 4794.0, 4820.0, 4806.0, 4868.0, 4804.0, 4796.0, 4807.0, 4820.0, 4825.0, 4792.0, 4786.0, 4766.0, 4764.0, 4769.0, 4796.0, 4797.0, 4781.0, 4793.0, 4782.0, 4779.0, 4784.0, 4875.0, 4848.0, 4866.0, 4886.0, 4842.0, 4837.0, 4861.0, 4833.0, 4871.0, 4840.0, 4797.0, 4816.0, 4790.0, 4788.0, 4809.0, 4769.0, 4831.0, 4770.0, 4767.0, 4756.0, 4777.0, 4800.0, 4770.0, 4781.0, 4764.0, 4781.0, 4795.0, 4784.0, 4783.0, 4772.0, 4770.0, 4779.0, 4781.0, 4780.0, 4798.0, 4794.0, 4858.0, 4806.0, 4839.0, 4801.0, 4770.0, 4787.0, 4781.0, 4797.0, 4779.0, 4799.0, 4811.0, 4793.0, 4873.0, 4808.0, 4776.0, 4793.0, 4779.0, 4810.0, 4803.0, 4800.0, 4778.0, 4766.0, 4793.0, 4808.0, 4806.0, 4792.0, 4805.0, 4793.0, 4805.0, 4824.0, 4813.0, 4809.0, 4795.0, 4793.0, 4823.0, 4795.0, 4849.0, 4887.0, 4864.0, 4885.0, 4822.0, 4816.0, 4795.0, 4774.0, 4866.0, 4810.0, 4836.0, 4827.0, 4814.0, 4826.0, 4798.0, 4854.0, 4813.0, 4782.0, 4779.0, 4752.0, 4768.0, 4749.0, 4741.0, 4761.0, 4751.0, 4771.0, 4765.0, 4753.0, 4751.0, 4764.0, 4802.0, 4790.0, 4781.0, 4792.0, 4779.0, 4765.0, 4789.0, 4806.0, 4800.0, 4791.0, 4844.0, 4770.0, 4770.0, 4788.0, 4780.0, 4821.0, 4804.0, 4823.0, 4784.0, 4792.0, 4780.0, 4778.0, 4767.0, 4768.0, 4765.0, 4765.0, 4778.0, 4829.0, 4866.0, 4837.0, 4865.0, 4832.0, 4839.0, 4858.0, 4830.0, 4858.0, 4816.0, 4806.0], 'WindowWidth': [10778.0, 10628.0, 10660.0, 10532.0, 10571.0, 10566.0, 10532.0, 10561.0, 10513.0, 10628.0, 10484.0, 10474.0, 10470.0, 10477.0, 10460.0, 10453.0, 10460.0, 10475.0, 10483.0, 10458.0, 10456.0, 10448.0, 10439.0, 10498.0, 10523.0, 10507.0, 10552.0, 10490.0, 10506.0, 10475.0, 10478.0, 10603.0, 10551.0, 10629.0, 10554.0, 10538.0, 10502.0, 10469.0, 10546.0, 10475.0, 10528.0, 10489.0, 10472.0, 10499.0, 10457.0, 10507.0, 10436.0, 10448.0, 10443.0, 10429.0, 10483.0, 10431.0, 10450.0, 10403.0, 10404.0, 10460.0, 10457.0, 10481.0, 10448.0, 10559.0, 10425.0, 10412.0, 10449.0, 10444.0, 10452.0, 10469.0, 10513.0, 10445.0, 10451.0, 10485.0, 10470.0, 10474.0, 10467.0, 10474.0, 10467.0, 10464.0, 10436.0, 10446.0, 10505.0, 10544.0, 10520.0, 10504.0, 10520.0, 10486.0, 10555.0, 10535.0, 10564.0, 10600.0, 10522.0, 10538.0, 10477.0, 10449.0, 10548.0, 10477.0, 10545.0, 10494.0, 10538.0, 10473.0, 10402.0, 10437.0, 10438.0, 10442.0, 10476.0, 10442.0, 10424.0, 10430.0, 10456.0, 10500.0, 10492.0, 10520.0, 10476.0, 10459.0, 10487.0, 10543.0, 10492.0, 10520.0, 10480.0, 10498.0, 10461.0, 10483.0, 10484.0, 10516.0, 10541.0, 10486.0, 10506.0, 10457.0, 10483.0, 10472.0, 10446.0, 10467.0, 10508.0, 10550.0, 10499.0, 10572.0, 10565.0, 10465.0, 10445.0, 10449.0, 10469.0, 10501.0, 10478.0, 10521.0, 10517.0, 10490.0, 10476.0, 10509.0, 10519.0, 10481.0, 10572.0, 10541.0, 10536.0, 10515.0, 10524.0, 10594.0, 10519.0, 10590.0, 10529.0, 10443.0, 10423.0, 10408.0, 10403.0, 10387.0, 10389.0, 10470.0, 10409.0, 10437.0, 10524.0, 10419.0, 10519.0, 10551.0, 10503.0, 10573.0, 10507.0, 10487.0, 10543.0, 10480.0, 10531.0, 10554.0, 10475.0, 10480.0, 10467.0, 10469.0, 10571.0, 10503.0, 10407.0, 10416.0, 10455.0, 10494.0, 10458.0, 10417.0, 10421.0, 10409.0, 10433.0, 10498.0, 10466.0, 10486.0, 10453.0, 10463.0, 10474.0, 10458.0, 10464.0, 10466.0, 10443.0, 10480.0, 10510.0, 10560.0, 10478.0, 10482.0, 10468.0, 10458.0, 10492.0, 10476.0, 10514.0, 10449.0, 10510.0, 10487.0, 10509.0, 10603.0, 10547.0, 10550.0, 10469.0, 10406.0, 10395.0, 10392.0, 10395.0, 10440.0, 10436.0, 10465.0, 10460.0, 10480.0, 10510.0, 10566.0, 10511.0, 10460.0, 10483.0, 10451.0, 10519.0, 10484.0, 10460.0, 10586.0, 10542.0, 10573.0, 10533.0, 10476.0, 10537.0, 10452.0, 10450.0, 10466.0, 10437.0, 10510.0, 10448.0, 10556.0, 10451.0, 10459.0, 10427.0, 10410.0, 10481.0, 10478.0, 10554.0, 10453.0, 10552.0, 10484.0, 10429.0, 10420.0, 10476.0, 10474.0, 10473.0, 10476.0, 10553.0, 10505.0, 10514.0, 10490.0, 10475.0, 10450.0, 10449.0, 10441.0, 10468.0, 10470.0, 10487.0, 10553.0, 10533.0, 10618.0, 10587.0, 10558.0, 10537.0, 10526.0, 10550.0, 10587.0, 10523.0, 10488.0, 10461.0, 10410.0, 10393.0, 10380.0, 10420.0, 10520.0, 10466.0, 10437.0, 10525.0, 10453.0, 10464.0, 10508.0, 10470.0, 10522.0, 10499.0, 10464.0, 10532.0, 10459.0, 10420.0, 10464.0, 10415.0, 10438.0, 10421.0, 10408.0, 10434.0, 10428.0, 10442.0, 10494.0, 10435.0, 10435.0, 10460.0, 10483.0, 10519.0, 10447.0, 10442.0, 10455.0, 10505.0, 10547.0, 10491.0, 10517.0, 10495.0, 10449.0, 10435.0, 10413.0, 10417.0, 10432.0, 10474.0, 10474.0, 10488.0, 10515.0, 10572.0, 10478.0, 10462.0, 10573.0, 10491.0, 10514.0, 10530.0, 10533.0, 10587.0, 10520.0, 10477.0, 10531.0, 10463.0, 10456.0, 10457.0, 10457.0, 10591.0, 10504.0, 10446.0, 10461.0, 10455.0, 10579.0, 10473.0, 10438.0, 10425.0, 10445.0, 10470.0, 10481.0, 10588.0, 10477.0, 10434.0, 10437.0, 10432.0, 10433.0, 10457.0, 10478.0, 10550.0, 10512.0, 10532.0, 10513.0, 10482.0, 10462.0, 10530.0, 10486.0, 10566.0, 10503.0, 10465.0, 10570.0, 10491.0, 10553.0, 10539.0, 10567.0, 10570.0, 10508.0, 10465.0, 10485.0, 10602.0, 10497.0, 10536.0, 10462.0, 10444.0, 10477.0, 10456.0, 10523.0, 10433.0, 10415.0, 10424.0, 10424.0, 10417.0, 10425.0, 10460.0, 10542.0, 10520.0, 10467.0, 10559.0, 10530.0, 10553.0, 10541.0, 10488.0, 10534.0, 10504.0, 10477.0, 10557.0, 10528.0, 10577.0, 10567.0, 10558.0, 10535.0, 10450.0, 10410.0, 10427.0, 10448.0, 10543.0, 10450.0, 10431.0, 10438.0, 10439.0, 10494.0, 10428.0, 10411.0, 10422.0, 10412.0, 10464.0, 10431.0, 10432.0, 10435.0, 10442.0, 10521.0, 10500.0, 10550.0, 10500.0, 10456.0, 10442.0, 10482.0, 10528.0, 10465.0, 10431.0, 10458.0, 10501.0, 10558.0, 10524.0, 10472.0, 10447.0, 10433.0, 10428.0, 10433.0, 10449.0, 10484.0, 10508.0, 10547.0, 10509.0, 10562.0, 10467.0, 10447.0, 10494.0, 10503.0, 10530.0, 10538.0, 10448.0, 10481.0, 10504.0, 10548.0, 10525.0, 10542.0, 10581.0, 10483.0, 10390.0, 10399.0, 10409.0, 10506.0, 10491.0, 10465.0, 10486.0, 10450.0, 10524.0, 10471.0, 10455.0, 10493.0, 10441.0, 10516.0, 10488.0, 10484.0, 10536.0, 10520.0, 10499.0, 10579.0, 10470.0, 10421.0, 10402.0, 10422.0, 10462.0, 10429.0, 10426.0, 10412.0, 10451.0, 10487.0, 10459.0, 10422.0, 10446.0, 10438.0, 10502.0, 10483.0, 10488.0, 10451.0, 10436.0, 10432.0, 10496.0, 10548.0, 10482.0, 10517.0, 10455.0, 10442.0, 10426.0, 10455.0, 10504.0, 10490.0, 10488.0, 10553.0, 10462.0, 10444.0, 10467.0, 10492.0, 10518.0, 10499.0, 10581.0, 10491.0, 10461.0, 10499.0, 10529.0, 10609.0, 10545.0, 10525.0, 10462.0, 10438.0, 10544.0, 10505.0, 10572.0, 10564.0, 10495.0, 10525.0, 10484.0, 10508.0, 10520.0, 10469.0, 10493.0, 10429.0, 10438.0, 10427.0, 10486.0, 10552.0, 10491.0, 10471.0, 10425.0, 10412.0, 10416.0, 10464.0, 10506.0, 10456.0, 10471.0, 10519.0, 10449.0, 10430.0, 10441.0, 10489.0, 10473.0, 10469.0, 10561.0, 10492.0, 10453.0, 10429.0, 10458.0, 10530.0, 10476.0, 10502.0, 10507.0, 10459.0, 10456.0, 10450.0, 10463.0, 10557.0, 10509.0, 10584.0, 10509.0, 10475.0, 10499.0, 10431.0, 10580.0, 10513.0, 10560.0, 10504.0, 10453.0, 10496.0, 10461.0, 10572.0, 10496.0, 10527.0, 10474.0, 10389.0, 10388.0, 10373.0, 10439.0, 10463.0, 10447.0, 10453.0, 10439.0, 10429.0, 10543.0, 10478.0, 10445.0, 10507.0, 10464.0, 10491.0, 10510.0, 10545.0, 10565.0, 10485.0, 10413.0, 10436.0, 10429.0, 10430.0, 10445.0, 10433.0, 10503.0, 10494.0, 10562.0, 10537.0, 10473.0, 10453.0, 10425.0, 10410.0, 10425.0, 10428.0, 10507.0, 10433.0, 10468.0, 10449.0, 10437.0, 10458.0, 10431.0, 10471.0, 10422.0, 10412.0, 10431.0, 10432.0, 10469.0, 10433.0, 10454.0, 10494.0, 10503.0, 10551.0, 10503.0, 10525.0, 10439.0, 10444.0, 10472.0, 10492.0, 10469.0, 10514.0, 10470.0, 10462.0, 10484.0, 10526.0, 10503.0, 10534.0, 10534.0, 10478.0, 10477.0, 10520.0, 10542.0, 10590.0, 10577.0, 10534.0, 10561.0, 10481.0, 10526.0, 10494.0, 10478.0, 10547.0, 10507.0, 10535.0, 10565.0, 10553.0, 10554.0, 10489.0, 10408.0, 10397.0, 10381.0, 10446.0, 10398.0, 10389.0, 10461.0, 10403.0, 10534.0, 10475.0, 10448.0, 10432.0, 10406.0, 10356.0, 10374.0, 10378.0, 10391.0, 10448.0, 10455.0, 10491.0, 10474.0, 10523.0, 10474.0, 10431.0, 10507.0, 10442.0, 10476.0, 10532.0, 10485.0, 10476.0, 10458.0, 10463.0, 10468.0, 10449.0, 10454.0, 10507.0, 10466.0, 10506.0, 10463.0, 10490.0, 10561.0, 10497.0, 10446.0, 10435.0, 10440.0, 10535.0, 10496.0, 10518.0, 10453.0, 10450.0, 10510.0, 10491.0, 10585.0, 10470.0, 10454.0, 10438.0, 10507.0, 10559.0, 10485.0, 10584.0, 10472.0, 10480.0, 10527.0, 10501.0, 10588.0, 10496.0, 10486.0, 10507.0, 10525.0, 10527.0, 10476.0, 10470.0, 10426.0, 10422.0, 10433.0, 10485.0, 10491.0, 10455.0, 10476.0, 10458.0, 10450.0, 10464.0, 10594.0, 10562.0, 10583.0, 10612.0, 10544.0, 10527.0, 10569.0, 10531.0, 10582.0, 10536.0, 10469.0, 10494.0, 10467.0, 10461.0, 10488.0, 10435.0, 10526.0, 10439.0, 10429.0, 10411.0, 10444.0, 10480.0, 10442.0, 10458.0, 10426.0, 10455.0, 10488.0, 10468.0, 10464.0, 10444.0, 10443.0, 10453.0, 10456.0, 10455.0, 10478.0, 10483.0, 10580.0, 10504.0, 10551.0, 10488.0, 10441.0, 10459.0, 10455.0, 10471.0, 10450.0, 10496.0, 10508.0, 10482.0, 10589.0, 10490.0, 10442.0, 10483.0, 10457.0, 10499.0, 10494.0, 10479.0, 10447.0, 10431.0, 10483.0, 10509.0, 10486.0, 10478.0, 10500.0, 10477.0, 10502.0, 10526.0, 10509.0, 10514.0, 10489.0, 10481.0, 10518.0, 10484.0, 10566.0, 10617.0, 10581.0, 10613.0, 10515.0, 10498.0, 10469.0, 10439.0, 10572.0, 10497.0, 10526.0, 10515.0, 10492.0, 10511.0, 10478.0, 10550.0, 10491.0, 10443.0, 10434.0, 10398.0, 10418.0, 10395.0, 10385.0, 10413.0, 10402.0, 10427.0, 10421.0, 10407.0, 10402.0, 10424.0, 10492.0, 10473.0, 10462.0, 10475.0, 10452.0, 10427.0, 10468.0, 10504.0, 10491.0, 10475.0, 10551.0, 10442.0, 10440.0, 10463.0, 10456.0, 10516.0, 10500.0, 10523.0, 10468.0, 10476.0, 10457.0, 10448.0, 10432.0, 10432.0, 10424.0, 10424.0, 10445.0, 10535.0, 10589.0, 10542.0, 10577.0, 10528.0, 10531.0, 10558.0, 10519.0, 10556.0, 10496.0, 10478.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.00048366883116883117</td></tr>
<tr><td colspan=3>aqi</td><td>0.024547729761904762</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>44.57885949652217</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1560897989382433</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0065442202166843</td></tr>
<tr><td colspan=3>efc</td><td>0.5341</td></tr>
<tr><td colspan=3>fber</td><td>3122.9053</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.15635083606578035</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>265</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>28.67965367965368</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4338045696398214</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3124334903218347</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.673602481710895</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3153777368867354</td></tr>
<tr><td colspan=3>gcor</td><td>0.0228017</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0063643669709563255</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.06765220314264297</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>924</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.563791777245597</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>21.8229</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>77.3873</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>295.9651</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>74.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>287999.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1349.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>542.702</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.291</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>601.4153</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>4000.5541</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4113.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>88545.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>2048.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5153.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>901.2192</td></tr>
<tr><td colspan=3>tsnr</td><td>35.399335878901184</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>