=== 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-0114 --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-0114",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
131 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
131 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-0114_ses-02_task-narratives_acq-mb8_run-04_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-0114_ses-02_task-narratives_acq-mb8_run-04_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-04_session-02_subject-0114_suffix-bold_task-narratives" 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-0114/figures/sub-0114_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0114/figures/sub-0114_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0114/figures/sub-0114_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-02_subject-0114_suffix-bold_task-narratives" 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-0114/figures/sub-0114_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0114/figures/sub-0114_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0114/figures/sub-0114_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-02_subject-0114_suffix-bold_task-narratives" 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-0114/figures/sub-0114_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0114/figures/sub-0114_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0114/figures/sub-0114_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-02_subject-0114_suffix-bold_task-narratives" 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-0114/figures/sub-0114_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0114/figures/sub-0114_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0114/figures/sub-0114_ses-02_task-narratives_acq-mb8_run-04_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-04_session-02_subject-0114_suffix-bold_task-narratives" 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-0114/figures/sub-0114_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0114/figures/sub-0114_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0114/figures/sub-0114_ses-02_task-narratives_acq-mb8_run-04_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-04_session-02_subject-0114_suffix-bold_task-narratives" 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-0114/figures/sub-0114_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0114/figures/sub-0114_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0114/figures/sub-0114_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-02_subject-0114_suffix-bold_task-narratives" 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-0114/figures/sub-0114_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0114/figures/sub-0114_ses-02_task-narratives_acq-mb8_run-04_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-0114/figures/sub-0114_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0114/figures/sub-0114_ses-02_task-narratives_acq-mb8_run-04_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-0114/ses-02/func/sub-0114_ses-02_task-narratives_acq-mb8_run-04_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>88e02a0bc813f2f65ef350c3da87f682</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>20:47:53.177500</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999198, 0.00528249, 0.0396893, -0.0122081, 0.984253, 0.176346]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-narratives_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.0935548</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-04_task-narratives_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4227, -7786, -7150, 361, -148, 20, 115, 58]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>244.584</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>f2caa28d-552b-4014-bc50-257564e9d5f5||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6807754039764404, -0.03275351971387863, 0.1029583066701889, 112.22000885009766], [-0.014172535389661789, 2.6406776905059814, 0.4770602583885193, -110.39244842529297], [0.10648337006568909, -0.47312307357788086, 2.655524969100952, -27.008602142333984], [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, 1156]</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], 'AcquisitionTime': ['204753.177500', '204753.637500', '204754.097500', '204754.557500', '204755.017500', '204755.477500', '204755.937500', '204756.397500', '204756.857500', '204757.317500', '204757.777500', '204758.237500', '204758.697500', '204759.157500', '204759.617500', '204800.077500', '204800.537500', '204800.997500', '204801.457500', '204801.917500', '204802.377500', '204802.837500', '204803.297500', '204803.757500', '204804.217500', '204804.677500', '204805.137500', '204805.597500', '204806.057500', '204806.517500', '204806.977500', '204807.437500', '204807.897500', '204808.357500', '204808.817500', '204809.277500', '204809.737500', '204810.197500', '204810.657500', '204811.117500', '204811.577500', '204812.037500', '204812.497500', '204812.957500', '204813.417500', '204813.877500', '204814.337500', '204814.797500', '204815.257500', '204815.717500', '204816.177500', '204816.637500', '204817.097500', '204817.557500', '204818.017500', '204818.477500', '204818.937500', '204819.397500', '204819.857500', '204820.317500', '204820.777500', '204821.237500', '204821.697500', '204822.157500', '204822.617500', '204823.077500', '204823.537500', '204823.997500', '204824.457500', '204824.917500', '204825.377500', '204825.837500', '204826.297500', '204826.757500', '204827.217500', '204827.677500', '204828.137500', '204828.597500', '204829.057500', '204829.517500', '204829.977500', '204830.437500', '204830.897500', '204831.357500', '204831.817500', '204832.277500', '204832.737500', '204833.197500', '204833.657500', '204834.117500', '204834.577500', '204835.037500', '204835.497500', '204835.957500', '204836.417500', '204836.877500', '204837.337500', '204837.797500', '204838.257500', '204838.717500', '204839.177500', '204839.637500', '204840.097500', '204840.557500', '204841.017500', '204841.477500', '204841.937500', '204842.397500', '204842.857500', '204843.317500', '204843.777500', '204844.237500', '204844.697500', '204845.157500', '204845.617500', '204846.077500', '204846.537500', '204846.997500', '204847.457500', '204847.917500', '204848.377500', '204848.837500', '204849.297500', '204849.757500', '204850.217500', '204850.677500', '204851.137500', '204851.597500', '204852.057500', '204852.517500', '204852.977500', '204853.437500', '204853.897500', '204854.357500', '204854.817500', '204855.277500', '204855.737500', '204856.197500', '204856.657500', '204857.117500', '204857.577500', '204858.037500', '204858.497500', '204858.957500', '204859.417500', '204859.877500', '204900.337500', '204900.797500', '204901.257500', '204901.717500', '204902.177500', '204902.637500', '204903.097500', '204903.557500', '204904.017500', '204904.477500', '204904.937500', '204905.397500', '204905.857500', '204906.317500', '204906.777500', '204907.237500', '204907.697500', '204908.157500', '204908.617500', '204909.077500', '204909.537500', '204909.997500', '204910.457500', '204910.917500', '204911.377500', '204911.837500', '204912.297500', '204912.757500', '204913.217500', '204913.677500', '204914.137500', '204914.597500', '204915.057500', '204915.517500', '204915.977500', '204916.437500', '204916.897500', '204917.357500', '204917.817500', '204918.277500', '204918.737500', '204919.197500', '204919.657500', '204920.117500', '204920.577500', '204921.037500', '204921.497500', '204921.957500', '204922.417500', '204922.877500', '204923.337500', '204923.797500', '204924.257500', '204924.717500', '204925.177500', '204925.637500', '204926.097500', '204926.557500', '204927.017500', '204927.477500', '204927.937500', '204928.397500', '204928.857500', '204929.317500', '204929.777500', '204930.237500', '204930.697500', '204931.157500', '204931.617500', '204932.077500', '204932.537500', '204932.997500', '204933.457500', '204933.917500', '204934.377500', '204934.837500', '204935.297500', '204935.757500', '204936.217500', '204936.677500', '204937.137500', '204937.597500', '204938.057500', '204938.517500', '204938.977500', '204939.437500', '204939.897500', '204940.357500', '204940.817500', '204941.277500', '204941.737500', '204942.197500', '204942.657500', '204943.117500', '204943.577500', '204944.037500', '204944.497500', '204944.957500', '204945.417500', '204945.877500', '204946.337500', '204946.797500', '204947.257500', '204947.717500', '204948.177500', '204948.637500', '204949.097500', '204949.557500', '204950.017500', '204950.477500', '204950.937500', '204951.397500', '204951.857500', '204952.317500', '204952.777500', '204953.237500', '204953.697500', '204954.157500', '204954.617500', '204955.077500', '204955.537500', '204955.997500', '204956.457500', '204956.917500', '204957.377500', '204957.837500', '204958.297500', '204958.757500', '204959.217500', '204959.677500', '205000.137500', '205000.597500', '205001.057500', '205001.517500', '205001.977500', '205002.437500', '205002.897500', '205003.357500', '205003.817500', '205004.277500', '205004.737500', '205005.197500', '205005.657500', '205006.117500', '205006.577500', '205007.037500', '205007.497500', '205007.957500', '205008.417500', '205008.877500', '205009.337500', '205009.797500', '205010.257500', '205010.717500', '205011.177500', '205011.637500', '205012.097500', '205012.557500', '205013.017500', '205013.477500', '205013.937500', '205014.397500', '205014.857500', '205015.317500', '205015.777500', '205016.237500', '205016.697500', '205017.157500', '205017.617500', '205018.077500', '205018.537500', '205018.997500', '205019.457500', '205019.917500', '205020.377500', '205020.837500', '205021.297500', '205021.757500', '205022.217500', '205022.677500', '205023.137500', '205023.597500', '205024.057500', '205024.517500', '205024.977500', '205025.437500', '205025.897500', '205026.357500', '205026.817500', '205027.277500', '205027.737500', '205028.197500', '205028.657500', '205029.117500', '205029.577500', '205030.037500', '205030.497500', '205030.957500', '205031.417500', '205031.877500', '205032.337500', '205032.797500', '205033.257500', '205033.717500', '205034.177500', '205034.637500', '205035.097500', '205035.557500', '205036.017500', '205036.477500', '205036.937500', '205037.397500', '205037.857500', '205038.317500', '205038.777500', '205039.237500', '205039.697500', '205040.157500', '205040.617500', '205041.077500', '205041.537500', '205041.997500', '205042.457500', '205042.917500', '205043.377500', '205043.837500', '205044.297500', '205044.757500', '205045.217500', '205045.677500', '205046.137500', '205046.597500', '205047.057500', '205047.517500', '205047.977500', '205048.437500', '205048.897500', '205049.357500', '205049.817500', '205050.277500', '205050.737500', '205051.197500', '205051.657500', '205052.117500', '205052.577500', '205053.037500', '205053.497500', '205053.957500', '205054.417500', '205054.877500', '205055.337500', '205055.797500', '205056.257500', '205056.717500', '205057.177500', '205057.637500', '205058.097500', '205058.557500', '205059.017500', '205059.477500', '205059.937500', '205100.397500', '205100.857500', '205101.317500', '205101.777500', '205102.237500', '205102.697500', '205103.157500', '205103.617500', '205104.077500', '205104.537500', '205104.997500', '205105.457500', '205105.917500', '205106.377500', '205106.837500', '205107.297500', '205107.757500', '205108.217500', '205108.677500', '205109.137500', '205109.597500', '205110.057500', '205110.517500', '205110.977500', '205111.437500', '205111.897500', '205112.357500', '205112.817500', '205113.277500', '205113.737500', '205114.197500', '205114.657500', '205115.117500', '205115.577500', '205116.037500', '205116.497500', '205116.957500', '205117.417500', '205117.877500', '205118.337500', '205118.797500', '205119.257500', '205119.717500', '205120.177500', '205120.637500', '205121.097500', '205121.557500', '205122.017500', '205122.477500', '205122.937500', '205123.397500', '205123.857500', '205124.317500', '205124.777500', '205125.237500', '205125.697500', '205126.157500', '205126.617500', '205127.077500', '205127.537500', '205127.997500', '205128.457500', '205128.917500', '205129.377500', '205129.837500', '205130.297500', '205130.757500', '205131.217500', '205131.677500', '205132.137500', '205132.597500', '205133.057500', '205133.517500', '205133.977500', '205134.437500', '205134.897500', '205135.357500', '205135.817500', '205136.277500', '205136.737500', '205137.197500', '205137.657500', '205138.117500', '205138.577500', '205139.037500', '205139.497500', '205139.957500', '205140.417500', '205140.877500', '205141.337500', '205141.797500', '205142.257500', '205142.717500', '205143.177500', '205143.637500', '205144.097500', '205144.557500', '205145.017500', '205145.477500', '205145.937500', '205146.397500', '205146.857500', '205147.317500', '205147.777500', '205148.237500', '205148.697500', '205149.157500', '205149.617500', '205150.077500', '205150.537500', '205150.997500', '205151.457500', '205151.917500', '205152.377500', '205152.837500', '205153.297500', '205153.757500', '205154.217500', '205154.677500', '205155.137500', '205155.597500', '205156.057500', '205156.517500', '205156.977500', '205157.437500', '205157.897500', '205158.357500', '205158.817500', '205159.277500', '205159.737500', '205200.197500', '205200.657500', '205201.117500', '205201.577500', '205202.037500', '205202.497500', '205202.957500', '205203.417500', '205203.877500', '205204.337500', '205204.797500', '205205.257500', '205205.717500', '205206.177500', '205206.637500', '205207.097500', '205207.557500', '205208.017500', '205208.477500', '205208.937500', '205209.397500', '205209.857500', '205210.317500', '205210.777500', '205211.237500', '205211.697500', '205212.157500', '205212.617500', '205213.077500', '205213.537500', '205213.997500', '205214.457500', '205214.917500', '205215.377500', '205215.837500', '205216.297500', '205216.757500', '205217.217500', '205217.677500', '205218.137500', '205218.597500', '205219.057500', '205219.517500', '205219.977500', '205220.437500', '205220.897500', '205221.357500', '205221.817500', '205222.277500', '205222.737500', '205223.197500', '205223.657500', '205224.117500', '205224.577500', '205225.037500', '205225.497500', '205225.957500', '205226.417500', '205226.877500', '205227.337500', '205227.797500', '205228.257500', '205228.717500', '205229.177500', '205229.637500', '205230.097500', '205230.557500', '205231.017500', '205231.477500', '205231.937500', '205232.397500', '205232.857500', '205233.317500', '205233.777500', '205234.237500', '205234.697500', '205235.157500', '205235.617500', '205236.077500', '205236.537500', '205236.997500', '205237.457500', '205237.917500', '205238.377500', '205238.837500', '205239.297500', '205239.757500', '205240.217500', '205240.677500', '205241.137500', '205241.597500', '205242.057500', '205242.517500', '205242.977500', '205243.437500', '205243.897500', '205244.357500', '205244.817500', '205245.277500', '205245.737500', '205246.197500', '205246.657500', '205247.117500', '205247.577500', '205248.037500', '205248.497500', '205248.957500', '205249.417500', '205249.877500', '205250.337500', '205250.797500', '205251.257500', '205251.717500', '205252.177500', '205252.637500', '205253.097500', '205253.557500', '205254.017500', '205254.477500', '205254.937500', '205255.397500', '205255.857500', '205256.317500', '205256.777500', '205257.237500', '205257.697500', '205258.157500', '205258.617500', '205259.077500', '205259.537500', '205259.997500', '205300.457500', '205300.917500', '205301.377500', '205301.837500', '205302.297500', '205302.757500', '205303.217500', '205303.677500', '205304.137500', '205304.597500', '205305.057500', '205305.517500', '205305.977500', '205306.437500', '205306.897500', '205307.357500', '205307.817500', '205308.277500', '205308.737500', '205309.197500', '205309.657500', '205310.117500', '205310.577500', '205311.037500', '205311.497500', '205311.957500', '205312.417500', '205312.877500', '205313.337500', '205313.797500', '205314.257500', '205314.717500', '205315.177500', '205315.637500', '205316.097500', '205316.557500', '205317.017500', '205317.477500', '205317.937500', '205318.397500', '205318.857500', '205319.317500', '205319.777500', '205320.237500', '205320.697500', '205321.157500', '205321.617500', '205322.077500', '205322.537500', '205322.997500', '205323.457500', '205323.917500', '205324.377500', '205324.837500', '205325.297500', '205325.757500', '205326.217500', '205326.677500', '205327.137500', '205327.597500', '205328.057500', '205328.517500', '205328.977500', '205329.437500', '205329.897500', '205330.357500', '205330.817500', '205331.277500', '205331.737500', '205332.197500', '205332.657500', '205333.117500', '205333.577500', '205334.037500', '205334.497500', '205334.957500', '205335.417500', '205335.877500', '205336.337500', '205336.797500', '205337.257500', '205337.717500', '205338.177500', '205338.637500', '205339.097500', '205339.557500', '205340.017500', '205340.477500', '205340.937500', '205341.397500', '205341.857500', '205342.317500', '205342.777500', '205343.237500', '205343.697500', '205344.157500', '205344.617500', '205345.077500', '205345.537500', '205345.997500', '205346.457500', '205346.917500', '205347.377500', '205347.837500', '205348.297500', '205348.757500', '205349.217500', '205349.677500', '205350.137500', '205350.597500', '205351.057500', '205351.517500', '205351.977500', '205352.437500', '205352.897500', '205353.357500', '205353.817500', '205354.277500', '205354.737500', '205355.197500', '205355.657500', '205356.117500', '205356.577500', '205357.037500', '205357.497500', '205357.957500', '205358.417500', '205358.877500', '205359.337500', '205359.797500', '205400.257500', '205400.717500', '205401.177500', '205401.637500', '205402.097500', '205402.557500', '205403.017500', '205403.477500', '205403.937500', '205404.397500', '205404.857500', '205405.317500', '205405.777500', '205406.237500', '205406.697500', '205407.157500', '205407.617500', '205408.077500', '205408.537500', '205408.997500', '205409.457500', '205409.917500', '205410.377500', '205410.837500', '205411.297500', '205411.757500', '205412.217500', '205412.677500', '205413.137500', '205413.597500', '205414.057500', '205414.517500', '205414.977500', '205415.437500', '205415.897500', '205416.357500', '205416.817500', '205417.277500', '205417.737500', '205418.197500', '205418.657500', '205419.117500', '205419.577500', '205420.037500', '205420.497500', '205420.957500', '205421.417500', '205421.877500', '205422.337500', '205422.797500', '205423.257500', '205423.717500', '205424.177500', '205424.637500', '205425.097500', '205425.557500', '205426.017500', '205426.477500', '205426.937500', '205427.397500', '205427.857500', '205428.317500', '205428.777500', '205429.237500', '205429.697500', '205430.157500', '205430.617500', '205431.077500', '205431.537500', '205431.997500', '205432.457500', '205432.917500', '205433.377500', '205433.837500', '205434.297500', '205434.757500', '205435.217500', '205435.677500', '205436.137500', '205436.597500', '205437.057500', '205437.517500', '205437.977500', '205438.437500', '205438.897500', '205439.357500', '205439.817500', '205440.277500', '205440.737500', '205441.197500', '205441.657500', '205442.117500', '205442.577500', '205443.037500', '205443.497500', '205443.957500', '205444.417500', '205444.877500', '205445.337500', '205445.797500', '205446.257500', '205446.717500', '205447.177500', '205447.637500', '205448.097500', '205448.557500', '205449.017500', '205449.477500', '205449.937500', '205450.397500', '205450.857500', '205451.317500', '205451.777500', '205452.237500', '205452.697500', '205453.157500', '205453.617500', '205454.077500', '205454.537500', '205454.997500', '205455.457500', '205455.917500', '205456.377500', '205456.837500', '205457.297500', '205457.757500', '205458.217500', '205458.677500', '205459.137500', '205459.597500', '205500.057500', '205500.517500', '205500.977500', '205501.437500', '205501.897500', '205502.357500', '205502.817500', '205503.277500', '205503.737500', '205504.197500', '205504.657500', '205505.117500', '205505.577500', '205506.037500', '205506.497500', '205506.957500', '205507.417500', '205507.877500', '205508.337500', '205508.797500', '205509.257500', '205509.717500', '205510.177500', '205510.637500', '205511.097500', '205511.557500', '205512.017500', '205512.477500', '205512.937500', '205513.397500', '205513.857500', '205514.317500', '205514.777500', '205515.237500', '205515.697500', '205516.157500', '205516.617500', '205517.077500', '205517.537500', '205517.997500', '205518.457500', '205518.917500', '205519.377500', '205519.837500', '205520.297500', '205520.757500', '205521.217500', '205521.677500', '205522.137500', '205522.597500', '205523.057500', '205523.517500', '205523.977500', '205524.437500', '205524.897500', '205525.357500', '205525.817500', '205526.277500', '205526.737500', '205527.197500', '205527.657500', '205528.117500', '205528.577500', '205529.037500', '205529.497500', '205529.957500', '205530.417500', '205530.877500', '205531.337500', '205531.797500', '205532.257500', '205532.717500', '205533.177500', '205533.637500', '205534.097500', '205534.557500', '205535.017500', '205535.477500', '205535.937500', '205536.397500', '205536.857500', '205537.317500', '205537.777500', '205538.237500', '205538.697500', '205539.157500', '205539.617500', '205540.077500', '205540.537500', '205540.997500', '205541.457500', '205541.917500', '205542.377500', '205542.837500', '205543.297500', '205543.757500', '205544.217500', '205544.677500', '205545.137500', '205545.597500', '205546.057500', '205546.517500', '205546.977500', '205547.437500', '205547.897500', '205548.357500', '205548.817500', '205549.277500', '205549.737500', '205550.197500', '205550.657500', '205551.117500', '205551.577500', '205552.037500', '205552.497500', '205552.957500', '205553.417500', '205553.877500', '205554.337500', '205554.797500', '205555.257500', '205555.717500', '205556.177500', '205556.637500', '205557.097500', '205557.557500', '205558.017500', '205558.477500', '205558.937500', '205559.397500', '205559.857500', '205600.317500', '205600.777500', '205601.237500', '205601.697500', '205602.157500', '205602.617500', '205603.077500', '205603.537500', '205603.997500', '205604.457500', '205604.917500', '205605.377500', '205605.837500', '205606.297500', '205606.757500', '205607.217500', '205607.677500', '205608.137500', '205608.597500', '205609.057500', '205609.517500', '205609.977500', '205610.437500', '205610.897500', '205611.357500', '205611.817500', '205612.277500', '205612.737500', '205613.197500', '205613.657500', '205614.117500', '205614.577500', '205615.037500', '205615.497500', '205615.957500', '205616.417500', '205616.877500', '205617.337500', '205617.797500', '205618.257500', '205618.717500', '205619.177500', '205619.637500', '205620.097500', '205620.557500', '205621.017500', '205621.477500', '205621.937500', '205622.397500', '205622.857500', '205623.317500', '205623.777500', '205624.237500', '205624.697500', '205625.157500', '205625.617500', '205626.077500', '205626.537500', '205626.997500', '205627.457500', '205627.917500', '205628.377500', '205628.837500', '205629.297500', '205629.757500', '205630.217500', '205630.677500', '205631.137500', '205631.597500', '205632.057500', '205632.517500', '205632.977500', '205633.437500', '205633.897500', '205634.357500', '205634.817500', '205635.277500', '205635.737500', '205636.197500', '205636.657500', '205637.117500', '205637.577500', '205638.037500', '205638.497500', '205638.957500', '205639.417500', '205639.877500', '205640.337500', '205640.797500', '205641.257500', '205641.717500', '205642.177500', '205642.637500', '205643.097500', '205643.557500', '205644.017500', '205644.477500'], 'ContentTime': ['204821.839000', '204821.842000', '204821.845000', '204821.848000', '204821.850000', '204821.853000', '204821.855000', '204821.858000', '204821.860000', '204821.863000', '204821.865000', '204821.868000', '204821.871000', '204821.873000', '204821.876000', '204821.878000', '204821.881000', '204821.884000', '204821.886000', '204821.889000', '204821.891000', '204821.894000', '204821.896000', '204821.903000', '204821.905000', '204821.908000', '204821.910000', '204821.913000', '204821.916000', '204821.925000', '204821.927000', '204821.930000', '204821.932000', '204821.935000', '204821.937000', '204821.940000', '204821.943000', '204821.945000', '204821.948000', '204821.950000', '204821.953000', '204821.955000', '204821.958000', '204821.961000', '204821.963000', '204821.966000', '204821.968000', '204821.971000', '204821.973000', '204821.976000', '204821.985000', '204821.988000', '204821.990000', '204821.993000', '204821.995000', '204821.998000', '204822.001000', '204822.004000', '204822.007000', '204822.009000', '204822.012000', '204841.800000', '204841.802000', '204841.805000', '204841.807000', '204841.810000', '204841.813000', '204841.815000', '204841.818000', '204841.820000', '204841.823000', '204841.825000', '204841.828000', '204841.830000', '204841.833000', '204841.836000', '204841.838000', '204841.841000', '204841.843000', '204841.846000', '204841.848000', '204841.851000', '204841.853000', '204841.856000', '204841.859000', '204841.861000', '204841.864000', '204841.866000', '204841.869000', '204841.871000', '204841.874000', '204841.876000', '204841.879000', '204841.881000', '204841.884000', '204841.886000', '204841.889000', '204841.892000', '204841.894000', '204841.897000', '204841.899000', '204841.902000', '204841.904000', '204841.907000', '204901.799000', '204901.802000', '204901.806000', '204901.808000', '204901.811000', '204901.813000', '204901.816000', '204901.819000', '204901.821000', '204901.824000', '204901.826000', '204901.829000', '204901.831000', '204901.834000', '204901.837000', '204901.839000', '204901.842000', '204901.844000', '204901.847000', '204901.849000', '204901.852000', '204901.854000', '204901.857000', '204901.859000', '204901.862000', '204901.865000', '204901.867000', '204901.870000', '204901.872000', '204901.875000', '204901.877000', '204901.880000', '204901.882000', '204901.885000', '204901.888000', '204901.890000', '204901.893000', '204901.895000', '204901.898000', '204901.900000', '204901.903000', '204901.905000', '204901.908000', '204901.911000', '204921.799000', '204921.802000', '204921.805000', '204921.807000', '204921.810000', '204921.813000', '204921.815000', '204921.818000', '204921.820000', '204921.823000', '204921.826000', '204921.828000', '204921.831000', '204921.833000', '204921.836000', '204921.839000', '204921.841000', '204921.844000', '204921.846000', '204921.849000', '204921.852000', '204921.855000', '204921.858000', '204921.860000', '204921.863000', '204921.866000', '204921.868000', '204921.871000', '204921.873000', '204921.876000', '204921.879000', '204921.881000', '204921.884000', '204921.886000', '204921.889000', '204921.892000', '204921.894000', '204921.897000', '204921.899000', '204921.902000', '204921.904000', '204921.907000', '204921.909000', '204941.799000', '204941.802000', '204941.805000', '204941.807000', '204941.810000', '204941.812000', '204941.860000', '204941.863000', '204941.865000', '204941.868000', '204941.870000', '204941.873000', '204941.876000', '204941.878000', '204941.881000', '204941.883000', '204941.886000', '204941.888000', '204941.891000', '204941.894000', '204941.896000', '204941.899000', '204941.901000', '204941.904000', '204941.906000', '204941.909000', '204941.912000', '204941.914000', '204941.917000', '204941.919000', '204941.922000', '204941.924000', '204941.927000', '204941.929000', '204941.932000', '204941.935000', '204941.937000', '204941.940000', '204941.942000', '204941.945000', '204941.947000', '204941.950000', '204941.952000', '204941.955000', '205001.799000', '205001.802000', '205001.805000', '205001.807000', '205001.810000', '205001.813000', '205001.815000', '205001.818000', '205001.820000', '205001.823000', '205001.826000', '205001.828000', '205001.831000', '205001.833000', '205001.836000', '205001.839000', '205001.841000', '205001.844000', '205001.846000', '205001.849000', '205001.852000', '205001.854000', '205001.857000', '205001.859000', '205001.862000', '205001.865000', '205001.867000', '205001.870000', '205001.872000', '205001.875000', '205001.877000', '205001.880000', '205001.882000', '205001.885000', '205001.888000', '205001.890000', '205001.893000', '205001.895000', '205001.898000', '205001.901000', '205001.903000', '205001.906000', '205001.908000', '205021.799000', '205021.802000', '205021.805000', '205021.807000', '205021.810000', '205021.813000', '205021.815000', '205021.818000', '205021.820000', '205021.823000', '205021.826000', '205021.828000', '205021.831000', '205021.834000', '205021.836000', '205021.839000', '205021.842000', '205021.844000', '205021.847000', '205021.849000', '205021.852000', '205021.855000', '205021.857000', '205021.860000', '205021.862000', '205021.865000', '205021.868000', '205021.870000', '205021.873000', '205021.876000', '205021.878000', '205021.881000', '205021.884000', '205021.886000', '205021.889000', '205021.891000', '205021.894000', '205021.897000', '205021.899000', '205021.902000', '205021.904000', '205021.907000', '205021.910000', '205021.912000', '205041.798000', '205041.801000', '205041.814000', '205041.817000', '205041.819000', '205041.822000', '205041.825000', '205041.827000', '205041.830000', '205041.832000', '205041.835000', '205041.838000', '205041.848000', '205041.851000', '205041.854000', '205041.856000', '205041.859000', '205041.862000', '205041.864000', '205041.867000', '205041.869000', '205041.872000', '205041.874000', '205041.877000', '205041.879000', '205041.882000', '205041.885000', '205041.887000', '205041.890000', '205041.892000', '205041.895000', '205041.898000', '205041.900000', '205041.903000', '205041.905000', '205041.908000', '205041.910000', '205041.913000', '205041.916000', '205041.918000', '205041.921000', '205041.923000', '205041.926000', '205101.800000', '205101.802000', '205101.805000', '205101.807000', '205101.810000', '205101.813000', '205101.815000', '205101.818000', '205101.821000', '205101.823000', '205101.826000', '205101.828000', '205101.831000', '205101.833000', '205101.836000', '205101.839000', '205101.841000', '205101.844000', '205101.846000', '205101.849000', '205101.852000', '205101.854000', '205101.857000', '205101.859000', '205101.862000', '205101.864000', '205101.867000', '205101.870000', '205101.872000', '205101.875000', '205101.877000', '205101.894000', '205101.897000', '205101.899000', '205101.902000', '205101.904000', '205101.907000', '205101.910000', '205101.912000', '205101.915000', '205101.917000', '205101.920000', '205101.922000', '205101.925000', '205121.799000', '205121.802000', '205121.805000', '205121.807000', '205121.810000', '205121.813000', '205121.815000', '205121.818000', '205121.820000', '205121.823000', '205121.826000', '205121.828000', '205121.831000', '205121.833000', '205121.836000', '205121.838000', '205121.841000', '205121.844000', '205121.846000', '205121.849000', '205121.851000', '205121.854000', '205121.857000', '205121.859000', '205121.862000', '205121.865000', '205121.867000', '205121.870000', '205121.872000', '205121.875000', '205121.877000', '205121.880000', '205121.883000', '205121.886000', '205121.888000', '205121.891000', '205121.894000', '205121.896000', '205121.899000', '205121.901000', '205121.904000', '205121.906000', '205121.909000', '205141.799000', '205141.802000', '205141.805000', '205141.807000', '205141.810000', '205141.812000', '205141.816000', '205141.819000', '205141.821000', '205141.824000', '205141.826000', '205141.829000', '205141.831000', '205141.834000', '205141.837000', '205141.839000', '205141.842000', '205141.844000', '205141.847000', '205141.849000', '205141.852000', '205141.855000', '205141.857000', '205141.860000', '205141.862000', '205141.865000', '205141.867000', '205141.870000', '205141.873000', '205141.875000', '205141.878000', '205141.881000', '205141.883000', '205141.886000', '205141.888000', '205141.891000', '205141.893000', '205141.896000', '205141.899000', '205141.901000', '205141.904000', '205141.906000', '205141.909000', '205141.911000', '205201.799000', '205201.802000', '205201.805000', '205201.807000', '205201.810000', '205201.813000', '205201.815000', '205201.818000', '205201.820000', '205201.823000', '205201.825000', '205201.828000', '205201.830000', '205201.833000', '205201.836000', '205201.838000', '205201.841000', '205201.843000', '205201.846000', '205201.848000', '205201.851000', '205201.854000', '205201.856000', '205201.859000', '205201.861000', '205201.864000', '205201.867000', '205201.869000', '205201.872000', '205201.874000', '205201.877000', '205201.879000', '205201.882000', '205201.885000', '205201.887000', '205201.890000', '205201.892000', '205201.895000', '205201.898000', '205201.900000', '205201.903000', '205201.905000', '205201.908000', '205221.799000', '205221.802000', '205221.805000', '205221.807000', '205221.810000', '205221.812000', '205221.815000', '205221.818000', '205221.820000', '205221.823000', '205221.825000', '205221.828000', '205221.830000', '205221.833000', '205221.836000', '205221.838000', '205221.841000', '205221.843000', '205221.846000', '205221.849000', '205221.851000', '205221.854000', '205221.856000', '205221.859000', '205221.861000', '205221.864000', '205221.867000', '205221.869000', '205221.872000', '205221.875000', '205221.877000', '205221.880000', '205221.882000', '205221.885000', '205221.887000', '205221.890000', '205221.893000', '205221.895000', '205221.898000', '205221.901000', '205221.904000', '205221.907000', '205221.909000', '205241.800000', '205241.802000', '205241.805000', '205241.808000', '205241.810000', '205241.813000', '205241.815000', '205241.818000', '205241.821000', '205241.823000', '205241.826000', '205241.828000', '205241.831000', '205241.834000', '205241.836000', '205241.839000', '205241.841000', '205241.844000', '205241.846000', '205241.849000', '205241.852000', '205241.854000', '205241.857000', '205241.859000', '205241.862000', '205241.865000', '205241.867000', '205241.870000', '205241.872000', '205241.875000', '205241.877000', '205241.880000', '205241.883000', '205241.885000', '205241.888000', '205241.890000', '205241.893000', '205241.895000', '205241.898000', '205241.901000', '205241.903000', '205241.906000', '205241.909000', '205241.911000', '205301.799000', '205301.801000', '205301.804000', '205301.807000', '205301.809000', '205301.812000', '205301.814000', '205301.817000', '205301.820000', '205301.822000', '205301.825000', '205301.827000', '205301.830000', '205301.833000', '205301.835000', '205301.838000', '205301.840000', '205301.843000', '205301.846000', '205301.848000', '205301.851000', '205301.853000', '205301.857000', '205301.860000', '205301.862000', '205301.865000', '205301.868000', '205301.870000', '205301.873000', '205301.875000', '205301.878000', '205301.881000', '205301.883000', '205301.886000', '205301.888000', '205301.891000', '205301.894000', '205301.896000', '205301.899000', '205301.901000', '205301.904000', '205301.907000', '205301.909000', '205321.800000', '205321.802000', '205321.805000', '205321.807000', '205321.810000', '205321.813000', '205321.815000', '205321.818000', '205321.821000', '205321.823000', '205321.826000', '205321.829000', '205321.831000', '205321.834000', '205321.836000', '205321.839000', '205321.841000', '205321.844000', '205321.847000', '205321.849000', '205321.852000', '205321.855000', '205321.857000', '205321.860000', '205321.862000', '205321.865000', '205321.868000', '205321.870000', '205321.873000', '205321.884000', '205321.887000', '205321.890000', '205321.892000', '205321.895000', '205321.897000', '205321.900000', '205321.903000', '205321.905000', '205321.908000', '205321.910000', '205321.913000', '205321.916000', '205321.919000', '205321.922000', '205341.800000', '205341.803000', '205341.805000', '205341.808000', '205341.811000', '205341.813000', '205341.816000', '205341.819000', '205341.821000', '205341.824000', '205341.826000', '205341.829000', '205341.832000', '205341.834000', '205341.837000', '205341.839000', '205341.842000', '205341.844000', '205341.847000', '205341.849000', '205341.852000', '205341.855000', '205341.857000', '205341.860000', '205341.862000', '205341.865000', '205341.868000', '205341.870000', '205341.873000', '205341.875000', '205341.878000', '205341.880000', '205341.883000', '205341.886000', '205341.888000', '205341.891000', '205341.893000', '205341.896000', '205341.899000', '205341.901000', '205341.904000', '205341.906000', '205341.909000', '205401.800000', '205401.802000', '205401.805000', '205401.808000', '205401.810000', '205401.813000', '205401.815000', '205401.818000', '205401.820000', '205401.823000', '205401.826000', '205401.828000', '205401.831000', '205401.833000', '205401.836000', '205401.839000', '205401.841000', '205401.844000', '205401.846000', '205401.849000', '205401.851000', '205401.854000', '205401.856000', '205401.859000', '205401.878000', '205401.881000', '205401.883000', '205401.886000', '205401.896000', '205401.898000', '205401.901000', '205401.903000', '205401.906000', '205401.908000', '205401.911000', '205401.914000', '205401.916000', '205401.919000', '205401.921000', '205401.924000', '205401.927000', '205401.929000', '205401.932000', '205401.934000', '205421.799000', '205421.802000', '205421.805000', '205421.807000', '205421.810000', '205421.812000', '205421.815000', '205421.818000', '205421.820000', '205421.823000', '205421.825000', '205421.828000', '205421.831000', '205421.834000', '205421.836000', '205421.839000', '205421.841000', '205421.844000', '205421.847000', '205421.849000', '205421.852000', '205421.854000', '205421.857000', '205421.859000', '205421.862000', '205421.865000', '205421.867000', '205421.870000', '205421.872000', '205421.875000', '205421.877000', '205421.880000', '205421.883000', '205421.885000', '205421.888000', '205421.890000', '205421.893000', '205421.896000', '205421.899000', '205421.901000', '205421.904000', '205421.907000', '205421.909000', '205441.799000', '205441.802000', '205441.805000', '205441.807000', '205441.810000', '205441.813000', '205441.815000', '205441.818000', '205441.821000', '205441.823000', '205441.826000', '205441.828000', '205441.831000', '205441.834000', '205441.836000', '205441.839000', '205441.841000', '205441.844000', '205441.846000', '205441.849000', '205441.851000', '205441.854000', '205441.857000', '205441.859000', '205441.862000', '205441.864000', '205441.867000', '205441.870000', '205441.872000', '205441.875000', '205441.877000', '205441.880000', '205441.882000', '205441.885000', '205441.888000', '205441.890000', '205441.893000', '205441.895000', '205441.898000', '205441.901000', '205441.903000', '205441.906000', '205441.908000', '205441.911000', '205501.799000', '205501.802000', '205501.805000', '205501.807000', '205501.810000', '205501.813000', '205501.815000', '205501.818000', '205501.821000', '205501.823000', '205501.826000', '205501.828000', '205501.831000', '205501.834000', '205501.836000', '205501.839000', '205501.841000', '205501.844000', '205501.847000', '205501.849000', '205501.852000', '205501.854000', '205501.857000', '205501.859000', '205501.862000', '205501.865000', '205501.867000', '205501.870000', '205501.872000', '205501.875000', '205501.878000', '205501.881000', '205501.884000', '205501.887000', '205501.889000', '205501.892000', '205501.894000', '205501.897000', '205501.899000', '205501.915000', '205501.918000', '205501.920000', '205501.923000', '205521.798000', '205521.801000', '205521.804000', '205521.807000', '205521.809000', '205521.812000', '205521.815000', '205521.817000', '205521.820000', '205521.823000', '205521.826000', '205521.828000', '205521.831000', '205521.833000', '205521.836000', '205521.839000', '205521.842000', '205521.856000', '205521.858000', '205521.861000', '205521.870000', '205521.873000', '205521.875000', '205521.878000', '205521.880000', '205521.883000', '205521.886000', '205521.888000', '205521.891000', '205521.893000', '205521.896000', '205521.898000', '205521.901000', '205521.904000', '205521.906000', '205521.909000', '205521.911000', '205521.914000', '205521.917000', '205521.919000', '205521.922000', '205521.924000', '205521.927000', '205521.930000', '205541.800000', '205541.802000', '205541.805000', '205541.808000', '205541.811000', '205541.813000', '205541.816000', '205541.818000', '205541.821000', '205541.824000', '205541.827000', '205541.829000', '205541.832000', '205541.835000', '205541.837000', '205541.840000', '205541.842000', '205541.845000', '205541.848000', '205541.850000', '205541.853000', '205541.855000', '205541.858000', '205541.861000', '205541.863000', '205541.866000', '205541.868000', '205541.871000', '205541.874000', '205541.876000', '205541.879000', '205541.881000', '205541.884000', '205541.887000', '205541.889000', '205541.892000', '205541.895000', '205541.897000', '205541.900000', '205541.902000', '205541.905000', '205541.907000', '205541.910000', '205601.800000', '205601.802000', '205601.805000', '205601.808000', '205601.810000', '205601.813000', '205601.816000', '205601.818000', '205601.821000', '205601.823000', '205601.826000', '205601.829000', '205601.831000', '205601.834000', '205601.836000', '205601.839000', '205601.841000', '205601.844000', '205601.847000', '205601.849000', '205601.852000', '205601.855000', '205601.857000', '205601.860000', '205601.862000', '205601.865000', '205601.868000', '205601.870000', '205601.873000', '205601.875000', '205601.878000', '205601.880000', '205601.883000', '205601.886000', '205601.888000', '205601.891000', '205601.893000', '205601.896000', '205601.898000', '205601.901000', '205601.904000', '205601.906000', '205601.909000', '205601.911000', '205621.800000', '205621.802000', '205621.805000', '205621.808000', '205621.810000', '205621.813000', '205621.815000', '205621.818000', '205621.821000', '205621.823000', '205621.826000', '205621.828000', '205621.840000', '205621.843000', '205621.845000', '205621.848000', '205621.851000', '205621.853000', '205621.856000', '205621.859000', '205621.861000', '205621.864000', '205621.866000', '205621.869000', '205621.871000', '205621.874000', '205621.877000', '205621.879000', '205621.882000', '205621.885000', '205621.887000', '205621.890000', '205621.893000', '205621.895000', '205621.898000', '205621.901000', '205621.903000', '205621.906000', '205621.909000', '205621.911000', '205621.914000', '205621.917000', '205621.919000', '205641.800000', '205641.802000', '205641.805000', '205641.808000', '205641.811000', '205641.813000', '205641.816000', '205641.819000', '205641.821000', '205641.824000', '205641.826000', '205641.829000', '205641.832000', '205641.834000', '205641.837000', '205641.839000', '205641.842000', '205641.857000', '205641.859000', '205641.862000', '205641.865000', '205641.867000', '205641.870000', '205641.872000', '205641.875000', '205641.878000', '205641.880000', '205641.883000', '205641.885000', '205641.888000', '205641.890000', '205641.893000', '205641.896000', '205641.898000', '205641.901000', '205641.904000', '205641.906000', '205641.912000', '205641.915000', '205641.917000', '205641.920000', '205641.922000', '205641.925000', '205641.927000', '205645.374000', '205645.377000', '205645.379000', '205645.382000', '205645.385000', '205645.387000', '205645.390000', '205645.392000'], 'InstanceCreationTime': ['204821.839000', '204821.842000', '204821.845000', '204821.848000', '204821.850000', '204821.853000', '204821.855000', '204821.858000', '204821.860000', '204821.863000', '204821.865000', '204821.868000', '204821.871000', '204821.873000', '204821.876000', '204821.878000', '204821.881000', '204821.884000', '204821.886000', '204821.889000', '204821.891000', '204821.894000', '204821.896000', '204821.903000', '204821.905000', '204821.908000', '204821.910000', '204821.913000', '204821.916000', '204821.925000', '204821.927000', '204821.930000', '204821.932000', '204821.935000', '204821.937000', '204821.940000', '204821.943000', '204821.945000', '204821.948000', '204821.950000', '204821.953000', '204821.955000', '204821.958000', '204821.961000', '204821.963000', '204821.966000', '204821.968000', '204821.971000', '204821.973000', '204821.976000', '204821.985000', '204821.988000', '204821.990000', '204821.993000', '204821.995000', '204821.998000', '204822.001000', '204822.004000', '204822.007000', '204822.009000', '204822.012000', '204841.800000', '204841.802000', '204841.805000', '204841.807000', '204841.810000', '204841.813000', '204841.815000', '204841.818000', '204841.820000', '204841.823000', '204841.825000', '204841.828000', '204841.830000', '204841.833000', '204841.836000', '204841.838000', '204841.841000', '204841.843000', '204841.846000', '204841.848000', '204841.851000', '204841.853000', '204841.856000', '204841.859000', '204841.861000', '204841.864000', '204841.866000', '204841.869000', '204841.871000', '204841.874000', '204841.876000', '204841.879000', '204841.881000', '204841.884000', '204841.886000', '204841.889000', '204841.892000', '204841.894000', '204841.897000', '204841.899000', '204841.902000', '204841.904000', '204841.907000', '204901.799000', '204901.802000', '204901.806000', '204901.808000', '204901.811000', '204901.813000', '204901.816000', '204901.819000', '204901.821000', '204901.824000', '204901.826000', '204901.829000', '204901.831000', '204901.834000', '204901.837000', '204901.839000', '204901.842000', '204901.844000', '204901.847000', '204901.849000', '204901.852000', '204901.854000', '204901.857000', '204901.859000', '204901.862000', '204901.865000', '204901.867000', '204901.870000', '204901.872000', '204901.875000', '204901.877000', '204901.880000', '204901.882000', '204901.885000', '204901.888000', '204901.890000', '204901.893000', '204901.895000', '204901.898000', '204901.900000', '204901.903000', '204901.905000', '204901.908000', '204901.911000', '204921.799000', '204921.802000', '204921.805000', '204921.807000', '204921.810000', '204921.813000', '204921.815000', '204921.818000', '204921.820000', '204921.823000', '204921.826000', '204921.828000', '204921.831000', '204921.833000', '204921.836000', '204921.839000', '204921.841000', '204921.844000', '204921.846000', '204921.849000', '204921.852000', '204921.855000', '204921.858000', '204921.860000', '204921.863000', '204921.866000', '204921.868000', '204921.871000', '204921.873000', '204921.876000', '204921.879000', '204921.881000', '204921.884000', '204921.886000', '204921.889000', '204921.892000', '204921.894000', '204921.897000', '204921.899000', '204921.902000', '204921.904000', '204921.907000', '204921.909000', '204941.799000', '204941.802000', '204941.805000', '204941.807000', '204941.810000', '204941.812000', '204941.860000', '204941.863000', '204941.865000', '204941.868000', '204941.870000', '204941.873000', '204941.876000', '204941.878000', '204941.881000', '204941.883000', '204941.886000', '204941.888000', '204941.891000', '204941.894000', '204941.896000', '204941.899000', '204941.901000', '204941.904000', '204941.906000', '204941.909000', '204941.912000', '204941.914000', '204941.917000', '204941.919000', '204941.922000', '204941.924000', '204941.927000', '204941.929000', '204941.932000', '204941.935000', '204941.937000', '204941.940000', '204941.942000', '204941.945000', '204941.947000', '204941.950000', '204941.952000', '204941.955000', '205001.799000', '205001.802000', '205001.805000', '205001.807000', '205001.810000', '205001.813000', '205001.815000', '205001.818000', '205001.820000', '205001.823000', '205001.826000', '205001.828000', '205001.831000', '205001.833000', '205001.836000', '205001.839000', '205001.841000', '205001.844000', '205001.846000', '205001.849000', '205001.852000', '205001.854000', '205001.857000', '205001.859000', '205001.862000', '205001.865000', '205001.867000', '205001.870000', '205001.872000', '205001.875000', '205001.877000', '205001.880000', '205001.882000', '205001.885000', '205001.888000', '205001.890000', '205001.893000', '205001.895000', '205001.898000', '205001.901000', '205001.903000', '205001.906000', '205001.908000', '205021.799000', '205021.802000', '205021.805000', '205021.807000', '205021.810000', '205021.813000', '205021.815000', '205021.818000', '205021.820000', '205021.823000', '205021.826000', '205021.828000', '205021.831000', '205021.834000', '205021.836000', '205021.839000', '205021.842000', '205021.844000', '205021.847000', '205021.849000', '205021.852000', '205021.855000', '205021.857000', '205021.860000', '205021.862000', '205021.865000', '205021.868000', '205021.870000', '205021.873000', '205021.876000', '205021.878000', '205021.881000', '205021.884000', '205021.886000', '205021.889000', '205021.891000', '205021.894000', '205021.897000', '205021.899000', '205021.902000', '205021.904000', '205021.907000', '205021.910000', '205021.912000', '205041.798000', '205041.801000', '205041.814000', '205041.817000', '205041.819000', '205041.822000', '205041.825000', '205041.827000', '205041.830000', '205041.832000', '205041.835000', '205041.838000', '205041.848000', '205041.851000', '205041.854000', '205041.856000', '205041.859000', '205041.862000', '205041.864000', '205041.867000', '205041.869000', '205041.872000', '205041.874000', '205041.877000', '205041.879000', '205041.882000', '205041.885000', '205041.887000', '205041.890000', '205041.892000', '205041.895000', '205041.898000', '205041.900000', '205041.903000', '205041.905000', '205041.908000', '205041.910000', '205041.913000', '205041.916000', '205041.918000', '205041.921000', '205041.923000', '205041.926000', '205101.800000', '205101.802000', '205101.805000', '205101.807000', '205101.810000', '205101.813000', '205101.815000', '205101.818000', '205101.821000', '205101.823000', '205101.826000', '205101.828000', '205101.831000', '205101.833000', '205101.836000', '205101.839000', '205101.841000', '205101.844000', '205101.846000', '205101.849000', '205101.852000', '205101.854000', '205101.857000', '205101.859000', '205101.862000', '205101.864000', '205101.867000', '205101.870000', '205101.872000', '205101.875000', '205101.877000', '205101.894000', '205101.897000', '205101.899000', '205101.902000', '205101.904000', '205101.907000', '205101.910000', '205101.912000', '205101.915000', '205101.917000', '205101.920000', '205101.922000', '205101.925000', '205121.799000', '205121.802000', '205121.805000', '205121.807000', '205121.810000', '205121.813000', '205121.815000', '205121.818000', '205121.820000', '205121.823000', '205121.826000', '205121.828000', '205121.831000', '205121.833000', '205121.836000', '205121.838000', '205121.841000', '205121.844000', '205121.846000', '205121.849000', '205121.851000', '205121.854000', '205121.857000', '205121.859000', '205121.862000', '205121.865000', '205121.867000', '205121.870000', '205121.872000', '205121.875000', '205121.877000', '205121.880000', '205121.883000', '205121.886000', '205121.888000', '205121.891000', '205121.894000', '205121.896000', '205121.899000', '205121.901000', '205121.904000', '205121.906000', '205121.909000', '205141.799000', '205141.802000', '205141.805000', '205141.807000', '205141.810000', '205141.812000', '205141.816000', '205141.819000', '205141.821000', '205141.824000', '205141.826000', '205141.829000', '205141.831000', '205141.834000', '205141.837000', '205141.839000', '205141.842000', '205141.844000', '205141.847000', '205141.849000', '205141.852000', '205141.855000', '205141.857000', '205141.860000', '205141.862000', '205141.865000', '205141.867000', '205141.870000', '205141.873000', '205141.875000', '205141.878000', '205141.881000', '205141.883000', '205141.886000', '205141.888000', '205141.891000', '205141.893000', '205141.896000', '205141.899000', '205141.901000', '205141.904000', '205141.906000', '205141.909000', '205141.911000', '205201.799000', '205201.802000', '205201.805000', '205201.807000', '205201.810000', '205201.813000', '205201.815000', '205201.818000', '205201.820000', '205201.823000', '205201.825000', '205201.828000', '205201.830000', '205201.833000', '205201.836000', '205201.838000', '205201.841000', '205201.843000', '205201.846000', '205201.848000', '205201.851000', '205201.854000', '205201.856000', '205201.859000', '205201.861000', '205201.864000', '205201.867000', '205201.869000', '205201.872000', '205201.874000', '205201.877000', '205201.879000', '205201.882000', '205201.885000', '205201.887000', '205201.890000', '205201.892000', '205201.895000', '205201.898000', '205201.900000', '205201.903000', '205201.905000', '205201.908000', '205221.799000', '205221.802000', '205221.805000', '205221.807000', '205221.810000', '205221.812000', '205221.815000', '205221.818000', '205221.820000', '205221.823000', '205221.825000', '205221.828000', '205221.830000', '205221.833000', '205221.836000', '205221.838000', '205221.841000', '205221.843000', '205221.846000', '205221.849000', '205221.851000', '205221.854000', '205221.856000', '205221.859000', '205221.861000', '205221.864000', '205221.867000', '205221.869000', '205221.872000', '205221.875000', '205221.877000', '205221.880000', '205221.882000', '205221.885000', '205221.887000', '205221.890000', '205221.893000', '205221.895000', '205221.898000', '205221.901000', '205221.904000', '205221.907000', '205221.909000', '205241.800000', '205241.802000', '205241.805000', '205241.808000', '205241.810000', '205241.813000', '205241.815000', '205241.818000', '205241.821000', '205241.823000', '205241.826000', '205241.828000', '205241.831000', '205241.834000', '205241.836000', '205241.839000', '205241.841000', '205241.844000', '205241.846000', '205241.849000', '205241.852000', '205241.854000', '205241.857000', '205241.859000', '205241.862000', '205241.865000', '205241.867000', '205241.870000', '205241.872000', '205241.875000', '205241.877000', '205241.880000', '205241.883000', '205241.885000', '205241.888000', '205241.890000', '205241.893000', '205241.895000', '205241.898000', '205241.901000', '205241.903000', '205241.906000', '205241.909000', '205241.911000', '205301.799000', '205301.801000', '205301.804000', '205301.807000', '205301.809000', '205301.812000', '205301.814000', '205301.817000', '205301.820000', '205301.822000', '205301.825000', '205301.827000', '205301.830000', '205301.833000', '205301.835000', '205301.838000', '205301.840000', '205301.843000', '205301.846000', '205301.848000', '205301.851000', '205301.853000', '205301.857000', '205301.860000', '205301.862000', '205301.865000', '205301.868000', '205301.870000', '205301.873000', '205301.875000', '205301.878000', '205301.881000', '205301.883000', '205301.886000', '205301.888000', '205301.891000', '205301.894000', '205301.896000', '205301.899000', '205301.901000', '205301.904000', '205301.907000', '205301.909000', '205321.800000', '205321.802000', '205321.805000', '205321.807000', '205321.810000', '205321.813000', '205321.815000', '205321.818000', '205321.821000', '205321.823000', '205321.826000', '205321.829000', '205321.831000', '205321.834000', '205321.836000', '205321.839000', '205321.841000', '205321.844000', '205321.847000', '205321.849000', '205321.852000', '205321.855000', '205321.857000', '205321.860000', '205321.862000', '205321.865000', '205321.868000', '205321.870000', '205321.873000', '205321.884000', '205321.887000', '205321.890000', '205321.892000', '205321.895000', '205321.897000', '205321.900000', '205321.903000', '205321.905000', '205321.908000', '205321.910000', '205321.913000', '205321.916000', '205321.919000', '205321.922000', '205341.800000', '205341.803000', '205341.805000', '205341.808000', '205341.811000', '205341.813000', '205341.816000', '205341.819000', '205341.821000', '205341.824000', '205341.826000', '205341.829000', '205341.832000', '205341.834000', '205341.837000', '205341.839000', '205341.842000', '205341.844000', '205341.847000', '205341.849000', '205341.852000', '205341.855000', '205341.857000', '205341.860000', '205341.862000', '205341.865000', '205341.868000', '205341.870000', '205341.873000', '205341.875000', '205341.878000', '205341.880000', '205341.883000', '205341.886000', '205341.888000', '205341.891000', '205341.893000', '205341.896000', '205341.899000', '205341.901000', '205341.904000', '205341.906000', '205341.909000', '205401.800000', '205401.802000', '205401.805000', '205401.808000', '205401.810000', '205401.813000', '205401.815000', '205401.818000', '205401.820000', '205401.823000', '205401.826000', '205401.828000', '205401.831000', '205401.833000', '205401.836000', '205401.839000', '205401.841000', '205401.844000', '205401.846000', '205401.849000', '205401.851000', '205401.854000', '205401.856000', '205401.859000', '205401.878000', '205401.881000', '205401.883000', '205401.886000', '205401.896000', '205401.898000', '205401.901000', '205401.903000', '205401.906000', '205401.908000', '205401.911000', '205401.914000', '205401.916000', '205401.919000', '205401.921000', '205401.924000', '205401.927000', '205401.929000', '205401.932000', '205401.934000', '205421.799000', '205421.802000', '205421.805000', '205421.807000', '205421.810000', '205421.812000', '205421.815000', '205421.818000', '205421.820000', '205421.823000', '205421.825000', '205421.828000', '205421.831000', '205421.834000', '205421.836000', '205421.839000', '205421.841000', '205421.844000', '205421.847000', '205421.849000', '205421.852000', '205421.854000', '205421.857000', '205421.859000', '205421.862000', '205421.865000', '205421.867000', '205421.870000', '205421.872000', '205421.875000', '205421.877000', '205421.880000', '205421.883000', '205421.885000', '205421.888000', '205421.890000', '205421.893000', '205421.896000', '205421.899000', '205421.901000', '205421.904000', '205421.907000', '205421.909000', '205441.799000', '205441.802000', '205441.805000', '205441.807000', '205441.810000', '205441.813000', '205441.815000', '205441.818000', '205441.821000', '205441.823000', '205441.826000', '205441.828000', '205441.831000', '205441.834000', '205441.836000', '205441.839000', '205441.841000', '205441.844000', '205441.846000', '205441.849000', '205441.851000', '205441.854000', '205441.857000', '205441.859000', '205441.862000', '205441.864000', '205441.867000', '205441.870000', '205441.872000', '205441.875000', '205441.877000', '205441.880000', '205441.882000', '205441.885000', '205441.888000', '205441.890000', '205441.893000', '205441.895000', '205441.898000', '205441.901000', '205441.903000', '205441.906000', '205441.908000', '205441.911000', '205501.799000', '205501.802000', '205501.805000', '205501.807000', '205501.810000', '205501.813000', '205501.815000', '205501.818000', '205501.821000', '205501.823000', '205501.826000', '205501.828000', '205501.831000', '205501.834000', '205501.836000', '205501.839000', '205501.841000', '205501.844000', '205501.847000', '205501.849000', '205501.852000', '205501.854000', '205501.857000', '205501.859000', '205501.862000', '205501.865000', '205501.867000', '205501.870000', '205501.872000', '205501.875000', '205501.878000', '205501.881000', '205501.884000', '205501.887000', '205501.889000', '205501.892000', '205501.894000', '205501.897000', '205501.899000', '205501.915000', '205501.918000', '205501.920000', '205501.923000', '205521.798000', '205521.801000', '205521.804000', '205521.807000', '205521.809000', '205521.812000', '205521.815000', '205521.817000', '205521.820000', '205521.823000', '205521.826000', '205521.828000', '205521.831000', '205521.833000', '205521.836000', '205521.839000', '205521.842000', '205521.856000', '205521.858000', '205521.861000', '205521.870000', '205521.873000', '205521.875000', '205521.878000', '205521.880000', '205521.883000', '205521.886000', '205521.888000', '205521.891000', '205521.893000', '205521.896000', '205521.898000', '205521.901000', '205521.904000', '205521.906000', '205521.909000', '205521.911000', '205521.914000', '205521.917000', '205521.919000', '205521.922000', '205521.924000', '205521.927000', '205521.930000', '205541.800000', '205541.802000', '205541.805000', '205541.808000', '205541.811000', '205541.813000', '205541.816000', '205541.818000', '205541.821000', '205541.824000', '205541.827000', '205541.829000', '205541.832000', '205541.835000', '205541.837000', '205541.840000', '205541.842000', '205541.845000', '205541.848000', '205541.850000', '205541.853000', '205541.855000', '205541.858000', '205541.861000', '205541.863000', '205541.866000', '205541.868000', '205541.871000', '205541.874000', '205541.876000', '205541.879000', '205541.881000', '205541.884000', '205541.887000', '205541.889000', '205541.892000', '205541.895000', '205541.897000', '205541.900000', '205541.902000', '205541.905000', '205541.907000', '205541.910000', '205601.800000', '205601.802000', '205601.805000', '205601.808000', '205601.810000', '205601.813000', '205601.816000', '205601.818000', '205601.821000', '205601.823000', '205601.826000', '205601.829000', '205601.831000', '205601.834000', '205601.836000', '205601.839000', '205601.841000', '205601.844000', '205601.847000', '205601.849000', '205601.852000', '205601.855000', '205601.857000', '205601.860000', '205601.862000', '205601.865000', '205601.868000', '205601.870000', '205601.873000', '205601.875000', '205601.878000', '205601.880000', '205601.883000', '205601.886000', '205601.888000', '205601.891000', '205601.893000', '205601.896000', '205601.898000', '205601.901000', '205601.904000', '205601.906000', '205601.909000', '205601.911000', '205621.800000', '205621.802000', '205621.805000', '205621.808000', '205621.810000', '205621.813000', '205621.815000', '205621.818000', '205621.821000', '205621.823000', '205621.826000', '205621.828000', '205621.840000', '205621.843000', '205621.845000', '205621.848000', '205621.851000', '205621.853000', '205621.856000', '205621.859000', '205621.861000', '205621.864000', '205621.866000', '205621.869000', '205621.871000', '205621.874000', '205621.877000', '205621.879000', '205621.882000', '205621.885000', '205621.887000', '205621.890000', '205621.893000', '205621.895000', '205621.898000', '205621.901000', '205621.903000', '205621.906000', '205621.909000', '205621.911000', '205621.914000', '205621.917000', '205621.919000', '205641.800000', '205641.802000', '205641.805000', '205641.808000', '205641.811000', '205641.813000', '205641.816000', '205641.819000', '205641.821000', '205641.824000', '205641.826000', '205641.829000', '205641.832000', '205641.834000', '205641.837000', '205641.839000', '205641.842000', '205641.857000', '205641.859000', '205641.862000', '205641.865000', '205641.867000', '205641.870000', '205641.872000', '205641.875000', '205641.878000', '205641.880000', '205641.883000', '205641.885000', '205641.888000', '205641.890000', '205641.893000', '205641.896000', '205641.898000', '205641.901000', '205641.904000', '205641.906000', '205641.912000', '205641.915000', '205641.917000', '205641.920000', '205641.922000', '205641.925000', '205641.927000', '205645.374000', '205645.377000', '205645.379000', '205645.382000', '205645.385000', '205645.387000', '205645.390000', '205645.392000'], '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], 'LargestImagePixelValue': [16766, 10663, 17784, 9390, 16755, 9465, 16042, 10227, 18488, 9857, 16144, 10263, 14793, 9381, 16803, 7917, 14642, 7845, 14625, 8859, 17053, 9353, 15865, 11135, 15869, 12541, 16436, 14819, 15821, 12762, 15420, 13225, 16510, 14568, 15880, 12871, 15200, 12368, 15980, 13470, 16381, 12814, 15170, 11375, 15192, 11779, 15891, 12974, 15918, 11483, 14944, 11964, 15763, 13777, 15824, 12477, 15003, 12832, 16219, 14716, 15912, 13200, 15678, 12607, 13922, 14079, 9525, 14544, 8632, 14011, 8763, 16490, 10109, 15565, 10001, 15382, 12097, 16737, 11834, 15847, 10684, 16304, 11175, 16927, 11014, 14970, 11453, 15325, 12317, 10584, 15001, 10488, 14775, 16090, 9317, 15907, 13601, 10329, 18399, 12598, 17496, 12679, 16243, 14054, 19526, 14217, 10164, 13373, 9016, 16313, 10146, 16295, 9264, 15423, 11644, 16258, 14490, 11195, 13691, 9460, 14831, 10578, 17702, 8779, 15358, 8727, 15500, 9668, 16817, 10418, 14797, 11181, 14594, 12821, 16973, 13615, 12607, 12349, 11742, 14893, 9776, 15631, 8584, 15306, 9477, 16791, 10448, 16244, 8743, 15327, 9020, 16916, 11465, 15913, 9322, 15045, 10152, 16604, 12650, 15536, 11528, 15132, 12534, 16201, 13139, 15844, 12314, 15901, 13536, 11426, 14807, 12296, 13672, 9740, 16929, 8623, 15177, 8751, 15224, 11058, 17224, 11068, 15610, 12384, 16868, 15246, 10293, 14871, 8656, 16242, 15042, 11560, 15871, 14687, 20102, 13521, 8492, 11728, 16241, 13624, 15051, 13339, 9430, 15354, 9726, 18225, 15663, 15727, 14618, 12469, 17372, 11251, 18311, 9971, 15433, 10664, 15545, 11976, 16599, 13440, 14648, 12139, 15209, 12119, 15466, 13264, 13226, 12876, 9354, 13666, 8817, 15640, 9920, 14150, 11459, 9665, 14680, 9627, 14953, 12361, 12804, 13764, 9844, 14648, 14648, 11668, 14053, 10385, 8772, 16896, 12395, 9591, 18035, 14145, 19493, 16442, 17021, 12306, 15492, 12560, 16776, 14343, 18352, 13765, 15311, 10768, 15533, 10313, 17707, 11221, 15511, 8563, 14724, 10274, 15904, 12349, 12745, 12641, 9831, 15423, 10401, 15857, 9421, 15596, 10656, 17460, 12762, 17470, 12049, 16785, 13630, 18909, 14547, 15941, 12861, 16540, 15982, 10785, 16103, 10231, 12663, 14709, 10388, 15138, 19105, 13587, 17211, 13538, 17922, 15496, 19112, 15180, 14769, 12321, 15079, 13085, 17572, 13392, 14542, 11517, 15432, 12976, 16710, 12517, 14376, 11510, 15776, 14069, 13638, 13493, 9802, 13727, 9637, 16931, 10474, 15312, 9380, 15917, 10485, 17729, 14031, 16797, 11615, 15670, 11408, 17258, 13961, 16818, 10643, 16001, 10053, 16743, 11742, 16964, 10406, 15568, 11681, 15924, 13985, 15491, 12274, 11631, 12967, 11790, 16841, 10264, 15246, 9679, 14863, 10000, 18425, 10846, 16239, 9158, 15738, 9791, 17570, 9493, 15701, 9309, 15712, 10419, 17940, 13136, 15442, 12349, 15912, 14150, 14291, 14198, 9554, 14138, 9857, 16213, 11181, 17487, 9286, 15559, 9645, 17714, 11789, 16518, 10533, 14915, 12543, 17748, 13648, 14953, 12303, 12635, 14919, 10488, 15278, 9321, 14879, 9673, 18033, 11711, 15686, 9490, 15875, 12387, 17759, 14466, 15033, 12573, 15563, 13064, 13333, 15525, 10152, 14042, 9178, 14999, 9783, 17151, 9257, 15358, 8808, 15864, 12426, 16838, 12692, 15895, 12420, 15642, 15167, 11218, 14821, 9157, 14690, 9852, 17751, 11110, 16194, 9314, 15546, 11638, 17401, 14302, 14661, 12209, 10101, 15133, 10555, 17906, 11029, 16767, 12648, 9775, 17701, 12258, 16336, 12151, 16076, 13226, 18027, 15464, 11392, 13434, 10519, 14702, 10789, 18015, 9496, 14863, 8263, 15736, 10694, 17181, 11192, 14691, 11397, 15389, 13936, 16558, 13469, 10348, 13494, 10177, 15782, 10898, 15583, 9578, 14198, 9316, 17460, 10518, 15577, 8580, 14368, 9082, 17139, 9080, 15354, 9727, 14605, 12929, 14387, 13800, 9534, 14282, 9728, 17170, 12180, 17603, 11567, 15735, 12871, 16951, 15459, 13230, 14053, 9121, 14803, 9715, 17957, 13820, 12922, 12911, 9728, 18053, 10712, 15908, 9580, 15658, 13258, 17353, 13349, 13039, 12669, 12048, 14641, 14132, 15027, 8564, 13731, 8200, 16389, 12463, 15404, 11507, 16228, 12672, 15865, 14375, 15838, 13282, 11374, 15312, 8518, 14611, 10151, 15447, 14561, 9516, 14399, 9011, 15235, 13383, 15084, 14097, 9024, 15434, 12365, 16562, 14751, 9160, 15223, 10990, 17761, 15943, 11626, 13181, 9214, 15473, 10286, 17367, 12339, 15545, 12258, 13813, 15590, 10573, 15377, 8405, 14356, 8136, 16477, 11427, 16196, 8938, 14407, 9159, 15182, 13972, 15563, 13711, 14957, 15397, 9544, 12605, 8989, 7990, 12974, 10742, 9840, 15976, 10537, 17074, 14390, 16981, 16075, 10494, 19426, 16233, 17296, 12663, 14705, 12236, 15954, 12829, 17003, 11702, 14125, 9920, 15553, 12497, 15561, 11730, 13810, 10933, 16366, 12819, 16467, 13076, 10923, 13151, 13299, 13951, 11674, 15355, 9476, 14108, 9611, 15378, 10091, 18409, 10634, 16081, 9188, 16212, 10646, 18201, 14707, 12960, 12362, 8874, 15142, 12977, 18193, 14075, 11301, 13983, 10128, 17755, 11986, 16461, 9372, 15460, 9757, 17031, 11699, 17081, 8936, 15268, 9222, 16498, 11127, 16441, 9690, 15727, 10265, 16154, 13097, 14892, 11048, 13988, 11083, 13966, 12691, 9373, 14285, 8739, 15351, 11350, 17961, 14142, 16434, 12616, 16446, 14424, 18023, 14288, 15731, 12528, 16129, 13982, 17513, 13707, 14048, 12700, 13550, 14899, 11035, 15046, 8750, 14445, 9500, 18106, 14341, 12345, 12026, 8676, 15755, 11753, 17815, 14006, 16325, 12819, 16393, 16473, 11539, 15007, 11280, 14357, 12467, 17732, 12104, 15309, 10476, 14312, 15230, 14308, 18516, 14092, 16277, 11856, 15672, 12586, 17077, 13733, 13788, 11947, 12350, 12863, 12695, 15545, 9689, 14276, 9606, 15555, 10691, 18611, 10706, 16332, 9507, 16301, 10843, 18196, 15239, 15301, 11245, 14660, 12386, 16786, 15458, 11581, 13562, 9987, 16101, 10677, 17272, 9290, 16081, 11723, 18326, 14893, 10943, 16401, 10372, 16715, 13457, 10903, 17185, 9538, 15629, 11934, 16258, 15156, 16632, 12442, 12995, 13205, 11759, 17380, 10497, 15475, 8957, 15564, 9551, 17835, 13097, 15617, 12130, 15312, 13299, 17511, 14034, 10072, 13408, 9297, 15870, 10581, 16377, 8511, 15482, 9881, 17214, 14766, 9281, 14950, 10958, 15343, 14477, 10908, 16536, 9584, 16214, 10892, 17542, 16126, 16075, 13039, 16286, 13104, 17607, 15043, 11001, 13726, 9541, 15762, 10460, 17038, 8367, 15305, 10061, 16509, 14743, 13632, 13219, 10986, 15188, 10653, 18141, 9319, 16179, 9373, 16964, 15150, 17954, 13865, 13675, 12588, 9647, 17162, 10960, 16242, 11512, 17475, 13911, 13875, 16835, 9665, 15300, 9186, 16921, 11359, 16883, 9874, 15415, 11190, 16964, 15584, 11205, 13586, 8117, 14127, 12080, 15374, 14109, 8487, 14681, 12323, 17421, 16087, 10484, 15095, 10323, 16665, 14908, 17718, 12896, 10914, 13488, 10317, 18097, 10031, 15228, 10432, 15414, 14007, 11505, 14887, 8213, 14935, 10590, 18138, 14757, 10086, 14258, 9275, 16374, 11151, 16672, 12359, 15121, 13047, 9902, 17620, 9950, 15952, 12396, 11493, 16751, 10120, 16219, 12245, 13777, 15199, 11041, 17875, 11610, 17748, 13304, 12693, 17803, 10175, 16128, 9968, 16535, 14820, 16875, 14004, 9830, 14553, 9419, 18075, 10771, 15991, 11736, 16980, 13888, 11364, 15385, 8761, 15389, 11753, 18020, 15030, 10967, 13946, 9758, 16704, 11584, 17569, 13021, 13032, 13859, 9903, 18963, 11407, 16505, 12607, 15357, 15446, 10928, 17150, 11681, 14757, 14552, 10504, 18750, 13349, 12036, 14158, 9661, 18834, 16067, 11501, 14177, 9084, 16932, 15246, 18189, 14498, 10326, 14516, 9540, 17803, 11466, 15938, 11569, 9176, 17024, 14576, 11830, 14712, 8724, 15777, 13193, 10690, 16139, 14077, 12644, 12696, 8880, 15116, 11218, 10764, 15526, 10994, 13862, 16049, 12595, 15978, 17566, 14532, 19417, 14997, 17479, 13922, 12772, 14150, 9770, 15708, 10173, 16777, 9054, 14475, 11119, 13880, 13063, 9313, 16795, 8603, 14940, 10614, 15913, 11967, 10210, 15156, 8896, 14444, 9740, 14773, 12216, 16206, 13927, 16539, 12450, 11833, 14558, 10731, 15997, 8728, 15119, 9681, 16658, 15099, 11412, 14065, 9698, 16507, 11442, 18802, 14944, 16645, 12270, 14069, 14754, 12029, 15906, 8258, 14957, 8995, 15571, 13179, 16551, 13194, 16366, 12687, 16311, 14406, 13440, 14550, 9016, 14146, 8127, 16071, 12461, 16237, 11876, 10780, 13450, 8644, 17369, 15308, 13270, 13098, 9639, 16259, 12957, 16977, 12557, 15417], 'WindowCenter': [4727.0, 4659.0, 4686.0, 4600.0, 4647.0, 4582.0, 4646.0, 4592.0, 4644.0, 4581.0, 4620.0, 4566.0, 4618.0, 4567.0, 4628.0, 4548.0, 4618.0, 4549.0, 4631.0, 4583.0, 4642.0, 4581.0, 4632.0, 4601.0, 4630.0, 4624.0, 4631.0, 4633.0, 4620.0, 4610.0, 4617.0, 4610.0, 4617.0, 4619.0, 4617.0, 4600.0, 4605.0, 4597.0, 4616.0, 4598.0, 4616.0, 4623.0, 4617.0, 4589.0, 4606.0, 4599.0, 4617.0, 4610.0, 4617.0, 4588.0, 4608.0, 4601.0, 4629.0, 4623.0, 4618.0, 4599.0, 4606.0, 4610.0, 4629.0, 4622.0, 4617.0, 4597.0, 4605.0, 4598.0, 4609.0, 4620.0, 4567.0, 4607.0, 4547.0, 4620.0, 4571.0, 4643.0, 4593.0, 4631.0, 4581.0, 4631.0, 4602.0, 4632.0, 4601.0, 4630.0, 4579.0, 4631.0, 4590.0, 4619.0, 4581.0, 4606.0, 4588.0, 4606.0, 4587.0, 4577.0, 4617.0, 4591.0, 4620.0, 4631.0, 4571.0, 4630.0, 4621.0, 4594.0, 4644.0, 4613.0, 4630.0, 4599.0, 4619.0, 4611.0, 4627.0, 4598.0, 4553.0, 4584.0, 4555.0, 4605.0, 4566.0, 4605.0, 4544.0, 4603.0, 4587.0, 4616.0, 4609.0, 4576.0, 4596.0, 4555.0, 4619.0, 4577.0, 4618.0, 4533.0, 4604.0, 4544.0, 4606.0, 4555.0, 4614.0, 4564.0, 4592.0, 4574.0, 4606.0, 4596.0, 4616.0, 4609.0, 4585.0, 4586.0, 4598.0, 4617.0, 4567.0, 4617.0, 4546.0, 4617.0, 4569.0, 4618.0, 4578.0, 4616.0, 4545.0, 4606.0, 4559.0, 4617.0, 4587.0, 4606.0, 4544.0, 4605.0, 4577.0, 4616.0, 4599.0, 4605.0, 4576.0, 4618.0, 4599.0, 4619.0, 4599.0, 4616.0, 4588.0, 4629.0, 4610.0, 4589.0, 4609.0, 4586.0, 4610.0, 4580.0, 4630.0, 4548.0, 4608.0, 4559.0, 4633.0, 4602.0, 4643.0, 4592.0, 4619.0, 4600.0, 4630.0, 4632.0, 4580.0, 4610.0, 4561.0, 4643.0, 4635.0, 4616.0, 4646.0, 4634.0, 4656.0, 4625.0, 4561.0, 4615.0, 4617.0, 4598.0, 4595.0, 4597.0, 4556.0, 4608.0, 4581.0, 4629.0, 4608.0, 4594.0, 4582.0, 4558.0, 4591.0, 4538.0, 4590.0, 4526.0, 4564.0, 4526.0, 4564.0, 4547.0, 4563.0, 4553.0, 4550.0, 4532.0, 4549.0, 4544.0, 4562.0, 4556.0, 4553.0, 4557.0, 4527.0, 4580.0, 4529.0, 4590.0, 4551.0, 4581.0, 4587.0, 4567.0, 4620.0, 4580.0, 4620.0, 4613.0, 4622.0, 4623.0, 4593.0, 4644.0, 4645.0, 4616.0, 4634.0, 4593.0, 4575.0, 4643.0, 4614.0, 4586.0, 4643.0, 4625.0, 4643.0, 4621.0, 4608.0, 4577.0, 4594.0, 4575.0, 4604.0, 4598.0, 4616.0, 4585.0, 4592.0, 4553.0, 4591.0, 4566.0, 4603.0, 4564.0, 4592.0, 4536.0, 4594.0, 4568.0, 4617.0, 4599.0, 4599.0, 4611.0, 4593.0, 4634.0, 4595.0, 4634.0, 4584.0, 4634.0, 4608.0, 4646.0, 4614.0, 4632.0, 4602.0, 4644.0, 4625.0, 4644.0, 4623.0, 4631.0, 4601.0, 4630.0, 4632.0, 4592.0, 4633.0, 4582.0, 4613.0, 4623.0, 4595.0, 4634.0, 4658.0, 4627.0, 4644.0, 4614.0, 4645.0, 4624.0, 4644.0, 4611.0, 4596.0, 4576.0, 4594.0, 4585.0, 4604.0, 4584.0, 4580.0, 4562.0, 4591.0, 4584.0, 4602.0, 4574.0, 4591.0, 4574.0, 4605.0, 4608.0, 4596.0, 4597.0, 4566.0, 4608.0, 4569.0, 4631.0, 4579.0, 4619.0, 4558.0, 4617.0, 4580.0, 4619.0, 4609.0, 4606.0, 4576.0, 4594.0, 4577.0, 4617.0, 4609.0, 4605.0, 4567.0, 4593.0, 4555.0, 4605.0, 4589.0, 4604.0, 4565.0, 4603.0, 4587.0, 4616.0, 4609.0, 4606.0, 4588.0, 4588.0, 4611.0, 4600.0, 4632.0, 4579.0, 4620.0, 4568.0, 4621.0, 4580.0, 4642.0, 4578.0, 4618.0, 4546.0, 4607.0, 4566.0, 4618.0, 4556.0, 4606.0, 4556.0, 4606.0, 4578.0, 4629.0, 4599.0, 4617.0, 4599.0, 4630.0, 4610.0, 4610.0, 4610.0, 4568.0, 4610.0, 4582.0, 4632.0, 4604.0, 4632.0, 4558.0, 4607.0, 4568.0, 4618.0, 4587.0, 4606.0, 4566.0, 4618.0, 4599.0, 4629.0, 4608.0, 4606.0, 4588.0, 4598.0, 4619.0, 4578.0, 4607.0, 4557.0, 4608.0, 4568.0, 4629.0, 4588.0, 4607.0, 4556.0, 4606.0, 4586.0, 4617.0, 4607.0, 4595.0, 4586.0, 4605.0, 4597.0, 4596.0, 4618.0, 4564.0, 4595.0, 4557.0, 4660.0, 4583.0, 4629.0, 4556.0, 4606.0, 4545.0, 4606.0, 4599.0, 4617.0, 4597.0, 4605.0, 4598.0, 4618.0, 4620.0, 4589.0, 4608.0, 4569.0, 4620.0, 4580.0, 4630.0, 4588.0, 4606.0, 4555.0, 4617.0, 4589.0, 4628.0, 4610.0, 4606.0, 4588.0, 4578.0, 4619.0, 4579.0, 4641.0, 4589.0, 4629.0, 4599.0, 4580.0, 4641.0, 4601.0, 4620.0, 4599.0, 4618.0, 4600.0, 4629.0, 4621.0, 4576.0, 4586.0, 4566.0, 4609.0, 4575.0, 4617.0, 4542.0, 4592.0, 4532.0, 4604.0, 4566.0, 4615.0, 4564.0, 4593.0, 4575.0, 4605.0, 4607.0, 4616.0, 4596.0, 4565.0, 4596.0, 4566.0, 4607.0, 4576.0, 4606.0, 4554.0, 4596.0, 4556.0, 4617.0, 4565.0, 4606.0, 4544.0, 4606.0, 4558.0, 4630.0, 4558.0, 4607.0, 4568.0, 4620.0, 4613.0, 4622.0, 4622.0, 4581.0, 4621.0, 4582.0, 4646.0, 4603.0, 4631.0, 4589.0, 4608.0, 4600.0, 4630.0, 4621.0, 4597.0, 4596.0, 4554.0, 4607.0, 4567.0, 4629.0, 4598.0, 4585.0, 4598.0, 4567.0, 4630.0, 4567.0, 4606.0, 4555.0, 4617.0, 4596.0, 4615.0, 4585.0, 4582.0, 4584.0, 4587.0, 4606.0, 4594.0, 4593.0, 4531.0, 4581.0, 4532.0, 4588.0, 4571.0, 4591.0, 4574.0, 4614.0, 4612.0, 4629.0, 4607.0, 4605.0, 4596.0, 4585.0, 4618.0, 4558.0, 4607.0, 4567.0, 4617.0, 4620.0, 4580.0, 4620.0, 4570.0, 4620.0, 4612.0, 4622.0, 4610.0, 4558.0, 4618.0, 4600.0, 4632.0, 4621.0, 4571.0, 4619.0, 4591.0, 4629.0, 4631.0, 4587.0, 4597.0, 4556.0, 4617.0, 4568.0, 4618.0, 4587.0, 4606.0, 4586.0, 4596.0, 4606.0, 4565.0, 4605.0, 4533.0, 4594.0, 4534.0, 4604.0, 4575.0, 4605.0, 4545.0, 4606.0, 4571.0, 4617.0, 4622.0, 4629.0, 4619.0, 4618.0, 4630.0, 4594.0, 4611.0, 4571.0, 4550.0, 4612.0, 4605.0, 4596.0, 4635.0, 4594.0, 4634.0, 4612.0, 4620.0, 4609.0, 4567.0, 4632.0, 4597.0, 4593.0, 4560.0, 4556.0, 4536.0, 4578.0, 4558.0, 4575.0, 4535.0, 4553.0, 4514.0, 4564.0, 4557.0, 4575.0, 4547.0, 4565.0, 4550.0, 4601.0, 4584.0, 4604.0, 4584.0, 4564.0, 4584.0, 4595.0, 4607.0, 4576.0, 4607.0, 4555.0, 4595.0, 4544.0, 4618.0, 4567.0, 4630.0, 4580.0, 4619.0, 4557.0, 4605.0, 4568.0, 4627.0, 4608.0, 4596.0, 4587.0, 4571.0, 4644.0, 4625.0, 4654.0, 4623.0, 4591.0, 4622.0, 4594.0, 4644.0, 4602.0, 4621.0, 4559.0, 4609.0, 4571.0, 4620.0, 4590.0, 4618.0, 4545.0, 4607.0, 4557.0, 4616.0, 4577.0, 4605.0, 4555.0, 4593.0, 4554.0, 4616.0, 4586.0, 4604.0, 4576.0, 4595.0, 4590.0, 4633.0, 4623.0, 4583.0, 4622.0, 4573.0, 4635.0, 4605.0, 4655.0, 4624.0, 4631.0, 4601.0, 4631.0, 4611.0, 4631.0, 4610.0, 4607.0, 4587.0, 4619.0, 4608.0, 4616.0, 4597.0, 4594.0, 4586.0, 4597.0, 4607.0, 4579.0, 4607.0, 4546.0, 4596.0, 4569.0, 4629.0, 4609.0, 4598.0, 4598.0, 4559.0, 4630.0, 4603.0, 4642.0, 4622.0, 4630.0, 4611.0, 4619.0, 4631.0, 4589.0, 4608.0, 4575.0, 4595.0, 4585.0, 4617.0, 4574.0, 4594.0, 4553.0, 4594.0, 4604.0, 4594.0, 4613.0, 4594.0, 4600.0, 4573.0, 4603.0, 4585.0, 4614.0, 4596.0, 4594.0, 4585.0, 4586.0, 4598.0, 4597.0, 4619.0, 4567.0, 4608.0, 4568.0, 4631.0, 4580.0, 4641.0, 4568.0, 4607.0, 4556.0, 4606.0, 4578.0, 4626.0, 4618.0, 4605.0, 4576.0, 4605.0, 4598.0, 4617.0, 4620.0, 4591.0, 4598.0, 4567.0, 4617.0, 4577.0, 4628.0, 4557.0, 4616.0, 4589.0, 4639.0, 4619.0, 4589.0, 4619.0, 4577.0, 4628.0, 4609.0, 4589.0, 4630.0, 4568.0, 4617.0, 4600.0, 4630.0, 4622.0, 4618.0, 4598.0, 4586.0, 4598.0, 4587.0, 4619.0, 4566.0, 4606.0, 4544.0, 4617.0, 4568.0, 4616.0, 4585.0, 4593.0, 4574.0, 4617.0, 4597.0, 4627.0, 4608.0, 4554.0, 4584.0, 4555.0, 4615.0, 4576.0, 4616.0, 4548.0, 4606.0, 4568.0, 4626.0, 4620.0, 4569.0, 4620.0, 4602.0, 4644.0, 4634.0, 4604.0, 4633.0, 4571.0, 4630.0, 4594.0, 4631.0, 4634.0, 4618.0, 4598.0, 4617.0, 4599.0, 4617.0, 4608.0, 4564.0, 4594.0, 4556.0, 4617.0, 4577.0, 4617.0, 4561.0, 4616.0, 4581.0, 4628.0, 4633.0, 4608.0, 4599.0, 4589.0, 4621.0, 4579.0, 4642.0, 4558.0, 4618.0, 4569.0, 4629.0, 4620.0, 4629.0, 4608.0, 4596.0, 4598.0, 4580.0, 4629.0, 4589.0, 4619.0, 4588.0, 4640.0, 4621.0, 4609.0, 4630.0, 4556.0, 4606.0, 4557.0, 4616.0, 4577.0, 4616.0, 4554.0, 4603.0, 4575.0, 4614.0, 4617.0, 4574.0, 4594.0, 4547.0, 4619.0, 4600.0, 4631.0, 4621.0, 4561.0, 4620.0, 4601.0, 4631.0, 4635.0, 4581.0, 4621.0, 4581.0, 4631.0, 4621.0, 4618.0, 4586.0, 4564.0, 4596.0, 4565.0, 4629.0, 4555.0, 4604.0, 4565.0, 4617.0, 4606.0, 4576.0, 4604.0, 4534.0, 4605.0, 4578.0, 4627.0, 4608.0, 4565.0, 4595.0, 4557.0, 4618.0, 4578.0, 4616.0, 4586.0, 4604.0, 4598.0, 4567.0, 4629.0, 4567.0, 4606.0, 4587.0, 4588.0, 4619.0, 4568.0, 4618.0, 4588.0, 4608.0, 4620.0, 4590.0, 4630.0, 4588.0, 4617.0, 4611.0, 4599.0, 4630.0, 4567.0, 4606.0, 4567.0, 4618.0, 4609.0, 4617.0, 4597.0, 4580.0, 4621.0, 4568.0, 4641.0, 4578.0, 4617.0, 4588.0, 4630.0, 4610.0, 4591.0, 4619.0, 4559.0, 4632.0, 4614.0, 4642.0, 4623.0, 4579.0, 4609.0, 4571.0, 4632.0, 4602.0, 4631.0, 4610.0, 4599.0, 4610.0, 4580.0, 4643.0, 4590.0, 4619.0, 4599.0, 4621.0, 4619.0, 4590.0, 4629.0, 4588.0, 4619.0, 4609.0, 4580.0, 4631.0, 4599.0, 4587.0, 4610.0, 4570.0, 4640.0, 4632.0, 4577.0, 4596.0, 4547.0, 4628.0, 4619.0, 4627.0, 4597.0, 4555.0, 4596.0, 4568.0, 4628.0, 4589.0, 4606.0, 4575.0, 4556.0, 4617.0, 4609.0, 4588.0, 4607.0, 4561.0, 4644.0, 4622.0, 4581.0, 4618.0, 4609.0, 4600.0, 4597.0, 4573.0, 4619.0, 4590.0, 4576.0, 4607.0, 4579.0, 4609.0, 4620.0, 4601.0, 4632.0, 4633.0, 4600.0, 4618.0, 4584.0, 4579.0, 4557.0, 4534.0, 4544.0, 4513.0, 4565.0, 4524.0, 4564.0, 4503.0, 4551.0, 4522.0, 4551.0, 4555.0, 4516.0, 4588.0, 4530.0, 4578.0, 4550.0, 4588.0, 4573.0, 4553.0, 4605.0, 4544.0, 4595.0, 4554.0, 4594.0, 4589.0, 4607.0, 4598.0, 4605.0, 4585.0, 4587.0, 4607.0, 4566.0, 4607.0, 4535.0, 4605.0, 4570.0, 4618.0, 4622.0, 4589.0, 4609.0, 4568.0, 4631.0, 4620.0, 4672.0, 4637.0, 4617.0, 4587.0, 4595.0, 4606.0, 4587.0, 4607.0, 4535.0, 4605.0, 4546.0, 4605.0, 4598.0, 4617.0, 4599.0, 4616.0, 4598.0, 4618.0, 4609.0, 4598.0, 4607.0, 4557.0, 4609.0, 4548.0, 4618.0, 4601.0, 4630.0, 4600.0, 4590.0, 4622.0, 4574.0, 4644.0, 4634.0, 4612.0, 4612.0, 4594.0, 4643.0, 4614.0, 4633.0, 4613.0, 4620.0], 'WindowWidth': [10328.0, 10215.0, 10245.0, 10113.0, 10174.0, 10074.0, 10169.0, 10087.0, 10165.0, 10067.0, 10120.0, 10039.0, 10113.0, 10043.0, 10127.0, 10019.0, 10114.0, 10023.0, 10141.0, 10077.0, 10157.0, 10071.0, 10140.0, 10096.0, 10134.0, 10134.0, 10140.0, 10145.0, 10121.0, 10108.0, 10113.0, 10108.0, 10112.0, 10117.0, 10110.0, 10093.0, 10091.0, 10083.0, 10108.0, 10086.0, 10107.0, 10133.0, 10111.0, 10076.0, 10093.0, 10092.0, 10111.0, 10107.0, 10110.0, 10074.0, 10098.0, 10097.0, 10131.0, 10130.0, 10115.0, 10091.0, 10095.0, 10109.0, 10132.0, 10128.0, 10112.0, 10085.0, 10090.0, 10088.0, 10104.0, 10121.0, 10044.0, 10099.0, 10016.0, 10122.0, 10056.0, 10157.0, 10091.0, 10139.0, 10069.0, 10137.0, 10099.0, 10140.0, 10097.0, 10135.0, 10062.0, 10136.0, 10078.0, 10116.0, 10065.0, 10094.0, 10072.0, 10092.0, 10068.0, 10056.0, 10110.0, 10083.0, 10121.0, 10138.0, 10055.0, 10135.0, 10124.0, 10090.0, 10161.0, 10115.0, 10134.0, 10088.0, 10118.0, 10108.0, 10126.0, 10085.0, 10016.0, 10058.0, 10022.0, 10090.0, 10037.0, 10091.0, 10005.0, 10084.0, 10070.0, 10106.0, 10104.0, 10051.0, 10077.0, 10020.0, 10116.0, 10054.0, 10114.0, 9989.0, 10085.0, 10005.0, 10095.0, 10022.0, 10103.0, 10034.0, 10068.0, 10046.0, 10093.0, 10080.0, 10107.0, 10103.0, 10062.0, 10067.0, 10087.0, 10111.0, 10042.0, 10110.0, 10011.0, 10109.0, 10048.0, 10113.0, 10058.0, 10107.0, 10007.0, 10093.0, 10034.0, 10108.0, 10070.0, 10092.0, 10006.0, 10090.0, 10057.0, 10106.0, 10090.0, 10090.0, 10054.0, 10113.0, 10092.0, 10115.0, 10089.0, 10106.0, 10071.0, 10132.0, 10106.0, 10076.0, 10102.0, 10064.0, 10104.0, 10065.0, 10133.0, 10017.0, 10100.0, 10034.0, 10143.0, 10099.0, 10157.0, 10085.0, 10116.0, 10092.0, 10133.0, 10140.0, 10064.0, 10105.0, 10040.0, 10158.0, 10152.0, 10128.0, 10167.0, 10147.0, 10184.0, 10136.0, 10044.0, 10124.0, 10111.0, 10084.0, 10074.0, 10081.0, 10025.0, 10099.0, 10070.0, 10134.0, 10100.0, 10074.0, 10054.0, 10012.0, 10066.0, 9984.0, 10065.0, 9965.0, 10016.0, 9965.0, 10017.0, 9998.0, 10013.0, 9999.0, 9989.0, 9967.0, 9985.0, 9988.0, 10010.0, 10009.0, 9999.0, 10011.0, 9970.0, 10047.0, 9978.0, 10062.0, 10010.0, 10050.0, 10070.0, 10046.0, 10120.0, 10067.0, 10122.0, 10118.0, 10130.0, 10133.0, 10094.0, 10168.0, 10171.0, 10131.0, 10152.0, 10096.0, 10075.0, 10165.0, 10122.0, 10082.0, 10157.0, 10132.0, 10158.0, 10123.0, 10101.0, 10054.0, 10070.0, 10047.0, 10086.0, 10083.0, 10106.0, 10061.0, 10064.0, 10014.0, 10062.0, 10036.0, 10082.0, 10030.0, 10064.0, 9996.0, 10073.0, 10045.0, 10110.0, 10090.0, 10088.0, 10107.0, 10088.0, 10147.0, 10094.0, 10147.0, 10078.0, 10145.0, 10117.0, 10166.0, 10119.0, 10140.0, 10098.0, 10160.0, 10135.0, 10161.0, 10128.0, 10137.0, 10094.0, 10132.0, 10140.0, 10085.0, 10140.0, 10071.0, 10116.0, 10127.0, 10094.0, 10146.0, 10189.0, 10139.0, 10160.0, 10116.0, 10161.0, 10131.0, 10162.0, 10107.0, 10079.0, 10049.0, 10073.0, 10061.0, 10087.0, 10059.0, 10047.0, 10025.0, 10064.0, 10061.0, 10081.0, 10046.0, 10065.0, 10048.0, 10091.0, 10101.0, 10080.0, 10084.0, 10040.0, 10099.0, 10049.0, 10137.0, 10062.0, 10115.0, 10030.0, 10111.0, 10064.0, 10117.0, 10104.0, 10095.0, 10052.0, 10074.0, 10056.0, 10110.0, 10102.0, 10090.0, 10041.0, 10071.0, 10021.0, 10091.0, 10075.0, 10088.0, 10036.0, 10084.0, 10070.0, 10107.0, 10104.0, 10094.0, 10073.0, 10072.0, 10109.0, 10092.0, 10143.0, 10063.0, 10118.0, 10043.0, 10121.0, 10063.0, 10158.0, 10057.0, 10112.0, 10009.0, 10096.0, 10039.0, 10115.0, 10024.0, 10092.0, 10023.0, 10095.0, 10059.0, 10131.0, 10090.0, 10111.0, 10089.0, 10132.0, 10107.0, 10107.0, 10105.0, 10047.0, 10105.0, 10071.0, 10142.0, 10104.0, 10143.0, 10030.0, 10098.0, 10043.0, 10118.0, 10070.0, 10094.0, 10037.0, 10116.0, 10089.0, 10130.0, 10101.0, 10093.0, 10072.0, 10086.0, 10116.0, 10058.0, 10098.0, 10027.0, 10100.0, 10043.0, 10133.0, 10073.0, 10096.0, 10023.0, 10092.0, 10067.0, 10111.0, 10099.0, 10076.0, 10065.0, 10092.0, 10084.0, 10082.0, 10114.0, 10034.0, 10076.0, 10028.0, 10197.0, 10076.0, 10132.0, 10025.0, 10093.0, 10008.0, 10093.0, 10088.0, 10112.0, 10082.0, 10088.0, 10085.0, 10114.0, 10119.0, 10075.0, 10099.0, 10046.0, 10120.0, 10067.0, 10134.0, 10072.0, 10094.0, 10022.0, 10110.0, 10075.0, 10127.0, 10104.0, 10093.0, 10070.0, 10058.0, 10114.0, 10059.0, 10152.0, 10076.0, 10129.0, 10089.0, 10065.0, 10153.0, 10096.0, 10120.0, 10090.0, 10114.0, 10090.0, 10132.0, 10122.0, 10052.0, 10064.0, 10038.0, 10101.0, 10049.0, 10113.0, 9998.0, 10067.0, 9986.0, 10086.0, 10037.0, 10103.0, 10032.0, 10072.0, 10049.0, 10091.0, 10096.0, 10108.0, 10079.0, 10034.0, 10077.0, 10036.0, 10095.0, 10050.0, 10094.0, 10019.0, 10079.0, 10023.0, 10110.0, 10032.0, 10094.0, 10005.0, 10093.0, 10031.0, 10133.0, 10031.0, 10096.0, 10045.0, 10117.0, 10115.0, 10126.0, 10126.0, 10068.0, 10123.0, 10069.0, 10166.0, 10100.0, 10138.0, 10074.0, 10097.0, 10090.0, 10132.0, 10122.0, 10083.0, 10079.0, 10018.0, 10097.0, 10041.0, 10132.0, 10085.0, 10062.0, 10085.0, 10041.0, 10135.0, 10041.0, 10093.0, 10022.0, 10109.0, 10080.0, 10106.0, 10062.0, 10053.0, 10058.0, 10068.0, 10094.0, 10074.0, 10069.0, 9980.0, 10048.0, 9983.0, 10053.0, 10036.0, 10063.0, 10045.0, 10099.0, 10112.0, 10132.0, 10097.0, 10090.0, 10079.0, 10063.0, 10114.0, 10032.0, 10096.0, 10042.0, 10110.0, 10120.0, 10064.0, 10119.0, 10051.0, 10120.0, 10111.0, 10125.0, 10107.0, 10032.0, 10114.0, 10094.0, 10142.0, 10125.0, 10055.0, 10119.0, 10082.0, 10134.0, 10137.0, 10071.0, 10082.0, 10026.0, 10111.0, 10043.0, 10114.0, 10068.0, 10093.0, 10067.0, 10079.0, 10093.0, 10036.0, 10091.0, 9989.0, 10073.0, 9992.0, 10089.0, 10050.0, 10092.0, 10010.0, 10095.0, 10058.0, 10114.0, 10130.0, 10137.0, 10125.0, 10123.0, 10143.0, 10101.0, 10119.0, 10062.0, 10032.0, 10116.0, 10112.0, 10097.0, 10147.0, 10090.0, 10142.0, 10110.0, 10118.0, 10102.0, 10038.0, 10143.0, 10086.0, 10071.0, 10017.0, 10005.0, 9977.0, 10037.0, 10010.0, 10031.0, 9976.0, 9994.0, 9946.0, 10013.0, 10010.0, 10029.0, 9996.0, 10018.0, 10006.0, 10079.0, 10060.0, 10086.0, 10061.0, 10031.0, 10059.0, 10074.0, 10094.0, 10052.0, 10096.0, 10019.0, 10075.0, 10002.0, 10111.0, 10041.0, 10137.0, 10063.0, 10114.0, 10025.0, 10088.0, 10043.0, 10123.0, 10098.0, 10079.0, 10068.0, 10054.0, 10160.0, 10135.0, 10175.0, 10128.0, 10081.0, 10123.0, 10089.0, 10162.0, 10098.0, 10124.0, 10033.0, 10101.0, 10053.0, 10120.0, 10078.0, 10113.0, 10007.0, 10094.0, 10028.0, 10107.0, 10056.0, 10091.0, 10022.0, 10069.0, 10019.0, 10106.0, 10066.0, 10085.0, 10054.0, 10076.0, 10079.0, 10145.0, 10129.0, 10074.0, 10127.0, 10060.0, 10149.0, 10109.0, 10177.0, 10130.0, 10137.0, 10095.0, 10137.0, 10108.0, 10138.0, 10104.0, 10094.0, 10068.0, 10116.0, 10100.0, 10109.0, 10082.0, 10072.0, 10064.0, 10082.0, 10094.0, 10060.0, 10097.0, 10010.0, 10077.0, 10049.0, 10129.0, 10103.0, 10087.0, 10085.0, 10034.0, 10133.0, 10099.0, 10152.0, 10123.0, 10134.0, 10109.0, 10116.0, 10138.0, 10072.0, 10098.0, 10048.0, 10076.0, 10062.0, 10113.0, 10045.0, 10074.0, 10014.0, 10070.0, 10086.0, 10072.0, 10100.0, 10073.0, 10075.0, 10041.0, 10085.0, 10062.0, 10101.0, 10081.0, 10072.0, 10064.0, 10065.0, 10087.0, 10082.0, 10117.0, 10042.0, 10099.0, 10043.0, 10136.0, 10063.0, 10154.0, 10043.0, 10096.0, 10024.0, 10092.0, 10057.0, 10123.0, 10115.0, 10090.0, 10053.0, 10091.0, 10086.0, 10110.0, 10120.0, 10080.0, 10086.0, 10041.0, 10110.0, 10054.0, 10129.0, 10027.0, 10107.0, 10074.0, 10145.0, 10118.0, 10077.0, 10117.0, 10057.0, 10129.0, 10102.0, 10075.0, 10134.0, 10046.0, 10111.0, 10091.0, 10135.0, 10127.0, 10114.0, 10085.0, 10064.0, 10084.0, 10068.0, 10116.0, 10036.0, 10093.0, 10005.0, 10109.0, 10044.0, 10110.0, 10064.0, 10069.0, 10044.0, 10109.0, 10084.0, 10125.0, 10098.0, 10017.0, 10058.0, 10024.0, 10105.0, 10054.0, 10107.0, 10019.0, 10094.0, 10045.0, 10123.0, 10120.0, 10049.0, 10119.0, 10098.0, 10162.0, 10148.0, 10105.0, 10144.0, 10055.0, 10133.0, 10091.0, 10136.0, 10148.0, 10115.0, 10084.0, 10109.0, 10087.0, 10110.0, 10100.0, 10031.0, 10073.0, 10024.0, 10109.0, 10055.0, 10112.0, 10042.0, 10109.0, 10071.0, 10128.0, 10144.0, 10101.0, 10088.0, 10075.0, 10121.0, 10062.0, 10157.0, 10031.0, 10112.0, 10047.0, 10129.0, 10120.0, 10134.0, 10101.0, 10079.0, 10084.0, 10065.0, 10131.0, 10076.0, 10117.0, 10073.0, 10148.0, 10123.0, 10102.0, 10134.0, 10024.0, 10094.0, 10028.0, 10108.0, 10055.0, 10106.0, 10019.0, 10084.0, 10050.0, 10101.0, 10110.0, 10047.0, 10075.0, 10015.0, 10119.0, 10095.0, 10136.0, 10121.0, 10040.0, 10120.0, 10093.0, 10136.0, 10152.0, 10067.0, 10124.0, 10067.0, 10138.0, 10122.0, 10115.0, 10066.0, 10031.0, 10079.0, 10033.0, 10131.0, 10020.0, 10085.0, 10033.0, 10109.0, 10094.0, 10052.0, 10087.0, 9990.0, 10091.0, 10060.0, 10123.0, 10100.0, 10036.0, 10076.0, 10029.0, 10113.0, 10059.0, 10108.0, 10064.0, 10087.0, 10085.0, 10041.0, 10132.0, 10042.0, 10092.0, 10069.0, 10073.0, 10116.0, 10045.0, 10113.0, 10072.0, 10099.0, 10119.0, 10076.0, 10136.0, 10071.0, 10111.0, 10107.0, 10089.0, 10136.0, 10040.0, 10093.0, 10041.0, 10114.0, 10104.0, 10111.0, 10081.0, 10065.0, 10123.0, 10046.0, 10151.0, 10060.0, 10110.0, 10072.0, 10133.0, 10106.0, 10080.0, 10116.0, 10033.0, 10138.0, 10118.0, 10155.0, 10129.0, 10062.0, 10100.0, 10052.0, 10140.0, 10097.0, 10137.0, 10103.0, 10088.0, 10105.0, 10064.0, 10159.0, 10079.0, 10115.0, 10087.0, 10122.0, 10117.0, 10078.0, 10131.0, 10072.0, 10114.0, 10102.0, 10062.0, 10137.0, 10087.0, 10068.0, 10105.0, 10049.0, 10150.0, 10139.0, 10055.0, 10080.0, 10013.0, 10127.0, 10115.0, 10125.0, 10081.0, 10020.0, 10079.0, 10043.0, 10128.0, 10076.0, 10092.0, 10048.0, 10023.0, 10109.0, 10103.0, 10072.0, 10097.0, 10040.0, 10162.0, 10129.0, 10067.0, 10114.0, 10103.0, 10092.0, 10084.0, 10064.0, 10117.0, 10078.0, 10050.0, 10092.0, 10060.0, 10102.0, 10118.0, 10093.0, 10140.0, 10148.0, 10092.0, 10119.0, 10058.0, 10043.0, 10007.0, 9969.0, 9984.0, 9941.0, 10016.0, 9957.0, 10015.0, 9927.0, 9990.0, 9953.0, 9989.0, 10004.0, 9952.0, 10056.0, 9981.0, 10039.0, 10005.0, 10054.0, 10041.0, 10015.0, 10089.0, 10004.0, 10072.0, 10018.0, 10072.0, 10072.0, 10094.0, 10085.0, 10086.0, 10061.0, 10066.0, 10095.0, 10037.0, 10094.0, 9994.0, 10088.0, 10050.0, 10112.0, 10126.0, 10072.0, 10099.0, 10043.0, 10134.0, 10138.0, 10215.0, 10153.0, 10108.0, 10065.0, 10073.0, 10093.0, 10066.0, 10095.0, 9995.0, 10088.0, 10010.0, 10090.0, 10086.0, 10110.0, 10086.0, 10107.0, 10083.0, 10111.0, 10100.0, 10084.0, 10096.0, 10026.0, 10099.0, 10017.0, 10112.0, 10093.0, 10132.0, 10092.0, 10077.0, 10124.0, 10063.0, 10160.0, 10147.0, 10112.0, 10111.0, 10091.0, 10157.0, 10117.0, 10143.0, 10115.0, 10119.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.002108603642671292</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.024954776756287947</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.712920437178816</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.3388051010590265</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0436258785850694</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4874</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6237.3667</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.12784204586154474</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>168</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>14.570685169124024</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4139453119730967</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.314815217537777</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.613235574059245</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3137851443222694</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0217267</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.02048601023852825</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.034890852868556976</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1153</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.056012668561738</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>22.4839</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.3945</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>186.1275</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>294330.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>849.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>351.1743</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.9935</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>553.7036</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3765.5059</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3928.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>82214.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1448.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4947.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>968.4329</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>40.1441913517192</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> |