=== 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-0033 --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-0033",
"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-0033_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-0033_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-0033_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-0033/figures/sub-0033_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0033/figures/sub-0033_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0033/figures/sub-0033_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-0033_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-0033/figures/sub-0033_ses-03_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0033/figures/sub-0033_ses-03_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0033/figures/sub-0033_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-0033_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-0033/figures/sub-0033_ses-03_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0033/figures/sub-0033_ses-03_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0033/figures/sub-0033_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-0033_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-0033/figures/sub-0033_ses-03_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0033/figures/sub-0033_ses-03_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0033/figures/sub-0033_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-0033_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-0033/figures/sub-0033_ses-03_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0033/figures/sub-0033_ses-03_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0033/figures/sub-0033_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-0033_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-0033/figures/sub-0033_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0033/figures/sub-0033_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0033/figures/sub-0033_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-0033_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-0033/figures/sub-0033_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0033/figures/sub-0033_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-0033/figures/sub-0033_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0033/figures/sub-0033_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-0033/ses-03/func/sub-0033_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>296f5408c632448e9695cfc1dbaa6cb8</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:05:50.737500</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999352, 0.0137459, 0.033276, -0.00924452, 0.991229, -0.131831]</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.839084</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>[4156, -7727, -7248, 401, -34, -44, -32, 98]</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.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>287.891</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>b8b2cbdc-897f-4b70-ae90-f049ed0a4848||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.681187391281128, -0.024802373722195625, 0.09394995123147964, 110.95172119140625], [-0.0368792787194252, 2.6593949794769287, -0.3548833727836609, -82.14362335205078], [0.08927707374095917, 0.35369396209716797, 2.674926280975342, -82.3322982788086], [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': ['120550.737500', '120551.197500', '120551.657500', '120552.117500', '120552.577500', '120553.037500', '120553.497500', '120553.957500', '120554.417500', '120554.877500', '120555.337500', '120555.797500', '120556.257500', '120556.717500', '120557.177500', '120557.637500', '120558.097500', '120558.557500', '120559.017500', '120559.477500', '120559.937500', '120600.397500', '120600.857500', '120601.317500', '120601.777500', '120602.237500', '120602.697500', '120603.157500', '120603.617500', '120604.077500', '120604.537500', '120604.997500', '120605.457500', '120605.917500', '120606.377500', '120606.837500', '120607.297500', '120607.757500', '120608.217500', '120608.677500', '120609.137500', '120609.597500', '120610.057500', '120610.517500', '120610.977500', '120611.437500', '120611.897500', '120612.357500', '120612.817500', '120613.277500', '120613.737500', '120614.197500', '120614.657500', '120615.117500', '120615.577500', '120616.037500', '120616.497500', '120616.957500', '120617.417500', '120617.877500', '120618.337500', '120618.797500', '120619.257500', '120619.717500', '120620.177500', '120620.637500', '120621.097500', '120621.557500', '120622.017500', '120622.477500', '120622.937500', '120623.397500', '120623.857500', '120624.317500', '120624.777500', '120625.237500', '120625.697500', '120626.157500', '120626.617500', '120627.077500', '120627.537500', '120627.997500', '120628.457500', '120628.917500', '120629.377500', '120629.837500', '120630.297500', '120630.757500', '120631.217500', '120631.677500', '120632.137500', '120632.597500', '120633.057500', '120633.517500', '120633.977500', '120634.437500', '120634.897500', '120635.357500', '120635.817500', '120636.277500', '120636.737500', '120637.197500', '120637.657500', '120638.117500', '120638.577500', '120639.037500', '120639.497500', '120639.957500', '120640.417500', '120640.877500', '120641.337500', '120641.797500', '120642.257500', '120642.717500', '120643.177500', '120643.637500', '120644.097500', '120644.557500', '120645.017500', '120645.477500', '120645.937500', '120646.397500', '120646.857500', '120647.317500', '120647.777500', '120648.237500', '120648.697500', '120649.157500', '120649.617500', '120650.077500', '120650.537500', '120650.997500', '120651.457500', '120651.917500', '120652.377500', '120652.837500', '120653.297500', '120653.757500', '120654.217500', '120654.677500', '120655.137500', '120655.597500', '120656.057500', '120656.517500', '120656.977500', '120657.437500', '120657.897500', '120658.357500', '120658.817500', '120659.277500', '120659.737500', '120700.197500', '120700.657500', '120701.117500', '120701.577500', '120702.037500', '120702.497500', '120702.957500', '120703.417500', '120703.877500', '120704.337500', '120704.797500', '120705.257500', '120705.717500', '120706.177500', '120706.637500', '120707.097500', '120707.557500', '120708.017500', '120708.477500', '120708.937500', '120709.397500', '120709.857500', '120710.317500', '120710.777500', '120711.237500', '120711.697500', '120712.157500', '120712.617500', '120713.077500', '120713.537500', '120713.997500', '120714.457500', '120714.917500', '120715.377500', '120715.837500', '120716.297500', '120716.757500', '120717.217500', '120717.677500', '120718.137500', '120718.597500', '120719.057500', '120719.517500', '120719.977500', '120720.437500', '120720.897500', '120721.357500', '120721.817500', '120722.277500', '120722.737500', '120723.197500', '120723.657500', '120724.117500', '120724.577500', '120725.037500', '120725.497500', '120725.957500', '120726.417500', '120726.877500', '120727.337500', '120727.797500', '120728.257500', '120728.717500', '120729.177500', '120729.637500', '120730.097500', '120730.557500', '120731.017500', '120731.477500', '120731.937500', '120732.397500', '120732.857500', '120733.317500', '120733.777500', '120734.237500', '120734.697500', '120735.157500', '120735.617500', '120736.077500', '120736.537500', '120736.997500', '120737.457500', '120737.917500', '120738.377500', '120738.837500', '120739.297500', '120739.757500', '120740.217500', '120740.677500', '120741.137500', '120741.597500', '120742.057500', '120742.517500', '120742.977500', '120743.437500', '120743.897500', '120744.357500', '120744.817500', '120745.277500', '120745.737500', '120746.197500', '120746.657500', '120747.117500', '120747.577500', '120748.037500', '120748.497500', '120748.957500', '120749.417500', '120749.877500', '120750.337500', '120750.797500', '120751.257500', '120751.717500', '120752.177500', '120752.637500', '120753.097500', '120753.557500', '120754.017500', '120754.477500', '120754.937500', '120755.397500', '120755.857500', '120756.317500', '120756.777500', '120757.237500', '120757.697500', '120758.157500', '120758.617500', '120759.077500', '120759.537500', '120759.997500', '120800.457500', '120800.917500', '120801.377500', '120801.837500', '120802.297500', '120802.757500', '120803.217500', '120803.677500', '120804.137500', '120804.597500', '120805.057500', '120805.517500', '120805.977500', '120806.437500', '120806.897500', '120807.357500', '120807.817500', '120808.277500', '120808.737500', '120809.197500', '120809.657500', '120810.117500', '120810.577500', '120811.037500', '120811.497500', '120811.957500', '120812.417500', '120812.877500', '120813.337500', '120813.797500', '120814.257500', '120814.717500', '120815.177500', '120815.637500', '120816.097500', '120816.557500', '120817.017500', '120817.477500', '120817.937500', '120818.397500', '120818.857500', '120819.317500', '120819.777500', '120820.237500', '120820.697500', '120821.157500', '120821.617500', '120822.077500', '120822.537500', '120822.997500', '120823.457500', '120823.917500', '120824.377500', '120824.837500', '120825.297500', '120825.757500', '120826.217500', '120826.677500', '120827.137500', '120827.597500', '120828.057500', '120828.517500', '120828.977500', '120829.437500', '120829.897500', '120830.357500', '120830.817500', '120831.277500', '120831.737500', '120832.197500', '120832.657500', '120833.117500', '120833.577500', '120834.037500', '120834.497500', '120834.957500', '120835.417500', '120835.877500', '120836.337500', '120836.797500', '120837.257500', '120837.717500', '120838.177500', '120838.637500', '120839.097500', '120839.557500', '120840.017500', '120840.477500', '120840.937500', '120841.397500', '120841.857500', '120842.317500', '120842.777500', '120843.237500', '120843.697500', '120844.157500', '120844.617500', '120845.077500', '120845.537500', '120845.997500', '120846.457500', '120846.917500', '120847.377500', '120847.837500', '120848.297500', '120848.757500', '120849.217500', '120849.677500', '120850.137500', '120850.597500', '120851.057500', '120851.517500', '120851.977500', '120852.437500', '120852.897500', '120853.357500', '120853.817500', '120854.277500', '120854.737500', '120855.197500', '120855.657500', '120856.117500', '120856.577500', '120857.037500', '120857.497500', '120857.957500', '120858.417500', '120858.877500', '120859.337500', '120859.797500', '120900.257500', '120900.717500', '120901.177500', '120901.637500', '120902.097500', '120902.557500', '120903.017500', '120903.477500', '120903.937500', '120904.397500', '120904.857500', '120905.317500', '120905.777500', '120906.237500', '120906.697500', '120907.157500', '120907.617500', '120908.077500', '120908.537500', '120908.997500', '120909.457500', '120909.917500', '120910.377500', '120910.837500', '120911.297500', '120911.757500', '120912.217500', '120912.677500', '120913.137500', '120913.597500', '120914.057500', '120914.517500', '120914.977500', '120915.437500', '120915.897500', '120916.357500', '120916.817500', '120917.277500', '120917.737500', '120918.197500', '120918.657500', '120919.117500', '120919.577500', '120920.037500', '120920.497500', '120920.957500', '120921.417500', '120921.877500', '120922.337500', '120922.797500', '120923.257500', '120923.717500', '120924.177500', '120924.637500', '120925.097500', '120925.557500', '120926.017500', '120926.477500', '120926.937500', '120927.397500', '120927.857500', '120928.317500', '120928.777500', '120929.237500', '120929.697500', '120930.157500', '120930.617500', '120931.077500', '120931.537500', '120931.997500', '120932.457500', '120932.917500', '120933.377500', '120933.837500', '120934.297500', '120934.757500', '120935.217500', '120935.677500', '120936.137500', '120936.597500', '120937.057500', '120937.517500', '120937.977500', '120938.437500', '120938.897500', '120939.357500', '120939.817500', '120940.277500', '120940.737500', '120941.197500', '120941.657500', '120942.117500', '120942.577500', '120943.037500', '120943.497500', '120943.957500', '120944.417500', '120944.877500', '120945.337500', '120945.797500', '120946.257500', '120946.717500', '120947.177500', '120947.637500', '120948.097500', '120948.557500', '120949.017500', '120949.477500', '120949.937500', '120950.397500', '120950.857500', '120951.317500', '120951.777500', '120952.237500', '120952.697500', '120953.157500', '120953.617500', '120954.077500', '120954.537500', '120954.997500', '120955.457500', '120955.917500', '120956.377500', '120956.837500', '120957.297500', '120957.757500', '120958.217500', '120958.677500', '120959.137500', '120959.597500', '121000.057500', '121000.517500', '121000.977500', '121001.437500', '121001.897500', '121002.357500', '121002.817500', '121003.277500', '121003.737500', '121004.197500', '121004.657500', '121005.117500', '121005.577500', '121006.037500', '121006.497500', '121006.957500', '121007.417500', '121007.877500', '121008.337500', '121008.797500', '121009.257500', '121009.717500', '121010.177500', '121010.637500', '121011.097500', '121011.557500', '121012.017500', '121012.477500', '121012.937500', '121013.397500', '121013.857500', '121014.317500', '121014.777500', '121015.237500', '121015.697500', '121016.157500', '121016.617500', '121017.077500', '121017.537500', '121017.997500', '121018.457500', '121018.917500', '121019.377500', '121019.837500', '121020.297500', '121020.757500', '121021.217500', '121021.677500', '121022.137500', '121022.597500', '121023.057500', '121023.517500', '121023.977500', '121024.437500', '121024.897500', '121025.357500', '121025.817500', '121026.277500', '121026.737500', '121027.197500', '121027.657500', '121028.117500', '121028.577500', '121029.037500', '121029.497500', '121029.957500', '121030.417500', '121030.877500', '121031.337500', '121031.797500', '121032.257500', '121032.717500', '121033.177500', '121033.637500', '121034.097500', '121034.557500', '121035.017500', '121035.477500', '121035.937500', '121036.397500', '121036.857500', '121037.317500', '121037.777500', '121038.237500', '121038.697500', '121039.157500', '121039.617500', '121040.077500', '121040.537500', '121040.997500', '121041.457500', '121041.917500', '121042.377500', '121042.837500', '121043.297500', '121043.757500', '121044.217500', '121044.677500', '121045.137500', '121045.597500', '121046.057500', '121046.517500', '121046.977500', '121047.437500', '121047.897500', '121048.357500', '121048.817500', '121049.277500', '121049.737500', '121050.197500', '121050.657500', '121051.117500', '121051.577500', '121052.037500', '121052.497500', '121052.957500', '121053.417500', '121053.877500', '121054.337500', '121054.797500', '121055.257500', '121055.717500', '121056.177500', '121056.637500', '121057.097500', '121057.557500', '121058.017500', '121058.477500', '121058.937500', '121059.397500', '121059.857500', '121100.317500', '121100.777500', '121101.237500', '121101.697500', '121102.157500', '121102.617500', '121103.077500', '121103.537500', '121103.997500', '121104.457500', '121104.917500', '121105.377500', '121105.837500', '121106.297500', '121106.757500', '121107.217500', '121107.677500', '121108.137500', '121108.597500', '121109.057500', '121109.517500', '121109.977500', '121110.437500', '121110.897500', '121111.357500', '121111.817500', '121112.277500', '121112.737500', '121113.197500', '121113.657500', '121114.117500', '121114.577500', '121115.037500', '121115.497500', '121115.957500', '121116.417500', '121116.877500', '121117.337500', '121117.797500', '121118.257500', '121118.717500', '121119.177500', '121119.637500', '121120.097500', '121120.557500', '121121.017500', '121121.477500', '121121.937500', '121122.397500', '121122.857500', '121123.317500', '121123.777500', '121124.237500', '121124.697500', '121125.157500', '121125.617500', '121126.077500', '121126.537500', '121126.997500', '121127.457500', '121127.917500', '121128.377500', '121128.837500', '121129.297500', '121129.757500', '121130.217500', '121130.677500', '121131.137500', '121131.597500', '121132.057500', '121132.517500', '121132.977500', '121133.437500', '121133.897500', '121134.357500', '121134.817500', '121135.277500', '121135.737500', '121136.197500', '121136.657500', '121137.117500', '121137.577500', '121138.037500', '121138.497500', '121138.957500', '121139.417500', '121139.877500', '121140.337500', '121140.797500', '121141.257500', '121141.717500', '121142.177500', '121142.637500', '121143.097500', '121143.557500', '121144.017500', '121144.477500', '121144.937500', '121145.397500', '121145.857500', '121146.317500', '121146.777500', '121147.237500', '121147.697500', '121148.157500', '121148.617500', '121149.077500', '121149.537500', '121149.997500', '121150.457500', '121150.917500', '121151.377500', '121151.837500', '121152.297500', '121152.757500', '121153.217500', '121153.677500', '121154.137500', '121154.597500', '121155.057500', '121155.517500', '121155.977500', '121156.437500', '121156.897500', '121157.357500', '121157.817500', '121158.277500', '121158.737500', '121159.197500', '121159.657500', '121200.117500', '121200.577500', '121201.037500', '121201.497500', '121201.957500', '121202.417500', '121202.877500', '121203.337500', '121203.797500', '121204.257500', '121204.717500', '121205.177500', '121205.637500', '121206.097500', '121206.557500', '121207.017500', '121207.477500', '121207.937500', '121208.397500', '121208.857500', '121209.317500', '121209.777500', '121210.237500', '121210.697500', '121211.157500', '121211.617500', '121212.077500', '121212.537500', '121212.997500', '121213.457500', '121213.917500', '121214.377500', '121214.837500', '121215.297500', '121215.757500', '121216.217500', '121216.677500', '121217.137500', '121217.597500', '121218.057500', '121218.517500', '121218.977500', '121219.437500', '121219.897500', '121220.357500', '121220.817500', '121221.277500', '121221.737500', '121222.197500', '121222.657500', '121223.117500', '121223.577500', '121224.037500', '121224.497500', '121224.957500', '121225.417500', '121225.877500', '121226.337500', '121226.797500', '121227.257500', '121227.717500', '121228.177500', '121228.637500', '121229.097500', '121229.557500', '121230.017500', '121230.477500', '121230.937500', '121231.397500', '121231.857500', '121232.317500', '121232.777500', '121233.237500', '121233.697500', '121234.157500', '121234.617500', '121235.077500', '121235.537500', '121235.997500', '121236.457500', '121236.917500', '121237.377500', '121237.837500', '121238.297500', '121238.757500', '121239.217500', '121239.677500', '121240.137500', '121240.597500', '121241.057500', '121241.517500', '121241.977500', '121242.437500', '121242.897500', '121243.357500', '121243.817500', '121244.277500', '121244.737500', '121245.197500', '121245.657500', '121246.117500', '121246.577500', '121247.037500', '121247.497500', '121247.957500', '121248.417500', '121248.877500', '121249.337500', '121249.797500', '121250.257500', '121250.717500', '121251.177500', '121251.637500', '121252.097500', '121252.557500', '121253.017500', '121253.477500', '121253.937500', '121254.397500', '121254.857500', '121255.317500', '121255.777500', '121256.237500', '121256.697500', '121257.157500', '121257.617500', '121258.077500', '121258.537500', '121258.997500', '121259.457500', '121259.917500', '121300.377500', '121300.837500', '121301.297500', '121301.757500', '121302.217500', '121302.677500', '121303.137500', '121303.597500', '121304.057500', '121304.517500', '121304.977500', '121305.437500', '121305.897500', '121306.357500', '121306.817500', '121307.277500', '121307.737500', '121308.197500', '121308.657500', '121309.117500', '121309.577500', '121310.037500', '121310.497500', '121310.957500', '121311.417500', '121311.877500', '121312.337500', '121312.797500', '121313.257500', '121313.717500', '121314.177500', '121314.637500', '121315.097500', '121315.557500', '121316.017500', '121316.477500', '121316.937500', '121317.397500', '121317.857500', '121318.317500', '121318.777500', '121319.237500', '121319.697500', '121320.157500', '121320.617500', '121321.077500', '121321.537500', '121321.997500', '121322.457500', '121322.917500', '121323.377500', '121323.837500', '121324.297500', '121324.757500', '121325.217500', '121325.677500', '121326.137500', '121326.597500', '121327.057500', '121327.517500', '121327.977500', '121328.437500', '121328.897500', '121329.357500', '121329.817500', '121330.277500', '121330.737500', '121331.197500', '121331.657500', '121332.117500', '121332.577500', '121333.037500', '121333.497500', '121333.957500', '121334.417500', '121334.877500', '121335.337500', '121335.797500', '121336.257500', '121336.717500', '121337.177500', '121337.637500', '121338.097500', '121338.557500', '121339.017500', '121339.477500', '121339.937500', '121340.397500', '121340.857500', '121341.317500', '121341.777500', '121342.237500', '121342.697500', '121343.157500', '121343.617500', '121344.077500', '121344.537500', '121344.997500', '121345.457500', '121345.917500', '121346.377500', '121346.837500', '121347.297500', '121347.757500', '121348.217500', '121348.677500', '121349.137500', '121349.597500', '121350.057500', '121350.517500', '121350.977500', '121351.437500', '121351.897500', '121352.357500', '121352.817500', '121353.277500', '121353.737500', '121354.197500', '121354.657500', '121355.117500', '121355.577500', '121356.037500', '121356.497500', '121356.957500', '121357.417500', '121357.877500', '121358.337500', '121358.797500', '121359.257500', '121359.717500', '121400.177500', '121400.637500', '121401.097500', '121401.557500', '121402.017500', '121402.477500', '121402.937500', '121403.397500', '121403.857500', '121404.317500', '121404.777500', '121405.237500', '121405.697500', '121406.157500', '121406.617500', '121407.077500', '121407.537500', '121407.997500', '121408.457500', '121408.917500', '121409.377500', '121409.837500', '121410.297500', '121410.757500', '121411.217500', '121411.677500', '121412.137500', '121412.597500', '121413.057500', '121413.517500', '121413.977500', '121414.437500', '121414.897500', '121415.357500', '121415.817500', '121416.277500', '121416.737500', '121417.197500', '121417.657500', '121418.117500', '121418.577500', '121419.037500', '121419.497500', '121419.957500', '121420.417500', '121420.877500', '121421.337500', '121421.797500', '121422.257500', '121422.717500', '121423.177500', '121423.637500', '121424.097500', '121424.557500', '121425.017500', '121425.477500', '121425.937500', '121426.397500', '121426.857500', '121427.317500', '121427.777500', '121428.237500', '121428.697500', '121429.157500', '121429.617500', '121430.077500', '121430.537500', '121430.997500', '121431.457500', '121431.917500', '121432.377500', '121432.837500', '121433.297500', '121433.757500', '121434.217500', '121434.677500', '121435.137500', '121435.597500', '121436.057500', '121436.517500', '121436.977500', '121437.437500', '121437.897500', '121438.357500', '121438.817500', '121439.277500', '121439.737500', '121440.197500', '121440.657500', '121441.117500', '121441.577500', '121442.037500', '121442.497500'], 'ContentTime': ['120615.706000', '120615.709000', '120615.712000', '120615.715000', '120615.718000', '120615.721000', '120615.724000', '120615.727000', '120615.730000', '120615.733000', '120615.735000', '120615.738000', '120615.741000', '120615.744000', '120615.747000', '120615.750000', '120615.753000', '120615.756000', '120615.759000', '120615.762000', '120615.765000', '120615.768000', '120615.771000', '120615.774000', '120615.777000', '120615.780000', '120615.783000', '120615.786000', '120615.789000', '120615.793000', '120615.797000', '120615.806000', '120615.809000', '120615.812000', '120615.815000', '120615.817000', '120615.820000', '120615.823000', '120615.826000', '120615.829000', '120615.832000', '120615.835000', '120615.838000', '120615.841000', '120615.844000', '120615.847000', '120615.850000', '120615.852000', '120615.855000', '120615.858000', '120615.861000', '120615.864000', '120615.867000', '120635.671000', '120635.674000', '120635.677000', '120635.680000', '120635.683000', '120635.686000', '120635.689000', '120635.692000', '120635.695000', '120635.698000', '120635.708000', '120635.711000', '120635.714000', '120635.717000', '120635.720000', '120635.723000', '120635.726000', '120635.729000', '120635.732000', '120635.735000', '120635.738000', '120635.741000', '120635.744000', '120635.746000', '120635.749000', '120635.752000', '120635.755000', '120635.758000', '120635.761000', '120635.764000', '120635.767000', '120635.817000', '120635.820000', '120635.823000', '120635.826000', '120635.829000', '120635.831000', '120635.834000', '120635.837000', '120635.840000', '120635.848000', '120635.851000', '120635.854000', '120635.856000', '120655.670000', '120655.673000', '120655.676000', '120655.679000', '120655.682000', '120655.685000', '120655.688000', '120655.691000', '120655.693000', '120655.696000', '120655.699000', '120655.702000', '120655.705000', '120655.708000', '120655.711000', '120655.714000', '120655.717000', '120655.720000', '120655.722000', '120655.726000', '120655.728000', '120655.740000', '120655.742000', '120655.745000', '120655.748000', '120655.751000', '120655.755000', '120655.758000', '120655.761000', '120655.764000', '120655.767000', '120655.770000', '120655.773000', '120655.776000', '120655.779000', '120655.782000', '120655.785000', '120655.788000', '120655.791000', '120655.794000', '120655.797000', '120655.805000', '120655.808000', '120715.671000', '120715.674000', '120715.677000', '120715.680000', '120715.683000', '120715.686000', '120715.689000', '120715.691000', '120715.694000', '120715.697000', '120715.700000', '120715.703000', '120715.706000', '120715.709000', '120715.712000', '120715.715000', '120715.718000', '120715.721000', '120715.724000', '120715.727000', '120715.730000', '120715.733000', '120715.735000', '120715.738000', '120715.742000', '120715.744000', '120715.751000', '120715.754000', '120715.757000', '120715.760000', '120715.763000', '120715.766000', '120715.769000', '120715.772000', '120715.775000', '120715.778000', '120715.781000', '120715.784000', '120715.786000', '120715.789000', '120715.792000', '120715.795000', '120715.798000', '120715.801000', '120735.671000', '120735.674000', '120735.677000', '120735.680000', '120735.683000', '120735.686000', '120735.689000', '120735.692000', '120735.695000', '120735.698000', '120735.701000', '120735.704000', '120735.707000', '120735.709000', '120735.713000', '120735.715000', '120735.718000', '120735.721000', '120735.724000', '120735.727000', '120735.730000', '120735.733000', '120735.736000', '120735.739000', '120735.742000', '120735.745000', '120735.748000', '120735.751000', '120735.754000', '120735.757000', '120735.760000', '120735.762000', '120735.765000', '120735.768000', '120735.771000', '120735.774000', '120735.777000', '120735.780000', '120735.783000', '120735.786000', '120735.789000', '120735.792000', '120735.795000', '120755.671000', '120755.674000', '120755.677000', '120755.680000', '120755.683000', '120755.686000', '120755.688000', '120755.700000', '120755.703000', '120755.706000', '120755.709000', '120755.712000', '120755.715000', '120755.718000', '120755.721000', '120755.724000', '120755.727000', '120755.729000', '120755.732000', '120755.735000', '120755.738000', '120755.741000', '120755.744000', '120755.747000', '120755.750000', '120755.753000', '120755.756000', '120755.759000', '120755.762000', '120755.765000', '120755.768000', '120755.924000', '120755.927000', '120755.930000', '120755.933000', '120755.936000', '120755.939000', '120755.942000', '120755.945000', '120755.948000', '120755.960000', '120755.963000', '120755.966000', '120755.969000', '120815.671000', '120815.674000', '120815.677000', '120815.680000', '120815.683000', '120815.686000', '120815.689000', '120815.700000', '120815.702000', '120815.706000', '120815.708000', '120815.711000', '120815.714000', '120815.717000', '120815.720000', '120815.723000', '120815.726000', '120815.729000', '120815.732000', '120815.735000', '120815.738000', '120815.741000', '120815.744000', '120815.747000', '120815.750000', '120815.753000', '120815.756000', '120815.758000', '120815.761000', '120815.764000', '120815.767000', '120815.808000', '120815.811000', '120815.814000', '120815.817000', '120815.820000', '120815.823000', '120815.826000', '120815.829000', '120815.832000', '120815.849000', '120815.856000', '120815.859000', '120835.671000', '120835.674000', '120835.677000', '120835.680000', '120835.683000', '120835.686000', '120835.689000', '120835.692000', '120835.694000', '120835.703000', '120835.713000', '120835.716000', '120835.719000', '120835.722000', '120835.725000', '120835.728000', '120835.731000', '120835.733000', '120835.737000', '120835.739000', '120835.742000', '120835.745000', '120835.748000', '120835.751000', '120835.754000', '120835.757000', '120835.760000', '120835.763000', '120835.766000', '120835.851000', '120835.855000', '120835.857000', '120835.860000', '120835.863000', '120835.866000', '120835.869000', '120835.872000', '120835.875000', '120835.878000', '120835.881000', '120835.884000', '120835.887000', '120835.890000', '120835.893000', '120855.671000', '120855.674000', '120855.677000', '120855.680000', '120855.683000', '120855.686000', '120855.689000', '120855.692000', '120855.695000', '120855.698000', '120855.701000', '120855.703000', '120855.707000', '120855.709000', '120855.712000', '120855.715000', '120855.718000', '120855.721000', '120855.724000', '120855.727000', '120855.730000', '120855.742000', '120855.744000', '120855.747000', '120855.750000', '120855.753000', '120855.756000', '120855.759000', '120855.762000', '120855.765000', '120855.768000', '120855.840000', '120855.843000', '120855.846000', '120855.849000', '120855.851000', '120855.855000', '120855.857000', '120855.860000', '120855.863000', '120855.866000', '120855.869000', '120855.872000', '120915.670000', '120915.673000', '120915.676000', '120915.679000', '120915.682000', '120915.685000', '120915.688000', '120915.691000', '120915.693000', '120915.697000', '120915.699000', '120915.702000', '120915.705000', '120915.708000', '120915.711000', '120915.714000', '120915.717000', '120915.720000', '120915.723000', '120915.726000', '120915.729000', '120915.732000', '120915.742000', '120915.745000', '120915.748000', '120915.751000', '120915.754000', '120915.757000', '120915.760000', '120915.763000', '120915.765000', '120915.800000', '120915.803000', '120915.806000', '120915.809000', '120915.811000', '120915.814000', '120915.817000', '120915.820000', '120915.823000', '120915.826000', '120915.829000', '120915.832000', '120915.835000', '120935.671000', '120935.674000', '120935.677000', '120935.680000', '120935.683000', '120935.686000', '120935.689000', '120935.692000', '120935.695000', '120935.698000', '120935.700000', '120935.703000', '120935.706000', '120935.709000', '120935.712000', '120935.715000', '120935.718000', '120935.721000', '120935.724000', '120935.727000', '120935.730000', '120935.733000', '120935.736000', '120935.739000', '120935.742000', '120935.744000', '120935.747000', '120935.750000', '120935.753000', '120935.756000', '120935.759000', '120935.762000', '120935.765000', '120935.768000', '120935.804000', '120935.808000', '120935.811000', '120935.813000', '120935.823000', '120935.826000', '120935.829000', '120935.832000', '120935.835000', '120955.671000', '120955.674000', '120955.677000', '120955.680000', '120955.683000', '120955.686000', '120955.690000', '120955.693000', '120955.710000', '120955.713000', '120955.716000', '120955.719000', '120955.722000', '120955.725000', '120955.728000', '120955.731000', '120955.734000', '120955.737000', '120955.740000', '120955.743000', '120955.746000', '120955.749000', '120955.752000', '120955.754000', '120955.758000', '120955.760000', '120955.763000', '120955.766000', '120955.769000', '120955.772000', '120955.775000', '120955.778000', '120955.781000', '120955.784000', '120955.787000', '120955.790000', '120955.793000', '120955.796000', '120955.799000', '120955.802000', '120955.805000', '120955.808000', '120955.810000', '121015.671000', '121015.674000', '121015.677000', '121015.680000', '121015.683000', '121015.686000', '121015.689000', '121015.692000', '121015.695000', '121015.698000', '121015.701000', '121015.704000', '121015.706000', '121015.709000', '121015.712000', '121015.715000', '121015.718000', '121015.721000', '121015.724000', '121015.729000', '121015.732000', '121015.735000', '121015.738000', '121015.741000', '121015.744000', '121015.747000', '121015.750000', '121015.753000', '121015.756000', '121015.759000', '121015.762000', '121015.765000', '121015.768000', '121015.836000', '121015.839000', '121015.842000', '121015.845000', '121015.848000', '121015.851000', '121015.854000', '121015.857000', '121015.859000', '121015.862000', '121015.865000', '121035.671000', '121035.674000', '121035.677000', '121035.680000', '121035.684000', '121035.687000', '121035.690000', '121035.693000', '121035.696000', '121035.699000', '121035.702000', '121035.705000', '121035.708000', '121035.710000', '121035.713000', '121035.716000', '121035.719000', '121035.722000', '121035.725000', '121035.728000', '121035.731000', '121035.734000', '121035.737000', '121035.740000', '121035.743000', '121035.746000', '121035.749000', '121035.752000', '121035.755000', '121035.758000', '121035.761000', '121035.764000', '121035.766000', '121035.814000', '121035.822000', '121035.825000', '121035.828000', '121035.831000', '121035.834000', '121035.837000', '121035.840000', '121035.842000', '121035.845000', '121055.671000', '121055.674000', '121055.677000', '121055.680000', '121055.683000', '121055.686000', '121055.689000', '121055.692000', '121055.695000', '121055.698000', '121055.701000', '121055.704000', '121055.706000', '121055.709000', '121055.712000', '121055.715000', '121055.718000', '121055.721000', '121055.724000', '121055.727000', '121055.730000', '121055.733000', '121055.736000', '121055.739000', '121055.742000', '121055.745000', '121055.748000', '121055.751000', '121055.754000', '121055.757000', '121055.760000', '121055.763000', '121055.765000', '121055.768000', '121055.829000', '121055.832000', '121055.835000', '121055.837000', '121055.841000', '121055.843000', '121055.846000', '121055.849000', '121055.852000', '121055.855000', '121115.671000', '121115.674000', '121115.677000', '121115.680000', '121115.683000', '121115.686000', '121115.689000', '121115.692000', '121115.695000', '121115.698000', '121115.702000', '121115.706000', '121115.710000', '121115.712000', '121115.716000', '121115.719000', '121115.721000', '121115.724000', '121115.728000', '121115.731000', '121115.733000', '121115.736000', '121115.739000', '121115.742000', '121115.745000', '121115.748000', '121115.751000', '121115.754000', '121115.757000', '121115.760000', '121115.763000', '121115.766000', '121115.845000', '121115.848000', '121115.851000', '121115.854000', '121115.857000', '121115.859000', '121115.863000', '121115.865000', '121115.868000', '121115.871000', '121115.874000', '121135.670000', '121135.673000', '121135.676000', '121135.679000', '121135.682000', '121135.685000', '121135.688000', '121135.691000', '121135.694000', '121135.697000', '121135.700000', '121135.703000', '121135.706000', '121135.709000', '121135.714000', '121135.717000', '121135.720000', '121135.723000', '121135.726000', '121135.729000', '121135.732000', '121135.735000', '121135.738000', '121135.740000', '121135.743000', '121135.746000', '121135.749000', '121135.752000', '121135.755000', '121135.758000', '121135.761000', '121135.764000', '121135.767000', '121135.831000', '121135.834000', '121135.837000', '121135.840000', '121135.843000', '121135.846000', '121135.855000', '121135.857000', '121135.861000', '121135.863000', '121135.866000', '121155.671000', '121155.675000', '121155.678000', '121155.681000', '121155.684000', '121155.686000', '121155.689000', '121155.692000', '121155.695000', '121155.698000', '121155.701000', '121155.704000', '121155.707000', '121155.710000', '121155.713000', '121155.716000', '121155.719000', '121155.722000', '121155.725000', '121155.728000', '121155.731000', '121155.734000', '121155.737000', '121155.740000', '121155.743000', '121155.747000', '121155.750000', '121155.753000', '121155.756000', '121155.759000', '121155.762000', '121155.765000', '121155.768000', '121155.771000', '121155.773000', '121155.776000', '121155.779000', '121155.782000', '121155.785000', '121155.788000', '121155.791000', '121155.794000', '121155.797000', '121215.671000', '121215.674000', '121215.677000', '121215.680000', '121215.683000', '121215.695000', '121215.697000', '121215.700000', '121215.703000', '121215.706000', '121215.709000', '121215.712000', '121215.715000', '121215.718000', '121215.721000', '121215.724000', '121215.727000', '121215.730000', '121215.733000', '121215.736000', '121215.739000', '121215.742000', '121215.744000', '121215.747000', '121215.750000', '121215.753000', '121215.756000', '121215.759000', '121215.762000', '121215.765000', '121215.769000', '121215.783000', '121215.786000', '121215.789000', '121215.792000', '121215.795000', '121215.798000', '121215.801000', '121215.804000', '121215.807000', '121215.810000', '121215.813000', '121215.816000', '121215.819000', '121235.671000', '121235.674000', '121235.677000', '121235.680000', '121235.683000', '121235.686000', '121235.689000', '121235.692000', '121235.695000', '121235.698000', '121235.701000', '121235.704000', '121235.707000', '121235.710000', '121235.713000', '121235.716000', '121235.719000', '121235.722000', '121235.725000', '121235.727000', '121235.730000', '121235.733000', '121235.736000', '121235.739000', '121235.742000', '121235.745000', '121235.749000', '121235.751000', '121235.755000', '121235.758000', '121235.760000', '121235.763000', '121235.766000', '121235.833000', '121235.835000', '121235.839000', '121235.842000', '121235.844000', '121235.847000', '121235.850000', '121235.853000', '121235.856000', '121235.859000', '121255.689000', '121255.692000', '121255.699000', '121255.702000', '121255.705000', '121255.707000', '121255.710000', '121255.713000', '121255.716000', '121255.719000', '121255.722000', '121255.725000', '121255.728000', '121255.731000', '121255.734000', '121255.737000', '121255.740000', '121255.743000', '121255.746000', '121255.749000', '121255.752000', '121255.755000', '121255.757000', '121255.761000', '121255.763000', '121255.766000', '121255.858000', '121255.861000', '121255.864000', '121255.867000', '121255.870000', '121255.873000', '121255.876000', '121255.878000', '121255.881000', '121255.885000', '121255.887000', '121255.890000', '121255.893000', '121255.896000', '121255.899000', '121255.902000', '121255.905000', '121255.908000', '121315.671000', '121315.674000', '121315.677000', '121315.680000', '121315.683000', '121315.686000', '121315.689000', '121315.692000', '121315.695000', '121315.704000', '121315.708000', '121315.711000', '121315.714000', '121315.717000', '121315.720000', '121315.723000', '121315.726000', '121315.729000', '121315.732000', '121315.735000', '121315.738000', '121315.741000', '121315.744000', '121315.746000', '121315.749000', '121315.752000', '121315.755000', '121315.758000', '121315.761000', '121315.764000', '121315.767000', '121315.832000', '121315.835000', '121315.838000', '121315.841000', '121315.844000', '121315.847000', '121315.850000', '121315.853000', '121315.856000', '121315.859000', '121315.862000', '121315.864000', '121335.671000', '121335.674000', '121335.678000', '121335.681000', '121335.684000', '121335.686000', '121335.690000', '121335.693000', '121335.695000', '121335.698000', '121335.701000', '121335.704000', '121335.707000', '121335.710000', '121335.713000', '121335.716000', '121335.719000', '121335.722000', '121335.725000', '121335.728000', '121335.731000', '121335.734000', '121335.737000', '121335.740000', '121335.743000', '121335.746000', '121335.749000', '121335.752000', '121335.754000', '121335.757000', '121335.760000', '121335.763000', '121335.766000', '121335.826000', '121335.829000', '121335.832000', '121335.835000', '121335.838000', '121335.841000', '121335.844000', '121335.847000', '121335.850000', '121335.853000', '121335.856000', '121355.670000', '121355.673000', '121355.676000', '121355.679000', '121355.682000', '121355.685000', '121355.688000', '121355.691000', '121355.694000', '121355.697000', '121355.700000', '121355.703000', '121355.706000', '121355.709000', '121355.712000', '121355.714000', '121355.717000', '121355.720000', '121355.723000', '121355.726000', '121355.729000', '121355.732000', '121355.735000', '121355.738000', '121355.741000', '121355.744000', '121355.747000', '121355.750000', '121355.753000', '121355.756000', '121355.759000', '121355.762000', '121355.765000', '121355.768000', '121355.848000', '121355.851000', '121355.854000', '121355.857000', '121355.860000', '121355.863000', '121355.865000', '121355.868000', '121355.871000', '121415.671000', '121415.674000', '121415.677000', '121415.680000', '121415.683000', '121415.686000', '121415.689000', '121415.692000', '121415.701000', '121415.704000', '121415.707000', '121415.710000', '121415.713000', '121415.716000', '121415.719000', '121415.722000', '121415.725000', '121415.728000', '121415.731000', '121415.734000', '121415.737000', '121415.740000', '121415.743000', '121415.745000', '121415.748000', '121415.751000', '121415.754000', '121415.757000', '121415.760000', '121415.768000', '121415.831000', '121415.834000', '121415.846000', '121415.849000', '121415.852000', '121415.855000', '121415.858000', '121415.861000', '121415.864000', '121415.867000', '121415.869000', '121415.873000', '121415.875000', '121415.878000', '121435.671000', '121435.674000', '121435.677000', '121435.680000', '121435.683000', '121435.686000', '121435.689000', '121435.692000', '121435.695000', '121435.698000', '121435.701000', '121435.704000', '121435.706000', '121435.709000', '121435.712000', '121435.716000', '121435.718000', '121435.721000', '121435.724000', '121435.727000', '121435.730000', '121435.733000', '121435.736000', '121435.739000', '121435.743000', '121435.746000', '121435.749000', '121435.752000', '121435.755000', '121435.758000', '121435.761000', '121435.764000', '121435.767000', '121435.829000', '121435.832000', '121435.835000', '121435.838000', '121435.841000', '121435.844000', '121435.847000', '121435.850000', '121435.853000', '121435.856000', '121443.232000', '121443.235000', '121443.238000', '121443.242000', '121443.245000', '121443.248000', '121443.252000', '121443.255000', '121443.258000', '121443.261000', '121443.264000', '121443.267000', '121443.270000', '121443.273000', '121443.276000', '121443.279000', '121443.282000'], 'InstanceCreationTime': ['120615.706000', '120615.709000', '120615.712000', '120615.715000', '120615.718000', '120615.721000', '120615.724000', '120615.727000', '120615.730000', '120615.733000', '120615.735000', '120615.738000', '120615.741000', '120615.744000', '120615.747000', '120615.750000', '120615.753000', '120615.756000', '120615.759000', '120615.762000', '120615.765000', '120615.768000', '120615.771000', '120615.774000', '120615.777000', '120615.780000', '120615.783000', '120615.786000', '120615.789000', '120615.793000', '120615.797000', '120615.806000', '120615.809000', '120615.812000', '120615.815000', '120615.817000', '120615.820000', '120615.823000', '120615.826000', '120615.829000', '120615.832000', '120615.835000', '120615.838000', '120615.841000', '120615.844000', '120615.847000', '120615.850000', '120615.852000', '120615.855000', '120615.858000', '120615.861000', '120615.864000', '120615.867000', '120635.671000', '120635.674000', '120635.677000', '120635.680000', '120635.683000', '120635.686000', '120635.689000', '120635.692000', '120635.695000', '120635.698000', '120635.708000', '120635.711000', '120635.714000', '120635.717000', '120635.720000', '120635.723000', '120635.726000', '120635.729000', '120635.732000', '120635.735000', '120635.738000', '120635.741000', '120635.744000', '120635.746000', '120635.749000', '120635.752000', '120635.755000', '120635.758000', '120635.761000', '120635.764000', '120635.767000', '120635.817000', '120635.820000', '120635.823000', '120635.826000', '120635.829000', '120635.831000', '120635.834000', '120635.837000', '120635.840000', '120635.848000', '120635.851000', '120635.854000', '120635.856000', '120655.670000', '120655.673000', '120655.676000', '120655.679000', '120655.682000', '120655.685000', '120655.688000', '120655.691000', '120655.693000', '120655.696000', '120655.699000', '120655.702000', '120655.705000', '120655.708000', '120655.711000', '120655.714000', '120655.717000', '120655.720000', '120655.722000', '120655.726000', '120655.728000', '120655.740000', '120655.742000', '120655.745000', '120655.748000', '120655.751000', '120655.755000', '120655.758000', '120655.761000', '120655.764000', '120655.767000', '120655.770000', '120655.773000', '120655.776000', '120655.779000', '120655.782000', '120655.785000', '120655.788000', '120655.791000', '120655.794000', '120655.797000', '120655.805000', '120655.808000', '120715.671000', '120715.674000', '120715.677000', '120715.680000', '120715.683000', '120715.686000', '120715.689000', '120715.691000', '120715.694000', '120715.697000', '120715.700000', '120715.703000', '120715.706000', '120715.709000', '120715.712000', '120715.715000', '120715.718000', '120715.721000', '120715.724000', '120715.727000', '120715.730000', '120715.733000', '120715.735000', '120715.738000', '120715.742000', '120715.744000', '120715.751000', '120715.754000', '120715.757000', '120715.760000', '120715.763000', '120715.766000', '120715.769000', '120715.772000', '120715.775000', '120715.778000', '120715.781000', '120715.784000', '120715.786000', '120715.789000', '120715.792000', '120715.795000', '120715.798000', '120715.801000', '120735.671000', '120735.674000', '120735.677000', '120735.680000', '120735.683000', '120735.686000', '120735.689000', '120735.692000', '120735.695000', '120735.698000', '120735.701000', '120735.704000', '120735.707000', '120735.709000', '120735.713000', '120735.715000', '120735.718000', '120735.721000', '120735.724000', '120735.727000', '120735.730000', '120735.733000', '120735.736000', '120735.739000', '120735.742000', '120735.745000', '120735.748000', '120735.751000', '120735.754000', '120735.757000', '120735.760000', '120735.762000', '120735.765000', '120735.768000', '120735.771000', '120735.774000', '120735.777000', '120735.780000', '120735.783000', '120735.786000', '120735.789000', '120735.792000', '120735.795000', '120755.671000', '120755.674000', '120755.677000', '120755.680000', '120755.683000', '120755.686000', '120755.688000', '120755.700000', '120755.703000', '120755.706000', '120755.709000', '120755.712000', '120755.715000', '120755.718000', '120755.721000', '120755.724000', '120755.727000', '120755.729000', '120755.732000', '120755.735000', '120755.738000', '120755.741000', '120755.744000', '120755.747000', '120755.750000', '120755.753000', '120755.756000', '120755.759000', '120755.762000', '120755.765000', '120755.768000', '120755.924000', '120755.927000', '120755.930000', '120755.933000', '120755.936000', '120755.939000', '120755.942000', '120755.945000', '120755.948000', '120755.960000', '120755.963000', '120755.966000', '120755.969000', '120815.671000', '120815.674000', '120815.677000', '120815.680000', '120815.683000', '120815.686000', '120815.689000', '120815.700000', '120815.702000', '120815.706000', '120815.708000', '120815.711000', '120815.714000', '120815.717000', '120815.720000', '120815.723000', '120815.726000', '120815.729000', '120815.732000', '120815.735000', '120815.738000', '120815.741000', '120815.744000', '120815.747000', '120815.750000', '120815.753000', '120815.756000', '120815.758000', '120815.761000', '120815.764000', '120815.767000', '120815.808000', '120815.811000', '120815.814000', '120815.817000', '120815.820000', '120815.823000', '120815.826000', '120815.829000', '120815.832000', '120815.849000', '120815.856000', '120815.859000', '120835.671000', '120835.674000', '120835.677000', '120835.680000', '120835.683000', '120835.686000', '120835.689000', '120835.692000', '120835.694000', '120835.703000', '120835.713000', '120835.716000', '120835.719000', '120835.722000', '120835.725000', '120835.728000', '120835.731000', '120835.733000', '120835.737000', '120835.739000', '120835.742000', '120835.745000', '120835.748000', '120835.751000', '120835.754000', '120835.757000', '120835.760000', '120835.763000', '120835.766000', '120835.851000', '120835.855000', '120835.857000', '120835.860000', '120835.863000', '120835.866000', '120835.869000', '120835.872000', '120835.875000', '120835.878000', '120835.881000', '120835.884000', '120835.887000', '120835.890000', '120835.893000', '120855.671000', '120855.674000', '120855.677000', '120855.680000', '120855.683000', '120855.686000', '120855.689000', '120855.692000', '120855.695000', '120855.698000', '120855.701000', '120855.703000', '120855.707000', '120855.709000', '120855.712000', '120855.715000', '120855.718000', '120855.721000', '120855.724000', '120855.727000', '120855.730000', '120855.742000', '120855.744000', '120855.747000', '120855.750000', '120855.753000', '120855.756000', '120855.759000', '120855.762000', '120855.765000', '120855.768000', '120855.840000', '120855.843000', '120855.846000', '120855.849000', '120855.851000', '120855.855000', '120855.857000', '120855.860000', '120855.863000', '120855.866000', '120855.869000', '120855.872000', '120915.670000', '120915.673000', '120915.676000', '120915.679000', '120915.682000', '120915.685000', '120915.688000', '120915.691000', '120915.693000', '120915.697000', '120915.699000', '120915.702000', '120915.705000', '120915.708000', '120915.711000', '120915.714000', '120915.717000', '120915.720000', '120915.723000', '120915.726000', '120915.729000', '120915.732000', '120915.742000', '120915.745000', '120915.748000', '120915.751000', '120915.754000', '120915.757000', '120915.760000', '120915.763000', '120915.765000', '120915.800000', '120915.803000', '120915.806000', '120915.809000', '120915.811000', '120915.814000', '120915.817000', '120915.820000', '120915.823000', '120915.826000', '120915.829000', '120915.832000', '120915.835000', '120935.671000', '120935.674000', '120935.677000', '120935.680000', '120935.683000', '120935.686000', '120935.689000', '120935.692000', '120935.695000', '120935.698000', '120935.700000', '120935.703000', '120935.706000', '120935.709000', '120935.712000', '120935.715000', '120935.718000', '120935.721000', '120935.724000', '120935.727000', '120935.730000', '120935.733000', '120935.736000', '120935.739000', '120935.742000', '120935.744000', '120935.747000', '120935.750000', '120935.753000', '120935.756000', '120935.759000', '120935.762000', '120935.765000', '120935.768000', '120935.804000', '120935.808000', '120935.811000', '120935.813000', '120935.823000', '120935.826000', '120935.829000', '120935.832000', '120935.835000', '120955.671000', '120955.674000', '120955.677000', '120955.680000', '120955.683000', '120955.686000', '120955.690000', '120955.693000', '120955.710000', '120955.713000', '120955.716000', '120955.719000', '120955.722000', '120955.725000', '120955.728000', '120955.731000', '120955.734000', '120955.737000', '120955.740000', '120955.743000', '120955.746000', '120955.749000', '120955.752000', '120955.754000', '120955.758000', '120955.760000', '120955.763000', '120955.766000', '120955.769000', '120955.772000', '120955.775000', '120955.778000', '120955.781000', '120955.784000', '120955.787000', '120955.790000', '120955.793000', '120955.796000', '120955.799000', '120955.802000', '120955.805000', '120955.808000', '120955.810000', '121015.671000', '121015.674000', '121015.677000', '121015.680000', '121015.683000', '121015.686000', '121015.689000', '121015.692000', '121015.695000', '121015.698000', '121015.701000', '121015.704000', '121015.706000', '121015.709000', '121015.712000', '121015.715000', '121015.718000', '121015.721000', '121015.724000', '121015.729000', '121015.732000', '121015.735000', '121015.738000', '121015.741000', '121015.744000', '121015.747000', '121015.750000', '121015.753000', '121015.756000', '121015.759000', '121015.762000', '121015.765000', '121015.768000', '121015.836000', '121015.839000', '121015.842000', '121015.845000', '121015.848000', '121015.851000', '121015.854000', '121015.857000', '121015.859000', '121015.862000', '121015.865000', '121035.671000', '121035.674000', '121035.677000', '121035.680000', '121035.684000', '121035.687000', '121035.690000', '121035.693000', '121035.696000', '121035.699000', '121035.702000', '121035.705000', '121035.708000', '121035.710000', '121035.713000', '121035.716000', '121035.719000', '121035.722000', '121035.725000', '121035.728000', '121035.731000', '121035.734000', '121035.737000', '121035.740000', '121035.743000', '121035.746000', '121035.749000', '121035.752000', '121035.755000', '121035.758000', '121035.761000', '121035.764000', '121035.766000', '121035.814000', '121035.822000', '121035.825000', '121035.828000', '121035.831000', '121035.834000', '121035.837000', '121035.840000', '121035.842000', '121035.845000', '121055.671000', '121055.674000', '121055.677000', '121055.680000', '121055.683000', '121055.686000', '121055.689000', '121055.692000', '121055.695000', '121055.698000', '121055.701000', '121055.704000', '121055.706000', '121055.709000', '121055.712000', '121055.715000', '121055.718000', '121055.721000', '121055.724000', '121055.727000', '121055.730000', '121055.733000', '121055.736000', '121055.739000', '121055.742000', '121055.745000', '121055.748000', '121055.751000', '121055.754000', '121055.757000', '121055.760000', '121055.763000', '121055.765000', '121055.768000', '121055.829000', '121055.832000', '121055.835000', '121055.837000', '121055.841000', '121055.843000', '121055.846000', '121055.849000', '121055.852000', '121055.855000', '121115.671000', '121115.674000', '121115.677000', '121115.680000', '121115.683000', '121115.686000', '121115.689000', '121115.692000', '121115.695000', '121115.698000', '121115.702000', '121115.706000', '121115.710000', '121115.712000', '121115.716000', '121115.719000', '121115.721000', '121115.724000', '121115.728000', '121115.731000', '121115.733000', '121115.736000', '121115.739000', '121115.742000', '121115.745000', '121115.748000', '121115.751000', '121115.754000', '121115.757000', '121115.760000', '121115.763000', '121115.766000', '121115.845000', '121115.848000', '121115.851000', '121115.854000', '121115.857000', '121115.859000', '121115.863000', '121115.865000', '121115.868000', '121115.871000', '121115.874000', '121135.670000', '121135.673000', '121135.676000', '121135.679000', '121135.682000', '121135.685000', '121135.688000', '121135.691000', '121135.694000', '121135.697000', '121135.700000', '121135.703000', '121135.706000', '121135.709000', '121135.714000', '121135.717000', '121135.720000', '121135.723000', '121135.726000', '121135.729000', '121135.732000', '121135.735000', '121135.738000', '121135.740000', '121135.743000', '121135.746000', '121135.749000', '121135.752000', '121135.755000', '121135.758000', '121135.761000', '121135.764000', '121135.767000', '121135.831000', '121135.834000', '121135.837000', '121135.840000', '121135.843000', '121135.846000', '121135.855000', '121135.857000', '121135.861000', '121135.863000', '121135.866000', '121155.671000', '121155.675000', '121155.678000', '121155.681000', '121155.684000', '121155.686000', '121155.689000', '121155.692000', '121155.695000', '121155.698000', '121155.701000', '121155.704000', '121155.707000', '121155.710000', '121155.713000', '121155.716000', '121155.719000', '121155.722000', '121155.725000', '121155.728000', '121155.731000', '121155.734000', '121155.737000', '121155.740000', '121155.743000', '121155.747000', '121155.750000', '121155.753000', '121155.756000', '121155.759000', '121155.762000', '121155.765000', '121155.768000', '121155.771000', '121155.773000', '121155.776000', '121155.779000', '121155.782000', '121155.785000', '121155.788000', '121155.791000', '121155.794000', '121155.797000', '121215.671000', '121215.674000', '121215.677000', '121215.680000', '121215.683000', '121215.695000', '121215.697000', '121215.700000', '121215.703000', '121215.706000', '121215.709000', '121215.712000', '121215.715000', '121215.718000', '121215.721000', '121215.724000', '121215.727000', '121215.730000', '121215.733000', '121215.736000', '121215.739000', '121215.742000', '121215.744000', '121215.747000', '121215.750000', '121215.753000', '121215.756000', '121215.759000', '121215.762000', '121215.765000', '121215.769000', '121215.783000', '121215.786000', '121215.789000', '121215.792000', '121215.795000', '121215.798000', '121215.801000', '121215.804000', '121215.807000', '121215.810000', '121215.813000', '121215.816000', '121215.819000', '121235.671000', '121235.674000', '121235.677000', '121235.680000', '121235.683000', '121235.686000', '121235.689000', '121235.692000', '121235.695000', '121235.698000', '121235.701000', '121235.704000', '121235.707000', '121235.710000', '121235.713000', '121235.716000', '121235.719000', '121235.722000', '121235.725000', '121235.727000', '121235.730000', '121235.733000', '121235.736000', '121235.739000', '121235.742000', '121235.745000', '121235.749000', '121235.751000', '121235.755000', '121235.758000', '121235.760000', '121235.763000', '121235.766000', '121235.833000', '121235.835000', '121235.839000', '121235.842000', '121235.844000', '121235.847000', '121235.850000', '121235.853000', '121235.856000', '121235.859000', '121255.689000', '121255.692000', '121255.699000', '121255.702000', '121255.705000', '121255.707000', '121255.710000', '121255.713000', '121255.716000', '121255.719000', '121255.722000', '121255.725000', '121255.728000', '121255.731000', '121255.734000', '121255.737000', '121255.740000', '121255.743000', '121255.746000', '121255.749000', '121255.752000', '121255.755000', '121255.757000', '121255.761000', '121255.763000', '121255.766000', '121255.858000', '121255.861000', '121255.864000', '121255.867000', '121255.870000', '121255.873000', '121255.876000', '121255.878000', '121255.881000', '121255.885000', '121255.887000', '121255.890000', '121255.893000', '121255.896000', '121255.899000', '121255.902000', '121255.905000', '121255.908000', '121315.671000', '121315.674000', '121315.677000', '121315.680000', '121315.683000', '121315.686000', '121315.689000', '121315.692000', '121315.695000', '121315.704000', '121315.708000', '121315.711000', '121315.714000', '121315.717000', '121315.720000', '121315.723000', '121315.726000', '121315.729000', '121315.732000', '121315.735000', '121315.738000', '121315.741000', '121315.744000', '121315.746000', '121315.749000', '121315.752000', '121315.755000', '121315.758000', '121315.761000', '121315.764000', '121315.767000', '121315.832000', '121315.835000', '121315.838000', '121315.841000', '121315.844000', '121315.847000', '121315.850000', '121315.853000', '121315.856000', '121315.859000', '121315.862000', '121315.864000', '121335.671000', '121335.674000', '121335.678000', '121335.681000', '121335.684000', '121335.686000', '121335.690000', '121335.693000', '121335.695000', '121335.698000', '121335.701000', '121335.704000', '121335.707000', '121335.710000', '121335.713000', '121335.716000', '121335.719000', '121335.722000', '121335.725000', '121335.728000', '121335.731000', '121335.734000', '121335.737000', '121335.740000', '121335.743000', '121335.746000', '121335.749000', '121335.752000', '121335.754000', '121335.757000', '121335.760000', '121335.763000', '121335.766000', '121335.826000', '121335.829000', '121335.832000', '121335.835000', '121335.838000', '121335.841000', '121335.844000', '121335.847000', '121335.850000', '121335.853000', '121335.856000', '121355.670000', '121355.673000', '121355.676000', '121355.679000', '121355.682000', '121355.685000', '121355.688000', '121355.691000', '121355.694000', '121355.697000', '121355.700000', '121355.703000', '121355.706000', '121355.709000', '121355.712000', '121355.714000', '121355.717000', '121355.720000', '121355.723000', '121355.726000', '121355.729000', '121355.732000', '121355.735000', '121355.738000', '121355.741000', '121355.744000', '121355.747000', '121355.750000', '121355.753000', '121355.756000', '121355.759000', '121355.762000', '121355.765000', '121355.768000', '121355.848000', '121355.851000', '121355.854000', '121355.857000', '121355.860000', '121355.863000', '121355.865000', '121355.868000', '121355.871000', '121415.671000', '121415.674000', '121415.677000', '121415.680000', '121415.683000', '121415.686000', '121415.689000', '121415.692000', '121415.701000', '121415.704000', '121415.707000', '121415.710000', '121415.713000', '121415.716000', '121415.719000', '121415.722000', '121415.725000', '121415.728000', '121415.731000', '121415.734000', '121415.737000', '121415.740000', '121415.743000', '121415.745000', '121415.748000', '121415.751000', '121415.754000', '121415.757000', '121415.760000', '121415.768000', '121415.831000', '121415.834000', '121415.846000', '121415.849000', '121415.852000', '121415.855000', '121415.858000', '121415.861000', '121415.864000', '121415.867000', '121415.869000', '121415.873000', '121415.875000', '121415.878000', '121435.671000', '121435.674000', '121435.677000', '121435.680000', '121435.683000', '121435.686000', '121435.689000', '121435.692000', '121435.695000', '121435.698000', '121435.701000', '121435.704000', '121435.706000', '121435.709000', '121435.712000', '121435.716000', '121435.718000', '121435.721000', '121435.724000', '121435.727000', '121435.730000', '121435.733000', '121435.736000', '121435.739000', '121435.743000', '121435.746000', '121435.749000', '121435.752000', '121435.755000', '121435.758000', '121435.761000', '121435.764000', '121435.767000', '121435.829000', '121435.832000', '121435.835000', '121435.838000', '121435.841000', '121435.844000', '121435.847000', '121435.850000', '121435.853000', '121435.856000', '121443.232000', '121443.235000', '121443.238000', '121443.242000', '121443.245000', '121443.248000', '121443.252000', '121443.255000', '121443.258000', '121443.261000', '121443.264000', '121443.267000', '121443.270000', '121443.273000', '121443.276000', '121443.279000', '121443.282000'], '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': [8700, 12716, 10174, 11152, 8140, 8492, 11567, 8852, 11807, 9574, 10007, 8698, 7407, 12387, 8070, 11418, 8314, 8102, 9134, 7299, 11847, 7978, 11146, 7600, 9147, 8263, 7532, 12652, 7909, 10846, 6992, 9054, 7617, 7677, 10874, 7670, 11447, 7255, 9501, 6966, 7761, 10811, 8354, 10884, 8123, 10257, 7200, 8248, 10622, 7606, 11736, 8498, 10641, 7788, 8036, 7121, 6889, 11082, 8545, 11535, 9389, 10363, 7159, 8874, 7649, 7513, 11663, 9612, 11612, 9116, 10495, 7022, 8811, 8259, 7851, 11341, 10325, 11101, 8528, 10689, 7371, 10313, 7500, 10265, 7086, 8790, 6841, 8134, 7612, 7553, 11279, 9837, 11331, 8905, 11117, 7079, 9721, 8192, 9045, 9786, 8428, 11801, 8184, 11409, 8685, 11068, 7919, 8913, 7245, 7807, 10919, 8800, 12221, 9748, 10717, 7807, 10497, 6867, 9903, 7315, 9513, 7522, 7744, 7728, 7260, 10861, 8391, 11486, 9719, 11091, 7965, 10021, 7353, 8884, 7866, 8076, 10900, 9790, 11152, 8183, 11196, 7048, 10106, 7508, 9356, 7678, 8074, 7145, 7377, 11436, 8097, 11795, 9370, 11081, 7937, 9114, 6962, 7553, 10389, 7988, 11587, 9604, 9625, 7553, 11559, 6833, 11042, 7306, 9641, 7186, 8289, 10861, 7636, 12162, 8218, 11350, 7864, 10448, 6942, 8708, 8955, 7872, 12735, 10675, 12089, 8647, 11193, 7247, 9816, 7046, 8584, 8955, 8290, 11910, 8377, 12381, 8432, 11395, 7488, 10517, 7178, 9523, 7121, 8012, 9410, 9060, 8427, 7154, 10515, 7574, 11851, 8289, 10955, 7187, 10628, 7284, 9364, 7519, 8056, 10978, 10061, 11094, 8610, 11835, 7392, 11020, 7490, 10766, 7022, 8616, 7231, 7623, 7683, 7262, 10031, 9258, 9014, 7947, 10327, 7432, 11917, 7019, 10043, 8205, 8681, 9472, 7938, 12878, 7912, 11212, 7184, 10342, 8224, 9878, 9059, 7300, 12442, 7745, 11147, 7912, 11928, 7004, 9633, 6943, 7317, 9743, 7419, 12399, 10178, 12388, 7987, 10689, 7353, 9432, 7731, 9374, 9460, 7674, 12624, 7808, 11256, 7756, 11622, 7463, 9993, 6936, 7562, 9949, 7275, 12210, 8424, 11033, 7710, 9758, 6648, 8119, 8499, 7056, 13235, 8716, 11220, 7631, 9677, 6820, 7766, 12094, 8487, 12090, 8317, 10600, 6783, 8464, 6827, 7688, 10656, 7702, 10816, 7034, 10427, 6988, 9295, 7069, 7609, 9143, 7051, 11854, 7182, 10425, 7120, 9842, 8335, 7827, 11883, 6834, 11133, 7474, 11145, 7376, 8279, 7445, 7086, 11639, 8052, 11074, 9202, 10786, 6882, 10285, 7274, 9177, 7681, 8162, 8241, 7392, 12356, 7968, 11661, 7612, 10537, 7102, 9033, 9048, 7679, 12867, 9519, 11927, 8740, 10499, 7784, 8386, 8158, 7079, 12793, 9781, 11840, 7024, 10305, 6847, 8647, 10326, 8876, 12457, 9762, 11315, 7254, 8672, 9586, 7836, 13514, 9480, 11468, 7219, 9529, 7755, 7075, 12437, 9213, 11639, 7017, 10047, 6851, 8090, 8308, 6930, 11593, 9008, 11671, 6971, 10215, 6901, 7932, 11979, 8984, 11268, 7534, 10088, 6904, 7339, 12486, 8103, 11484, 7773, 11322, 7011, 8361, 7455, 7007, 11497, 8321, 11448, 8456, 10583, 6881, 9577, 6961, 8505, 9073, 7741, 11105, 7230, 11980, 6925, 10351, 7866, 8829, 10752, 9062, 13032, 7892, 11065, 7308, 11019, 8958, 8868, 11738, 7956, 12184, 7951, 11390, 7015, 11435, 6748, 8403, 9004, 7092, 13046, 8542, 11357, 9018, 11591, 6799, 9688, 6520, 7584, 10733, 6857, 9846, 8020, 10958, 9098, 10894, 10541, 12028, 6889, 7139, 6641, 7282, 9010, 6770, 8720, 10153, 13197, 11302, 10696, 11925, 11210, 12841, 9885, 8856, 8782, 6796, 9286, 8802, 8913, 7893, 6770, 8439, 6793, 8758, 7627, 9197, 8243, 9089, 11035, 8125, 10086, 7138, 8209, 11333, 8781, 10357, 8554, 9456, 7016, 8297, 9230, 7047, 12099, 8391, 11041, 8111, 8984, 6789, 7365, 11844, 7713, 10139, 7144, 7105, 6810, 10157, 8795, 9923, 7153, 9524, 7652, 8895, 7058, 7425, 11505, 8535, 11336, 8673, 9623, 7061, 7670, 8126, 6997, 12281, 8869, 11179, 8638, 9302, 7333, 8332, 7517, 7196, 12271, 7733, 10295, 8528, 10514, 6601, 8589, 7374, 6737, 11563, 7844, 9964, 6886, 8899, 7643, 6849, 11057, 6850, 9538, 6891, 9087, 6857, 8272, 6734, 6831, 10773, 6911, 9284, 6819, 8704, 6930, 9671, 6806, 6818, 10699, 7603, 10660, 8194, 9821, 7270, 8439, 10779, 9051, 12972, 8408, 10766, 7109, 8821, 6828, 6855, 11243, 8026, 11866, 7225, 10631, 6828, 9044, 6837, 8861, 8598, 6940, 11311, 10030, 11241, 7663, 9009, 7118, 7224, 11816, 8495, 12368, 8727, 9393, 6729, 7252, 7501, 7221, 7859, 6847, 7379, 6817, 9396, 6847, 6673, 7068, 7584, 7291, 12855, 9791, 10594, 7557, 9850, 8571, 7906, 11169, 8764, 12891, 10824, 13571, 11448, 12769, 11293, 12200, 10521, 8035, 7077, 6707, 7322, 6528, 9510, 6951, 8777, 6920, 8020, 6758, 9228, 6874, 8561, 6979, 6978, 10935, 7958, 9143, 7082, 8103, 6905, 7120, 10711, 7407, 9595, 7025, 8144, 7113, 7227, 9792, 6952, 11748, 8789, 9303, 6922, 7947, 7016, 7320, 10011, 7046, 11228, 8289, 10147, 6877, 7138, 9929, 6928, 10688, 7457, 9049, 6990, 7358, 9831, 6897, 10445, 6979, 9202, 6818, 8495, 6831, 7607, 10093, 7681, 10282, 6873, 10284, 7014, 8207, 7810, 7060, 6990, 7551, 7155, 6898, 7584, 7437, 7711, 7500, 11251, 7711, 11913, 9190, 10643, 6971, 10890, 6872, 11226, 7907, 11410, 8835, 11993, 9089, 10842, 7117, 10407, 7413, 8945, 6803, 8435, 8018, 8000, 11850, 7729, 10095, 7410, 8015, 6780, 7019, 10814, 6572, 12253, 9107, 10200, 6883, 7765, 6731, 7067, 9038, 6887, 10535, 7033, 8915, 6910, 7907, 6932, 6709, 11564, 9151, 10740, 7150, 8615, 6713, 6942, 7277, 6710, 10934, 8050, 11825, 7500, 9069, 6896, 8572, 6798, 7789, 7063, 9213, 6750, 8707, 7210, 10242, 6698, 8696, 12031, 9062, 9688, 10342, 7753, 12852, 9376, 9549, 7776, 6921, 11147, 6847, 10463, 6774, 8290, 6735, 7578, 6893, 6990, 12508, 7183, 10472, 6778, 8206, 7849, 6710, 11670, 6807, 10050, 6874, 8608, 7124, 7474, 7166, 6832, 11268, 7067, 8969, 6992, 8545, 6950, 7054, 7335, 7232, 10669, 7104, 9584, 7172, 8531, 7033, 6749, 11335, 7196, 10145, 7205, 8512, 10690, 9635, 12903, 8102, 10313, 7649, 7408, 12214, 8720, 12395, 8206, 9511, 6833, 7196, 9302, 6607, 11844, 8008, 9877, 7998, 8871, 6971, 7574, 7869, 6687, 12103, 8262, 10461, 7592, 10382, 6641, 6514, 12388, 8213, 10106, 7181, 8660, 9299, 7375, 12207, 6787, 10378, 6802, 8045, 7639, 6749, 11971, 7962, 10632, 6947, 8734, 6961, 7765, 9130, 7417, 11403, 9593, 11402, 7038, 10469, 6802, 8288, 7719, 6927, 11211, 8560, 11083, 6788, 10239, 6715, 8730, 6869, 9915, 8092, 8182, 9393, 6588, 11333, 7482, 10970, 8856, 11422, 6640, 8723, 6603, 7172, 8630, 7249, 11184, 10199, 11611, 7566, 10921, 7648, 9793, 6954, 11110, 6725, 7458, 7284, 6757, 10284, 7770, 12741, 8902, 11771, 7133, 10035, 6808, 8878, 7512, 10169, 9013, 7509, 11394, 7063, 11275, 8371, 10855, 8137, 11216, 6985, 8020, 6798, 6848, 8862, 7029, 11262, 7920, 10808, 6715, 10413, 7060, 9656, 7187, 11918, 6591, 7878, 6606, 6823, 9720, 7909, 11444, 9912, 11349, 7629, 10309, 7373, 10270, 7546, 11892, 6719, 7812, 7288, 6851, 10775, 8432, 12371, 8938, 11440, 7244, 10366, 6918, 9656, 7457, 11378, 6721, 7498, 7476, 6639, 10939, 8694, 11731, 9554, 11261, 7192, 10060, 6981, 9072, 6815, 9505, 6976, 7862, 6631, 6846, 9409, 7705, 11657, 9809, 11959, 7500, 10094, 7120, 9657, 7454, 10071, 8924, 8736, 9941, 6574, 11302, 6788, 9420, 8585, 9549, 8788, 10620, 9729, 6516, 6616, 7400, 9606, 7655, 10596, 8272, 11374, 10212, 11117, 13304, 14654, 14086, 16051, 13245, 9663, 9158, 9045, 10546, 9107, 11736, 10427, 8769, 9951, 8720, 8711, 6537, 8896, 8503, 6508, 8243, 7233, 7933, 6921, 8271, 9610, 13369, 10408, 11832, 9105, 11027, 8533, 9971, 7489, 7092, 7840, 6606, 8148, 6814, 9785, 7458, 9097, 9606, 7822, 11826, 7490, 9234, 8515, 7039, 10002, 8112, 10844, 8323, 9353, 7105, 9442, 8063, 7545, 12843], 'WindowCenter': [4380.0, 4395.0, 4358.0, 4366.0, 4334.0, 4333.0, 4339.0, 4330.0, 4350.0, 4327.0, 4328.0, 4317.0, 4307.0, 4347.0, 4303.0, 4333.0, 4303.0, 4303.0, 4312.0, 4293.0, 4333.0, 4291.0, 4321.0, 4290.0, 4312.0, 4301.0, 4292.0, 4331.0, 4291.0, 4320.0, 4279.0, 4300.0, 4291.0, 4291.0, 4321.0, 4291.0, 4321.0, 4291.0, 4312.0, 4282.0, 4292.0, 4322.0, 4305.0, 4323.0, 4304.0, 4324.0, 4293.0, 4304.0, 4324.0, 4293.0, 4333.0, 4303.0, 4324.0, 4304.0, 4304.0, 4294.0, 4294.0, 4333.0, 4314.0, 4334.0, 4326.0, 4337.0, 4295.0, 4328.0, 4304.0, 4305.0, 4335.0, 4326.0, 4348.0, 4329.0, 4338.0, 4308.0, 4327.0, 4315.0, 4305.0, 4335.0, 4339.0, 4337.0, 4316.0, 4336.0, 4306.0, 4324.0, 4305.0, 4336.0, 4298.0, 4316.0, 4296.0, 4317.0, 4306.0, 4307.0, 4336.0, 4338.0, 4348.0, 4317.0, 4336.0, 4294.0, 4325.0, 4304.0, 4315.0, 4325.0, 4304.0, 4335.0, 4302.0, 4332.0, 4302.0, 4333.0, 4301.0, 4312.0, 4291.0, 4291.0, 4320.0, 4300.0, 4331.0, 4313.0, 4321.0, 4302.0, 4322.0, 4282.0, 4322.0, 4291.0, 4314.0, 4305.0, 4304.0, 4304.0, 4304.0, 4333.0, 4303.0, 4333.0, 4326.0, 4335.0, 4305.0, 4325.0, 4304.0, 4313.0, 4303.0, 4303.0, 4333.0, 4326.0, 4335.0, 4315.0, 4334.0, 4293.0, 4323.0, 4292.0, 4313.0, 4305.0, 4304.0, 4296.0, 4305.0, 4334.0, 4303.0, 4333.0, 4314.0, 4336.0, 4304.0, 4314.0, 4295.0, 4306.0, 4325.0, 4303.0, 4321.0, 4314.0, 4311.0, 4293.0, 4333.0, 4292.0, 4333.0, 4294.0, 4327.0, 4294.0, 4304.0, 4336.0, 4304.0, 4345.0, 4302.0, 4334.0, 4302.0, 4323.0, 4292.0, 4303.0, 4302.0, 4292.0, 4332.0, 4337.0, 4333.0, 4302.0, 4322.0, 4292.0, 4311.0, 4279.0, 4302.0, 4313.0, 4303.0, 4333.0, 4303.0, 4331.0, 4302.0, 4334.0, 4292.0, 4321.0, 4291.0, 4311.0, 4291.0, 4301.0, 4314.0, 4312.0, 4302.0, 4292.0, 4321.0, 4291.0, 4330.0, 4303.0, 4335.0, 4293.0, 4334.0, 4303.0, 4324.0, 4292.0, 4303.0, 4334.0, 4326.0, 4336.0, 4314.0, 4333.0, 4292.0, 4324.0, 4292.0, 4336.0, 4293.0, 4313.0, 4293.0, 4303.0, 4302.0, 4294.0, 4325.0, 4327.0, 4327.0, 4318.0, 4336.0, 4307.0, 4346.0, 4294.0, 4325.0, 4316.0, 4329.0, 4326.0, 4304.0, 4346.0, 4307.0, 4347.0, 4293.0, 4321.0, 4300.0, 4323.0, 4301.0, 4290.0, 4330.0, 4290.0, 4332.0, 4290.0, 4330.0, 4280.0, 4310.0, 4279.0, 4291.0, 4312.0, 4290.0, 4329.0, 4324.0, 4332.0, 4291.0, 4310.0, 4291.0, 4314.0, 4290.0, 4311.0, 4310.0, 4289.0, 4328.0, 4289.0, 4319.0, 4278.0, 4319.0, 4279.0, 4308.0, 4267.0, 4277.0, 4307.0, 4278.0, 4330.0, 4299.0, 4319.0, 4288.0, 4298.0, 4266.0, 4289.0, 4298.0, 4278.0, 4329.0, 4300.0, 4320.0, 4289.0, 4309.0, 4268.0, 4289.0, 4330.0, 4299.0, 4320.0, 4288.0, 4307.0, 4266.0, 4286.0, 4266.0, 4277.0, 4308.0, 4289.0, 4319.0, 4280.0, 4320.0, 4291.0, 4312.0, 4292.0, 4305.0, 4314.0, 4294.0, 4334.0, 4293.0, 4334.0, 4293.0, 4325.0, 4305.0, 4304.0, 4334.0, 4294.0, 4334.0, 4292.0, 4335.0, 4293.0, 4303.0, 4292.0, 4293.0, 4333.0, 4304.0, 4334.0, 4326.0, 4334.0, 4294.0, 4324.0, 4294.0, 4325.0, 4305.0, 4318.0, 4315.0, 4306.0, 4346.0, 4305.0, 4335.0, 4305.0, 4337.0, 4294.0, 4316.0, 4315.0, 4304.0, 4344.0, 4313.0, 4345.0, 4303.0, 4322.0, 4291.0, 4302.0, 4301.0, 4281.0, 4342.0, 4323.0, 4332.0, 4293.0, 4322.0, 4282.0, 4314.0, 4323.0, 4314.0, 4345.0, 4324.0, 4334.0, 4292.0, 4301.0, 4311.0, 4291.0, 4341.0, 4311.0, 4320.0, 4279.0, 4309.0, 4288.0, 4278.0, 4329.0, 4311.0, 4319.0, 4280.0, 4310.0, 4279.0, 4301.0, 4301.0, 4292.0, 4333.0, 4314.0, 4333.0, 4293.0, 4323.0, 4281.0, 4302.0, 4332.0, 4313.0, 4332.0, 4292.0, 4323.0, 4283.0, 4291.0, 4332.0, 4301.0, 4332.0, 4292.0, 4333.0, 4281.0, 4302.0, 4291.0, 4292.0, 4331.0, 4302.0, 4333.0, 4303.0, 4323.0, 4294.0, 4325.0, 4294.0, 4314.0, 4316.0, 4306.0, 4336.0, 4307.0, 4346.0, 4309.0, 4338.0, 4317.0, 4328.0, 4336.0, 4317.0, 4345.0, 4304.0, 4333.0, 4292.0, 4323.0, 4313.0, 4312.0, 4333.0, 4301.0, 4330.0, 4289.0, 4319.0, 4279.0, 4332.0, 4280.0, 4301.0, 4311.0, 4292.0, 4343.0, 4313.0, 4333.0, 4313.0, 4333.0, 4283.0, 4313.0, 4282.0, 4306.0, 4318.0, 4278.0, 4295.0, 4285.0, 4305.0, 4293.0, 4304.0, 4243.0, 4360.0, 4296.0, 4296.0, 4253.0, 4260.0, 4296.0, 4266.0, 4318.0, 4339.0, 4349.0, 4325.0, 4295.0, 4304.0, 4293.0, 4301.0, 4279.0, 4268.0, 4269.0, 4262.0, 4279.0, 4282.0, 4280.0, 4271.0, 4249.0, 4271.0, 4263.0, 4281.0, 4262.0, 4284.0, 4273.0, 4283.0, 4292.0, 4261.0, 4281.0, 4249.0, 4272.0, 4303.0, 4283.0, 4294.0, 4284.0, 4294.0, 4263.0, 4274.0, 4283.0, 4277.0, 4329.0, 4287.0, 4318.0, 4276.0, 4286.0, 4265.0, 4276.0, 4316.0, 4288.0, 4278.0, 4278.0, 4216.0, 4264.0, 4293.0, 4284.0, 4307.0, 4295.0, 4325.0, 4306.0, 4327.0, 4292.0, 4292.0, 4331.0, 4301.0, 4333.0, 4302.0, 4311.0, 4277.0, 4288.0, 4288.0, 4279.0, 4330.0, 4299.0, 4321.0, 4299.0, 4299.0, 4276.0, 4286.0, 4277.0, 4277.0, 4315.0, 4275.0, 4307.0, 4297.0, 4308.0, 4265.0, 4285.0, 4275.0, 4265.0, 4316.0, 4286.0, 4307.0, 4278.0, 4297.0, 4287.0, 4278.0, 4317.0, 4277.0, 4308.0, 4290.0, 4309.0, 4280.0, 4313.0, 4291.0, 4292.0, 4331.0, 4305.0, 4336.0, 4305.0, 4325.0, 4303.0, 4338.0, 4295.0, 4295.0, 4334.0, 4304.0, 4336.0, 4314.0, 4324.0, 4304.0, 4313.0, 4334.0, 4313.0, 4342.0, 4299.0, 4318.0, 4276.0, 4298.0, 4278.0, 4278.0, 4318.0, 4299.0, 4330.0, 4289.0, 4319.0, 4278.0, 4298.0, 4278.0, 4311.0, 4300.0, 4291.0, 4331.0, 4323.0, 4321.0, 4290.0, 4299.0, 4277.0, 4277.0, 4317.0, 4296.0, 4331.0, 4297.0, 4295.0, 4276.0, 4289.0, 4285.0, 4286.0, 4241.0, 4241.0, 4240.0, 4246.0, 4274.0, 4257.0, 4245.0, 4283.0, 4310.0, 4304.0, 4342.0, 4322.0, 4333.0, 4302.0, 4323.0, 4309.0, 4300.0, 4330.0, 4297.0, 4313.0, 4313.0, 4353.0, 4342.0, 4340.0, 4305.0, 4314.0, 4291.0, 4269.0, 4258.0, 4247.0, 4245.0, 4247.0, 4278.0, 4262.0, 4270.0, 4260.0, 4269.0, 4250.0, 4279.0, 4250.0, 4281.0, 4261.0, 4262.0, 4302.0, 4273.0, 4282.0, 4262.0, 4273.0, 4262.0, 4263.0, 4303.0, 4274.0, 4294.0, 4264.0, 4274.0, 4264.0, 4275.0, 4295.0, 4276.0, 4316.0, 4286.0, 4295.0, 4275.0, 4285.0, 4275.0, 4276.0, 4307.0, 4277.0, 4318.0, 4298.0, 4308.0, 4276.0, 4277.0, 4307.0, 4277.0, 4307.0, 4276.0, 4297.0, 4277.0, 4288.0, 4321.0, 4290.0, 4320.0, 4290.0, 4309.0, 4291.0, 4313.0, 4293.0, 4302.0, 4335.0, 4304.0, 4333.0, 4291.0, 4333.0, 4306.0, 4298.0, 4299.0, 4275.0, 4273.0, 4285.0, 4274.0, 4288.0, 4299.0, 4302.0, 4313.0, 4301.0, 4330.0, 4299.0, 4329.0, 4323.0, 4331.0, 4290.0, 4329.0, 4278.0, 4316.0, 4286.0, 4316.0, 4310.0, 4330.0, 4308.0, 4316.0, 4276.0, 4305.0, 4276.0, 4283.0, 4262.0, 4283.0, 4283.0, 4283.0, 4313.0, 4272.0, 4291.0, 4260.0, 4270.0, 4249.0, 4261.0, 4303.0, 4261.0, 4311.0, 4282.0, 4290.0, 4260.0, 4270.0, 4260.0, 4262.0, 4292.0, 4273.0, 4304.0, 4275.0, 4295.0, 4275.0, 4286.0, 4290.0, 4290.0, 4328.0, 4311.0, 4318.0, 4278.0, 4299.0, 4292.0, 4291.0, 4274.0, 4264.0, 4303.0, 4286.0, 4316.0, 4275.0, 4308.0, 4289.0, 4298.0, 4279.0, 4300.0, 4306.0, 4337.0, 4306.0, 4326.0, 4317.0, 4338.0, 4295.0, 4315.0, 4331.0, 4300.0, 4310.0, 4309.0, 4288.0, 4329.0, 4297.0, 4296.0, 4273.0, 4263.0, 4303.0, 4262.0, 4292.0, 4263.0, 4283.0, 4264.0, 4276.0, 4276.0, 4277.0, 4326.0, 4277.0, 4307.0, 4267.0, 4287.0, 4288.0, 4278.0, 4318.0, 4278.0, 4308.0, 4277.0, 4299.0, 4278.0, 4291.0, 4279.0, 4280.0, 4320.0, 4279.0, 4310.0, 4291.0, 4311.0, 4303.0, 4304.0, 4304.0, 4305.0, 4334.0, 4294.0, 4325.0, 4294.0, 4329.0, 4308.0, 4307.0, 4349.0, 4307.0, 4336.0, 4304.0, 4315.0, 4336.0, 4323.0, 4345.0, 4303.0, 4322.0, 4290.0, 4289.0, 4331.0, 4300.0, 4330.0, 4288.0, 4298.0, 4267.0, 4277.0, 4297.0, 4276.0, 4317.0, 4299.0, 4309.0, 4301.0, 4311.0, 4292.0, 4302.0, 4301.0, 4280.0, 4341.0, 4302.0, 4323.0, 4304.0, 4324.0, 4292.0, 4282.0, 4342.0, 4301.0, 4321.0, 4280.0, 4300.0, 4312.0, 4291.0, 4332.0, 4280.0, 4320.0, 4276.0, 4288.0, 4288.0, 4278.0, 4331.0, 4301.0, 4320.0, 4291.0, 4311.0, 4290.0, 4302.0, 4312.0, 4302.0, 4344.0, 4323.0, 4332.0, 4292.0, 4321.0, 4278.0, 4300.0, 4289.0, 4290.0, 4332.0, 4310.0, 4331.0, 4291.0, 4321.0, 4290.0, 4311.0, 4280.0, 4324.0, 4314.0, 4313.0, 4323.0, 4292.0, 4331.0, 4291.0, 4320.0, 4313.0, 4333.0, 4291.0, 4312.0, 4291.0, 4291.0, 4311.0, 4302.0, 4334.0, 4323.0, 4332.0, 4301.0, 4320.0, 4300.0, 4321.0, 4291.0, 4332.0, 4280.0, 4291.0, 4290.0, 4291.0, 4320.0, 4300.0, 4342.0, 4312.0, 4332.0, 4291.0, 4321.0, 4290.0, 4312.0, 4291.0, 4323.0, 4312.0, 4301.0, 4331.0, 4289.0, 4330.0, 4299.0, 4319.0, 4301.0, 4331.0, 4289.0, 4299.0, 4278.0, 4279.0, 4309.0, 4289.0, 4331.0, 4299.0, 4330.0, 4291.0, 4320.0, 4291.0, 4321.0, 4291.0, 4345.0, 4292.0, 4302.0, 4292.0, 4292.0, 4322.0, 4303.0, 4344.0, 4323.0, 4332.0, 4301.0, 4321.0, 4291.0, 4321.0, 4301.0, 4344.0, 4280.0, 4301.0, 4290.0, 4290.0, 4320.0, 4300.0, 4342.0, 4312.0, 4331.0, 4291.0, 4321.0, 4292.0, 4321.0, 4302.0, 4333.0, 4291.0, 4291.0, 4290.0, 4290.0, 4331.0, 4311.0, 4332.0, 4324.0, 4331.0, 4291.0, 4320.0, 4292.0, 4311.0, 4291.0, 4335.0, 4304.0, 4314.0, 4293.0, 4294.0, 4322.0, 4304.0, 4345.0, 4337.0, 4343.0, 4304.0, 4332.0, 4293.0, 4324.0, 4303.0, 4324.0, 4314.0, 4313.0, 4323.0, 4293.0, 4333.0, 4279.0, 4295.0, 4279.0, 4290.0, 4295.0, 4315.0, 4318.0, 4291.0, 4288.0, 4301.0, 4336.0, 4304.0, 4336.0, 4316.0, 4348.0, 4338.0, 4363.0, 4397.0, 4384.0, 4356.0, 4356.0, 4331.0, 4309.0, 4280.0, 4296.0, 4304.0, 4299.0, 4328.0, 4303.0, 4295.0, 4302.0, 4279.0, 4250.0, 4217.0, 4248.0, 4241.0, 4223.0, 4253.0, 4243.0, 4254.0, 4248.0, 4228.0, 4302.0, 4320.0, 4295.0, 4305.0, 4285.0, 4292.0, 4272.0, 4281.0, 4263.0, 4265.0, 4286.0, 4266.0, 4301.0, 4277.0, 4309.0, 4277.0, 4297.0, 4297.0, 4274.0, 4306.0, 4263.0, 4284.0, 4284.0, 4275.0, 4292.0, 4271.0, 4291.0, 4273.0, 4284.0, 4253.0, 4295.0, 4261.0, 4262.0, 4302.0], 'WindowWidth': [9668.0, 9677.0, 9616.0, 9624.0, 9576.0, 9572.0, 9577.0, 9562.0, 9591.0, 9553.0, 9557.0, 9540.0, 9526.0, 9580.0, 9515.0, 9556.0, 9515.0, 9514.0, 9527.0, 9502.0, 9556.0, 9496.0, 9536.0, 9494.0, 9526.0, 9510.0, 9499.0, 9553.0, 9496.0, 9534.0, 9479.0, 9506.0, 9495.0, 9497.0, 9537.0, 9498.0, 9538.0, 9497.0, 9525.0, 9485.0, 9500.0, 9539.0, 9519.0, 9543.0, 9518.0, 9544.0, 9502.0, 9517.0, 9545.0, 9502.0, 9557.0, 9517.0, 9547.0, 9519.0, 9519.0, 9508.0, 9507.0, 9559.0, 9534.0, 9560.0, 9553.0, 9567.0, 9511.0, 9556.0, 9522.0, 9523.0, 9563.0, 9551.0, 9586.0, 9559.0, 9570.0, 9533.0, 9556.0, 9538.0, 9524.0, 9563.0, 9573.0, 9568.0, 9540.0, 9566.0, 9526.0, 9549.0, 9523.0, 9566.0, 9516.0, 9538.0, 9513.0, 9542.0, 9527.0, 9528.0, 9567.0, 9573.0, 9585.0, 9542.0, 9566.0, 9510.0, 9550.0, 9520.0, 9538.0, 9549.0, 9519.0, 9566.0, 9516.0, 9555.0, 9514.0, 9560.0, 9511.0, 9528.0, 9501.0, 9498.0, 9535.0, 9509.0, 9551.0, 9533.0, 9538.0, 9516.0, 9542.0, 9489.0, 9542.0, 9501.0, 9533.0, 9524.0, 9520.0, 9523.0, 9524.0, 9559.0, 9520.0, 9559.0, 9553.0, 9565.0, 9524.0, 9550.0, 9523.0, 9533.0, 9517.0, 9518.0, 9559.0, 9552.0, 9564.0, 9537.0, 9563.0, 9506.0, 9545.0, 9503.0, 9533.0, 9524.0, 9522.0, 9512.0, 9527.0, 9564.0, 9521.0, 9560.0, 9534.0, 9567.0, 9521.0, 9535.0, 9512.0, 9526.0, 9545.0, 9516.0, 9537.0, 9534.0, 9524.0, 9503.0, 9557.0, 9505.0, 9558.0, 9506.0, 9554.0, 9508.0, 9522.0, 9565.0, 9523.0, 9578.0, 9517.0, 9560.0, 9515.0, 9543.0, 9503.0, 9517.0, 9512.0, 9500.0, 9554.0, 9567.0, 9558.0, 9515.0, 9542.0, 9500.0, 9523.0, 9481.0, 9515.0, 9531.0, 9516.0, 9558.0, 9516.0, 9553.0, 9516.0, 9559.0, 9501.0, 9538.0, 9501.0, 9524.0, 9499.0, 9513.0, 9535.0, 9529.0, 9515.0, 9504.0, 9539.0, 9500.0, 9551.0, 9518.0, 9565.0, 9506.0, 9561.0, 9521.0, 9548.0, 9503.0, 9519.0, 9562.0, 9553.0, 9565.0, 9535.0, 9560.0, 9502.0, 9545.0, 9503.0, 9568.0, 9504.0, 9532.0, 9506.0, 9519.0, 9516.0, 9508.0, 9548.0, 9556.0, 9556.0, 9543.0, 9568.0, 9531.0, 9581.0, 9508.0, 9551.0, 9539.0, 9562.0, 9554.0, 9523.0, 9582.0, 9527.0, 9585.0, 9504.0, 9539.0, 9508.0, 9543.0, 9511.0, 9495.0, 9550.0, 9498.0, 9556.0, 9496.0, 9550.0, 9482.0, 9522.0, 9478.0, 9500.0, 9529.0, 9496.0, 9546.0, 9546.0, 9555.0, 9497.0, 9521.0, 9500.0, 9534.0, 9496.0, 9523.0, 9521.0, 9492.0, 9544.0, 9491.0, 9531.0, 9476.0, 9529.0, 9475.0, 9515.0, 9457.0, 9472.0, 9512.0, 9474.0, 9548.0, 9506.0, 9531.0, 9489.0, 9503.0, 9458.0, 9491.0, 9502.0, 9476.0, 9545.0, 9507.0, 9536.0, 9491.0, 9518.0, 9462.0, 9490.0, 9547.0, 9505.0, 9534.0, 9488.0, 9513.0, 9457.0, 9484.0, 9457.0, 9472.0, 9516.0, 9492.0, 9531.0, 9483.0, 9535.0, 9497.0, 9528.0, 9502.0, 9525.0, 9534.0, 9507.0, 9560.0, 9505.0, 9561.0, 9505.0, 9549.0, 9522.0, 9519.0, 9560.0, 9507.0, 9560.0, 9502.0, 9563.0, 9503.0, 9518.0, 9503.0, 9507.0, 9561.0, 9521.0, 9563.0, 9554.0, 9561.0, 9510.0, 9548.0, 9508.0, 9550.0, 9523.0, 9545.0, 9539.0, 9527.0, 9580.0, 9524.0, 9564.0, 9523.0, 9570.0, 9507.0, 9538.0, 9535.0, 9522.0, 9576.0, 9532.0, 9579.0, 9517.0, 9542.0, 9500.0, 9514.0, 9512.0, 9486.0, 9567.0, 9543.0, 9555.0, 9506.0, 9545.0, 9491.0, 9534.0, 9545.0, 9534.0, 9577.0, 9546.0, 9560.0, 9501.0, 9513.0, 9523.0, 9496.0, 9568.0, 9523.0, 9536.0, 9480.0, 9519.0, 9490.0, 9477.0, 9545.0, 9523.0, 9533.0, 9481.0, 9521.0, 9481.0, 9513.0, 9513.0, 9503.0, 9558.0, 9533.0, 9558.0, 9504.0, 9542.0, 9486.0, 9515.0, 9556.0, 9529.0, 9557.0, 9501.0, 9543.0, 9489.0, 9499.0, 9554.0, 9512.0, 9554.0, 9500.0, 9557.0, 9485.0, 9515.0, 9500.0, 9502.0, 9551.0, 9514.0, 9558.0, 9519.0, 9544.0, 9508.0, 9552.0, 9510.0, 9535.0, 9539.0, 9527.0, 9568.0, 9529.0, 9582.0, 9536.0, 9574.0, 9542.0, 9558.0, 9567.0, 9539.0, 9577.0, 9519.0, 9558.0, 9500.0, 9545.0, 9529.0, 9527.0, 9559.0, 9513.0, 9550.0, 9492.0, 9533.0, 9478.0, 9555.0, 9482.0, 9512.0, 9526.0, 9501.0, 9571.0, 9533.0, 9559.0, 9531.0, 9556.0, 9492.0, 9530.0, 9488.0, 9524.0, 9531.0, 9477.0, 9494.0, 9479.0, 9506.0, 9493.0, 9509.0, 9389.0, 9611.0, 9511.0, 9512.0, 9432.0, 9439.0, 9500.0, 9456.0, 9545.0, 9573.0, 9590.0, 9549.0, 9489.0, 9502.0, 9483.0, 9495.0, 9460.0, 9447.0, 9450.0, 9445.0, 9463.0, 9471.0, 9465.0, 9455.0, 9421.0, 9453.0, 9449.0, 9471.0, 9444.0, 9475.0, 9458.0, 9471.0, 9484.0, 9439.0, 9466.0, 9421.0, 9454.0, 9499.0, 9474.0, 9488.0, 9474.0, 9489.0, 9445.0, 9461.0, 9472.0, 9470.0, 9545.0, 9485.0, 9527.0, 9469.0, 9483.0, 9452.0, 9467.0, 9520.0, 9488.0, 9456.0, 9478.0, 9356.0, 9452.0, 9483.0, 9475.0, 9514.0, 9512.0, 9553.0, 9527.0, 9554.0, 9500.0, 9502.0, 9551.0, 9509.0, 9556.0, 9512.0, 9523.0, 9475.0, 9490.0, 9489.0, 9480.0, 9549.0, 9506.0, 9537.0, 9505.0, 9504.0, 9469.0, 9484.0, 9472.0, 9471.0, 9523.0, 9470.0, 9514.0, 9500.0, 9517.0, 9456.0, 9483.0, 9468.0, 9457.0, 9524.0, 9486.0, 9515.0, 9479.0, 9500.0, 9489.0, 9477.0, 9530.0, 9477.0, 9521.0, 9498.0, 9522.0, 9484.0, 9534.0, 9502.0, 9505.0, 9555.0, 9529.0, 9571.0, 9529.0, 9553.0, 9522.0, 9575.0, 9513.0, 9512.0, 9563.0, 9522.0, 9568.0, 9535.0, 9549.0, 9523.0, 9532.0, 9563.0, 9532.0, 9572.0, 9507.0, 9532.0, 9473.0, 9506.0, 9481.0, 9480.0, 9533.0, 9508.0, 9552.0, 9495.0, 9535.0, 9479.0, 9506.0, 9479.0, 9525.0, 9511.0, 9499.0, 9553.0, 9546.0, 9540.0, 9497.0, 9507.0, 9475.0, 9473.0, 9529.0, 9498.0, 9551.0, 9502.0, 9496.0, 9474.0, 9496.0, 9486.0, 9486.0, 9398.0, 9404.0, 9402.0, 9421.0, 9452.0, 9437.0, 9417.0, 9484.0, 9532.0, 9527.0, 9572.0, 9544.0, 9559.0, 9517.0, 9546.0, 9523.0, 9511.0, 9552.0, 9503.0, 9520.0, 9521.0, 9597.0, 9578.0, 9571.0, 9508.0, 9519.0, 9482.0, 9449.0, 9435.0, 9419.0, 9412.0, 9418.0, 9460.0, 9445.0, 9453.0, 9441.0, 9452.0, 9428.0, 9466.0, 9426.0, 9470.0, 9443.0, 9447.0, 9501.0, 9464.0, 9474.0, 9448.0, 9462.0, 9446.0, 9450.0, 9504.0, 9466.0, 9493.0, 9451.0, 9466.0, 9451.0, 9469.0, 9495.0, 9470.0, 9525.0, 9485.0, 9495.0, 9468.0, 9483.0, 9469.0, 9473.0, 9514.0, 9476.0, 9532.0, 9505.0, 9519.0, 9473.0, 9475.0, 9516.0, 9474.0, 9515.0, 9474.0, 9503.0, 9476.0, 9493.0, 9540.0, 9497.0, 9539.0, 9498.0, 9524.0, 9504.0, 9537.0, 9509.0, 9519.0, 9567.0, 9522.0, 9562.0, 9504.0, 9561.0, 9534.0, 9507.0, 9511.0, 9471.0, 9465.0, 9481.0, 9469.0, 9496.0, 9512.0, 9522.0, 9537.0, 9517.0, 9553.0, 9510.0, 9551.0, 9549.0, 9556.0, 9500.0, 9551.0, 9481.0, 9530.0, 9489.0, 9529.0, 9525.0, 9555.0, 9521.0, 9529.0, 9474.0, 9509.0, 9473.0, 9479.0, 9449.0, 9478.0, 9477.0, 9477.0, 9519.0, 9460.0, 9485.0, 9443.0, 9456.0, 9427.0, 9444.0, 9505.0, 9445.0, 9514.0, 9476.0, 9483.0, 9442.0, 9455.0, 9442.0, 9449.0, 9489.0, 9465.0, 9507.0, 9471.0, 9498.0, 9472.0, 9489.0, 9499.0, 9501.0, 9547.0, 9527.0, 9533.0, 9478.0, 9506.0, 9505.0, 9502.0, 9468.0, 9454.0, 9502.0, 9484.0, 9526.0, 9469.0, 9520.0, 9495.0, 9505.0, 9483.0, 9510.0, 9531.0, 9573.0, 9532.0, 9558.0, 9547.0, 9575.0, 9513.0, 9538.0, 9556.0, 9509.0, 9521.0, 9517.0, 9489.0, 9547.0, 9499.0, 9496.0, 9461.0, 9447.0, 9501.0, 9445.0, 9487.0, 9449.0, 9476.0, 9452.0, 9470.0, 9471.0, 9473.0, 9539.0, 9474.0, 9514.0, 9459.0, 9487.0, 9489.0, 9476.0, 9531.0, 9477.0, 9516.0, 9474.0, 9505.0, 9477.0, 9497.0, 9480.0, 9484.0, 9536.0, 9481.0, 9524.0, 9501.0, 9527.0, 9521.0, 9523.0, 9524.0, 9527.0, 9562.0, 9510.0, 9552.0, 9510.0, 9562.0, 9532.0, 9533.0, 9590.0, 9531.0, 9569.0, 9521.0, 9538.0, 9568.0, 9546.0, 9580.0, 9518.0, 9544.0, 9496.0, 9494.0, 9553.0, 9508.0, 9552.0, 9491.0, 9504.0, 9460.0, 9474.0, 9502.0, 9473.0, 9529.0, 9507.0, 9522.0, 9512.0, 9526.0, 9504.0, 9517.0, 9514.0, 9486.0, 9567.0, 9518.0, 9545.0, 9522.0, 9548.0, 9504.0, 9491.0, 9569.0, 9511.0, 9539.0, 9483.0, 9511.0, 9529.0, 9498.0, 9557.0, 9485.0, 9536.0, 9476.0, 9492.0, 9493.0, 9480.0, 9555.0, 9513.0, 9539.0, 9503.0, 9528.0, 9501.0, 9517.0, 9531.0, 9518.0, 9576.0, 9547.0, 9559.0, 9505.0, 9541.0, 9481.0, 9511.0, 9496.0, 9498.0, 9556.0, 9526.0, 9555.0, 9503.0, 9542.0, 9501.0, 9529.0, 9488.0, 9551.0, 9537.0, 9533.0, 9547.0, 9505.0, 9555.0, 9502.0, 9540.0, 9532.0, 9560.0, 9503.0, 9531.0, 9502.0, 9504.0, 9530.0, 9517.0, 9564.0, 9547.0, 9559.0, 9516.0, 9540.0, 9513.0, 9540.0, 9501.0, 9561.0, 9487.0, 9503.0, 9498.0, 9501.0, 9538.0, 9513.0, 9572.0, 9530.0, 9558.0, 9503.0, 9541.0, 9501.0, 9532.0, 9502.0, 9548.0, 9532.0, 9516.0, 9556.0, 9497.0, 9553.0, 9511.0, 9537.0, 9515.0, 9553.0, 9496.0, 9510.0, 9482.0, 9484.0, 9522.0, 9496.0, 9557.0, 9512.0, 9552.0, 9502.0, 9541.0, 9504.0, 9543.0, 9504.0, 9580.0, 9505.0, 9519.0, 9505.0, 9507.0, 9544.0, 9522.0, 9578.0, 9548.0, 9558.0, 9516.0, 9541.0, 9502.0, 9542.0, 9514.0, 9576.0, 9487.0, 9515.0, 9498.0, 9500.0, 9539.0, 9512.0, 9572.0, 9530.0, 9556.0, 9502.0, 9543.0, 9506.0, 9543.0, 9519.0, 9560.0, 9502.0, 9503.0, 9500.0, 9501.0, 9557.0, 9529.0, 9559.0, 9549.0, 9556.0, 9503.0, 9540.0, 9505.0, 9529.0, 9504.0, 9568.0, 9525.0, 9538.0, 9511.0, 9512.0, 9549.0, 9525.0, 9580.0, 9572.0, 9577.0, 9525.0, 9560.0, 9509.0, 9550.0, 9520.0, 9551.0, 9537.0, 9533.0, 9548.0, 9509.0, 9561.0, 9481.0, 9496.0, 9464.0, 9486.0, 9504.0, 9531.0, 9539.0, 9506.0, 9498.0, 9518.0, 9570.0, 9527.0, 9571.0, 9543.0, 9591.0, 9574.0, 9621.0, 9681.0, 9655.0, 9597.0, 9598.0, 9551.0, 9518.0, 9468.0, 9497.0, 9511.0, 9509.0, 9548.0, 9507.0, 9498.0, 9508.0, 9466.0, 9412.0, 9363.0, 9406.0, 9398.0, 9378.0, 9418.0, 9407.0, 9422.0, 9421.0, 9371.0, 9509.0, 9528.0, 9488.0, 9499.0, 9473.0, 9480.0, 9455.0, 9465.0, 9445.0, 9452.0, 9482.0, 9457.0, 9512.0, 9474.0, 9518.0, 9470.0, 9497.0, 9495.0, 9462.0, 9509.0, 9444.0, 9475.0, 9475.0, 9466.0, 9483.0, 9455.0, 9481.0, 9459.0, 9475.0, 9429.0, 9491.0, 9438.0, 9440.0, 9496.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.006359087749782798</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.05743151607298001</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>6</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.923343409652134</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2086288979478255</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0730863890347817</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5371</td></tr>
|
|
<tr><td colspan=3>fber</td><td>3398.3467</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.18060827330878343</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>198</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>17.202432667245873</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4233920896239964</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.344402307741457</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.564255484317931</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3615184768126016</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0091868</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.00012119110760977492</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.035921860486269</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1151</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.639347951903526</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>12.5683</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>60.7584</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>238.0938</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>62.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>284101.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1126.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>417.286</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>3.3707</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>457.6952</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3461.0741</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3591.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>92443.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1684.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4392.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>774.027</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>27.885275851003826</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> |