=== 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-0007 --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-0007",
"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-0007_ses-02_task-alignvideo_acq-mb8_run-03_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-0007_ses-02_task-alignvideo_acq-mb8_run-03_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-03_session-02_subject-0007_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-0007/figures/sub-0007_ses-02_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0007/figures/sub-0007_ses-02_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0007/figures/sub-0007_ses-02_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-02_subject-0007_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-0007/figures/sub-0007_ses-02_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0007/figures/sub-0007_ses-02_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0007/figures/sub-0007_ses-02_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-02_subject-0007_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-0007/figures/sub-0007_ses-02_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0007/figures/sub-0007_ses-02_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0007/figures/sub-0007_ses-02_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-02_subject-0007_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-0007/figures/sub-0007_ses-02_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0007/figures/sub-0007_ses-02_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0007/figures/sub-0007_ses-02_task-alignvideo_acq-mb8_run-03_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-03_session-02_subject-0007_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-0007/figures/sub-0007_ses-02_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0007/figures/sub-0007_ses-02_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0007/figures/sub-0007_ses-02_task-alignvideo_acq-mb8_run-03_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-03_session-02_subject-0007_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-0007/figures/sub-0007_ses-02_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0007/figures/sub-0007_ses-02_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0007/figures/sub-0007_ses-02_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-02_subject-0007_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-0007/figures/sub-0007_ses-02_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0007/figures/sub-0007_ses-02_task-alignvideo_acq-mb8_run-03_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-0007/figures/sub-0007_ses-02_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0007/figures/sub-0007_ses-02_task-alignvideo_acq-mb8_run-03_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-0007/ses-02/func/sub-0007_ses-02_task-alignvideo_acq-mb8_run-03_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>9b7edb395cc8b7556529952b70eecb76</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>16:39:29.062500</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999818, 0.0187103, 0.00379972, -0.019023, 0.993201, 0.114845]</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-03_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.0936143</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-03_task-alignvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>36</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4164, -7776, -7169, 596, -30, -218, 25, 20]</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>239.614</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>662b0dcb-3c84-48b0-8fe3-7f4b38445920||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6824378967285156, -0.05103723332285881, 0.0043877423740923405, 113.08210754394531], [-0.05019844323396683, 2.6646862030029297, 0.3102211058139801, -99.345947265625], [0.010194364003837109, -0.3081217110157013, 2.6821155548095703, -18.072921752929688], [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, 1158]</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, 1158], 'AcquisitionTime': ['163929.062500', '163929.522500', '163929.982500', '163930.442500', '163930.902500', '163931.362500', '163931.822500', '163932.282500', '163932.742500', '163933.202500', '163933.662500', '163934.122500', '163934.582500', '163935.042500', '163935.502500', '163935.962500', '163936.422500', '163936.882500', '163937.342500', '163937.802500', '163938.262500', '163938.722500', '163939.182500', '163939.642500', '163940.102500', '163940.562500', '163941.022500', '163941.482500', '163941.942500', '163942.402500', '163942.862500', '163943.322500', '163943.782500', '163944.242500', '163944.702500', '163945.162500', '163945.622500', '163946.082500', '163946.542500', '163947.002500', '163947.462500', '163947.922500', '163948.382500', '163948.842500', '163949.302500', '163949.762500', '163950.222500', '163950.682500', '163951.142500', '163951.602500', '163952.062500', '163952.522500', '163952.982500', '163953.442500', '163953.902500', '163954.362500', '163954.822500', '163955.282500', '163955.742500', '163956.202500', '163956.662500', '163957.122500', '163957.582500', '163958.042500', '163958.502500', '163958.962500', '163959.422500', '163959.882500', '164000.342500', '164000.802500', '164001.262500', '164001.722500', '164002.182500', '164002.642500', '164003.102500', '164003.562500', '164004.022500', '164004.482500', '164004.942500', '164005.402500', '164005.862500', '164006.322500', '164006.782500', '164007.242500', '164007.702500', '164008.162500', '164008.622500', '164009.082500', '164009.542500', '164010.002500', '164010.462500', '164010.922500', '164011.382500', '164011.842500', '164012.302500', '164012.762500', '164013.222500', '164013.682500', '164014.142500', '164014.602500', '164015.062500', '164015.522500', '164015.982500', '164016.442500', '164016.902500', '164017.362500', '164017.822500', '164018.282500', '164018.742500', '164019.202500', '164019.662500', '164020.122500', '164020.582500', '164021.042500', '164021.502500', '164021.962500', '164022.422500', '164022.882500', '164023.342500', '164023.802500', '164024.262500', '164024.722500', '164025.182500', '164025.642500', '164026.102500', '164026.562500', '164027.022500', '164027.482500', '164027.942500', '164028.402500', '164028.862500', '164029.322500', '164029.782500', '164030.242500', '164030.702500', '164031.162500', '164031.622500', '164032.082500', '164032.542500', '164033.002500', '164033.462500', '164033.922500', '164034.382500', '164034.842500', '164035.302500', '164035.762500', '164036.222500', '164036.682500', '164037.142500', '164037.602500', '164038.062500', '164038.522500', '164038.982500', '164039.442500', '164039.902500', '164040.362500', '164040.822500', '164041.282500', '164041.742500', '164042.202500', '164042.662500', '164043.122500', '164043.582500', '164044.042500', '164044.502500', '164044.962500', '164045.422500', '164045.882500', '164046.342500', '164046.802500', '164047.262500', '164047.722500', '164048.182500', '164048.642500', '164049.102500', '164049.562500', '164050.022500', '164050.482500', '164050.942500', '164051.402500', '164051.862500', '164052.322500', '164052.782500', '164053.242500', '164053.702500', '164054.162500', '164054.622500', '164055.082500', '164055.542500', '164056.002500', '164056.462500', '164056.922500', '164057.382500', '164057.842500', '164058.302500', '164058.762500', '164059.222500', '164059.682500', '164100.142500', '164100.602500', '164101.062500', '164101.522500', '164101.982500', '164102.442500', '164102.902500', '164103.362500', '164103.822500', '164104.282500', '164104.742500', '164105.202500', '164105.662500', '164106.122500', '164106.582500', '164107.042500', '164107.502500', '164107.962500', '164108.422500', '164108.882500', '164109.342500', '164109.802500', '164110.262500', '164110.722500', '164111.182500', '164111.642500', '164112.102500', '164112.562500', '164113.022500', '164113.482500', '164113.942500', '164114.402500', '164114.862500', '164115.322500', '164115.782500', '164116.242500', '164116.702500', '164117.162500', '164117.622500', '164118.082500', '164118.542500', '164119.002500', '164119.462500', '164119.922500', '164120.382500', '164120.842500', '164121.302500', '164121.762500', '164122.222500', '164122.682500', '164123.142500', '164123.602500', '164124.062500', '164124.522500', '164124.982500', '164125.442500', '164125.902500', '164126.362500', '164126.822500', '164127.282500', '164127.742500', '164128.202500', '164128.662500', '164129.122500', '164129.582500', '164130.042500', '164130.502500', '164130.962500', '164131.422500', '164131.882500', '164132.342500', '164132.802500', '164133.262500', '164133.722500', '164134.182500', '164134.642500', '164135.102500', '164135.562500', '164136.022500', '164136.482500', '164136.942500', '164137.402500', '164137.862500', '164138.322500', '164138.782500', '164139.242500', '164139.702500', '164140.162500', '164140.622500', '164141.082500', '164141.542500', '164142.002500', '164142.462500', '164142.922500', '164143.382500', '164143.842500', '164144.302500', '164144.762500', '164145.222500', '164145.682500', '164146.142500', '164146.602500', '164147.062500', '164147.522500', '164147.982500', '164148.442500', '164148.902500', '164149.362500', '164149.822500', '164150.282500', '164150.742500', '164151.202500', '164151.662500', '164152.122500', '164152.582500', '164153.042500', '164153.502500', '164153.962500', '164154.422500', '164154.882500', '164155.342500', '164155.802500', '164156.262500', '164156.722500', '164157.182500', '164157.642500', '164158.102500', '164158.562500', '164159.022500', '164159.482500', '164159.942500', '164200.402500', '164200.862500', '164201.322500', '164201.782500', '164202.242500', '164202.702500', '164203.162500', '164203.622500', '164204.082500', '164204.542500', '164205.002500', '164205.462500', '164205.922500', '164206.382500', '164206.842500', '164207.302500', '164207.762500', '164208.222500', '164208.682500', '164209.142500', '164209.602500', '164210.062500', '164210.522500', '164210.982500', '164211.442500', '164211.902500', '164212.362500', '164212.822500', '164213.282500', '164213.742500', '164214.202500', '164214.662500', '164215.122500', '164215.582500', '164216.042500', '164216.502500', '164216.962500', '164217.422500', '164217.882500', '164218.342500', '164218.802500', '164219.262500', '164219.722500', '164220.182500', '164220.642500', '164221.102500', '164221.562500', '164222.022500', '164222.482500', '164222.942500', '164223.402500', '164223.862500', '164224.322500', '164224.782500', '164225.242500', '164225.702500', '164226.162500', '164226.622500', '164227.082500', '164227.542500', '164228.002500', '164228.462500', '164228.922500', '164229.382500', '164229.842500', '164230.302500', '164230.762500', '164231.222500', '164231.682500', '164232.142500', '164232.602500', '164233.062500', '164233.522500', '164233.982500', '164234.442500', '164234.902500', '164235.362500', '164235.822500', '164236.282500', '164236.742500', '164237.202500', '164237.662500', '164238.122500', '164238.582500', '164239.042500', '164239.502500', '164239.962500', '164240.422500', '164240.882500', '164241.342500', '164241.802500', '164242.262500', '164242.722500', '164243.182500', '164243.642500', '164244.102500', '164244.562500', '164245.022500', '164245.482500', '164245.942500', '164246.402500', '164246.862500', '164247.322500', '164247.782500', '164248.242500', '164248.702500', '164249.162500', '164249.622500', '164250.082500', '164250.542500', '164251.002500', '164251.462500', '164251.922500', '164252.382500', '164252.842500', '164253.302500', '164253.762500', '164254.222500', '164254.682500', '164255.142500', '164255.602500', '164256.062500', '164256.522500', '164256.982500', '164257.442500', '164257.902500', '164258.362500', '164258.822500', '164259.282500', '164259.742500', '164300.202500', '164300.662500', '164301.122500', '164301.582500', '164302.042500', '164302.502500', '164302.962500', '164303.422500', '164303.882500', '164304.342500', '164304.802500', '164305.262500', '164305.722500', '164306.182500', '164306.642500', '164307.102500', '164307.562500', '164308.022500', '164308.482500', '164308.942500', '164309.402500', '164309.862500', '164310.322500', '164310.782500', '164311.242500', '164311.702500', '164312.162500', '164312.622500', '164313.082500', '164313.542500', '164314.002500', '164314.462500', '164314.922500', '164315.382500', '164315.842500', '164316.302500', '164316.762500', '164317.222500', '164317.682500', '164318.142500', '164318.602500', '164319.062500', '164319.522500', '164319.982500', '164320.442500', '164320.902500', '164321.362500', '164321.822500', '164322.282500', '164322.742500', '164323.202500', '164323.662500', '164324.122500', '164324.582500', '164325.042500', '164325.502500', '164325.962500', '164326.422500', '164326.882500', '164327.342500', '164327.802500', '164328.262500', '164328.722500', '164329.182500', '164329.642500', '164330.102500', '164330.562500', '164331.022500', '164331.482500', '164331.942500', '164332.402500', '164332.862500', '164333.322500', '164333.782500', '164334.242500', '164334.702500', '164335.162500', '164335.622500', '164336.082500', '164336.542500', '164337.002500', '164337.462500', '164337.922500', '164338.382500', '164338.842500', '164339.302500', '164339.762500', '164340.222500', '164340.682500', '164341.142500', '164341.602500', '164342.062500', '164342.522500', '164342.982500', '164343.442500', '164343.902500', '164344.362500', '164344.822500', '164345.282500', '164345.742500', '164346.202500', '164346.662500', '164347.122500', '164347.582500', '164348.042500', '164348.502500', '164348.962500', '164349.422500', '164349.882500', '164350.342500', '164350.802500', '164351.262500', '164351.722500', '164352.182500', '164352.642500', '164353.102500', '164353.562500', '164354.022500', '164354.482500', '164354.942500', '164355.402500', '164355.862500', '164356.322500', '164356.782500', '164357.242500', '164357.702500', '164358.162500', '164358.622500', '164359.082500', '164359.542500', '164400.002500', '164400.462500', '164400.922500', '164401.382500', '164401.842500', '164402.302500', '164402.762500', '164403.222500', '164403.682500', '164404.142500', '164404.602500', '164405.062500', '164405.522500', '164405.982500', '164406.442500', '164406.902500', '164407.362500', '164407.822500', '164408.282500', '164408.742500', '164409.202500', '164409.662500', '164410.122500', '164410.582500', '164411.042500', '164411.502500', '164411.962500', '164412.422500', '164412.882500', '164413.342500', '164413.802500', '164414.262500', '164414.722500', '164415.182500', '164415.642500', '164416.102500', '164416.562500', '164417.022500', '164417.482500', '164417.942500', '164418.402500', '164418.862500', '164419.322500', '164419.782500', '164420.242500', '164420.702500', '164421.162500', '164421.622500', '164422.082500', '164422.542500', '164423.002500', '164423.462500', '164423.922500', '164424.382500', '164424.842500', '164425.302500', '164425.762500', '164426.222500', '164426.682500', '164427.142500', '164427.602500', '164428.062500', '164428.522500', '164428.982500', '164429.442500', '164429.902500', '164430.362500', '164430.822500', '164431.282500', '164431.742500', '164432.202500', '164432.662500', '164433.122500', '164433.582500', '164434.042500', '164434.502500', '164434.962500', '164435.422500', '164435.882500', '164436.342500', '164436.802500', '164437.262500', '164437.722500', '164438.182500', '164438.642500', '164439.102500', '164439.562500', '164440.022500', '164440.482500', '164440.942500', '164441.402500', '164441.862500', '164442.322500', '164442.782500', '164443.242500', '164443.702500', '164444.162500', '164444.622500', '164445.082500', '164445.542500', '164446.002500', '164446.462500', '164446.922500', '164447.382500', '164447.842500', '164448.302500', '164448.762500', '164449.222500', '164449.682500', '164450.142500', '164450.602500', '164451.062500', '164451.522500', '164451.982500', '164452.442500', '164452.902500', '164453.362500', '164453.822500', '164454.282500', '164454.742500', '164455.202500', '164455.662500', '164456.122500', '164456.582500', '164457.042500', '164457.502500', '164457.962500', '164458.422500', '164458.882500', '164459.342500', '164459.802500', '164500.262500', '164500.722500', '164501.182500', '164501.642500', '164502.102500', '164502.562500', '164503.022500', '164503.482500', '164503.942500', '164504.402500', '164504.862500', '164505.322500', '164505.782500', '164506.242500', '164506.702500', '164507.162500', '164507.622500', '164508.082500', '164508.542500', '164509.002500', '164509.462500', '164509.922500', '164510.382500', '164510.842500', '164511.302500', '164511.762500', '164512.222500', '164512.682500', '164513.142500', '164513.602500', '164514.062500', '164514.522500', '164514.982500', '164515.442500', '164515.902500', '164516.362500', '164516.822500', '164517.282500', '164517.742500', '164518.202500', '164518.662500', '164519.122500', '164519.582500', '164520.042500', '164520.502500', '164520.962500', '164521.422500', '164521.882500', '164522.342500', '164522.802500', '164523.262500', '164523.722500', '164524.182500', '164524.642500', '164525.102500', '164525.562500', '164526.022500', '164526.482500', '164526.942500', '164527.402500', '164527.862500', '164528.322500', '164528.782500', '164529.242500', '164529.702500', '164530.162500', '164530.622500', '164531.082500', '164531.542500', '164532.002500', '164532.462500', '164532.922500', '164533.382500', '164533.842500', '164534.302500', '164534.762500', '164535.222500', '164535.682500', '164536.142500', '164536.602500', '164537.062500', '164537.522500', '164537.982500', '164538.442500', '164538.902500', '164539.362500', '164539.822500', '164540.282500', '164540.742500', '164541.202500', '164541.662500', '164542.122500', '164542.582500', '164543.042500', '164543.502500', '164543.962500', '164544.422500', '164544.882500', '164545.342500', '164545.802500', '164546.262500', '164546.722500', '164547.182500', '164547.642500', '164548.102500', '164548.562500', '164549.022500', '164549.482500', '164549.942500', '164550.402500', '164550.862500', '164551.322500', '164551.782500', '164552.242500', '164552.702500', '164553.162500', '164553.622500', '164554.082500', '164554.542500', '164555.002500', '164555.462500', '164555.922500', '164556.382500', '164556.842500', '164557.302500', '164557.762500', '164558.222500', '164558.682500', '164559.142500', '164559.602500', '164600.062500', '164600.522500', '164600.982500', '164601.442500', '164601.902500', '164602.362500', '164602.822500', '164603.282500', '164603.742500', '164604.202500', '164604.662500', '164605.122500', '164605.582500', '164606.042500', '164606.502500', '164606.962500', '164607.422500', '164607.882500', '164608.342500', '164608.802500', '164609.262500', '164609.722500', '164610.182500', '164610.642500', '164611.102500', '164611.562500', '164612.022500', '164612.482500', '164612.942500', '164613.402500', '164613.862500', '164614.322500', '164614.782500', '164615.242500', '164615.702500', '164616.162500', '164616.622500', '164617.082500', '164617.542500', '164618.002500', '164618.462500', '164618.922500', '164619.382500', '164619.842500', '164620.302500', '164620.762500', '164621.222500', '164621.682500', '164622.142500', '164622.602500', '164623.062500', '164623.522500', '164623.982500', '164624.442500', '164624.902500', '164625.362500', '164625.822500', '164626.282500', '164626.742500', '164627.202500', '164627.662500', '164628.122500', '164628.582500', '164629.042500', '164629.502500', '164629.962500', '164630.422500', '164630.882500', '164631.342500', '164631.802500', '164632.262500', '164632.722500', '164633.182500', '164633.642500', '164634.102500', '164634.562500', '164635.022500', '164635.482500', '164635.942500', '164636.402500', '164636.862500', '164637.322500', '164637.782500', '164638.242500', '164638.702500', '164639.162500', '164639.622500', '164640.082500', '164640.542500', '164641.002500', '164641.462500', '164641.922500', '164642.382500', '164642.842500', '164643.302500', '164643.762500', '164644.222500', '164644.682500', '164645.142500', '164645.602500', '164646.062500', '164646.522500', '164646.982500', '164647.442500', '164647.902500', '164648.362500', '164648.822500', '164649.282500', '164649.742500', '164650.202500', '164650.662500', '164651.122500', '164651.582500', '164652.042500', '164652.502500', '164652.962500', '164653.422500', '164653.882500', '164654.342500', '164654.802500', '164655.262500', '164655.722500', '164656.182500', '164656.642500', '164657.102500', '164657.562500', '164658.022500', '164658.482500', '164658.942500', '164659.402500', '164659.862500', '164700.322500', '164700.782500', '164701.242500', '164701.702500', '164702.162500', '164702.622500', '164703.082500', '164703.542500', '164704.002500', '164704.462500', '164704.922500', '164705.382500', '164705.842500', '164706.302500', '164706.762500', '164707.222500', '164707.682500', '164708.142500', '164708.602500', '164709.062500', '164709.522500', '164709.982500', '164710.442500', '164710.902500', '164711.362500', '164711.822500', '164712.282500', '164712.742500', '164713.202500', '164713.662500', '164714.122500', '164714.582500', '164715.042500', '164715.502500', '164715.962500', '164716.422500', '164716.882500', '164717.342500', '164717.802500', '164718.262500', '164718.722500', '164719.182500', '164719.642500', '164720.102500', '164720.562500', '164721.022500', '164721.482500', '164721.942500', '164722.402500', '164722.862500', '164723.322500', '164723.782500', '164724.242500', '164724.702500', '164725.162500', '164725.622500', '164726.082500', '164726.542500', '164727.002500', '164727.462500', '164727.922500', '164728.382500', '164728.842500', '164729.302500', '164729.762500', '164730.222500', '164730.682500', '164731.142500', '164731.602500', '164732.062500', '164732.522500', '164732.982500', '164733.442500', '164733.902500', '164734.362500', '164734.822500', '164735.282500', '164735.742500', '164736.202500', '164736.662500', '164737.122500', '164737.582500', '164738.042500', '164738.502500', '164738.962500', '164739.422500', '164739.882500', '164740.342500', '164740.802500', '164741.262500', '164741.722500', '164742.182500', '164742.642500', '164743.102500', '164743.562500', '164744.022500', '164744.482500', '164744.942500', '164745.402500', '164745.862500', '164746.322500', '164746.782500', '164747.242500', '164747.702500', '164748.162500', '164748.622500', '164749.082500', '164749.542500', '164750.002500', '164750.462500', '164750.922500', '164751.382500', '164751.842500', '164752.302500', '164752.762500', '164753.222500', '164753.682500', '164754.142500', '164754.602500', '164755.062500', '164755.522500', '164755.982500', '164756.442500', '164756.902500', '164757.362500', '164757.822500', '164758.282500', '164758.742500', '164759.202500', '164759.662500', '164800.122500', '164800.582500', '164801.042500', '164801.502500', '164801.962500', '164802.422500', '164802.882500', '164803.342500', '164803.802500', '164804.262500', '164804.722500', '164805.182500', '164805.642500', '164806.102500', '164806.562500', '164807.022500', '164807.482500', '164807.942500', '164808.402500', '164808.862500', '164809.322500', '164809.782500', '164810.242500', '164810.702500', '164811.162500', '164811.622500', '164812.082500', '164812.542500', '164813.002500', '164813.462500', '164813.922500', '164814.382500', '164814.842500', '164815.302500', '164815.762500', '164816.222500', '164816.682500', '164817.142500', '164817.602500', '164818.062500', '164818.522500', '164818.982500', '164819.442500', '164819.902500', '164820.362500', '164820.822500', '164821.282500'], 'ContentTime': ['163954.337000', '163954.340000', '163954.343000', '163954.346000', '163954.349000', '163954.352000', '163954.355000', '163954.358000', '163954.361000', '163954.364000', '163954.367000', '163954.370000', '163954.373000', '163954.376000', '163954.379000', '163954.382000', '163954.385000', '163954.388000', '163954.391000', '163954.394000', '163954.397000', '163954.400000', '163954.403000', '163954.406000', '163954.409000', '163954.412000', '163954.415000', '163954.418000', '163954.421000', '163954.424000', '163954.427000', '163954.430000', '163954.432000', '163954.435000', '163954.438000', '163954.441000', '163954.444000', '163954.448000', '163954.456000', '163954.459000', '163954.462000', '163954.465000', '163954.468000', '163954.471000', '163954.473000', '163954.476000', '163954.479000', '163954.483000', '163954.485000', '163954.488000', '163954.491000', '163954.494000', '163954.497000', '163954.500000', '164014.300000', '164014.303000', '164014.306000', '164014.309000', '164014.316000', '164014.319000', '164014.322000', '164014.325000', '164014.328000', '164014.331000', '164014.334000', '164014.337000', '164014.340000', '164014.342000', '164014.345000', '164014.348000', '164014.351000', '164014.361000', '164014.364000', '164014.366000', '164014.369000', '164014.372000', '164014.375000', '164014.378000', '164014.381000', '164014.384000', '164014.387000', '164014.390000', '164014.393000', '164014.396000', '164014.399000', '164014.402000', '164014.405000', '164014.408000', '164014.411000', '164014.414000', '164014.425000', '164014.428000', '164014.431000', '164014.434000', '164014.437000', '164014.440000', '164014.443000', '164034.301000', '164034.304000', '164034.307000', '164034.310000', '164034.317000', '164034.320000', '164034.323000', '164034.326000', '164034.329000', '164034.332000', '164034.335000', '164034.337000', '164034.340000', '164034.343000', '164034.346000', '164034.349000', '164034.352000', '164034.355000', '164034.358000', '164034.360000', '164034.363000', '164034.366000', '164034.369000', '164034.372000', '164034.375000', '164034.378000', '164034.380000', '164034.383000', '164034.386000', '164034.389000', '164034.392000', '164034.395000', '164034.398000', '164034.401000', '164034.403000', '164034.406000', '164034.409000', '164034.412000', '164034.415000', '164034.418000', '164034.420000', '164034.423000', '164034.426000', '164034.429000', '164054.301000', '164054.304000', '164054.307000', '164054.310000', '164054.313000', '164054.315000', '164054.318000', '164054.321000', '164054.324000', '164054.332000', '164054.335000', '164054.338000', '164054.340000', '164054.343000', '164054.364000', '164054.368000', '164054.370000', '164054.373000', '164054.376000', '164054.379000', '164054.382000', '164054.385000', '164054.388000', '164054.391000', '164054.393000', '164054.396000', '164054.399000', '164054.402000', '164054.407000', '164054.410000', '164054.412000', '164054.415000', '164054.418000', '164054.421000', '164054.424000', '164054.427000', '164054.430000', '164054.432000', '164054.435000', '164054.438000', '164054.441000', '164054.444000', '164054.447000', '164114.301000', '164114.304000', '164114.307000', '164114.310000', '164114.313000', '164114.316000', '164114.318000', '164114.321000', '164114.324000', '164114.327000', '164114.330000', '164114.333000', '164114.336000', '164114.339000', '164114.341000', '164114.344000', '164114.347000', '164114.350000', '164114.353000', '164114.356000', '164114.359000', '164114.362000', '164114.364000', '164114.367000', '164114.370000', '164114.373000', '164114.376000', '164114.379000', '164114.382000', '164114.385000', '164114.387000', '164114.390000', '164114.393000', '164114.396000', '164114.399000', '164114.402000', '164114.405000', '164114.408000', '164114.410000', '164114.413000', '164114.416000', '164114.419000', '164114.422000', '164114.425000', '164134.301000', '164134.304000', '164134.307000', '164134.310000', '164134.313000', '164134.316000', '164134.319000', '164134.321000', '164134.324000', '164134.327000', '164134.330000', '164134.333000', '164134.336000', '164134.339000', '164134.342000', '164134.345000', '164134.347000', '164134.350000', '164134.353000', '164134.356000', '164134.359000', '164134.362000', '164134.365000', '164134.368000', '164134.370000', '164134.373000', '164134.376000', '164134.379000', '164134.382000', '164134.385000', '164134.393000', '164134.395000', '164134.398000', '164134.401000', '164134.404000', '164134.407000', '164134.410000', '164134.413000', '164134.416000', '164134.418000', '164134.421000', '164134.424000', '164134.427000', '164154.300000', '164154.303000', '164154.306000', '164154.309000', '164154.312000', '164154.314000', '164154.317000', '164154.320000', '164154.323000', '164154.326000', '164154.329000', '164154.332000', '164154.334000', '164154.337000', '164154.340000', '164154.343000', '164154.346000', '164154.349000', '164154.352000', '164154.355000', '164154.357000', '164154.360000', '164154.363000', '164154.366000', '164154.369000', '164154.372000', '164154.375000', '164154.377000', '164154.380000', '164154.383000', '164154.386000', '164154.389000', '164154.392000', '164154.395000', '164154.398000', '164154.400000', '164154.403000', '164154.406000', '164154.409000', '164154.412000', '164154.415000', '164154.418000', '164154.421000', '164154.424000', '164214.300000', '164214.303000', '164214.306000', '164214.309000', '164214.312000', '164214.315000', '164214.318000', '164214.321000', '164214.323000', '164214.326000', '164214.329000', '164214.332000', '164214.335000', '164214.338000', '164214.341000', '164214.344000', '164214.347000', '164214.350000', '164214.352000', '164214.355000', '164214.358000', '164214.361000', '164214.364000', '164214.367000', '164214.370000', '164214.373000', '164214.375000', '164214.378000', '164214.381000', '164214.384000', '164214.387000', '164214.390000', '164214.393000', '164214.396000', '164214.398000', '164214.404000', '164214.407000', '164214.410000', '164214.413000', '164214.416000', '164214.419000', '164214.421000', '164214.424000', '164234.300000', '164234.303000', '164234.306000', '164234.309000', '164234.312000', '164234.315000', '164234.318000', '164234.321000', '164234.323000', '164234.326000', '164234.347000', '164234.350000', '164234.353000', '164234.355000', '164234.367000', '164234.370000', '164234.373000', '164234.376000', '164234.379000', '164234.382000', '164234.384000', '164234.387000', '164234.390000', '164234.393000', '164234.396000', '164234.399000', '164234.402000', '164234.405000', '164234.408000', '164234.411000', '164234.414000', '164234.416000', '164234.419000', '164234.422000', '164234.425000', '164234.428000', '164234.431000', '164234.434000', '164234.437000', '164234.440000', '164234.443000', '164234.445000', '164234.448000', '164234.451000', '164254.301000', '164254.304000', '164254.307000', '164254.310000', '164254.313000', '164254.316000', '164254.319000', '164254.321000', '164254.324000', '164254.327000', '164254.330000', '164254.333000', '164254.336000', '164254.339000', '164254.342000', '164254.344000', '164254.347000', '164254.350000', '164254.353000', '164254.356000', '164254.359000', '164254.362000', '164254.365000', '164254.368000', '164254.371000', '164254.373000', '164254.376000', '164254.379000', '164254.382000', '164254.385000', '164254.388000', '164254.391000', '164254.394000', '164254.396000', '164254.399000', '164254.402000', '164254.405000', '164254.408000', '164254.411000', '164254.414000', '164254.417000', '164254.420000', '164254.422000', '164314.301000', '164314.304000', '164314.307000', '164314.310000', '164314.313000', '164314.317000', '164314.321000', '164314.324000', '164314.327000', '164314.330000', '164314.333000', '164314.335000', '164314.338000', '164314.341000', '164314.344000', '164314.347000', '164314.350000', '164314.353000', '164314.356000', '164314.359000', '164314.362000', '164314.365000', '164314.368000', '164314.370000', '164314.373000', '164314.376000', '164314.379000', '164314.382000', '164314.385000', '164314.388000', '164314.391000', '164314.393000', '164314.396000', '164314.399000', '164314.402000', '164314.405000', '164314.408000', '164314.411000', '164314.414000', '164314.417000', '164314.420000', '164314.423000', '164314.425000', '164334.301000', '164334.304000', '164334.307000', '164334.310000', '164334.313000', '164334.316000', '164334.318000', '164334.321000', '164334.324000', '164334.327000', '164334.330000', '164334.333000', '164334.336000', '164334.339000', '164334.342000', '164334.344000', '164334.347000', '164334.350000', '164334.353000', '164334.356000', '164334.359000', '164334.362000', '164334.365000', '164334.368000', '164334.371000', '164334.373000', '164334.376000', '164334.379000', '164334.382000', '164334.385000', '164334.388000', '164334.391000', '164334.394000', '164334.396000', '164334.399000', '164334.402000', '164334.405000', '164334.408000', '164334.411000', '164334.414000', '164334.417000', '164334.420000', '164334.422000', '164334.425000', '164354.301000', '164354.304000', '164354.307000', '164354.310000', '164354.313000', '164354.316000', '164354.319000', '164354.322000', '164354.325000', '164354.328000', '164354.331000', '164354.334000', '164354.336000', '164354.339000', '164354.342000', '164354.345000', '164354.348000', '164354.351000', '164354.354000', '164354.356000', '164354.359000', '164354.362000', '164354.365000', '164354.368000', '164354.371000', '164354.374000', '164354.377000', '164354.380000', '164354.382000', '164354.385000', '164354.388000', '164354.391000', '164354.394000', '164354.397000', '164354.400000', '164354.403000', '164354.406000', '164354.408000', '164354.411000', '164354.414000', '164354.417000', '164354.420000', '164354.423000', '164414.300000', '164414.303000', '164414.306000', '164414.309000', '164414.312000', '164414.315000', '164414.317000', '164414.320000', '164414.323000', '164414.326000', '164414.329000', '164414.332000', '164414.335000', '164414.338000', '164414.340000', '164414.343000', '164414.346000', '164414.349000', '164414.352000', '164414.355000', '164414.358000', '164414.361000', '164414.363000', '164414.366000', '164414.369000', '164414.372000', '164414.375000', '164414.378000', '164414.381000', '164414.384000', '164414.387000', '164414.390000', '164414.393000', '164414.395000', '164414.398000', '164414.401000', '164414.404000', '164414.407000', '164414.410000', '164414.413000', '164414.416000', '164414.418000', '164414.421000', '164414.424000', '164434.300000', '164434.303000', '164434.306000', '164434.309000', '164434.312000', '164434.315000', '164434.318000', '164434.321000', '164434.323000', '164434.326000', '164434.329000', '164434.332000', '164434.335000', '164434.338000', '164434.341000', '164434.344000', '164434.347000', '164434.350000', '164434.353000', '164434.355000', '164434.358000', '164434.361000', '164434.364000', '164434.367000', '164434.370000', '164434.373000', '164434.376000', '164434.379000', '164434.382000', '164434.385000', '164434.388000', '164434.391000', '164434.393000', '164434.396000', '164434.399000', '164434.402000', '164434.405000', '164434.408000', '164434.411000', '164434.414000', '164434.417000', '164434.419000', '164434.422000', '164454.300000', '164454.303000', '164454.306000', '164454.309000', '164454.312000', '164454.315000', '164454.318000', '164454.321000', '164454.324000', '164454.329000', '164454.332000', '164454.335000', '164454.337000', '164454.340000', '164454.343000', '164454.346000', '164454.349000', '164454.352000', '164454.355000', '164454.359000', '164454.361000', '164454.364000', '164454.367000', '164454.370000', '164454.373000', '164454.376000', '164454.379000', '164454.382000', '164454.384000', '164454.387000', '164454.390000', '164454.393000', '164454.396000', '164454.399000', '164454.402000', '164454.405000', '164454.407000', '164454.410000', '164454.413000', '164454.416000', '164454.419000', '164454.422000', '164454.425000', '164454.427000', '164514.301000', '164514.304000', '164514.307000', '164514.310000', '164514.313000', '164514.316000', '164514.318000', '164514.321000', '164514.324000', '164514.327000', '164514.330000', '164514.333000', '164514.336000', '164514.339000', '164514.341000', '164514.344000', '164514.347000', '164514.350000', '164514.353000', '164514.356000', '164514.359000', '164514.362000', '164514.365000', '164514.368000', '164514.371000', '164514.373000', '164514.377000', '164514.379000', '164514.382000', '164514.385000', '164514.388000', '164514.391000', '164514.394000', '164514.397000', '164514.400000', '164514.403000', '164514.405000', '164514.408000', '164514.411000', '164514.414000', '164514.417000', '164514.420000', '164514.423000', '164534.301000', '164534.304000', '164534.322000', '164534.325000', '164534.328000', '164534.331000', '164534.334000', '164534.337000', '164534.340000', '164534.343000', '164534.345000', '164534.348000', '164534.351000', '164534.354000', '164534.357000', '164534.360000', '164534.363000', '164534.366000', '164534.369000', '164534.371000', '164534.374000', '164534.377000', '164534.380000', '164534.383000', '164534.386000', '164534.389000', '164534.392000', '164534.394000', '164534.397000', '164534.400000', '164534.403000', '164534.406000', '164534.409000', '164534.412000', '164534.415000', '164534.417000', '164534.420000', '164534.423000', '164534.426000', '164534.429000', '164534.432000', '164534.435000', '164534.437000', '164534.440000', '164554.301000', '164554.304000', '164554.307000', '164554.310000', '164554.313000', '164554.316000', '164554.320000', '164554.323000', '164554.326000', '164554.329000', '164554.332000', '164554.335000', '164554.337000', '164554.340000', '164554.343000', '164554.346000', '164554.349000', '164554.352000', '164554.355000', '164554.358000', '164554.361000', '164554.363000', '164554.366000', '164554.369000', '164554.372000', '164554.375000', '164554.378000', '164554.381000', '164554.384000', '164554.387000', '164554.392000', '164554.395000', '164554.398000', '164554.401000', '164554.403000', '164554.406000', '164554.409000', '164554.412000', '164554.415000', '164554.418000', '164554.421000', '164554.424000', '164554.426000', '164614.300000', '164614.303000', '164614.306000', '164614.309000', '164614.312000', '164614.315000', '164614.318000', '164614.320000', '164614.323000', '164614.326000', '164614.329000', '164614.332000', '164614.335000', '164614.338000', '164614.340000', '164614.343000', '164614.346000', '164614.349000', '164614.352000', '164614.355000', '164614.358000', '164614.361000', '164614.363000', '164614.366000', '164614.369000', '164614.372000', '164614.375000', '164614.378000', '164614.381000', '164614.384000', '164614.386000', '164614.389000', '164614.392000', '164614.395000', '164614.398000', '164614.401000', '164614.404000', '164614.407000', '164614.409000', '164614.412000', '164614.415000', '164614.418000', '164614.421000', '164614.424000', '164634.300000', '164634.303000', '164634.306000', '164634.309000', '164634.312000', '164634.315000', '164634.318000', '164634.320000', '164634.323000', '164634.326000', '164634.329000', '164634.332000', '164634.335000', '164634.338000', '164634.341000', '164634.344000', '164634.347000', '164634.349000', '164634.352000', '164634.355000', '164634.358000', '164634.361000', '164634.364000', '164634.367000', '164634.369000', '164634.372000', '164634.375000', '164634.378000', '164634.381000', '164634.384000', '164634.387000', '164634.390000', '164634.393000', '164634.395000', '164634.398000', '164634.401000', '164634.406000', '164634.409000', '164634.412000', '164634.415000', '164634.418000', '164634.421000', '164634.424000', '164654.300000', '164654.303000', '164654.306000', '164654.309000', '164654.312000', '164654.314000', '164654.317000', '164654.320000', '164654.323000', '164654.326000', '164654.329000', '164654.332000', '164654.335000', '164654.353000', '164654.356000', '164654.366000', '164654.369000', '164654.372000', '164654.374000', '164654.377000', '164654.380000', '164654.383000', '164654.386000', '164654.389000', '164654.392000', '164654.394000', '164654.397000', '164654.400000', '164654.403000', '164654.406000', '164654.409000', '164654.412000', '164654.415000', '164654.417000', '164654.420000', '164654.423000', '164654.426000', '164654.429000', '164654.432000', '164654.435000', '164654.437000', '164654.440000', '164654.443000', '164654.446000', '164714.301000', '164714.304000', '164714.307000', '164714.310000', '164714.313000', '164714.316000', '164714.319000', '164714.321000', '164714.324000', '164714.327000', '164714.330000', '164714.333000', '164714.336000', '164714.339000', '164714.342000', '164714.345000', '164714.348000', '164714.351000', '164714.354000', '164714.357000', '164714.360000', '164714.363000', '164714.366000', '164714.369000', '164714.372000', '164714.375000', '164714.378000', '164714.381000', '164714.383000', '164714.386000', '164714.389000', '164714.392000', '164714.395000', '164714.398000', '164714.401000', '164714.403000', '164714.406000', '164714.409000', '164714.412000', '164714.415000', '164714.418000', '164714.421000', '164714.424000', '164734.301000', '164734.304000', '164734.307000', '164734.310000', '164734.313000', '164734.316000', '164734.319000', '164734.322000', '164734.324000', '164734.327000', '164734.330000', '164734.333000', '164734.336000', '164734.339000', '164734.342000', '164734.345000', '164734.347000', '164734.350000', '164734.353000', '164734.356000', '164734.359000', '164734.362000', '164734.365000', '164734.368000', '164734.370000', '164734.373000', '164734.376000', '164734.379000', '164734.382000', '164734.385000', '164734.388000', '164734.391000', '164734.394000', '164734.396000', '164734.399000', '164734.402000', '164734.405000', '164734.408000', '164734.411000', '164734.414000', '164734.417000', '164734.419000', '164734.422000', '164734.425000', '164754.301000', '164754.304000', '164754.307000', '164754.310000', '164754.313000', '164754.316000', '164754.318000', '164754.321000', '164754.324000', '164754.327000', '164754.330000', '164754.333000', '164754.336000', '164754.339000', '164754.342000', '164754.344000', '164754.347000', '164754.350000', '164754.353000', '164754.356000', '164754.359000', '164754.362000', '164754.365000', '164754.367000', '164754.370000', '164754.373000', '164754.376000', '164754.379000', '164754.382000', '164754.385000', '164754.387000', '164754.390000', '164754.393000', '164754.396000', '164754.399000', '164754.402000', '164754.405000', '164754.408000', '164754.411000', '164754.413000', '164754.416000', '164754.419000', '164754.422000', '164814.301000', '164814.304000', '164814.307000', '164814.310000', '164814.313000', '164814.316000', '164814.319000', '164814.322000', '164814.324000', '164814.327000', '164814.341000', '164814.344000', '164814.347000', '164814.350000', '164814.352000', '164814.355000', '164814.358000', '164814.361000', '164814.364000', '164814.367000', '164814.370000', '164814.373000', '164814.375000', '164814.378000', '164814.381000', '164814.384000', '164814.387000', '164814.390000', '164814.392000', '164814.395000', '164814.398000', '164814.401000', '164814.404000', '164814.407000', '164814.410000', '164814.413000', '164814.416000', '164814.419000', '164814.421000', '164814.424000', '164814.427000', '164814.430000', '164814.433000', '164814.436000', '164822.097000', '164822.100000', '164822.104000', '164822.107000', '164822.111000', '164822.114000', '164822.117000', '164822.120000', '164822.124000', '164822.127000', '164822.129000', '164822.133000', '164822.135000', '164822.138000', '164822.141000', '164822.145000', '164822.148000'], 'InstanceCreationTime': ['163954.337000', '163954.340000', '163954.343000', '163954.346000', '163954.349000', '163954.352000', '163954.355000', '163954.358000', '163954.361000', '163954.364000', '163954.367000', '163954.370000', '163954.373000', '163954.376000', '163954.379000', '163954.382000', '163954.385000', '163954.388000', '163954.391000', '163954.394000', '163954.397000', '163954.400000', '163954.403000', '163954.406000', '163954.409000', '163954.412000', '163954.415000', '163954.418000', '163954.421000', '163954.424000', '163954.427000', '163954.430000', '163954.432000', '163954.435000', '163954.438000', '163954.441000', '163954.444000', '163954.448000', '163954.456000', '163954.459000', '163954.462000', '163954.465000', '163954.468000', '163954.471000', '163954.473000', '163954.476000', '163954.479000', '163954.483000', '163954.485000', '163954.488000', '163954.491000', '163954.494000', '163954.497000', '163954.500000', '164014.300000', '164014.303000', '164014.306000', '164014.309000', '164014.316000', '164014.319000', '164014.322000', '164014.325000', '164014.328000', '164014.331000', '164014.334000', '164014.337000', '164014.340000', '164014.342000', '164014.345000', '164014.348000', '164014.351000', '164014.361000', '164014.364000', '164014.366000', '164014.369000', '164014.372000', '164014.375000', '164014.378000', '164014.381000', '164014.384000', '164014.387000', '164014.390000', '164014.393000', '164014.396000', '164014.399000', '164014.402000', '164014.405000', '164014.408000', '164014.411000', '164014.414000', '164014.425000', '164014.428000', '164014.431000', '164014.434000', '164014.437000', '164014.440000', '164014.443000', '164034.301000', '164034.304000', '164034.307000', '164034.310000', '164034.317000', '164034.320000', '164034.323000', '164034.326000', '164034.329000', '164034.332000', '164034.335000', '164034.337000', '164034.340000', '164034.343000', '164034.346000', '164034.349000', '164034.352000', '164034.355000', '164034.358000', '164034.360000', '164034.363000', '164034.366000', '164034.369000', '164034.372000', '164034.375000', '164034.378000', '164034.380000', '164034.383000', '164034.386000', '164034.389000', '164034.392000', '164034.395000', '164034.398000', '164034.401000', '164034.403000', '164034.406000', '164034.409000', '164034.412000', '164034.415000', '164034.418000', '164034.420000', '164034.423000', '164034.426000', '164034.429000', '164054.301000', '164054.304000', '164054.307000', '164054.310000', '164054.313000', '164054.315000', '164054.318000', '164054.321000', '164054.324000', '164054.332000', '164054.335000', '164054.338000', '164054.340000', '164054.343000', '164054.364000', '164054.368000', '164054.370000', '164054.373000', '164054.376000', '164054.379000', '164054.382000', '164054.385000', '164054.388000', '164054.391000', '164054.393000', '164054.396000', '164054.399000', '164054.402000', '164054.407000', '164054.410000', '164054.412000', '164054.415000', '164054.418000', '164054.421000', '164054.424000', '164054.427000', '164054.430000', '164054.432000', '164054.435000', '164054.438000', '164054.441000', '164054.444000', '164054.447000', '164114.301000', '164114.304000', '164114.307000', '164114.310000', '164114.313000', '164114.316000', '164114.318000', '164114.321000', '164114.324000', '164114.327000', '164114.330000', '164114.333000', '164114.336000', '164114.339000', '164114.341000', '164114.344000', '164114.347000', '164114.350000', '164114.353000', '164114.356000', '164114.359000', '164114.362000', '164114.364000', '164114.367000', '164114.370000', '164114.373000', '164114.376000', '164114.379000', '164114.382000', '164114.385000', '164114.387000', '164114.390000', '164114.393000', '164114.396000', '164114.399000', '164114.402000', '164114.405000', '164114.408000', '164114.410000', '164114.413000', '164114.416000', '164114.419000', '164114.422000', '164114.425000', '164134.301000', '164134.304000', '164134.307000', '164134.310000', '164134.313000', '164134.316000', '164134.319000', '164134.321000', '164134.324000', '164134.327000', '164134.330000', '164134.333000', '164134.336000', '164134.339000', '164134.342000', '164134.345000', '164134.347000', '164134.350000', '164134.353000', '164134.356000', '164134.359000', '164134.362000', '164134.365000', '164134.368000', '164134.370000', '164134.373000', '164134.376000', '164134.379000', '164134.382000', '164134.385000', '164134.393000', '164134.395000', '164134.398000', '164134.401000', '164134.404000', '164134.407000', '164134.410000', '164134.413000', '164134.416000', '164134.418000', '164134.421000', '164134.424000', '164134.427000', '164154.300000', '164154.303000', '164154.306000', '164154.309000', '164154.312000', '164154.314000', '164154.317000', '164154.320000', '164154.323000', '164154.326000', '164154.329000', '164154.332000', '164154.334000', '164154.337000', '164154.340000', '164154.343000', '164154.346000', '164154.349000', '164154.352000', '164154.355000', '164154.357000', '164154.360000', '164154.363000', '164154.366000', '164154.369000', '164154.372000', '164154.375000', '164154.377000', '164154.380000', '164154.383000', '164154.386000', '164154.389000', '164154.392000', '164154.395000', '164154.398000', '164154.400000', '164154.403000', '164154.406000', '164154.409000', '164154.412000', '164154.415000', '164154.418000', '164154.421000', '164154.424000', '164214.300000', '164214.303000', '164214.306000', '164214.309000', '164214.312000', '164214.315000', '164214.318000', '164214.321000', '164214.323000', '164214.326000', '164214.329000', '164214.332000', '164214.335000', '164214.338000', '164214.341000', '164214.344000', '164214.347000', '164214.350000', '164214.352000', '164214.355000', '164214.358000', '164214.361000', '164214.364000', '164214.367000', '164214.370000', '164214.373000', '164214.375000', '164214.378000', '164214.381000', '164214.384000', '164214.387000', '164214.390000', '164214.393000', '164214.396000', '164214.398000', '164214.404000', '164214.407000', '164214.410000', '164214.413000', '164214.416000', '164214.419000', '164214.421000', '164214.424000', '164234.300000', '164234.303000', '164234.306000', '164234.309000', '164234.312000', '164234.315000', '164234.318000', '164234.321000', '164234.323000', '164234.326000', '164234.347000', '164234.350000', '164234.353000', '164234.355000', '164234.367000', '164234.370000', '164234.373000', '164234.376000', '164234.379000', '164234.382000', '164234.384000', '164234.387000', '164234.390000', '164234.393000', '164234.396000', '164234.399000', '164234.402000', '164234.405000', '164234.408000', '164234.411000', '164234.414000', '164234.416000', '164234.419000', '164234.422000', '164234.425000', '164234.428000', '164234.431000', '164234.434000', '164234.437000', '164234.440000', '164234.443000', '164234.445000', '164234.448000', '164234.451000', '164254.301000', '164254.304000', '164254.307000', '164254.310000', '164254.313000', '164254.316000', '164254.319000', '164254.321000', '164254.324000', '164254.327000', '164254.330000', '164254.333000', '164254.336000', '164254.339000', '164254.342000', '164254.344000', '164254.347000', '164254.350000', '164254.353000', '164254.356000', '164254.359000', '164254.362000', '164254.365000', '164254.368000', '164254.371000', '164254.373000', '164254.376000', '164254.379000', '164254.382000', '164254.385000', '164254.388000', '164254.391000', '164254.394000', '164254.396000', '164254.399000', '164254.402000', '164254.405000', '164254.408000', '164254.411000', '164254.414000', '164254.417000', '164254.420000', '164254.422000', '164314.301000', '164314.304000', '164314.307000', '164314.310000', '164314.313000', '164314.317000', '164314.321000', '164314.324000', '164314.327000', '164314.330000', '164314.333000', '164314.335000', '164314.338000', '164314.341000', '164314.344000', '164314.347000', '164314.350000', '164314.353000', '164314.356000', '164314.359000', '164314.362000', '164314.365000', '164314.368000', '164314.370000', '164314.373000', '164314.376000', '164314.379000', '164314.382000', '164314.385000', '164314.388000', '164314.391000', '164314.393000', '164314.396000', '164314.399000', '164314.402000', '164314.405000', '164314.408000', '164314.411000', '164314.414000', '164314.417000', '164314.420000', '164314.423000', '164314.425000', '164334.301000', '164334.304000', '164334.307000', '164334.310000', '164334.313000', '164334.316000', '164334.318000', '164334.321000', '164334.324000', '164334.327000', '164334.330000', '164334.333000', '164334.336000', '164334.339000', '164334.342000', '164334.344000', '164334.347000', '164334.350000', '164334.353000', '164334.356000', '164334.359000', '164334.362000', '164334.365000', '164334.368000', '164334.371000', '164334.373000', '164334.376000', '164334.379000', '164334.382000', '164334.385000', '164334.388000', '164334.391000', '164334.394000', '164334.396000', '164334.399000', '164334.402000', '164334.405000', '164334.408000', '164334.411000', '164334.414000', '164334.417000', '164334.420000', '164334.422000', '164334.425000', '164354.301000', '164354.304000', '164354.307000', '164354.310000', '164354.313000', '164354.316000', '164354.319000', '164354.322000', '164354.325000', '164354.328000', '164354.331000', '164354.334000', '164354.336000', '164354.339000', '164354.342000', '164354.345000', '164354.348000', '164354.351000', '164354.354000', '164354.356000', '164354.359000', '164354.362000', '164354.365000', '164354.368000', '164354.371000', '164354.374000', '164354.377000', '164354.380000', '164354.382000', '164354.385000', '164354.388000', '164354.391000', '164354.394000', '164354.397000', '164354.400000', '164354.403000', '164354.406000', '164354.408000', '164354.411000', '164354.414000', '164354.417000', '164354.420000', '164354.423000', '164414.300000', '164414.303000', '164414.306000', '164414.309000', '164414.312000', '164414.315000', '164414.317000', '164414.320000', '164414.323000', '164414.326000', '164414.329000', '164414.332000', '164414.335000', '164414.338000', '164414.340000', '164414.343000', '164414.346000', '164414.349000', '164414.352000', '164414.355000', '164414.358000', '164414.361000', '164414.363000', '164414.366000', '164414.369000', '164414.372000', '164414.375000', '164414.378000', '164414.381000', '164414.384000', '164414.387000', '164414.390000', '164414.393000', '164414.395000', '164414.398000', '164414.401000', '164414.404000', '164414.407000', '164414.410000', '164414.413000', '164414.416000', '164414.418000', '164414.421000', '164414.424000', '164434.300000', '164434.303000', '164434.306000', '164434.309000', '164434.312000', '164434.315000', '164434.318000', '164434.321000', '164434.323000', '164434.326000', '164434.329000', '164434.332000', '164434.335000', '164434.338000', '164434.341000', '164434.344000', '164434.347000', '164434.350000', '164434.353000', '164434.355000', '164434.358000', '164434.361000', '164434.364000', '164434.367000', '164434.370000', '164434.373000', '164434.376000', '164434.379000', '164434.382000', '164434.385000', '164434.388000', '164434.391000', '164434.393000', '164434.396000', '164434.399000', '164434.402000', '164434.405000', '164434.408000', '164434.411000', '164434.414000', '164434.417000', '164434.419000', '164434.422000', '164454.300000', '164454.303000', '164454.306000', '164454.309000', '164454.312000', '164454.315000', '164454.318000', '164454.321000', '164454.324000', '164454.329000', '164454.332000', '164454.335000', '164454.337000', '164454.340000', '164454.343000', '164454.346000', '164454.349000', '164454.352000', '164454.355000', '164454.359000', '164454.361000', '164454.364000', '164454.367000', '164454.370000', '164454.373000', '164454.376000', '164454.379000', '164454.382000', '164454.384000', '164454.387000', '164454.390000', '164454.393000', '164454.396000', '164454.399000', '164454.402000', '164454.405000', '164454.407000', '164454.410000', '164454.413000', '164454.416000', '164454.419000', '164454.422000', '164454.425000', '164454.427000', '164514.301000', '164514.304000', '164514.307000', '164514.310000', '164514.313000', '164514.316000', '164514.318000', '164514.321000', '164514.324000', '164514.327000', '164514.330000', '164514.333000', '164514.336000', '164514.339000', '164514.341000', '164514.344000', '164514.347000', '164514.350000', '164514.353000', '164514.356000', '164514.359000', '164514.362000', '164514.365000', '164514.368000', '164514.371000', '164514.373000', '164514.377000', '164514.379000', '164514.382000', '164514.385000', '164514.388000', '164514.391000', '164514.394000', '164514.397000', '164514.400000', '164514.403000', '164514.405000', '164514.408000', '164514.411000', '164514.414000', '164514.417000', '164514.420000', '164514.423000', '164534.301000', '164534.304000', '164534.322000', '164534.325000', '164534.328000', '164534.331000', '164534.334000', '164534.337000', '164534.340000', '164534.343000', '164534.345000', '164534.348000', '164534.351000', '164534.354000', '164534.357000', '164534.360000', '164534.363000', '164534.366000', '164534.369000', '164534.371000', '164534.374000', '164534.377000', '164534.380000', '164534.383000', '164534.386000', '164534.389000', '164534.392000', '164534.394000', '164534.397000', '164534.400000', '164534.403000', '164534.406000', '164534.409000', '164534.412000', '164534.415000', '164534.417000', '164534.420000', '164534.423000', '164534.426000', '164534.429000', '164534.432000', '164534.435000', '164534.437000', '164534.440000', '164554.301000', '164554.304000', '164554.307000', '164554.310000', '164554.313000', '164554.316000', '164554.320000', '164554.323000', '164554.326000', '164554.329000', '164554.332000', '164554.335000', '164554.337000', '164554.340000', '164554.343000', '164554.346000', '164554.349000', '164554.352000', '164554.355000', '164554.358000', '164554.361000', '164554.363000', '164554.366000', '164554.369000', '164554.372000', '164554.375000', '164554.378000', '164554.381000', '164554.384000', '164554.387000', '164554.392000', '164554.395000', '164554.398000', '164554.401000', '164554.403000', '164554.406000', '164554.409000', '164554.412000', '164554.415000', '164554.418000', '164554.421000', '164554.424000', '164554.426000', '164614.300000', '164614.303000', '164614.306000', '164614.309000', '164614.312000', '164614.315000', '164614.318000', '164614.320000', '164614.323000', '164614.326000', '164614.329000', '164614.332000', '164614.335000', '164614.338000', '164614.340000', '164614.343000', '164614.346000', '164614.349000', '164614.352000', '164614.355000', '164614.358000', '164614.361000', '164614.363000', '164614.366000', '164614.369000', '164614.372000', '164614.375000', '164614.378000', '164614.381000', '164614.384000', '164614.386000', '164614.389000', '164614.392000', '164614.395000', '164614.398000', '164614.401000', '164614.404000', '164614.407000', '164614.409000', '164614.412000', '164614.415000', '164614.418000', '164614.421000', '164614.424000', '164634.300000', '164634.303000', '164634.306000', '164634.309000', '164634.312000', '164634.315000', '164634.318000', '164634.320000', '164634.323000', '164634.326000', '164634.329000', '164634.332000', '164634.335000', '164634.338000', '164634.341000', '164634.344000', '164634.347000', '164634.349000', '164634.352000', '164634.355000', '164634.358000', '164634.361000', '164634.364000', '164634.367000', '164634.369000', '164634.372000', '164634.375000', '164634.378000', '164634.381000', '164634.384000', '164634.387000', '164634.390000', '164634.393000', '164634.395000', '164634.398000', '164634.401000', '164634.406000', '164634.409000', '164634.412000', '164634.415000', '164634.418000', '164634.421000', '164634.424000', '164654.300000', '164654.303000', '164654.306000', '164654.309000', '164654.312000', '164654.314000', '164654.317000', '164654.320000', '164654.323000', '164654.326000', '164654.329000', '164654.332000', '164654.335000', '164654.353000', '164654.356000', '164654.366000', '164654.369000', '164654.372000', '164654.374000', '164654.377000', '164654.380000', '164654.383000', '164654.386000', '164654.389000', '164654.392000', '164654.394000', '164654.397000', '164654.400000', '164654.403000', '164654.406000', '164654.409000', '164654.412000', '164654.415000', '164654.417000', '164654.420000', '164654.423000', '164654.426000', '164654.429000', '164654.432000', '164654.435000', '164654.437000', '164654.440000', '164654.443000', '164654.446000', '164714.301000', '164714.304000', '164714.307000', '164714.310000', '164714.313000', '164714.316000', '164714.319000', '164714.321000', '164714.324000', '164714.327000', '164714.330000', '164714.333000', '164714.336000', '164714.339000', '164714.342000', '164714.345000', '164714.348000', '164714.351000', '164714.354000', '164714.357000', '164714.360000', '164714.363000', '164714.366000', '164714.369000', '164714.372000', '164714.375000', '164714.378000', '164714.381000', '164714.383000', '164714.386000', '164714.389000', '164714.392000', '164714.395000', '164714.398000', '164714.401000', '164714.403000', '164714.406000', '164714.409000', '164714.412000', '164714.415000', '164714.418000', '164714.421000', '164714.424000', '164734.301000', '164734.304000', '164734.307000', '164734.310000', '164734.313000', '164734.316000', '164734.319000', '164734.322000', '164734.324000', '164734.327000', '164734.330000', '164734.333000', '164734.336000', '164734.339000', '164734.342000', '164734.345000', '164734.347000', '164734.350000', '164734.353000', '164734.356000', '164734.359000', '164734.362000', '164734.365000', '164734.368000', '164734.370000', '164734.373000', '164734.376000', '164734.379000', '164734.382000', '164734.385000', '164734.388000', '164734.391000', '164734.394000', '164734.396000', '164734.399000', '164734.402000', '164734.405000', '164734.408000', '164734.411000', '164734.414000', '164734.417000', '164734.419000', '164734.422000', '164734.425000', '164754.301000', '164754.304000', '164754.307000', '164754.310000', '164754.313000', '164754.316000', '164754.318000', '164754.321000', '164754.324000', '164754.327000', '164754.330000', '164754.333000', '164754.336000', '164754.339000', '164754.342000', '164754.344000', '164754.347000', '164754.350000', '164754.353000', '164754.356000', '164754.359000', '164754.362000', '164754.365000', '164754.367000', '164754.370000', '164754.373000', '164754.376000', '164754.379000', '164754.382000', '164754.385000', '164754.387000', '164754.390000', '164754.393000', '164754.396000', '164754.399000', '164754.402000', '164754.405000', '164754.408000', '164754.411000', '164754.413000', '164754.416000', '164754.419000', '164754.422000', '164814.301000', '164814.304000', '164814.307000', '164814.310000', '164814.313000', '164814.316000', '164814.319000', '164814.322000', '164814.324000', '164814.327000', '164814.341000', '164814.344000', '164814.347000', '164814.350000', '164814.352000', '164814.355000', '164814.358000', '164814.361000', '164814.364000', '164814.367000', '164814.370000', '164814.373000', '164814.375000', '164814.378000', '164814.381000', '164814.384000', '164814.387000', '164814.390000', '164814.392000', '164814.395000', '164814.398000', '164814.401000', '164814.404000', '164814.407000', '164814.410000', '164814.413000', '164814.416000', '164814.419000', '164814.421000', '164814.424000', '164814.427000', '164814.430000', '164814.433000', '164814.436000', '164822.097000', '164822.100000', '164822.104000', '164822.107000', '164822.111000', '164822.114000', '164822.117000', '164822.120000', '164822.124000', '164822.127000', '164822.129000', '164822.133000', '164822.135000', '164822.138000', '164822.141000', '164822.145000', '164822.148000'], '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, 1158], 'LargestImagePixelValue': [8758, 9756, 8839, 9670, 11408, 9981, 16480, 9616, 10210, 9698, 10145, 9509, 10960, 9446, 12794, 9710, 15778, 9499, 14384, 10088, 11729, 9405, 9321, 10846, 10330, 15080, 12391, 10531, 9936, 8601, 10024, 11632, 9710, 12802, 9897, 12301, 10075, 10755, 10169, 10415, 9971, 12383, 10159, 9715, 9601, 9796, 14467, 9669, 13322, 10047, 11967, 10101, 9555, 9833, 11174, 10340, 10000, 10305, 10078, 8782, 10031, 15178, 10033, 15939, 10127, 13138, 9755, 12159, 9944, 14725, 9664, 9473, 10387, 9894, 9769, 9710, 16782, 10279, 14815, 9905, 8464, 10223, 11076, 9934, 14019, 9783, 14449, 10027, 14141, 9291, 9636, 9829, 9674, 16171, 10417, 10062, 10180, 10442, 10122, 12695, 9993, 14245, 10413, 12869, 10254, 8891, 10213, 9953, 9844, 15110, 9874, 15319, 10059, 13487, 10396, 13609, 9738, 16180, 9329, 9779, 9779, 9905, 11013, 11613, 12554, 12693, 9667, 10025, 9057, 9922, 9265, 10357, 10501, 9950, 12995, 9847, 17051, 11081, 18935, 12893, 11646, 10160, 9437, 9940, 15136, 9730, 18912, 13330, 11745, 10208, 8804, 9810, 8508, 9873, 12672, 10028, 8999, 9667, 9261, 9914, 11361, 9977, 15049, 10323, 8409, 10041, 8293, 9815, 11003, 9969, 18334, 12447, 15729, 10177, 14744, 10062, 13983, 10067, 15398, 10144, 13989, 10369, 11355, 10105, 12937, 10190, 16269, 10146, 13552, 10172, 9997, 9671, 9896, 9421, 12926, 9859, 9884, 10619, 9978, 9907, 9950, 11172, 10948, 9448, 10194, 10926, 10197, 11049, 10067, 10177, 16505, 9711, 10252, 9458, 9982, 10475, 10005, 12033, 12847, 13859, 10303, 12749, 10224, 9779, 10186, 11954, 9812, 8823, 9957, 9617, 9867, 9982, 11906, 10359, 15869, 12891, 18397, 10725, 15233, 10136, 13554, 10080, 14134, 10381, 17514, 11060, 14307, 10341, 10687, 10303, 12448, 9954, 15063, 12651, 12840, 10533, 9948, 9867, 10284, 11348, 10320, 15089, 11073, 14835, 9867, 9930, 10231, 11413, 10218, 10593, 16091, 10370, 16587, 16603, 9980, 11833, 9995, 13426, 10105, 18179, 15876, 13077, 9819, 10459, 9877, 10000, 9720, 11694, 18865, 12025, 15446, 10224, 8884, 10199, 9600, 10958, 10043, 15583, 16535, 13896, 15020, 10343, 17189, 9551, 18929, 12166, 18455, 13884, 17794, 12661, 10704, 9491, 9624, 9790, 9594, 11157, 15674, 15561, 10634, 10517, 9592, 9410, 9613, 10319, 10208, 13598, 9731, 8894, 10071, 9727, 9954, 11760, 10585, 16277, 13124, 10092, 9383, 9392, 9327, 9543, 14896, 9839, 18445, 10692, 13774, 9863, 9464, 9381, 10874, 9687, 17635, 11531, 16290, 10061, 10574, 10009, 11455, 9941, 12902, 10134, 16545, 9919, 14888, 9770, 12387, 9742, 13535, 10016, 16839, 9685, 15318, 9898, 9676, 9752, 10708, 9755, 16119, 11688, 16610, 10007, 8988, 9720, 10693, 9679, 14491, 12168, 16775, 14583, 10288, 11279, 10185, 9216, 10100, 9520, 15303, 9820, 17944, 11814, 12986, 9582, 8493, 9425, 9744, 9850, 12601, 14677, 10736, 10060, 9427, 9150, 9217, 9762, 9838, 12281, 9963, 17737, 10280, 11238, 9620, 9423, 9441, 9766, 9533, 12377, 9692, 17326, 10037, 13204, 9836, 10976, 9814, 11911, 9762, 11928, 9527, 16611, 11337, 17619, 9939, 9589, 9758, 9084, 9748, 10541, 9851, 13838, 18002, 15501, 17159, 11337, 11686, 9916, 12059, 9712, 14353, 9576, 15113, 9721, 16055, 13457, 17598, 10830, 10201, 9282, 9310, 11005, 9539, 13893, 10007, 16206, 15486, 17171, 12926, 9987, 9967, 9861, 9791, 10053, 9896, 14670, 14883, 13106, 10163, 9218, 9122, 8547, 9194, 9901, 9414, 14292, 9580, 16898, 9463, 14286, 9549, 11399, 9710, 11543, 9738, 12491, 9754, 18593, 14598, 11530, 14231, 10053, 9143, 9724, 8889, 9502, 9778, 9015, 9900, 14767, 9702, 17226, 9286, 17875, 13756, 19786, 15465, 14425, 12564, 9490, 10986, 9203, 8671, 9253, 8480, 8948, 15401, 10842, 18560, 11984, 8990, 8711, 9274, 10498, 9126, 13210, 9109, 15255, 10745, 16661, 12652, 18586, 13558, 12666, 10561, 10288, 9086, 13095, 8870, 14036, 9001, 13374, 9218, 14840, 10311, 8484, 8882, 10273, 8928, 13843, 9329, 11943, 9011, 9250, 8919, 9549, 9598, 11667, 9454, 9113, 8380, 9249, 11193, 9129, 14134, 10159, 13669, 9094, 11558, 9451, 9728, 8299, 9391, 9076, 9121, 15446, 8985, 17648, 11335, 17452, 8937, 15832, 8966, 13906, 9053, 15189, 11275, 18621, 8881, 9809, 8248, 10033, 10036, 9605, 16856, 13051, 13076, 9092, 14215, 9280, 15108, 11182, 17445, 9218, 15024, 8711, 12608, 8550, 13524, 9226, 17833, 8508, 9440, 8468, 9483, 12287, 9330, 9061, 9247, 11063, 8912, 13978, 9030, 15195, 8981, 14629, 8621, 12743, 8783, 13840, 9538, 11870, 8465, 11411, 8459, 13295, 10016, 17862, 13714, 17331, 8801, 15560, 8846, 14696, 10370, 17995, 11008, 17595, 8428, 10653, 8428, 16389, 11191, 17766, 9133, 8452, 9266, 10600, 9398, 16064, 10985, 17782, 9478, 17819, 8954, 15535, 10619, 14955, 8572, 14152, 8449, 13604, 9082, 16242, 8827, 14026, 8740, 11335, 9035, 13582, 13625, 16567, 10698, 10430, 8950, 9026, 8181, 8786, 8635, 13191, 10730, 17876, 14772, 14373, 11540, 9916, 9061, 9881, 14445, 9220, 14997, 13476, 13910, 18438, 9516, 15247, 8865, 10312, 9706, 9243, 10754, 8618, 17633, 13270, 17609, 9051, 8435, 9067, 8555, 8718, 9116, 12889, 9578, 18925, 13941, 9414, 9137, 8571, 8765, 10536, 8683, 14654, 8912, 15222, 14585, 12504, 18869, 14925, 18425, 17133, 14608, 16841, 12117, 17392, 13006, 17388, 10895, 14915, 8466, 11731, 11832, 8632, 12888, 9096, 7855, 8348, 8617, 8697, 8753, 10558, 8981, 12120, 9478, 13617, 14477, 9358, 11994, 8637, 9814, 8567, 8933, 9296, 8958, 11009, 10220, 14960, 8599, 13970, 8590, 13181, 8632, 14121, 8666, 13010, 9871, 13231, 17833, 10423, 17910, 9026, 8866, 8474, 9314, 11022, 9196, 9188, 11576, 9120, 9140, 16463, 14135, 9490, 15238, 9814, 18385, 17831, 14179, 11992, 10043, 9519, 8506, 9973, 8426, 12261, 9081, 16851, 8754, 9892, 8605, 9309, 8196, 9078, 8044, 8490, 8497, 8642, 10264, 9263, 10316, 10385, 8905, 8569, 8550, 8547, 9741, 8521, 15683, 12092, 12711, 11715, 8771, 8645, 8423, 8563, 11067, 9337, 18176, 12444, 17655, 8790, 14833, 8514, 13641, 8328, 9799, 7864, 10224, 8796, 15131, 8701, 10410, 8608, 10942, 8684, 12306, 8718, 15531, 12256, 16487, 8532, 14171, 8926, 12560, 8355, 12846, 9123, 16492, 8569, 12411, 8782, 8968, 16476, 8651, 15120, 10710, 12614, 8616, 8970, 8898, 9057, 8585, 9191, 8918, 11406, 8905, 14186, 14831, 8752, 11634, 9286, 8483, 12213, 9026, 17558, 13108, 18138, 11598, 13393, 13317, 13554, 18241, 10161, 14445, 9369, 8420, 9681, 8547, 12940, 9457, 17709, 15858, 9514, 10639, 9252, 8142, 9390, 8452, 12587, 9408, 16593, 15595, 15910, 12929, 8586, 9397, 8986, 11151, 9275, 13645, 9423, 13859, 13355, 12842, 15967, 9614, 10878, 8824, 11733, 8889, 10473, 9161, 8573, 9832, 8754, 15608, 15190, 16668, 10520, 9140, 9307, 8016, 10618, 8990, 11463, 9151, 14614, 8702, 17271, 9186, 12295, 8815, 10372, 9017, 12004, 9238, 14934, 11448, 9486, 9129, 8973, 9259, 8880, 9934, 9833, 15012, 9386, 13077, 7993, 9283, 8101, 9478, 8332, 9870, 8794, 16465, 8882, 10637, 8515, 10876, 8980, 13020, 9092, 16365, 13484, 18166, 12376, 14137, 9254, 9725, 9269, 9625, 9338, 11977, 16492, 9704, 10924, 8914, 9405, 8152, 9434, 9103, 11557, 9034, 11155, 9205, 9321, 9337, 9346, 9966, 16110, 8620, 9287, 8588, 9384, 8686, 11006, 8648, 14026, 10208, 14840, 8873, 10988, 8985, 12908, 9327, 17135, 11110, 17329, 12210, 13799, 9083, 11183, 9695, 12322, 9733, 13487, 14539, 9310, 8816, 9069, 8854, 9026, 8504, 11219, 8697, 14338, 9547, 14957, 9366, 13000, 9467, 16025, 11368, 17027, 9009, 15862, 9251, 11383, 9119, 8762, 12407, 13150, 16462, 8896, 8936, 8818, 8725, 9229, 8926, 10901, 9378, 14348, 12159, 9549, 15829, 9403, 17863, 13738, 17242, 11797, 17334, 10926, 16366, 9425, 14817, 8369, 14378, 8550, 12586, 8427, 11784, 8513, 9884, 8081, 7936, 8479, 8398, 9605, 8459, 9663, 8565, 8423, 9639, 8755, 10276, 8499, 14094, 8524, 15698, 8724, 12831, 11881, 8998, 13382, 8510, 11234, 8584, 12301, 8654, 11220, 10847, 10297, 10665, 9663], 'WindowCenter': [4255.0, 4251.0, 4239.0, 4237.0, 4257.0, 4235.0, 4284.0, 4224.0, 4233.0, 4235.0, 4243.0, 4235.0, 4246.0, 4237.0, 4265.0, 4237.0, 4289.0, 4237.0, 4277.0, 4236.0, 4256.0, 4224.0, 4223.0, 4243.0, 4235.0, 4274.0, 4264.0, 4233.0, 4234.0, 4212.0, 4235.0, 4254.0, 4235.0, 4264.0, 4245.0, 4256.0, 4235.0, 4244.0, 4244.0, 4245.0, 4235.0, 4266.0, 4245.0, 4233.0, 4234.0, 4245.0, 4274.0, 4237.0, 4266.0, 4235.0, 4254.0, 4244.0, 4235.0, 4247.0, 4256.0, 4246.0, 4246.0, 4246.0, 4236.0, 4223.0, 4247.0, 4288.0, 4247.0, 4287.0, 4246.0, 4266.0, 4236.0, 4266.0, 4247.0, 4275.0, 4235.0, 4234.0, 4244.0, 4245.0, 4245.0, 4246.0, 4299.0, 4248.0, 4286.0, 4246.0, 4216.0, 4246.0, 4255.0, 4247.0, 4276.0, 4247.0, 4288.0, 4247.0, 4277.0, 4225.0, 4235.0, 4234.0, 4236.0, 4288.0, 4245.0, 4234.0, 4245.0, 4244.0, 4245.0, 4266.0, 4248.0, 4289.0, 4259.0, 4265.0, 4247.0, 4235.0, 4248.0, 4245.0, 4247.0, 4287.0, 4248.0, 4288.0, 4247.0, 4277.0, 4248.0, 4279.0, 4237.0, 4285.0, 4224.0, 4235.0, 4233.0, 4235.0, 4256.0, 4269.0, 4264.0, 4267.0, 4234.0, 4235.0, 4234.0, 4247.0, 4236.0, 4247.0, 4257.0, 4248.0, 4277.0, 4248.0, 4298.0, 4269.0, 4298.0, 4267.0, 4254.0, 4244.0, 4225.0, 4234.0, 4276.0, 4236.0, 4297.0, 4277.0, 4252.0, 4244.0, 4221.0, 4235.0, 4222.0, 4244.0, 4275.0, 4246.0, 4223.0, 4238.0, 4234.0, 4246.0, 4256.0, 4248.0, 4286.0, 4247.0, 4214.0, 4245.0, 4215.0, 4246.0, 4257.0, 4248.0, 4298.0, 4268.0, 4287.0, 4246.0, 4274.0, 4244.0, 4274.0, 4245.0, 4274.0, 4245.0, 4275.0, 4245.0, 4254.0, 4245.0, 4265.0, 4258.0, 4285.0, 4247.0, 4265.0, 4244.0, 4244.0, 4235.0, 4246.0, 4235.0, 4266.0, 4245.0, 4246.0, 4244.0, 4244.0, 4247.0, 4246.0, 4257.0, 4257.0, 4234.0, 4246.0, 4244.0, 4246.0, 4258.0, 4247.0, 4246.0, 4298.0, 4234.0, 4244.0, 4235.0, 4245.0, 4245.0, 4246.0, 4256.0, 4266.0, 4265.0, 4244.0, 4254.0, 4234.0, 4233.0, 4244.0, 4253.0, 4246.0, 4225.0, 4247.0, 4236.0, 4247.0, 4247.0, 4267.0, 4258.0, 4297.0, 4269.0, 4297.0, 4257.0, 4275.0, 4245.0, 4266.0, 4246.0, 4274.0, 4247.0, 4296.0, 4256.0, 4274.0, 4244.0, 4243.0, 4244.0, 4262.0, 4247.0, 4287.0, 4266.0, 4266.0, 4244.0, 4233.0, 4234.0, 4235.0, 4254.0, 4246.0, 4275.0, 4257.0, 4276.0, 4247.0, 4234.0, 4245.0, 4279.0, 4261.0, 4256.0, 4301.0, 4260.0, 4297.0, 4299.0, 4247.0, 4257.0, 4246.0, 4276.0, 4247.0, 4297.0, 4290.0, 4264.0, 4235.0, 4244.0, 4235.0, 4233.0, 4235.0, 4253.0, 4297.0, 4254.0, 4287.0, 4246.0, 4225.0, 4248.0, 4248.0, 4258.0, 4261.0, 4300.0, 4301.0, 4280.0, 4290.0, 4248.0, 4286.0, 4237.0, 4284.0, 4255.0, 4285.0, 4266.0, 4273.0, 4254.0, 4231.0, 4223.0, 4221.0, 4234.0, 4224.0, 4244.0, 4273.0, 4274.0, 4231.0, 4232.0, 4221.0, 4220.0, 4221.0, 4233.0, 4234.0, 4263.0, 4221.0, 4222.0, 4237.0, 4234.0, 4246.0, 4268.0, 4259.0, 4287.0, 4277.0, 4246.0, 4236.0, 4234.0, 4236.0, 4238.0, 4288.0, 4247.0, 4299.0, 4245.0, 4265.0, 4236.0, 4224.0, 4223.0, 4247.0, 4236.0, 4286.0, 4252.0, 4274.0, 4234.0, 4245.0, 4235.0, 4254.0, 4244.0, 4265.0, 4247.0, 4286.0, 4236.0, 4272.0, 4234.0, 4253.0, 4235.0, 4265.0, 4234.0, 4284.0, 4225.0, 4274.0, 4233.0, 4223.0, 4233.0, 4242.0, 4235.0, 4284.0, 4255.0, 4273.0, 4233.0, 4223.0, 4235.0, 4245.0, 4235.0, 4276.0, 4257.0, 4285.0, 4276.0, 4233.0, 4245.0, 4234.0, 4223.0, 4233.0, 4224.0, 4276.0, 4235.0, 4285.0, 4254.0, 4253.0, 4224.0, 4213.0, 4222.0, 4224.0, 4233.0, 4267.0, 4276.0, 4245.0, 4235.0, 4224.0, 4224.0, 4224.0, 4234.0, 4234.0, 4256.0, 4235.0, 4286.0, 4234.0, 4242.0, 4233.0, 4225.0, 4234.0, 4234.0, 4237.0, 4266.0, 4237.0, 4287.0, 4234.0, 4264.0, 4235.0, 4244.0, 4235.0, 4254.0, 4233.0, 4256.0, 4234.0, 4285.0, 4244.0, 4284.0, 4234.0, 4224.0, 4235.0, 4224.0, 4247.0, 4246.0, 4248.0, 4278.0, 4312.0, 4291.0, 4290.0, 4258.0, 4258.0, 4238.0, 4255.0, 4238.0, 4275.0, 4235.0, 4274.0, 4236.0, 4286.0, 4266.0, 4285.0, 4243.0, 4232.0, 4222.0, 4222.0, 4241.0, 4224.0, 4262.0, 4236.0, 4284.0, 4287.0, 4285.0, 4253.0, 4222.0, 4233.0, 4221.0, 4232.0, 4223.0, 4234.0, 4274.0, 4275.0, 4253.0, 4233.0, 4210.0, 4210.0, 4210.0, 4221.0, 4221.0, 4224.0, 4274.0, 4235.0, 4282.0, 4224.0, 4263.0, 4223.0, 4241.0, 4234.0, 4253.0, 4236.0, 4267.0, 4249.0, 4298.0, 4291.0, 4268.0, 4291.0, 4260.0, 4248.0, 4250.0, 4239.0, 4250.0, 4249.0, 4241.0, 4247.0, 4290.0, 4248.0, 4310.0, 4239.0, 4297.0, 4279.0, 4297.0, 4277.0, 4262.0, 4241.0, 4211.0, 4231.0, 4210.0, 4200.0, 4209.0, 4201.0, 4213.0, 4272.0, 4231.0, 4271.0, 4240.0, 4198.0, 4210.0, 4223.0, 4242.0, 4235.0, 4265.0, 4227.0, 4274.0, 4246.0, 4276.0, 4255.0, 4284.0, 4254.0, 4241.0, 4231.0, 4221.0, 4212.0, 4250.0, 4211.0, 4261.0, 4211.0, 4263.0, 4224.0, 4261.0, 4233.0, 4211.0, 4213.0, 4232.0, 4224.0, 4262.0, 4223.0, 4254.0, 4224.0, 4222.0, 4226.0, 4247.0, 4233.0, 4256.0, 4236.0, 4225.0, 4214.0, 4235.0, 4257.0, 4248.0, 4290.0, 4260.0, 4278.0, 4238.0, 4267.0, 4247.0, 4248.0, 4227.0, 4248.0, 4240.0, 4251.0, 4299.0, 4240.0, 4310.0, 4271.0, 4299.0, 4238.0, 4287.0, 4238.0, 4276.0, 4237.0, 4289.0, 4258.0, 4308.0, 4227.0, 4235.0, 4214.0, 4245.0, 4245.0, 4237.0, 4295.0, 4276.0, 4266.0, 4224.0, 4274.0, 4234.0, 4285.0, 4256.0, 4294.0, 4234.0, 4274.0, 4224.0, 4264.0, 4226.0, 4276.0, 4237.0, 4295.0, 4223.0, 4235.0, 4213.0, 4235.0, 4268.0, 4235.0, 4222.0, 4235.0, 4252.0, 4235.0, 4274.0, 4237.0, 4287.0, 4236.0, 4285.0, 4236.0, 4276.0, 4239.0, 4285.0, 4248.0, 4267.0, 4226.0, 4265.0, 4240.0, 4291.0, 4273.0, 4321.0, 4290.0, 4298.0, 4236.0, 4286.0, 4236.0, 4286.0, 4246.0, 4295.0, 4255.0, 4295.0, 4226.0, 4255.0, 4214.0, 4285.0, 4257.0, 4294.0, 4235.0, 4224.0, 4235.0, 4257.0, 4235.0, 4296.0, 4256.0, 4297.0, 4245.0, 4294.0, 4223.0, 4282.0, 4244.0, 4272.0, 4223.0, 4273.0, 4214.0, 4275.0, 4235.0, 4283.0, 4224.0, 4273.0, 4237.0, 4255.0, 4249.0, 4276.0, 4288.0, 4285.0, 4257.0, 4257.0, 4237.0, 4239.0, 4228.0, 4240.0, 4241.0, 4290.0, 4271.0, 4313.0, 4301.0, 4290.0, 4268.0, 4248.0, 4237.0, 4248.0, 4276.0, 4237.0, 4276.0, 4277.0, 4275.0, 4299.0, 4236.0, 4275.0, 4225.0, 4233.0, 4233.0, 4223.0, 4244.0, 4215.0, 4285.0, 4267.0, 4285.0, 4224.0, 4214.0, 4225.0, 4226.0, 4254.0, 4225.0, 4266.0, 4209.0, 4283.0, 4264.0, 4221.0, 4224.0, 4226.0, 4228.0, 4257.0, 4252.0, 4302.0, 4240.0, 4287.0, 4287.0, 4270.0, 4301.0, 4279.0, 4286.0, 4274.0, 4252.0, 4263.0, 4227.0, 4247.0, 4227.0, 4247.0, 4205.0, 4232.0, 4176.0, 4226.0, 4227.0, 4183.0, 4225.0, 4196.0, 4186.0, 4189.0, 4199.0, 4201.0, 4211.0, 4231.0, 4213.0, 4240.0, 4236.0, 4263.0, 4275.0, 4226.0, 4253.0, 4213.0, 4222.0, 4212.0, 4212.0, 4223.0, 4224.0, 4245.0, 4233.0, 4275.0, 4213.0, 4262.0, 4213.0, 4252.0, 4212.0, 4263.0, 4215.0, 4263.0, 4236.0, 4266.0, 4298.0, 4260.0, 4309.0, 4249.0, 4251.0, 4254.0, 4263.0, 4269.0, 4252.0, 4253.0, 4282.0, 4252.0, 4252.0, 4313.0, 4305.0, 4251.0, 4301.0, 4251.0, 4312.0, 4303.0, 4277.0, 4257.0, 4223.0, 4223.0, 4214.0, 4233.0, 4213.0, 4255.0, 4224.0, 4284.0, 4213.0, 4232.0, 4213.0, 4223.0, 4212.0, 4224.0, 4205.0, 4214.0, 4214.0, 4226.0, 4246.0, 4237.0, 4246.0, 4234.0, 4225.0, 4224.0, 4225.0, 4226.0, 4237.0, 4228.0, 4300.0, 4280.0, 4267.0, 4256.0, 4225.0, 4227.0, 4216.0, 4239.0, 4256.0, 4238.0, 4296.0, 4267.0, 4286.0, 4215.0, 4275.0, 4214.0, 4263.0, 4213.0, 4233.0, 4217.0, 4257.0, 4226.0, 4286.0, 4226.0, 4245.0, 4227.0, 4256.0, 4230.0, 4267.0, 4229.0, 4299.0, 4270.0, 4287.0, 4227.0, 4275.0, 4226.0, 4265.0, 4215.0, 4264.0, 4225.0, 4287.0, 4214.0, 4254.0, 4213.0, 4225.0, 4274.0, 4214.0, 4273.0, 4243.0, 4265.0, 4224.0, 4225.0, 4239.0, 4238.0, 4227.0, 4236.0, 4239.0, 4270.0, 4253.0, 4302.0, 4301.0, 4238.0, 4268.0, 4239.0, 4228.0, 4267.0, 4239.0, 4297.0, 4279.0, 4296.0, 4256.0, 4277.0, 4276.0, 4276.0, 4298.0, 4235.0, 4275.0, 4225.0, 4215.0, 4237.0, 4228.0, 4264.0, 4248.0, 4298.0, 4287.0, 4223.0, 4244.0, 4225.0, 4205.0, 4224.0, 4216.0, 4264.0, 4236.0, 4288.0, 4288.0, 4275.0, 4266.0, 4213.0, 4223.0, 4224.0, 4243.0, 4224.0, 4263.0, 4224.0, 4275.0, 4278.0, 4266.0, 4285.0, 4221.0, 4241.0, 4222.0, 4241.0, 4224.0, 4246.0, 4236.0, 4228.0, 4236.0, 4231.0, 4299.0, 4287.0, 4285.0, 4235.0, 4222.0, 4223.0, 4202.0, 4244.0, 4224.0, 4254.0, 4226.0, 4277.0, 4226.0, 4286.0, 4223.0, 4251.0, 4223.0, 4231.0, 4224.0, 4255.0, 4237.0, 4287.0, 4256.0, 4234.0, 4225.0, 4223.0, 4224.0, 4224.0, 4235.0, 4246.0, 4286.0, 4224.0, 4263.0, 4203.0, 4222.0, 4203.0, 4222.0, 4216.0, 4246.0, 4225.0, 4285.0, 4225.0, 4243.0, 4226.0, 4255.0, 4236.0, 4275.0, 4228.0, 4297.0, 4280.0, 4296.0, 4255.0, 4261.0, 4223.0, 4222.0, 4225.0, 4234.0, 4235.0, 4266.0, 4286.0, 4223.0, 4243.0, 4223.0, 4223.0, 4203.0, 4223.0, 4223.0, 4253.0, 4212.0, 4242.0, 4211.0, 4221.0, 4224.0, 4223.0, 4232.0, 4275.0, 4215.0, 4221.0, 4212.0, 4223.0, 4214.0, 4244.0, 4228.0, 4277.0, 4247.0, 4277.0, 4224.0, 4243.0, 4225.0, 4265.0, 4237.0, 4298.0, 4270.0, 4297.0, 4254.0, 4263.0, 4222.0, 4243.0, 4233.0, 4266.0, 4248.0, 4278.0, 4288.0, 4223.0, 4211.0, 4212.0, 4211.0, 4223.0, 4215.0, 4255.0, 4215.0, 4279.0, 4249.0, 4288.0, 4236.0, 4291.0, 4251.0, 4312.0, 4257.0, 4284.0, 4224.0, 4272.0, 4222.0, 4240.0, 4224.0, 4227.0, 4278.0, 4278.0, 4297.0, 4234.0, 4249.0, 4261.0, 4250.0, 4274.0, 4250.0, 4270.0, 4252.0, 4290.0, 4270.0, 4236.0, 4277.0, 4226.0, 4289.0, 4267.0, 4264.0, 4220.0, 4247.0, 4205.0, 4245.0, 4183.0, 4233.0, 4162.0, 4232.0, 4172.0, 4211.0, 4172.0, 4212.0, 4184.0, 4205.0, 4175.0, 4175.0, 4187.0, 4189.0, 4208.0, 4198.0, 4209.0, 4200.0, 4199.0, 4221.0, 4201.0, 4222.0, 4202.0, 4262.0, 4214.0, 4273.0, 4215.0, 4265.0, 4255.0, 4212.0, 4263.0, 4213.0, 4242.0, 4213.0, 4252.0, 4229.0, 4289.0, 4280.0, 4204.0, 4202.0, 4216.0], 'WindowWidth': [9439.0, 9423.0, 9401.0, 9394.0, 9419.0, 9383.0, 9453.0, 9369.0, 9378.0, 9387.0, 9396.0, 9390.0, 9402.0, 9393.0, 9429.0, 9394.0, 9464.0, 9392.0, 9444.0, 9388.0, 9414.0, 9368.0, 9366.0, 9394.0, 9384.0, 9436.0, 9423.0, 9379.0, 9382.0, 9351.0, 9385.0, 9409.0, 9387.0, 9424.0, 9400.0, 9415.0, 9387.0, 9398.0, 9400.0, 9401.0, 9386.0, 9431.0, 9399.0, 9384.0, 9384.0, 9400.0, 9440.0, 9392.0, 9429.0, 9388.0, 9411.0, 9398.0, 9387.0, 9405.0, 9416.0, 9402.0, 9403.0, 9401.0, 9391.0, 9371.0, 9408.0, 9466.0, 9408.0, 9460.0, 9404.0, 9428.0, 9391.0, 9429.0, 9408.0, 9441.0, 9387.0, 9386.0, 9397.0, 9402.0, 9400.0, 9407.0, 9479.0, 9412.0, 9458.0, 9405.0, 9365.0, 9405.0, 9417.0, 9409.0, 9446.0, 9409.0, 9463.0, 9408.0, 9447.0, 9374.0, 9387.0, 9384.0, 9391.0, 9463.0, 9402.0, 9384.0, 9401.0, 9398.0, 9402.0, 9429.0, 9411.0, 9467.0, 9427.0, 9429.0, 9407.0, 9388.0, 9410.0, 9402.0, 9408.0, 9462.0, 9411.0, 9464.0, 9408.0, 9447.0, 9411.0, 9452.0, 9394.0, 9457.0, 9372.0, 9388.0, 9381.0, 9388.0, 9421.0, 9440.0, 9427.0, 9433.0, 9386.0, 9387.0, 9387.0, 9407.0, 9392.0, 9409.0, 9421.0, 9410.0, 9447.0, 9408.0, 9479.0, 9442.0, 9479.0, 9434.0, 9410.0, 9399.0, 9373.0, 9385.0, 9443.0, 9394.0, 9476.0, 9448.0, 9406.0, 9400.0, 9365.0, 9386.0, 9366.0, 9401.0, 9445.0, 9407.0, 9372.0, 9394.0, 9385.0, 9404.0, 9417.0, 9410.0, 9457.0, 9409.0, 9359.0, 9403.0, 9363.0, 9406.0, 9421.0, 9413.0, 9479.0, 9439.0, 9462.0, 9404.0, 9439.0, 9399.0, 9438.0, 9403.0, 9439.0, 9402.0, 9439.0, 9400.0, 9410.0, 9402.0, 9430.0, 9425.0, 9455.0, 9406.0, 9427.0, 9400.0, 9398.0, 9389.0, 9405.0, 9389.0, 9431.0, 9402.0, 9404.0, 9400.0, 9399.0, 9404.0, 9405.0, 9420.0, 9420.0, 9387.0, 9404.0, 9398.0, 9405.0, 9422.0, 9409.0, 9406.0, 9479.0, 9387.0, 9400.0, 9390.0, 9401.0, 9401.0, 9404.0, 9418.0, 9432.0, 9428.0, 9399.0, 9410.0, 9385.0, 9381.0, 9399.0, 9410.0, 9404.0, 9375.0, 9407.0, 9391.0, 9407.0, 9407.0, 9434.0, 9427.0, 9475.0, 9438.0, 9475.0, 9421.0, 9442.0, 9401.0, 9429.0, 9403.0, 9438.0, 9407.0, 9472.0, 9417.0, 9437.0, 9398.0, 9395.0, 9399.0, 9421.0, 9406.0, 9460.0, 9431.0, 9429.0, 9398.0, 9380.0, 9382.0, 9387.0, 9412.0, 9404.0, 9441.0, 9420.0, 9446.0, 9406.0, 9386.0, 9403.0, 9459.0, 9432.0, 9423.0, 9489.0, 9431.0, 9477.0, 9483.0, 9407.0, 9418.0, 9404.0, 9443.0, 9408.0, 9477.0, 9466.0, 9424.0, 9387.0, 9394.0, 9385.0, 9380.0, 9385.0, 9409.0, 9477.0, 9414.0, 9459.0, 9403.0, 9375.0, 9409.0, 9410.0, 9424.0, 9432.0, 9484.0, 9487.0, 9456.0, 9469.0, 9410.0, 9459.0, 9393.0, 9452.0, 9412.0, 9452.0, 9428.0, 9435.0, 9410.0, 9375.0, 9367.0, 9361.0, 9382.0, 9368.0, 9396.0, 9432.0, 9437.0, 9371.0, 9374.0, 9358.0, 9359.0, 9360.0, 9380.0, 9382.0, 9421.0, 9364.0, 9365.0, 9391.0, 9383.0, 9404.0, 9433.0, 9425.0, 9460.0, 9446.0, 9403.0, 9391.0, 9386.0, 9390.0, 9397.0, 9464.0, 9406.0, 9481.0, 9401.0, 9426.0, 9386.0, 9369.0, 9369.0, 9403.0, 9389.0, 9460.0, 9407.0, 9438.0, 9384.0, 9397.0, 9387.0, 9410.0, 9400.0, 9427.0, 9407.0, 9456.0, 9388.0, 9433.0, 9383.0, 9407.0, 9386.0, 9425.0, 9385.0, 9450.0, 9372.0, 9434.0, 9379.0, 9366.0, 9380.0, 9392.0, 9389.0, 9450.0, 9414.0, 9434.0, 9381.0, 9365.0, 9388.0, 9399.0, 9387.0, 9443.0, 9419.0, 9454.0, 9443.0, 9379.0, 9398.0, 9380.0, 9366.0, 9378.0, 9369.0, 9442.0, 9385.0, 9453.0, 9410.0, 9404.0, 9368.0, 9351.0, 9366.0, 9369.0, 9384.0, 9431.0, 9443.0, 9398.0, 9385.0, 9370.0, 9372.0, 9370.0, 9385.0, 9385.0, 9416.0, 9386.0, 9460.0, 9383.0, 9392.0, 9381.0, 9371.0, 9384.0, 9384.0, 9394.0, 9430.0, 9391.0, 9460.0, 9383.0, 9424.0, 9385.0, 9394.0, 9385.0, 9410.0, 9382.0, 9413.0, 9385.0, 9458.0, 9396.0, 9453.0, 9384.0, 9369.0, 9386.0, 9371.0, 9406.0, 9405.0, 9412.0, 9451.0, 9504.0, 9472.0, 9471.0, 9422.0, 9421.0, 9395.0, 9412.0, 9395.0, 9439.0, 9387.0, 9436.0, 9390.0, 9456.0, 9429.0, 9454.0, 9395.0, 9376.0, 9364.0, 9364.0, 9387.0, 9370.0, 9417.0, 9390.0, 9453.0, 9459.0, 9455.0, 9410.0, 9362.0, 9380.0, 9362.0, 9378.0, 9365.0, 9382.0, 9437.0, 9440.0, 9405.0, 9380.0, 9344.0, 9346.0, 9343.0, 9362.0, 9360.0, 9369.0, 9436.0, 9386.0, 9446.0, 9369.0, 9421.0, 9368.0, 9388.0, 9384.0, 9407.0, 9393.0, 9433.0, 9414.0, 9478.0, 9475.0, 9436.0, 9473.0, 9430.0, 9414.0, 9418.0, 9401.0, 9418.0, 9414.0, 9407.0, 9408.0, 9469.0, 9411.0, 9498.0, 9402.0, 9477.0, 9453.0, 9479.0, 9449.0, 9419.0, 9388.0, 9344.0, 9374.0, 9343.0, 9330.0, 9341.0, 9332.0, 9352.0, 9430.0, 9375.0, 9429.0, 9384.0, 9324.0, 9345.0, 9366.0, 9391.0, 9387.0, 9427.0, 9379.0, 9436.0, 9401.0, 9441.0, 9413.0, 9450.0, 9409.0, 9385.0, 9372.0, 9359.0, 9348.0, 9398.0, 9349.0, 9412.0, 9347.0, 9419.0, 9368.0, 9415.0, 9380.0, 9346.0, 9353.0, 9377.0, 9370.0, 9418.0, 9367.0, 9409.0, 9370.0, 9366.0, 9376.0, 9405.0, 9385.0, 9416.0, 9387.0, 9374.0, 9358.0, 9388.0, 9419.0, 9413.0, 9468.0, 9430.0, 9449.0, 9398.0, 9434.0, 9407.0, 9409.0, 9381.0, 9411.0, 9404.0, 9419.0, 9479.0, 9404.0, 9498.0, 9446.0, 9480.0, 9398.0, 9460.0, 9396.0, 9445.0, 9397.0, 9468.0, 9423.0, 9493.0, 9379.0, 9387.0, 9360.0, 9402.0, 9402.0, 9395.0, 9469.0, 9445.0, 9428.0, 9372.0, 9438.0, 9387.0, 9456.0, 9419.0, 9468.0, 9386.0, 9438.0, 9374.0, 9425.0, 9380.0, 9446.0, 9394.0, 9470.0, 9369.0, 9388.0, 9357.0, 9389.0, 9437.0, 9390.0, 9367.0, 9389.0, 9407.0, 9389.0, 9439.0, 9396.0, 9460.0, 9393.0, 9455.0, 9394.0, 9445.0, 9403.0, 9459.0, 9413.0, 9434.0, 9381.0, 9433.0, 9404.0, 9474.0, 9456.0, 9516.0, 9473.0, 9479.0, 9394.0, 9458.0, 9393.0, 9459.0, 9406.0, 9471.0, 9415.0, 9469.0, 9380.0, 9416.0, 9360.0, 9455.0, 9420.0, 9470.0, 9390.0, 9372.0, 9391.0, 9420.0, 9392.0, 9473.0, 9421.0, 9477.0, 9404.0, 9466.0, 9371.0, 9447.0, 9399.0, 9432.0, 9369.0, 9434.0, 9359.0, 9440.0, 9390.0, 9449.0, 9373.0, 9436.0, 9399.0, 9415.0, 9416.0, 9446.0, 9467.0, 9459.0, 9422.0, 9422.0, 9397.0, 9402.0, 9387.0, 9404.0, 9406.0, 9470.0, 9447.0, 9511.0, 9491.0, 9472.0, 9439.0, 9410.0, 9396.0, 9411.0, 9443.0, 9394.0, 9443.0, 9446.0, 9443.0, 9484.0, 9389.0, 9442.0, 9372.0, 9381.0, 9381.0, 9367.0, 9396.0, 9361.0, 9454.0, 9433.0, 9454.0, 9371.0, 9355.0, 9372.0, 9377.0, 9433.0, 9377.0, 9428.0, 9340.0, 9446.0, 9421.0, 9361.0, 9369.0, 9377.0, 9383.0, 9421.0, 9424.0, 9491.0, 9403.0, 9460.0, 9463.0, 9441.0, 9488.0, 9453.0, 9460.0, 9439.0, 9404.0, 9420.0, 9360.0, 9390.0, 9358.0, 9384.0, 9324.0, 9358.0, 9289.0, 9357.0, 9359.0, 9295.0, 9352.0, 9318.0, 9304.0, 9312.0, 9327.0, 9331.0, 9346.0, 9371.0, 9352.0, 9386.0, 9388.0, 9421.0, 9440.0, 9375.0, 9407.0, 9352.0, 9362.0, 9352.0, 9351.0, 9368.0, 9368.0, 9398.0, 9381.0, 9439.0, 9354.0, 9418.0, 9351.0, 9402.0, 9350.0, 9419.0, 9358.0, 9420.0, 9388.0, 9430.0, 9480.0, 9431.0, 9497.0, 9418.0, 9421.0, 9431.0, 9441.0, 9439.0, 9424.0, 9426.0, 9467.0, 9425.0, 9424.0, 9507.0, 9498.0, 9420.0, 9486.0, 9420.0, 9510.0, 9495.0, 9447.0, 9417.0, 9365.0, 9366.0, 9355.0, 9380.0, 9355.0, 9412.0, 9372.0, 9450.0, 9353.0, 9377.0, 9353.0, 9367.0, 9352.0, 9369.0, 9345.0, 9358.0, 9357.0, 9377.0, 9405.0, 9395.0, 9402.0, 9384.0, 9372.0, 9372.0, 9374.0, 9380.0, 9393.0, 9385.0, 9483.0, 9456.0, 9434.0, 9417.0, 9374.0, 9379.0, 9364.0, 9400.0, 9419.0, 9396.0, 9472.0, 9432.0, 9457.0, 9361.0, 9439.0, 9358.0, 9421.0, 9356.0, 9380.0, 9368.0, 9422.0, 9382.0, 9458.0, 9379.0, 9402.0, 9381.0, 9417.0, 9388.0, 9433.0, 9389.0, 9483.0, 9444.0, 9461.0, 9379.0, 9440.0, 9376.0, 9428.0, 9361.0, 9426.0, 9374.0, 9461.0, 9357.0, 9411.0, 9354.0, 9374.0, 9436.0, 9358.0, 9434.0, 9396.0, 9427.0, 9373.0, 9376.0, 9400.0, 9398.0, 9383.0, 9394.0, 9402.0, 9442.0, 9426.0, 9492.0, 9488.0, 9398.0, 9437.0, 9399.0, 9383.0, 9434.0, 9401.0, 9476.0, 9452.0, 9471.0, 9415.0, 9447.0, 9444.0, 9444.0, 9477.0, 9388.0, 9440.0, 9373.0, 9362.0, 9393.0, 9383.0, 9424.0, 9412.0, 9479.0, 9461.0, 9368.0, 9396.0, 9373.0, 9347.0, 9373.0, 9364.0, 9426.0, 9392.0, 9463.0, 9464.0, 9441.0, 9429.0, 9355.0, 9367.0, 9372.0, 9394.0, 9371.0, 9421.0, 9372.0, 9442.0, 9449.0, 9432.0, 9457.0, 9361.0, 9387.0, 9365.0, 9387.0, 9372.0, 9405.0, 9392.0, 9382.0, 9392.0, 9392.0, 9482.0, 9462.0, 9456.0, 9385.0, 9365.0, 9368.0, 9339.0, 9395.0, 9369.0, 9410.0, 9375.0, 9447.0, 9377.0, 9456.0, 9367.0, 9402.0, 9367.0, 9377.0, 9371.0, 9414.0, 9395.0, 9460.0, 9417.0, 9384.0, 9374.0, 9368.0, 9372.0, 9373.0, 9388.0, 9405.0, 9460.0, 9371.0, 9422.0, 9341.0, 9366.0, 9341.0, 9365.0, 9366.0, 9405.0, 9377.0, 9455.0, 9375.0, 9396.0, 9378.0, 9416.0, 9393.0, 9442.0, 9385.0, 9476.0, 9455.0, 9473.0, 9415.0, 9417.0, 9368.0, 9364.0, 9373.0, 9385.0, 9389.0, 9433.0, 9462.0, 9368.0, 9395.0, 9369.0, 9367.0, 9340.0, 9367.0, 9369.0, 9407.0, 9352.0, 9391.0, 9349.0, 9362.0, 9372.0, 9370.0, 9378.0, 9440.0, 9360.0, 9363.0, 9352.0, 9367.0, 9358.0, 9397.0, 9385.0, 9447.0, 9409.0, 9445.0, 9374.0, 9395.0, 9375.0, 9429.0, 9395.0, 9482.0, 9444.0, 9474.0, 9413.0, 9419.0, 9367.0, 9395.0, 9383.0, 9430.0, 9412.0, 9452.0, 9467.0, 9368.0, 9345.0, 9351.0, 9348.0, 9369.0, 9360.0, 9414.0, 9360.0, 9452.0, 9413.0, 9464.0, 9390.0, 9477.0, 9423.0, 9509.0, 9423.0, 9452.0, 9369.0, 9432.0, 9363.0, 9387.0, 9375.0, 9384.0, 9457.0, 9454.0, 9477.0, 9392.0, 9419.0, 9442.0, 9428.0, 9464.0, 9421.0, 9446.0, 9422.0, 9471.0, 9444.0, 9392.0, 9448.0, 9376.0, 9469.0, 9429.0, 9423.0, 9353.0, 9389.0, 9325.0, 9380.0, 9292.0, 9358.0, 9263.0, 9354.0, 9276.0, 9326.0, 9277.0, 9329.0, 9298.0, 9327.0, 9288.0, 9287.0, 9304.0, 9313.0, 9337.0, 9326.0, 9339.0, 9330.0, 9327.0, 9358.0, 9332.0, 9360.0, 9335.0, 9416.0, 9354.0, 9430.0, 9358.0, 9425.0, 9411.0, 9350.0, 9419.0, 9353.0, 9390.0, 9353.0, 9402.0, 9385.0, 9483.0, 9470.0, 9322.0, 9313.0, 9346.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.0018928176318063958</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.03811365617977528</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.32632844261244</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.186492606020763</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9606179947058827</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4622</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6513.5054</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.12036174584062267</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>91</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>7.865168539325842</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5110348506908013</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.412011306129533</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7746488429381255</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.346444403004745</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0105804</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.014164552092552185</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.026135707274079323</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1157</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.6282215481940208</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>32.6312</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>37.3931</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>164.3037</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>303003.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>736.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>321.4087</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9052</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>572.8267</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3414.2254</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3632.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>73541.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>965.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4568.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1001.0346</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>31.955163733335212</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> |