=== 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-0065 --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-0065",
"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-0065_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-0065_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-0065_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-0065/figures/sub-0065_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0065/figures/sub-0065_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0065/figures/sub-0065_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-0065_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-0065/figures/sub-0065_ses-03_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0065/figures/sub-0065_ses-03_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0065/figures/sub-0065_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-0065_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-0065/figures/sub-0065_ses-03_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0065/figures/sub-0065_ses-03_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0065/figures/sub-0065_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-0065_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-0065/figures/sub-0065_ses-03_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0065/figures/sub-0065_ses-03_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0065/figures/sub-0065_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-0065_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-0065/figures/sub-0065_ses-03_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0065/figures/sub-0065_ses-03_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0065/figures/sub-0065_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-0065_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-0065/figures/sub-0065_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0065/figures/sub-0065_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0065/figures/sub-0065_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-0065_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-0065/figures/sub-0065_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0065/figures/sub-0065_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-0065/figures/sub-0065_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0065/figures/sub-0065_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-0065/ses-03/func/sub-0065_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>5313beeb16fb52e4670bc16b75237d9b</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>12:03:33.870000</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999738, -0.000429254, 0.0229018, -7.76919e-08, 0.999824, 0.0187433]</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.097133</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>[4166, -7803, -7238, 645, 1, -549, 401, 77]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>246.355</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>2f87d8bd-df66-4268-b2d5-d422ff24ed8a||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.682223081588745, -2.084415626768532e-07, 0.061845775693655014, 109.16703796386719], [0.0011516576632857323, 2.682455539703369, 0.050593726336956024, -89.58892059326172], [0.061443910002708435, -0.05028699338436127, 2.698817491531372, -58.1344108581543], [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': ['120333.870000', '120334.330000', '120334.790000', '120335.250000', '120335.710000', '120336.170000', '120336.630000', '120337.090000', '120337.550000', '120338.010000', '120338.470000', '120338.930000', '120339.390000', '120339.850000', '120340.310000', '120340.770000', '120341.230000', '120341.690000', '120342.150000', '120342.610000', '120343.070000', '120343.530000', '120343.990000', '120344.450000', '120344.910000', '120345.370000', '120345.830000', '120346.290000', '120346.750000', '120347.210000', '120347.670000', '120348.130000', '120348.590000', '120349.050000', '120349.510000', '120349.970000', '120350.430000', '120350.890000', '120351.350000', '120351.810000', '120352.270000', '120352.730000', '120353.190000', '120353.650000', '120354.110000', '120354.570000', '120355.030000', '120355.490000', '120355.950000', '120356.410000', '120356.870000', '120357.330000', '120357.790000', '120358.250000', '120358.710000', '120359.170000', '120359.630000', '120400.090000', '120400.550000', '120401.010000', '120401.470000', '120401.930000', '120402.390000', '120402.850000', '120403.310000', '120403.770000', '120404.230000', '120404.690000', '120405.150000', '120405.610000', '120406.070000', '120406.530000', '120406.990000', '120407.450000', '120407.910000', '120408.370000', '120408.830000', '120409.290000', '120409.750000', '120410.210000', '120410.670000', '120411.130000', '120411.590000', '120412.050000', '120412.510000', '120412.970000', '120413.430000', '120413.890000', '120414.350000', '120414.810000', '120415.270000', '120415.730000', '120416.190000', '120416.650000', '120417.110000', '120417.570000', '120418.030000', '120418.490000', '120418.950000', '120419.410000', '120419.870000', '120420.330000', '120420.790000', '120421.250000', '120421.710000', '120422.170000', '120422.630000', '120423.090000', '120423.550000', '120424.010000', '120424.470000', '120424.930000', '120425.390000', '120425.850000', '120426.310000', '120426.770000', '120427.230000', '120427.690000', '120428.150000', '120428.610000', '120429.070000', '120429.530000', '120429.990000', '120430.450000', '120430.910000', '120431.370000', '120431.830000', '120432.290000', '120432.750000', '120433.210000', '120433.670000', '120434.130000', '120434.590000', '120435.050000', '120435.510000', '120435.970000', '120436.430000', '120436.890000', '120437.350000', '120437.810000', '120438.270000', '120438.730000', '120439.190000', '120439.650000', '120440.110000', '120440.570000', '120441.030000', '120441.490000', '120441.950000', '120442.410000', '120442.870000', '120443.330000', '120443.790000', '120444.250000', '120444.710000', '120445.170000', '120445.630000', '120446.090000', '120446.550000', '120447.010000', '120447.470000', '120447.930000', '120448.390000', '120448.850000', '120449.310000', '120449.770000', '120450.230000', '120450.690000', '120451.150000', '120451.610000', '120452.070000', '120452.530000', '120452.990000', '120453.450000', '120453.910000', '120454.370000', '120454.830000', '120455.290000', '120455.750000', '120456.210000', '120456.670000', '120457.130000', '120457.590000', '120458.050000', '120458.510000', '120458.970000', '120459.430000', '120459.890000', '120500.350000', '120500.810000', '120501.270000', '120501.730000', '120502.190000', '120502.650000', '120503.110000', '120503.570000', '120504.030000', '120504.490000', '120504.950000', '120505.410000', '120505.870000', '120506.330000', '120506.790000', '120507.250000', '120507.710000', '120508.170000', '120508.630000', '120509.090000', '120509.550000', '120510.010000', '120510.470000', '120510.930000', '120511.390000', '120511.850000', '120512.310000', '120512.770000', '120513.230000', '120513.690000', '120514.150000', '120514.610000', '120515.070000', '120515.530000', '120515.990000', '120516.450000', '120516.910000', '120517.370000', '120517.830000', '120518.290000', '120518.750000', '120519.210000', '120519.670000', '120520.130000', '120520.590000', '120521.050000', '120521.510000', '120521.970000', '120522.430000', '120522.890000', '120523.350000', '120523.810000', '120524.270000', '120524.730000', '120525.190000', '120525.650000', '120526.110000', '120526.570000', '120527.030000', '120527.490000', '120527.950000', '120528.410000', '120528.870000', '120529.330000', '120529.790000', '120530.250000', '120530.710000', '120531.170000', '120531.630000', '120532.090000', '120532.550000', '120533.010000', '120533.470000', '120533.930000', '120534.390000', '120534.850000', '120535.310000', '120535.770000', '120536.230000', '120536.690000', '120537.150000', '120537.610000', '120538.070000', '120538.530000', '120538.990000', '120539.450000', '120539.910000', '120540.370000', '120540.830000', '120541.290000', '120541.750000', '120542.210000', '120542.670000', '120543.130000', '120543.590000', '120544.050000', '120544.510000', '120544.970000', '120545.430000', '120545.890000', '120546.350000', '120546.810000', '120547.270000', '120547.730000', '120548.190000', '120548.650000', '120549.110000', '120549.570000', '120550.030000', '120550.490000', '120550.950000', '120551.410000', '120551.870000', '120552.330000', '120552.790000', '120553.250000', '120553.710000', '120554.170000', '120554.630000', '120555.090000', '120555.550000', '120556.010000', '120556.470000', '120556.930000', '120557.390000', '120557.850000', '120558.310000', '120558.770000', '120559.230000', '120559.690000', '120600.150000', '120600.610000', '120601.070000', '120601.530000', '120601.990000', '120602.450000', '120602.910000', '120603.370000', '120603.830000', '120604.290000', '120604.750000', '120605.210000', '120605.670000', '120606.130000', '120606.590000', '120607.050000', '120607.510000', '120607.970000', '120608.430000', '120608.890000', '120609.350000', '120609.810000', '120610.270000', '120610.730000', '120611.190000', '120611.650000', '120612.110000', '120612.570000', '120613.030000', '120613.490000', '120613.950000', '120614.410000', '120614.870000', '120615.330000', '120615.790000', '120616.250000', '120616.710000', '120617.170000', '120617.630000', '120618.090000', '120618.550000', '120619.010000', '120619.470000', '120619.930000', '120620.390000', '120620.850000', '120621.310000', '120621.770000', '120622.230000', '120622.690000', '120623.150000', '120623.610000', '120624.070000', '120624.530000', '120624.990000', '120625.450000', '120625.910000', '120626.370000', '120626.830000', '120627.290000', '120627.750000', '120628.210000', '120628.670000', '120629.130000', '120629.590000', '120630.050000', '120630.510000', '120630.970000', '120631.430000', '120631.890000', '120632.350000', '120632.810000', '120633.270000', '120633.730000', '120634.190000', '120634.650000', '120635.110000', '120635.570000', '120636.030000', '120636.490000', '120636.950000', '120637.410000', '120637.870000', '120638.330000', '120638.790000', '120639.250000', '120639.710000', '120640.170000', '120640.630000', '120641.090000', '120641.550000', '120642.010000', '120642.470000', '120642.930000', '120643.390000', '120643.850000', '120644.310000', '120644.770000', '120645.230000', '120645.690000', '120646.150000', '120646.610000', '120647.070000', '120647.530000', '120647.990000', '120648.450000', '120648.910000', '120649.370000', '120649.830000', '120650.290000', '120650.750000', '120651.210000', '120651.670000', '120652.130000', '120652.590000', '120653.050000', '120653.510000', '120653.970000', '120654.430000', '120654.890000', '120655.350000', '120655.810000', '120656.270000', '120656.730000', '120657.190000', '120657.650000', '120658.110000', '120658.570000', '120659.030000', '120659.490000', '120659.950000', '120700.410000', '120700.870000', '120701.330000', '120701.790000', '120702.250000', '120702.710000', '120703.170000', '120703.630000', '120704.090000', '120704.550000', '120705.010000', '120705.470000', '120705.930000', '120706.390000', '120706.850000', '120707.310000', '120707.770000', '120708.230000', '120708.690000', '120709.150000', '120709.610000', '120710.070000', '120710.530000', '120710.990000', '120711.450000', '120711.910000', '120712.370000', '120712.830000', '120713.290000', '120713.750000', '120714.210000', '120714.670000', '120715.130000', '120715.590000', '120716.050000', '120716.510000', '120716.970000', '120717.430000', '120717.890000', '120718.350000', '120718.810000', '120719.270000', '120719.730000', '120720.190000', '120720.650000', '120721.110000', '120721.570000', '120722.030000', '120722.490000', '120722.950000', '120723.410000', '120723.870000', '120724.330000', '120724.790000', '120725.250000', '120725.710000', '120726.170000', '120726.630000', '120727.090000', '120727.550000', '120728.010000', '120728.470000', '120728.930000', '120729.390000', '120729.850000', '120730.310000', '120730.770000', '120731.230000', '120731.690000', '120732.150000', '120732.610000', '120733.070000', '120733.530000', '120733.990000', '120734.450000', '120734.910000', '120735.370000', '120735.830000', '120736.290000', '120736.750000', '120737.210000', '120737.670000', '120738.130000', '120738.590000', '120739.050000', '120739.510000', '120739.970000', '120740.430000', '120740.890000', '120741.350000', '120741.810000', '120742.270000', '120742.730000', '120743.190000', '120743.650000', '120744.110000', '120744.570000', '120745.030000', '120745.490000', '120745.950000', '120746.410000', '120746.870000', '120747.330000', '120747.790000', '120748.250000', '120748.710000', '120749.170000', '120749.630000', '120750.090000', '120750.550000', '120751.010000', '120751.470000', '120751.930000', '120752.390000', '120752.850000', '120753.310000', '120753.770000', '120754.230000', '120754.690000', '120755.150000', '120755.610000', '120756.070000', '120756.530000', '120756.990000', '120757.450000', '120757.910000', '120758.370000', '120758.830000', '120759.290000', '120759.750000', '120800.210000', '120800.670000', '120801.130000', '120801.590000', '120802.050000', '120802.510000', '120802.970000', '120803.430000', '120803.890000', '120804.350000', '120804.810000', '120805.270000', '120805.730000', '120806.190000', '120806.650000', '120807.110000', '120807.570000', '120808.030000', '120808.490000', '120808.950000', '120809.410000', '120809.870000', '120810.330000', '120810.790000', '120811.250000', '120811.710000', '120812.170000', '120812.630000', '120813.090000', '120813.550000', '120814.010000', '120814.470000', '120814.930000', '120815.390000', '120815.850000', '120816.310000', '120816.770000', '120817.230000', '120817.690000', '120818.150000', '120818.610000', '120819.070000', '120819.530000', '120819.990000', '120820.450000', '120820.910000', '120821.370000', '120821.830000', '120822.290000', '120822.750000', '120823.210000', '120823.670000', '120824.130000', '120824.590000', '120825.050000', '120825.510000', '120825.970000', '120826.430000', '120826.890000', '120827.350000', '120827.810000', '120828.270000', '120828.730000', '120829.190000', '120829.650000', '120830.110000', '120830.570000', '120831.030000', '120831.490000', '120831.950000', '120832.410000', '120832.870000', '120833.330000', '120833.790000', '120834.250000', '120834.710000', '120835.170000', '120835.630000', '120836.090000', '120836.550000', '120837.010000', '120837.470000', '120837.930000', '120838.390000', '120838.850000', '120839.310000', '120839.770000', '120840.230000', '120840.690000', '120841.150000', '120841.610000', '120842.070000', '120842.530000', '120842.990000', '120843.450000', '120843.910000', '120844.370000', '120844.830000', '120845.290000', '120845.750000', '120846.210000', '120846.670000', '120847.130000', '120847.590000', '120848.050000', '120848.510000', '120848.970000', '120849.430000', '120849.890000', '120850.350000', '120850.810000', '120851.270000', '120851.730000', '120852.190000', '120852.650000', '120853.110000', '120853.570000', '120854.030000', '120854.490000', '120854.950000', '120855.410000', '120855.870000', '120856.330000', '120856.790000', '120857.250000', '120857.710000', '120858.170000', '120858.630000', '120859.090000', '120859.550000', '120900.010000', '120900.470000', '120900.930000', '120901.390000', '120901.850000', '120902.310000', '120902.770000', '120903.230000', '120903.690000', '120904.150000', '120904.610000', '120905.070000', '120905.530000', '120905.990000', '120906.450000', '120906.910000', '120907.370000', '120907.830000', '120908.290000', '120908.750000', '120909.210000', '120909.670000', '120910.130000', '120910.590000', '120911.050000', '120911.510000', '120911.970000', '120912.430000', '120912.890000', '120913.350000', '120913.810000', '120914.270000', '120914.730000', '120915.190000', '120915.650000', '120916.110000', '120916.570000', '120917.030000', '120917.490000', '120917.950000', '120918.410000', '120918.870000', '120919.330000', '120919.790000', '120920.250000', '120920.710000', '120921.170000', '120921.630000', '120922.090000', '120922.550000', '120923.010000', '120923.470000', '120923.930000', '120924.390000', '120924.850000', '120925.310000', '120925.770000', '120926.230000', '120926.690000', '120927.150000', '120927.610000', '120928.070000', '120928.530000', '120928.990000', '120929.450000', '120929.910000', '120930.370000', '120930.830000', '120931.290000', '120931.750000', '120932.210000', '120932.670000', '120933.130000', '120933.590000', '120934.050000', '120934.510000', '120934.970000', '120935.430000', '120935.890000', '120936.350000', '120936.810000', '120937.270000', '120937.730000', '120938.190000', '120938.650000', '120939.110000', '120939.570000', '120940.030000', '120940.490000', '120940.950000', '120941.410000', '120941.870000', '120942.330000', '120942.790000', '120943.250000', '120943.710000', '120944.170000', '120944.630000', '120945.090000', '120945.550000', '120946.010000', '120946.470000', '120946.930000', '120947.390000', '120947.850000', '120948.310000', '120948.770000', '120949.230000', '120949.690000', '120950.150000', '120950.610000', '120951.070000', '120951.530000', '120951.990000', '120952.450000', '120952.910000', '120953.370000', '120953.830000', '120954.290000', '120954.750000', '120955.210000', '120955.670000', '120956.130000', '120956.590000', '120957.050000', '120957.510000', '120957.970000', '120958.430000', '120958.890000', '120959.350000', '120959.810000', '121000.270000', '121000.730000', '121001.190000', '121001.650000', '121002.110000', '121002.570000', '121003.030000', '121003.490000', '121003.950000', '121004.410000', '121004.870000', '121005.330000', '121005.790000', '121006.250000', '121006.710000', '121007.170000', '121007.630000', '121008.090000', '121008.550000', '121009.010000', '121009.470000', '121009.930000', '121010.390000', '121010.850000', '121011.310000', '121011.770000', '121012.230000', '121012.690000', '121013.150000', '121013.610000', '121014.070000', '121014.530000', '121014.990000', '121015.450000', '121015.910000', '121016.370000', '121016.830000', '121017.290000', '121017.750000', '121018.210000', '121018.670000', '121019.130000', '121019.590000', '121020.050000', '121020.510000', '121020.970000', '121021.430000', '121021.890000', '121022.350000', '121022.810000', '121023.270000', '121023.730000', '121024.190000', '121024.650000', '121025.110000', '121025.570000', '121026.030000', '121026.490000', '121026.950000', '121027.410000', '121027.870000', '121028.330000', '121028.790000', '121029.250000', '121029.710000', '121030.170000', '121030.630000', '121031.090000', '121031.550000', '121032.010000', '121032.470000', '121032.930000', '121033.390000', '121033.850000', '121034.310000', '121034.770000', '121035.230000', '121035.690000', '121036.150000', '121036.610000', '121037.070000', '121037.530000', '121037.990000', '121038.450000', '121038.910000', '121039.370000', '121039.830000', '121040.290000', '121040.750000', '121041.210000', '121041.670000', '121042.130000', '121042.590000', '121043.050000', '121043.510000', '121043.970000', '121044.430000', '121044.890000', '121045.350000', '121045.810000', '121046.270000', '121046.730000', '121047.190000', '121047.650000', '121048.110000', '121048.570000', '121049.030000', '121049.490000', '121049.950000', '121050.410000', '121050.870000', '121051.330000', '121051.790000', '121052.250000', '121052.710000', '121053.170000', '121053.630000', '121054.090000', '121054.550000', '121055.010000', '121055.470000', '121055.930000', '121056.390000', '121056.850000', '121057.310000', '121057.770000', '121058.230000', '121058.690000', '121059.150000', '121059.610000', '121100.070000', '121100.530000', '121100.990000', '121101.450000', '121101.910000', '121102.370000', '121102.830000', '121103.290000', '121103.750000', '121104.210000', '121104.670000', '121105.130000', '121105.590000', '121106.050000', '121106.510000', '121106.970000', '121107.430000', '121107.890000', '121108.350000', '121108.810000', '121109.270000', '121109.730000', '121110.190000', '121110.650000', '121111.110000', '121111.570000', '121112.030000', '121112.490000', '121112.950000', '121113.410000', '121113.870000', '121114.330000', '121114.790000', '121115.250000', '121115.710000', '121116.170000', '121116.630000', '121117.090000', '121117.550000', '121118.010000', '121118.470000', '121118.930000', '121119.390000', '121119.850000', '121120.310000', '121120.770000', '121121.230000', '121121.690000', '121122.150000', '121122.610000', '121123.070000', '121123.530000', '121123.990000', '121124.450000', '121124.910000', '121125.370000', '121125.830000', '121126.290000', '121126.750000', '121127.210000', '121127.670000', '121128.130000', '121128.590000', '121129.050000', '121129.510000', '121129.970000', '121130.430000', '121130.890000', '121131.350000', '121131.810000', '121132.270000', '121132.730000', '121133.190000', '121133.650000', '121134.110000', '121134.570000', '121135.030000', '121135.490000', '121135.950000', '121136.410000', '121136.870000', '121137.330000', '121137.790000', '121138.250000', '121138.710000', '121139.170000', '121139.630000', '121140.090000', '121140.550000', '121141.010000', '121141.470000', '121141.930000', '121142.390000', '121142.850000', '121143.310000', '121143.770000', '121144.230000', '121144.690000', '121145.150000', '121145.610000', '121146.070000', '121146.530000', '121146.990000', '121147.450000', '121147.910000', '121148.370000', '121148.830000', '121149.290000', '121149.750000', '121150.210000', '121150.670000', '121151.130000', '121151.590000', '121152.050000', '121152.510000', '121152.970000', '121153.430000', '121153.890000', '121154.350000', '121154.810000', '121155.270000', '121155.730000', '121156.190000', '121156.650000', '121157.110000', '121157.570000', '121158.030000', '121158.490000', '121158.950000', '121159.410000', '121159.870000', '121200.330000', '121200.790000', '121201.250000', '121201.710000', '121202.170000', '121202.630000', '121203.090000', '121203.550000', '121204.010000', '121204.470000', '121204.930000', '121205.390000', '121205.850000', '121206.310000', '121206.770000', '121207.230000', '121207.690000', '121208.150000', '121208.610000', '121209.070000', '121209.530000', '121209.990000', '121210.450000', '121210.910000', '121211.370000', '121211.830000', '121212.290000', '121212.750000', '121213.210000', '121213.670000', '121214.130000', '121214.590000', '121215.050000', '121215.510000', '121215.970000', '121216.430000', '121216.890000', '121217.350000', '121217.810000', '121218.270000', '121218.730000', '121219.190000', '121219.650000', '121220.110000', '121220.570000', '121221.030000', '121221.490000', '121221.950000', '121222.410000', '121222.870000', '121223.330000', '121223.790000', '121224.250000', '121224.710000', '121225.170000', '121225.630000'], 'ContentTime': ['120349.644000', '120349.648000', '120349.650000', '120349.653000', '120349.655000', '120349.658000', '120349.661000', '120349.664000', '120349.666000', '120349.669000', '120349.671000', '120349.674000', '120349.677000', '120349.679000', '120349.682000', '120349.684000', '120349.687000', '120349.695000', '120349.697000', '120349.700000', '120349.703000', '120349.706000', '120349.708000', '120349.711000', '120349.714000', '120349.716000', '120349.719000', '120349.722000', '120349.724000', '120349.727000', '120349.729000', '120349.732000', '120409.611000', '120409.614000', '120409.617000', '120409.620000', '120409.622000', '120409.625000', '120409.627000', '120409.630000', '120409.633000', '120409.635000', '120409.638000', '120409.640000', '120409.643000', '120409.646000', '120409.648000', '120409.651000', '120409.653000', '120409.656000', '120409.659000', '120409.661000', '120409.664000', '120409.666000', '120409.669000', '120409.671000', '120409.674000', '120409.677000', '120409.679000', '120409.682000', '120409.684000', '120409.687000', '120409.690000', '120409.692000', '120409.695000', '120409.697000', '120409.700000', '120409.702000', '120409.705000', '120409.708000', '120409.710000', '120409.713000', '120409.715000', '120409.718000', '120409.720000', '120409.723000', '120429.611000', '120429.614000', '120429.617000', '120429.620000', '120429.622000', '120429.625000', '120429.628000', '120429.637000', '120429.640000', '120429.642000', '120429.645000', '120429.647000', '120429.650000', '120429.653000', '120429.655000', '120429.658000', '120429.660000', '120429.663000', '120429.666000', '120429.668000', '120429.671000', '120429.674000', '120429.676000', '120429.679000', '120429.682000', '120429.684000', '120429.687000', '120429.689000', '120429.692000', '120429.694000', '120429.697000', '120429.700000', '120429.702000', '120429.705000', '120429.707000', '120429.710000', '120429.713000', '120429.715000', '120429.718000', '120429.720000', '120429.723000', '120429.726000', '120429.729000', '120449.612000', '120449.614000', '120449.617000', '120449.620000', '120449.622000', '120449.625000', '120449.627000', '120449.630000', '120449.633000', '120449.635000', '120449.638000', '120449.640000', '120449.643000', '120449.646000', '120449.648000', '120449.651000', '120449.653000', '120449.656000', '120449.659000', '120449.661000', '120449.664000', '120449.677000', '120449.679000', '120449.682000', '120449.685000', '120449.687000', '120449.690000', '120449.693000', '120449.695000', '120449.698000', '120449.701000', '120449.703000', '120449.706000', '120449.708000', '120449.711000', '120449.713000', '120449.716000', '120449.719000', '120449.721000', '120449.724000', '120449.726000', '120449.729000', '120449.732000', '120449.734000', '120509.611000', '120509.614000', '120509.617000', '120509.620000', '120509.622000', '120509.625000', '120509.627000', '120509.630000', '120509.633000', '120509.635000', '120509.638000', '120509.641000', '120509.643000', '120509.646000', '120509.648000', '120509.651000', '120509.653000', '120509.656000', '120509.659000', '120509.661000', '120509.664000', '120509.667000', '120509.669000', '120509.672000', '120509.674000', '120509.677000', '120509.679000', '120509.682000', '120509.685000', '120509.687000', '120509.690000', '120509.693000', '120509.695000', '120509.698000', '120509.701000', '120509.703000', '120509.706000', '120509.708000', '120509.711000', '120509.714000', '120509.716000', '120509.719000', '120509.721000', '120529.611000', '120529.614000', '120529.617000', '120529.620000', '120529.622000', '120529.625000', '120529.627000', '120529.630000', '120529.633000', '120529.635000', '120529.638000', '120529.641000', '120529.643000', '120529.646000', '120529.648000', '120529.651000', '120529.654000', '120529.656000', '120529.659000', '120529.661000', '120529.664000', '120529.667000', '120529.669000', '120529.672000', '120529.675000', '120529.677000', '120529.680000', '120529.682000', '120529.685000', '120529.688000', '120529.690000', '120529.693000', '120529.696000', '120529.698000', '120529.701000', '120529.703000', '120529.706000', '120529.709000', '120529.711000', '120529.714000', '120529.716000', '120529.719000', '120529.722000', '120529.724000', '120549.611000', '120549.614000', '120549.616000', '120549.619000', '120549.622000', '120549.624000', '120549.627000', '120549.629000', '120549.632000', '120549.635000', '120549.637000', '120549.640000', '120549.642000', '120549.645000', '120549.648000', '120549.650000', '120549.653000', '120549.655000', '120549.658000', '120549.661000', '120549.663000', '120549.666000', '120549.669000', '120549.671000', '120549.674000', '120549.677000', '120549.679000', '120549.682000', '120549.684000', '120549.687000', '120549.690000', '120549.692000', '120549.695000', '120549.698000', '120549.700000', '120549.703000', '120549.706000', '120549.708000', '120549.711000', '120549.714000', '120549.716000', '120549.719000', '120549.721000', '120609.611000', '120609.614000', '120609.617000', '120609.620000', '120609.622000', '120609.625000', '120609.627000', '120609.630000', '120609.633000', '120609.635000', '120609.638000', '120609.640000', '120609.643000', '120609.646000', '120609.648000', '120609.651000', '120609.653000', '120609.656000', '120609.659000', '120609.661000', '120609.664000', '120609.667000', '120609.669000', '120609.672000', '120609.674000', '120609.677000', '120609.679000', '120609.682000', '120609.685000', '120609.687000', '120609.690000', '120609.693000', '120609.695000', '120609.698000', '120609.701000', '120609.703000', '120609.706000', '120609.708000', '120609.711000', '120609.713000', '120609.716000', '120609.719000', '120609.721000', '120609.724000', '120629.612000', '120629.615000', '120629.617000', '120629.620000', '120629.623000', '120629.625000', '120629.628000', '120629.630000', '120629.633000', '120629.636000', '120629.638000', '120629.641000', '120629.644000', '120629.646000', '120629.649000', '120629.651000', '120629.654000', '120629.657000', '120629.659000', '120629.662000', '120629.664000', '120629.667000', '120629.670000', '120629.672000', '120629.675000', '120629.677000', '120629.680000', '120629.683000', '120629.685000', '120629.688000', '120629.691000', '120629.704000', '120629.706000', '120629.709000', '120629.712000', '120629.714000', '120629.717000', '120629.719000', '120629.722000', '120629.724000', '120629.727000', '120629.730000', '120629.732000', '120649.612000', '120649.615000', '120649.617000', '120649.620000', '120649.623000', '120649.625000', '120649.628000', '120649.630000', '120649.633000', '120649.636000', '120649.639000', '120649.641000', '120649.644000', '120649.646000', '120649.649000', '120649.652000', '120649.654000', '120649.657000', '120649.659000', '120649.662000', '120649.665000', '120649.667000', '120649.670000', '120649.672000', '120649.675000', '120649.678000', '120649.680000', '120649.683000', '120649.685000', '120649.688000', '120649.691000', '120649.693000', '120649.696000', '120649.699000', '120649.701000', '120649.704000', '120649.706000', '120649.709000', '120649.711000', '120649.714000', '120649.717000', '120649.719000', '120649.736000', '120649.738000', '120709.612000', '120709.614000', '120709.617000', '120709.620000', '120709.622000', '120709.625000', '120709.628000', '120709.630000', '120709.633000', '120709.635000', '120709.638000', '120709.640000', '120709.643000', '120709.646000', '120709.648000', '120709.651000', '120709.654000', '120709.656000', '120709.659000', '120709.661000', '120709.664000', '120709.667000', '120709.669000', '120709.672000', '120709.674000', '120709.677000', '120709.680000', '120709.682000', '120709.685000', '120709.688000', '120709.690000', '120709.693000', '120709.696000', '120709.698000', '120709.701000', '120709.703000', '120709.706000', '120709.708000', '120709.711000', '120709.714000', '120709.716000', '120709.719000', '120709.721000', '120729.612000', '120729.615000', '120729.617000', '120729.620000', '120729.623000', '120729.625000', '120729.628000', '120729.630000', '120729.633000', '120729.635000', '120729.638000', '120729.641000', '120729.643000', '120729.646000', '120729.648000', '120729.651000', '120729.654000', '120729.656000', '120729.659000', '120729.661000', '120729.664000', '120729.667000', '120729.669000', '120729.672000', '120729.675000', '120729.677000', '120729.680000', '120729.683000', '120729.685000', '120729.688000', '120729.691000', '120729.694000', '120729.696000', '120729.699000', '120729.701000', '120729.704000', '120729.707000', '120729.709000', '120729.712000', '120729.714000', '120729.717000', '120729.720000', '120729.722000', '120749.612000', '120749.614000', '120749.617000', '120749.620000', '120749.622000', '120749.625000', '120749.627000', '120749.630000', '120749.633000', '120749.635000', '120749.638000', '120749.640000', '120749.643000', '120749.646000', '120749.648000', '120749.651000', '120749.653000', '120749.656000', '120749.659000', '120749.661000', '120749.664000', '120749.666000', '120749.669000', '120749.672000', '120749.674000', '120749.677000', '120749.679000', '120749.682000', '120749.685000', '120749.688000', '120749.690000', '120749.693000', '120749.695000', '120749.698000', '120749.701000', '120749.703000', '120749.706000', '120749.708000', '120749.711000', '120749.714000', '120749.716000', '120749.719000', '120749.721000', '120749.724000', '120809.611000', '120809.614000', '120809.616000', '120809.619000', '120809.621000', '120809.625000', '120809.627000', '120809.630000', '120809.633000', '120809.635000', '120809.638000', '120809.640000', '120809.643000', '120809.646000', '120809.648000', '120809.651000', '120809.654000', '120809.656000', '120809.659000', '120809.661000', '120809.664000', '120809.667000', '120809.669000', '120809.672000', '120809.674000', '120809.677000', '120809.680000', '120809.683000', '120809.685000', '120809.688000', '120809.691000', '120809.693000', '120809.696000', '120809.698000', '120809.701000', '120809.704000', '120809.706000', '120809.709000', '120809.711000', '120809.714000', '120809.717000', '120809.719000', '120809.722000', '120829.611000', '120829.614000', '120829.617000', '120829.620000', '120829.622000', '120829.625000', '120829.627000', '120829.630000', '120829.633000', '120829.635000', '120829.638000', '120829.640000', '120829.643000', '120829.646000', '120829.648000', '120829.651000', '120829.654000', '120829.656000', '120829.659000', '120829.662000', '120829.664000', '120829.667000', '120829.669000', '120829.672000', '120829.675000', '120829.677000', '120829.680000', '120829.683000', '120829.685000', '120829.688000', '120829.691000', '120829.693000', '120829.696000', '120829.698000', '120829.701000', '120829.704000', '120829.706000', '120829.709000', '120829.712000', '120829.714000', '120829.717000', '120829.720000', '120829.722000', '120829.725000', '120849.612000', '120849.615000', '120849.618000', '120849.621000', '120849.623000', '120849.626000', '120849.629000', '120849.631000', '120849.634000', '120849.636000', '120849.639000', '120849.642000', '120849.644000', '120849.647000', '120849.650000', '120849.652000', '120849.655000', '120849.657000', '120849.660000', '120849.663000', '120849.665000', '120849.668000', '120849.671000', '120849.673000', '120849.676000', '120849.679000', '120849.681000', '120849.684000', '120849.686000', '120849.689000', '120849.692000', '120849.694000', '120849.697000', '120849.700000', '120849.702000', '120849.705000', '120849.708000', '120849.710000', '120849.713000', '120849.715000', '120849.718000', '120849.721000', '120849.723000', '120909.612000', '120909.615000', '120909.617000', '120909.620000', '120909.631000', '120909.633000', '120909.636000', '120909.638000', '120909.641000', '120909.644000', '120909.646000', '120909.649000', '120909.652000', '120909.654000', '120909.657000', '120909.659000', '120909.662000', '120909.665000', '120909.667000', '120909.670000', '120909.672000', '120909.675000', '120909.678000', '120909.680000', '120909.683000', '120909.686000', '120909.688000', '120909.691000', '120909.695000', '120909.698000', '120909.701000', '120909.703000', '120909.706000', '120909.708000', '120909.711000', '120909.714000', '120909.716000', '120909.719000', '120909.721000', '120909.724000', '120909.727000', '120909.729000', '120909.732000', '120909.735000', '120929.612000', '120929.614000', '120929.617000', '120929.620000', '120929.622000', '120929.625000', '120929.627000', '120929.630000', '120929.633000', '120929.641000', '120929.644000', '120929.647000', '120929.649000', '120929.652000', '120929.655000', '120929.657000', '120929.660000', '120929.663000', '120929.666000', '120929.669000', '120929.671000', '120929.674000', '120929.676000', '120929.679000', '120929.682000', '120929.684000', '120929.687000', '120929.690000', '120929.692000', '120929.695000', '120929.698000', '120929.700000', '120929.703000', '120929.705000', '120929.708000', '120929.711000', '120929.713000', '120929.716000', '120929.719000', '120929.722000', '120929.724000', '120929.727000', '120929.729000', '120949.612000', '120949.615000', '120949.617000', '120949.620000', '120949.622000', '120949.625000', '120949.628000', '120949.630000', '120949.633000', '120949.635000', '120949.638000', '120949.641000', '120949.643000', '120949.646000', '120949.649000', '120949.651000', '120949.654000', '120949.656000', '120949.659000', '120949.662000', '120949.664000', '120949.667000', '120949.669000', '120949.672000', '120949.675000', '120949.677000', '120949.680000', '120949.682000', '120949.685000', '120949.688000', '120949.690000', '120949.693000', '120949.696000', '120949.698000', '120949.701000', '120949.703000', '120949.706000', '120949.709000', '120949.711000', '120949.714000', '120949.717000', '120949.719000', '120949.722000', '120949.724000', '121009.611000', '121009.614000', '121009.617000', '121009.620000', '121009.622000', '121009.625000', '121009.628000', '121009.630000', '121009.633000', '121009.635000', '121009.638000', '121009.641000', '121009.644000', '121009.647000', '121009.650000', '121009.653000', '121009.655000', '121009.658000', '121009.661000', '121009.663000', '121009.666000', '121009.668000', '121009.671000', '121009.674000', '121009.676000', '121009.679000', '121009.681000', '121009.684000', '121009.687000', '121009.689000', '121009.692000', '121009.694000', '121009.697000', '121009.700000', '121009.702000', '121009.705000', '121009.708000', '121009.710000', '121009.713000', '121009.716000', '121009.718000', '121009.721000', '121009.724000', '121029.611000', '121029.614000', '121029.616000', '121029.619000', '121029.621000', '121029.624000', '121029.627000', '121029.629000', '121029.632000', '121029.635000', '121029.637000', '121029.640000', '121029.643000', '121029.645000', '121029.648000', '121029.650000', '121029.653000', '121029.656000', '121029.658000', '121029.661000', '121029.664000', '121029.667000', '121029.669000', '121029.672000', '121029.675000', '121029.677000', '121029.680000', '121029.682000', '121029.685000', '121029.688000', '121029.690000', '121029.693000', '121029.696000', '121029.698000', '121029.701000', '121029.704000', '121029.706000', '121029.709000', '121029.712000', '121029.714000', '121029.720000', '121029.723000', '121029.725000', '121029.728000', '121049.612000', '121049.614000', '121049.617000', '121049.620000', '121049.623000', '121049.626000', '121049.628000', '121049.631000', '121049.634000', '121049.636000', '121049.639000', '121049.641000', '121049.644000', '121049.647000', '121049.649000', '121049.652000', '121049.654000', '121049.657000', '121049.660000', '121049.662000', '121049.682000', '121049.685000', '121049.687000', '121049.690000', '121049.692000', '121049.695000', '121049.698000', '121049.700000', '121049.704000', '121049.707000', '121049.709000', '121049.712000', '121049.715000', '121049.717000', '121049.720000', '121049.723000', '121049.725000', '121049.728000', '121049.731000', '121049.733000', '121049.736000', '121049.739000', '121049.741000', '121109.612000', '121109.615000', '121109.617000', '121109.620000', '121109.622000', '121109.625000', '121109.628000', '121109.631000', '121109.633000', '121109.636000', '121109.638000', '121109.641000', '121109.644000', '121109.646000', '121109.649000', '121109.651000', '121109.654000', '121109.657000', '121109.659000', '121109.662000', '121109.664000', '121109.667000', '121109.670000', '121109.672000', '121109.675000', '121109.677000', '121109.680000', '121109.682000', '121109.685000', '121109.688000', '121109.690000', '121109.693000', '121109.696000', '121109.698000', '121109.701000', '121109.703000', '121109.706000', '121109.709000', '121109.711000', '121109.714000', '121109.717000', '121109.719000', '121109.722000', '121109.725000', '121129.612000', '121129.615000', '121129.617000', '121129.620000', '121129.622000', '121129.625000', '121129.628000', '121129.630000', '121129.633000', '121129.636000', '121129.638000', '121129.641000', '121129.643000', '121129.646000', '121129.649000', '121129.651000', '121129.654000', '121129.656000', '121129.659000', '121129.662000', '121129.664000', '121129.667000', '121129.670000', '121129.672000', '121129.675000', '121129.677000', '121129.680000', '121129.683000', '121129.685000', '121129.688000', '121129.691000', '121129.693000', '121129.696000', '121129.699000', '121129.701000', '121129.704000', '121129.707000', '121129.709000', '121129.712000', '121129.714000', '121129.717000', '121129.720000', '121129.722000', '121149.612000', '121149.615000', '121149.617000', '121149.620000', '121149.624000', '121149.627000', '121149.630000', '121149.632000', '121149.635000', '121149.638000', '121149.641000', '121149.643000', '121149.646000', '121149.649000', '121149.652000', '121149.654000', '121149.657000', '121149.659000', '121149.662000', '121149.665000', '121149.667000', '121149.670000', '121149.673000', '121149.675000', '121149.678000', '121149.681000', '121149.683000', '121149.686000', '121149.688000', '121149.691000', '121149.694000', '121149.696000', '121149.699000', '121149.702000', '121149.704000', '121149.707000', '121149.709000', '121149.712000', '121149.715000', '121149.717000', '121149.720000', '121149.723000', '121149.725000', '121209.612000', '121209.614000', '121209.617000', '121209.620000', '121209.623000', '121209.625000', '121209.628000', '121209.630000', '121209.633000', '121209.636000', '121209.638000', '121209.641000', '121209.644000', '121209.646000', '121209.649000', '121209.651000', '121209.654000', '121209.666000', '121209.668000', '121209.671000', '121209.673000', '121209.676000', '121209.679000', '121209.681000', '121209.684000', '121209.686000', '121209.689000', '121209.692000', '121209.694000', '121209.697000', '121209.699000', '121209.702000', '121209.705000', '121209.708000', '121209.710000', '121209.713000', '121209.715000', '121209.718000', '121209.720000', '121209.723000', '121209.726000', '121209.728000', '121209.731000', '121209.733000', '121226.697000', '121226.699000', '121226.702000', '121226.705000', '121226.709000', '121226.711000', '121226.714000', '121226.718000', '121226.721000', '121226.724000', '121226.728000', '121226.731000', '121226.735000', '121226.739000', '121226.741000', '121226.744000', '121226.747000', '121226.750000', '121226.753000', '121226.756000', '121226.759000', '121226.761000', '121226.764000', '121226.767000', '121226.771000', '121226.773000', '121226.776000', '121226.779000', '121226.782000', '121226.785000', '121226.787000', '121226.790000', '121226.793000', '121226.796000', '121226.800000', '121226.802000', '121226.805000', '121226.808000'], 'InstanceCreationTime': ['120349.644000', '120349.648000', '120349.650000', '120349.653000', '120349.655000', '120349.658000', '120349.661000', '120349.664000', '120349.666000', '120349.669000', '120349.671000', '120349.674000', '120349.677000', '120349.679000', '120349.682000', '120349.684000', '120349.687000', '120349.695000', '120349.697000', '120349.700000', '120349.703000', '120349.706000', '120349.708000', '120349.711000', '120349.714000', '120349.716000', '120349.719000', '120349.722000', '120349.724000', '120349.727000', '120349.729000', '120349.732000', '120409.611000', '120409.614000', '120409.617000', '120409.620000', '120409.622000', '120409.625000', '120409.627000', '120409.630000', '120409.633000', '120409.635000', '120409.638000', '120409.640000', '120409.643000', '120409.646000', '120409.648000', '120409.651000', '120409.653000', '120409.656000', '120409.659000', '120409.661000', '120409.664000', '120409.666000', '120409.669000', '120409.671000', '120409.674000', '120409.677000', '120409.679000', '120409.682000', '120409.684000', '120409.687000', '120409.690000', '120409.692000', '120409.695000', '120409.697000', '120409.700000', '120409.702000', '120409.705000', '120409.708000', '120409.710000', '120409.713000', '120409.715000', '120409.718000', '120409.720000', '120409.723000', '120429.611000', '120429.614000', '120429.617000', '120429.620000', '120429.622000', '120429.625000', '120429.628000', '120429.637000', '120429.640000', '120429.642000', '120429.645000', '120429.647000', '120429.650000', '120429.653000', '120429.655000', '120429.658000', '120429.660000', '120429.663000', '120429.666000', '120429.668000', '120429.671000', '120429.674000', '120429.676000', '120429.679000', '120429.682000', '120429.684000', '120429.687000', '120429.689000', '120429.692000', '120429.694000', '120429.697000', '120429.700000', '120429.702000', '120429.705000', '120429.707000', '120429.710000', '120429.713000', '120429.715000', '120429.718000', '120429.720000', '120429.723000', '120429.726000', '120429.729000', '120449.612000', '120449.614000', '120449.617000', '120449.620000', '120449.622000', '120449.625000', '120449.627000', '120449.630000', '120449.633000', '120449.635000', '120449.638000', '120449.640000', '120449.643000', '120449.646000', '120449.648000', '120449.651000', '120449.653000', '120449.656000', '120449.659000', '120449.661000', '120449.664000', '120449.677000', '120449.679000', '120449.682000', '120449.685000', '120449.687000', '120449.690000', '120449.693000', '120449.695000', '120449.698000', '120449.701000', '120449.703000', '120449.706000', '120449.708000', '120449.711000', '120449.713000', '120449.716000', '120449.719000', '120449.721000', '120449.724000', '120449.726000', '120449.729000', '120449.732000', '120449.734000', '120509.611000', '120509.614000', '120509.617000', '120509.620000', '120509.622000', '120509.625000', '120509.627000', '120509.630000', '120509.633000', '120509.635000', '120509.638000', '120509.641000', '120509.643000', '120509.646000', '120509.648000', '120509.651000', '120509.653000', '120509.656000', '120509.659000', '120509.661000', '120509.664000', '120509.667000', '120509.669000', '120509.672000', '120509.674000', '120509.677000', '120509.679000', '120509.682000', '120509.685000', '120509.687000', '120509.690000', '120509.693000', '120509.695000', '120509.698000', '120509.701000', '120509.703000', '120509.706000', '120509.708000', '120509.711000', '120509.714000', '120509.716000', '120509.719000', '120509.721000', '120529.611000', '120529.614000', '120529.617000', '120529.620000', '120529.622000', '120529.625000', '120529.627000', '120529.630000', '120529.633000', '120529.635000', '120529.638000', '120529.641000', '120529.643000', '120529.646000', '120529.648000', '120529.651000', '120529.654000', '120529.656000', '120529.659000', '120529.661000', '120529.664000', '120529.667000', '120529.669000', '120529.672000', '120529.675000', '120529.677000', '120529.680000', '120529.682000', '120529.685000', '120529.688000', '120529.690000', '120529.693000', '120529.696000', '120529.698000', '120529.701000', '120529.703000', '120529.706000', '120529.709000', '120529.711000', '120529.714000', '120529.716000', '120529.719000', '120529.722000', '120529.724000', '120549.611000', '120549.614000', '120549.616000', '120549.619000', '120549.622000', '120549.624000', '120549.627000', '120549.629000', '120549.632000', '120549.635000', '120549.637000', '120549.640000', '120549.642000', '120549.645000', '120549.648000', '120549.650000', '120549.653000', '120549.655000', '120549.658000', '120549.661000', '120549.663000', '120549.666000', '120549.669000', '120549.671000', '120549.674000', '120549.677000', '120549.679000', '120549.682000', '120549.684000', '120549.687000', '120549.690000', '120549.692000', '120549.695000', '120549.698000', '120549.700000', '120549.703000', '120549.706000', '120549.708000', '120549.711000', '120549.714000', '120549.716000', '120549.719000', '120549.721000', '120609.611000', '120609.614000', '120609.617000', '120609.620000', '120609.622000', '120609.625000', '120609.627000', '120609.630000', '120609.633000', '120609.635000', '120609.638000', '120609.640000', '120609.643000', '120609.646000', '120609.648000', '120609.651000', '120609.653000', '120609.656000', '120609.659000', '120609.661000', '120609.664000', '120609.667000', '120609.669000', '120609.672000', '120609.674000', '120609.677000', '120609.679000', '120609.682000', '120609.685000', '120609.687000', '120609.690000', '120609.693000', '120609.695000', '120609.698000', '120609.701000', '120609.703000', '120609.706000', '120609.708000', '120609.711000', '120609.713000', '120609.716000', '120609.719000', '120609.721000', '120609.724000', '120629.612000', '120629.615000', '120629.617000', '120629.620000', '120629.623000', '120629.625000', '120629.628000', '120629.630000', '120629.633000', '120629.636000', '120629.638000', '120629.641000', '120629.644000', '120629.646000', '120629.649000', '120629.651000', '120629.654000', '120629.657000', '120629.659000', '120629.662000', '120629.664000', '120629.667000', '120629.670000', '120629.672000', '120629.675000', '120629.677000', '120629.680000', '120629.683000', '120629.685000', '120629.688000', '120629.691000', '120629.704000', '120629.706000', '120629.709000', '120629.712000', '120629.714000', '120629.717000', '120629.719000', '120629.722000', '120629.724000', '120629.727000', '120629.730000', '120629.732000', '120649.612000', '120649.615000', '120649.617000', '120649.620000', '120649.623000', '120649.625000', '120649.628000', '120649.630000', '120649.633000', '120649.636000', '120649.639000', '120649.641000', '120649.644000', '120649.646000', '120649.649000', '120649.652000', '120649.654000', '120649.657000', '120649.659000', '120649.662000', '120649.665000', '120649.667000', '120649.670000', '120649.672000', '120649.675000', '120649.678000', '120649.680000', '120649.683000', '120649.685000', '120649.688000', '120649.691000', '120649.693000', '120649.696000', '120649.699000', '120649.701000', '120649.704000', '120649.706000', '120649.709000', '120649.711000', '120649.714000', '120649.717000', '120649.719000', '120649.736000', '120649.738000', '120709.612000', '120709.614000', '120709.617000', '120709.620000', '120709.622000', '120709.625000', '120709.628000', '120709.630000', '120709.633000', '120709.635000', '120709.638000', '120709.640000', '120709.643000', '120709.646000', '120709.648000', '120709.651000', '120709.654000', '120709.656000', '120709.659000', '120709.661000', '120709.664000', '120709.667000', '120709.669000', '120709.672000', '120709.674000', '120709.677000', '120709.680000', '120709.682000', '120709.685000', '120709.688000', '120709.690000', '120709.693000', '120709.696000', '120709.698000', '120709.701000', '120709.703000', '120709.706000', '120709.708000', '120709.711000', '120709.714000', '120709.716000', '120709.719000', '120709.721000', '120729.612000', '120729.615000', '120729.617000', '120729.620000', '120729.623000', '120729.625000', '120729.628000', '120729.630000', '120729.633000', '120729.635000', '120729.638000', '120729.641000', '120729.643000', '120729.646000', '120729.648000', '120729.651000', '120729.654000', '120729.656000', '120729.659000', '120729.661000', '120729.664000', '120729.667000', '120729.669000', '120729.672000', '120729.675000', '120729.677000', '120729.680000', '120729.683000', '120729.685000', '120729.688000', '120729.691000', '120729.694000', '120729.696000', '120729.699000', '120729.701000', '120729.704000', '120729.707000', '120729.709000', '120729.712000', '120729.714000', '120729.717000', '120729.720000', '120729.722000', '120749.612000', '120749.614000', '120749.617000', '120749.620000', '120749.622000', '120749.625000', '120749.627000', '120749.630000', '120749.633000', '120749.635000', '120749.638000', '120749.640000', '120749.643000', '120749.646000', '120749.648000', '120749.651000', '120749.653000', '120749.656000', '120749.659000', '120749.661000', '120749.664000', '120749.666000', '120749.669000', '120749.672000', '120749.674000', '120749.677000', '120749.679000', '120749.682000', '120749.685000', '120749.688000', '120749.690000', '120749.693000', '120749.695000', '120749.698000', '120749.701000', '120749.703000', '120749.706000', '120749.708000', '120749.711000', '120749.714000', '120749.716000', '120749.719000', '120749.721000', '120749.724000', '120809.611000', '120809.614000', '120809.616000', '120809.619000', '120809.621000', '120809.625000', '120809.627000', '120809.630000', '120809.633000', '120809.635000', '120809.638000', '120809.640000', '120809.643000', '120809.646000', '120809.648000', '120809.651000', '120809.654000', '120809.656000', '120809.659000', '120809.661000', '120809.664000', '120809.667000', '120809.669000', '120809.672000', '120809.674000', '120809.677000', '120809.680000', '120809.683000', '120809.685000', '120809.688000', '120809.691000', '120809.693000', '120809.696000', '120809.698000', '120809.701000', '120809.704000', '120809.706000', '120809.709000', '120809.711000', '120809.714000', '120809.717000', '120809.719000', '120809.722000', '120829.611000', '120829.614000', '120829.617000', '120829.620000', '120829.622000', '120829.625000', '120829.627000', '120829.630000', '120829.633000', '120829.635000', '120829.638000', '120829.640000', '120829.643000', '120829.646000', '120829.648000', '120829.651000', '120829.654000', '120829.656000', '120829.659000', '120829.662000', '120829.664000', '120829.667000', '120829.669000', '120829.672000', '120829.675000', '120829.677000', '120829.680000', '120829.683000', '120829.685000', '120829.688000', '120829.691000', '120829.693000', '120829.696000', '120829.698000', '120829.701000', '120829.704000', '120829.706000', '120829.709000', '120829.712000', '120829.714000', '120829.717000', '120829.720000', '120829.722000', '120829.725000', '120849.612000', '120849.615000', '120849.618000', '120849.621000', '120849.623000', '120849.626000', '120849.629000', '120849.631000', '120849.634000', '120849.636000', '120849.639000', '120849.642000', '120849.644000', '120849.647000', '120849.650000', '120849.652000', '120849.655000', '120849.657000', '120849.660000', '120849.663000', '120849.665000', '120849.668000', '120849.671000', '120849.673000', '120849.676000', '120849.679000', '120849.681000', '120849.684000', '120849.686000', '120849.689000', '120849.692000', '120849.694000', '120849.697000', '120849.700000', '120849.702000', '120849.705000', '120849.708000', '120849.710000', '120849.713000', '120849.715000', '120849.718000', '120849.721000', '120849.723000', '120909.612000', '120909.615000', '120909.617000', '120909.620000', '120909.631000', '120909.633000', '120909.636000', '120909.638000', '120909.641000', '120909.644000', '120909.646000', '120909.649000', '120909.652000', '120909.654000', '120909.657000', '120909.659000', '120909.662000', '120909.665000', '120909.667000', '120909.670000', '120909.672000', '120909.675000', '120909.678000', '120909.680000', '120909.683000', '120909.686000', '120909.688000', '120909.691000', '120909.695000', '120909.698000', '120909.701000', '120909.703000', '120909.706000', '120909.708000', '120909.711000', '120909.714000', '120909.716000', '120909.719000', '120909.721000', '120909.724000', '120909.727000', '120909.729000', '120909.732000', '120909.735000', '120929.612000', '120929.614000', '120929.617000', '120929.620000', '120929.622000', '120929.625000', '120929.627000', '120929.630000', '120929.633000', '120929.641000', '120929.644000', '120929.647000', '120929.649000', '120929.652000', '120929.655000', '120929.657000', '120929.660000', '120929.663000', '120929.666000', '120929.669000', '120929.671000', '120929.674000', '120929.676000', '120929.679000', '120929.682000', '120929.684000', '120929.687000', '120929.690000', '120929.692000', '120929.695000', '120929.698000', '120929.700000', '120929.703000', '120929.705000', '120929.708000', '120929.711000', '120929.713000', '120929.716000', '120929.719000', '120929.722000', '120929.724000', '120929.727000', '120929.729000', '120949.612000', '120949.615000', '120949.617000', '120949.620000', '120949.622000', '120949.625000', '120949.628000', '120949.630000', '120949.633000', '120949.635000', '120949.638000', '120949.641000', '120949.643000', '120949.646000', '120949.649000', '120949.651000', '120949.654000', '120949.656000', '120949.659000', '120949.662000', '120949.664000', '120949.667000', '120949.669000', '120949.672000', '120949.675000', '120949.677000', '120949.680000', '120949.682000', '120949.685000', '120949.688000', '120949.690000', '120949.693000', '120949.696000', '120949.698000', '120949.701000', '120949.703000', '120949.706000', '120949.709000', '120949.711000', '120949.714000', '120949.717000', '120949.719000', '120949.722000', '120949.724000', '121009.611000', '121009.614000', '121009.617000', '121009.620000', '121009.622000', '121009.625000', '121009.628000', '121009.630000', '121009.633000', '121009.635000', '121009.638000', '121009.641000', '121009.644000', '121009.647000', '121009.650000', '121009.653000', '121009.655000', '121009.658000', '121009.661000', '121009.663000', '121009.666000', '121009.668000', '121009.671000', '121009.674000', '121009.676000', '121009.679000', '121009.681000', '121009.684000', '121009.687000', '121009.689000', '121009.692000', '121009.694000', '121009.697000', '121009.700000', '121009.702000', '121009.705000', '121009.708000', '121009.710000', '121009.713000', '121009.716000', '121009.718000', '121009.721000', '121009.724000', '121029.611000', '121029.614000', '121029.616000', '121029.619000', '121029.621000', '121029.624000', '121029.627000', '121029.629000', '121029.632000', '121029.635000', '121029.637000', '121029.640000', '121029.643000', '121029.645000', '121029.648000', '121029.650000', '121029.653000', '121029.656000', '121029.658000', '121029.661000', '121029.664000', '121029.667000', '121029.669000', '121029.672000', '121029.675000', '121029.677000', '121029.680000', '121029.682000', '121029.685000', '121029.688000', '121029.690000', '121029.693000', '121029.696000', '121029.698000', '121029.701000', '121029.704000', '121029.706000', '121029.709000', '121029.712000', '121029.714000', '121029.720000', '121029.723000', '121029.725000', '121029.728000', '121049.612000', '121049.614000', '121049.617000', '121049.620000', '121049.623000', '121049.626000', '121049.628000', '121049.631000', '121049.634000', '121049.636000', '121049.639000', '121049.641000', '121049.644000', '121049.647000', '121049.649000', '121049.652000', '121049.654000', '121049.657000', '121049.660000', '121049.662000', '121049.682000', '121049.685000', '121049.687000', '121049.690000', '121049.692000', '121049.695000', '121049.698000', '121049.700000', '121049.704000', '121049.707000', '121049.709000', '121049.712000', '121049.715000', '121049.717000', '121049.720000', '121049.723000', '121049.725000', '121049.728000', '121049.731000', '121049.733000', '121049.736000', '121049.739000', '121049.741000', '121109.612000', '121109.615000', '121109.617000', '121109.620000', '121109.622000', '121109.625000', '121109.628000', '121109.631000', '121109.633000', '121109.636000', '121109.638000', '121109.641000', '121109.644000', '121109.646000', '121109.649000', '121109.651000', '121109.654000', '121109.657000', '121109.659000', '121109.662000', '121109.664000', '121109.667000', '121109.670000', '121109.672000', '121109.675000', '121109.677000', '121109.680000', '121109.682000', '121109.685000', '121109.688000', '121109.690000', '121109.693000', '121109.696000', '121109.698000', '121109.701000', '121109.703000', '121109.706000', '121109.709000', '121109.711000', '121109.714000', '121109.717000', '121109.719000', '121109.722000', '121109.725000', '121129.612000', '121129.615000', '121129.617000', '121129.620000', '121129.622000', '121129.625000', '121129.628000', '121129.630000', '121129.633000', '121129.636000', '121129.638000', '121129.641000', '121129.643000', '121129.646000', '121129.649000', '121129.651000', '121129.654000', '121129.656000', '121129.659000', '121129.662000', '121129.664000', '121129.667000', '121129.670000', '121129.672000', '121129.675000', '121129.677000', '121129.680000', '121129.683000', '121129.685000', '121129.688000', '121129.691000', '121129.693000', '121129.696000', '121129.699000', '121129.701000', '121129.704000', '121129.707000', '121129.709000', '121129.712000', '121129.714000', '121129.717000', '121129.720000', '121129.722000', '121149.612000', '121149.615000', '121149.617000', '121149.620000', '121149.624000', '121149.627000', '121149.630000', '121149.632000', '121149.635000', '121149.638000', '121149.641000', '121149.643000', '121149.646000', '121149.649000', '121149.652000', '121149.654000', '121149.657000', '121149.659000', '121149.662000', '121149.665000', '121149.667000', '121149.670000', '121149.673000', '121149.675000', '121149.678000', '121149.681000', '121149.683000', '121149.686000', '121149.688000', '121149.691000', '121149.694000', '121149.696000', '121149.699000', '121149.702000', '121149.704000', '121149.707000', '121149.709000', '121149.712000', '121149.715000', '121149.717000', '121149.720000', '121149.723000', '121149.725000', '121209.612000', '121209.614000', '121209.617000', '121209.620000', '121209.623000', '121209.625000', '121209.628000', '121209.630000', '121209.633000', '121209.636000', '121209.638000', '121209.641000', '121209.644000', '121209.646000', '121209.649000', '121209.651000', '121209.654000', '121209.666000', '121209.668000', '121209.671000', '121209.673000', '121209.676000', '121209.679000', '121209.681000', '121209.684000', '121209.686000', '121209.689000', '121209.692000', '121209.694000', '121209.697000', '121209.699000', '121209.702000', '121209.705000', '121209.708000', '121209.710000', '121209.713000', '121209.715000', '121209.718000', '121209.720000', '121209.723000', '121209.726000', '121209.728000', '121209.731000', '121209.733000', '121226.697000', '121226.699000', '121226.702000', '121226.705000', '121226.709000', '121226.711000', '121226.714000', '121226.718000', '121226.721000', '121226.724000', '121226.728000', '121226.731000', '121226.735000', '121226.739000', '121226.741000', '121226.744000', '121226.747000', '121226.750000', '121226.753000', '121226.756000', '121226.759000', '121226.761000', '121226.764000', '121226.767000', '121226.771000', '121226.773000', '121226.776000', '121226.779000', '121226.782000', '121226.785000', '121226.787000', '121226.790000', '121226.793000', '121226.796000', '121226.800000', '121226.802000', '121226.805000', '121226.808000'], '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': [8003, 7136, 7850, 8099, 7252, 8387, 7049, 7425, 7771, 6853, 7844, 8408, 6986, 7498, 6463, 7246, 7570, 6667, 7872, 6698, 7171, 7787, 6599, 7837, 6578, 7427, 8016, 7066, 7743, 7055, 6908, 7802, 6798, 7403, 8686, 6771, 8111, 6352, 7314, 8055, 6627, 7735, 8158, 7202, 7929, 6712, 7522, 7724, 6738, 8268, 7068, 7608, 7916, 6734, 7499, 8195, 7129, 8113, 7133, 7551, 7923, 6683, 7436, 8140, 6955, 8066, 6600, 7375, 7909, 7010, 7403, 8521, 6808, 7725, 8733, 6969, 7674, 6709, 6997, 7988, 6525, 7432, 6801, 6864, 7408, 6441, 6942, 7991, 6795, 7473, 6359, 6781, 7737, 6768, 6873, 7212, 6884, 6911, 6695, 7239, 7227, 6831, 7016, 6250, 6771, 7558, 6913, 7129, 6716, 6988, 7143, 6857, 7607, 7557, 6990, 7304, 7395, 7337, 7582, 7009, 7303, 6498, 6902, 8475, 6771, 7742, 6854, 6897, 8182, 6335, 7352, 8848, 6653, 7465, 6877, 6860, 8275, 7173, 7262, 6419, 7028, 8076, 7002, 7563, 7339, 7134, 7559, 6572, 7235, 8302, 7223, 7778, 6656, 7222, 8016, 7082, 8192, 7237, 7570, 8125, 6659, 7677, 8869, 7285, 8201, 6826, 7258, 8685, 7265, 7742, 6777, 7344, 8237, 6980, 7075, 8221, 7272, 7411, 6407, 7267, 7742, 6555, 7092, 7393, 7226, 7240, 6798, 7146, 8044, 7268, 7387, 6194, 7051, 7541, 6783, 7026, 6900, 7278, 7243, 6267, 7190, 6996, 7111, 7177, 6786, 7121, 7401, 7170, 7451, 6676, 7112, 8263, 7091, 7435, 6583, 7167, 8007, 6818, 7868, 6884, 7181, 7818, 6980, 7254, 6511, 6886, 7274, 6836, 7441, 6638, 7192, 7676, 6982, 7559, 6520, 7271, 7625, 7150, 7350, 6637, 7039, 7500, 7057, 7346, 6573, 7034, 7076, 6493, 7177, 7437, 7040, 7158, 6713, 7259, 7977, 6820, 7355, 6638, 7465, 7793, 7226, 7533, 6778, 7291, 7831, 6848, 7658, 7282, 7261, 7563, 6932, 7371, 8548, 7469, 7451, 6620, 7370, 7950, 6774, 7694, 7693, 7252, 7774, 6865, 7464, 8218, 7390, 7482, 6556, 7369, 8050, 7284, 7145, 6704, 7292, 7878, 7148, 7174, 6397, 7512, 8152, 7096, 7890, 7132, 7328, 8051, 6425, 7233, 7284, 7551, 7969, 6594, 7802, 7634, 7580, 8081, 7280, 7593, 8731, 7381, 7767, 6275, 7623, 7854, 6931, 7112, 7983, 7637, 7264, 6865, 7535, 7458, 6520, 7312, 6508, 7326, 6905, 6436, 7401, 7262, 7322, 7264, 6630, 7401, 6968, 6929, 7258, 7576, 7041, 7702, 7246, 7603, 7210, 6583, 7222, 7425, 7245, 7196, 7391, 7331, 6696, 6412, 7503, 6683, 7458, 6401, 7271, 7019, 6499, 7590, 7255, 7675, 7190, 6512, 7827, 7292, 7477, 7779, 6938, 7762, 7436, 7519, 7587, 6697, 7408, 6917, 7381, 7801, 7185, 7835, 6837, 7576, 8079, 7053, 8106, 6393, 7548, 7291, 7063, 7946, 6640, 7451, 6864, 7183, 7761, 6722, 7676, 7051, 7386, 7884, 6888, 8027, 6952, 7537, 7281, 6703, 7703, 7225, 7694, 7997, 7200, 7520, 7900, 7560, 8040, 7062, 7505, 7973, 7616, 8413, 6738, 7509, 7647, 7355, 8055, 6420, 7705, 8143, 7194, 8076, 7242, 7546, 8159, 6704, 7569, 7672, 7619, 8307, 6857, 7694, 8088, 7145, 7864, 6479, 7877, 8475, 7615, 8389, 6396, 7575, 8478, 7663, 8192, 6634, 7589, 7329, 7577, 6769, 7108, 7671, 6310, 7477, 7868, 7227, 7592, 6550, 7089, 7316, 6830, 7782, 6638, 7803, 7285, 6928, 7802, 6990, 7146, 7355, 7322, 7714, 6605, 7569, 7902, 6546, 7620, 8016, 7200, 7725, 6599, 7520, 8306, 6928, 8154, 6886, 7317, 8486, 7012, 7787, 6975, 7296, 8960, 6978, 8018, 6763, 7293, 8139, 7150, 8093, 7092, 7558, 7372, 7421, 8125, 8056, 7546, 8309, 7339, 7995, 7702, 7674, 8184, 7316, 7967, 7608, 7227, 8287, 7219, 7324, 8120, 7962, 8362, 6597, 8055, 6903, 7553, 6450, 7398, 8547, 7127, 7646, 6499, 7594, 8342, 6745, 7062, 6837, 6417, 6608, 6380, 6908, 6160, 6860, 7346, 6212, 6959, 7551, 7123, 7148, 6588, 7310, 7306, 6611, 7090, 6467, 7301, 7669, 6865, 7142, 6392, 7558, 7489, 6532, 7042, 8102, 7105, 7170, 6354, 7147, 7386, 6841, 7514, 6373, 7249, 7291, 6294, 7215, 7647, 6640, 7084, 6172, 7067, 7298, 6614, 7288, 6169, 6850, 7870, 6489, 7724, 6414, 6964, 7603, 6360, 7150, 6319, 6950, 7250, 6369, 6986, 6436, 6520, 7411, 6465, 6931, 6288, 6768, 7440, 6563, 7078, 6401, 6823, 6413, 6744, 7182, 6379, 6962, 7307, 6617, 7343, 6375, 7091, 7217, 6425, 7308, 6769, 6892, 7220, 6279, 7367, 6411, 6697, 7536, 6443, 7306, 6274, 6984, 7429, 8382, 7383, 6716, 6582, 6914, 6531, 7251, 7685, 6597, 7400, 6695, 7155, 7676, 6213, 7396, 6980, 6450, 7117, 6271, 7322, 6819, 6524, 6964, 6395, 6589, 6906, 6438, 6930, 6315, 6769, 7339, 6752, 7091, 6465, 6627, 7115, 6346, 7119, 7366, 6616, 7474, 6596, 7348, 7625, 6566, 7125, 8122, 6774, 7548, 6525, 6853, 7628, 6844, 7431, 6253, 7045, 7630, 6763, 6861, 8133, 6221, 7059, 6285, 6643, 7342, 6327, 7248, 6892, 6500, 6946, 6283, 6637, 7245, 6573, 7181, 6600, 7189, 7559, 7267, 6961, 7071, 7041, 7442, 6544, 7082, 7003, 7023, 6966, 6169, 7439, 7263, 6913, 6941, 6438, 6741, 6971, 6397, 6971, 6732, 6307, 7195, 6531, 6693, 7002, 6737, 7165, 6155, 6744, 7286, 7032, 7256, 6388, 6585, 7088, 6589, 6618, 7090, 6475, 7158, 7017, 6807, 7558, 6875, 7315, 7009, 6767, 7385, 6401, 7430, 8357, 6797, 7666, 6726, 7071, 7689, 6866, 7264, 6378, 7120, 8020, 6854, 7400, 6752, 7088, 7656, 6353, 6755, 8093, 6287, 7276, 6161, 6587, 7019, 6587, 6779, 6568, 6500, 7090, 7094, 6732, 6306, 6761, 6260, 6817, 7061, 6442, 7343, 6914, 7100, 7229, 6410, 7461, 7244, 7275, 7090, 6385, 6731, 6899, 6959, 7152, 7550, 6980, 7222, 6974, 7080, 7250, 7321, 7239, 7437, 7117, 6826, 6598, 6854, 7311, 6638, 7010, 6592, 6981, 7385, 7293, 6920, 6341, 6784, 7244, 7001, 6907, 7935, 6841, 7708, 7142, 7339, 7958, 7372, 7392, 6984, 7129, 7367, 7010, 7039, 8507, 6832, 7171, 6366, 6857, 7576, 6501, 6995, 6760, 6977, 6788, 6926, 6765, 7671, 6958, 6947, 6355, 6914, 7680, 6791, 7092, 6116, 6719, 7037, 6977, 7040, 7082, 7059, 6874, 6340, 7127, 7082, 6571, 6640, 7352, 6676, 6308, 7528, 7169, 7148, 6950, 6633, 7894, 7830, 6378, 7187, 7040, 6641, 7019, 7207, 6858, 7326, 7320, 6614, 7486, 7117, 7268, 7035, 6914, 7211, 8036, 6623, 6859, 6224, 7334, 7137, 6713, 7031, 6858, 7067, 6768, 6243, 6964, 6531, 6465, 6629, 7048, 6810, 6943, 6683, 6913, 6381, 7060, 7256, 7113, 7099, 6612, 7147, 7323, 6454, 7311, 7461, 7102, 7438, 7210, 6530, 7259, 6382, 7204, 7407, 7214, 7103, 6289, 7018, 7277, 7180, 7301, 7927, 6934, 7162, 6085, 6672, 6845, 6360, 7151, 7548, 6511, 6819, 6057, 7251, 7050, 7403, 6955, 7072, 6638, 6554, 6981, 7193, 7360, 6775, 6950, 6206, 7247, 7280, 7311, 6887, 6896, 6663, 6921, 6228, 7175, 7117, 6268, 6740, 6216, 6717, 6356, 6582, 7406, 6930, 7278, 7014, 6772, 7020, 7100, 7409, 7170, 6674, 7421, 6163, 6800, 7200, 6492, 6803, 6226, 6577, 7160, 6406, 6875, 6270, 6718, 7170, 6399, 7219, 6223, 6759, 7159, 6634, 7260, 6377, 6613, 7033, 6400, 7102, 6185, 6572, 6934, 6893, 7361, 6207, 6680, 7218, 6334, 7333, 6915, 6486, 6842, 6303, 6989, 7187, 6329, 6695, 6492, 6840, 7075, 6347, 7562, 8677, 7730, 7226, 6600, 6664, 6463, 6934, 7585, 6854, 7009, 7470, 6392, 7431, 6563, 6701, 7264, 6746, 7266, 7041, 6485, 6816, 6723, 6566, 7190, 6366, 6887, 6286, 6444, 6782, 6339, 6948, 6354, 6573, 6670, 6719, 7112, 6292, 7251, 6515, 7392, 7088, 6482, 7537, 6594, 6752, 7427, 6580, 7395, 6887, 6840, 7398, 6506, 7075, 6685, 6766, 6969, 6427, 6962, 7312, 6754, 7096, 7429, 7010, 7329, 7563, 6864, 7412, 6742, 7140, 7414, 6827, 7408, 8242, 7769], 'WindowCenter': [4101.0, 4053.0, 4071.0, 4057.0, 4045.0, 4056.0, 4023.0, 4035.0, 4043.0, 4021.0, 4043.0, 4040.0, 4021.0, 4033.0, 4010.0, 4032.0, 4031.0, 4023.0, 4054.0, 4021.0, 4033.0, 4041.0, 4023.0, 4055.0, 4023.0, 4045.0, 4044.0, 4033.0, 4045.0, 4022.0, 4033.0, 4044.0, 4021.0, 4033.0, 4052.0, 4021.0, 4042.0, 4008.0, 4020.0, 4029.0, 4008.0, 4030.0, 4029.0, 4030.0, 4041.0, 4009.0, 4031.0, 4029.0, 4009.0, 4040.0, 4018.0, 4030.0, 4030.0, 4008.0, 4030.0, 4038.0, 4018.0, 4030.0, 4007.0, 4029.0, 4030.0, 4006.0, 4020.0, 4028.0, 4019.0, 4030.0, 4006.0, 4019.0, 4029.0, 4018.0, 4018.0, 4038.0, 4007.0, 4028.0, 4037.0, 4018.0, 4029.0, 4007.0, 4018.0, 4028.0, 4008.0, 4030.0, 4007.0, 4009.0, 4030.0, 4008.0, 4021.0, 4040.0, 4019.0, 4032.0, 4009.0, 4022.0, 4041.0, 4021.0, 4022.0, 4031.0, 4032.0, 4033.0, 4020.0, 4043.0, 4042.0, 4033.0, 4034.0, 4022.0, 4034.0, 4042.0, 4034.0, 4045.0, 4033.0, 4035.0, 4034.0, 4034.0, 4057.0, 4043.0, 4045.0, 4044.0, 4044.0, 4046.0, 4044.0, 4034.0, 4045.0, 4022.0, 4035.0, 4052.0, 4023.0, 4045.0, 4021.0, 4032.0, 4052.0, 4011.0, 4032.0, 4051.0, 4021.0, 4031.0, 4019.0, 4021.0, 4040.0, 4020.0, 4031.0, 4008.0, 4032.0, 4041.0, 4020.0, 4042.0, 4030.0, 4021.0, 4031.0, 4019.0, 4032.0, 4040.0, 4030.0, 4030.0, 4008.0, 4020.0, 4029.0, 4018.0, 4040.0, 4018.0, 4029.0, 4029.0, 4008.0, 4030.0, 4049.0, 4019.0, 4039.0, 4007.0, 4019.0, 4038.0, 4018.0, 4029.0, 4006.0, 4017.0, 4026.0, 4007.0, 4018.0, 4025.0, 4017.0, 4018.0, 3995.0, 4018.0, 4028.0, 4007.0, 4019.0, 4017.0, 4029.0, 4030.0, 4009.0, 4030.0, 4040.0, 4031.0, 4032.0, 4010.0, 4032.0, 4042.0, 4022.0, 4033.0, 4031.0, 4032.0, 4032.0, 4022.0, 4033.0, 4031.0, 4032.0, 4033.0, 4033.0, 4034.0, 4031.0, 4033.0, 4044.0, 4022.0, 4034.0, 4053.0, 4033.0, 4044.0, 4022.0, 4033.0, 4041.0, 4022.0, 4054.0, 4032.0, 4034.0, 4043.0, 4032.0, 4043.0, 4021.0, 4033.0, 4032.0, 4022.0, 4045.0, 4024.0, 4034.0, 4043.0, 4032.0, 4043.0, 4023.0, 4044.0, 4042.0, 4022.0, 4031.0, 4021.0, 4032.0, 4031.0, 4021.0, 4032.0, 4019.0, 4033.0, 4031.0, 4022.0, 4034.0, 4042.0, 4034.0, 4034.0, 4032.0, 4045.0, 4054.0, 4033.0, 4044.0, 4022.0, 4044.0, 4043.0, 4032.0, 4043.0, 4021.0, 4032.0, 4042.0, 4021.0, 4032.0, 4030.0, 4030.0, 4042.0, 4021.0, 4032.0, 4051.0, 4031.0, 4032.0, 4019.0, 4031.0, 4041.0, 4008.0, 4042.0, 4030.0, 4031.0, 4041.0, 4020.0, 4031.0, 4052.0, 4031.0, 4043.0, 4010.0, 4043.0, 4042.0, 4044.0, 4034.0, 4021.0, 4044.0, 4043.0, 4033.0, 4034.0, 4022.0, 4033.0, 4043.0, 4033.0, 4055.0, 4032.0, 4033.0, 4043.0, 4011.0, 4033.0, 4032.0, 4043.0, 4042.0, 4022.0, 4043.0, 4042.0, 4043.0, 4043.0, 4031.0, 4043.0, 4052.0, 4033.0, 4033.0, 4010.0, 4032.0, 4041.0, 4021.0, 4022.0, 4041.0, 4032.0, 4032.0, 4018.0, 4031.0, 4031.0, 4010.0, 4032.0, 4011.0, 4044.0, 4034.0, 4024.0, 4046.0, 4045.0, 4046.0, 4047.0, 4023.0, 4045.0, 4035.0, 4032.0, 4045.0, 4043.0, 4033.0, 4044.0, 4031.0, 4044.0, 4033.0, 4021.0, 4044.0, 4032.0, 4031.0, 4033.0, 4031.0, 4033.0, 4023.0, 4023.0, 4045.0, 4034.0, 4047.0, 4024.0, 4058.0, 4048.0, 4026.0, 4058.0, 4046.0, 4057.0, 4047.0, 4024.0, 4046.0, 4034.0, 4045.0, 4045.0, 4034.0, 4045.0, 4032.0, 4033.0, 4043.0, 4022.0, 4032.0, 4019.0, 4032.0, 4030.0, 4021.0, 4032.0, 4010.0, 4032.0, 4041.0, 4020.0, 4041.0, 4009.0, 4031.0, 4029.0, 4020.0, 4042.0, 4020.0, 4032.0, 4021.0, 4021.0, 4032.0, 4021.0, 4043.0, 4021.0, 4030.0, 4042.0, 4020.0, 4043.0, 4020.0, 4032.0, 4032.0, 4022.0, 4043.0, 4031.0, 4043.0, 4043.0, 4031.0, 4043.0, 4041.0, 4043.0, 4042.0, 4021.0, 4032.0, 4041.0, 4031.0, 4042.0, 4009.0, 4031.0, 4029.0, 4019.0, 4029.0, 4009.0, 4031.0, 4028.0, 4019.0, 4040.0, 4018.0, 4029.0, 4028.0, 4008.0, 4031.0, 4029.0, 4030.0, 4040.0, 4008.0, 4030.0, 4029.0, 4020.0, 4043.0, 4010.0, 4042.0, 4040.0, 4031.0, 4042.0, 4009.0, 4031.0, 4040.0, 4029.0, 4041.0, 4008.0, 4031.0, 4019.0, 4029.0, 4008.0, 4044.0, 4044.0, 4009.0, 4032.0, 4040.0, 4031.0, 4043.0, 4021.0, 4033.0, 4044.0, 4022.0, 4041.0, 4020.0, 4043.0, 4031.0, 4021.0, 4042.0, 4020.0, 4033.0, 4031.0, 4031.0, 4043.0, 4019.0, 4032.0, 4040.0, 4008.0, 4030.0, 4029.0, 4020.0, 4029.0, 4008.0, 4030.0, 4039.0, 4019.0, 4029.0, 4007.0, 4019.0, 4037.0, 4007.0, 4028.0, 4017.0, 4029.0, 4037.0, 4020.0, 4054.0, 4009.0, 4033.0, 4027.0, 4016.0, 4039.0, 4018.0, 4029.0, 4029.0, 4029.0, 4039.0, 4028.0, 4029.0, 4038.0, 4018.0, 4030.0, 4028.0, 4029.0, 4038.0, 4019.0, 4027.0, 4029.0, 4018.0, 4040.0, 4029.0, 4030.0, 4042.0, 4040.0, 4054.0, 4021.0, 4054.0, 4045.0, 4059.0, 4036.0, 4070.0, 4078.0, 4046.0, 4045.0, 4010.0, 4042.0, 4048.0, 4024.0, 4037.0, 4027.0, 4013.0, 4009.0, 4008.0, 4019.0, 4013.0, 4037.0, 4035.0, 4013.0, 4037.0, 4045.0, 4035.0, 4035.0, 4021.0, 4032.0, 4020.0, 4010.0, 4010.0, 3997.0, 4021.0, 4017.0, 3998.0, 4010.0, 3996.0, 4018.0, 4018.0, 3996.0, 4007.0, 4016.0, 4007.0, 4008.0, 3995.0, 4009.0, 4018.0, 4007.0, 4020.0, 3998.0, 4034.0, 4036.0, 4009.0, 4020.0, 4029.0, 4009.0, 4023.0, 3997.0, 4022.0, 4020.0, 4021.0, 4032.0, 3999.0, 4022.0, 4030.0, 4011.0, 4033.0, 4009.0, 4022.0, 4030.0, 4009.0, 4021.0, 3998.0, 4022.0, 4019.0, 4015.0, 4020.0, 4015.0, 4012.0, 4031.0, 4009.0, 4027.0, 4011.0, 4027.0, 4030.0, 4021.0, 4023.0, 4011.0, 4023.0, 4011.0, 4024.0, 4035.0, 4012.0, 4035.0, 4033.0, 4023.0, 4035.0, 4012.0, 4033.0, 4031.0, 4013.0, 4034.0, 4022.0, 4034.0, 4031.0, 4012.0, 4034.0, 4011.0, 4021.0, 4032.0, 4012.0, 4052.0, 4013.0, 4032.0, 4031.0, 4048.0, 4032.0, 4021.0, 4023.0, 4045.0, 4035.0, 4059.0, 4057.0, 4024.0, 4035.0, 4021.0, 4024.0, 4044.0, 4011.0, 4032.0, 4008.0, 4011.0, 4024.0, 4009.0, 4032.0, 4010.0, 4011.0, 4022.0, 4011.0, 4023.0, 4021.0, 4011.0, 4033.0, 4012.0, 4023.0, 4033.0, 4022.0, 4034.0, 4012.0, 4022.0, 4022.0, 4010.0, 4023.0, 4022.0, 4022.0, 4034.0, 4009.0, 4032.0, 4035.0, 4009.0, 4025.0, 4028.0, 4009.0, 4019.0, 3996.0, 4010.0, 4018.0, 4008.0, 4020.0, 3994.0, 4020.0, 4030.0, 4009.0, 4011.0, 4030.0, 4000.0, 4023.0, 4009.0, 4022.0, 4036.0, 4011.0, 4037.0, 4020.0, 4011.0, 4025.0, 4011.0, 4025.0, 4033.0, 4023.0, 4035.0, 4024.0, 4037.0, 4049.0, 4034.0, 4035.0, 4027.0, 4038.0, 4034.0, 4012.0, 4035.0, 4035.0, 4035.0, 4036.0, 4015.0, 4047.0, 4050.0, 4040.0, 4047.0, 4026.0, 4041.0, 4036.0, 4025.0, 4036.0, 4034.0, 4026.0, 4036.0, 4014.0, 4023.0, 4034.0, 4023.0, 4033.0, 4012.0, 4028.0, 4032.0, 4021.0, 4035.0, 4010.0, 4023.0, 4037.0, 4020.0, 4023.0, 4020.0, 4011.0, 4023.0, 4020.0, 4022.0, 4031.0, 4009.0, 4022.0, 4018.0, 4009.0, 4020.0, 3997.0, 4019.0, 4028.0, 4008.0, 4019.0, 4007.0, 4012.0, 4022.0, 4008.0, 4020.0, 4003.0, 4024.0, 4030.0, 4015.0, 4032.0, 4008.0, 4023.0, 4030.0, 3998.0, 4011.0, 4028.0, 4015.0, 4032.0, 4005.0, 4010.0, 4025.0, 4015.0, 4022.0, 4021.0, 4012.0, 4026.0, 4022.0, 4023.0, 4023.0, 4040.0, 4023.0, 4036.0, 4047.0, 4024.0, 4048.0, 4054.0, 4067.0, 4060.0, 4024.0, 4050.0, 4047.0, 4043.0, 4036.0, 4023.0, 4028.0, 4036.0, 4034.0, 4040.0, 4044.0, 4035.0, 4046.0, 4032.0, 4034.0, 4033.0, 4033.0, 4034.0, 4032.0, 4022.0, 4023.0, 4020.0, 4023.0, 4031.0, 4022.0, 4023.0, 4021.0, 4022.0, 4031.0, 4032.0, 4023.0, 4010.0, 4022.0, 4037.0, 4020.0, 4022.0, 4030.0, 4011.0, 4033.0, 4019.0, 4021.0, 4028.0, 4019.0, 4019.0, 4008.0, 4009.0, 4019.0, 4008.0, 4019.0, 4038.0, 4010.0, 4020.0, 3997.0, 4009.0, 4031.0, 4014.0, 4022.0, 4010.0, 4020.0, 4020.0, 4022.0, 4024.0, 4032.0, 4034.0, 4035.0, 4013.0, 4035.0, 4033.0, 4022.0, 4036.0, 4006.0, 4024.0, 4023.0, 4034.0, 4035.0, 4022.0, 4034.0, 4025.0, 4024.0, 4049.0, 4049.0, 4035.0, 4029.0, 4035.0, 4035.0, 4022.0, 4056.0, 4035.0, 4034.0, 4036.0, 4024.0, 4058.0, 4048.0, 4025.0, 4041.0, 4046.0, 4035.0, 4048.0, 4061.0, 4037.0, 4047.0, 4034.0, 4023.0, 4035.0, 4022.0, 4035.0, 4028.0, 4021.0, 4034.0, 4042.0, 4012.0, 4012.0, 3999.0, 4031.0, 4021.0, 4010.0, 4023.0, 4021.0, 4023.0, 4022.0, 4024.0, 4036.0, 4025.0, 4031.0, 4040.0, 4036.0, 4037.0, 4037.0, 4036.0, 4037.0, 4025.0, 4035.0, 4040.0, 4034.0, 4035.0, 4021.0, 4023.0, 4035.0, 4011.0, 4034.0, 4021.0, 4020.0, 4032.0, 4018.0, 4013.0, 4033.0, 4010.0, 4033.0, 4037.0, 4032.0, 4024.0, 4011.0, 4027.0, 4038.0, 4021.0, 4032.0, 4042.0, 4021.0, 4032.0, 4002.0, 4024.0, 4024.0, 4011.0, 4034.0, 4033.0, 4010.0, 4022.0, 4002.0, 4036.0, 4037.0, 4034.0, 4033.0, 4032.0, 4022.0, 4025.0, 4031.0, 4040.0, 4031.0, 4024.0, 4033.0, 4012.0, 4035.0, 4033.0, 4030.0, 4035.0, 4021.0, 4029.0, 4036.0, 4011.0, 4041.0, 4035.0, 4029.0, 4035.0, 4014.0, 4038.0, 4025.0, 4036.0, 4051.0, 4036.0, 4047.0, 4034.0, 4024.0, 4039.0, 4035.0, 4036.0, 4022.0, 4024.0, 4038.0, 4010.0, 4023.0, 4032.0, 4011.0, 4022.0, 4000.0, 4022.0, 4022.0, 4012.0, 4024.0, 4012.0, 4022.0, 4022.0, 4012.0, 4034.0, 4002.0, 4023.0, 4022.0, 4022.0, 4035.0, 4015.0, 4023.0, 4022.0, 4012.0, 4024.0, 3999.0, 4022.0, 4022.0, 4038.0, 4032.0, 4012.0, 4023.0, 4037.0, 4017.0, 4038.0, 4027.0, 4017.0, 4024.0, 4011.0, 4035.0, 4021.0, 4028.0, 4041.0, 4039.0, 4055.0, 4034.0, 4024.0, 4050.0, 4066.0, 4046.0, 4045.0, 4033.0, 4037.0, 4036.0, 4061.0, 4076.0, 4037.0, 4048.0, 4046.0, 4024.0, 4036.0, 4021.0, 4027.0, 4037.0, 4023.0, 4035.0, 4020.0, 4012.0, 4023.0, 4012.0, 4023.0, 4020.0, 4013.0, 4033.0, 4012.0, 4024.0, 4024.0, 4025.0, 4038.0, 4025.0, 4037.0, 4022.0, 4026.0, 4034.0, 4024.0, 4035.0, 4012.0, 4032.0, 4022.0, 4013.0, 4044.0, 4022.0, 4022.0, 4035.0, 4009.0, 4033.0, 4019.0, 4015.0, 4031.0, 4012.0, 4021.0, 4010.0, 4011.0, 4032.0, 4010.0, 4035.0, 4059.0, 4023.0, 4048.0, 4033.0, 4021.0, 4045.0, 4043.0, 4024.0, 4034.0, 4019.0, 4021.0, 4032.0, 4007.0, 4019.0, 4027.0, 4018.0], 'WindowWidth': [9138.0, 9056.0, 9074.0, 9048.0, 9028.0, 9041.0, 8993.0, 9011.0, 9019.0, 8986.0, 9017.0, 9009.0, 8986.0, 9003.0, 8969.0, 9002.0, 9000.0, 8993.0, 9035.0, 8989.0, 9007.0, 9015.0, 8995.0, 9039.0, 8993.0, 9026.0, 9021.0, 9006.0, 9024.0, 8988.0, 9006.0, 9021.0, 8987.0, 9006.0, 9027.0, 8985.0, 9016.0, 8965.0, 8982.0, 8994.0, 8962.0, 8994.0, 8992.0, 8996.0, 9011.0, 8966.0, 8999.0, 8993.0, 8966.0, 9009.0, 8978.0, 8997.0, 8996.0, 8965.0, 8995.0, 9003.0, 8977.0, 8995.0, 8961.0, 8991.0, 8993.0, 8957.0, 8982.0, 8990.0, 8979.0, 8995.0, 8959.0, 8980.0, 8992.0, 8976.0, 8977.0, 9001.0, 8960.0, 8991.0, 9001.0, 8977.0, 8992.0, 8960.0, 8979.0, 8991.0, 8966.0, 8995.0, 8963.0, 8969.0, 8997.0, 8967.0, 8988.0, 9009.0, 8984.0, 9004.0, 8970.0, 8991.0, 9015.0, 8987.0, 8993.0, 9000.0, 9004.0, 9006.0, 8986.0, 9021.0, 9019.0, 9009.0, 9012.0, 8991.0, 9011.0, 9020.0, 9010.0, 9029.0, 9009.0, 9014.0, 9010.0, 9012.0, 9046.0, 9023.0, 9028.0, 9025.0, 9024.0, 9030.0, 9024.0, 9013.0, 9028.0, 8992.0, 9013.0, 9032.0, 8994.0, 9026.0, 8990.0, 9005.0, 9032.0, 8975.0, 9004.0, 9027.0, 8988.0, 9001.0, 8982.0, 8988.0, 9011.0, 8985.0, 9000.0, 8967.0, 9005.0, 9015.0, 8985.0, 9018.0, 8997.0, 8989.0, 9001.0, 8983.0, 9002.0, 9009.0, 8998.0, 8999.0, 8966.0, 8982.0, 8993.0, 8978.0, 9010.0, 8979.0, 8994.0, 8993.0, 8964.0, 8997.0, 9020.0, 8981.0, 9007.0, 8960.0, 8979.0, 9004.0, 8977.0, 8992.0, 8957.0, 8974.0, 8986.0, 8960.0, 8976.0, 8982.0, 8974.0, 8977.0, 8945.0, 8979.0, 8991.0, 8962.0, 8981.0, 8976.0, 8994.0, 8998.0, 8968.0, 8999.0, 9012.0, 9001.0, 9005.0, 8972.0, 9006.0, 9016.0, 8990.0, 9009.0, 9002.0, 9005.0, 9003.0, 8991.0, 9006.0, 9002.0, 9005.0, 9007.0, 9008.0, 9010.0, 9002.0, 9009.0, 9023.0, 8993.0, 9012.0, 9032.0, 9008.0, 9024.0, 8990.0, 9009.0, 9016.0, 8993.0, 9037.0, 9004.0, 9009.0, 9020.0, 9005.0, 9021.0, 8988.0, 9008.0, 9006.0, 8993.0, 9026.0, 8997.0, 9012.0, 9020.0, 9006.0, 9022.0, 8995.0, 9023.0, 9018.0, 8990.0, 9002.0, 8987.0, 9004.0, 8999.0, 8986.0, 9005.0, 8983.0, 9006.0, 9003.0, 8991.0, 9011.0, 9019.0, 9011.0, 9011.0, 9006.0, 9027.0, 9036.0, 9007.0, 9024.0, 8991.0, 9023.0, 9020.0, 9005.0, 9019.0, 8986.0, 9003.0, 9017.0, 8987.0, 9003.0, 8998.0, 8999.0, 9016.0, 8986.0, 9003.0, 9026.0, 8999.0, 9005.0, 8983.0, 8999.0, 9012.0, 8966.0, 9016.0, 8999.0, 9000.0, 9015.0, 8985.0, 9004.0, 9028.0, 9003.0, 9021.0, 8974.0, 9023.0, 9019.0, 9023.0, 9011.0, 8990.0, 9025.0, 9021.0, 9008.0, 9011.0, 8993.0, 9008.0, 9019.0, 9006.0, 9039.0, 9006.0, 9005.0, 9019.0, 8974.0, 9006.0, 9003.0, 9019.0, 9017.0, 8990.0, 9021.0, 9016.0, 9020.0, 9019.0, 8999.0, 9019.0, 9030.0, 9004.0, 9004.0, 8969.0, 9001.0, 9013.0, 8986.0, 8990.0, 9011.0, 9001.0, 9003.0, 8979.0, 9001.0, 9002.0, 8972.0, 9003.0, 8974.0, 9024.0, 9011.0, 8999.0, 9029.0, 9026.0, 9030.0, 9032.0, 8996.0, 9027.0, 9012.0, 9005.0, 9025.0, 9020.0, 9007.0, 9022.0, 9002.0, 9022.0, 9009.0, 8988.0, 9022.0, 9005.0, 9001.0, 9007.0, 9002.0, 9006.0, 8993.0, 8996.0, 9026.0, 9010.0, 9032.0, 9001.0, 9050.0, 9036.0, 9005.0, 9048.0, 9029.0, 9047.0, 9031.0, 8998.0, 9030.0, 9011.0, 9027.0, 9026.0, 9009.0, 9027.0, 9004.0, 9005.0, 9020.0, 8988.0, 9004.0, 8982.0, 9002.0, 8998.0, 8987.0, 9004.0, 8970.0, 9002.0, 9012.0, 8983.0, 9013.0, 8969.0, 9001.0, 8995.0, 8984.0, 9016.0, 8983.0, 9002.0, 8987.0, 8989.0, 9003.0, 8986.0, 9019.0, 8987.0, 8999.0, 9015.0, 8985.0, 9018.0, 8984.0, 9003.0, 9003.0, 8990.0, 9020.0, 9001.0, 9019.0, 9019.0, 9002.0, 9020.0, 9014.0, 9018.0, 9018.0, 8987.0, 9003.0, 9011.0, 9000.0, 9016.0, 8968.0, 9000.0, 8994.0, 8981.0, 8995.0, 8966.0, 8998.0, 8991.0, 8979.0, 9009.0, 8976.0, 8992.0, 8993.0, 8966.0, 8998.0, 8993.0, 8995.0, 9010.0, 8965.0, 8996.0, 8995.0, 8983.0, 9017.0, 8969.0, 9016.0, 9011.0, 8999.0, 9016.0, 8967.0, 8998.0, 9008.0, 8993.0, 9012.0, 8965.0, 8999.0, 8980.0, 8993.0, 8966.0, 9029.0, 9026.0, 8970.0, 9003.0, 9010.0, 9002.0, 9022.0, 8990.0, 9007.0, 9024.0, 8991.0, 9015.0, 8986.0, 9021.0, 9001.0, 8987.0, 9016.0, 8985.0, 9006.0, 9002.0, 9002.0, 9019.0, 8982.0, 9002.0, 9011.0, 8966.0, 8998.0, 8992.0, 8982.0, 8993.0, 8963.0, 8996.0, 9005.0, 8979.0, 8994.0, 8961.0, 8980.0, 9001.0, 8961.0, 8989.0, 8973.0, 8993.0, 9001.0, 8983.0, 9038.0, 8966.0, 9008.0, 8989.0, 8973.0, 9007.0, 8980.0, 8994.0, 8994.0, 8996.0, 9009.0, 8992.0, 8996.0, 9004.0, 8978.0, 8995.0, 8991.0, 8994.0, 9004.0, 8979.0, 8989.0, 8994.0, 8978.0, 9009.0, 8996.0, 8998.0, 9017.0, 9012.0, 9035.0, 8985.0, 9036.0, 9034.0, 9053.0, 9022.0, 9072.0, 9078.0, 9032.0, 9027.0, 8972.0, 9016.0, 9030.0, 8997.0, 9018.0, 9005.0, 8979.0, 8966.0, 8964.0, 8982.0, 8982.0, 9019.0, 9012.0, 8979.0, 9016.0, 9022.0, 9010.0, 9011.0, 8986.0, 9001.0, 8980.0, 8966.0, 8967.0, 8945.0, 8981.0, 8972.0, 8947.0, 8965.0, 8943.0, 8973.0, 8973.0, 8942.0, 8959.0, 8967.0, 8959.0, 8961.0, 8941.0, 8964.0, 8974.0, 8960.0, 8980.0, 8949.0, 9009.0, 9011.0, 8967.0, 8984.0, 8992.0, 8967.0, 8989.0, 8950.0, 8988.0, 8983.0, 8985.0, 9003.0, 8955.0, 8989.0, 8997.0, 8973.0, 9003.0, 8967.0, 8988.0, 8994.0, 8968.0, 8985.0, 8951.0, 8986.0, 8980.0, 8980.0, 8984.0, 8978.0, 8975.0, 8998.0, 8969.0, 8999.0, 8971.0, 8999.0, 8997.0, 8987.0, 8991.0, 8973.0, 8992.0, 8975.0, 8997.0, 9013.0, 8977.0, 9012.0, 9005.0, 8993.0, 9009.0, 8974.0, 9005.0, 9000.0, 8978.0, 9008.0, 8989.0, 9009.0, 9002.0, 8977.0, 9007.0, 8970.0, 8987.0, 9002.0, 8976.0, 9041.0, 8980.0, 9003.0, 9000.0, 9028.0, 9003.0, 8987.0, 8993.0, 9029.0, 9017.0, 9052.0, 9046.0, 8997.0, 9012.0, 8988.0, 8994.0, 9021.0, 8974.0, 9001.0, 8964.0, 8971.0, 8991.0, 8969.0, 9004.0, 8970.0, 8972.0, 8990.0, 8972.0, 8991.0, 8985.0, 8973.0, 9007.0, 8974.0, 8994.0, 9005.0, 8990.0, 9007.0, 8975.0, 8989.0, 8990.0, 8969.0, 8990.0, 8986.0, 8988.0, 9005.0, 8967.0, 9001.0, 9007.0, 8966.0, 8992.0, 8988.0, 8966.0, 8980.0, 8945.0, 8968.0, 8977.0, 8964.0, 8982.0, 8941.0, 8981.0, 8994.0, 8965.0, 8972.0, 8995.0, 8957.0, 8990.0, 8967.0, 8989.0, 9009.0, 8973.0, 9013.0, 8984.0, 8973.0, 8996.0, 8974.0, 8997.0, 9004.0, 8993.0, 9011.0, 8995.0, 9020.0, 9034.0, 9007.0, 9010.0, 9001.0, 9017.0, 9008.0, 8978.0, 9012.0, 9010.0, 9012.0, 9014.0, 8986.0, 9032.0, 9038.0, 9023.0, 9031.0, 9002.0, 9026.0, 9014.0, 8999.0, 9017.0, 9010.0, 9001.0, 9016.0, 8981.0, 8996.0, 9009.0, 8993.0, 9006.0, 8977.0, 9003.0, 9002.0, 8987.0, 9010.0, 8972.0, 8991.0, 9013.0, 8984.0, 8992.0, 8986.0, 8973.0, 8992.0, 8983.0, 8989.0, 8999.0, 8968.0, 8987.0, 8977.0, 8967.0, 8980.0, 8947.0, 8978.0, 8989.0, 8962.0, 8978.0, 8958.0, 8972.0, 8984.0, 8963.0, 8981.0, 8960.0, 8991.0, 8995.0, 8980.0, 9001.0, 8964.0, 8988.0, 8994.0, 8951.0, 8972.0, 8991.0, 8979.0, 9000.0, 8966.0, 8970.0, 8993.0, 8980.0, 8990.0, 8986.0, 8977.0, 8997.0, 8987.0, 8992.0, 8993.0, 9025.0, 8996.0, 9019.0, 9033.0, 8998.0, 9034.0, 9053.0, 9077.0, 9057.0, 8996.0, 9038.0, 9030.0, 9022.0, 9017.0, 8994.0, 9005.0, 9016.0, 9010.0, 9024.0, 9022.0, 9011.0, 9029.0, 9004.0, 9008.0, 9006.0, 9005.0, 9009.0, 9002.0, 8990.0, 8991.0, 8985.0, 8992.0, 9000.0, 8989.0, 8991.0, 8986.0, 8989.0, 9000.0, 9002.0, 8993.0, 8972.0, 8989.0, 9012.0, 8983.0, 8989.0, 8996.0, 8972.0, 9002.0, 8979.0, 8985.0, 8991.0, 8977.0, 8979.0, 8961.0, 8965.0, 8980.0, 8961.0, 8979.0, 9003.0, 8968.0, 8984.0, 8948.0, 8968.0, 8998.0, 8978.0, 8989.0, 8971.0, 8984.0, 8984.0, 8989.0, 8996.0, 9002.0, 9008.0, 9011.0, 8979.0, 9012.0, 9006.0, 8991.0, 9012.0, 8970.0, 8995.0, 8993.0, 9008.0, 9012.0, 8991.0, 9009.0, 8998.0, 8994.0, 9038.0, 9038.0, 9013.0, 9009.0, 9011.0, 9012.0, 8994.0, 9045.0, 9014.0, 9011.0, 9015.0, 8997.0, 9045.0, 9033.0, 8999.0, 9025.0, 9029.0, 9016.0, 9038.0, 9057.0, 9018.0, 9030.0, 9010.0, 8992.0, 9010.0, 8989.0, 9009.0, 9001.0, 8986.0, 9007.0, 9015.0, 8975.0, 8976.0, 8954.0, 8999.0, 8986.0, 8969.0, 8991.0, 8986.0, 8991.0, 8989.0, 8996.0, 9016.0, 8997.0, 9013.0, 9024.0, 9015.0, 9020.0, 9018.0, 9017.0, 9018.0, 8997.0, 9015.0, 9022.0, 9008.0, 9013.0, 8989.0, 8993.0, 9010.0, 8973.0, 9006.0, 8986.0, 8983.0, 9003.0, 8979.0, 8977.0, 9005.0, 8969.0, 9005.0, 9011.0, 9002.0, 8995.0, 8972.0, 9000.0, 9015.0, 8987.0, 9005.0, 9016.0, 8987.0, 9004.0, 8963.0, 8993.0, 8993.0, 8973.0, 9008.0, 9004.0, 8972.0, 8992.0, 8964.0, 9013.0, 9015.0, 9009.0, 9010.0, 9004.0, 8994.0, 8999.0, 9003.0, 9024.0, 9002.0, 8996.0, 9007.0, 8976.0, 9010.0, 9007.0, 8999.0, 9011.0, 8988.0, 9005.0, 9013.0, 8975.0, 9024.0, 9012.0, 9008.0, 9015.0, 8984.0, 9020.0, 9001.0, 9017.0, 9041.0, 9015.0, 9033.0, 9010.0, 8998.0, 9020.0, 9011.0, 9014.0, 8991.0, 8995.0, 9018.0, 8973.0, 8993.0, 9002.0, 8975.0, 8990.0, 8959.0, 8989.0, 8988.0, 8979.0, 8996.0, 8977.0, 8990.0, 8991.0, 8978.0, 9010.0, 8964.0, 8992.0, 8989.0, 8990.0, 9010.0, 8982.0, 8993.0, 8989.0, 8975.0, 8994.0, 8957.0, 8990.0, 8991.0, 9015.0, 9006.0, 8977.0, 8995.0, 9015.0, 8988.0, 9019.0, 8999.0, 8990.0, 8997.0, 8975.0, 9011.0, 8988.0, 9005.0, 9025.0, 9026.0, 9052.0, 9009.0, 8996.0, 9036.0, 9054.0, 9027.0, 9024.0, 9010.0, 9021.0, 9020.0, 9060.0, 9085.0, 9021.0, 9035.0, 9029.0, 8996.0, 9014.0, 8988.0, 9001.0, 9012.0, 8991.0, 9010.0, 8985.0, 8977.0, 8992.0, 8974.0, 8992.0, 8986.0, 8979.0, 9007.0, 8977.0, 8997.0, 8995.0, 9000.0, 9019.0, 8997.0, 9017.0, 8992.0, 9001.0, 9010.0, 8996.0, 9012.0, 8978.0, 9004.0, 8990.0, 8979.0, 9021.0, 8989.0, 8989.0, 9007.0, 8969.0, 9005.0, 8982.0, 8980.0, 9000.0, 8974.0, 8986.0, 8968.0, 8972.0, 9005.0, 8975.0, 9013.0, 9051.0, 8994.0, 9036.0, 9007.0, 8987.0, 9026.0, 9019.0, 8994.0, 9009.0, 8983.0, 8987.0, 9001.0, 8961.0, 8979.0, 8986.0, 8975.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.0009032640692640692</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.048182943722943725</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.761703183812806</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.0607344190034678</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9032781893327568</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4564</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6669.4722</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.08189117816155944</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>31</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>2.683982683982684</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.479521270113432</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3513126712130648</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.721132662395869</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3661184767313626</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00530014</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015726417303085327</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.025626059621572495</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1155</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.8592729317357106</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>26.3795</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>35.852</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>153.4811</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>305727.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>694.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>302.7038</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0655</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>556.4764</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3278.9589</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3474.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>70817.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1101.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4317.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>900.1632</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>30.83834031666629</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> |