=== 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-0132 --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-0132",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
129 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
129 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0132_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-0132_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-0132_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-0132/figures/sub-0132_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0132/figures/sub-0132_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-0132_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-0132/figures/sub-0132_ses-03_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-03_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0132/figures/sub-0132_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-0132_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-0132/figures/sub-0132_ses-03_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-03_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0132/figures/sub-0132_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-0132_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-0132/figures/sub-0132_ses-03_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-03_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0132/figures/sub-0132_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-0132_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-0132/figures/sub-0132_ses-03_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-03_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0132/figures/sub-0132_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-0132_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-0132/figures/sub-0132_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0132/figures/sub-0132_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-0132_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-0132/figures/sub-0132_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0132/figures/sub-0132_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-0132/figures/sub-0132_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0132/figures/sub-0132_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-0132/ses-03/func/sub-0132_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>8a1a9b5a15fbd8fba247d1a44c41e9d9</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>19:36:32.777500</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.995484, 0.00868866, -0.0945295, -0.00677612, 0.999766, 0.0205344]</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.0689502</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>[4211, -7735, -7224, 322, -56, -8, 51, 135]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>222.594</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>121259c3-326d-43a0-97c9-efda8dd7d1b7||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.670811176300049, -0.018179843202233315, -0.255651593208313, 120.28983306884766], [-0.02331104874610901, 2.6822996139526367, 0.053463127464056015, -108.18592834472656], [-0.2536156177520752, -0.055092379450798035, 2.687337636947632, -56.99384307861328], [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': ['193632.777500', '193633.237500', '193633.697500', '193634.157500', '193634.617500', '193635.077500', '193635.537500', '193635.997500', '193636.457500', '193636.917500', '193637.377500', '193637.837500', '193638.297500', '193638.757500', '193639.217500', '193639.677500', '193640.137500', '193640.597500', '193641.057500', '193641.517500', '193641.977500', '193642.437500', '193642.897500', '193643.357500', '193643.817500', '193644.277500', '193644.737500', '193645.197500', '193645.657500', '193646.117500', '193646.577500', '193647.037500', '193647.497500', '193647.957500', '193648.417500', '193648.877500', '193649.337500', '193649.797500', '193650.257500', '193650.717500', '193651.177500', '193651.637500', '193652.097500', '193652.557500', '193653.017500', '193653.477500', '193653.937500', '193654.397500', '193654.857500', '193655.317500', '193655.777500', '193656.237500', '193656.697500', '193657.157500', '193657.617500', '193658.077500', '193658.537500', '193658.997500', '193659.457500', '193659.917500', '193700.377500', '193700.837500', '193701.297500', '193701.757500', '193702.217500', '193702.677500', '193703.137500', '193703.597500', '193704.057500', '193704.517500', '193704.977500', '193705.437500', '193705.897500', '193706.357500', '193706.817500', '193707.277500', '193707.737500', '193708.197500', '193708.657500', '193709.117500', '193709.577500', '193710.037500', '193710.497500', '193710.957500', '193711.417500', '193711.877500', '193712.337500', '193712.797500', '193713.257500', '193713.717500', '193714.177500', '193714.637500', '193715.097500', '193715.557500', '193716.017500', '193716.477500', '193716.937500', '193717.397500', '193717.857500', '193718.317500', '193718.777500', '193719.237500', '193719.697500', '193720.157500', '193720.617500', '193721.077500', '193721.537500', '193721.997500', '193722.457500', '193722.917500', '193723.377500', '193723.837500', '193724.297500', '193724.757500', '193725.217500', '193725.677500', '193726.137500', '193726.597500', '193727.057500', '193727.517500', '193727.977500', '193728.437500', '193728.897500', '193729.357500', '193729.817500', '193730.277500', '193730.737500', '193731.197500', '193731.657500', '193732.117500', '193732.577500', '193733.037500', '193733.497500', '193733.957500', '193734.417500', '193734.877500', '193735.337500', '193735.797500', '193736.257500', '193736.717500', '193737.177500', '193737.637500', '193738.097500', '193738.557500', '193739.017500', '193739.477500', '193739.937500', '193740.397500', '193740.857500', '193741.317500', '193741.777500', '193742.237500', '193742.697500', '193743.157500', '193743.617500', '193744.077500', '193744.537500', '193744.997500', '193745.457500', '193745.917500', '193746.377500', '193746.837500', '193747.297500', '193747.757500', '193748.217500', '193748.677500', '193749.137500', '193749.597500', '193750.057500', '193750.517500', '193750.977500', '193751.437500', '193751.897500', '193752.357500', '193752.817500', '193753.277500', '193753.737500', '193754.197500', '193754.657500', '193755.117500', '193755.577500', '193756.037500', '193756.497500', '193756.957500', '193757.417500', '193757.877500', '193758.337500', '193758.797500', '193759.257500', '193759.717500', '193800.177500', '193800.637500', '193801.097500', '193801.557500', '193802.017500', '193802.477500', '193802.937500', '193803.397500', '193803.857500', '193804.317500', '193804.777500', '193805.237500', '193805.697500', '193806.157500', '193806.617500', '193807.077500', '193807.537500', '193807.997500', '193808.457500', '193808.917500', '193809.377500', '193809.837500', '193810.297500', '193810.757500', '193811.217500', '193811.677500', '193812.137500', '193812.597500', '193813.057500', '193813.517500', '193813.977500', '193814.437500', '193814.897500', '193815.357500', '193815.817500', '193816.277500', '193816.737500', '193817.197500', '193817.657500', '193818.117500', '193818.577500', '193819.037500', '193819.497500', '193819.957500', '193820.417500', '193820.877500', '193821.337500', '193821.797500', '193822.257500', '193822.717500', '193823.177500', '193823.637500', '193824.097500', '193824.557500', '193825.017500', '193825.477500', '193825.937500', '193826.397500', '193826.857500', '193827.317500', '193827.777500', '193828.237500', '193828.697500', '193829.157500', '193829.617500', '193830.077500', '193830.537500', '193830.997500', '193831.457500', '193831.917500', '193832.377500', '193832.837500', '193833.297500', '193833.757500', '193834.217500', '193834.677500', '193835.137500', '193835.597500', '193836.057500', '193836.517500', '193836.977500', '193837.437500', '193837.897500', '193838.357500', '193838.817500', '193839.277500', '193839.737500', '193840.197500', '193840.657500', '193841.117500', '193841.577500', '193842.037500', '193842.497500', '193842.957500', '193843.417500', '193843.877500', '193844.337500', '193844.797500', '193845.257500', '193845.717500', '193846.177500', '193846.637500', '193847.097500', '193847.557500', '193848.017500', '193848.477500', '193848.937500', '193849.397500', '193849.857500', '193850.317500', '193850.777500', '193851.237500', '193851.697500', '193852.157500', '193852.617500', '193853.077500', '193853.537500', '193853.997500', '193854.457500', '193854.917500', '193855.377500', '193855.837500', '193856.297500', '193856.757500', '193857.217500', '193857.677500', '193858.137500', '193858.597500', '193859.057500', '193859.517500', '193859.977500', '193900.437500', '193900.897500', '193901.357500', '193901.817500', '193902.277500', '193902.737500', '193903.197500', '193903.657500', '193904.117500', '193904.577500', '193905.037500', '193905.497500', '193905.957500', '193906.417500', '193906.877500', '193907.337500', '193907.797500', '193908.257500', '193908.717500', '193909.177500', '193909.637500', '193910.097500', '193910.557500', '193911.017500', '193911.477500', '193911.937500', '193912.397500', '193912.857500', '193913.317500', '193913.777500', '193914.237500', '193914.697500', '193915.157500', '193915.617500', '193916.077500', '193916.537500', '193916.997500', '193917.457500', '193917.917500', '193918.377500', '193918.837500', '193919.297500', '193919.757500', '193920.217500', '193920.677500', '193921.137500', '193921.597500', '193922.057500', '193922.517500', '193922.977500', '193923.437500', '193923.897500', '193924.357500', '193924.817500', '193925.277500', '193925.737500', '193926.197500', '193926.657500', '193927.117500', '193927.577500', '193928.037500', '193928.497500', '193928.957500', '193929.417500', '193929.877500', '193930.337500', '193930.797500', '193931.257500', '193931.717500', '193932.177500', '193932.637500', '193933.097500', '193933.557500', '193934.017500', '193934.477500', '193934.937500', '193935.397500', '193935.857500', '193936.317500', '193936.777500', '193937.237500', '193937.697500', '193938.157500', '193938.617500', '193939.077500', '193939.537500', '193939.997500', '193940.457500', '193940.917500', '193941.377500', '193941.837500', '193942.297500', '193942.757500', '193943.217500', '193943.677500', '193944.137500', '193944.597500', '193945.057500', '193945.517500', '193945.977500', '193946.437500', '193946.897500', '193947.357500', '193947.817500', '193948.277500', '193948.737500', '193949.197500', '193949.657500', '193950.117500', '193950.577500', '193951.037500', '193951.497500', '193951.957500', '193952.417500', '193952.877500', '193953.337500', '193953.797500', '193954.257500', '193954.717500', '193955.177500', '193955.637500', '193956.097500', '193956.557500', '193957.017500', '193957.477500', '193957.937500', '193958.397500', '193958.857500', '193959.317500', '193959.777500', '194000.237500', '194000.697500', '194001.157500', '194001.617500', '194002.077500', '194002.537500', '194002.997500', '194003.457500', '194003.917500', '194004.377500', '194004.837500', '194005.297500', '194005.757500', '194006.217500', '194006.677500', '194007.137500', '194007.597500', '194008.057500', '194008.517500', '194008.977500', '194009.437500', '194009.897500', '194010.357500', '194010.817500', '194011.277500', '194011.737500', '194012.197500', '194012.657500', '194013.117500', '194013.577500', '194014.037500', '194014.497500', '194014.957500', '194015.417500', '194015.877500', '194016.337500', '194016.797500', '194017.257500', '194017.717500', '194018.177500', '194018.637500', '194019.097500', '194019.557500', '194020.017500', '194020.477500', '194020.937500', '194021.397500', '194021.857500', '194022.317500', '194022.777500', '194023.237500', '194023.697500', '194024.157500', '194024.617500', '194025.077500', '194025.537500', '194025.997500', '194026.457500', '194026.917500', '194027.377500', '194027.837500', '194028.297500', '194028.757500', '194029.217500', '194029.677500', '194030.137500', '194030.597500', '194031.057500', '194031.517500', '194031.977500', '194032.437500', '194032.897500', '194033.357500', '194033.817500', '194034.277500', '194034.737500', '194035.197500', '194035.657500', '194036.117500', '194036.577500', '194037.037500', '194037.497500', '194037.957500', '194038.417500', '194038.877500', '194039.337500', '194039.797500', '194040.257500', '194040.717500', '194041.177500', '194041.637500', '194042.097500', '194042.557500', '194043.017500', '194043.477500', '194043.937500', '194044.397500', '194044.857500', '194045.317500', '194045.777500', '194046.237500', '194046.697500', '194047.157500', '194047.617500', '194048.077500', '194048.537500', '194048.997500', '194049.457500', '194049.917500', '194050.377500', '194050.837500', '194051.297500', '194051.757500', '194052.217500', '194052.677500', '194053.137500', '194053.597500', '194054.057500', '194054.517500', '194054.977500', '194055.437500', '194055.897500', '194056.357500', '194056.817500', '194057.277500', '194057.737500', '194058.197500', '194058.657500', '194059.117500', '194059.577500', '194100.037500', '194100.497500', '194100.957500', '194101.417500', '194101.877500', '194102.337500', '194102.797500', '194103.257500', '194103.717500', '194104.177500', '194104.637500', '194105.097500', '194105.557500', '194106.017500', '194106.477500', '194106.937500', '194107.397500', '194107.857500', '194108.317500', '194108.777500', '194109.237500', '194109.697500', '194110.157500', '194110.617500', '194111.077500', '194111.537500', '194111.997500', '194112.457500', '194112.917500', '194113.377500', '194113.837500', '194114.297500', '194114.757500', '194115.217500', '194115.677500', '194116.137500', '194116.597500', '194117.057500', '194117.517500', '194117.977500', '194118.437500', '194118.897500', '194119.357500', '194119.817500', '194120.277500', '194120.737500', '194121.197500', '194121.657500', '194122.117500', '194122.577500', '194123.037500', '194123.497500', '194123.957500', '194124.417500', '194124.877500', '194125.337500', '194125.797500', '194126.257500', '194126.717500', '194127.177500', '194127.637500', '194128.097500', '194128.557500', '194129.017500', '194129.477500', '194129.937500', '194130.397500', '194130.857500', '194131.317500', '194131.777500', '194132.237500', '194132.697500', '194133.157500', '194133.617500', '194134.077500', '194134.537500', '194134.997500', '194135.457500', '194135.917500', '194136.377500', '194136.837500', '194137.297500', '194137.757500', '194138.217500', '194138.677500', '194139.137500', '194139.597500', '194140.057500', '194140.517500', '194140.977500', '194141.437500', '194141.897500', '194142.357500', '194142.817500', '194143.277500', '194143.737500', '194144.197500', '194144.657500', '194145.117500', '194145.577500', '194146.037500', '194146.497500', '194146.957500', '194147.417500', '194147.877500', '194148.337500', '194148.797500', '194149.257500', '194149.717500', '194150.177500', '194150.637500', '194151.097500', '194151.557500', '194152.017500', '194152.477500', '194152.937500', '194153.397500', '194153.857500', '194154.317500', '194154.777500', '194155.237500', '194155.697500', '194156.157500', '194156.617500', '194157.077500', '194157.537500', '194157.997500', '194158.457500', '194158.917500', '194159.377500', '194159.837500', '194200.297500', '194200.757500', '194201.217500', '194201.677500', '194202.137500', '194202.597500', '194203.057500', '194203.517500', '194203.977500', '194204.437500', '194204.897500', '194205.357500', '194205.817500', '194206.277500', '194206.737500', '194207.197500', '194207.657500', '194208.117500', '194208.577500', '194209.037500', '194209.497500', '194209.957500', '194210.417500', '194210.877500', '194211.337500', '194211.797500', '194212.257500', '194212.717500', '194213.177500', '194213.637500', '194214.097500', '194214.557500', '194215.017500', '194215.477500', '194215.937500', '194216.397500', '194216.857500', '194217.317500', '194217.777500', '194218.237500', '194218.697500', '194219.157500', '194219.617500', '194220.077500', '194220.537500', '194220.997500', '194221.457500', '194221.917500', '194222.377500', '194222.837500', '194223.297500', '194223.757500', '194224.217500', '194224.677500', '194225.137500', '194225.597500', '194226.057500', '194226.517500', '194226.977500', '194227.437500', '194227.897500', '194228.357500', '194228.817500', '194229.277500', '194229.737500', '194230.197500', '194230.657500', '194231.117500', '194231.577500', '194232.037500', '194232.497500', '194232.957500', '194233.417500', '194233.877500', '194234.337500', '194234.797500', '194235.257500', '194235.717500', '194236.177500', '194236.637500', '194237.097500', '194237.557500', '194238.017500', '194238.477500', '194238.937500', '194239.397500', '194239.857500', '194240.317500', '194240.777500', '194241.237500', '194241.697500', '194242.157500', '194242.617500', '194243.077500', '194243.537500', '194243.997500', '194244.457500', '194244.917500', '194245.377500', '194245.837500', '194246.297500', '194246.757500', '194247.217500', '194247.677500', '194248.137500', '194248.597500', '194249.057500', '194249.517500', '194249.977500', '194250.437500', '194250.897500', '194251.357500', '194251.817500', '194252.277500', '194252.737500', '194253.197500', '194253.657500', '194254.117500', '194254.577500', '194255.037500', '194255.497500', '194255.957500', '194256.417500', '194256.877500', '194257.337500', '194257.797500', '194258.257500', '194258.717500', '194259.177500', '194259.637500', '194300.097500', '194300.557500', '194301.017500', '194301.477500', '194301.937500', '194302.397500', '194302.857500', '194303.317500', '194303.777500', '194304.237500', '194304.697500', '194305.157500', '194305.617500', '194306.077500', '194306.537500', '194306.997500', '194307.457500', '194307.917500', '194308.377500', '194308.837500', '194309.297500', '194309.757500', '194310.217500', '194310.677500', '194311.137500', '194311.597500', '194312.057500', '194312.517500', '194312.977500', '194313.437500', '194313.897500', '194314.357500', '194314.817500', '194315.277500', '194315.737500', '194316.197500', '194316.657500', '194317.117500', '194317.577500', '194318.037500', '194318.497500', '194318.957500', '194319.417500', '194319.877500', '194320.337500', '194320.797500', '194321.257500', '194321.717500', '194322.177500', '194322.637500', '194323.097500', '194323.557500', '194324.017500', '194324.477500', '194324.937500', '194325.397500', '194325.857500', '194326.317500', '194326.777500', '194327.237500', '194327.697500', '194328.157500', '194328.617500', '194329.077500', '194329.537500', '194329.997500', '194330.457500', '194330.917500', '194331.377500', '194331.837500', '194332.297500', '194332.757500', '194333.217500', '194333.677500', '194334.137500', '194334.597500', '194335.057500', '194335.517500', '194335.977500', '194336.437500', '194336.897500', '194337.357500', '194337.817500', '194338.277500', '194338.737500', '194339.197500', '194339.657500', '194340.117500', '194340.577500', '194341.037500', '194341.497500', '194341.957500', '194342.417500', '194342.877500', '194343.337500', '194343.797500', '194344.257500', '194344.717500', '194345.177500', '194345.637500', '194346.097500', '194346.557500', '194347.017500', '194347.477500', '194347.937500', '194348.397500', '194348.857500', '194349.317500', '194349.777500', '194350.237500', '194350.697500', '194351.157500', '194351.617500', '194352.077500', '194352.537500', '194352.997500', '194353.457500', '194353.917500', '194354.377500', '194354.837500', '194355.297500', '194355.757500', '194356.217500', '194356.677500', '194357.137500', '194357.597500', '194358.057500', '194358.517500', '194358.977500', '194359.437500', '194359.897500', '194400.357500', '194400.817500', '194401.277500', '194401.737500', '194402.197500', '194402.657500', '194403.117500', '194403.577500', '194404.037500', '194404.497500', '194404.957500', '194405.417500', '194405.877500', '194406.337500', '194406.797500', '194407.257500', '194407.717500', '194408.177500', '194408.637500', '194409.097500', '194409.557500', '194410.017500', '194410.477500', '194410.937500', '194411.397500', '194411.857500', '194412.317500', '194412.777500', '194413.237500', '194413.697500', '194414.157500', '194414.617500', '194415.077500', '194415.537500', '194415.997500', '194416.457500', '194416.917500', '194417.377500', '194417.837500', '194418.297500', '194418.757500', '194419.217500', '194419.677500', '194420.137500', '194420.597500', '194421.057500', '194421.517500', '194421.977500', '194422.437500', '194422.897500', '194423.357500', '194423.817500', '194424.277500', '194424.737500', '194425.197500', '194425.657500', '194426.117500', '194426.577500', '194427.037500', '194427.497500', '194427.957500', '194428.417500', '194428.877500', '194429.337500', '194429.797500', '194430.257500', '194430.717500', '194431.177500', '194431.637500', '194432.097500', '194432.557500', '194433.017500', '194433.477500', '194433.937500', '194434.397500', '194434.857500', '194435.317500', '194435.777500', '194436.237500', '194436.697500', '194437.157500', '194437.617500', '194438.077500', '194438.537500', '194438.997500', '194439.457500', '194439.917500', '194440.377500', '194440.837500', '194441.297500', '194441.757500', '194442.217500', '194442.677500', '194443.137500', '194443.597500', '194444.057500', '194444.517500', '194444.977500', '194445.437500', '194445.897500', '194446.357500', '194446.817500', '194447.277500', '194447.737500', '194448.197500', '194448.657500', '194449.117500', '194449.577500', '194450.037500', '194450.497500', '194450.957500', '194451.417500', '194451.877500', '194452.337500', '194452.797500', '194453.257500', '194453.717500', '194454.177500', '194454.637500', '194455.097500', '194455.557500', '194456.017500', '194456.477500', '194456.937500', '194457.397500', '194457.857500', '194458.317500', '194458.777500', '194459.237500', '194459.697500', '194500.157500', '194500.617500', '194501.077500', '194501.537500', '194501.997500', '194502.457500', '194502.917500', '194503.377500', '194503.837500', '194504.297500', '194504.757500', '194505.217500', '194505.677500', '194506.137500', '194506.597500', '194507.057500', '194507.517500', '194507.977500', '194508.437500', '194508.897500', '194509.357500', '194509.817500', '194510.277500', '194510.737500', '194511.197500', '194511.657500', '194512.117500', '194512.577500', '194513.037500', '194513.497500', '194513.957500', '194514.417500', '194514.877500', '194515.337500', '194515.797500', '194516.257500', '194516.717500', '194517.177500', '194517.637500', '194518.097500', '194518.557500', '194519.017500', '194519.477500', '194519.937500', '194520.397500', '194520.857500', '194521.317500', '194521.777500', '194522.237500', '194522.697500', '194523.157500', '194523.617500', '194524.077500', '194524.537500'], 'ContentTime': ['193654.628000', '193654.631000', '193654.634000', '193654.637000', '193654.639000', '193654.642000', '193654.644000', '193654.647000', '193654.650000', '193654.652000', '193654.655000', '193654.658000', '193654.660000', '193654.663000', '193654.667000', '193654.670000', '193654.672000', '193654.675000', '193654.678000', '193654.680000', '193654.683000', '193654.687000', '193654.689000', '193654.692000', '193654.695000', '193654.697000', '193654.700000', '193654.703000', '193654.706000', '193654.708000', '193654.711000', '193654.713000', '193654.716000', '193654.719000', '193654.721000', '193654.724000', '193654.726000', '193654.729000', '193654.731000', '193654.741000', '193654.744000', '193654.747000', '193654.749000', '193654.752000', '193654.755000', '193654.757000', '193714.587000', '193714.590000', '193714.593000', '193714.595000', '193714.598000', '193714.601000', '193714.603000', '193714.606000', '193714.608000', '193714.611000', '193714.613000', '193714.616000', '193714.619000', '193714.621000', '193714.624000', '193714.626000', '193714.629000', '193714.631000', '193714.642000', '193714.644000', '193714.647000', '193714.650000', '193714.652000', '193714.655000', '193714.658000', '193714.660000', '193714.663000', '193714.665000', '193714.668000', '193714.670000', '193714.673000', '193714.675000', '193714.678000', '193714.680000', '193714.683000', '193714.686000', '193714.688000', '193714.691000', '193714.693000', '193714.696000', '193714.699000', '193714.701000', '193714.704000', '193734.588000', '193734.591000', '193734.594000', '193734.597000', '193734.602000', '193734.605000', '193734.607000', '193734.610000', '193734.613000', '193734.615000', '193734.618000', '193734.621000', '193734.623000', '193734.626000', '193734.628000', '193734.631000', '193734.634000', '193734.636000', '193734.639000', '193734.641000', '193734.644000', '193734.647000', '193734.649000', '193734.652000', '193734.655000', '193734.657000', '193734.660000', '193734.663000', '193734.665000', '193734.668000', '193734.670000', '193734.673000', '193734.676000', '193734.678000', '193734.681000', '193734.684000', '193734.687000', '193734.689000', '193734.692000', '193734.695000', '193734.697000', '193734.700000', '193734.703000', '193754.587000', '193754.590000', '193754.593000', '193754.596000', '193754.598000', '193754.601000', '193754.604000', '193754.606000', '193754.609000', '193754.611000', '193754.614000', '193754.616000', '193754.619000', '193754.622000', '193754.624000', '193754.627000', '193754.629000', '193754.632000', '193754.635000', '193754.637000', '193754.640000', '193754.642000', '193754.645000', '193754.648000', '193754.650000', '193754.653000', '193754.655000', '193754.658000', '193754.661000', '193754.675000', '193754.677000', '193754.680000', '193754.682000', '193754.685000', '193754.688000', '193754.690000', '193754.693000', '193754.695000', '193754.698000', '193754.700000', '193754.703000', '193754.706000', '193754.708000', '193754.711000', '193814.589000', '193814.591000', '193814.594000', '193814.596000', '193814.599000', '193814.602000', '193814.604000', '193814.616000', '193814.619000', '193814.622000', '193814.624000', '193814.627000', '193814.637000', '193814.640000', '193814.643000', '193814.645000', '193814.649000', '193814.652000', '193814.655000', '193814.666000', '193814.669000', '193814.672000', '193814.675000', '193814.677000', '193814.680000', '193814.682000', '193814.685000', '193814.687000', '193814.691000', '193814.693000', '193814.696000', '193814.698000', '193814.701000', '193814.704000', '193814.706000', '193814.709000', '193814.711000', '193814.714000', '193814.717000', '193814.719000', '193814.722000', '193814.725000', '193814.727000', '193834.588000', '193834.591000', '193834.594000', '193834.596000', '193834.599000', '193834.601000', '193834.604000', '193834.606000', '193834.609000', '193834.612000', '193834.614000', '193834.617000', '193834.619000', '193834.622000', '193834.624000', '193834.627000', '193834.630000', '193834.632000', '193834.635000', '193834.637000', '193834.640000', '193834.653000', '193834.655000', '193834.658000', '193834.667000', '193834.670000', '193834.672000', '193834.675000', '193834.677000', '193834.680000', '193834.683000', '193834.685000', '193834.688000', '193834.690000', '193834.693000', '193834.696000', '193834.698000', '193834.701000', '193834.703000', '193834.706000', '193834.708000', '193834.711000', '193834.713000', '193834.716000', '193854.588000', '193854.591000', '193854.594000', '193854.596000', '193854.599000', '193854.601000', '193854.604000', '193854.607000', '193854.609000', '193854.612000', '193854.614000', '193854.617000', '193854.619000', '193854.622000', '193854.626000', '193854.629000', '193854.631000', '193854.634000', '193854.637000', '193854.639000', '193854.642000', '193854.645000', '193854.647000', '193854.650000', '193854.652000', '193854.655000', '193854.657000', '193854.660000', '193854.662000', '193854.665000', '193854.668000', '193854.670000', '193854.673000', '193854.675000', '193854.678000', '193854.681000', '193854.683000', '193854.686000', '193854.688000', '193854.691000', '193854.694000', '193854.696000', '193854.699000', '193914.589000', '193914.591000', '193914.594000', '193914.596000', '193914.599000', '193914.602000', '193914.604000', '193914.607000', '193914.609000', '193914.612000', '193914.614000', '193914.617000', '193914.619000', '193914.622000', '193914.625000', '193914.627000', '193914.630000', '193914.632000', '193914.643000', '193914.646000', '193914.648000', '193914.651000', '193914.654000', '193914.656000', '193914.659000', '193914.671000', '193914.673000', '193914.676000', '193914.679000', '193914.681000', '193914.684000', '193914.687000', '193914.689000', '193914.692000', '193914.694000', '193914.697000', '193914.700000', '193914.702000', '193914.705000', '193914.707000', '193914.710000', '193914.713000', '193914.715000', '193914.718000', '193934.588000', '193934.590000', '193934.593000', '193934.596000', '193934.598000', '193934.601000', '193934.603000', '193934.606000', '193934.608000', '193934.611000', '193934.613000', '193934.616000', '193934.619000', '193934.621000', '193934.624000', '193934.626000', '193934.629000', '193934.632000', '193934.634000', '193934.637000', '193934.639000', '193934.642000', '193934.645000', '193934.647000', '193934.650000', '193934.653000', '193934.655000', '193934.658000', '193934.662000', '193934.665000', '193934.668000', '193934.671000', '193934.674000', '193934.677000', '193934.679000', '193934.682000', '193934.684000', '193934.687000', '193934.690000', '193934.692000', '193934.695000', '193934.697000', '193934.700000', '193954.588000', '193954.590000', '193954.593000', '193954.607000', '193954.610000', '193954.612000', '193954.615000', '193954.617000', '193954.620000', '193954.623000', '193954.625000', '193954.628000', '193954.630000', '193954.633000', '193954.635000', '193954.638000', '193954.641000', '193954.643000', '193954.646000', '193954.648000', '193954.651000', '193954.654000', '193954.656000', '193954.659000', '193954.661000', '193954.664000', '193954.666000', '193954.669000', '193954.672000', '193954.674000', '193954.677000', '193954.680000', '193954.682000', '193954.685000', '193954.687000', '193954.690000', '193954.692000', '193954.695000', '193954.697000', '193954.700000', '193954.703000', '193954.705000', '193954.708000', '193954.710000', '194014.587000', '194014.590000', '194014.593000', '194014.596000', '194014.598000', '194014.601000', '194014.604000', '194014.606000', '194014.609000', '194014.611000', '194014.614000', '194014.617000', '194014.619000', '194014.622000', '194014.624000', '194014.627000', '194014.630000', '194014.632000', '194014.635000', '194014.637000', '194014.640000', '194014.642000', '194014.645000', '194014.648000', '194014.650000', '194014.653000', '194014.655000', '194014.658000', '194014.660000', '194014.663000', '194014.666000', '194014.668000', '194014.671000', '194014.674000', '194014.676000', '194014.679000', '194014.681000', '194014.684000', '194014.687000', '194014.689000', '194014.692000', '194014.694000', '194014.697000', '194034.589000', '194034.592000', '194034.594000', '194034.597000', '194034.599000', '194034.602000', '194034.605000', '194034.607000', '194034.610000', '194034.612000', '194034.615000', '194034.617000', '194034.620000', '194034.623000', '194034.625000', '194034.628000', '194034.630000', '194034.633000', '194034.636000', '194034.638000', '194034.641000', '194034.643000', '194034.646000', '194034.648000', '194034.651000', '194034.654000', '194034.656000', '194034.659000', '194034.661000', '194034.664000', '194034.667000', '194034.669000', '194034.672000', '194034.674000', '194034.677000', '194034.680000', '194034.682000', '194034.685000', '194034.687000', '194034.690000', '194034.692000', '194034.695000', '194034.698000', '194034.700000', '194054.589000', '194054.591000', '194054.594000', '194054.597000', '194054.600000', '194054.602000', '194054.605000', '194054.607000', '194054.610000', '194054.613000', '194054.615000', '194054.618000', '194054.621000', '194054.623000', '194054.626000', '194054.628000', '194054.631000', '194054.634000', '194054.636000', '194054.639000', '194054.641000', '194054.644000', '194054.647000', '194054.649000', '194054.652000', '194054.654000', '194054.657000', '194054.659000', '194054.662000', '194054.665000', '194054.667000', '194054.670000', '194054.673000', '194054.675000', '194054.678000', '194054.681000', '194054.684000', '194054.686000', '194054.689000', '194054.692000', '194054.694000', '194054.697000', '194054.700000', '194114.588000', '194114.591000', '194114.594000', '194114.596000', '194114.599000', '194114.602000', '194114.605000', '194114.607000', '194114.610000', '194114.612000', '194114.615000', '194114.617000', '194114.620000', '194114.623000', '194114.625000', '194114.628000', '194114.630000', '194114.633000', '194114.636000', '194114.638000', '194114.641000', '194114.643000', '194114.646000', '194114.648000', '194114.651000', '194114.654000', '194114.656000', '194114.659000', '194114.675000', '194114.678000', '194114.680000', '194114.683000', '194114.685000', '194114.688000', '194114.690000', '194114.693000', '194114.695000', '194114.698000', '194114.701000', '194114.703000', '194114.706000', '194114.708000', '194114.711000', '194114.714000', '194134.589000', '194134.591000', '194134.594000', '194134.597000', '194134.599000', '194134.602000', '194134.604000', '194134.607000', '194134.610000', '194134.612000', '194134.615000', '194134.617000', '194134.620000', '194134.623000', '194134.625000', '194134.628000', '194134.630000', '194134.633000', '194134.635000', '194134.638000', '194134.641000', '194134.643000', '194134.646000', '194134.649000', '194134.651000', '194134.654000', '194134.656000', '194134.659000', '194134.662000', '194134.664000', '194134.667000', '194134.670000', '194134.672000', '194134.675000', '194134.677000', '194134.680000', '194134.683000', '194134.685000', '194134.688000', '194134.690000', '194134.693000', '194134.696000', '194134.698000', '194154.588000', '194154.590000', '194154.593000', '194154.596000', '194154.599000', '194154.601000', '194154.604000', '194154.607000', '194154.609000', '194154.612000', '194154.614000', '194154.617000', '194154.620000', '194154.622000', '194154.625000', '194154.628000', '194154.630000', '194154.633000', '194154.635000', '194154.638000', '194154.641000', '194154.643000', '194154.646000', '194154.648000', '194154.651000', '194154.654000', '194154.656000', '194154.659000', '194154.662000', '194154.664000', '194154.667000', '194154.669000', '194154.672000', '194154.675000', '194154.677000', '194154.680000', '194154.682000', '194154.685000', '194154.688000', '194154.690000', '194154.693000', '194154.695000', '194154.698000', '194154.701000', '194214.588000', '194214.590000', '194214.594000', '194214.596000', '194214.599000', '194214.601000', '194214.604000', '194214.607000', '194214.609000', '194214.612000', '194214.615000', '194214.619000', '194214.622000', '194214.624000', '194214.627000', '194214.630000', '194214.632000', '194214.635000', '194214.638000', '194214.640000', '194214.643000', '194214.645000', '194214.648000', '194214.651000', '194214.653000', '194214.657000', '194214.660000', '194214.662000', '194214.665000', '194214.667000', '194214.670000', '194214.672000', '194214.675000', '194214.678000', '194214.680000', '194214.683000', '194214.685000', '194214.688000', '194214.690000', '194214.693000', '194214.695000', '194214.698000', '194214.701000', '194234.588000', '194234.590000', '194234.593000', '194234.596000', '194234.598000', '194234.601000', '194234.604000', '194234.606000', '194234.609000', '194234.611000', '194234.614000', '194234.617000', '194234.619000', '194234.622000', '194234.624000', '194234.627000', '194234.630000', '194234.632000', '194234.635000', '194234.637000', '194234.640000', '194234.643000', '194234.645000', '194234.648000', '194234.650000', '194234.653000', '194234.655000', '194234.658000', '194234.661000', '194234.663000', '194234.666000', '194234.668000', '194234.671000', '194234.673000', '194234.676000', '194234.679000', '194234.681000', '194234.684000', '194234.686000', '194234.731000', '194234.734000', '194234.736000', '194234.739000', '194234.742000', '194254.589000', '194254.592000', '194254.594000', '194254.597000', '194254.600000', '194254.602000', '194254.605000', '194254.607000', '194254.610000', '194254.613000', '194254.615000', '194254.618000', '194254.620000', '194254.623000', '194254.626000', '194254.628000', '194254.631000', '194254.634000', '194254.636000', '194254.639000', '194254.641000', '194254.644000', '194254.647000', '194254.649000', '194254.652000', '194254.654000', '194254.657000', '194254.659000', '194254.662000', '194254.665000', '194254.667000', '194254.670000', '194254.673000', '194254.675000', '194254.678000', '194254.680000', '194254.683000', '194254.686000', '194254.688000', '194254.691000', '194254.693000', '194254.696000', '194254.699000', '194314.588000', '194314.591000', '194314.594000', '194314.597000', '194314.599000', '194314.602000', '194314.605000', '194314.607000', '194314.610000', '194314.612000', '194314.615000', '194314.618000', '194314.620000', '194314.623000', '194314.626000', '194314.628000', '194314.631000', '194314.633000', '194314.636000', '194314.639000', '194314.641000', '194314.644000', '194314.647000', '194314.649000', '194314.652000', '194314.654000', '194314.657000', '194314.660000', '194314.662000', '194314.665000', '194314.667000', '194314.670000', '194314.672000', '194314.675000', '194314.678000', '194314.680000', '194314.683000', '194314.685000', '194314.688000', '194314.691000', '194314.693000', '194314.696000', '194314.698000', '194314.701000', '194334.588000', '194334.591000', '194334.594000', '194334.596000', '194334.599000', '194334.602000', '194334.605000', '194334.607000', '194334.610000', '194334.613000', '194334.615000', '194334.618000', '194334.620000', '194334.623000', '194334.626000', '194334.628000', '194334.631000', '194334.633000', '194334.636000', '194334.638000', '194334.641000', '194334.644000', '194334.646000', '194334.649000', '194334.651000', '194334.654000', '194334.657000', '194334.659000', '194334.662000', '194334.664000', '194334.667000', '194334.670000', '194334.672000', '194334.675000', '194334.677000', '194334.680000', '194334.683000', '194334.685000', '194334.688000', '194334.690000', '194334.693000', '194334.696000', '194334.698000', '194354.589000', '194354.592000', '194354.594000', '194354.597000', '194354.600000', '194354.602000', '194354.605000', '194354.608000', '194354.610000', '194354.613000', '194354.615000', '194354.618000', '194354.620000', '194354.623000', '194354.626000', '194354.628000', '194354.631000', '194354.633000', '194354.636000', '194354.638000', '194354.641000', '194354.644000', '194354.646000', '194354.649000', '194354.651000', '194354.654000', '194354.656000', '194354.659000', '194354.662000', '194354.664000', '194354.667000', '194354.669000', '194354.672000', '194354.675000', '194354.677000', '194354.680000', '194354.682000', '194354.685000', '194354.688000', '194354.690000', '194354.693000', '194354.695000', '194354.698000', '194354.701000', '194414.587000', '194414.590000', '194414.593000', '194414.595000', '194414.598000', '194414.601000', '194414.603000', '194414.606000', '194414.608000', '194414.611000', '194414.614000', '194414.616000', '194414.619000', '194414.621000', '194414.624000', '194414.626000', '194414.629000', '194414.632000', '194414.634000', '194414.637000', '194414.639000', '194414.642000', '194414.645000', '194414.647000', '194414.650000', '194414.652000', '194414.655000', '194414.657000', '194414.660000', '194414.663000', '194414.665000', '194414.668000', '194414.670000', '194414.673000', '194414.676000', '194414.678000', '194414.681000', '194414.683000', '194414.686000', '194414.689000', '194414.691000', '194414.694000', '194414.696000', '194434.588000', '194434.591000', '194434.594000', '194434.596000', '194434.599000', '194434.602000', '194434.604000', '194434.607000', '194434.610000', '194434.612000', '194434.615000', '194434.617000', '194434.620000', '194434.623000', '194434.626000', '194434.628000', '194434.631000', '194434.634000', '194434.636000', '194434.639000', '194434.642000', '194434.644000', '194434.647000', '194434.650000', '194434.652000', '194434.655000', '194434.657000', '194434.660000', '194434.663000', '194434.665000', '194434.668000', '194434.670000', '194434.673000', '194434.676000', '194434.679000', '194434.681000', '194434.684000', '194434.687000', '194434.689000', '194434.692000', '194434.694000', '194434.697000', '194434.700000', '194454.588000', '194454.591000', '194454.593000', '194454.596000', '194454.599000', '194454.601000', '194454.604000', '194454.606000', '194454.609000', '194454.612000', '194454.614000', '194454.617000', '194454.619000', '194454.622000', '194454.624000', '194454.627000', '194454.630000', '194454.632000', '194454.635000', '194454.638000', '194454.640000', '194454.643000', '194454.645000', '194454.648000', '194454.651000', '194454.653000', '194454.656000', '194454.658000', '194454.661000', '194454.663000', '194454.666000', '194454.669000', '194454.671000', '194454.674000', '194454.676000', '194454.679000', '194454.682000', '194454.684000', '194454.687000', '194454.689000', '194454.692000', '194454.694000', '194454.697000', '194454.700000', '194514.589000', '194514.591000', '194514.594000', '194514.597000', '194514.599000', '194514.602000', '194514.604000', '194514.607000', '194514.610000', '194514.612000', '194514.615000', '194514.618000', '194514.620000', '194514.623000', '194514.625000', '194514.628000', '194514.631000', '194514.633000', '194514.636000', '194514.639000', '194514.642000', '194514.645000', '194514.647000', '194514.650000', '194514.652000', '194514.655000', '194514.658000', '194514.660000', '194514.663000', '194514.665000', '194514.668000', '194514.671000', '194514.673000', '194514.676000', '194514.678000', '194514.681000', '194514.684000', '194514.686000', '194514.689000', '194514.691000', '194514.694000', '194514.697000', '194514.699000', '194525.680000', '194525.683000', '194525.686000', '194525.714000', '194525.717000', '194525.720000', '194525.722000', '194525.725000', '194525.728000', '194525.731000', '194525.734000', '194525.737000', '194525.740000', '194525.742000', '194525.745000', '194525.748000', '194525.755000', '194525.758000', '194525.761000', '194525.764000', '194525.767000', '194525.769000', '194525.772000', '194525.775000', '194525.778000'], 'InstanceCreationTime': ['193654.628000', '193654.631000', '193654.634000', '193654.637000', '193654.639000', '193654.642000', '193654.644000', '193654.647000', '193654.650000', '193654.652000', '193654.655000', '193654.658000', '193654.660000', '193654.663000', '193654.667000', '193654.670000', '193654.672000', '193654.675000', '193654.678000', '193654.680000', '193654.683000', '193654.687000', '193654.689000', '193654.692000', '193654.695000', '193654.697000', '193654.700000', '193654.703000', '193654.706000', '193654.708000', '193654.711000', '193654.713000', '193654.716000', '193654.719000', '193654.721000', '193654.724000', '193654.726000', '193654.729000', '193654.731000', '193654.741000', '193654.744000', '193654.747000', '193654.749000', '193654.752000', '193654.755000', '193654.757000', '193714.587000', '193714.590000', '193714.593000', '193714.595000', '193714.598000', '193714.601000', '193714.603000', '193714.606000', '193714.608000', '193714.611000', '193714.613000', '193714.616000', '193714.619000', '193714.621000', '193714.624000', '193714.626000', '193714.629000', '193714.631000', '193714.642000', '193714.644000', '193714.647000', '193714.650000', '193714.652000', '193714.655000', '193714.658000', '193714.660000', '193714.663000', '193714.665000', '193714.668000', '193714.670000', '193714.673000', '193714.675000', '193714.678000', '193714.680000', '193714.683000', '193714.686000', '193714.688000', '193714.691000', '193714.693000', '193714.696000', '193714.699000', '193714.701000', '193714.704000', '193734.588000', '193734.591000', '193734.594000', '193734.597000', '193734.602000', '193734.605000', '193734.607000', '193734.610000', '193734.613000', '193734.615000', '193734.618000', '193734.621000', '193734.623000', '193734.626000', '193734.628000', '193734.631000', '193734.634000', '193734.636000', '193734.639000', '193734.641000', '193734.644000', '193734.647000', '193734.649000', '193734.652000', '193734.655000', '193734.657000', '193734.660000', '193734.663000', '193734.665000', '193734.668000', '193734.670000', '193734.673000', '193734.676000', '193734.678000', '193734.681000', '193734.684000', '193734.687000', '193734.689000', '193734.692000', '193734.695000', '193734.697000', '193734.700000', '193734.703000', '193754.587000', '193754.590000', '193754.593000', '193754.596000', '193754.598000', '193754.601000', '193754.604000', '193754.606000', '193754.609000', '193754.611000', '193754.614000', '193754.616000', '193754.619000', '193754.622000', '193754.624000', '193754.627000', '193754.629000', '193754.632000', '193754.635000', '193754.637000', '193754.640000', '193754.642000', '193754.645000', '193754.648000', '193754.650000', '193754.653000', '193754.655000', '193754.658000', '193754.661000', '193754.675000', '193754.677000', '193754.680000', '193754.682000', '193754.685000', '193754.688000', '193754.690000', '193754.693000', '193754.695000', '193754.698000', '193754.700000', '193754.703000', '193754.706000', '193754.708000', '193754.711000', '193814.589000', '193814.591000', '193814.594000', '193814.596000', '193814.599000', '193814.602000', '193814.604000', '193814.616000', '193814.619000', '193814.622000', '193814.624000', '193814.627000', '193814.637000', '193814.640000', '193814.643000', '193814.645000', '193814.649000', '193814.652000', '193814.655000', '193814.666000', '193814.669000', '193814.672000', '193814.675000', '193814.677000', '193814.680000', '193814.682000', '193814.685000', '193814.687000', '193814.691000', '193814.693000', '193814.696000', '193814.698000', '193814.701000', '193814.704000', '193814.706000', '193814.709000', '193814.711000', '193814.714000', '193814.717000', '193814.719000', '193814.722000', '193814.725000', '193814.727000', '193834.588000', '193834.591000', '193834.594000', '193834.596000', '193834.599000', '193834.601000', '193834.604000', '193834.606000', '193834.609000', '193834.612000', '193834.614000', '193834.617000', '193834.619000', '193834.622000', '193834.624000', '193834.627000', '193834.630000', '193834.632000', '193834.635000', '193834.637000', '193834.640000', '193834.653000', '193834.655000', '193834.658000', '193834.667000', '193834.670000', '193834.672000', '193834.675000', '193834.677000', '193834.680000', '193834.683000', '193834.685000', '193834.688000', '193834.690000', '193834.693000', '193834.696000', '193834.698000', '193834.701000', '193834.703000', '193834.706000', '193834.708000', '193834.711000', '193834.713000', '193834.716000', '193854.588000', '193854.591000', '193854.594000', '193854.596000', '193854.599000', '193854.601000', '193854.604000', '193854.607000', '193854.609000', '193854.612000', '193854.614000', '193854.617000', '193854.619000', '193854.622000', '193854.626000', '193854.629000', '193854.631000', '193854.634000', '193854.637000', '193854.639000', '193854.642000', '193854.645000', '193854.647000', '193854.650000', '193854.652000', '193854.655000', '193854.657000', '193854.660000', '193854.662000', '193854.665000', '193854.668000', '193854.670000', '193854.673000', '193854.675000', '193854.678000', '193854.681000', '193854.683000', '193854.686000', '193854.688000', '193854.691000', '193854.694000', '193854.696000', '193854.699000', '193914.589000', '193914.591000', '193914.594000', '193914.596000', '193914.599000', '193914.602000', '193914.604000', '193914.607000', '193914.609000', '193914.612000', '193914.614000', '193914.617000', '193914.619000', '193914.622000', '193914.625000', '193914.627000', '193914.630000', '193914.632000', '193914.643000', '193914.646000', '193914.648000', '193914.651000', '193914.654000', '193914.656000', '193914.659000', '193914.671000', '193914.673000', '193914.676000', '193914.679000', '193914.681000', '193914.684000', '193914.687000', '193914.689000', '193914.692000', '193914.694000', '193914.697000', '193914.700000', '193914.702000', '193914.705000', '193914.707000', '193914.710000', '193914.713000', '193914.715000', '193914.718000', '193934.588000', '193934.590000', '193934.593000', '193934.596000', '193934.598000', '193934.601000', '193934.603000', '193934.606000', '193934.608000', '193934.611000', '193934.613000', '193934.616000', '193934.619000', '193934.621000', '193934.624000', '193934.626000', '193934.629000', '193934.632000', '193934.634000', '193934.637000', '193934.639000', '193934.642000', '193934.645000', '193934.647000', '193934.650000', '193934.653000', '193934.655000', '193934.658000', '193934.662000', '193934.665000', '193934.668000', '193934.671000', '193934.674000', '193934.677000', '193934.679000', '193934.682000', '193934.684000', '193934.687000', '193934.690000', '193934.692000', '193934.695000', '193934.697000', '193934.700000', '193954.588000', '193954.590000', '193954.593000', '193954.607000', '193954.610000', '193954.612000', '193954.615000', '193954.617000', '193954.620000', '193954.623000', '193954.625000', '193954.628000', '193954.630000', '193954.633000', '193954.635000', '193954.638000', '193954.641000', '193954.643000', '193954.646000', '193954.648000', '193954.651000', '193954.654000', '193954.656000', '193954.659000', '193954.661000', '193954.664000', '193954.666000', '193954.669000', '193954.672000', '193954.674000', '193954.677000', '193954.680000', '193954.682000', '193954.685000', '193954.687000', '193954.690000', '193954.692000', '193954.695000', '193954.697000', '193954.700000', '193954.703000', '193954.705000', '193954.708000', '193954.710000', '194014.587000', '194014.590000', '194014.593000', '194014.596000', '194014.598000', '194014.601000', '194014.604000', '194014.606000', '194014.609000', '194014.611000', '194014.614000', '194014.617000', '194014.619000', '194014.622000', '194014.624000', '194014.627000', '194014.630000', '194014.632000', '194014.635000', '194014.637000', '194014.640000', '194014.642000', '194014.645000', '194014.648000', '194014.650000', '194014.653000', '194014.655000', '194014.658000', '194014.660000', '194014.663000', '194014.666000', '194014.668000', '194014.671000', '194014.674000', '194014.676000', '194014.679000', '194014.681000', '194014.684000', '194014.687000', '194014.689000', '194014.692000', '194014.694000', '194014.697000', '194034.589000', '194034.592000', '194034.594000', '194034.597000', '194034.599000', '194034.602000', '194034.605000', '194034.607000', '194034.610000', '194034.612000', '194034.615000', '194034.617000', '194034.620000', '194034.623000', '194034.625000', '194034.628000', '194034.630000', '194034.633000', '194034.636000', '194034.638000', '194034.641000', '194034.643000', '194034.646000', '194034.648000', '194034.651000', '194034.654000', '194034.656000', '194034.659000', '194034.661000', '194034.664000', '194034.667000', '194034.669000', '194034.672000', '194034.674000', '194034.677000', '194034.680000', '194034.682000', '194034.685000', '194034.687000', '194034.690000', '194034.692000', '194034.695000', '194034.698000', '194034.700000', '194054.589000', '194054.591000', '194054.594000', '194054.597000', '194054.600000', '194054.602000', '194054.605000', '194054.607000', '194054.610000', '194054.613000', '194054.615000', '194054.618000', '194054.621000', '194054.623000', '194054.626000', '194054.628000', '194054.631000', '194054.634000', '194054.636000', '194054.639000', '194054.641000', '194054.644000', '194054.647000', '194054.649000', '194054.652000', '194054.654000', '194054.657000', '194054.659000', '194054.662000', '194054.665000', '194054.667000', '194054.670000', '194054.673000', '194054.675000', '194054.678000', '194054.681000', '194054.684000', '194054.686000', '194054.689000', '194054.692000', '194054.694000', '194054.697000', '194054.700000', '194114.588000', '194114.591000', '194114.594000', '194114.596000', '194114.599000', '194114.602000', '194114.605000', '194114.607000', '194114.610000', '194114.612000', '194114.615000', '194114.617000', '194114.620000', '194114.623000', '194114.625000', '194114.628000', '194114.630000', '194114.633000', '194114.636000', '194114.638000', '194114.641000', '194114.643000', '194114.646000', '194114.648000', '194114.651000', '194114.654000', '194114.656000', '194114.659000', '194114.675000', '194114.678000', '194114.680000', '194114.683000', '194114.685000', '194114.688000', '194114.690000', '194114.693000', '194114.695000', '194114.698000', '194114.701000', '194114.703000', '194114.706000', '194114.708000', '194114.711000', '194114.714000', '194134.589000', '194134.591000', '194134.594000', '194134.597000', '194134.599000', '194134.602000', '194134.604000', '194134.607000', '194134.610000', '194134.612000', '194134.615000', '194134.617000', '194134.620000', '194134.623000', '194134.625000', '194134.628000', '194134.630000', '194134.633000', '194134.635000', '194134.638000', '194134.641000', '194134.643000', '194134.646000', '194134.649000', '194134.651000', '194134.654000', '194134.656000', '194134.659000', '194134.662000', '194134.664000', '194134.667000', '194134.670000', '194134.672000', '194134.675000', '194134.677000', '194134.680000', '194134.683000', '194134.685000', '194134.688000', '194134.690000', '194134.693000', '194134.696000', '194134.698000', '194154.588000', '194154.590000', '194154.593000', '194154.596000', '194154.599000', '194154.601000', '194154.604000', '194154.607000', '194154.609000', '194154.612000', '194154.614000', '194154.617000', '194154.620000', '194154.622000', '194154.625000', '194154.628000', '194154.630000', '194154.633000', '194154.635000', '194154.638000', '194154.641000', '194154.643000', '194154.646000', '194154.648000', '194154.651000', '194154.654000', '194154.656000', '194154.659000', '194154.662000', '194154.664000', '194154.667000', '194154.669000', '194154.672000', '194154.675000', '194154.677000', '194154.680000', '194154.682000', '194154.685000', '194154.688000', '194154.690000', '194154.693000', '194154.695000', '194154.698000', '194154.701000', '194214.588000', '194214.590000', '194214.594000', '194214.596000', '194214.599000', '194214.601000', '194214.604000', '194214.607000', '194214.609000', '194214.612000', '194214.615000', '194214.619000', '194214.622000', '194214.624000', '194214.627000', '194214.630000', '194214.632000', '194214.635000', '194214.638000', '194214.640000', '194214.643000', '194214.645000', '194214.648000', '194214.651000', '194214.653000', '194214.657000', '194214.660000', '194214.662000', '194214.665000', '194214.667000', '194214.670000', '194214.672000', '194214.675000', '194214.678000', '194214.680000', '194214.683000', '194214.685000', '194214.688000', '194214.690000', '194214.693000', '194214.695000', '194214.698000', '194214.701000', '194234.588000', '194234.590000', '194234.593000', '194234.596000', '194234.598000', '194234.601000', '194234.604000', '194234.606000', '194234.609000', '194234.611000', '194234.614000', '194234.617000', '194234.619000', '194234.622000', '194234.624000', '194234.627000', '194234.630000', '194234.632000', '194234.635000', '194234.637000', '194234.640000', '194234.643000', '194234.645000', '194234.648000', '194234.650000', '194234.653000', '194234.655000', '194234.658000', '194234.661000', '194234.663000', '194234.666000', '194234.668000', '194234.671000', '194234.673000', '194234.676000', '194234.679000', '194234.681000', '194234.684000', '194234.686000', '194234.731000', '194234.734000', '194234.736000', '194234.739000', '194234.742000', '194254.589000', '194254.592000', '194254.594000', '194254.597000', '194254.600000', '194254.602000', '194254.605000', '194254.607000', '194254.610000', '194254.613000', '194254.615000', '194254.618000', '194254.620000', '194254.623000', '194254.626000', '194254.628000', '194254.631000', '194254.634000', '194254.636000', '194254.639000', '194254.641000', '194254.644000', '194254.647000', '194254.649000', '194254.652000', '194254.654000', '194254.657000', '194254.659000', '194254.662000', '194254.665000', '194254.667000', '194254.670000', '194254.673000', '194254.675000', '194254.678000', '194254.680000', '194254.683000', '194254.686000', '194254.688000', '194254.691000', '194254.693000', '194254.696000', '194254.699000', '194314.588000', '194314.591000', '194314.594000', '194314.597000', '194314.599000', '194314.602000', '194314.605000', '194314.607000', '194314.610000', '194314.612000', '194314.615000', '194314.618000', '194314.620000', '194314.623000', '194314.626000', '194314.628000', '194314.631000', '194314.633000', '194314.636000', '194314.639000', '194314.641000', '194314.644000', '194314.647000', '194314.649000', '194314.652000', '194314.654000', '194314.657000', '194314.660000', '194314.662000', '194314.665000', '194314.667000', '194314.670000', '194314.672000', '194314.675000', '194314.678000', '194314.680000', '194314.683000', '194314.685000', '194314.688000', '194314.691000', '194314.693000', '194314.696000', '194314.698000', '194314.701000', '194334.588000', '194334.591000', '194334.594000', '194334.596000', '194334.599000', '194334.602000', '194334.605000', '194334.607000', '194334.610000', '194334.613000', '194334.615000', '194334.618000', '194334.620000', '194334.623000', '194334.626000', '194334.628000', '194334.631000', '194334.633000', '194334.636000', '194334.638000', '194334.641000', '194334.644000', '194334.646000', '194334.649000', '194334.651000', '194334.654000', '194334.657000', '194334.659000', '194334.662000', '194334.664000', '194334.667000', '194334.670000', '194334.672000', '194334.675000', '194334.677000', '194334.680000', '194334.683000', '194334.685000', '194334.688000', '194334.690000', '194334.693000', '194334.696000', '194334.698000', '194354.589000', '194354.592000', '194354.594000', '194354.597000', '194354.600000', '194354.602000', '194354.605000', '194354.608000', '194354.610000', '194354.613000', '194354.615000', '194354.618000', '194354.620000', '194354.623000', '194354.626000', '194354.628000', '194354.631000', '194354.633000', '194354.636000', '194354.638000', '194354.641000', '194354.644000', '194354.646000', '194354.649000', '194354.651000', '194354.654000', '194354.656000', '194354.659000', '194354.662000', '194354.664000', '194354.667000', '194354.669000', '194354.672000', '194354.675000', '194354.677000', '194354.680000', '194354.682000', '194354.685000', '194354.688000', '194354.690000', '194354.693000', '194354.695000', '194354.698000', '194354.701000', '194414.587000', '194414.590000', '194414.593000', '194414.595000', '194414.598000', '194414.601000', '194414.603000', '194414.606000', '194414.608000', '194414.611000', '194414.614000', '194414.616000', '194414.619000', '194414.621000', '194414.624000', '194414.626000', '194414.629000', '194414.632000', '194414.634000', '194414.637000', '194414.639000', '194414.642000', '194414.645000', '194414.647000', '194414.650000', '194414.652000', '194414.655000', '194414.657000', '194414.660000', '194414.663000', '194414.665000', '194414.668000', '194414.670000', '194414.673000', '194414.676000', '194414.678000', '194414.681000', '194414.683000', '194414.686000', '194414.689000', '194414.691000', '194414.694000', '194414.696000', '194434.588000', '194434.591000', '194434.594000', '194434.596000', '194434.599000', '194434.602000', '194434.604000', '194434.607000', '194434.610000', '194434.612000', '194434.615000', '194434.617000', '194434.620000', '194434.623000', '194434.626000', '194434.628000', '194434.631000', '194434.634000', '194434.636000', '194434.639000', '194434.642000', '194434.644000', '194434.647000', '194434.650000', '194434.652000', '194434.655000', '194434.657000', '194434.660000', '194434.663000', '194434.665000', '194434.668000', '194434.670000', '194434.673000', '194434.676000', '194434.679000', '194434.681000', '194434.684000', '194434.687000', '194434.689000', '194434.692000', '194434.694000', '194434.697000', '194434.700000', '194454.588000', '194454.591000', '194454.593000', '194454.596000', '194454.599000', '194454.601000', '194454.604000', '194454.606000', '194454.609000', '194454.612000', '194454.614000', '194454.617000', '194454.619000', '194454.622000', '194454.624000', '194454.627000', '194454.630000', '194454.632000', '194454.635000', '194454.638000', '194454.640000', '194454.643000', '194454.645000', '194454.648000', '194454.651000', '194454.653000', '194454.656000', '194454.658000', '194454.661000', '194454.663000', '194454.666000', '194454.669000', '194454.671000', '194454.674000', '194454.676000', '194454.679000', '194454.682000', '194454.684000', '194454.687000', '194454.689000', '194454.692000', '194454.694000', '194454.697000', '194454.700000', '194514.589000', '194514.591000', '194514.594000', '194514.597000', '194514.599000', '194514.602000', '194514.604000', '194514.607000', '194514.610000', '194514.612000', '194514.615000', '194514.618000', '194514.620000', '194514.623000', '194514.625000', '194514.628000', '194514.631000', '194514.633000', '194514.636000', '194514.639000', '194514.642000', '194514.645000', '194514.647000', '194514.650000', '194514.652000', '194514.655000', '194514.658000', '194514.660000', '194514.663000', '194514.665000', '194514.668000', '194514.671000', '194514.673000', '194514.676000', '194514.678000', '194514.681000', '194514.684000', '194514.686000', '194514.689000', '194514.691000', '194514.694000', '194514.697000', '194514.699000', '194525.680000', '194525.683000', '194525.686000', '194525.714000', '194525.717000', '194525.720000', '194525.722000', '194525.725000', '194525.728000', '194525.731000', '194525.734000', '194525.737000', '194525.740000', '194525.742000', '194525.745000', '194525.748000', '194525.755000', '194525.758000', '194525.761000', '194525.764000', '194525.767000', '194525.769000', '194525.772000', '194525.775000', '194525.778000'], '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': [8319, 8910, 7219, 8768, 16193, 10254, 14072, 7834, 9722, 9156, 8130, 13907, 8228, 9079, 7453, 7500, 8810, 7357, 7754, 8426, 7241, 9257, 6907, 8057, 7703, 7196, 8800, 7330, 9370, 7233, 8937, 12827, 6936, 11566, 8633, 8607, 13549, 8163, 13046, 8649, 9713, 15980, 10745, 13875, 9277, 8643, 12628, 7834, 11733, 7960, 8951, 7211, 8229, 13417, 7940, 12118, 7282, 9323, 10557, 7922, 11740, 7689, 10378, 8882, 8019, 13225, 8257, 9869, 7564, 8271, 9771, 7350, 8457, 7093, 8167, 8020, 8243, 9990, 8721, 8859, 11368, 8082, 10328, 8250, 8999, 14769, 7318, 10790, 10146, 8521, 12926, 7107, 9525, 8883, 8064, 9459, 7684, 8093, 12498, 6974, 9234, 7819, 7980, 9390, 6852, 8692, 12684, 7327, 10080, 8062, 8500, 12029, 7587, 8125, 13789, 7843, 9640, 7580, 8013, 8690, 7589, 7716, 7331, 7958, 9113, 7513, 8084, 10898, 8091, 10266, 7085, 8427, 13418, 7876, 11301, 7274, 8089, 12935, 7641, 9201, 8860, 8642, 9592, 7326, 7627, 11447, 7802, 9833, 7654, 8275, 9312, 7360, 8820, 7450, 8115, 9293, 7327, 9192, 6770, 8439, 11653, 7322, 10171, 14166, 8413, 13218, 8830, 8201, 11628, 8472, 9492, 13065, 7206, 10565, 7608, 8079, 9443, 7177, 8790, 7993, 7065, 9462, 7750, 8198, 7068, 8209, 10166, 7482, 8425, 14528, 7563, 11680, 9111, 8157, 12224, 8337, 8271, 15293, 6929, 9411, 12252, 8042, 10406, 7876, 8315, 9273, 7456, 8098, 7395, 6896, 8844, 7185, 8203, 12327, 6881, 10806, 10840, 8579, 11385, 7346, 9882, 11922, 8139, 12715, 8786, 8751, 13014, 7931, 10590, 9979, 8544, 10797, 7898, 9385, 7561, 8445, 10012, 7656, 8772, 7153, 7740, 11468, 7401, 9455, 9135, 7476, 10064, 7707, 8504, 10842, 6771, 8984, 7027, 7913, 7864, 7648, 8077, 7179, 8102, 7294, 7884, 7520, 8736, 7086, 11011, 13165, 11109, 14792, 7487, 11494, 8852, 8220, 14297, 8268, 12418, 8137, 8068, 11948, 7650, 9037, 7069, 8717, 7256, 8312, 9333, 7737, 9274, 7049, 9895, 6962, 8168, 11133, 8356, 9817, 7887, 9885, 12578, 8892, 12281, 7002, 10344, 8455, 8001, 13206, 8203, 11015, 7258, 8330, 9315, 8153, 9775, 6821, 7947, 7201, 7699, 7463, 7870, 10156, 8347, 10338, 8058, 10151, 7523, 8745, 14643, 8332, 11934, 8083, 9665, 9689, 7658, 10354, 8432, 13461, 7248, 9971, 7443, 10790, 8752, 10717, 7728, 10616, 8032, 10744, 7862, 8816, 8704, 8279, 12768, 8167, 10770, 7775, 7898, 7355, 8063, 7799, 7870, 10413, 7066, 10062, 7673, 8438, 7453, 7022, 9083, 8360, 8554, 7646, 8080, 10350, 7059, 9470, 7538, 8251, 7561, 7761, 9831, 7479, 9837, 7994, 9710, 7442, 7995, 13356, 8751, 12423, 7087, 11078, 10196, 8389, 14339, 7354, 11489, 10269, 7949, 12967, 7627, 8342, 7162, 7850, 9385, 7968, 10222, 7140, 9655, 7158, 7897, 10892, 7667, 9025, 7327, 8215, 12798, 7843, 11578, 8070, 8787, 10374, 7697, 8608, 12392, 7013, 8758, 7587, 7779, 8960, 7048, 7617, 7453, 8261, 7262, 7949, 9050, 8966, 11379, 8373, 8837, 13148, 9101, 12578, 8163, 11499, 11475, 11171, 13828, 9659, 12162, 8443, 8585, 14970, 8472, 11921, 7996, 8086, 11087, 8076, 8956, 7065, 7775, 7269, 7352, 7337, 7930, 7766, 8874, 9157, 9627, 12220, 11732, 10974, 9132, 7930, 9896, 7643, 9731, 13910, 7873, 9943, 12486, 7722, 10826, 7878, 9971, 12307, 7998, 12581, 8364, 9700, 8614, 8488, 13547, 9229, 12955, 8109, 10429, 8048, 9898, 8213, 11089, 7939, 8598, 11337, 7874, 10100, 7833, 8216, 10852, 7158, 9606, 7688, 8325, 9671, 7447, 8313, 7483, 9265, 8142, 8413, 10490, 7598, 9662, 7712, 9643, 11532, 8303, 10891, 7772, 10512, 12977, 8309, 12176, 7667, 9131, 13296, 7451, 9938, 7404, 8068, 9022, 7206, 8275, 7413, 9116, 7211, 8823, 12337, 7715, 11549, 7408, 8645, 13914, 7785, 12020, 10419, 8317, 11664, 7725, 9034, 7467, 8368, 9655, 8378, 9321, 6934, 9375, 8529, 9071, 9385, 6942, 9677, 10369, 8369, 10001, 7939, 8591, 12280, 7435, 9805, 9226, 8264, 9641, 6946, 8701, 9496, 7241, 9398, 8119, 7116, 11037, 8016, 7916, 10126, 7085, 10354, 11267, 8042, 10734, 7858, 8647, 10636, 8526, 9546, 7431, 9406, 7935, 7992, 7336, 8962, 14572, 9168, 12481, 11820, 9043, 11038, 8125, 9390, 14620, 7715, 9496, 7530, 8445, 9129, 7563, 9057, 10060, 7299, 9309, 7162, 8209, 8053, 7397, 8947, 7745, 8859, 7243, 8234, 11213, 7386, 10617, 12437, 8455, 12289, 9019, 8881, 14205, 9730, 11038, 8839, 9028, 9870, 8559, 8308, 7177, 7804, 9293, 7599, 8997, 7939, 8267, 6971, 8008, 9259, 8106, 8593, 7072, 7970, 11090, 8035, 9597, 10449, 7839, 13390, 7031, 9888, 10503, 7988, 10763, 7165, 9559, 7055, 8350, 9304, 8237, 8468, 7328, 7083, 8362, 7556, 9150, 11344, 8149, 9846, 7045, 8165, 10451, 7286, 10187, 7105, 7983, 11846, 7791, 9033, 14273, 7832, 10217, 7496, 8250, 11626, 7367, 9267, 10864, 8045, 7908, 7992, 7314, 7013, 8599, 7125, 7617, 13097, 8835, 10972, 12867, 7950, 12324, 7392, 8608, 12915, 7380, 9838, 7302, 8242, 9126, 7188, 8592, 7175, 7358, 8136, 7115, 8044, 7000, 7545, 9633, 7868, 8064, 11177, 7358, 9971, 12351, 7537, 10303, 7485, 8352, 14476, 7673, 10688, 10666, 8163, 11900, 6931, 8754, 13256, 7527, 10201, 8054, 8288, 10357, 6884, 8036, 11663, 7606, 10030, 7362, 7716, 10437, 7522, 8503, 10319, 7765, 9789, 7689, 9666, 10290, 6817, 10426, 10089, 8950, 14820, 8463, 11194, 7990, 7877, 10052, 7492, 9239, 6791, 7576, 12107, 6763, 8252, 14162, 7522, 10296, 7159, 7905, 10993, 7477, 10898, 7531, 10745, 7305, 9109, 13750, 8016, 13204, 7979, 7670, 14159, 8145, 9350, 13633, 7368, 12392, 7354, 7623, 11691, 7593, 10094, 6998, 8002, 7222, 7620, 10078, 7166, 10175, 7303, 7248, 12652, 6932, 10447, 8596, 13595, 8305, 9556, 7342, 7938, 7248, 9181, 7804, 12588, 7989, 12484, 10434, 9308, 13897, 8230, 8624, 8581, 13273, 14028, 9595, 12449, 7992, 12531, 9323, 7283, 7757, 10213, 7794, 8543, 9653, 8060, 11555, 7917, 8568, 9407, 7943, 8645, 8186, 8955, 8967, 8243, 8603, 8523, 10079, 8113, 9592, 9291, 8312, 9268, 8792, 10835, 8089, 12311, 9212, 8963, 13716, 8246, 9532, 15011, 8116, 11993, 11890, 7938, 12495, 7447, 8856, 10190, 8077, 10111, 7790, 8820, 8569, 7704, 10646, 8072, 10541, 8166, 8018, 14019, 8847, 9474, 14740, 8321, 12390, 8079, 8208, 12660, 8060, 8750, 14372, 7258, 11347, 10174, 7585, 9830, 7479, 8856, 12530, 7407, 11294, 13302, 7458, 10801, 9433, 7573, 11141, 7633, 7360, 10869, 7381, 9200, 12391, 7722, 11149, 8077, 7066, 10532, 7398, 8298, 12523, 7505, 11308, 15053, 7828, 11164, 8608, 7163, 10401, 7588, 8246, 10161, 7480, 10268, 12269, 7373, 10892, 7429, 8178, 13434, 7976, 10222, 7112, 7682, 12917, 7599, 10635, 11062, 7043, 11508, 7433, 7386, 11289, 8087, 8793, 14603, 7255, 10975, 7995, 7373, 10748, 7242, 9269, 10244, 7332, 11328, 7392, 9116, 7312, 7981, 7498, 10016, 12694, 8675, 13706, 8519, 8473, 13379, 8506, 9301, 11253, 7590, 10410, 7123, 8571, 11552, 7258, 10569, 7168, 7145, 9641, 7621, 8268, 7719, 7281, 10070, 7209, 10008, 7503, 8719, 13374, 8211, 9127, 12307, 7475, 11275, 12087, 7476, 12149, 7675, 8255, 14768, 7532, 10411, 7141, 7269, 11314, 7075, 9853, 7265, 7101, 10746, 7234, 9321, 7408, 7376, 11425, 7313, 10674, 14984, 8261, 10719, 7535, 7853, 10785, 7379, 8336, 12475, 7253, 10785, 10998, 7109, 10331, 7347, 8185, 8752, 6805, 9706, 7795, 9902, 7495, 7626, 13410, 7377, 9541, 9369, 7423, 11265, 6989, 9581, 15173, 7572, 11704, 7389, 7425, 10774, 7718, 9299, 8190, 6926, 10397, 7814, 10191, 7163, 7132, 10955, 7752, 8460, 7023, 7249, 11672, 7289, 11030, 8015, 8203, 14752, 7135, 10730, 7617, 8608, 7641, 7966, 10544, 6949, 10441, 7437, 10846, 9448, 8045, 15339, 7460, 8736, 7373, 9105, 7330, 7557, 13725, 7964, 9930, 10563, 7142, 11469, 7296, 8685, 11641, 7278, 9382], 'WindowCenter': [4220.0, 4213.0, 4167.0, 4185.0, 4242.0, 4190.0, 4219.0, 4146.0, 4166.0, 4164.0, 4143.0, 4192.0, 4143.0, 4151.0, 4119.0, 4132.0, 4152.0, 4131.0, 4133.0, 4140.0, 4132.0, 4164.0, 4132.0, 4155.0, 4145.0, 4146.0, 4176.0, 4158.0, 4178.0, 4146.0, 4179.0, 4208.0, 4142.0, 4199.0, 4166.0, 4167.0, 4205.0, 4167.0, 4213.0, 4179.0, 4179.0, 4215.0, 4186.0, 4192.0, 4151.0, 4151.0, 4182.0, 4144.0, 4182.0, 4143.0, 4153.0, 4133.0, 4154.0, 4191.0, 4142.0, 4182.0, 4131.0, 4164.0, 4172.0, 4144.0, 4181.0, 4143.0, 4174.0, 4152.0, 4143.0, 4192.0, 4142.0, 4160.0, 4128.0, 4142.0, 4158.0, 4130.0, 4142.0, 4132.0, 4154.0, 4140.0, 4154.0, 4175.0, 4156.0, 4165.0, 4182.0, 4142.0, 4172.0, 4144.0, 4152.0, 4190.0, 4132.0, 4172.0, 4160.0, 4141.0, 4179.0, 4120.0, 4163.0, 4149.0, 4142.0, 4160.0, 4131.0, 4143.0, 4179.0, 4120.0, 4175.0, 4142.0, 4155.0, 4163.0, 4121.0, 4153.0, 4190.0, 4131.0, 4173.0, 4141.0, 4152.0, 4182.0, 4142.0, 4143.0, 4191.0, 4140.0, 4160.0, 4129.0, 4141.0, 4150.0, 4130.0, 4143.0, 4130.0, 4154.0, 4163.0, 4145.0, 4154.0, 4184.0, 4144.0, 4173.0, 4132.0, 4154.0, 4193.0, 4143.0, 4182.0, 4133.0, 4155.0, 4192.0, 4131.0, 4162.0, 4150.0, 4150.0, 4160.0, 4131.0, 4131.0, 4180.0, 4131.0, 4161.0, 4128.0, 4154.0, 4163.0, 4132.0, 4162.0, 4142.0, 4168.0, 4175.0, 4157.0, 4177.0, 4133.0, 4165.0, 4182.0, 4131.0, 4174.0, 4202.0, 4154.0, 4194.0, 4150.0, 4152.0, 4182.0, 4141.0, 4162.0, 4189.0, 4131.0, 4171.0, 4129.0, 4141.0, 4160.0, 4132.0, 4152.0, 4143.0, 4133.0, 4163.0, 4143.0, 4155.0, 4132.0, 4164.0, 4185.0, 4145.0, 4157.0, 4204.0, 4144.0, 4196.0, 4163.0, 4153.0, 4193.0, 4144.0, 4154.0, 4201.0, 4132.0, 4163.0, 4182.0, 4141.0, 4170.0, 4129.0, 4154.0, 4150.0, 4130.0, 4143.0, 4129.0, 4133.0, 4163.0, 4132.0, 4154.0, 4193.0, 4135.0, 4185.0, 4184.0, 4155.0, 4183.0, 4144.0, 4175.0, 4182.0, 4144.0, 4193.0, 4152.0, 4153.0, 4192.0, 4142.0, 4172.0, 4161.0, 4152.0, 4173.0, 4131.0, 4153.0, 4129.0, 4153.0, 4162.0, 4131.0, 4151.0, 4119.0, 4143.0, 4181.0, 4131.0, 4163.0, 4149.0, 4131.0, 4162.0, 4131.0, 4152.0, 4170.0, 4120.0, 4151.0, 4132.0, 4154.0, 4141.0, 4143.0, 4154.0, 4144.0, 4154.0, 4156.0, 4155.0, 4156.0, 4165.0, 4145.0, 4199.0, 4206.0, 4185.0, 4204.0, 4132.0, 4185.0, 4176.0, 4155.0, 4203.0, 4141.0, 4184.0, 4128.0, 4142.0, 4171.0, 4131.0, 4149.0, 4119.0, 4152.0, 4131.0, 4153.0, 4162.0, 4144.0, 4162.0, 4133.0, 4174.0, 4133.0, 4167.0, 4197.0, 4169.0, 4178.0, 4155.0, 4189.0, 4196.0, 4166.0, 4183.0, 4132.0, 4173.0, 4151.0, 4144.0, 4194.0, 4153.0, 4173.0, 4132.0, 4153.0, 4162.0, 4142.0, 4161.0, 4122.0, 4144.0, 4143.0, 4146.0, 4144.0, 4156.0, 4174.0, 4167.0, 4200.0, 4169.0, 4188.0, 4145.0, 4167.0, 4204.0, 4165.0, 4196.0, 4144.0, 4176.0, 4163.0, 4142.0, 4173.0, 4155.0, 4193.0, 4132.0, 4161.0, 4133.0, 4172.0, 4154.0, 4172.0, 4142.0, 4171.0, 4143.0, 4175.0, 4143.0, 4156.0, 4143.0, 4144.0, 4181.0, 4140.0, 4160.0, 4129.0, 4131.0, 4129.0, 4143.0, 4129.0, 4143.0, 4159.0, 4132.0, 4172.0, 4130.0, 4141.0, 4130.0, 4134.0, 4151.0, 4153.0, 4153.0, 4131.0, 4144.0, 4171.0, 4134.0, 4165.0, 4143.0, 4155.0, 4142.0, 4145.0, 4173.0, 4145.0, 4189.0, 4169.0, 4187.0, 4145.0, 4155.0, 4205.0, 4164.0, 4194.0, 4133.0, 4185.0, 4187.0, 4169.0, 4217.0, 4144.0, 4196.0, 4174.0, 4144.0, 4180.0, 4129.0, 4140.0, 4121.0, 4141.0, 4150.0, 4143.0, 4160.0, 4121.0, 4164.0, 4121.0, 4143.0, 4170.0, 4131.0, 4151.0, 4131.0, 4152.0, 4182.0, 4141.0, 4182.0, 4141.0, 4153.0, 4162.0, 4129.0, 4139.0, 4168.0, 4119.0, 4140.0, 4128.0, 4131.0, 4152.0, 4124.0, 4142.0, 4144.0, 4165.0, 4145.0, 4169.0, 4165.0, 4178.0, 4197.0, 4156.0, 4166.0, 4195.0, 4164.0, 4193.0, 4154.0, 4186.0, 4185.0, 4186.0, 4192.0, 4163.0, 4181.0, 4143.0, 4164.0, 4214.0, 4142.0, 4181.0, 4119.0, 4132.0, 4158.0, 4130.0, 4150.0, 4132.0, 4132.0, 4131.0, 4131.0, 4131.0, 4144.0, 4142.0, 4168.0, 4165.0, 4166.0, 4184.0, 4210.0, 4188.0, 4165.0, 4146.0, 4175.0, 4142.0, 4151.0, 4179.0, 4129.0, 4161.0, 4169.0, 4129.0, 4159.0, 4127.0, 4161.0, 4181.0, 4130.0, 4168.0, 4126.0, 4150.0, 4125.0, 4126.0, 4168.0, 4125.0, 4153.0, 4116.0, 4132.0, 4117.0, 4132.0, 4115.0, 4145.0, 4100.0, 4116.0, 4132.0, 4102.0, 4133.0, 4090.0, 4103.0, 4119.0, 4081.0, 4121.0, 4103.0, 4128.0, 4123.0, 4107.0, 4127.0, 4118.0, 4150.0, 4139.0, 4144.0, 4162.0, 4143.0, 4162.0, 4131.0, 4165.0, 4173.0, 4144.0, 4173.0, 4143.0, 4174.0, 4192.0, 4143.0, 4185.0, 4131.0, 4152.0, 4181.0, 4130.0, 4162.0, 4121.0, 4145.0, 4154.0, 4145.0, 4153.0, 4145.0, 4169.0, 4134.0, 4167.0, 4197.0, 4147.0, 4197.0, 4134.0, 4167.0, 4208.0, 4146.0, 4196.0, 4162.0, 4145.0, 4184.0, 4143.0, 4152.0, 4132.0, 4143.0, 4162.0, 4154.0, 4153.0, 4133.0, 4165.0, 4153.0, 4166.0, 4152.0, 4133.0, 4164.0, 4172.0, 4154.0, 4164.0, 4143.0, 4154.0, 4183.0, 4133.0, 4164.0, 4152.0, 4142.0, 4164.0, 4120.0, 4153.0, 4161.0, 4132.0, 4163.0, 4141.0, 4134.0, 4185.0, 4144.0, 4155.0, 4174.0, 4134.0, 4188.0, 4184.0, 4145.0, 4175.0, 4144.0, 4157.0, 4173.0, 4154.0, 4164.0, 4146.0, 4177.0, 4157.0, 4157.0, 4134.0, 4178.0, 4211.0, 4165.0, 4196.0, 4184.0, 4154.0, 4175.0, 4131.0, 4152.0, 4190.0, 4131.0, 4151.0, 4130.0, 4143.0, 4150.0, 4120.0, 4141.0, 4149.0, 4121.0, 4152.0, 4112.0, 4145.0, 4141.0, 4146.0, 4165.0, 4144.0, 4164.0, 4133.0, 4155.0, 4183.0, 4134.0, 4175.0, 4183.0, 4142.0, 4173.0, 4141.0, 4141.0, 4191.0, 4150.0, 4163.0, 4140.0, 4140.0, 4162.0, 4154.0, 4152.0, 4119.0, 4141.0, 4148.0, 4129.0, 4139.0, 4129.0, 4142.0, 4108.0, 4142.0, 4164.0, 4142.0, 4141.0, 4118.0, 4140.0, 4169.0, 4133.0, 4151.0, 4159.0, 4120.0, 4178.0, 4108.0, 4150.0, 4148.0, 4128.0, 4158.0, 4106.0, 4150.0, 4106.0, 4129.0, 4140.0, 4129.0, 4131.0, 4117.0, 4109.0, 4128.0, 4129.0, 4153.0, 4169.0, 4131.0, 4161.0, 4120.0, 4143.0, 4159.0, 4119.0, 4162.0, 4119.0, 4132.0, 4171.0, 4131.0, 4142.0, 4191.0, 4131.0, 4162.0, 4119.0, 4142.0, 4171.0, 4143.0, 4175.0, 4173.0, 4141.0, 4128.0, 4130.0, 4120.0, 4120.0, 4152.0, 4122.0, 4132.0, 4182.0, 4151.0, 4164.0, 4169.0, 4128.0, 4170.0, 4107.0, 4130.0, 4166.0, 4109.0, 4149.0, 4107.0, 4130.0, 4136.0, 4108.0, 4140.0, 4106.0, 4122.0, 4132.0, 4120.0, 4143.0, 4121.0, 4144.0, 4176.0, 4155.0, 4156.0, 4186.0, 4135.0, 4170.0, 4195.0, 4145.0, 4174.0, 4133.0, 4156.0, 4203.0, 4145.0, 4176.0, 4172.0, 4143.0, 4183.0, 4120.0, 4153.0, 4192.0, 4133.0, 4165.0, 4132.0, 4142.0, 4166.0, 4113.0, 4135.0, 4173.0, 4133.0, 4163.0, 4120.0, 4133.0, 4187.0, 4144.0, 4154.0, 4163.0, 4134.0, 4162.0, 4132.0, 4163.0, 4162.0, 4136.0, 4184.0, 4172.0, 4164.0, 4203.0, 4142.0, 4172.0, 4130.0, 4143.0, 4148.0, 4120.0, 4152.0, 4110.0, 4132.0, 4172.0, 4112.0, 4143.0, 4181.0, 4131.0, 4162.0, 4110.0, 4145.0, 4172.0, 4133.0, 4174.0, 4144.0, 4192.0, 4158.0, 4180.0, 4206.0, 4143.0, 4193.0, 4132.0, 4133.0, 4204.0, 4157.0, 4154.0, 4194.0, 4131.0, 4181.0, 4108.0, 4130.0, 4168.0, 4120.0, 4158.0, 4119.0, 4141.0, 4132.0, 4145.0, 4175.0, 4137.0, 4175.0, 4133.0, 4135.0, 4183.0, 4123.0, 4174.0, 4167.0, 4206.0, 4155.0, 4175.0, 4145.0, 4142.0, 4143.0, 4165.0, 4144.0, 4195.0, 4157.0, 4208.0, 4187.0, 4167.0, 4195.0, 4155.0, 4137.0, 4130.0, 4180.0, 4167.0, 4128.0, 4146.0, 4116.0, 4155.0, 4126.0, 4092.0, 4104.0, 4134.0, 4092.0, 4114.0, 4122.0, 4103.0, 4146.0, 4104.0, 4126.0, 4137.0, 4117.0, 4127.0, 4116.0, 4140.0, 4138.0, 4131.0, 4139.0, 4143.0, 4165.0, 4144.0, 4179.0, 4166.0, 4167.0, 4167.0, 4169.0, 4185.0, 4156.0, 4197.0, 4167.0, 4168.0, 4201.0, 4157.0, 4167.0, 4206.0, 4145.0, 4187.0, 4184.0, 4145.0, 4184.0, 4145.0, 4167.0, 4174.0, 4145.0, 4174.0, 4145.0, 4166.0, 4155.0, 4157.0, 4187.0, 4156.0, 4188.0, 4155.0, 4158.0, 4208.0, 4156.0, 4165.0, 4204.0, 4143.0, 4185.0, 4131.0, 4142.0, 4182.0, 4132.0, 4142.0, 4191.0, 4120.0, 4172.0, 4160.0, 4131.0, 4161.0, 4131.0, 4153.0, 4180.0, 4132.0, 4183.0, 4191.0, 4120.0, 4172.0, 4150.0, 4132.0, 4173.0, 4132.0, 4134.0, 4173.0, 4133.0, 4163.0, 4184.0, 4142.0, 4184.0, 4141.0, 4134.0, 4192.0, 4146.0, 4149.0, 4194.0, 4133.0, 4183.0, 4201.0, 4130.0, 4172.0, 4139.0, 4120.0, 4172.0, 4130.0, 4142.0, 4160.0, 4131.0, 4173.0, 4181.0, 4132.0, 4172.0, 4120.0, 4142.0, 4191.0, 4142.0, 4164.0, 4120.0, 4132.0, 4180.0, 4142.0, 4172.0, 4171.0, 4114.0, 4172.0, 4119.0, 4130.0, 4169.0, 4129.0, 4140.0, 4189.0, 4119.0, 4171.0, 4129.0, 4119.0, 4159.0, 4118.0, 4152.0, 4160.0, 4131.0, 4182.0, 4133.0, 4153.0, 4131.0, 4142.0, 4131.0, 4174.0, 4182.0, 4153.0, 4193.0, 4140.0, 4142.0, 4180.0, 4139.0, 4150.0, 4159.0, 4118.0, 4159.0, 4107.0, 4138.0, 4156.0, 4117.0, 4158.0, 4107.0, 4119.0, 4148.0, 4129.0, 4139.0, 4128.0, 4133.0, 4160.0, 4132.0, 4162.0, 4132.0, 4154.0, 4205.0, 4143.0, 4152.0, 4181.0, 4131.0, 4174.0, 4180.0, 4121.0, 4170.0, 4130.0, 4141.0, 4190.0, 4130.0, 4160.0, 4117.0, 4130.0, 4168.0, 4120.0, 4160.0, 4119.0, 4120.0, 4167.0, 4130.0, 4162.0, 4130.0, 4132.0, 4181.0, 4131.0, 4174.0, 4196.0, 4142.0, 4162.0, 4130.0, 4139.0, 4164.0, 4119.0, 4141.0, 4179.0, 4119.0, 4171.0, 4159.0, 4121.0, 4160.0, 4131.0, 4154.0, 4149.0, 4121.0, 4159.0, 4130.0, 4154.0, 4129.0, 4141.0, 4193.0, 4120.0, 4161.0, 4149.0, 4131.0, 4170.0, 4120.0, 4161.0, 4190.0, 4130.0, 4182.0, 4117.0, 4120.0, 4159.0, 4128.0, 4149.0, 4126.0, 4120.0, 4159.0, 4130.0, 4160.0, 4119.0, 4120.0, 4171.0, 4131.0, 4134.0, 4118.0, 4131.0, 4169.0, 4130.0, 4171.0, 4130.0, 4141.0, 4200.0, 4133.0, 4177.0, 4130.0, 4140.0, 4121.0, 4138.0, 4170.0, 4131.0, 4169.0, 4131.0, 4172.0, 4162.0, 4141.0, 4189.0, 4118.0, 4140.0, 4119.0, 4139.0, 4117.0, 4129.0, 4178.0, 4129.0, 4149.0, 4147.0, 4107.0, 4157.0, 4116.0, 4140.0, 4158.0, 4117.0, 4138.0], 'WindowWidth': [9381.0, 9356.0, 9279.0, 9299.0, 9368.0, 9295.0, 9331.0, 9225.0, 9251.0, 9247.0, 9218.0, 9281.0, 9215.0, 9223.0, 9176.0, 9199.0, 9223.0, 9195.0, 9200.0, 9205.0, 9200.0, 9245.0, 9201.0, 9237.0, 9222.0, 9226.0, 9265.0, 9249.0, 9274.0, 9228.0, 9276.0, 9309.0, 9220.0, 9302.0, 9253.0, 9256.0, 9305.0, 9257.0, 9319.0, 9278.0, 9275.0, 9318.0, 9277.0, 9282.0, 9224.0, 9225.0, 9266.0, 9217.0, 9266.0, 9215.0, 9228.0, 9201.0, 9232.0, 9279.0, 9214.0, 9264.0, 9197.0, 9244.0, 9252.0, 9217.0, 9263.0, 9215.0, 9257.0, 9225.0, 9215.0, 9278.0, 9212.0, 9234.0, 9188.0, 9212.0, 9228.0, 9195.0, 9209.0, 9201.0, 9232.0, 9210.0, 9234.0, 9262.0, 9238.0, 9248.0, 9266.0, 9215.0, 9254.0, 9216.0, 9226.0, 9274.0, 9199.0, 9252.0, 9232.0, 9210.0, 9258.0, 9181.0, 9241.0, 9217.0, 9213.0, 9235.0, 9197.0, 9215.0, 9257.0, 9181.0, 9263.0, 9218.0, 9239.0, 9244.0, 9185.0, 9231.0, 9275.0, 9199.0, 9258.0, 9209.0, 9226.0, 9266.0, 9215.0, 9217.0, 9275.0, 9206.0, 9234.0, 9189.0, 9211.0, 9220.0, 9195.0, 9217.0, 9196.0, 9232.0, 9243.0, 9222.0, 9234.0, 9272.0, 9220.0, 9255.0, 9201.0, 9233.0, 9282.0, 9217.0, 9267.0, 9201.0, 9235.0, 9280.0, 9198.0, 9240.0, 9221.0, 9222.0, 9233.0, 9197.0, 9198.0, 9259.0, 9197.0, 9237.0, 9191.0, 9231.0, 9242.0, 9203.0, 9240.0, 9219.0, 9262.0, 9269.0, 9248.0, 9272.0, 9208.0, 9252.0, 9268.0, 9200.0, 9260.0, 9294.0, 9232.0, 9285.0, 9221.0, 9227.0, 9267.0, 9211.0, 9239.0, 9271.0, 9198.0, 9249.0, 9191.0, 9213.0, 9235.0, 9201.0, 9228.0, 9213.0, 9205.0, 9244.0, 9217.0, 9236.0, 9202.0, 9249.0, 9278.0, 9224.0, 9241.0, 9300.0, 9220.0, 9293.0, 9242.0, 9231.0, 9283.0, 9217.0, 9233.0, 9292.0, 9200.0, 9242.0, 9265.0, 9210.0, 9247.0, 9189.0, 9231.0, 9220.0, 9195.0, 9214.0, 9193.0, 9204.0, 9243.0, 9202.0, 9235.0, 9283.0, 9211.0, 9279.0, 9273.0, 9236.0, 9270.0, 9222.0, 9265.0, 9269.0, 9219.0, 9284.0, 9228.0, 9231.0, 9282.0, 9214.0, 9255.0, 9238.0, 9227.0, 9251.0, 9197.0, 9228.0, 9191.0, 9230.0, 9238.0, 9197.0, 9225.0, 9179.0, 9217.0, 9263.0, 9197.0, 9241.0, 9217.0, 9197.0, 9239.0, 9197.0, 9228.0, 9247.0, 9184.0, 9225.0, 9203.0, 9234.0, 9213.0, 9219.0, 9235.0, 9225.0, 9238.0, 9244.0, 9241.0, 9245.0, 9253.0, 9227.0, 9301.0, 9306.0, 9278.0, 9301.0, 9202.0, 9277.0, 9269.0, 9236.0, 9297.0, 9210.0, 9269.0, 9186.0, 9209.0, 9246.0, 9197.0, 9217.0, 9179.0, 9226.0, 9199.0, 9230.0, 9240.0, 9221.0, 9241.0, 9206.0, 9261.0, 9205.0, 9256.0, 9297.0, 9264.0, 9270.0, 9239.0, 9292.0, 9292.0, 9252.0, 9270.0, 9201.0, 9257.0, 9225.0, 9218.0, 9284.0, 9229.0, 9254.0, 9201.0, 9229.0, 9238.0, 9213.0, 9236.0, 9190.0, 9220.0, 9217.0, 9227.0, 9221.0, 9241.0, 9261.0, 9261.0, 9308.0, 9266.0, 9288.0, 9222.0, 9254.0, 9301.0, 9253.0, 9289.0, 9219.0, 9265.0, 9242.0, 9215.0, 9255.0, 9235.0, 9284.0, 9202.0, 9237.0, 9204.0, 9251.0, 9233.0, 9252.0, 9215.0, 9250.0, 9216.0, 9260.0, 9215.0, 9232.0, 9209.0, 9213.0, 9259.0, 9206.0, 9229.0, 9188.0, 9194.0, 9190.0, 9214.0, 9191.0, 9214.0, 9229.0, 9199.0, 9251.0, 9194.0, 9211.0, 9193.0, 9204.0, 9223.0, 9227.0, 9230.0, 9196.0, 9218.0, 9251.0, 9206.0, 9247.0, 9217.0, 9235.0, 9213.0, 9222.0, 9257.0, 9223.0, 9290.0, 9266.0, 9285.0, 9221.0, 9238.0, 9303.0, 9247.0, 9285.0, 9204.0, 9276.0, 9285.0, 9263.0, 9325.0, 9223.0, 9295.0, 9258.0, 9219.0, 9258.0, 9189.0, 9205.0, 9180.0, 9210.0, 9220.0, 9212.0, 9232.0, 9183.0, 9242.0, 9182.0, 9215.0, 9246.0, 9198.0, 9223.0, 9198.0, 9227.0, 9265.0, 9211.0, 9266.0, 9208.0, 9227.0, 9238.0, 9188.0, 9203.0, 9238.0, 9176.0, 9206.0, 9186.0, 9195.0, 9223.0, 9191.0, 9216.0, 9222.0, 9253.0, 9226.0, 9262.0, 9252.0, 9273.0, 9296.0, 9240.0, 9254.0, 9290.0, 9247.0, 9282.0, 9234.0, 9280.0, 9274.0, 9277.0, 9279.0, 9241.0, 9262.0, 9213.0, 9247.0, 9316.0, 9212.0, 9264.0, 9167.0, 9191.0, 9223.0, 9192.0, 9218.0, 9201.0, 9199.0, 9198.0, 9199.0, 9198.0, 9219.0, 9213.0, 9252.0, 9250.0, 9250.0, 9270.0, 9319.0, 9283.0, 9245.0, 9221.0, 9261.0, 9214.0, 9222.0, 9255.0, 9187.0, 9234.0, 9240.0, 9188.0, 9228.0, 9181.0, 9235.0, 9262.0, 9190.0, 9239.0, 9177.0, 9214.0, 9175.0, 9178.0, 9236.0, 9174.0, 9207.0, 9160.0, 9176.0, 9164.0, 9176.0, 9157.0, 9197.0, 9131.0, 9159.0, 9174.0, 9138.0, 9179.0, 9115.0, 9137.0, 9152.0, 9107.0, 9160.0, 9139.0, 9180.0, 9167.0, 9153.0, 9177.0, 9169.0, 9217.0, 9203.0, 9215.0, 9235.0, 9215.0, 9236.0, 9195.0, 9245.0, 9252.0, 9216.0, 9252.0, 9214.0, 9258.0, 9278.0, 9215.0, 9274.0, 9193.0, 9224.0, 9260.0, 9193.0, 9237.0, 9179.0, 9215.0, 9224.0, 9221.0, 9229.0, 9221.0, 9258.0, 9199.0, 9255.0, 9292.0, 9226.0, 9296.0, 9205.0, 9254.0, 9312.0, 9225.0, 9291.0, 9237.0, 9219.0, 9269.0, 9214.0, 9224.0, 9198.0, 9215.0, 9237.0, 9230.0, 9227.0, 9202.0, 9248.0, 9226.0, 9248.0, 9226.0, 9200.0, 9243.0, 9253.0, 9231.0, 9245.0, 9214.0, 9231.0, 9267.0, 9203.0, 9243.0, 9223.0, 9212.0, 9241.0, 9179.0, 9228.0, 9234.0, 9201.0, 9242.0, 9209.0, 9205.0, 9274.0, 9219.0, 9235.0, 9259.0, 9206.0, 9282.0, 9271.0, 9221.0, 9259.0, 9216.0, 9237.0, 9254.0, 9232.0, 9244.0, 9228.0, 9268.0, 9239.0, 9238.0, 9205.0, 9271.0, 9308.0, 9248.0, 9291.0, 9269.0, 9228.0, 9259.0, 9194.0, 9223.0, 9272.0, 9192.0, 9220.0, 9191.0, 9211.0, 9215.0, 9177.0, 9206.0, 9212.0, 9179.0, 9219.0, 9168.0, 9218.0, 9209.0, 9227.0, 9247.0, 9219.0, 9248.0, 9202.0, 9235.0, 9270.0, 9205.0, 9261.0, 9267.0, 9211.0, 9253.0, 9207.0, 9202.0, 9275.0, 9218.0, 9239.0, 9201.0, 9203.0, 9240.0, 9233.0, 9228.0, 9179.0, 9210.0, 9213.0, 9192.0, 9202.0, 9189.0, 9208.0, 9160.0, 9215.0, 9245.0, 9212.0, 9208.0, 9174.0, 9207.0, 9243.0, 9197.0, 9221.0, 9227.0, 9177.0, 9252.0, 9159.0, 9218.0, 9210.0, 9183.0, 9223.0, 9153.0, 9214.0, 9152.0, 9188.0, 9203.0, 9187.0, 9193.0, 9170.0, 9162.0, 9185.0, 9189.0, 9226.0, 9242.0, 9195.0, 9235.0, 9179.0, 9212.0, 9228.0, 9177.0, 9237.0, 9175.0, 9198.0, 9245.0, 9194.0, 9211.0, 9273.0, 9194.0, 9236.0, 9176.0, 9212.0, 9250.0, 9218.0, 9265.0, 9254.0, 9209.0, 9186.0, 9192.0, 9177.0, 9181.0, 9225.0, 9184.0, 9197.0, 9264.0, 9223.0, 9243.0, 9241.0, 9186.0, 9243.0, 9153.0, 9188.0, 9232.0, 9159.0, 9213.0, 9155.0, 9189.0, 9192.0, 9159.0, 9203.0, 9154.0, 9184.0, 9197.0, 9180.0, 9213.0, 9182.0, 9219.0, 9265.0, 9238.0, 9239.0, 9275.0, 9208.0, 9250.0, 9287.0, 9222.0, 9258.0, 9202.0, 9235.0, 9295.0, 9220.0, 9263.0, 9251.0, 9215.0, 9265.0, 9180.0, 9227.0, 9278.0, 9201.0, 9245.0, 9196.0, 9212.0, 9244.0, 9169.0, 9203.0, 9252.0, 9200.0, 9240.0, 9178.0, 9201.0, 9280.0, 9220.0, 9231.0, 9237.0, 9201.0, 9236.0, 9199.0, 9243.0, 9239.0, 9212.0, 9273.0, 9254.0, 9245.0, 9296.0, 9211.0, 9251.0, 9190.0, 9213.0, 9213.0, 9179.0, 9222.0, 9164.0, 9197.0, 9250.0, 9169.0, 9212.0, 9259.0, 9193.0, 9234.0, 9162.0, 9219.0, 9250.0, 9205.0, 9256.0, 9219.0, 9287.0, 9248.0, 9278.0, 9303.0, 9215.0, 9280.0, 9194.0, 9201.0, 9299.0, 9241.0, 9226.0, 9282.0, 9196.0, 9260.0, 9158.0, 9191.0, 9238.0, 9175.0, 9225.0, 9176.0, 9209.0, 9199.0, 9221.0, 9261.0, 9214.0, 9259.0, 9199.0, 9206.0, 9266.0, 9189.0, 9260.0, 9258.0, 9308.0, 9240.0, 9264.0, 9225.0, 9215.0, 9220.0, 9248.0, 9217.0, 9290.0, 9243.0, 9312.0, 9283.0, 9251.0, 9287.0, 9235.0, 9199.0, 9189.0, 9256.0, 9234.0, 9177.0, 9199.0, 9162.0, 9210.0, 9176.0, 9122.0, 9144.0, 9181.0, 9120.0, 9155.0, 9162.0, 9139.0, 9200.0, 9141.0, 9176.0, 9192.0, 9166.0, 9180.0, 9164.0, 9203.0, 9194.0, 9192.0, 9200.0, 9212.0, 9245.0, 9216.0, 9273.0, 9253.0, 9255.0, 9255.0, 9260.0, 9275.0, 9238.0, 9295.0, 9249.0, 9254.0, 9294.0, 9237.0, 9251.0, 9304.0, 9219.0, 9278.0, 9267.0, 9217.0, 9271.0, 9221.0, 9253.0, 9257.0, 9221.0, 9257.0, 9220.0, 9248.0, 9232.0, 9241.0, 9280.0, 9238.0, 9284.0, 9235.0, 9242.0, 9309.0, 9236.0, 9246.0, 9297.0, 9214.0, 9273.0, 9194.0, 9211.0, 9264.0, 9195.0, 9210.0, 9273.0, 9178.0, 9250.0, 9229.0, 9194.0, 9232.0, 9194.0, 9227.0, 9259.0, 9197.0, 9269.0, 9275.0, 9178.0, 9251.0, 9218.0, 9199.0, 9254.0, 9197.0, 9204.0, 9253.0, 9202.0, 9243.0, 9271.0, 9214.0, 9271.0, 9210.0, 9207.0, 9287.0, 9224.0, 9226.0, 9286.0, 9204.0, 9270.0, 9290.0, 9194.0, 9252.0, 9201.0, 9181.0, 9252.0, 9193.0, 9212.0, 9233.0, 9197.0, 9254.0, 9261.0, 9199.0, 9250.0, 9180.0, 9212.0, 9275.0, 9211.0, 9242.0, 9179.0, 9200.0, 9260.0, 9213.0, 9254.0, 9249.0, 9169.0, 9252.0, 9176.0, 9194.0, 9244.0, 9190.0, 9204.0, 9268.0, 9176.0, 9248.0, 9187.0, 9176.0, 9228.0, 9174.0, 9223.0, 9233.0, 9197.0, 9265.0, 9202.0, 9228.0, 9198.0, 9214.0, 9198.0, 9258.0, 9266.0, 9228.0, 9280.0, 9204.0, 9211.0, 9258.0, 9202.0, 9217.0, 9225.0, 9172.0, 9228.0, 9155.0, 9199.0, 9219.0, 9170.0, 9226.0, 9157.0, 9175.0, 9210.0, 9189.0, 9202.0, 9187.0, 9201.0, 9233.0, 9200.0, 9240.0, 9200.0, 9234.0, 9301.0, 9214.0, 9227.0, 9260.0, 9197.0, 9257.0, 9258.0, 9182.0, 9246.0, 9191.0, 9209.0, 9271.0, 9193.0, 9234.0, 9173.0, 9193.0, 9241.0, 9179.0, 9233.0, 9177.0, 9182.0, 9239.0, 9193.0, 9239.0, 9193.0, 9200.0, 9262.0, 9198.0, 9259.0, 9281.0, 9212.0, 9238.0, 9190.0, 9205.0, 9233.0, 9177.0, 9208.0, 9255.0, 9177.0, 9247.0, 9228.0, 9183.0, 9231.0, 9197.0, 9232.0, 9219.0, 9183.0, 9231.0, 9194.0, 9222.0, 9191.0, 9211.0, 9282.0, 9180.0, 9234.0, 9217.0, 9196.0, 9244.0, 9181.0, 9237.0, 9271.0, 9192.0, 9265.0, 9170.0, 9178.0, 9227.0, 9187.0, 9216.0, 9181.0, 9180.0, 9227.0, 9193.0, 9233.0, 9178.0, 9181.0, 9252.0, 9197.0, 9195.0, 9175.0, 9197.0, 9242.0, 9192.0, 9249.0, 9191.0, 9208.0, 9288.0, 9205.0, 9257.0, 9192.0, 9207.0, 9172.0, 9203.0, 9245.0, 9199.0, 9245.0, 9197.0, 9253.0, 9237.0, 9208.0, 9269.0, 9175.0, 9206.0, 9176.0, 9203.0, 9170.0, 9189.0, 9252.0, 9187.0, 9214.0, 9209.0, 9156.0, 9219.0, 9167.0, 9203.0, 9223.0, 9170.0, 9199.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.0016844588744588745</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.042792655584415584</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.22993110902084</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1442144015251303</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9538219654159439</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4497</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6893.9932</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.1071738899187039</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>94</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>8.13852813852814</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3503393391742087</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.282984309205776</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5168893036290463</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2511444046878037</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00950372</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.02003643848001957</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.029173489660024643</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1155</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.043649985230318</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>30.1732</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>35.7391</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>159.1484</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>43.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>308782.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>745.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>325.9896</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4687</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>545.4673</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3438.8283</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3603.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>67762.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1311.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4503.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>891.0201</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>31.42483531497419</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> |