=== 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-0004 --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-0004",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
129 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
129 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-0004_ses-03_task-alignvideo_acq-mb8_run-01_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-0004_ses-03_task-alignvideo_acq-mb8_run-01_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-01_session-03_subject-0004_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-0004/figures/sub-0004_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0004/figures/sub-0004_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0004/figures/sub-0004_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-03_subject-0004_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-0004/figures/sub-0004_ses-03_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0004/figures/sub-0004_ses-03_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0004/figures/sub-0004_ses-03_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-03_subject-0004_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-0004/figures/sub-0004_ses-03_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0004/figures/sub-0004_ses-03_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0004/figures/sub-0004_ses-03_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-03_subject-0004_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 «carpetplot» may assist in assessing head-motion derived artifacts and respiation effects.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0004/figures/sub-0004_ses-03_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0004/figures/sub-0004_ses-03_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0004/figures/sub-0004_ses-03_task-alignvideo_acq-mb8_run-01_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-01_session-03_subject-0004_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-0004/figures/sub-0004_ses-03_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0004/figures/sub-0004_ses-03_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0004/figures/sub-0004_ses-03_task-alignvideo_acq-mb8_run-01_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-01_session-03_subject-0004_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-0004/figures/sub-0004_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0004/figures/sub-0004_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0004/figures/sub-0004_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-03_subject-0004_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-0004/figures/sub-0004_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0004/figures/sub-0004_ses-03_task-alignvideo_acq-mb8_run-01_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-0004/figures/sub-0004_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0004/figures/sub-0004_ses-03_task-alignvideo_acq-mb8_run-01_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-0004/ses-03/func/sub-0004_ses-03_task-alignvideo_acq-mb8_run-01_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>d6526103b3ed3de485bc086dc1de4033</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>10:46:58.735000</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999408, 0.0286727, 0.0190128, -0.0310585, 0.989646, 0.140132]</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-01_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.0909322</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-01_task-alignvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>28</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4138, -7736, -7288, 621, -34, -223, 27, 103]</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.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 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>227.22</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>24241932-5e37-41a4-ba8b-23f91f463ad0||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6813385486602783, -0.0833277553319931, 0.039954423904418945, 116.11212158203125], [-0.07692685723304749, 2.655146837234497, 0.3797263503074646, -96.95683288574219], [0.051009852439165115, -0.3759634792804718, 2.672865867614746, -56.03620147705078], [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, 1157]</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, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157], 'AcquisitionTime': ['104658.735000', '104659.195000', '104659.655000', '104700.115000', '104700.575000', '104701.035000', '104701.495000', '104701.955000', '104702.415000', '104702.875000', '104703.335000', '104703.795000', '104704.255000', '104704.715000', '104705.175000', '104705.635000', '104706.095000', '104706.555000', '104707.015000', '104707.475000', '104707.935000', '104708.395000', '104708.855000', '104709.315000', '104709.775000', '104710.235000', '104710.695000', '104711.155000', '104711.615000', '104712.075000', '104712.535000', '104712.995000', '104713.455000', '104713.915000', '104714.375000', '104714.835000', '104715.295000', '104715.755000', '104716.215000', '104716.675000', '104717.135000', '104717.595000', '104718.055000', '104718.515000', '104718.975000', '104719.435000', '104719.895000', '104720.355000', '104720.815000', '104721.275000', '104721.735000', '104722.195000', '104722.655000', '104723.115000', '104723.575000', '104724.035000', '104724.495000', '104724.955000', '104725.415000', '104725.875000', '104726.335000', '104726.795000', '104727.255000', '104727.715000', '104728.175000', '104728.635000', '104729.095000', '104729.555000', '104730.015000', '104730.475000', '104730.935000', '104731.395000', '104731.855000', '104732.315000', '104732.775000', '104733.235000', '104733.695000', '104734.155000', '104734.615000', '104735.075000', '104735.535000', '104735.995000', '104736.455000', '104736.915000', '104737.375000', '104737.835000', '104738.295000', '104738.755000', '104739.215000', '104739.675000', '104740.135000', '104740.595000', '104741.055000', '104741.515000', '104741.975000', '104742.435000', '104742.895000', '104743.355000', '104743.815000', '104744.275000', '104744.735000', '104745.195000', '104745.655000', '104746.115000', '104746.575000', '104747.035000', '104747.495000', '104747.955000', '104748.415000', '104748.875000', '104749.335000', '104749.795000', '104750.255000', '104750.715000', '104751.175000', '104751.635000', '104752.095000', '104752.555000', '104753.015000', '104753.475000', '104753.935000', '104754.395000', '104754.855000', '104755.315000', '104755.775000', '104756.235000', '104756.695000', '104757.155000', '104757.615000', '104758.075000', '104758.535000', '104758.995000', '104759.455000', '104759.915000', '104800.375000', '104800.835000', '104801.295000', '104801.755000', '104802.215000', '104802.675000', '104803.135000', '104803.595000', '104804.055000', '104804.515000', '104804.975000', '104805.435000', '104805.895000', '104806.355000', '104806.815000', '104807.275000', '104807.735000', '104808.195000', '104808.655000', '104809.115000', '104809.575000', '104810.035000', '104810.495000', '104810.955000', '104811.415000', '104811.875000', '104812.335000', '104812.795000', '104813.255000', '104813.715000', '104814.175000', '104814.635000', '104815.095000', '104815.555000', '104816.015000', '104816.475000', '104816.935000', '104817.395000', '104817.855000', '104818.315000', '104818.775000', '104819.235000', '104819.695000', '104820.155000', '104820.615000', '104821.075000', '104821.535000', '104821.995000', '104822.455000', '104822.915000', '104823.375000', '104823.835000', '104824.295000', '104824.755000', '104825.215000', '104825.675000', '104826.135000', '104826.595000', '104827.055000', '104827.515000', '104827.975000', '104828.435000', '104828.895000', '104829.355000', '104829.815000', '104830.275000', '104830.735000', '104831.195000', '104831.655000', '104832.115000', '104832.575000', '104833.035000', '104833.495000', '104833.955000', '104834.415000', '104834.875000', '104835.335000', '104835.795000', '104836.255000', '104836.715000', '104837.175000', '104837.635000', '104838.095000', '104838.555000', '104839.015000', '104839.475000', '104839.935000', '104840.395000', '104840.855000', '104841.315000', '104841.775000', '104842.235000', '104842.695000', '104843.155000', '104843.615000', '104844.075000', '104844.535000', '104844.995000', '104845.455000', '104845.915000', '104846.375000', '104846.835000', '104847.295000', '104847.755000', '104848.215000', '104848.675000', '104849.135000', '104849.595000', '104850.055000', '104850.515000', '104850.975000', '104851.435000', '104851.895000', '104852.355000', '104852.815000', '104853.275000', '104853.735000', '104854.195000', '104854.655000', '104855.115000', '104855.575000', '104856.035000', '104856.495000', '104856.955000', '104857.415000', '104857.875000', '104858.335000', '104858.795000', '104859.255000', '104859.715000', '104900.175000', '104900.635000', '104901.095000', '104901.555000', '104902.015000', '104902.475000', '104902.935000', '104903.395000', '104903.855000', '104904.315000', '104904.775000', '104905.235000', '104905.695000', '104906.155000', '104906.615000', '104907.075000', '104907.535000', '104907.995000', '104908.455000', '104908.915000', '104909.375000', '104909.835000', '104910.295000', '104910.755000', '104911.215000', '104911.675000', '104912.135000', '104912.595000', '104913.055000', '104913.515000', '104913.975000', '104914.435000', '104914.895000', '104915.355000', '104915.815000', '104916.275000', '104916.735000', '104917.195000', '104917.655000', '104918.115000', '104918.575000', '104919.035000', '104919.495000', '104919.955000', '104920.415000', '104920.875000', '104921.335000', '104921.795000', '104922.255000', '104922.715000', '104923.175000', '104923.635000', '104924.095000', '104924.555000', '104925.015000', '104925.475000', '104925.935000', '104926.395000', '104926.855000', '104927.315000', '104927.775000', '104928.235000', '104928.695000', '104929.155000', '104929.615000', '104930.075000', '104930.535000', '104930.995000', '104931.455000', '104931.915000', '104932.375000', '104932.835000', '104933.295000', '104933.755000', '104934.215000', '104934.675000', '104935.135000', '104935.595000', '104936.055000', '104936.515000', '104936.975000', '104937.435000', '104937.895000', '104938.355000', '104938.815000', '104939.275000', '104939.735000', '104940.195000', '104940.655000', '104941.115000', '104941.575000', '104942.035000', '104942.495000', '104942.955000', '104943.415000', '104943.875000', '104944.335000', '104944.795000', '104945.255000', '104945.715000', '104946.175000', '104946.635000', '104947.095000', '104947.555000', '104948.015000', '104948.475000', '104948.935000', '104949.395000', '104949.855000', '104950.315000', '104950.775000', '104951.235000', '104951.695000', '104952.155000', '104952.615000', '104953.075000', '104953.535000', '104953.995000', '104954.455000', '104954.915000', '104955.375000', '104955.835000', '104956.295000', '104956.755000', '104957.215000', '104957.675000', '104958.135000', '104958.595000', '104959.055000', '104959.515000', '104959.975000', '105000.435000', '105000.895000', '105001.355000', '105001.815000', '105002.275000', '105002.735000', '105003.195000', '105003.655000', '105004.115000', '105004.575000', '105005.035000', '105005.495000', '105005.955000', '105006.415000', '105006.875000', '105007.335000', '105007.795000', '105008.255000', '105008.715000', '105009.175000', '105009.635000', '105010.095000', '105010.555000', '105011.015000', '105011.475000', '105011.935000', '105012.395000', '105012.855000', '105013.315000', '105013.775000', '105014.235000', '105014.695000', '105015.155000', '105015.615000', '105016.075000', '105016.535000', '105016.995000', '105017.455000', '105017.915000', '105018.375000', '105018.835000', '105019.295000', '105019.755000', '105020.215000', '105020.675000', '105021.135000', '105021.595000', '105022.055000', '105022.515000', '105022.975000', '105023.435000', '105023.895000', '105024.355000', '105024.815000', '105025.275000', '105025.735000', '105026.195000', '105026.655000', '105027.115000', '105027.575000', '105028.035000', '105028.495000', '105028.955000', '105029.415000', '105029.875000', '105030.335000', '105030.795000', '105031.255000', '105031.715000', '105032.175000', '105032.635000', '105033.095000', '105033.555000', '105034.015000', '105034.475000', '105034.935000', '105035.395000', '105035.855000', '105036.315000', '105036.775000', '105037.235000', '105037.695000', '105038.155000', '105038.615000', '105039.075000', '105039.535000', '105039.995000', '105040.455000', '105040.915000', '105041.375000', '105041.835000', '105042.295000', '105042.755000', '105043.215000', '105043.675000', '105044.135000', '105044.595000', '105045.055000', '105045.515000', '105045.975000', '105046.435000', '105046.895000', '105047.355000', '105047.815000', '105048.275000', '105048.735000', '105049.195000', '105049.655000', '105050.115000', '105050.575000', '105051.035000', '105051.495000', '105051.955000', '105052.415000', '105052.875000', '105053.335000', '105053.795000', '105054.255000', '105054.715000', '105055.175000', '105055.635000', '105056.095000', '105056.555000', '105057.015000', '105057.475000', '105057.935000', '105058.395000', '105058.855000', '105059.315000', '105059.775000', '105100.235000', '105100.695000', '105101.155000', '105101.615000', '105102.075000', '105102.535000', '105102.995000', '105103.455000', '105103.915000', '105104.375000', '105104.835000', '105105.295000', '105105.755000', '105106.215000', '105106.675000', '105107.135000', '105107.595000', '105108.055000', '105108.515000', '105108.975000', '105109.435000', '105109.895000', '105110.355000', '105110.815000', '105111.275000', '105111.735000', '105112.195000', '105112.655000', '105113.115000', '105113.575000', '105114.035000', '105114.495000', '105114.955000', '105115.415000', '105115.875000', '105116.335000', '105116.795000', '105117.255000', '105117.715000', '105118.175000', '105118.635000', '105119.095000', '105119.555000', '105120.015000', '105120.475000', '105120.935000', '105121.395000', '105121.855000', '105122.315000', '105122.775000', '105123.235000', '105123.695000', '105124.155000', '105124.615000', '105125.075000', '105125.535000', '105125.995000', '105126.455000', '105126.915000', '105127.375000', '105127.835000', '105128.295000', '105128.755000', '105129.215000', '105129.675000', '105130.135000', '105130.595000', '105131.055000', '105131.515000', '105131.975000', '105132.435000', '105132.895000', '105133.355000', '105133.815000', '105134.275000', '105134.735000', '105135.195000', '105135.655000', '105136.115000', '105136.575000', '105137.035000', '105137.495000', '105137.955000', '105138.415000', '105138.875000', '105139.335000', '105139.795000', '105140.255000', '105140.715000', '105141.175000', '105141.635000', '105142.095000', '105142.555000', '105143.015000', '105143.475000', '105143.935000', '105144.395000', '105144.855000', '105145.315000', '105145.775000', '105146.235000', '105146.695000', '105147.155000', '105147.615000', '105148.075000', '105148.535000', '105148.995000', '105149.455000', '105149.915000', '105150.375000', '105150.835000', '105151.295000', '105151.755000', '105152.215000', '105152.675000', '105153.135000', '105153.595000', '105154.055000', '105154.515000', '105154.975000', '105155.435000', '105155.895000', '105156.355000', '105156.815000', '105157.275000', '105157.735000', '105158.195000', '105158.655000', '105159.115000', '105159.575000', '105200.035000', '105200.495000', '105200.955000', '105201.415000', '105201.875000', '105202.335000', '105202.795000', '105203.255000', '105203.715000', '105204.175000', '105204.635000', '105205.095000', '105205.555000', '105206.015000', '105206.475000', '105206.935000', '105207.395000', '105207.855000', '105208.315000', '105208.775000', '105209.235000', '105209.695000', '105210.155000', '105210.615000', '105211.075000', '105211.535000', '105211.995000', '105212.455000', '105212.915000', '105213.375000', '105213.835000', '105214.295000', '105214.755000', '105215.215000', '105215.675000', '105216.135000', '105216.595000', '105217.055000', '105217.515000', '105217.975000', '105218.435000', '105218.895000', '105219.355000', '105219.815000', '105220.275000', '105220.735000', '105221.195000', '105221.655000', '105222.115000', '105222.575000', '105223.035000', '105223.495000', '105223.955000', '105224.415000', '105224.875000', '105225.335000', '105225.795000', '105226.255000', '105226.715000', '105227.175000', '105227.635000', '105228.095000', '105228.555000', '105229.015000', '105229.475000', '105229.935000', '105230.395000', '105230.855000', '105231.315000', '105231.775000', '105232.235000', '105232.695000', '105233.155000', '105233.615000', '105234.075000', '105234.535000', '105234.995000', '105235.455000', '105235.915000', '105236.375000', '105236.835000', '105237.295000', '105237.755000', '105238.215000', '105238.675000', '105239.135000', '105239.595000', '105240.055000', '105240.515000', '105240.975000', '105241.435000', '105241.895000', '105242.355000', '105242.815000', '105243.275000', '105243.735000', '105244.195000', '105244.655000', '105245.115000', '105245.575000', '105246.035000', '105246.495000', '105246.955000', '105247.415000', '105247.875000', '105248.335000', '105248.795000', '105249.255000', '105249.715000', '105250.175000', '105250.635000', '105251.095000', '105251.555000', '105252.015000', '105252.475000', '105252.935000', '105253.395000', '105253.855000', '105254.315000', '105254.775000', '105255.235000', '105255.695000', '105256.155000', '105256.615000', '105257.075000', '105257.535000', '105257.995000', '105258.455000', '105258.915000', '105259.375000', '105259.835000', '105300.295000', '105300.755000', '105301.215000', '105301.675000', '105302.135000', '105302.595000', '105303.055000', '105303.515000', '105303.975000', '105304.435000', '105304.895000', '105305.355000', '105305.815000', '105306.275000', '105306.735000', '105307.195000', '105307.655000', '105308.115000', '105308.575000', '105309.035000', '105309.495000', '105309.955000', '105310.415000', '105310.875000', '105311.335000', '105311.795000', '105312.255000', '105312.715000', '105313.175000', '105313.635000', '105314.095000', '105314.555000', '105315.015000', '105315.475000', '105315.935000', '105316.395000', '105316.855000', '105317.315000', '105317.775000', '105318.235000', '105318.695000', '105319.155000', '105319.615000', '105320.075000', '105320.535000', '105320.995000', '105321.455000', '105321.915000', '105322.375000', '105322.835000', '105323.295000', '105323.755000', '105324.215000', '105324.675000', '105325.135000', '105325.595000', '105326.055000', '105326.515000', '105326.975000', '105327.435000', '105327.895000', '105328.355000', '105328.815000', '105329.275000', '105329.735000', '105330.195000', '105330.655000', '105331.115000', '105331.575000', '105332.035000', '105332.495000', '105332.955000', '105333.415000', '105333.875000', '105334.335000', '105334.795000', '105335.255000', '105335.715000', '105336.175000', '105336.635000', '105337.095000', '105337.555000', '105338.015000', '105338.475000', '105338.935000', '105339.395000', '105339.855000', '105340.315000', '105340.775000', '105341.235000', '105341.695000', '105342.155000', '105342.615000', '105343.075000', '105343.535000', '105343.995000', '105344.455000', '105344.915000', '105345.375000', '105345.835000', '105346.295000', '105346.755000', '105347.215000', '105347.675000', '105348.135000', '105348.595000', '105349.055000', '105349.515000', '105349.975000', '105350.435000', '105350.895000', '105351.355000', '105351.815000', '105352.275000', '105352.735000', '105353.195000', '105353.655000', '105354.115000', '105354.575000', '105355.035000', '105355.495000', '105355.955000', '105356.415000', '105356.875000', '105357.335000', '105357.795000', '105358.255000', '105358.715000', '105359.175000', '105359.635000', '105400.095000', '105400.555000', '105401.015000', '105401.475000', '105401.935000', '105402.395000', '105402.855000', '105403.315000', '105403.775000', '105404.235000', '105404.695000', '105405.155000', '105405.615000', '105406.075000', '105406.535000', '105406.995000', '105407.455000', '105407.915000', '105408.375000', '105408.835000', '105409.295000', '105409.755000', '105410.215000', '105410.675000', '105411.135000', '105411.595000', '105412.055000', '105412.515000', '105412.975000', '105413.435000', '105413.895000', '105414.355000', '105414.815000', '105415.275000', '105415.735000', '105416.195000', '105416.655000', '105417.115000', '105417.575000', '105418.035000', '105418.495000', '105418.955000', '105419.415000', '105419.875000', '105420.335000', '105420.795000', '105421.255000', '105421.715000', '105422.175000', '105422.635000', '105423.095000', '105423.555000', '105424.015000', '105424.475000', '105424.935000', '105425.395000', '105425.855000', '105426.315000', '105426.775000', '105427.235000', '105427.695000', '105428.155000', '105428.615000', '105429.075000', '105429.535000', '105429.995000', '105430.455000', '105430.915000', '105431.375000', '105431.835000', '105432.295000', '105432.755000', '105433.215000', '105433.675000', '105434.135000', '105434.595000', '105435.055000', '105435.515000', '105435.975000', '105436.435000', '105436.895000', '105437.355000', '105437.815000', '105438.275000', '105438.735000', '105439.195000', '105439.655000', '105440.115000', '105440.575000', '105441.035000', '105441.495000', '105441.955000', '105442.415000', '105442.875000', '105443.335000', '105443.795000', '105444.255000', '105444.715000', '105445.175000', '105445.635000', '105446.095000', '105446.555000', '105447.015000', '105447.475000', '105447.935000', '105448.395000', '105448.855000', '105449.315000', '105449.775000', '105450.235000', '105450.695000', '105451.155000', '105451.615000', '105452.075000', '105452.535000', '105452.995000', '105453.455000', '105453.915000', '105454.375000', '105454.835000', '105455.295000', '105455.755000', '105456.215000', '105456.675000', '105457.135000', '105457.595000', '105458.055000', '105458.515000', '105458.975000', '105459.435000', '105459.895000', '105500.355000', '105500.815000', '105501.275000', '105501.735000', '105502.195000', '105502.655000', '105503.115000', '105503.575000', '105504.035000', '105504.495000', '105504.955000', '105505.415000', '105505.875000', '105506.335000', '105506.795000', '105507.255000', '105507.715000', '105508.175000', '105508.635000', '105509.095000', '105509.555000', '105510.015000', '105510.475000', '105510.935000', '105511.395000', '105511.855000', '105512.315000', '105512.775000', '105513.235000', '105513.695000', '105514.155000', '105514.615000', '105515.075000', '105515.535000', '105515.995000', '105516.455000', '105516.915000', '105517.375000', '105517.835000', '105518.295000', '105518.755000', '105519.215000', '105519.675000', '105520.135000', '105520.595000', '105521.055000', '105521.515000', '105521.975000', '105522.435000', '105522.895000', '105523.355000', '105523.815000', '105524.275000', '105524.735000', '105525.195000', '105525.655000', '105526.115000', '105526.575000', '105527.035000', '105527.495000', '105527.955000', '105528.415000', '105528.875000', '105529.335000', '105529.795000', '105530.255000', '105530.715000', '105531.175000', '105531.635000', '105532.095000', '105532.555000', '105533.015000', '105533.475000', '105533.935000', '105534.395000', '105534.855000', '105535.315000', '105535.775000', '105536.235000', '105536.695000', '105537.155000', '105537.615000', '105538.075000', '105538.535000', '105538.995000', '105539.455000', '105539.915000', '105540.375000', '105540.835000', '105541.295000', '105541.755000', '105542.215000', '105542.675000', '105543.135000', '105543.595000', '105544.055000', '105544.515000', '105544.975000', '105545.435000', '105545.895000', '105546.355000', '105546.815000', '105547.275000', '105547.735000', '105548.195000', '105548.655000', '105549.115000', '105549.575000', '105550.035000', '105550.495000'], 'ContentTime': ['104724.230000', '104724.233000', '104724.236000', '104724.239000', '104724.242000', '104724.245000', '104724.247000', '104724.250000', '104724.253000', '104724.256000', '104724.259000', '104724.262000', '104724.265000', '104724.268000', '104724.271000', '104724.273000', '104724.276000', '104724.279000', '104724.282000', '104724.285000', '104724.288000', '104724.294000', '104724.297000', '104724.300000', '104724.303000', '104724.306000', '104724.309000', '104724.312000', '104724.315000', '104724.317000', '104724.320000', '104724.323000', '104724.326000', '104724.329000', '104724.332000', '104724.335000', '104724.338000', '104724.340000', '104724.343000', '104724.346000', '104724.349000', '104724.352000', '104724.355000', '104724.358000', '104724.360000', '104724.363000', '104724.366000', '104724.369000', '104724.372000', '104724.375000', '104724.378000', '104724.380000', '104724.383000', '104724.386000', '104744.193000', '104744.196000', '104744.199000', '104744.202000', '104744.204000', '104744.207000', '104744.210000', '104744.213000', '104744.216000', '104744.219000', '104744.222000', '104744.225000', '104744.228000', '104744.231000', '104744.233000', '104744.236000', '104744.244000', '104744.249000', '104744.252000', '104744.255000', '104744.258000', '104744.261000', '104744.264000', '104744.267000', '104744.270000', '104744.272000', '104744.275000', '104744.278000', '104744.281000', '104744.284000', '104744.287000', '104744.290000', '104744.293000', '104744.295000', '104744.298000', '104744.301000', '104744.304000', '104744.307000', '104744.310000', '104744.312000', '104744.315000', '104744.318000', '104744.321000', '104804.193000', '104804.196000', '104804.199000', '104804.202000', '104804.206000', '104804.209000', '104804.211000', '104804.214000', '104804.217000', '104804.220000', '104804.223000', '104804.226000', '104804.229000', '104804.232000', '104804.235000', '104804.255000', '104804.257000', '104804.260000', '104804.263000', '104804.266000', '104804.269000', '104804.272000', '104804.274000', '104804.277000', '104804.280000', '104804.283000', '104804.286000', '104804.289000', '104804.291000', '104804.294000', '104804.297000', '104804.300000', '104804.303000', '104804.306000', '104804.309000', '104804.312000', '104804.314000', '104804.317000', '104804.320000', '104804.323000', '104804.326000', '104804.329000', '104804.332000', '104804.335000', '104824.193000', '104824.196000', '104824.199000', '104824.202000', '104824.205000', '104824.209000', '104824.212000', '104824.215000', '104824.218000', '104824.220000', '104824.223000', '104824.226000', '104824.229000', '104824.232000', '104824.235000', '104824.238000', '104824.241000', '104824.244000', '104824.247000', '104824.249000', '104824.252000', '104824.255000', '104824.258000', '104824.261000', '104824.267000', '104824.280000', '104824.283000', '104824.286000', '104824.289000', '104824.292000', '104824.295000', '104824.298000', '104824.301000', '104824.304000', '104824.307000', '104824.309000', '104824.312000', '104824.315000', '104824.318000', '104824.321000', '104824.324000', '104824.327000', '104824.329000', '104844.194000', '104844.197000', '104844.200000', '104844.203000', '104844.206000', '104844.208000', '104844.211000', '104844.214000', '104844.217000', '104844.220000', '104844.223000', '104844.226000', '104844.229000', '104844.232000', '104844.235000', '104844.238000', '104844.241000', '104844.244000', '104844.246000', '104844.250000', '104844.252000', '104844.255000', '104844.258000', '104844.261000', '104844.264000', '104844.267000', '104844.270000', '104844.273000', '104844.276000', '104844.278000', '104844.281000', '104844.284000', '104844.287000', '104844.290000', '104844.293000', '104844.296000', '104844.299000', '104844.302000', '104844.305000', '104844.308000', '104844.310000', '104844.313000', '104844.316000', '104844.321000', '104904.194000', '104904.197000', '104904.200000', '104904.203000', '104904.205000', '104904.208000', '104904.211000', '104904.214000', '104904.217000', '104904.220000', '104904.223000', '104904.225000', '104904.228000', '104904.231000', '104904.234000', '104904.237000', '104904.240000', '104904.243000', '104904.245000', '104904.248000', '104904.251000', '104904.262000', '104904.265000', '104904.267000', '104904.270000', '104904.273000', '104904.276000', '104904.279000', '104904.285000', '104904.288000', '104904.298000', '104904.301000', '104904.304000', '104904.306000', '104904.309000', '104904.312000', '104904.315000', '104904.318000', '104904.321000', '104904.323000', '104904.326000', '104904.329000', '104904.332000', '104924.194000', '104924.197000', '104924.200000', '104924.203000', '104924.206000', '104924.208000', '104924.211000', '104924.214000', '104924.217000', '104924.220000', '104924.223000', '104924.226000', '104924.229000', '104924.232000', '104924.235000', '104924.238000', '104924.241000', '104924.243000', '104924.246000', '104924.249000', '104924.252000', '104924.255000', '104924.258000', '104924.261000', '104924.264000', '104924.267000', '104924.270000', '104924.273000', '104924.275000', '104924.278000', '104924.281000', '104924.284000', '104924.287000', '104924.290000', '104924.293000', '104924.296000', '104924.299000', '104924.301000', '104924.304000', '104924.307000', '104924.310000', '104924.313000', '104924.316000', '104924.319000', '104944.194000', '104944.197000', '104944.200000', '104944.203000', '104944.206000', '104944.209000', '104944.211000', '104944.214000', '104944.217000', '104944.220000', '104944.223000', '104944.226000', '104944.229000', '104944.232000', '104944.235000', '104944.238000', '104944.240000', '104944.243000', '104944.247000', '104944.251000', '104944.254000', '104944.256000', '104944.259000', '104944.262000', '104944.265000', '104944.268000', '104944.271000', '104944.274000', '104944.276000', '104944.279000', '104944.282000', '104944.285000', '104944.288000', '104944.291000', '104944.294000', '104944.297000', '104944.299000', '104944.302000', '104944.305000', '104944.308000', '104944.313000', '104944.317000', '104944.320000', '105004.193000', '105004.196000', '105004.199000', '105004.202000', '105004.204000', '105004.207000', '105004.210000', '105004.214000', '105004.217000', '105004.220000', '105004.223000', '105004.226000', '105004.229000', '105004.232000', '105004.235000', '105004.237000', '105004.240000', '105004.243000', '105004.246000', '105004.249000', '105004.252000', '105004.255000', '105004.257000', '105004.260000', '105004.263000', '105004.266000', '105004.269000', '105004.272000', '105004.275000', '105004.278000', '105004.281000', '105004.284000', '105004.287000', '105004.290000', '105004.293000', '105004.295000', '105004.298000', '105004.301000', '105004.304000', '105004.307000', '105004.310000', '105004.313000', '105004.316000', '105004.318000', '105024.193000', '105024.196000', '105024.199000', '105024.202000', '105024.204000', '105024.207000', '105024.210000', '105024.213000', '105024.216000', '105024.219000', '105024.222000', '105024.225000', '105024.228000', '105024.230000', '105024.233000', '105024.236000', '105024.239000', '105024.242000', '105024.245000', '105024.248000', '105024.251000', '105024.253000', '105024.256000', '105024.259000', '105024.262000', '105024.265000', '105024.268000', '105024.271000', '105024.274000', '105024.277000', '105024.280000', '105024.282000', '105024.285000', '105024.288000', '105024.291000', '105024.294000', '105024.297000', '105024.300000', '105024.303000', '105024.305000', '105024.308000', '105024.311000', '105024.314000', '105044.193000', '105044.196000', '105044.199000', '105044.201000', '105044.204000', '105044.207000', '105044.210000', '105044.213000', '105044.216000', '105044.219000', '105044.222000', '105044.225000', '105044.227000', '105044.230000', '105044.233000', '105044.236000', '105044.239000', '105044.242000', '105044.245000', '105044.248000', '105044.251000', '105044.253000', '105044.256000', '105044.259000', '105044.262000', '105044.265000', '105044.268000', '105044.271000', '105044.274000', '105044.277000', '105044.279000', '105044.282000', '105044.285000', '105044.288000', '105044.291000', '105044.294000', '105044.297000', '105044.300000', '105044.302000', '105044.305000', '105044.308000', '105044.311000', '105044.314000', '105044.317000', '105104.194000', '105104.197000', '105104.200000', '105104.203000', '105104.205000', '105104.208000', '105104.211000', '105104.214000', '105104.217000', '105104.226000', '105104.229000', '105104.232000', '105104.235000', '105104.238000', '105104.241000', '105104.244000', '105104.247000', '105104.250000', '105104.253000', '105104.255000', '105104.258000', '105104.261000', '105104.264000', '105104.267000', '105104.270000', '105104.273000', '105104.276000', '105104.279000', '105104.282000', '105104.285000', '105104.289000', '105104.291000', '105104.294000', '105104.297000', '105104.300000', '105104.317000', '105104.319000', '105104.322000', '105104.325000', '105104.328000', '105104.331000', '105104.334000', '105104.337000', '105124.194000', '105124.197000', '105124.200000', '105124.203000', '105124.205000', '105124.208000', '105124.211000', '105124.214000', '105124.217000', '105124.220000', '105124.223000', '105124.226000', '105124.228000', '105124.231000', '105124.234000', '105124.237000', '105124.240000', '105124.243000', '105124.246000', '105124.249000', '105124.253000', '105124.256000', '105124.259000', '105124.262000', '105124.264000', '105124.267000', '105124.270000', '105124.273000', '105124.276000', '105124.279000', '105124.282000', '105124.285000', '105124.288000', '105124.290000', '105124.293000', '105124.296000', '105124.299000', '105124.302000', '105124.305000', '105124.308000', '105124.311000', '105124.314000', '105124.316000', '105124.319000', '105144.194000', '105144.197000', '105144.200000', '105144.203000', '105144.206000', '105144.208000', '105144.211000', '105144.214000', '105144.217000', '105144.220000', '105144.223000', '105144.226000', '105144.229000', '105144.231000', '105144.234000', '105144.237000', '105144.240000', '105144.243000', '105144.246000', '105144.249000', '105144.252000', '105144.255000', '105144.257000', '105144.260000', '105144.263000', '105144.266000', '105144.269000', '105144.272000', '105144.275000', '105144.278000', '105144.281000', '105144.283000', '105144.286000', '105144.289000', '105144.292000', '105144.295000', '105144.298000', '105144.301000', '105144.304000', '105144.307000', '105144.310000', '105144.312000', '105144.315000', '105204.194000', '105204.197000', '105204.200000', '105204.203000', '105204.205000', '105204.208000', '105204.211000', '105204.214000', '105204.217000', '105204.220000', '105204.223000', '105204.226000', '105204.229000', '105204.232000', '105204.234000', '105204.237000', '105204.240000', '105204.243000', '105204.246000', '105204.249000', '105204.252000', '105204.255000', '105204.258000', '105204.261000', '105204.263000', '105204.266000', '105204.269000', '105204.272000', '105204.275000', '105204.278000', '105204.281000', '105204.284000', '105204.287000', '105204.290000', '105204.292000', '105204.295000', '105204.298000', '105204.301000', '105204.304000', '105204.307000', '105204.310000', '105204.313000', '105204.316000', '105204.318000', '105224.193000', '105224.196000', '105224.199000', '105224.202000', '105224.205000', '105224.208000', '105224.210000', '105224.213000', '105224.216000', '105224.219000', '105224.222000', '105224.225000', '105224.228000', '105224.231000', '105224.234000', '105224.237000', '105224.240000', '105224.243000', '105224.246000', '105224.249000', '105224.251000', '105224.254000', '105224.257000', '105224.260000', '105224.263000', '105224.266000', '105224.269000', '105224.272000', '105224.275000', '105224.277000', '105224.280000', '105224.283000', '105224.286000', '105224.289000', '105224.292000', '105224.295000', '105224.298000', '105224.301000', '105224.304000', '105224.307000', '105224.309000', '105224.312000', '105224.315000', '105244.193000', '105244.196000', '105244.201000', '105244.210000', '105244.213000', '105244.216000', '105244.219000', '105244.222000', '105244.224000', '105244.227000', '105244.230000', '105244.233000', '105244.236000', '105244.239000', '105244.242000', '105244.245000', '105244.248000', '105244.251000', '105244.254000', '105244.257000', '105244.259000', '105244.262000', '105244.265000', '105244.268000', '105244.271000', '105244.274000', '105244.277000', '105244.280000', '105244.283000', '105244.286000', '105244.288000', '105244.291000', '105244.294000', '105244.297000', '105244.300000', '105244.303000', '105244.306000', '105244.309000', '105244.311000', '105244.314000', '105244.317000', '105244.320000', '105244.323000', '105244.326000', '105304.193000', '105304.196000', '105304.199000', '105304.202000', '105304.205000', '105304.208000', '105304.211000', '105304.213000', '105304.216000', '105304.219000', '105304.222000', '105304.225000', '105304.228000', '105304.231000', '105304.234000', '105304.237000', '105304.240000', '105304.243000', '105304.245000', '105304.248000', '105304.251000', '105304.254000', '105304.257000', '105304.260000', '105304.263000', '105304.265000', '105304.268000', '105304.271000', '105304.274000', '105304.277000', '105304.280000', '105304.283000', '105304.286000', '105304.289000', '105304.291000', '105304.294000', '105304.297000', '105304.300000', '105304.303000', '105304.306000', '105304.309000', '105304.312000', '105304.314000', '105324.196000', '105324.199000', '105324.202000', '105324.205000', '105324.208000', '105324.211000', '105324.214000', '105324.217000', '105324.219000', '105324.222000', '105324.225000', '105324.228000', '105324.231000', '105324.234000', '105324.237000', '105324.240000', '105324.243000', '105324.246000', '105324.249000', '105324.251000', '105324.258000', '105324.261000', '105324.264000', '105324.266000', '105324.270000', '105324.272000', '105324.275000', '105324.278000', '105324.281000', '105324.284000', '105324.287000', '105324.290000', '105324.293000', '105324.296000', '105324.299000', '105324.302000', '105324.304000', '105324.307000', '105324.310000', '105324.313000', '105324.316000', '105324.319000', '105324.322000', '105344.194000', '105344.197000', '105344.200000', '105344.203000', '105344.206000', '105344.209000', '105344.212000', '105344.215000', '105344.218000', '105344.220000', '105344.223000', '105344.226000', '105344.229000', '105344.232000', '105344.235000', '105344.239000', '105344.241000', '105344.244000', '105344.247000', '105344.250000', '105344.253000', '105344.256000', '105344.259000', '105344.262000', '105344.265000', '105344.268000', '105344.277000', '105344.280000', '105344.283000', '105344.286000', '105344.289000', '105344.291000', '105344.294000', '105344.297000', '105344.300000', '105344.303000', '105344.306000', '105344.309000', '105344.312000', '105344.314000', '105344.317000', '105344.320000', '105344.323000', '105344.326000', '105404.196000', '105404.201000', '105404.204000', '105404.207000', '105404.210000', '105404.212000', '105404.215000', '105404.218000', '105404.221000', '105404.224000', '105404.227000', '105404.230000', '105404.233000', '105404.246000', '105404.249000', '105404.252000', '105404.255000', '105404.258000', '105404.261000', '105404.263000', '105404.266000', '105404.269000', '105404.272000', '105404.275000', '105404.278000', '105404.281000', '105404.284000', '105404.287000', '105404.290000', '105404.293000', '105404.296000', '105404.299000', '105404.301000', '105404.304000', '105404.307000', '105404.310000', '105404.313000', '105404.316000', '105404.319000', '105404.322000', '105404.324000', '105404.327000', '105404.330000', '105424.194000', '105424.197000', '105424.200000', '105424.203000', '105424.206000', '105424.209000', '105424.211000', '105424.214000', '105424.217000', '105424.220000', '105424.223000', '105424.226000', '105424.229000', '105424.232000', '105424.240000', '105424.243000', '105424.246000', '105424.249000', '105424.252000', '105424.255000', '105424.257000', '105424.260000', '105424.263000', '105424.266000', '105424.269000', '105424.272000', '105424.275000', '105424.278000', '105424.281000', '105424.284000', '105424.287000', '105424.290000', '105424.292000', '105424.295000', '105424.298000', '105424.301000', '105424.304000', '105424.307000', '105424.310000', '105424.313000', '105424.315000', '105424.318000', '105424.321000', '105424.324000', '105444.193000', '105444.196000', '105444.199000', '105444.202000', '105444.205000', '105444.208000', '105444.211000', '105444.214000', '105444.217000', '105444.219000', '105444.222000', '105444.226000', '105444.230000', '105444.234000', '105444.237000', '105444.239000', '105444.242000', '105444.245000', '105444.248000', '105444.251000', '105444.254000', '105444.257000', '105444.260000', '105444.262000', '105444.265000', '105444.268000', '105444.271000', '105444.274000', '105444.277000', '105444.280000', '105444.283000', '105444.286000', '105444.288000', '105444.291000', '105444.294000', '105444.297000', '105444.300000', '105444.303000', '105444.306000', '105444.309000', '105444.311000', '105444.314000', '105444.317000', '105504.193000', '105504.196000', '105504.199000', '105504.202000', '105504.205000', '105504.208000', '105504.211000', '105504.213000', '105504.216000', '105504.219000', '105504.222000', '105504.225000', '105504.228000', '105504.231000', '105504.234000', '105504.237000', '105504.239000', '105504.242000', '105504.245000', '105504.248000', '105504.251000', '105504.254000', '105504.257000', '105504.260000', '105504.263000', '105504.266000', '105504.269000', '105504.272000', '105504.274000', '105504.277000', '105504.280000', '105504.283000', '105504.286000', '105504.289000', '105504.292000', '105504.294000', '105504.297000', '105504.300000', '105504.303000', '105504.307000', '105504.309000', '105504.312000', '105504.315000', '105504.318000', '105524.193000', '105524.196000', '105524.199000', '105524.202000', '105524.205000', '105524.207000', '105524.210000', '105524.213000', '105524.216000', '105524.219000', '105524.231000', '105524.234000', '105524.237000', '105524.240000', '105524.243000', '105524.248000', '105524.252000', '105524.255000', '105524.258000', '105524.260000', '105524.263000', '105524.266000', '105524.269000', '105524.272000', '105524.275000', '105524.278000', '105524.281000', '105524.284000', '105524.287000', '105524.290000', '105524.293000', '105524.295000', '105524.298000', '105524.301000', '105524.304000', '105524.307000', '105524.310000', '105524.319000', '105524.322000', '105524.325000', '105524.328000', '105524.331000', '105524.334000', '105544.194000', '105544.197000', '105544.200000', '105544.203000', '105544.205000', '105544.208000', '105544.211000', '105544.214000', '105544.217000', '105544.220000', '105544.223000', '105544.226000', '105544.229000', '105544.232000', '105544.235000', '105544.238000', '105544.241000', '105544.243000', '105544.246000', '105544.249000', '105544.256000', '105544.259000', '105544.262000', '105544.265000', '105544.268000', '105544.271000', '105544.274000', '105544.277000', '105544.280000', '105544.283000', '105544.286000', '105544.289000', '105544.292000', '105544.295000', '105544.298000', '105544.301000', '105544.304000', '105544.307000', '105544.310000', '105544.313000', '105544.316000', '105544.318000', '105544.321000', '105544.324000', '105551.458000', '105551.461000', '105551.465000', '105551.468000', '105551.471000', '105551.475000', '105551.478000', '105551.482000', '105551.486000', '105551.489000', '105551.492000', '105551.496000', '105551.499000', '105551.502000', '105551.505000', '105551.508000'], 'InstanceCreationTime': ['104724.230000', '104724.233000', '104724.236000', '104724.239000', '104724.242000', '104724.245000', '104724.247000', '104724.250000', '104724.253000', '104724.256000', '104724.259000', '104724.262000', '104724.265000', '104724.268000', '104724.271000', '104724.273000', '104724.276000', '104724.279000', '104724.282000', '104724.285000', '104724.288000', '104724.294000', '104724.297000', '104724.300000', '104724.303000', '104724.306000', '104724.309000', '104724.312000', '104724.315000', '104724.317000', '104724.320000', '104724.323000', '104724.326000', '104724.329000', '104724.332000', '104724.335000', '104724.338000', '104724.340000', '104724.343000', '104724.346000', '104724.349000', '104724.352000', '104724.355000', '104724.358000', '104724.360000', '104724.363000', '104724.366000', '104724.369000', '104724.372000', '104724.375000', '104724.378000', '104724.380000', '104724.383000', '104724.386000', '104744.193000', '104744.196000', '104744.199000', '104744.202000', '104744.204000', '104744.207000', '104744.210000', '104744.213000', '104744.216000', '104744.219000', '104744.222000', '104744.225000', '104744.228000', '104744.231000', '104744.233000', '104744.236000', '104744.244000', '104744.249000', '104744.252000', '104744.255000', '104744.258000', '104744.261000', '104744.264000', '104744.267000', '104744.270000', '104744.272000', '104744.275000', '104744.278000', '104744.281000', '104744.284000', '104744.287000', '104744.290000', '104744.293000', '104744.295000', '104744.298000', '104744.301000', '104744.304000', '104744.307000', '104744.310000', '104744.312000', '104744.315000', '104744.318000', '104744.321000', '104804.193000', '104804.196000', '104804.199000', '104804.202000', '104804.206000', '104804.209000', '104804.211000', '104804.214000', '104804.217000', '104804.220000', '104804.223000', '104804.226000', '104804.229000', '104804.232000', '104804.235000', '104804.255000', '104804.257000', '104804.260000', '104804.263000', '104804.266000', '104804.269000', '104804.272000', '104804.274000', '104804.277000', '104804.280000', '104804.283000', '104804.286000', '104804.289000', '104804.291000', '104804.294000', '104804.297000', '104804.300000', '104804.303000', '104804.306000', '104804.309000', '104804.312000', '104804.314000', '104804.317000', '104804.320000', '104804.323000', '104804.326000', '104804.329000', '104804.332000', '104804.335000', '104824.193000', '104824.196000', '104824.199000', '104824.202000', '104824.205000', '104824.209000', '104824.212000', '104824.215000', '104824.218000', '104824.220000', '104824.223000', '104824.226000', '104824.229000', '104824.232000', '104824.235000', '104824.238000', '104824.241000', '104824.244000', '104824.247000', '104824.249000', '104824.252000', '104824.255000', '104824.258000', '104824.261000', '104824.267000', '104824.280000', '104824.283000', '104824.286000', '104824.289000', '104824.292000', '104824.295000', '104824.298000', '104824.301000', '104824.304000', '104824.307000', '104824.309000', '104824.312000', '104824.315000', '104824.318000', '104824.321000', '104824.324000', '104824.327000', '104824.329000', '104844.194000', '104844.197000', '104844.200000', '104844.203000', '104844.206000', '104844.208000', '104844.211000', '104844.214000', '104844.217000', '104844.220000', '104844.223000', '104844.226000', '104844.229000', '104844.232000', '104844.235000', '104844.238000', '104844.241000', '104844.244000', '104844.246000', '104844.250000', '104844.252000', '104844.255000', '104844.258000', '104844.261000', '104844.264000', '104844.267000', '104844.270000', '104844.273000', '104844.276000', '104844.278000', '104844.281000', '104844.284000', '104844.287000', '104844.290000', '104844.293000', '104844.296000', '104844.299000', '104844.302000', '104844.305000', '104844.308000', '104844.310000', '104844.313000', '104844.316000', '104844.321000', '104904.194000', '104904.197000', '104904.200000', '104904.203000', '104904.205000', '104904.208000', '104904.211000', '104904.214000', '104904.217000', '104904.220000', '104904.223000', '104904.225000', '104904.228000', '104904.231000', '104904.234000', '104904.237000', '104904.240000', '104904.243000', '104904.245000', '104904.248000', '104904.251000', '104904.262000', '104904.265000', '104904.267000', '104904.270000', '104904.273000', '104904.276000', '104904.279000', '104904.285000', '104904.288000', '104904.298000', '104904.301000', '104904.304000', '104904.306000', '104904.309000', '104904.312000', '104904.315000', '104904.318000', '104904.321000', '104904.323000', '104904.326000', '104904.329000', '104904.332000', '104924.194000', '104924.197000', '104924.200000', '104924.203000', '104924.206000', '104924.208000', '104924.211000', '104924.214000', '104924.217000', '104924.220000', '104924.223000', '104924.226000', '104924.229000', '104924.232000', '104924.235000', '104924.238000', '104924.241000', '104924.243000', '104924.246000', '104924.249000', '104924.252000', '104924.255000', '104924.258000', '104924.261000', '104924.264000', '104924.267000', '104924.270000', '104924.273000', '104924.275000', '104924.278000', '104924.281000', '104924.284000', '104924.287000', '104924.290000', '104924.293000', '104924.296000', '104924.299000', '104924.301000', '104924.304000', '104924.307000', '104924.310000', '104924.313000', '104924.316000', '104924.319000', '104944.194000', '104944.197000', '104944.200000', '104944.203000', '104944.206000', '104944.209000', '104944.211000', '104944.214000', '104944.217000', '104944.220000', '104944.223000', '104944.226000', '104944.229000', '104944.232000', '104944.235000', '104944.238000', '104944.240000', '104944.243000', '104944.247000', '104944.251000', '104944.254000', '104944.256000', '104944.259000', '104944.262000', '104944.265000', '104944.268000', '104944.271000', '104944.274000', '104944.276000', '104944.279000', '104944.282000', '104944.285000', '104944.288000', '104944.291000', '104944.294000', '104944.297000', '104944.299000', '104944.302000', '104944.305000', '104944.308000', '104944.313000', '104944.317000', '104944.320000', '105004.193000', '105004.196000', '105004.199000', '105004.202000', '105004.204000', '105004.207000', '105004.210000', '105004.214000', '105004.217000', '105004.220000', '105004.223000', '105004.226000', '105004.229000', '105004.232000', '105004.235000', '105004.237000', '105004.240000', '105004.243000', '105004.246000', '105004.249000', '105004.252000', '105004.255000', '105004.257000', '105004.260000', '105004.263000', '105004.266000', '105004.269000', '105004.272000', '105004.275000', '105004.278000', '105004.281000', '105004.284000', '105004.287000', '105004.290000', '105004.293000', '105004.295000', '105004.298000', '105004.301000', '105004.304000', '105004.307000', '105004.310000', '105004.313000', '105004.316000', '105004.318000', '105024.193000', '105024.196000', '105024.199000', '105024.202000', '105024.204000', '105024.207000', '105024.210000', '105024.213000', '105024.216000', '105024.219000', '105024.222000', '105024.225000', '105024.228000', '105024.230000', '105024.233000', '105024.236000', '105024.239000', '105024.242000', '105024.245000', '105024.248000', '105024.251000', '105024.253000', '105024.256000', '105024.259000', '105024.262000', '105024.265000', '105024.268000', '105024.271000', '105024.274000', '105024.277000', '105024.280000', '105024.282000', '105024.285000', '105024.288000', '105024.291000', '105024.294000', '105024.297000', '105024.300000', '105024.303000', '105024.305000', '105024.308000', '105024.311000', '105024.314000', '105044.193000', '105044.196000', '105044.199000', '105044.201000', '105044.204000', '105044.207000', '105044.210000', '105044.213000', '105044.216000', '105044.219000', '105044.222000', '105044.225000', '105044.227000', '105044.230000', '105044.233000', '105044.236000', '105044.239000', '105044.242000', '105044.245000', '105044.248000', '105044.251000', '105044.253000', '105044.256000', '105044.259000', '105044.262000', '105044.265000', '105044.268000', '105044.271000', '105044.274000', '105044.277000', '105044.279000', '105044.282000', '105044.285000', '105044.288000', '105044.291000', '105044.294000', '105044.297000', '105044.300000', '105044.302000', '105044.305000', '105044.308000', '105044.311000', '105044.314000', '105044.317000', '105104.194000', '105104.197000', '105104.200000', '105104.203000', '105104.205000', '105104.208000', '105104.211000', '105104.214000', '105104.217000', '105104.226000', '105104.229000', '105104.232000', '105104.235000', '105104.238000', '105104.241000', '105104.244000', '105104.247000', '105104.250000', '105104.253000', '105104.255000', '105104.258000', '105104.261000', '105104.264000', '105104.267000', '105104.270000', '105104.273000', '105104.276000', '105104.279000', '105104.282000', '105104.285000', '105104.289000', '105104.291000', '105104.294000', '105104.297000', '105104.300000', '105104.317000', '105104.319000', '105104.322000', '105104.325000', '105104.328000', '105104.331000', '105104.334000', '105104.337000', '105124.194000', '105124.197000', '105124.200000', '105124.203000', '105124.205000', '105124.208000', '105124.211000', '105124.214000', '105124.217000', '105124.220000', '105124.223000', '105124.226000', '105124.228000', '105124.231000', '105124.234000', '105124.237000', '105124.240000', '105124.243000', '105124.246000', '105124.249000', '105124.253000', '105124.256000', '105124.259000', '105124.262000', '105124.264000', '105124.267000', '105124.270000', '105124.273000', '105124.276000', '105124.279000', '105124.282000', '105124.285000', '105124.288000', '105124.290000', '105124.293000', '105124.296000', '105124.299000', '105124.302000', '105124.305000', '105124.308000', '105124.311000', '105124.314000', '105124.316000', '105124.319000', '105144.194000', '105144.197000', '105144.200000', '105144.203000', '105144.206000', '105144.208000', '105144.211000', '105144.214000', '105144.217000', '105144.220000', '105144.223000', '105144.226000', '105144.229000', '105144.231000', '105144.234000', '105144.237000', '105144.240000', '105144.243000', '105144.246000', '105144.249000', '105144.252000', '105144.255000', '105144.257000', '105144.260000', '105144.263000', '105144.266000', '105144.269000', '105144.272000', '105144.275000', '105144.278000', '105144.281000', '105144.283000', '105144.286000', '105144.289000', '105144.292000', '105144.295000', '105144.298000', '105144.301000', '105144.304000', '105144.307000', '105144.310000', '105144.312000', '105144.315000', '105204.194000', '105204.197000', '105204.200000', '105204.203000', '105204.205000', '105204.208000', '105204.211000', '105204.214000', '105204.217000', '105204.220000', '105204.223000', '105204.226000', '105204.229000', '105204.232000', '105204.234000', '105204.237000', '105204.240000', '105204.243000', '105204.246000', '105204.249000', '105204.252000', '105204.255000', '105204.258000', '105204.261000', '105204.263000', '105204.266000', '105204.269000', '105204.272000', '105204.275000', '105204.278000', '105204.281000', '105204.284000', '105204.287000', '105204.290000', '105204.292000', '105204.295000', '105204.298000', '105204.301000', '105204.304000', '105204.307000', '105204.310000', '105204.313000', '105204.316000', '105204.318000', '105224.193000', '105224.196000', '105224.199000', '105224.202000', '105224.205000', '105224.208000', '105224.210000', '105224.213000', '105224.216000', '105224.219000', '105224.222000', '105224.225000', '105224.228000', '105224.231000', '105224.234000', '105224.237000', '105224.240000', '105224.243000', '105224.246000', '105224.249000', '105224.251000', '105224.254000', '105224.257000', '105224.260000', '105224.263000', '105224.266000', '105224.269000', '105224.272000', '105224.275000', '105224.277000', '105224.280000', '105224.283000', '105224.286000', '105224.289000', '105224.292000', '105224.295000', '105224.298000', '105224.301000', '105224.304000', '105224.307000', '105224.309000', '105224.312000', '105224.315000', '105244.193000', '105244.196000', '105244.201000', '105244.210000', '105244.213000', '105244.216000', '105244.219000', '105244.222000', '105244.224000', '105244.227000', '105244.230000', '105244.233000', '105244.236000', '105244.239000', '105244.242000', '105244.245000', '105244.248000', '105244.251000', '105244.254000', '105244.257000', '105244.259000', '105244.262000', '105244.265000', '105244.268000', '105244.271000', '105244.274000', '105244.277000', '105244.280000', '105244.283000', '105244.286000', '105244.288000', '105244.291000', '105244.294000', '105244.297000', '105244.300000', '105244.303000', '105244.306000', '105244.309000', '105244.311000', '105244.314000', '105244.317000', '105244.320000', '105244.323000', '105244.326000', '105304.193000', '105304.196000', '105304.199000', '105304.202000', '105304.205000', '105304.208000', '105304.211000', '105304.213000', '105304.216000', '105304.219000', '105304.222000', '105304.225000', '105304.228000', '105304.231000', '105304.234000', '105304.237000', '105304.240000', '105304.243000', '105304.245000', '105304.248000', '105304.251000', '105304.254000', '105304.257000', '105304.260000', '105304.263000', '105304.265000', '105304.268000', '105304.271000', '105304.274000', '105304.277000', '105304.280000', '105304.283000', '105304.286000', '105304.289000', '105304.291000', '105304.294000', '105304.297000', '105304.300000', '105304.303000', '105304.306000', '105304.309000', '105304.312000', '105304.314000', '105324.196000', '105324.199000', '105324.202000', '105324.205000', '105324.208000', '105324.211000', '105324.214000', '105324.217000', '105324.219000', '105324.222000', '105324.225000', '105324.228000', '105324.231000', '105324.234000', '105324.237000', '105324.240000', '105324.243000', '105324.246000', '105324.249000', '105324.251000', '105324.258000', '105324.261000', '105324.264000', '105324.266000', '105324.270000', '105324.272000', '105324.275000', '105324.278000', '105324.281000', '105324.284000', '105324.287000', '105324.290000', '105324.293000', '105324.296000', '105324.299000', '105324.302000', '105324.304000', '105324.307000', '105324.310000', '105324.313000', '105324.316000', '105324.319000', '105324.322000', '105344.194000', '105344.197000', '105344.200000', '105344.203000', '105344.206000', '105344.209000', '105344.212000', '105344.215000', '105344.218000', '105344.220000', '105344.223000', '105344.226000', '105344.229000', '105344.232000', '105344.235000', '105344.239000', '105344.241000', '105344.244000', '105344.247000', '105344.250000', '105344.253000', '105344.256000', '105344.259000', '105344.262000', '105344.265000', '105344.268000', '105344.277000', '105344.280000', '105344.283000', '105344.286000', '105344.289000', '105344.291000', '105344.294000', '105344.297000', '105344.300000', '105344.303000', '105344.306000', '105344.309000', '105344.312000', '105344.314000', '105344.317000', '105344.320000', '105344.323000', '105344.326000', '105404.196000', '105404.201000', '105404.204000', '105404.207000', '105404.210000', '105404.212000', '105404.215000', '105404.218000', '105404.221000', '105404.224000', '105404.227000', '105404.230000', '105404.233000', '105404.246000', '105404.249000', '105404.252000', '105404.255000', '105404.258000', '105404.261000', '105404.263000', '105404.266000', '105404.269000', '105404.272000', '105404.275000', '105404.278000', '105404.281000', '105404.284000', '105404.287000', '105404.290000', '105404.293000', '105404.296000', '105404.299000', '105404.301000', '105404.304000', '105404.307000', '105404.310000', '105404.313000', '105404.316000', '105404.319000', '105404.322000', '105404.324000', '105404.327000', '105404.330000', '105424.194000', '105424.197000', '105424.200000', '105424.203000', '105424.206000', '105424.209000', '105424.211000', '105424.214000', '105424.217000', '105424.220000', '105424.223000', '105424.226000', '105424.229000', '105424.232000', '105424.240000', '105424.243000', '105424.246000', '105424.249000', '105424.252000', '105424.255000', '105424.257000', '105424.260000', '105424.263000', '105424.266000', '105424.269000', '105424.272000', '105424.275000', '105424.278000', '105424.281000', '105424.284000', '105424.287000', '105424.290000', '105424.292000', '105424.295000', '105424.298000', '105424.301000', '105424.304000', '105424.307000', '105424.310000', '105424.313000', '105424.315000', '105424.318000', '105424.321000', '105424.324000', '105444.193000', '105444.196000', '105444.199000', '105444.202000', '105444.205000', '105444.208000', '105444.211000', '105444.214000', '105444.217000', '105444.219000', '105444.222000', '105444.226000', '105444.230000', '105444.234000', '105444.237000', '105444.239000', '105444.242000', '105444.245000', '105444.248000', '105444.251000', '105444.254000', '105444.257000', '105444.260000', '105444.262000', '105444.265000', '105444.268000', '105444.271000', '105444.274000', '105444.277000', '105444.280000', '105444.283000', '105444.286000', '105444.288000', '105444.291000', '105444.294000', '105444.297000', '105444.300000', '105444.303000', '105444.306000', '105444.309000', '105444.311000', '105444.314000', '105444.317000', '105504.193000', '105504.196000', '105504.199000', '105504.202000', '105504.205000', '105504.208000', '105504.211000', '105504.213000', '105504.216000', '105504.219000', '105504.222000', '105504.225000', '105504.228000', '105504.231000', '105504.234000', '105504.237000', '105504.239000', '105504.242000', '105504.245000', '105504.248000', '105504.251000', '105504.254000', '105504.257000', '105504.260000', '105504.263000', '105504.266000', '105504.269000', '105504.272000', '105504.274000', '105504.277000', '105504.280000', '105504.283000', '105504.286000', '105504.289000', '105504.292000', '105504.294000', '105504.297000', '105504.300000', '105504.303000', '105504.307000', '105504.309000', '105504.312000', '105504.315000', '105504.318000', '105524.193000', '105524.196000', '105524.199000', '105524.202000', '105524.205000', '105524.207000', '105524.210000', '105524.213000', '105524.216000', '105524.219000', '105524.231000', '105524.234000', '105524.237000', '105524.240000', '105524.243000', '105524.248000', '105524.252000', '105524.255000', '105524.258000', '105524.260000', '105524.263000', '105524.266000', '105524.269000', '105524.272000', '105524.275000', '105524.278000', '105524.281000', '105524.284000', '105524.287000', '105524.290000', '105524.293000', '105524.295000', '105524.298000', '105524.301000', '105524.304000', '105524.307000', '105524.310000', '105524.319000', '105524.322000', '105524.325000', '105524.328000', '105524.331000', '105524.334000', '105544.194000', '105544.197000', '105544.200000', '105544.203000', '105544.205000', '105544.208000', '105544.211000', '105544.214000', '105544.217000', '105544.220000', '105544.223000', '105544.226000', '105544.229000', '105544.232000', '105544.235000', '105544.238000', '105544.241000', '105544.243000', '105544.246000', '105544.249000', '105544.256000', '105544.259000', '105544.262000', '105544.265000', '105544.268000', '105544.271000', '105544.274000', '105544.277000', '105544.280000', '105544.283000', '105544.286000', '105544.289000', '105544.292000', '105544.295000', '105544.298000', '105544.301000', '105544.304000', '105544.307000', '105544.310000', '105544.313000', '105544.316000', '105544.318000', '105544.321000', '105544.324000', '105551.458000', '105551.461000', '105551.465000', '105551.468000', '105551.471000', '105551.475000', '105551.478000', '105551.482000', '105551.486000', '105551.489000', '105551.492000', '105551.496000', '105551.499000', '105551.502000', '105551.505000', '105551.508000'], '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, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157], 'LargestImagePixelValue': [7531, 6963, 7221, 7208, 7217, 6779, 7822, 6579, 8880, 7514, 10565, 7222, 7958, 7019, 8070, 7175, 10304, 6898, 8763, 6833, 9459, 7336, 10310, 6837, 8645, 6882, 9534, 6895, 8978, 7007, 8170, 6863, 8777, 7027, 8760, 6928, 8396, 7216, 10217, 7771, 9415, 7012, 7806, 7754, 9173, 8075, 6786, 7333, 6607, 8690, 6765, 9341, 6930, 8405, 6826, 9738, 6973, 9539, 6859, 8800, 6994, 9648, 6921, 6454, 7559, 6870, 8018, 6643, 8142, 6941, 8336, 6772, 8450, 6717, 8102, 7044, 9547, 6875, 9765, 6971, 8607, 6944, 10438, 7519, 10388, 6663, 8440, 7721, 9588, 8046, 7091, 7075, 6490, 8304, 9105, 8505, 6840, 7150, 6719, 7540, 7774, 7725, 7075, 6891, 7078, 7276, 9684, 7366, 7997, 6664, 8406, 7296, 10120, 6989, 6813, 6786, 6965, 8043, 7045, 8075, 7069, 8365, 6926, 10364, 7060, 8773, 7010, 9357, 7140, 10924, 6813, 9453, 6811, 10276, 7658, 10787, 6977, 9467, 6994, 9840, 7061, 9044, 7368, 8438, 6910, 8967, 6840, 9165, 7002, 8747, 6860, 9663, 7164, 10011, 6923, 8509, 6909, 9644, 7041, 9162, 6928, 8688, 6839, 10404, 7669, 10387, 7002, 9103, 6826, 10159, 7871, 10158, 6916, 8861, 6857, 10308, 8476, 9134, 6932, 7198, 8159, 9791, 8680, 6731, 7712, 6481, 8760, 7802, 9897, 6848, 8434, 6938, 9288, 6892, 9688, 7147, 8147, 6721, 9839, 7183, 8434, 6718, 7520, 7828, 10084, 8807, 7255, 7535, 6600, 9772, 7982, 9535, 6742, 8358, 6777, 10473, 6933, 8959, 6673, 9635, 7842, 11289, 7167, 9133, 6812, 9497, 7930, 6634, 7482, 6665, 8353, 7147, 8729, 6693, 8040, 6854, 9171, 7441, 8633, 6592, 7538, 6740, 8751, 7049, 7527, 6781, 7006, 7252, 7844, 8165, 7310, 6867, 7066, 6786, 7749, 6970, 7659, 6792, 8841, 6989, 9372, 6775, 9061, 6880, 11126, 7395, 9785, 6813, 9192, 7492, 8616, 6909, 7764, 6792, 9157, 7180, 8609, 6760, 8423, 6800, 9110, 6853, 8657, 6624, 9256, 7106, 8763, 6821, 8219, 7298, 8920, 6794, 7554, 6654, 8595, 7749, 7645, 6533, 7660, 7902, 7588, 6869, 7063, 7126, 8408, 9266, 7687, 7340, 7154, 7972, 9172, 8642, 8090, 6725, 7837, 6629, 9612, 6777, 8361, 6886, 9464, 7024, 11086, 6958, 9626, 6780, 10144, 7039, 9016, 6893, 8702, 6850, 9680, 6853, 8175, 6637, 8804, 6698, 8833, 6740, 8365, 6603, 10419, 7100, 10086, 6892, 10544, 8455, 8860, 6993, 7618, 9319, 9018, 7805, 6918, 7481, 7011, 6893, 6677, 8467, 7814, 8204, 6926, 8001, 6815, 9872, 6982, 8139, 6872, 9575, 7610, 9622, 6771, 6557, 7996, 7589, 9782, 7027, 9281, 6934, 11251, 7754, 11299, 7219, 8953, 6673, 10760, 7304, 10166, 6955, 8951, 6957, 10615, 7046, 9523, 7065, 10335, 7140, 8083, 6856, 6969, 8853, 8833, 8838, 6667, 7970, 7078, 10348, 6756, 9255, 6795, 8577, 6793, 9406, 7774, 9344, 7094, 8945, 7198, 10464, 7246, 8535, 6864, 9625, 6912, 7953, 7001, 8573, 6952, 6808, 6965, 6764, 7724, 6897, 8524, 6859, 7986, 6918, 9446, 7860, 9265, 6805, 7764, 6720, 9232, 6731, 7752, 6869, 8578, 6985, 9226, 6764, 7997, 7016, 10832, 7902, 9651, 6844, 8914, 7334, 11074, 7797, 9410, 6906, 9943, 8005, 12535, 7560, 9658, 7535, 9918, 10033, 11462, 12254, 7211, 7601, 6904, 6762, 7084, 6669, 7073, 6763, 7974, 7014, 8567, 7791, 12056, 7808, 9721, 7983, 9278, 8229, 7734, 8741, 6757, 8910, 6971, 6612, 6721, 7694, 8936, 8148, 8801, 10171, 7486, 7716, 6898, 7712, 7097, 10112, 7126, 6552, 7052, 6853, 8435, 6846, 10055, 6787, 6922, 6890, 6813, 8488, 7464, 9876, 8796, 6491, 7423, 6765, 9010, 6863, 10752, 8225, 7005, 6904, 6864, 8843, 6944, 10334, 7181, 8284, 7079, 6912, 9736, 6738, 8354, 6729, 6962, 8213, 6921, 9689, 6922, 7868, 7069, 6996, 9515, 6775, 8494, 6762, 7370, 8580, 7785, 9359, 6737, 8283, 6872, 9657, 6862, 9568, 6782, 8436, 6778, 8858, 6724, 9386, 6538, 9418, 6686, 9739, 6728, 9396, 6943, 9283, 6879, 9343, 6742, 7864, 6894, 9010, 7235, 9586, 6903, 8492, 7079, 9947, 8115, 7772, 6835, 6822, 7714, 7724, 8609, 7091, 8093, 6844, 8793, 7099, 8743, 6918, 8337, 6781, 8955, 7321, 9796, 6721, 7881, 6839, 9046, 6819, 9289, 6806, 8945, 6734, 9676, 8687, 10867, 9540, 8041, 7291, 7048, 9458, 8587, 9649, 6759, 8414, 6868, 10153, 7109, 10149, 6894, 8818, 6772, 10524, 8293, 8301, 7126, 6818, 8659, 8648, 8363, 7638, 8305, 6836, 6682, 6978, 6867, 10624, 8613, 8049, 7392, 6709, 9308, 8089, 10845, 7019, 8502, 6875, 8704, 9933, 7720, 8317, 6867, 8084, 6962, 10346, 7799, 10406, 6902, 8091, 7015, 7518, 7187, 9364, 9217, 7901, 7876, 6709, 7510, 6866, 9080, 7428, 10740, 7170, 9078, 6790, 8687, 7972, 10021, 10101, 8721, 7921, 6875, 7400, 7045, 8520, 6933, 10860, 7596, 8353, 6601, 6503, 7599, 6905, 10099, 7066, 9012, 7000, 9092, 7252, 11008, 8484, 9791, 6881, 8738, 9321, 9551, 8723, 6598, 7433, 6895, 9851, 7183, 10765, 6717, 9153, 7523, 8091, 6911, 6562, 8027, 7132, 9201, 6875, 7985, 6673, 10578, 7293, 6789, 7393, 6744, 7801, 8533, 7940, 9637, 6635, 8528, 6787, 9445, 9252, 7005, 8123, 6742, 9296, 7015, 9673, 9369, 7105, 8701, 6667, 9129, 7172, 8498, 7023, 6692, 6979, 6787, 10071, 8322, 10020, 6861, 8511, 7028, 10618, 8572, 8796, 6953, 7500, 8179, 9767, 8553, 6982, 7282, 6874, 8207, 6903, 9071, 6752, 8274, 6797, 9993, 7056, 7624, 6878, 6899, 8870, 7386, 8021, 6876, 7718, 6849, 10074, 7304, 9659, 6710, 9334, 7100, 9032, 6980, 6552, 7320, 7882, 8339, 7019, 7888, 6988, 9500, 7243, 10015, 6792, 7936, 6789, 8944, 8673, 10014, 7553, 7594, 7799, 8513, 10684, 8162, 8273, 6589, 7720, 7024, 8802, 6810, 7926, 7055, 7411, 6918, 8929, 6954, 7874, 7108, 9362, 6951, 10012, 6997, 8873, 6995, 10346, 7517, 9856, 6976, 8861, 6899, 9980, 6919, 9145, 7067, 8045, 6976, 8560, 7038, 8208, 7109, 7194, 6889, 7883, 7014, 7677, 7062, 7047, 6972, 7811, 7748, 7530, 6714, 7000, 6502, 7972, 8385, 7585, 7120, 7188, 7439, 7770, 10501, 7705, 9571, 6869, 9517, 6947, 10703, 7063, 9332, 6875, 7966, 7119, 9926, 7349, 8162, 7014, 7804, 7784, 10347, 8120, 8293, 7081, 8054, 8173, 10510, 7698, 8440, 6810, 7816, 7439, 10125, 7956, 8731, 6994, 8145, 7195, 10168, 7897, 9474, 6783, 8654, 6766, 9781, 6766, 10359, 7268, 10717, 7080, 9587, 6979, 9844, 7156, 9429, 6827, 9101, 7030, 10031, 7452, 9553, 6851, 9361, 7362, 10586, 7403, 9462, 7051, 9605, 7294, 9380, 6815, 8348, 7293, 10228, 7258, 8322, 6909, 8011, 7758, 6646, 6983, 7037, 7483, 7020, 10265, 7071, 8410, 6955, 9975, 7775, 9033, 7067, 9500, 7852, 10704, 9211, 9103, 7444, 8192, 8582, 10492, 8036, 7773, 6909, 8008, 8589, 8504, 8028, 6803, 8074, 7119, 8136, 6862, 7383, 6828, 8714, 6935, 8746, 6866, 8696, 6791, 9357, 6927, 8538, 6924, 10251, 6973, 9613, 6928, 10406, 7398, 9887, 6881, 10221, 7107, 8460, 6969, 7013, 7695, 7044, 7667, 6906, 8292, 6880, 9002, 7009, 9734, 6683, 9955, 7019, 8903, 7110, 8268, 7089, 6611, 8238, 6766, 8415, 6679, 9032, 6883, 9680, 6693, 8572, 7249, 6634, 7261, 6789, 8592, 6898, 9502, 6892, 9864, 7302, 8043, 7473, 7458, 8740, 7164, 7981, 6828, 8814, 7365, 10423, 6937, 7967, 6974, 9589, 10342, 7128, 7570, 7013, 6664, 7394, 7059, 6730, 7387, 6611, 7974, 9136, 8418, 12259, 8799, 8776, 9960, 8243, 12649, 9599, 11080, 6726, 8800, 7332, 7835, 10048, 7594, 10019, 6723, 8742, 7012, 8042, 7689, 6877, 7587, 6929, 9306, 7684, 7076, 7978, 6781, 7588, 7094, 6751, 7639, 6665, 6884, 7820, 7142, 9978, 7898, 6668, 7614, 6866, 11938, 8327, 8914, 7523, 7721, 10183, 7673, 9398, 6656, 9712, 6798, 11292, 6936, 7787, 6926, 6561, 9049, 7707, 10262, 7130], 'WindowCenter': [4224.0, 4185.0, 4181.0, 4167.0, 4165.0, 4142.0, 4161.0, 4140.0, 4172.0, 4150.0, 4180.0, 4137.0, 4147.0, 4138.0, 4149.0, 4140.0, 4179.0, 4139.0, 4157.0, 4128.0, 4169.0, 4148.0, 4179.0, 4125.0, 4158.0, 4137.0, 4167.0, 4138.0, 4158.0, 4137.0, 4147.0, 4139.0, 4160.0, 4139.0, 4159.0, 4139.0, 4147.0, 4151.0, 4181.0, 4150.0, 4169.0, 4139.0, 4149.0, 4152.0, 4172.0, 4160.0, 4140.0, 4150.0, 4139.0, 4171.0, 4140.0, 4170.0, 4139.0, 4159.0, 4138.0, 4169.0, 4141.0, 4170.0, 4140.0, 4170.0, 4152.0, 4181.0, 4150.0, 4132.0, 4163.0, 4142.0, 4175.0, 4143.0, 4164.0, 4153.0, 4174.0, 4143.0, 4173.0, 4143.0, 4163.0, 4152.0, 4185.0, 4143.0, 4183.0, 4151.0, 4170.0, 4152.0, 4193.0, 4151.0, 4181.0, 4139.0, 4160.0, 4163.0, 4180.0, 4161.0, 4140.0, 4140.0, 4130.0, 4170.0, 4171.0, 4171.0, 4140.0, 4141.0, 4140.0, 4161.0, 4149.0, 4152.0, 4139.0, 4152.0, 4151.0, 4164.0, 4181.0, 4153.0, 4160.0, 4141.0, 4162.0, 4165.0, 4192.0, 4152.0, 4139.0, 4141.0, 4153.0, 4174.0, 4154.0, 4175.0, 4154.0, 4173.0, 4166.0, 4207.0, 4167.0, 4175.0, 4155.0, 4185.0, 4154.0, 4195.0, 4154.0, 4182.0, 4143.0, 4194.0, 4163.0, 4192.0, 4152.0, 4181.0, 4152.0, 4182.0, 4153.0, 4171.0, 4151.0, 4160.0, 4152.0, 4173.0, 4143.0, 4182.0, 4152.0, 4172.0, 4140.0, 4184.0, 4153.0, 4183.0, 4143.0, 4171.0, 4151.0, 4182.0, 4153.0, 4183.0, 4154.0, 4173.0, 4155.0, 4195.0, 4162.0, 4194.0, 4153.0, 4171.0, 4143.0, 4192.0, 4162.0, 4183.0, 4152.0, 4173.0, 4144.0, 4195.0, 4173.0, 4182.0, 4151.0, 4152.0, 4175.0, 4194.0, 4174.0, 4142.0, 4163.0, 4132.0, 4173.0, 4162.0, 4183.0, 4140.0, 4161.0, 4141.0, 4172.0, 4152.0, 4182.0, 4153.0, 4164.0, 4155.0, 4195.0, 4165.0, 4175.0, 4155.0, 4164.0, 4176.0, 4197.0, 4186.0, 4164.0, 4165.0, 4142.0, 4195.0, 4163.0, 4182.0, 4142.0, 4162.0, 4141.0, 4193.0, 4151.0, 4170.0, 4141.0, 4182.0, 4162.0, 4191.0, 4141.0, 4170.0, 4142.0, 4180.0, 4162.0, 4141.0, 4151.0, 4141.0, 4173.0, 4140.0, 4172.0, 4141.0, 4159.0, 4139.0, 4172.0, 4139.0, 4158.0, 4128.0, 4149.0, 4129.0, 4160.0, 4139.0, 4148.0, 4129.0, 4140.0, 4151.0, 4162.0, 4161.0, 4152.0, 4141.0, 4153.0, 4144.0, 4163.0, 4151.0, 4163.0, 4154.0, 4186.0, 4166.0, 4184.0, 4155.0, 4185.0, 4155.0, 4204.0, 4153.0, 4183.0, 4141.0, 4183.0, 4151.0, 4172.0, 4140.0, 4150.0, 4139.0, 4181.0, 4141.0, 4172.0, 4141.0, 4172.0, 4141.0, 4170.0, 4141.0, 4171.0, 4140.0, 4181.0, 4138.0, 4171.0, 4140.0, 4172.0, 4151.0, 4172.0, 4139.0, 4150.0, 4140.0, 4172.0, 4150.0, 4161.0, 4130.0, 4163.0, 4160.0, 4163.0, 4141.0, 4153.0, 4153.0, 4175.0, 4184.0, 4164.0, 4153.0, 4153.0, 4164.0, 4186.0, 4174.0, 4174.0, 4142.0, 4164.0, 4155.0, 4195.0, 4155.0, 4175.0, 4162.0, 4197.0, 4155.0, 4206.0, 4155.0, 4183.0, 4154.0, 4194.0, 4153.0, 4173.0, 4152.0, 4172.0, 4142.0, 4183.0, 4142.0, 4161.0, 4143.0, 4182.0, 4145.0, 4174.0, 4143.0, 4173.0, 4156.0, 4205.0, 4155.0, 4193.0, 4155.0, 4195.0, 4175.0, 4184.0, 4155.0, 4163.0, 4185.0, 4183.0, 4163.0, 4151.0, 4166.0, 4151.0, 4153.0, 4141.0, 4174.0, 4164.0, 4173.0, 4152.0, 4174.0, 4143.0, 4193.0, 4152.0, 4160.0, 4154.0, 4193.0, 4164.0, 4196.0, 4156.0, 4144.0, 4177.0, 4176.0, 4197.0, 4156.0, 4185.0, 4154.0, 4205.0, 4164.0, 4194.0, 4151.0, 4170.0, 4139.0, 4190.0, 4149.0, 4180.0, 4137.0, 4168.0, 4139.0, 4180.0, 4138.0, 4168.0, 4138.0, 4177.0, 4140.0, 4158.0, 4140.0, 4141.0, 4172.0, 4172.0, 4170.0, 4141.0, 4161.0, 4151.0, 4181.0, 4141.0, 4182.0, 4142.0, 4157.0, 4138.0, 4170.0, 4150.0, 4168.0, 4138.0, 4168.0, 4151.0, 4191.0, 4149.0, 4157.0, 4140.0, 4183.0, 4151.0, 4149.0, 4140.0, 4171.0, 4151.0, 4141.0, 4152.0, 4144.0, 4164.0, 4152.0, 4174.0, 4144.0, 4163.0, 4153.0, 4186.0, 4164.0, 4173.0, 4129.0, 4152.0, 4140.0, 4182.0, 4140.0, 4151.0, 4140.0, 4172.0, 4143.0, 4183.0, 4142.0, 4162.0, 4154.0, 4192.0, 4163.0, 4182.0, 4140.0, 4169.0, 4152.0, 4192.0, 4151.0, 4169.0, 4139.0, 4170.0, 4150.0, 4205.0, 4151.0, 4168.0, 4149.0, 4183.0, 4183.0, 4205.0, 4203.0, 4153.0, 4149.0, 4140.0, 4138.0, 4138.0, 4128.0, 4139.0, 4130.0, 4160.0, 4139.0, 4160.0, 4149.0, 4189.0, 4138.0, 4154.0, 4134.0, 4143.0, 4133.0, 4121.0, 4132.0, 4101.0, 4131.0, 4110.0, 4110.0, 4110.0, 4133.0, 4144.0, 4132.0, 4143.0, 4166.0, 4123.0, 4120.0, 4112.0, 4120.0, 4123.0, 4164.0, 4123.0, 4114.0, 4126.0, 4114.0, 4146.0, 4126.0, 4168.0, 4126.0, 4136.0, 4137.0, 4127.0, 4160.0, 4151.0, 4182.0, 4159.0, 4116.0, 4138.0, 4128.0, 4159.0, 4129.0, 4179.0, 4158.0, 4138.0, 4139.0, 4127.0, 4158.0, 4139.0, 4178.0, 4139.0, 4160.0, 4139.0, 4138.0, 4181.0, 4140.0, 4160.0, 4140.0, 4139.0, 4171.0, 4141.0, 4180.0, 4140.0, 4159.0, 4142.0, 4151.0, 4183.0, 4143.0, 4172.0, 4141.0, 4152.0, 4173.0, 4151.0, 4173.0, 4140.0, 4159.0, 4138.0, 4169.0, 4127.0, 4169.0, 4128.0, 4148.0, 4126.0, 4158.0, 4129.0, 4169.0, 4128.0, 4166.0, 4139.0, 4170.0, 4141.0, 4169.0, 4140.0, 4180.0, 4141.0, 4183.0, 4141.0, 4162.0, 4152.0, 4183.0, 4164.0, 4193.0, 4156.0, 4172.0, 4156.0, 4194.0, 4175.0, 4164.0, 4154.0, 4154.0, 4176.0, 4165.0, 4187.0, 4155.0, 4176.0, 4142.0, 4185.0, 4156.0, 4184.0, 4154.0, 4175.0, 4143.0, 4184.0, 4153.0, 4195.0, 4142.0, 4162.0, 4153.0, 4185.0, 4155.0, 4187.0, 4155.0, 4185.0, 4154.0, 4183.0, 4187.0, 4196.0, 4185.0, 4163.0, 4153.0, 4141.0, 4183.0, 4172.0, 4184.0, 4142.0, 4160.0, 4141.0, 4181.0, 4142.0, 4181.0, 4140.0, 4170.0, 4142.0, 4192.0, 4174.0, 4160.0, 4151.0, 4141.0, 4171.0, 4160.0, 4158.0, 4149.0, 4146.0, 4129.0, 4142.0, 4151.0, 4144.0, 4193.0, 4174.0, 4161.0, 4150.0, 4141.0, 4173.0, 4162.0, 4193.0, 4138.0, 4159.0, 4130.0, 4159.0, 4181.0, 4149.0, 4149.0, 4127.0, 4146.0, 4128.0, 4178.0, 4149.0, 4179.0, 4141.0, 4147.0, 4139.0, 4139.0, 4139.0, 4171.0, 4170.0, 4150.0, 4159.0, 4128.0, 4138.0, 4129.0, 4170.0, 4151.0, 4191.0, 4140.0, 4170.0, 4141.0, 4158.0, 4160.0, 4181.0, 4181.0, 4159.0, 4148.0, 4128.0, 4136.0, 4128.0, 4158.0, 4138.0, 4180.0, 4149.0, 4157.0, 4140.0, 4129.0, 4162.0, 4152.0, 4193.0, 4141.0, 4172.0, 4142.0, 4171.0, 4151.0, 4182.0, 4160.0, 4169.0, 4138.0, 4158.0, 4170.0, 4169.0, 4158.0, 4126.0, 4137.0, 4139.0, 4169.0, 4137.0, 4180.0, 4141.0, 4170.0, 4149.0, 4150.0, 4138.0, 4131.0, 4161.0, 4150.0, 4171.0, 4130.0, 4149.0, 4141.0, 4182.0, 4139.0, 4128.0, 4151.0, 4141.0, 4162.0, 4173.0, 4163.0, 4182.0, 4141.0, 4171.0, 4144.0, 4183.0, 4173.0, 4140.0, 4149.0, 4129.0, 4169.0, 4140.0, 4172.0, 4172.0, 4140.0, 4160.0, 4139.0, 4170.0, 4141.0, 4171.0, 4141.0, 4141.0, 4140.0, 4140.0, 4181.0, 4163.0, 4181.0, 4128.0, 4159.0, 4141.0, 4179.0, 4160.0, 4159.0, 4139.0, 4137.0, 4148.0, 4166.0, 4160.0, 4126.0, 4136.0, 4128.0, 4157.0, 4137.0, 4158.0, 4129.0, 4158.0, 4140.0, 4180.0, 4140.0, 4149.0, 4140.0, 4141.0, 4172.0, 4150.0, 4148.0, 4128.0, 4148.0, 4140.0, 4170.0, 4140.0, 4169.0, 4142.0, 4170.0, 4153.0, 4183.0, 4151.0, 4128.0, 4149.0, 4159.0, 4161.0, 4139.0, 4160.0, 4151.0, 4181.0, 4151.0, 4183.0, 4141.0, 4161.0, 4140.0, 4173.0, 4173.0, 4180.0, 4149.0, 4149.0, 4150.0, 4159.0, 4181.0, 4148.0, 4147.0, 4124.0, 4147.0, 4126.0, 4157.0, 4126.0, 4146.0, 4123.0, 4137.0, 4138.0, 4169.0, 4138.0, 4148.0, 4150.0, 4171.0, 4141.0, 4179.0, 4139.0, 4170.0, 4150.0, 4180.0, 4140.0, 4168.0, 4138.0, 4157.0, 4138.0, 4168.0, 4125.0, 4156.0, 4136.0, 4145.0, 4137.0, 4157.0, 4137.0, 4158.0, 4137.0, 4138.0, 4150.0, 4161.0, 4138.0, 4150.0, 4139.0, 4140.0, 4139.0, 4162.0, 4151.0, 4150.0, 4142.0, 4140.0, 4130.0, 4162.0, 4160.0, 4151.0, 4138.0, 4140.0, 4152.0, 4162.0, 4191.0, 4163.0, 4181.0, 4140.0, 4181.0, 4151.0, 4191.0, 4151.0, 4182.0, 4142.0, 4174.0, 4154.0, 4193.0, 4164.0, 4173.0, 4154.0, 4162.0, 4165.0, 4193.0, 4174.0, 4173.0, 4153.0, 4162.0, 4174.0, 4191.0, 4163.0, 4161.0, 4141.0, 4162.0, 4165.0, 4182.0, 4162.0, 4172.0, 4152.0, 4162.0, 4153.0, 4191.0, 4162.0, 4183.0, 4142.0, 4172.0, 4143.0, 4181.0, 4141.0, 4192.0, 4164.0, 4194.0, 4152.0, 4185.0, 4155.0, 4193.0, 4154.0, 4183.0, 4154.0, 4184.0, 4165.0, 4195.0, 4164.0, 4195.0, 4153.0, 4185.0, 4166.0, 4194.0, 4163.0, 4183.0, 4154.0, 4194.0, 4164.0, 4185.0, 4154.0, 4174.0, 4165.0, 4205.0, 4167.0, 4176.0, 4166.0, 4176.0, 4177.0, 4154.0, 4153.0, 4164.0, 4166.0, 4168.0, 4208.0, 4166.0, 4185.0, 4167.0, 4196.0, 4166.0, 4174.0, 4156.0, 4184.0, 4178.0, 4205.0, 4186.0, 4185.0, 4164.0, 4173.0, 4185.0, 4192.0, 4163.0, 4150.0, 4150.0, 4161.0, 4172.0, 4172.0, 4161.0, 4139.0, 4161.0, 4141.0, 4160.0, 4139.0, 4150.0, 4140.0, 4174.0, 4140.0, 4170.0, 4140.0, 4172.0, 4140.0, 4181.0, 4151.0, 4171.0, 4153.0, 4193.0, 4153.0, 4183.0, 4152.0, 4193.0, 4151.0, 4183.0, 4153.0, 4191.0, 4153.0, 4171.0, 4153.0, 4152.0, 4165.0, 4154.0, 4165.0, 4153.0, 4174.0, 4153.0, 4183.0, 4154.0, 4195.0, 4156.0, 4206.0, 4164.0, 4184.0, 4154.0, 4174.0, 4154.0, 4154.0, 4186.0, 4155.0, 4184.0, 4155.0, 4185.0, 4164.0, 4194.0, 4153.0, 4185.0, 4176.0, 4155.0, 4176.0, 4154.0, 4188.0, 4166.0, 4197.0, 4179.0, 4207.0, 4178.0, 4176.0, 4177.0, 4177.0, 4186.0, 4164.0, 4174.0, 4155.0, 4187.0, 4177.0, 4206.0, 4152.0, 4163.0, 4154.0, 4209.0, 4208.0, 4167.0, 4179.0, 4167.0, 4165.0, 4164.0, 4166.0, 4154.0, 4166.0, 4157.0, 4178.0, 4199.0, 4189.0, 4220.0, 4186.0, 4171.0, 4169.0, 4148.0, 4190.0, 4158.0, 4163.0, 4112.0, 4142.0, 4125.0, 4134.0, 4164.0, 4132.0, 4153.0, 4112.0, 4143.0, 4138.0, 4146.0, 4146.0, 4126.0, 4134.0, 4125.0, 4156.0, 4147.0, 4139.0, 4148.0, 4126.0, 4148.0, 4140.0, 4140.0, 4161.0, 4141.0, 4152.0, 4165.0, 4154.0, 4196.0, 4163.0, 4140.0, 4150.0, 4139.0, 4191.0, 4160.0, 4171.0, 4149.0, 4149.0, 4180.0, 4136.0, 4156.0, 4128.0, 4169.0, 4127.0, 4177.0, 4126.0, 4135.0, 4125.0, 4124.0, 4157.0, 4146.0, 4168.0, 4127.0], 'WindowWidth': [9386.0, 9316.0, 9301.0, 9275.0, 9267.0, 9231.0, 9255.0, 9224.0, 9270.0, 9238.0, 9279.0, 9217.0, 9230.0, 9219.0, 9235.0, 9224.0, 9275.0, 9221.0, 9242.0, 9207.0, 9261.0, 9232.0, 9274.0, 9200.0, 9243.0, 9216.0, 9256.0, 9218.0, 9243.0, 9215.0, 9227.0, 9221.0, 9250.0, 9223.0, 9247.0, 9222.0, 9229.0, 9241.0, 9278.0, 9239.0, 9259.0, 9223.0, 9235.0, 9245.0, 9268.0, 9252.0, 9225.0, 9238.0, 9223.0, 9268.0, 9225.0, 9264.0, 9222.0, 9248.0, 9220.0, 9262.0, 9227.0, 9263.0, 9224.0, 9263.0, 9245.0, 9280.0, 9240.0, 9217.0, 9260.0, 9233.0, 9281.0, 9236.0, 9263.0, 9248.0, 9279.0, 9233.0, 9274.0, 9234.0, 9260.0, 9246.0, 9291.0, 9235.0, 9286.0, 9243.0, 9267.0, 9245.0, 9300.0, 9244.0, 9282.0, 9226.0, 9252.0, 9261.0, 9279.0, 9257.0, 9227.0, 9226.0, 9212.0, 9268.0, 9267.0, 9270.0, 9226.0, 9228.0, 9226.0, 9257.0, 9236.0, 9244.0, 9223.0, 9243.0, 9243.0, 9263.0, 9281.0, 9246.0, 9253.0, 9230.0, 9256.0, 9266.0, 9299.0, 9246.0, 9227.0, 9231.0, 9249.0, 9279.0, 9251.0, 9281.0, 9251.0, 9277.0, 9272.0, 9329.0, 9274.0, 9280.0, 9253.0, 9293.0, 9253.0, 9307.0, 9252.0, 9287.0, 9236.0, 9304.0, 9261.0, 9298.0, 9244.0, 9282.0, 9244.0, 9284.0, 9246.0, 9269.0, 9243.0, 9251.0, 9247.0, 9274.0, 9235.0, 9286.0, 9245.0, 9271.0, 9230.0, 9289.0, 9248.0, 9286.0, 9233.0, 9267.0, 9245.0, 9286.0, 9250.0, 9288.0, 9251.0, 9275.0, 9254.0, 9306.0, 9262.0, 9303.0, 9249.0, 9270.0, 9235.0, 9299.0, 9261.0, 9286.0, 9246.0, 9272.0, 9238.0, 9305.0, 9276.0, 9285.0, 9245.0, 9245.0, 9280.0, 9303.0, 9278.0, 9232.0, 9260.0, 9218.0, 9276.0, 9259.0, 9287.0, 9226.0, 9254.0, 9229.0, 9271.0, 9245.0, 9284.0, 9247.0, 9262.0, 9256.0, 9307.0, 9270.0, 9281.0, 9256.0, 9266.0, 9287.0, 9312.0, 9298.0, 9264.0, 9266.0, 9234.0, 9307.0, 9261.0, 9285.0, 9230.0, 9257.0, 9231.0, 9300.0, 9243.0, 9266.0, 9229.0, 9285.0, 9258.0, 9294.0, 9228.0, 9265.0, 9232.0, 9279.0, 9259.0, 9228.0, 9243.0, 9230.0, 9275.0, 9227.0, 9272.0, 9227.0, 9250.0, 9224.0, 9271.0, 9223.0, 9247.0, 9206.0, 9235.0, 9210.0, 9254.0, 9222.0, 9235.0, 9210.0, 9226.0, 9240.0, 9258.0, 9255.0, 9244.0, 9228.0, 9248.0, 9237.0, 9265.0, 9247.0, 9263.0, 9255.0, 9299.0, 9271.0, 9293.0, 9255.0, 9292.0, 9254.0, 9318.0, 9247.0, 9286.0, 9228.0, 9286.0, 9242.0, 9270.0, 9224.0, 9240.0, 9225.0, 9283.0, 9228.0, 9271.0, 9228.0, 9270.0, 9229.0, 9268.0, 9228.0, 9268.0, 9227.0, 9285.0, 9223.0, 9270.0, 9226.0, 9271.0, 9242.0, 9271.0, 9223.0, 9240.0, 9225.0, 9272.0, 9240.0, 9256.0, 9213.0, 9260.0, 9254.0, 9261.0, 9230.0, 9249.0, 9249.0, 9282.0, 9290.0, 9266.0, 9248.0, 9250.0, 9264.0, 9297.0, 9278.0, 9278.0, 9233.0, 9265.0, 9254.0, 9307.0, 9254.0, 9280.0, 9263.0, 9314.0, 9256.0, 9323.0, 9254.0, 9289.0, 9252.0, 9303.0, 9247.0, 9273.0, 9244.0, 9272.0, 9232.0, 9288.0, 9232.0, 9257.0, 9236.0, 9287.0, 9240.0, 9275.0, 9236.0, 9276.0, 9259.0, 9322.0, 9256.0, 9301.0, 9256.0, 9307.0, 9282.0, 9289.0, 9253.0, 9265.0, 9296.0, 9289.0, 9262.0, 9245.0, 9271.0, 9245.0, 9249.0, 9232.0, 9280.0, 9265.0, 9276.0, 9247.0, 9278.0, 9237.0, 9304.0, 9248.0, 9256.0, 9252.0, 9303.0, 9267.0, 9310.0, 9257.0, 9241.0, 9290.0, 9286.0, 9314.0, 9257.0, 9295.0, 9253.0, 9322.0, 9263.0, 9303.0, 9242.0, 9265.0, 9225.0, 9293.0, 9236.0, 9277.0, 9218.0, 9260.0, 9225.0, 9277.0, 9221.0, 9259.0, 9223.0, 9273.0, 9229.0, 9248.0, 9228.0, 9228.0, 9274.0, 9270.0, 9267.0, 9229.0, 9257.0, 9244.0, 9282.0, 9230.0, 9285.0, 9233.0, 9245.0, 9220.0, 9264.0, 9239.0, 9259.0, 9221.0, 9260.0, 9245.0, 9295.0, 9236.0, 9243.0, 9226.0, 9288.0, 9242.0, 9236.0, 9227.0, 9267.0, 9244.0, 9230.0, 9246.0, 9235.0, 9265.0, 9247.0, 9277.0, 9237.0, 9261.0, 9249.0, 9295.0, 9262.0, 9274.0, 9210.0, 9243.0, 9227.0, 9286.0, 9226.0, 9240.0, 9226.0, 9273.0, 9234.0, 9287.0, 9231.0, 9259.0, 9250.0, 9301.0, 9261.0, 9285.0, 9225.0, 9264.0, 9244.0, 9297.0, 9240.0, 9261.0, 9220.0, 9264.0, 9240.0, 9319.0, 9241.0, 9257.0, 9236.0, 9288.0, 9288.0, 9319.0, 9312.0, 9245.0, 9232.0, 9224.0, 9219.0, 9219.0, 9204.0, 9221.0, 9209.0, 9249.0, 9221.0, 9250.0, 9233.0, 9288.0, 9215.0, 9230.0, 9203.0, 9214.0, 9202.0, 9180.0, 9198.0, 9155.0, 9193.0, 9165.0, 9166.0, 9169.0, 9201.0, 9217.0, 9202.0, 9217.0, 9251.0, 9188.0, 9180.0, 9171.0, 9183.0, 9191.0, 9246.0, 9192.0, 9178.0, 9196.0, 9179.0, 9224.0, 9200.0, 9257.0, 9199.0, 9214.0, 9216.0, 9203.0, 9249.0, 9241.0, 9283.0, 9249.0, 9187.0, 9216.0, 9204.0, 9248.0, 9209.0, 9275.0, 9246.0, 9219.0, 9221.0, 9204.0, 9247.0, 9222.0, 9273.0, 9222.0, 9250.0, 9221.0, 9221.0, 9280.0, 9225.0, 9251.0, 9225.0, 9223.0, 9270.0, 9229.0, 9279.0, 9227.0, 9250.0, 9231.0, 9244.0, 9287.0, 9235.0, 9271.0, 9232.0, 9244.0, 9274.0, 9243.0, 9273.0, 9227.0, 9249.0, 9221.0, 9262.0, 9205.0, 9261.0, 9206.0, 9231.0, 9203.0, 9245.0, 9208.0, 9260.0, 9207.0, 9255.0, 9222.0, 9262.0, 9227.0, 9262.0, 9226.0, 9279.0, 9232.0, 9287.0, 9232.0, 9259.0, 9248.0, 9289.0, 9267.0, 9303.0, 9256.0, 9273.0, 9259.0, 9306.0, 9284.0, 9267.0, 9253.0, 9252.0, 9285.0, 9269.0, 9302.0, 9255.0, 9282.0, 9234.0, 9296.0, 9255.0, 9292.0, 9251.0, 9279.0, 9236.0, 9291.0, 9249.0, 9307.0, 9234.0, 9259.0, 9250.0, 9295.0, 9255.0, 9298.0, 9256.0, 9293.0, 9253.0, 9289.0, 9299.0, 9309.0, 9293.0, 9259.0, 9246.0, 9228.0, 9290.0, 9272.0, 9289.0, 9231.0, 9253.0, 9229.0, 9283.0, 9230.0, 9279.0, 9224.0, 9265.0, 9233.0, 9299.0, 9276.0, 9253.0, 9243.0, 9226.0, 9270.0, 9252.0, 9247.0, 9233.0, 9224.0, 9209.0, 9230.0, 9243.0, 9238.0, 9303.0, 9277.0, 9256.0, 9238.0, 9232.0, 9274.0, 9258.0, 9298.0, 9221.0, 9246.0, 9211.0, 9249.0, 9281.0, 9233.0, 9233.0, 9202.0, 9226.0, 9204.0, 9272.0, 9235.0, 9275.0, 9226.0, 9230.0, 9221.0, 9219.0, 9223.0, 9266.0, 9268.0, 9238.0, 9249.0, 9206.0, 9218.0, 9207.0, 9264.0, 9240.0, 9294.0, 9225.0, 9265.0, 9228.0, 9246.0, 9252.0, 9280.0, 9282.0, 9247.0, 9232.0, 9204.0, 9213.0, 9203.0, 9244.0, 9219.0, 9277.0, 9236.0, 9245.0, 9224.0, 9210.0, 9259.0, 9245.0, 9301.0, 9229.0, 9269.0, 9228.0, 9266.0, 9241.0, 9283.0, 9251.0, 9259.0, 9219.0, 9245.0, 9263.0, 9260.0, 9245.0, 9201.0, 9217.0, 9221.0, 9261.0, 9218.0, 9277.0, 9228.0, 9266.0, 9237.0, 9237.0, 9220.0, 9212.0, 9254.0, 9241.0, 9267.0, 9211.0, 9235.0, 9230.0, 9281.0, 9219.0, 9206.0, 9239.0, 9228.0, 9257.0, 9275.0, 9263.0, 9285.0, 9231.0, 9267.0, 9237.0, 9285.0, 9273.0, 9225.0, 9234.0, 9209.0, 9261.0, 9225.0, 9268.0, 9270.0, 9226.0, 9249.0, 9224.0, 9265.0, 9228.0, 9267.0, 9228.0, 9228.0, 9226.0, 9228.0, 9284.0, 9259.0, 9279.0, 9207.0, 9247.0, 9226.0, 9274.0, 9249.0, 9246.0, 9220.0, 9215.0, 9232.0, 9252.0, 9252.0, 9199.0, 9213.0, 9206.0, 9243.0, 9217.0, 9244.0, 9207.0, 9245.0, 9226.0, 9276.0, 9224.0, 9235.0, 9226.0, 9228.0, 9271.0, 9238.0, 9233.0, 9206.0, 9233.0, 9225.0, 9265.0, 9224.0, 9260.0, 9230.0, 9265.0, 9252.0, 9290.0, 9243.0, 9208.0, 9238.0, 9250.0, 9255.0, 9225.0, 9253.0, 9242.0, 9284.0, 9244.0, 9285.0, 9229.0, 9254.0, 9227.0, 9273.0, 9273.0, 9279.0, 9236.0, 9234.0, 9240.0, 9249.0, 9280.0, 9233.0, 9230.0, 9197.0, 9231.0, 9201.0, 9245.0, 9199.0, 9225.0, 9195.0, 9218.0, 9219.0, 9261.0, 9221.0, 9234.0, 9242.0, 9270.0, 9228.0, 9277.0, 9223.0, 9265.0, 9242.0, 9280.0, 9224.0, 9259.0, 9219.0, 9243.0, 9220.0, 9259.0, 9199.0, 9240.0, 9213.0, 9225.0, 9218.0, 9246.0, 9217.0, 9246.0, 9218.0, 9220.0, 9239.0, 9256.0, 9223.0, 9240.0, 9224.0, 9226.0, 9224.0, 9258.0, 9240.0, 9240.0, 9229.0, 9227.0, 9215.0, 9260.0, 9252.0, 9243.0, 9223.0, 9227.0, 9245.0, 9259.0, 9294.0, 9260.0, 9280.0, 9227.0, 9282.0, 9246.0, 9295.0, 9244.0, 9285.0, 9232.0, 9278.0, 9254.0, 9302.0, 9267.0, 9274.0, 9252.0, 9260.0, 9271.0, 9303.0, 9280.0, 9275.0, 9248.0, 9258.0, 9278.0, 9295.0, 9261.0, 9256.0, 9230.0, 9258.0, 9266.0, 9283.0, 9260.0, 9272.0, 9245.0, 9257.0, 9249.0, 9297.0, 9259.0, 9286.0, 9233.0, 9272.0, 9235.0, 9283.0, 9232.0, 9299.0, 9265.0, 9304.0, 9248.0, 9292.0, 9255.0, 9304.0, 9253.0, 9290.0, 9254.0, 9291.0, 9270.0, 9309.0, 9270.0, 9308.0, 9251.0, 9294.0, 9272.0, 9305.0, 9265.0, 9287.0, 9254.0, 9304.0, 9268.0, 9293.0, 9254.0, 9278.0, 9271.0, 9322.0, 9275.0, 9283.0, 9274.0, 9286.0, 9289.0, 9251.0, 9250.0, 9267.0, 9273.0, 9280.0, 9335.0, 9275.0, 9295.0, 9275.0, 9312.0, 9270.0, 9275.0, 9254.0, 9289.0, 9288.0, 9322.0, 9299.0, 9292.0, 9264.0, 9277.0, 9296.0, 9299.0, 9261.0, 9241.0, 9242.0, 9255.0, 9274.0, 9271.0, 9256.0, 9226.0, 9259.0, 9230.0, 9255.0, 9224.0, 9238.0, 9226.0, 9275.0, 9227.0, 9268.0, 9229.0, 9272.0, 9229.0, 9284.0, 9244.0, 9271.0, 9251.0, 9302.0, 9249.0, 9289.0, 9250.0, 9302.0, 9246.0, 9287.0, 9250.0, 9298.0, 9249.0, 9270.0, 9250.0, 9248.0, 9268.0, 9251.0, 9267.0, 9250.0, 9279.0, 9251.0, 9291.0, 9254.0, 9311.0, 9260.0, 9326.0, 9268.0, 9292.0, 9255.0, 9281.0, 9254.0, 9257.0, 9302.0, 9258.0, 9295.0, 9258.0, 9298.0, 9270.0, 9307.0, 9254.0, 9296.0, 9289.0, 9258.0, 9287.0, 9257.0, 9304.0, 9276.0, 9316.0, 9297.0, 9331.0, 9292.0, 9286.0, 9290.0, 9290.0, 9301.0, 9268.0, 9280.0, 9257.0, 9302.0, 9293.0, 9327.0, 9250.0, 9262.0, 9254.0, 9335.0, 9335.0, 9279.0, 9295.0, 9278.0, 9273.0, 9266.0, 9270.0, 9254.0, 9272.0, 9263.0, 9290.0, 9322.0, 9309.0, 9349.0, 9297.0, 9270.0, 9260.0, 9231.0, 9290.0, 9241.0, 9243.0, 9174.0, 9212.0, 9194.0, 9207.0, 9248.0, 9202.0, 9230.0, 9175.0, 9216.0, 9220.0, 9228.0, 9227.0, 9200.0, 9207.0, 9198.0, 9240.0, 9232.0, 9223.0, 9231.0, 9203.0, 9235.0, 9226.0, 9228.0, 9258.0, 9233.0, 9247.0, 9268.0, 9253.0, 9312.0, 9262.0, 9227.0, 9239.0, 9225.0, 9296.0, 9254.0, 9266.0, 9238.0, 9236.0, 9278.0, 9214.0, 9241.0, 9204.0, 9263.0, 9204.0, 9268.0, 9199.0, 9209.0, 9197.0, 9197.0, 9245.0, 9228.0, 9258.0, 9203.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.0005640242844752819</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.018571616652211624</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.10215031771703</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1904446608333334</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0047726913194432</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4723</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6784.584</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.09115990988069704</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>40</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>3.4692107545533393</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4731390411765166</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4349601237642085</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6828162996730387</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.301640700092303</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0128869</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.002893271390348673</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.033126842230558395</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1153</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.748115306262024</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>18.9968</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>34.9125</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>160.4225</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>43.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>298772.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>758.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>310.7104</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0358</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>558.2211</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3343.5936</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3547.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>77772.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1043.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4457.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>946.3362</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>40.49051894224249</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> |