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

616 lines
No EOL
110 KiB (Stored with Git Annex)
HTML

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0100_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-0100_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-0100_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-0100/figures/sub-0100_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0100/figures/sub-0100_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-0100_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-0100/figures/sub-0100_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0100/figures/sub-0100_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-0100_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-0100/figures/sub-0100_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0100/figures/sub-0100_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-0100_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-0100/figures/sub-0100_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0100/figures/sub-0100_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-0100_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-0100/figures/sub-0100_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0100/figures/sub-0100_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-0100_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-0100/figures/sub-0100_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0100/figures/sub-0100_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-0100_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-0100/figures/sub-0100_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0100/figures/sub-0100_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-0100/figures/sub-0100_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0100/figures/sub-0100_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-0100/ses-04/func/sub-0100_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>d803e77c71cb533e213eb30204a77210</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>12:52:14.570000</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.996369, 0.020406, 0.0826544, -0.00713, 0.98744, -0.157833]</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.124718</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>[4220, -7770, -7237, 110, -115, -10, 100, 112]</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>314.567</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>7888d99c-4195-43c7-90ec-8a2f74cbc3c8||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.6731860637664795, -0.019129259511828423, 0.2290600687265396, 106.51725769042969], [-0.05474786460399628, 2.6492295265197754, -0.4230111539363861, -84.59991455078125], [0.22175583243370056, 0.42345482110977173, 2.656801462173462, -105.3836669921875], [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': ['125214.570000', '125215.030000', '125215.490000', '125215.950000', '125216.410000', '125216.870000', '125217.330000', '125217.790000', '125218.250000', '125218.710000', '125219.170000', '125219.630000', '125220.090000', '125220.550000', '125221.010000', '125221.470000', '125221.930000', '125222.390000', '125222.850000', '125223.310000', '125223.770000', '125224.230000', '125224.690000', '125225.150000', '125225.610000', '125226.070000', '125226.530000', '125226.990000', '125227.450000', '125227.910000', '125228.370000', '125228.830000', '125229.290000', '125229.750000', '125230.210000', '125230.670000', '125231.130000', '125231.590000', '125232.050000', '125232.510000', '125232.970000', '125233.430000', '125233.890000', '125234.350000', '125234.810000', '125235.270000', '125235.730000', '125236.190000', '125236.650000', '125237.110000', '125237.570000', '125238.030000', '125238.490000', '125238.950000', '125239.410000', '125239.870000', '125240.330000', '125240.790000', '125241.250000', '125241.710000', '125242.170000', '125242.630000', '125243.090000', '125243.550000', '125244.010000', '125244.470000', '125244.930000', '125245.390000', '125245.850000', '125246.310000', '125246.770000', '125247.230000', '125247.690000', '125248.150000', '125248.610000', '125249.070000', '125249.530000', '125249.990000', '125250.450000', '125250.910000', '125251.370000', '125251.830000', '125252.290000', '125252.750000', '125253.210000', '125253.670000', '125254.130000', '125254.590000', '125255.050000', '125255.510000', '125255.970000', '125256.430000', '125256.890000', '125257.350000', '125257.810000', '125258.270000', '125258.730000', '125259.190000', '125259.650000', '125300.110000', '125300.570000', '125301.030000', '125301.490000', '125301.950000', '125302.410000', '125302.870000', '125303.330000', '125303.790000', '125304.250000', '125304.710000', '125305.170000', '125305.630000', '125306.090000', '125306.550000', '125307.010000', '125307.470000', '125307.930000', '125308.390000', '125308.850000', '125309.310000', '125309.770000', '125310.230000', '125310.690000', '125311.150000', '125311.610000', '125312.070000', '125312.530000', '125312.990000', '125313.450000', '125313.910000', '125314.370000', '125314.830000', '125315.290000', '125315.750000', '125316.210000', '125316.670000', '125317.130000', '125317.590000', '125318.050000', '125318.510000', '125318.970000', '125319.430000', '125319.890000', '125320.350000', '125320.810000', '125321.270000', '125321.730000', '125322.190000', '125322.650000', '125323.110000', '125323.570000', '125324.030000', '125324.490000', '125324.950000', '125325.410000', '125325.870000', '125326.330000', '125326.790000', '125327.250000', '125327.710000', '125328.170000', '125328.630000', '125329.090000', '125329.550000', '125330.010000', '125330.470000', '125330.930000', '125331.390000', '125331.850000', '125332.310000', '125332.770000', '125333.230000', '125333.690000', '125334.150000', '125334.610000', '125335.070000', '125335.530000', '125335.990000', '125336.450000', '125336.910000', '125337.370000', '125337.830000', '125338.290000', '125338.750000', '125339.210000', '125339.670000', '125340.130000', '125340.590000', '125341.050000', '125341.510000', '125341.970000', '125342.430000', '125342.890000', '125343.350000', '125343.810000', '125344.270000', '125344.730000', '125345.190000', '125345.650000', '125346.110000', '125346.570000', '125347.030000', '125347.490000', '125347.950000', '125348.410000', '125348.870000', '125349.330000', '125349.790000', '125350.250000', '125350.710000', '125351.170000', '125351.630000', '125352.090000', '125352.550000', '125353.010000', '125353.470000', '125353.930000', '125354.390000', '125354.850000', '125355.310000', '125355.770000', '125356.230000', '125356.690000', '125357.150000', '125357.610000', '125358.070000', '125358.530000', '125358.990000', '125359.450000', '125359.910000', '125400.370000', '125400.830000', '125401.290000', '125401.750000', '125402.210000', '125402.670000', '125403.130000', '125403.590000', '125404.050000', '125404.510000', '125404.970000', '125405.430000', '125405.890000', '125406.350000', '125406.810000', '125407.270000', '125407.730000', '125408.190000', '125408.650000', '125409.110000', '125409.570000', '125410.030000', '125410.490000', '125410.950000', '125411.410000', '125411.870000', '125412.330000', '125412.790000', '125413.250000', '125413.710000', '125414.170000', '125414.630000', '125415.090000', '125415.550000', '125416.010000', '125416.470000', '125416.930000', '125417.390000', '125417.850000', '125418.310000', '125418.770000', '125419.230000', '125419.690000', '125420.150000', '125420.610000', '125421.070000', '125421.530000', '125421.990000', '125422.450000', '125422.910000', '125423.370000', '125423.830000', '125424.290000', '125424.750000', '125425.210000', '125425.670000', '125426.130000', '125426.590000', '125427.050000', '125427.510000', '125427.970000', '125428.430000', '125428.890000', '125429.350000', '125429.810000', '125430.270000', '125430.730000', '125431.190000', '125431.650000', '125432.110000', '125432.570000', '125433.030000', '125433.490000', '125433.950000', '125434.410000', '125434.870000', '125435.330000', '125435.790000', '125436.250000', '125436.710000', '125437.170000', '125437.630000', '125438.090000', '125438.550000', '125439.010000', '125439.470000', '125439.930000', '125440.390000', '125440.850000', '125441.310000', '125441.770000', '125442.230000', '125442.690000', '125443.150000', '125443.610000', '125444.070000', '125444.530000', '125444.990000', '125445.450000', '125445.910000', '125446.370000', '125446.830000', '125447.290000', '125447.750000', '125448.210000', '125448.670000', '125449.130000', '125449.590000', '125450.050000', '125450.510000', '125450.970000', '125451.430000', '125451.890000', '125452.350000', '125452.810000', '125453.270000', '125453.730000', '125454.190000', '125454.650000', '125455.110000', '125455.570000', '125456.030000', '125456.490000', '125456.950000', '125457.410000', '125457.870000', '125458.330000', '125458.790000', '125459.250000', '125459.710000', '125500.170000', '125500.630000', '125501.090000', '125501.550000', '125502.010000', '125502.470000', '125502.930000', '125503.390000', '125503.850000', '125504.310000', '125504.770000', '125505.230000', '125505.690000', '125506.150000', '125506.610000', '125507.070000', '125507.530000', '125507.990000', '125508.450000', '125508.910000', '125509.370000', '125509.830000', '125510.290000', '125510.750000', '125511.210000', '125511.670000', '125512.130000', '125512.590000', '125513.050000', '125513.510000', '125513.970000', '125514.430000', '125514.890000', '125515.350000', '125515.810000', '125516.270000', '125516.730000', '125517.190000', '125517.650000', '125518.110000', '125518.570000', '125519.030000', '125519.490000', '125519.950000', '125520.410000', '125520.870000', '125521.330000', '125521.790000', '125522.250000', '125522.710000', '125523.170000', '125523.630000', '125524.090000', '125524.550000', '125525.010000', '125525.470000', '125525.930000', '125526.390000', '125526.850000', '125527.310000', '125527.770000', '125528.230000', '125528.690000', '125529.150000', '125529.610000', '125530.070000', '125530.530000', '125530.990000', '125531.450000', '125531.910000', '125532.370000', '125532.830000', '125533.290000', '125533.750000', '125534.210000', '125534.670000', '125535.130000', '125535.590000', '125536.050000', '125536.510000', '125536.970000', '125537.430000', '125537.890000', '125538.350000', '125538.810000', '125539.270000', '125539.730000', '125540.190000', '125540.650000', '125541.110000', '125541.570000', '125542.030000', '125542.490000', '125542.950000', '125543.410000', '125543.870000', '125544.330000', '125544.790000', '125545.250000', '125545.710000', '125546.170000', '125546.630000', '125547.090000', '125547.550000', '125548.010000', '125548.470000', '125548.930000', '125549.390000', '125549.850000', '125550.310000', '125550.770000', '125551.230000', '125551.690000', '125552.150000', '125552.610000', '125553.070000', '125553.530000', '125553.990000', '125554.450000', '125554.910000', '125555.370000', '125555.830000', '125556.290000', '125556.750000', '125557.210000', '125557.670000', '125558.130000', '125558.590000', '125559.050000', '125559.510000', '125559.970000', '125600.430000', '125600.890000', '125601.350000', '125601.810000', '125602.270000', '125602.730000', '125603.190000', '125603.650000', '125604.110000', '125604.570000', '125605.030000', '125605.490000', '125605.950000', '125606.410000', '125606.870000', '125607.330000', '125607.790000', '125608.250000', '125608.710000', '125609.170000', '125609.630000', '125610.090000', '125610.550000', '125611.010000', '125611.470000', '125611.930000', '125612.390000', '125612.850000', '125613.310000', '125613.770000', '125614.230000', '125614.690000', '125615.150000', '125615.610000', '125616.070000', '125616.530000', '125616.990000', '125617.450000', '125617.910000', '125618.370000', '125618.830000', '125619.290000', '125619.750000', '125620.210000', '125620.670000', '125621.130000', '125621.590000', '125622.050000', '125622.510000', '125622.970000', '125623.430000', '125623.890000', '125624.350000', '125624.810000', '125625.270000', '125625.730000', '125626.190000', '125626.650000', '125627.110000', '125627.570000', '125628.030000', '125628.490000', '125628.950000', '125629.410000', '125629.870000', '125630.330000', '125630.790000', '125631.250000', '125631.710000', '125632.170000', '125632.630000', '125633.090000', '125633.550000', '125634.010000', '125634.470000', '125634.930000', '125635.390000', '125635.850000', '125636.310000', '125636.770000', '125637.230000', '125637.690000', '125638.150000', '125638.610000', '125639.070000', '125639.530000', '125639.990000', '125640.450000', '125640.910000', '125641.370000', '125641.830000', '125642.290000', '125642.750000', '125643.210000', '125643.670000', '125644.130000', '125644.590000', '125645.050000', '125645.510000', '125645.970000', '125646.430000', '125646.890000', '125647.350000', '125647.810000', '125648.270000', '125648.730000', '125649.190000', '125649.650000', '125650.110000', '125650.570000', '125651.030000', '125651.490000', '125651.950000', '125652.410000', '125652.870000', '125653.330000', '125653.790000', '125654.250000', '125654.710000', '125655.170000', '125655.630000', '125656.090000', '125656.550000', '125657.010000', '125657.470000', '125657.930000', '125658.390000', '125658.850000', '125659.310000', '125659.770000', '125700.230000', '125700.690000', '125701.150000', '125701.610000', '125702.070000', '125702.530000', '125702.990000', '125703.450000', '125703.910000', '125704.370000', '125704.830000', '125705.290000', '125705.750000', '125706.210000', '125706.670000', '125707.130000', '125707.590000', '125708.050000', '125708.510000', '125708.970000', '125709.430000', '125709.890000', '125710.350000', '125710.810000', '125711.270000', '125711.730000', '125712.190000', '125712.650000', '125713.110000', '125713.570000', '125714.030000', '125714.490000', '125714.950000', '125715.410000', '125715.870000', '125716.330000', '125716.790000', '125717.250000', '125717.710000', '125718.170000', '125718.630000', '125719.090000', '125719.550000', '125720.010000', '125720.470000', '125720.930000', '125721.390000', '125721.850000', '125722.310000', '125722.770000', '125723.230000', '125723.690000', '125724.150000', '125724.610000', '125725.070000', '125725.530000', '125725.990000', '125726.450000', '125726.910000', '125727.370000', '125727.830000', '125728.290000', '125728.750000', '125729.210000', '125729.670000', '125730.130000', '125730.590000', '125731.050000', '125731.510000', '125731.970000', '125732.430000', '125732.890000', '125733.350000', '125733.810000', '125734.270000', '125734.730000', '125735.190000', '125735.650000', '125736.110000', '125736.570000', '125737.030000', '125737.490000', '125737.950000', '125738.410000', '125738.870000', '125739.330000', '125739.790000', '125740.250000', '125740.710000', '125741.170000', '125741.630000', '125742.090000', '125742.550000', '125743.010000', '125743.470000', '125743.930000', '125744.390000', '125744.850000', '125745.310000', '125745.770000', '125746.230000', '125746.690000', '125747.150000', '125747.610000', '125748.070000', '125748.530000', '125748.990000', '125749.450000', '125749.910000', '125750.370000', '125750.830000', '125751.290000', '125751.750000', '125752.210000', '125752.670000', '125753.130000', '125753.590000', '125754.050000', '125754.510000', '125754.970000', '125755.430000', '125755.890000', '125756.350000', '125756.810000', '125757.270000', '125757.730000', '125758.190000', '125758.650000', '125759.110000', '125759.570000', '125800.030000', '125800.490000', '125800.950000', '125801.410000', '125801.870000', '125802.330000', '125802.790000', '125803.250000', '125803.710000', '125804.170000', '125804.630000', '125805.090000', '125805.550000', '125806.010000', '125806.470000', '125806.930000', '125807.390000', '125807.850000', '125808.310000', '125808.770000', '125809.230000', '125809.690000', '125810.150000', '125810.610000', '125811.070000', '125811.530000', '125811.990000', '125812.450000', '125812.910000', '125813.370000', '125813.830000', '125814.290000', '125814.750000', '125815.210000', '125815.670000', '125816.130000', '125816.590000', '125817.050000', '125817.510000', '125817.970000', '125818.430000', '125818.890000', '125819.350000', '125819.810000', '125820.270000', '125820.730000', '125821.190000', '125821.650000', '125822.110000', '125822.570000', '125823.030000', '125823.490000', '125823.950000', '125824.410000', '125824.870000', '125825.330000', '125825.790000', '125826.250000', '125826.710000', '125827.170000', '125827.630000', '125828.090000', '125828.550000', '125829.010000', '125829.470000', '125829.930000', '125830.390000', '125830.850000', '125831.310000', '125831.770000', '125832.230000', '125832.690000', '125833.150000', '125833.610000', '125834.070000', '125834.530000', '125834.990000', '125835.450000', '125835.910000', '125836.370000', '125836.830000', '125837.290000', '125837.750000', '125838.210000', '125838.670000', '125839.130000', '125839.590000', '125840.050000', '125840.510000', '125840.970000', '125841.430000', '125841.890000', '125842.350000', '125842.810000', '125843.270000', '125843.730000', '125844.190000', '125844.650000', '125845.110000', '125845.570000', '125846.030000', '125846.490000', '125846.950000', '125847.410000', '125847.870000', '125848.330000', '125848.790000', '125849.250000', '125849.710000', '125850.170000', '125850.630000', '125851.090000', '125851.550000', '125852.010000', '125852.470000', '125852.930000', '125853.390000', '125853.850000', '125854.310000', '125854.770000', '125855.230000', '125855.690000', '125856.150000', '125856.610000', '125857.070000', '125857.530000', '125857.990000', '125858.450000', '125858.910000', '125859.370000', '125859.830000', '125900.290000', '125900.750000', '125901.210000', '125901.670000', '125902.130000', '125902.590000', '125903.050000', '125903.510000', '125903.970000', '125904.430000', '125904.890000', '125905.350000', '125905.810000', '125906.270000', '125906.730000', '125907.190000', '125907.650000', '125908.110000', '125908.570000', '125909.030000', '125909.490000', '125909.950000', '125910.410000', '125910.870000', '125911.330000', '125911.790000', '125912.250000', '125912.710000', '125913.170000', '125913.630000', '125914.090000', '125914.550000', '125915.010000', '125915.470000', '125915.930000', '125916.390000', '125916.850000', '125917.310000', '125917.770000', '125918.230000', '125918.690000', '125919.150000', '125919.610000', '125920.070000'], 'ContentTime': ['125231.732000', '125231.736000', '125231.738000', '125231.741000', '125231.744000', '125231.747000', '125231.750000', '125231.752000', '125231.755000', '125231.758000', '125231.760000', '125231.763000', '125231.766000', '125231.769000', '125231.772000', '125231.774000', '125231.777000', '125231.780000', '125231.783000', '125231.785000', '125231.788000', '125231.791000', '125231.793000', '125231.796000', '125231.799000', '125231.801000', '125231.804000', '125231.807000', '125231.810000', '125231.813000', '125231.816000', '125231.818000', '125231.821000', '125231.839000', '125251.685000', '125251.688000', '125251.691000', '125251.694000', '125251.696000', '125251.699000', '125251.701000', '125251.704000', '125251.707000', '125251.709000', '125251.712000', '125251.714000', '125251.717000', '125251.719000', '125251.722000', '125251.725000', '125251.727000', '125251.730000', '125251.732000', '125251.735000', '125251.738000', '125251.740000', '125251.743000', '125251.745000', '125251.757000', '125251.760000', '125251.762000', '125251.765000', '125251.768000', '125251.770000', '125251.773000', '125251.775000', '125251.778000', '125251.780000', '125251.783000', '125251.786000', '125251.788000', '125251.791000', '125251.793000', '125251.796000', '125251.799000', '125251.801000', '125251.804000', '125251.806000', '125311.685000', '125311.688000', '125311.691000', '125311.693000', '125311.703000', '125311.706000', '125311.708000', '125311.715000', '125311.717000', '125311.720000', '125311.722000', '125311.725000', '125311.727000', '125311.730000', '125311.733000', '125311.735000', '125311.740000', '125311.742000', '125311.745000', '125311.748000', '125311.750000', '125311.753000', '125311.756000', '125311.758000', '125311.761000', '125311.763000', '125311.766000', '125311.768000', '125311.771000', '125311.774000', '125311.776000', '125311.779000', '125311.781000', '125311.784000', '125311.786000', '125311.789000', '125311.792000', '125311.794000', '125311.797000', '125311.800000', '125311.802000', '125311.805000', '125311.807000', '125311.810000', '125331.685000', '125331.688000', '125331.691000', '125331.694000', '125331.697000', '125331.699000', '125331.702000', '125331.704000', '125331.707000', '125331.709000', '125331.712000', '125331.715000', '125331.717000', '125331.720000', '125331.722000', '125331.725000', '125331.728000', '125331.730000', '125331.733000', '125331.735000', '125331.738000', '125331.741000', '125331.743000', '125331.746000', '125331.748000', '125331.751000', '125331.753000', '125331.756000', '125331.759000', '125331.761000', '125331.764000', '125331.766000', '125331.769000', '125331.771000', '125331.774000', '125331.777000', '125331.779000', '125331.782000', '125331.784000', '125331.787000', '125331.790000', '125331.792000', '125331.795000', '125351.686000', '125351.689000', '125351.692000', '125351.695000', '125351.697000', '125351.700000', '125351.702000', '125351.705000', '125351.708000', '125351.710000', '125351.713000', '125351.715000', '125351.718000', '125351.720000', '125351.723000', '125351.726000', '125351.728000', '125351.731000', '125351.734000', '125351.736000', '125351.739000', '125351.742000', '125351.744000', '125351.747000', '125351.749000', '125351.752000', '125351.755000', '125351.757000', '125351.760000', '125351.762000', '125351.765000', '125351.768000', '125351.770000', '125351.773000', '125351.775000', '125351.778000', '125351.781000', '125351.783000', '125351.786000', '125351.788000', '125351.791000', '125351.794000', '125351.796000', '125411.686000', '125411.689000', '125411.692000', '125411.695000', '125411.697000', '125411.700000', '125411.702000', '125411.705000', '125411.708000', '125411.710000', '125411.713000', '125411.715000', '125411.718000', '125411.721000', '125411.723000', '125411.726000', '125411.729000', '125411.731000', '125411.734000', '125411.737000', '125411.739000', '125411.742000', '125411.745000', '125411.747000', '125411.750000', '125411.752000', '125411.755000', '125411.758000', '125411.760000', '125411.763000', '125411.765000', '125411.768000', '125411.782000', '125411.785000', '125411.787000', '125411.790000', '125411.793000', '125411.795000', '125411.798000', '125411.800000', '125411.803000', '125411.805000', '125411.808000', '125411.811000', '125431.686000', '125431.689000', '125431.692000', '125431.695000', '125431.697000', '125431.700000', '125431.703000', '125431.706000', '125431.708000', '125431.711000', '125431.714000', '125431.716000', '125431.719000', '125431.721000', '125431.724000', '125431.728000', '125431.731000', '125431.734000', '125431.737000', '125431.739000', '125431.742000', '125431.745000', '125431.747000', '125431.750000', '125431.753000', '125431.755000', '125431.758000', '125431.761000', '125431.763000', '125431.766000', '125431.769000', '125431.771000', '125431.774000', '125431.777000', '125431.780000', '125431.782000', '125431.785000', '125431.788000', '125431.790000', '125431.793000', '125431.795000', '125431.798000', '125431.801000', '125451.686000', '125451.689000', '125451.692000', '125451.695000', '125451.697000', '125451.700000', '125451.702000', '125451.705000', '125451.708000', '125451.711000', '125451.713000', '125451.716000', '125451.718000', '125451.721000', '125451.724000', '125451.726000', '125451.729000', '125451.732000', '125451.734000', '125451.737000', '125451.739000', '125451.742000', '125451.745000', '125451.747000', '125451.750000', '125451.752000', '125451.755000', '125451.758000', '125451.760000', '125451.763000', '125451.765000', '125451.768000', '125451.770000', '125451.773000', '125451.776000', '125451.778000', '125451.781000', '125451.783000', '125451.786000', '125451.789000', '125451.791000', '125451.794000', '125451.796000', '125451.799000', '125511.685000', '125511.688000', '125511.691000', '125511.694000', '125511.696000', '125511.699000', '125511.701000', '125511.704000', '125511.707000', '125511.709000', '125511.712000', '125511.715000', '125511.717000', '125511.720000', '125511.722000', '125511.725000', '125511.728000', '125511.730000', '125511.733000', '125511.736000', '125511.738000', '125511.741000', '125511.743000', '125511.746000', '125511.749000', '125511.751000', '125511.754000', '125511.756000', '125511.760000', '125511.762000', '125511.765000', '125511.767000', '125511.770000', '125511.773000', '125511.775000', '125511.778000', '125511.780000', '125511.783000', '125511.786000', '125511.789000', '125511.792000', '125511.794000', '125511.797000', '125531.686000', '125531.688000', '125531.691000', '125531.694000', '125531.696000', '125531.699000', '125531.701000', '125531.704000', '125531.707000', '125531.709000', '125531.712000', '125531.715000', '125531.718000', '125531.720000', '125531.723000', '125531.725000', '125531.728000', '125531.731000', '125531.733000', '125531.736000', '125531.738000', '125531.741000', '125531.744000', '125531.746000', '125531.749000', '125531.752000', '125531.754000', '125531.757000', '125531.759000', '125531.762000', '125531.765000', '125531.767000', '125531.770000', '125531.772000', '125531.775000', '125531.778000', '125531.780000', '125531.783000', '125531.785000', '125531.788000', '125531.791000', '125531.793000', '125531.796000', '125531.799000', '125551.686000', '125551.689000', '125551.691000', '125551.694000', '125551.697000', '125551.699000', '125551.702000', '125551.705000', '125551.707000', '125551.710000', '125551.712000', '125551.715000', '125551.717000', '125551.733000', '125551.736000', '125551.738000', '125551.741000', '125551.744000', '125551.746000', '125551.749000', '125551.751000', '125551.754000', '125551.757000', '125551.759000', '125551.762000', '125551.764000', '125551.767000', '125551.770000', '125551.772000', '125551.775000', '125551.777000', '125551.780000', '125551.783000', '125551.785000', '125551.788000', '125551.791000', '125551.793000', '125551.796000', '125551.799000', '125551.802000', '125551.805000', '125551.808000', '125551.810000', '125611.687000', '125611.690000', '125611.692000', '125611.695000', '125611.697000', '125611.700000', '125611.703000', '125611.705000', '125611.708000', '125611.711000', '125611.713000', '125611.716000', '125611.718000', '125611.721000', '125611.724000', '125611.726000', '125611.729000', '125611.732000', '125611.734000', '125611.737000', '125611.739000', '125611.742000', '125611.745000', '125611.747000', '125611.750000', '125611.753000', '125611.755000', '125611.758000', '125611.761000', '125611.763000', '125611.766000', '125611.769000', '125611.771000', '125611.774000', '125611.777000', '125611.779000', '125611.782000', '125611.784000', '125611.787000', '125611.790000', '125611.792000', '125611.795000', '125611.797000', '125611.800000', '125631.686000', '125631.689000', '125631.692000', '125631.694000', '125631.697000', '125631.700000', '125631.702000', '125631.705000', '125631.707000', '125631.710000', '125631.713000', '125631.716000', '125631.718000', '125631.721000', '125631.723000', '125631.726000', '125631.729000', '125631.731000', '125631.734000', '125631.737000', '125631.739000', '125631.742000', '125631.745000', '125631.747000', '125631.750000', '125631.752000', '125631.755000', '125631.758000', '125631.761000', '125631.763000', '125631.766000', '125631.768000', '125631.771000', '125631.773000', '125631.777000', '125631.780000', '125631.783000', '125631.786000', '125631.788000', '125631.791000', '125631.793000', '125631.796000', '125631.799000', '125651.687000', '125651.690000', '125651.692000', '125651.695000', '125651.697000', '125651.700000', '125651.703000', '125651.705000', '125651.708000', '125651.711000', '125651.713000', '125651.716000', '125651.718000', '125651.721000', '125651.724000', '125651.726000', '125651.729000', '125651.731000', '125651.734000', '125651.737000', '125651.739000', '125651.742000', '125651.745000', '125651.747000', '125651.750000', '125651.752000', '125651.755000', '125651.758000', '125651.760000', '125651.763000', '125651.765000', '125651.768000', '125651.771000', '125651.773000', '125651.776000', '125651.779000', '125651.781000', '125651.784000', '125651.786000', '125651.789000', '125651.792000', '125651.794000', '125651.797000', '125651.799000', '125711.687000', '125711.690000', '125711.692000', '125711.695000', '125711.697000', '125711.700000', '125711.703000', '125711.705000', '125711.708000', '125711.711000', '125711.713000', '125711.716000', '125711.718000', '125711.721000', '125711.724000', '125711.726000', '125711.729000', '125711.731000', '125711.734000', '125711.737000', '125711.739000', '125711.742000', '125711.744000', '125711.747000', '125711.750000', '125711.752000', '125711.755000', '125711.758000', '125711.760000', '125711.763000', '125711.766000', '125711.768000', '125711.771000', '125711.773000', '125711.776000', '125711.779000', '125711.781000', '125711.784000', '125711.796000', '125711.799000', '125711.801000', '125711.804000', '125711.807000', '125731.686000', '125731.689000', '125731.692000', '125731.694000', '125731.697000', '125731.700000', '125731.702000', '125731.705000', '125731.708000', '125731.710000', '125731.713000', '125731.716000', '125731.718000', '125731.721000', '125731.723000', '125731.726000', '125731.729000', '125731.731000', '125731.734000', '125731.737000', '125731.739000', '125731.742000', '125731.744000', '125731.747000', '125731.750000', '125731.752000', '125731.755000', '125731.758000', '125731.760000', '125731.763000', '125731.766000', '125731.768000', '125731.771000', '125731.774000', '125731.776000', '125731.779000', '125731.781000', '125731.784000', '125731.787000', '125731.789000', '125731.792000', '125731.795000', '125731.797000', '125751.685000', '125751.688000', '125751.691000', '125751.694000', '125751.696000', '125751.699000', '125751.701000', '125751.704000', '125751.707000', '125751.709000', '125751.712000', '125751.714000', '125751.717000', '125751.720000', '125751.723000', '125751.725000', '125751.728000', '125751.731000', '125751.733000', '125751.736000', '125751.739000', '125751.741000', '125751.744000', '125751.747000', '125751.749000', '125751.752000', '125751.755000', '125751.757000', '125751.760000', '125751.763000', '125751.765000', '125751.768000', '125751.770000', '125751.773000', '125751.776000', '125751.778000', '125751.781000', '125751.783000', '125751.786000', '125751.789000', '125751.791000', '125751.794000', '125751.796000', '125751.799000', '125811.686000', '125811.689000', '125811.691000', '125811.694000', '125811.696000', '125811.699000', '125811.702000', '125811.704000', '125811.707000', '125811.710000', '125811.712000', '125811.715000', '125811.718000', '125811.720000', '125811.723000', '125811.725000', '125811.728000', '125811.731000', '125811.733000', '125811.736000', '125811.739000', '125811.741000', '125811.744000', '125811.747000', '125811.749000', '125811.752000', '125811.755000', '125811.757000', '125811.760000', '125811.763000', '125811.765000', '125811.768000', '125811.771000', '125811.773000', '125811.776000', '125811.778000', '125811.781000', '125811.784000', '125811.786000', '125811.789000', '125811.792000', '125811.794000', '125811.797000', '125811.799000', '125831.686000', '125831.689000', '125831.692000', '125831.694000', '125831.697000', '125831.700000', '125831.702000', '125831.705000', '125831.707000', '125831.710000', '125831.713000', '125831.715000', '125831.718000', '125831.721000', '125831.723000', '125831.726000', '125831.728000', '125831.731000', '125831.734000', '125831.736000', '125831.739000', '125831.741000', '125831.744000', '125831.747000', '125831.749000', '125831.752000', '125831.755000', '125831.757000', '125831.760000', '125831.763000', '125831.765000', '125831.768000', '125831.771000', '125831.773000', '125831.776000', '125831.779000', '125831.781000', '125831.784000', '125831.786000', '125831.789000', '125831.792000', '125831.794000', '125831.797000', '125851.686000', '125851.689000', '125851.692000', '125851.695000', '125851.697000', '125851.714000', '125851.717000', '125851.719000', '125851.722000', '125851.725000', '125851.727000', '125851.730000', '125851.732000', '125851.735000', '125851.738000', '125851.740000', '125851.743000', '125851.746000', '125851.748000', '125851.751000', '125851.754000', '125851.756000', '125851.759000', '125851.761000', '125851.764000', '125851.766000', '125851.769000', '125851.772000', '125851.774000', '125851.777000', '125851.780000', '125851.782000', '125851.785000', '125851.787000', '125851.790000', '125851.793000', '125851.795000', '125851.798000', '125851.801000', '125851.803000', '125851.806000', '125851.808000', '125851.811000', '125851.814000', '125911.686000', '125911.689000', '125911.692000', '125911.695000', '125911.697000', '125911.700000', '125911.703000', '125911.705000', '125911.708000', '125911.710000', '125911.713000', '125911.716000', '125911.718000', '125911.721000', '125911.723000', '125911.726000', '125911.729000', '125911.731000', '125911.734000', '125911.737000', '125911.739000', '125911.742000', '125911.744000', '125911.747000', '125911.750000', '125911.752000', '125911.755000', '125911.757000', '125911.760000', '125911.763000', '125911.765000', '125911.768000', '125911.771000', '125911.773000', '125911.776000', '125911.778000', '125911.781000', '125911.783000', '125911.786000', '125911.789000', '125911.791000', '125911.794000', '125911.797000', '125921.530000', '125921.533000', '125921.536000', '125921.539000', '125921.541000', '125921.544000', '125921.547000', '125921.549000', '125921.552000', '125921.555000', '125921.557000', '125921.560000', '125921.563000', '125921.565000', '125921.568000', '125921.571000', '125921.573000', '125921.576000', '125921.579000', '125921.581000', '125921.584000', '125921.586000'], 'InstanceCreationTime': ['125231.732000', '125231.736000', '125231.738000', '125231.741000', '125231.744000', '125231.747000', '125231.750000', '125231.752000', '125231.755000', '125231.758000', '125231.760000', '125231.763000', '125231.766000', '125231.769000', '125231.772000', '125231.774000', '125231.777000', '125231.780000', '125231.783000', '125231.785000', '125231.788000', '125231.791000', '125231.793000', '125231.796000', '125231.799000', '125231.801000', '125231.804000', '125231.807000', '125231.810000', '125231.813000', '125231.816000', '125231.818000', '125231.821000', '125231.839000', '125251.685000', '125251.688000', '125251.691000', '125251.694000', '125251.696000', '125251.699000', '125251.701000', '125251.704000', '125251.707000', '125251.709000', '125251.712000', '125251.714000', '125251.717000', '125251.719000', '125251.722000', '125251.725000', '125251.727000', '125251.730000', '125251.732000', '125251.735000', '125251.738000', '125251.740000', '125251.743000', '125251.745000', '125251.757000', '125251.760000', '125251.762000', '125251.765000', '125251.768000', '125251.770000', '125251.773000', '125251.775000', '125251.778000', '125251.780000', '125251.783000', '125251.786000', '125251.788000', '125251.791000', '125251.793000', '125251.796000', '125251.799000', '125251.801000', '125251.804000', '125251.806000', '125311.685000', '125311.688000', '125311.691000', '125311.693000', '125311.703000', '125311.706000', '125311.708000', '125311.715000', '125311.717000', '125311.720000', '125311.722000', '125311.725000', '125311.727000', '125311.730000', '125311.733000', '125311.735000', '125311.740000', '125311.742000', '125311.745000', '125311.748000', '125311.750000', '125311.753000', '125311.756000', '125311.758000', '125311.761000', '125311.763000', '125311.766000', '125311.768000', '125311.771000', '125311.774000', '125311.776000', '125311.779000', '125311.781000', '125311.784000', '125311.786000', '125311.789000', '125311.792000', '125311.794000', '125311.797000', '125311.800000', '125311.802000', '125311.805000', '125311.807000', '125311.810000', '125331.685000', '125331.688000', '125331.691000', '125331.694000', '125331.697000', '125331.699000', '125331.702000', '125331.704000', '125331.707000', '125331.709000', '125331.712000', '125331.715000', '125331.717000', '125331.720000', '125331.722000', '125331.725000', '125331.728000', '125331.730000', '125331.733000', '125331.735000', '125331.738000', '125331.741000', '125331.743000', '125331.746000', '125331.748000', '125331.751000', '125331.753000', '125331.756000', '125331.759000', '125331.761000', '125331.764000', '125331.766000', '125331.769000', '125331.771000', '125331.774000', '125331.777000', '125331.779000', '125331.782000', '125331.784000', '125331.787000', '125331.790000', '125331.792000', '125331.795000', '125351.686000', '125351.689000', '125351.692000', '125351.695000', '125351.697000', '125351.700000', '125351.702000', '125351.705000', '125351.708000', '125351.710000', '125351.713000', '125351.715000', '125351.718000', '125351.720000', '125351.723000', '125351.726000', '125351.728000', '125351.731000', '125351.734000', '125351.736000', '125351.739000', '125351.742000', '125351.744000', '125351.747000', '125351.749000', '125351.752000', '125351.755000', '125351.757000', '125351.760000', '125351.762000', '125351.765000', '125351.768000', '125351.770000', '125351.773000', '125351.775000', '125351.778000', '125351.781000', '125351.783000', '125351.786000', '125351.788000', '125351.791000', '125351.794000', '125351.796000', '125411.686000', '125411.689000', '125411.692000', '125411.695000', '125411.697000', '125411.700000', '125411.702000', '125411.705000', '125411.708000', '125411.710000', '125411.713000', '125411.715000', '125411.718000', '125411.721000', '125411.723000', '125411.726000', '125411.729000', '125411.731000', '125411.734000', '125411.737000', '125411.739000', '125411.742000', '125411.745000', '125411.747000', '125411.750000', '125411.752000', '125411.755000', '125411.758000', '125411.760000', '125411.763000', '125411.765000', '125411.768000', '125411.782000', '125411.785000', '125411.787000', '125411.790000', '125411.793000', '125411.795000', '125411.798000', '125411.800000', '125411.803000', '125411.805000', '125411.808000', '125411.811000', '125431.686000', '125431.689000', '125431.692000', '125431.695000', '125431.697000', '125431.700000', '125431.703000', '125431.706000', '125431.708000', '125431.711000', '125431.714000', '125431.716000', '125431.719000', '125431.721000', '125431.724000', '125431.728000', '125431.731000', '125431.734000', '125431.737000', '125431.739000', '125431.742000', '125431.745000', '125431.747000', '125431.750000', '125431.753000', '125431.755000', '125431.758000', '125431.761000', '125431.763000', '125431.766000', '125431.769000', '125431.771000', '125431.774000', '125431.777000', '125431.780000', '125431.782000', '125431.785000', '125431.788000', '125431.790000', '125431.793000', '125431.795000', '125431.798000', '125431.801000', '125451.686000', '125451.689000', '125451.692000', '125451.695000', '125451.697000', '125451.700000', '125451.702000', '125451.705000', '125451.708000', '125451.711000', '125451.713000', '125451.716000', '125451.718000', '125451.721000', '125451.724000', '125451.726000', '125451.729000', '125451.732000', '125451.734000', '125451.737000', '125451.739000', '125451.742000', '125451.745000', '125451.747000', '125451.750000', '125451.752000', '125451.755000', '125451.758000', '125451.760000', '125451.763000', '125451.765000', '125451.768000', '125451.770000', '125451.773000', '125451.776000', '125451.778000', '125451.781000', '125451.783000', '125451.786000', '125451.789000', '125451.791000', '125451.794000', '125451.796000', '125451.799000', '125511.685000', '125511.688000', '125511.691000', '125511.694000', '125511.696000', '125511.699000', '125511.701000', '125511.704000', '125511.707000', '125511.709000', '125511.712000', '125511.715000', '125511.717000', '125511.720000', '125511.722000', '125511.725000', '125511.728000', '125511.730000', '125511.733000', '125511.736000', '125511.738000', '125511.741000', '125511.743000', '125511.746000', '125511.749000', '125511.751000', '125511.754000', '125511.756000', '125511.760000', '125511.762000', '125511.765000', '125511.767000', '125511.770000', '125511.773000', '125511.775000', '125511.778000', '125511.780000', '125511.783000', '125511.786000', '125511.789000', '125511.792000', '125511.794000', '125511.797000', '125531.686000', '125531.688000', '125531.691000', '125531.694000', '125531.696000', '125531.699000', '125531.701000', '125531.704000', '125531.707000', '125531.709000', '125531.712000', '125531.715000', '125531.718000', '125531.720000', '125531.723000', '125531.725000', '125531.728000', '125531.731000', '125531.733000', '125531.736000', '125531.738000', '125531.741000', '125531.744000', '125531.746000', '125531.749000', '125531.752000', '125531.754000', '125531.757000', '125531.759000', '125531.762000', '125531.765000', '125531.767000', '125531.770000', '125531.772000', '125531.775000', '125531.778000', '125531.780000', '125531.783000', '125531.785000', '125531.788000', '125531.791000', '125531.793000', '125531.796000', '125531.799000', '125551.686000', '125551.689000', '125551.691000', '125551.694000', '125551.697000', '125551.699000', '125551.702000', '125551.705000', '125551.707000', '125551.710000', '125551.712000', '125551.715000', '125551.717000', '125551.733000', '125551.736000', '125551.738000', '125551.741000', '125551.744000', '125551.746000', '125551.749000', '125551.751000', '125551.754000', '125551.757000', '125551.759000', '125551.762000', '125551.764000', '125551.767000', '125551.770000', '125551.772000', '125551.775000', '125551.777000', '125551.780000', '125551.783000', '125551.785000', '125551.788000', '125551.791000', '125551.793000', '125551.796000', '125551.799000', '125551.802000', '125551.805000', '125551.808000', '125551.810000', '125611.687000', '125611.690000', '125611.692000', '125611.695000', '125611.697000', '125611.700000', '125611.703000', '125611.705000', '125611.708000', '125611.711000', '125611.713000', '125611.716000', '125611.718000', '125611.721000', '125611.724000', '125611.726000', '125611.729000', '125611.732000', '125611.734000', '125611.737000', '125611.739000', '125611.742000', '125611.745000', '125611.747000', '125611.750000', '125611.753000', '125611.755000', '125611.758000', '125611.761000', '125611.763000', '125611.766000', '125611.769000', '125611.771000', '125611.774000', '125611.777000', '125611.779000', '125611.782000', '125611.784000', '125611.787000', '125611.790000', '125611.792000', '125611.795000', '125611.797000', '125611.800000', '125631.686000', '125631.689000', '125631.692000', '125631.694000', '125631.697000', '125631.700000', '125631.702000', '125631.705000', '125631.707000', '125631.710000', '125631.713000', '125631.716000', '125631.718000', '125631.721000', '125631.723000', '125631.726000', '125631.729000', '125631.731000', '125631.734000', '125631.737000', '125631.739000', '125631.742000', '125631.745000', '125631.747000', '125631.750000', '125631.752000', '125631.755000', '125631.758000', '125631.761000', '125631.763000', '125631.766000', '125631.768000', '125631.771000', '125631.773000', '125631.777000', '125631.780000', '125631.783000', '125631.786000', '125631.788000', '125631.791000', '125631.793000', '125631.796000', '125631.799000', '125651.687000', '125651.690000', '125651.692000', '125651.695000', '125651.697000', '125651.700000', '125651.703000', '125651.705000', '125651.708000', '125651.711000', '125651.713000', '125651.716000', '125651.718000', '125651.721000', '125651.724000', '125651.726000', '125651.729000', '125651.731000', '125651.734000', '125651.737000', '125651.739000', '125651.742000', '125651.745000', '125651.747000', '125651.750000', '125651.752000', '125651.755000', '125651.758000', '125651.760000', '125651.763000', '125651.765000', '125651.768000', '125651.771000', '125651.773000', '125651.776000', '125651.779000', '125651.781000', '125651.784000', '125651.786000', '125651.789000', '125651.792000', '125651.794000', '125651.797000', '125651.799000', '125711.687000', '125711.690000', '125711.692000', '125711.695000', '125711.697000', '125711.700000', '125711.703000', '125711.705000', '125711.708000', '125711.711000', '125711.713000', '125711.716000', '125711.718000', '125711.721000', '125711.724000', '125711.726000', '125711.729000', '125711.731000', '125711.734000', '125711.737000', '125711.739000', '125711.742000', '125711.744000', '125711.747000', '125711.750000', '125711.752000', '125711.755000', '125711.758000', '125711.760000', '125711.763000', '125711.766000', '125711.768000', '125711.771000', '125711.773000', '125711.776000', '125711.779000', '125711.781000', '125711.784000', '125711.796000', '125711.799000', '125711.801000', '125711.804000', '125711.807000', '125731.686000', '125731.689000', '125731.692000', '125731.694000', '125731.697000', '125731.700000', '125731.702000', '125731.705000', '125731.708000', '125731.710000', '125731.713000', '125731.716000', '125731.718000', '125731.721000', '125731.723000', '125731.726000', '125731.729000', '125731.731000', '125731.734000', '125731.737000', '125731.739000', '125731.742000', '125731.744000', '125731.747000', '125731.750000', '125731.752000', '125731.755000', '125731.758000', '125731.760000', '125731.763000', '125731.766000', '125731.768000', '125731.771000', '125731.774000', '125731.776000', '125731.779000', '125731.781000', '125731.784000', '125731.787000', '125731.789000', '125731.792000', '125731.795000', '125731.797000', '125751.685000', '125751.688000', '125751.691000', '125751.694000', '125751.696000', '125751.699000', '125751.701000', '125751.704000', '125751.707000', '125751.709000', '125751.712000', '125751.714000', '125751.717000', '125751.720000', '125751.723000', '125751.725000', '125751.728000', '125751.731000', '125751.733000', '125751.736000', '125751.739000', '125751.741000', '125751.744000', '125751.747000', '125751.749000', '125751.752000', '125751.755000', '125751.757000', '125751.760000', '125751.763000', '125751.765000', '125751.768000', '125751.770000', '125751.773000', '125751.776000', '125751.778000', '125751.781000', '125751.783000', '125751.786000', '125751.789000', '125751.791000', '125751.794000', '125751.796000', '125751.799000', '125811.686000', '125811.689000', '125811.691000', '125811.694000', '125811.696000', '125811.699000', '125811.702000', '125811.704000', '125811.707000', '125811.710000', '125811.712000', '125811.715000', '125811.718000', '125811.720000', '125811.723000', '125811.725000', '125811.728000', '125811.731000', '125811.733000', '125811.736000', '125811.739000', '125811.741000', '125811.744000', '125811.747000', '125811.749000', '125811.752000', '125811.755000', '125811.757000', '125811.760000', '125811.763000', '125811.765000', '125811.768000', '125811.771000', '125811.773000', '125811.776000', '125811.778000', '125811.781000', '125811.784000', '125811.786000', '125811.789000', '125811.792000', '125811.794000', '125811.797000', '125811.799000', '125831.686000', '125831.689000', '125831.692000', '125831.694000', '125831.697000', '125831.700000', '125831.702000', '125831.705000', '125831.707000', '125831.710000', '125831.713000', '125831.715000', '125831.718000', '125831.721000', '125831.723000', '125831.726000', '125831.728000', '125831.731000', '125831.734000', '125831.736000', '125831.739000', '125831.741000', '125831.744000', '125831.747000', '125831.749000', '125831.752000', '125831.755000', '125831.757000', '125831.760000', '125831.763000', '125831.765000', '125831.768000', '125831.771000', '125831.773000', '125831.776000', '125831.779000', '125831.781000', '125831.784000', '125831.786000', '125831.789000', '125831.792000', '125831.794000', '125831.797000', '125851.686000', '125851.689000', '125851.692000', '125851.695000', '125851.697000', '125851.714000', '125851.717000', '125851.719000', '125851.722000', '125851.725000', '125851.727000', '125851.730000', '125851.732000', '125851.735000', '125851.738000', '125851.740000', '125851.743000', '125851.746000', '125851.748000', '125851.751000', '125851.754000', '125851.756000', '125851.759000', '125851.761000', '125851.764000', '125851.766000', '125851.769000', '125851.772000', '125851.774000', '125851.777000', '125851.780000', '125851.782000', '125851.785000', '125851.787000', '125851.790000', '125851.793000', '125851.795000', '125851.798000', '125851.801000', '125851.803000', '125851.806000', '125851.808000', '125851.811000', '125851.814000', '125911.686000', '125911.689000', '125911.692000', '125911.695000', '125911.697000', '125911.700000', '125911.703000', '125911.705000', '125911.708000', '125911.710000', '125911.713000', '125911.716000', '125911.718000', '125911.721000', '125911.723000', '125911.726000', '125911.729000', '125911.731000', '125911.734000', '125911.737000', '125911.739000', '125911.742000', '125911.744000', '125911.747000', '125911.750000', '125911.752000', '125911.755000', '125911.757000', '125911.760000', '125911.763000', '125911.765000', '125911.768000', '125911.771000', '125911.773000', '125911.776000', '125911.778000', '125911.781000', '125911.783000', '125911.786000', '125911.789000', '125911.791000', '125911.794000', '125911.797000', '125921.530000', '125921.533000', '125921.536000', '125921.539000', '125921.541000', '125921.544000', '125921.547000', '125921.549000', '125921.552000', '125921.555000', '125921.557000', '125921.560000', '125921.563000', '125921.565000', '125921.568000', '125921.571000', '125921.573000', '125921.576000', '125921.579000', '125921.581000', '125921.584000', '125921.586000'], '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': [10126, 8683, 10763, 9246, 11185, 9442, 12195, 10444, 7948, 11073, 9587, 9467, 10001, 9130, 10182, 8176, 10569, 9585, 9521, 10229, 7950, 9797, 8632, 10369, 9400, 10456, 9716, 8386, 10516, 8842, 12593, 10066, 10455, 9447, 10236, 11689, 8962, 11170, 9476, 11707, 9711, 13235, 9365, 9676, 9713, 10768, 12845, 9248, 10155, 8835, 11227, 8916, 11738, 9051, 8327, 9119, 8451, 11343, 8579, 10564, 8632, 8130, 8902, 8223, 11356, 8219, 11230, 8827, 10216, 9729, 8381, 10080, 8412, 11023, 9762, 14048, 9362, 9887, 9407, 10573, 13557, 9624, 11325, 9755, 9614, 9795, 12303, 10343, 8122, 10675, 9008, 11890, 9254, 8115, 8518, 8363, 9795, 8389, 12540, 9006, 9726, 8323, 8535, 10999, 9462, 11755, 9452, 8947, 9498, 11105, 12752, 9035, 11386, 9515, 11169, 11705, 8472, 10525, 9503, 11367, 9752, 14034, 11181, 8259, 8810, 9112, 9722, 9427, 13279, 9570, 10317, 10028, 8400, 9350, 8014, 9857, 8114, 9669, 9380, 8535, 7933, 7673, 8993, 8480, 9646, 8580, 10088, 7844, 8181, 8906, 8420, 11013, 9467, 11411, 9189, 8712, 8762, 9868, 12757, 9695, 10662, 9674, 12084, 9982, 12165, 9492, 8890, 10415, 10093, 15361, 10546, 11447, 10080, 10046, 12061, 11777, 10877, 9244, 10470, 9854, 11015, 9450, 10445, 8692, 8332, 8545, 8178, 10207, 8073, 10038, 8394, 9914, 8255, 9134, 8297, 9680, 8355, 9983, 8552, 8202, 7970, 8466, 9484, 8934, 9064, 7740, 9254, 8287, 10897, 8366, 9201, 8763, 8125, 8842, 9977, 11273, 8051, 10202, 7779, 10206, 9714, 14104, 10381, 10944, 9432, 11470, 9431, 14739, 11460, 11977, 8790, 9866, 8765, 10199, 9533, 10375, 8532, 9664, 8224, 8750, 8641, 9016, 9085, 8903, 8777, 7746, 10828, 8370, 9735, 7893, 9600, 9000, 9958, 15682, 15785, 11830, 8892, 8549, 8524, 8800, 9266, 9394, 9115, 8507, 10064, 8101, 9617, 9470, 11345, 11612, 12131, 11832, 10024, 12749, 12123, 15551, 12170, 11510, 9129, 8901, 12121, 11963, 11510, 8518, 10443, 9005, 9206, 9566, 8446, 9917, 8203, 9424, 8736, 8454, 7951, 8423, 9277, 7994, 9789, 8196, 10691, 8126, 9563, 8731, 8229, 9051, 8733, 7871, 8877, 8970, 8317, 9907, 7754, 11027, 8111, 10075, 7951, 8416, 9248, 9471, 8411, 9021, 9566, 7791, 10747, 8034, 12970, 8716, 10926, 8772, 10984, 9196, 14868, 9838, 12350, 8633, 10760, 9417, 13954, 10872, 8926, 8065, 7755, 10494, 8497, 11732, 8501, 10457, 9614, 9460, 10038, 12085, 8634, 8994, 9055, 8253, 11151, 8943, 10373, 8551, 9773, 9798, 10102, 9192, 8048, 10294, 9255, 9966, 9531, 8425, 9940, 8606, 10790, 9020, 13166, 8979, 8498, 10260, 9524, 13947, 10445, 10084, 9591, 8791, 10643, 8649, 10131, 9383, 8708, 9100, 8319, 9949, 8631, 9722, 9724, 11385, 9255, 8165, 8038, 8107, 10709, 8631, 11884, 8479, 8959, 9248, 8047, 10045, 8385, 9958, 8167, 9295, 7891, 10913, 8481, 9629, 8627, 9048, 8978, 8782, 9762, 9287, 9394, 8838, 9676, 8778, 11162, 8249, 9969, 8628, 9222, 8457, 9864, 8372, 9869, 8455, 8624, 9564, 7992, 10739, 8425, 9852, 8669, 8357, 8759, 10454, 9403, 9256, 9440, 8212, 9109, 8337, 11900, 8676, 10416, 8829, 9503, 8217, 14081, 9443, 10546, 9384, 8381, 8702, 10372, 11477, 8489, 9786, 8122, 9042, 9314, 11225, 9200, 9320, 9395, 8710, 9214, 7990, 11350, 8947, 10904, 8461, 9647, 8562, 8679, 9373, 10535, 8516, 8844, 9039, 7972, 10765, 9121, 11409, 8819, 10138, 9000, 10520, 9535, 14456, 10340, 10445, 9130, 8897, 8743, 8752, 8616, 8869, 9656, 8886, 9608, 7912, 12062, 8544, 10558, 8589, 10068, 8427, 11792, 8065, 10613, 8109, 8736, 8792, 10245, 9993, 9214, 9825, 8828, 9655, 8552, 11524, 9115, 11336, 8753, 9211, 9138, 7916, 11169, 10360, 10663, 8301, 11557, 8737, 11884, 9233, 8926, 8370, 7891, 10842, 9200, 15229, 10712, 10678, 8759, 8452, 9601, 9801, 12143, 8191, 10922, 8282, 9974, 8391, 11532, 8044, 10157, 8349, 9452, 9488, 10001, 7801, 8708, 9074, 7953, 10031, 8487, 11814, 8691, 10104, 9173, 8637, 8531, 9091, 7987, 9437, 8832, 7871, 8751, 8744, 11864, 9045, 10072, 9234, 8215, 9534, 8529, 10256, 8702, 9322, 8153, 8368, 10590, 9517, 10506, 8506, 9942, 8442, 11954, 12659, 13892, 8111, 9588, 9341, 8486, 11263, 9100, 9531, 8932, 9880, 10282, 7921, 10192, 9516, 13307, 9258, 10777, 9428, 9440, 9183, 8924, 11186, 8896, 9933, 8286, 8628, 10164, 8970, 11034, 9328, 11859, 8001, 12181, 13624, 10731, 9475, 9448, 9646, 10097, 8098, 11966, 8146, 11637, 9456, 11157, 8099, 9257, 9318, 9738, 9077, 8686, 10322, 7979, 9955, 9019, 11442, 8443, 8987, 10261, 9669, 9724, 7716, 12025, 9753, 9623, 8530, 8733, 10338, 8401, 10208, 11616, 12979, 10002, 9468, 11672, 9433, 11323, 9161, 12876, 10903, 9756, 9946, 9068, 9530, 9104, 8700, 10512, 8427, 9192, 9102, 9046, 9934, 8113, 9506, 9979, 9184, 9723, 9307, 9861, 9378, 8515, 9854, 9279, 10850, 9377, 10040, 9507, 9509, 10077, 9130, 12878, 9165, 11737, 9214, 10073, 8944, 9416, 12211, 8057, 10565, 8620, 9561, 10436, 8798, 12461, 9104, 11442, 8587, 11514, 7968, 14095, 9692, 11619, 8600, 11546, 8579, 13862, 11183, 12414, 8536, 8527, 10142, 8234, 12800, 8532, 10621, 8567, 10260, 9901, 10556, 9394, 8290, 10182, 8600, 12209, 9968, 10177, 8768, 8363, 10764, 8353, 11710, 8480, 10657, 8642, 8475, 10980, 8381, 10019, 8873, 9943, 8221, 10300, 8649, 9262, 9066, 9177, 8520, 8727, 10211, 8914, 9119, 8952, 10118, 8189, 9215, 9230, 8462, 9445, 9878, 9419, 9140, 10206, 8799, 9929, 8415, 9865, 7840, 10525, 8597, 9170, 9018, 8922, 9420, 9505, 9421, 12864, 9757, 9216, 9460, 8997, 9523, 8181, 11759, 8514, 9802, 8928, 9609, 8834, 8340, 9822, 8325, 10990, 8779, 10573, 8156, 10247, 8838, 9167, 9031, 9235, 8603, 9217, 8868, 10434, 8786, 9531, 9555, 8713, 11410, 8575, 10913, 8929, 9823, 9780, 9292, 12940, 9817, 11554, 8636, 11182, 9550, 14896, 12424, 11476, 8778, 8848, 10757, 8304, 11341, 11694, 10248, 9547, 11046, 9419, 8912, 8835, 10192, 10230, 9171, 9808, 9057, 10326, 8943, 10267, 9331, 9708, 9243, 8935, 9102, 8068, 10326, 8679, 9644, 9387, 9115, 8093, 9479, 8667, 8675, 9667, 9153, 8177, 8428, 10322, 8386, 11223, 9242, 8445, 9292, 8368, 9901, 8223, 9350, 9260, 8090, 9470, 9435, 9753, 8389, 12394, 9096, 12237, 9537, 10003, 8843], 'WindowCenter': [4656.0, 4596.0, 4617.0, 4585.0, 4613.0, 4577.0, 4607.0, 4585.0, 4532.0, 4566.0, 4563.0, 4548.0, 4547.0, 4564.0, 4559.0, 4517.0, 4558.0, 4560.0, 4550.0, 4571.0, 4531.0, 4559.0, 4540.0, 4573.0, 4561.0, 4585.0, 4565.0, 4542.0, 4585.0, 4555.0, 4603.0, 4574.0, 4559.0, 4564.0, 4572.0, 4592.0, 4550.0, 4568.0, 4550.0, 4581.0, 4561.0, 4591.0, 4550.0, 4549.0, 4559.0, 4568.0, 4600.0, 4550.0, 4545.0, 4538.0, 4577.0, 4539.0, 4592.0, 4550.0, 4528.0, 4539.0, 4540.0, 4580.0, 4553.0, 4571.0, 4538.0, 4530.0, 4553.0, 4542.0, 4594.0, 4543.0, 4580.0, 4566.0, 4573.0, 4574.0, 4542.0, 4562.0, 4555.0, 4582.0, 4572.0, 4613.0, 4553.0, 4562.0, 4562.0, 4572.0, 4616.0, 4564.0, 4569.0, 4561.0, 4559.0, 4558.0, 4594.0, 4560.0, 4517.0, 4559.0, 4551.0, 4588.0, 4563.0, 4530.0, 4528.0, 4544.0, 4561.0, 4540.0, 4602.0, 4554.0, 4560.0, 4553.0, 4542.0, 4583.0, 4576.0, 4592.0, 4549.0, 4565.0, 4561.0, 4584.0, 4606.0, 4552.0, 4579.0, 4563.0, 4580.0, 4593.0, 4529.0, 4557.0, 4550.0, 4578.0, 4548.0, 4600.0, 4571.0, 4517.0, 4524.0, 4526.0, 4547.0, 4547.0, 4588.0, 4550.0, 4535.0, 4546.0, 4524.0, 4548.0, 4519.0, 4548.0, 4519.0, 4546.0, 4550.0, 4538.0, 4531.0, 4518.0, 4536.0, 4551.0, 4559.0, 4542.0, 4574.0, 4546.0, 4543.0, 4554.0, 4543.0, 4571.0, 4578.0, 4593.0, 4553.0, 4542.0, 4541.0, 4559.0, 4605.0, 4552.0, 4559.0, 4561.0, 4578.0, 4561.0, 4592.0, 4549.0, 4539.0, 4568.0, 4560.0, 4611.0, 4558.0, 4551.0, 4548.0, 4544.0, 4566.0, 4567.0, 4544.0, 4525.0, 4532.0, 4546.0, 4554.0, 4538.0, 4545.0, 4515.0, 4502.0, 4514.0, 4512.0, 4545.0, 4505.0, 4523.0, 4504.0, 4520.0, 4529.0, 4536.0, 4529.0, 4537.0, 4520.0, 4537.0, 4513.0, 4530.0, 4516.0, 4516.0, 4551.0, 4538.0, 4526.0, 4517.0, 4539.0, 4527.0, 4569.0, 4546.0, 4552.0, 4545.0, 4532.0, 4553.0, 4561.0, 4585.0, 4521.0, 4557.0, 4508.0, 4560.0, 4549.0, 4602.0, 4551.0, 4559.0, 4528.0, 4542.0, 4537.0, 4588.0, 4559.0, 4544.0, 4501.0, 4507.0, 4514.0, 4532.0, 4524.0, 4522.0, 4514.0, 4510.0, 4516.0, 4524.0, 4516.0, 4512.0, 4514.0, 4511.0, 4527.0, 4505.0, 4544.0, 4516.0, 4537.0, 4519.0, 4536.0, 4540.0, 4547.0, 4622.0, 4623.0, 4581.0, 4540.0, 4516.0, 4514.0, 4523.0, 4538.0, 4538.0, 4540.0, 4554.0, 4563.0, 4534.0, 4549.0, 4564.0, 4579.0, 4584.0, 4581.0, 4571.0, 4537.0, 4581.0, 4579.0, 4599.0, 4557.0, 4542.0, 4511.0, 4512.0, 4553.0, 4553.0, 4528.0, 4501.0, 4518.0, 4512.0, 4508.0, 4511.0, 4476.0, 4508.0, 4489.0, 4496.0, 4509.0, 4500.0, 4491.0, 4502.0, 4508.0, 4490.0, 4532.0, 4511.0, 4531.0, 4504.0, 4520.0, 4513.0, 4516.0, 4537.0, 4529.0, 4520.0, 4531.0, 4527.0, 4518.0, 4546.0, 4505.0, 4557.0, 4516.0, 4535.0, 4505.0, 4527.0, 4537.0, 4548.0, 4542.0, 4541.0, 4550.0, 4523.0, 4583.0, 4534.0, 4593.0, 4545.0, 4561.0, 4530.0, 4560.0, 4541.0, 4600.0, 4551.0, 4554.0, 4518.0, 4557.0, 4536.0, 4586.0, 4557.0, 4512.0, 4491.0, 4506.0, 4556.0, 4525.0, 4580.0, 4528.0, 4556.0, 4550.0, 4547.0, 4548.0, 4580.0, 4529.0, 4524.0, 4527.0, 4527.0, 4557.0, 4541.0, 4548.0, 4517.0, 4548.0, 4547.0, 4547.0, 4551.0, 4518.0, 4547.0, 4551.0, 4548.0, 4563.0, 4531.0, 4549.0, 4542.0, 4570.0, 4553.0, 4589.0, 4528.0, 4526.0, 4559.0, 4537.0, 4601.0, 4548.0, 4534.0, 4549.0, 4514.0, 4558.0, 4528.0, 4533.0, 4538.0, 4524.0, 4535.0, 4517.0, 4533.0, 4526.0, 4547.0, 4534.0, 4569.0, 4538.0, 4514.0, 4515.0, 4516.0, 4543.0, 4540.0, 4567.0, 4514.0, 4524.0, 4538.0, 4516.0, 4550.0, 4531.0, 4539.0, 4517.0, 4539.0, 4517.0, 4558.0, 4531.0, 4537.0, 4529.0, 4524.0, 4539.0, 4529.0, 4551.0, 4540.0, 4538.0, 4525.0, 4550.0, 4528.0, 4570.0, 4519.0, 4534.0, 4515.0, 4536.0, 4528.0, 4546.0, 4531.0, 4548.0, 4519.0, 4529.0, 4551.0, 4528.0, 4572.0, 4546.0, 4563.0, 4532.0, 4517.0, 4540.0, 4558.0, 4541.0, 4541.0, 4541.0, 4506.0, 4538.0, 4528.0, 4581.0, 4542.0, 4549.0, 4528.0, 4549.0, 4529.0, 4600.0, 4550.0, 4546.0, 4526.0, 4528.0, 4526.0, 4547.0, 4570.0, 4528.0, 4548.0, 4507.0, 4538.0, 4539.0, 4567.0, 4541.0, 4540.0, 4540.0, 4516.0, 4537.0, 4516.0, 4565.0, 4540.0, 4557.0, 4519.0, 4523.0, 4528.0, 4525.0, 4536.0, 4559.0, 4528.0, 4528.0, 4526.0, 4530.0, 4569.0, 4552.0, 4571.0, 4540.0, 4547.0, 4517.0, 4556.0, 4537.0, 4588.0, 4550.0, 4531.0, 4512.0, 4513.0, 4514.0, 4525.0, 4517.0, 4516.0, 4526.0, 4526.0, 4548.0, 4514.0, 4577.0, 4517.0, 4545.0, 4501.0, 4545.0, 4515.0, 4566.0, 4518.0, 4545.0, 4505.0, 4514.0, 4526.0, 4545.0, 4549.0, 4538.0, 4548.0, 4526.0, 4533.0, 4529.0, 4567.0, 4540.0, 4558.0, 4519.0, 4527.0, 4526.0, 4516.0, 4555.0, 4547.0, 4547.0, 4507.0, 4541.0, 4526.0, 4554.0, 4524.0, 4512.0, 4503.0, 4504.0, 4555.0, 4534.0, 4597.0, 4548.0, 4535.0, 4514.0, 4501.0, 4534.0, 4533.0, 4567.0, 4505.0, 4545.0, 4501.0, 4532.0, 4513.0, 4552.0, 4503.0, 4531.0, 4515.0, 4535.0, 4546.0, 4547.0, 4507.0, 4528.0, 4516.0, 4504.0, 4545.0, 4525.0, 4568.0, 4528.0, 4546.0, 4526.0, 4525.0, 4526.0, 4535.0, 4518.0, 4536.0, 4528.0, 4517.0, 4536.0, 4526.0, 4580.0, 4543.0, 4539.0, 4514.0, 4528.0, 4548.0, 4542.0, 4562.0, 4533.0, 4525.0, 4544.0, 4538.0, 4571.0, 4551.0, 4561.0, 4530.0, 4534.0, 4531.0, 4568.0, 4589.0, 4587.0, 4507.0, 4534.0, 4525.0, 4526.0, 4566.0, 4541.0, 4551.0, 4541.0, 4550.0, 4546.0, 4519.0, 4557.0, 4533.0, 4604.0, 4542.0, 4546.0, 4526.0, 4539.0, 4539.0, 4538.0, 4559.0, 4528.0, 4532.0, 4529.0, 4527.0, 4558.0, 4528.0, 4561.0, 4538.0, 4556.0, 4517.0, 4567.0, 4587.0, 4558.0, 4526.0, 4525.0, 4509.0, 4535.0, 4501.0, 4552.0, 4504.0, 4543.0, 4525.0, 4526.0, 4516.0, 4520.0, 4534.0, 4536.0, 4526.0, 4526.0, 4547.0, 4518.0, 4534.0, 4525.0, 4569.0, 4520.0, 4530.0, 4549.0, 4537.0, 4537.0, 4508.0, 4565.0, 4539.0, 4534.0, 4516.0, 4529.0, 4549.0, 4529.0, 4547.0, 4567.0, 4592.0, 4551.0, 4541.0, 4560.0, 4529.0, 4557.0, 4539.0, 4576.0, 4561.0, 4539.0, 4523.0, 4512.0, 4525.0, 4543.0, 4530.0, 4559.0, 4531.0, 4540.0, 4532.0, 4531.0, 4539.0, 4533.0, 4550.0, 4560.0, 4543.0, 4541.0, 4556.0, 4555.0, 4541.0, 4543.0, 4549.0, 4541.0, 4562.0, 4544.0, 4541.0, 4542.0, 4539.0, 4549.0, 4537.0, 4584.0, 4512.0, 4570.0, 4529.0, 4550.0, 4541.0, 4538.0, 4578.0, 4519.0, 4559.0, 4529.0, 4550.0, 4572.0, 4540.0, 4606.0, 4553.0, 4586.0, 4543.0, 4582.0, 4519.0, 4602.0, 4553.0, 4570.0, 4518.0, 4557.0, 4528.0, 4576.0, 4572.0, 4567.0, 4516.0, 4515.0, 4544.0, 4513.0, 4579.0, 4516.0, 4533.0, 4513.0, 4534.0, 4535.0, 4547.0, 4523.0, 4502.0, 4532.0, 4516.0, 4551.0, 4548.0, 4532.0, 4502.0, 4501.0, 4540.0, 4503.0, 4554.0, 4504.0, 4521.0, 4514.0, 4503.0, 4544.0, 4505.0, 4524.0, 4513.0, 4508.0, 4504.0, 4532.0, 4515.0, 4511.0, 4517.0, 4512.0, 4517.0, 4514.0, 4548.0, 4526.0, 4515.0, 4526.0, 4549.0, 4518.0, 4540.0, 4543.0, 4520.0, 4538.0, 4537.0, 4542.0, 4538.0, 4549.0, 4528.0, 4549.0, 4518.0, 4538.0, 4521.0, 4559.0, 4533.0, 4541.0, 4545.0, 4543.0, 4542.0, 4551.0, 4539.0, 4580.0, 4539.0, 4515.0, 4527.0, 4517.0, 4525.0, 4519.0, 4567.0, 4529.0, 4538.0, 4529.0, 4527.0, 4529.0, 4517.0, 4537.0, 4531.0, 4562.0, 4520.0, 4536.0, 4532.0, 4559.0, 4544.0, 4540.0, 4543.0, 4526.0, 4533.0, 4539.0, 4528.0, 4559.0, 4529.0, 4538.0, 4549.0, 4528.0, 4565.0, 4555.0, 4572.0, 4556.0, 4551.0, 4562.0, 4540.0, 4595.0, 4563.0, 4574.0, 4531.0, 4560.0, 4538.0, 4601.0, 4581.0, 4558.0, 4517.0, 4517.0, 4533.0, 4505.0, 4544.0, 4555.0, 4535.0, 4527.0, 4533.0, 4502.0, 4512.0, 4513.0, 4532.0, 4535.0, 4512.0, 4522.0, 4515.0, 4533.0, 4525.0, 4533.0, 4528.0, 4513.0, 4513.0, 4516.0, 4526.0, 4504.0, 4548.0, 4519.0, 4524.0, 4514.0, 4527.0, 4517.0, 4538.0, 4533.0, 4518.0, 4527.0, 4526.0, 4530.0, 4516.0, 4548.0, 4533.0, 4560.0, 4531.0, 4520.0, 4528.0, 4530.0, 4547.0, 4535.0, 4541.0, 4545.0, 4523.0, 4541.0, 4543.0, 4552.0, 4529.0, 4595.0, 4546.0, 4572.0, 4542.0, 4538.0, 4544.0], 'WindowWidth': [10241.0, 10132.0, 10142.0, 10092.0, 10121.0, 10062.0, 10101.0, 10065.0, 9986.0, 10021.0, 10031.0, 10004.0, 10001.0, 10032.0, 10017.0, 9956.0, 10013.0, 10021.0, 10006.0, 10038.0, 9983.0, 10015.0, 9994.0, 10045.0, 10026.0, 10062.0, 10033.0, 9997.0, 10061.0, 10022.0, 10085.0, 10045.0, 10017.0, 10032.0, 10039.0, 10067.0, 10008.0, 10027.0, 10008.0, 10052.0, 10024.0, 10062.0, 10006.0, 10005.0, 10021.0, 10028.0, 10077.0, 10006.0, 9993.0, 9988.0, 10044.0, 9992.0, 10066.0, 10009.0, 9975.0, 9991.0, 9998.0, 10049.0, 10020.0, 10035.0, 9988.0, 9982.0, 10016.0, 10001.0, 10073.0, 10002.0, 10047.0, 10041.0, 10044.0, 10046.0, 9999.0, 10023.0, 10023.0, 10058.0, 10044.0, 10097.0, 10015.0, 10027.0, 10028.0, 10039.0, 10107.0, 10029.0, 10028.0, 10022.0, 10021.0, 10017.0, 10073.0, 10020.0, 9958.0, 10017.0, 10013.0, 10058.0, 10031.0, 9978.0, 9973.0, 10007.0, 10026.0, 10000.0, 10086.0, 10017.0, 10019.0, 10020.0, 10000.0, 10059.0, 10051.0, 10064.0, 10003.0, 10035.0, 10027.0, 10059.0, 10094.0, 10014.0, 10042.0, 10032.0, 10049.0, 10073.0, 9977.0, 10010.0, 10006.0, 10044.0, 10003.0, 10076.0, 10036.0, 9955.0, 9961.0, 9968.0, 10000.0, 10000.0, 10053.0, 10004.0, 9974.0, 9991.0, 9965.0, 9998.0, 9959.0, 9997.0, 9957.0, 9998.0, 10007.0, 9988.0, 9980.0, 9959.0, 9980.0, 10015.0, 10020.0, 10000.0, 10045.0, 10009.0, 9998.0, 10019.0, 10001.0, 10036.0, 10056.0, 10068.0, 10011.0, 9998.0, 9997.0, 10017.0, 10091.0, 10009.0, 10014.0, 10023.0, 10044.0, 10024.0, 10064.0, 10002.0, 9988.0, 10029.0, 10019.0, 10091.0, 10011.0, 9992.0, 10000.0, 9990.0, 10021.0, 10025.0, 9986.0, 9961.0, 9966.0, 9994.0, 10002.0, 9985.0, 9985.0, 9946.0, 9923.0, 9945.0, 9941.0, 9987.0, 9934.0, 9953.0, 9930.0, 9944.0, 9975.0, 9980.0, 9974.0, 9978.0, 9960.0, 9977.0, 9942.0, 9978.0, 9952.0, 9952.0, 10005.0, 9982.0, 9963.0, 9955.0, 9988.0, 9971.0, 10029.0, 10009.0, 10007.0, 10003.0, 9982.0, 10015.0, 10021.0, 10059.0, 9964.0, 10008.0, 9944.0, 10019.0, 10003.0, 10081.0, 10002.0, 10012.0, 9967.0, 9979.0, 9982.0, 10055.0, 10011.0, 9981.0, 9918.0, 9922.0, 9946.0, 9968.0, 9957.0, 9948.0, 9942.0, 9929.0, 9950.0, 9960.0, 9950.0, 9935.0, 9939.0, 9934.0, 9967.0, 9937.0, 9984.0, 9951.0, 9979.0, 9959.0, 9977.0, 9992.0, 9997.0, 10107.0, 10111.0, 10048.0, 9987.0, 9949.0, 9941.0, 9955.0, 9985.0, 9984.0, 9990.0, 10015.0, 10027.0, 9988.0, 10003.0, 10032.0, 10046.0, 10059.0, 10043.0, 10032.0, 9979.0, 10049.0, 10043.0, 10073.0, 10006.0, 9974.0, 9935.0, 9938.0, 10000.0, 9993.0, 9953.0, 9919.0, 9938.0, 9937.0, 9929.0, 9934.0, 9877.0, 9924.0, 9901.0, 9907.0, 9935.0, 9919.0, 9909.0, 9923.0, 9925.0, 9908.0, 9967.0, 9940.0, 9960.0, 9929.0, 9944.0, 9942.0, 9954.0, 9981.0, 9971.0, 9960.0, 9973.0, 9962.0, 9953.0, 9990.0, 9934.0, 10005.0, 9949.0, 9969.0, 9932.0, 9970.0, 9982.0, 9998.0, 9996.0, 9989.0, 10000.0, 9971.0, 10054.0, 9989.0, 10065.0, 10003.0, 10015.0, 9970.0, 10016.0, 9992.0, 10067.0, 9999.0, 9993.0, 9952.0, 10006.0, 9979.0, 10047.0, 10007.0, 9935.0, 9905.0, 9939.0, 10006.0, 9963.0, 10046.0, 9972.0, 10003.0, 10001.0, 9997.0, 9997.0, 10045.0, 9972.0, 9958.0, 9966.0, 9971.0, 10008.0, 9994.0, 9998.0, 9951.0, 9998.0, 9996.0, 9996.0, 10007.0, 9957.0, 9992.0, 10008.0, 9999.0, 10030.0, 9980.0, 9999.0, 9999.0, 10031.0, 10014.0, 10058.0, 9970.0, 9965.0, 10017.0, 9983.0, 10078.0, 9996.0, 9968.0, 10002.0, 9948.0, 10016.0, 9969.0, 9969.0, 9987.0, 9963.0, 9979.0, 9955.0, 9970.0, 9965.0, 9996.0, 9977.0, 10029.0, 9984.0, 9947.0, 9951.0, 9955.0, 9987.0, 9992.0, 10021.0, 9946.0, 9958.0, 9986.0, 9955.0, 10004.0, 9976.0, 9983.0, 9950.0, 9988.0, 9957.0, 10013.0, 9977.0, 9977.0, 9971.0, 9958.0, 9991.0, 9975.0, 10006.0, 9984.0, 9982.0, 9962.0, 10004.0, 9972.0, 10027.0, 9958.0, 9970.0, 9945.0, 9980.0, 9968.0, 9989.0, 9979.0, 9994.0, 9956.0, 9971.0, 10006.0, 9973.0, 10035.0, 10005.0, 10022.0, 9978.0, 9955.0, 9989.0, 10009.0, 9988.0, 9986.0, 9987.0, 9932.0, 9982.0, 9969.0, 10044.0, 9992.0, 9995.0, 9964.0, 9998.0, 9972.0, 10070.0, 10000.0, 9986.0, 9960.0, 9970.0, 9967.0, 9994.0, 10027.0, 9967.0, 9994.0, 9936.0, 9984.0, 9987.0, 10023.0, 9990.0, 9984.0, 9986.0, 9946.0, 9978.0, 9952.0, 10018.0, 9985.0, 10002.0, 9955.0, 9952.0, 9967.0, 9963.0, 9978.0, 10012.0, 9968.0, 9968.0, 9960.0, 9978.0, 10029.0, 10010.0, 10029.0, 9987.0, 9991.0, 9948.0, 10007.0, 9978.0, 10049.0, 9997.0, 9958.0, 9934.0, 9940.0, 9945.0, 9960.0, 9948.0, 9945.0, 9960.0, 9960.0, 9995.0, 9949.0, 10034.0, 9948.0, 9985.0, 9920.0, 9988.0, 9948.0, 10016.0, 9953.0, 9984.0, 9928.0, 9942.0, 9965.0, 9989.0, 10001.0, 9982.0, 9994.0, 9963.0, 9968.0, 9975.0, 10024.0, 9991.0, 10008.0, 9954.0, 9964.0, 9960.0, 9952.0, 10001.0, 9991.0, 9989.0, 9934.0, 9971.0, 9962.0, 9998.0, 9957.0, 9934.0, 9924.0, 9931.0, 10004.0, 9976.0, 10065.0, 9994.0, 9969.0, 9942.0, 9919.0, 9971.0, 9968.0, 10019.0, 9931.0, 9981.0, 9920.0, 9964.0, 9941.0, 9991.0, 9925.0, 9958.0, 9949.0, 9978.0, 9992.0, 9992.0, 9939.0, 9965.0, 9948.0, 9932.0, 9989.0, 9961.0, 10021.0, 9967.0, 9988.0, 9960.0, 9960.0, 9964.0, 9974.0, 9956.0, 9975.0, 9967.0, 9953.0, 9980.0, 9966.0, 10043.0, 9994.0, 9980.0, 9939.0, 9971.0, 9997.0, 9994.0, 10019.0, 9980.0, 9956.0, 10002.0, 9986.0, 10033.0, 10003.0, 10014.0, 9974.0, 9969.0, 9982.0, 10024.0, 10053.0, 10045.0, 9936.0, 9969.0, 9959.0, 9966.0, 10019.0, 9991.0, 10002.0, 9987.0, 10000.0, 9990.0, 9958.0, 10006.0, 9972.0, 10083.0, 9988.0, 9986.0, 9960.0, 9984.0, 9984.0, 9980.0, 10011.0, 9963.0, 9964.0, 9973.0, 9966.0, 10007.0, 9967.0, 10013.0, 9980.0, 10000.0, 9954.0, 10018.0, 10044.0, 10004.0, 9956.0, 9954.0, 9924.0, 9971.0, 9920.0, 9989.0, 9927.0, 9976.0, 9954.0, 9944.0, 9950.0, 9949.0, 9969.0, 9974.0, 9960.0, 9962.0, 9990.0, 9957.0, 9971.0, 9960.0, 10021.0, 9958.0, 9969.0, 9994.0, 9975.0, 9976.0, 9940.0, 10015.0, 9985.0, 9966.0, 9947.0, 9968.0, 9997.0, 9972.0, 9994.0, 10018.0, 10060.0, 10002.0, 9986.0, 10009.0, 9966.0, 10002.0, 9986.0, 10030.0, 10015.0, 9980.0, 9949.0, 9936.0, 9955.0, 9994.0, 9975.0, 10011.0, 9975.0, 9985.0, 9975.0, 9971.0, 9981.0, 9982.0, 9999.0, 10014.0, 9992.0, 9985.0, 10015.0, 10010.0, 9987.0, 9994.0, 9998.0, 9989.0, 10016.0, 9992.0, 9985.0, 9987.0, 9981.0, 9995.0, 9976.0, 10050.0, 9929.0, 10024.0, 9966.0, 9996.0, 9988.0, 9979.0, 10037.0, 9956.0, 10009.0, 9971.0, 10002.0, 10033.0, 9990.0, 10087.0, 10011.0, 10056.0, 9993.0, 10048.0, 9959.0, 10077.0, 10010.0, 10028.0, 9952.0, 10005.0, 9972.0, 10035.0, 10037.0, 10018.0, 9947.0, 9944.0, 9986.0, 9943.0, 10042.0, 9948.0, 9966.0, 9944.0, 9970.0, 9972.0, 9992.0, 9955.0, 9922.0, 9963.0, 9952.0, 9991.0, 9996.0, 9964.0, 9922.0, 9923.0, 9974.0, 9929.0, 9998.0, 9927.0, 9945.0, 9942.0, 9929.0, 9983.0, 9930.0, 9955.0, 9938.0, 9924.0, 9930.0, 9965.0, 9944.0, 9932.0, 9948.0, 9933.0, 9952.0, 9944.0, 9993.0, 9961.0, 9946.0, 9963.0, 9999.0, 9957.0, 9985.0, 9993.0, 9956.0, 9978.0, 9976.0, 9991.0, 9981.0, 9996.0, 9966.0, 9995.0, 9952.0, 9979.0, 9965.0, 10013.0, 9981.0, 9986.0, 10000.0, 9993.0, 9988.0, 10002.0, 9983.0, 10038.0, 9979.0, 9939.0, 9960.0, 9947.0, 9957.0, 9956.0, 10018.0, 9968.0, 9976.0, 9966.0, 9960.0, 9967.0, 9952.0, 9974.0, 9973.0, 10013.0, 9956.0, 9971.0, 9980.0, 10011.0, 9997.0, 9982.0, 9991.0, 9959.0, 9980.0, 9981.0, 9967.0, 10009.0, 9966.0, 9977.0, 9997.0, 9969.0, 10014.0, 10017.0, 10033.0, 10017.0, 10002.0, 10022.0, 9989.0, 10073.0, 10022.0, 10039.0, 9974.0, 10014.0, 9982.0, 10076.0, 10043.0, 10004.0, 9953.0, 9947.0, 9963.0, 9930.0, 9984.0, 9998.0, 9967.0, 9958.0, 9959.0, 9919.0, 9933.0, 9939.0, 9964.0, 9967.0, 9933.0, 9945.0, 9946.0, 9967.0, 9958.0, 9964.0, 9963.0, 9935.0, 9936.0, 9946.0, 9961.0, 9926.0, 9991.0, 9953.0, 9952.0, 9938.0, 9965.0, 9951.0, 9979.0, 9979.0, 9951.0, 9960.0, 9955.0, 9974.0, 9948.0, 9992.0, 9978.0, 10009.0, 9971.0, 9954.0, 9964.0, 9973.0, 9990.0, 9985.0, 9988.0, 9998.0, 9962.0, 9985.0, 9992.0, 10005.0, 9969.0, 10068.0, 9999.0, 10027.0, 9987.0, 9977.0, 9995.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.0026748915401301515</td></tr>
<tr><td colspan=3>aqi</td><td>0.06138545661605206</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>54.95128752941378</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1676853504017384</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0025149380238867</td></tr>
<tr><td colspan=3>efc</td><td>0.537</td></tr>
<tr><td colspan=3>fber</td><td>2438.5461</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.47846921277743926</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>732</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>79.39262472885032</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.428485899917457</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.319776217419498</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5607593025831044</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4049221797497684</td></tr>
<tr><td colspan=3>gcor</td><td>0.0110153</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.013862782157957554</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.049423251301050186</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>922</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.439491278997385</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>19.7002</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>81.4</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>264.5257</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>77.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>285990.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>1156.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>452.4658</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.9002</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>553.2162</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3707.8632</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3810.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>90554.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1805.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4838.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>858.2017</td></tr>
<tr><td colspan=3>tsnr</td><td>24.745145056862384</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>