=== 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-0043 --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-0043",
"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-0043_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-0043_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-0043_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-0043/figures/sub-0043_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0043/figures/sub-0043_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0043/figures/sub-0043_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-0043_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-0043/figures/sub-0043_ses-03_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0043/figures/sub-0043_ses-03_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0043/figures/sub-0043_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-0043_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-0043/figures/sub-0043_ses-03_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0043/figures/sub-0043_ses-03_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0043/figures/sub-0043_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-0043_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-0043/figures/sub-0043_ses-03_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0043/figures/sub-0043_ses-03_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0043/figures/sub-0043_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-0043_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-0043/figures/sub-0043_ses-03_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0043/figures/sub-0043_ses-03_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0043/figures/sub-0043_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-0043_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-0043/figures/sub-0043_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0043/figures/sub-0043_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0043/figures/sub-0043_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-0043_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-0043/figures/sub-0043_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0043/figures/sub-0043_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-0043/figures/sub-0043_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0043/figures/sub-0043_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-0043/ses-03/func/sub-0043_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>51e86f79af38964f9c0d25b100ee3018</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>14:31:47.995000</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.996293, 0.0731778, 0.0452281, -0.0763108, 0.994485, 0.0719392]</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.0824333</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>[4152, -7794, -7284, 606, -38, -288, 42, 33]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>232.783</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>26c30c7d-d5ca-408f-9b0d-e1e44bcdbad3||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.672980785369873, -0.20473627746105194, 0.10722865164279938, 119.93858337402344], [-0.19633059203624725, 2.6681318283081055, 0.20283463597297668, -97.76338958740234], [0.12134362757205963, -0.1930077075958252, 2.6902341842651367, -67.89788818359375], [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': ['143147.995000', '143148.455000', '143148.915000', '143149.375000', '143149.835000', '143150.295000', '143150.755000', '143151.215000', '143151.675000', '143152.135000', '143152.595000', '143153.055000', '143153.515000', '143153.975000', '143154.435000', '143154.895000', '143155.355000', '143155.815000', '143156.275000', '143156.735000', '143157.195000', '143157.655000', '143158.115000', '143158.575000', '143159.035000', '143159.495000', '143159.955000', '143200.415000', '143200.875000', '143201.335000', '143201.795000', '143202.255000', '143202.715000', '143203.175000', '143203.635000', '143204.095000', '143204.555000', '143205.015000', '143205.475000', '143205.935000', '143206.395000', '143206.855000', '143207.315000', '143207.775000', '143208.235000', '143208.695000', '143209.155000', '143209.615000', '143210.075000', '143210.535000', '143210.995000', '143211.455000', '143211.915000', '143212.375000', '143212.835000', '143213.295000', '143213.755000', '143214.215000', '143214.675000', '143215.135000', '143215.595000', '143216.055000', '143216.515000', '143216.975000', '143217.435000', '143217.895000', '143218.355000', '143218.815000', '143219.275000', '143219.735000', '143220.195000', '143220.655000', '143221.115000', '143221.575000', '143222.035000', '143222.495000', '143222.955000', '143223.415000', '143223.875000', '143224.335000', '143224.795000', '143225.255000', '143225.715000', '143226.175000', '143226.635000', '143227.095000', '143227.555000', '143228.015000', '143228.475000', '143228.935000', '143229.395000', '143229.855000', '143230.315000', '143230.775000', '143231.235000', '143231.695000', '143232.155000', '143232.615000', '143233.075000', '143233.535000', '143233.995000', '143234.455000', '143234.915000', '143235.375000', '143235.835000', '143236.295000', '143236.755000', '143237.215000', '143237.675000', '143238.135000', '143238.595000', '143239.055000', '143239.515000', '143239.975000', '143240.435000', '143240.895000', '143241.355000', '143241.815000', '143242.275000', '143242.735000', '143243.195000', '143243.655000', '143244.115000', '143244.575000', '143245.035000', '143245.495000', '143245.955000', '143246.415000', '143246.875000', '143247.335000', '143247.795000', '143248.255000', '143248.715000', '143249.175000', '143249.635000', '143250.095000', '143250.555000', '143251.015000', '143251.475000', '143251.935000', '143252.395000', '143252.855000', '143253.315000', '143253.775000', '143254.235000', '143254.695000', '143255.155000', '143255.615000', '143256.075000', '143256.535000', '143256.995000', '143257.455000', '143257.915000', '143258.375000', '143258.835000', '143259.295000', '143259.755000', '143300.215000', '143300.675000', '143301.135000', '143301.595000', '143302.055000', '143302.515000', '143302.975000', '143303.435000', '143303.895000', '143304.355000', '143304.815000', '143305.275000', '143305.735000', '143306.195000', '143306.655000', '143307.115000', '143307.575000', '143308.035000', '143308.495000', '143308.955000', '143309.415000', '143309.875000', '143310.335000', '143310.795000', '143311.255000', '143311.715000', '143312.175000', '143312.635000', '143313.095000', '143313.555000', '143314.015000', '143314.475000', '143314.935000', '143315.395000', '143315.855000', '143316.315000', '143316.775000', '143317.235000', '143317.695000', '143318.155000', '143318.615000', '143319.075000', '143319.535000', '143319.995000', '143320.455000', '143320.915000', '143321.375000', '143321.835000', '143322.295000', '143322.755000', '143323.215000', '143323.675000', '143324.135000', '143324.595000', '143325.055000', '143325.515000', '143325.975000', '143326.435000', '143326.895000', '143327.355000', '143327.815000', '143328.275000', '143328.735000', '143329.195000', '143329.655000', '143330.115000', '143330.575000', '143331.035000', '143331.495000', '143331.955000', '143332.415000', '143332.875000', '143333.335000', '143333.795000', '143334.255000', '143334.715000', '143335.175000', '143335.635000', '143336.095000', '143336.555000', '143337.015000', '143337.475000', '143337.935000', '143338.395000', '143338.855000', '143339.315000', '143339.775000', '143340.235000', '143340.695000', '143341.155000', '143341.615000', '143342.075000', '143342.535000', '143342.995000', '143343.455000', '143343.915000', '143344.375000', '143344.835000', '143345.295000', '143345.755000', '143346.215000', '143346.675000', '143347.135000', '143347.595000', '143348.055000', '143348.515000', '143348.975000', '143349.435000', '143349.895000', '143350.355000', '143350.815000', '143351.275000', '143351.735000', '143352.195000', '143352.655000', '143353.115000', '143353.575000', '143354.035000', '143354.495000', '143354.955000', '143355.415000', '143355.875000', '143356.335000', '143356.795000', '143357.255000', '143357.715000', '143358.175000', '143358.635000', '143359.095000', '143359.555000', '143400.015000', '143400.475000', '143400.935000', '143401.395000', '143401.855000', '143402.315000', '143402.775000', '143403.235000', '143403.695000', '143404.155000', '143404.615000', '143405.075000', '143405.535000', '143405.995000', '143406.455000', '143406.915000', '143407.375000', '143407.835000', '143408.295000', '143408.755000', '143409.215000', '143409.675000', '143410.135000', '143410.595000', '143411.055000', '143411.515000', '143411.975000', '143412.435000', '143412.895000', '143413.355000', '143413.815000', '143414.275000', '143414.735000', '143415.195000', '143415.655000', '143416.115000', '143416.575000', '143417.035000', '143417.495000', '143417.955000', '143418.415000', '143418.875000', '143419.335000', '143419.795000', '143420.255000', '143420.715000', '143421.175000', '143421.635000', '143422.095000', '143422.555000', '143423.015000', '143423.475000', '143423.935000', '143424.395000', '143424.855000', '143425.315000', '143425.775000', '143426.235000', '143426.695000', '143427.155000', '143427.615000', '143428.075000', '143428.535000', '143428.995000', '143429.455000', '143429.915000', '143430.375000', '143430.835000', '143431.295000', '143431.755000', '143432.215000', '143432.675000', '143433.135000', '143433.595000', '143434.055000', '143434.515000', '143434.975000', '143435.435000', '143435.895000', '143436.355000', '143436.815000', '143437.275000', '143437.735000', '143438.195000', '143438.655000', '143439.115000', '143439.575000', '143440.035000', '143440.495000', '143440.955000', '143441.415000', '143441.875000', '143442.335000', '143442.795000', '143443.255000', '143443.715000', '143444.175000', '143444.635000', '143445.095000', '143445.555000', '143446.015000', '143446.475000', '143446.935000', '143447.395000', '143447.855000', '143448.315000', '143448.775000', '143449.235000', '143449.695000', '143450.155000', '143450.615000', '143451.075000', '143451.535000', '143451.995000', '143452.455000', '143452.915000', '143453.375000', '143453.835000', '143454.295000', '143454.755000', '143455.215000', '143455.675000', '143456.135000', '143456.595000', '143457.055000', '143457.515000', '143457.975000', '143458.435000', '143458.895000', '143459.355000', '143459.815000', '143500.275000', '143500.735000', '143501.195000', '143501.655000', '143502.115000', '143502.575000', '143503.035000', '143503.495000', '143503.955000', '143504.415000', '143504.875000', '143505.335000', '143505.795000', '143506.255000', '143506.715000', '143507.175000', '143507.635000', '143508.095000', '143508.555000', '143509.015000', '143509.475000', '143509.935000', '143510.395000', '143510.855000', '143511.315000', '143511.775000', '143512.235000', '143512.695000', '143513.155000', '143513.615000', '143514.075000', '143514.535000', '143514.995000', '143515.455000', '143515.915000', '143516.375000', '143516.835000', '143517.295000', '143517.755000', '143518.215000', '143518.675000', '143519.135000', '143519.595000', '143520.055000', '143520.515000', '143520.975000', '143521.435000', '143521.895000', '143522.355000', '143522.815000', '143523.275000', '143523.735000', '143524.195000', '143524.655000', '143525.115000', '143525.575000', '143526.035000', '143526.495000', '143526.955000', '143527.415000', '143527.875000', '143528.335000', '143528.795000', '143529.255000', '143529.715000', '143530.175000', '143530.635000', '143531.095000', '143531.555000', '143532.015000', '143532.475000', '143532.935000', '143533.395000', '143533.855000', '143534.315000', '143534.775000', '143535.235000', '143535.695000', '143536.155000', '143536.615000', '143537.075000', '143537.535000', '143537.995000', '143538.455000', '143538.915000', '143539.375000', '143539.835000', '143540.295000', '143540.755000', '143541.215000', '143541.675000', '143542.135000', '143542.595000', '143543.055000', '143543.515000', '143543.975000', '143544.435000', '143544.895000', '143545.355000', '143545.815000', '143546.275000', '143546.735000', '143547.195000', '143547.655000', '143548.115000', '143548.575000', '143549.035000', '143549.495000', '143549.955000', '143550.415000', '143550.875000', '143551.335000', '143551.795000', '143552.255000', '143552.715000', '143553.175000', '143553.635000', '143554.095000', '143554.555000', '143555.015000', '143555.475000', '143555.935000', '143556.395000', '143556.855000', '143557.315000', '143557.775000', '143558.235000', '143558.695000', '143559.155000', '143559.615000', '143600.075000', '143600.535000', '143600.995000', '143601.455000', '143601.915000', '143602.375000', '143602.835000', '143603.295000', '143603.755000', '143604.215000', '143604.675000', '143605.135000', '143605.595000', '143606.055000', '143606.515000', '143606.975000', '143607.435000', '143607.895000', '143608.355000', '143608.815000', '143609.275000', '143609.735000', '143610.195000', '143610.655000', '143611.115000', '143611.575000', '143612.035000', '143612.495000', '143612.955000', '143613.415000', '143613.875000', '143614.335000', '143614.795000', '143615.255000', '143615.715000', '143616.175000', '143616.635000', '143617.095000', '143617.555000', '143618.015000', '143618.475000', '143618.935000', '143619.395000', '143619.855000', '143620.315000', '143620.775000', '143621.235000', '143621.695000', '143622.155000', '143622.615000', '143623.075000', '143623.535000', '143623.995000', '143624.455000', '143624.915000', '143625.375000', '143625.835000', '143626.295000', '143626.755000', '143627.215000', '143627.675000', '143628.135000', '143628.595000', '143629.055000', '143629.515000', '143629.975000', '143630.435000', '143630.895000', '143631.355000', '143631.815000', '143632.275000', '143632.735000', '143633.195000', '143633.655000', '143634.115000', '143634.575000', '143635.035000', '143635.495000', '143635.955000', '143636.415000', '143636.875000', '143637.335000', '143637.795000', '143638.255000', '143638.715000', '143639.175000', '143639.635000', '143640.095000', '143640.555000', '143641.015000', '143641.475000', '143641.935000', '143642.395000', '143642.855000', '143643.315000', '143643.775000', '143644.235000', '143644.695000', '143645.155000', '143645.615000', '143646.075000', '143646.535000', '143646.995000', '143647.455000', '143647.915000', '143648.375000', '143648.835000', '143649.295000', '143649.755000', '143650.215000', '143650.675000', '143651.135000', '143651.595000', '143652.055000', '143652.515000', '143652.975000', '143653.435000', '143653.895000', '143654.355000', '143654.815000', '143655.275000', '143655.735000', '143656.195000', '143656.655000', '143657.115000', '143657.575000', '143658.035000', '143658.495000', '143658.955000', '143659.415000', '143659.875000', '143700.335000', '143700.795000', '143701.255000', '143701.715000', '143702.175000', '143702.635000', '143703.095000', '143703.555000', '143704.015000', '143704.475000', '143704.935000', '143705.395000', '143705.855000', '143706.315000', '143706.775000', '143707.235000', '143707.695000', '143708.155000', '143708.615000', '143709.075000', '143709.535000', '143709.995000', '143710.455000', '143710.915000', '143711.375000', '143711.835000', '143712.295000', '143712.755000', '143713.215000', '143713.675000', '143714.135000', '143714.595000', '143715.055000', '143715.515000', '143715.975000', '143716.435000', '143716.895000', '143717.355000', '143717.815000', '143718.275000', '143718.735000', '143719.195000', '143719.655000', '143720.115000', '143720.575000', '143721.035000', '143721.495000', '143721.955000', '143722.415000', '143722.875000', '143723.335000', '143723.795000', '143724.255000', '143724.715000', '143725.175000', '143725.635000', '143726.095000', '143726.555000', '143727.015000', '143727.475000', '143727.935000', '143728.395000', '143728.855000', '143729.315000', '143729.775000', '143730.235000', '143730.695000', '143731.155000', '143731.615000', '143732.075000', '143732.535000', '143732.995000', '143733.455000', '143733.915000', '143734.375000', '143734.835000', '143735.295000', '143735.755000', '143736.215000', '143736.675000', '143737.135000', '143737.595000', '143738.055000', '143738.515000', '143738.975000', '143739.435000', '143739.895000', '143740.355000', '143740.815000', '143741.275000', '143741.735000', '143742.195000', '143742.655000', '143743.115000', '143743.575000', '143744.035000', '143744.495000', '143744.955000', '143745.415000', '143745.875000', '143746.335000', '143746.795000', '143747.255000', '143747.715000', '143748.175000', '143748.635000', '143749.095000', '143749.555000', '143750.015000', '143750.475000', '143750.935000', '143751.395000', '143751.855000', '143752.315000', '143752.775000', '143753.235000', '143753.695000', '143754.155000', '143754.615000', '143755.075000', '143755.535000', '143755.995000', '143756.455000', '143756.915000', '143757.375000', '143757.835000', '143758.295000', '143758.755000', '143759.215000', '143759.675000', '143800.135000', '143800.595000', '143801.055000', '143801.515000', '143801.975000', '143802.435000', '143802.895000', '143803.355000', '143803.815000', '143804.275000', '143804.735000', '143805.195000', '143805.655000', '143806.115000', '143806.575000', '143807.035000', '143807.495000', '143807.955000', '143808.415000', '143808.875000', '143809.335000', '143809.795000', '143810.255000', '143810.715000', '143811.175000', '143811.635000', '143812.095000', '143812.555000', '143813.015000', '143813.475000', '143813.935000', '143814.395000', '143814.855000', '143815.315000', '143815.775000', '143816.235000', '143816.695000', '143817.155000', '143817.615000', '143818.075000', '143818.535000', '143818.995000', '143819.455000', '143819.915000', '143820.375000', '143820.835000', '143821.295000', '143821.755000', '143822.215000', '143822.675000', '143823.135000', '143823.595000', '143824.055000', '143824.515000', '143824.975000', '143825.435000', '143825.895000', '143826.355000', '143826.815000', '143827.275000', '143827.735000', '143828.195000', '143828.655000', '143829.115000', '143829.575000', '143830.035000', '143830.495000', '143830.955000', '143831.415000', '143831.875000', '143832.335000', '143832.795000', '143833.255000', '143833.715000', '143834.175000', '143834.635000', '143835.095000', '143835.555000', '143836.015000', '143836.475000', '143836.935000', '143837.395000', '143837.855000', '143838.315000', '143838.775000', '143839.235000', '143839.695000', '143840.155000', '143840.615000', '143841.075000', '143841.535000', '143841.995000', '143842.455000', '143842.915000', '143843.375000', '143843.835000', '143844.295000', '143844.755000', '143845.215000', '143845.675000', '143846.135000', '143846.595000', '143847.055000', '143847.515000', '143847.975000', '143848.435000', '143848.895000', '143849.355000', '143849.815000', '143850.275000', '143850.735000', '143851.195000', '143851.655000', '143852.115000', '143852.575000', '143853.035000', '143853.495000', '143853.955000', '143854.415000', '143854.875000', '143855.335000', '143855.795000', '143856.255000', '143856.715000', '143857.175000', '143857.635000', '143858.095000', '143858.555000', '143859.015000', '143859.475000', '143859.935000', '143900.395000', '143900.855000', '143901.315000', '143901.775000', '143902.235000', '143902.695000', '143903.155000', '143903.615000', '143904.075000', '143904.535000', '143904.995000', '143905.455000', '143905.915000', '143906.375000', '143906.835000', '143907.295000', '143907.755000', '143908.215000', '143908.675000', '143909.135000', '143909.595000', '143910.055000', '143910.515000', '143910.975000', '143911.435000', '143911.895000', '143912.355000', '143912.815000', '143913.275000', '143913.735000', '143914.195000', '143914.655000', '143915.115000', '143915.575000', '143916.035000', '143916.495000', '143916.955000', '143917.415000', '143917.875000', '143918.335000', '143918.795000', '143919.255000', '143919.715000', '143920.175000', '143920.635000', '143921.095000', '143921.555000', '143922.015000', '143922.475000', '143922.935000', '143923.395000', '143923.855000', '143924.315000', '143924.775000', '143925.235000', '143925.695000', '143926.155000', '143926.615000', '143927.075000', '143927.535000', '143927.995000', '143928.455000', '143928.915000', '143929.375000', '143929.835000', '143930.295000', '143930.755000', '143931.215000', '143931.675000', '143932.135000', '143932.595000', '143933.055000', '143933.515000', '143933.975000', '143934.435000', '143934.895000', '143935.355000', '143935.815000', '143936.275000', '143936.735000', '143937.195000', '143937.655000', '143938.115000', '143938.575000', '143939.035000', '143939.495000', '143939.955000', '143940.415000', '143940.875000', '143941.335000', '143941.795000', '143942.255000', '143942.715000', '143943.175000', '143943.635000', '143944.095000', '143944.555000', '143945.015000', '143945.475000', '143945.935000', '143946.395000', '143946.855000', '143947.315000', '143947.775000', '143948.235000', '143948.695000', '143949.155000', '143949.615000', '143950.075000', '143950.535000', '143950.995000', '143951.455000', '143951.915000', '143952.375000', '143952.835000', '143953.295000', '143953.755000', '143954.215000', '143954.675000', '143955.135000', '143955.595000', '143956.055000', '143956.515000', '143956.975000', '143957.435000', '143957.895000', '143958.355000', '143958.815000', '143959.275000', '143959.735000', '144000.195000', '144000.655000', '144001.115000', '144001.575000', '144002.035000', '144002.495000', '144002.955000', '144003.415000', '144003.875000', '144004.335000', '144004.795000', '144005.255000', '144005.715000', '144006.175000', '144006.635000', '144007.095000', '144007.555000', '144008.015000', '144008.475000', '144008.935000', '144009.395000', '144009.855000', '144010.315000', '144010.775000', '144011.235000', '144011.695000', '144012.155000', '144012.615000', '144013.075000', '144013.535000', '144013.995000', '144014.455000', '144014.915000', '144015.375000', '144015.835000', '144016.295000', '144016.755000', '144017.215000', '144017.675000', '144018.135000', '144018.595000', '144019.055000', '144019.515000', '144019.975000', '144020.435000', '144020.895000', '144021.355000', '144021.815000', '144022.275000', '144022.735000', '144023.195000', '144023.655000', '144024.115000', '144024.575000', '144025.035000', '144025.495000', '144025.955000', '144026.415000', '144026.875000', '144027.335000', '144027.795000', '144028.255000', '144028.715000', '144029.175000', '144029.635000', '144030.095000', '144030.555000', '144031.015000', '144031.475000', '144031.935000', '144032.395000', '144032.855000', '144033.315000', '144033.775000', '144034.235000', '144034.695000', '144035.155000', '144035.615000', '144036.075000', '144036.535000', '144036.995000', '144037.455000', '144037.915000', '144038.375000', '144038.835000', '144039.295000', '144039.755000'], 'ContentTime': ['143200.340000', '143200.343000', '143200.346000', '143200.349000', '143200.352000', '143200.355000', '143200.357000', '143200.360000', '143200.370000', '143200.372000', '143200.375000', '143200.378000', '143200.381000', '143200.393000', '143200.396000', '143200.399000', '143200.402000', '143200.405000', '143200.407000', '143200.410000', '143200.413000', '143200.416000', '143200.418000', '143200.421000', '143220.303000', '143220.306000', '143220.309000', '143220.321000', '143220.323000', '143220.326000', '143220.329000', '143220.332000', '143220.334000', '143220.337000', '143220.340000', '143220.343000', '143220.346000', '143220.348000', '143220.351000', '143220.354000', '143220.357000', '143220.360000', '143220.363000', '143220.365000', '143220.368000', '143220.371000', '143220.374000', '143220.376000', '143220.379000', '143220.382000', '143220.385000', '143220.388000', '143220.390000', '143220.393000', '143220.396000', '143220.399000', '143220.402000', '143220.405000', '143220.407000', '143220.410000', '143220.413000', '143220.416000', '143220.419000', '143220.421000', '143220.424000', '143220.427000', '143220.430000', '143220.433000', '143240.304000', '143240.307000', '143240.310000', '143240.312000', '143240.315000', '143240.318000', '143240.321000', '143240.324000', '143240.326000', '143240.329000', '143240.332000', '143240.335000', '143240.338000', '143240.341000', '143240.343000', '143240.346000', '143240.349000', '143240.352000', '143240.355000', '143240.358000', '143240.360000', '143240.363000', '143240.366000', '143240.369000', '143240.372000', '143240.374000', '143240.377000', '143240.380000', '143240.383000', '143240.386000', '143240.389000', '143240.391000', '143240.394000', '143240.397000', '143240.400000', '143240.403000', '143240.405000', '143240.408000', '143240.411000', '143240.414000', '143240.423000', '143240.426000', '143240.429000', '143300.304000', '143300.319000', '143300.322000', '143300.325000', '143300.328000', '143300.331000', '143300.333000', '143300.336000', '143300.339000', '143300.342000', '143300.345000', '143300.348000', '143300.350000', '143300.353000', '143300.356000', '143300.359000', '143300.362000', '143300.365000', '143300.367000', '143300.370000', '143300.373000', '143300.376000', '143300.379000', '143300.381000', '143300.384000', '143300.387000', '143300.390000', '143300.393000', '143300.395000', '143300.398000', '143300.401000', '143300.404000', '143300.407000', '143300.410000', '143300.412000', '143300.415000', '143300.418000', '143300.421000', '143300.424000', '143300.426000', '143300.434000', '143300.437000', '143300.440000', '143300.443000', '143320.303000', '143320.306000', '143320.309000', '143320.311000', '143320.314000', '143320.317000', '143320.320000', '143320.323000', '143320.326000', '143320.328000', '143320.331000', '143320.334000', '143320.337000', '143320.340000', '143320.342000', '143320.345000', '143320.348000', '143320.351000', '143320.354000', '143320.357000', '143320.360000', '143320.362000', '143320.365000', '143320.368000', '143320.371000', '143320.374000', '143320.377000', '143320.379000', '143320.382000', '143320.385000', '143320.388000', '143320.391000', '143320.394000', '143320.396000', '143320.399000', '143320.402000', '143320.405000', '143320.408000', '143320.410000', '143320.413000', '143320.416000', '143320.419000', '143320.423000', '143340.303000', '143340.306000', '143340.308000', '143340.311000', '143340.314000', '143340.317000', '143340.320000', '143340.323000', '143340.325000', '143340.328000', '143340.331000', '143340.334000', '143340.337000', '143340.340000', '143340.342000', '143340.345000', '143340.348000', '143340.351000', '143340.354000', '143340.356000', '143340.359000', '143340.362000', '143340.365000', '143340.368000', '143340.371000', '143340.373000', '143340.376000', '143340.379000', '143340.382000', '143340.385000', '143340.388000', '143340.391000', '143340.394000', '143340.396000', '143340.399000', '143340.402000', '143340.405000', '143340.408000', '143340.411000', '143340.413000', '143340.416000', '143340.419000', '143340.422000', '143340.425000', '143400.303000', '143400.306000', '143400.309000', '143400.312000', '143400.315000', '143400.317000', '143400.320000', '143400.323000', '143400.326000', '143400.329000', '143400.331000', '143400.334000', '143400.337000', '143400.340000', '143400.343000', '143400.346000', '143400.349000', '143400.351000', '143400.354000', '143400.357000', '143400.360000', '143400.363000', '143400.366000', '143400.368000', '143400.371000', '143400.374000', '143400.377000', '143400.380000', '143400.383000', '143400.385000', '143400.388000', '143400.391000', '143400.394000', '143400.397000', '143400.400000', '143400.402000', '143400.405000', '143400.408000', '143400.411000', '143400.414000', '143400.417000', '143400.419000', '143400.422000', '143420.303000', '143420.306000', '143420.309000', '143420.311000', '143420.314000', '143420.317000', '143420.320000', '143420.323000', '143420.326000', '143420.328000', '143420.331000', '143420.334000', '143420.337000', '143420.340000', '143420.343000', '143420.346000', '143420.348000', '143420.351000', '143420.354000', '143420.357000', '143420.360000', '143420.363000', '143420.366000', '143420.368000', '143420.371000', '143420.374000', '143420.377000', '143420.380000', '143420.383000', '143420.385000', '143420.388000', '143420.391000', '143420.394000', '143420.397000', '143420.399000', '143420.402000', '143420.405000', '143420.408000', '143420.411000', '143420.414000', '143420.430000', '143420.433000', '143420.435000', '143420.438000', '143440.303000', '143440.306000', '143440.309000', '143440.312000', '143440.314000', '143440.317000', '143440.320000', '143440.323000', '143440.326000', '143440.329000', '143440.332000', '143440.337000', '143440.340000', '143440.343000', '143440.346000', '143440.349000', '143440.352000', '143440.354000', '143440.357000', '143440.360000', '143440.363000', '143440.366000', '143440.369000', '143440.372000', '143440.375000', '143440.377000', '143440.380000', '143440.383000', '143440.386000', '143440.389000', '143440.392000', '143440.394000', '143440.397000', '143440.400000', '143440.403000', '143440.406000', '143440.408000', '143440.411000', '143440.414000', '143440.417000', '143440.420000', '143440.423000', '143440.426000', '143500.304000', '143500.307000', '143500.310000', '143500.313000', '143500.316000', '143500.319000', '143500.322000', '143500.325000', '143500.327000', '143500.330000', '143500.333000', '143500.336000', '143500.339000', '143500.342000', '143500.345000', '143500.348000', '143500.350000', '143500.353000', '143500.356000', '143500.359000', '143500.362000', '143500.364000', '143500.367000', '143500.370000', '143500.373000', '143500.376000', '143500.379000', '143500.382000', '143500.384000', '143500.387000', '143500.390000', '143500.393000', '143500.396000', '143500.398000', '143500.401000', '143500.404000', '143500.407000', '143500.410000', '143500.412000', '143500.415000', '143500.418000', '143500.421000', '143500.424000', '143520.304000', '143520.307000', '143520.310000', '143520.313000', '143520.315000', '143520.318000', '143520.321000', '143520.324000', '143520.327000', '143520.330000', '143520.332000', '143520.335000', '143520.338000', '143520.341000', '143520.344000', '143520.347000', '143520.349000', '143520.352000', '143520.355000', '143520.358000', '143520.361000', '143520.364000', '143520.367000', '143520.369000', '143520.372000', '143520.375000', '143520.378000', '143520.381000', '143520.384000', '143520.386000', '143520.389000', '143520.392000', '143520.395000', '143520.398000', '143520.401000', '143520.403000', '143520.406000', '143520.409000', '143520.412000', '143520.415000', '143520.418000', '143520.420000', '143520.423000', '143520.426000', '143540.303000', '143540.306000', '143540.309000', '143540.312000', '143540.315000', '143540.318000', '143540.321000', '143540.324000', '143540.326000', '143540.329000', '143540.334000', '143540.338000', '143540.341000', '143540.344000', '143540.347000', '143540.350000', '143540.353000', '143540.356000', '143540.358000', '143540.361000', '143540.364000', '143540.367000', '143540.370000', '143540.372000', '143540.375000', '143540.378000', '143540.381000', '143540.384000', '143540.386000', '143540.389000', '143540.392000', '143540.395000', '143540.398000', '143540.401000', '143540.403000', '143540.406000', '143540.409000', '143540.412000', '143540.415000', '143540.418000', '143540.420000', '143540.423000', '143540.426000', '143600.303000', '143600.306000', '143600.309000', '143600.312000', '143600.315000', '143600.317000', '143600.320000', '143600.323000', '143600.326000', '143600.329000', '143600.332000', '143600.334000', '143600.337000', '143600.340000', '143600.343000', '143600.346000', '143600.349000', '143600.351000', '143600.354000', '143600.357000', '143600.360000', '143600.363000', '143600.380000', '143600.383000', '143600.386000', '143600.389000', '143600.392000', '143600.394000', '143600.397000', '143600.400000', '143600.403000', '143600.406000', '143600.409000', '143600.411000', '143600.414000', '143600.417000', '143600.420000', '143600.423000', '143600.426000', '143600.428000', '143600.431000', '143600.434000', '143600.437000', '143600.440000', '143620.303000', '143620.306000', '143620.309000', '143620.312000', '143620.315000', '143620.317000', '143620.320000', '143620.323000', '143620.326000', '143620.329000', '143620.332000', '143620.334000', '143620.337000', '143620.340000', '143620.343000', '143620.346000', '143620.349000', '143620.352000', '143620.355000', '143620.358000', '143620.361000', '143620.363000', '143620.366000', '143620.369000', '143620.372000', '143620.375000', '143620.377000', '143620.380000', '143620.383000', '143620.386000', '143620.389000', '143620.392000', '143620.395000', '143620.398000', '143620.400000', '143620.403000', '143620.406000', '143620.409000', '143620.412000', '143620.415000', '143620.418000', '143620.420000', '143620.423000', '143640.303000', '143640.306000', '143640.309000', '143640.314000', '143640.317000', '143640.320000', '143640.323000', '143640.326000', '143640.329000', '143640.331000', '143640.334000', '143640.337000', '143640.340000', '143640.343000', '143640.346000', '143640.348000', '143640.351000', '143640.354000', '143640.357000', '143640.360000', '143640.363000', '143640.365000', '143640.368000', '143640.371000', '143640.374000', '143640.377000', '143640.380000', '143640.382000', '143640.385000', '143640.388000', '143640.391000', '143640.394000', '143640.397000', '143640.399000', '143640.402000', '143640.405000', '143640.408000', '143640.411000', '143640.414000', '143640.417000', '143640.419000', '143640.422000', '143640.425000', '143640.428000', '143700.303000', '143700.306000', '143700.309000', '143700.312000', '143700.315000', '143700.318000', '143700.320000', '143700.323000', '143700.326000', '143700.329000', '143700.332000', '143700.335000', '143700.337000', '143700.340000', '143700.343000', '143700.357000', '143700.360000', '143700.363000', '143700.366000', '143700.369000', '143700.372000', '143700.375000', '143700.378000', '143700.381000', '143700.384000', '143700.386000', '143700.389000', '143700.392000', '143700.395000', '143700.398000', '143700.400000', '143700.403000', '143700.406000', '143700.409000', '143700.412000', '143700.415000', '143700.418000', '143700.420000', '143700.423000', '143700.426000', '143700.429000', '143700.432000', '143700.435000', '143720.304000', '143720.307000', '143720.310000', '143720.313000', '143720.316000', '143720.318000', '143720.321000', '143720.324000', '143720.327000', '143720.330000', '143720.333000', '143720.336000', '143720.339000', '143720.341000', '143720.344000', '143720.347000', '143720.350000', '143720.353000', '143720.356000', '143720.359000', '143720.361000', '143720.364000', '143720.375000', '143720.378000', '143720.381000', '143720.384000', '143720.386000', '143720.389000', '143720.392000', '143720.395000', '143720.398000', '143720.400000', '143720.403000', '143720.406000', '143720.409000', '143720.412000', '143720.415000', '143720.417000', '143720.422000', '143720.425000', '143720.428000', '143720.431000', '143720.434000', '143720.437000', '143740.304000', '143740.307000', '143740.310000', '143740.327000', '143740.330000', '143740.333000', '143740.336000', '143740.339000', '143740.342000', '143740.344000', '143740.347000', '143740.350000', '143740.353000', '143740.356000', '143740.359000', '143740.361000', '143740.364000', '143740.367000', '143740.370000', '143740.373000', '143740.376000', '143740.378000', '143740.381000', '143740.385000', '143740.390000', '143740.393000', '143740.396000', '143740.398000', '143740.401000', '143740.404000', '143740.407000', '143740.410000', '143740.413000', '143740.416000', '143740.418000', '143740.421000', '143740.424000', '143740.427000', '143740.430000', '143740.433000', '143740.435000', '143740.438000', '143740.441000', '143800.304000', '143800.307000', '143800.310000', '143800.313000', '143800.316000', '143800.319000', '143800.322000', '143800.325000', '143800.327000', '143800.330000', '143800.333000', '143800.336000', '143800.339000', '143800.342000', '143800.345000', '143800.347000', '143800.350000', '143800.353000', '143800.356000', '143800.359000', '143800.362000', '143800.364000', '143800.367000', '143800.370000', '143800.373000', '143800.376000', '143800.379000', '143800.381000', '143800.384000', '143800.387000', '143800.390000', '143800.393000', '143800.396000', '143800.398000', '143800.401000', '143800.404000', '143800.407000', '143800.410000', '143800.413000', '143800.415000', '143800.418000', '143800.421000', '143800.424000', '143800.427000', '143820.303000', '143820.306000', '143820.309000', '143820.312000', '143820.315000', '143820.318000', '143820.320000', '143820.323000', '143820.326000', '143820.329000', '143820.332000', '143820.335000', '143820.339000', '143820.341000', '143820.344000', '143820.347000', '143820.350000', '143820.353000', '143820.356000', '143820.359000', '143820.362000', '143820.364000', '143820.367000', '143820.370000', '143820.373000', '143820.376000', '143820.379000', '143820.381000', '143820.384000', '143820.387000', '143820.390000', '143820.393000', '143820.396000', '143820.399000', '143820.402000', '143820.405000', '143820.408000', '143820.411000', '143820.414000', '143820.416000', '143820.419000', '143820.422000', '143820.425000', '143840.303000', '143840.306000', '143840.309000', '143840.312000', '143840.314000', '143840.317000', '143840.320000', '143840.323000', '143840.326000', '143840.329000', '143840.331000', '143840.334000', '143840.337000', '143840.340000', '143840.343000', '143840.346000', '143840.348000', '143840.351000', '143840.354000', '143840.357000', '143840.360000', '143840.363000', '143840.365000', '143840.368000', '143840.371000', '143840.374000', '143840.377000', '143840.379000', '143840.382000', '143840.385000', '143840.388000', '143840.391000', '143840.394000', '143840.397000', '143840.399000', '143840.402000', '143840.405000', '143840.408000', '143840.411000', '143840.414000', '143840.416000', '143840.419000', '143840.422000', '143840.425000', '143900.303000', '143900.306000', '143900.309000', '143900.311000', '143900.314000', '143900.317000', '143900.320000', '143900.323000', '143900.326000', '143900.329000', '143900.331000', '143900.334000', '143900.337000', '143900.340000', '143900.343000', '143900.346000', '143900.349000', '143900.351000', '143900.354000', '143900.357000', '143900.360000', '143900.363000', '143900.366000', '143900.368000', '143900.371000', '143900.374000', '143900.377000', '143900.380000', '143900.383000', '143900.385000', '143900.388000', '143900.391000', '143900.394000', '143900.397000', '143900.400000', '143900.403000', '143900.405000', '143900.408000', '143900.411000', '143900.414000', '143900.417000', '143900.420000', '143900.423000', '143920.304000', '143920.307000', '143920.310000', '143920.313000', '143920.316000', '143920.318000', '143920.321000', '143920.324000', '143920.327000', '143920.330000', '143920.333000', '143920.336000', '143920.338000', '143920.341000', '143920.344000', '143920.347000', '143920.350000', '143920.353000', '143920.355000', '143920.358000', '143920.361000', '143920.364000', '143920.367000', '143920.370000', '143920.373000', '143920.375000', '143920.378000', '143920.381000', '143920.384000', '143920.387000', '143920.390000', '143920.392000', '143920.395000', '143920.398000', '143920.401000', '143920.404000', '143920.406000', '143920.409000', '143920.412000', '143920.415000', '143920.418000', '143920.421000', '143920.423000', '143920.426000', '143940.304000', '143940.307000', '143940.310000', '143940.313000', '143940.315000', '143940.318000', '143940.321000', '143940.324000', '143940.327000', '143940.330000', '143940.333000', '143940.336000', '143940.339000', '143940.341000', '143940.344000', '143940.347000', '143940.350000', '143940.353000', '143940.356000', '143940.358000', '143940.361000', '143940.364000', '143940.367000', '143940.370000', '143940.374000', '143940.377000', '143940.380000', '143940.383000', '143940.386000', '143940.389000', '143940.392000', '143940.395000', '143940.398000', '143940.400000', '143940.403000', '143940.406000', '143940.409000', '143940.421000', '143940.423000', '143940.426000', '143940.430000', '143940.433000', '143940.435000', '144000.304000', '144000.307000', '144000.310000', '144000.313000', '144000.315000', '144000.318000', '144000.321000', '144000.324000', '144000.327000', '144000.330000', '144000.332000', '144000.335000', '144000.338000', '144000.341000', '144000.344000', '144000.347000', '144000.350000', '144000.353000', '144000.355000', '144000.358000', '144000.361000', '144000.364000', '144000.367000', '144000.370000', '144000.372000', '144000.375000', '144000.378000', '144000.381000', '144000.384000', '144000.387000', '144000.390000', '144000.392000', '144000.395000', '144000.398000', '144000.401000', '144000.404000', '144000.406000', '144000.409000', '144000.412000', '144000.415000', '144000.418000', '144000.421000', '144000.424000', '144000.426000', '144020.303000', '144020.306000', '144020.309000', '144020.312000', '144020.315000', '144020.317000', '144020.320000', '144020.323000', '144020.326000', '144020.329000', '144020.332000', '144020.335000', '144020.337000', '144020.340000', '144020.343000', '144020.346000', '144020.349000', '144020.352000', '144020.354000', '144020.357000', '144020.360000', '144020.363000', '144020.366000', '144020.368000', '144020.371000', '144020.374000', '144020.377000', '144020.380000', '144020.383000', '144020.385000', '144020.388000', '144020.391000', '144020.394000', '144020.397000', '144020.399000', '144020.402000', '144020.405000', '144020.408000', '144020.411000', '144020.414000', '144020.422000', '144020.425000', '144020.427000', '144040.303000', '144040.306000', '144040.309000', '144040.312000', '144040.314000', '144040.317000', '144040.320000', '144040.323000', '144040.326000', '144040.329000', '144040.332000', '144040.334000', '144040.337000', '144040.340000', '144040.343000', '144040.346000', '144040.349000', '144040.351000', '144040.354000', '144040.357000', '144040.360000', '144040.363000', '144040.366000', '144040.369000', '144040.372000', '144040.374000', '144040.377000', '144040.380000', '144040.383000', '144040.386000', '144040.389000', '144040.391000', '144040.394000', '144040.397000', '144040.400000', '144040.403000', '144040.406000', '144040.408000', '144040.411000', '144040.414000', '144040.417000', '144040.420000', '144040.423000', '144040.426000', '144041.208000', '144041.213000'], 'InstanceCreationTime': ['143200.340000', '143200.343000', '143200.346000', '143200.349000', '143200.352000', '143200.355000', '143200.357000', '143200.360000', '143200.370000', '143200.372000', '143200.375000', '143200.378000', '143200.381000', '143200.393000', '143200.396000', '143200.399000', '143200.402000', '143200.405000', '143200.407000', '143200.410000', '143200.413000', '143200.416000', '143200.418000', '143200.421000', '143220.303000', '143220.306000', '143220.309000', '143220.321000', '143220.323000', '143220.326000', '143220.329000', '143220.332000', '143220.334000', '143220.337000', '143220.340000', '143220.343000', '143220.346000', '143220.348000', '143220.351000', '143220.354000', '143220.357000', '143220.360000', '143220.363000', '143220.365000', '143220.368000', '143220.371000', '143220.374000', '143220.376000', '143220.379000', '143220.382000', '143220.385000', '143220.388000', '143220.390000', '143220.393000', '143220.396000', '143220.399000', '143220.402000', '143220.405000', '143220.407000', '143220.410000', '143220.413000', '143220.416000', '143220.419000', '143220.421000', '143220.424000', '143220.427000', '143220.430000', '143220.433000', '143240.304000', '143240.307000', '143240.310000', '143240.312000', '143240.315000', '143240.318000', '143240.321000', '143240.324000', '143240.326000', '143240.329000', '143240.332000', '143240.335000', '143240.338000', '143240.341000', '143240.343000', '143240.346000', '143240.349000', '143240.352000', '143240.355000', '143240.358000', '143240.360000', '143240.363000', '143240.366000', '143240.369000', '143240.372000', '143240.374000', '143240.377000', '143240.380000', '143240.383000', '143240.386000', '143240.389000', '143240.391000', '143240.394000', '143240.397000', '143240.400000', '143240.403000', '143240.405000', '143240.408000', '143240.411000', '143240.414000', '143240.423000', '143240.426000', '143240.429000', '143300.304000', '143300.319000', '143300.322000', '143300.325000', '143300.328000', '143300.331000', '143300.333000', '143300.336000', '143300.339000', '143300.342000', '143300.345000', '143300.348000', '143300.350000', '143300.353000', '143300.356000', '143300.359000', '143300.362000', '143300.365000', '143300.367000', '143300.370000', '143300.373000', '143300.376000', '143300.379000', '143300.381000', '143300.384000', '143300.387000', '143300.390000', '143300.393000', '143300.395000', '143300.398000', '143300.401000', '143300.404000', '143300.407000', '143300.410000', '143300.412000', '143300.415000', '143300.418000', '143300.421000', '143300.424000', '143300.426000', '143300.434000', '143300.437000', '143300.440000', '143300.443000', '143320.303000', '143320.306000', '143320.309000', '143320.311000', '143320.314000', '143320.317000', '143320.320000', '143320.323000', '143320.326000', '143320.328000', '143320.331000', '143320.334000', '143320.337000', '143320.340000', '143320.342000', '143320.345000', '143320.348000', '143320.351000', '143320.354000', '143320.357000', '143320.360000', '143320.362000', '143320.365000', '143320.368000', '143320.371000', '143320.374000', '143320.377000', '143320.379000', '143320.382000', '143320.385000', '143320.388000', '143320.391000', '143320.394000', '143320.396000', '143320.399000', '143320.402000', '143320.405000', '143320.408000', '143320.410000', '143320.413000', '143320.416000', '143320.419000', '143320.423000', '143340.303000', '143340.306000', '143340.308000', '143340.311000', '143340.314000', '143340.317000', '143340.320000', '143340.323000', '143340.325000', '143340.328000', '143340.331000', '143340.334000', '143340.337000', '143340.340000', '143340.342000', '143340.345000', '143340.348000', '143340.351000', '143340.354000', '143340.356000', '143340.359000', '143340.362000', '143340.365000', '143340.368000', '143340.371000', '143340.373000', '143340.376000', '143340.379000', '143340.382000', '143340.385000', '143340.388000', '143340.391000', '143340.394000', '143340.396000', '143340.399000', '143340.402000', '143340.405000', '143340.408000', '143340.411000', '143340.413000', '143340.416000', '143340.419000', '143340.422000', '143340.425000', '143400.303000', '143400.306000', '143400.309000', '143400.312000', '143400.315000', '143400.317000', '143400.320000', '143400.323000', '143400.326000', '143400.329000', '143400.331000', '143400.334000', '143400.337000', '143400.340000', '143400.343000', '143400.346000', '143400.349000', '143400.351000', '143400.354000', '143400.357000', '143400.360000', '143400.363000', '143400.366000', '143400.368000', '143400.371000', '143400.374000', '143400.377000', '143400.380000', '143400.383000', '143400.385000', '143400.388000', '143400.391000', '143400.394000', '143400.397000', '143400.400000', '143400.402000', '143400.405000', '143400.408000', '143400.411000', '143400.414000', '143400.417000', '143400.419000', '143400.422000', '143420.303000', '143420.306000', '143420.309000', '143420.311000', '143420.314000', '143420.317000', '143420.320000', '143420.323000', '143420.326000', '143420.328000', '143420.331000', '143420.334000', '143420.337000', '143420.340000', '143420.343000', '143420.346000', '143420.348000', '143420.351000', '143420.354000', '143420.357000', '143420.360000', '143420.363000', '143420.366000', '143420.368000', '143420.371000', '143420.374000', '143420.377000', '143420.380000', '143420.383000', '143420.385000', '143420.388000', '143420.391000', '143420.394000', '143420.397000', '143420.399000', '143420.402000', '143420.405000', '143420.408000', '143420.411000', '143420.414000', '143420.430000', '143420.433000', '143420.435000', '143420.438000', '143440.303000', '143440.306000', '143440.309000', '143440.312000', '143440.314000', '143440.317000', '143440.320000', '143440.323000', '143440.326000', '143440.329000', '143440.332000', '143440.337000', '143440.340000', '143440.343000', '143440.346000', '143440.349000', '143440.352000', '143440.354000', '143440.357000', '143440.360000', '143440.363000', '143440.366000', '143440.369000', '143440.372000', '143440.375000', '143440.377000', '143440.380000', '143440.383000', '143440.386000', '143440.389000', '143440.392000', '143440.394000', '143440.397000', '143440.400000', '143440.403000', '143440.406000', '143440.408000', '143440.411000', '143440.414000', '143440.417000', '143440.420000', '143440.423000', '143440.426000', '143500.304000', '143500.307000', '143500.310000', '143500.313000', '143500.316000', '143500.319000', '143500.322000', '143500.325000', '143500.327000', '143500.330000', '143500.333000', '143500.336000', '143500.339000', '143500.342000', '143500.345000', '143500.348000', '143500.350000', '143500.353000', '143500.356000', '143500.359000', '143500.362000', '143500.364000', '143500.367000', '143500.370000', '143500.373000', '143500.376000', '143500.379000', '143500.382000', '143500.384000', '143500.387000', '143500.390000', '143500.393000', '143500.396000', '143500.398000', '143500.401000', '143500.404000', '143500.407000', '143500.410000', '143500.412000', '143500.415000', '143500.418000', '143500.421000', '143500.424000', '143520.304000', '143520.307000', '143520.310000', '143520.313000', '143520.315000', '143520.318000', '143520.321000', '143520.324000', '143520.327000', '143520.330000', '143520.332000', '143520.335000', '143520.338000', '143520.341000', '143520.344000', '143520.347000', '143520.349000', '143520.352000', '143520.355000', '143520.358000', '143520.361000', '143520.364000', '143520.367000', '143520.369000', '143520.372000', '143520.375000', '143520.378000', '143520.381000', '143520.384000', '143520.386000', '143520.389000', '143520.392000', '143520.395000', '143520.398000', '143520.401000', '143520.403000', '143520.406000', '143520.409000', '143520.412000', '143520.415000', '143520.418000', '143520.420000', '143520.423000', '143520.426000', '143540.303000', '143540.306000', '143540.309000', '143540.312000', '143540.315000', '143540.318000', '143540.321000', '143540.324000', '143540.326000', '143540.329000', '143540.334000', '143540.338000', '143540.341000', '143540.344000', '143540.347000', '143540.350000', '143540.353000', '143540.356000', '143540.358000', '143540.361000', '143540.364000', '143540.367000', '143540.370000', '143540.372000', '143540.375000', '143540.378000', '143540.381000', '143540.384000', '143540.386000', '143540.389000', '143540.392000', '143540.395000', '143540.398000', '143540.401000', '143540.403000', '143540.406000', '143540.409000', '143540.412000', '143540.415000', '143540.418000', '143540.420000', '143540.423000', '143540.426000', '143600.303000', '143600.306000', '143600.309000', '143600.312000', '143600.315000', '143600.317000', '143600.320000', '143600.323000', '143600.326000', '143600.329000', '143600.332000', '143600.334000', '143600.337000', '143600.340000', '143600.343000', '143600.346000', '143600.349000', '143600.351000', '143600.354000', '143600.357000', '143600.360000', '143600.363000', '143600.380000', '143600.383000', '143600.386000', '143600.389000', '143600.392000', '143600.394000', '143600.397000', '143600.400000', '143600.403000', '143600.406000', '143600.409000', '143600.411000', '143600.414000', '143600.417000', '143600.420000', '143600.423000', '143600.426000', '143600.428000', '143600.431000', '143600.434000', '143600.437000', '143600.440000', '143620.303000', '143620.306000', '143620.309000', '143620.312000', '143620.315000', '143620.317000', '143620.320000', '143620.323000', '143620.326000', '143620.329000', '143620.332000', '143620.334000', '143620.337000', '143620.340000', '143620.343000', '143620.346000', '143620.349000', '143620.352000', '143620.355000', '143620.358000', '143620.361000', '143620.363000', '143620.366000', '143620.369000', '143620.372000', '143620.375000', '143620.377000', '143620.380000', '143620.383000', '143620.386000', '143620.389000', '143620.392000', '143620.395000', '143620.398000', '143620.400000', '143620.403000', '143620.406000', '143620.409000', '143620.412000', '143620.415000', '143620.418000', '143620.420000', '143620.423000', '143640.303000', '143640.306000', '143640.309000', '143640.314000', '143640.317000', '143640.320000', '143640.323000', '143640.326000', '143640.329000', '143640.331000', '143640.334000', '143640.337000', '143640.340000', '143640.343000', '143640.346000', '143640.348000', '143640.351000', '143640.354000', '143640.357000', '143640.360000', '143640.363000', '143640.365000', '143640.368000', '143640.371000', '143640.374000', '143640.377000', '143640.380000', '143640.382000', '143640.385000', '143640.388000', '143640.391000', '143640.394000', '143640.397000', '143640.399000', '143640.402000', '143640.405000', '143640.408000', '143640.411000', '143640.414000', '143640.417000', '143640.419000', '143640.422000', '143640.425000', '143640.428000', '143700.303000', '143700.306000', '143700.309000', '143700.312000', '143700.315000', '143700.318000', '143700.320000', '143700.323000', '143700.326000', '143700.329000', '143700.332000', '143700.335000', '143700.337000', '143700.340000', '143700.343000', '143700.357000', '143700.360000', '143700.363000', '143700.366000', '143700.369000', '143700.372000', '143700.375000', '143700.378000', '143700.381000', '143700.384000', '143700.386000', '143700.389000', '143700.392000', '143700.395000', '143700.398000', '143700.400000', '143700.403000', '143700.406000', '143700.409000', '143700.412000', '143700.415000', '143700.418000', '143700.420000', '143700.423000', '143700.426000', '143700.429000', '143700.432000', '143700.435000', '143720.304000', '143720.307000', '143720.310000', '143720.313000', '143720.316000', '143720.318000', '143720.321000', '143720.324000', '143720.327000', '143720.330000', '143720.333000', '143720.336000', '143720.339000', '143720.341000', '143720.344000', '143720.347000', '143720.350000', '143720.353000', '143720.356000', '143720.359000', '143720.361000', '143720.364000', '143720.375000', '143720.378000', '143720.381000', '143720.384000', '143720.386000', '143720.389000', '143720.392000', '143720.395000', '143720.398000', '143720.400000', '143720.403000', '143720.406000', '143720.409000', '143720.412000', '143720.415000', '143720.417000', '143720.422000', '143720.425000', '143720.428000', '143720.431000', '143720.434000', '143720.437000', '143740.304000', '143740.307000', '143740.310000', '143740.327000', '143740.330000', '143740.333000', '143740.336000', '143740.339000', '143740.342000', '143740.344000', '143740.347000', '143740.350000', '143740.353000', '143740.356000', '143740.359000', '143740.361000', '143740.364000', '143740.367000', '143740.370000', '143740.373000', '143740.376000', '143740.378000', '143740.381000', '143740.385000', '143740.390000', '143740.393000', '143740.396000', '143740.398000', '143740.401000', '143740.404000', '143740.407000', '143740.410000', '143740.413000', '143740.416000', '143740.418000', '143740.421000', '143740.424000', '143740.427000', '143740.430000', '143740.433000', '143740.435000', '143740.438000', '143740.441000', '143800.304000', '143800.307000', '143800.310000', '143800.313000', '143800.316000', '143800.319000', '143800.322000', '143800.325000', '143800.327000', '143800.330000', '143800.333000', '143800.336000', '143800.339000', '143800.342000', '143800.345000', '143800.347000', '143800.350000', '143800.353000', '143800.356000', '143800.359000', '143800.362000', '143800.364000', '143800.367000', '143800.370000', '143800.373000', '143800.376000', '143800.379000', '143800.381000', '143800.384000', '143800.387000', '143800.390000', '143800.393000', '143800.396000', '143800.398000', '143800.401000', '143800.404000', '143800.407000', '143800.410000', '143800.413000', '143800.415000', '143800.418000', '143800.421000', '143800.424000', '143800.427000', '143820.303000', '143820.306000', '143820.309000', '143820.312000', '143820.315000', '143820.318000', '143820.320000', '143820.323000', '143820.326000', '143820.329000', '143820.332000', '143820.335000', '143820.339000', '143820.341000', '143820.344000', '143820.347000', '143820.350000', '143820.353000', '143820.356000', '143820.359000', '143820.362000', '143820.364000', '143820.367000', '143820.370000', '143820.373000', '143820.376000', '143820.379000', '143820.381000', '143820.384000', '143820.387000', '143820.390000', '143820.393000', '143820.396000', '143820.399000', '143820.402000', '143820.405000', '143820.408000', '143820.411000', '143820.414000', '143820.416000', '143820.419000', '143820.422000', '143820.425000', '143840.303000', '143840.306000', '143840.309000', '143840.312000', '143840.314000', '143840.317000', '143840.320000', '143840.323000', '143840.326000', '143840.329000', '143840.331000', '143840.334000', '143840.337000', '143840.340000', '143840.343000', '143840.346000', '143840.348000', '143840.351000', '143840.354000', '143840.357000', '143840.360000', '143840.363000', '143840.365000', '143840.368000', '143840.371000', '143840.374000', '143840.377000', '143840.379000', '143840.382000', '143840.385000', '143840.388000', '143840.391000', '143840.394000', '143840.397000', '143840.399000', '143840.402000', '143840.405000', '143840.408000', '143840.411000', '143840.414000', '143840.416000', '143840.419000', '143840.422000', '143840.425000', '143900.303000', '143900.306000', '143900.309000', '143900.311000', '143900.314000', '143900.317000', '143900.320000', '143900.323000', '143900.326000', '143900.329000', '143900.331000', '143900.334000', '143900.337000', '143900.340000', '143900.343000', '143900.346000', '143900.349000', '143900.351000', '143900.354000', '143900.357000', '143900.360000', '143900.363000', '143900.366000', '143900.368000', '143900.371000', '143900.374000', '143900.377000', '143900.380000', '143900.383000', '143900.385000', '143900.388000', '143900.391000', '143900.394000', '143900.397000', '143900.400000', '143900.403000', '143900.405000', '143900.408000', '143900.411000', '143900.414000', '143900.417000', '143900.420000', '143900.423000', '143920.304000', '143920.307000', '143920.310000', '143920.313000', '143920.316000', '143920.318000', '143920.321000', '143920.324000', '143920.327000', '143920.330000', '143920.333000', '143920.336000', '143920.338000', '143920.341000', '143920.344000', '143920.347000', '143920.350000', '143920.353000', '143920.355000', '143920.358000', '143920.361000', '143920.364000', '143920.367000', '143920.370000', '143920.373000', '143920.375000', '143920.378000', '143920.381000', '143920.384000', '143920.387000', '143920.390000', '143920.392000', '143920.395000', '143920.398000', '143920.401000', '143920.404000', '143920.406000', '143920.409000', '143920.412000', '143920.415000', '143920.418000', '143920.421000', '143920.423000', '143920.426000', '143940.304000', '143940.307000', '143940.310000', '143940.313000', '143940.315000', '143940.318000', '143940.321000', '143940.324000', '143940.327000', '143940.330000', '143940.333000', '143940.336000', '143940.339000', '143940.341000', '143940.344000', '143940.347000', '143940.350000', '143940.353000', '143940.356000', '143940.358000', '143940.361000', '143940.364000', '143940.367000', '143940.370000', '143940.374000', '143940.377000', '143940.380000', '143940.383000', '143940.386000', '143940.389000', '143940.392000', '143940.395000', '143940.398000', '143940.400000', '143940.403000', '143940.406000', '143940.409000', '143940.421000', '143940.423000', '143940.426000', '143940.430000', '143940.433000', '143940.435000', '144000.304000', '144000.307000', '144000.310000', '144000.313000', '144000.315000', '144000.318000', '144000.321000', '144000.324000', '144000.327000', '144000.330000', '144000.332000', '144000.335000', '144000.338000', '144000.341000', '144000.344000', '144000.347000', '144000.350000', '144000.353000', '144000.355000', '144000.358000', '144000.361000', '144000.364000', '144000.367000', '144000.370000', '144000.372000', '144000.375000', '144000.378000', '144000.381000', '144000.384000', '144000.387000', '144000.390000', '144000.392000', '144000.395000', '144000.398000', '144000.401000', '144000.404000', '144000.406000', '144000.409000', '144000.412000', '144000.415000', '144000.418000', '144000.421000', '144000.424000', '144000.426000', '144020.303000', '144020.306000', '144020.309000', '144020.312000', '144020.315000', '144020.317000', '144020.320000', '144020.323000', '144020.326000', '144020.329000', '144020.332000', '144020.335000', '144020.337000', '144020.340000', '144020.343000', '144020.346000', '144020.349000', '144020.352000', '144020.354000', '144020.357000', '144020.360000', '144020.363000', '144020.366000', '144020.368000', '144020.371000', '144020.374000', '144020.377000', '144020.380000', '144020.383000', '144020.385000', '144020.388000', '144020.391000', '144020.394000', '144020.397000', '144020.399000', '144020.402000', '144020.405000', '144020.408000', '144020.411000', '144020.414000', '144020.422000', '144020.425000', '144020.427000', '144040.303000', '144040.306000', '144040.309000', '144040.312000', '144040.314000', '144040.317000', '144040.320000', '144040.323000', '144040.326000', '144040.329000', '144040.332000', '144040.334000', '144040.337000', '144040.340000', '144040.343000', '144040.346000', '144040.349000', '144040.351000', '144040.354000', '144040.357000', '144040.360000', '144040.363000', '144040.366000', '144040.369000', '144040.372000', '144040.374000', '144040.377000', '144040.380000', '144040.383000', '144040.386000', '144040.389000', '144040.391000', '144040.394000', '144040.397000', '144040.400000', '144040.403000', '144040.406000', '144040.408000', '144040.411000', '144040.414000', '144040.417000', '144040.420000', '144040.423000', '144040.426000', '144041.208000', '144041.213000'], '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': [12119, 8844, 12207, 9458, 13127, 9007, 11746, 8745, 11494, 8869, 11886, 9055, 11800, 8298, 10875, 8726, 11171, 9142, 12285, 9141, 11625, 9038, 11551, 9042, 12059, 9147, 10926, 9130, 8229, 10189, 8519, 11688, 9728, 12671, 10076, 14094, 10431, 14159, 10593, 11675, 10894, 8723, 11881, 8995, 12231, 9785, 12665, 9557, 12892, 10309, 8298, 10718, 8163, 11401, 9206, 12715, 10129, 13235, 9296, 12033, 9325, 11478, 8864, 9292, 9617, 8581, 11077, 9207, 11662, 9491, 11911, 9757, 13259, 10596, 12844, 10764, 10038, 10795, 9422, 11170, 9870, 11378, 8185, 11190, 8400, 11227, 8499, 12048, 9237, 12423, 9113, 12059, 9596, 13082, 10342, 13529, 9347, 12499, 9010, 12068, 8759, 12343, 8978, 12135, 8035, 11602, 8295, 11382, 9112, 11458, 8428, 11123, 8848, 11056, 10695, 11038, 9358, 10871, 9932, 10874, 12963, 10402, 11648, 10395, 12525, 9973, 12773, 9628, 12381, 9351, 11827, 9067, 12407, 9067, 12250, 8257, 11750, 8844, 11949, 9275, 11446, 9943, 11061, 12771, 10689, 11333, 10317, 11082, 9996, 12262, 10102, 13154, 9695, 12424, 9479, 12292, 9124, 12156, 9214, 12721, 9028, 11894, 8601, 11648, 8347, 12212, 8742, 12156, 8257, 11379, 8609, 11551, 8718, 11277, 8512, 11126, 9083, 11288, 9050, 11446, 9848, 12014, 9955, 12206, 8871, 11785, 8451, 11207, 9029, 12164, 10317, 13859, 10448, 11433, 9538, 10369, 10099, 9124, 10800, 8789, 11960, 10465, 14281, 11035, 14711, 10839, 14449, 10816, 14331, 11356, 14845, 10304, 13045, 9570, 12501, 9180, 12469, 8655, 11933, 7996, 11548, 8142, 11139, 8506, 10888, 8288, 10777, 9505, 10763, 8957, 10735, 9580, 10738, 11147, 10871, 9981, 11044, 10617, 10923, 12713, 11032, 11463, 10792, 11361, 10476, 12361, 10360, 12217, 9972, 11625, 9875, 12655, 9840, 12995, 9891, 11369, 10033, 10539, 10105, 10775, 10645, 10289, 11051, 8987, 11214, 9768, 12387, 11187, 11427, 10358, 11610, 10842, 11646, 10972, 11748, 9939, 11738, 10627, 11485, 10597, 11251, 10879, 11072, 11335, 10750, 11974, 10698, 12621, 10420, 12067, 10687, 12632, 10385, 11635, 10175, 11870, 10550, 12209, 10101, 12289, 9985, 12381, 10124, 10684, 10387, 10283, 10600, 10094, 10902, 9893, 11307, 9794, 11321, 8686, 11973, 9333, 12580, 9034, 12351, 9323, 12722, 9732, 12611, 9934, 13001, 10177, 13517, 10011, 12004, 10226, 10229, 10494, 9199, 11217, 8844, 11937, 9240, 12136, 9945, 12622, 10216, 11856, 10191, 8812, 10924, 8819, 12385, 9647, 12323, 9938, 12324, 10238, 10408, 10674, 10424, 11516, 9089, 12023, 8930, 12413, 10017, 13676, 10816, 13491, 10592, 11557, 10822, 8773, 12000, 8946, 12876, 10829, 14339, 10947, 10835, 11125, 9444, 12174, 9367, 12965, 10590, 14248, 11266, 9871, 10997, 8782, 12415, 10536, 14981, 10724, 14312, 10750, 11490, 10728, 8755, 11389, 8494, 12396, 10386, 13888, 10338, 11384, 10359, 9596, 10937, 8181, 11835, 9747, 12887, 9960, 11398, 9813, 9415, 10398, 9102, 10927, 8239, 11264, 8857, 11558, 9586, 12482, 9548, 11748, 9728, 10379, 10037, 9203, 10954, 8411, 11494, 9416, 12693, 10331, 13546, 10736, 10667, 10535, 10706, 11471, 9013, 11751, 8671, 12002, 9891, 13283, 10195, 12518, 10150, 13112, 10540, 13236, 10294, 11086, 10263, 11575, 10956, 10290, 11708, 9025, 11816, 10004, 13423, 10279, 14217, 10336, 13508, 10596, 13323, 10468, 9460, 11135, 9135, 10100, 9637, 8318, 12000, 9955, 9542, 11013, 8957, 13225, 10686, 14944, 11226, 14038, 10439, 10129, 10650, 9443, 12448, 9454, 13023, 10054, 12457, 9743, 9348, 10604, 8499, 11999, 9572, 12478, 10239, 15039, 10729, 12431, 10128, 11685, 10541, 11779, 11662, 9332, 11727, 9372, 12598, 10453, 12921, 9556, 12650, 9764, 12355, 10144, 13571, 10356, 13944, 9441, 12578, 9449, 13396, 10056, 10917, 9194, 9070, 10098, 9079, 11500, 8445, 13006, 9964, 12455, 10008, 13158, 10375, 9522, 10422, 9074, 13523, 10663, 15171, 11485, 13648, 10806, 10608, 10238, 10554, 10957, 10860, 10840, 8838, 10382, 9533, 10618, 9318, 10106, 8149, 10605, 8188, 10595, 8319, 10820, 8513, 11751, 8761, 11748, 8838, 11531, 9332, 12795, 9895, 12805, 9248, 11845, 8970, 12017, 9029, 12382, 8906, 12026, 8638, 11722, 8819, 11082, 8394, 11073, 8455, 10848, 9085, 10879, 8584, 10926, 8542, 10837, 9661, 11020, 10053, 10810, 9718, 10897, 10054, 11275, 8664, 11114, 8519, 11004, 9433, 11374, 8595, 11307, 8423, 10980, 8809, 11853, 9267, 12563, 9473, 12540, 9772, 13431, 10293, 13462, 9701, 11084, 9919, 10771, 10802, 10597, 11957, 8873, 12112, 10405, 12378, 10432, 12050, 8876, 12427, 9751, 13202, 10652, 13428, 9958, 10840, 9944, 8810, 10422, 9054, 12803, 9793, 12913, 10461, 12780, 10133, 12393, 10515, 10529, 9754, 8322, 10245, 8137, 9735, 8373, 10666, 8102, 11048, 8291, 10682, 8264, 8505, 8696, 8334, 9670, 8746, 9759, 12532, 9936, 10102, 10194, 7997, 10867, 8276, 11326, 8375, 11693, 8232, 11642, 8542, 12732, 9881, 12510, 8176, 11603, 7922, 11174, 8424, 11834, 8281, 11651, 8329, 11329, 8230, 10880, 8239, 11618, 8702, 11894, 8593, 11264, 8585, 10803, 8611, 11445, 8564, 12638, 8742, 11692, 8663, 11015, 8593, 11273, 8628, 12402, 8888, 11951, 8432, 11029, 8532, 10891, 8934, 11391, 8416, 9627, 8679, 8724, 9133, 8527, 9540, 8296, 10234, 8464, 10754, 8385, 12268, 8311, 12524, 8989, 12728, 8995, 12942, 9416, 12946, 8694, 10279, 8679, 9876, 8866, 8425, 9285, 8267, 10083, 8320, 10651, 8393, 11031, 8197, 11534, 8822, 12947, 9742, 13927, 9205, 13085, 8813, 12111, 9120, 9178, 8666, 8092, 9851, 8249, 11395, 8530, 11320, 8225, 9454, 8623, 8894, 9219, 7976, 9672, 8430, 10485, 8848, 11248, 8207, 11628, 8549, 11816, 9004, 12285, 8959, 11621, 8600, 11462, 8884, 10130, 8672, 8270, 9337, 8107, 11105, 8845, 8456, 9088, 8568, 11109, 8550, 11863, 9082, 13703, 9826, 11799, 8874, 11262, 8665, 12364, 8799, 10842, 8487, 9096, 8742, 9475, 9047, 9692, 9476, 8495, 9641, 8228, 9917, 11399, 9461, 13284, 9142, 12345, 8555, 13199, 9002, 12589, 8445, 10976, 8176, 8673, 8566, 8718, 9202, 9174, 9784, 7977, 9840, 8316, 10124, 8697, 10545, 8467, 10729, 8555, 7968, 9205, 8372, 10414, 8733, 8477, 11376, 8774, 13810, 10469, 12816, 10374, 9493, 9496, 8803, 10780, 8477, 12026, 8156, 11770, 8820, 12752, 9048, 9806, 8443, 8280, 11526, 8746, 9726, 8506, 8574, 10597, 8649, 11830, 8629, 12792, 9876, 8281, 12872, 8203, 13231, 8656, 13988, 10127, 14701, 8958, 9674, 8395, 8142, 10178, 8479, 12570, 9015, 11415, 8338, 11472, 8821, 13837, 10359, 13219, 9640, 9951, 8876, 10172, 9701, 9472, 9253, 8278, 10591, 8190, 11142, 8294, 11808, 8576, 13413, 9036, 11609, 8608, 13375, 9016, 14406, 9671, 11870, 8668, 11084, 8714, 11357, 8834, 8829, 9155, 9225, 9785, 8785, 9772, 8157, 10121, 8631, 10332, 7914, 10468, 8234, 11425, 9398, 12423, 8007, 12415, 8242, 12949, 9227, 13728, 8893, 10228, 9210, 8405, 12151, 9176, 13290, 9649, 11663, 9317, 12694, 10432, 11544, 10832, 8056, 11069, 8129, 11888, 8684, 14035, 8853, 10169, 8740, 8538, 10233, 8157, 12728, 8350, 13583, 9172, 13863, 10558, 13687, 10130, 12912, 9234, 12470, 9435, 12232, 9080, 8105, 9817, 8354, 10373, 8020, 13039, 8241, 12556, 8817, 12994, 9078, 13871, 8961, 12624, 8746, 12833, 9465, 9561, 8922, 8191, 10249, 8245, 11018, 8233, 10797, 8722, 12040, 8861, 11504, 8670, 8227, 10228, 8108, 11042, 7963, 11256, 8202, 13189, 8458, 12365, 8842, 12566, 8840, 13550, 8634, 11981, 8614, 10788, 8685, 8395, 9609, 8387, 10716, 8035, 12383, 8280, 10229, 8811, 8274, 10094, 7938, 8766, 9309, 8162, 10992, 9064, 8478, 12621, 8553, 8074, 11176, 8842, 7988, 13676, 10640, 8317, 11749, 9135, 8336, 10073, 9727, 8068, 10365, 8964, 8498, 13879, 10822, 10066, 12143, 8592, 14358, 10706, 10952, 10050, 8126, 12151, 8636, 10979, 9759, 8114, 11332, 8131, 12351, 8659, 8333, 9490, 7741, 11319, 8307, 8185, 9687, 8065, 11099, 8691, 8134, 9314, 8061, 10016, 9384, 8087, 13871, 10877, 9238, 10081, 8199, 14119, 11122, 11031, 10001, 8336, 12640, 8783, 14359], 'WindowCenter': [4554.0, 4498.0, 4524.0, 4492.0, 4519.0, 4469.0, 4496.0, 4467.0, 4497.0, 4466.0, 4495.0, 4465.0, 4496.0, 4456.0, 4497.0, 4468.0, 4496.0, 4477.0, 4506.0, 4476.0, 4496.0, 4468.0, 4496.0, 4468.0, 4508.0, 4477.0, 4488.0, 4476.0, 4467.0, 4488.0, 4479.0, 4509.0, 4490.0, 4520.0, 4489.0, 4529.0, 4487.0, 4517.0, 4487.0, 4498.0, 4487.0, 4457.0, 4497.0, 4470.0, 4506.0, 4475.0, 4506.0, 4475.0, 4507.0, 4487.0, 4457.0, 4487.0, 4467.0, 4496.0, 4479.0, 4507.0, 4476.0, 4506.0, 4465.0, 4504.0, 4476.0, 4495.0, 4466.0, 4478.0, 4476.0, 4468.0, 4509.0, 4490.0, 4510.0, 4491.0, 4509.0, 4487.0, 4519.0, 4499.0, 4518.0, 4486.0, 4489.0, 4497.0, 4477.0, 4495.0, 4476.0, 4495.0, 4456.0, 4495.0, 4467.0, 4498.0, 4467.0, 4509.0, 4477.0, 4518.0, 4477.0, 4509.0, 4487.0, 4517.0, 4487.0, 4516.0, 4477.0, 4508.0, 4467.0, 4496.0, 4465.0, 4506.0, 4466.0, 4494.0, 4456.0, 4495.0, 4455.0, 4496.0, 4464.0, 4494.0, 4455.0, 4495.0, 4468.0, 4496.0, 4486.0, 4485.0, 4464.0, 4486.0, 4476.0, 4497.0, 4517.0, 4485.0, 4495.0, 4474.0, 4506.0, 4474.0, 4506.0, 4474.0, 4506.0, 4475.0, 4507.0, 4465.0, 4506.0, 4466.0, 4494.0, 4455.0, 4495.0, 4465.0, 4496.0, 4464.0, 4495.0, 4474.0, 4494.0, 4505.0, 4485.0, 4483.0, 4485.0, 4493.0, 4486.0, 4506.0, 4487.0, 4517.0, 4477.0, 4507.0, 4476.0, 4507.0, 4476.0, 4507.0, 4477.0, 4505.0, 4465.0, 4507.0, 4466.0, 4497.0, 4468.0, 4507.0, 4466.0, 4507.0, 4467.0, 4496.0, 4466.0, 4508.0, 4466.0, 4498.0, 4468.0, 4498.0, 4478.0, 4509.0, 4478.0, 4508.0, 4489.0, 4519.0, 4490.0, 4520.0, 4478.0, 4519.0, 4481.0, 4509.0, 4477.0, 4508.0, 4499.0, 4529.0, 4500.0, 4511.0, 4500.0, 4500.0, 4498.0, 4478.0, 4497.0, 4479.0, 4510.0, 4501.0, 4542.0, 4499.0, 4541.0, 4498.0, 4529.0, 4496.0, 4517.0, 4485.0, 4514.0, 4475.0, 4503.0, 4463.0, 4492.0, 4462.0, 4492.0, 4452.0, 4482.0, 4445.0, 4481.0, 4442.0, 4482.0, 4453.0, 4484.0, 4455.0, 4496.0, 4475.0, 4485.0, 4465.0, 4495.0, 4476.0, 4495.0, 4495.0, 4495.0, 4485.0, 4497.0, 4487.0, 4498.0, 4507.0, 4497.0, 4497.0, 4497.0, 4496.0, 4487.0, 4507.0, 4488.0, 4507.0, 4488.0, 4509.0, 4501.0, 4520.0, 4487.0, 4518.0, 4499.0, 4509.0, 4499.0, 4509.0, 4499.0, 4511.0, 4499.0, 4499.0, 4511.0, 4491.0, 4511.0, 4500.0, 4521.0, 4510.0, 4509.0, 4500.0, 4512.0, 4499.0, 4509.0, 4500.0, 4510.0, 4489.0, 4509.0, 4499.0, 4507.0, 4497.0, 4497.0, 4499.0, 4509.0, 4510.0, 4498.0, 4509.0, 4499.0, 4518.0, 4499.0, 4520.0, 4499.0, 4518.0, 4498.0, 4509.0, 4500.0, 4510.0, 4498.0, 4508.0, 4499.0, 4518.0, 4500.0, 4520.0, 4501.0, 4510.0, 4499.0, 4502.0, 4511.0, 4501.0, 4510.0, 4504.0, 4520.0, 4501.0, 4510.0, 4479.0, 4521.0, 4489.0, 4521.0, 4479.0, 4520.0, 4490.0, 4519.0, 4489.0, 4520.0, 4500.0, 4530.0, 4500.0, 4531.0, 4500.0, 4521.0, 4501.0, 4500.0, 4511.0, 4501.0, 4522.0, 4491.0, 4522.0, 4493.0, 4530.0, 4512.0, 4531.0, 4513.0, 4523.0, 4510.0, 4493.0, 4523.0, 4493.0, 4532.0, 4503.0, 4534.0, 4515.0, 4536.0, 4514.0, 4512.0, 4523.0, 4525.0, 4533.0, 4503.0, 4533.0, 4504.0, 4532.0, 4502.0, 4541.0, 4511.0, 4542.0, 4512.0, 4522.0, 4513.0, 4480.0, 4531.0, 4492.0, 4531.0, 4512.0, 4541.0, 4512.0, 4511.0, 4510.0, 4488.0, 4520.0, 4490.0, 4529.0, 4500.0, 4541.0, 4510.0, 4489.0, 4499.0, 4479.0, 4519.0, 4498.0, 4527.0, 4499.0, 4528.0, 4498.0, 4507.0, 4497.0, 4466.0, 4506.0, 4468.0, 4517.0, 4496.0, 4518.0, 4488.0, 4508.0, 4486.0, 4477.0, 4496.0, 4466.0, 4508.0, 4486.0, 4517.0, 4487.0, 4508.0, 4486.0, 4489.0, 4498.0, 4477.0, 4496.0, 4466.0, 4505.0, 4479.0, 4506.0, 4489.0, 4518.0, 4488.0, 4520.0, 4490.0, 4500.0, 4498.0, 4487.0, 4508.0, 4479.0, 4520.0, 4491.0, 4529.0, 4500.0, 4532.0, 4509.0, 4510.0, 4510.0, 4500.0, 4520.0, 4477.0, 4518.0, 4479.0, 4517.0, 4497.0, 4530.0, 4498.0, 4519.0, 4498.0, 4527.0, 4501.0, 4529.0, 4498.0, 4520.0, 4498.0, 4510.0, 4509.0, 4500.0, 4518.0, 4490.0, 4519.0, 4488.0, 4529.0, 4498.0, 4527.0, 4486.0, 4528.0, 4500.0, 4531.0, 4511.0, 4501.0, 4509.0, 4490.0, 4497.0, 4487.0, 4479.0, 4518.0, 4499.0, 4489.0, 4509.0, 4479.0, 4530.0, 4499.0, 4528.0, 4497.0, 4517.0, 4484.0, 4486.0, 4484.0, 4475.0, 4506.0, 4476.0, 4516.0, 4486.0, 4517.0, 4475.0, 4475.0, 4486.0, 4466.0, 4505.0, 4488.0, 4518.0, 4497.0, 4528.0, 4498.0, 4518.0, 4485.0, 4505.0, 4486.0, 4496.0, 4496.0, 4463.0, 4494.0, 4464.0, 4494.0, 4473.0, 4493.0, 4461.0, 4490.0, 4471.0, 4503.0, 4474.0, 4502.0, 4471.0, 4511.0, 4461.0, 4492.0, 4463.0, 4503.0, 4472.0, 4483.0, 4461.0, 4463.0, 4474.0, 4463.0, 4493.0, 4467.0, 4517.0, 4488.0, 4505.0, 4474.0, 4504.0, 4473.0, 4464.0, 4484.0, 4464.0, 4504.0, 4484.0, 4515.0, 4484.0, 4503.0, 4470.0, 4460.0, 4460.0, 4470.0, 4469.0, 4469.0, 4468.0, 4450.0, 4471.0, 4460.0, 4469.0, 4462.0, 4472.0, 4442.0, 4470.0, 4441.0, 4473.0, 4455.0, 4483.0, 4452.0, 4493.0, 4454.0, 4494.0, 4464.0, 4495.0, 4464.0, 4504.0, 4474.0, 4504.0, 4475.0, 4492.0, 4463.0, 4492.0, 4462.0, 4502.0, 4462.0, 4504.0, 4463.0, 4493.0, 4476.0, 4494.0, 4453.0, 4494.0, 4454.0, 4494.0, 4465.0, 4492.0, 4463.0, 4494.0, 4464.0, 4495.0, 4486.0, 4496.0, 4485.0, 4496.0, 4476.0, 4496.0, 4485.0, 4495.0, 4466.0, 4507.0, 4476.0, 4507.0, 4489.0, 4508.0, 4478.0, 4506.0, 4468.0, 4508.0, 4476.0, 4508.0, 4478.0, 4518.0, 4488.0, 4519.0, 4498.0, 4529.0, 4500.0, 4528.0, 4490.0, 4510.0, 4500.0, 4511.0, 4509.0, 4498.0, 4519.0, 4478.0, 4519.0, 4499.0, 4518.0, 4496.0, 4533.0, 4507.0, 4532.0, 4473.0, 4503.0, 4485.0, 4515.0, 4486.0, 4496.0, 4484.0, 4463.0, 4484.0, 4476.0, 4516.0, 4489.0, 4517.0, 4487.0, 4506.0, 4485.0, 4509.0, 4485.0, 4483.0, 4474.0, 4455.0, 4496.0, 4455.0, 4471.0, 4453.0, 4482.0, 4455.0, 4496.0, 4467.0, 4485.0, 4466.0, 4466.0, 4465.0, 4456.0, 4475.0, 4467.0, 4475.0, 4518.0, 4488.0, 4474.0, 4474.0, 4443.0, 4482.0, 4455.0, 4494.0, 4456.0, 4494.0, 4456.0, 4495.0, 4466.0, 4504.0, 4473.0, 4492.0, 4442.0, 4483.0, 4441.0, 4482.0, 4442.0, 4482.0, 4442.0, 4482.0, 4454.0, 4482.0, 4454.0, 4482.0, 4452.0, 4482.0, 4454.0, 4494.0, 4455.0, 4496.0, 4466.0, 4485.0, 4465.0, 4494.0, 4456.0, 4503.0, 4453.0, 4494.0, 4458.0, 4485.0, 4455.0, 4485.0, 4454.0, 4493.0, 4452.0, 4494.0, 4454.0, 4485.0, 4455.0, 4483.0, 4465.0, 4493.0, 4454.0, 4474.0, 4464.0, 4467.0, 4476.0, 4466.0, 4477.0, 4467.0, 4487.0, 4455.0, 4495.0, 4457.0, 4506.0, 4455.0, 4506.0, 4466.0, 4505.0, 4465.0, 4504.0, 4465.0, 4504.0, 4456.0, 4476.0, 4465.0, 4475.0, 4464.0, 4455.0, 4474.0, 4456.0, 4484.0, 4467.0, 4485.0, 4456.0, 4496.0, 4465.0, 4495.0, 4477.0, 4505.0, 4474.0, 4517.0, 4466.0, 4503.0, 4465.0, 4493.0, 4463.0, 4465.0, 4454.0, 4442.0, 4474.0, 4452.0, 4494.0, 4468.0, 4496.0, 4455.0, 4476.0, 4467.0, 4466.0, 4475.0, 4456.0, 4475.0, 4456.0, 4485.0, 4480.0, 4498.0, 4455.0, 4494.0, 4464.0, 4495.0, 4466.0, 4506.0, 4466.0, 4497.0, 4466.0, 4496.0, 4467.0, 4486.0, 4455.0, 4455.0, 4477.0, 4457.0, 4496.0, 4478.0, 4481.0, 4491.0, 4482.0, 4500.0, 4469.0, 4507.0, 4467.0, 4516.0, 4476.0, 4495.0, 4465.0, 4486.0, 4454.0, 4493.0, 4452.0, 4482.0, 4452.0, 4454.0, 4455.0, 4475.0, 4465.0, 4476.0, 4475.0, 4454.0, 4476.0, 4457.0, 4485.0, 4498.0, 4489.0, 4530.0, 4477.0, 4507.0, 4467.0, 4519.0, 4467.0, 4518.0, 4469.0, 4500.0, 4466.0, 4467.0, 4477.0, 4464.0, 4475.0, 4465.0, 4475.0, 4456.0, 4474.0, 4457.0, 4487.0, 4466.0, 4487.0, 4466.0, 4499.0, 4468.0, 4470.0, 4492.0, 4496.0, 4513.0, 4495.0, 4484.0, 4523.0, 4480.0, 4529.0, 4500.0, 4520.0, 4501.0, 4490.0, 4493.0, 4480.0, 4498.0, 4467.0, 4507.0, 4458.0, 4508.0, 4479.0, 4519.0, 4468.0, 4489.0, 4469.0, 4470.0, 4508.0, 4480.0, 4501.0, 4480.0, 4480.0, 4500.0, 4468.0, 4508.0, 4469.0, 4520.0, 4504.0, 4483.0, 4531.0, 4469.0, 4520.0, 4470.0, 4517.0, 4485.0, 4527.0, 4466.0, 4475.0, 4469.0, 4468.0, 4488.0, 4467.0, 4518.0, 4479.0, 4508.0, 4468.0, 4498.0, 4466.0, 4517.0, 4487.0, 4507.0, 4476.0, 4476.0, 4466.0, 4487.0, 4475.0, 4464.0, 4478.0, 4455.0, 4485.0, 4468.0, 4497.0, 4467.0, 4508.0, 4476.0, 4529.0, 4478.0, 4497.0, 4466.0, 4516.0, 4465.0, 4527.0, 4475.0, 4495.0, 4466.0, 4495.0, 4466.0, 4495.0, 4466.0, 4466.0, 4476.0, 4477.0, 4486.0, 4466.0, 4488.0, 4468.0, 4498.0, 4466.0, 4497.0, 4457.0, 4498.0, 4468.0, 4508.0, 4478.0, 4518.0, 4458.0, 4518.0, 4467.0, 4519.0, 4478.0, 4517.0, 4465.0, 4487.0, 4479.0, 4480.0, 4509.0, 4489.0, 4529.0, 4486.0, 4508.0, 4475.0, 4517.0, 4486.0, 4495.0, 4483.0, 4455.0, 4493.0, 4455.0, 4493.0, 4464.0, 4515.0, 4466.0, 4486.0, 4466.0, 4466.0, 4486.0, 4456.0, 4506.0, 4456.0, 4515.0, 4475.0, 4515.0, 4485.0, 4515.0, 4474.0, 4503.0, 4465.0, 4502.0, 4462.0, 4493.0, 4464.0, 4443.0, 4473.0, 4454.0, 4472.0, 4443.0, 4501.0, 4452.0, 4494.0, 4461.0, 4503.0, 4461.0, 4503.0, 4462.0, 4491.0, 4453.0, 4491.0, 4461.0, 4460.0, 4449.0, 4441.0, 4470.0, 4450.0, 4482.0, 4451.0, 4481.0, 4462.0, 4504.0, 4462.0, 4494.0, 4452.0, 4454.0, 4483.0, 4444.0, 4495.0, 4453.0, 4493.0, 4455.0, 4504.0, 4453.0, 4503.0, 4464.0, 4504.0, 4464.0, 4512.0, 4465.0, 4504.0, 4464.0, 4483.0, 4464.0, 4455.0, 4473.0, 4463.0, 4486.0, 4469.0, 4517.0, 4467.0, 4495.0, 4476.0, 4482.0, 4511.0, 4470.0, 4491.0, 4490.0, 4468.0, 4507.0, 4476.0, 4469.0, 4518.0, 4468.0, 4468.0, 4510.0, 4491.0, 4472.0, 4530.0, 4501.0, 4467.0, 4505.0, 4476.0, 4455.0, 4486.0, 4476.0, 4455.0, 4488.0, 4464.0, 4465.0, 4515.0, 4484.0, 4474.0, 4505.0, 4465.0, 4515.0, 4473.0, 4483.0, 4473.0, 4440.0, 4482.0, 4452.0, 4483.0, 4463.0, 4441.0, 4481.0, 4444.0, 4504.0, 4465.0, 4451.0, 4472.0, 4443.0, 4481.0, 4453.0, 4453.0, 4475.0, 4457.0, 4495.0, 4465.0, 4457.0, 4477.0, 4457.0, 4487.0, 4479.0, 4456.0, 4516.0, 4498.0, 4478.0, 4502.0, 4469.0, 4516.0, 4496.0, 4486.0, 4475.0, 4454.0, 4503.0, 4454.0, 4514.0], 'WindowWidth': [10005.0, 9916.0, 9941.0, 9893.0, 9923.0, 9853.0, 9886.0, 9848.0, 9886.0, 9845.0, 9881.0, 9842.0, 9885.0, 9832.0, 9887.0, 9849.0, 9885.0, 9860.0, 9901.0, 9858.0, 9887.0, 9849.0, 9884.0, 9848.0, 9904.0, 9860.0, 9876.0, 9857.0, 9849.0, 9878.0, 9868.0, 9909.0, 9884.0, 9926.0, 9882.0, 9937.0, 9872.0, 9914.0, 9871.0, 9889.0, 9875.0, 9831.0, 9886.0, 9851.0, 9897.0, 9854.0, 9896.0, 9854.0, 9901.0, 9874.0, 9834.0, 9875.0, 9847.0, 9886.0, 9863.0, 9899.0, 9856.0, 9898.0, 9840.0, 9895.0, 9857.0, 9882.0, 9843.0, 9862.0, 9860.0, 9852.0, 9908.0, 9883.0, 9912.0, 9886.0, 9910.0, 9876.0, 9924.0, 9894.0, 9918.0, 9872.0, 9880.0, 9886.0, 9859.0, 9883.0, 9858.0, 9884.0, 9832.0, 9882.0, 9851.0, 9890.0, 9849.0, 9906.0, 9863.0, 9919.0, 9863.0, 9907.0, 9874.0, 9917.0, 9875.0, 9912.0, 9859.0, 9902.0, 9847.0, 9884.0, 9843.0, 9899.0, 9842.0, 9880.0, 9831.0, 9881.0, 9827.0, 9884.0, 9838.0, 9880.0, 9829.0, 9882.0, 9848.0, 9885.0, 9871.0, 9869.0, 9839.0, 9869.0, 9858.0, 9886.0, 9916.0, 9868.0, 9883.0, 9852.0, 9901.0, 9853.0, 9900.0, 9853.0, 9899.0, 9855.0, 9900.0, 9844.0, 9899.0, 9843.0, 9881.0, 9829.0, 9882.0, 9841.0, 9885.0, 9838.0, 9882.0, 9853.0, 9879.0, 9897.0, 9866.0, 9866.0, 9868.0, 9880.0, 9871.0, 9902.0, 9874.0, 9918.0, 9861.0, 9903.0, 9859.0, 9901.0, 9859.0, 9902.0, 9860.0, 9897.0, 9844.0, 9902.0, 9848.0, 9888.0, 9851.0, 9903.0, 9845.0, 9902.0, 9848.0, 9886.0, 9847.0, 9904.0, 9846.0, 9891.0, 9849.0, 9890.0, 9864.0, 9907.0, 9864.0, 9906.0, 9880.0, 9925.0, 9883.0, 9926.0, 9867.0, 9923.0, 9876.0, 9909.0, 9864.0, 9907.0, 9895.0, 9939.0, 9898.0, 9916.0, 9899.0, 9899.0, 9893.0, 9863.0, 9890.0, 9868.0, 9911.0, 9901.0, 9959.0, 9897.0, 9957.0, 9892.0, 9936.0, 9885.0, 9916.0, 9869.0, 9908.0, 9852.0, 9889.0, 9834.0, 9872.0, 9832.0, 9872.0, 9818.0, 9857.0, 9811.0, 9857.0, 9808.0, 9861.0, 9822.0, 9865.0, 9828.0, 9885.0, 9856.0, 9868.0, 9841.0, 9882.0, 9859.0, 9883.0, 9884.0, 9883.0, 9871.0, 9887.0, 9876.0, 9890.0, 9903.0, 9887.0, 9888.0, 9887.0, 9888.0, 9874.0, 9904.0, 9876.0, 9905.0, 9878.0, 9909.0, 9903.0, 9926.0, 9879.0, 9923.0, 9895.0, 9909.0, 9895.0, 9912.0, 9897.0, 9914.0, 9897.0, 9897.0, 9913.0, 9887.0, 9916.0, 9900.0, 9930.0, 9913.0, 9910.0, 9899.0, 9916.0, 9895.0, 9908.0, 9897.0, 9909.0, 9880.0, 9907.0, 9895.0, 9904.0, 9889.0, 9889.0, 9896.0, 9907.0, 9910.0, 9893.0, 9910.0, 9894.0, 9921.0, 9893.0, 9926.0, 9896.0, 9922.0, 9892.0, 9909.0, 9896.0, 9912.0, 9892.0, 9907.0, 9894.0, 9922.0, 9898.0, 9926.0, 9899.0, 9913.0, 9898.0, 9906.0, 9914.0, 9901.0, 9913.0, 9910.0, 9929.0, 9902.0, 9914.0, 9871.0, 9930.0, 9884.0, 9930.0, 9869.0, 9925.0, 9886.0, 9924.0, 9883.0, 9926.0, 9899.0, 9939.0, 9900.0, 9944.0, 9901.0, 9932.0, 9903.0, 9900.0, 9916.0, 9904.0, 9932.0, 9890.0, 9931.0, 9893.0, 9943.0, 9920.0, 9945.0, 9921.0, 9936.0, 9915.0, 9896.0, 9936.0, 9895.0, 9948.0, 9910.0, 9953.0, 9929.0, 9958.0, 9924.0, 9922.0, 9937.0, 9942.0, 9952.0, 9911.0, 9952.0, 9912.0, 9947.0, 9906.0, 9957.0, 9916.0, 9962.0, 9918.0, 9934.0, 9922.0, 9874.0, 9944.0, 9893.0, 9945.0, 9917.0, 9959.0, 9915.0, 9915.0, 9914.0, 9880.0, 9926.0, 9886.0, 9938.0, 9899.0, 9958.0, 9910.0, 9882.0, 9895.0, 9868.0, 9922.0, 9891.0, 9932.0, 9892.0, 9937.0, 9892.0, 9904.0, 9888.0, 9846.0, 9900.0, 9852.0, 9917.0, 9887.0, 9920.0, 9878.0, 9906.0, 9874.0, 9860.0, 9886.0, 9846.0, 9904.0, 9873.0, 9917.0, 9876.0, 9907.0, 9875.0, 9884.0, 9893.0, 9864.0, 9888.0, 9847.0, 9899.0, 9866.0, 9901.0, 9881.0, 9922.0, 9880.0, 9926.0, 9885.0, 9899.0, 9895.0, 9878.0, 9908.0, 9869.0, 9927.0, 9889.0, 9939.0, 9899.0, 9947.0, 9911.0, 9914.0, 9913.0, 9899.0, 9927.0, 9863.0, 9920.0, 9869.0, 9919.0, 9892.0, 9938.0, 9893.0, 9925.0, 9896.0, 9935.0, 9900.0, 9940.0, 9894.0, 9927.0, 9896.0, 9912.0, 9911.0, 9897.0, 9923.0, 9884.0, 9924.0, 9880.0, 9938.0, 9891.0, 9932.0, 9874.0, 9936.0, 9895.0, 9943.0, 9916.0, 9902.0, 9908.0, 9885.0, 9892.0, 9878.0, 9869.0, 9921.0, 9896.0, 9882.0, 9911.0, 9868.0, 9939.0, 9894.0, 9935.0, 9889.0, 9917.0, 9867.0, 9872.0, 9866.0, 9854.0, 9898.0, 9858.0, 9914.0, 9873.0, 9918.0, 9856.0, 9855.0, 9872.0, 9846.0, 9897.0, 9876.0, 9920.0, 9890.0, 9934.0, 9890.0, 9919.0, 9870.0, 9898.0, 9870.0, 9884.0, 9884.0, 9837.0, 9878.0, 9839.0, 9880.0, 9847.0, 9875.0, 9827.0, 9867.0, 9843.0, 9889.0, 9850.0, 9886.0, 9844.0, 9899.0, 9831.0, 9873.0, 9833.0, 9889.0, 9846.0, 9860.0, 9830.0, 9835.0, 9851.0, 9836.0, 9878.0, 9848.0, 9916.0, 9879.0, 9895.0, 9852.0, 9893.0, 9848.0, 9835.0, 9863.0, 9837.0, 9894.0, 9864.0, 9910.0, 9863.0, 9887.0, 9837.0, 9825.0, 9822.0, 9837.0, 9835.0, 9834.0, 9832.0, 9810.0, 9840.0, 9825.0, 9835.0, 9829.0, 9845.0, 9803.0, 9838.0, 9802.0, 9846.0, 9826.0, 9863.0, 9821.0, 9874.0, 9823.0, 9877.0, 9839.0, 9881.0, 9839.0, 9893.0, 9853.0, 9895.0, 9856.0, 9876.0, 9837.0, 9876.0, 9834.0, 9888.0, 9834.0, 9892.0, 9837.0, 9878.0, 9860.0, 9882.0, 9824.0, 9879.0, 9826.0, 9880.0, 9841.0, 9875.0, 9838.0, 9881.0, 9842.0, 9885.0, 9874.0, 9888.0, 9872.0, 9885.0, 9859.0, 9886.0, 9872.0, 9885.0, 9845.0, 9903.0, 9861.0, 9905.0, 9882.0, 9906.0, 9865.0, 9901.0, 9852.0, 9905.0, 9863.0, 9906.0, 9865.0, 9919.0, 9879.0, 9923.0, 9894.0, 9937.0, 9897.0, 9935.0, 9884.0, 9912.0, 9898.0, 9913.0, 9909.0, 9893.0, 9924.0, 9866.0, 9923.0, 9895.0, 9919.0, 9886.0, 9952.0, 9924.0, 9947.0, 9847.0, 9892.0, 9870.0, 9912.0, 9873.0, 9888.0, 9867.0, 9838.0, 9867.0, 9858.0, 9917.0, 9881.0, 9918.0, 9873.0, 9898.0, 9869.0, 9909.0, 9868.0, 9862.0, 9851.0, 9830.0, 9885.0, 9831.0, 9848.0, 9823.0, 9861.0, 9829.0, 9887.0, 9849.0, 9870.0, 9847.0, 9847.0, 9842.0, 9831.0, 9855.0, 9849.0, 9857.0, 9921.0, 9880.0, 9851.0, 9851.0, 9808.0, 9860.0, 9829.0, 9880.0, 9829.0, 9880.0, 9831.0, 9884.0, 9843.0, 9894.0, 9848.0, 9876.0, 9807.0, 9862.0, 9802.0, 9856.0, 9803.0, 9858.0, 9805.0, 9858.0, 9822.0, 9859.0, 9823.0, 9857.0, 9820.0, 9860.0, 9824.0, 9878.0, 9826.0, 9883.0, 9844.0, 9870.0, 9843.0, 9879.0, 9831.0, 9891.0, 9824.0, 9879.0, 9833.0, 9869.0, 9828.0, 9866.0, 9826.0, 9877.0, 9821.0, 9877.0, 9825.0, 9871.0, 9828.0, 9863.0, 9842.0, 9877.0, 9826.0, 9852.0, 9840.0, 9847.0, 9858.0, 9845.0, 9860.0, 9846.0, 9874.0, 9830.0, 9884.0, 9834.0, 9900.0, 9829.0, 9899.0, 9844.0, 9897.0, 9844.0, 9896.0, 9840.0, 9896.0, 9828.0, 9857.0, 9841.0, 9856.0, 9839.0, 9828.0, 9853.0, 9831.0, 9867.0, 9847.0, 9869.0, 9831.0, 9885.0, 9844.0, 9885.0, 9861.0, 9899.0, 9853.0, 9917.0, 9843.0, 9892.0, 9840.0, 9878.0, 9836.0, 9843.0, 9825.0, 9808.0, 9849.0, 9822.0, 9878.0, 9850.0, 9887.0, 9829.0, 9859.0, 9846.0, 9845.0, 9856.0, 9831.0, 9856.0, 9831.0, 9870.0, 9870.0, 9892.0, 9830.0, 9881.0, 9839.0, 9883.0, 9843.0, 9900.0, 9844.0, 9889.0, 9845.0, 9886.0, 9847.0, 9872.0, 9827.0, 9826.0, 9859.0, 9834.0, 9885.0, 9865.0, 9878.0, 9889.0, 9875.0, 9895.0, 9853.0, 9903.0, 9847.0, 9913.0, 9855.0, 9882.0, 9840.0, 9871.0, 9824.0, 9876.0, 9820.0, 9860.0, 9818.0, 9824.0, 9827.0, 9853.0, 9840.0, 9856.0, 9855.0, 9826.0, 9858.0, 9833.0, 9870.0, 9890.0, 9882.0, 9938.0, 9861.0, 9902.0, 9849.0, 9921.0, 9849.0, 9920.0, 9854.0, 9897.0, 9847.0, 9850.0, 9863.0, 9841.0, 9854.0, 9840.0, 9855.0, 9828.0, 9853.0, 9833.0, 9874.0, 9844.0, 9872.0, 9847.0, 9895.0, 9852.0, 9858.0, 9893.0, 9904.0, 9924.0, 9902.0, 9882.0, 9934.0, 9871.0, 9938.0, 9896.0, 9927.0, 9897.0, 9883.0, 9891.0, 9872.0, 9893.0, 9848.0, 9900.0, 9836.0, 9904.0, 9866.0, 9919.0, 9850.0, 9880.0, 9854.0, 9857.0, 9908.0, 9872.0, 9902.0, 9870.0, 9869.0, 9894.0, 9851.0, 9904.0, 9852.0, 9925.0, 9910.0, 9879.0, 9943.0, 9853.0, 9925.0, 9854.0, 9915.0, 9869.0, 9929.0, 9844.0, 9857.0, 9852.0, 9853.0, 9878.0, 9849.0, 9919.0, 9866.0, 9905.0, 9850.0, 9890.0, 9845.0, 9916.0, 9872.0, 9901.0, 9856.0, 9857.0, 9844.0, 9874.0, 9854.0, 9838.0, 9863.0, 9829.0, 9870.0, 9849.0, 9890.0, 9850.0, 9905.0, 9862.0, 9937.0, 9866.0, 9888.0, 9844.0, 9912.0, 9842.0, 9929.0, 9855.0, 9883.0, 9845.0, 9884.0, 9846.0, 9884.0, 9845.0, 9845.0, 9859.0, 9862.0, 9873.0, 9845.0, 9878.0, 9852.0, 9893.0, 9847.0, 9892.0, 9835.0, 9891.0, 9853.0, 9907.0, 9865.0, 9919.0, 9838.0, 9919.0, 9849.0, 9923.0, 9863.0, 9918.0, 9845.0, 9877.0, 9868.0, 9871.0, 9908.0, 9882.0, 9936.0, 9874.0, 9906.0, 9858.0, 9915.0, 9872.0, 9882.0, 9865.0, 9828.0, 9876.0, 9828.0, 9879.0, 9840.0, 9909.0, 9843.0, 9872.0, 9844.0, 9847.0, 9874.0, 9832.0, 9901.0, 9832.0, 9911.0, 9858.0, 9912.0, 9870.0, 9911.0, 9852.0, 9893.0, 9841.0, 9889.0, 9832.0, 9877.0, 9837.0, 9808.0, 9848.0, 9825.0, 9847.0, 9808.0, 9886.0, 9820.0, 9878.0, 9833.0, 9890.0, 9833.0, 9893.0, 9833.0, 9874.0, 9821.0, 9871.0, 9829.0, 9828.0, 9813.0, 9803.0, 9842.0, 9815.0, 9859.0, 9818.0, 9859.0, 9836.0, 9893.0, 9836.0, 9880.0, 9822.0, 9827.0, 9865.0, 9812.0, 9882.0, 9825.0, 9878.0, 9830.0, 9894.0, 9824.0, 9891.0, 9840.0, 9893.0, 9839.0, 9905.0, 9840.0, 9895.0, 9842.0, 9866.0, 9839.0, 9829.0, 9852.0, 9840.0, 9874.0, 9857.0, 9919.0, 9848.0, 9889.0, 9861.0, 9881.0, 9919.0, 9861.0, 9892.0, 9887.0, 9855.0, 9906.0, 9864.0, 9855.0, 9924.0, 9854.0, 9854.0, 9914.0, 9891.0, 9863.0, 9942.0, 9902.0, 9849.0, 9898.0, 9857.0, 9830.0, 9872.0, 9858.0, 9831.0, 9877.0, 9842.0, 9842.0, 9911.0, 9868.0, 9853.0, 9898.0, 9841.0, 9913.0, 9850.0, 9862.0, 9848.0, 9801.0, 9859.0, 9819.0, 9863.0, 9836.0, 9804.0, 9858.0, 9812.0, 9896.0, 9843.0, 9820.0, 9847.0, 9809.0, 9859.0, 9821.0, 9825.0, 9856.0, 9833.0, 9887.0, 9844.0, 9836.0, 9860.0, 9836.0, 9876.0, 9867.0, 9834.0, 9918.0, 9891.0, 9863.0, 9905.0, 9855.0, 9915.0, 9887.0, 9871.0, 9855.0, 9824.0, 9891.0, 9826.0, 9910.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.0018417866435385954</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.0278112250650477</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.84041649917529</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1620946082552073</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9808073487413201</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4807</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5058.2627</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.10117668779470144</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>71</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>6.157849089332177</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6802656135856204</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.7315429348749416</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7807280246113684</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5285258812705522</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00877434</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>0.002447351813316345</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.014024531468749046</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1153</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.842659545644017</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>20.5167</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>49.9019</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>191.8462</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>55.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>298385.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>853.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>362.7444</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2867</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>583.231</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3668.2085</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3889.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>78159.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1191.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4828.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1012.053</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>37.747065405594185</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> |