ds005256-mriqc/sub-0014_ses-04_task-alignvideo_acq-mb8_run-02_bold.html
Felix Hoffstaedter 2103bd7b7f [DATALAD RUNCMD] Compute MRIQC for sub-0014
=== 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-0014 --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-0014",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-18 23:42:44 +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-0014_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-0014_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-0014_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-0014/figures/sub-0014_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0014/figures/sub-0014_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0014/figures/sub-0014_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-0014_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-0014/figures/sub-0014_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0014/figures/sub-0014_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0014/figures/sub-0014_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-0014_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-0014/figures/sub-0014_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0014/figures/sub-0014_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0014/figures/sub-0014_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-0014_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-0014/figures/sub-0014_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0014/figures/sub-0014_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0014/figures/sub-0014_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-0014_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-0014/figures/sub-0014_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0014/figures/sub-0014_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0014/figures/sub-0014_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-0014_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-0014/figures/sub-0014_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0014/figures/sub-0014_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0014/figures/sub-0014_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-0014_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-0014/figures/sub-0014_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0014/figures/sub-0014_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-0014/figures/sub-0014_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0014/figures/sub-0014_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-0014/ses-04/func/sub-0014_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>584459dd5e3996bc29003670bd893965</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>16:53:49.797500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.997939, 0.0512406, 0.0386288, -0.0550946, 0.992798, 0.106384]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-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.0937828</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>[4152, -7754, -7270, 522, -81, -53, 63, 45]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>250.826</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>972f04a5-4fb3-4249-8996-e08096c5b85e||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6773972511291504, -0.1478147953748703, 0.08882832527160645, 116.4656982421875], [-0.13747482001781464, 2.6636033058166504, 0.29239174723625183, -94.77925872802734], [0.10363823175430298, -0.2854211926460266, 2.6826510429382324, -64.08662414550781], [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': ['165349.797500', '165350.257500', '165350.717500', '165351.177500', '165351.637500', '165352.097500', '165352.557500', '165353.017500', '165353.477500', '165353.937500', '165354.397500', '165354.857500', '165355.317500', '165355.777500', '165356.237500', '165356.697500', '165357.157500', '165357.617500', '165358.077500', '165358.537500', '165358.997500', '165359.457500', '165359.917500', '165400.377500', '165400.837500', '165401.297500', '165401.757500', '165402.217500', '165402.677500', '165403.137500', '165403.597500', '165404.057500', '165404.517500', '165404.977500', '165405.437500', '165405.897500', '165406.357500', '165406.817500', '165407.277500', '165407.737500', '165408.197500', '165408.657500', '165409.117500', '165409.577500', '165410.037500', '165410.497500', '165410.957500', '165411.417500', '165411.877500', '165412.337500', '165412.797500', '165413.257500', '165413.717500', '165414.177500', '165414.637500', '165415.097500', '165415.557500', '165416.017500', '165416.477500', '165416.937500', '165417.397500', '165417.857500', '165418.317500', '165418.777500', '165419.237500', '165419.697500', '165420.157500', '165420.617500', '165421.077500', '165421.537500', '165421.997500', '165422.457500', '165422.917500', '165423.377500', '165423.837500', '165424.297500', '165424.757500', '165425.217500', '165425.677500', '165426.137500', '165426.597500', '165427.057500', '165427.517500', '165427.977500', '165428.437500', '165428.897500', '165429.357500', '165429.817500', '165430.277500', '165430.737500', '165431.197500', '165431.657500', '165432.117500', '165432.577500', '165433.037500', '165433.497500', '165433.957500', '165434.417500', '165434.877500', '165435.337500', '165435.797500', '165436.257500', '165436.717500', '165437.177500', '165437.637500', '165438.097500', '165438.557500', '165439.017500', '165439.477500', '165439.937500', '165440.397500', '165440.857500', '165441.317500', '165441.777500', '165442.237500', '165442.697500', '165443.157500', '165443.617500', '165444.077500', '165444.537500', '165444.997500', '165445.457500', '165445.917500', '165446.377500', '165446.837500', '165447.297500', '165447.757500', '165448.217500', '165448.677500', '165449.137500', '165449.597500', '165450.057500', '165450.517500', '165450.977500', '165451.437500', '165451.897500', '165452.357500', '165452.817500', '165453.277500', '165453.737500', '165454.197500', '165454.657500', '165455.117500', '165455.577500', '165456.037500', '165456.497500', '165456.957500', '165457.417500', '165457.877500', '165458.337500', '165458.797500', '165459.257500', '165459.717500', '165500.177500', '165500.637500', '165501.097500', '165501.557500', '165502.017500', '165502.477500', '165502.937500', '165503.397500', '165503.857500', '165504.317500', '165504.777500', '165505.237500', '165505.697500', '165506.157500', '165506.617500', '165507.077500', '165507.537500', '165507.997500', '165508.457500', '165508.917500', '165509.377500', '165509.837500', '165510.297500', '165510.757500', '165511.217500', '165511.677500', '165512.137500', '165512.597500', '165513.057500', '165513.517500', '165513.977500', '165514.437500', '165514.897500', '165515.357500', '165515.817500', '165516.277500', '165516.737500', '165517.197500', '165517.657500', '165518.117500', '165518.577500', '165519.037500', '165519.497500', '165519.957500', '165520.417500', '165520.877500', '165521.337500', '165521.797500', '165522.257500', '165522.717500', '165523.177500', '165523.637500', '165524.097500', '165524.557500', '165525.017500', '165525.477500', '165525.937500', '165526.397500', '165526.857500', '165527.317500', '165527.777500', '165528.237500', '165528.697500', '165529.157500', '165529.617500', '165530.077500', '165530.537500', '165530.997500', '165531.457500', '165531.917500', '165532.377500', '165532.837500', '165533.297500', '165533.757500', '165534.217500', '165534.677500', '165535.137500', '165535.597500', '165536.057500', '165536.517500', '165536.977500', '165537.437500', '165537.897500', '165538.357500', '165538.817500', '165539.277500', '165539.737500', '165540.197500', '165540.657500', '165541.117500', '165541.577500', '165542.037500', '165542.497500', '165542.957500', '165543.417500', '165543.877500', '165544.337500', '165544.797500', '165545.257500', '165545.717500', '165546.177500', '165546.637500', '165547.097500', '165547.557500', '165548.017500', '165548.477500', '165548.937500', '165549.397500', '165549.857500', '165550.317500', '165550.777500', '165551.237500', '165551.697500', '165552.157500', '165552.617500', '165553.077500', '165553.537500', '165553.997500', '165554.457500', '165554.917500', '165555.377500', '165555.837500', '165556.297500', '165556.757500', '165557.217500', '165557.677500', '165558.137500', '165558.597500', '165559.057500', '165559.517500', '165559.977500', '165600.437500', '165600.897500', '165601.357500', '165601.817500', '165602.277500', '165602.737500', '165603.197500', '165603.657500', '165604.117500', '165604.577500', '165605.037500', '165605.497500', '165605.957500', '165606.417500', '165606.877500', '165607.337500', '165607.797500', '165608.257500', '165608.717500', '165609.177500', '165609.637500', '165610.097500', '165610.557500', '165611.017500', '165611.477500', '165611.937500', '165612.397500', '165612.857500', '165613.317500', '165613.777500', '165614.237500', '165614.697500', '165615.157500', '165615.617500', '165616.077500', '165616.537500', '165616.997500', '165617.457500', '165617.917500', '165618.377500', '165618.837500', '165619.297500', '165619.757500', '165620.217500', '165620.677500', '165621.137500', '165621.597500', '165622.057500', '165622.517500', '165622.977500', '165623.437500', '165623.897500', '165624.357500', '165624.817500', '165625.277500', '165625.737500', '165626.197500', '165626.657500', '165627.117500', '165627.577500', '165628.037500', '165628.497500', '165628.957500', '165629.417500', '165629.877500', '165630.337500', '165630.797500', '165631.257500', '165631.717500', '165632.177500', '165632.637500', '165633.097500', '165633.557500', '165634.017500', '165634.477500', '165634.937500', '165635.397500', '165635.857500', '165636.317500', '165636.777500', '165637.237500', '165637.697500', '165638.157500', '165638.617500', '165639.077500', '165639.537500', '165639.997500', '165640.457500', '165640.917500', '165641.377500', '165641.837500', '165642.297500', '165642.757500', '165643.217500', '165643.677500', '165644.137500', '165644.597500', '165645.057500', '165645.517500', '165645.977500', '165646.437500', '165646.897500', '165647.357500', '165647.817500', '165648.277500', '165648.737500', '165649.197500', '165649.657500', '165650.117500', '165650.577500', '165651.037500', '165651.497500', '165651.957500', '165652.417500', '165652.877500', '165653.337500', '165653.797500', '165654.257500', '165654.717500', '165655.177500', '165655.637500', '165656.097500', '165656.557500', '165657.017500', '165657.477500', '165657.937500', '165658.397500', '165658.857500', '165659.317500', '165659.777500', '165700.237500', '165700.697500', '165701.157500', '165701.617500', '165702.077500', '165702.537500', '165702.997500', '165703.457500', '165703.917500', '165704.377500', '165704.837500', '165705.297500', '165705.757500', '165706.217500', '165706.677500', '165707.137500', '165707.597500', '165708.057500', '165708.517500', '165708.977500', '165709.437500', '165709.897500', '165710.357500', '165710.817500', '165711.277500', '165711.737500', '165712.197500', '165712.657500', '165713.117500', '165713.577500', '165714.037500', '165714.497500', '165714.957500', '165715.417500', '165715.877500', '165716.337500', '165716.797500', '165717.257500', '165717.717500', '165718.177500', '165718.637500', '165719.097500', '165719.557500', '165720.017500', '165720.477500', '165720.937500', '165721.397500', '165721.857500', '165722.317500', '165722.777500', '165723.237500', '165723.697500', '165724.157500', '165724.617500', '165725.077500', '165725.537500', '165725.997500', '165726.457500', '165726.917500', '165727.377500', '165727.837500', '165728.297500', '165728.757500', '165729.217500', '165729.677500', '165730.137500', '165730.597500', '165731.057500', '165731.517500', '165731.977500', '165732.437500', '165732.897500', '165733.357500', '165733.817500', '165734.277500', '165734.737500', '165735.197500', '165735.657500', '165736.117500', '165736.577500', '165737.037500', '165737.497500', '165737.957500', '165738.417500', '165738.877500', '165739.337500', '165739.797500', '165740.257500', '165740.717500', '165741.177500', '165741.637500', '165742.097500', '165742.557500', '165743.017500', '165743.477500', '165743.937500', '165744.397500', '165744.857500', '165745.317500', '165745.777500', '165746.237500', '165746.697500', '165747.157500', '165747.617500', '165748.077500', '165748.537500', '165748.997500', '165749.457500', '165749.917500', '165750.377500', '165750.837500', '165751.297500', '165751.757500', '165752.217500', '165752.677500', '165753.137500', '165753.597500', '165754.057500', '165754.517500', '165754.977500', '165755.437500', '165755.897500', '165756.357500', '165756.817500', '165757.277500', '165757.737500', '165758.197500', '165758.657500', '165759.117500', '165759.577500', '165800.037500', '165800.497500', '165800.957500', '165801.417500', '165801.877500', '165802.337500', '165802.797500', '165803.257500', '165803.717500', '165804.177500', '165804.637500', '165805.097500', '165805.557500', '165806.017500', '165806.477500', '165806.937500', '165807.397500', '165807.857500', '165808.317500', '165808.777500', '165809.237500', '165809.697500', '165810.157500', '165810.617500', '165811.077500', '165811.537500', '165811.997500', '165812.457500', '165812.917500', '165813.377500', '165813.837500', '165814.297500', '165814.757500', '165815.217500', '165815.677500', '165816.137500', '165816.597500', '165817.057500', '165817.517500', '165817.977500', '165818.437500', '165818.897500', '165819.357500', '165819.817500', '165820.277500', '165820.737500', '165821.197500', '165821.657500', '165822.117500', '165822.577500', '165823.037500', '165823.497500', '165823.957500', '165824.417500', '165824.877500', '165825.337500', '165825.797500', '165826.257500', '165826.717500', '165827.177500', '165827.637500', '165828.097500', '165828.557500', '165829.017500', '165829.477500', '165829.937500', '165830.397500', '165830.857500', '165831.317500', '165831.777500', '165832.237500', '165832.697500', '165833.157500', '165833.617500', '165834.077500', '165834.537500', '165834.997500', '165835.457500', '165835.917500', '165836.377500', '165836.837500', '165837.297500', '165837.757500', '165838.217500', '165838.677500', '165839.137500', '165839.597500', '165840.057500', '165840.517500', '165840.977500', '165841.437500', '165841.897500', '165842.357500', '165842.817500', '165843.277500', '165843.737500', '165844.197500', '165844.657500', '165845.117500', '165845.577500', '165846.037500', '165846.497500', '165846.957500', '165847.417500', '165847.877500', '165848.337500', '165848.797500', '165849.257500', '165849.717500', '165850.177500', '165850.637500', '165851.097500', '165851.557500', '165852.017500', '165852.477500', '165852.937500', '165853.397500', '165853.857500', '165854.317500', '165854.777500', '165855.237500', '165855.697500', '165856.157500', '165856.617500', '165857.077500', '165857.537500', '165857.997500', '165858.457500', '165858.917500', '165859.377500', '165859.837500', '165900.297500', '165900.757500', '165901.217500', '165901.677500', '165902.137500', '165902.597500', '165903.057500', '165903.517500', '165903.977500', '165904.437500', '165904.897500', '165905.357500', '165905.817500', '165906.277500', '165906.737500', '165907.197500', '165907.657500', '165908.117500', '165908.577500', '165909.037500', '165909.497500', '165909.957500', '165910.417500', '165910.877500', '165911.337500', '165911.797500', '165912.257500', '165912.717500', '165913.177500', '165913.637500', '165914.097500', '165914.557500', '165915.017500', '165915.477500', '165915.937500', '165916.397500', '165916.857500', '165917.317500', '165917.777500', '165918.237500', '165918.697500', '165919.157500', '165919.617500', '165920.077500', '165920.537500', '165920.997500', '165921.457500', '165921.917500', '165922.377500', '165922.837500', '165923.297500', '165923.757500', '165924.217500', '165924.677500', '165925.137500', '165925.597500', '165926.057500', '165926.517500', '165926.977500', '165927.437500', '165927.897500', '165928.357500', '165928.817500', '165929.277500', '165929.737500', '165930.197500', '165930.657500', '165931.117500', '165931.577500', '165932.037500', '165932.497500', '165932.957500', '165933.417500', '165933.877500', '165934.337500', '165934.797500', '165935.257500', '165935.717500', '165936.177500', '165936.637500', '165937.097500', '165937.557500', '165938.017500', '165938.477500', '165938.937500', '165939.397500', '165939.857500', '165940.317500', '165940.777500', '165941.237500', '165941.697500', '165942.157500', '165942.617500', '165943.077500', '165943.537500', '165943.997500', '165944.457500', '165944.917500', '165945.377500', '165945.837500', '165946.297500', '165946.757500', '165947.217500', '165947.677500', '165948.137500', '165948.597500', '165949.057500', '165949.517500', '165949.977500', '165950.437500', '165950.897500', '165951.357500', '165951.817500', '165952.277500', '165952.737500', '165953.197500', '165953.657500', '165954.117500', '165954.577500', '165955.037500', '165955.497500', '165955.957500', '165956.417500', '165956.877500', '165957.337500', '165957.797500', '165958.257500', '165958.717500', '165959.177500', '165959.637500', '170000.097500', '170000.557500', '170001.017500', '170001.477500', '170001.937500', '170002.397500', '170002.857500', '170003.317500', '170003.777500', '170004.237500', '170004.697500', '170005.157500', '170005.617500', '170006.077500', '170006.537500', '170006.997500', '170007.457500', '170007.917500', '170008.377500', '170008.837500', '170009.297500', '170009.757500', '170010.217500', '170010.677500', '170011.137500', '170011.597500', '170012.057500', '170012.517500', '170012.977500', '170013.437500', '170013.897500', '170014.357500', '170014.817500', '170015.277500', '170015.737500', '170016.197500', '170016.657500', '170017.117500', '170017.577500', '170018.037500', '170018.497500', '170018.957500', '170019.417500', '170019.877500', '170020.337500', '170020.797500', '170021.257500', '170021.717500', '170022.177500', '170022.637500', '170023.097500', '170023.557500', '170024.017500', '170024.477500', '170024.937500', '170025.397500', '170025.857500', '170026.317500', '170026.777500', '170027.237500', '170027.697500', '170028.157500', '170028.617500', '170029.077500', '170029.537500', '170029.997500', '170030.457500', '170030.917500', '170031.377500', '170031.837500', '170032.297500', '170032.757500', '170033.217500', '170033.677500', '170034.137500', '170034.597500', '170035.057500', '170035.517500', '170035.977500', '170036.437500', '170036.897500', '170037.357500', '170037.817500', '170038.277500', '170038.737500', '170039.197500', '170039.657500', '170040.117500', '170040.577500', '170041.037500', '170041.497500', '170041.957500', '170042.417500', '170042.877500', '170043.337500', '170043.797500', '170044.257500', '170044.717500', '170045.177500', '170045.637500', '170046.097500', '170046.557500', '170047.017500', '170047.477500', '170047.937500', '170048.397500', '170048.857500', '170049.317500', '170049.777500', '170050.237500', '170050.697500', '170051.157500', '170051.617500', '170052.077500', '170052.537500', '170052.997500', '170053.457500', '170053.917500', '170054.377500', '170054.837500', '170055.297500'], 'ContentTime': ['165406.189000', '165406.194000', '165406.197000', '165406.200000', '165406.203000', '165406.206000', '165406.209000', '165406.212000', '165406.215000', '165406.218000', '165406.230000', '165406.233000', '165406.236000', '165406.239000', '165406.242000', '165406.245000', '165406.248000', '165406.251000', '165406.254000', '165406.257000', '165406.260000', '165406.263000', '165406.288000', '165406.291000', '165406.294000', '165406.296000', '165406.299000', '165406.302000', '165406.305000', '165406.308000', '165406.311000', '165406.314000', '165406.317000', '165406.320000', '165426.152000', '165426.156000', '165426.159000', '165426.162000', '165426.164000', '165426.167000', '165426.170000', '165426.173000', '165426.176000', '165426.178000', '165426.181000', '165426.184000', '165426.187000', '165426.190000', '165426.192000', '165426.195000', '165426.198000', '165426.201000', '165426.203000', '165426.206000', '165426.209000', '165426.212000', '165426.215000', '165426.217000', '165426.220000', '165426.223000', '165426.226000', '165426.229000', '165426.231000', '165426.234000', '165426.237000', '165426.240000', '165426.243000', '165426.246000', '165426.248000', '165426.251000', '165426.254000', '165426.257000', '165426.260000', '165426.262000', '165426.265000', '165426.268000', '165426.271000', '165426.274000', '165446.152000', '165446.155000', '165446.158000', '165446.160000', '165446.163000', '165446.166000', '165446.169000', '165446.172000', '165446.175000', '165446.177000', '165446.180000', '165446.183000', '165446.186000', '165446.189000', '165446.192000', '165446.194000', '165446.197000', '165446.200000', '165446.203000', '165446.206000', '165446.209000', '165446.211000', '165446.214000', '165446.217000', '165446.226000', '165446.228000', '165446.231000', '165446.234000', '165446.237000', '165446.240000', '165446.243000', '165446.245000', '165446.248000', '165446.251000', '165446.254000', '165446.257000', '165446.260000', '165446.262000', '165446.265000', '165446.268000', '165446.271000', '165446.274000', '165446.276000', '165506.152000', '165506.155000', '165506.158000', '165506.160000', '165506.163000', '165506.166000', '165506.169000', '165506.172000', '165506.175000', '165506.177000', '165506.180000', '165506.183000', '165506.186000', '165506.189000', '165506.192000', '165506.194000', '165506.197000', '165506.200000', '165506.203000', '165506.206000', '165506.209000', '165506.211000', '165506.214000', '165506.217000', '165506.226000', '165506.229000', '165506.232000', '165506.235000', '165506.237000', '165506.240000', '165506.243000', '165506.246000', '165506.249000', '165506.251000', '165506.254000', '165506.257000', '165506.260000', '165506.263000', '165506.266000', '165506.269000', '165506.271000', '165506.274000', '165506.277000', '165506.280000', '165526.152000', '165526.155000', '165526.158000', '165526.160000', '165526.163000', '165526.166000', '165526.169000', '165526.172000', '165526.175000', '165526.178000', '165526.180000', '165526.183000', '165526.186000', '165526.189000', '165526.192000', '165526.195000', '165526.197000', '165526.200000', '165526.213000', '165526.216000', '165526.219000', '165526.222000', '165526.224000', '165526.228000', '165526.232000', '165526.235000', '165526.237000', '165526.240000', '165526.243000', '165526.246000', '165526.249000', '165526.252000', '165526.255000', '165526.257000', '165526.260000', '165526.263000', '165526.266000', '165526.269000', '165526.271000', '165526.274000', '165526.277000', '165526.280000', '165526.283000', '165546.152000', '165546.155000', '165546.157000', '165546.160000', '165546.163000', '165546.166000', '165546.169000', '165546.172000', '165546.175000', '165546.177000', '165546.180000', '165546.183000', '165546.186000', '165546.189000', '165546.191000', '165546.194000', '165546.197000', '165546.200000', '165546.203000', '165546.206000', '165546.209000', '165546.212000', '165546.214000', '165546.217000', '165546.220000', '165546.223000', '165546.226000', '165546.229000', '165546.231000', '165546.234000', '165546.237000', '165546.240000', '165546.243000', '165546.245000', '165546.248000', '165546.251000', '165546.254000', '165546.257000', '165546.260000', '165546.262000', '165546.265000', '165546.268000', '165546.271000', '165546.274000', '165606.152000', '165606.155000', '165606.158000', '165606.161000', '165606.163000', '165606.166000', '165606.169000', '165606.172000', '165606.175000', '165606.178000', '165606.181000', '165606.183000', '165606.186000', '165606.189000', '165606.192000', '165606.195000', '165606.198000', '165606.200000', '165606.203000', '165606.206000', '165606.209000', '165606.212000', '165606.215000', '165606.217000', '165606.220000', '165606.223000', '165606.226000', '165606.229000', '165606.232000', '165606.234000', '165606.237000', '165606.240000', '165606.243000', '165606.246000', '165606.249000', '165606.251000', '165606.254000', '165606.257000', '165606.260000', '165606.263000', '165606.266000', '165606.268000', '165606.271000', '165626.152000', '165626.155000', '165626.158000', '165626.160000', '165626.163000', '165626.166000', '165626.169000', '165626.172000', '165626.175000', '165626.178000', '165626.180000', '165626.183000', '165626.186000', '165626.189000', '165626.192000', '165626.195000', '165626.198000', '165626.200000', '165626.203000', '165626.206000', '165626.209000', '165626.212000', '165626.214000', '165626.217000', '165626.220000', '165626.223000', '165626.226000', '165626.228000', '165626.231000', '165626.234000', '165626.237000', '165626.240000', '165626.243000', '165626.245000', '165626.248000', '165626.251000', '165626.254000', '165626.257000', '165626.260000', '165626.263000', '165626.265000', '165626.268000', '165626.271000', '165626.274000', '165646.152000', '165646.155000', '165646.158000', '165646.161000', '165646.163000', '165646.166000', '165646.169000', '165646.172000', '165646.175000', '165646.178000', '165646.181000', '165646.184000', '165646.186000', '165646.189000', '165646.192000', '165646.195000', '165646.198000', '165646.201000', '165646.203000', '165646.206000', '165646.209000', '165646.212000', '165646.215000', '165646.218000', '165646.220000', '165646.223000', '165646.226000', '165646.229000', '165646.232000', '165646.234000', '165646.237000', '165646.240000', '165646.243000', '165646.246000', '165646.249000', '165646.251000', '165646.254000', '165646.257000', '165646.260000', '165646.263000', '165646.267000', '165646.270000', '165646.273000', '165706.162000', '165706.166000', '165706.168000', '165706.171000', '165706.174000', '165706.177000', '165706.180000', '165706.183000', '165706.185000', '165706.188000', '165706.191000', '165706.194000', '165706.197000', '165706.201000', '165706.204000', '165706.207000', '165706.209000', '165706.212000', '165706.215000', '165706.218000', '165706.221000', '165706.224000', '165706.226000', '165706.229000', '165706.232000', '165706.235000', '165706.238000', '165706.241000', '165706.244000', '165706.247000', '165706.250000', '165706.252000', '165706.255000', '165706.258000', '165706.261000', '165706.264000', '165706.267000', '165706.270000', '165706.272000', '165706.275000', '165706.278000', '165706.281000', '165706.284000', '165706.287000', '165726.152000', '165726.155000', '165726.158000', '165726.161000', '165726.164000', '165726.166000', '165726.169000', '165726.172000', '165726.175000', '165726.178000', '165726.181000', '165726.184000', '165726.186000', '165726.189000', '165726.192000', '165726.195000', '165726.198000', '165726.201000', '165726.203000', '165726.206000', '165726.209000', '165726.212000', '165726.215000', '165726.218000', '165726.220000', '165726.223000', '165726.226000', '165726.229000', '165726.232000', '165726.235000', '165726.238000', '165726.240000', '165726.243000', '165726.246000', '165726.249000', '165726.252000', '165726.255000', '165726.258000', '165726.260000', '165726.263000', '165726.266000', '165726.269000', '165726.272000', '165746.152000', '165746.155000', '165746.158000', '165746.161000', '165746.163000', '165746.166000', '165746.169000', '165746.172000', '165746.175000', '165746.185000', '165746.188000', '165746.190000', '165746.193000', '165746.196000', '165746.199000', '165746.202000', '165746.205000', '165746.208000', '165746.211000', '165746.214000', '165746.216000', '165746.219000', '165746.222000', '165746.225000', '165746.228000', '165746.231000', '165746.233000', '165746.236000', '165746.239000', '165746.242000', '165746.245000', '165746.248000', '165746.250000', '165746.253000', '165746.256000', '165746.259000', '165746.262000', '165746.265000', '165746.267000', '165746.270000', '165746.273000', '165746.276000', '165746.279000', '165746.282000', '165806.152000', '165806.155000', '165806.158000', '165806.161000', '165806.164000', '165806.167000', '165806.169000', '165806.172000', '165806.175000', '165806.178000', '165806.181000', '165806.184000', '165806.186000', '165806.189000', '165806.192000', '165806.195000', '165806.198000', '165806.201000', '165806.203000', '165806.206000', '165806.209000', '165806.212000', '165806.215000', '165806.218000', '165806.221000', '165806.223000', '165806.226000', '165806.229000', '165806.232000', '165806.235000', '165806.238000', '165806.241000', '165806.243000', '165806.246000', '165806.249000', '165806.252000', '165806.255000', '165806.258000', '165806.260000', '165806.263000', '165806.266000', '165806.269000', '165806.272000', '165826.152000', '165826.155000', '165826.158000', '165826.161000', '165826.164000', '165826.167000', '165826.169000', '165826.172000', '165826.175000', '165826.178000', '165826.181000', '165826.184000', '165826.186000', '165826.189000', '165826.192000', '165826.195000', '165826.198000', '165826.201000', '165826.203000', '165826.206000', '165826.209000', '165826.212000', '165826.215000', '165826.218000', '165826.220000', '165826.234000', '165826.237000', '165826.240000', '165826.243000', '165826.245000', '165826.248000', '165826.251000', '165826.254000', '165826.257000', '165826.260000', '165826.263000', '165826.265000', '165826.268000', '165826.271000', '165826.274000', '165826.277000', '165826.280000', '165826.283000', '165846.152000', '165846.155000', '165846.158000', '165846.161000', '165846.163000', '165846.166000', '165846.169000', '165846.172000', '165846.175000', '165846.178000', '165846.181000', '165846.184000', '165846.186000', '165846.189000', '165846.192000', '165846.195000', '165846.198000', '165846.201000', '165846.203000', '165846.206000', '165846.209000', '165846.212000', '165846.215000', '165846.218000', '165846.220000', '165846.223000', '165846.226000', '165846.229000', '165846.232000', '165846.235000', '165846.238000', '165846.240000', '165846.243000', '165846.246000', '165846.249000', '165846.252000', '165846.254000', '165846.257000', '165846.260000', '165846.263000', '165846.266000', '165846.269000', '165846.271000', '165846.274000', '165906.152000', '165906.155000', '165906.158000', '165906.161000', '165906.164000', '165906.167000', '165906.169000', '165906.172000', '165906.175000', '165906.178000', '165906.181000', '165906.184000', '165906.187000', '165906.189000', '165906.192000', '165906.195000', '165906.198000', '165906.201000', '165906.206000', '165906.210000', '165906.213000', '165906.216000', '165906.219000', '165906.221000', '165906.224000', '165906.227000', '165906.230000', '165906.233000', '165906.236000', '165906.238000', '165906.241000', '165906.244000', '165906.247000', '165906.250000', '165906.253000', '165906.255000', '165906.258000', '165906.261000', '165906.264000', '165906.267000', '165906.270000', '165906.273000', '165906.275000', '165926.153000', '165926.156000', '165926.159000', '165926.161000', '165926.164000', '165926.167000', '165926.170000', '165926.173000', '165926.176000', '165926.179000', '165926.181000', '165926.184000', '165926.187000', '165926.190000', '165926.193000', '165926.195000', '165926.198000', '165926.201000', '165926.204000', '165926.207000', '165926.210000', '165926.212000', '165926.215000', '165926.218000', '165926.221000', '165926.224000', '165926.227000', '165926.229000', '165926.232000', '165926.235000', '165926.238000', '165926.241000', '165926.244000', '165926.247000', '165926.259000', '165926.262000', '165926.265000', '165926.268000', '165926.271000', '165926.273000', '165926.276000', '165926.279000', '165926.282000', '165926.285000', '165946.152000', '165946.155000', '165946.158000', '165946.161000', '165946.163000', '165946.166000', '165946.169000', '165946.172000', '165946.175000', '165946.178000', '165946.181000', '165946.184000', '165946.186000', '165946.190000', '165946.196000', '165946.199000', '165946.201000', '165946.204000', '165946.207000', '165946.210000', '165946.213000', '165946.216000', '165946.219000', '165946.222000', '165946.225000', '165946.228000', '165946.231000', '165946.233000', '165946.236000', '165946.239000', '165946.242000', '165946.245000', '165946.248000', '165946.250000', '165946.253000', '165946.256000', '165946.259000', '165946.262000', '165946.265000', '165946.268000', '165946.271000', '165946.273000', '165946.276000', '170006.152000', '170006.155000', '170006.158000', '170006.161000', '170006.163000', '170006.166000', '170006.169000', '170006.172000', '170006.175000', '170006.178000', '170006.180000', '170006.183000', '170006.186000', '170006.189000', '170006.192000', '170006.194000', '170006.197000', '170006.200000', '170006.203000', '170006.206000', '170006.208000', '170006.211000', '170006.214000', '170006.217000', '170006.220000', '170006.223000', '170006.226000', '170006.228000', '170006.231000', '170006.234000', '170006.237000', '170006.240000', '170006.243000', '170006.245000', '170006.248000', '170006.251000', '170006.254000', '170006.257000', '170006.260000', '170006.262000', '170006.265000', '170006.268000', '170006.271000', '170006.274000', '170026.152000', '170026.155000', '170026.158000', '170026.161000', '170026.164000', '170026.167000', '170026.169000', '170026.172000', '170026.175000', '170026.178000', '170026.181000', '170026.184000', '170026.186000', '170026.189000', '170026.192000', '170026.195000', '170026.198000', '170026.201000', '170026.203000', '170026.208000', '170026.211000', '170026.214000', '170026.217000', '170026.220000', '170026.223000', '170026.226000', '170026.229000', '170026.231000', '170026.234000', '170026.237000', '170026.240000', '170026.243000', '170026.245000', '170026.248000', '170026.251000', '170026.254000', '170026.257000', '170026.260000', '170026.263000', '170026.265000', '170026.268000', '170026.271000', '170026.274000', '170046.152000', '170046.155000', '170046.158000', '170046.161000', '170046.164000', '170046.167000', '170046.169000', '170046.172000', '170046.175000', '170046.178000', '170046.181000', '170046.184000', '170046.186000', '170046.189000', '170046.192000', '170046.195000', '170046.198000', '170046.200000', '170046.203000', '170046.206000', '170046.209000', '170046.212000', '170046.215000', '170046.218000', '170046.220000', '170046.223000', '170046.226000', '170046.229000', '170046.232000', '170046.235000', '170046.237000', '170046.240000', '170046.243000', '170046.246000', '170046.249000', '170046.252000', '170046.255000', '170046.258000', '170046.261000', '170046.263000', '170046.266000', '170046.269000', '170046.272000', '170046.275000', '170056.163000', '170056.167000', '170056.170000', '170056.173000', '170056.176000', '170056.179000', '170056.181000', '170056.184000', '170056.187000', '170056.190000', '170056.193000', '170056.196000', '170056.198000', '170056.201000', '170056.204000', '170056.207000', '170056.210000', '170056.213000', '170056.216000', '170056.218000', '170056.221000', '170056.224000'], 'InstanceCreationTime': ['165406.189000', '165406.194000', '165406.197000', '165406.200000', '165406.203000', '165406.206000', '165406.209000', '165406.212000', '165406.215000', '165406.218000', '165406.230000', '165406.233000', '165406.236000', '165406.239000', '165406.242000', '165406.245000', '165406.248000', '165406.251000', '165406.254000', '165406.257000', '165406.260000', '165406.263000', '165406.288000', '165406.291000', '165406.294000', '165406.296000', '165406.299000', '165406.302000', '165406.305000', '165406.308000', '165406.311000', '165406.314000', '165406.317000', '165406.320000', '165426.152000', '165426.156000', '165426.159000', '165426.162000', '165426.164000', '165426.167000', '165426.170000', '165426.173000', '165426.176000', '165426.178000', '165426.181000', '165426.184000', '165426.187000', '165426.190000', '165426.192000', '165426.195000', '165426.198000', '165426.201000', '165426.203000', '165426.206000', '165426.209000', '165426.212000', '165426.215000', '165426.217000', '165426.220000', '165426.223000', '165426.226000', '165426.229000', '165426.231000', '165426.234000', '165426.237000', '165426.240000', '165426.243000', '165426.246000', '165426.248000', '165426.251000', '165426.254000', '165426.257000', '165426.260000', '165426.262000', '165426.265000', '165426.268000', '165426.271000', '165426.274000', '165446.152000', '165446.155000', '165446.158000', '165446.160000', '165446.163000', '165446.166000', '165446.169000', '165446.172000', '165446.175000', '165446.177000', '165446.180000', '165446.183000', '165446.186000', '165446.189000', '165446.192000', '165446.194000', '165446.197000', '165446.200000', '165446.203000', '165446.206000', '165446.209000', '165446.211000', '165446.214000', '165446.217000', '165446.226000', '165446.228000', '165446.231000', '165446.234000', '165446.237000', '165446.240000', '165446.243000', '165446.245000', '165446.248000', '165446.251000', '165446.254000', '165446.257000', '165446.260000', '165446.262000', '165446.265000', '165446.268000', '165446.271000', '165446.274000', '165446.276000', '165506.152000', '165506.155000', '165506.158000', '165506.160000', '165506.163000', '165506.166000', '165506.169000', '165506.172000', '165506.175000', '165506.177000', '165506.180000', '165506.183000', '165506.186000', '165506.189000', '165506.192000', '165506.194000', '165506.197000', '165506.200000', '165506.203000', '165506.206000', '165506.209000', '165506.211000', '165506.214000', '165506.217000', '165506.226000', '165506.229000', '165506.232000', '165506.235000', '165506.237000', '165506.240000', '165506.243000', '165506.246000', '165506.249000', '165506.251000', '165506.254000', '165506.257000', '165506.260000', '165506.263000', '165506.266000', '165506.269000', '165506.271000', '165506.274000', '165506.277000', '165506.280000', '165526.152000', '165526.155000', '165526.158000', '165526.160000', '165526.163000', '165526.166000', '165526.169000', '165526.172000', '165526.175000', '165526.178000', '165526.180000', '165526.183000', '165526.186000', '165526.189000', '165526.192000', '165526.195000', '165526.197000', '165526.200000', '165526.213000', '165526.216000', '165526.219000', '165526.222000', '165526.224000', '165526.228000', '165526.232000', '165526.235000', '165526.237000', '165526.240000', '165526.243000', '165526.246000', '165526.249000', '165526.252000', '165526.255000', '165526.257000', '165526.260000', '165526.263000', '165526.266000', '165526.269000', '165526.271000', '165526.274000', '165526.277000', '165526.280000', '165526.283000', '165546.152000', '165546.155000', '165546.157000', '165546.160000', '165546.163000', '165546.166000', '165546.169000', '165546.172000', '165546.175000', '165546.177000', '165546.180000', '165546.183000', '165546.186000', '165546.189000', '165546.191000', '165546.194000', '165546.197000', '165546.200000', '165546.203000', '165546.206000', '165546.209000', '165546.212000', '165546.214000', '165546.217000', '165546.220000', '165546.223000', '165546.226000', '165546.229000', '165546.231000', '165546.234000', '165546.237000', '165546.240000', '165546.243000', '165546.245000', '165546.248000', '165546.251000', '165546.254000', '165546.257000', '165546.260000', '165546.262000', '165546.265000', '165546.268000', '165546.271000', '165546.274000', '165606.152000', '165606.155000', '165606.158000', '165606.161000', '165606.163000', '165606.166000', '165606.169000', '165606.172000', '165606.175000', '165606.178000', '165606.181000', '165606.183000', '165606.186000', '165606.189000', '165606.192000', '165606.195000', '165606.198000', '165606.200000', '165606.203000', '165606.206000', '165606.209000', '165606.212000', '165606.215000', '165606.217000', '165606.220000', '165606.223000', '165606.226000', '165606.229000', '165606.232000', '165606.234000', '165606.237000', '165606.240000', '165606.243000', '165606.246000', '165606.249000', '165606.251000', '165606.254000', '165606.257000', '165606.260000', '165606.263000', '165606.266000', '165606.268000', '165606.271000', '165626.152000', '165626.155000', '165626.158000', '165626.160000', '165626.163000', '165626.166000', '165626.169000', '165626.172000', '165626.175000', '165626.178000', '165626.180000', '165626.183000', '165626.186000', '165626.189000', '165626.192000', '165626.195000', '165626.198000', '165626.200000', '165626.203000', '165626.206000', '165626.209000', '165626.212000', '165626.214000', '165626.217000', '165626.220000', '165626.223000', '165626.226000', '165626.228000', '165626.231000', '165626.234000', '165626.237000', '165626.240000', '165626.243000', '165626.245000', '165626.248000', '165626.251000', '165626.254000', '165626.257000', '165626.260000', '165626.263000', '165626.265000', '165626.268000', '165626.271000', '165626.274000', '165646.152000', '165646.155000', '165646.158000', '165646.161000', '165646.163000', '165646.166000', '165646.169000', '165646.172000', '165646.175000', '165646.178000', '165646.181000', '165646.184000', '165646.186000', '165646.189000', '165646.192000', '165646.195000', '165646.198000', '165646.201000', '165646.203000', '165646.206000', '165646.209000', '165646.212000', '165646.215000', '165646.218000', '165646.220000', '165646.223000', '165646.226000', '165646.229000', '165646.232000', '165646.234000', '165646.237000', '165646.240000', '165646.243000', '165646.246000', '165646.249000', '165646.251000', '165646.254000', '165646.257000', '165646.260000', '165646.263000', '165646.267000', '165646.270000', '165646.273000', '165706.162000', '165706.166000', '165706.168000', '165706.171000', '165706.174000', '165706.177000', '165706.180000', '165706.183000', '165706.185000', '165706.188000', '165706.191000', '165706.194000', '165706.197000', '165706.201000', '165706.204000', '165706.207000', '165706.209000', '165706.212000', '165706.215000', '165706.218000', '165706.221000', '165706.224000', '165706.226000', '165706.229000', '165706.232000', '165706.235000', '165706.238000', '165706.241000', '165706.244000', '165706.247000', '165706.250000', '165706.252000', '165706.255000', '165706.258000', '165706.261000', '165706.264000', '165706.267000', '165706.270000', '165706.272000', '165706.275000', '165706.278000', '165706.281000', '165706.284000', '165706.287000', '165726.152000', '165726.155000', '165726.158000', '165726.161000', '165726.164000', '165726.166000', '165726.169000', '165726.172000', '165726.175000', '165726.178000', '165726.181000', '165726.184000', '165726.186000', '165726.189000', '165726.192000', '165726.195000', '165726.198000', '165726.201000', '165726.203000', '165726.206000', '165726.209000', '165726.212000', '165726.215000', '165726.218000', '165726.220000', '165726.223000', '165726.226000', '165726.229000', '165726.232000', '165726.235000', '165726.238000', '165726.240000', '165726.243000', '165726.246000', '165726.249000', '165726.252000', '165726.255000', '165726.258000', '165726.260000', '165726.263000', '165726.266000', '165726.269000', '165726.272000', '165746.152000', '165746.155000', '165746.158000', '165746.161000', '165746.163000', '165746.166000', '165746.169000', '165746.172000', '165746.175000', '165746.185000', '165746.188000', '165746.190000', '165746.193000', '165746.196000', '165746.199000', '165746.202000', '165746.205000', '165746.208000', '165746.211000', '165746.214000', '165746.216000', '165746.219000', '165746.222000', '165746.225000', '165746.228000', '165746.231000', '165746.233000', '165746.236000', '165746.239000', '165746.242000', '165746.245000', '165746.248000', '165746.250000', '165746.253000', '165746.256000', '165746.259000', '165746.262000', '165746.265000', '165746.267000', '165746.270000', '165746.273000', '165746.276000', '165746.279000', '165746.282000', '165806.152000', '165806.155000', '165806.158000', '165806.161000', '165806.164000', '165806.167000', '165806.169000', '165806.172000', '165806.175000', '165806.178000', '165806.181000', '165806.184000', '165806.186000', '165806.189000', '165806.192000', '165806.195000', '165806.198000', '165806.201000', '165806.203000', '165806.206000', '165806.209000', '165806.212000', '165806.215000', '165806.218000', '165806.221000', '165806.223000', '165806.226000', '165806.229000', '165806.232000', '165806.235000', '165806.238000', '165806.241000', '165806.243000', '165806.246000', '165806.249000', '165806.252000', '165806.255000', '165806.258000', '165806.260000', '165806.263000', '165806.266000', '165806.269000', '165806.272000', '165826.152000', '165826.155000', '165826.158000', '165826.161000', '165826.164000', '165826.167000', '165826.169000', '165826.172000', '165826.175000', '165826.178000', '165826.181000', '165826.184000', '165826.186000', '165826.189000', '165826.192000', '165826.195000', '165826.198000', '165826.201000', '165826.203000', '165826.206000', '165826.209000', '165826.212000', '165826.215000', '165826.218000', '165826.220000', '165826.234000', '165826.237000', '165826.240000', '165826.243000', '165826.245000', '165826.248000', '165826.251000', '165826.254000', '165826.257000', '165826.260000', '165826.263000', '165826.265000', '165826.268000', '165826.271000', '165826.274000', '165826.277000', '165826.280000', '165826.283000', '165846.152000', '165846.155000', '165846.158000', '165846.161000', '165846.163000', '165846.166000', '165846.169000', '165846.172000', '165846.175000', '165846.178000', '165846.181000', '165846.184000', '165846.186000', '165846.189000', '165846.192000', '165846.195000', '165846.198000', '165846.201000', '165846.203000', '165846.206000', '165846.209000', '165846.212000', '165846.215000', '165846.218000', '165846.220000', '165846.223000', '165846.226000', '165846.229000', '165846.232000', '165846.235000', '165846.238000', '165846.240000', '165846.243000', '165846.246000', '165846.249000', '165846.252000', '165846.254000', '165846.257000', '165846.260000', '165846.263000', '165846.266000', '165846.269000', '165846.271000', '165846.274000', '165906.152000', '165906.155000', '165906.158000', '165906.161000', '165906.164000', '165906.167000', '165906.169000', '165906.172000', '165906.175000', '165906.178000', '165906.181000', '165906.184000', '165906.187000', '165906.189000', '165906.192000', '165906.195000', '165906.198000', '165906.201000', '165906.206000', '165906.210000', '165906.213000', '165906.216000', '165906.219000', '165906.221000', '165906.224000', '165906.227000', '165906.230000', '165906.233000', '165906.236000', '165906.238000', '165906.241000', '165906.244000', '165906.247000', '165906.250000', '165906.253000', '165906.255000', '165906.258000', '165906.261000', '165906.264000', '165906.267000', '165906.270000', '165906.273000', '165906.275000', '165926.153000', '165926.156000', '165926.159000', '165926.161000', '165926.164000', '165926.167000', '165926.170000', '165926.173000', '165926.176000', '165926.179000', '165926.181000', '165926.184000', '165926.187000', '165926.190000', '165926.193000', '165926.195000', '165926.198000', '165926.201000', '165926.204000', '165926.207000', '165926.210000', '165926.212000', '165926.215000', '165926.218000', '165926.221000', '165926.224000', '165926.227000', '165926.229000', '165926.232000', '165926.235000', '165926.238000', '165926.241000', '165926.244000', '165926.247000', '165926.259000', '165926.262000', '165926.265000', '165926.268000', '165926.271000', '165926.273000', '165926.276000', '165926.279000', '165926.282000', '165926.285000', '165946.152000', '165946.155000', '165946.158000', '165946.161000', '165946.163000', '165946.166000', '165946.169000', '165946.172000', '165946.175000', '165946.178000', '165946.181000', '165946.184000', '165946.186000', '165946.190000', '165946.196000', '165946.199000', '165946.201000', '165946.204000', '165946.207000', '165946.210000', '165946.213000', '165946.216000', '165946.219000', '165946.222000', '165946.225000', '165946.228000', '165946.231000', '165946.233000', '165946.236000', '165946.239000', '165946.242000', '165946.245000', '165946.248000', '165946.250000', '165946.253000', '165946.256000', '165946.259000', '165946.262000', '165946.265000', '165946.268000', '165946.271000', '165946.273000', '165946.276000', '170006.152000', '170006.155000', '170006.158000', '170006.161000', '170006.163000', '170006.166000', '170006.169000', '170006.172000', '170006.175000', '170006.178000', '170006.180000', '170006.183000', '170006.186000', '170006.189000', '170006.192000', '170006.194000', '170006.197000', '170006.200000', '170006.203000', '170006.206000', '170006.208000', '170006.211000', '170006.214000', '170006.217000', '170006.220000', '170006.223000', '170006.226000', '170006.228000', '170006.231000', '170006.234000', '170006.237000', '170006.240000', '170006.243000', '170006.245000', '170006.248000', '170006.251000', '170006.254000', '170006.257000', '170006.260000', '170006.262000', '170006.265000', '170006.268000', '170006.271000', '170006.274000', '170026.152000', '170026.155000', '170026.158000', '170026.161000', '170026.164000', '170026.167000', '170026.169000', '170026.172000', '170026.175000', '170026.178000', '170026.181000', '170026.184000', '170026.186000', '170026.189000', '170026.192000', '170026.195000', '170026.198000', '170026.201000', '170026.203000', '170026.208000', '170026.211000', '170026.214000', '170026.217000', '170026.220000', '170026.223000', '170026.226000', '170026.229000', '170026.231000', '170026.234000', '170026.237000', '170026.240000', '170026.243000', '170026.245000', '170026.248000', '170026.251000', '170026.254000', '170026.257000', '170026.260000', '170026.263000', '170026.265000', '170026.268000', '170026.271000', '170026.274000', '170046.152000', '170046.155000', '170046.158000', '170046.161000', '170046.164000', '170046.167000', '170046.169000', '170046.172000', '170046.175000', '170046.178000', '170046.181000', '170046.184000', '170046.186000', '170046.189000', '170046.192000', '170046.195000', '170046.198000', '170046.200000', '170046.203000', '170046.206000', '170046.209000', '170046.212000', '170046.215000', '170046.218000', '170046.220000', '170046.223000', '170046.226000', '170046.229000', '170046.232000', '170046.235000', '170046.237000', '170046.240000', '170046.243000', '170046.246000', '170046.249000', '170046.252000', '170046.255000', '170046.258000', '170046.261000', '170046.263000', '170046.266000', '170046.269000', '170046.272000', '170046.275000', '170056.163000', '170056.167000', '170056.170000', '170056.173000', '170056.176000', '170056.179000', '170056.181000', '170056.184000', '170056.187000', '170056.190000', '170056.193000', '170056.196000', '170056.198000', '170056.201000', '170056.204000', '170056.207000', '170056.210000', '170056.213000', '170056.216000', '170056.218000', '170056.221000', '170056.224000'], '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': [9192, 15073, 10129, 15208, 10636, 15230, 11422, 15552, 13160, 15165, 10157, 10280, 9292, 7559, 14031, 11103, 15412, 9986, 8385, 10681, 9508, 13308, 10169, 13881, 8068, 13412, 8064, 13668, 8986, 16343, 12292, 15137, 12052, 13762, 10353, 15264, 10620, 18255, 13117, 10001, 10024, 7980, 12014, 8360, 16295, 11876, 15873, 11590, 15739, 10346, 15366, 10561, 15549, 12128, 8957, 10527, 8341, 12356, 8939, 11902, 12675, 11638, 12242, 10470, 8198, 9150, 9049, 9653, 9592, 10737, 8875, 12441, 7394, 11594, 8215, 12266, 9662, 14250, 10416, 14932, 10416, 11649, 9266, 13033, 10115, 16103, 12249, 15733, 10929, 10805, 11237, 9948, 14128, 13035, 15829, 9766, 14167, 9487, 12924, 9481, 16528, 10560, 12054, 10039, 8099, 10791, 8286, 12887, 8631, 16088, 11836, 14812, 10434, 13732, 9459, 14699, 10442, 15540, 10585, 8082, 10587, 8089, 12695, 9332, 16285, 11325, 10593, 9497, 9143, 11348, 8840, 15451, 9664, 15928, 11620, 14817, 10466, 15255, 10537, 17911, 11879, 9122, 9757, 7911, 14942, 10086, 7996, 13169, 10095, 17296, 12145, 8351, 11720, 8167, 14568, 9301, 9706, 12900, 8819, 17374, 11947, 13924, 14683, 9733, 14299, 9870, 14794, 10726, 8391, 15521, 10493, 11959, 9503, 9228, 12034, 8120, 16183, 12211, 14361, 10228, 10109, 10221, 9732, 15953, 9494, 15773, 11666, 15263, 10159, 14789, 10415, 10834, 13420, 7934, 13270, 9149, 14806, 10041, 17673, 12094, 12300, 10631, 7964, 12111, 8245, 14748, 9929, 15716, 11820, 8647, 11817, 7903, 14417, 9356, 16313, 11807, 17022, 12003, 11777, 9891, 8706, 13155, 8742, 16571, 9063, 13383, 7953, 12669, 8128, 14345, 10169, 16189, 11512, 12230, 9239, 8044, 9198, 7984, 11415, 8074, 13816, 9334, 13172, 9388, 13808, 8493, 14977, 11683, 15363, 12561, 14551, 10698, 14670, 10105, 14969, 10598, 16013, 11480, 14700, 9994, 13950, 9844, 11918, 9294, 9809, 12127, 8187, 11057, 8038, 10542, 18078, 10712, 14228, 10816, 14037, 11529, 13047, 9542, 12780, 8988, 10529, 9448, 11924, 11849, 8304, 11268, 9935, 11206, 17543, 13478, 15182, 11373, 13571, 8336, 10939, 8385, 11862, 11095, 11203, 9861, 13960, 8199, 11939, 8800, 13310, 9962, 15048, 11296, 15331, 10708, 14256, 8867, 13169, 10824, 13016, 10245, 13507, 8188, 10889, 8084, 12534, 9089, 16118, 10705, 11486, 8926, 10269, 8660, 12628, 10349, 13409, 11054, 8944, 10389, 7991, 11960, 8332, 15522, 11211, 15607, 10931, 12388, 9592, 11520, 11843, 10223, 14705, 8274, 14414, 9921, 15684, 10619, 15948, 11147, 13615, 9768, 8256, 11044, 8110, 13413, 9092, 16353, 12255, 13200, 9755, 7759, 11493, 8012, 14887, 10975, 16697, 10268, 9798, 9083, 8471, 14147, 9802, 16790, 12318, 16174, 10868, 14027, 10229, 14611, 14174, 8931, 13530, 8937, 14165, 9774, 16196, 11030, 8703, 10779, 8006, 13608, 9050, 15006, 10970, 16558, 12639, 14149, 10465, 13546, 9859, 14587, 9969, 12323, 9681, 7880, 11438, 8406, 13086, 9526, 14734, 10699, 11445, 11683, 10679, 10924, 9260, 11805, 10969, 15789, 9226, 15230, 11053, 14067, 10325, 16845, 11015, 14694, 11285, 8214, 11494, 7718, 13151, 8250, 15259, 11341, 16687, 11851, 10946, 9099, 8341, 10713, 7681, 13933, 8601, 15062, 8663, 13728, 11950, 10012, 17824, 11466, 15454, 11770, 15402, 12266, 13795, 10056, 11876, 9261, 8922, 10819, 8349, 14254, 9473, 13689, 9594, 14342, 9481, 14768, 10443, 14439, 8273, 12828, 7779, 13594, 15492, 13054, 13162, 13723, 8051, 12556, 8131, 13463, 9381, 14769, 10652, 11791, 9011, 8419, 9720, 8939, 11413, 10611, 13552, 8771, 13726, 7903, 12876, 11070, 10674, 15859, 12989, 13140, 12836, 8659, 11541, 8211, 13334, 8948, 14875, 8319, 13056, 7701, 11120, 7960, 11354, 8989, 10708, 10363, 10989, 8614, 10732, 7336, 11290, 7547, 13146, 9568, 14088, 10688, 14802, 10054, 14875, 10003, 11856, 9965, 11609, 13027, 10214, 13215, 9551, 12430, 13025, 11197, 17680, 12485, 16764, 12938, 16947, 12435, 11159, 9192, 7406, 10839, 7905, 13936, 10873, 15636, 11806, 15252, 10954, 15315, 11188, 15508, 16821, 14053, 18256, 13026, 14534, 11362, 14196, 10448, 12609, 8462, 12152, 8108, 10632, 7752, 9040, 11286, 8843, 16227, 10183, 14315, 10151, 13760, 10319, 13766, 9566, 13480, 10081, 13671, 7903, 11724, 7684, 10785, 8826, 12386, 7686, 13133, 10030, 12922, 10379, 14254, 9320, 13569, 12296, 10456, 17401, 14009, 14988, 11980, 13632, 10881, 13676, 10266, 15722, 12317, 15969, 10596, 10945, 9693, 10514, 12162, 9107, 14643, 10427, 13885, 10221, 14167, 10206, 16028, 12646, 15935, 10927, 15766, 10685, 15837, 10937, 16182, 11208, 16688, 10963, 15324, 10577, 14177, 10367, 14372, 10452, 13593, 9468, 10521, 10543, 7966, 11511, 7869, 12447, 9013, 12887, 7554, 11612, 9982, 9736, 14646, 11836, 10193, 9170, 7871, 11206, 7592, 12223, 7390, 12085, 8897, 10827, 6965, 11875, 17973, 11095, 14939, 11488, 13666, 10717, 14774, 12066, 14353, 10797, 14722, 10877, 15240, 11724, 14820, 12435, 14396, 11004, 13918, 9929, 14458, 10653, 15720, 12674, 15717, 10821, 10819, 8817, 8195, 13489, 9370, 14434, 9961, 14843, 10291, 17425, 11541, 12490, 10797, 8852, 14628, 11423, 9767, 9864, 8247, 16375, 10255, 15115, 11551, 14921, 10438, 16811, 10992, 11446, 12219, 7767, 11429, 8061, 13469, 10558, 17832, 11034, 8702, 11031, 7691, 12210, 8030, 15513, 11901, 15036, 9798, 8883, 11388, 8059, 14965, 11553, 16463, 10532, 8857, 12146, 8997, 13081, 8325, 14893, 8294, 14473, 8860, 13045, 9240, 13773, 9619, 10337, 12531, 8123, 14362, 9162, 8046, 11099, 8016, 15472, 10541, 15220, 11090, 14178, 9787, 14602, 10041, 15964, 12982, 14464, 11040, 12819, 9663, 15420, 10600, 8456, 11074, 7536, 13014, 9615, 15230, 10983, 13123, 9738, 8959, 10863, 8383, 14663, 9446, 16664, 12843, 14227, 10580, 13879, 10053, 13094, 9768, 12981, 9899, 12506, 8973, 12347, 9310, 13669, 9727, 10848, 8968, 8202, 12520, 9901, 13564, 10081, 14572, 10619, 16437, 12198, 16082, 12320, 13362, 12194, 9423, 16651, 12492, 13347, 9453, 11498, 8292, 13689, 10119, 12965, 8979, 10090, 8782, 13332, 10746, 11857, 11427, 11037, 9638, 14148, 10258, 17389, 12291, 17584, 12786, 14193, 11736, 11289, 7920, 10196, 9822, 9806, 14135, 10295, 11239, 8126, 10449, 8246, 9753, 12011, 8296, 13630, 10027, 14880, 10593, 16760, 11301, 15244, 10834, 13320, 9637, 14719, 10408, 16987, 11915, 11353, 10139, 8142, 12983, 9046, 17042, 13168, 15689, 10961, 14918, 10742, 14840, 10323, 12862, 10982, 8023, 11722, 7961, 13498, 9868, 16561, 12098, 11108, 9209, 8629, 10968, 8124, 14010, 8492, 15850], 'WindowCenter': [4181.0, 4204.0, 4159.0, 4186.0, 4147.0, 4188.0, 4156.0, 4172.0, 4163.0, 4171.0, 4129.0, 4127.0, 4130.0, 4113.0, 4175.0, 4155.0, 4186.0, 4145.0, 4135.0, 4155.0, 4146.0, 4178.0, 4158.0, 4177.0, 4115.0, 4164.0, 4113.0, 4174.0, 4135.0, 4186.0, 4153.0, 4162.0, 4141.0, 4148.0, 4129.0, 4172.0, 4132.0, 4182.0, 4152.0, 4118.0, 4117.0, 4096.0, 4140.0, 4108.0, 4172.0, 4140.0, 4160.0, 4139.0, 4157.0, 4119.0, 4171.0, 4132.0, 4161.0, 4140.0, 4108.0, 4117.0, 4096.0, 4137.0, 4107.0, 4141.0, 4148.0, 4127.0, 4139.0, 4117.0, 4094.0, 4105.0, 4106.0, 4118.0, 4130.0, 4142.0, 4120.0, 4163.0, 4101.0, 4152.0, 4123.0, 4164.0, 4147.0, 4188.0, 4159.0, 4199.0, 4157.0, 4166.0, 4136.0, 4176.0, 4157.0, 4187.0, 4156.0, 4175.0, 4143.0, 4131.0, 4128.0, 4120.0, 4162.0, 4150.0, 4173.0, 4118.0, 4148.0, 4117.0, 4136.0, 4129.0, 4182.0, 4141.0, 4151.0, 4119.0, 4097.0, 4128.0, 4106.0, 4149.0, 4109.0, 4171.0, 4139.0, 4158.0, 4128.0, 4147.0, 4118.0, 4160.0, 4142.0, 4171.0, 4130.0, 4099.0, 4129.0, 4098.0, 4150.0, 4132.0, 4171.0, 4141.0, 4131.0, 4130.0, 4120.0, 4140.0, 4121.0, 4173.0, 4131.0, 4171.0, 4140.0, 4159.0, 4129.0, 4160.0, 4141.0, 4183.0, 4140.0, 4119.0, 4118.0, 4109.0, 4170.0, 4141.0, 4113.0, 4163.0, 4145.0, 4194.0, 4153.0, 4113.0, 4153.0, 4113.0, 4161.0, 4122.0, 4123.0, 4152.0, 4122.0, 4197.0, 4154.0, 4164.0, 4162.0, 4121.0, 4160.0, 4132.0, 4173.0, 4142.0, 4112.0, 4174.0, 4141.0, 4141.0, 4131.0, 4121.0, 4153.0, 4112.0, 4184.0, 4154.0, 4162.0, 4132.0, 4132.0, 4143.0, 4135.0, 4186.0, 4133.0, 4172.0, 4140.0, 4160.0, 4119.0, 4160.0, 4131.0, 4131.0, 4149.0, 4099.0, 4149.0, 4108.0, 4160.0, 4132.0, 4181.0, 4151.0, 4140.0, 4119.0, 4097.0, 4139.0, 4097.0, 4159.0, 4132.0, 4170.0, 4140.0, 4108.0, 4138.0, 4098.0, 4149.0, 4120.0, 4172.0, 4140.0, 4172.0, 4138.0, 4128.0, 4117.0, 4106.0, 4150.0, 4108.0, 4170.0, 4106.0, 4136.0, 4084.0, 4135.0, 4096.0, 4158.0, 4130.0, 4169.0, 4139.0, 4137.0, 4108.0, 4097.0, 4119.0, 4111.0, 4152.0, 4112.0, 4174.0, 4133.0, 4164.0, 4133.0, 4163.0, 4136.0, 4176.0, 4154.0, 4175.0, 4152.0, 4162.0, 4132.0, 4161.0, 4143.0, 4173.0, 4130.0, 4159.0, 4141.0, 4146.0, 4117.0, 4147.0, 4129.0, 4152.0, 4134.0, 4132.0, 4154.0, 4110.0, 4141.0, 4111.0, 4143.0, 4182.0, 4130.0, 4159.0, 4141.0, 4149.0, 4140.0, 4149.0, 4119.0, 4150.0, 4121.0, 4144.0, 4147.0, 4166.0, 4168.0, 4124.0, 4156.0, 4144.0, 4154.0, 4196.0, 4165.0, 4164.0, 4139.0, 4151.0, 4096.0, 4126.0, 4094.0, 4125.0, 4125.0, 4126.0, 4115.0, 4148.0, 4094.0, 4126.0, 4107.0, 4148.0, 4132.0, 4170.0, 4141.0, 4160.0, 4129.0, 4148.0, 4095.0, 4136.0, 4114.0, 4136.0, 4114.0, 4135.0, 4092.0, 4114.0, 4094.0, 4136.0, 4119.0, 4169.0, 4142.0, 4151.0, 4120.0, 4130.0, 4121.0, 4163.0, 4143.0, 4163.0, 4142.0, 4119.0, 4129.0, 4097.0, 4138.0, 4111.0, 4173.0, 4142.0, 4170.0, 4140.0, 4149.0, 4118.0, 4141.0, 4152.0, 4130.0, 4161.0, 4108.0, 4159.0, 4119.0, 4168.0, 4130.0, 4171.0, 4140.0, 4159.0, 4117.0, 4096.0, 4127.0, 4096.0, 4150.0, 4122.0, 4171.0, 4151.0, 4148.0, 4118.0, 4097.0, 4138.0, 4111.0, 4172.0, 4140.0, 4183.0, 4131.0, 4130.0, 4119.0, 4122.0, 4174.0, 4144.0, 4184.0, 4153.0, 4173.0, 4140.0, 4161.0, 4131.0, 4161.0, 4161.0, 4107.0, 4147.0, 4107.0, 4147.0, 4130.0, 4170.0, 4129.0, 4109.0, 4129.0, 4098.0, 4149.0, 4119.0, 4172.0, 4143.0, 4169.0, 4150.0, 4148.0, 4127.0, 4147.0, 4118.0, 4158.0, 4130.0, 4150.0, 4129.0, 4109.0, 4151.0, 4121.0, 4163.0, 4145.0, 4187.0, 4156.0, 4167.0, 4169.0, 4146.0, 4156.0, 4134.0, 4154.0, 4143.0, 4174.0, 4122.0, 4172.0, 4142.0, 4161.0, 4132.0, 4182.0, 4144.0, 4173.0, 4141.0, 4110.0, 4141.0, 4098.0, 4150.0, 4108.0, 4171.0, 4141.0, 4171.0, 4139.0, 4128.0, 4108.0, 4098.0, 4129.0, 4099.0, 4162.0, 4122.0, 4174.0, 4109.0, 4161.0, 4140.0, 4119.0, 4169.0, 4128.0, 4160.0, 4140.0, 4159.0, 4139.0, 4147.0, 4118.0, 4136.0, 4118.0, 4120.0, 4142.0, 4122.0, 4174.0, 4133.0, 4164.0, 4133.0, 4174.0, 4134.0, 4175.0, 4143.0, 4165.0, 4109.0, 4151.0, 4097.0, 4151.0, 4161.0, 4149.0, 4149.0, 4149.0, 4083.0, 4136.0, 4095.0, 4137.0, 4119.0, 4160.0, 4129.0, 4139.0, 4119.0, 4108.0, 4131.0, 4121.0, 4153.0, 4143.0, 4164.0, 4122.0, 4164.0, 4111.0, 4152.0, 4141.0, 4143.0, 4173.0, 4150.0, 4151.0, 4138.0, 4108.0, 4128.0, 4097.0, 4151.0, 4121.0, 4161.0, 4096.0, 4138.0, 4086.0, 4127.0, 4097.0, 4128.0, 4109.0, 4142.0, 4131.0, 4129.0, 4110.0, 4129.0, 4099.0, 4140.0, 4101.0, 4164.0, 4147.0, 4175.0, 4156.0, 4176.0, 4145.0, 4174.0, 4144.0, 4154.0, 4147.0, 4157.0, 4167.0, 4145.0, 4153.0, 4121.0, 4153.0, 4152.0, 4139.0, 4171.0, 4152.0, 4183.0, 4152.0, 4171.0, 4151.0, 4140.0, 4119.0, 4099.0, 4141.0, 4124.0, 4176.0, 4157.0, 4185.0, 4168.0, 4186.0, 4145.0, 4174.0, 4154.0, 4178.0, 4184.0, 4152.0, 4172.0, 4137.0, 4147.0, 4127.0, 4147.0, 4129.0, 4139.0, 4107.0, 4137.0, 4095.0, 4127.0, 4084.0, 4107.0, 4126.0, 4107.0, 4167.0, 4128.0, 4159.0, 4143.0, 4173.0, 4142.0, 4161.0, 4130.0, 4162.0, 4142.0, 4162.0, 4112.0, 4153.0, 4114.0, 4156.0, 4134.0, 4165.0, 4111.0, 4165.0, 4145.0, 4164.0, 4144.0, 4175.0, 4133.0, 4175.0, 4165.0, 4156.0, 4197.0, 4175.0, 4172.0, 4151.0, 4160.0, 4140.0, 4160.0, 4131.0, 4171.0, 4151.0, 4171.0, 4129.0, 4128.0, 4118.0, 4129.0, 4150.0, 4108.0, 4160.0, 4128.0, 4148.0, 4127.0, 4159.0, 4130.0, 4169.0, 4150.0, 4158.0, 4127.0, 4157.0, 4117.0, 4157.0, 4139.0, 4171.0, 4140.0, 4170.0, 4117.0, 4145.0, 4115.0, 4145.0, 4116.0, 4145.0, 4126.0, 4147.0, 4131.0, 4141.0, 4140.0, 4110.0, 4140.0, 4110.0, 4152.0, 4133.0, 4163.0, 4115.0, 4168.0, 4157.0, 4146.0, 4173.0, 4154.0, 4143.0, 4146.0, 4126.0, 4156.0, 4125.0, 4178.0, 4130.0, 4180.0, 4148.0, 4170.0, 4129.0, 4179.0, 4208.0, 4156.0, 4186.0, 4168.0, 4177.0, 4155.0, 4188.0, 4166.0, 4175.0, 4154.0, 4174.0, 4156.0, 4188.0, 4168.0, 4175.0, 4164.0, 4162.0, 4141.0, 4161.0, 4144.0, 4173.0, 4157.0, 4171.0, 4150.0, 4169.0, 4127.0, 4126.0, 4117.0, 4120.0, 4161.0, 4131.0, 4172.0, 4132.0, 4172.0, 4142.0, 4195.0, 4156.0, 4165.0, 4143.0, 4122.0, 4174.0, 4153.0, 4132.0, 4132.0, 4123.0, 4186.0, 4133.0, 4173.0, 4140.0, 4160.0, 4131.0, 4183.0, 4142.0, 4141.0, 4140.0, 4086.0, 4128.0, 4097.0, 4149.0, 4131.0, 4181.0, 4129.0, 4109.0, 4130.0, 4098.0, 4139.0, 4112.0, 4171.0, 4153.0, 4161.0, 4119.0, 4109.0, 4141.0, 4113.0, 4174.0, 4142.0, 4172.0, 4131.0, 4110.0, 4141.0, 4110.0, 4164.0, 4114.0, 4163.0, 4109.0, 4161.0, 4108.0, 4138.0, 4108.0, 4149.0, 4132.0, 4132.0, 4152.0, 4112.0, 4163.0, 4133.0, 4114.0, 4156.0, 4127.0, 4189.0, 4158.0, 4187.0, 4145.0, 4164.0, 4134.0, 4175.0, 4134.0, 4175.0, 4153.0, 4151.0, 4130.0, 4139.0, 4120.0, 4172.0, 4131.0, 4111.0, 4141.0, 4101.0, 4151.0, 4134.0, 4174.0, 4145.0, 4153.0, 4121.0, 4121.0, 4131.0, 4111.0, 4175.0, 4133.0, 4174.0, 4140.0, 4149.0, 4129.0, 4150.0, 4131.0, 4152.0, 4133.0, 4163.0, 4131.0, 4151.0, 4121.0, 4140.0, 4121.0, 4160.0, 4132.0, 4152.0, 4135.0, 4136.0, 4179.0, 4158.0, 4189.0, 4160.0, 4190.0, 4172.0, 4214.0, 4182.0, 4202.0, 4170.0, 4166.0, 4141.0, 4110.0, 4158.0, 4137.0, 4148.0, 4115.0, 4127.0, 4108.0, 4149.0, 4129.0, 4149.0, 4120.0, 4130.0, 4123.0, 4174.0, 4155.0, 4155.0, 4155.0, 4143.0, 4132.0, 4162.0, 4134.0, 4197.0, 4154.0, 4183.0, 4140.0, 4148.0, 4137.0, 4127.0, 4085.0, 4115.0, 4116.0, 4117.0, 4147.0, 4128.0, 4127.0, 4097.0, 4126.0, 4108.0, 4131.0, 4153.0, 4125.0, 4174.0, 4146.0, 4185.0, 4156.0, 4197.0, 4157.0, 4185.0, 4144.0, 4164.0, 4133.0, 4173.0, 4143.0, 4184.0, 4142.0, 4130.0, 4129.0, 4098.0, 4149.0, 4120.0, 4172.0, 4150.0, 4160.0, 4128.0, 4147.0, 4128.0, 4159.0, 4129.0, 4138.0, 4127.0, 4085.0, 4127.0, 4096.0, 4148.0, 4118.0, 4168.0, 4139.0, 4127.0, 4106.0, 4095.0, 4126.0, 4097.0, 4159.0, 4108.0, 4170.0], 'WindowWidth': [9287.0, 9302.0, 9233.0, 9262.0, 9211.0, 9268.0, 9220.0, 9237.0, 9225.0, 9230.0, 9172.0, 9167.0, 9178.0, 9161.0, 9245.0, 9219.0, 9261.0, 9205.0, 9192.0, 9218.0, 9207.0, 9252.0, 9223.0, 9251.0, 9162.0, 9227.0, 9157.0, 9240.0, 9190.0, 9260.0, 9210.0, 9220.0, 9188.0, 9195.0, 9170.0, 9233.0, 9181.0, 9250.0, 9205.0, 9153.0, 9151.0, 9122.0, 9186.0, 9145.0, 9233.0, 9186.0, 9214.0, 9182.0, 9207.0, 9155.0, 9231.0, 9179.0, 9216.0, 9186.0, 9138.0, 9149.0, 9120.0, 9176.0, 9137.0, 9189.0, 9196.0, 9166.0, 9180.0, 9148.0, 9114.0, 9131.0, 9133.0, 9152.0, 9176.0, 9195.0, 9162.0, 9225.0, 9140.0, 9208.0, 9173.0, 9225.0, 9210.0, 9267.0, 9229.0, 9284.0, 9223.0, 9233.0, 9192.0, 9243.0, 9223.0, 9264.0, 9220.0, 9243.0, 9193.0, 9174.0, 9169.0, 9160.0, 9221.0, 9201.0, 9239.0, 9155.0, 9196.0, 9151.0, 9175.0, 9172.0, 9247.0, 9191.0, 9204.0, 9158.0, 9127.0, 9166.0, 9137.0, 9195.0, 9146.0, 9230.0, 9185.0, 9209.0, 9167.0, 9192.0, 9155.0, 9215.0, 9192.0, 9231.0, 9173.0, 9131.0, 9171.0, 9128.0, 9201.0, 9182.0, 9232.0, 9191.0, 9177.0, 9174.0, 9160.0, 9187.0, 9165.0, 9235.0, 9175.0, 9231.0, 9185.0, 9209.0, 9170.0, 9212.0, 9192.0, 9250.0, 9186.0, 9155.0, 9153.0, 9144.0, 9229.0, 9191.0, 9157.0, 9223.0, 9203.0, 9268.0, 9212.0, 9156.0, 9207.0, 9156.0, 9214.0, 9164.0, 9166.0, 9206.0, 9166.0, 9275.0, 9214.0, 9224.0, 9220.0, 9161.0, 9211.0, 9178.0, 9234.0, 9193.0, 9152.0, 9237.0, 9190.0, 9188.0, 9175.0, 9163.0, 9210.0, 9153.0, 9253.0, 9209.0, 9219.0, 9178.0, 9177.0, 9196.0, 9188.0, 9258.0, 9180.0, 9233.0, 9186.0, 9212.0, 9155.0, 9215.0, 9176.0, 9174.0, 9197.0, 9128.0, 9196.0, 9141.0, 9210.0, 9179.0, 9246.0, 9203.0, 9185.0, 9154.0, 9126.0, 9180.0, 9125.0, 9212.0, 9180.0, 9229.0, 9188.0, 9141.0, 9180.0, 9128.0, 9196.0, 9160.0, 9233.0, 9189.0, 9233.0, 9180.0, 9164.0, 9149.0, 9135.0, 9200.0, 9142.0, 9229.0, 9133.0, 9173.0, 9101.0, 9169.0, 9120.0, 9208.0, 9174.0, 9223.0, 9181.0, 9177.0, 9139.0, 9125.0, 9157.0, 9154.0, 9209.0, 9156.0, 9241.0, 9185.0, 9225.0, 9185.0, 9223.0, 9191.0, 9246.0, 9211.0, 9243.0, 9207.0, 9217.0, 9176.0, 9213.0, 9195.0, 9235.0, 9176.0, 9212.0, 9188.0, 9190.0, 9150.0, 9191.0, 9172.0, 9210.0, 9189.0, 9179.0, 9210.0, 9148.0, 9188.0, 9152.0, 9197.0, 9248.0, 9171.0, 9212.0, 9188.0, 9198.0, 9186.0, 9197.0, 9157.0, 9199.0, 9165.0, 9200.0, 9210.0, 9233.0, 9238.0, 9176.0, 9218.0, 9200.0, 9212.0, 9276.0, 9229.0, 9228.0, 9185.0, 9202.0, 9121.0, 9161.0, 9116.0, 9159.0, 9161.0, 9162.0, 9145.0, 9194.0, 9118.0, 9161.0, 9137.0, 9195.0, 9180.0, 9228.0, 9189.0, 9213.0, 9167.0, 9192.0, 9118.0, 9174.0, 9144.0, 9173.0, 9140.0, 9172.0, 9111.0, 9142.0, 9117.0, 9177.0, 9160.0, 9227.0, 9195.0, 9205.0, 9163.0, 9177.0, 9165.0, 9223.0, 9199.0, 9223.0, 9193.0, 9158.0, 9172.0, 9127.0, 9183.0, 9151.0, 9236.0, 9194.0, 9230.0, 9188.0, 9199.0, 9157.0, 9190.0, 9208.0, 9174.0, 9217.0, 9142.0, 9212.0, 9157.0, 9221.0, 9175.0, 9232.0, 9189.0, 9212.0, 9152.0, 9125.0, 9164.0, 9125.0, 9201.0, 9167.0, 9232.0, 9205.0, 9198.0, 9155.0, 9126.0, 9181.0, 9152.0, 9235.0, 9191.0, 9250.0, 9176.0, 9176.0, 9159.0, 9168.0, 9240.0, 9199.0, 9255.0, 9208.0, 9236.0, 9188.0, 9217.0, 9179.0, 9216.0, 9219.0, 9137.0, 9191.0, 9139.0, 9192.0, 9175.0, 9228.0, 9172.0, 9144.0, 9170.0, 9130.0, 9197.0, 9158.0, 9234.0, 9197.0, 9227.0, 9199.0, 9192.0, 9164.0, 9189.0, 9154.0, 9208.0, 9174.0, 9202.0, 9173.0, 9147.0, 9205.0, 9168.0, 9222.0, 9206.0, 9262.0, 9221.0, 9236.0, 9241.0, 9205.0, 9220.0, 9185.0, 9211.0, 9195.0, 9241.0, 9166.0, 9234.0, 9192.0, 9217.0, 9179.0, 9246.0, 9199.0, 9235.0, 9192.0, 9148.0, 9188.0, 9131.0, 9199.0, 9142.0, 9229.0, 9190.0, 9232.0, 9184.0, 9168.0, 9142.0, 9127.0, 9169.0, 9134.0, 9221.0, 9166.0, 9239.0, 9147.0, 9216.0, 9185.0, 9155.0, 9227.0, 9166.0, 9213.0, 9187.0, 9212.0, 9183.0, 9192.0, 9153.0, 9176.0, 9156.0, 9163.0, 9195.0, 9169.0, 9240.0, 9184.0, 9224.0, 9182.0, 9237.0, 9185.0, 9243.0, 9196.0, 9229.0, 9145.0, 9200.0, 9127.0, 9202.0, 9217.0, 9198.0, 9197.0, 9197.0, 9101.0, 9174.0, 9119.0, 9175.0, 9159.0, 9212.0, 9171.0, 9183.0, 9157.0, 9144.0, 9176.0, 9162.0, 9211.0, 9198.0, 9226.0, 9167.0, 9224.0, 9151.0, 9206.0, 9187.0, 9193.0, 9235.0, 9202.0, 9201.0, 9181.0, 9139.0, 9164.0, 9123.0, 9202.0, 9163.0, 9215.0, 9121.0, 9178.0, 9106.0, 9162.0, 9123.0, 9166.0, 9143.0, 9194.0, 9176.0, 9171.0, 9146.0, 9171.0, 9130.0, 9186.0, 9136.0, 9225.0, 9210.0, 9244.0, 9220.0, 9245.0, 9202.0, 9239.0, 9199.0, 9213.0, 9208.0, 9220.0, 9233.0, 9202.0, 9209.0, 9162.0, 9207.0, 9204.0, 9185.0, 9232.0, 9206.0, 9251.0, 9206.0, 9232.0, 9202.0, 9187.0, 9158.0, 9133.0, 9191.0, 9174.0, 9247.0, 9225.0, 9260.0, 9238.0, 9259.0, 9202.0, 9238.0, 9214.0, 9254.0, 9255.0, 9208.0, 9234.0, 9176.0, 9188.0, 9162.0, 9188.0, 9170.0, 9183.0, 9141.0, 9176.0, 9119.0, 9165.0, 9106.0, 9139.0, 9161.0, 9139.0, 9217.0, 9167.0, 9213.0, 9198.0, 9237.0, 9194.0, 9217.0, 9176.0, 9221.0, 9194.0, 9220.0, 9154.0, 9209.0, 9162.0, 9220.0, 9189.0, 9229.0, 9153.0, 9229.0, 9202.0, 9226.0, 9202.0, 9244.0, 9187.0, 9246.0, 9231.0, 9221.0, 9280.0, 9244.0, 9236.0, 9205.0, 9216.0, 9187.0, 9216.0, 9181.0, 9234.0, 9207.0, 9234.0, 9172.0, 9170.0, 9156.0, 9173.0, 9201.0, 9144.0, 9214.0, 9167.0, 9194.0, 9167.0, 9211.0, 9177.0, 9228.0, 9201.0, 9211.0, 9164.0, 9204.0, 9150.0, 9206.0, 9186.0, 9233.0, 9187.0, 9229.0, 9150.0, 9186.0, 9145.0, 9185.0, 9149.0, 9185.0, 9162.0, 9193.0, 9178.0, 9191.0, 9189.0, 9149.0, 9187.0, 9150.0, 9205.0, 9183.0, 9223.0, 9164.0, 9241.0, 9225.0, 9207.0, 9237.0, 9212.0, 9197.0, 9205.0, 9180.0, 9220.0, 9179.0, 9256.0, 9196.0, 9261.0, 9215.0, 9245.0, 9191.0, 9256.0, 9296.0, 9219.0, 9261.0, 9240.0, 9251.0, 9218.0, 9266.0, 9235.0, 9243.0, 9213.0, 9241.0, 9221.0, 9269.0, 9240.0, 9247.0, 9227.0, 9221.0, 9188.0, 9217.0, 9203.0, 9239.0, 9225.0, 9237.0, 9203.0, 9227.0, 9167.0, 9162.0, 9154.0, 9163.0, 9218.0, 9179.0, 9236.0, 9181.0, 9236.0, 9196.0, 9270.0, 9219.0, 9229.0, 9196.0, 9168.0, 9242.0, 9211.0, 9181.0, 9180.0, 9172.0, 9261.0, 9184.0, 9237.0, 9188.0, 9214.0, 9176.0, 9252.0, 9194.0, 9190.0, 9185.0, 9109.0, 9166.0, 9124.0, 9197.0, 9176.0, 9245.0, 9172.0, 9145.0, 9171.0, 9128.0, 9184.0, 9154.0, 9231.0, 9209.0, 9216.0, 9158.0, 9145.0, 9188.0, 9156.0, 9237.0, 9193.0, 9233.0, 9174.0, 9147.0, 9187.0, 9144.0, 9223.0, 9159.0, 9221.0, 9142.0, 9215.0, 9139.0, 9178.0, 9140.0, 9196.0, 9179.0, 9178.0, 9208.0, 9151.0, 9221.0, 9183.0, 9159.0, 9217.0, 9184.0, 9267.0, 9223.0, 9262.0, 9200.0, 9225.0, 9183.0, 9243.0, 9186.0, 9245.0, 9208.0, 9202.0, 9172.0, 9181.0, 9161.0, 9234.0, 9177.0, 9148.0, 9187.0, 9136.0, 9201.0, 9186.0, 9239.0, 9200.0, 9208.0, 9163.0, 9161.0, 9174.0, 9149.0, 9239.0, 9183.0, 9238.0, 9185.0, 9195.0, 9169.0, 9197.0, 9176.0, 9203.0, 9183.0, 9221.0, 9177.0, 9202.0, 9161.0, 9183.0, 9162.0, 9213.0, 9179.0, 9208.0, 9191.0, 9194.0, 9253.0, 9225.0, 9268.0, 9232.0, 9269.0, 9250.0, 9309.0, 9264.0, 9293.0, 9243.0, 9231.0, 9187.0, 9144.0, 9211.0, 9176.0, 9193.0, 9146.0, 9162.0, 9141.0, 9198.0, 9170.0, 9198.0, 9161.0, 9174.0, 9170.0, 9241.0, 9215.0, 9217.0, 9214.0, 9195.0, 9179.0, 9218.0, 9185.0, 9279.0, 9213.0, 9253.0, 9185.0, 9192.0, 9177.0, 9163.0, 9105.0, 9144.0, 9148.0, 9151.0, 9191.0, 9166.0, 9164.0, 9125.0, 9164.0, 9143.0, 9180.0, 9211.0, 9175.0, 9240.0, 9205.0, 9256.0, 9220.0, 9278.0, 9223.0, 9257.0, 9200.0, 9224.0, 9181.0, 9236.0, 9197.0, 9252.0, 9194.0, 9173.0, 9170.0, 9126.0, 9197.0, 9160.0, 9234.0, 9199.0, 9213.0, 9166.0, 9191.0, 9165.0, 9212.0, 9171.0, 9180.0, 9163.0, 9105.0, 9161.0, 9119.0, 9193.0, 9155.0, 9222.0, 9183.0, 9163.0, 9133.0, 9120.0, 9160.0, 9125.0, 9211.0, 9142.0, 9227.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.00026189189189189193</td></tr>
<tr><td colspan=3>aqi</td><td>0.01879389102702703</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.004370738993515</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1657211406601735</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9941915087987022</td></tr>
<tr><td colspan=3>efc</td><td>0.5054</td></tr>
<tr><td colspan=3>fber</td><td>3626.0691</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07937263587562854</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>6</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.6486486486486487</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6949219093459935</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.67010257270343</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.976648383576627</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4380147717579246</td></tr>
<tr><td colspan=3>gcor</td><td>0.0148464</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.00963529571890831</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.030138777568936348</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>925</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.541286286893783</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>16.3657</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>56.7348</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>232.5729</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>58.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>296727.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1189.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>419.1299</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.8414</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>549.2136</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3251.5974</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3492.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>79817.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>817.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4352.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>986.0762</td></tr>
<tr><td colspan=3>tsnr</td><td>38.9212398044765</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>