=== 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-0122 --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-0122",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
130 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
130 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-0122_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-0122_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-0122_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-0122/figures/sub-0122_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0122/figures/sub-0122_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0122/figures/sub-0122_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-0122_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-0122/figures/sub-0122_ses-03_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0122/figures/sub-0122_ses-03_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0122/figures/sub-0122_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-0122_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-0122/figures/sub-0122_ses-03_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0122/figures/sub-0122_ses-03_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0122/figures/sub-0122_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-0122_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-0122/figures/sub-0122_ses-03_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0122/figures/sub-0122_ses-03_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0122/figures/sub-0122_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-0122_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-0122/figures/sub-0122_ses-03_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0122/figures/sub-0122_ses-03_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0122/figures/sub-0122_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-0122_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-0122/figures/sub-0122_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0122/figures/sub-0122_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0122/figures/sub-0122_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-0122_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-0122/figures/sub-0122_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0122/figures/sub-0122_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-0122/figures/sub-0122_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0122/figures/sub-0122_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-0122/ses-03/func/sub-0122_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>a44d046e7a4afec9b08f55cbd78424e0</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:29.535000</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.995305, 0.0364979, -0.0896407, -0.04363, 0.995924, -0.0789379]</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.259</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.0812025</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>28</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4198, -7741, -7190, 434, -181, 128, 19, 41]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>232.454</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>0142e276-3400-41d7-b3fc-02bb9d06c106||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6703310012817383, -0.11705609411001205, -0.2332644760608673, 117.92559814453125], [-0.09792111814022064, 2.671992063522339, -0.22269153594970703, -98.98453521728516], [-0.240499347448349, 0.21178466081619263, 2.680670976638794, -63.01948928833008], [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': ['181629.535000', '181629.995000', '181630.455000', '181630.915000', '181631.375000', '181631.835000', '181632.295000', '181632.755000', '181633.215000', '181633.675000', '181634.135000', '181634.595000', '181635.055000', '181635.515000', '181635.975000', '181636.435000', '181636.895000', '181637.355000', '181637.815000', '181638.275000', '181638.735000', '181639.195000', '181639.655000', '181640.115000', '181640.575000', '181641.035000', '181641.495000', '181641.955000', '181642.415000', '181642.875000', '181643.335000', '181643.795000', '181644.255000', '181644.715000', '181645.175000', '181645.635000', '181646.095000', '181646.555000', '181647.015000', '181647.475000', '181647.935000', '181648.395000', '181648.855000', '181649.315000', '181649.775000', '181650.235000', '181650.695000', '181651.155000', '181651.615000', '181652.075000', '181652.535000', '181652.995000', '181653.455000', '181653.915000', '181654.375000', '181654.835000', '181655.295000', '181655.755000', '181656.215000', '181656.675000', '181657.135000', '181657.595000', '181658.055000', '181658.515000', '181658.975000', '181659.435000', '181659.895000', '181700.355000', '181700.815000', '181701.275000', '181701.735000', '181702.195000', '181702.655000', '181703.115000', '181703.575000', '181704.035000', '181704.495000', '181704.955000', '181705.415000', '181705.875000', '181706.335000', '181706.795000', '181707.255000', '181707.715000', '181708.175000', '181708.635000', '181709.095000', '181709.555000', '181710.015000', '181710.475000', '181710.935000', '181711.395000', '181711.855000', '181712.315000', '181712.775000', '181713.235000', '181713.695000', '181714.155000', '181714.615000', '181715.075000', '181715.535000', '181715.995000', '181716.455000', '181716.915000', '181717.375000', '181717.835000', '181718.295000', '181718.755000', '181719.215000', '181719.675000', '181720.135000', '181720.595000', '181721.055000', '181721.515000', '181721.975000', '181722.435000', '181722.895000', '181723.355000', '181723.815000', '181724.275000', '181724.735000', '181725.195000', '181725.655000', '181726.115000', '181726.575000', '181727.035000', '181727.495000', '181727.955000', '181728.415000', '181728.875000', '181729.335000', '181729.795000', '181730.255000', '181730.715000', '181731.175000', '181731.635000', '181732.095000', '181732.555000', '181733.015000', '181733.475000', '181733.935000', '181734.395000', '181734.855000', '181735.315000', '181735.775000', '181736.235000', '181736.695000', '181737.155000', '181737.615000', '181738.075000', '181738.535000', '181738.995000', '181739.455000', '181739.915000', '181740.375000', '181740.835000', '181741.295000', '181741.755000', '181742.215000', '181742.675000', '181743.135000', '181743.595000', '181744.055000', '181744.515000', '181744.975000', '181745.435000', '181745.895000', '181746.355000', '181746.815000', '181747.275000', '181747.735000', '181748.195000', '181748.655000', '181749.115000', '181749.575000', '181750.035000', '181750.495000', '181750.955000', '181751.415000', '181751.875000', '181752.335000', '181752.795000', '181753.255000', '181753.715000', '181754.175000', '181754.635000', '181755.095000', '181755.555000', '181756.015000', '181756.475000', '181756.935000', '181757.395000', '181757.855000', '181758.315000', '181758.775000', '181759.235000', '181759.695000', '181800.155000', '181800.615000', '181801.075000', '181801.535000', '181801.995000', '181802.455000', '181802.915000', '181803.375000', '181803.835000', '181804.295000', '181804.755000', '181805.215000', '181805.675000', '181806.135000', '181806.595000', '181807.055000', '181807.515000', '181807.975000', '181808.435000', '181808.895000', '181809.355000', '181809.815000', '181810.275000', '181810.735000', '181811.195000', '181811.655000', '181812.115000', '181812.575000', '181813.035000', '181813.495000', '181813.955000', '181814.415000', '181814.875000', '181815.335000', '181815.795000', '181816.255000', '181816.715000', '181817.175000', '181817.635000', '181818.095000', '181818.555000', '181819.015000', '181819.475000', '181819.935000', '181820.395000', '181820.855000', '181821.315000', '181821.775000', '181822.235000', '181822.695000', '181823.155000', '181823.615000', '181824.075000', '181824.535000', '181824.995000', '181825.455000', '181825.915000', '181826.375000', '181826.835000', '181827.295000', '181827.755000', '181828.215000', '181828.675000', '181829.135000', '181829.595000', '181830.055000', '181830.515000', '181830.975000', '181831.435000', '181831.895000', '181832.355000', '181832.815000', '181833.275000', '181833.735000', '181834.195000', '181834.655000', '181835.115000', '181835.575000', '181836.035000', '181836.495000', '181836.955000', '181837.415000', '181837.875000', '181838.335000', '181838.795000', '181839.255000', '181839.715000', '181840.175000', '181840.635000', '181841.095000', '181841.555000', '181842.015000', '181842.475000', '181842.935000', '181843.395000', '181843.855000', '181844.315000', '181844.775000', '181845.235000', '181845.695000', '181846.155000', '181846.615000', '181847.075000', '181847.535000', '181847.995000', '181848.455000', '181848.915000', '181849.375000', '181849.835000', '181850.295000', '181850.755000', '181851.215000', '181851.675000', '181852.135000', '181852.595000', '181853.055000', '181853.515000', '181853.975000', '181854.435000', '181854.895000', '181855.355000', '181855.815000', '181856.275000', '181856.735000', '181857.195000', '181857.655000', '181858.115000', '181858.575000', '181859.035000', '181859.495000', '181859.955000', '181900.415000', '181900.875000', '181901.335000', '181901.795000', '181902.255000', '181902.715000', '181903.175000', '181903.635000', '181904.095000', '181904.555000', '181905.015000', '181905.475000', '181905.935000', '181906.395000', '181906.855000', '181907.315000', '181907.775000', '181908.235000', '181908.695000', '181909.155000', '181909.615000', '181910.075000', '181910.535000', '181910.995000', '181911.455000', '181911.915000', '181912.375000', '181912.835000', '181913.295000', '181913.755000', '181914.215000', '181914.675000', '181915.135000', '181915.595000', '181916.055000', '181916.515000', '181916.975000', '181917.435000', '181917.895000', '181918.355000', '181918.815000', '181919.275000', '181919.735000', '181920.195000', '181920.655000', '181921.115000', '181921.575000', '181922.035000', '181922.495000', '181922.955000', '181923.415000', '181923.875000', '181924.335000', '181924.795000', '181925.255000', '181925.715000', '181926.175000', '181926.635000', '181927.095000', '181927.555000', '181928.015000', '181928.475000', '181928.935000', '181929.395000', '181929.855000', '181930.315000', '181930.775000', '181931.235000', '181931.695000', '181932.155000', '181932.615000', '181933.075000', '181933.535000', '181933.995000', '181934.455000', '181934.915000', '181935.375000', '181935.835000', '181936.295000', '181936.755000', '181937.215000', '181937.675000', '181938.135000', '181938.595000', '181939.055000', '181939.515000', '181939.975000', '181940.435000', '181940.895000', '181941.355000', '181941.815000', '181942.275000', '181942.735000', '181943.195000', '181943.655000', '181944.115000', '181944.575000', '181945.035000', '181945.495000', '181945.955000', '181946.415000', '181946.875000', '181947.335000', '181947.795000', '181948.255000', '181948.715000', '181949.175000', '181949.635000', '181950.095000', '181950.555000', '181951.015000', '181951.475000', '181951.935000', '181952.395000', '181952.855000', '181953.315000', '181953.775000', '181954.235000', '181954.695000', '181955.155000', '181955.615000', '181956.075000', '181956.535000', '181956.995000', '181957.455000', '181957.915000', '181958.375000', '181958.835000', '181959.295000', '181959.755000', '182000.215000', '182000.675000', '182001.135000', '182001.595000', '182002.055000', '182002.515000', '182002.975000', '182003.435000', '182003.895000', '182004.355000', '182004.815000', '182005.275000', '182005.735000', '182006.195000', '182006.655000', '182007.115000', '182007.575000', '182008.035000', '182008.495000', '182008.955000', '182009.415000', '182009.875000', '182010.335000', '182010.795000', '182011.255000', '182011.715000', '182012.175000', '182012.635000', '182013.095000', '182013.555000', '182014.015000', '182014.475000', '182014.935000', '182015.395000', '182015.855000', '182016.315000', '182016.775000', '182017.235000', '182017.695000', '182018.155000', '182018.615000', '182019.075000', '182019.535000', '182019.995000', '182020.455000', '182020.915000', '182021.375000', '182021.835000', '182022.295000', '182022.755000', '182023.215000', '182023.675000', '182024.135000', '182024.595000', '182025.055000', '182025.515000', '182025.975000', '182026.435000', '182026.895000', '182027.355000', '182027.815000', '182028.275000', '182028.735000', '182029.195000', '182029.655000', '182030.115000', '182030.575000', '182031.035000', '182031.495000', '182031.955000', '182032.415000', '182032.875000', '182033.335000', '182033.795000', '182034.255000', '182034.715000', '182035.175000', '182035.635000', '182036.095000', '182036.555000', '182037.015000', '182037.475000', '182037.935000', '182038.395000', '182038.855000', '182039.315000', '182039.775000', '182040.235000', '182040.695000', '182041.155000', '182041.615000', '182042.075000', '182042.535000', '182042.995000', '182043.455000', '182043.915000', '182044.375000', '182044.835000', '182045.295000', '182045.755000', '182046.215000', '182046.675000', '182047.135000', '182047.595000', '182048.055000', '182048.515000', '182048.975000', '182049.435000', '182049.895000', '182050.355000', '182050.815000', '182051.275000', '182051.735000', '182052.195000', '182052.655000', '182053.115000', '182053.575000', '182054.035000', '182054.495000', '182054.955000', '182055.415000', '182055.875000', '182056.335000', '182056.795000', '182057.255000', '182057.715000', '182058.175000', '182058.635000', '182059.095000', '182059.555000', '182100.015000', '182100.475000', '182100.935000', '182101.395000', '182101.855000', '182102.315000', '182102.775000', '182103.235000', '182103.695000', '182104.155000', '182104.615000', '182105.075000', '182105.535000', '182105.995000', '182106.455000', '182106.915000', '182107.375000', '182107.835000', '182108.295000', '182108.755000', '182109.215000', '182109.675000', '182110.135000', '182110.595000', '182111.055000', '182111.515000', '182111.975000', '182112.435000', '182112.895000', '182113.355000', '182113.815000', '182114.275000', '182114.735000', '182115.195000', '182115.655000', '182116.115000', '182116.575000', '182117.035000', '182117.495000', '182117.955000', '182118.415000', '182118.875000', '182119.335000', '182119.795000', '182120.255000', '182120.715000', '182121.175000', '182121.635000', '182122.095000', '182122.555000', '182123.015000', '182123.475000', '182123.935000', '182124.395000', '182124.855000', '182125.315000', '182125.775000', '182126.235000', '182126.695000', '182127.155000', '182127.615000', '182128.075000', '182128.535000', '182128.995000', '182129.455000', '182129.915000', '182130.375000', '182130.835000', '182131.295000', '182131.755000', '182132.215000', '182132.675000', '182133.135000', '182133.595000', '182134.055000', '182134.515000', '182134.975000', '182135.435000', '182135.895000', '182136.355000', '182136.815000', '182137.275000', '182137.735000', '182138.195000', '182138.655000', '182139.115000', '182139.575000', '182140.035000', '182140.495000', '182140.955000', '182141.415000', '182141.875000', '182142.335000', '182142.795000', '182143.255000', '182143.715000', '182144.175000', '182144.635000', '182145.095000', '182145.555000', '182146.015000', '182146.475000', '182146.935000', '182147.395000', '182147.855000', '182148.315000', '182148.775000', '182149.235000', '182149.695000', '182150.155000', '182150.615000', '182151.075000', '182151.535000', '182151.995000', '182152.455000', '182152.915000', '182153.375000', '182153.835000', '182154.295000', '182154.755000', '182155.215000', '182155.675000', '182156.135000', '182156.595000', '182157.055000', '182157.515000', '182157.975000', '182158.435000', '182158.895000', '182159.355000', '182159.815000', '182200.275000', '182200.735000', '182201.195000', '182201.655000', '182202.115000', '182202.575000', '182203.035000', '182203.495000', '182203.955000', '182204.415000', '182204.875000', '182205.335000', '182205.795000', '182206.255000', '182206.715000', '182207.175000', '182207.635000', '182208.095000', '182208.555000', '182209.015000', '182209.475000', '182209.935000', '182210.395000', '182210.855000', '182211.315000', '182211.775000', '182212.235000', '182212.695000', '182213.155000', '182213.615000', '182214.075000', '182214.535000', '182214.995000', '182215.455000', '182215.915000', '182216.375000', '182216.835000', '182217.295000', '182217.755000', '182218.215000', '182218.675000', '182219.135000', '182219.595000', '182220.055000', '182220.515000', '182220.975000', '182221.435000', '182221.895000', '182222.355000', '182222.815000', '182223.275000', '182223.735000', '182224.195000', '182224.655000', '182225.115000', '182225.575000', '182226.035000', '182226.495000', '182226.955000', '182227.415000', '182227.875000', '182228.335000', '182228.795000', '182229.255000', '182229.715000', '182230.175000', '182230.635000', '182231.095000', '182231.555000', '182232.015000', '182232.475000', '182232.935000', '182233.395000', '182233.855000', '182234.315000', '182234.775000', '182235.235000', '182235.695000', '182236.155000', '182236.615000', '182237.075000', '182237.535000', '182237.995000', '182238.455000', '182238.915000', '182239.375000', '182239.835000', '182240.295000', '182240.755000', '182241.215000', '182241.675000', '182242.135000', '182242.595000', '182243.055000', '182243.515000', '182243.975000', '182244.435000', '182244.895000', '182245.355000', '182245.815000', '182246.275000', '182246.735000', '182247.195000', '182247.655000', '182248.115000', '182248.575000', '182249.035000', '182249.495000', '182249.955000', '182250.415000', '182250.875000', '182251.335000', '182251.795000', '182252.255000', '182252.715000', '182253.175000', '182253.635000', '182254.095000', '182254.555000', '182255.015000', '182255.475000', '182255.935000', '182256.395000', '182256.855000', '182257.315000', '182257.775000', '182258.235000', '182258.695000', '182259.155000', '182259.615000', '182300.075000', '182300.535000', '182300.995000', '182301.455000', '182301.915000', '182302.375000', '182302.835000', '182303.295000', '182303.755000', '182304.215000', '182304.675000', '182305.135000', '182305.595000', '182306.055000', '182306.515000', '182306.975000', '182307.435000', '182307.895000', '182308.355000', '182308.815000', '182309.275000', '182309.735000', '182310.195000', '182310.655000', '182311.115000', '182311.575000', '182312.035000', '182312.495000', '182312.955000', '182313.415000', '182313.875000', '182314.335000', '182314.795000', '182315.255000', '182315.715000', '182316.175000', '182316.635000', '182317.095000', '182317.555000', '182318.015000', '182318.475000', '182318.935000', '182319.395000', '182319.855000', '182320.315000', '182320.775000', '182321.235000', '182321.695000', '182322.155000', '182322.615000', '182323.075000', '182323.535000', '182323.995000', '182324.455000', '182324.915000', '182325.375000', '182325.835000', '182326.295000', '182326.755000', '182327.215000', '182327.675000', '182328.135000', '182328.595000', '182329.055000', '182329.515000', '182329.975000', '182330.435000', '182330.895000', '182331.355000', '182331.815000', '182332.275000', '182332.735000', '182333.195000', '182333.655000', '182334.115000', '182334.575000', '182335.035000', '182335.495000', '182335.955000', '182336.415000', '182336.875000', '182337.335000', '182337.795000', '182338.255000', '182338.715000', '182339.175000', '182339.635000', '182340.095000', '182340.555000', '182341.015000', '182341.475000', '182341.935000', '182342.395000', '182342.855000', '182343.315000', '182343.775000', '182344.235000', '182344.695000', '182345.155000', '182345.615000', '182346.075000', '182346.535000', '182346.995000', '182347.455000', '182347.915000', '182348.375000', '182348.835000', '182349.295000', '182349.755000', '182350.215000', '182350.675000', '182351.135000', '182351.595000', '182352.055000', '182352.515000', '182352.975000', '182353.435000', '182353.895000', '182354.355000', '182354.815000', '182355.275000', '182355.735000', '182356.195000', '182356.655000', '182357.115000', '182357.575000', '182358.035000', '182358.495000', '182358.955000', '182359.415000', '182359.875000', '182400.335000', '182400.795000', '182401.255000', '182401.715000', '182402.175000', '182402.635000', '182403.095000', '182403.555000', '182404.015000', '182404.475000', '182404.935000', '182405.395000', '182405.855000', '182406.315000', '182406.775000', '182407.235000', '182407.695000', '182408.155000', '182408.615000', '182409.075000', '182409.535000', '182409.995000', '182410.455000', '182410.915000', '182411.375000', '182411.835000', '182412.295000', '182412.755000', '182413.215000', '182413.675000', '182414.135000', '182414.595000', '182415.055000', '182415.515000', '182415.975000', '182416.435000', '182416.895000', '182417.355000', '182417.815000', '182418.275000', '182418.735000', '182419.195000', '182419.655000', '182420.115000', '182420.575000', '182421.035000', '182421.495000', '182421.955000', '182422.415000', '182422.875000', '182423.335000', '182423.795000', '182424.255000', '182424.715000', '182425.175000', '182425.635000', '182426.095000', '182426.555000', '182427.015000', '182427.475000', '182427.935000', '182428.395000', '182428.855000', '182429.315000', '182429.775000', '182430.235000', '182430.695000', '182431.155000', '182431.615000', '182432.075000', '182432.535000', '182432.995000', '182433.455000', '182433.915000', '182434.375000', '182434.835000', '182435.295000', '182435.755000', '182436.215000', '182436.675000', '182437.135000', '182437.595000', '182438.055000', '182438.515000', '182438.975000', '182439.435000', '182439.895000', '182440.355000', '182440.815000', '182441.275000', '182441.735000', '182442.195000', '182442.655000', '182443.115000', '182443.575000', '182444.035000', '182444.495000', '182444.955000', '182445.415000', '182445.875000', '182446.335000', '182446.795000', '182447.255000', '182447.715000', '182448.175000', '182448.635000', '182449.095000', '182449.555000', '182450.015000', '182450.475000', '182450.935000', '182451.395000', '182451.855000', '182452.315000', '182452.775000', '182453.235000', '182453.695000', '182454.155000', '182454.615000', '182455.075000', '182455.535000', '182455.995000', '182456.455000', '182456.915000', '182457.375000', '182457.835000', '182458.295000', '182458.755000', '182459.215000', '182459.675000', '182500.135000', '182500.595000', '182501.055000', '182501.515000', '182501.975000', '182502.435000', '182502.895000', '182503.355000', '182503.815000', '182504.275000', '182504.735000', '182505.195000', '182505.655000', '182506.115000', '182506.575000', '182507.035000', '182507.495000', '182507.955000', '182508.415000', '182508.875000', '182509.335000', '182509.795000', '182510.255000', '182510.715000', '182511.175000', '182511.635000', '182512.095000', '182512.555000', '182513.015000', '182513.475000', '182513.935000', '182514.395000', '182514.855000', '182515.315000', '182515.775000', '182516.235000', '182516.695000', '182517.155000', '182517.615000', '182518.075000', '182518.535000', '182518.995000', '182519.455000', '182519.915000', '182520.375000', '182520.835000', '182521.295000'], 'ContentTime': ['181656.860000', '181656.863000', '181656.866000', '181656.868000', '181656.871000', '181656.873000', '181656.876000', '181656.879000', '181656.881000', '181656.884000', '181656.886000', '181656.889000', '181656.891000', '181656.894000', '181656.897000', '181656.899000', '181656.902000', '181656.904000', '181656.907000', '181656.909000', '181656.912000', '181656.915000', '181656.917000', '181656.920000', '181656.922000', '181656.925000', '181656.935000', '181656.938000', '181656.941000', '181656.943000', '181656.946000', '181656.948000', '181656.951000', '181656.953000', '181656.956000', '181656.959000', '181656.961000', '181656.964000', '181656.966000', '181656.969000', '181656.971000', '181656.974000', '181656.976000', '181656.979000', '181656.982000', '181656.984000', '181656.987000', '181656.989000', '181656.992000', '181656.994000', '181656.997000', '181657.000000', '181657.003000', '181657.005000', '181657.008000', '181657.011000', '181716.826000', '181716.828000', '181716.831000', '181716.834000', '181716.836000', '181716.839000', '181716.859000', '181716.861000', '181716.864000', '181716.866000', '181716.869000', '181716.871000', '181716.874000', '181716.877000', '181716.879000', '181716.882000', '181716.884000', '181716.887000', '181716.889000', '181716.892000', '181716.894000', '181716.897000', '181716.900000', '181716.902000', '181716.905000', '181716.907000', '181716.910000', '181716.912000', '181716.924000', '181716.927000', '181716.929000', '181716.932000', '181716.934000', '181716.937000', '181716.939000', '181716.942000', '181716.945000', '181716.947000', '181716.950000', '181716.952000', '181716.955000', '181716.957000', '181716.960000', '181716.963000', '181736.825000', '181736.828000', '181736.831000', '181736.834000', '181736.836000', '181736.839000', '181736.841000', '181736.844000', '181736.847000', '181736.849000', '181736.852000', '181736.854000', '181736.857000', '181736.860000', '181736.862000', '181736.865000', '181736.868000', '181736.870000', '181736.873000', '181736.875000', '181736.878000', '181736.880000', '181736.883000', '181736.886000', '181736.888000', '181736.891000', '181736.894000', '181736.896000', '181736.899000', '181736.902000', '181736.904000', '181736.907000', '181736.909000', '181736.912000', '181736.914000', '181736.917000', '181736.920000', '181736.922000', '181736.925000', '181736.928000', '181736.930000', '181736.933000', '181736.935000', '181756.826000', '181756.828000', '181756.831000', '181756.834000', '181756.836000', '181756.839000', '181756.841000', '181756.844000', '181756.846000', '181756.849000', '181756.859000', '181756.862000', '181756.865000', '181756.867000', '181756.870000', '181756.872000', '181756.875000', '181756.878000', '181756.880000', '181756.883000', '181756.886000', '181756.888000', '181756.891000', '181756.893000', '181756.896000', '181756.899000', '181756.901000', '181756.904000', '181756.906000', '181756.909000', '181756.911000', '181756.914000', '181756.917000', '181756.919000', '181756.922000', '181756.924000', '181756.927000', '181756.929000', '181756.932000', '181756.934000', '181756.937000', '181756.940000', '181756.942000', '181756.945000', '181816.825000', '181816.828000', '181816.831000', '181816.833000', '181816.836000', '181816.839000', '181816.841000', '181816.844000', '181816.846000', '181816.849000', '181816.851000', '181816.854000', '181816.857000', '181816.859000', '181816.862000', '181816.864000', '181816.867000', '181816.869000', '181816.877000', '181816.879000', '181816.882000', '181816.885000', '181816.887000', '181816.890000', '181816.892000', '181816.895000', '181816.898000', '181816.900000', '181816.903000', '181816.905000', '181816.908000', '181816.910000', '181816.913000', '181816.916000', '181816.919000', '181816.922000', '181816.925000', '181816.927000', '181816.930000', '181816.933000', '181816.935000', '181816.938000', '181816.940000', '181836.826000', '181836.833000', '181836.836000', '181836.838000', '181836.841000', '181836.843000', '181836.846000', '181836.849000', '181836.851000', '181836.854000', '181836.857000', '181836.859000', '181836.862000', '181836.865000', '181836.867000', '181836.870000', '181836.872000', '181836.875000', '181836.878000', '181836.880000', '181836.883000', '181836.885000', '181836.888000', '181836.891000', '181836.894000', '181836.896000', '181836.899000', '181836.901000', '181836.904000', '181836.906000', '181836.909000', '181836.912000', '181836.914000', '181836.917000', '181836.919000', '181836.922000', '181836.924000', '181836.927000', '181836.930000', '181836.932000', '181836.935000', '181836.937000', '181836.940000', '181836.943000', '181856.825000', '181856.830000', '181856.833000', '181856.836000', '181856.838000', '181856.841000', '181856.844000', '181856.846000', '181856.849000', '181856.851000', '181856.854000', '181856.856000', '181856.859000', '181856.862000', '181856.864000', '181856.867000', '181856.869000', '181856.872000', '181856.874000', '181856.877000', '181856.880000', '181856.882000', '181856.885000', '181856.892000', '181856.895000', '181856.898000', '181856.900000', '181856.903000', '181856.905000', '181856.908000', '181856.911000', '181856.913000', '181856.916000', '181856.918000', '181856.921000', '181856.924000', '181856.926000', '181856.929000', '181856.931000', '181856.934000', '181856.937000', '181856.939000', '181856.942000', '181916.826000', '181916.828000', '181916.831000', '181916.834000', '181916.836000', '181916.839000', '181916.841000', '181916.844000', '181916.847000', '181916.849000', '181916.852000', '181916.854000', '181916.857000', '181916.860000', '181916.862000', '181916.865000', '181916.868000', '181916.870000', '181916.873000', '181916.875000', '181916.878000', '181916.880000', '181916.883000', '181916.886000', '181916.888000', '181916.891000', '181916.893000', '181916.896000', '181916.898000', '181916.901000', '181916.904000', '181916.906000', '181916.922000', '181916.925000', '181916.928000', '181916.930000', '181916.933000', '181916.935000', '181916.938000', '181916.941000', '181916.943000', '181916.946000', '181916.948000', '181916.951000', '181936.826000', '181936.843000', '181936.846000', '181936.848000', '181936.851000', '181936.853000', '181936.856000', '181936.859000', '181936.861000', '181936.864000', '181936.867000', '181936.869000', '181936.872000', '181936.874000', '181936.877000', '181936.880000', '181936.882000', '181936.885000', '181936.887000', '181936.890000', '181936.893000', '181936.895000', '181936.898000', '181936.900000', '181936.903000', '181936.906000', '181936.908000', '181936.911000', '181936.913000', '181936.916000', '181936.919000', '181936.921000', '181936.924000', '181936.926000', '181936.929000', '181936.932000', '181936.934000', '181936.937000', '181936.939000', '181936.942000', '181936.945000', '181936.947000', '181936.950000', '181956.826000', '181956.828000', '181956.831000', '181956.834000', '181956.836000', '181956.839000', '181956.841000', '181956.844000', '181956.847000', '181956.849000', '181956.852000', '181956.854000', '181956.857000', '181956.860000', '181956.862000', '181956.865000', '181956.867000', '181956.871000', '181956.874000', '181956.876000', '181956.879000', '181956.881000', '181956.884000', '181956.887000', '181956.889000', '181956.892000', '181956.895000', '181956.897000', '181956.900000', '181956.902000', '181956.905000', '181956.907000', '181956.910000', '181956.913000', '181956.915000', '181956.918000', '181956.920000', '181956.923000', '181956.926000', '181956.928000', '181956.931000', '181956.933000', '181956.936000', '181956.939000', '182016.826000', '182016.829000', '182016.831000', '182016.834000', '182016.836000', '182016.839000', '182016.842000', '182016.844000', '182016.847000', '182016.849000', '182016.852000', '182016.854000', '182016.857000', '182016.860000', '182016.862000', '182016.865000', '182016.867000', '182016.870000', '182016.873000', '182016.875000', '182016.878000', '182016.880000', '182016.883000', '182016.886000', '182016.888000', '182016.891000', '182016.893000', '182016.896000', '182016.898000', '182016.901000', '182016.904000', '182016.906000', '182016.909000', '182016.911000', '182016.914000', '182016.917000', '182016.919000', '182016.922000', '182016.924000', '182016.927000', '182016.930000', '182016.932000', '182016.935000', '182036.825000', '182036.855000', '182036.858000', '182036.860000', '182036.863000', '182036.880000', '182036.882000', '182036.885000', '182036.888000', '182036.890000', '182036.893000', '182036.895000', '182036.898000', '182036.900000', '182036.903000', '182036.906000', '182036.908000', '182036.911000', '182036.914000', '182036.916000', '182036.919000', '182036.921000', '182036.924000', '182036.927000', '182036.929000', '182036.932000', '182036.934000', '182036.937000', '182036.940000', '182036.942000', '182036.945000', '182036.963000', '182036.966000', '182036.969000', '182036.971000', '182036.974000', '182036.976000', '182036.979000', '182036.982000', '182036.984000', '182036.987000', '182036.989000', '182036.992000', '182036.995000', '182056.826000', '182056.834000', '182056.836000', '182056.839000', '182056.841000', '182056.844000', '182056.847000', '182056.849000', '182056.852000', '182056.854000', '182056.857000', '182056.860000', '182056.862000', '182056.865000', '182056.867000', '182056.870000', '182056.873000', '182056.875000', '182056.878000', '182056.881000', '182056.883000', '182056.886000', '182056.888000', '182056.891000', '182056.893000', '182056.896000', '182056.899000', '182056.901000', '182056.904000', '182056.906000', '182056.909000', '182056.911000', '182056.914000', '182056.917000', '182056.919000', '182056.922000', '182056.924000', '182056.927000', '182056.930000', '182056.932000', '182056.935000', '182056.937000', '182056.940000', '182116.826000', '182116.829000', '182116.831000', '182116.834000', '182116.837000', '182116.839000', '182116.842000', '182116.844000', '182116.847000', '182116.850000', '182116.852000', '182116.856000', '182116.859000', '182116.861000', '182116.864000', '182116.866000', '182116.869000', '182116.872000', '182116.874000', '182116.877000', '182116.879000', '182116.882000', '182116.885000', '182116.887000', '182116.890000', '182116.892000', '182116.895000', '182116.898000', '182116.900000', '182116.903000', '182116.905000', '182116.908000', '182116.911000', '182116.913000', '182116.916000', '182116.919000', '182116.921000', '182116.924000', '182116.926000', '182116.929000', '182116.932000', '182116.934000', '182116.937000', '182116.939000', '182136.826000', '182136.837000', '182136.840000', '182136.843000', '182136.845000', '182136.848000', '182136.850000', '182136.853000', '182136.856000', '182136.858000', '182136.861000', '182136.863000', '182136.866000', '182136.869000', '182136.871000', '182136.874000', '182136.876000', '182136.879000', '182136.882000', '182136.884000', '182136.887000', '182136.889000', '182136.892000', '182136.895000', '182136.897000', '182136.900000', '182136.902000', '182136.905000', '182136.907000', '182136.910000', '182136.913000', '182136.915000', '182136.918000', '182136.921000', '182136.923000', '182136.926000', '182136.928000', '182136.931000', '182136.933000', '182136.936000', '182136.939000', '182136.941000', '182136.944000', '182156.826000', '182156.829000', '182156.831000', '182156.834000', '182156.836000', '182156.839000', '182156.842000', '182156.844000', '182156.847000', '182156.849000', '182156.852000', '182156.855000', '182156.857000', '182156.860000', '182156.862000', '182156.865000', '182156.867000', '182156.870000', '182156.873000', '182156.875000', '182156.878000', '182156.880000', '182156.883000', '182156.886000', '182156.888000', '182156.891000', '182156.893000', '182156.896000', '182156.899000', '182156.901000', '182156.916000', '182156.918000', '182156.921000', '182156.924000', '182156.926000', '182156.929000', '182156.931000', '182156.934000', '182156.937000', '182156.939000', '182156.942000', '182156.945000', '182156.947000', '182216.827000', '182216.848000', '182216.851000', '182216.853000', '182216.856000', '182216.859000', '182216.861000', '182216.864000', '182216.866000', '182216.869000', '182216.872000', '182216.874000', '182216.877000', '182216.879000', '182216.882000', '182216.885000', '182216.887000', '182216.890000', '182216.893000', '182216.895000', '182216.898000', '182216.900000', '182216.903000', '182216.906000', '182216.908000', '182216.911000', '182216.913000', '182216.916000', '182216.919000', '182216.921000', '182216.924000', '182216.926000', '182216.929000', '182216.932000', '182216.934000', '182216.937000', '182216.939000', '182216.942000', '182216.945000', '182216.947000', '182216.950000', '182216.952000', '182216.955000', '182216.957000', '182236.826000', '182236.828000', '182236.831000', '182236.834000', '182236.836000', '182236.839000', '182236.841000', '182236.844000', '182236.846000', '182236.849000', '182236.851000', '182236.855000', '182236.858000', '182236.861000', '182236.863000', '182236.866000', '182236.869000', '182236.871000', '182236.874000', '182236.876000', '182236.879000', '182236.882000', '182236.884000', '182236.887000', '182236.889000', '182236.892000', '182236.895000', '182236.898000', '182236.901000', '182236.904000', '182236.906000', '182236.909000', '182236.911000', '182236.914000', '182236.917000', '182236.919000', '182236.922000', '182236.924000', '182236.927000', '182236.929000', '182236.932000', '182236.934000', '182236.937000', '182256.825000', '182256.853000', '182256.856000', '182256.859000', '182256.861000', '182256.864000', '182256.866000', '182256.869000', '182256.872000', '182256.874000', '182256.877000', '182256.879000', '182256.882000', '182256.884000', '182256.887000', '182256.890000', '182256.892000', '182256.895000', '182256.897000', '182256.900000', '182256.903000', '182256.905000', '182256.908000', '182256.910000', '182256.913000', '182256.916000', '182256.918000', '182256.921000', '182256.923000', '182256.926000', '182256.929000', '182256.931000', '182256.934000', '182256.936000', '182256.939000', '182256.942000', '182256.944000', '182256.947000', '182256.949000', '182256.952000', '182256.955000', '182256.957000', '182256.960000', '182256.963000', '182316.825000', '182316.828000', '182316.831000', '182316.833000', '182316.836000', '182316.839000', '182316.841000', '182316.844000', '182316.846000', '182316.849000', '182316.851000', '182316.854000', '182316.857000', '182316.859000', '182316.862000', '182316.865000', '182316.868000', '182316.870000', '182316.873000', '182316.875000', '182316.878000', '182316.880000', '182316.883000', '182316.886000', '182316.888000', '182316.891000', '182316.894000', '182316.896000', '182316.899000', '182316.902000', '182316.904000', '182316.907000', '182316.909000', '182316.912000', '182316.914000', '182316.917000', '182316.920000', '182316.922000', '182316.925000', '182316.927000', '182316.937000', '182316.939000', '182316.942000', '182336.825000', '182336.852000', '182336.855000', '182336.857000', '182336.860000', '182336.862000', '182336.865000', '182336.868000', '182336.870000', '182336.873000', '182336.875000', '182336.878000', '182336.881000', '182336.883000', '182336.886000', '182336.888000', '182336.891000', '182336.894000', '182336.896000', '182336.899000', '182336.901000', '182336.904000', '182336.906000', '182336.909000', '182336.912000', '182336.914000', '182336.917000', '182336.919000', '182336.922000', '182336.925000', '182336.927000', '182336.930000', '182336.932000', '182336.935000', '182336.938000', '182336.940000', '182336.943000', '182336.945000', '182336.948000', '182336.950000', '182336.953000', '182336.956000', '182336.958000', '182336.961000', '182356.825000', '182356.843000', '182356.846000', '182356.849000', '182356.851000', '182356.854000', '182356.863000', '182356.865000', '182356.868000', '182356.871000', '182356.873000', '182356.876000', '182356.879000', '182356.881000', '182356.884000', '182356.886000', '182356.889000', '182356.891000', '182356.894000', '182356.897000', '182356.899000', '182356.902000', '182356.906000', '182356.908000', '182356.911000', '182356.914000', '182356.916000', '182356.919000', '182356.922000', '182356.924000', '182356.927000', '182356.929000', '182356.932000', '182356.935000', '182356.939000', '182356.941000', '182356.944000', '182356.946000', '182356.949000', '182356.952000', '182356.954000', '182356.957000', '182356.960000', '182416.826000', '182416.828000', '182416.831000', '182416.834000', '182416.836000', '182416.839000', '182416.841000', '182416.844000', '182416.847000', '182416.849000', '182416.852000', '182416.855000', '182416.857000', '182416.860000', '182416.862000', '182416.865000', '182416.868000', '182416.870000', '182416.873000', '182416.875000', '182416.878000', '182416.880000', '182416.883000', '182416.886000', '182416.888000', '182416.891000', '182416.893000', '182416.896000', '182416.899000', '182416.901000', '182416.904000', '182416.907000', '182416.909000', '182416.912000', '182416.915000', '182416.917000', '182416.920000', '182416.922000', '182416.925000', '182416.928000', '182416.930000', '182416.933000', '182416.935000', '182416.938000', '182436.824000', '182436.849000', '182436.852000', '182436.855000', '182436.857000', '182436.860000', '182436.862000', '182436.865000', '182436.868000', '182436.870000', '182436.873000', '182436.875000', '182436.878000', '182436.881000', '182436.883000', '182436.886000', '182436.888000', '182436.891000', '182436.894000', '182436.896000', '182436.899000', '182436.901000', '182436.904000', '182436.907000', '182436.909000', '182436.912000', '182436.914000', '182436.917000', '182436.920000', '182436.922000', '182436.925000', '182436.928000', '182436.930000', '182436.933000', '182436.935000', '182436.938000', '182436.941000', '182436.968000', '182436.970000', '182436.973000', '182436.975000', '182436.978000', '182436.981000', '182456.825000', '182456.867000', '182456.870000', '182456.872000', '182456.875000', '182456.878000', '182456.880000', '182456.883000', '182456.885000', '182456.888000', '182456.891000', '182456.893000', '182456.896000', '182456.898000', '182456.901000', '182456.903000', '182456.906000', '182456.909000', '182456.911000', '182456.914000', '182456.917000', '182456.919000', '182456.922000', '182456.924000', '182456.927000', '182456.930000', '182456.932000', '182456.935000', '182456.937000', '182456.940000', '182456.943000', '182456.945000', '182456.948000', '182456.950000', '182456.953000', '182456.956000', '182456.958000', '182456.961000', '182456.963000', '182456.966000', '182456.969000', '182456.971000', '182456.974000', '182456.976000', '182516.826000', '182516.831000', '182516.833000', '182516.836000', '182516.839000', '182516.841000', '182516.844000', '182516.846000', '182516.849000', '182516.852000', '182516.854000', '182516.857000', '182516.859000', '182516.862000', '182516.865000', '182516.867000', '182516.870000', '182516.872000', '182516.875000', '182516.878000', '182516.880000', '182516.883000', '182516.885000', '182516.888000', '182516.891000', '182516.893000', '182516.896000', '182516.899000', '182516.901000', '182516.904000', '182516.906000', '182516.909000', '182516.912000', '182516.914000', '182516.917000', '182516.919000', '182516.922000', '182516.925000', '182516.927000', '182516.930000', '182516.932000', '182516.935000', '182516.938000', '182522.902000', '182522.905000', '182522.908000', '182522.910000', '182522.913000', '182522.916000', '182522.919000', '182522.922000', '182522.925000', '182522.927000', '182522.930000', '182522.933000', '182522.936000', '182522.938000'], 'InstanceCreationTime': ['181656.860000', '181656.863000', '181656.866000', '181656.868000', '181656.871000', '181656.873000', '181656.876000', '181656.879000', '181656.881000', '181656.884000', '181656.886000', '181656.889000', '181656.891000', '181656.894000', '181656.897000', '181656.899000', '181656.902000', '181656.904000', '181656.907000', '181656.909000', '181656.912000', '181656.915000', '181656.917000', '181656.920000', '181656.922000', '181656.925000', '181656.935000', '181656.938000', '181656.941000', '181656.943000', '181656.946000', '181656.948000', '181656.951000', '181656.953000', '181656.956000', '181656.959000', '181656.961000', '181656.964000', '181656.966000', '181656.969000', '181656.971000', '181656.974000', '181656.976000', '181656.979000', '181656.982000', '181656.984000', '181656.987000', '181656.989000', '181656.992000', '181656.994000', '181656.997000', '181657.000000', '181657.003000', '181657.005000', '181657.008000', '181657.011000', '181716.826000', '181716.828000', '181716.831000', '181716.834000', '181716.836000', '181716.839000', '181716.859000', '181716.861000', '181716.864000', '181716.866000', '181716.869000', '181716.871000', '181716.874000', '181716.877000', '181716.879000', '181716.882000', '181716.884000', '181716.887000', '181716.889000', '181716.892000', '181716.894000', '181716.897000', '181716.900000', '181716.902000', '181716.905000', '181716.907000', '181716.910000', '181716.912000', '181716.924000', '181716.927000', '181716.929000', '181716.932000', '181716.934000', '181716.937000', '181716.939000', '181716.942000', '181716.945000', '181716.947000', '181716.950000', '181716.952000', '181716.955000', '181716.957000', '181716.960000', '181716.963000', '181736.825000', '181736.828000', '181736.831000', '181736.834000', '181736.836000', '181736.839000', '181736.841000', '181736.844000', '181736.847000', '181736.849000', '181736.852000', '181736.854000', '181736.857000', '181736.860000', '181736.862000', '181736.865000', '181736.868000', '181736.870000', '181736.873000', '181736.875000', '181736.878000', '181736.880000', '181736.883000', '181736.886000', '181736.888000', '181736.891000', '181736.894000', '181736.896000', '181736.899000', '181736.902000', '181736.904000', '181736.907000', '181736.909000', '181736.912000', '181736.914000', '181736.917000', '181736.920000', '181736.922000', '181736.925000', '181736.928000', '181736.930000', '181736.933000', '181736.935000', '181756.826000', '181756.828000', '181756.831000', '181756.834000', '181756.836000', '181756.839000', '181756.841000', '181756.844000', '181756.846000', '181756.849000', '181756.859000', '181756.862000', '181756.865000', '181756.867000', '181756.870000', '181756.872000', '181756.875000', '181756.878000', '181756.880000', '181756.883000', '181756.886000', '181756.888000', '181756.891000', '181756.893000', '181756.896000', '181756.899000', '181756.901000', '181756.904000', '181756.906000', '181756.909000', '181756.911000', '181756.914000', '181756.917000', '181756.919000', '181756.922000', '181756.924000', '181756.927000', '181756.929000', '181756.932000', '181756.934000', '181756.937000', '181756.940000', '181756.942000', '181756.945000', '181816.825000', '181816.828000', '181816.831000', '181816.833000', '181816.836000', '181816.839000', '181816.841000', '181816.844000', '181816.846000', '181816.849000', '181816.851000', '181816.854000', '181816.857000', '181816.859000', '181816.862000', '181816.864000', '181816.867000', '181816.869000', '181816.877000', '181816.879000', '181816.882000', '181816.885000', '181816.887000', '181816.890000', '181816.892000', '181816.895000', '181816.898000', '181816.900000', '181816.903000', '181816.905000', '181816.908000', '181816.910000', '181816.913000', '181816.916000', '181816.919000', '181816.922000', '181816.925000', '181816.927000', '181816.930000', '181816.933000', '181816.935000', '181816.938000', '181816.940000', '181836.826000', '181836.833000', '181836.836000', '181836.838000', '181836.841000', '181836.843000', '181836.846000', '181836.849000', '181836.851000', '181836.854000', '181836.857000', '181836.859000', '181836.862000', '181836.865000', '181836.867000', '181836.870000', '181836.872000', '181836.875000', '181836.878000', '181836.880000', '181836.883000', '181836.885000', '181836.888000', '181836.891000', '181836.894000', '181836.896000', '181836.899000', '181836.901000', '181836.904000', '181836.906000', '181836.909000', '181836.912000', '181836.914000', '181836.917000', '181836.919000', '181836.922000', '181836.924000', '181836.927000', '181836.930000', '181836.932000', '181836.935000', '181836.937000', '181836.940000', '181836.943000', '181856.825000', '181856.830000', '181856.833000', '181856.836000', '181856.838000', '181856.841000', '181856.844000', '181856.846000', '181856.849000', '181856.851000', '181856.854000', '181856.856000', '181856.859000', '181856.862000', '181856.864000', '181856.867000', '181856.869000', '181856.872000', '181856.874000', '181856.877000', '181856.880000', '181856.882000', '181856.885000', '181856.892000', '181856.895000', '181856.898000', '181856.900000', '181856.903000', '181856.905000', '181856.908000', '181856.911000', '181856.913000', '181856.916000', '181856.918000', '181856.921000', '181856.924000', '181856.926000', '181856.929000', '181856.931000', '181856.934000', '181856.937000', '181856.939000', '181856.942000', '181916.826000', '181916.828000', '181916.831000', '181916.834000', '181916.836000', '181916.839000', '181916.841000', '181916.844000', '181916.847000', '181916.849000', '181916.852000', '181916.854000', '181916.857000', '181916.860000', '181916.862000', '181916.865000', '181916.868000', '181916.870000', '181916.873000', '181916.875000', '181916.878000', '181916.880000', '181916.883000', '181916.886000', '181916.888000', '181916.891000', '181916.893000', '181916.896000', '181916.898000', '181916.901000', '181916.904000', '181916.906000', '181916.922000', '181916.925000', '181916.928000', '181916.930000', '181916.933000', '181916.935000', '181916.938000', '181916.941000', '181916.943000', '181916.946000', '181916.948000', '181916.951000', '181936.826000', '181936.843000', '181936.846000', '181936.848000', '181936.851000', '181936.853000', '181936.856000', '181936.859000', '181936.861000', '181936.864000', '181936.867000', '181936.869000', '181936.872000', '181936.874000', '181936.877000', '181936.880000', '181936.882000', '181936.885000', '181936.887000', '181936.890000', '181936.893000', '181936.895000', '181936.898000', '181936.900000', '181936.903000', '181936.906000', '181936.908000', '181936.911000', '181936.913000', '181936.916000', '181936.919000', '181936.921000', '181936.924000', '181936.926000', '181936.929000', '181936.932000', '181936.934000', '181936.937000', '181936.939000', '181936.942000', '181936.945000', '181936.947000', '181936.950000', '181956.826000', '181956.828000', '181956.831000', '181956.834000', '181956.836000', '181956.839000', '181956.841000', '181956.844000', '181956.847000', '181956.849000', '181956.852000', '181956.854000', '181956.857000', '181956.860000', '181956.862000', '181956.865000', '181956.867000', '181956.871000', '181956.874000', '181956.876000', '181956.879000', '181956.881000', '181956.884000', '181956.887000', '181956.889000', '181956.892000', '181956.895000', '181956.897000', '181956.900000', '181956.902000', '181956.905000', '181956.907000', '181956.910000', '181956.913000', '181956.915000', '181956.918000', '181956.920000', '181956.923000', '181956.926000', '181956.928000', '181956.931000', '181956.933000', '181956.936000', '181956.939000', '182016.826000', '182016.829000', '182016.831000', '182016.834000', '182016.836000', '182016.839000', '182016.842000', '182016.844000', '182016.847000', '182016.849000', '182016.852000', '182016.854000', '182016.857000', '182016.860000', '182016.862000', '182016.865000', '182016.867000', '182016.870000', '182016.873000', '182016.875000', '182016.878000', '182016.880000', '182016.883000', '182016.886000', '182016.888000', '182016.891000', '182016.893000', '182016.896000', '182016.898000', '182016.901000', '182016.904000', '182016.906000', '182016.909000', '182016.911000', '182016.914000', '182016.917000', '182016.919000', '182016.922000', '182016.924000', '182016.927000', '182016.930000', '182016.932000', '182016.935000', '182036.825000', '182036.855000', '182036.858000', '182036.860000', '182036.863000', '182036.880000', '182036.882000', '182036.885000', '182036.888000', '182036.890000', '182036.893000', '182036.895000', '182036.898000', '182036.900000', '182036.903000', '182036.906000', '182036.908000', '182036.911000', '182036.914000', '182036.916000', '182036.919000', '182036.921000', '182036.924000', '182036.927000', '182036.929000', '182036.932000', '182036.934000', '182036.937000', '182036.940000', '182036.942000', '182036.945000', '182036.963000', '182036.966000', '182036.969000', '182036.971000', '182036.974000', '182036.976000', '182036.979000', '182036.982000', '182036.984000', '182036.987000', '182036.989000', '182036.992000', '182036.995000', '182056.826000', '182056.834000', '182056.836000', '182056.839000', '182056.841000', '182056.844000', '182056.847000', '182056.849000', '182056.852000', '182056.854000', '182056.857000', '182056.860000', '182056.862000', '182056.865000', '182056.867000', '182056.870000', '182056.873000', '182056.875000', '182056.878000', '182056.881000', '182056.883000', '182056.886000', '182056.888000', '182056.891000', '182056.893000', '182056.896000', '182056.899000', '182056.901000', '182056.904000', '182056.906000', '182056.909000', '182056.911000', '182056.914000', '182056.917000', '182056.919000', '182056.922000', '182056.924000', '182056.927000', '182056.930000', '182056.932000', '182056.935000', '182056.937000', '182056.940000', '182116.826000', '182116.829000', '182116.831000', '182116.834000', '182116.837000', '182116.839000', '182116.842000', '182116.844000', '182116.847000', '182116.850000', '182116.852000', '182116.856000', '182116.859000', '182116.861000', '182116.864000', '182116.866000', '182116.869000', '182116.872000', '182116.874000', '182116.877000', '182116.879000', '182116.882000', '182116.885000', '182116.887000', '182116.890000', '182116.892000', '182116.895000', '182116.898000', '182116.900000', '182116.903000', '182116.905000', '182116.908000', '182116.911000', '182116.913000', '182116.916000', '182116.919000', '182116.921000', '182116.924000', '182116.926000', '182116.929000', '182116.932000', '182116.934000', '182116.937000', '182116.939000', '182136.826000', '182136.837000', '182136.840000', '182136.843000', '182136.845000', '182136.848000', '182136.850000', '182136.853000', '182136.856000', '182136.858000', '182136.861000', '182136.863000', '182136.866000', '182136.869000', '182136.871000', '182136.874000', '182136.876000', '182136.879000', '182136.882000', '182136.884000', '182136.887000', '182136.889000', '182136.892000', '182136.895000', '182136.897000', '182136.900000', '182136.902000', '182136.905000', '182136.907000', '182136.910000', '182136.913000', '182136.915000', '182136.918000', '182136.921000', '182136.923000', '182136.926000', '182136.928000', '182136.931000', '182136.933000', '182136.936000', '182136.939000', '182136.941000', '182136.944000', '182156.826000', '182156.829000', '182156.831000', '182156.834000', '182156.836000', '182156.839000', '182156.842000', '182156.844000', '182156.847000', '182156.849000', '182156.852000', '182156.855000', '182156.857000', '182156.860000', '182156.862000', '182156.865000', '182156.867000', '182156.870000', '182156.873000', '182156.875000', '182156.878000', '182156.880000', '182156.883000', '182156.886000', '182156.888000', '182156.891000', '182156.893000', '182156.896000', '182156.899000', '182156.901000', '182156.916000', '182156.918000', '182156.921000', '182156.924000', '182156.926000', '182156.929000', '182156.931000', '182156.934000', '182156.937000', '182156.939000', '182156.942000', '182156.945000', '182156.947000', '182216.827000', '182216.848000', '182216.851000', '182216.853000', '182216.856000', '182216.859000', '182216.861000', '182216.864000', '182216.866000', '182216.869000', '182216.872000', '182216.874000', '182216.877000', '182216.879000', '182216.882000', '182216.885000', '182216.887000', '182216.890000', '182216.893000', '182216.895000', '182216.898000', '182216.900000', '182216.903000', '182216.906000', '182216.908000', '182216.911000', '182216.913000', '182216.916000', '182216.919000', '182216.921000', '182216.924000', '182216.926000', '182216.929000', '182216.932000', '182216.934000', '182216.937000', '182216.939000', '182216.942000', '182216.945000', '182216.947000', '182216.950000', '182216.952000', '182216.955000', '182216.957000', '182236.826000', '182236.828000', '182236.831000', '182236.834000', '182236.836000', '182236.839000', '182236.841000', '182236.844000', '182236.846000', '182236.849000', '182236.851000', '182236.855000', '182236.858000', '182236.861000', '182236.863000', '182236.866000', '182236.869000', '182236.871000', '182236.874000', '182236.876000', '182236.879000', '182236.882000', '182236.884000', '182236.887000', '182236.889000', '182236.892000', '182236.895000', '182236.898000', '182236.901000', '182236.904000', '182236.906000', '182236.909000', '182236.911000', '182236.914000', '182236.917000', '182236.919000', '182236.922000', '182236.924000', '182236.927000', '182236.929000', '182236.932000', '182236.934000', '182236.937000', '182256.825000', '182256.853000', '182256.856000', '182256.859000', '182256.861000', '182256.864000', '182256.866000', '182256.869000', '182256.872000', '182256.874000', '182256.877000', '182256.879000', '182256.882000', '182256.884000', '182256.887000', '182256.890000', '182256.892000', '182256.895000', '182256.897000', '182256.900000', '182256.903000', '182256.905000', '182256.908000', '182256.910000', '182256.913000', '182256.916000', '182256.918000', '182256.921000', '182256.923000', '182256.926000', '182256.929000', '182256.931000', '182256.934000', '182256.936000', '182256.939000', '182256.942000', '182256.944000', '182256.947000', '182256.949000', '182256.952000', '182256.955000', '182256.957000', '182256.960000', '182256.963000', '182316.825000', '182316.828000', '182316.831000', '182316.833000', '182316.836000', '182316.839000', '182316.841000', '182316.844000', '182316.846000', '182316.849000', '182316.851000', '182316.854000', '182316.857000', '182316.859000', '182316.862000', '182316.865000', '182316.868000', '182316.870000', '182316.873000', '182316.875000', '182316.878000', '182316.880000', '182316.883000', '182316.886000', '182316.888000', '182316.891000', '182316.894000', '182316.896000', '182316.899000', '182316.902000', '182316.904000', '182316.907000', '182316.909000', '182316.912000', '182316.914000', '182316.917000', '182316.920000', '182316.922000', '182316.925000', '182316.927000', '182316.937000', '182316.939000', '182316.942000', '182336.825000', '182336.852000', '182336.855000', '182336.857000', '182336.860000', '182336.862000', '182336.865000', '182336.868000', '182336.870000', '182336.873000', '182336.875000', '182336.878000', '182336.881000', '182336.883000', '182336.886000', '182336.888000', '182336.891000', '182336.894000', '182336.896000', '182336.899000', '182336.901000', '182336.904000', '182336.906000', '182336.909000', '182336.912000', '182336.914000', '182336.917000', '182336.919000', '182336.922000', '182336.925000', '182336.927000', '182336.930000', '182336.932000', '182336.935000', '182336.938000', '182336.940000', '182336.943000', '182336.945000', '182336.948000', '182336.950000', '182336.953000', '182336.956000', '182336.958000', '182336.961000', '182356.825000', '182356.843000', '182356.846000', '182356.849000', '182356.851000', '182356.854000', '182356.863000', '182356.865000', '182356.868000', '182356.871000', '182356.873000', '182356.876000', '182356.879000', '182356.881000', '182356.884000', '182356.886000', '182356.889000', '182356.891000', '182356.894000', '182356.897000', '182356.899000', '182356.902000', '182356.906000', '182356.908000', '182356.911000', '182356.914000', '182356.916000', '182356.919000', '182356.922000', '182356.924000', '182356.927000', '182356.929000', '182356.932000', '182356.935000', '182356.939000', '182356.941000', '182356.944000', '182356.946000', '182356.949000', '182356.952000', '182356.954000', '182356.957000', '182356.960000', '182416.826000', '182416.828000', '182416.831000', '182416.834000', '182416.836000', '182416.839000', '182416.841000', '182416.844000', '182416.847000', '182416.849000', '182416.852000', '182416.855000', '182416.857000', '182416.860000', '182416.862000', '182416.865000', '182416.868000', '182416.870000', '182416.873000', '182416.875000', '182416.878000', '182416.880000', '182416.883000', '182416.886000', '182416.888000', '182416.891000', '182416.893000', '182416.896000', '182416.899000', '182416.901000', '182416.904000', '182416.907000', '182416.909000', '182416.912000', '182416.915000', '182416.917000', '182416.920000', '182416.922000', '182416.925000', '182416.928000', '182416.930000', '182416.933000', '182416.935000', '182416.938000', '182436.824000', '182436.849000', '182436.852000', '182436.855000', '182436.857000', '182436.860000', '182436.862000', '182436.865000', '182436.868000', '182436.870000', '182436.873000', '182436.875000', '182436.878000', '182436.881000', '182436.883000', '182436.886000', '182436.888000', '182436.891000', '182436.894000', '182436.896000', '182436.899000', '182436.901000', '182436.904000', '182436.907000', '182436.909000', '182436.912000', '182436.914000', '182436.917000', '182436.920000', '182436.922000', '182436.925000', '182436.928000', '182436.930000', '182436.933000', '182436.935000', '182436.938000', '182436.941000', '182436.968000', '182436.970000', '182436.973000', '182436.975000', '182436.978000', '182436.981000', '182456.825000', '182456.867000', '182456.870000', '182456.872000', '182456.875000', '182456.878000', '182456.880000', '182456.883000', '182456.885000', '182456.888000', '182456.891000', '182456.893000', '182456.896000', '182456.898000', '182456.901000', '182456.903000', '182456.906000', '182456.909000', '182456.911000', '182456.914000', '182456.917000', '182456.919000', '182456.922000', '182456.924000', '182456.927000', '182456.930000', '182456.932000', '182456.935000', '182456.937000', '182456.940000', '182456.943000', '182456.945000', '182456.948000', '182456.950000', '182456.953000', '182456.956000', '182456.958000', '182456.961000', '182456.963000', '182456.966000', '182456.969000', '182456.971000', '182456.974000', '182456.976000', '182516.826000', '182516.831000', '182516.833000', '182516.836000', '182516.839000', '182516.841000', '182516.844000', '182516.846000', '182516.849000', '182516.852000', '182516.854000', '182516.857000', '182516.859000', '182516.862000', '182516.865000', '182516.867000', '182516.870000', '182516.872000', '182516.875000', '182516.878000', '182516.880000', '182516.883000', '182516.885000', '182516.888000', '182516.891000', '182516.893000', '182516.896000', '182516.899000', '182516.901000', '182516.904000', '182516.906000', '182516.909000', '182516.912000', '182516.914000', '182516.917000', '182516.919000', '182516.922000', '182516.925000', '182516.927000', '182516.930000', '182516.932000', '182516.935000', '182516.938000', '182522.902000', '182522.905000', '182522.908000', '182522.910000', '182522.913000', '182522.916000', '182522.919000', '182522.922000', '182522.925000', '182522.927000', '182522.930000', '182522.933000', '182522.936000', '182522.938000'], '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': [16553, 10321, 12947, 10548, 9686, 12056, 9965, 10591, 14004, 10054, 13110, 10587, 9635, 12084, 10030, 10796, 9628, 9398, 12167, 9979, 10287, 8480, 9925, 11522, 9434, 9469, 12047, 10039, 10881, 8179, 9794, 12230, 9311, 9220, 16306, 9612, 11026, 11512, 9822, 12082, 8952, 9786, 13386, 10174, 10400, 16731, 9839, 10775, 13524, 9651, 12694, 9417, 9409, 14890, 10074, 10440, 10388, 9690, 11808, 9508, 10576, 8149, 9977, 12129, 8511, 9668, 17089, 9729, 15073, 15879, 9865, 15043, 11897, 9536, 15321, 8755, 9091, 16246, 9519, 10559, 16000, 9679, 11168, 8107, 9320, 11638, 8771, 9054, 11674, 9236, 10517, 14454, 10008, 10843, 9168, 9153, 12740, 9376, 10243, 16601, 9580, 10851, 12951, 9139, 11426, 8150, 9195, 11628, 8704, 9267, 15726, 9323, 10619, 16529, 9494, 10702, 12095, 9468, 11146, 8512, 9655, 11661, 8499, 9142, 15327, 9335, 10104, 17391, 9388, 10333, 16514, 9093, 12218, 8119, 9250, 11568, 8383, 9066, 13320, 8820, 9398, 16633, 8691, 9910, 14900, 9259, 10663, 13878, 9204, 10770, 8989, 8838, 11629, 8916, 8840, 11846, 8798, 8792, 11954, 9053, 9938, 14982, 9029, 10907, 8468, 9086, 10911, 9539, 9217, 11133, 8948, 9185, 15057, 9076, 10070, 17576, 9095, 11896, 15941, 8955, 11811, 10365, 9216, 16628, 9606, 11225, 8943, 9027, 15028, 9747, 10544, 8951, 9028, 13329, 9127, 9442, 16383, 9155, 9911, 18063, 9073, 10185, 17028, 8729, 14770, 8954, 8839, 15567, 9082, 10328, 16215, 8861, 10977, 8433, 8836, 12095, 8797, 8961, 16868, 9242, 9812, 17914, 8738, 10555, 14017, 8659, 13729, 9041, 8729, 12709, 9199, 9251, 15556, 8856, 9759, 9217, 9080, 9997, 8667, 8558, 10919, 9257, 9361, 15993, 8788, 10053, 12257, 9054, 12306, 9033, 8824, 14634, 8982, 9173, 12509, 9208, 10487, 14301, 9033, 14457, 9393, 9295, 17845, 10972, 13554, 9090, 9931, 17715, 9360, 9920, 17476, 11417, 14411, 9564, 8962, 17175, 9209, 13451, 10228, 9098, 17048, 9347, 10090, 14571, 9030, 15398, 9392, 10446, 16321, 9190, 14773, 9145, 10146, 17535, 9261, 9751, 15060, 8829, 14361, 9373, 9786, 16628, 9058, 13488, 8628, 9036, 15083, 9238, 8823, 16545, 8923, 11468, 8765, 8928, 12912, 9238, 9488, 16059, 8920, 13888, 9217, 9043, 16922, 9028, 10073, 14084, 9024, 14057, 9022, 8963, 15670, 8864, 9902, 8874, 9021, 10438, 9119, 8874, 16582, 8968, 10522, 8970, 9142, 10664, 9064, 9256, 8488, 9072, 13010, 9198, 9001, 17463, 9148, 9938, 17697, 9051, 9622, 17248, 8811, 11766, 8672, 8944, 10522, 9258, 8859, 14080, 9017, 9423, 8900, 8941, 10251, 9239, 9294, 15476, 9010, 10208, 9109, 9208, 16906, 9319, 9848, 14984, 9311, 13374, 13722, 9985, 16939, 9575, 9602, 17221, 9193, 14018, 8994, 9095, 14073, 9025, 11518, 10868, 9174, 16872, 9212, 10675, 14007, 9205, 12895, 9008, 9055, 13183, 9053, 10896, 9325, 9317, 16731, 9319, 9049, 16677, 9041, 10456, 9264, 9135, 14455, 8906, 9084, 16865, 8996, 13250, 9148, 9100, 14806, 9054, 9521, 14281, 9108, 13702, 9378, 9050, 15821, 9263, 10530, 12342, 9148, 12714, 9333, 9113, 16950, 9180, 10632, 9915, 9145, 11906, 9104, 9286, 17835, 9271, 14725, 9010, 9235, 14992, 9276, 9783, 18497, 9721, 11968, 9174, 9702, 9039, 9981, 9859, 13528, 9191, 9893, 16075, 9109, 9660, 19550, 10099, 13729, 9117, 15425, 11465, 8934, 10574, 17260, 9077, 10842, 17503, 10177, 15593, 9545, 10916, 17766, 10185, 14045, 9007, 9885, 17181, 9965, 11169, 10152, 9927, 14188, 9881, 11613, 8911, 9687, 9924, 10023, 10922, 8816, 13456, 8860, 9513, 14211, 9907, 12207, 10145, 9860, 16359, 9869, 15897, 8770, 9778, 14725, 9608, 15647, 11956, 14432, 9119, 8421, 9490, 14014, 11371, 9921, 15785, 9349, 11306, 11414, 9470, 15299, 9051, 10739, 16677, 13392, 14593, 8708, 9730, 15132, 9831, 14752, 8803, 9758, 15310, 9391, 10380, 9461, 9467, 13828, 9294, 10516, 9712, 9400, 15194, 8665, 11572, 9081, 9303, 14060, 8754, 9323, 8115, 9261, 14883, 8829, 9672, 8191, 9210, 9993, 8409, 9209, 17008, 8952, 10163, 10490, 8978, 9949, 8773, 8979, 16395, 8784, 9818, 8823, 8995, 10101, 8745, 8974, 15774, 8867, 10284, 8496, 8908, 12614, 8659, 9725, 8440, 9336, 11399, 9083, 9550, 15857, 12917, 13700, 8192, 9461, 13506, 8462, 11968, 13503, 9407, 10632, 8993, 11199, 8957, 9480, 16197, 11303, 14242, 8861, 9762, 17466, 8809, 13071, 16582, 13147, 13511, 9176, 9426, 14608, 8724, 9884, 14525, 9422, 13872, 8763, 9191, 16228, 8658, 9519, 12243, 9265, 12669, 8628, 9452, 8407, 9107, 11100, 8733, 9317, 12598, 9286, 9781, 9254, 9654, 11488, 9918, 8252, 9479, 14425, 13991, 9888, 14053, 10883, 9647, 16145, 8587, 9479, 16760, 8664, 9312, 14848, 9172, 12666, 9365, 9047, 11752, 8709, 9095, 11637, 9358, 10538, 8260, 9513, 13645, 8822, 9656, 14668, 9583, 13661, 8207, 9299, 15601, 8833, 9306, 13545, 9499, 13529, 8539, 9398, 14164, 8559, 9345, 12865, 9465, 12568, 8844, 9320, 13840, 9513, 9557, 12375, 9475, 15733, 8844, 9435, 16457, 9063, 10082, 12576, 9444, 14414, 8673, 9550, 15047, 9367, 10977, 8689, 9444, 13477, 8680, 9390, 8034, 9403, 15094, 9221, 10772, 8633, 9090, 15331, 9006, 14187, 9633, 9560, 8179, 9764, 13808, 8468, 9493, 17003, 11929, 13956, 8965, 9698, 16529, 9187, 10716, 11595, 9489, 16759, 9620, 8431, 9942, 13987, 11298, 10726, 16422, 9728, 12082, 8386, 9358, 14562, 9849, 13348, 9432, 10333, 15886, 9566, 15620, 8133, 9481, 17069, 8784, 12619, 10110, 9376, 8067, 9633, 10157, 8314, 9609, 15285, 9483, 11943, 9060, 9526, 14499, 8698, 9744, 8432, 9391, 16921, 9058, 10830, 8476, 9659, 14214, 8788, 11766, 8580, 9371, 15649, 8709, 9699, 14983, 9334, 14847, 9410, 10154, 16332, 9207, 9852, 8008, 9430, 16982, 9175, 10810, 7882, 9613, 10174, 8849, 10001, 12632, 9632, 14522, 8765, 9704, 15025, 9681, 13913, 8939, 9544, 16385, 8797, 9527, 10448, 9518, 16068, 8969, 9544, 10985, 9445, 10396, 8146, 9843, 7869, 9422, 11052, 8969, 9881, 14447, 9481, 14090, 8797, 9920, 13959, 9320, 13120, 9124, 9163, 14228, 8890, 9656, 8272, 9670, 16533, 9016, 10880, 8034, 9287, 11268, 8663, 10228, 8049, 9491, 14398, 8664, 9689, 14908, 9466, 14363, 8927, 9368, 16450, 9223, 14430, 10073, 9441, 16595, 8874, 9510, 12687, 9668, 16002, 8882, 9569, 8094, 9340, 10005, 8765, 9582, 8583, 9433, 10474, 8558, 9524, 15726, 9024, 13205, 9003, 9342, 17051, 8892, 11743, 12682, 9400, 15237, 9192, 9314, 8120, 9530, 15427, 8723, 9501, 8297, 9388, 10967, 8384, 9756, 16582, 9971, 13940, 8306, 9621, 12180, 8406, 10587, 14189, 9225, 14856, 8608, 9672, 15121, 8957, 10923, 8607, 9368, 16041, 8520, 10974, 13224, 9410, 14300, 8364, 9209, 13970, 8579, 9948, 13343, 9425, 10052, 8164, 9148, 10420, 8779, 9678, 8010, 9133, 10356, 8142, 9326, 10787, 8901, 9299, 8476, 9156, 9679, 9593, 9234, 15825, 8612, 9432, 17217, 8698, 10112, 14994, 9718, 13770, 8535, 9173, 16404, 8603, 10236, 12929, 9408, 10677, 8488, 9495, 10086, 8449, 9536, 15874, 8781, 9443, 17489, 8965, 13286, 14267, 9639, 13880, 8187, 9413, 12650, 8654, 9511, 13154, 9635, 10038, 10520, 9278, 13576, 8809, 9458, 15432, 9080, 9729, 11530, 9343, 10355, 8638, 9789, 14827, 9102, 11438, 10198, 9523, 12525, 8757, 9832, 16855, 9092, 10050, 8236, 9539, 13520, 9332, 9440, 16784, 9274, 9737, 14780, 9921, 9679, 11127, 9611, 13450, 9039, 9373, 16569, 8780, 9606, 11831, 9496, 11963, 8625, 9534, 13270, 9224, 11981, 10582, 9475, 8051, 9147, 13136, 8359, 9572, 15563, 10046, 13157, 8599, 8339, 9735, 7928, 11227, 15927, 11594, 14466, 13280, 11173, 14475, 9882, 15739, 12666, 13493, 18338, 13316, 14534, 13254, 9332, 17125, 10861, 13965, 8778, 11561, 9091, 11338, 9324, 8694, 9065, 8611, 9255, 16523, 8739, 16192, 9054, 11326, 14430, 8927, 15322, 9184, 11457, 14319, 9551, 13464, 8020, 8279, 8108, 11048, 8610, 11162, 11186, 17945, 13602, 15804, 10469, 11220, 17039, 9246, 12375, 9594], 'WindowCenter': [4748.0, 4681.0, 4675.0, 4645.0, 4634.0, 4646.0, 4625.0, 4636.0, 4652.0, 4635.0, 4665.0, 4623.0, 4614.0, 4652.0, 4635.0, 4633.0, 4622.0, 4625.0, 4653.0, 4634.0, 4635.0, 4613.0, 4625.0, 4646.0, 4624.0, 4636.0, 4654.0, 4636.0, 4646.0, 4604.0, 4625.0, 4645.0, 4614.0, 4638.0, 4673.0, 4625.0, 4646.0, 4633.0, 4636.0, 4655.0, 4603.0, 4637.0, 4663.0, 4624.0, 4647.0, 4683.0, 4625.0, 4646.0, 4663.0, 4625.0, 4665.0, 4625.0, 4627.0, 4663.0, 4625.0, 4648.0, 4624.0, 4637.0, 4646.0, 4648.0, 4649.0, 4619.0, 4639.0, 4668.0, 4628.0, 4639.0, 4686.0, 4639.0, 4689.0, 4675.0, 4636.0, 4667.0, 4644.0, 4625.0, 4675.0, 4615.0, 4615.0, 4662.0, 4614.0, 4645.0, 4659.0, 4625.0, 4634.0, 4603.0, 4614.0, 4642.0, 4612.0, 4615.0, 4631.0, 4626.0, 4646.0, 4662.0, 4625.0, 4635.0, 4614.0, 4626.0, 4652.0, 4625.0, 4647.0, 4683.0, 4626.0, 4636.0, 4664.0, 4626.0, 4656.0, 4594.0, 4636.0, 4645.0, 4615.0, 4638.0, 4663.0, 4626.0, 4636.0, 4683.0, 4626.0, 4637.0, 4656.0, 4626.0, 4656.0, 4615.0, 4627.0, 4645.0, 4616.0, 4631.0, 4685.0, 4627.0, 4637.0, 4684.0, 4616.0, 4647.0, 4673.0, 4627.0, 4657.0, 4595.0, 4627.0, 4646.0, 4604.0, 4626.0, 4665.0, 4615.0, 4637.0, 4684.0, 4626.0, 4637.0, 4674.0, 4637.0, 4649.0, 4664.0, 4639.0, 4637.0, 4625.0, 4626.0, 4646.0, 4625.0, 4616.0, 4643.0, 4604.0, 4616.0, 4654.0, 4626.0, 4637.0, 4675.0, 4617.0, 4657.0, 4605.0, 4638.0, 4648.0, 4637.0, 4639.0, 4658.0, 4632.0, 4640.0, 4688.0, 4628.0, 4650.0, 4687.0, 4639.0, 4659.0, 4686.0, 4617.0, 4667.0, 4642.0, 4628.0, 4698.0, 4651.0, 4670.0, 4628.0, 4629.0, 4678.0, 4639.0, 4662.0, 4628.0, 4631.0, 4680.0, 4627.0, 4629.0, 4678.0, 4617.0, 4649.0, 4689.0, 4617.0, 4650.0, 4674.0, 4618.0, 4667.0, 4620.0, 4618.0, 4675.0, 4616.0, 4648.0, 4674.0, 4617.0, 4637.0, 4605.0, 4629.0, 4655.0, 4616.0, 4617.0, 4686.0, 4627.0, 4638.0, 4673.0, 4616.0, 4645.0, 4653.0, 4617.0, 4665.0, 4616.0, 4616.0, 4654.0, 4624.0, 4637.0, 4674.0, 4628.0, 4639.0, 4625.0, 4627.0, 4636.0, 4625.0, 4630.0, 4657.0, 4639.0, 4640.0, 4687.0, 4629.0, 4651.0, 4662.0, 4641.0, 4659.0, 4641.0, 4641.0, 4678.0, 4628.0, 4643.0, 4658.0, 4651.0, 4650.0, 4678.0, 4630.0, 4680.0, 4630.0, 4652.0, 4688.0, 4654.0, 4670.0, 4640.0, 4641.0, 4687.0, 4640.0, 4639.0, 4686.0, 4651.0, 4668.0, 4628.0, 4630.0, 4698.0, 4628.0, 4679.0, 4650.0, 4629.0, 4676.0, 4628.0, 4648.0, 4666.0, 4629.0, 4676.0, 4638.0, 4651.0, 4674.0, 4638.0, 4679.0, 4626.0, 4638.0, 4685.0, 4615.0, 4637.0, 4674.0, 4627.0, 4677.0, 4627.0, 4627.0, 4673.0, 4628.0, 4666.0, 4616.0, 4628.0, 4674.0, 4626.0, 4618.0, 4673.0, 4625.0, 4634.0, 4604.0, 4616.0, 4643.0, 4625.0, 4625.0, 4662.0, 4625.0, 4654.0, 4627.0, 4628.0, 4685.0, 4614.0, 4638.0, 4664.0, 4614.0, 4665.0, 4625.0, 4626.0, 4674.0, 4615.0, 4637.0, 4613.0, 4628.0, 4644.0, 4625.0, 4627.0, 4674.0, 4617.0, 4636.0, 4614.0, 4627.0, 4646.0, 4627.0, 4628.0, 4631.0, 4633.0, 4673.0, 4617.0, 4629.0, 4697.0, 4616.0, 4627.0, 4674.0, 4626.0, 4637.0, 4673.0, 4626.0, 4648.0, 4617.0, 4629.0, 4644.0, 4613.0, 4627.0, 4664.0, 4629.0, 4626.0, 4616.0, 4639.0, 4637.0, 4627.0, 4629.0, 4687.0, 4627.0, 4651.0, 4628.0, 4641.0, 4688.0, 4628.0, 4649.0, 4666.0, 4640.0, 4678.0, 4656.0, 4649.0, 4698.0, 4638.0, 4640.0, 4685.0, 4627.0, 4666.0, 4628.0, 4629.0, 4666.0, 4628.0, 4647.0, 4635.0, 4628.0, 4686.0, 4628.0, 4637.0, 4665.0, 4617.0, 4656.0, 4626.0, 4629.0, 4665.0, 4627.0, 4646.0, 4615.0, 4629.0, 4679.0, 4616.0, 4629.0, 4681.0, 4627.0, 4648.0, 4625.0, 4628.0, 4664.0, 4627.0, 4614.0, 4684.0, 4616.0, 4667.0, 4620.0, 4630.0, 4675.0, 4626.0, 4639.0, 4664.0, 4627.0, 4656.0, 4628.0, 4617.0, 4675.0, 4617.0, 4649.0, 4667.0, 4628.0, 4656.0, 4616.0, 4629.0, 4687.0, 4617.0, 4638.0, 4632.0, 4628.0, 4650.0, 4616.0, 4639.0, 4686.0, 4627.0, 4690.0, 4626.0, 4617.0, 4678.0, 4631.0, 4640.0, 4687.0, 4628.0, 4646.0, 4627.0, 4639.0, 4640.0, 4650.0, 4650.0, 4680.0, 4640.0, 4640.0, 4664.0, 4604.0, 4637.0, 4697.0, 4645.0, 4680.0, 4644.0, 4690.0, 4671.0, 4633.0, 4649.0, 4685.0, 4604.0, 4635.0, 4682.0, 4626.0, 4664.0, 4626.0, 4641.0, 4677.0, 4634.0, 4653.0, 4591.0, 4625.0, 4672.0, 4624.0, 4634.0, 4624.0, 4625.0, 4664.0, 4636.0, 4634.0, 4604.0, 4615.0, 4623.0, 4625.0, 4634.0, 4604.0, 4655.0, 4615.0, 4616.0, 4653.0, 4635.0, 4656.0, 4613.0, 4626.0, 4663.0, 4636.0, 4663.0, 4604.0, 4636.0, 4664.0, 4616.0, 4674.0, 4669.0, 4676.0, 4628.0, 4618.0, 4644.0, 4675.0, 4639.0, 4637.0, 4676.0, 4626.0, 4647.0, 4635.0, 4638.0, 4675.0, 4605.0, 4634.0, 4674.0, 4654.0, 4652.0, 4603.0, 4625.0, 4660.0, 4614.0, 4663.0, 4614.0, 4614.0, 4660.0, 4612.0, 4620.0, 4612.0, 4617.0, 4651.0, 4615.0, 4622.0, 4612.0, 4603.0, 4661.0, 4604.0, 4643.0, 4607.0, 4625.0, 4650.0, 4593.0, 4614.0, 4591.0, 4615.0, 4664.0, 4615.0, 4625.0, 4597.0, 4613.0, 4624.0, 4593.0, 4614.0, 4663.0, 4616.0, 4636.0, 4633.0, 4615.0, 4614.0, 4604.0, 4613.0, 4674.0, 4618.0, 4626.0, 4616.0, 4605.0, 4633.0, 4614.0, 4627.0, 4664.0, 4627.0, 4636.0, 4615.0, 4627.0, 4644.0, 4617.0, 4639.0, 4616.0, 4628.0, 4635.0, 4627.0, 4640.0, 4665.0, 4657.0, 4668.0, 4595.0, 4626.0, 4666.0, 4599.0, 4657.0, 4655.0, 4617.0, 4646.0, 4628.0, 4657.0, 4626.0, 4638.0, 4676.0, 4658.0, 4678.0, 4617.0, 4639.0, 4686.0, 4616.0, 4657.0, 4663.0, 4645.0, 4644.0, 4614.0, 4615.0, 4651.0, 4592.0, 4624.0, 4651.0, 4614.0, 4652.0, 4603.0, 4614.0, 4661.0, 4602.0, 4614.0, 4641.0, 4613.0, 4640.0, 4604.0, 4625.0, 4602.0, 4608.0, 4644.0, 4616.0, 4628.0, 4643.0, 4614.0, 4615.0, 4615.0, 4627.0, 4646.0, 4626.0, 4604.0, 4640.0, 4678.0, 4664.0, 4615.0, 4654.0, 4622.0, 4614.0, 4661.0, 4604.0, 4625.0, 4651.0, 4601.0, 4601.0, 4650.0, 4606.0, 4632.0, 4612.0, 4614.0, 4628.0, 4603.0, 4614.0, 4621.0, 4604.0, 4623.0, 4604.0, 4629.0, 4642.0, 4615.0, 4615.0, 4652.0, 4626.0, 4654.0, 4591.0, 4616.0, 4663.0, 4604.0, 4612.0, 4652.0, 4625.0, 4654.0, 4614.0, 4627.0, 4656.0, 4591.0, 4626.0, 4646.0, 4616.0, 4655.0, 4627.0, 4624.0, 4664.0, 4636.0, 4616.0, 4654.0, 4616.0, 4665.0, 4606.0, 4627.0, 4673.0, 4604.0, 4624.0, 4636.0, 4614.0, 4664.0, 4615.0, 4626.0, 4651.0, 4618.0, 4634.0, 4597.0, 4623.0, 4653.0, 4606.0, 4625.0, 4605.0, 4627.0, 4676.0, 4628.0, 4647.0, 4616.0, 4619.0, 4665.0, 4618.0, 4668.0, 4638.0, 4639.0, 4608.0, 4643.0, 4657.0, 4617.0, 4638.0, 4672.0, 4656.0, 4660.0, 4615.0, 4627.0, 4674.0, 4615.0, 4638.0, 4644.0, 4621.0, 4685.0, 4627.0, 4614.0, 4639.0, 4680.0, 4647.0, 4647.0, 4663.0, 4623.0, 4654.0, 4616.0, 4616.0, 4651.0, 4615.0, 4666.0, 4615.0, 4636.0, 4673.0, 4624.0, 4653.0, 4592.0, 4612.0, 4660.0, 4602.0, 4633.0, 4612.0, 4603.0, 4605.0, 4637.0, 4623.0, 4604.0, 4625.0, 4663.0, 4625.0, 4646.0, 4614.0, 4626.0, 4657.0, 4611.0, 4625.0, 4603.0, 4626.0, 4663.0, 4606.0, 4636.0, 4595.0, 4625.0, 4653.0, 4606.0, 4646.0, 4618.0, 4639.0, 4664.0, 4603.0, 4616.0, 4663.0, 4626.0, 4676.0, 4625.0, 4636.0, 4661.0, 4614.0, 4624.0, 4587.0, 4626.0, 4674.0, 4625.0, 4635.0, 4594.0, 4626.0, 4633.0, 4615.0, 4626.0, 4655.0, 4637.0, 4664.0, 4617.0, 4617.0, 4652.0, 4624.0, 4665.0, 4602.0, 4624.0, 4663.0, 4604.0, 4615.0, 4621.0, 4615.0, 4674.0, 4604.0, 4620.0, 4633.0, 4624.0, 4624.0, 4605.0, 4636.0, 4605.0, 4627.0, 4638.0, 4602.0, 4629.0, 4653.0, 4627.0, 4665.0, 4617.0, 4634.0, 4660.0, 4622.0, 4655.0, 4615.0, 4628.0, 4664.0, 4621.0, 4616.0, 4605.0, 4627.0, 4664.0, 4615.0, 4646.0, 4605.0, 4614.0, 4644.0, 4605.0, 4637.0, 4596.0, 4638.0, 4665.0, 4616.0, 4627.0, 4653.0, 4616.0, 4665.0, 4616.0, 4621.0, 4673.0, 4616.0, 4659.0, 4613.0, 4619.0, 4673.0, 4613.0, 4625.0, 4631.0, 4614.0, 4674.0, 4615.0, 4614.0, 4600.0, 4614.0, 4625.0, 4616.0, 4636.0, 4605.0, 4628.0, 4647.0, 4606.0, 4637.0, 4675.0, 4627.0, 4666.0, 4619.0, 4628.0, 4685.0, 4606.0, 4645.0, 4645.0, 4619.0, 4661.0, 4627.0, 4616.0, 4593.0, 4627.0, 4675.0, 4605.0, 4627.0, 4616.0, 4628.0, 4646.0, 4605.0, 4628.0, 4678.0, 4626.0, 4656.0, 4606.0, 4637.0, 4641.0, 4606.0, 4647.0, 4665.0, 4627.0, 4675.0, 4600.0, 4625.0, 4674.0, 4621.0, 4646.0, 4607.0, 4638.0, 4663.0, 4607.0, 4648.0, 4657.0, 4627.0, 4666.0, 4605.0, 4616.0, 4652.0, 4605.0, 4637.0, 4654.0, 4627.0, 4636.0, 4592.0, 4626.0, 4623.0, 4615.0, 4620.0, 4594.0, 4615.0, 4625.0, 4605.0, 4616.0, 4646.0, 4627.0, 4618.0, 4605.0, 4638.0, 4625.0, 4626.0, 4628.0, 4686.0, 4628.0, 4639.0, 4675.0, 4610.0, 4638.0, 4664.0, 4616.0, 4666.0, 4606.0, 4627.0, 4663.0, 4606.0, 4631.0, 4655.0, 4628.0, 4636.0, 4605.0, 4638.0, 4647.0, 4607.0, 4629.0, 4687.0, 4618.0, 4628.0, 4674.0, 4617.0, 4658.0, 4654.0, 4616.0, 4655.0, 4593.0, 4616.0, 4648.0, 4603.0, 4637.0, 4642.0, 4636.0, 4625.0, 4634.0, 4627.0, 4665.0, 4626.0, 4637.0, 4674.0, 4627.0, 4638.0, 4640.0, 4628.0, 4636.0, 4616.0, 4637.0, 4666.0, 4627.0, 4648.0, 4647.0, 4628.0, 4646.0, 4616.0, 4627.0, 4679.0, 4614.0, 4638.0, 4611.0, 4628.0, 4660.0, 4626.0, 4627.0, 4673.0, 4616.0, 4627.0, 4664.0, 4630.0, 4633.0, 4640.0, 4627.0, 4655.0, 4617.0, 4638.0, 4684.0, 4628.0, 4628.0, 4655.0, 4637.0, 4657.0, 4606.0, 4627.0, 4666.0, 4627.0, 4648.0, 4637.0, 4641.0, 4612.0, 4638.0, 4679.0, 4612.0, 4639.0, 4679.0, 4642.0, 4670.0, 4643.0, 4643.0, 4654.0, 4636.0, 4680.0, 4703.0, 4675.0, 4671.0, 4655.0, 4636.0, 4665.0, 4636.0, 4676.0, 4643.0, 4644.0, 4663.0, 4652.0, 4642.0, 4618.0, 4600.0, 4647.0, 4621.0, 4650.0, 4580.0, 4607.0, 4601.0, 4623.0, 4614.0, 4603.0, 4614.0, 4602.0, 4638.0, 4662.0, 4608.0, 4673.0, 4615.0, 4659.0, 4652.0, 4614.0, 4663.0, 4611.0, 4621.0, 4629.0, 4598.0, 4640.0, 4571.0, 4578.0, 4592.0, 4645.0, 4628.0, 4659.0, 4671.0, 4690.0, 4678.0, 4676.0, 4622.0, 4645.0, 4660.0, 4602.0, 4643.0, 4614.0], 'WindowWidth': [10372.0, 10261.0, 10238.0, 10188.0, 10171.0, 10177.0, 10147.0, 10168.0, 10177.0, 10166.0, 10206.0, 10138.0, 10129.0, 10184.0, 10163.0, 10152.0, 10143.0, 10152.0, 10186.0, 10162.0, 10164.0, 10133.0, 10144.0, 10179.0, 10147.0, 10167.0, 10189.0, 10166.0, 10182.0, 10116.0, 10147.0, 10172.0, 10128.0, 10171.0, 10210.0, 10145.0, 10179.0, 10155.0, 10166.0, 10191.0, 10112.0, 10170.0, 10200.0, 10142.0, 10182.0, 10228.0, 10145.0, 10179.0, 10199.0, 10145.0, 10207.0, 10151.0, 10153.0, 10194.0, 10146.0, 10185.0, 10144.0, 10172.0, 10176.0, 10190.0, 10185.0, 10148.0, 10171.0, 10217.0, 10161.0, 10171.0, 10233.0, 10171.0, 10246.0, 10218.0, 10167.0, 10206.0, 10169.0, 10146.0, 10220.0, 10136.0, 10131.0, 10191.0, 10128.0, 10178.0, 10184.0, 10150.0, 10157.0, 10118.0, 10129.0, 10170.0, 10129.0, 10132.0, 10149.0, 10153.0, 10182.0, 10197.0, 10146.0, 10160.0, 10128.0, 10154.0, 10180.0, 10147.0, 10183.0, 10228.0, 10147.0, 10163.0, 10202.0, 10150.0, 10194.0, 10103.0, 10168.0, 10172.0, 10138.0, 10173.0, 10195.0, 10155.0, 10163.0, 10228.0, 10150.0, 10165.0, 10192.0, 10149.0, 10195.0, 10139.0, 10151.0, 10173.0, 10140.0, 10160.0, 10233.0, 10156.0, 10165.0, 10230.0, 10134.0, 10184.0, 10208.0, 10157.0, 10191.0, 10107.0, 10152.0, 10175.0, 10116.0, 10156.0, 10207.0, 10133.0, 10171.0, 10229.0, 10154.0, 10164.0, 10216.0, 10171.0, 10190.0, 10198.0, 10175.0, 10165.0, 10150.0, 10155.0, 10174.0, 10152.0, 10137.0, 10170.0, 10117.0, 10136.0, 10190.0, 10155.0, 10172.0, 10220.0, 10141.0, 10199.0, 10119.0, 10175.0, 10183.0, 10172.0, 10178.0, 10203.0, 10165.0, 10175.0, 10244.0, 10161.0, 10193.0, 10234.0, 10177.0, 10199.0, 10234.0, 10139.0, 10214.0, 10175.0, 10157.0, 10255.0, 10197.0, 10221.0, 10155.0, 10159.0, 10226.0, 10176.0, 10210.0, 10158.0, 10164.0, 10235.0, 10152.0, 10160.0, 10224.0, 10139.0, 10188.0, 10236.0, 10138.0, 10191.0, 10212.0, 10142.0, 10208.0, 10144.0, 10140.0, 10219.0, 10136.0, 10186.0, 10217.0, 10138.0, 10165.0, 10120.0, 10162.0, 10195.0, 10140.0, 10139.0, 10238.0, 10156.0, 10172.0, 10210.0, 10140.0, 10180.0, 10180.0, 10142.0, 10206.0, 10139.0, 10135.0, 10190.0, 10148.0, 10170.0, 10216.0, 10159.0, 10176.0, 10150.0, 10158.0, 10164.0, 10154.0, 10166.0, 10199.0, 10179.0, 10181.0, 10239.0, 10160.0, 10196.0, 10205.0, 10184.0, 10201.0, 10180.0, 10184.0, 10223.0, 10158.0, 10187.0, 10195.0, 10196.0, 10190.0, 10224.0, 10163.0, 10229.0, 10162.0, 10199.0, 10238.0, 10196.0, 10216.0, 10180.0, 10178.0, 10236.0, 10177.0, 10172.0, 10232.0, 10189.0, 10209.0, 10157.0, 10161.0, 10255.0, 10156.0, 10232.0, 10190.0, 10158.0, 10218.0, 10154.0, 10189.0, 10203.0, 10162.0, 10218.0, 10175.0, 10194.0, 10211.0, 10172.0, 10229.0, 10153.0, 10167.0, 10231.0, 10132.0, 10169.0, 10215.0, 10158.0, 10224.0, 10155.0, 10150.0, 10207.0, 10157.0, 10209.0, 10139.0, 10158.0, 10216.0, 10151.0, 10137.0, 10212.0, 10150.0, 10157.0, 10117.0, 10137.0, 10167.0, 10149.0, 10145.0, 10190.0, 10150.0, 10185.0, 10156.0, 10159.0, 10230.0, 10130.0, 10172.0, 10201.0, 10130.0, 10206.0, 10149.0, 10155.0, 10216.0, 10132.0, 10169.0, 10127.0, 10159.0, 10176.0, 10152.0, 10159.0, 10212.0, 10139.0, 10164.0, 10131.0, 10151.0, 10182.0, 10157.0, 10154.0, 10167.0, 10166.0, 10218.0, 10138.0, 10163.0, 10254.0, 10136.0, 10153.0, 10211.0, 10155.0, 10170.0, 10207.0, 10154.0, 10180.0, 10142.0, 10160.0, 10177.0, 10129.0, 10159.0, 10202.0, 10160.0, 10151.0, 10138.0, 10176.0, 10165.0, 10151.0, 10160.0, 10240.0, 10156.0, 10196.0, 10159.0, 10182.0, 10238.0, 10161.0, 10191.0, 10205.0, 10179.0, 10230.0, 10190.0, 10189.0, 10257.0, 10174.0, 10179.0, 10232.0, 10152.0, 10205.0, 10159.0, 10164.0, 10204.0, 10160.0, 10179.0, 10160.0, 10154.0, 10238.0, 10154.0, 10167.0, 10204.0, 10137.0, 10189.0, 10154.0, 10162.0, 10205.0, 10158.0, 10181.0, 10130.0, 10160.0, 10223.0, 10136.0, 10163.0, 10223.0, 10155.0, 10186.0, 10152.0, 10158.0, 10197.0, 10155.0, 10131.0, 10229.0, 10136.0, 10209.0, 10144.0, 10163.0, 10217.0, 10154.0, 10176.0, 10202.0, 10157.0, 10190.0, 10157.0, 10139.0, 10212.0, 10137.0, 10189.0, 10210.0, 10156.0, 10188.0, 10133.0, 10162.0, 10235.0, 10136.0, 10166.0, 10160.0, 10153.0, 10184.0, 10135.0, 10174.0, 10231.0, 10153.0, 10245.0, 10153.0, 10137.0, 10225.0, 10162.0, 10178.0, 10231.0, 10154.0, 10173.0, 10156.0, 10174.0, 10178.0, 10194.0, 10192.0, 10235.0, 10178.0, 10177.0, 10197.0, 10110.0, 10168.0, 10253.0, 10181.0, 10232.0, 10192.0, 10246.0, 10221.0, 10170.0, 10190.0, 10234.0, 10113.0, 10164.0, 10223.0, 10145.0, 10198.0, 10152.0, 10172.0, 10213.0, 10159.0, 10183.0, 10089.0, 10145.0, 10207.0, 10145.0, 10159.0, 10143.0, 10148.0, 10196.0, 10164.0, 10156.0, 10113.0, 10130.0, 10141.0, 10149.0, 10158.0, 10114.0, 10185.0, 10136.0, 10133.0, 10177.0, 10162.0, 10190.0, 10123.0, 10146.0, 10192.0, 10165.0, 10194.0, 10115.0, 10166.0, 10199.0, 10132.0, 10212.0, 10217.0, 10220.0, 10160.0, 10147.0, 10181.0, 10223.0, 10164.0, 10168.0, 10220.0, 10152.0, 10182.0, 10157.0, 10170.0, 10218.0, 10115.0, 10157.0, 10211.0, 10184.0, 10176.0, 10115.0, 10147.0, 10188.0, 10126.0, 10198.0, 10131.0, 10126.0, 10189.0, 10127.0, 10134.0, 10124.0, 10132.0, 10177.0, 10135.0, 10135.0, 10126.0, 10111.0, 10191.0, 10118.0, 10170.0, 10117.0, 10148.0, 10176.0, 10096.0, 10131.0, 10097.0, 10129.0, 10198.0, 10131.0, 10145.0, 10105.0, 10127.0, 10147.0, 10099.0, 10129.0, 10192.0, 10138.0, 10164.0, 10155.0, 10135.0, 10126.0, 10112.0, 10127.0, 10214.0, 10144.0, 10147.0, 10136.0, 10117.0, 10159.0, 10132.0, 10155.0, 10195.0, 10156.0, 10166.0, 10137.0, 10155.0, 10169.0, 10142.0, 10173.0, 10140.0, 10155.0, 10158.0, 10156.0, 10176.0, 10200.0, 10189.0, 10212.0, 10103.0, 10152.0, 10205.0, 10111.0, 10195.0, 10184.0, 10135.0, 10179.0, 10159.0, 10196.0, 10152.0, 10172.0, 10215.0, 10199.0, 10225.0, 10140.0, 10171.0, 10234.0, 10139.0, 10189.0, 10193.0, 10169.0, 10169.0, 10131.0, 10129.0, 10172.0, 10094.0, 10146.0, 10178.0, 10131.0, 10181.0, 10116.0, 10131.0, 10189.0, 10113.0, 10131.0, 10161.0, 10128.0, 10162.0, 10113.0, 10149.0, 10113.0, 10122.0, 10172.0, 10138.0, 10156.0, 10169.0, 10127.0, 10130.0, 10130.0, 10149.0, 10173.0, 10149.0, 10120.0, 10177.0, 10228.0, 10199.0, 10128.0, 10183.0, 10135.0, 10126.0, 10188.0, 10119.0, 10148.0, 10171.0, 10109.0, 10105.0, 10173.0, 10115.0, 10148.0, 10127.0, 10132.0, 10139.0, 10114.0, 10130.0, 10131.0, 10112.0, 10139.0, 10120.0, 10157.0, 10162.0, 10134.0, 10131.0, 10174.0, 10150.0, 10182.0, 10094.0, 10133.0, 10191.0, 10112.0, 10123.0, 10180.0, 10149.0, 10183.0, 10134.0, 10154.0, 10183.0, 10094.0, 10150.0, 10170.0, 10133.0, 10191.0, 10155.0, 10151.0, 10200.0, 10166.0, 10133.0, 10186.0, 10131.0, 10199.0, 10119.0, 10155.0, 10210.0, 10114.0, 10140.0, 10156.0, 10127.0, 10198.0, 10136.0, 10153.0, 10173.0, 10135.0, 10161.0, 10105.0, 10144.0, 10184.0, 10119.0, 10150.0, 10124.0, 10152.0, 10219.0, 10157.0, 10182.0, 10136.0, 10142.0, 10198.0, 10140.0, 10210.0, 10172.0, 10174.0, 10127.0, 10180.0, 10190.0, 10141.0, 10172.0, 10207.0, 10192.0, 10197.0, 10131.0, 10151.0, 10215.0, 10135.0, 10170.0, 10172.0, 10138.0, 10231.0, 10151.0, 10138.0, 10171.0, 10228.0, 10183.0, 10182.0, 10194.0, 10147.0, 10188.0, 10138.0, 10133.0, 10172.0, 10129.0, 10206.0, 10134.0, 10164.0, 10211.0, 10146.0, 10179.0, 10097.0, 10126.0, 10189.0, 10113.0, 10151.0, 10122.0, 10110.0, 10123.0, 10170.0, 10139.0, 10117.0, 10148.0, 10195.0, 10148.0, 10179.0, 10133.0, 10152.0, 10184.0, 10126.0, 10148.0, 10116.0, 10150.0, 10194.0, 10119.0, 10164.0, 10102.0, 10146.0, 10180.0, 10120.0, 10176.0, 10143.0, 10174.0, 10197.0, 10114.0, 10134.0, 10197.0, 10152.0, 10220.0, 10149.0, 10167.0, 10189.0, 10127.0, 10147.0, 10091.0, 10151.0, 10213.0, 10149.0, 10156.0, 10104.0, 10150.0, 10158.0, 10135.0, 10148.0, 10190.0, 10169.0, 10197.0, 10143.0, 10136.0, 10175.0, 10148.0, 10202.0, 10108.0, 10147.0, 10191.0, 10115.0, 10130.0, 10133.0, 10130.0, 10213.0, 10113.0, 10139.0, 10155.0, 10146.0, 10146.0, 10120.0, 10165.0, 10124.0, 10156.0, 10163.0, 10109.0, 10151.0, 10178.0, 10154.0, 10202.0, 10137.0, 10165.0, 10192.0, 10145.0, 10185.0, 10133.0, 10155.0, 10199.0, 10142.0, 10133.0, 10121.0, 10149.0, 10196.0, 10135.0, 10180.0, 10120.0, 10129.0, 10174.0, 10117.0, 10169.0, 10106.0, 10171.0, 10203.0, 10139.0, 10156.0, 10179.0, 10133.0, 10205.0, 10132.0, 10144.0, 10211.0, 10137.0, 10192.0, 10124.0, 10136.0, 10211.0, 10130.0, 10148.0, 10145.0, 10128.0, 10214.0, 10134.0, 10128.0, 10111.0, 10129.0, 10149.0, 10140.0, 10168.0, 10119.0, 10155.0, 10182.0, 10120.0, 10169.0, 10216.0, 10156.0, 10208.0, 10139.0, 10159.0, 10230.0, 10119.0, 10174.0, 10169.0, 10138.0, 10190.0, 10156.0, 10133.0, 10098.0, 10154.0, 10217.0, 10117.0, 10154.0, 10138.0, 10157.0, 10179.0, 10118.0, 10152.0, 10216.0, 10148.0, 10188.0, 10124.0, 10168.0, 10163.0, 10119.0, 10183.0, 10203.0, 10156.0, 10217.0, 10107.0, 10145.0, 10215.0, 10143.0, 10180.0, 10123.0, 10172.0, 10194.0, 10123.0, 10186.0, 10188.0, 10156.0, 10206.0, 10123.0, 10132.0, 10176.0, 10116.0, 10168.0, 10180.0, 10155.0, 10165.0, 10095.0, 10151.0, 10139.0, 10136.0, 10141.0, 10102.0, 10134.0, 10146.0, 10122.0, 10136.0, 10178.0, 10155.0, 10139.0, 10120.0, 10174.0, 10148.0, 10148.0, 10153.0, 10235.0, 10159.0, 10175.0, 10213.0, 10129.0, 10166.0, 10195.0, 10134.0, 10207.0, 10121.0, 10156.0, 10193.0, 10120.0, 10158.0, 10190.0, 10158.0, 10161.0, 10117.0, 10171.0, 10183.0, 10123.0, 10156.0, 10237.0, 10140.0, 10155.0, 10212.0, 10136.0, 10194.0, 10182.0, 10135.0, 10185.0, 10098.0, 10133.0, 10176.0, 10113.0, 10167.0, 10164.0, 10167.0, 10146.0, 10161.0, 10157.0, 10206.0, 10154.0, 10170.0, 10214.0, 10156.0, 10173.0, 10167.0, 10158.0, 10164.0, 10140.0, 10166.0, 10201.0, 10158.0, 10182.0, 10184.0, 10155.0, 10177.0, 10140.0, 10151.0, 10220.0, 10130.0, 10173.0, 10132.0, 10155.0, 10198.0, 10155.0, 10152.0, 10210.0, 10135.0, 10152.0, 10200.0, 10155.0, 10163.0, 10170.0, 10152.0, 10186.0, 10137.0, 10174.0, 10229.0, 10161.0, 10154.0, 10191.0, 10169.0, 10195.0, 10119.0, 10152.0, 10206.0, 10151.0, 10181.0, 10165.0, 10180.0, 10136.0, 10173.0, 10229.0, 10137.0, 10173.0, 10228.0, 10178.0, 10216.0, 10189.0, 10187.0, 10201.0, 10182.0, 10239.0, 10270.0, 10232.0, 10217.0, 10190.0, 10158.0, 10201.0, 10164.0, 10220.0, 10166.0, 10169.0, 10197.0, 10181.0, 10163.0, 10121.0, 10106.0, 10163.0, 10137.0, 10175.0, 10073.0, 10106.0, 10107.0, 10137.0, 10129.0, 10111.0, 10132.0, 10115.0, 10175.0, 10191.0, 10121.0, 10210.0, 10135.0, 10202.0, 10178.0, 10131.0, 10196.0, 10122.0, 10131.0, 10137.0, 10099.0, 10156.0, 10057.0, 10065.0, 10096.0, 10179.0, 10159.0, 10203.0, 10224.0, 10243.0, 10229.0, 10222.0, 10134.0, 10175.0, 10184.0, 10106.0, 10166.0, 10129.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.004695260416666666</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.025086314322916668</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.614680872728</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.28514967520417</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.052005077715028</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4838</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5444.2773</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.07530884888929908</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>32</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>2.7777777777777777</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3070970706756646</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3026121269196307</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.44967912341328</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.1689999616940825</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00657267</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011906545609235764</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.028864869847893715</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1152</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.205017265446243</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>23.9617</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>45.4356</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>201.0365</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>54.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>297585.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>18.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>939.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>403.5806</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.9627</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>592.1888</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3865.2345</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>4012.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>78959.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1603.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>5057.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>954.0923</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>38.23533022357151</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> |