ds005256-mriqc/sub-0083_ses-04_task-alignvideo_acq-mb8_run-02_bold.html
Felix Hoffstaedter d3e7904c5d [DATALAD RUNCMD] Compute MRIQC for sub-0083
=== 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-0083 --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-0083",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:36:14 +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-0083_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-0083_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-0083_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-0083/figures/sub-0083_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0083/figures/sub-0083_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0083/figures/sub-0083_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-0083_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-0083/figures/sub-0083_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0083/figures/sub-0083_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0083/figures/sub-0083_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-0083_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-0083/figures/sub-0083_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0083/figures/sub-0083_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0083/figures/sub-0083_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-0083_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-0083/figures/sub-0083_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0083/figures/sub-0083_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0083/figures/sub-0083_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-0083_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-0083/figures/sub-0083_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0083/figures/sub-0083_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0083/figures/sub-0083_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-0083_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-0083/figures/sub-0083_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0083/figures/sub-0083_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0083/figures/sub-0083_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-0083_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-0083/figures/sub-0083_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0083/figures/sub-0083_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-0083/figures/sub-0083_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0083/figures/sub-0083_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-0083/ses-04/func/sub-0083_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>055b00273a9b9aba63e5a1cffb9e7d2a</td></tr>
</table>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-1">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
Dataset Information
</button>
</h2>
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>20:41:1.447500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998398, 0.0466708, 0.0319831, -0.0509261, 0.987583, 0.148616]</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.0878982</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>[4136, -7865, -7309, 815, -91, -677, 195, 4]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>229.066</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>96d548bc-87cc-440f-a36c-61ae1c5a2297||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6786293983459473, -0.13663087785243988, 0.06655483692884445, 118.46162414550781], [-0.1252143383026123, 2.6496124267578125, 0.4050178825855255, -104.0384521484375], [0.08580832928419113, -0.39872562885284424, 2.6686196327209473, -69.95868682861328], [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': ['204101.447500', '204101.907500', '204102.367500', '204102.827500', '204103.287500', '204103.747500', '204104.207500', '204104.667500', '204105.127500', '204105.587500', '204106.047500', '204106.507500', '204106.967500', '204107.427500', '204107.887500', '204108.347500', '204108.807500', '204109.267500', '204109.727500', '204110.187500', '204110.647500', '204111.107500', '204111.567500', '204112.027500', '204112.487500', '204112.947500', '204113.407500', '204113.867500', '204114.327500', '204114.787500', '204115.247500', '204115.707500', '204116.167500', '204116.627500', '204117.087500', '204117.547500', '204118.007500', '204118.467500', '204118.927500', '204119.387500', '204119.847500', '204120.307500', '204120.767500', '204121.227500', '204121.687500', '204122.147500', '204122.607500', '204123.067500', '204123.527500', '204123.987500', '204124.447500', '204124.907500', '204125.367500', '204125.827500', '204126.287500', '204126.747500', '204127.207500', '204127.667500', '204128.127500', '204128.587500', '204129.047500', '204129.507500', '204129.967500', '204130.427500', '204130.887500', '204131.347500', '204131.807500', '204132.267500', '204132.727500', '204133.187500', '204133.647500', '204134.107500', '204134.567500', '204135.027500', '204135.487500', '204135.947500', '204136.407500', '204136.867500', '204137.327500', '204137.787500', '204138.247500', '204138.707500', '204139.167500', '204139.627500', '204140.087500', '204140.547500', '204141.007500', '204141.467500', '204141.927500', '204142.387500', '204142.847500', '204143.307500', '204143.767500', '204144.227500', '204144.687500', '204145.147500', '204145.607500', '204146.067500', '204146.527500', '204146.987500', '204147.447500', '204147.907500', '204148.367500', '204148.827500', '204149.287500', '204149.747500', '204150.207500', '204150.667500', '204151.127500', '204151.587500', '204152.047500', '204152.507500', '204152.967500', '204153.427500', '204153.887500', '204154.347500', '204154.807500', '204155.267500', '204155.727500', '204156.187500', '204156.647500', '204157.107500', '204157.567500', '204158.027500', '204158.487500', '204158.947500', '204159.407500', '204159.867500', '204200.327500', '204200.787500', '204201.247500', '204201.707500', '204202.167500', '204202.627500', '204203.087500', '204203.547500', '204204.007500', '204204.467500', '204204.927500', '204205.387500', '204205.847500', '204206.307500', '204206.767500', '204207.227500', '204207.687500', '204208.147500', '204208.607500', '204209.067500', '204209.527500', '204209.987500', '204210.447500', '204210.907500', '204211.367500', '204211.827500', '204212.287500', '204212.747500', '204213.207500', '204213.667500', '204214.127500', '204214.587500', '204215.047500', '204215.507500', '204215.967500', '204216.427500', '204216.887500', '204217.347500', '204217.807500', '204218.267500', '204218.727500', '204219.187500', '204219.647500', '204220.107500', '204220.567500', '204221.027500', '204221.487500', '204221.947500', '204222.407500', '204222.867500', '204223.327500', '204223.787500', '204224.247500', '204224.707500', '204225.167500', '204225.627500', '204226.087500', '204226.547500', '204227.007500', '204227.467500', '204227.927500', '204228.387500', '204228.847500', '204229.307500', '204229.767500', '204230.227500', '204230.687500', '204231.147500', '204231.607500', '204232.067500', '204232.527500', '204232.987500', '204233.447500', '204233.907500', '204234.367500', '204234.827500', '204235.287500', '204235.747500', '204236.207500', '204236.667500', '204237.127500', '204237.587500', '204238.047500', '204238.507500', '204238.967500', '204239.427500', '204239.887500', '204240.347500', '204240.807500', '204241.267500', '204241.727500', '204242.187500', '204242.647500', '204243.107500', '204243.567500', '204244.027500', '204244.487500', '204244.947500', '204245.407500', '204245.867500', '204246.327500', '204246.787500', '204247.247500', '204247.707500', '204248.167500', '204248.627500', '204249.087500', '204249.547500', '204250.007500', '204250.467500', '204250.927500', '204251.387500', '204251.847500', '204252.307500', '204252.767500', '204253.227500', '204253.687500', '204254.147500', '204254.607500', '204255.067500', '204255.527500', '204255.987500', '204256.447500', '204256.907500', '204257.367500', '204257.827500', '204258.287500', '204258.747500', '204259.207500', '204259.667500', '204300.127500', '204300.587500', '204301.047500', '204301.507500', '204301.967500', '204302.427500', '204302.887500', '204303.347500', '204303.807500', '204304.267500', '204304.727500', '204305.187500', '204305.647500', '204306.107500', '204306.567500', '204307.027500', '204307.487500', '204307.947500', '204308.407500', '204308.867500', '204309.327500', '204309.787500', '204310.247500', '204310.707500', '204311.167500', '204311.627500', '204312.087500', '204312.547500', '204313.007500', '204313.467500', '204313.927500', '204314.387500', '204314.847500', '204315.307500', '204315.767500', '204316.227500', '204316.687500', '204317.147500', '204317.607500', '204318.067500', '204318.527500', '204318.987500', '204319.447500', '204319.907500', '204320.367500', '204320.827500', '204321.287500', '204321.747500', '204322.207500', '204322.667500', '204323.127500', '204323.587500', '204324.047500', '204324.507500', '204324.967500', '204325.427500', '204325.887500', '204326.347500', '204326.807500', '204327.267500', '204327.727500', '204328.187500', '204328.647500', '204329.107500', '204329.567500', '204330.027500', '204330.487500', '204330.947500', '204331.407500', '204331.867500', '204332.327500', '204332.787500', '204333.247500', '204333.707500', '204334.167500', '204334.627500', '204335.087500', '204335.547500', '204336.007500', '204336.467500', '204336.927500', '204337.387500', '204337.847500', '204338.307500', '204338.767500', '204339.227500', '204339.687500', '204340.147500', '204340.607500', '204341.067500', '204341.527500', '204341.987500', '204342.447500', '204342.907500', '204343.367500', '204343.827500', '204344.287500', '204344.747500', '204345.207500', '204345.667500', '204346.127500', '204346.587500', '204347.047500', '204347.507500', '204347.967500', '204348.427500', '204348.887500', '204349.347500', '204349.807500', '204350.267500', '204350.727500', '204351.187500', '204351.647500', '204352.107500', '204352.567500', '204353.027500', '204353.487500', '204353.947500', '204354.407500', '204354.867500', '204355.327500', '204355.787500', '204356.247500', '204356.707500', '204357.167500', '204357.627500', '204358.087500', '204358.547500', '204359.007500', '204359.467500', '204359.927500', '204400.387500', '204400.847500', '204401.307500', '204401.767500', '204402.227500', '204402.687500', '204403.147500', '204403.607500', '204404.067500', '204404.527500', '204404.987500', '204405.447500', '204405.907500', '204406.367500', '204406.827500', '204407.287500', '204407.747500', '204408.207500', '204408.667500', '204409.127500', '204409.587500', '204410.047500', '204410.507500', '204410.967500', '204411.427500', '204411.887500', '204412.347500', '204412.807500', '204413.267500', '204413.727500', '204414.187500', '204414.647500', '204415.107500', '204415.567500', '204416.027500', '204416.487500', '204416.947500', '204417.407500', '204417.867500', '204418.327500', '204418.787500', '204419.247500', '204419.707500', '204420.167500', '204420.627500', '204421.087500', '204421.547500', '204422.007500', '204422.467500', '204422.927500', '204423.387500', '204423.847500', '204424.307500', '204424.767500', '204425.227500', '204425.687500', '204426.147500', '204426.607500', '204427.067500', '204427.527500', '204427.987500', '204428.447500', '204428.907500', '204429.367500', '204429.827500', '204430.287500', '204430.747500', '204431.207500', '204431.667500', '204432.127500', '204432.587500', '204433.047500', '204433.507500', '204433.967500', '204434.427500', '204434.887500', '204435.347500', '204435.807500', '204436.267500', '204436.727500', '204437.187500', '204437.647500', '204438.107500', '204438.567500', '204439.027500', '204439.487500', '204439.947500', '204440.407500', '204440.867500', '204441.327500', '204441.787500', '204442.247500', '204442.707500', '204443.167500', '204443.627500', '204444.087500', '204444.547500', '204445.007500', '204445.467500', '204445.927500', '204446.387500', '204446.847500', '204447.307500', '204447.767500', '204448.227500', '204448.687500', '204449.147500', '204449.607500', '204450.067500', '204450.527500', '204450.987500', '204451.447500', '204451.907500', '204452.367500', '204452.827500', '204453.287500', '204453.747500', '204454.207500', '204454.667500', '204455.127500', '204455.587500', '204456.047500', '204456.507500', '204456.967500', '204457.427500', '204457.887500', '204458.347500', '204458.807500', '204459.267500', '204459.727500', '204500.187500', '204500.647500', '204501.107500', '204501.567500', '204502.027500', '204502.487500', '204502.947500', '204503.407500', '204503.867500', '204504.327500', '204504.787500', '204505.247500', '204505.707500', '204506.167500', '204506.627500', '204507.087500', '204507.547500', '204508.007500', '204508.467500', '204508.927500', '204509.387500', '204509.847500', '204510.307500', '204510.767500', '204511.227500', '204511.687500', '204512.147500', '204512.607500', '204513.067500', '204513.527500', '204513.987500', '204514.447500', '204514.907500', '204515.367500', '204515.827500', '204516.287500', '204516.747500', '204517.207500', '204517.667500', '204518.127500', '204518.587500', '204519.047500', '204519.507500', '204519.967500', '204520.427500', '204520.887500', '204521.347500', '204521.807500', '204522.267500', '204522.727500', '204523.187500', '204523.647500', '204524.107500', '204524.567500', '204525.027500', '204525.487500', '204525.947500', '204526.407500', '204526.867500', '204527.327500', '204527.787500', '204528.247500', '204528.707500', '204529.167500', '204529.627500', '204530.087500', '204530.547500', '204531.007500', '204531.467500', '204531.927500', '204532.387500', '204532.847500', '204533.307500', '204533.767500', '204534.227500', '204534.687500', '204535.147500', '204535.607500', '204536.067500', '204536.527500', '204536.987500', '204537.447500', '204537.907500', '204538.367500', '204538.827500', '204539.287500', '204539.747500', '204540.207500', '204540.667500', '204541.127500', '204541.587500', '204542.047500', '204542.507500', '204542.967500', '204543.427500', '204543.887500', '204544.347500', '204544.807500', '204545.267500', '204545.727500', '204546.187500', '204546.647500', '204547.107500', '204547.567500', '204548.027500', '204548.487500', '204548.947500', '204549.407500', '204549.867500', '204550.327500', '204550.787500', '204551.247500', '204551.707500', '204552.167500', '204552.627500', '204553.087500', '204553.547500', '204554.007500', '204554.467500', '204554.927500', '204555.387500', '204555.847500', '204556.307500', '204556.767500', '204557.227500', '204557.687500', '204558.147500', '204558.607500', '204559.067500', '204559.527500', '204559.987500', '204600.447500', '204600.907500', '204601.367500', '204601.827500', '204602.287500', '204602.747500', '204603.207500', '204603.667500', '204604.127500', '204604.587500', '204605.047500', '204605.507500', '204605.967500', '204606.427500', '204606.887500', '204607.347500', '204607.807500', '204608.267500', '204608.727500', '204609.187500', '204609.647500', '204610.107500', '204610.567500', '204611.027500', '204611.487500', '204611.947500', '204612.407500', '204612.867500', '204613.327500', '204613.787500', '204614.247500', '204614.707500', '204615.167500', '204615.627500', '204616.087500', '204616.547500', '204617.007500', '204617.467500', '204617.927500', '204618.387500', '204618.847500', '204619.307500', '204619.767500', '204620.227500', '204620.687500', '204621.147500', '204621.607500', '204622.067500', '204622.527500', '204622.987500', '204623.447500', '204623.907500', '204624.367500', '204624.827500', '204625.287500', '204625.747500', '204626.207500', '204626.667500', '204627.127500', '204627.587500', '204628.047500', '204628.507500', '204628.967500', '204629.427500', '204629.887500', '204630.347500', '204630.807500', '204631.267500', '204631.727500', '204632.187500', '204632.647500', '204633.107500', '204633.567500', '204634.027500', '204634.487500', '204634.947500', '204635.407500', '204635.867500', '204636.327500', '204636.787500', '204637.247500', '204637.707500', '204638.167500', '204638.627500', '204639.087500', '204639.547500', '204640.007500', '204640.467500', '204640.927500', '204641.387500', '204641.847500', '204642.307500', '204642.767500', '204643.227500', '204643.687500', '204644.147500', '204644.607500', '204645.067500', '204645.527500', '204645.987500', '204646.447500', '204646.907500', '204647.367500', '204647.827500', '204648.287500', '204648.747500', '204649.207500', '204649.667500', '204650.127500', '204650.587500', '204651.047500', '204651.507500', '204651.967500', '204652.427500', '204652.887500', '204653.347500', '204653.807500', '204654.267500', '204654.727500', '204655.187500', '204655.647500', '204656.107500', '204656.567500', '204657.027500', '204657.487500', '204657.947500', '204658.407500', '204658.867500', '204659.327500', '204659.787500', '204700.247500', '204700.707500', '204701.167500', '204701.627500', '204702.087500', '204702.547500', '204703.007500', '204703.467500', '204703.927500', '204704.387500', '204704.847500', '204705.307500', '204705.767500', '204706.227500', '204706.687500', '204707.147500', '204707.607500', '204708.067500', '204708.527500', '204708.987500', '204709.447500', '204709.907500', '204710.367500', '204710.827500', '204711.287500', '204711.747500', '204712.207500', '204712.667500', '204713.127500', '204713.587500', '204714.047500', '204714.507500', '204714.967500', '204715.427500', '204715.887500', '204716.347500', '204716.807500', '204717.267500', '204717.727500', '204718.187500', '204718.647500', '204719.107500', '204719.567500', '204720.027500', '204720.487500', '204720.947500', '204721.407500', '204721.867500', '204722.327500', '204722.787500', '204723.247500', '204723.707500', '204724.167500', '204724.627500', '204725.087500', '204725.547500', '204726.007500', '204726.467500', '204726.927500', '204727.387500', '204727.847500', '204728.307500', '204728.767500', '204729.227500', '204729.687500', '204730.147500', '204730.607500', '204731.067500', '204731.527500', '204731.987500', '204732.447500', '204732.907500', '204733.367500', '204733.827500', '204734.287500', '204734.747500', '204735.207500', '204735.667500', '204736.127500', '204736.587500', '204737.047500', '204737.507500', '204737.967500', '204738.427500', '204738.887500', '204739.347500', '204739.807500', '204740.267500', '204740.727500', '204741.187500', '204741.647500', '204742.107500', '204742.567500', '204743.027500', '204743.487500', '204743.947500', '204744.407500', '204744.867500', '204745.327500', '204745.787500', '204746.247500', '204746.707500', '204747.167500', '204747.627500', '204748.087500', '204748.547500', '204749.007500', '204749.467500', '204749.927500', '204750.387500', '204750.847500', '204751.307500', '204751.767500', '204752.227500', '204752.687500', '204753.147500', '204753.607500', '204754.067500', '204754.527500', '204754.987500', '204755.447500', '204755.907500', '204756.367500', '204756.827500', '204757.287500', '204757.747500', '204758.207500', '204758.667500', '204759.127500', '204759.587500', '204800.047500', '204800.507500', '204800.967500', '204801.427500', '204801.887500', '204802.347500', '204802.807500', '204803.267500', '204803.727500', '204804.187500', '204804.647500', '204805.107500', '204805.567500', '204806.027500', '204806.487500', '204806.947500'], 'ContentTime': ['204118.859000', '204118.863000', '204118.866000', '204118.868000', '204118.871000', '204118.874000', '204118.876000', '204118.879000', '204118.881000', '204118.884000', '204118.886000', '204118.889000', '204118.892000', '204118.894000', '204118.897000', '204118.899000', '204118.909000', '204118.911000', '204118.914000', '204118.917000', '204118.919000', '204118.922000', '204118.924000', '204118.927000', '204118.929000', '204118.932000', '204118.935000', '204118.937000', '204118.940000', '204118.942000', '204118.945000', '204118.947000', '204118.950000', '204118.953000', '204118.955000', '204118.962000', '204138.830000', '204138.840000', '204138.842000', '204138.845000', '204138.847000', '204138.850000', '204138.853000', '204138.855000', '204138.858000', '204138.872000', '204138.874000', '204138.877000', '204138.880000', '204138.882000', '204138.885000', '204138.908000', '204138.911000', '204138.914000', '204138.916000', '204138.919000', '204138.922000', '204138.924000', '204138.927000', '204138.929000', '204138.932000', '204138.935000', '204138.937000', '204138.940000', '204138.943000', '204138.945000', '204138.948000', '204138.950000', '204138.953000', '204138.956000', '204138.958000', '204138.961000', '204138.963000', '204138.967000', '204138.970000', '204138.973000', '204138.976000', '204138.978000', '204138.981000', '204158.829000', '204158.832000', '204158.835000', '204158.843000', '204158.846000', '204158.848000', '204158.851000', '204158.853000', '204158.856000', '204158.859000', '204158.861000', '204158.864000', '204158.866000', '204158.869000', '204158.872000', '204158.874000', '204158.877000', '204158.879000', '204158.882000', '204158.885000', '204158.887000', '204158.890000', '204158.892000', '204158.895000', '204158.898000', '204158.900000', '204158.903000', '204158.905000', '204158.908000', '204158.911000', '204158.913000', '204158.916000', '204158.919000', '204158.921000', '204158.924000', '204158.926000', '204158.929000', '204158.932000', '204158.934000', '204158.937000', '204158.939000', '204158.942000', '204158.945000', '204158.947000', '204218.829000', '204218.832000', '204218.835000', '204218.838000', '204218.840000', '204218.843000', '204218.845000', '204218.848000', '204218.851000', '204218.853000', '204218.856000', '204218.858000', '204218.861000', '204218.864000', '204218.866000', '204218.869000', '204218.871000', '204218.874000', '204218.877000', '204218.879000', '204218.882000', '204218.884000', '204218.887000', '204218.890000', '204218.892000', '204218.895000', '204218.897000', '204218.900000', '204218.903000', '204218.905000', '204218.908000', '204218.910000', '204218.913000', '204218.916000', '204218.918000', '204218.921000', '204218.924000', '204218.926000', '204218.929000', '204218.931000', '204218.934000', '204218.944000', '204218.947000', '204238.829000', '204238.832000', '204238.835000', '204238.837000', '204238.840000', '204238.843000', '204238.845000', '204238.848000', '204238.851000', '204238.853000', '204238.856000', '204238.859000', '204238.861000', '204238.864000', '204238.867000', '204238.869000', '204238.872000', '204238.874000', '204238.877000', '204238.880000', '204238.882000', '204238.885000', '204238.887000', '204238.890000', '204238.893000', '204238.895000', '204238.898000', '204238.900000', '204238.903000', '204238.906000', '204238.908000', '204238.920000', '204238.923000', '204238.926000', '204238.928000', '204238.931000', '204238.933000', '204238.936000', '204238.939000', '204238.941000', '204238.944000', '204238.946000', '204238.949000', '204238.951000', '204258.830000', '204258.833000', '204258.836000', '204258.839000', '204258.841000', '204258.844000', '204258.846000', '204258.849000', '204258.851000', '204258.854000', '204258.857000', '204258.859000', '204258.862000', '204258.864000', '204258.867000', '204258.870000', '204258.872000', '204258.875000', '204258.877000', '204258.880000', '204258.883000', '204258.885000', '204258.888000', '204258.890000', '204258.893000', '204258.895000', '204258.898000', '204258.901000', '204258.903000', '204258.906000', '204258.908000', '204258.911000', '204258.914000', '204258.916000', '204258.919000', '204258.921000', '204258.924000', '204258.927000', '204258.929000', '204258.932000', '204258.934000', '204258.937000', '204258.940000', '204318.831000', '204318.833000', '204318.836000', '204318.839000', '204318.841000', '204318.844000', '204318.847000', '204318.849000', '204318.852000', '204318.854000', '204318.857000', '204318.860000', '204318.862000', '204318.865000', '204318.868000', '204318.870000', '204318.873000', '204318.876000', '204318.878000', '204318.881000', '204318.883000', '204318.886000', '204318.889000', '204318.891000', '204318.894000', '204318.896000', '204318.899000', '204318.902000', '204318.904000', '204318.907000', '204318.910000', '204318.912000', '204318.915000', '204318.917000', '204318.920000', '204318.923000', '204318.925000', '204318.928000', '204318.931000', '204318.933000', '204318.936000', '204318.939000', '204318.941000', '204318.944000', '204338.831000', '204338.833000', '204338.836000', '204338.839000', '204338.841000', '204338.844000', '204338.846000', '204338.849000', '204338.852000', '204338.854000', '204338.857000', '204338.859000', '204338.862000', '204338.865000', '204338.867000', '204338.870000', '204338.873000', '204338.875000', '204338.878000', '204338.880000', '204338.883000', '204338.886000', '204338.888000', '204338.891000', '204338.894000', '204338.896000', '204338.899000', '204338.901000', '204338.904000', '204338.907000', '204338.909000', '204338.912000', '204338.915000', '204338.917000', '204338.920000', '204338.922000', '204338.925000', '204338.928000', '204338.930000', '204338.933000', '204338.935000', '204338.938000', '204338.941000', '204358.830000', '204358.832000', '204358.835000', '204358.838000', '204358.840000', '204358.843000', '204358.845000', '204358.848000', '204358.851000', '204358.853000', '204358.856000', '204358.859000', '204358.861000', '204358.864000', '204358.867000', '204358.869000', '204358.872000', '204358.875000', '204358.877000', '204358.880000', '204358.882000', '204358.885000', '204358.888000', '204358.890000', '204358.893000', '204358.895000', '204358.898000', '204358.901000', '204358.903000', '204358.906000', '204358.909000', '204358.911000', '204358.914000', '204358.917000', '204358.919000', '204358.922000', '204358.924000', '204358.927000', '204358.930000', '204358.932000', '204358.935000', '204358.937000', '204358.940000', '204358.943000', '204418.830000', '204418.838000', '204418.840000', '204418.843000', '204418.846000', '204418.848000', '204418.851000', '204418.854000', '204418.856000', '204418.859000', '204418.862000', '204418.864000', '204418.892000', '204418.895000', '204418.898000', '204418.900000', '204418.903000', '204418.905000', '204418.908000', '204418.911000', '204418.913000', '204418.916000', '204418.918000', '204418.921000', '204418.924000', '204418.927000', '204418.929000', '204418.932000', '204418.934000', '204418.937000', '204418.940000', '204418.942000', '204418.945000', '204418.948000', '204418.950000', '204418.953000', '204418.955000', '204418.958000', '204418.960000', '204418.963000', '204418.966000', '204418.968000', '204418.971000', '204438.830000', '204438.833000', '204438.835000', '204438.838000', '204438.840000', '204438.843000', '204438.846000', '204438.848000', '204438.851000', '204438.853000', '204438.856000', '204438.859000', '204438.861000', '204438.864000', '204438.866000', '204438.869000', '204438.872000', '204438.874000', '204438.877000', '204438.879000', '204438.882000', '204438.885000', '204438.887000', '204438.890000', '204438.893000', '204438.895000', '204438.898000', '204438.901000', '204438.903000', '204438.906000', '204438.908000', '204438.911000', '204438.914000', '204438.916000', '204438.919000', '204438.922000', '204438.924000', '204438.927000', '204438.929000', '204438.932000', '204438.935000', '204438.937000', '204438.940000', '204438.943000', '204458.830000', '204458.833000', '204458.835000', '204458.838000', '204458.840000', '204458.843000', '204458.846000', '204458.848000', '204458.851000', '204458.853000', '204458.856000', '204458.859000', '204458.861000', '204458.864000', '204458.867000', '204458.869000', '204458.872000', '204458.875000', '204458.877000', '204458.880000', '204458.883000', '204458.885000', '204458.888000', '204458.891000', '204458.893000', '204458.896000', '204458.898000', '204458.901000', '204458.904000', '204458.906000', '204458.909000', '204458.912000', '204458.914000', '204458.917000', '204458.920000', '204458.922000', '204458.925000', '204458.927000', '204458.930000', '204458.933000', '204458.935000', '204458.938000', '204458.940000', '204518.830000', '204518.865000', '204518.868000', '204518.870000', '204518.873000', '204518.875000', '204518.878000', '204518.881000', '204518.883000', '204518.886000', '204518.889000', '204518.891000', '204518.894000', '204518.897000', '204518.899000', '204518.902000', '204518.905000', '204518.907000', '204518.910000', '204518.912000', '204518.915000', '204518.918000', '204518.920000', '204518.923000', '204518.926000', '204518.928000', '204518.931000', '204518.934000', '204518.936000', '204518.939000', '204518.941000', '204518.944000', '204518.947000', '204518.949000', '204518.952000', '204518.954000', '204518.957000', '204518.960000', '204518.963000', '204518.965000', '204518.968000', '204518.970000', '204518.973000', '204538.830000', '204538.847000', '204538.850000', '204538.852000', '204538.855000', '204538.858000', '204538.860000', '204538.863000', '204538.866000', '204538.868000', '204538.871000', '204538.873000', '204538.876000', '204538.879000', '204538.881000', '204538.884000', '204538.887000', '204538.890000', '204538.892000', '204538.895000', '204538.898000', '204538.900000', '204538.903000', '204538.906000', '204538.908000', '204538.911000', '204538.913000', '204538.916000', '204538.919000', '204538.921000', '204538.924000', '204538.926000', '204538.929000', '204538.932000', '204538.934000', '204538.937000', '204538.940000', '204538.942000', '204538.945000', '204538.948000', '204538.950000', '204538.953000', '204538.955000', '204538.958000', '204558.830000', '204558.833000', '204558.836000', '204558.839000', '204558.841000', '204558.844000', '204558.846000', '204558.849000', '204558.852000', '204558.855000', '204558.857000', '204558.860000', '204558.862000', '204558.865000', '204558.868000', '204558.871000', '204558.873000', '204558.876000', '204558.878000', '204558.881000', '204558.884000', '204558.886000', '204558.889000', '204558.892000', '204558.894000', '204558.897000', '204558.900000', '204558.902000', '204558.905000', '204558.907000', '204558.910000', '204558.913000', '204558.915000', '204558.918000', '204558.920000', '204558.923000', '204558.926000', '204558.928000', '204558.931000', '204558.933000', '204558.936000', '204558.939000', '204558.941000', '204618.830000', '204619.033000', '204619.036000', '204619.039000', '204619.042000', '204619.045000', '204619.048000', '204619.051000', '204619.054000', '204619.057000', '204619.059000', '204619.062000', '204619.065000', '204619.067000', '204619.070000', '204619.073000', '204619.075000', '204619.078000', '204619.081000', '204619.083000', '204619.086000', '204619.088000', '204619.091000', '204619.094000', '204619.096000', '204619.099000', '204619.102000', '204619.104000', '204619.107000', '204619.110000', '204619.112000', '204619.115000', '204619.118000', '204619.120000', '204619.123000', '204619.125000', '204619.128000', '204619.131000', '204619.133000', '204619.136000', '204619.139000', '204619.141000', '204619.144000', '204619.147000', '204638.830000', '204638.837000', '204638.841000', '204638.843000', '204638.846000', '204638.848000', '204638.851000', '204638.854000', '204638.856000', '204638.859000', '204638.862000', '204638.864000', '204638.867000', '204638.869000', '204638.872000', '204638.875000', '204638.877000', '204638.880000', '204638.883000', '204638.887000', '204638.889000', '204638.892000', '204638.895000', '204638.897000', '204638.900000', '204638.903000', '204638.905000', '204638.908000', '204638.910000', '204638.913000', '204638.916000', '204638.928000', '204638.930000', '204638.933000', '204638.936000', '204638.939000', '204638.941000', '204638.944000', '204638.947000', '204638.950000', '204638.952000', '204638.955000', '204638.958000', '204658.830000', '204658.843000', '204658.846000', '204658.848000', '204658.851000', '204658.854000', '204658.856000', '204658.859000', '204658.861000', '204658.864000', '204658.867000', '204658.869000', '204658.872000', '204658.875000', '204658.877000', '204658.880000', '204658.883000', '204658.886000', '204658.888000', '204658.891000', '204658.893000', '204658.896000', '204658.899000', '204658.901000', '204658.904000', '204658.906000', '204658.909000', '204658.912000', '204658.914000', '204658.917000', '204658.919000', '204658.922000', '204658.925000', '204658.927000', '204658.930000', '204658.932000', '204658.935000', '204658.938000', '204658.940000', '204658.943000', '204658.945000', '204658.948000', '204658.951000', '204658.953000', '204718.829000', '204718.832000', '204718.835000', '204718.838000', '204718.840000', '204718.843000', '204718.846000', '204718.848000', '204718.851000', '204718.853000', '204718.856000', '204718.859000', '204718.862000', '204718.864000', '204718.868000', '204718.870000', '204718.873000', '204718.876000', '204718.878000', '204718.889000', '204718.892000', '204718.894000', '204718.897000', '204718.900000', '204718.902000', '204718.905000', '204718.907000', '204718.910000', '204718.913000', '204718.915000', '204718.918000', '204718.920000', '204718.923000', '204718.926000', '204718.928000', '204718.931000', '204718.934000', '204718.936000', '204718.939000', '204718.942000', '204718.944000', '204718.947000', '204718.949000', '204738.830000', '204738.833000', '204738.836000', '204738.838000', '204738.841000', '204738.844000', '204738.847000', '204738.849000', '204738.852000', '204738.855000', '204738.857000', '204738.860000', '204738.863000', '204738.865000', '204738.868000', '204738.871000', '204738.873000', '204738.876000', '204738.878000', '204738.881000', '204738.884000', '204738.886000', '204738.889000', '204738.892000', '204738.894000', '204738.897000', '204738.900000', '204738.902000', '204738.905000', '204738.908000', '204738.910000', '204738.913000', '204738.916000', '204738.918000', '204738.921000', '204738.923000', '204738.926000', '204738.929000', '204738.931000', '204738.934000', '204738.937000', '204738.939000', '204738.942000', '204738.944000', '204758.831000', '204758.833000', '204758.836000', '204758.839000', '204758.841000', '204758.844000', '204758.847000', '204758.849000', '204758.852000', '204758.855000', '204758.857000', '204758.860000', '204758.862000', '204758.865000', '204758.868000', '204758.870000', '204758.873000', '204758.876000', '204758.878000', '204758.881000', '204758.883000', '204758.886000', '204758.889000', '204758.891000', '204758.894000', '204758.897000', '204758.900000', '204758.902000', '204758.905000', '204758.909000', '204758.911000', '204758.914000', '204758.917000', '204758.919000', '204758.922000', '204758.926000', '204758.928000', '204758.931000', '204758.934000', '204758.936000', '204758.939000', '204758.941000', '204758.944000', '204808.075000', '204808.078000', '204808.081000', '204808.083000', '204808.086000', '204808.089000', '204808.091000', '204808.094000', '204808.096000', '204808.099000', '204808.105000', '204808.108000', '204808.111000', '204808.113000', '204808.116000', '204808.119000', '204808.121000', '204808.124000', '204808.127000', '204808.129000', '204808.132000'], 'InstanceCreationTime': ['204118.859000', '204118.863000', '204118.866000', '204118.868000', '204118.871000', '204118.874000', '204118.876000', '204118.879000', '204118.881000', '204118.884000', '204118.886000', '204118.889000', '204118.892000', '204118.894000', '204118.897000', '204118.899000', '204118.909000', '204118.911000', '204118.914000', '204118.917000', '204118.919000', '204118.922000', '204118.924000', '204118.927000', '204118.929000', '204118.932000', '204118.935000', '204118.937000', '204118.940000', '204118.942000', '204118.945000', '204118.947000', '204118.950000', '204118.953000', '204118.955000', '204118.962000', '204138.830000', '204138.840000', '204138.842000', '204138.845000', '204138.847000', '204138.850000', '204138.853000', '204138.855000', '204138.858000', '204138.872000', '204138.874000', '204138.877000', '204138.880000', '204138.882000', '204138.885000', '204138.908000', '204138.911000', '204138.914000', '204138.916000', '204138.919000', '204138.922000', '204138.924000', '204138.927000', '204138.929000', '204138.932000', '204138.935000', '204138.937000', '204138.940000', '204138.943000', '204138.945000', '204138.948000', '204138.950000', '204138.953000', '204138.956000', '204138.958000', '204138.961000', '204138.963000', '204138.967000', '204138.970000', '204138.973000', '204138.976000', '204138.978000', '204138.981000', '204158.829000', '204158.832000', '204158.835000', '204158.843000', '204158.846000', '204158.848000', '204158.851000', '204158.853000', '204158.856000', '204158.859000', '204158.861000', '204158.864000', '204158.866000', '204158.869000', '204158.872000', '204158.874000', '204158.877000', '204158.879000', '204158.882000', '204158.885000', '204158.887000', '204158.890000', '204158.892000', '204158.895000', '204158.898000', '204158.900000', '204158.903000', '204158.905000', '204158.908000', '204158.911000', '204158.913000', '204158.916000', '204158.919000', '204158.921000', '204158.924000', '204158.926000', '204158.929000', '204158.932000', '204158.934000', '204158.937000', '204158.939000', '204158.942000', '204158.945000', '204158.947000', '204218.829000', '204218.832000', '204218.835000', '204218.838000', '204218.840000', '204218.843000', '204218.845000', '204218.848000', '204218.851000', '204218.853000', '204218.856000', '204218.858000', '204218.861000', '204218.864000', '204218.866000', '204218.869000', '204218.871000', '204218.874000', '204218.877000', '204218.879000', '204218.882000', '204218.884000', '204218.887000', '204218.890000', '204218.892000', '204218.895000', '204218.897000', '204218.900000', '204218.903000', '204218.905000', '204218.908000', '204218.910000', '204218.913000', '204218.916000', '204218.918000', '204218.921000', '204218.924000', '204218.926000', '204218.929000', '204218.931000', '204218.934000', '204218.944000', '204218.947000', '204238.829000', '204238.832000', '204238.835000', '204238.837000', '204238.840000', '204238.843000', '204238.845000', '204238.848000', '204238.851000', '204238.853000', '204238.856000', '204238.859000', '204238.861000', '204238.864000', '204238.867000', '204238.869000', '204238.872000', '204238.874000', '204238.877000', '204238.880000', '204238.882000', '204238.885000', '204238.887000', '204238.890000', '204238.893000', '204238.895000', '204238.898000', '204238.900000', '204238.903000', '204238.906000', '204238.908000', '204238.920000', '204238.923000', '204238.926000', '204238.928000', '204238.931000', '204238.933000', '204238.936000', '204238.939000', '204238.941000', '204238.944000', '204238.946000', '204238.949000', '204238.951000', '204258.830000', '204258.833000', '204258.836000', '204258.839000', '204258.841000', '204258.844000', '204258.846000', '204258.849000', '204258.851000', '204258.854000', '204258.857000', '204258.859000', '204258.862000', '204258.864000', '204258.867000', '204258.870000', '204258.872000', '204258.875000', '204258.877000', '204258.880000', '204258.883000', '204258.885000', '204258.888000', '204258.890000', '204258.893000', '204258.895000', '204258.898000', '204258.901000', '204258.903000', '204258.906000', '204258.908000', '204258.911000', '204258.914000', '204258.916000', '204258.919000', '204258.921000', '204258.924000', '204258.927000', '204258.929000', '204258.932000', '204258.934000', '204258.937000', '204258.940000', '204318.831000', '204318.833000', '204318.836000', '204318.839000', '204318.841000', '204318.844000', '204318.847000', '204318.849000', '204318.852000', '204318.854000', '204318.857000', '204318.860000', '204318.862000', '204318.865000', '204318.868000', '204318.870000', '204318.873000', '204318.876000', '204318.878000', '204318.881000', '204318.883000', '204318.886000', '204318.889000', '204318.891000', '204318.894000', '204318.896000', '204318.899000', '204318.902000', '204318.904000', '204318.907000', '204318.910000', '204318.912000', '204318.915000', '204318.917000', '204318.920000', '204318.923000', '204318.925000', '204318.928000', '204318.931000', '204318.933000', '204318.936000', '204318.939000', '204318.941000', '204318.944000', '204338.831000', '204338.833000', '204338.836000', '204338.839000', '204338.841000', '204338.844000', '204338.846000', '204338.849000', '204338.852000', '204338.854000', '204338.857000', '204338.859000', '204338.862000', '204338.865000', '204338.867000', '204338.870000', '204338.873000', '204338.875000', '204338.878000', '204338.880000', '204338.883000', '204338.886000', '204338.888000', '204338.891000', '204338.894000', '204338.896000', '204338.899000', '204338.901000', '204338.904000', '204338.907000', '204338.909000', '204338.912000', '204338.915000', '204338.917000', '204338.920000', '204338.922000', '204338.925000', '204338.928000', '204338.930000', '204338.933000', '204338.935000', '204338.938000', '204338.941000', '204358.830000', '204358.832000', '204358.835000', '204358.838000', '204358.840000', '204358.843000', '204358.845000', '204358.848000', '204358.851000', '204358.853000', '204358.856000', '204358.859000', '204358.861000', '204358.864000', '204358.867000', '204358.869000', '204358.872000', '204358.875000', '204358.877000', '204358.880000', '204358.882000', '204358.885000', '204358.888000', '204358.890000', '204358.893000', '204358.895000', '204358.898000', '204358.901000', '204358.903000', '204358.906000', '204358.909000', '204358.911000', '204358.914000', '204358.917000', '204358.919000', '204358.922000', '204358.924000', '204358.927000', '204358.930000', '204358.932000', '204358.935000', '204358.937000', '204358.940000', '204358.943000', '204418.830000', '204418.838000', '204418.840000', '204418.843000', '204418.846000', '204418.848000', '204418.851000', '204418.854000', '204418.856000', '204418.859000', '204418.862000', '204418.864000', '204418.892000', '204418.895000', '204418.898000', '204418.900000', '204418.903000', '204418.905000', '204418.908000', '204418.911000', '204418.913000', '204418.916000', '204418.918000', '204418.921000', '204418.924000', '204418.927000', '204418.929000', '204418.932000', '204418.934000', '204418.937000', '204418.940000', '204418.942000', '204418.945000', '204418.948000', '204418.950000', '204418.953000', '204418.955000', '204418.958000', '204418.960000', '204418.963000', '204418.966000', '204418.968000', '204418.971000', '204438.830000', '204438.833000', '204438.835000', '204438.838000', '204438.840000', '204438.843000', '204438.846000', '204438.848000', '204438.851000', '204438.853000', '204438.856000', '204438.859000', '204438.861000', '204438.864000', '204438.866000', '204438.869000', '204438.872000', '204438.874000', '204438.877000', '204438.879000', '204438.882000', '204438.885000', '204438.887000', '204438.890000', '204438.893000', '204438.895000', '204438.898000', '204438.901000', '204438.903000', '204438.906000', '204438.908000', '204438.911000', '204438.914000', '204438.916000', '204438.919000', '204438.922000', '204438.924000', '204438.927000', '204438.929000', '204438.932000', '204438.935000', '204438.937000', '204438.940000', '204438.943000', '204458.830000', '204458.833000', '204458.835000', '204458.838000', '204458.840000', '204458.843000', '204458.846000', '204458.848000', '204458.851000', '204458.853000', '204458.856000', '204458.859000', '204458.861000', '204458.864000', '204458.867000', '204458.869000', '204458.872000', '204458.875000', '204458.877000', '204458.880000', '204458.883000', '204458.885000', '204458.888000', '204458.891000', '204458.893000', '204458.896000', '204458.898000', '204458.901000', '204458.904000', '204458.906000', '204458.909000', '204458.912000', '204458.914000', '204458.917000', '204458.920000', '204458.922000', '204458.925000', '204458.927000', '204458.930000', '204458.933000', '204458.935000', '204458.938000', '204458.940000', '204518.830000', '204518.865000', '204518.868000', '204518.870000', '204518.873000', '204518.875000', '204518.878000', '204518.881000', '204518.883000', '204518.886000', '204518.889000', '204518.891000', '204518.894000', '204518.897000', '204518.899000', '204518.902000', '204518.905000', '204518.907000', '204518.910000', '204518.912000', '204518.915000', '204518.918000', '204518.920000', '204518.923000', '204518.926000', '204518.928000', '204518.931000', '204518.934000', '204518.936000', '204518.939000', '204518.941000', '204518.944000', '204518.947000', '204518.949000', '204518.952000', '204518.954000', '204518.957000', '204518.960000', '204518.963000', '204518.965000', '204518.968000', '204518.970000', '204518.973000', '204538.830000', '204538.847000', '204538.850000', '204538.852000', '204538.855000', '204538.858000', '204538.860000', '204538.863000', '204538.866000', '204538.868000', '204538.871000', '204538.873000', '204538.876000', '204538.879000', '204538.881000', '204538.884000', '204538.887000', '204538.890000', '204538.892000', '204538.895000', '204538.898000', '204538.900000', '204538.903000', '204538.906000', '204538.908000', '204538.911000', '204538.913000', '204538.916000', '204538.919000', '204538.921000', '204538.924000', '204538.926000', '204538.929000', '204538.932000', '204538.934000', '204538.937000', '204538.940000', '204538.942000', '204538.945000', '204538.948000', '204538.950000', '204538.953000', '204538.955000', '204538.958000', '204558.830000', '204558.833000', '204558.836000', '204558.839000', '204558.841000', '204558.844000', '204558.846000', '204558.849000', '204558.852000', '204558.855000', '204558.857000', '204558.860000', '204558.862000', '204558.865000', '204558.868000', '204558.871000', '204558.873000', '204558.876000', '204558.878000', '204558.881000', '204558.884000', '204558.886000', '204558.889000', '204558.892000', '204558.894000', '204558.897000', '204558.900000', '204558.902000', '204558.905000', '204558.907000', '204558.910000', '204558.913000', '204558.915000', '204558.918000', '204558.920000', '204558.923000', '204558.926000', '204558.928000', '204558.931000', '204558.933000', '204558.936000', '204558.939000', '204558.941000', '204618.830000', '204619.033000', '204619.036000', '204619.039000', '204619.042000', '204619.045000', '204619.048000', '204619.051000', '204619.054000', '204619.057000', '204619.059000', '204619.062000', '204619.065000', '204619.067000', '204619.070000', '204619.073000', '204619.075000', '204619.078000', '204619.081000', '204619.083000', '204619.086000', '204619.088000', '204619.091000', '204619.094000', '204619.096000', '204619.099000', '204619.102000', '204619.104000', '204619.107000', '204619.110000', '204619.112000', '204619.115000', '204619.118000', '204619.120000', '204619.123000', '204619.125000', '204619.128000', '204619.131000', '204619.133000', '204619.136000', '204619.139000', '204619.141000', '204619.144000', '204619.147000', '204638.830000', '204638.837000', '204638.841000', '204638.843000', '204638.846000', '204638.848000', '204638.851000', '204638.854000', '204638.856000', '204638.859000', '204638.862000', '204638.864000', '204638.867000', '204638.869000', '204638.872000', '204638.875000', '204638.877000', '204638.880000', '204638.883000', '204638.887000', '204638.889000', '204638.892000', '204638.895000', '204638.897000', '204638.900000', '204638.903000', '204638.905000', '204638.908000', '204638.910000', '204638.913000', '204638.916000', '204638.928000', '204638.930000', '204638.933000', '204638.936000', '204638.939000', '204638.941000', '204638.944000', '204638.947000', '204638.950000', '204638.952000', '204638.955000', '204638.958000', '204658.830000', '204658.843000', '204658.846000', '204658.848000', '204658.851000', '204658.854000', '204658.856000', '204658.859000', '204658.861000', '204658.864000', '204658.867000', '204658.869000', '204658.872000', '204658.875000', '204658.877000', '204658.880000', '204658.883000', '204658.886000', '204658.888000', '204658.891000', '204658.893000', '204658.896000', '204658.899000', '204658.901000', '204658.904000', '204658.906000', '204658.909000', '204658.912000', '204658.914000', '204658.917000', '204658.919000', '204658.922000', '204658.925000', '204658.927000', '204658.930000', '204658.932000', '204658.935000', '204658.938000', '204658.940000', '204658.943000', '204658.945000', '204658.948000', '204658.951000', '204658.953000', '204718.829000', '204718.832000', '204718.835000', '204718.838000', '204718.840000', '204718.843000', '204718.846000', '204718.848000', '204718.851000', '204718.853000', '204718.856000', '204718.859000', '204718.862000', '204718.864000', '204718.868000', '204718.870000', '204718.873000', '204718.876000', '204718.878000', '204718.889000', '204718.892000', '204718.894000', '204718.897000', '204718.900000', '204718.902000', '204718.905000', '204718.907000', '204718.910000', '204718.913000', '204718.915000', '204718.918000', '204718.920000', '204718.923000', '204718.926000', '204718.928000', '204718.931000', '204718.934000', '204718.936000', '204718.939000', '204718.942000', '204718.944000', '204718.947000', '204718.949000', '204738.830000', '204738.833000', '204738.836000', '204738.838000', '204738.841000', '204738.844000', '204738.847000', '204738.849000', '204738.852000', '204738.855000', '204738.857000', '204738.860000', '204738.863000', '204738.865000', '204738.868000', '204738.871000', '204738.873000', '204738.876000', '204738.878000', '204738.881000', '204738.884000', '204738.886000', '204738.889000', '204738.892000', '204738.894000', '204738.897000', '204738.900000', '204738.902000', '204738.905000', '204738.908000', '204738.910000', '204738.913000', '204738.916000', '204738.918000', '204738.921000', '204738.923000', '204738.926000', '204738.929000', '204738.931000', '204738.934000', '204738.937000', '204738.939000', '204738.942000', '204738.944000', '204758.831000', '204758.833000', '204758.836000', '204758.839000', '204758.841000', '204758.844000', '204758.847000', '204758.849000', '204758.852000', '204758.855000', '204758.857000', '204758.860000', '204758.862000', '204758.865000', '204758.868000', '204758.870000', '204758.873000', '204758.876000', '204758.878000', '204758.881000', '204758.883000', '204758.886000', '204758.889000', '204758.891000', '204758.894000', '204758.897000', '204758.900000', '204758.902000', '204758.905000', '204758.909000', '204758.911000', '204758.914000', '204758.917000', '204758.919000', '204758.922000', '204758.926000', '204758.928000', '204758.931000', '204758.934000', '204758.936000', '204758.939000', '204758.941000', '204758.944000', '204808.075000', '204808.078000', '204808.081000', '204808.083000', '204808.086000', '204808.089000', '204808.091000', '204808.094000', '204808.096000', '204808.099000', '204808.105000', '204808.108000', '204808.111000', '204808.113000', '204808.116000', '204808.119000', '204808.121000', '204808.124000', '204808.127000', '204808.129000', '204808.132000'], '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': [7684, 7591, 7034, 7803, 7913, 7830, 7640, 8526, 7801, 7583, 7859, 7610, 7645, 7710, 8016, 7572, 7678, 7378, 7501, 7655, 7342, 7090, 7342, 6701, 7297, 7639, 7862, 7361, 7410, 7416, 7489, 7457, 7347, 7598, 7041, 7357, 7992, 7541, 6624, 7690, 7553, 7330, 7527, 7368, 7681, 7679, 7444, 7243, 7537, 7544, 7346, 7606, 6923, 7512, 7196, 7641, 7595, 7886, 7536, 7371, 7524, 7030, 7615, 7254, 7189, 7540, 7294, 7513, 6756, 7307, 6531, 7607, 7809, 7519, 7443, 7251, 7474, 6387, 7591, 7320, 7285, 7438, 8131, 7441, 6447, 7490, 7013, 7297, 7168, 7110, 7402, 6577, 7440, 7237, 7167, 7454, 7052, 7301, 6333, 7198, 7375, 7217, 7351, 6562, 7364, 7005, 7515, 7379, 7102, 7546, 7278, 7681, 7584, 8203, 7628, 7291, 7567, 7562, 8256, 7450, 7965, 6862, 7901, 7617, 7709, 7866, 7869, 8321, 8014, 8021, 9220, 7803, 7001, 7979, 7869, 6957, 7571, 6719, 7774, 7718, 7360, 7805, 6953, 7534, 6933, 8094, 7430, 7692, 8028, 7632, 7560, 7683, 7574, 7595, 7657, 7917, 7057, 7757, 7187, 7598, 7509, 7515, 7733, 7058, 7606, 7194, 7622, 7910, 6924, 7634, 6735, 7781, 7630, 7495, 7642, 7227, 7629, 6774, 7976, 7533, 7792, 7755, 7628, 7250, 9163, 7820, 7233, 7555, 7604, 7446, 7448, 7768, 7414, 6929, 7594, 7440, 7460, 7599, 7840, 7801, 7418, 7475, 7284, 7247, 7426, 8061, 7384, 7175, 7816, 7607, 7267, 7555, 8563, 7382, 7176, 7855, 7082, 7507, 7528, 7197, 7298, 7608, 7276, 6691, 7342, 6628, 7592, 7392, 7556, 7731, 7340, 7687, 7217, 7783, 7359, 7324, 7202, 7654, 6844, 7566, 7011, 7285, 7050, 8229, 7358, 7228, 7394, 7102, 7186, 8300, 7329, 6721, 7295, 6903, 7472, 6998, 7266, 7439, 7129, 7627, 6796, 7420, 7250, 7612, 7075, 7359, 7123, 7326, 7487, 7420, 7208, 7037, 7299, 6942, 6934, 6959, 7150, 7308, 7279, 6955, 7260, 7171, 7043, 7174, 7256, 6888, 7243, 7388, 6302, 7135, 6258, 7166, 6969, 7202, 7258, 7240, 7384, 7291, 7195, 7537, 7025, 9425, 7359, 6560, 7575, 6966, 7346, 7081, 7414, 7375, 7439, 7485, 7630, 7298, 7716, 6882, 8709, 7400, 7445, 7347, 6941, 6862, 7223, 7359, 6022, 7097, 6696, 7219, 7249, 7523, 7092, 7230, 7492, 7304, 7163, 8202, 7291, 6415, 7619, 7092, 7566, 7323, 7248, 7562, 7182, 8028, 8055, 7305, 8022, 7700, 10186, 8265, 9406, 7955, 8824, 7679, 7675, 7766, 7227, 7738, 7659, 7116, 7625, 6653, 7687, 7524, 6504, 7703, 7062, 7831, 7361, 7568, 8090, 7200, 8026, 7440, 7765, 7526, 8535, 8076, 7468, 7916, 7342, 7649, 8425, 7833, 7149, 7870, 7131, 7552, 7277, 7207, 7788, 6690, 7931, 7884, 7662, 7010, 7943, 6700, 7921, 6848, 7582, 6897, 7474, 7655, 7542, 7306, 6843, 7761, 6911, 7505, 7623, 7425, 7456, 7666, 7587, 7500, 7375, 6746, 7556, 7268, 7582, 7241, 7254, 7458, 7116, 7680, 7296, 7796, 7646, 7054, 7431, 6845, 7697, 7198, 7661, 7577, 7295, 7480, 8057, 7721, 7284, 7909, 7373, 7337, 7432, 7965, 7534, 6883, 7714, 7027, 7446, 7264, 7813, 7478, 7682, 7394, 7174, 7469, 6473, 7810, 7580, 7662, 7357, 7209, 7547, 7480, 7776, 7756, 6945, 7959, 8947, 7589, 7909, 7352, 7943, 7768, 7475, 8626, 7561, 6685, 7663, 6863, 7505, 7255, 6495, 7550, 7257, 7706, 7424, 7546, 7540, 7629, 7719, 7644, 7327, 7937, 7240, 7751, 7504, 7133, 7574, 6502, 7561, 7518, 7424, 7719, 6720, 7641, 8792, 7533, 8745, 7907, 7428, 7738, 8910, 7352, 6970, 7895, 7029, 7761, 7202, 7055, 7573, 7249, 7938, 7480, 7082, 7542, 6834, 8070, 7504, 7853, 7870, 7645, 7472, 8585, 7814, 7042, 7745, 7116, 7708, 7279, 7526, 7543, 6942, 7836, 7277, 7603, 7275, 7714, 7709, 6880, 7791, 6591, 7777, 7220, 7811, 7561, 7432, 7788, 6987, 7718, 7118, 7863, 7403, 6858, 7956, 7245, 7741, 7506, 7866, 7681, 7604, 7571, 7291, 7714, 6644, 7702, 7753, 7818, 7781, 7328, 7692, 7153, 8005, 7163, 7833, 7431, 7388, 7431, 6763, 7769, 7557, 7701, 7280, 7008, 7728, 7086, 7983, 7545, 7370, 7574, 6625, 7819, 7646, 7746, 7381, 7491, 7587, 7119, 7935, 7773, 7248, 7579, 7040, 7943, 7512, 7318, 7829, 8122, 7047, 8277, 8221, 7666, 8069, 7359, 8060, 8184, 7812, 7867, 8967, 8113, 7239, 7950, 7838, 7791, 7568, 6757, 7644, 7183, 7871, 8029, 6796, 8041, 7553, 8209, 7941, 7932, 8305, 8869, 8006, 8622, 8060, 7245, 8129, 7969, 7904, 7878, 7032, 8168, 7202, 7876, 8115, 7793, 7630, 8710, 8066, 7474, 8168, 7270, 7904, 7668, 8036, 7902, 7964, 7997, 7691, 7717, 6900, 7977, 7502, 7951, 7380, 7907, 7524, 7894, 8013, 7802, 7690, 7663, 7740, 6932, 7744, 6885, 7991, 7462, 8013, 7911, 7921, 7591, 8488, 7798, 7668, 7805, 7482, 7596, 6659, 7820, 6710, 7872, 7059, 7753, 7280, 7379, 7991, 7135, 8156, 7802, 7259, 8094, 7287, 8170, 7518, 8227, 7727, 8517, 8056, 8394, 8104, 7679, 8103, 7320, 7958, 8154, 7104, 7966, 7139, 7975, 8046, 7140, 8091, 7500, 8011, 7920, 8035, 8144, 7397, 7931, 7240, 8056, 7296, 7952, 7836, 7837, 7735, 9044, 7874, 7447, 7859, 7963, 7078, 7909, 7315, 8199, 8051, 8046, 7673, 8022, 9491, 8045, 7469, 8006, 7233, 8093, 7398, 7818, 7956, 6919, 7977, 7379, 8060, 7977, 6949, 8031, 7605, 8002, 8055, 8255, 7865, 7912, 8082, 7674, 7368, 7650, 7717, 7731, 7798, 7596, 7581, 7316, 7429, 7213, 7449, 6742, 7768, 7033, 7556, 7149, 7872, 8374, 7874, 8001, 7506, 7239, 7725, 7233, 7599, 6446, 7505, 7249, 7664, 7696, 7801, 7650, 7572, 7585, 8289, 7872, 8385, 7720, 7791, 7568, 7627, 7561, 6908, 7722, 7023, 7482, 6728, 7921, 7362, 7658, 8009, 7539, 7325, 6902, 7757, 6698, 7987, 8124, 7661, 8485, 7805, 8099, 8186, 8827, 8046, 7682, 8261, 7161, 8000, 7931, 7282, 7709, 8082, 7457, 8153, 7439, 7937, 7550, 7679, 8117, 7850, 8048, 6943, 8318, 7828, 8057, 7250, 7719, 8011, 7501, 7619, 7238, 8093, 7347, 7938, 8143, 7785, 7667, 8596, 7920, 8055, 8061, 7216, 7858, 7568, 8003, 7904, 6869, 8051, 7304, 7775, 7906, 8275, 7821, 8005, 8071, 7451, 7752, 7258, 7654, 6706, 7887, 6689, 7845, 6907, 7528, 7288, 7755, 7760, 6917, 7808, 6817], 'WindowCenter': [3684.0, 3670.0, 3657.0, 3655.0, 3666.0, 3655.0, 3653.0, 3663.0, 3641.0, 3640.0, 3650.0, 3639.0, 3639.0, 3639.0, 3639.0, 3638.0, 3638.0, 3627.0, 3627.0, 3638.0, 3638.0, 3627.0, 3639.0, 3628.0, 3639.0, 3639.0, 3650.0, 3640.0, 3641.0, 3641.0, 3640.0, 3640.0, 3639.0, 3640.0, 3629.0, 3640.0, 3650.0, 3640.0, 3629.0, 3640.0, 3640.0, 3640.0, 3641.0, 3641.0, 3641.0, 3640.0, 3641.0, 3640.0, 3640.0, 3640.0, 3639.0, 3639.0, 3629.0, 3640.0, 3629.0, 3640.0, 3640.0, 3650.0, 3640.0, 3639.0, 3640.0, 3629.0, 3640.0, 3640.0, 3640.0, 3651.0, 3641.0, 3641.0, 3630.0, 3642.0, 3630.0, 3652.0, 3652.0, 3640.0, 3641.0, 3641.0, 3641.0, 3630.0, 3641.0, 3640.0, 3640.0, 3641.0, 3651.0, 3641.0, 3629.0, 3640.0, 3640.0, 3640.0, 3641.0, 3630.0, 3641.0, 3630.0, 3641.0, 3641.0, 3642.0, 3642.0, 3642.0, 3641.0, 3632.0, 3643.0, 3654.0, 3654.0, 3654.0, 3644.0, 3654.0, 3644.0, 3655.0, 3655.0, 3644.0, 3654.0, 3654.0, 3654.0, 3654.0, 3664.0, 3653.0, 3653.0, 3653.0, 3655.0, 3665.0, 3653.0, 3662.0, 3643.0, 3664.0, 3665.0, 3654.0, 3666.0, 3665.0, 3664.0, 3652.0, 3652.0, 3662.0, 3652.0, 3641.0, 3651.0, 3651.0, 3641.0, 3652.0, 3629.0, 3641.0, 3640.0, 3640.0, 3640.0, 3629.0, 3640.0, 3629.0, 3640.0, 3640.0, 3640.0, 3639.0, 3639.0, 3638.0, 3639.0, 3639.0, 3639.0, 3639.0, 3650.0, 3628.0, 3640.0, 3629.0, 3639.0, 3639.0, 3639.0, 3639.0, 3629.0, 3640.0, 3630.0, 3640.0, 3651.0, 3641.0, 3641.0, 3630.0, 3641.0, 3641.0, 3640.0, 3652.0, 3640.0, 3652.0, 3630.0, 3651.0, 3640.0, 3639.0, 3639.0, 3638.0, 3628.0, 3660.0, 3639.0, 3639.0, 3638.0, 3639.0, 3627.0, 3639.0, 3638.0, 3640.0, 3628.0, 3639.0, 3639.0, 3627.0, 3638.0, 3638.0, 3639.0, 3627.0, 3627.0, 3638.0, 3628.0, 3639.0, 3638.0, 3640.0, 3628.0, 3638.0, 3638.0, 3626.0, 3638.0, 3637.0, 3627.0, 3627.0, 3638.0, 3627.0, 3627.0, 3638.0, 3627.0, 3627.0, 3638.0, 3628.0, 3617.0, 3628.0, 3628.0, 3639.0, 3628.0, 3639.0, 3638.0, 3627.0, 3638.0, 3627.0, 3638.0, 3627.0, 3639.0, 3639.0, 3639.0, 3628.0, 3639.0, 3629.0, 3628.0, 3628.0, 3649.0, 3628.0, 3627.0, 3628.0, 3627.0, 3628.0, 3637.0, 3628.0, 3617.0, 3627.0, 3628.0, 3639.0, 3629.0, 3640.0, 3641.0, 3629.0, 3641.0, 3630.0, 3640.0, 3640.0, 3639.0, 3628.0, 3628.0, 3628.0, 3628.0, 3628.0, 3627.0, 3628.0, 3627.0, 3639.0, 3629.0, 3629.0, 3640.0, 3640.0, 3641.0, 3641.0, 3642.0, 3641.0, 3642.0, 3641.0, 3642.0, 3641.0, 3642.0, 3641.0, 3642.0, 3630.0, 3641.0, 3630.0, 3642.0, 3642.0, 3642.0, 3653.0, 3642.0, 3653.0, 3642.0, 3642.0, 3652.0, 3643.0, 3663.0, 3642.0, 3630.0, 3641.0, 3641.0, 3641.0, 3641.0, 3642.0, 3641.0, 3641.0, 3641.0, 3640.0, 3641.0, 3640.0, 3630.0, 3650.0, 3640.0, 3628.0, 3640.0, 3629.0, 3629.0, 3639.0, 3640.0, 3619.0, 3640.0, 3631.0, 3642.0, 3642.0, 3652.0, 3642.0, 3641.0, 3642.0, 3641.0, 3641.0, 3651.0, 3641.0, 3630.0, 3652.0, 3642.0, 3652.0, 3642.0, 3643.0, 3653.0, 3642.0, 3652.0, 3653.0, 3654.0, 3665.0, 3653.0, 3674.0, 3652.0, 3660.0, 3639.0, 3649.0, 3638.0, 3637.0, 3627.0, 3627.0, 3638.0, 3639.0, 3628.0, 3640.0, 3630.0, 3651.0, 3651.0, 3631.0, 3653.0, 3643.0, 3654.0, 3655.0, 3655.0, 3654.0, 3642.0, 3652.0, 3641.0, 3641.0, 3640.0, 3651.0, 3639.0, 3629.0, 3639.0, 3628.0, 3639.0, 3638.0, 3639.0, 3628.0, 3638.0, 3628.0, 3639.0, 3640.0, 3640.0, 3641.0, 3629.0, 3651.0, 3640.0, 3640.0, 3628.0, 3639.0, 3617.0, 3638.0, 3617.0, 3638.0, 3628.0, 3628.0, 3639.0, 3639.0, 3641.0, 3630.0, 3651.0, 3641.0, 3654.0, 3653.0, 3642.0, 3654.0, 3653.0, 3653.0, 3641.0, 3642.0, 3631.0, 3641.0, 3641.0, 3640.0, 3641.0, 3640.0, 3641.0, 3630.0, 3641.0, 3641.0, 3640.0, 3641.0, 3630.0, 3642.0, 3631.0, 3652.0, 3641.0, 3641.0, 3652.0, 3641.0, 3642.0, 3652.0, 3641.0, 3640.0, 3640.0, 3640.0, 3640.0, 3640.0, 3640.0, 3641.0, 3630.0, 3640.0, 3630.0, 3641.0, 3640.0, 3641.0, 3641.0, 3640.0, 3641.0, 3630.0, 3641.0, 3619.0, 3641.0, 3641.0, 3640.0, 3641.0, 3641.0, 3653.0, 3642.0, 3653.0, 3654.0, 3643.0, 3654.0, 3664.0, 3641.0, 3651.0, 3639.0, 3640.0, 3638.0, 3639.0, 3649.0, 3639.0, 3628.0, 3639.0, 3630.0, 3641.0, 3653.0, 3631.0, 3653.0, 3654.0, 3654.0, 3655.0, 3654.0, 3653.0, 3653.0, 3652.0, 3641.0, 3640.0, 3640.0, 3640.0, 3640.0, 3640.0, 3629.0, 3652.0, 3631.0, 3652.0, 3642.0, 3641.0, 3652.0, 3631.0, 3653.0, 3662.0, 3652.0, 3651.0, 3651.0, 3639.0, 3640.0, 3650.0, 3628.0, 3628.0, 3638.0, 3629.0, 3639.0, 3641.0, 3630.0, 3652.0, 3641.0, 3652.0, 3642.0, 3642.0, 3652.0, 3631.0, 3652.0, 3640.0, 3640.0, 3650.0, 3640.0, 3639.0, 3650.0, 3640.0, 3628.0, 3639.0, 3629.0, 3640.0, 3640.0, 3640.0, 3641.0, 3641.0, 3640.0, 3641.0, 3641.0, 3640.0, 3640.0, 3641.0, 3629.0, 3640.0, 3630.0, 3640.0, 3640.0, 3640.0, 3640.0, 3640.0, 3641.0, 3641.0, 3641.0, 3641.0, 3652.0, 3642.0, 3631.0, 3652.0, 3642.0, 3641.0, 3640.0, 3651.0, 3640.0, 3639.0, 3641.0, 3640.0, 3640.0, 3629.0, 3640.0, 3640.0, 3640.0, 3641.0, 3640.0, 3641.0, 3629.0, 3651.0, 3629.0, 3640.0, 3641.0, 3640.0, 3641.0, 3631.0, 3641.0, 3652.0, 3652.0, 3642.0, 3642.0, 3653.0, 3642.0, 3652.0, 3653.0, 3642.0, 3652.0, 3630.0, 3641.0, 3641.0, 3641.0, 3642.0, 3641.0, 3641.0, 3641.0, 3652.0, 3652.0, 3641.0, 3652.0, 3641.0, 3653.0, 3643.0, 3642.0, 3652.0, 3652.0, 3641.0, 3651.0, 3663.0, 3652.0, 3653.0, 3642.0, 3651.0, 3651.0, 3641.0, 3640.0, 3650.0, 3640.0, 3628.0, 3639.0, 3639.0, 3640.0, 3652.0, 3630.0, 3653.0, 3643.0, 3653.0, 3664.0, 3644.0, 3654.0, 3654.0, 3665.0, 3654.0, 3653.0, 3653.0, 3651.0, 3652.0, 3651.0, 3651.0, 3629.0, 3639.0, 3651.0, 3651.0, 3652.0, 3630.0, 3651.0, 3641.0, 3651.0, 3653.0, 3642.0, 3642.0, 3652.0, 3652.0, 3640.0, 3650.0, 3640.0, 3640.0, 3639.0, 3640.0, 3639.0, 3639.0, 3651.0, 3640.0, 3641.0, 3629.0, 3651.0, 3640.0, 3651.0, 3641.0, 3652.0, 3641.0, 3652.0, 3652.0, 3641.0, 3641.0, 3641.0, 3653.0, 3641.0, 3653.0, 3642.0, 3653.0, 3642.0, 3653.0, 3653.0, 3652.0, 3642.0, 3651.0, 3641.0, 3640.0, 3641.0, 3640.0, 3641.0, 3629.0, 3640.0, 3630.0, 3651.0, 3641.0, 3652.0, 3642.0, 3643.0, 3654.0, 3644.0, 3665.0, 3666.0, 3655.0, 3666.0, 3654.0, 3664.0, 3642.0, 3653.0, 3653.0, 3652.0, 3651.0, 3651.0, 3640.0, 3640.0, 3650.0, 3640.0, 3650.0, 3650.0, 3629.0, 3652.0, 3629.0, 3651.0, 3651.0, 3630.0, 3651.0, 3641.0, 3652.0, 3652.0, 3652.0, 3652.0, 3640.0, 3651.0, 3629.0, 3640.0, 3629.0, 3639.0, 3639.0, 3639.0, 3640.0, 3661.0, 3651.0, 3641.0, 3651.0, 3652.0, 3641.0, 3653.0, 3642.0, 3653.0, 3652.0, 3652.0, 3640.0, 3640.0, 3660.0, 3638.0, 3627.0, 3637.0, 3626.0, 3637.0, 3627.0, 3627.0, 3638.0, 3628.0, 3650.0, 3640.0, 3650.0, 3652.0, 3630.0, 3651.0, 3641.0, 3652.0, 3651.0, 3651.0, 3640.0, 3639.0, 3640.0, 3639.0, 3628.0, 3638.0, 3638.0, 3638.0, 3639.0, 3638.0, 3640.0, 3639.0, 3640.0, 3640.0, 3642.0, 3631.0, 3653.0, 3642.0, 3653.0, 3641.0, 3652.0, 3651.0, 3651.0, 3640.0, 3640.0, 3628.0, 3639.0, 3628.0, 3640.0, 3630.0, 3641.0, 3641.0, 3652.0, 3653.0, 3653.0, 3655.0, 3653.0, 3654.0, 3653.0, 3653.0, 3651.0, 3642.0, 3641.0, 3641.0, 3639.0, 3640.0, 3628.0, 3641.0, 3630.0, 3641.0, 3630.0, 3652.0, 3642.0, 3642.0, 3653.0, 3653.0, 3644.0, 3644.0, 3655.0, 3644.0, 3666.0, 3655.0, 3654.0, 3663.0, 3653.0, 3652.0, 3652.0, 3651.0, 3651.0, 3639.0, 3650.0, 3629.0, 3651.0, 3652.0, 3653.0, 3653.0, 3653.0, 3642.0, 3652.0, 3641.0, 3652.0, 3640.0, 3640.0, 3640.0, 3651.0, 3652.0, 3630.0, 3652.0, 3640.0, 3640.0, 3639.0, 3640.0, 3640.0, 3640.0, 3641.0, 3641.0, 3652.0, 3641.0, 3640.0, 3640.0, 3640.0, 3640.0, 3650.0, 3651.0, 3640.0, 3640.0, 3628.0, 3639.0, 3639.0, 3639.0, 3640.0, 3629.0, 3640.0, 3640.0, 3640.0, 3639.0, 3639.0, 3639.0, 3638.0, 3639.0, 3626.0, 3627.0, 3626.0, 3627.0, 3615.0, 3637.0, 3616.0, 3638.0, 3628.0, 3639.0, 3639.0, 3640.0, 3642.0, 3630.0, 3652.0, 3632.0], 'WindowWidth': [8320.0, 8294.0, 8270.0, 8264.0, 8276.0, 8263.0, 8256.0, 8268.0, 8236.0, 8232.0, 8245.0, 8229.0, 8228.0, 8228.0, 8226.0, 8223.0, 8223.0, 8209.0, 8210.0, 8224.0, 8225.0, 8210.0, 8230.0, 8214.0, 8230.0, 8230.0, 8244.0, 8233.0, 8234.0, 8236.0, 8234.0, 8233.0, 8230.0, 8231.0, 8215.0, 8232.0, 8245.0, 8232.0, 8216.0, 8231.0, 8232.0, 8233.0, 8234.0, 8235.0, 8235.0, 8232.0, 8235.0, 8233.0, 8233.0, 8232.0, 8230.0, 8230.0, 8215.0, 8233.0, 8216.0, 8231.0, 8231.0, 8244.0, 8232.0, 8231.0, 8233.0, 8217.0, 8231.0, 8233.0, 8234.0, 8250.0, 8235.0, 8237.0, 8220.0, 8238.0, 8221.0, 8252.0, 8250.0, 8234.0, 8235.0, 8235.0, 8236.0, 8219.0, 8234.0, 8233.0, 8234.0, 8234.0, 8247.0, 8234.0, 8218.0, 8233.0, 8233.0, 8233.0, 8234.0, 8220.0, 8234.0, 8219.0, 8236.0, 8237.0, 8238.0, 8239.0, 8238.0, 8238.0, 8228.0, 8242.0, 8257.0, 8258.0, 8259.0, 8245.0, 8260.0, 8245.0, 8261.0, 8260.0, 8245.0, 8259.0, 8257.0, 8259.0, 8257.0, 8270.0, 8254.0, 8255.0, 8255.0, 8260.0, 8273.0, 8254.0, 8268.0, 8243.0, 8272.0, 8276.0, 8260.0, 8276.0, 8274.0, 8270.0, 8251.0, 8251.0, 8265.0, 8251.0, 8234.0, 8246.0, 8247.0, 8234.0, 8250.0, 8217.0, 8234.0, 8232.0, 8231.0, 8233.0, 8217.0, 8231.0, 8217.0, 8231.0, 8232.0, 8231.0, 8228.0, 8228.0, 8226.0, 8228.0, 8227.0, 8227.0, 8227.0, 8243.0, 8214.0, 8232.0, 8216.0, 8229.0, 8229.0, 8229.0, 8230.0, 8215.0, 8233.0, 8218.0, 8232.0, 8246.0, 8234.0, 8235.0, 8218.0, 8235.0, 8234.0, 8232.0, 8250.0, 8233.0, 8251.0, 8221.0, 8248.0, 8233.0, 8228.0, 8226.0, 8225.0, 8212.0, 8256.0, 8226.0, 8227.0, 8226.0, 8227.0, 8211.0, 8228.0, 8226.0, 8231.0, 8213.0, 8227.0, 8227.0, 8210.0, 8225.0, 8223.0, 8227.0, 8209.0, 8209.0, 8225.0, 8212.0, 8227.0, 8227.0, 8234.0, 8213.0, 8225.0, 8223.0, 8206.0, 8223.0, 8221.0, 8208.0, 8208.0, 8223.0, 8210.0, 8209.0, 8224.0, 8209.0, 8209.0, 8225.0, 8211.0, 8195.0, 8211.0, 8211.0, 8227.0, 8211.0, 8227.0, 8225.0, 8210.0, 8224.0, 8209.0, 8225.0, 8210.0, 8229.0, 8227.0, 8227.0, 8212.0, 8228.0, 8214.0, 8213.0, 8212.0, 8241.0, 8212.0, 8209.0, 8210.0, 8209.0, 8211.0, 8223.0, 8212.0, 8195.0, 8210.0, 8213.0, 8229.0, 8218.0, 8231.0, 8234.0, 8217.0, 8233.0, 8218.0, 8231.0, 8230.0, 8229.0, 8213.0, 8210.0, 8211.0, 8212.0, 8211.0, 8210.0, 8212.0, 8211.0, 8229.0, 8216.0, 8217.0, 8232.0, 8234.0, 8236.0, 8235.0, 8239.0, 8235.0, 8238.0, 8234.0, 8237.0, 8235.0, 8239.0, 8236.0, 8238.0, 8220.0, 8236.0, 8220.0, 8238.0, 8238.0, 8239.0, 8255.0, 8240.0, 8254.0, 8239.0, 8239.0, 8252.0, 8241.0, 8268.0, 8237.0, 8220.0, 8235.0, 8235.0, 8237.0, 8234.0, 8237.0, 8237.0, 8235.0, 8235.0, 8232.0, 8234.0, 8231.0, 8219.0, 8245.0, 8231.0, 8214.0, 8230.0, 8218.0, 8217.0, 8230.0, 8232.0, 8203.0, 8234.0, 8223.0, 8238.0, 8239.0, 8253.0, 8240.0, 8236.0, 8238.0, 8236.0, 8235.0, 8248.0, 8236.0, 8221.0, 8251.0, 8238.0, 8252.0, 8240.0, 8241.0, 8254.0, 8239.0, 8253.0, 8254.0, 8258.0, 8273.0, 8256.0, 8283.0, 8250.0, 8258.0, 8227.0, 8239.0, 8224.0, 8222.0, 8209.0, 8209.0, 8224.0, 8229.0, 8214.0, 8232.0, 8218.0, 8248.0, 8249.0, 8224.0, 8256.0, 8243.0, 8257.0, 8260.0, 8260.0, 8258.0, 8239.0, 8251.0, 8233.0, 8234.0, 8230.0, 8246.0, 8228.0, 8214.0, 8228.0, 8214.0, 8228.0, 8227.0, 8227.0, 8211.0, 8225.0, 8213.0, 8229.0, 8232.0, 8232.0, 8233.0, 8217.0, 8246.0, 8231.0, 8229.0, 8213.0, 8226.0, 8196.0, 8225.0, 8195.0, 8225.0, 8212.0, 8212.0, 8229.0, 8229.0, 8234.0, 8218.0, 8249.0, 8237.0, 8257.0, 8256.0, 8238.0, 8259.0, 8256.0, 8254.0, 8237.0, 8238.0, 8222.0, 8235.0, 8233.0, 8233.0, 8234.0, 8232.0, 8235.0, 8218.0, 8234.0, 8234.0, 8234.0, 8235.0, 8219.0, 8237.0, 8221.0, 8251.0, 8235.0, 8237.0, 8252.0, 8237.0, 8239.0, 8250.0, 8235.0, 8232.0, 8231.0, 8231.0, 8230.0, 8231.0, 8231.0, 8234.0, 8218.0, 8233.0, 8218.0, 8235.0, 8233.0, 8235.0, 8234.0, 8233.0, 8235.0, 8220.0, 8234.0, 8205.0, 8234.0, 8234.0, 8233.0, 8236.0, 8237.0, 8253.0, 8240.0, 8257.0, 8258.0, 8243.0, 8259.0, 8269.0, 8233.0, 8248.0, 8229.0, 8229.0, 8225.0, 8228.0, 8241.0, 8228.0, 8212.0, 8228.0, 8219.0, 8235.0, 8254.0, 8225.0, 8256.0, 8258.0, 8258.0, 8261.0, 8257.0, 8256.0, 8255.0, 8250.0, 8233.0, 8232.0, 8230.0, 8230.0, 8231.0, 8232.0, 8217.0, 8250.0, 8223.0, 8252.0, 8238.0, 8236.0, 8252.0, 8222.0, 8253.0, 8265.0, 8252.0, 8248.0, 8247.0, 8229.0, 8230.0, 8244.0, 8213.0, 8211.0, 8226.0, 8214.0, 8230.0, 8235.0, 8220.0, 8251.0, 8235.0, 8250.0, 8238.0, 8238.0, 8252.0, 8221.0, 8251.0, 8232.0, 8231.0, 8246.0, 8231.0, 8229.0, 8244.0, 8230.0, 8214.0, 8227.0, 8217.0, 8230.0, 8232.0, 8233.0, 8234.0, 8234.0, 8233.0, 8236.0, 8234.0, 8233.0, 8233.0, 8233.0, 8217.0, 8232.0, 8218.0, 8232.0, 8231.0, 8232.0, 8233.0, 8232.0, 8234.0, 8234.0, 8235.0, 8236.0, 8251.0, 8238.0, 8222.0, 8252.0, 8238.0, 8234.0, 8231.0, 8246.0, 8231.0, 8230.0, 8235.0, 8232.0, 8232.0, 8217.0, 8232.0, 8232.0, 8230.0, 8234.0, 8232.0, 8234.0, 8216.0, 8245.0, 8216.0, 8230.0, 8235.0, 8232.0, 8235.0, 8221.0, 8235.0, 8250.0, 8250.0, 8239.0, 8237.0, 8253.0, 8237.0, 8250.0, 8253.0, 8238.0, 8251.0, 8219.0, 8235.0, 8235.0, 8233.0, 8237.0, 8233.0, 8235.0, 8236.0, 8250.0, 8251.0, 8235.0, 8252.0, 8236.0, 8254.0, 8240.0, 8240.0, 8252.0, 8250.0, 8236.0, 8249.0, 8267.0, 8253.0, 8254.0, 8237.0, 8248.0, 8247.0, 8234.0, 8232.0, 8242.0, 8229.0, 8213.0, 8226.0, 8229.0, 8231.0, 8251.0, 8221.0, 8254.0, 8240.0, 8255.0, 8272.0, 8244.0, 8258.0, 8256.0, 8273.0, 8255.0, 8252.0, 8253.0, 8247.0, 8249.0, 8246.0, 8246.0, 8215.0, 8228.0, 8245.0, 8248.0, 8250.0, 8219.0, 8249.0, 8235.0, 8248.0, 8253.0, 8236.0, 8237.0, 8250.0, 8249.0, 8230.0, 8244.0, 8229.0, 8230.0, 8227.0, 8230.0, 8228.0, 8227.0, 8246.0, 8231.0, 8233.0, 8216.0, 8247.0, 8232.0, 8248.0, 8235.0, 8250.0, 8235.0, 8251.0, 8249.0, 8234.0, 8235.0, 8235.0, 8253.0, 8236.0, 8254.0, 8238.0, 8253.0, 8239.0, 8254.0, 8253.0, 8251.0, 8237.0, 8248.0, 8233.0, 8231.0, 8234.0, 8230.0, 8232.0, 8215.0, 8231.0, 8218.0, 8248.0, 8236.0, 8251.0, 8239.0, 8241.0, 8257.0, 8244.0, 8274.0, 8278.0, 8260.0, 8276.0, 8258.0, 8271.0, 8239.0, 8254.0, 8252.0, 8250.0, 8247.0, 8246.0, 8231.0, 8232.0, 8244.0, 8229.0, 8245.0, 8244.0, 8214.0, 8249.0, 8216.0, 8247.0, 8247.0, 8218.0, 8247.0, 8235.0, 8249.0, 8251.0, 8249.0, 8249.0, 8231.0, 8247.0, 8215.0, 8229.0, 8213.0, 8227.0, 8226.0, 8228.0, 8230.0, 8260.0, 8246.0, 8236.0, 8248.0, 8252.0, 8236.0, 8253.0, 8237.0, 8253.0, 8250.0, 8248.0, 8229.0, 8230.0, 8255.0, 8224.0, 8207.0, 8220.0, 8204.0, 8221.0, 8207.0, 8209.0, 8224.0, 8212.0, 8242.0, 8232.0, 8244.0, 8249.0, 8219.0, 8247.0, 8234.0, 8249.0, 8247.0, 8246.0, 8230.0, 8228.0, 8229.0, 8228.0, 8212.0, 8225.0, 8225.0, 8224.0, 8227.0, 8226.0, 8232.0, 8229.0, 8230.0, 8230.0, 8237.0, 8222.0, 8253.0, 8237.0, 8253.0, 8235.0, 8251.0, 8246.0, 8246.0, 8232.0, 8229.0, 8211.0, 8228.0, 8212.0, 8230.0, 8219.0, 8234.0, 8234.0, 8252.0, 8254.0, 8253.0, 8260.0, 8254.0, 8256.0, 8253.0, 8252.0, 8247.0, 8236.0, 8234.0, 8232.0, 8228.0, 8230.0, 8213.0, 8234.0, 8219.0, 8234.0, 8220.0, 8249.0, 8239.0, 8237.0, 8256.0, 8255.0, 8243.0, 8244.0, 8261.0, 8245.0, 8278.0, 8260.0, 8255.0, 8268.0, 8254.0, 8250.0, 8250.0, 8246.0, 8246.0, 8229.0, 8242.0, 8215.0, 8247.0, 8250.0, 8254.0, 8256.0, 8255.0, 8239.0, 8252.0, 8236.0, 8250.0, 8229.0, 8230.0, 8230.0, 8247.0, 8249.0, 8218.0, 8249.0, 8232.0, 8232.0, 8228.0, 8229.0, 8230.0, 8231.0, 8234.0, 8233.0, 8249.0, 8232.0, 8231.0, 8230.0, 8229.0, 8229.0, 8242.0, 8246.0, 8229.0, 8230.0, 8211.0, 8226.0, 8227.0, 8229.0, 8230.0, 8216.0, 8229.0, 8230.0, 8230.0, 8228.0, 8228.0, 8227.0, 8225.0, 8225.0, 8205.0, 8207.0, 8205.0, 8206.0, 8189.0, 8221.0, 8191.0, 8225.0, 8214.0, 8228.0, 8229.0, 8230.0, 8235.0, 8219.0, 8252.0, 8224.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.00015894565217391304</td></tr>
<tr><td colspan=3>aqi</td><td>0.015863519673913043</td></tr>
<tr><td colspan=3>dummy_trs</td><td>6</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.121613229521195</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.192398625429815</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9968559633297059</td></tr>
<tr><td colspan=3>efc</td><td>0.4502</td></tr>
<tr><td colspan=3>fber</td><td>5807.3984</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07237000702998034</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>3</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.32608695652173914</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.68679238446744</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.613004483155664</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.921924566699526</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.52544810354713</td></tr>
<tr><td colspan=3>gcor</td><td>0.00719856</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01156399492174387</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.017273321747779846</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>920</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.629982328319364</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>29.5552</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>31.6036</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>133.6095</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>40.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>307180.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>618.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>267.3518</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9075</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>490.804</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2876.72</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3078.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>69364.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>787.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3828.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>847.9319</td></tr>
<tr><td colspan=3>tsnr</td><td>44.515375952236354</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>