=== 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-0064 --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-0064",
"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-0064_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-0064_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-0064_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-0064/figures/sub-0064_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0064/figures/sub-0064_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0064/figures/sub-0064_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-0064_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-0064/figures/sub-0064_ses-03_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0064/figures/sub-0064_ses-03_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0064/figures/sub-0064_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-0064_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-0064/figures/sub-0064_ses-03_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0064/figures/sub-0064_ses-03_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0064/figures/sub-0064_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-0064_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-0064/figures/sub-0064_ses-03_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0064/figures/sub-0064_ses-03_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0064/figures/sub-0064_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-0064_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-0064/figures/sub-0064_ses-03_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0064/figures/sub-0064_ses-03_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0064/figures/sub-0064_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-0064_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-0064/figures/sub-0064_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0064/figures/sub-0064_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0064/figures/sub-0064_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-0064_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-0064/figures/sub-0064_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0064/figures/sub-0064_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-0064/figures/sub-0064_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0064/figures/sub-0064_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-0064/ses-03/func/sub-0064_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>c352bed98943e692f547a9248af0571a</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>09:35:29.310000</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.997056, -0.0675931, -0.0361936, 0.0683221, 0.997477, 0.0192975]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0820369</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>24</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4116, -7737, -7251, 555, -20, -134, -23, 119]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>219.288</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>c0471291-30ed-43fb-b81a-61c2f072f77f||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.6750290393829346, 0.18330326676368713, -0.0939544141292572, 110.84032440185547], [0.18134738504886627, 2.676156997680664, 0.058626629412174225, -101.91388702392578], [-0.09710489213466644, -0.051773909479379654, 2.697727918624878, -66.48027801513672], [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': ['093529.310000', '093529.770000', '093530.230000', '093530.690000', '093531.150000', '093531.610000', '093532.070000', '093532.530000', '093532.990000', '093533.450000', '093533.910000', '093534.370000', '093534.830000', '093535.290000', '093535.750000', '093536.210000', '093536.670000', '093537.130000', '093537.590000', '093538.050000', '093538.510000', '093538.970000', '093539.430000', '093539.890000', '093540.350000', '093540.810000', '093541.270000', '093541.730000', '093542.190000', '093542.650000', '093543.110000', '093543.570000', '093544.030000', '093544.490000', '093544.950000', '093545.410000', '093545.870000', '093546.330000', '093546.790000', '093547.250000', '093547.710000', '093548.170000', '093548.630000', '093549.090000', '093549.550000', '093550.010000', '093550.470000', '093550.930000', '093551.390000', '093551.850000', '093552.310000', '093552.770000', '093553.230000', '093553.690000', '093554.150000', '093554.610000', '093555.070000', '093555.530000', '093555.990000', '093556.450000', '093556.910000', '093557.370000', '093557.830000', '093558.290000', '093558.750000', '093559.210000', '093559.670000', '093600.130000', '093600.590000', '093601.050000', '093601.510000', '093601.970000', '093602.430000', '093602.890000', '093603.350000', '093603.810000', '093604.270000', '093604.730000', '093605.190000', '093605.650000', '093606.110000', '093606.570000', '093607.030000', '093607.490000', '093607.950000', '093608.410000', '093608.870000', '093609.330000', '093609.790000', '093610.250000', '093610.710000', '093611.170000', '093611.630000', '093612.090000', '093612.550000', '093613.010000', '093613.470000', '093613.930000', '093614.390000', '093614.850000', '093615.310000', '093615.770000', '093616.230000', '093616.690000', '093617.150000', '093617.610000', '093618.070000', '093618.530000', '093618.990000', '093619.450000', '093619.910000', '093620.370000', '093620.830000', '093621.290000', '093621.750000', '093622.210000', '093622.670000', '093623.130000', '093623.590000', '093624.050000', '093624.510000', '093624.970000', '093625.430000', '093625.890000', '093626.350000', '093626.810000', '093627.270000', '093627.730000', '093628.190000', '093628.650000', '093629.110000', '093629.570000', '093630.030000', '093630.490000', '093630.950000', '093631.410000', '093631.870000', '093632.330000', '093632.790000', '093633.250000', '093633.710000', '093634.170000', '093634.630000', '093635.090000', '093635.550000', '093636.010000', '093636.470000', '093636.930000', '093637.390000', '093637.850000', '093638.310000', '093638.770000', '093639.230000', '093639.690000', '093640.150000', '093640.610000', '093641.070000', '093641.530000', '093641.990000', '093642.450000', '093642.910000', '093643.370000', '093643.830000', '093644.290000', '093644.750000', '093645.210000', '093645.670000', '093646.130000', '093646.590000', '093647.050000', '093647.510000', '093647.970000', '093648.430000', '093648.890000', '093649.350000', '093649.810000', '093650.270000', '093650.730000', '093651.190000', '093651.650000', '093652.110000', '093652.570000', '093653.030000', '093653.490000', '093653.950000', '093654.410000', '093654.870000', '093655.330000', '093655.790000', '093656.250000', '093656.710000', '093657.170000', '093657.630000', '093658.090000', '093658.550000', '093659.010000', '093659.470000', '093659.930000', '093700.390000', '093700.850000', '093701.310000', '093701.770000', '093702.230000', '093702.690000', '093703.150000', '093703.610000', '093704.070000', '093704.530000', '093704.990000', '093705.450000', '093705.910000', '093706.370000', '093706.830000', '093707.290000', '093707.750000', '093708.210000', '093708.670000', '093709.130000', '093709.590000', '093710.050000', '093710.510000', '093710.970000', '093711.430000', '093711.890000', '093712.350000', '093712.810000', '093713.270000', '093713.730000', '093714.190000', '093714.650000', '093715.110000', '093715.570000', '093716.030000', '093716.490000', '093716.950000', '093717.410000', '093717.870000', '093718.330000', '093718.790000', '093719.250000', '093719.710000', '093720.170000', '093720.630000', '093721.090000', '093721.550000', '093722.010000', '093722.470000', '093722.930000', '093723.390000', '093723.850000', '093724.310000', '093724.770000', '093725.230000', '093725.690000', '093726.150000', '093726.610000', '093727.070000', '093727.530000', '093727.990000', '093728.450000', '093728.910000', '093729.370000', '093729.830000', '093730.290000', '093730.750000', '093731.210000', '093731.670000', '093732.130000', '093732.590000', '093733.050000', '093733.510000', '093733.970000', '093734.430000', '093734.890000', '093735.350000', '093735.810000', '093736.270000', '093736.730000', '093737.190000', '093737.650000', '093738.110000', '093738.570000', '093739.030000', '093739.490000', '093739.950000', '093740.410000', '093740.870000', '093741.330000', '093741.790000', '093742.250000', '093742.710000', '093743.170000', '093743.630000', '093744.090000', '093744.550000', '093745.010000', '093745.470000', '093745.930000', '093746.390000', '093746.850000', '093747.310000', '093747.770000', '093748.230000', '093748.690000', '093749.150000', '093749.610000', '093750.070000', '093750.530000', '093750.990000', '093751.450000', '093751.910000', '093752.370000', '093752.830000', '093753.290000', '093753.750000', '093754.210000', '093754.670000', '093755.130000', '093755.590000', '093756.050000', '093756.510000', '093756.970000', '093757.430000', '093757.890000', '093758.350000', '093758.810000', '093759.270000', '093759.730000', '093800.190000', '093800.650000', '093801.110000', '093801.570000', '093802.030000', '093802.490000', '093802.950000', '093803.410000', '093803.870000', '093804.330000', '093804.790000', '093805.250000', '093805.710000', '093806.170000', '093806.630000', '093807.090000', '093807.550000', '093808.010000', '093808.470000', '093808.930000', '093809.390000', '093809.850000', '093810.310000', '093810.770000', '093811.230000', '093811.690000', '093812.150000', '093812.610000', '093813.070000', '093813.530000', '093813.990000', '093814.450000', '093814.910000', '093815.370000', '093815.830000', '093816.290000', '093816.750000', '093817.210000', '093817.670000', '093818.130000', '093818.590000', '093819.050000', '093819.510000', '093819.970000', '093820.430000', '093820.890000', '093821.350000', '093821.810000', '093822.270000', '093822.730000', '093823.190000', '093823.650000', '093824.110000', '093824.570000', '093825.030000', '093825.490000', '093825.950000', '093826.410000', '093826.870000', '093827.330000', '093827.790000', '093828.250000', '093828.710000', '093829.170000', '093829.630000', '093830.090000', '093830.550000', '093831.010000', '093831.470000', '093831.930000', '093832.390000', '093832.850000', '093833.310000', '093833.770000', '093834.230000', '093834.690000', '093835.150000', '093835.610000', '093836.070000', '093836.530000', '093836.990000', '093837.450000', '093837.910000', '093838.370000', '093838.830000', '093839.290000', '093839.750000', '093840.210000', '093840.670000', '093841.130000', '093841.590000', '093842.050000', '093842.510000', '093842.970000', '093843.430000', '093843.890000', '093844.350000', '093844.810000', '093845.270000', '093845.730000', '093846.190000', '093846.650000', '093847.110000', '093847.570000', '093848.030000', '093848.490000', '093848.950000', '093849.410000', '093849.870000', '093850.330000', '093850.790000', '093851.250000', '093851.710000', '093852.170000', '093852.630000', '093853.090000', '093853.550000', '093854.010000', '093854.470000', '093854.930000', '093855.390000', '093855.850000', '093856.310000', '093856.770000', '093857.230000', '093857.690000', '093858.150000', '093858.610000', '093859.070000', '093859.530000', '093859.990000', '093900.450000', '093900.910000', '093901.370000', '093901.830000', '093902.290000', '093902.750000', '093903.210000', '093903.670000', '093904.130000', '093904.590000', '093905.050000', '093905.510000', '093905.970000', '093906.430000', '093906.890000', '093907.350000', '093907.810000', '093908.270000', '093908.730000', '093909.190000', '093909.650000', '093910.110000', '093910.570000', '093911.030000', '093911.490000', '093911.950000', '093912.410000', '093912.870000', '093913.330000', '093913.790000', '093914.250000', '093914.710000', '093915.170000', '093915.630000', '093916.090000', '093916.550000', '093917.010000', '093917.470000', '093917.930000', '093918.390000', '093918.850000', '093919.310000', '093919.770000', '093920.230000', '093920.690000', '093921.150000', '093921.610000', '093922.070000', '093922.530000', '093922.990000', '093923.450000', '093923.910000', '093924.370000', '093924.830000', '093925.290000', '093925.750000', '093926.210000', '093926.670000', '093927.130000', '093927.590000', '093928.050000', '093928.510000', '093928.970000', '093929.430000', '093929.890000', '093930.350000', '093930.810000', '093931.270000', '093931.730000', '093932.190000', '093932.650000', '093933.110000', '093933.570000', '093934.030000', '093934.490000', '093934.950000', '093935.410000', '093935.870000', '093936.330000', '093936.790000', '093937.250000', '093937.710000', '093938.170000', '093938.630000', '093939.090000', '093939.550000', '093940.010000', '093940.470000', '093940.930000', '093941.390000', '093941.850000', '093942.310000', '093942.770000', '093943.230000', '093943.690000', '093944.150000', '093944.610000', '093945.070000', '093945.530000', '093945.990000', '093946.450000', '093946.910000', '093947.370000', '093947.830000', '093948.290000', '093948.750000', '093949.210000', '093949.670000', '093950.130000', '093950.590000', '093951.050000', '093951.510000', '093951.970000', '093952.430000', '093952.890000', '093953.350000', '093953.810000', '093954.270000', '093954.730000', '093955.190000', '093955.650000', '093956.110000', '093956.570000', '093957.030000', '093957.490000', '093957.950000', '093958.410000', '093958.870000', '093959.330000', '093959.790000', '094000.250000', '094000.710000', '094001.170000', '094001.630000', '094002.090000', '094002.550000', '094003.010000', '094003.470000', '094003.930000', '094004.390000', '094004.850000', '094005.310000', '094005.770000', '094006.230000', '094006.690000', '094007.150000', '094007.610000', '094008.070000', '094008.530000', '094008.990000', '094009.450000', '094009.910000', '094010.370000', '094010.830000', '094011.290000', '094011.750000', '094012.210000', '094012.670000', '094013.130000', '094013.590000', '094014.050000', '094014.510000', '094014.970000', '094015.430000', '094015.890000', '094016.350000', '094016.810000', '094017.270000', '094017.730000', '094018.190000', '094018.650000', '094019.110000', '094019.570000', '094020.030000', '094020.490000', '094020.950000', '094021.410000', '094021.870000', '094022.330000', '094022.790000', '094023.250000', '094023.710000', '094024.170000', '094024.630000', '094025.090000', '094025.550000', '094026.010000', '094026.470000', '094026.930000', '094027.390000', '094027.850000', '094028.310000', '094028.770000', '094029.230000', '094029.690000', '094030.150000', '094030.610000', '094031.070000', '094031.530000', '094031.990000', '094032.450000', '094032.910000', '094033.370000', '094033.830000', '094034.290000', '094034.750000', '094035.210000', '094035.670000', '094036.130000', '094036.590000', '094037.050000', '094037.510000', '094037.970000', '094038.430000', '094038.890000', '094039.350000', '094039.810000', '094040.270000', '094040.730000', '094041.190000', '094041.650000', '094042.110000', '094042.570000', '094043.030000', '094043.490000', '094043.950000', '094044.410000', '094044.870000', '094045.330000', '094045.790000', '094046.250000', '094046.710000', '094047.170000', '094047.630000', '094048.090000', '094048.550000', '094049.010000', '094049.470000', '094049.930000', '094050.390000', '094050.850000', '094051.310000', '094051.770000', '094052.230000', '094052.690000', '094053.150000', '094053.610000', '094054.070000', '094054.530000', '094054.990000', '094055.450000', '094055.910000', '094056.370000', '094056.830000', '094057.290000', '094057.750000', '094058.210000', '094058.670000', '094059.130000', '094059.590000', '094100.050000', '094100.510000', '094100.970000', '094101.430000', '094101.890000', '094102.350000', '094102.810000', '094103.270000', '094103.730000', '094104.190000', '094104.650000', '094105.110000', '094105.570000', '094106.030000', '094106.490000', '094106.950000', '094107.410000', '094107.870000', '094108.330000', '094108.790000', '094109.250000', '094109.710000', '094110.170000', '094110.630000', '094111.090000', '094111.550000', '094112.010000', '094112.470000', '094112.930000', '094113.390000', '094113.850000', '094114.310000', '094114.770000', '094115.230000', '094115.690000', '094116.150000', '094116.610000', '094117.070000', '094117.530000', '094117.990000', '094118.450000', '094118.910000', '094119.370000', '094119.830000', '094120.290000', '094120.750000', '094121.210000', '094121.670000', '094122.130000', '094122.590000', '094123.050000', '094123.510000', '094123.970000', '094124.430000', '094124.890000', '094125.350000', '094125.810000', '094126.270000', '094126.730000', '094127.190000', '094127.650000', '094128.110000', '094128.570000', '094129.030000', '094129.490000', '094129.950000', '094130.410000', '094130.870000', '094131.330000', '094131.790000', '094132.250000', '094132.710000', '094133.170000', '094133.630000', '094134.090000', '094134.550000', '094135.010000', '094135.470000', '094135.930000', '094136.390000', '094136.850000', '094137.310000', '094137.770000', '094138.230000', '094138.690000', '094139.150000', '094139.610000', '094140.070000', '094140.530000', '094140.990000', '094141.450000', '094141.910000', '094142.370000', '094142.830000', '094143.290000', '094143.750000', '094144.210000', '094144.670000', '094145.130000', '094145.590000', '094146.050000', '094146.510000', '094146.970000', '094147.430000', '094147.890000', '094148.350000', '094148.810000', '094149.270000', '094149.730000', '094150.190000', '094150.650000', '094151.110000', '094151.570000', '094152.030000', '094152.490000', '094152.950000', '094153.410000', '094153.870000', '094154.330000', '094154.790000', '094155.250000', '094155.710000', '094156.170000', '094156.630000', '094157.090000', '094157.550000', '094158.010000', '094158.470000', '094158.930000', '094159.390000', '094159.850000', '094200.310000', '094200.770000', '094201.230000', '094201.690000', '094202.150000', '094202.610000', '094203.070000', '094203.530000', '094203.990000', '094204.450000', '094204.910000', '094205.370000', '094205.830000', '094206.290000', '094206.750000', '094207.210000', '094207.670000', '094208.130000', '094208.590000', '094209.050000', '094209.510000', '094209.970000', '094210.430000', '094210.890000', '094211.350000', '094211.810000', '094212.270000', '094212.730000', '094213.190000', '094213.650000', '094214.110000', '094214.570000', '094215.030000', '094215.490000', '094215.950000', '094216.410000', '094216.870000', '094217.330000', '094217.790000', '094218.250000', '094218.710000', '094219.170000', '094219.630000', '094220.090000', '094220.550000', '094221.010000', '094221.470000', '094221.930000', '094222.390000', '094222.850000', '094223.310000', '094223.770000', '094224.230000', '094224.690000', '094225.150000', '094225.610000', '094226.070000', '094226.530000', '094226.990000', '094227.450000', '094227.910000', '094228.370000', '094228.830000', '094229.290000', '094229.750000', '094230.210000', '094230.670000', '094231.130000', '094231.590000', '094232.050000', '094232.510000', '094232.970000', '094233.430000', '094233.890000', '094234.350000', '094234.810000', '094235.270000', '094235.730000', '094236.190000', '094236.650000', '094237.110000', '094237.570000', '094238.030000', '094238.490000', '094238.950000', '094239.410000', '094239.870000', '094240.330000', '094240.790000', '094241.250000', '094241.710000', '094242.170000', '094242.630000', '094243.090000', '094243.550000', '094244.010000', '094244.470000', '094244.930000', '094245.390000', '094245.850000', '094246.310000', '094246.770000', '094247.230000', '094247.690000', '094248.150000', '094248.610000', '094249.070000', '094249.530000', '094249.990000', '094250.450000', '094250.910000', '094251.370000', '094251.830000', '094252.290000', '094252.750000', '094253.210000', '094253.670000', '094254.130000', '094254.590000', '094255.050000', '094255.510000', '094255.970000', '094256.430000', '094256.890000', '094257.350000', '094257.810000', '094258.270000', '094258.730000', '094259.190000', '094259.650000', '094300.110000', '094300.570000', '094301.030000', '094301.490000', '094301.950000', '094302.410000', '094302.870000', '094303.330000', '094303.790000', '094304.250000', '094304.710000', '094305.170000', '094305.630000', '094306.090000', '094306.550000', '094307.010000', '094307.470000', '094307.930000', '094308.390000', '094308.850000', '094309.310000', '094309.770000', '094310.230000', '094310.690000', '094311.150000', '094311.610000', '094312.070000', '094312.530000', '094312.990000', '094313.450000', '094313.910000', '094314.370000', '094314.830000', '094315.290000', '094315.750000', '094316.210000', '094316.670000', '094317.130000', '094317.590000', '094318.050000', '094318.510000', '094318.970000', '094319.430000', '094319.890000', '094320.350000', '094320.810000', '094321.270000', '094321.730000', '094322.190000', '094322.650000', '094323.110000', '094323.570000', '094324.030000', '094324.490000', '094324.950000', '094325.410000', '094325.870000', '094326.330000', '094326.790000', '094327.250000', '094327.710000', '094328.170000', '094328.630000', '094329.090000', '094329.550000', '094330.010000', '094330.470000', '094330.930000', '094331.390000', '094331.850000', '094332.310000', '094332.770000', '094333.230000', '094333.690000', '094334.150000', '094334.610000', '094335.070000', '094335.530000', '094335.990000', '094336.450000', '094336.910000', '094337.370000', '094337.830000', '094338.290000', '094338.750000', '094339.210000', '094339.670000', '094340.130000', '094340.590000', '094341.050000', '094341.510000', '094341.970000', '094342.430000', '094342.890000', '094343.350000', '094343.810000', '094344.270000', '094344.730000', '094345.190000', '094345.650000', '094346.110000', '094346.570000', '094347.030000', '094347.490000', '094347.950000', '094348.410000', '094348.870000', '094349.330000', '094349.790000', '094350.250000', '094350.710000', '094351.170000', '094351.630000', '094352.090000', '094352.550000', '094353.010000', '094353.470000', '094353.930000', '094354.390000', '094354.850000', '094355.310000', '094355.770000', '094356.230000', '094356.690000', '094357.150000', '094357.610000', '094358.070000', '094358.530000', '094358.990000', '094359.450000', '094359.910000', '094400.370000', '094400.830000', '094401.290000', '094401.750000', '094402.210000', '094402.670000', '094403.130000', '094403.590000', '094404.050000', '094404.510000', '094404.970000', '094405.430000', '094405.890000', '094406.350000', '094406.810000', '094407.270000', '094407.730000', '094408.190000', '094408.650000', '094409.110000', '094409.570000', '094410.030000', '094410.490000', '094410.950000', '094411.410000', '094411.870000', '094412.330000', '094412.790000', '094413.250000', '094413.710000', '094414.170000', '094414.630000', '094415.090000', '094415.550000', '094416.010000', '094416.470000', '094416.930000', '094417.390000', '094417.850000', '094418.310000', '094418.770000', '094419.230000', '094419.690000', '094420.150000', '094420.610000', '094421.070000'], 'ContentTime': ['093555.375000', '093555.378000', '093555.381000', '093555.384000', '093555.387000', '093555.389000', '093555.392000', '093555.395000', '093555.397000', '093555.400000', '093555.402000', '093555.405000', '093555.408000', '093555.410000', '093555.413000', '093555.416000', '093555.418000', '093555.421000', '093555.423000', '093555.426000', '093555.429000', '093555.431000', '093555.434000', '093555.436000', '093555.439000', '093555.442000', '093555.444000', '093555.447000', '093555.456000', '093555.459000', '093555.461000', '093555.464000', '093555.467000', '093555.469000', '093555.472000', '093555.474000', '093555.477000', '093555.480000', '093555.482000', '093555.485000', '093555.487000', '093555.490000', '093555.493000', '093555.495000', '093555.498000', '093555.501000', '093555.504000', '093555.507000', '093555.509000', '093555.512000', '093555.514000', '093555.517000', '093555.520000', '093555.524000', '093555.527000', '093615.340000', '093615.343000', '093615.346000', '093615.349000', '093615.351000', '093615.354000', '093615.356000', '093615.359000', '093615.362000', '093615.364000', '093615.367000', '093615.369000', '093615.372000', '093615.375000', '093615.377000', '093615.380000', '093615.382000', '093615.391000', '093615.393000', '093615.396000', '093615.399000', '093615.401000', '093615.404000', '093615.406000', '093615.409000', '093615.411000', '093615.414000', '093615.417000', '093615.419000', '093615.422000', '093615.424000', '093615.427000', '093615.430000', '093615.432000', '093615.435000', '093615.437000', '093615.440000', '093615.443000', '093615.445000', '093615.448000', '093615.450000', '093615.453000', '093615.456000', '093615.458000', '093635.340000', '093635.343000', '093635.346000', '093635.348000', '093635.351000', '093635.354000', '093635.357000', '093635.359000', '093635.362000', '093635.364000', '093635.367000', '093635.370000', '093635.372000', '093635.375000', '093635.377000', '093635.380000', '093635.383000', '093635.385000', '093635.388000', '093635.390000', '093635.393000', '093635.396000', '093635.398000', '093635.401000', '093635.403000', '093635.406000', '093635.409000', '093635.430000', '093635.432000', '093635.435000', '093635.438000', '093635.440000', '093635.443000', '093635.446000', '093635.448000', '093635.451000', '093635.453000', '093635.456000', '093635.458000', '093635.461000', '093635.463000', '093635.466000', '093635.469000', '093655.339000', '093655.342000', '093655.345000', '093655.348000', '093655.350000', '093655.353000', '093655.356000', '093655.358000', '093655.361000', '093655.363000', '093655.366000', '093655.368000', '093655.372000', '093655.374000', '093655.377000', '093655.380000', '093655.382000', '093655.385000', '093655.388000', '093655.390000', '093655.393000', '093655.396000', '093655.398000', '093655.401000', '093655.403000', '093655.406000', '093655.409000', '093655.411000', '093655.414000', '093655.417000', '093655.419000', '093655.422000', '093655.424000', '093655.427000', '093655.430000', '093655.432000', '093655.435000', '093655.437000', '093655.440000', '093655.443000', '093655.445000', '093655.448000', '093655.450000', '093715.340000', '093715.342000', '093715.345000', '093715.348000', '093715.350000', '093715.353000', '093715.356000', '093715.358000', '093715.370000', '093715.373000', '093715.375000', '093715.378000', '093715.381000', '093715.383000', '093715.386000', '093715.388000', '093715.391000', '093715.394000', '093715.396000', '093715.399000', '093715.402000', '093715.404000', '093715.407000', '093715.410000', '093715.412000', '093715.415000', '093715.417000', '093715.420000', '093715.423000', '093715.425000', '093715.428000', '093715.430000', '093715.433000', '093715.436000', '093715.438000', '093715.441000', '093715.443000', '093715.446000', '093715.449000', '093715.451000', '093715.454000', '093715.457000', '093715.459000', '093715.462000', '093735.339000', '093735.342000', '093735.345000', '093735.348000', '093735.350000', '093735.358000', '093735.361000', '093735.363000', '093735.366000', '093735.371000', '093735.373000', '093735.376000', '093735.379000', '093735.381000', '093735.384000', '093735.387000', '093735.389000', '093735.392000', '093735.398000', '093735.400000', '093735.403000', '093735.406000', '093735.408000', '093735.411000', '093735.413000', '093735.416000', '093735.419000', '093735.421000', '093735.424000', '093735.427000', '093735.429000', '093735.432000', '093735.434000', '093735.437000', '093735.440000', '093735.442000', '093735.445000', '093735.448000', '093735.450000', '093735.453000', '093735.455000', '093735.458000', '093735.461000', '093755.340000', '093755.342000', '093755.345000', '093755.348000', '093755.350000', '093755.353000', '093755.356000', '093755.358000', '093755.361000', '093755.364000', '093755.366000', '093755.369000', '093755.372000', '093755.374000', '093755.377000', '093755.379000', '093755.382000', '093755.385000', '093755.387000', '093755.390000', '093755.392000', '093755.395000', '093755.398000', '093755.400000', '093755.403000', '093755.406000', '093755.408000', '093755.411000', '093755.413000', '093755.416000', '093755.419000', '093755.421000', '093755.424000', '093755.426000', '093755.429000', '093755.432000', '093755.434000', '093755.437000', '093755.439000', '093755.442000', '093755.445000', '093755.447000', '093755.450000', '093755.453000', '093815.339000', '093815.342000', '093815.345000', '093815.347000', '093815.350000', '093815.353000', '093815.355000', '093815.358000', '093815.361000', '093815.363000', '093815.366000', '093815.369000', '093815.371000', '093815.374000', '093815.377000', '093815.380000', '093815.383000', '093815.385000', '093815.388000', '093815.391000', '093815.393000', '093815.396000', '093815.398000', '093815.401000', '093815.404000', '093815.406000', '093815.409000', '093815.412000', '093815.414000', '093815.417000', '093815.419000', '093815.422000', '093815.425000', '093815.427000', '093815.430000', '093815.433000', '093815.435000', '093815.438000', '093815.447000', '093815.450000', '093815.453000', '093815.455000', '093815.458000', '093815.460000', '093835.341000', '093835.343000', '093835.346000', '093835.349000', '093835.351000', '093835.354000', '093835.357000', '093835.359000', '093835.362000', '093835.365000', '093835.367000', '093835.370000', '093835.373000', '093835.375000', '093835.378000', '093835.380000', '093835.383000', '093835.386000', '093835.388000', '093835.391000', '093835.394000', '093835.396000', '093835.399000', '093835.402000', '093835.404000', '093835.407000', '093835.409000', '093835.412000', '093835.415000', '093835.417000', '093835.420000', '093835.423000', '093835.425000', '093835.428000', '093835.430000', '093835.433000', '093835.436000', '093835.438000', '093835.445000', '093835.448000', '093835.450000', '093835.453000', '093835.456000', '093855.340000', '093855.343000', '093855.345000', '093855.348000', '093855.350000', '093855.353000', '093855.356000', '093855.359000', '093855.361000', '093855.364000', '093855.367000', '093855.369000', '093855.372000', '093855.375000', '093855.382000', '093855.385000', '093855.388000', '093855.390000', '093855.393000', '093855.396000', '093855.398000', '093855.401000', '093855.404000', '093855.407000', '093855.409000', '093855.412000', '093855.414000', '093855.417000', '093855.420000', '093855.422000', '093855.425000', '093855.428000', '093855.430000', '093855.433000', '093855.435000', '093855.438000', '093855.441000', '093855.443000', '093855.446000', '093855.449000', '093855.451000', '093855.454000', '093855.456000', '093915.340000', '093915.343000', '093915.346000', '093915.348000', '093915.351000', '093915.353000', '093915.356000', '093915.359000', '093915.362000', '093915.364000', '093915.367000', '093915.369000', '093915.372000', '093915.375000', '093915.377000', '093915.380000', '093915.383000', '093915.385000', '093915.388000', '093915.390000', '093915.393000', '093915.396000', '093915.399000', '093915.401000', '093915.404000', '093915.406000', '093915.409000', '093915.412000', '093915.414000', '093915.417000', '093915.419000', '093915.422000', '093915.425000', '093915.427000', '093915.430000', '093915.433000', '093915.435000', '093915.438000', '093915.441000', '093915.444000', '093915.446000', '093915.449000', '093915.451000', '093915.454000', '093935.339000', '093935.342000', '093935.345000', '093935.347000', '093935.350000', '093935.353000', '093935.356000', '093935.358000', '093935.361000', '093935.364000', '093935.366000', '093935.369000', '093935.372000', '093935.374000', '093935.377000', '093935.379000', '093935.382000', '093935.385000', '093935.390000', '093935.392000', '093935.395000', '093935.398000', '093935.400000', '093935.403000', '093935.405000', '093935.408000', '093935.411000', '093935.414000', '093935.417000', '093935.420000', '093935.423000', '093935.425000', '093935.428000', '093935.430000', '093935.433000', '093935.436000', '093935.438000', '093935.441000', '093935.444000', '093935.446000', '093935.449000', '093935.451000', '093935.454000', '093955.340000', '093955.343000', '093955.345000', '093955.348000', '093955.350000', '093955.384000', '093955.387000', '093955.389000', '093955.392000', '093955.395000', '093955.397000', '093955.400000', '093955.402000', '093955.405000', '093955.408000', '093955.410000', '093955.413000', '093955.416000', '093955.418000', '093955.421000', '093955.423000', '093955.426000', '093955.429000', '093955.431000', '093955.434000', '093955.437000', '093955.439000', '093955.442000', '093955.444000', '093955.447000', '093955.450000', '093955.452000', '093955.455000', '093955.458000', '093955.460000', '093955.463000', '093955.465000', '093955.468000', '093955.471000', '093955.473000', '093955.476000', '093955.479000', '093955.481000', '093955.484000', '094015.339000', '094015.342000', '094015.345000', '094015.348000', '094015.350000', '094015.353000', '094015.356000', '094015.359000', '094015.361000', '094015.364000', '094015.367000', '094015.369000', '094015.372000', '094015.375000', '094015.378000', '094015.380000', '094015.383000', '094015.385000', '094015.388000', '094015.391000', '094015.393000', '094015.396000', '094015.399000', '094015.401000', '094015.404000', '094015.406000', '094015.409000', '094015.412000', '094015.414000', '094015.417000', '094015.419000', '094015.422000', '094015.425000', '094015.427000', '094015.430000', '094015.433000', '094015.435000', '094015.438000', '094015.441000', '094015.443000', '094015.446000', '094015.449000', '094015.451000', '094035.339000', '094035.342000', '094035.345000', '094035.348000', '094035.351000', '094035.353000', '094035.356000', '094035.358000', '094035.361000', '094035.364000', '094035.366000', '094035.369000', '094035.372000', '094035.374000', '094035.377000', '094035.379000', '094035.382000', '094035.385000', '094035.388000', '094035.390000', '094035.393000', '094035.395000', '094035.398000', '094035.401000', '094035.403000', '094035.406000', '094035.409000', '094035.411000', '094035.414000', '094035.416000', '094035.419000', '094035.422000', '094035.424000', '094035.427000', '094035.430000', '094035.432000', '094035.435000', '094035.438000', '094035.440000', '094035.443000', '094035.445000', '094035.448000', '094035.450000', '094035.453000', '094055.341000', '094055.343000', '094055.346000', '094055.349000', '094055.351000', '094055.354000', '094055.357000', '094055.359000', '094055.362000', '094055.364000', '094055.367000', '094055.370000', '094055.372000', '094055.375000', '094055.378000', '094055.380000', '094055.383000', '094055.386000', '094055.388000', '094055.391000', '094055.394000', '094055.407000', '094055.410000', '094055.413000', '094055.416000', '094055.419000', '094055.422000', '094055.425000', '094055.428000', '094055.431000', '094055.433000', '094055.436000', '094055.439000', '094055.441000', '094055.444000', '094055.446000', '094055.449000', '094055.453000', '094055.456000', '094055.458000', '094055.461000', '094055.464000', '094055.466000', '094115.339000', '094115.342000', '094115.345000', '094115.348000', '094115.350000', '094115.353000', '094115.356000', '094115.358000', '094115.361000', '094115.364000', '094115.366000', '094115.369000', '094115.372000', '094115.374000', '094115.377000', '094115.380000', '094115.382000', '094115.385000', '094115.387000', '094115.390000', '094115.393000', '094115.395000', '094115.398000', '094115.401000', '094115.403000', '094115.406000', '094115.410000', '094115.413000', '094115.416000', '094115.418000', '094115.430000', '094115.432000', '094115.435000', '094115.438000', '094115.440000', '094115.443000', '094115.446000', '094115.448000', '094115.451000', '094115.454000', '094115.456000', '094115.459000', '094115.462000', '094115.464000', '094135.340000', '094135.343000', '094135.345000', '094135.348000', '094135.350000', '094135.353000', '094135.356000', '094135.358000', '094135.361000', '094135.368000', '094135.371000', '094135.373000', '094135.376000', '094135.379000', '094135.381000', '094135.384000', '094135.387000', '094135.389000', '094135.392000', '094135.394000', '094135.397000', '094135.400000', '094135.402000', '094135.405000', '094135.407000', '094135.410000', '094135.413000', '094135.415000', '094135.418000', '094135.421000', '094135.423000', '094135.426000', '094135.428000', '094135.431000', '094135.434000', '094135.436000', '094135.439000', '094135.442000', '094135.444000', '094135.447000', '094135.450000', '094135.452000', '094135.455000', '094155.340000', '094155.342000', '094155.345000', '094155.348000', '094155.351000', '094155.353000', '094155.356000', '094155.358000', '094155.361000', '094155.364000', '094155.366000', '094155.369000', '094155.372000', '094155.374000', '094155.377000', '094155.379000', '094155.382000', '094155.385000', '094155.387000', '094155.390000', '094155.392000', '094155.395000', '094155.398000', '094155.400000', '094155.403000', '094155.405000', '094155.408000', '094155.411000', '094155.413000', '094155.416000', '094155.419000', '094155.421000', '094155.424000', '094155.427000', '094155.429000', '094155.432000', '094155.434000', '094155.437000', '094155.440000', '094155.442000', '094155.445000', '094155.448000', '094155.450000', '094155.453000', '094215.339000', '094215.342000', '094215.345000', '094215.348000', '094215.350000', '094215.353000', '094215.355000', '094215.358000', '094215.361000', '094215.363000', '094215.366000', '094215.369000', '094215.371000', '094215.374000', '094215.377000', '094215.379000', '094215.382000', '094215.384000', '094215.387000', '094215.390000', '094215.392000', '094215.395000', '094215.398000', '094215.400000', '094215.403000', '094215.405000', '094215.408000', '094215.411000', '094215.413000', '094215.416000', '094215.419000', '094215.421000', '094215.424000', '094215.426000', '094215.429000', '094215.432000', '094215.434000', '094215.437000', '094215.440000', '094215.442000', '094215.445000', '094215.448000', '094215.450000', '094235.340000', '094235.344000', '094235.346000', '094235.349000', '094235.351000', '094235.354000', '094235.357000', '094235.359000', '094235.362000', '094235.365000', '094235.367000', '094235.370000', '094235.372000', '094235.375000', '094235.378000', '094235.380000', '094235.383000', '094235.385000', '094235.388000', '094235.390000', '094235.393000', '094235.396000', '094235.398000', '094235.401000', '094235.404000', '094235.406000', '094235.409000', '094235.423000', '094235.425000', '094235.428000', '094235.431000', '094235.433000', '094235.436000', '094235.439000', '094235.441000', '094235.444000', '094235.446000', '094235.449000', '094235.452000', '094235.454000', '094235.457000', '094235.460000', '094235.462000', '094235.465000', '094255.340000', '094255.342000', '094255.345000', '094255.348000', '094255.350000', '094255.353000', '094255.356000', '094255.359000', '094255.361000', '094255.364000', '094255.366000', '094255.369000', '094255.372000', '094255.374000', '094255.377000', '094255.380000', '094255.382000', '094255.385000', '094255.387000', '094255.390000', '094255.393000', '094255.395000', '094255.398000', '094255.401000', '094255.403000', '094255.406000', '094255.409000', '094255.411000', '094255.414000', '094255.417000', '094255.419000', '094255.422000', '094255.425000', '094255.427000', '094255.430000', '094255.433000', '094255.435000', '094255.438000', '094255.440000', '094255.443000', '094255.446000', '094255.448000', '094255.451000', '094315.340000', '094315.343000', '094315.346000', '094315.349000', '094315.352000', '094315.354000', '094315.357000', '094315.359000', '094315.362000', '094315.365000', '094315.367000', '094315.370000', '094315.373000', '094315.375000', '094315.378000', '094315.380000', '094315.388000', '094315.391000', '094315.393000', '094315.396000', '094315.398000', '094315.401000', '094315.403000', '094315.406000', '094315.409000', '094315.411000', '094315.414000', '094315.416000', '094315.419000', '094315.422000', '094315.424000', '094315.427000', '094315.430000', '094315.432000', '094315.435000', '094315.437000', '094315.440000', '094315.443000', '094315.445000', '094315.448000', '094315.450000', '094315.453000', '094315.456000', '094315.459000', '094335.340000', '094335.342000', '094335.345000', '094335.348000', '094335.350000', '094335.353000', '094335.356000', '094335.358000', '094335.361000', '094335.364000', '094335.367000', '094335.369000', '094335.372000', '094335.374000', '094335.377000', '094335.380000', '094335.382000', '094335.385000', '094335.388000', '094335.390000', '094335.393000', '094335.396000', '094335.398000', '094335.401000', '094335.404000', '094335.406000', '094335.409000', '094335.411000', '094335.414000', '094335.417000', '094335.419000', '094335.422000', '094335.425000', '094335.427000', '094335.430000', '094335.432000', '094335.435000', '094335.438000', '094335.440000', '094335.443000', '094335.445000', '094335.448000', '094335.451000', '094355.340000', '094355.349000', '094355.352000', '094355.355000', '094355.357000', '094355.360000', '094355.363000', '094355.365000', '094355.368000', '094355.371000', '094355.373000', '094355.376000', '094355.379000', '094355.382000', '094355.384000', '094355.387000', '094355.390000', '094355.392000', '094355.395000', '094355.397000', '094355.400000', '094355.403000', '094355.405000', '094355.420000', '094355.422000', '094355.425000', '094355.428000', '094355.430000', '094355.433000', '094355.436000', '094355.438000', '094355.441000', '094355.444000', '094355.446000', '094355.449000', '094355.452000', '094355.454000', '094355.457000', '094355.459000', '094355.462000', '094355.465000', '094355.467000', '094355.470000', '094355.473000', '094415.340000', '094415.343000', '094415.346000', '094415.348000', '094415.351000', '094415.354000', '094415.357000', '094415.359000', '094415.362000', '094415.365000', '094415.367000', '094415.370000', '094415.372000', '094415.375000', '094415.378000', '094415.380000', '094415.383000', '094415.386000', '094415.388000', '094415.391000', '094415.393000', '094415.396000', '094415.399000', '094415.401000', '094415.404000', '094415.407000', '094415.409000', '094415.412000', '094415.414000', '094415.417000', '094415.420000', '094415.422000', '094415.425000', '094415.428000', '094415.430000', '094415.433000', '094415.436000', '094415.438000', '094415.441000', '094415.443000', '094415.446000', '094415.449000', '094415.451000', '094421.949000', '094421.952000', '094421.955000', '094421.958000', '094421.961000', '094421.964000', '094421.967000', '094421.970000', '094421.973000', '094421.976000', '094421.979000', '094421.982000', '094421.985000', '094421.988000', '094421.990000'], 'InstanceCreationTime': ['093555.375000', '093555.378000', '093555.381000', '093555.384000', '093555.387000', '093555.389000', '093555.392000', '093555.395000', '093555.397000', '093555.400000', '093555.402000', '093555.405000', '093555.408000', '093555.410000', '093555.413000', '093555.416000', '093555.418000', '093555.421000', '093555.423000', '093555.426000', '093555.429000', '093555.431000', '093555.434000', '093555.436000', '093555.439000', '093555.442000', '093555.444000', '093555.447000', '093555.456000', '093555.459000', '093555.461000', '093555.464000', '093555.467000', '093555.469000', '093555.472000', '093555.474000', '093555.477000', '093555.480000', '093555.482000', '093555.485000', '093555.487000', '093555.490000', '093555.493000', '093555.495000', '093555.498000', '093555.501000', '093555.504000', '093555.507000', '093555.509000', '093555.512000', '093555.514000', '093555.517000', '093555.520000', '093555.524000', '093555.527000', '093615.340000', '093615.343000', '093615.346000', '093615.349000', '093615.351000', '093615.354000', '093615.356000', '093615.359000', '093615.362000', '093615.364000', '093615.367000', '093615.369000', '093615.372000', '093615.375000', '093615.377000', '093615.380000', '093615.382000', '093615.391000', '093615.393000', '093615.396000', '093615.399000', '093615.401000', '093615.404000', '093615.406000', '093615.409000', '093615.411000', '093615.414000', '093615.417000', '093615.419000', '093615.422000', '093615.424000', '093615.427000', '093615.430000', '093615.432000', '093615.435000', '093615.437000', '093615.440000', '093615.443000', '093615.445000', '093615.448000', '093615.450000', '093615.453000', '093615.456000', '093615.458000', '093635.340000', '093635.343000', '093635.346000', '093635.348000', '093635.351000', '093635.354000', '093635.357000', '093635.359000', '093635.362000', '093635.364000', '093635.367000', '093635.370000', '093635.372000', '093635.375000', '093635.377000', '093635.380000', '093635.383000', '093635.385000', '093635.388000', '093635.390000', '093635.393000', '093635.396000', '093635.398000', '093635.401000', '093635.403000', '093635.406000', '093635.409000', '093635.430000', '093635.432000', '093635.435000', '093635.438000', '093635.440000', '093635.443000', '093635.446000', '093635.448000', '093635.451000', '093635.453000', '093635.456000', '093635.458000', '093635.461000', '093635.463000', '093635.466000', '093635.469000', '093655.339000', '093655.342000', '093655.345000', '093655.348000', '093655.350000', '093655.353000', '093655.356000', '093655.358000', '093655.361000', '093655.363000', '093655.366000', '093655.368000', '093655.372000', '093655.374000', '093655.377000', '093655.380000', '093655.382000', '093655.385000', '093655.388000', '093655.390000', '093655.393000', '093655.396000', '093655.398000', '093655.401000', '093655.403000', '093655.406000', '093655.409000', '093655.411000', '093655.414000', '093655.417000', '093655.419000', '093655.422000', '093655.424000', '093655.427000', '093655.430000', '093655.432000', '093655.435000', '093655.437000', '093655.440000', '093655.443000', '093655.445000', '093655.448000', '093655.450000', '093715.340000', '093715.342000', '093715.345000', '093715.348000', '093715.350000', '093715.353000', '093715.356000', '093715.358000', '093715.370000', '093715.373000', '093715.375000', '093715.378000', '093715.381000', '093715.383000', '093715.386000', '093715.388000', '093715.391000', '093715.394000', '093715.396000', '093715.399000', '093715.402000', '093715.404000', '093715.407000', '093715.410000', '093715.412000', '093715.415000', '093715.417000', '093715.420000', '093715.423000', '093715.425000', '093715.428000', '093715.430000', '093715.433000', '093715.436000', '093715.438000', '093715.441000', '093715.443000', '093715.446000', '093715.449000', '093715.451000', '093715.454000', '093715.457000', '093715.459000', '093715.462000', '093735.339000', '093735.342000', '093735.345000', '093735.348000', '093735.350000', '093735.358000', '093735.361000', '093735.363000', '093735.366000', '093735.371000', '093735.373000', '093735.376000', '093735.379000', '093735.381000', '093735.384000', '093735.387000', '093735.389000', '093735.392000', '093735.398000', '093735.400000', '093735.403000', '093735.406000', '093735.408000', '093735.411000', '093735.413000', '093735.416000', '093735.419000', '093735.421000', '093735.424000', '093735.427000', '093735.429000', '093735.432000', '093735.434000', '093735.437000', '093735.440000', '093735.442000', '093735.445000', '093735.448000', '093735.450000', '093735.453000', '093735.455000', '093735.458000', '093735.461000', '093755.340000', '093755.342000', '093755.345000', '093755.348000', '093755.350000', '093755.353000', '093755.356000', '093755.358000', '093755.361000', '093755.364000', '093755.366000', '093755.369000', '093755.372000', '093755.374000', '093755.377000', '093755.379000', '093755.382000', '093755.385000', '093755.387000', '093755.390000', '093755.392000', '093755.395000', '093755.398000', '093755.400000', '093755.403000', '093755.406000', '093755.408000', '093755.411000', '093755.413000', '093755.416000', '093755.419000', '093755.421000', '093755.424000', '093755.426000', '093755.429000', '093755.432000', '093755.434000', '093755.437000', '093755.439000', '093755.442000', '093755.445000', '093755.447000', '093755.450000', '093755.453000', '093815.339000', '093815.342000', '093815.345000', '093815.347000', '093815.350000', '093815.353000', '093815.355000', '093815.358000', '093815.361000', '093815.363000', '093815.366000', '093815.369000', '093815.371000', '093815.374000', '093815.377000', '093815.380000', '093815.383000', '093815.385000', '093815.388000', '093815.391000', '093815.393000', '093815.396000', '093815.398000', '093815.401000', '093815.404000', '093815.406000', '093815.409000', '093815.412000', '093815.414000', '093815.417000', '093815.419000', '093815.422000', '093815.425000', '093815.427000', '093815.430000', '093815.433000', '093815.435000', '093815.438000', '093815.447000', '093815.450000', '093815.453000', '093815.455000', '093815.458000', '093815.460000', '093835.341000', '093835.343000', '093835.346000', '093835.349000', '093835.351000', '093835.354000', '093835.357000', '093835.359000', '093835.362000', '093835.365000', '093835.367000', '093835.370000', '093835.373000', '093835.375000', '093835.378000', '093835.380000', '093835.383000', '093835.386000', '093835.388000', '093835.391000', '093835.394000', '093835.396000', '093835.399000', '093835.402000', '093835.404000', '093835.407000', '093835.409000', '093835.412000', '093835.415000', '093835.417000', '093835.420000', '093835.423000', '093835.425000', '093835.428000', '093835.430000', '093835.433000', '093835.436000', '093835.438000', '093835.445000', '093835.448000', '093835.450000', '093835.453000', '093835.456000', '093855.340000', '093855.343000', '093855.345000', '093855.348000', '093855.350000', '093855.353000', '093855.356000', '093855.359000', '093855.361000', '093855.364000', '093855.367000', '093855.369000', '093855.372000', '093855.375000', '093855.382000', '093855.385000', '093855.388000', '093855.390000', '093855.393000', '093855.396000', '093855.398000', '093855.401000', '093855.404000', '093855.407000', '093855.409000', '093855.412000', '093855.414000', '093855.417000', '093855.420000', '093855.422000', '093855.425000', '093855.428000', '093855.430000', '093855.433000', '093855.435000', '093855.438000', '093855.441000', '093855.443000', '093855.446000', '093855.449000', '093855.451000', '093855.454000', '093855.456000', '093915.340000', '093915.343000', '093915.346000', '093915.348000', '093915.351000', '093915.353000', '093915.356000', '093915.359000', '093915.362000', '093915.364000', '093915.367000', '093915.369000', '093915.372000', '093915.375000', '093915.377000', '093915.380000', '093915.383000', '093915.385000', '093915.388000', '093915.390000', '093915.393000', '093915.396000', '093915.399000', '093915.401000', '093915.404000', '093915.406000', '093915.409000', '093915.412000', '093915.414000', '093915.417000', '093915.419000', '093915.422000', '093915.425000', '093915.427000', '093915.430000', '093915.433000', '093915.435000', '093915.438000', '093915.441000', '093915.444000', '093915.446000', '093915.449000', '093915.451000', '093915.454000', '093935.339000', '093935.342000', '093935.345000', '093935.347000', '093935.350000', '093935.353000', '093935.356000', '093935.358000', '093935.361000', '093935.364000', '093935.366000', '093935.369000', '093935.372000', '093935.374000', '093935.377000', '093935.379000', '093935.382000', '093935.385000', '093935.390000', '093935.392000', '093935.395000', '093935.398000', '093935.400000', '093935.403000', '093935.405000', '093935.408000', '093935.411000', '093935.414000', '093935.417000', '093935.420000', '093935.423000', '093935.425000', '093935.428000', '093935.430000', '093935.433000', '093935.436000', '093935.438000', '093935.441000', '093935.444000', '093935.446000', '093935.449000', '093935.451000', '093935.454000', '093955.340000', '093955.343000', '093955.345000', '093955.348000', '093955.350000', '093955.384000', '093955.387000', '093955.389000', '093955.392000', '093955.395000', '093955.397000', '093955.400000', '093955.402000', '093955.405000', '093955.408000', '093955.410000', '093955.413000', '093955.416000', '093955.418000', '093955.421000', '093955.423000', '093955.426000', '093955.429000', '093955.431000', '093955.434000', '093955.437000', '093955.439000', '093955.442000', '093955.444000', '093955.447000', '093955.450000', '093955.452000', '093955.455000', '093955.458000', '093955.460000', '093955.463000', '093955.465000', '093955.468000', '093955.471000', '093955.473000', '093955.476000', '093955.479000', '093955.481000', '093955.484000', '094015.339000', '094015.342000', '094015.345000', '094015.348000', '094015.350000', '094015.353000', '094015.356000', '094015.359000', '094015.361000', '094015.364000', '094015.367000', '094015.369000', '094015.372000', '094015.375000', '094015.378000', '094015.380000', '094015.383000', '094015.385000', '094015.388000', '094015.391000', '094015.393000', '094015.396000', '094015.399000', '094015.401000', '094015.404000', '094015.406000', '094015.409000', '094015.412000', '094015.414000', '094015.417000', '094015.419000', '094015.422000', '094015.425000', '094015.427000', '094015.430000', '094015.433000', '094015.435000', '094015.438000', '094015.441000', '094015.443000', '094015.446000', '094015.449000', '094015.451000', '094035.339000', '094035.342000', '094035.345000', '094035.348000', '094035.351000', '094035.353000', '094035.356000', '094035.358000', '094035.361000', '094035.364000', '094035.366000', '094035.369000', '094035.372000', '094035.374000', '094035.377000', '094035.379000', '094035.382000', '094035.385000', '094035.388000', '094035.390000', '094035.393000', '094035.395000', '094035.398000', '094035.401000', '094035.403000', '094035.406000', '094035.409000', '094035.411000', '094035.414000', '094035.416000', '094035.419000', '094035.422000', '094035.424000', '094035.427000', '094035.430000', '094035.432000', '094035.435000', '094035.438000', '094035.440000', '094035.443000', '094035.445000', '094035.448000', '094035.450000', '094035.453000', '094055.341000', '094055.343000', '094055.346000', '094055.349000', '094055.351000', '094055.354000', '094055.357000', '094055.359000', '094055.362000', '094055.364000', '094055.367000', '094055.370000', '094055.372000', '094055.375000', '094055.378000', '094055.380000', '094055.383000', '094055.386000', '094055.388000', '094055.391000', '094055.394000', '094055.407000', '094055.410000', '094055.413000', '094055.416000', '094055.419000', '094055.422000', '094055.425000', '094055.428000', '094055.431000', '094055.433000', '094055.436000', '094055.439000', '094055.441000', '094055.444000', '094055.446000', '094055.449000', '094055.453000', '094055.456000', '094055.458000', '094055.461000', '094055.464000', '094055.466000', '094115.339000', '094115.342000', '094115.345000', '094115.348000', '094115.350000', '094115.353000', '094115.356000', '094115.358000', '094115.361000', '094115.364000', '094115.366000', '094115.369000', '094115.372000', '094115.374000', '094115.377000', '094115.380000', '094115.382000', '094115.385000', '094115.387000', '094115.390000', '094115.393000', '094115.395000', '094115.398000', '094115.401000', '094115.403000', '094115.406000', '094115.410000', '094115.413000', '094115.416000', '094115.418000', '094115.430000', '094115.432000', '094115.435000', '094115.438000', '094115.440000', '094115.443000', '094115.446000', '094115.448000', '094115.451000', '094115.454000', '094115.456000', '094115.459000', '094115.462000', '094115.464000', '094135.340000', '094135.343000', '094135.345000', '094135.348000', '094135.350000', '094135.353000', '094135.356000', '094135.358000', '094135.361000', '094135.368000', '094135.371000', '094135.373000', '094135.376000', '094135.379000', '094135.381000', '094135.384000', '094135.387000', '094135.389000', '094135.392000', '094135.394000', '094135.397000', '094135.400000', '094135.402000', '094135.405000', '094135.407000', '094135.410000', '094135.413000', '094135.415000', '094135.418000', '094135.421000', '094135.423000', '094135.426000', '094135.428000', '094135.431000', '094135.434000', '094135.436000', '094135.439000', '094135.442000', '094135.444000', '094135.447000', '094135.450000', '094135.452000', '094135.455000', '094155.340000', '094155.342000', '094155.345000', '094155.348000', '094155.351000', '094155.353000', '094155.356000', '094155.358000', '094155.361000', '094155.364000', '094155.366000', '094155.369000', '094155.372000', '094155.374000', '094155.377000', '094155.379000', '094155.382000', '094155.385000', '094155.387000', '094155.390000', '094155.392000', '094155.395000', '094155.398000', '094155.400000', '094155.403000', '094155.405000', '094155.408000', '094155.411000', '094155.413000', '094155.416000', '094155.419000', '094155.421000', '094155.424000', '094155.427000', '094155.429000', '094155.432000', '094155.434000', '094155.437000', '094155.440000', '094155.442000', '094155.445000', '094155.448000', '094155.450000', '094155.453000', '094215.339000', '094215.342000', '094215.345000', '094215.348000', '094215.350000', '094215.353000', '094215.355000', '094215.358000', '094215.361000', '094215.363000', '094215.366000', '094215.369000', '094215.371000', '094215.374000', '094215.377000', '094215.379000', '094215.382000', '094215.384000', '094215.387000', '094215.390000', '094215.392000', '094215.395000', '094215.398000', '094215.400000', '094215.403000', '094215.405000', '094215.408000', '094215.411000', '094215.413000', '094215.416000', '094215.419000', '094215.421000', '094215.424000', '094215.426000', '094215.429000', '094215.432000', '094215.434000', '094215.437000', '094215.440000', '094215.442000', '094215.445000', '094215.448000', '094215.450000', '094235.340000', '094235.344000', '094235.346000', '094235.349000', '094235.351000', '094235.354000', '094235.357000', '094235.359000', '094235.362000', '094235.365000', '094235.367000', '094235.370000', '094235.372000', '094235.375000', '094235.378000', '094235.380000', '094235.383000', '094235.385000', '094235.388000', '094235.390000', '094235.393000', '094235.396000', '094235.398000', '094235.401000', '094235.404000', '094235.406000', '094235.409000', '094235.423000', '094235.425000', '094235.428000', '094235.431000', '094235.433000', '094235.436000', '094235.439000', '094235.441000', '094235.444000', '094235.446000', '094235.449000', '094235.452000', '094235.454000', '094235.457000', '094235.460000', '094235.462000', '094235.465000', '094255.340000', '094255.342000', '094255.345000', '094255.348000', '094255.350000', '094255.353000', '094255.356000', '094255.359000', '094255.361000', '094255.364000', '094255.366000', '094255.369000', '094255.372000', '094255.374000', '094255.377000', '094255.380000', '094255.382000', '094255.385000', '094255.387000', '094255.390000', '094255.393000', '094255.395000', '094255.398000', '094255.401000', '094255.403000', '094255.406000', '094255.409000', '094255.411000', '094255.414000', '094255.417000', '094255.419000', '094255.422000', '094255.425000', '094255.427000', '094255.430000', '094255.433000', '094255.435000', '094255.438000', '094255.440000', '094255.443000', '094255.446000', '094255.448000', '094255.451000', '094315.340000', '094315.343000', '094315.346000', '094315.349000', '094315.352000', '094315.354000', '094315.357000', '094315.359000', '094315.362000', '094315.365000', '094315.367000', '094315.370000', '094315.373000', '094315.375000', '094315.378000', '094315.380000', '094315.388000', '094315.391000', '094315.393000', '094315.396000', '094315.398000', '094315.401000', '094315.403000', '094315.406000', '094315.409000', '094315.411000', '094315.414000', '094315.416000', '094315.419000', '094315.422000', '094315.424000', '094315.427000', '094315.430000', '094315.432000', '094315.435000', '094315.437000', '094315.440000', '094315.443000', '094315.445000', '094315.448000', '094315.450000', '094315.453000', '094315.456000', '094315.459000', '094335.340000', '094335.342000', '094335.345000', '094335.348000', '094335.350000', '094335.353000', '094335.356000', '094335.358000', '094335.361000', '094335.364000', '094335.367000', '094335.369000', '094335.372000', '094335.374000', '094335.377000', '094335.380000', '094335.382000', '094335.385000', '094335.388000', '094335.390000', '094335.393000', '094335.396000', '094335.398000', '094335.401000', '094335.404000', '094335.406000', '094335.409000', '094335.411000', '094335.414000', '094335.417000', '094335.419000', '094335.422000', '094335.425000', '094335.427000', '094335.430000', '094335.432000', '094335.435000', '094335.438000', '094335.440000', '094335.443000', '094335.445000', '094335.448000', '094335.451000', '094355.340000', '094355.349000', '094355.352000', '094355.355000', '094355.357000', '094355.360000', '094355.363000', '094355.365000', '094355.368000', '094355.371000', '094355.373000', '094355.376000', '094355.379000', '094355.382000', '094355.384000', '094355.387000', '094355.390000', '094355.392000', '094355.395000', '094355.397000', '094355.400000', '094355.403000', '094355.405000', '094355.420000', '094355.422000', '094355.425000', '094355.428000', '094355.430000', '094355.433000', '094355.436000', '094355.438000', '094355.441000', '094355.444000', '094355.446000', '094355.449000', '094355.452000', '094355.454000', '094355.457000', '094355.459000', '094355.462000', '094355.465000', '094355.467000', '094355.470000', '094355.473000', '094415.340000', '094415.343000', '094415.346000', '094415.348000', '094415.351000', '094415.354000', '094415.357000', '094415.359000', '094415.362000', '094415.365000', '094415.367000', '094415.370000', '094415.372000', '094415.375000', '094415.378000', '094415.380000', '094415.383000', '094415.386000', '094415.388000', '094415.391000', '094415.393000', '094415.396000', '094415.399000', '094415.401000', '094415.404000', '094415.407000', '094415.409000', '094415.412000', '094415.414000', '094415.417000', '094415.420000', '094415.422000', '094415.425000', '094415.428000', '094415.430000', '094415.433000', '094415.436000', '094415.438000', '094415.441000', '094415.443000', '094415.446000', '094415.449000', '094415.451000', '094421.949000', '094421.952000', '094421.955000', '094421.958000', '094421.961000', '094421.964000', '094421.967000', '094421.970000', '094421.973000', '094421.976000', '094421.979000', '094421.982000', '094421.985000', '094421.988000', '094421.990000'], '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': [7786, 13090, 7535, 15224, 7183, 14879, 9241, 13631, 10930, 14522, 10175, 14436, 11111, 10602, 9898, 7190, 9558, 7388, 8452, 7492, 7410, 8471, 7330, 10328, 7540, 10512, 7873, 9375, 7494, 8503, 8603, 7239, 10502, 7730, 9810, 7664, 7623, 7610, 7175, 7945, 7624, 10435, 7808, 9499, 7424, 6959, 7476, 6865, 6991, 7792, 7262, 12143, 7780, 13212, 7662, 12617, 7376, 10807, 7682, 13361, 7721, 11044, 7592, 11076, 7322, 10967, 8168, 13386, 7843, 7465, 8221, 12867, 7961, 9753, 7295, 8620, 9402, 7806, 13248, 7630, 11166, 7711, 10403, 7885, 10449, 7582, 9265, 7817, 9653, 7854, 10172, 7571, 8414, 7888, 9456, 7575, 9855, 7589, 9497, 7247, 8973, 7799, 9520, 7517, 8872, 7399, 7882, 7846, 7252, 7641, 7445, 7573, 7622, 7863, 7150, 6939, 6952, 7318, 7071, 8103, 7145, 9127, 8395, 8055, 13379, 7994, 12047, 7504, 11638, 7817, 11318, 7653, 10293, 7922, 10824, 7701, 11061, 7623, 10833, 7744, 10522, 7930, 11995, 8340, 7915, 13075, 8045, 11204, 7998, 10375, 7828, 9225, 7499, 8645, 6928, 9954, 6815, 9294, 7759, 9688, 8652, 11229, 7873, 11458, 7275, 12886, 7310, 12270, 7773, 13985, 9254, 13819, 7022, 12012, 6991, 10492, 6976, 10480, 7296, 9238, 7252, 6880, 7146, 7109, 7618, 7405, 6893, 7768, 7028, 8509, 6989, 12350, 8406, 12661, 11602, 13376, 15110, 8671, 11952, 8981, 15238, 10684, 12753, 10829, 10150, 13965, 7664, 12372, 7549, 10955, 7348, 9020, 7541, 7793, 7346, 7483, 7112, 7402, 6992, 7555, 8265, 7666, 8329, 8338, 8210, 9535, 8255, 10173, 8483, 10709, 9302, 8145, 12938, 8086, 12000, 7654, 11218, 8022, 10494, 7672, 9487, 7480, 7531, 8348, 7902, 9748, 7933, 9933, 8262, 9695, 8176, 10343, 7894, 10245, 8034, 10693, 7858, 10079, 7889, 10202, 7710, 10239, 8038, 10096, 8028, 9665, 8047, 8451, 7540, 7787, 7371, 7701, 7603, 7628, 7310, 7995, 9227, 8188, 10034, 8144, 10280, 7558, 9777, 7389, 8732, 7274, 8003, 7562, 7786, 7276, 7690, 7162, 8193, 7893, 8135, 9129, 8118, 10541, 7881, 10455, 7588, 10262, 7354, 7897, 7621, 8399, 7820, 8269, 7812, 8729, 7947, 10202, 7779, 10490, 7518, 10636, 7844, 8769, 9246, 8602, 8570, 7004, 7284, 6884, 7335, 8370, 6985, 6942, 7833, 7382, 10248, 7020, 7075, 8550, 7358, 7875, 7777, 7076, 14120, 8676, 15052, 14094, 10978, 11844, 7471, 11293, 7631, 10182, 8741, 10938, 9295, 9855, 8551, 7192, 8559, 7230, 8217, 7467, 8478, 7415, 8963, 7398, 8555, 7590, 10231, 7607, 10914, 7579, 10028, 7345, 8600, 9282, 7902, 11472, 7558, 10435, 7313, 9574, 7036, 7341, 6825, 7206, 7449, 6943, 8646, 6974, 9192, 7224, 11904, 7185, 12660, 7379, 14278, 7998, 14129, 7166, 12123, 8103, 10747, 8561, 7604, 8097, 7124, 14655, 7088, 7017, 7661, 7002, 9349, 8405, 7226, 10405, 7345, 12819, 11342, 9294, 15489, 7468, 14470, 6878, 10945, 7232, 8398, 7333, 8354, 7056, 8688, 7445, 7085, 7450, 7110, 7062, 7894, 8611, 8244, 11916, 9222, 12436, 10453, 8045, 8638, 7455, 10213, 7110, 9887, 8828, 6758, 9547, 6930, 7151, 7444, 6897, 14894, 8270, 15492, 8802, 14409, 6832, 14795, 7004, 14040, 6899, 12759, 7073, 11000, 7467, 8902, 7747, 7143, 7976, 7194, 11596, 7421, 9579, 7547, 11066, 7612, 10734, 7148, 10848, 7091, 12350, 7375, 10268, 7504, 7199, 7625, 7100, 11007, 7478, 7099, 7538, 6848, 7626, 7455, 8117, 7361, 7722, 7366, 9020, 7497, 7978, 7587, 8371, 7622, 8495, 6954, 7092, 7427, 7482, 10151, 7313, 8203, 7752, 7160, 10101, 7357, 10806, 8585, 11387, 8010, 14306, 7925, 10258, 7684, 7138, 7972, 7207, 11451, 8999, 7304, 10860, 7007, 9707, 8157, 7014, 10862, 7078, 12451, 8060, 11732, 7158, 14307, 7158, 9606, 7510, 9213, 7757, 6999, 8274, 7230, 8585, 6928, 6862, 7413, 7043, 8947, 7383, 10271, 9566, 9243, 13068, 9847, 12898, 8715, 10477, 7067, 9903, 7346, 10424, 7319, 9234, 7311, 7935, 10044, 7132, 9769, 7188, 9508, 7431, 7820, 7288, 7448, 7157, 7057, 6886, 7413, 9089, 7229, 8869, 7535, 8324, 7300, 7326, 7176, 7346, 7463, 7714, 7434, 7710, 7305, 8388, 7371, 9434, 7490, 10466, 7076, 11182, 7117, 10170, 7418, 11187, 7217, 10977, 7271, 7320, 7790, 7214, 9344, 7277, 8428, 8011, 6941, 9178, 6981, 11079, 7446, 11877, 7207, 11627, 6963, 12347, 7317, 11376, 7533, 7100, 7525, 7130, 8640, 7314, 9563, 7362, 9877, 7301, 7911, 7801, 7069, 7509, 7041, 8302, 7190, 9469, 7448, 8822, 7349, 8473, 8311, 7193, 9734, 7207, 10778, 7091, 12316, 7237, 10858, 8333, 7359, 7829, 7395, 7404, 7686, 7157, 8692, 7052, 8756, 7816, 7881, 7535, 7194, 9702, 7318, 12422, 9652, 11090, 12394, 9878, 13662, 10500, 8146, 8948, 7107, 9947, 8269, 7016, 8933, 7046, 6821, 9409, 7312, 12668, 9197, 11298, 9398, 14310, 11062, 14576, 10435, 14435, 13159, 9033, 10066, 7763, 9298, 7159, 9144, 7050, 9442, 7754, 6844, 8359, 7054, 8722, 7531, 8875, 7390, 10059, 6933, 8863, 7172, 12065, 7009, 10560, 7456, 7344, 8111, 7241, 10746, 7340, 11632, 7287, 11950, 8264, 11575, 7235, 14119, 7252, 7308, 8988, 6843, 8314, 7068, 10400, 7198, 13963, 9668, 9411, 8677, 7016, 9729, 6938, 8523, 7272, 7485, 8039, 7504, 7183, 7789, 7094, 8764, 7462, 7279, 7313, 7041, 7649, 7199, 7130, 9325, 7253, 6941, 9129, 7093, 10111, 6956, 12016, 12492, 11127, 15872, 12093, 13622, 11548, 7380, 6885, 7523, 7078, 10004, 7850, 9451, 8081, 7231, 7910, 7933, 7186, 10888, 7234, 12523, 9449, 7107, 8528, 7030, 12542, 7194, 13778, 7542, 14182, 8249, 13682, 7623, 11522, 9803, 6882, 7229, 6963, 8007, 7152, 7307, 7934, 7703, 10996, 7809, 9882, 7423, 7376, 8543, 13034, 7453, 13618, 7475, 13080, 7547, 11750, 7593, 10568, 7384, 9486, 7137, 7913, 7568, 8084, 7366, 7637, 7088, 7297, 6974, 7183, 7221, 8027, 7288, 9177, 7513, 10438, 7206, 10360, 7915, 9151, 10088, 8213, 13891, 7864, 13436, 7207, 12373, 7275, 11043, 7157, 9064, 7376, 8770, 7587, 8028, 9240, 7889, 10254, 7506, 10147, 7320, 9441, 7151, 8445, 9431, 6972, 9550, 7266, 10453, 10302, 8494, 13365, 7496, 13583, 7245, 11786, 7400, 9779, 8685, 7589, 7238, 7079, 7628, 7092, 6823, 6891, 6978, 7257, 7039, 7263, 7586, 7177, 8865, 7040, 8893, 7257, 7333, 7142, 7060, 7958, 7327, 9120, 7160, 9939, 7039, 11781, 7020, 12783, 6995, 12257, 6803, 12120, 6824, 12776, 6775, 11983, 7716, 9713, 9967, 7703, 13581, 7329, 11746, 7228, 10070, 7223, 9117, 7439, 8623, 7471, 8529, 7073, 8773, 7224, 8452, 7517, 8891, 7412, 8448, 7518, 9176, 7397, 9355, 7442, 10378, 7305, 10027, 7322, 7163, 7966, 7101, 9129, 7132, 11430, 7562, 9828, 9460, 7157, 11376, 12688, 10321, 14780, 8832, 13498, 8970, 10441, 9351, 8343, 13859, 7161, 12373, 6867, 10436, 6896, 9079, 6820, 8920, 7254, 8823, 6996, 8261, 12069, 7287, 12356, 7086, 10317, 7082, 10063, 7174, 8905, 7324, 8725, 7100, 7929, 11037, 7021, 11630, 7030, 10028, 7208, 8318, 7017, 10954, 7045, 10581, 6968, 9344, 7253, 7229, 7835, 6965, 8023, 10841, 7367, 10566, 7799, 9211, 7294, 8254, 7404, 7193, 7984, 7050, 8175, 7160, 7917, 7306, 8712, 7257, 12532, 7300, 12841, 7319, 13206, 6907, 13261, 7071, 12302, 8075, 10519, 8386, 7160, 8298, 7313, 11583, 7672, 13768, 7283, 13595, 7441, 13603, 7548, 12916, 7125, 11795, 6953, 10881, 7270, 8873, 7356, 7133, 7549, 7000, 7483, 7172, 7246, 8584, 7042, 7904, 8428, 8002, 7177, 8380, 7067, 10191, 7172, 13598, 6935, 13097, 6829, 13143, 6983, 13891, 8271, 7387, 8382, 7007, 10598, 6834, 13302, 6934, 14475, 8665, 15357, 7819, 14849, 7041, 14422, 6842, 13686, 6838, 13556, 7116, 12763, 7224, 14212, 7121, 9909, 6997, 7103, 8466, 12145, 6874, 11863, 6925, 11155, 6877, 9409, 7277, 8909, 7194, 7576, 7225, 7127, 8732, 7002, 9472, 7045, 10787, 8159, 12048, 8907, 14713], 'WindowCenter': [4055.0, 4080.0, 4027.0, 4074.0, 4011.0, 4061.0, 4030.0, 4048.0, 4028.0, 4047.0, 4028.0, 4035.0, 4026.0, 4014.0, 4003.0, 3985.0, 4014.0, 3983.0, 4005.0, 3995.0, 3984.0, 3993.0, 3984.0, 4014.0, 3994.0, 4013.0, 3993.0, 4002.0, 3983.0, 4005.0, 4006.0, 3984.0, 4026.0, 4008.0, 4016.0, 3994.0, 3983.0, 3983.0, 3983.0, 3994.0, 3994.0, 4015.0, 4010.0, 4029.0, 4013.0, 3987.0, 3982.0, 3985.0, 3984.0, 3995.0, 3994.0, 4024.0, 3994.0, 4035.0, 3996.0, 4050.0, 3996.0, 4014.0, 3982.0, 4036.0, 3996.0, 4022.0, 3994.0, 4024.0, 3981.0, 4012.0, 3993.0, 4022.0, 3981.0, 3983.0, 4006.0, 4034.0, 3992.0, 4002.0, 3980.0, 3990.0, 3989.0, 3980.0, 4021.0, 3981.0, 4010.0, 3979.0, 3999.0, 3978.0, 3999.0, 3978.0, 3989.0, 3982.0, 4004.0, 3992.0, 4013.0, 3981.0, 3979.0, 3981.0, 3991.0, 3968.0, 4000.0, 3980.0, 3988.0, 3969.0, 3976.0, 3967.0, 3989.0, 3955.0, 3976.0, 3968.0, 3966.0, 3965.0, 3957.0, 3967.0, 3981.0, 3966.0, 3979.0, 3979.0, 3957.0, 3959.0, 3954.0, 3968.0, 3969.0, 3991.0, 3994.0, 4015.0, 4003.0, 4006.0, 4035.0, 3992.0, 4021.0, 3981.0, 4023.0, 3979.0, 4008.0, 3968.0, 3998.0, 3979.0, 4013.0, 3994.0, 4011.0, 3980.0, 4010.0, 3980.0, 4000.0, 3979.0, 4009.0, 3977.0, 3978.0, 4008.0, 3978.0, 3997.0, 3965.0, 3985.0, 3954.0, 3977.0, 3957.0, 3979.0, 3970.0, 4000.0, 3969.0, 3999.0, 3993.0, 4025.0, 4016.0, 4036.0, 4007.0, 4036.0, 3994.0, 4032.0, 3993.0, 4022.0, 3980.0, 4031.0, 3989.0, 4019.0, 3968.0, 4008.0, 3969.0, 3997.0, 3969.0, 4024.0, 3995.0, 4001.0, 3965.0, 3966.0, 3968.0, 3979.0, 3977.0, 3967.0, 3970.0, 3992.0, 3982.0, 4016.0, 3985.0, 4022.0, 3994.0, 4025.0, 4024.0, 4034.0, 4031.0, 3978.0, 4036.0, 4015.0, 4044.0, 3999.0, 4008.0, 3995.0, 3984.0, 3992.0, 3951.0, 3981.0, 3952.0, 3970.0, 3940.0, 3960.0, 3951.0, 3952.0, 3952.0, 3954.0, 3954.0, 3966.0, 3967.0, 3980.0, 4004.0, 3982.0, 3991.0, 3979.0, 3979.0, 4000.0, 3980.0, 3999.0, 3978.0, 3999.0, 3977.0, 3978.0, 3996.0, 3965.0, 3995.0, 3967.0, 3996.0, 3965.0, 3985.0, 3967.0, 3986.0, 3954.0, 3965.0, 3964.0, 3977.0, 3986.0, 3979.0, 3998.0, 3978.0, 3988.0, 3989.0, 3997.0, 3979.0, 3999.0, 3980.0, 3998.0, 3979.0, 3999.0, 3979.0, 3999.0, 3978.0, 3999.0, 3977.0, 3998.0, 3978.0, 3987.0, 3967.0, 3978.0, 3966.0, 3967.0, 3967.0, 3978.0, 3979.0, 3979.0, 3967.0, 3979.0, 3989.0, 3991.0, 3999.0, 3991.0, 4011.0, 3980.0, 4013.0, 3981.0, 3992.0, 3968.0, 3990.0, 3980.0, 3981.0, 3983.0, 3993.0, 3983.0, 4005.0, 4004.0, 4006.0, 4014.0, 4004.0, 4014.0, 3993.0, 4012.0, 3992.0, 4013.0, 3994.0, 3993.0, 4006.0, 4004.0, 4009.0, 4020.0, 4008.0, 4017.0, 4019.0, 4028.0, 4008.0, 4040.0, 3997.0, 4027.0, 3994.0, 4004.0, 4002.0, 4017.0, 4006.0, 3996.0, 4007.0, 3983.0, 3996.0, 4004.0, 3998.0, 3997.0, 4009.0, 4011.0, 4054.0, 4010.0, 4009.0, 4031.0, 4009.0, 4008.0, 4022.0, 4024.0, 4061.0, 4021.0, 4062.0, 4074.0, 4042.0, 4040.0, 3996.0, 4025.0, 3994.0, 4014.0, 4004.0, 4024.0, 4014.0, 4013.0, 3992.0, 3971.0, 3991.0, 3979.0, 3990.0, 3981.0, 3991.0, 3993.0, 4003.0, 3996.0, 4005.0, 4007.0, 4027.0, 4007.0, 4027.0, 3996.0, 4016.0, 3984.0, 4005.0, 4002.0, 3994.0, 4023.0, 3994.0, 4014.0, 3994.0, 4014.0, 3996.0, 3994.0, 3999.0, 4023.0, 4023.0, 4021.0, 4043.0, 4025.0, 4057.0, 4037.0, 4077.0, 4026.0, 4065.0, 4024.0, 4061.0, 4009.0, 4048.0, 3997.0, 4037.0, 4008.0, 4027.0, 4017.0, 4010.0, 4020.0, 4009.0, 4058.0, 3997.0, 3997.0, 4007.0, 3997.0, 4016.0, 4006.0, 3996.0, 4028.0, 3996.0, 4047.0, 4026.0, 4005.0, 4033.0, 3981.0, 4020.0, 3958.0, 4009.0, 3968.0, 3990.0, 3980.0, 3991.0, 3981.0, 4005.0, 4008.0, 3995.0, 3994.0, 3995.0, 3985.0, 4007.0, 4006.0, 4017.0, 4037.0, 4018.0, 4037.0, 4028.0, 4005.0, 4007.0, 3997.0, 4026.0, 3998.0, 4027.0, 4017.0, 4010.0, 4028.0, 3996.0, 3998.0, 3996.0, 3994.0, 4045.0, 3993.0, 4045.0, 4001.0, 4032.0, 3970.0, 4030.0, 3968.0, 4019.0, 3971.0, 4008.0, 3967.0, 3997.0, 3969.0, 4004.0, 3993.0, 3969.0, 3979.0, 3972.0, 4010.0, 3980.0, 3999.0, 3981.0, 4010.0, 3982.0, 4013.0, 3970.0, 4012.0, 3982.0, 4022.0, 3982.0, 4025.0, 3981.0, 3971.0, 3994.0, 3983.0, 4036.0, 3997.0, 3983.0, 3993.0, 3983.0, 3994.0, 3993.0, 4005.0, 3995.0, 3995.0, 3994.0, 4017.0, 3995.0, 3995.0, 3993.0, 4004.0, 3994.0, 4005.0, 3996.0, 4011.0, 4023.0, 4023.0, 4043.0, 4011.0, 4008.0, 4009.0, 3997.0, 4029.0, 3985.0, 4028.0, 4006.0, 4040.0, 4007.0, 4048.0, 4008.0, 4029.0, 3996.0, 3985.0, 4006.0, 3985.0, 4027.0, 4019.0, 3985.0, 4030.0, 4000.0, 4018.0, 4008.0, 3997.0, 4029.0, 3999.0, 4052.0, 4010.0, 4039.0, 3999.0, 4048.0, 3986.0, 4016.0, 3984.0, 4005.0, 3996.0, 3986.0, 4005.0, 3996.0, 4005.0, 3985.0, 3973.0, 3996.0, 3998.0, 4031.0, 3999.0, 4029.0, 4028.0, 4029.0, 4048.0, 4017.0, 4024.0, 3991.0, 3999.0, 3970.0, 3989.0, 3969.0, 4000.0, 3969.0, 3990.0, 3969.0, 3981.0, 3999.0, 3970.0, 3999.0, 3970.0, 4000.0, 3981.0, 3980.0, 3970.0, 3980.0, 3971.0, 3981.0, 3972.0, 3983.0, 4003.0, 3983.0, 4003.0, 3983.0, 3993.0, 3983.0, 3984.0, 3972.0, 3984.0, 3995.0, 4009.0, 4008.0, 4006.0, 4009.0, 4019.0, 4008.0, 4018.0, 3999.0, 4040.0, 4011.0, 4039.0, 3997.0, 4028.0, 4010.0, 4038.0, 3996.0, 4039.0, 3998.0, 3997.0, 4009.0, 4012.0, 4031.0, 4011.0, 4020.0, 4021.0, 4010.0, 4029.0, 4000.0, 4040.0, 4008.0, 4037.0, 3997.0, 4027.0, 3986.0, 4036.0, 3996.0, 4026.0, 3996.0, 3997.0, 3995.0, 3985.0, 4005.0, 3994.0, 4015.0, 3995.0, 4014.0, 3996.0, 3995.0, 3996.0, 3996.0, 4009.0, 3997.0, 4007.0, 3999.0, 4027.0, 4011.0, 4031.0, 4024.0, 4022.0, 4020.0, 4000.0, 4031.0, 4010.0, 4042.0, 4000.0, 4038.0, 4009.0, 4042.0, 4021.0, 4024.0, 4021.0, 4009.0, 4008.0, 4008.0, 4009.0, 4031.0, 4025.0, 4020.0, 4011.0, 4021.0, 4021.0, 4014.0, 4042.0, 4025.0, 4064.0, 4041.0, 4041.0, 4039.0, 4030.0, 4061.0, 4029.0, 4009.0, 4019.0, 3999.0, 4031.0, 4020.0, 4010.0, 4031.0, 4012.0, 4011.0, 4042.0, 4023.0, 4063.0, 4044.0, 4053.0, 4033.0, 4049.0, 4028.0, 4049.0, 4029.0, 4038.0, 4037.0, 4018.0, 4027.0, 4007.0, 4028.0, 4010.0, 4028.0, 3998.0, 4027.0, 3998.0, 3987.0, 4018.0, 3997.0, 4019.0, 4009.0, 4020.0, 3997.0, 4029.0, 3998.0, 4019.0, 4001.0, 4050.0, 4012.0, 4052.0, 4013.0, 4009.0, 4009.0, 4010.0, 4041.0, 3999.0, 4039.0, 3998.0, 4040.0, 4020.0, 4053.0, 3999.0, 4048.0, 3997.0, 3997.0, 4006.0, 3984.0, 4006.0, 3985.0, 4017.0, 3987.0, 4047.0, 4017.0, 4018.0, 4005.0, 3986.0, 4017.0, 3986.0, 4005.0, 3997.0, 3999.0, 4007.0, 4009.0, 3997.0, 4008.0, 3999.0, 4018.0, 3997.0, 3995.0, 3996.0, 3997.0, 3995.0, 3985.0, 3984.0, 4015.0, 3994.0, 3983.0, 4004.0, 3971.0, 4000.0, 3984.0, 4024.0, 4024.0, 4024.0, 4034.0, 4024.0, 4022.0, 3998.0, 3967.0, 3968.0, 3979.0, 3998.0, 4027.0, 3994.0, 4001.0, 3980.0, 3980.0, 3981.0, 3981.0, 3971.0, 4014.0, 3985.0, 4010.0, 3990.0, 3957.0, 3978.0, 3959.0, 4010.0, 3970.0, 4020.0, 3970.0, 4008.0, 3979.0, 4007.0, 3969.0, 3997.0, 3976.0, 3955.0, 3956.0, 3969.0, 3991.0, 3982.0, 3983.0, 4022.0, 3995.0, 4011.0, 3981.0, 4001.0, 3981.0, 3970.0, 3993.0, 4021.0, 3970.0, 4009.0, 3969.0, 4020.0, 3980.0, 4009.0, 3980.0, 4010.0, 3981.0, 4001.0, 3969.0, 3991.0, 3994.0, 3991.0, 3970.0, 3982.0, 3983.0, 3983.0, 3985.0, 3985.0, 3996.0, 4006.0, 3997.0, 4029.0, 4011.0, 4040.0, 3998.0, 4028.0, 4006.0, 4016.0, 4015.0, 4006.0, 4047.0, 3994.0, 4022.0, 3983.0, 4034.0, 3981.0, 4022.0, 3982.0, 4002.0, 3983.0, 4003.0, 3993.0, 3993.0, 4001.0, 3992.0, 4000.0, 3981.0, 4001.0, 3983.0, 4015.0, 3998.0, 4018.0, 4040.0, 4021.0, 4041.0, 4021.0, 4051.0, 4051.0, 4042.0, 4061.0, 4009.0, 4059.0, 4009.0, 4050.0, 4008.0, 4028.0, 4004.0, 3993.0, 3982.0, 3982.0, 3992.0, 3982.0, 3982.0, 3984.0, 3995.0, 4007.0, 3997.0, 4008.0, 4008.0, 4010.0, 4029.0, 4009.0, 4028.0, 4022.0, 4012.0, 4012.0, 4011.0, 4020.0, 4023.0, 4041.0, 4011.0, 4040.0, 4011.0, 4051.0, 4011.0, 4061.0, 4011.0, 4050.0, 4000.0, 4049.0, 3999.0, 4049.0, 3998.0, 4051.0, 4009.0, 4029.0, 4027.0, 4007.0, 4046.0, 3996.0, 4035.0, 3995.0, 4025.0, 3995.0, 4015.0, 3995.0, 4005.0, 3994.0, 4005.0, 3984.0, 4005.0, 3995.0, 4005.0, 3998.0, 4016.0, 3997.0, 4006.0, 3998.0, 4016.0, 3998.0, 4019.0, 3999.0, 4029.0, 3999.0, 4029.0, 4012.0, 3999.0, 4019.0, 4013.0, 4032.0, 4013.0, 4054.0, 4024.0, 4043.0, 4045.0, 4014.0, 4054.0, 4051.0, 4041.0, 4061.0, 4019.0, 4049.0, 4017.0, 4028.0, 4016.0, 4007.0, 4035.0, 3985.0, 4036.0, 3984.0, 4015.0, 3986.0, 4014.0, 3989.0, 4018.0, 3997.0, 4018.0, 3997.0, 4019.0, 4038.0, 3999.0, 4039.0, 3998.0, 4028.0, 3997.0, 4026.0, 3999.0, 4018.0, 3998.0, 4019.0, 3997.0, 4010.0, 4039.0, 3999.0, 4040.0, 4000.0, 4029.0, 4010.0, 4019.0, 4013.0, 4053.0, 4012.0, 4043.0, 4013.0, 4031.0, 4011.0, 4010.0, 4011.0, 4000.0, 4036.0, 4052.0, 4013.0, 4041.0, 4011.0, 4031.0, 4010.0, 4019.0, 4012.0, 4000.0, 4021.0, 4001.0, 4022.0, 4000.0, 4022.0, 4012.0, 4022.0, 4013.0, 4053.0, 4013.0, 4053.0, 4013.0, 4062.0, 4002.0, 4051.0, 4001.0, 4052.0, 4021.0, 4040.0, 4021.0, 4001.0, 4021.0, 4012.0, 4051.0, 4023.0, 4062.0, 4012.0, 4051.0, 4011.0, 4051.0, 4011.0, 4051.0, 4000.0, 4039.0, 3998.0, 4028.0, 4010.0, 4018.0, 4009.0, 4011.0, 4021.0, 4026.0, 4012.0, 4013.0, 4024.0, 4036.0, 4013.0, 4024.0, 4024.0, 4026.0, 4014.0, 4024.0, 4026.0, 4056.0, 4027.0, 4064.0, 4013.0, 4053.0, 4000.0, 4052.0, 4002.0, 4078.0, 4037.0, 4012.0, 4034.0, 4026.0, 4055.0, 4015.0, 4075.0, 4014.0, 4063.0, 4022.0, 4062.0, 4012.0, 4062.0, 4013.0, 4062.0, 4000.0, 4048.0, 3989.0, 4038.0, 3987.0, 4037.0, 4001.0, 4062.0, 4002.0, 4029.0, 3998.0, 4000.0, 4022.0, 4039.0, 3988.0, 4037.0, 3988.0, 4039.0, 4013.0, 4031.0, 3999.0, 4004.0, 3972.0, 3995.0, 3996.0, 3998.0, 4020.0, 3998.0, 4030.0, 4000.0, 4040.0, 4022.0, 4050.0, 4031.0, 4051.0], 'WindowWidth': [9055.0, 9074.0, 8996.0, 9055.0, 8966.0, 9029.0, 8985.0, 9005.0, 8980.0, 9003.0, 8978.0, 8983.0, 8974.0, 8952.0, 8936.0, 8918.0, 8951.0, 8911.0, 8945.0, 8932.0, 8913.0, 8924.0, 8912.0, 8953.0, 8928.0, 8951.0, 8924.0, 8935.0, 8912.0, 8945.0, 8946.0, 8914.0, 8972.0, 8952.0, 8961.0, 8928.0, 8910.0, 8910.0, 8911.0, 8927.0, 8928.0, 8956.0, 8961.0, 8984.0, 8971.0, 8923.0, 8908.0, 8916.0, 8914.0, 8929.0, 8925.0, 8964.0, 8927.0, 8983.0, 8933.0, 9010.0, 8934.0, 8951.0, 8907.0, 8987.0, 8934.0, 8962.0, 8928.0, 8968.0, 8905.0, 8947.0, 8922.0, 8960.0, 8904.0, 8913.0, 8948.0, 8980.0, 8922.0, 8935.0, 8901.0, 8914.0, 8912.0, 8901.0, 8958.0, 8906.0, 8942.0, 8899.0, 8924.0, 8897.0, 8923.0, 8896.0, 8909.0, 8909.0, 8942.0, 8922.0, 8952.0, 8904.0, 8893.0, 8904.0, 8912.0, 8877.0, 8927.0, 8899.0, 8904.0, 8882.0, 8886.0, 8876.0, 8908.0, 8858.0, 8889.0, 8877.0, 8873.0, 8871.0, 8863.0, 8878.0, 8904.0, 8874.0, 8897.0, 8898.0, 8864.0, 8866.0, 8855.0, 8880.0, 8883.0, 8918.0, 8930.0, 8960.0, 8937.0, 8949.0, 8985.0, 8922.0, 8960.0, 8907.0, 8965.0, 8898.0, 8935.0, 8881.0, 8922.0, 8897.0, 8950.0, 8926.0, 8942.0, 8899.0, 8938.0, 8899.0, 8926.0, 8898.0, 8937.0, 8891.0, 8894.0, 8934.0, 8894.0, 8916.0, 8868.0, 8895.0, 8853.0, 8889.0, 8863.0, 8897.0, 8886.0, 8926.0, 8885.0, 8928.0, 8928.0, 8975.0, 8964.0, 8990.0, 8954.0, 8989.0, 8930.0, 8978.0, 8927.0, 8963.0, 8904.0, 8974.0, 8913.0, 8953.0, 8885.0, 8938.0, 8889.0, 8921.0, 8889.0, 8972.0, 8937.0, 8937.0, 8874.0, 8878.0, 8885.0, 8903.0, 8893.0, 8880.0, 8890.0, 8924.0, 8909.0, 8963.0, 8919.0, 8963.0, 8926.0, 8968.0, 8967.0, 8979.0, 8971.0, 8894.0, 8990.0, 8958.0, 8996.0, 8926.0, 8936.0, 8912.0, 8895.0, 8902.0, 8845.0, 8884.0, 8845.0, 8868.0, 8830.0, 8856.0, 8845.0, 8849.0, 8849.0, 8857.0, 8858.0, 8877.0, 8879.0, 8904.0, 8940.0, 8906.0, 8916.0, 8896.0, 8895.0, 8926.0, 8901.0, 8924.0, 8893.0, 8922.0, 8889.0, 8894.0, 8915.0, 8869.0, 8909.0, 8876.0, 8914.0, 8871.0, 8897.0, 8876.0, 8902.0, 8856.0, 8872.0, 8869.0, 8890.0, 8901.0, 8898.0, 8921.0, 8896.0, 8908.0, 8911.0, 8919.0, 8897.0, 8924.0, 8899.0, 8922.0, 8899.0, 8926.0, 8900.0, 8924.0, 8897.0, 8923.0, 8893.0, 8921.0, 8894.0, 8905.0, 8878.0, 8893.0, 8875.0, 8878.0, 8878.0, 8895.0, 8898.0, 8899.0, 8880.0, 8900.0, 8911.0, 8917.0, 8927.0, 8918.0, 8946.0, 8903.0, 8952.0, 8906.0, 8920.0, 8885.0, 8917.0, 8903.0, 8907.0, 8911.0, 8925.0, 8914.0, 8945.0, 8943.0, 8948.0, 8957.0, 8943.0, 8955.0, 8926.0, 8949.0, 8923.0, 8951.0, 8928.0, 8927.0, 8949.0, 8944.0, 8958.0, 8974.0, 8957.0, 8967.0, 8973.0, 8984.0, 8956.0, 9000.0, 8939.0, 8978.0, 8927.0, 8942.0, 8936.0, 8965.0, 8949.0, 8938.0, 8955.0, 8912.0, 8935.0, 8943.0, 8942.0, 8941.0, 8958.0, 8965.0, 9026.0, 8962.0, 8957.0, 8988.0, 8958.0, 8955.0, 8982.0, 8988.0, 9030.0, 8976.0, 9033.0, 9056.0, 9006.0, 8998.0, 8935.0, 8969.0, 8928.0, 8952.0, 8941.0, 8967.0, 8954.0, 8949.0, 8922.0, 8892.0, 8917.0, 8899.0, 8915.0, 8904.0, 8919.0, 8925.0, 8938.0, 8934.0, 8945.0, 8952.0, 8977.0, 8952.0, 8977.0, 8935.0, 8960.0, 8915.0, 8943.0, 8936.0, 8926.0, 8962.0, 8926.0, 8953.0, 8929.0, 8955.0, 8935.0, 8933.0, 8945.0, 8986.0, 8989.0, 8983.0, 9013.0, 8995.0, 9037.0, 9011.0, 9064.0, 8994.0, 9044.0, 8989.0, 9028.0, 8957.0, 9007.0, 8936.0, 8988.0, 8953.0, 8977.0, 8965.0, 8961.0, 8976.0, 8960.0, 9020.0, 8939.0, 8938.0, 8951.0, 8938.0, 8960.0, 8950.0, 8935.0, 8980.0, 8934.0, 9005.0, 8971.0, 8943.0, 8977.0, 8903.0, 8955.0, 8870.0, 8939.0, 8883.0, 8914.0, 8903.0, 8916.0, 8905.0, 8947.0, 8956.0, 8933.0, 8929.0, 8932.0, 8919.0, 8952.0, 8949.0, 8966.0, 8991.0, 8968.0, 8992.0, 8980.0, 8945.0, 8950.0, 8938.0, 8975.0, 8945.0, 8977.0, 8968.0, 8965.0, 8983.0, 8938.0, 8943.0, 8937.0, 8930.0, 8997.0, 8924.0, 8996.0, 8932.0, 8974.0, 8889.0, 8968.0, 8883.0, 8951.0, 8887.0, 8934.0, 8879.0, 8919.0, 8885.0, 8942.0, 8925.0, 8886.0, 8900.0, 8893.0, 8941.0, 8902.0, 8927.0, 8905.0, 8943.0, 8907.0, 8948.0, 8891.0, 8946.0, 8909.0, 8960.0, 8910.0, 8972.0, 8908.0, 8893.0, 8926.0, 8914.0, 8991.0, 8938.0, 8914.0, 8926.0, 8913.0, 8927.0, 8926.0, 8946.0, 8932.0, 8932.0, 8930.0, 8962.0, 8933.0, 8930.0, 8926.0, 8942.0, 8931.0, 8946.0, 8938.0, 8968.0, 8985.0, 8984.0, 9009.0, 8962.0, 8953.0, 8954.0, 8935.0, 8981.0, 8916.0, 8976.0, 8946.0, 8999.0, 8949.0, 9005.0, 8951.0, 8983.0, 8932.0, 8917.0, 8948.0, 8916.0, 8973.0, 8968.0, 8918.0, 8982.0, 8942.0, 8964.0, 8951.0, 8937.0, 8980.0, 8941.0, 9016.0, 8957.0, 8996.0, 8944.0, 9005.0, 8918.0, 8959.0, 8912.0, 8943.0, 8934.0, 8921.0, 8944.0, 8933.0, 8944.0, 8917.0, 8898.0, 8933.0, 8939.0, 8989.0, 8943.0, 8983.0, 8982.0, 8984.0, 9006.0, 8962.0, 8965.0, 8915.0, 8921.0, 8886.0, 8907.0, 8884.0, 8926.0, 8885.0, 8914.0, 8885.0, 8904.0, 8925.0, 8888.0, 8924.0, 8888.0, 8926.0, 8904.0, 8902.0, 8888.0, 8903.0, 8892.0, 8905.0, 8894.0, 8912.0, 8937.0, 8912.0, 8938.0, 8910.0, 8924.0, 8911.0, 8914.0, 8895.0, 8915.0, 8931.0, 8959.0, 8955.0, 8949.0, 8956.0, 8970.0, 8955.0, 8968.0, 8943.0, 9001.0, 8963.0, 8996.0, 8937.0, 8980.0, 8961.0, 8995.0, 8934.0, 8996.0, 8939.0, 8938.0, 8959.0, 8967.0, 8990.0, 8963.0, 8972.0, 8976.0, 8961.0, 8983.0, 8945.0, 8997.0, 8954.0, 8990.0, 8935.0, 8974.0, 8920.0, 8986.0, 8933.0, 8974.0, 8934.0, 8937.0, 8930.0, 8915.0, 8942.0, 8929.0, 8956.0, 8930.0, 8955.0, 8933.0, 8930.0, 8932.0, 8935.0, 8956.0, 8938.0, 8950.0, 8941.0, 8977.0, 8962.0, 8992.0, 8988.0, 8980.0, 8973.0, 8944.0, 8987.0, 8959.0, 9004.0, 8947.0, 8993.0, 8957.0, 9005.0, 8978.0, 8986.0, 8976.0, 8957.0, 8956.0, 8955.0, 8958.0, 8991.0, 8989.0, 8973.0, 8961.0, 8977.0, 8978.0, 8972.0, 9009.0, 8988.0, 9041.0, 9002.0, 9001.0, 8994.0, 8987.0, 9030.0, 8983.0, 8957.0, 8970.0, 8944.0, 8989.0, 8972.0, 8963.0, 8992.0, 8967.0, 8968.0, 9007.0, 8983.0, 9036.0, 9012.0, 9024.0, 8994.0, 9008.0, 8979.0, 9006.0, 8981.0, 8991.0, 8988.0, 8965.0, 8976.0, 8950.0, 8982.0, 8962.0, 8982.0, 8942.0, 8978.0, 8940.0, 8926.0, 8969.0, 8942.0, 8970.0, 8958.0, 8972.0, 8939.0, 8983.0, 8941.0, 8971.0, 8951.0, 9016.0, 8969.0, 9021.0, 8970.0, 8958.0, 8958.0, 8960.0, 9001.0, 8944.0, 8997.0, 8939.0, 8998.0, 8973.0, 9021.0, 8942.0, 9006.0, 8934.0, 8935.0, 8946.0, 8915.0, 8944.0, 8915.0, 8960.0, 8921.0, 9002.0, 8963.0, 8964.0, 8943.0, 8921.0, 8963.0, 8919.0, 8944.0, 8938.0, 8944.0, 8954.0, 8958.0, 8940.0, 8953.0, 8944.0, 8970.0, 8940.0, 8932.0, 8932.0, 8937.0, 8931.0, 8917.0, 8915.0, 8955.0, 8928.0, 8912.0, 8939.0, 8890.0, 8928.0, 8916.0, 8967.0, 8967.0, 8967.0, 8980.0, 8964.0, 8958.0, 8921.0, 8878.0, 8881.0, 8898.0, 8943.0, 8976.0, 8928.0, 8929.0, 8900.0, 8900.0, 8901.0, 8903.0, 8891.0, 8954.0, 8917.0, 8939.0, 8911.0, 8865.0, 8891.0, 8868.0, 8938.0, 8887.0, 8950.0, 8884.0, 8932.0, 8894.0, 8928.0, 8882.0, 8917.0, 8885.0, 8857.0, 8861.0, 8885.0, 8919.0, 8907.0, 8910.0, 8983.0, 8929.0, 8944.0, 8904.0, 8928.0, 8904.0, 8888.0, 8921.0, 8955.0, 8884.0, 8936.0, 8881.0, 8952.0, 8899.0, 8936.0, 8900.0, 8940.0, 8904.0, 8929.0, 8885.0, 8920.0, 8927.0, 8918.0, 8887.0, 8907.0, 8911.0, 8912.0, 8918.0, 8918.0, 8935.0, 8946.0, 8938.0, 8985.0, 8966.0, 9002.0, 8941.0, 8981.0, 8948.0, 8961.0, 8958.0, 8946.0, 9003.0, 8927.0, 8962.0, 8912.0, 8981.0, 8906.0, 8960.0, 8909.0, 8935.0, 8911.0, 8939.0, 8924.0, 8925.0, 8931.0, 8919.0, 8929.0, 8905.0, 8930.0, 8912.0, 8959.0, 8943.0, 8968.0, 9005.0, 8981.0, 9007.0, 8981.0, 9020.0, 9019.0, 9009.0, 9032.0, 8959.0, 9026.0, 8959.0, 9015.0, 8956.0, 8980.0, 8942.0, 8926.0, 8910.0, 8911.0, 8922.0, 8910.0, 8911.0, 8916.0, 8932.0, 8952.0, 8939.0, 8958.0, 8958.0, 8962.0, 8985.0, 8959.0, 8983.0, 8981.0, 8969.0, 8968.0, 8965.0, 8976.0, 8985.0, 9004.0, 8966.0, 9002.0, 8966.0, 9019.0, 8965.0, 9030.0, 8964.0, 9012.0, 8947.0, 9009.0, 8944.0, 9010.0, 8943.0, 9017.0, 8957.0, 8984.0, 8979.0, 8952.0, 9002.0, 8934.0, 8986.0, 8934.0, 8971.0, 8931.0, 8958.0, 8930.0, 8944.0, 8930.0, 8944.0, 8915.0, 8944.0, 8930.0, 8945.0, 8939.0, 8962.0, 8939.0, 8949.0, 8941.0, 8964.0, 8940.0, 8971.0, 8943.0, 8982.0, 8943.0, 8981.0, 8965.0, 8944.0, 8972.0, 8970.0, 8993.0, 8972.0, 9025.0, 8986.0, 9008.0, 9014.0, 8971.0, 9025.0, 9016.0, 9003.0, 9029.0, 8969.0, 9011.0, 8962.0, 8979.0, 8958.0, 8949.0, 8983.0, 8916.0, 8984.0, 8916.0, 8955.0, 8920.0, 8956.0, 8927.0, 8966.0, 8938.0, 8967.0, 8937.0, 8969.0, 8991.0, 8942.0, 8993.0, 8940.0, 8978.0, 8938.0, 8974.0, 8941.0, 8965.0, 8939.0, 8971.0, 8940.0, 8959.0, 8995.0, 8943.0, 8998.0, 8947.0, 8983.0, 8960.0, 8970.0, 8970.0, 9021.0, 8965.0, 9007.0, 8968.0, 8989.0, 8963.0, 8960.0, 8963.0, 8947.0, 9005.0, 9020.0, 8968.0, 9003.0, 8963.0, 8987.0, 8962.0, 8970.0, 8964.0, 8947.0, 8975.0, 8950.0, 8979.0, 8948.0, 8979.0, 8965.0, 8978.0, 8969.0, 9021.0, 8970.0, 9019.0, 8969.0, 9030.0, 8953.0, 9014.0, 8949.0, 9015.0, 8975.0, 8999.0, 8976.0, 8950.0, 8975.0, 8966.0, 9016.0, 8983.0, 9030.0, 8965.0, 9013.0, 8962.0, 9014.0, 8962.0, 9013.0, 8945.0, 8995.0, 8941.0, 8978.0, 8960.0, 8966.0, 8955.0, 8965.0, 8978.0, 8991.0, 8966.0, 8970.0, 8985.0, 9004.0, 8970.0, 8985.0, 8983.0, 8989.0, 8971.0, 8986.0, 8992.0, 9031.0, 8994.0, 9040.0, 8969.0, 9021.0, 8946.0, 9018.0, 8952.0, 9064.0, 9007.0, 8967.0, 8998.0, 8992.0, 9030.0, 8976.0, 9056.0, 8971.0, 9037.0, 8977.0, 9033.0, 8965.0, 9033.0, 8966.0, 9032.0, 8945.0, 9006.0, 8927.0, 8993.0, 8922.0, 8986.0, 8947.0, 9031.0, 8952.0, 8983.0, 8941.0, 8947.0, 8979.0, 8997.0, 8926.0, 8990.0, 8926.0, 8996.0, 8972.0, 8991.0, 8939.0, 8937.0, 8893.0, 8928.0, 8934.0, 8938.0, 8970.0, 8941.0, 8985.0, 8947.0, 8999.0, 8977.0, 9012.0, 8988.0, 9014.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.0049928967909800516</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.07834796608846488</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.45139720051209</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2150170290798628</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0403197283767365</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.447</td></tr>
|
|
<tr><td colspan=3>fber</td><td>7002.665</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.19174125569473513</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>318</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>27.580225498699047</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5489598150666737</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.478364213638465</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7869115699184865</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3816036616430694</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0116493</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.00762691767886281</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.02771991491317749</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1153</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.076642548136933</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>28.9159</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>32.9709</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>135.4411</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>41.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>306719.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>621.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>278.2408</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6018</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>487.6719</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3277.2627</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3443.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>69825.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1234.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4271.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>844.5615</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>23.719026741106063</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> |