=== 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-0035 --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-0035",
"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-0035_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-0035_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-0035_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-0035/figures/sub-0035_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0035/figures/sub-0035_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-0035_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-0035/figures/sub-0035_ses-03_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-03_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0035/figures/sub-0035_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-0035_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-0035/figures/sub-0035_ses-03_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-03_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0035/figures/sub-0035_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-0035_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-0035/figures/sub-0035_ses-03_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-03_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0035/figures/sub-0035_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-0035_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-0035/figures/sub-0035_ses-03_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-03_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0035/figures/sub-0035_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-0035_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-0035/figures/sub-0035_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0035/figures/sub-0035_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-0035_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-0035/figures/sub-0035_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0035/figures/sub-0035_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-0035/figures/sub-0035_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0035/figures/sub-0035_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-0035/ses-03/func/sub-0035_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>332d25bccb8778b022101cc0b9a93f14</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>18:16:33.090000</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.997967, 0.0266851, 0.0578761, -0.0329316, 0.993407, 0.109812]</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.105025</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>24</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4159, -7733, -7203, 641, -14, -48, 97, 49]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>258.164</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>866ee196-bc66-442f-803e-cc491f38d9e5||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.6774725914001465, -0.08835303038358688, 0.14732317626476288, 113.32148742675781], [-0.07159408181905746, 2.6652374267578125, 0.3010369539260864, -103.45694732666016], [0.1552773118019104, -0.2946188151836395, 2.6791179180145264, -45.13510513305664], [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': ['181633.090000', '181633.550000', '181634.010000', '181634.470000', '181634.930000', '181635.390000', '181635.850000', '181636.310000', '181636.770000', '181637.230000', '181637.690000', '181638.150000', '181638.610000', '181639.070000', '181639.530000', '181639.990000', '181640.450000', '181640.910000', '181641.370000', '181641.830000', '181642.290000', '181642.750000', '181643.210000', '181643.670000', '181644.130000', '181644.590000', '181645.050000', '181645.510000', '181645.970000', '181646.430000', '181646.890000', '181647.350000', '181647.810000', '181648.270000', '181648.730000', '181649.190000', '181649.650000', '181650.110000', '181650.570000', '181651.030000', '181651.490000', '181651.950000', '181652.410000', '181652.870000', '181653.330000', '181653.790000', '181654.250000', '181654.710000', '181655.170000', '181655.630000', '181656.090000', '181656.550000', '181657.010000', '181657.470000', '181657.930000', '181658.390000', '181658.850000', '181659.310000', '181659.770000', '181700.230000', '181700.690000', '181701.150000', '181701.610000', '181702.070000', '181702.530000', '181702.990000', '181703.450000', '181703.910000', '181704.370000', '181704.830000', '181705.290000', '181705.750000', '181706.210000', '181706.670000', '181707.130000', '181707.590000', '181708.050000', '181708.510000', '181708.970000', '181709.430000', '181709.890000', '181710.350000', '181710.810000', '181711.270000', '181711.730000', '181712.190000', '181712.650000', '181713.110000', '181713.570000', '181714.030000', '181714.490000', '181714.950000', '181715.410000', '181715.870000', '181716.330000', '181716.790000', '181717.250000', '181717.710000', '181718.170000', '181718.630000', '181719.090000', '181719.550000', '181720.010000', '181720.470000', '181720.930000', '181721.390000', '181721.850000', '181722.310000', '181722.770000', '181723.230000', '181723.690000', '181724.150000', '181724.610000', '181725.070000', '181725.530000', '181725.990000', '181726.450000', '181726.910000', '181727.370000', '181727.830000', '181728.290000', '181728.750000', '181729.210000', '181729.670000', '181730.130000', '181730.590000', '181731.050000', '181731.510000', '181731.970000', '181732.430000', '181732.890000', '181733.350000', '181733.810000', '181734.270000', '181734.730000', '181735.190000', '181735.650000', '181736.110000', '181736.570000', '181737.030000', '181737.490000', '181737.950000', '181738.410000', '181738.870000', '181739.330000', '181739.790000', '181740.250000', '181740.710000', '181741.170000', '181741.630000', '181742.090000', '181742.550000', '181743.010000', '181743.470000', '181743.930000', '181744.390000', '181744.850000', '181745.310000', '181745.770000', '181746.230000', '181746.690000', '181747.150000', '181747.610000', '181748.070000', '181748.530000', '181748.990000', '181749.450000', '181749.910000', '181750.370000', '181750.830000', '181751.290000', '181751.750000', '181752.210000', '181752.670000', '181753.130000', '181753.590000', '181754.050000', '181754.510000', '181754.970000', '181755.430000', '181755.890000', '181756.350000', '181756.810000', '181757.270000', '181757.730000', '181758.190000', '181758.650000', '181759.110000', '181759.570000', '181800.030000', '181800.490000', '181800.950000', '181801.410000', '181801.870000', '181802.330000', '181802.790000', '181803.250000', '181803.710000', '181804.170000', '181804.630000', '181805.090000', '181805.550000', '181806.010000', '181806.470000', '181806.930000', '181807.390000', '181807.850000', '181808.310000', '181808.770000', '181809.230000', '181809.690000', '181810.150000', '181810.610000', '181811.070000', '181811.530000', '181811.990000', '181812.450000', '181812.910000', '181813.370000', '181813.830000', '181814.290000', '181814.750000', '181815.210000', '181815.670000', '181816.130000', '181816.590000', '181817.050000', '181817.510000', '181817.970000', '181818.430000', '181818.890000', '181819.350000', '181819.810000', '181820.270000', '181820.730000', '181821.190000', '181821.650000', '181822.110000', '181822.570000', '181823.030000', '181823.490000', '181823.950000', '181824.410000', '181824.870000', '181825.330000', '181825.790000', '181826.250000', '181826.710000', '181827.170000', '181827.630000', '181828.090000', '181828.550000', '181829.010000', '181829.470000', '181829.930000', '181830.390000', '181830.850000', '181831.310000', '181831.770000', '181832.230000', '181832.690000', '181833.150000', '181833.610000', '181834.070000', '181834.530000', '181834.990000', '181835.450000', '181835.910000', '181836.370000', '181836.830000', '181837.290000', '181837.750000', '181838.210000', '181838.670000', '181839.130000', '181839.590000', '181840.050000', '181840.510000', '181840.970000', '181841.430000', '181841.890000', '181842.350000', '181842.810000', '181843.270000', '181843.730000', '181844.190000', '181844.650000', '181845.110000', '181845.570000', '181846.030000', '181846.490000', '181846.950000', '181847.410000', '181847.870000', '181848.330000', '181848.790000', '181849.250000', '181849.710000', '181850.170000', '181850.630000', '181851.090000', '181851.550000', '181852.010000', '181852.470000', '181852.930000', '181853.390000', '181853.850000', '181854.310000', '181854.770000', '181855.230000', '181855.690000', '181856.150000', '181856.610000', '181857.070000', '181857.530000', '181857.990000', '181858.450000', '181858.910000', '181859.370000', '181859.830000', '181900.290000', '181900.750000', '181901.210000', '181901.670000', '181902.130000', '181902.590000', '181903.050000', '181903.510000', '181903.970000', '181904.430000', '181904.890000', '181905.350000', '181905.810000', '181906.270000', '181906.730000', '181907.190000', '181907.650000', '181908.110000', '181908.570000', '181909.030000', '181909.490000', '181909.950000', '181910.410000', '181910.870000', '181911.330000', '181911.790000', '181912.250000', '181912.710000', '181913.170000', '181913.630000', '181914.090000', '181914.550000', '181915.010000', '181915.470000', '181915.930000', '181916.390000', '181916.850000', '181917.310000', '181917.770000', '181918.230000', '181918.690000', '181919.150000', '181919.610000', '181920.070000', '181920.530000', '181920.990000', '181921.450000', '181921.910000', '181922.370000', '181922.830000', '181923.290000', '181923.750000', '181924.210000', '181924.670000', '181925.130000', '181925.590000', '181926.050000', '181926.510000', '181926.970000', '181927.430000', '181927.890000', '181928.350000', '181928.810000', '181929.270000', '181929.730000', '181930.190000', '181930.650000', '181931.110000', '181931.570000', '181932.030000', '181932.490000', '181932.950000', '181933.410000', '181933.870000', '181934.330000', '181934.790000', '181935.250000', '181935.710000', '181936.170000', '181936.630000', '181937.090000', '181937.550000', '181938.010000', '181938.470000', '181938.930000', '181939.390000', '181939.850000', '181940.310000', '181940.770000', '181941.230000', '181941.690000', '181942.150000', '181942.610000', '181943.070000', '181943.530000', '181943.990000', '181944.450000', '181944.910000', '181945.370000', '181945.830000', '181946.290000', '181946.750000', '181947.210000', '181947.670000', '181948.130000', '181948.590000', '181949.050000', '181949.510000', '181949.970000', '181950.430000', '181950.890000', '181951.350000', '181951.810000', '181952.270000', '181952.730000', '181953.190000', '181953.650000', '181954.110000', '181954.570000', '181955.030000', '181955.490000', '181955.950000', '181956.410000', '181956.870000', '181957.330000', '181957.790000', '181958.250000', '181958.710000', '181959.170000', '181959.630000', '182000.090000', '182000.550000', '182001.010000', '182001.470000', '182001.930000', '182002.390000', '182002.850000', '182003.310000', '182003.770000', '182004.230000', '182004.690000', '182005.150000', '182005.610000', '182006.070000', '182006.530000', '182006.990000', '182007.450000', '182007.910000', '182008.370000', '182008.830000', '182009.290000', '182009.750000', '182010.210000', '182010.670000', '182011.130000', '182011.590000', '182012.050000', '182012.510000', '182012.970000', '182013.430000', '182013.890000', '182014.350000', '182014.810000', '182015.270000', '182015.730000', '182016.190000', '182016.650000', '182017.110000', '182017.570000', '182018.030000', '182018.490000', '182018.950000', '182019.410000', '182019.870000', '182020.330000', '182020.790000', '182021.250000', '182021.710000', '182022.170000', '182022.630000', '182023.090000', '182023.550000', '182024.010000', '182024.470000', '182024.930000', '182025.390000', '182025.850000', '182026.310000', '182026.770000', '182027.230000', '182027.690000', '182028.150000', '182028.610000', '182029.070000', '182029.530000', '182029.990000', '182030.450000', '182030.910000', '182031.370000', '182031.830000', '182032.290000', '182032.750000', '182033.210000', '182033.670000', '182034.130000', '182034.590000', '182035.050000', '182035.510000', '182035.970000', '182036.430000', '182036.890000', '182037.350000', '182037.810000', '182038.270000', '182038.730000', '182039.190000', '182039.650000', '182040.110000', '182040.570000', '182041.030000', '182041.490000', '182041.950000', '182042.410000', '182042.870000', '182043.330000', '182043.790000', '182044.250000', '182044.710000', '182045.170000', '182045.630000', '182046.090000', '182046.550000', '182047.010000', '182047.470000', '182047.930000', '182048.390000', '182048.850000', '182049.310000', '182049.770000', '182050.230000', '182050.690000', '182051.150000', '182051.610000', '182052.070000', '182052.530000', '182052.990000', '182053.450000', '182053.910000', '182054.370000', '182054.830000', '182055.290000', '182055.750000', '182056.210000', '182056.670000', '182057.130000', '182057.590000', '182058.050000', '182058.510000', '182058.970000', '182059.430000', '182059.890000', '182100.350000', '182100.810000', '182101.270000', '182101.730000', '182102.190000', '182102.650000', '182103.110000', '182103.570000', '182104.030000', '182104.490000', '182104.950000', '182105.410000', '182105.870000', '182106.330000', '182106.790000', '182107.250000', '182107.710000', '182108.170000', '182108.630000', '182109.090000', '182109.550000', '182110.010000', '182110.470000', '182110.930000', '182111.390000', '182111.850000', '182112.310000', '182112.770000', '182113.230000', '182113.690000', '182114.150000', '182114.610000', '182115.070000', '182115.530000', '182115.990000', '182116.450000', '182116.910000', '182117.370000', '182117.830000', '182118.290000', '182118.750000', '182119.210000', '182119.670000', '182120.130000', '182120.590000', '182121.050000', '182121.510000', '182121.970000', '182122.430000', '182122.890000', '182123.350000', '182123.810000', '182124.270000', '182124.730000', '182125.190000', '182125.650000', '182126.110000', '182126.570000', '182127.030000', '182127.490000', '182127.950000', '182128.410000', '182128.870000', '182129.330000', '182129.790000', '182130.250000', '182130.710000', '182131.170000', '182131.630000', '182132.090000', '182132.550000', '182133.010000', '182133.470000', '182133.930000', '182134.390000', '182134.850000', '182135.310000', '182135.770000', '182136.230000', '182136.690000', '182137.150000', '182137.610000', '182138.070000', '182138.530000', '182138.990000', '182139.450000', '182139.910000', '182140.370000', '182140.830000', '182141.290000', '182141.750000', '182142.210000', '182142.670000', '182143.130000', '182143.590000', '182144.050000', '182144.510000', '182144.970000', '182145.430000', '182145.890000', '182146.350000', '182146.810000', '182147.270000', '182147.730000', '182148.190000', '182148.650000', '182149.110000', '182149.570000', '182150.030000', '182150.490000', '182150.950000', '182151.410000', '182151.870000', '182152.330000', '182152.790000', '182153.250000', '182153.710000', '182154.170000', '182154.630000', '182155.090000', '182155.550000', '182156.010000', '182156.470000', '182156.930000', '182157.390000', '182157.850000', '182158.310000', '182158.770000', '182159.230000', '182159.690000', '182200.150000', '182200.610000', '182201.070000', '182201.530000', '182201.990000', '182202.450000', '182202.910000', '182203.370000', '182203.830000', '182204.290000', '182204.750000', '182205.210000', '182205.670000', '182206.130000', '182206.590000', '182207.050000', '182207.510000', '182207.970000', '182208.430000', '182208.890000', '182209.350000', '182209.810000', '182210.270000', '182210.730000', '182211.190000', '182211.650000', '182212.110000', '182212.570000', '182213.030000', '182213.490000', '182213.950000', '182214.410000', '182214.870000', '182215.330000', '182215.790000', '182216.250000', '182216.710000', '182217.170000', '182217.630000', '182218.090000', '182218.550000', '182219.010000', '182219.470000', '182219.930000', '182220.390000', '182220.850000', '182221.310000', '182221.770000', '182222.230000', '182222.690000', '182223.150000', '182223.610000', '182224.070000', '182224.530000', '182224.990000', '182225.450000', '182225.910000', '182226.370000', '182226.830000', '182227.290000', '182227.750000', '182228.210000', '182228.670000', '182229.130000', '182229.590000', '182230.050000', '182230.510000', '182230.970000', '182231.430000', '182231.890000', '182232.350000', '182232.810000', '182233.270000', '182233.730000', '182234.190000', '182234.650000', '182235.110000', '182235.570000', '182236.030000', '182236.490000', '182236.950000', '182237.410000', '182237.870000', '182238.330000', '182238.790000', '182239.250000', '182239.710000', '182240.170000', '182240.630000', '182241.090000', '182241.550000', '182242.010000', '182242.470000', '182242.930000', '182243.390000', '182243.850000', '182244.310000', '182244.770000', '182245.230000', '182245.690000', '182246.150000', '182246.610000', '182247.070000', '182247.530000', '182247.990000', '182248.450000', '182248.910000', '182249.370000', '182249.830000', '182250.290000', '182250.750000', '182251.210000', '182251.670000', '182252.130000', '182252.590000', '182253.050000', '182253.510000', '182253.970000', '182254.430000', '182254.890000', '182255.350000', '182255.810000', '182256.270000', '182256.730000', '182257.190000', '182257.650000', '182258.110000', '182258.570000', '182259.030000', '182259.490000', '182259.950000', '182300.410000', '182300.870000', '182301.330000', '182301.790000', '182302.250000', '182302.710000', '182303.170000', '182303.630000', '182304.090000', '182304.550000', '182305.010000', '182305.470000', '182305.930000', '182306.390000', '182306.850000', '182307.310000', '182307.770000', '182308.230000', '182308.690000', '182309.150000', '182309.610000', '182310.070000', '182310.530000', '182310.990000', '182311.450000', '182311.910000', '182312.370000', '182312.830000', '182313.290000', '182313.750000', '182314.210000', '182314.670000', '182315.130000', '182315.590000', '182316.050000', '182316.510000', '182316.970000', '182317.430000', '182317.890000', '182318.350000', '182318.810000', '182319.270000', '182319.730000', '182320.190000', '182320.650000', '182321.110000', '182321.570000', '182322.030000', '182322.490000', '182322.950000', '182323.410000', '182323.870000', '182324.330000', '182324.790000', '182325.250000', '182325.710000', '182326.170000', '182326.630000', '182327.090000', '182327.550000', '182328.010000', '182328.470000', '182328.930000', '182329.390000', '182329.850000', '182330.310000', '182330.770000', '182331.230000', '182331.690000', '182332.150000', '182332.610000', '182333.070000', '182333.530000', '182333.990000', '182334.450000', '182334.910000', '182335.370000', '182335.830000', '182336.290000', '182336.750000', '182337.210000', '182337.670000', '182338.130000', '182338.590000', '182339.050000', '182339.510000', '182339.970000', '182340.430000', '182340.890000', '182341.350000', '182341.810000', '182342.270000', '182342.730000', '182343.190000', '182343.650000', '182344.110000', '182344.570000', '182345.030000', '182345.490000', '182345.950000', '182346.410000', '182346.870000', '182347.330000', '182347.790000', '182348.250000', '182348.710000', '182349.170000', '182349.630000', '182350.090000', '182350.550000', '182351.010000', '182351.470000', '182351.930000', '182352.390000', '182352.850000', '182353.310000', '182353.770000', '182354.230000', '182354.690000', '182355.150000', '182355.610000', '182356.070000', '182356.530000', '182356.990000', '182357.450000', '182357.910000', '182358.370000', '182358.830000', '182359.290000', '182359.750000', '182400.210000', '182400.670000', '182401.130000', '182401.590000', '182402.050000', '182402.510000', '182402.970000', '182403.430000', '182403.890000', '182404.350000', '182404.810000', '182405.270000', '182405.730000', '182406.190000', '182406.650000', '182407.110000', '182407.570000', '182408.030000', '182408.490000', '182408.950000', '182409.410000', '182409.870000', '182410.330000', '182410.790000', '182411.250000', '182411.710000', '182412.170000', '182412.630000', '182413.090000', '182413.550000', '182414.010000', '182414.470000', '182414.930000', '182415.390000', '182415.850000', '182416.310000', '182416.770000', '182417.230000', '182417.690000', '182418.150000', '182418.610000', '182419.070000', '182419.530000', '182419.990000', '182420.450000', '182420.910000', '182421.370000', '182421.830000', '182422.290000', '182422.750000', '182423.210000', '182423.670000', '182424.130000', '182424.590000', '182425.050000', '182425.510000', '182425.970000', '182426.430000', '182426.890000', '182427.350000', '182427.810000', '182428.270000', '182428.730000', '182429.190000', '182429.650000', '182430.110000', '182430.570000', '182431.030000', '182431.490000', '182431.950000', '182432.410000', '182432.870000', '182433.330000', '182433.790000', '182434.250000', '182434.710000', '182435.170000', '182435.630000', '182436.090000', '182436.550000', '182437.010000', '182437.470000', '182437.930000', '182438.390000', '182438.850000', '182439.310000', '182439.770000', '182440.230000', '182440.690000', '182441.150000', '182441.610000', '182442.070000', '182442.530000', '182442.990000', '182443.450000', '182443.910000', '182444.370000', '182444.830000', '182445.290000', '182445.750000', '182446.210000', '182446.670000', '182447.130000', '182447.590000', '182448.050000', '182448.510000', '182448.970000', '182449.430000', '182449.890000', '182450.350000', '182450.810000', '182451.270000', '182451.730000', '182452.190000', '182452.650000', '182453.110000', '182453.570000', '182454.030000', '182454.490000', '182454.950000', '182455.410000', '182455.870000', '182456.330000', '182456.790000', '182457.250000', '182457.710000', '182458.170000', '182458.630000', '182459.090000', '182459.550000', '182500.010000', '182500.470000', '182500.930000', '182501.390000', '182501.850000', '182502.310000', '182502.770000', '182503.230000', '182503.690000', '182504.150000', '182504.610000', '182505.070000', '182505.530000', '182505.990000', '182506.450000', '182506.910000', '182507.370000', '182507.830000', '182508.290000', '182508.750000', '182509.210000', '182509.670000', '182510.130000', '182510.590000', '182511.050000', '182511.510000', '182511.970000', '182512.430000', '182512.890000', '182513.350000', '182513.810000', '182514.270000', '182514.730000', '182515.190000', '182515.650000', '182516.110000', '182516.570000', '182517.030000', '182517.490000', '182517.950000', '182518.410000', '182518.870000', '182519.330000', '182519.790000', '182520.250000', '182520.710000', '182521.170000', '182521.630000', '182522.090000', '182522.550000', '182523.010000', '182523.470000', '182523.930000', '182524.390000', '182524.850000'], 'ContentTime': ['181700.481000', '181700.484000', '181700.487000', '181700.490000', '181700.493000', '181700.495000', '181700.498000', '181700.501000', '181700.503000', '181700.506000', '181700.509000', '181700.512000', '181700.515000', '181700.518000', '181700.538000', '181700.541000', '181700.544000', '181700.546000', '181700.549000', '181700.552000', '181700.555000', '181700.558000', '181700.561000', '181700.563000', '181700.566000', '181700.569000', '181700.572000', '181700.575000', '181700.577000', '181700.580000', '181700.583000', '181700.586000', '181700.589000', '181700.591000', '181700.594000', '181700.597000', '181700.600000', '181700.602000', '181700.605000', '181700.608000', '181700.611000', '181700.614000', '181700.616000', '181700.619000', '181700.622000', '181700.625000', '181700.628000', '181700.630000', '181700.633000', '181700.636000', '181700.639000', '181700.642000', '181700.644000', '181700.647000', '181700.650000', '181700.653000', '181700.656000', '181720.447000', '181720.450000', '181720.453000', '181720.458000', '181720.461000', '181720.463000', '181720.466000', '181720.469000', '181720.472000', '181720.475000', '181720.478000', '181720.480000', '181720.483000', '181720.486000', '181720.489000', '181720.492000', '181720.494000', '181720.497000', '181720.500000', '181720.503000', '181720.505000', '181720.508000', '181720.511000', '181720.514000', '181720.517000', '181720.519000', '181720.522000', '181720.525000', '181720.528000', '181720.531000', '181720.534000', '181720.536000', '181720.539000', '181720.542000', '181720.545000', '181720.547000', '181720.550000', '181720.553000', '181720.556000', '181720.559000', '181720.562000', '181720.564000', '181720.567000', '181720.570000', '181740.447000', '181740.450000', '181740.453000', '181740.455000', '181740.459000', '181740.463000', '181740.466000', '181740.468000', '181740.471000', '181740.474000', '181740.477000', '181740.480000', '181740.483000', '181740.485000', '181740.488000', '181740.491000', '181740.494000', '181740.497000', '181740.499000', '181740.502000', '181740.513000', '181740.516000', '181740.519000', '181740.522000', '181740.525000', '181740.528000', '181740.531000', '181740.534000', '181740.537000', '181740.540000', '181740.542000', '181740.545000', '181740.548000', '181740.551000', '181740.554000', '181740.557000', '181740.559000', '181740.562000', '181740.565000', '181740.568000', '181740.571000', '181740.574000', '181740.577000', '181800.446000', '181800.449000', '181800.452000', '181800.455000', '181800.457000', '181800.460000', '181800.463000', '181800.466000', '181800.469000', '181800.472000', '181800.475000', '181800.478000', '181800.480000', '181800.483000', '181800.486000', '181800.489000', '181800.492000', '181800.494000', '181800.497000', '181800.500000', '181800.503000', '181800.506000', '181800.508000', '181800.511000', '181800.514000', '181800.517000', '181800.520000', '181800.523000', '181800.525000', '181800.528000', '181800.531000', '181800.534000', '181800.537000', '181800.539000', '181800.542000', '181800.545000', '181800.548000', '181800.551000', '181800.553000', '181800.569000', '181800.573000', '181800.575000', '181800.578000', '181800.581000', '181820.446000', '181820.449000', '181820.452000', '181820.454000', '181820.457000', '181820.460000', '181820.463000', '181820.466000', '181820.468000', '181820.471000', '181820.474000', '181820.477000', '181820.480000', '181820.483000', '181820.485000', '181820.488000', '181820.491000', '181820.494000', '181820.497000', '181820.500000', '181820.502000', '181820.505000', '181820.508000', '181820.511000', '181820.514000', '181820.517000', '181820.519000', '181820.532000', '181820.535000', '181820.538000', '181820.541000', '181820.544000', '181820.547000', '181820.549000', '181820.552000', '181820.555000', '181820.558000', '181820.561000', '181820.564000', '181820.566000', '181820.569000', '181820.572000', '181820.575000', '181840.446000', '181840.449000', '181840.452000', '181840.454000', '181840.457000', '181840.460000', '181840.463000', '181840.466000', '181840.468000', '181840.471000', '181840.474000', '181840.477000', '181840.480000', '181840.483000', '181840.485000', '181840.488000', '181840.491000', '181840.494000', '181840.497000', '181840.500000', '181840.502000', '181840.505000', '181840.508000', '181840.511000', '181840.514000', '181840.516000', '181840.519000', '181840.522000', '181840.525000', '181840.528000', '181840.530000', '181840.533000', '181840.536000', '181840.539000', '181840.542000', '181840.545000', '181840.547000', '181840.550000', '181840.553000', '181840.556000', '181840.559000', '181840.562000', '181840.564000', '181840.567000', '181900.446000', '181900.449000', '181900.452000', '181900.455000', '181900.458000', '181900.460000', '181900.463000', '181900.466000', '181900.469000', '181900.472000', '181900.475000', '181900.477000', '181900.480000', '181900.483000', '181900.486000', '181900.489000', '181900.492000', '181900.495000', '181900.499000', '181900.502000', '181900.505000', '181900.508000', '181900.510000', '181900.513000', '181900.516000', '181900.519000', '181900.522000', '181900.525000', '181900.528000', '181900.531000', '181900.533000', '181900.536000', '181900.539000', '181900.542000', '181900.545000', '181900.548000', '181900.552000', '181900.555000', '181900.558000', '181900.561000', '181900.564000', '181900.566000', '181900.569000', '181920.447000', '181920.450000', '181920.453000', '181920.456000', '181920.459000', '181920.461000', '181920.464000', '181920.467000', '181920.470000', '181920.473000', '181920.476000', '181920.479000', '181920.481000', '181920.484000', '181920.487000', '181920.490000', '181920.493000', '181920.496000', '181920.498000', '181920.501000', '181920.504000', '181920.507000', '181920.510000', '181920.520000', '181920.522000', '181920.525000', '181920.528000', '181920.531000', '181920.534000', '181920.537000', '181920.539000', '181920.542000', '181920.545000', '181920.548000', '181920.551000', '181920.553000', '181920.556000', '181920.559000', '181920.562000', '181920.565000', '181920.568000', '181920.570000', '181920.573000', '181920.576000', '181940.447000', '181940.450000', '181940.453000', '181940.456000', '181940.458000', '181940.461000', '181940.464000', '181940.467000', '181940.470000', '181940.472000', '181940.475000', '181940.478000', '181940.481000', '181940.484000', '181940.487000', '181940.489000', '181940.492000', '181940.495000', '181940.498000', '181940.501000', '181940.504000', '181940.507000', '181940.509000', '181940.512000', '181940.515000', '181940.518000', '181940.521000', '181940.524000', '181940.526000', '181940.529000', '181940.532000', '181940.535000', '181940.538000', '181940.540000', '181940.554000', '181940.557000', '181940.560000', '181940.563000', '181940.565000', '181940.568000', '181940.571000', '181940.574000', '181940.577000', '182000.447000', '182000.450000', '182000.453000', '182000.455000', '182000.458000', '182000.461000', '182000.464000', '182000.467000', '182000.470000', '182000.472000', '182000.475000', '182000.478000', '182000.481000', '182000.484000', '182000.487000', '182000.490000', '182000.492000', '182000.495000', '182000.498000', '182000.501000', '182000.504000', '182000.507000', '182000.510000', '182000.512000', '182000.515000', '182000.518000', '182000.521000', '182000.524000', '182000.527000', '182000.530000', '182000.533000', '182000.536000', '182000.538000', '182000.541000', '182000.544000', '182000.547000', '182000.550000', '182000.560000', '182000.563000', '182000.565000', '182000.568000', '182000.571000', '182000.574000', '182000.577000', '182020.446000', '182020.449000', '182020.452000', '182020.455000', '182020.458000', '182020.460000', '182020.463000', '182020.466000', '182020.469000', '182020.472000', '182020.475000', '182020.478000', '182020.480000', '182020.483000', '182020.486000', '182020.489000', '182020.492000', '182020.494000', '182020.497000', '182020.500000', '182020.503000', '182020.506000', '182020.509000', '182020.511000', '182020.514000', '182020.517000', '182020.520000', '182020.523000', '182020.526000', '182020.529000', '182020.531000', '182020.535000', '182020.538000', '182020.541000', '182020.544000', '182020.547000', '182020.550000', '182020.553000', '182020.555000', '182020.558000', '182020.561000', '182020.564000', '182020.567000', '182040.446000', '182040.449000', '182040.452000', '182040.454000', '182040.457000', '182040.460000', '182040.463000', '182040.466000', '182040.469000', '182040.472000', '182040.475000', '182040.477000', '182040.480000', '182040.483000', '182040.486000', '182040.489000', '182040.492000', '182040.495000', '182040.498000', '182040.500000', '182040.503000', '182040.506000', '182040.509000', '182040.512000', '182040.514000', '182040.517000', '182040.520000', '182040.523000', '182040.526000', '182040.528000', '182040.531000', '182040.534000', '182040.537000', '182040.540000', '182040.543000', '182040.545000', '182040.548000', '182040.551000', '182040.554000', '182040.557000', '182040.560000', '182040.562000', '182040.565000', '182040.568000', '182100.446000', '182100.449000', '182100.452000', '182100.455000', '182100.458000', '182100.460000', '182100.463000', '182100.466000', '182100.469000', '182100.472000', '182100.474000', '182100.477000', '182100.480000', '182100.483000', '182100.486000', '182100.489000', '182100.491000', '182100.494000', '182100.497000', '182100.500000', '182100.503000', '182100.506000', '182100.508000', '182100.511000', '182100.514000', '182100.517000', '182100.520000', '182100.523000', '182100.525000', '182100.528000', '182100.531000', '182100.534000', '182100.537000', '182100.540000', '182100.543000', '182100.545000', '182100.548000', '182100.551000', '182100.554000', '182100.557000', '182100.559000', '182100.563000', '182100.566000', '182120.446000', '182120.449000', '182120.452000', '182120.455000', '182120.457000', '182120.460000', '182120.463000', '182120.466000', '182120.469000', '182120.472000', '182120.474000', '182120.477000', '182120.480000', '182120.483000', '182120.486000', '182120.488000', '182120.498000', '182120.501000', '182120.504000', '182120.507000', '182120.509000', '182120.512000', '182120.515000', '182120.518000', '182120.521000', '182120.524000', '182120.526000', '182120.529000', '182120.532000', '182120.535000', '182120.538000', '182120.541000', '182120.543000', '182120.546000', '182120.549000', '182120.552000', '182120.555000', '182120.557000', '182120.560000', '182120.563000', '182120.566000', '182120.569000', '182120.572000', '182120.575000', '182140.447000', '182140.450000', '182140.453000', '182140.456000', '182140.459000', '182140.461000', '182140.464000', '182140.467000', '182140.470000', '182140.473000', '182140.476000', '182140.479000', '182140.481000', '182140.484000', '182140.487000', '182140.490000', '182140.493000', '182140.496000', '182140.498000', '182140.501000', '182140.504000', '182140.507000', '182140.510000', '182140.513000', '182140.516000', '182140.518000', '182140.521000', '182140.524000', '182140.527000', '182140.530000', '182140.533000', '182140.536000', '182140.538000', '182140.541000', '182140.544000', '182140.547000', '182140.550000', '182140.553000', '182140.556000', '182140.558000', '182140.561000', '182140.564000', '182140.567000', '182200.447000', '182200.450000', '182200.453000', '182200.456000', '182200.458000', '182200.461000', '182200.464000', '182200.467000', '182200.478000', '182200.481000', '182200.484000', '182200.487000', '182200.490000', '182200.492000', '182200.495000', '182200.498000', '182200.501000', '182200.504000', '182200.507000', '182200.509000', '182200.512000', '182200.515000', '182200.518000', '182200.521000', '182200.523000', '182200.526000', '182200.529000', '182200.532000', '182200.535000', '182200.538000', '182200.541000', '182200.544000', '182200.547000', '182200.549000', '182200.552000', '182200.555000', '182200.558000', '182200.561000', '182200.563000', '182200.566000', '182200.569000', '182200.572000', '182200.575000', '182220.447000', '182220.450000', '182220.453000', '182220.456000', '182220.458000', '182220.461000', '182220.464000', '182220.467000', '182220.470000', '182220.473000', '182220.475000', '182220.478000', '182220.481000', '182220.484000', '182220.487000', '182220.490000', '182220.493000', '182220.495000', '182220.498000', '182220.501000', '182220.504000', '182220.507000', '182220.510000', '182220.514000', '182220.517000', '182220.520000', '182220.523000', '182220.526000', '182220.529000', '182220.532000', '182220.534000', '182220.537000', '182220.540000', '182220.543000', '182220.546000', '182220.549000', '182220.551000', '182220.554000', '182220.557000', '182220.560000', '182220.563000', '182220.566000', '182220.569000', '182220.571000', '182240.446000', '182240.449000', '182240.452000', '182240.455000', '182240.457000', '182240.460000', '182240.463000', '182240.466000', '182240.469000', '182240.471000', '182240.474000', '182240.477000', '182240.480000', '182240.483000', '182240.486000', '182240.489000', '182240.492000', '182240.494000', '182240.497000', '182240.500000', '182240.503000', '182240.506000', '182240.508000', '182240.511000', '182240.514000', '182240.517000', '182240.520000', '182240.541000', '182240.544000', '182240.547000', '182240.550000', '182240.552000', '182240.555000', '182240.558000', '182240.561000', '182240.564000', '182240.566000', '182240.569000', '182240.572000', '182240.575000', '182240.578000', '182240.581000', '182240.583000', '182300.446000', '182300.449000', '182300.452000', '182300.455000', '182300.457000', '182300.460000', '182300.463000', '182300.466000', '182300.469000', '182300.472000', '182300.474000', '182300.477000', '182300.480000', '182300.483000', '182300.486000', '182300.489000', '182300.491000', '182300.494000', '182300.497000', '182300.500000', '182300.503000', '182300.505000', '182300.508000', '182300.511000', '182300.514000', '182300.517000', '182300.520000', '182300.522000', '182300.525000', '182300.528000', '182300.531000', '182300.534000', '182300.537000', '182300.539000', '182300.542000', '182300.545000', '182300.548000', '182300.551000', '182300.553000', '182300.556000', '182300.559000', '182300.562000', '182300.565000', '182300.568000', '182320.446000', '182320.449000', '182320.452000', '182320.455000', '182320.461000', '182320.464000', '182320.467000', '182320.470000', '182320.473000', '182320.475000', '182320.478000', '182320.481000', '182320.484000', '182320.487000', '182320.490000', '182320.493000', '182320.495000', '182320.498000', '182320.501000', '182320.504000', '182320.507000', '182320.509000', '182320.512000', '182320.515000', '182320.518000', '182320.521000', '182320.524000', '182320.527000', '182320.529000', '182320.532000', '182320.535000', '182320.538000', '182320.541000', '182320.543000', '182320.546000', '182320.549000', '182320.552000', '182320.555000', '182320.558000', '182320.561000', '182320.563000', '182320.566000', '182320.569000', '182340.446000', '182340.449000', '182340.452000', '182340.455000', '182340.457000', '182340.460000', '182340.463000', '182340.466000', '182340.469000', '182340.472000', '182340.474000', '182340.477000', '182340.480000', '182340.483000', '182340.486000', '182340.489000', '182340.491000', '182340.494000', '182340.497000', '182340.500000', '182340.503000', '182340.506000', '182340.509000', '182340.512000', '182340.514000', '182340.517000', '182340.520000', '182340.523000', '182340.526000', '182340.529000', '182340.531000', '182340.534000', '182340.537000', '182340.540000', '182340.543000', '182340.545000', '182340.548000', '182340.551000', '182340.554000', '182340.557000', '182340.560000', '182340.562000', '182340.565000', '182340.568000', '182400.447000', '182400.450000', '182400.453000', '182400.456000', '182400.459000', '182400.461000', '182400.464000', '182400.467000', '182400.470000', '182400.473000', '182400.476000', '182400.479000', '182400.482000', '182400.485000', '182400.488000', '182400.490000', '182400.493000', '182400.496000', '182400.499000', '182400.502000', '182400.505000', '182400.507000', '182400.510000', '182400.513000', '182400.516000', '182400.519000', '182400.522000', '182400.524000', '182400.527000', '182400.530000', '182400.533000', '182400.536000', '182400.539000', '182400.541000', '182400.544000', '182400.547000', '182400.550000', '182400.566000', '182400.569000', '182400.572000', '182400.575000', '182400.578000', '182400.581000', '182420.447000', '182420.450000', '182420.453000', '182420.456000', '182420.458000', '182420.461000', '182420.464000', '182420.467000', '182420.470000', '182420.473000', '182420.475000', '182420.478000', '182420.481000', '182420.484000', '182420.487000', '182420.490000', '182420.493000', '182420.495000', '182420.498000', '182420.501000', '182420.504000', '182420.507000', '182420.509000', '182420.512000', '182420.515000', '182420.518000', '182420.521000', '182420.524000', '182420.527000', '182420.530000', '182420.532000', '182420.535000', '182420.538000', '182420.541000', '182420.544000', '182420.546000', '182420.549000', '182420.552000', '182420.555000', '182420.558000', '182420.561000', '182420.564000', '182420.567000', '182420.569000', '182440.447000', '182440.450000', '182440.453000', '182440.456000', '182440.458000', '182440.461000', '182440.464000', '182440.467000', '182440.470000', '182440.473000', '182440.476000', '182440.478000', '182440.481000', '182440.484000', '182440.487000', '182440.490000', '182440.493000', '182440.495000', '182440.498000', '182440.501000', '182440.505000', '182440.510000', '182440.513000', '182440.516000', '182440.518000', '182440.521000', '182440.524000', '182440.527000', '182440.530000', '182440.533000', '182440.536000', '182440.538000', '182440.541000', '182440.544000', '182440.547000', '182440.550000', '182440.553000', '182440.555000', '182440.558000', '182440.561000', '182440.564000', '182440.567000', '182440.570000', '182500.446000', '182500.449000', '182500.452000', '182500.455000', '182500.458000', '182500.460000', '182500.463000', '182500.466000', '182500.469000', '182500.472000', '182500.475000', '182500.477000', '182500.480000', '182500.483000', '182500.486000', '182500.489000', '182500.492000', '182500.494000', '182500.497000', '182500.500000', '182500.503000', '182500.506000', '182500.509000', '182500.512000', '182500.515000', '182500.517000', '182500.520000', '182500.523000', '182500.526000', '182500.529000', '182500.531000', '182500.534000', '182500.537000', '182500.540000', '182500.543000', '182500.546000', '182500.548000', '182500.551000', '182500.554000', '182500.557000', '182500.560000', '182500.563000', '182500.565000', '182500.568000', '182520.446000', '182520.451000', '182520.454000', '182520.457000', '182520.459000', '182520.462000', '182520.465000', '182520.468000', '182520.471000', '182520.474000', '182520.476000', '182520.479000', '182520.482000', '182520.485000', '182520.488000', '182520.490000', '182520.493000', '182520.496000', '182520.499000', '182520.502000', '182520.505000', '182520.508000', '182520.511000', '182520.515000', '182520.517000', '182520.520000', '182520.523000', '182520.526000', '182520.529000', '182520.532000', '182520.535000', '182520.537000', '182520.540000', '182520.543000', '182520.557000', '182520.560000', '182520.563000', '182520.566000', '182520.569000', '182520.571000', '182520.574000', '182520.577000', '182520.580000', '182526.087000', '182526.090000', '182526.093000', '182526.096000', '182526.099000', '182526.103000', '182526.106000', '182526.108000', '182526.111000', '182526.115000', '182526.118000', '182526.122000', '182526.125000'], 'InstanceCreationTime': ['181700.481000', '181700.484000', '181700.487000', '181700.490000', '181700.493000', '181700.495000', '181700.498000', '181700.501000', '181700.503000', '181700.506000', '181700.509000', '181700.512000', '181700.515000', '181700.518000', '181700.538000', '181700.541000', '181700.544000', '181700.546000', '181700.549000', '181700.552000', '181700.555000', '181700.558000', '181700.561000', '181700.563000', '181700.566000', '181700.569000', '181700.572000', '181700.575000', '181700.577000', '181700.580000', '181700.583000', '181700.586000', '181700.589000', '181700.591000', '181700.594000', '181700.597000', '181700.600000', '181700.602000', '181700.605000', '181700.608000', '181700.611000', '181700.614000', '181700.616000', '181700.619000', '181700.622000', '181700.625000', '181700.628000', '181700.630000', '181700.633000', '181700.636000', '181700.639000', '181700.642000', '181700.644000', '181700.647000', '181700.650000', '181700.653000', '181700.656000', '181720.447000', '181720.450000', '181720.453000', '181720.458000', '181720.461000', '181720.463000', '181720.466000', '181720.469000', '181720.472000', '181720.475000', '181720.478000', '181720.480000', '181720.483000', '181720.486000', '181720.489000', '181720.492000', '181720.494000', '181720.497000', '181720.500000', '181720.503000', '181720.505000', '181720.508000', '181720.511000', '181720.514000', '181720.517000', '181720.519000', '181720.522000', '181720.525000', '181720.528000', '181720.531000', '181720.534000', '181720.536000', '181720.539000', '181720.542000', '181720.545000', '181720.547000', '181720.550000', '181720.553000', '181720.556000', '181720.559000', '181720.562000', '181720.564000', '181720.567000', '181720.570000', '181740.447000', '181740.450000', '181740.453000', '181740.455000', '181740.459000', '181740.463000', '181740.466000', '181740.468000', '181740.471000', '181740.474000', '181740.477000', '181740.480000', '181740.483000', '181740.485000', '181740.488000', '181740.491000', '181740.494000', '181740.497000', '181740.499000', '181740.502000', '181740.513000', '181740.516000', '181740.519000', '181740.522000', '181740.525000', '181740.528000', '181740.531000', '181740.534000', '181740.537000', '181740.540000', '181740.542000', '181740.545000', '181740.548000', '181740.551000', '181740.554000', '181740.557000', '181740.559000', '181740.562000', '181740.565000', '181740.568000', '181740.571000', '181740.574000', '181740.577000', '181800.446000', '181800.449000', '181800.452000', '181800.455000', '181800.457000', '181800.460000', '181800.463000', '181800.466000', '181800.469000', '181800.472000', '181800.475000', '181800.478000', '181800.480000', '181800.483000', '181800.486000', '181800.489000', '181800.492000', '181800.494000', '181800.497000', '181800.500000', '181800.503000', '181800.506000', '181800.508000', '181800.511000', '181800.514000', '181800.517000', '181800.520000', '181800.523000', '181800.525000', '181800.528000', '181800.531000', '181800.534000', '181800.537000', '181800.539000', '181800.542000', '181800.545000', '181800.548000', '181800.551000', '181800.553000', '181800.569000', '181800.573000', '181800.575000', '181800.578000', '181800.581000', '181820.446000', '181820.449000', '181820.452000', '181820.454000', '181820.457000', '181820.460000', '181820.463000', '181820.466000', '181820.468000', '181820.471000', '181820.474000', '181820.477000', '181820.480000', '181820.483000', '181820.485000', '181820.488000', '181820.491000', '181820.494000', '181820.497000', '181820.500000', '181820.502000', '181820.505000', '181820.508000', '181820.511000', '181820.514000', '181820.517000', '181820.519000', '181820.532000', '181820.535000', '181820.538000', '181820.541000', '181820.544000', '181820.547000', '181820.549000', '181820.552000', '181820.555000', '181820.558000', '181820.561000', '181820.564000', '181820.566000', '181820.569000', '181820.572000', '181820.575000', '181840.446000', '181840.449000', '181840.452000', '181840.454000', '181840.457000', '181840.460000', '181840.463000', '181840.466000', '181840.468000', '181840.471000', '181840.474000', '181840.477000', '181840.480000', '181840.483000', '181840.485000', '181840.488000', '181840.491000', '181840.494000', '181840.497000', '181840.500000', '181840.502000', '181840.505000', '181840.508000', '181840.511000', '181840.514000', '181840.516000', '181840.519000', '181840.522000', '181840.525000', '181840.528000', '181840.530000', '181840.533000', '181840.536000', '181840.539000', '181840.542000', '181840.545000', '181840.547000', '181840.550000', '181840.553000', '181840.556000', '181840.559000', '181840.562000', '181840.564000', '181840.567000', '181900.446000', '181900.449000', '181900.452000', '181900.455000', '181900.458000', '181900.460000', '181900.463000', '181900.466000', '181900.469000', '181900.472000', '181900.475000', '181900.477000', '181900.480000', '181900.483000', '181900.486000', '181900.489000', '181900.492000', '181900.495000', '181900.499000', '181900.502000', '181900.505000', '181900.508000', '181900.510000', '181900.513000', '181900.516000', '181900.519000', '181900.522000', '181900.525000', '181900.528000', '181900.531000', '181900.533000', '181900.536000', '181900.539000', '181900.542000', '181900.545000', '181900.548000', '181900.552000', '181900.555000', '181900.558000', '181900.561000', '181900.564000', '181900.566000', '181900.569000', '181920.447000', '181920.450000', '181920.453000', '181920.456000', '181920.459000', '181920.461000', '181920.464000', '181920.467000', '181920.470000', '181920.473000', '181920.476000', '181920.479000', '181920.481000', '181920.484000', '181920.487000', '181920.490000', '181920.493000', '181920.496000', '181920.498000', '181920.501000', '181920.504000', '181920.507000', '181920.510000', '181920.520000', '181920.522000', '181920.525000', '181920.528000', '181920.531000', '181920.534000', '181920.537000', '181920.539000', '181920.542000', '181920.545000', '181920.548000', '181920.551000', '181920.553000', '181920.556000', '181920.559000', '181920.562000', '181920.565000', '181920.568000', '181920.570000', '181920.573000', '181920.576000', '181940.447000', '181940.450000', '181940.453000', '181940.456000', '181940.458000', '181940.461000', '181940.464000', '181940.467000', '181940.470000', '181940.472000', '181940.475000', '181940.478000', '181940.481000', '181940.484000', '181940.487000', '181940.489000', '181940.492000', '181940.495000', '181940.498000', '181940.501000', '181940.504000', '181940.507000', '181940.509000', '181940.512000', '181940.515000', '181940.518000', '181940.521000', '181940.524000', '181940.526000', '181940.529000', '181940.532000', '181940.535000', '181940.538000', '181940.540000', '181940.554000', '181940.557000', '181940.560000', '181940.563000', '181940.565000', '181940.568000', '181940.571000', '181940.574000', '181940.577000', '182000.447000', '182000.450000', '182000.453000', '182000.455000', '182000.458000', '182000.461000', '182000.464000', '182000.467000', '182000.470000', '182000.472000', '182000.475000', '182000.478000', '182000.481000', '182000.484000', '182000.487000', '182000.490000', '182000.492000', '182000.495000', '182000.498000', '182000.501000', '182000.504000', '182000.507000', '182000.510000', '182000.512000', '182000.515000', '182000.518000', '182000.521000', '182000.524000', '182000.527000', '182000.530000', '182000.533000', '182000.536000', '182000.538000', '182000.541000', '182000.544000', '182000.547000', '182000.550000', '182000.560000', '182000.563000', '182000.565000', '182000.568000', '182000.571000', '182000.574000', '182000.577000', '182020.446000', '182020.449000', '182020.452000', '182020.455000', '182020.458000', '182020.460000', '182020.463000', '182020.466000', '182020.469000', '182020.472000', '182020.475000', '182020.478000', '182020.480000', '182020.483000', '182020.486000', '182020.489000', '182020.492000', '182020.494000', '182020.497000', '182020.500000', '182020.503000', '182020.506000', '182020.509000', '182020.511000', '182020.514000', '182020.517000', '182020.520000', '182020.523000', '182020.526000', '182020.529000', '182020.531000', '182020.535000', '182020.538000', '182020.541000', '182020.544000', '182020.547000', '182020.550000', '182020.553000', '182020.555000', '182020.558000', '182020.561000', '182020.564000', '182020.567000', '182040.446000', '182040.449000', '182040.452000', '182040.454000', '182040.457000', '182040.460000', '182040.463000', '182040.466000', '182040.469000', '182040.472000', '182040.475000', '182040.477000', '182040.480000', '182040.483000', '182040.486000', '182040.489000', '182040.492000', '182040.495000', '182040.498000', '182040.500000', '182040.503000', '182040.506000', '182040.509000', '182040.512000', '182040.514000', '182040.517000', '182040.520000', '182040.523000', '182040.526000', '182040.528000', '182040.531000', '182040.534000', '182040.537000', '182040.540000', '182040.543000', '182040.545000', '182040.548000', '182040.551000', '182040.554000', '182040.557000', '182040.560000', '182040.562000', '182040.565000', '182040.568000', '182100.446000', '182100.449000', '182100.452000', '182100.455000', '182100.458000', '182100.460000', '182100.463000', '182100.466000', '182100.469000', '182100.472000', '182100.474000', '182100.477000', '182100.480000', '182100.483000', '182100.486000', '182100.489000', '182100.491000', '182100.494000', '182100.497000', '182100.500000', '182100.503000', '182100.506000', '182100.508000', '182100.511000', '182100.514000', '182100.517000', '182100.520000', '182100.523000', '182100.525000', '182100.528000', '182100.531000', '182100.534000', '182100.537000', '182100.540000', '182100.543000', '182100.545000', '182100.548000', '182100.551000', '182100.554000', '182100.557000', '182100.559000', '182100.563000', '182100.566000', '182120.446000', '182120.449000', '182120.452000', '182120.455000', '182120.457000', '182120.460000', '182120.463000', '182120.466000', '182120.469000', '182120.472000', '182120.474000', '182120.477000', '182120.480000', '182120.483000', '182120.486000', '182120.488000', '182120.498000', '182120.501000', '182120.504000', '182120.507000', '182120.509000', '182120.512000', '182120.515000', '182120.518000', '182120.521000', '182120.524000', '182120.526000', '182120.529000', '182120.532000', '182120.535000', '182120.538000', '182120.541000', '182120.543000', '182120.546000', '182120.549000', '182120.552000', '182120.555000', '182120.557000', '182120.560000', '182120.563000', '182120.566000', '182120.569000', '182120.572000', '182120.575000', '182140.447000', '182140.450000', '182140.453000', '182140.456000', '182140.459000', '182140.461000', '182140.464000', '182140.467000', '182140.470000', '182140.473000', '182140.476000', '182140.479000', '182140.481000', '182140.484000', '182140.487000', '182140.490000', '182140.493000', '182140.496000', '182140.498000', '182140.501000', '182140.504000', '182140.507000', '182140.510000', '182140.513000', '182140.516000', '182140.518000', '182140.521000', '182140.524000', '182140.527000', '182140.530000', '182140.533000', '182140.536000', '182140.538000', '182140.541000', '182140.544000', '182140.547000', '182140.550000', '182140.553000', '182140.556000', '182140.558000', '182140.561000', '182140.564000', '182140.567000', '182200.447000', '182200.450000', '182200.453000', '182200.456000', '182200.458000', '182200.461000', '182200.464000', '182200.467000', '182200.478000', '182200.481000', '182200.484000', '182200.487000', '182200.490000', '182200.492000', '182200.495000', '182200.498000', '182200.501000', '182200.504000', '182200.507000', '182200.509000', '182200.512000', '182200.515000', '182200.518000', '182200.521000', '182200.523000', '182200.526000', '182200.529000', '182200.532000', '182200.535000', '182200.538000', '182200.541000', '182200.544000', '182200.547000', '182200.549000', '182200.552000', '182200.555000', '182200.558000', '182200.561000', '182200.563000', '182200.566000', '182200.569000', '182200.572000', '182200.575000', '182220.447000', '182220.450000', '182220.453000', '182220.456000', '182220.458000', '182220.461000', '182220.464000', '182220.467000', '182220.470000', '182220.473000', '182220.475000', '182220.478000', '182220.481000', '182220.484000', '182220.487000', '182220.490000', '182220.493000', '182220.495000', '182220.498000', '182220.501000', '182220.504000', '182220.507000', '182220.510000', '182220.514000', '182220.517000', '182220.520000', '182220.523000', '182220.526000', '182220.529000', '182220.532000', '182220.534000', '182220.537000', '182220.540000', '182220.543000', '182220.546000', '182220.549000', '182220.551000', '182220.554000', '182220.557000', '182220.560000', '182220.563000', '182220.566000', '182220.569000', '182220.571000', '182240.446000', '182240.449000', '182240.452000', '182240.455000', '182240.457000', '182240.460000', '182240.463000', '182240.466000', '182240.469000', '182240.471000', '182240.474000', '182240.477000', '182240.480000', '182240.483000', '182240.486000', '182240.489000', '182240.492000', '182240.494000', '182240.497000', '182240.500000', '182240.503000', '182240.506000', '182240.508000', '182240.511000', '182240.514000', '182240.517000', '182240.520000', '182240.541000', '182240.544000', '182240.547000', '182240.550000', '182240.552000', '182240.555000', '182240.558000', '182240.561000', '182240.564000', '182240.566000', '182240.569000', '182240.572000', '182240.575000', '182240.578000', '182240.581000', '182240.583000', '182300.446000', '182300.449000', '182300.452000', '182300.455000', '182300.457000', '182300.460000', '182300.463000', '182300.466000', '182300.469000', '182300.472000', '182300.474000', '182300.477000', '182300.480000', '182300.483000', '182300.486000', '182300.489000', '182300.491000', '182300.494000', '182300.497000', '182300.500000', '182300.503000', '182300.505000', '182300.508000', '182300.511000', '182300.514000', '182300.517000', '182300.520000', '182300.522000', '182300.525000', '182300.528000', '182300.531000', '182300.534000', '182300.537000', '182300.539000', '182300.542000', '182300.545000', '182300.548000', '182300.551000', '182300.553000', '182300.556000', '182300.559000', '182300.562000', '182300.565000', '182300.568000', '182320.446000', '182320.449000', '182320.452000', '182320.455000', '182320.461000', '182320.464000', '182320.467000', '182320.470000', '182320.473000', '182320.475000', '182320.478000', '182320.481000', '182320.484000', '182320.487000', '182320.490000', '182320.493000', '182320.495000', '182320.498000', '182320.501000', '182320.504000', '182320.507000', '182320.509000', '182320.512000', '182320.515000', '182320.518000', '182320.521000', '182320.524000', '182320.527000', '182320.529000', '182320.532000', '182320.535000', '182320.538000', '182320.541000', '182320.543000', '182320.546000', '182320.549000', '182320.552000', '182320.555000', '182320.558000', '182320.561000', '182320.563000', '182320.566000', '182320.569000', '182340.446000', '182340.449000', '182340.452000', '182340.455000', '182340.457000', '182340.460000', '182340.463000', '182340.466000', '182340.469000', '182340.472000', '182340.474000', '182340.477000', '182340.480000', '182340.483000', '182340.486000', '182340.489000', '182340.491000', '182340.494000', '182340.497000', '182340.500000', '182340.503000', '182340.506000', '182340.509000', '182340.512000', '182340.514000', '182340.517000', '182340.520000', '182340.523000', '182340.526000', '182340.529000', '182340.531000', '182340.534000', '182340.537000', '182340.540000', '182340.543000', '182340.545000', '182340.548000', '182340.551000', '182340.554000', '182340.557000', '182340.560000', '182340.562000', '182340.565000', '182340.568000', '182400.447000', '182400.450000', '182400.453000', '182400.456000', '182400.459000', '182400.461000', '182400.464000', '182400.467000', '182400.470000', '182400.473000', '182400.476000', '182400.479000', '182400.482000', '182400.485000', '182400.488000', '182400.490000', '182400.493000', '182400.496000', '182400.499000', '182400.502000', '182400.505000', '182400.507000', '182400.510000', '182400.513000', '182400.516000', '182400.519000', '182400.522000', '182400.524000', '182400.527000', '182400.530000', '182400.533000', '182400.536000', '182400.539000', '182400.541000', '182400.544000', '182400.547000', '182400.550000', '182400.566000', '182400.569000', '182400.572000', '182400.575000', '182400.578000', '182400.581000', '182420.447000', '182420.450000', '182420.453000', '182420.456000', '182420.458000', '182420.461000', '182420.464000', '182420.467000', '182420.470000', '182420.473000', '182420.475000', '182420.478000', '182420.481000', '182420.484000', '182420.487000', '182420.490000', '182420.493000', '182420.495000', '182420.498000', '182420.501000', '182420.504000', '182420.507000', '182420.509000', '182420.512000', '182420.515000', '182420.518000', '182420.521000', '182420.524000', '182420.527000', '182420.530000', '182420.532000', '182420.535000', '182420.538000', '182420.541000', '182420.544000', '182420.546000', '182420.549000', '182420.552000', '182420.555000', '182420.558000', '182420.561000', '182420.564000', '182420.567000', '182420.569000', '182440.447000', '182440.450000', '182440.453000', '182440.456000', '182440.458000', '182440.461000', '182440.464000', '182440.467000', '182440.470000', '182440.473000', '182440.476000', '182440.478000', '182440.481000', '182440.484000', '182440.487000', '182440.490000', '182440.493000', '182440.495000', '182440.498000', '182440.501000', '182440.505000', '182440.510000', '182440.513000', '182440.516000', '182440.518000', '182440.521000', '182440.524000', '182440.527000', '182440.530000', '182440.533000', '182440.536000', '182440.538000', '182440.541000', '182440.544000', '182440.547000', '182440.550000', '182440.553000', '182440.555000', '182440.558000', '182440.561000', '182440.564000', '182440.567000', '182440.570000', '182500.446000', '182500.449000', '182500.452000', '182500.455000', '182500.458000', '182500.460000', '182500.463000', '182500.466000', '182500.469000', '182500.472000', '182500.475000', '182500.477000', '182500.480000', '182500.483000', '182500.486000', '182500.489000', '182500.492000', '182500.494000', '182500.497000', '182500.500000', '182500.503000', '182500.506000', '182500.509000', '182500.512000', '182500.515000', '182500.517000', '182500.520000', '182500.523000', '182500.526000', '182500.529000', '182500.531000', '182500.534000', '182500.537000', '182500.540000', '182500.543000', '182500.546000', '182500.548000', '182500.551000', '182500.554000', '182500.557000', '182500.560000', '182500.563000', '182500.565000', '182500.568000', '182520.446000', '182520.451000', '182520.454000', '182520.457000', '182520.459000', '182520.462000', '182520.465000', '182520.468000', '182520.471000', '182520.474000', '182520.476000', '182520.479000', '182520.482000', '182520.485000', '182520.488000', '182520.490000', '182520.493000', '182520.496000', '182520.499000', '182520.502000', '182520.505000', '182520.508000', '182520.511000', '182520.515000', '182520.517000', '182520.520000', '182520.523000', '182520.526000', '182520.529000', '182520.532000', '182520.535000', '182520.537000', '182520.540000', '182520.543000', '182520.557000', '182520.560000', '182520.563000', '182520.566000', '182520.569000', '182520.571000', '182520.574000', '182520.577000', '182520.580000', '182526.087000', '182526.090000', '182526.093000', '182526.096000', '182526.099000', '182526.103000', '182526.106000', '182526.108000', '182526.111000', '182526.115000', '182526.118000', '182526.122000', '182526.125000'], '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': [8750, 8201, 8237, 8234, 8118, 8107, 8087, 13296, 9887, 11543, 8382, 12666, 7901, 11416, 8399, 11971, 8137, 9839, 7917, 8917, 8250, 10441, 8027, 10181, 8600, 8523, 9920, 8457, 12902, 10510, 13325, 9159, 11722, 8550, 11474, 8985, 11821, 8440, 9124, 8561, 9284, 8261, 12483, 8205, 10359, 8041, 9526, 8575, 10085, 12250, 9981, 14954, 9231, 13344, 9189, 12476, 7920, 10641, 9305, 9062, 13358, 9934, 14724, 9691, 13203, 8526, 10479, 8268, 11685, 8464, 10671, 8396, 10258, 8049, 10950, 8255, 12773, 8230, 10446, 8993, 9718, 16224, 13047, 17188, 10956, 14425, 8783, 10240, 12862, 10598, 14654, 9556, 12955, 9113, 13936, 8896, 13664, 8847, 11099, 8358, 9932, 7986, 11300, 7967, 10331, 8425, 9412, 8834, 9165, 15556, 10538, 14971, 9313, 12693, 8101, 11388, 8556, 10504, 8574, 9134, 8615, 8894, 11020, 9553, 8909, 8938, 10375, 9040, 10337, 9649, 8958, 9782, 7890, 9823, 12829, 9163, 15127, 10427, 13979, 8493, 12292, 8612, 10509, 15598, 11020, 16417, 9287, 14005, 8343, 11201, 8920, 11468, 8601, 9348, 9176, 9037, 12760, 9207, 14807, 9635, 12959, 8794, 10632, 7941, 11700, 8488, 10145, 8067, 9845, 13229, 9101, 14609, 10253, 12734, 7845, 10364, 9803, 9120, 15745, 10481, 12891, 8311, 10410, 7939, 11217, 8529, 10319, 8520, 9766, 11614, 9096, 14795, 10187, 13141, 8501, 11471, 8330, 12394, 8726, 11672, 8121, 10753, 8253, 10422, 10909, 10513, 8183, 9835, 8182, 9907, 14686, 10123, 15472, 9341, 10993, 9157, 8522, 9719, 8278, 7838, 13275, 8158, 13783, 9217, 8318, 16387, 16352, 14819, 10956, 10369, 8511, 11263, 8657, 16210, 14472, 17823, 14000, 14829, 9121, 13566, 10064, 14308, 11574, 12352, 9979, 8555, 9243, 8402, 12381, 8107, 11507, 8874, 8273, 9259, 8564, 11383, 8518, 11455, 8152, 10881, 8269, 13009, 8854, 13651, 8392, 10094, 7824, 10777, 8652, 12376, 8414, 10046, 8248, 10260, 7998, 12754, 8503, 10189, 7652, 10182, 7811, 11637, 7865, 10590, 8054, 10678, 8060, 10633, 8462, 10497, 8268, 10227, 12071, 9562, 14873, 10784, 14270, 8159, 11818, 8026, 11066, 9179, 12020, 7848, 9833, 8320, 9276, 13009, 9772, 14953, 9040, 13180, 8793, 11667, 9258, 12692, 8105, 10204, 8120, 9959, 10442, 10298, 15957, 9912, 13833, 8632, 11189, 10172, 12040, 7881, 9809, 8072, 10255, 10242, 10713, 9011, 9511, 8333, 9855, 9101, 10119, 12106, 10220, 11413, 9673, 13238, 9563, 15546, 9820, 13472, 8334, 10440, 8109, 12808, 8219, 11447, 7787, 9708, 8329, 10505, 11359, 9661, 14277, 9033, 13155, 8595, 13506, 8119, 10288, 7964, 9273, 10124, 9416, 15938, 9440, 12689, 8244, 10659, 7597, 11775, 8093, 9725, 8151, 8859, 10197, 9348, 14853, 9405, 13214, 8751, 11396, 8664, 13107, 7916, 10481, 8281, 10132, 9962, 10672, 12884, 9977, 11751, 9402, 13887, 8977, 13919, 9139, 11404, 8453, 10569, 8312, 11929, 8151, 10634, 8409, 9891, 8356, 9370, 13805, 10405, 14471, 9375, 13300, 8324, 12465, 12331, 10279, 14744, 9993, 13932, 8317, 12487, 10169, 11734, 8130, 9593, 11324, 9258, 14586, 9393, 12721, 8510, 10580, 7859, 10140, 8363, 9899, 14365, 10286, 13483, 9059, 11557, 8065, 10876, 8299, 11377, 8245, 9954, 10880, 9402, 14676, 10066, 14927, 8671, 11866, 7823, 10604, 7870, 12191, 8142, 11268, 7992, 10097, 7974, 10546, 8372, 7865, 9825, 8091, 13557, 11531, 10360, 15550, 11042, 17046, 13503, 14699, 8848, 13322, 9061, 16157, 12841, 17250, 10157, 14567, 9329, 14807, 12113, 16240, 9475, 14237, 8913, 12565, 10494, 14221, 8808, 11011, 8079, 9722, 7814, 12065, 7874, 7446, 9720, 7951, 7497, 10190, 7760, 12818, 11736, 13623, 10890, 12294, 8691, 10227, 8300, 13128, 10860, 16833, 13129, 12494, 17257, 13359, 12373, 18459, 12132, 18376, 15430, 17497, 10584, 9482, 9423, 7392, 10873, 7374, 9748, 8431, 10423, 8391, 8482, 8694, 8146, 9320, 10560, 9028, 11006, 8591, 11870, 8798, 10428, 8684, 12267, 8652, 11441, 8908, 12351, 8004, 9612, 8541, 10114, 8547, 9432, 8942, 9787, 8371, 9204, 8514, 9726, 8496, 10135, 8462, 9493, 8213, 9825, 9337, 11124, 8561, 10372, 8006, 9673, 9226, 8341, 10777, 9395, 14820, 12501, 13365, 9153, 12165, 8744, 13254, 10967, 14048, 9311, 12145, 8454, 10863, 8557, 14004, 8468, 11370, 8571, 10605, 8960, 10503, 13051, 11955, 8993, 10433, 8728, 9459, 11629, 11935, 9019, 10202, 8539, 13644, 8637, 14083, 9292, 8543, 10012, 8516, 14890, 9464, 9284, 9175, 15272, 10180, 15979, 12135, 16831, 11120, 15290, 10370, 14756, 9620, 16940, 12062, 14911, 9529, 12273, 9755, 12245, 9445, 13779, 9500, 12711, 9546, 11758, 8875, 11724, 9167, 11782, 9602, 12736, 9402, 12242, 9353, 14321, 11204, 8636, 9607, 8338, 9426, 8429, 11282, 8690, 12225, 8400, 10151, 8605, 9599, 14615, 11572, 15088, 10583, 12795, 9677, 12161, 9190, 11242, 9053, 8769, 9409, 8532, 9746, 8956, 10576, 11289, 12137, 8409, 10166, 8450, 9986, 11328, 12924, 8463, 10681, 8440, 9671, 8734, 12272, 9848, 12039, 8263, 10062, 8640, 9455, 13940, 10581, 16612, 9239, 12080, 7829, 10581, 10099, 11744, 15040, 10516, 12861, 9486, 11727, 8806, 11880, 8357, 12460, 8181, 10326, 8337, 10574, 8141, 14029, 8311, 11595, 7861, 10370, 7709, 13799, 10103, 11923, 8085, 10394, 8117, 10903, 12850, 11847, 7876, 10570, 8283, 9654, 9591, 11421, 8201, 10308, 8365, 9684, 8615, 10921, 9152, 10538, 7984, 10011, 8126, 10203, 11217, 11105, 11144, 10438, 12585, 10297, 14319, 11066, 8230, 10484, 8373, 9737, 11152, 10314, 9379, 10325, 8502, 10143, 8426, 11372, 8727, 12348, 7907, 10336, 7623, 10616, 7987, 13739, 8275, 11156, 7699, 10604, 7540, 15688, 9712, 11133, 9798, 7988, 11412, 8291, 8004, 11284, 8375, 9432, 9092, 8444, 10841, 8557, 11798, 14824, 15242, 10304, 12166, 8076, 10576, 8174, 11258, 8698, 12682, 8239, 10239, 8280, 10335, 7777, 11569, 9137, 12756, 8611, 10424, 8151, 11067, 8148, 13155, 8975, 12912, 8472, 11223, 8416, 12872, 12232, 14421, 8046, 10709, 7514, 10309, 8099, 13562, 9411, 12318, 8351, 10334, 8307, 11129, 8656, 14846, 9056, 11312, 8176, 10574, 8212, 14060, 10556, 15567, 8424, 11846, 8736, 10838, 8311, 15557, 9478, 13091, 8766, 11058, 8639, 11993, 8759, 15659, 8817, 11789, 8415, 10203, 7713, 12649, 10788, 11280, 7930, 10523, 8532, 9509, 11855, 9602, 12867, 9658, 12264, 8755, 12104, 8114, 11541, 8349, 11148, 8084, 10891, 7957, 11349, 8236, 13885, 8479, 13394, 8091, 10866, 8111, 11153, 10557, 14231, 8164, 10397, 8286, 9795, 8520, 11314, 7947, 11914, 8272, 10239, 8320, 11952, 8988, 16102, 10100, 14023, 8800, 12988, 9417, 12896, 10550, 8120, 10467, 8258, 11604, 8027, 16396, 9415, 12517, 10031, 11117, 10873, 11628, 15237, 9049, 11062, 9585, 7980, 9428, 9400, 8226, 13335, 11065, 8005, 16185, 10326, 14750, 11522, 9571, 16408, 14212, 17791, 9758, 13797, 9942, 13756, 10796, 13036, 10601, 8381, 10401, 8276, 10302, 8666, 9262, 8646, 10016, 8879, 11490, 9057, 11290, 10108, 8360, 10424, 8754, 11932, 11751, 12997, 8508, 11292, 8522, 10800, 13832, 12799, 10324, 11541, 9101, 10744, 9690, 10577, 8383, 11121, 8424, 10822, 8047, 13097, 8640, 12826, 7937, 11215, 8247, 13166, 10078, 11643, 9726, 11348, 14087, 12503, 13768, 11327, 12839, 10310, 13066, 9337, 12976, 9822, 12999, 9599, 12839, 9445, 15287, 9014, 13146, 8970, 12120, 9013, 14839, 8910, 10912, 7758, 10015, 8688, 13185, 8619, 10458, 8401, 10133, 11309, 10579, 12329, 10641, 11849, 9962, 11598, 9227, 11631, 9327, 11818, 9384, 13924, 8762, 14753, 9569, 12274, 9471, 9053, 9030, 8414, 12103, 8190, 8627, 10443, 16365, 10586, 16421, 12257, 14072, 9422, 12758, 9548, 15763, 11500, 13018, 10508, 9893, 10265, 11522, 15559, 12476, 11483, 7980, 10243, 8036, 11590, 9184, 11851, 8169, 10518, 7880, 11643, 8520, 11493, 9479, 9298, 9653, 9204, 10559, 8441, 11800, 7431, 10280, 7145, 10954, 7466, 12561, 7804, 10673, 7682, 10441, 7891, 13335, 9313, 12038, 9133, 8438, 10074, 8326, 10195, 7993, 11393, 8040, 11034, 7880, 12979, 9648, 15840, 9792, 13970], 'WindowCenter': [4181.0, 4167.0, 4162.0, 4150.0, 4138.0, 4137.0, 4137.0, 4188.0, 4157.0, 4177.0, 4147.0, 4187.0, 4136.0, 4179.0, 4149.0, 4179.0, 4150.0, 4170.0, 4150.0, 4160.0, 4163.0, 4183.0, 4162.0, 4183.0, 4173.0, 4173.0, 4182.0, 4163.0, 4203.0, 4182.0, 4214.0, 4173.0, 4192.0, 4173.0, 4193.0, 4173.0, 4192.0, 4162.0, 4172.0, 4173.0, 4173.0, 4164.0, 4216.0, 4164.0, 4195.0, 4165.0, 4184.0, 4175.0, 4195.0, 4205.0, 4185.0, 4226.0, 4184.0, 4217.0, 4185.0, 4217.0, 4163.0, 4183.0, 4172.0, 4174.0, 4215.0, 4185.0, 4225.0, 4183.0, 4203.0, 4162.0, 4194.0, 4163.0, 4204.0, 4163.0, 4183.0, 4164.0, 4183.0, 4176.0, 4206.0, 4177.0, 4219.0, 4176.0, 4208.0, 4186.0, 4198.0, 4238.0, 4217.0, 4238.0, 4193.0, 4213.0, 4160.0, 4182.0, 4190.0, 4181.0, 4199.0, 4168.0, 4188.0, 4159.0, 4211.0, 4160.0, 4212.0, 4160.0, 4179.0, 4160.0, 4182.0, 4161.0, 4193.0, 4162.0, 4181.0, 4160.0, 4172.0, 4171.0, 4171.0, 4224.0, 4181.0, 4212.0, 4170.0, 4202.0, 4150.0, 4192.0, 4159.0, 4169.0, 4159.0, 4159.0, 4159.0, 4159.0, 4180.0, 4170.0, 4159.0, 4171.0, 4181.0, 4173.0, 4183.0, 4184.0, 4173.0, 4184.0, 4163.0, 4195.0, 4216.0, 4185.0, 4229.0, 4195.0, 4215.0, 4173.0, 4203.0, 4173.0, 4184.0, 4212.0, 4192.0, 4222.0, 4159.0, 4201.0, 4160.0, 4181.0, 4159.0, 4179.0, 4146.0, 4157.0, 4156.0, 4158.0, 4199.0, 4158.0, 4210.0, 4168.0, 4201.0, 4160.0, 4194.0, 4163.0, 4193.0, 4162.0, 4182.0, 4161.0, 4183.0, 4214.0, 4161.0, 4215.0, 4171.0, 4190.0, 4138.0, 4170.0, 4169.0, 4170.0, 4223.0, 4180.0, 4189.0, 4160.0, 4181.0, 4150.0, 4191.0, 4160.0, 4170.0, 4160.0, 4184.0, 4204.0, 4173.0, 4225.0, 4195.0, 4215.0, 4163.0, 4205.0, 4163.0, 4204.0, 4174.0, 4194.0, 4152.0, 4193.0, 4176.0, 4194.0, 4183.0, 4195.0, 4162.0, 4183.0, 4163.0, 4185.0, 4215.0, 4183.0, 4227.0, 4174.0, 4193.0, 4173.0, 4174.0, 4185.0, 4192.0, 4192.0, 4245.0, 4192.0, 4256.0, 4214.0, 4191.0, 4255.0, 4252.0, 4230.0, 4196.0, 4185.0, 4175.0, 4193.0, 4161.0, 4225.0, 4213.0, 4223.0, 4201.0, 4199.0, 4147.0, 4185.0, 4156.0, 4186.0, 4181.0, 4175.0, 4139.0, 4118.0, 4129.0, 4132.0, 4176.0, 4135.0, 4178.0, 4158.0, 4149.0, 4171.0, 4158.0, 4192.0, 4159.0, 4178.0, 4148.0, 4179.0, 4149.0, 4201.0, 4159.0, 4199.0, 4148.0, 4167.0, 4137.0, 4167.0, 4149.0, 4188.0, 4148.0, 4168.0, 4148.0, 4169.0, 4150.0, 4202.0, 4160.0, 4170.0, 4150.0, 4181.0, 4151.0, 4192.0, 4150.0, 4180.0, 4151.0, 4181.0, 4162.0, 4183.0, 4162.0, 4183.0, 4163.0, 4183.0, 4204.0, 4184.0, 4215.0, 4195.0, 4213.0, 4151.0, 4181.0, 4150.0, 4180.0, 4160.0, 4191.0, 4150.0, 4170.0, 4150.0, 4172.0, 4202.0, 4183.0, 4213.0, 4172.0, 4202.0, 4162.0, 4195.0, 4187.0, 4203.0, 4152.0, 4181.0, 4151.0, 4182.0, 4181.0, 4184.0, 4225.0, 4171.0, 4200.0, 4147.0, 4178.0, 4171.0, 4191.0, 4150.0, 4170.0, 4150.0, 4181.0, 4170.0, 4183.0, 4161.0, 4170.0, 4150.0, 4171.0, 4161.0, 4183.0, 4204.0, 4183.0, 4191.0, 4173.0, 4215.0, 4185.0, 4226.0, 4172.0, 4203.0, 4150.0, 4181.0, 4151.0, 4202.0, 4150.0, 4180.0, 4150.0, 4170.0, 4160.0, 4183.0, 4181.0, 4170.0, 4200.0, 4160.0, 4202.0, 4161.0, 4203.0, 4150.0, 4170.0, 4149.0, 4171.0, 4169.0, 4172.0, 4212.0, 4170.0, 4190.0, 4150.0, 4181.0, 4140.0, 4193.0, 4150.0, 4170.0, 4150.0, 4173.0, 4182.0, 4173.0, 4214.0, 4172.0, 4202.0, 4162.0, 4194.0, 4162.0, 4217.0, 4152.0, 4181.0, 4150.0, 4171.0, 4170.0, 4183.0, 4202.0, 4171.0, 4190.0, 4171.0, 4203.0, 4161.0, 4213.0, 4171.0, 4191.0, 4161.0, 4182.0, 4162.0, 4205.0, 4152.0, 4181.0, 4162.0, 4181.0, 4162.0, 4173.0, 4215.0, 4183.0, 4213.0, 4172.0, 4202.0, 4162.0, 4192.0, 4203.0, 4171.0, 4211.0, 4169.0, 4200.0, 4149.0, 4189.0, 4170.0, 4178.0, 4136.0, 4156.0, 4165.0, 4157.0, 4198.0, 4159.0, 4189.0, 4147.0, 4167.0, 4136.0, 4168.0, 4148.0, 4170.0, 4200.0, 4168.0, 4189.0, 4147.0, 4179.0, 4149.0, 4180.0, 4150.0, 4180.0, 4150.0, 4171.0, 4180.0, 4172.0, 4212.0, 4184.0, 4212.0, 4160.0, 4180.0, 4139.0, 4169.0, 4138.0, 4190.0, 4149.0, 4178.0, 4150.0, 4182.0, 4164.0, 4195.0, 4179.0, 4177.0, 4211.0, 4191.0, 4233.0, 4221.0, 4200.0, 4238.0, 4211.0, 4239.0, 4218.0, 4229.0, 4177.0, 4215.0, 4175.0, 4225.0, 4205.0, 4223.0, 4173.0, 4201.0, 4160.0, 4200.0, 4190.0, 4210.0, 4158.0, 4189.0, 4147.0, 4177.0, 4156.0, 4186.0, 4134.0, 4153.0, 4124.0, 4144.0, 4125.0, 4176.0, 4123.0, 4126.0, 4147.0, 4139.0, 4143.0, 4183.0, 4166.0, 4219.0, 4207.0, 4216.0, 4184.0, 4194.0, 4164.0, 4173.0, 4162.0, 4216.0, 4193.0, 4240.0, 4215.0, 4203.0, 4251.0, 4228.0, 4204.0, 4222.0, 4179.0, 4212.0, 4181.0, 4182.0, 4139.0, 4130.0, 4128.0, 4099.0, 4139.0, 4109.0, 4128.0, 4107.0, 4138.0, 4118.0, 4118.0, 4119.0, 4119.0, 4130.0, 4150.0, 4131.0, 4151.0, 4133.0, 4174.0, 4146.0, 4167.0, 4146.0, 4174.0, 4146.0, 4177.0, 4160.0, 4189.0, 4149.0, 4169.0, 4159.0, 4169.0, 4160.0, 4172.0, 4161.0, 4171.0, 4161.0, 4171.0, 4173.0, 4184.0, 4174.0, 4196.0, 4176.0, 4211.0, 4203.0, 4211.0, 4184.0, 4205.0, 4174.0, 4222.0, 4202.0, 4210.0, 4223.0, 4202.0, 4220.0, 4200.0, 4242.0, 4232.0, 4231.0, 4198.0, 4217.0, 4187.0, 4228.0, 4205.0, 4216.0, 4186.0, 4204.0, 4162.0, 4180.0, 4172.0, 4213.0, 4161.0, 4192.0, 4172.0, 4181.0, 4170.0, 4181.0, 4201.0, 4191.0, 4170.0, 4180.0, 4171.0, 4181.0, 4191.0, 4205.0, 4172.0, 4182.0, 4185.0, 4227.0, 4185.0, 4236.0, 4196.0, 4185.0, 4195.0, 4186.0, 4238.0, 4195.0, 4195.0, 4185.0, 4235.0, 4182.0, 4223.0, 4205.0, 4233.0, 4192.0, 4222.0, 4180.0, 4210.0, 4169.0, 4223.0, 4188.0, 4208.0, 4156.0, 4186.0, 4167.0, 4188.0, 4168.0, 4199.0, 4169.0, 4199.0, 4168.0, 4189.0, 4160.0, 4189.0, 4183.0, 4190.0, 4182.0, 4216.0, 4186.0, 4202.0, 4182.0, 4213.0, 4193.0, 4173.0, 4181.0, 4160.0, 4169.0, 4160.0, 4191.0, 4161.0, 4203.0, 4173.0, 4182.0, 4160.0, 4171.0, 4211.0, 4192.0, 4223.0, 4180.0, 4189.0, 4184.0, 4216.0, 4169.0, 4190.0, 4171.0, 4160.0, 4170.0, 4161.0, 4185.0, 4173.0, 4208.0, 4204.0, 4191.0, 4159.0, 4170.0, 4147.0, 4168.0, 4179.0, 4201.0, 4160.0, 4180.0, 4159.0, 4168.0, 4147.0, 4188.0, 4168.0, 4188.0, 4160.0, 4169.0, 4158.0, 4170.0, 4199.0, 4181.0, 4222.0, 4159.0, 4190.0, 4138.0, 4167.0, 4156.0, 4177.0, 4198.0, 4168.0, 4187.0, 4156.0, 4192.0, 4173.0, 4190.0, 4160.0, 4189.0, 4150.0, 4170.0, 4161.0, 4181.0, 4165.0, 4214.0, 4164.0, 4204.0, 4163.0, 4182.0, 4154.0, 4216.0, 4183.0, 4194.0, 4151.0, 4170.0, 4150.0, 4180.0, 4190.0, 4179.0, 4139.0, 4169.0, 4147.0, 4158.0, 4157.0, 4179.0, 4148.0, 4168.0, 4147.0, 4159.0, 4148.0, 4180.0, 4158.0, 4179.0, 4149.0, 4169.0, 4149.0, 4170.0, 4180.0, 4180.0, 4181.0, 4180.0, 4189.0, 4169.0, 4202.0, 4179.0, 4147.0, 4169.0, 4147.0, 4158.0, 4178.0, 4185.0, 4159.0, 4168.0, 4148.0, 4170.0, 4151.0, 4193.0, 4164.0, 4202.0, 4163.0, 4182.0, 4152.0, 4185.0, 4151.0, 4217.0, 4163.0, 4182.0, 4141.0, 4181.0, 4151.0, 4224.0, 4186.0, 4195.0, 4182.0, 4164.0, 4201.0, 4160.0, 4162.0, 4193.0, 4188.0, 4186.0, 4174.0, 4176.0, 4194.0, 4175.0, 4204.0, 4213.0, 4225.0, 4181.0, 4192.0, 4151.0, 4180.0, 4149.0, 4179.0, 4160.0, 4200.0, 4160.0, 4169.0, 4148.0, 4167.0, 4138.0, 4178.0, 4172.0, 4200.0, 4160.0, 4180.0, 4149.0, 4180.0, 4151.0, 4203.0, 4172.0, 4215.0, 4162.0, 4191.0, 4162.0, 4200.0, 4203.0, 4212.0, 4150.0, 4167.0, 4138.0, 4168.0, 4138.0, 4200.0, 4159.0, 4188.0, 4147.0, 4166.0, 4147.0, 4180.0, 4159.0, 4210.0, 4159.0, 4179.0, 4149.0, 4179.0, 4148.0, 4200.0, 4180.0, 4210.0, 4148.0, 4178.0, 4147.0, 4168.0, 4148.0, 4210.0, 4158.0, 4200.0, 4158.0, 4177.0, 4150.0, 4178.0, 4159.0, 4211.0, 4159.0, 4191.0, 4148.0, 4169.0, 4137.0, 4189.0, 4179.0, 4178.0, 4136.0, 4165.0, 4146.0, 4158.0, 4176.0, 4158.0, 4187.0, 4157.0, 4176.0, 4147.0, 4189.0, 4147.0, 4179.0, 4149.0, 4180.0, 4150.0, 4180.0, 4149.0, 4181.0, 4161.0, 4214.0, 4151.0, 4202.0, 4151.0, 4181.0, 4151.0, 4182.0, 4181.0, 4203.0, 4150.0, 4170.0, 4148.0, 4170.0, 4148.0, 4180.0, 4151.0, 4191.0, 4161.0, 4170.0, 4161.0, 4191.0, 4162.0, 4224.0, 4181.0, 4213.0, 4172.0, 4199.0, 4159.0, 4189.0, 4182.0, 4148.0, 4178.0, 4148.0, 4178.0, 4150.0, 4221.0, 4170.0, 4201.0, 4169.0, 4178.0, 4167.0, 4189.0, 4210.0, 4184.0, 4203.0, 4182.0, 4172.0, 4182.0, 4184.0, 4174.0, 4225.0, 4203.0, 4165.0, 4248.0, 4205.0, 4224.0, 4192.0, 4170.0, 4236.0, 4212.0, 4231.0, 4167.0, 4196.0, 4165.0, 4185.0, 4190.0, 4196.0, 4165.0, 4145.0, 4164.0, 4158.0, 4177.0, 4174.0, 4181.0, 4172.0, 4180.0, 4184.0, 4203.0, 4186.0, 4204.0, 4194.0, 4171.0, 4193.0, 4173.0, 4204.0, 4205.0, 4212.0, 4172.0, 4190.0, 4159.0, 4189.0, 4224.0, 4212.0, 4180.0, 4190.0, 4158.0, 4179.0, 4169.0, 4194.0, 4161.0, 4203.0, 4173.0, 4193.0, 4163.0, 4227.0, 4173.0, 4213.0, 4163.0, 4193.0, 4162.0, 4226.0, 4181.0, 4192.0, 4170.0, 4190.0, 4211.0, 4214.0, 4210.0, 4189.0, 4198.0, 4179.0, 4199.0, 4170.0, 4199.0, 4179.0, 4199.0, 4169.0, 4199.0, 4185.0, 4223.0, 4160.0, 4199.0, 4158.0, 4188.0, 4171.0, 4211.0, 4158.0, 4166.0, 4134.0, 4155.0, 4146.0, 4199.0, 4148.0, 4166.0, 4146.0, 4165.0, 4165.0, 4167.0, 4187.0, 4166.0, 4176.0, 4168.0, 4177.0, 4171.0, 4190.0, 4171.0, 4190.0, 4170.0, 4211.0, 4160.0, 4226.0, 4185.0, 4203.0, 4183.0, 4172.0, 4174.0, 4174.0, 4203.0, 4175.0, 4190.0, 4208.0, 4236.0, 4183.0, 4223.0, 4202.0, 4213.0, 4172.0, 4200.0, 4169.0, 4210.0, 4192.0, 4200.0, 4167.0, 4155.0, 4156.0, 4166.0, 4199.0, 4177.0, 4177.0, 4135.0, 4153.0, 4122.0, 4165.0, 4145.0, 4163.0, 4134.0, 4152.0, 4123.0, 4164.0, 4146.0, 4166.0, 4156.0, 4156.0, 4154.0, 4144.0, 4166.0, 4136.0, 4177.0, 4127.0, 4155.0, 4125.0, 4166.0, 4125.0, 4178.0, 4137.0, 4167.0, 4137.0, 4167.0, 4136.0, 4202.0, 4158.0, 4189.0, 4159.0, 4147.0, 4169.0, 4159.0, 4182.0, 4149.0, 4192.0, 4162.0, 4182.0, 4162.0, 4203.0, 4185.0, 4223.0, 4184.0, 4200.0], 'WindowWidth': [9313.0, 9283.0, 9266.0, 9244.0, 9224.0, 9221.0, 9218.0, 9287.0, 9242.0, 9271.0, 9230.0, 9286.0, 9215.0, 9277.0, 9236.0, 9279.0, 9239.0, 9269.0, 9243.0, 9255.0, 9263.0, 9290.0, 9261.0, 9290.0, 9278.0, 9276.0, 9288.0, 9264.0, 9316.0, 9286.0, 9334.0, 9276.0, 9301.0, 9277.0, 9306.0, 9277.0, 9302.0, 9263.0, 9275.0, 9277.0, 9277.0, 9267.0, 9341.0, 9268.0, 9310.0, 9271.0, 9295.0, 9284.0, 9311.0, 9324.0, 9297.0, 9356.0, 9295.0, 9344.0, 9297.0, 9343.0, 9264.0, 9291.0, 9274.0, 9280.0, 9338.0, 9295.0, 9355.0, 9290.0, 9320.0, 9262.0, 9308.0, 9265.0, 9320.0, 9263.0, 9290.0, 9266.0, 9291.0, 9287.0, 9327.0, 9292.0, 9351.0, 9288.0, 9333.0, 9299.0, 9320.0, 9376.0, 9344.0, 9384.0, 9305.0, 9334.0, 9256.0, 9288.0, 9294.0, 9283.0, 9305.0, 9262.0, 9290.0, 9252.0, 9329.0, 9255.0, 9332.0, 9254.0, 9281.0, 9256.0, 9289.0, 9260.0, 9306.0, 9261.0, 9284.0, 9256.0, 9274.0, 9273.0, 9273.0, 9350.0, 9285.0, 9331.0, 9266.0, 9315.0, 9242.0, 9302.0, 9253.0, 9264.0, 9251.0, 9251.0, 9254.0, 9252.0, 9283.0, 9267.0, 9254.0, 9271.0, 9286.0, 9280.0, 9293.0, 9295.0, 9279.0, 9294.0, 9267.0, 9312.0, 9342.0, 9298.0, 9367.0, 9312.0, 9340.0, 9278.0, 9320.0, 9278.0, 9293.0, 9328.0, 9302.0, 9345.0, 9252.0, 9312.0, 9257.0, 9285.0, 9250.0, 9281.0, 9231.0, 9247.0, 9243.0, 9250.0, 9308.0, 9249.0, 9326.0, 9263.0, 9312.0, 9256.0, 9308.0, 9264.0, 9306.0, 9262.0, 9288.0, 9260.0, 9290.0, 9335.0, 9259.0, 9341.0, 9269.0, 9296.0, 9222.0, 9267.0, 9266.0, 9267.0, 9349.0, 9281.0, 9294.0, 9256.0, 9285.0, 9242.0, 9299.0, 9254.0, 9267.0, 9254.0, 9294.0, 9321.0, 9277.0, 9351.0, 9311.0, 9338.0, 9262.0, 9324.0, 9264.0, 9319.0, 9281.0, 9306.0, 9247.0, 9302.0, 9286.0, 9307.0, 9289.0, 9310.0, 9261.0, 9289.0, 9264.0, 9297.0, 9337.0, 9289.0, 9360.0, 9281.0, 9305.0, 9278.0, 9282.0, 9297.0, 9321.0, 9323.0, 9398.0, 9322.0, 9415.0, 9355.0, 9317.0, 9416.0, 9403.0, 9369.0, 9314.0, 9299.0, 9283.0, 9305.0, 9258.0, 9352.0, 9329.0, 9348.0, 9307.0, 9306.0, 9230.0, 9279.0, 9240.0, 9282.0, 9283.0, 9266.0, 9205.0, 9177.0, 9195.0, 9202.0, 9268.0, 9212.0, 9275.0, 9248.0, 9239.0, 9272.0, 9250.0, 9301.0, 9251.0, 9277.0, 9236.0, 9279.0, 9240.0, 9311.0, 9250.0, 9306.0, 9235.0, 9258.0, 9218.0, 9259.0, 9237.0, 9288.0, 9234.0, 9260.0, 9236.0, 9264.0, 9241.0, 9313.0, 9254.0, 9268.0, 9242.0, 9283.0, 9245.0, 9301.0, 9240.0, 9280.0, 9243.0, 9284.0, 9262.0, 9290.0, 9260.0, 9290.0, 9263.0, 9291.0, 9321.0, 9293.0, 9341.0, 9309.0, 9332.0, 9243.0, 9283.0, 9242.0, 9281.0, 9254.0, 9297.0, 9239.0, 9266.0, 9239.0, 9272.0, 9314.0, 9289.0, 9330.0, 9274.0, 9315.0, 9261.0, 9309.0, 9300.0, 9316.0, 9246.0, 9284.0, 9245.0, 9287.0, 9281.0, 9292.0, 9350.0, 9270.0, 9308.0, 9231.0, 9276.0, 9268.0, 9296.0, 9239.0, 9267.0, 9239.0, 9283.0, 9266.0, 9289.0, 9256.0, 9268.0, 9239.0, 9270.0, 9257.0, 9291.0, 9319.0, 9290.0, 9297.0, 9274.0, 9339.0, 9295.0, 9357.0, 9272.0, 9317.0, 9241.0, 9284.0, 9244.0, 9315.0, 9239.0, 9279.0, 9240.0, 9268.0, 9256.0, 9291.0, 9282.0, 9266.0, 9307.0, 9254.0, 9316.0, 9257.0, 9318.0, 9240.0, 9265.0, 9237.0, 9269.0, 9264.0, 9273.0, 9327.0, 9264.0, 9293.0, 9241.0, 9282.0, 9226.0, 9304.0, 9239.0, 9266.0, 9241.0, 9276.0, 9287.0, 9276.0, 9334.0, 9271.0, 9314.0, 9260.0, 9306.0, 9260.0, 9342.0, 9245.0, 9283.0, 9240.0, 9270.0, 9267.0, 9289.0, 9311.0, 9268.0, 9292.0, 9270.0, 9318.0, 9257.0, 9333.0, 9269.0, 9297.0, 9256.0, 9288.0, 9259.0, 9324.0, 9246.0, 9284.0, 9259.0, 9286.0, 9261.0, 9275.0, 9336.0, 9290.0, 9332.0, 9272.0, 9316.0, 9259.0, 9302.0, 9315.0, 9271.0, 9323.0, 9263.0, 9308.0, 9238.0, 9292.0, 9265.0, 9275.0, 9214.0, 9240.0, 9251.0, 9243.0, 9304.0, 9251.0, 9291.0, 9230.0, 9256.0, 9216.0, 9260.0, 9233.0, 9267.0, 9306.0, 9260.0, 9292.0, 9232.0, 9277.0, 9239.0, 9281.0, 9241.0, 9279.0, 9241.0, 9268.0, 9281.0, 9272.0, 9331.0, 9293.0, 9328.0, 9254.0, 9281.0, 9223.0, 9265.0, 9221.0, 9293.0, 9237.0, 9274.0, 9239.0, 9287.0, 9266.0, 9309.0, 9297.0, 9292.0, 9342.0, 9316.0, 9376.0, 9354.0, 9325.0, 9373.0, 9340.0, 9378.0, 9344.0, 9362.0, 9287.0, 9335.0, 9280.0, 9354.0, 9321.0, 9348.0, 9273.0, 9313.0, 9251.0, 9310.0, 9293.0, 9321.0, 9246.0, 9291.0, 9227.0, 9271.0, 9239.0, 9280.0, 9206.0, 9231.0, 9194.0, 9221.0, 9197.0, 9269.0, 9192.0, 9197.0, 9226.0, 9221.0, 9233.0, 9287.0, 9270.0, 9350.0, 9324.0, 9342.0, 9291.0, 9307.0, 9266.0, 9274.0, 9261.0, 9347.0, 9312.0, 9398.0, 9346.0, 9324.0, 9408.0, 9364.0, 9324.0, 9348.0, 9280.0, 9338.0, 9271.0, 9272.0, 9206.0, 9194.0, 9189.0, 9153.0, 9207.0, 9167.0, 9187.0, 9160.0, 9201.0, 9176.0, 9176.0, 9179.0, 9181.0, 9197.0, 9222.0, 9199.0, 9225.0, 9205.0, 9262.0, 9229.0, 9259.0, 9230.0, 9264.0, 9230.0, 9272.0, 9256.0, 9291.0, 9239.0, 9265.0, 9252.0, 9265.0, 9254.0, 9275.0, 9256.0, 9271.0, 9258.0, 9272.0, 9278.0, 9292.0, 9282.0, 9313.0, 9286.0, 9347.0, 9340.0, 9347.0, 9297.0, 9326.0, 9282.0, 9366.0, 9339.0, 9345.0, 9369.0, 9340.0, 9356.0, 9329.0, 9398.0, 9376.0, 9373.0, 9323.0, 9346.0, 9308.0, 9363.0, 9326.0, 9343.0, 9303.0, 9324.0, 9264.0, 9284.0, 9276.0, 9332.0, 9260.0, 9304.0, 9276.0, 9286.0, 9268.0, 9288.0, 9313.0, 9301.0, 9270.0, 9285.0, 9274.0, 9288.0, 9299.0, 9330.0, 9277.0, 9290.0, 9300.0, 9364.0, 9304.0, 9374.0, 9318.0, 9302.0, 9315.0, 9304.0, 9378.0, 9314.0, 9316.0, 9301.0, 9368.0, 9290.0, 9349.0, 9324.0, 9361.0, 9302.0, 9344.0, 9282.0, 9322.0, 9265.0, 9353.0, 9289.0, 9320.0, 9244.0, 9282.0, 9258.0, 9290.0, 9264.0, 9306.0, 9265.0, 9309.0, 9264.0, 9293.0, 9256.0, 9295.0, 9294.0, 9298.0, 9288.0, 9343.0, 9302.0, 9316.0, 9290.0, 9335.0, 9306.0, 9280.0, 9287.0, 9256.0, 9267.0, 9255.0, 9301.0, 9258.0, 9318.0, 9281.0, 9289.0, 9258.0, 9271.0, 9325.0, 9300.0, 9345.0, 9280.0, 9293.0, 9295.0, 9343.0, 9266.0, 9296.0, 9273.0, 9257.0, 9270.0, 9259.0, 9297.0, 9281.0, 9335.0, 9321.0, 9300.0, 9251.0, 9267.0, 9232.0, 9263.0, 9278.0, 9313.0, 9258.0, 9284.0, 9254.0, 9261.0, 9232.0, 9291.0, 9262.0, 9291.0, 9256.0, 9265.0, 9248.0, 9267.0, 9307.0, 9283.0, 9348.0, 9252.0, 9295.0, 9221.0, 9259.0, 9242.0, 9273.0, 9302.0, 9260.0, 9287.0, 9241.0, 9303.0, 9278.0, 9295.0, 9257.0, 9291.0, 9241.0, 9267.0, 9258.0, 9285.0, 9271.0, 9334.0, 9267.0, 9322.0, 9264.0, 9289.0, 9254.0, 9340.0, 9291.0, 9305.0, 9245.0, 9266.0, 9240.0, 9280.0, 9291.0, 9278.0, 9223.0, 9261.0, 9232.0, 9247.0, 9245.0, 9277.0, 9236.0, 9262.0, 9231.0, 9250.0, 9236.0, 9280.0, 9249.0, 9278.0, 9238.0, 9265.0, 9237.0, 9269.0, 9280.0, 9280.0, 9282.0, 9279.0, 9290.0, 9260.0, 9311.0, 9275.0, 9233.0, 9262.0, 9231.0, 9246.0, 9273.0, 9293.0, 9249.0, 9261.0, 9233.0, 9265.0, 9240.0, 9302.0, 9265.0, 9316.0, 9263.0, 9288.0, 9247.0, 9292.0, 9245.0, 9343.0, 9262.0, 9285.0, 9229.0, 9284.0, 9243.0, 9348.0, 9302.0, 9311.0, 9291.0, 9270.0, 9315.0, 9257.0, 9263.0, 9310.0, 9313.0, 9302.0, 9284.0, 9288.0, 9309.0, 9284.0, 9323.0, 9331.0, 9355.0, 9286.0, 9303.0, 9248.0, 9282.0, 9240.0, 9278.0, 9256.0, 9308.0, 9256.0, 9266.0, 9237.0, 9258.0, 9223.0, 9275.0, 9274.0, 9309.0, 9258.0, 9281.0, 9242.0, 9281.0, 9246.0, 9318.0, 9274.0, 9336.0, 9264.0, 9299.0, 9260.0, 9310.0, 9318.0, 9328.0, 9240.0, 9260.0, 9221.0, 9260.0, 9222.0, 9312.0, 9253.0, 9291.0, 9234.0, 9256.0, 9235.0, 9281.0, 9252.0, 9324.0, 9252.0, 9282.0, 9239.0, 9279.0, 9236.0, 9309.0, 9281.0, 9323.0, 9235.0, 9274.0, 9233.0, 9261.0, 9234.0, 9324.0, 9248.0, 9309.0, 9249.0, 9274.0, 9239.0, 9277.0, 9254.0, 9327.0, 9252.0, 9296.0, 9236.0, 9264.0, 9220.0, 9292.0, 9277.0, 9274.0, 9215.0, 9253.0, 9228.0, 9247.0, 9267.0, 9248.0, 9285.0, 9243.0, 9270.0, 9231.0, 9291.0, 9233.0, 9277.0, 9238.0, 9281.0, 9240.0, 9280.0, 9239.0, 9282.0, 9256.0, 9334.0, 9244.0, 9313.0, 9245.0, 9282.0, 9245.0, 9286.0, 9284.0, 9318.0, 9240.0, 9264.0, 9234.0, 9266.0, 9233.0, 9283.0, 9246.0, 9296.0, 9258.0, 9267.0, 9258.0, 9299.0, 9262.0, 9351.0, 9286.0, 9332.0, 9273.0, 9307.0, 9251.0, 9294.0, 9289.0, 9237.0, 9277.0, 9235.0, 9277.0, 9243.0, 9341.0, 9269.0, 9312.0, 9265.0, 9275.0, 9260.0, 9293.0, 9324.0, 9300.0, 9326.0, 9296.0, 9283.0, 9295.0, 9296.0, 9283.0, 9352.0, 9322.0, 9273.0, 9394.0, 9329.0, 9354.0, 9304.0, 9270.0, 9377.0, 9332.0, 9362.0, 9264.0, 9303.0, 9256.0, 9285.0, 9300.0, 9299.0, 9255.0, 9229.0, 9254.0, 9252.0, 9276.0, 9285.0, 9289.0, 9280.0, 9289.0, 9297.0, 9321.0, 9303.0, 9324.0, 9310.0, 9277.0, 9306.0, 9279.0, 9322.0, 9326.0, 9333.0, 9278.0, 9299.0, 9255.0, 9296.0, 9349.0, 9330.0, 9287.0, 9297.0, 9251.0, 9280.0, 9266.0, 9309.0, 9261.0, 9320.0, 9281.0, 9305.0, 9266.0, 9360.0, 9283.0, 9335.0, 9266.0, 9304.0, 9262.0, 9357.0, 9287.0, 9301.0, 9269.0, 9295.0, 9326.0, 9336.0, 9324.0, 9293.0, 9303.0, 9280.0, 9308.0, 9270.0, 9309.0, 9280.0, 9308.0, 9267.0, 9309.0, 9299.0, 9346.0, 9255.0, 9307.0, 9249.0, 9291.0, 9273.0, 9327.0, 9250.0, 9259.0, 9212.0, 9239.0, 9230.0, 9306.0, 9233.0, 9256.0, 9228.0, 9255.0, 9253.0, 9259.0, 9286.0, 9256.0, 9270.0, 9261.0, 9272.0, 9272.0, 9296.0, 9271.0, 9297.0, 9271.0, 9327.0, 9257.0, 9358.0, 9297.0, 9318.0, 9292.0, 9276.0, 9281.0, 9283.0, 9319.0, 9286.0, 9312.0, 9335.0, 9367.0, 9291.0, 9348.0, 9314.0, 9334.0, 9273.0, 9308.0, 9266.0, 9323.0, 9300.0, 9309.0, 9258.0, 9239.0, 9241.0, 9254.0, 9305.0, 9269.0, 9271.0, 9213.0, 9232.0, 9189.0, 9251.0, 9222.0, 9244.0, 9205.0, 9226.0, 9191.0, 9247.0, 9229.0, 9253.0, 9240.0, 9242.0, 9236.0, 9222.0, 9255.0, 9214.0, 9271.0, 9204.0, 9239.0, 9198.0, 9254.0, 9201.0, 9274.0, 9216.0, 9256.0, 9217.0, 9258.0, 9216.0, 9314.0, 9248.0, 9292.0, 9250.0, 9232.0, 9262.0, 9253.0, 9289.0, 9241.0, 9302.0, 9262.0, 9285.0, 9262.0, 9318.0, 9297.0, 9347.0, 9291.0, 9310.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.0017125583405358687</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.029618740535868632</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.23699566403113</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.3059169394031145</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0064686005536334</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4951</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5669.2612</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.11224540237213432</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>103</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>8.902333621434744</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.372778581130009</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2816536728738646</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5532376663987977</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.283444404117365</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0137172</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015381530858576298</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.048900093883275986</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1157</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.242163155024319</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>18.6606</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>43.2146</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>196.7687</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>47.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>296283.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>976.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>378.8124</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.9945</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>540.8653</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3393.4171</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3517.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>80261.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1496.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4431.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>829.053</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>35.16894987993874</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> |