=== 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-0124 --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-0124",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
129 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
129 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0124_ses-03_task-alignvideo_acq-mb8_run-01_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0124_ses-03_task-alignvideo_acq-mb8_run-01_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-01_session-03_subject-0124_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0124/figures/sub-0124_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0124/figures/sub-0124_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0124/figures/sub-0124_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-03_subject-0124_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0124/figures/sub-0124_ses-03_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0124/figures/sub-0124_ses-03_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0124/figures/sub-0124_ses-03_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-03_subject-0124_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0124/figures/sub-0124_ses-03_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0124/figures/sub-0124_ses-03_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0124/figures/sub-0124_ses-03_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-03_subject-0124_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called «carpetplot» may assist in assessing head-motion derived artifacts and respiation effects.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0124/figures/sub-0124_ses-03_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0124/figures/sub-0124_ses-03_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0124/figures/sub-0124_ses-03_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-01_session-03_subject-0124_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0124/figures/sub-0124_ses-03_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0124/figures/sub-0124_ses-03_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0124/figures/sub-0124_ses-03_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-01_session-03_subject-0124_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0124/figures/sub-0124_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0124/figures/sub-0124_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0124/figures/sub-0124_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-03_subject-0124_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p> <div class="reportlet">
|
|
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0124/figures/sub-0124_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0124/figures/sub-0124_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0124/figures/sub-0124_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0124/figures/sub-0124_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0124/ses-03/func/sub-0124_ses-03_task-alignvideo_acq-mb8_run-01_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>2f39c8b4c860e1dea117c67c9dbbd7ad</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:30:16.122500</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.998162, 0.0413002, 0.044355, -0.0468976, 0.98992, 0.133637]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0866898</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>28</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4229, -7792, -7216, 425, -109, -94, -13, 48]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 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>alignvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>229.373</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>378e8b87-d06b-4b4a-926e-d45303aceda8||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.677994966506958, -0.12582270801067352, 0.10364944487810135, 112.37893676757812], [-0.11080530285835266, 2.6558830738067627, 0.3657742440700531, -109.14398193359375], [0.11900129914283752, -0.35853952169418335, 2.673100471496582, -56.965213775634766], [0.0, 0.0, 0.0, 1.0]]</td></tr>
|
|
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
|
|
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 1157]</td></tr>
|
|
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
|
|
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
|
|
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157], 'AcquisitionTime': ['203016.122500', '203016.582500', '203017.042500', '203017.502500', '203017.962500', '203018.422500', '203018.882500', '203019.342500', '203019.802500', '203020.262500', '203020.722500', '203021.182500', '203021.642500', '203022.102500', '203022.562500', '203023.022500', '203023.482500', '203023.942500', '203024.402500', '203024.862500', '203025.322500', '203025.782500', '203026.242500', '203026.702500', '203027.162500', '203027.622500', '203028.082500', '203028.542500', '203029.002500', '203029.462500', '203029.922500', '203030.382500', '203030.842500', '203031.302500', '203031.762500', '203032.222500', '203032.682500', '203033.142500', '203033.602500', '203034.062500', '203034.522500', '203034.982500', '203035.442500', '203035.902500', '203036.362500', '203036.822500', '203037.282500', '203037.742500', '203038.202500', '203038.662500', '203039.122500', '203039.582500', '203040.042500', '203040.502500', '203040.962500', '203041.422500', '203041.882500', '203042.342500', '203042.802500', '203043.262500', '203043.722500', '203044.182500', '203044.642500', '203045.102500', '203045.562500', '203046.022500', '203046.482500', '203046.942500', '203047.402500', '203047.862500', '203048.322500', '203048.782500', '203049.242500', '203049.702500', '203050.162500', '203050.622500', '203051.082500', '203051.542500', '203052.002500', '203052.462500', '203052.922500', '203053.382500', '203053.842500', '203054.302500', '203054.762500', '203055.222500', '203055.682500', '203056.142500', '203056.602500', '203057.062500', '203057.522500', '203057.982500', '203058.442500', '203058.902500', '203059.362500', '203059.822500', '203100.282500', '203100.742500', '203101.202500', '203101.662500', '203102.122500', '203102.582500', '203103.042500', '203103.502500', '203103.962500', '203104.422500', '203104.882500', '203105.342500', '203105.802500', '203106.262500', '203106.722500', '203107.182500', '203107.642500', '203108.102500', '203108.562500', '203109.022500', '203109.482500', '203109.942500', '203110.402500', '203110.862500', '203111.322500', '203111.782500', '203112.242500', '203112.702500', '203113.162500', '203113.622500', '203114.082500', '203114.542500', '203115.002500', '203115.462500', '203115.922500', '203116.382500', '203116.842500', '203117.302500', '203117.762500', '203118.222500', '203118.682500', '203119.142500', '203119.602500', '203120.062500', '203120.522500', '203120.982500', '203121.442500', '203121.902500', '203122.362500', '203122.822500', '203123.282500', '203123.742500', '203124.202500', '203124.662500', '203125.122500', '203125.582500', '203126.042500', '203126.502500', '203126.962500', '203127.422500', '203127.882500', '203128.342500', '203128.802500', '203129.262500', '203129.722500', '203130.182500', '203130.642500', '203131.102500', '203131.562500', '203132.022500', '203132.482500', '203132.942500', '203133.402500', '203133.862500', '203134.322500', '203134.782500', '203135.242500', '203135.702500', '203136.162500', '203136.622500', '203137.082500', '203137.542500', '203138.002500', '203138.462500', '203138.922500', '203139.382500', '203139.842500', '203140.302500', '203140.762500', '203141.222500', '203141.682500', '203142.142500', '203142.602500', '203143.062500', '203143.522500', '203143.982500', '203144.442500', '203144.902500', '203145.362500', '203145.822500', '203146.282500', '203146.742500', '203147.202500', '203147.662500', '203148.122500', '203148.582500', '203149.042500', '203149.502500', '203149.962500', '203150.422500', '203150.882500', '203151.342500', '203151.802500', '203152.262500', '203152.722500', '203153.182500', '203153.642500', '203154.102500', '203154.562500', '203155.022500', '203155.482500', '203155.942500', '203156.402500', '203156.862500', '203157.322500', '203157.782500', '203158.242500', '203158.702500', '203159.162500', '203159.622500', '203200.082500', '203200.542500', '203201.002500', '203201.462500', '203201.922500', '203202.382500', '203202.842500', '203203.302500', '203203.762500', '203204.222500', '203204.682500', '203205.142500', '203205.602500', '203206.062500', '203206.522500', '203206.982500', '203207.442500', '203207.902500', '203208.362500', '203208.822500', '203209.282500', '203209.742500', '203210.202500', '203210.662500', '203211.122500', '203211.582500', '203212.042500', '203212.502500', '203212.962500', '203213.422500', '203213.882500', '203214.342500', '203214.802500', '203215.262500', '203215.722500', '203216.182500', '203216.642500', '203217.102500', '203217.562500', '203218.022500', '203218.482500', '203218.942500', '203219.402500', '203219.862500', '203220.322500', '203220.782500', '203221.242500', '203221.702500', '203222.162500', '203222.622500', '203223.082500', '203223.542500', '203224.002500', '203224.462500', '203224.922500', '203225.382500', '203225.842500', '203226.302500', '203226.762500', '203227.222500', '203227.682500', '203228.142500', '203228.602500', '203229.062500', '203229.522500', '203229.982500', '203230.442500', '203230.902500', '203231.362500', '203231.822500', '203232.282500', '203232.742500', '203233.202500', '203233.662500', '203234.122500', '203234.582500', '203235.042500', '203235.502500', '203235.962500', '203236.422500', '203236.882500', '203237.342500', '203237.802500', '203238.262500', '203238.722500', '203239.182500', '203239.642500', '203240.102500', '203240.562500', '203241.022500', '203241.482500', '203241.942500', '203242.402500', '203242.862500', '203243.322500', '203243.782500', '203244.242500', '203244.702500', '203245.162500', '203245.622500', '203246.082500', '203246.542500', '203247.002500', '203247.462500', '203247.922500', '203248.382500', '203248.842500', '203249.302500', '203249.762500', '203250.222500', '203250.682500', '203251.142500', '203251.602500', '203252.062500', '203252.522500', '203252.982500', '203253.442500', '203253.902500', '203254.362500', '203254.822500', '203255.282500', '203255.742500', '203256.202500', '203256.662500', '203257.122500', '203257.582500', '203258.042500', '203258.502500', '203258.962500', '203259.422500', '203259.882500', '203300.342500', '203300.802500', '203301.262500', '203301.722500', '203302.182500', '203302.642500', '203303.102500', '203303.562500', '203304.022500', '203304.482500', '203304.942500', '203305.402500', '203305.862500', '203306.322500', '203306.782500', '203307.242500', '203307.702500', '203308.162500', '203308.622500', '203309.082500', '203309.542500', '203310.002500', '203310.462500', '203310.922500', '203311.382500', '203311.842500', '203312.302500', '203312.762500', '203313.222500', '203313.682500', '203314.142500', '203314.602500', '203315.062500', '203315.522500', '203315.982500', '203316.442500', '203316.902500', '203317.362500', '203317.822500', '203318.282500', '203318.742500', '203319.202500', '203319.662500', '203320.122500', '203320.582500', '203321.042500', '203321.502500', '203321.962500', '203322.422500', '203322.882500', '203323.342500', '203323.802500', '203324.262500', '203324.722500', '203325.182500', '203325.642500', '203326.102500', '203326.562500', '203327.022500', '203327.482500', '203327.942500', '203328.402500', '203328.862500', '203329.322500', '203329.782500', '203330.242500', '203330.702500', '203331.162500', '203331.622500', '203332.082500', '203332.542500', '203333.002500', '203333.462500', '203333.922500', '203334.382500', '203334.842500', '203335.302500', '203335.762500', '203336.222500', '203336.682500', '203337.142500', '203337.602500', '203338.062500', '203338.522500', '203338.982500', '203339.442500', '203339.902500', '203340.362500', '203340.822500', '203341.282500', '203341.742500', '203342.202500', '203342.662500', '203343.122500', '203343.582500', '203344.042500', '203344.502500', '203344.962500', '203345.422500', '203345.882500', '203346.342500', '203346.802500', '203347.262500', '203347.722500', '203348.182500', '203348.642500', '203349.102500', '203349.562500', '203350.022500', '203350.482500', '203350.942500', '203351.402500', '203351.862500', '203352.322500', '203352.782500', '203353.242500', '203353.702500', '203354.162500', '203354.622500', '203355.082500', '203355.542500', '203356.002500', '203356.462500', '203356.922500', '203357.382500', '203357.842500', '203358.302500', '203358.762500', '203359.222500', '203359.682500', '203400.142500', '203400.602500', '203401.062500', '203401.522500', '203401.982500', '203402.442500', '203402.902500', '203403.362500', '203403.822500', '203404.282500', '203404.742500', '203405.202500', '203405.662500', '203406.122500', '203406.582500', '203407.042500', '203407.502500', '203407.962500', '203408.422500', '203408.882500', '203409.342500', '203409.802500', '203410.262500', '203410.722500', '203411.182500', '203411.642500', '203412.102500', '203412.562500', '203413.022500', '203413.482500', '203413.942500', '203414.402500', '203414.862500', '203415.322500', '203415.782500', '203416.242500', '203416.702500', '203417.162500', '203417.622500', '203418.082500', '203418.542500', '203419.002500', '203419.462500', '203419.922500', '203420.382500', '203420.842500', '203421.302500', '203421.762500', '203422.222500', '203422.682500', '203423.142500', '203423.602500', '203424.062500', '203424.522500', '203424.982500', '203425.442500', '203425.902500', '203426.362500', '203426.822500', '203427.282500', '203427.742500', '203428.202500', '203428.662500', '203429.122500', '203429.582500', '203430.042500', '203430.502500', '203430.962500', '203431.422500', '203431.882500', '203432.342500', '203432.802500', '203433.262500', '203433.722500', '203434.182500', '203434.642500', '203435.102500', '203435.562500', '203436.022500', '203436.482500', '203436.942500', '203437.402500', '203437.862500', '203438.322500', '203438.782500', '203439.242500', '203439.702500', '203440.162500', '203440.622500', '203441.082500', '203441.542500', '203442.002500', '203442.462500', '203442.922500', '203443.382500', '203443.842500', '203444.302500', '203444.762500', '203445.222500', '203445.682500', '203446.142500', '203446.602500', '203447.062500', '203447.522500', '203447.982500', '203448.442500', '203448.902500', '203449.362500', '203449.822500', '203450.282500', '203450.742500', '203451.202500', '203451.662500', '203452.122500', '203452.582500', '203453.042500', '203453.502500', '203453.962500', '203454.422500', '203454.882500', '203455.342500', '203455.802500', '203456.262500', '203456.722500', '203457.182500', '203457.642500', '203458.102500', '203458.562500', '203459.022500', '203459.482500', '203459.942500', '203500.402500', '203500.862500', '203501.322500', '203501.782500', '203502.242500', '203502.702500', '203503.162500', '203503.622500', '203504.082500', '203504.542500', '203505.002500', '203505.462500', '203505.922500', '203506.382500', '203506.842500', '203507.302500', '203507.762500', '203508.222500', '203508.682500', '203509.142500', '203509.602500', '203510.062500', '203510.522500', '203510.982500', '203511.442500', '203511.902500', '203512.362500', '203512.822500', '203513.282500', '203513.742500', '203514.202500', '203514.662500', '203515.122500', '203515.582500', '203516.042500', '203516.502500', '203516.962500', '203517.422500', '203517.882500', '203518.342500', '203518.802500', '203519.262500', '203519.722500', '203520.182500', '203520.642500', '203521.102500', '203521.562500', '203522.022500', '203522.482500', '203522.942500', '203523.402500', '203523.862500', '203524.322500', '203524.782500', '203525.242500', '203525.702500', '203526.162500', '203526.622500', '203527.082500', '203527.542500', '203528.002500', '203528.462500', '203528.922500', '203529.382500', '203529.842500', '203530.302500', '203530.762500', '203531.222500', '203531.682500', '203532.142500', '203532.602500', '203533.062500', '203533.522500', '203533.982500', '203534.442500', '203534.902500', '203535.362500', '203535.822500', '203536.282500', '203536.742500', '203537.202500', '203537.662500', '203538.122500', '203538.582500', '203539.042500', '203539.502500', '203539.962500', '203540.422500', '203540.882500', '203541.342500', '203541.802500', '203542.262500', '203542.722500', '203543.182500', '203543.642500', '203544.102500', '203544.562500', '203545.022500', '203545.482500', '203545.942500', '203546.402500', '203546.862500', '203547.322500', '203547.782500', '203548.242500', '203548.702500', '203549.162500', '203549.622500', '203550.082500', '203550.542500', '203551.002500', '203551.462500', '203551.922500', '203552.382500', '203552.842500', '203553.302500', '203553.762500', '203554.222500', '203554.682500', '203555.142500', '203555.602500', '203556.062500', '203556.522500', '203556.982500', '203557.442500', '203557.902500', '203558.362500', '203558.822500', '203559.282500', '203559.742500', '203600.202500', '203600.662500', '203601.122500', '203601.582500', '203602.042500', '203602.502500', '203602.962500', '203603.422500', '203603.882500', '203604.342500', '203604.802500', '203605.262500', '203605.722500', '203606.182500', '203606.642500', '203607.102500', '203607.562500', '203608.022500', '203608.482500', '203608.942500', '203609.402500', '203609.862500', '203610.322500', '203610.782500', '203611.242500', '203611.702500', '203612.162500', '203612.622500', '203613.082500', '203613.542500', '203614.002500', '203614.462500', '203614.922500', '203615.382500', '203615.842500', '203616.302500', '203616.762500', '203617.222500', '203617.682500', '203618.142500', '203618.602500', '203619.062500', '203619.522500', '203619.982500', '203620.442500', '203620.902500', '203621.362500', '203621.822500', '203622.282500', '203622.742500', '203623.202500', '203623.662500', '203624.122500', '203624.582500', '203625.042500', '203625.502500', '203625.962500', '203626.422500', '203626.882500', '203627.342500', '203627.802500', '203628.262500', '203628.722500', '203629.182500', '203629.642500', '203630.102500', '203630.562500', '203631.022500', '203631.482500', '203631.942500', '203632.402500', '203632.862500', '203633.322500', '203633.782500', '203634.242500', '203634.702500', '203635.162500', '203635.622500', '203636.082500', '203636.542500', '203637.002500', '203637.462500', '203637.922500', '203638.382500', '203638.842500', '203639.302500', '203639.762500', '203640.222500', '203640.682500', '203641.142500', '203641.602500', '203642.062500', '203642.522500', '203642.982500', '203643.442500', '203643.902500', '203644.362500', '203644.822500', '203645.282500', '203645.742500', '203646.202500', '203646.662500', '203647.122500', '203647.582500', '203648.042500', '203648.502500', '203648.962500', '203649.422500', '203649.882500', '203650.342500', '203650.802500', '203651.262500', '203651.722500', '203652.182500', '203652.642500', '203653.102500', '203653.562500', '203654.022500', '203654.482500', '203654.942500', '203655.402500', '203655.862500', '203656.322500', '203656.782500', '203657.242500', '203657.702500', '203658.162500', '203658.622500', '203659.082500', '203659.542500', '203700.002500', '203700.462500', '203700.922500', '203701.382500', '203701.842500', '203702.302500', '203702.762500', '203703.222500', '203703.682500', '203704.142500', '203704.602500', '203705.062500', '203705.522500', '203705.982500', '203706.442500', '203706.902500', '203707.362500', '203707.822500', '203708.282500', '203708.742500', '203709.202500', '203709.662500', '203710.122500', '203710.582500', '203711.042500', '203711.502500', '203711.962500', '203712.422500', '203712.882500', '203713.342500', '203713.802500', '203714.262500', '203714.722500', '203715.182500', '203715.642500', '203716.102500', '203716.562500', '203717.022500', '203717.482500', '203717.942500', '203718.402500', '203718.862500', '203719.322500', '203719.782500', '203720.242500', '203720.702500', '203721.162500', '203721.622500', '203722.082500', '203722.542500', '203723.002500', '203723.462500', '203723.922500', '203724.382500', '203724.842500', '203725.302500', '203725.762500', '203726.222500', '203726.682500', '203727.142500', '203727.602500', '203728.062500', '203728.522500', '203728.982500', '203729.442500', '203729.902500', '203730.362500', '203730.822500', '203731.282500', '203731.742500', '203732.202500', '203732.662500', '203733.122500', '203733.582500', '203734.042500', '203734.502500', '203734.962500', '203735.422500', '203735.882500', '203736.342500', '203736.802500', '203737.262500', '203737.722500', '203738.182500', '203738.642500', '203739.102500', '203739.562500', '203740.022500', '203740.482500', '203740.942500', '203741.402500', '203741.862500', '203742.322500', '203742.782500', '203743.242500', '203743.702500', '203744.162500', '203744.622500', '203745.082500', '203745.542500', '203746.002500', '203746.462500', '203746.922500', '203747.382500', '203747.842500', '203748.302500', '203748.762500', '203749.222500', '203749.682500', '203750.142500', '203750.602500', '203751.062500', '203751.522500', '203751.982500', '203752.442500', '203752.902500', '203753.362500', '203753.822500', '203754.282500', '203754.742500', '203755.202500', '203755.662500', '203756.122500', '203756.582500', '203757.042500', '203757.502500', '203757.962500', '203758.422500', '203758.882500', '203759.342500', '203759.802500', '203800.262500', '203800.722500', '203801.182500', '203801.642500', '203802.102500', '203802.562500', '203803.022500', '203803.482500', '203803.942500', '203804.402500', '203804.862500', '203805.322500', '203805.782500', '203806.242500', '203806.702500', '203807.162500', '203807.622500', '203808.082500', '203808.542500', '203809.002500', '203809.462500', '203809.922500', '203810.382500', '203810.842500', '203811.302500', '203811.762500', '203812.222500', '203812.682500', '203813.142500', '203813.602500', '203814.062500', '203814.522500', '203814.982500', '203815.442500', '203815.902500', '203816.362500', '203816.822500', '203817.282500', '203817.742500', '203818.202500', '203818.662500', '203819.122500', '203819.582500', '203820.042500', '203820.502500', '203820.962500', '203821.422500', '203821.882500', '203822.342500', '203822.802500', '203823.262500', '203823.722500', '203824.182500', '203824.642500', '203825.102500', '203825.562500', '203826.022500', '203826.482500', '203826.942500', '203827.402500', '203827.862500', '203828.322500', '203828.782500', '203829.242500', '203829.702500', '203830.162500', '203830.622500', '203831.082500', '203831.542500', '203832.002500', '203832.462500', '203832.922500', '203833.382500', '203833.842500', '203834.302500', '203834.762500', '203835.222500', '203835.682500', '203836.142500', '203836.602500', '203837.062500', '203837.522500', '203837.982500', '203838.442500', '203838.902500', '203839.362500', '203839.822500', '203840.282500', '203840.742500', '203841.202500', '203841.662500', '203842.122500', '203842.582500', '203843.042500', '203843.502500', '203843.962500', '203844.422500', '203844.882500', '203845.342500', '203845.802500', '203846.262500', '203846.722500', '203847.182500', '203847.642500', '203848.102500', '203848.562500', '203849.022500', '203849.482500', '203849.942500', '203850.402500', '203850.862500', '203851.322500', '203851.782500', '203852.242500', '203852.702500', '203853.162500', '203853.622500', '203854.082500', '203854.542500', '203855.002500', '203855.462500', '203855.922500', '203856.382500', '203856.842500', '203857.302500', '203857.762500', '203858.222500', '203858.682500', '203859.142500', '203859.602500', '203900.062500', '203900.522500', '203900.982500', '203901.442500', '203901.902500', '203902.362500', '203902.822500', '203903.282500', '203903.742500', '203904.202500', '203904.662500', '203905.122500', '203905.582500', '203906.042500', '203906.502500', '203906.962500', '203907.422500', '203907.882500'], 'ContentTime': ['203038.918000', '203038.921000', '203038.924000', '203038.927000', '203038.929000', '203038.932000', '203038.934000', '203038.937000', '203038.939000', '203038.942000', '203038.945000', '203038.947000', '203038.950000', '203038.952000', '203038.955000', '203038.957000', '203038.960000', '203038.963000', '203038.965000', '203038.968000', '203038.970000', '203038.973000', '203038.975000', '203038.978000', '203038.981000', '203038.983000', '203038.986000', '203038.988000', '203038.991000', '203038.993000', '203038.996000', '203039.000000', '203039.002000', '203039.005000', '203039.007000', '203039.010000', '203039.013000', '203039.015000', '203039.018000', '203039.021000', '203039.023000', '203039.026000', '203039.029000', '203039.031000', '203039.034000', '203039.036000', '203039.039000', '203058.887000', '203058.890000', '203058.893000', '203058.895000', '203058.898000', '203058.900000', '203058.903000', '203058.906000', '203058.908000', '203058.911000', '203058.913000', '203058.916000', '203058.918000', '203058.921000', '203058.924000', '203058.926000', '203058.929000', '203058.931000', '203058.934000', '203058.936000', '203058.939000', '203058.941000', '203058.944000', '203058.947000', '203058.949000', '203058.952000', '203058.954000', '203058.957000', '203058.965000', '203058.968000', '203058.970000', '203058.973000', '203058.975000', '203058.978000', '203058.981000', '203058.983000', '203058.986000', '203058.988000', '203058.991000', '203058.993000', '203058.996000', '203059.000000', '203059.003000', '203059.005000', '203118.887000', '203118.889000', '203118.892000', '203118.895000', '203118.898000', '203118.900000', '203118.903000', '203118.906000', '203118.908000', '203118.911000', '203118.913000', '203118.916000', '203118.919000', '203118.930000', '203118.933000', '203118.935000', '203118.938000', '203118.940000', '203118.943000', '203118.946000', '203118.948000', '203118.951000', '203118.953000', '203118.956000', '203118.959000', '203118.961000', '203118.964000', '203118.966000', '203118.969000', '203118.972000', '203118.974000', '203118.977000', '203118.980000', '203118.982000', '203118.985000', '203118.987000', '203118.990000', '203118.993000', '203118.995000', '203118.998000', '203119.002000', '203119.004000', '203119.007000', '203138.887000', '203138.890000', '203138.893000', '203138.895000', '203138.898000', '203138.901000', '203138.903000', '203138.906000', '203138.908000', '203138.911000', '203138.914000', '203138.916000', '203138.919000', '203138.921000', '203138.924000', '203138.930000', '203138.932000', '203138.935000', '203138.937000', '203138.940000', '203138.942000', '203138.945000', '203138.948000', '203138.957000', '203138.960000', '203138.962000', '203138.965000', '203138.968000', '203138.970000', '203138.973000', '203138.976000', '203138.979000', '203138.981000', '203138.984000', '203138.986000', '203138.997000', '203139.000000', '203139.003000', '203139.006000', '203139.008000', '203139.011000', '203139.013000', '203139.016000', '203139.019000', '203158.888000', '203158.891000', '203158.893000', '203158.896000', '203158.898000', '203158.901000', '203158.904000', '203158.906000', '203158.909000', '203158.911000', '203158.914000', '203158.917000', '203158.919000', '203158.922000', '203158.924000', '203158.927000', '203158.929000', '203158.932000', '203158.934000', '203158.937000', '203158.940000', '203158.942000', '203158.945000', '203158.948000', '203158.950000', '203158.953000', '203158.955000', '203158.958000', '203158.960000', '203158.963000', '203158.966000', '203158.968000', '203158.971000', '203158.974000', '203158.976000', '203158.979000', '203158.981000', '203158.984000', '203158.986000', '203158.989000', '203158.992000', '203158.994000', '203158.997000', '203218.888000', '203218.890000', '203218.893000', '203218.896000', '203218.898000', '203218.901000', '203218.903000', '203218.906000', '203218.909000', '203218.911000', '203218.914000', '203218.916000', '203218.919000', '203218.921000', '203218.924000', '203218.927000', '203218.929000', '203218.932000', '203218.935000', '203218.937000', '203218.940000', '203218.942000', '203218.945000', '203218.948000', '203218.957000', '203218.959000', '203218.962000', '203218.965000', '203218.967000', '203218.970000', '203218.972000', '203218.975000', '203218.977000', '203218.980000', '203218.983000', '203218.985000', '203218.988000', '203218.990000', '203218.993000', '203218.996000', '203218.998000', '203219.002000', '203219.004000', '203219.007000', '203238.887000', '203238.890000', '203238.893000', '203238.896000', '203238.898000', '203238.901000', '203238.903000', '203238.906000', '203238.909000', '203238.911000', '203238.914000', '203238.916000', '203238.919000', '203238.921000', '203238.924000', '203238.927000', '203238.929000', '203238.932000', '203238.935000', '203238.937000', '203238.940000', '203238.942000', '203238.945000', '203238.947000', '203238.950000', '203238.953000', '203238.955000', '203238.958000', '203238.960000', '203238.963000', '203238.965000', '203238.968000', '203238.971000', '203238.973000', '203238.976000', '203238.978000', '203238.981000', '203238.984000', '203238.986000', '203238.989000', '203238.991000', '203238.994000', '203238.996000', '203258.887000', '203258.890000', '203258.893000', '203258.895000', '203258.898000', '203258.901000', '203258.905000', '203258.907000', '203258.910000', '203258.912000', '203258.915000', '203258.917000', '203258.920000', '203258.923000', '203258.925000', '203258.928000', '203258.930000', '203258.933000', '203258.935000', '203258.938000', '203258.940000', '203258.943000', '203258.946000', '203258.948000', '203258.951000', '203258.953000', '203258.956000', '203258.959000', '203258.962000', '203258.964000', '203258.967000', '203258.970000', '203258.972000', '203258.975000', '203258.977000', '203258.980000', '203258.983000', '203258.985000', '203258.988000', '203258.990000', '203258.993000', '203258.996000', '203258.998000', '203259.002000', '203318.888000', '203318.891000', '203318.893000', '203318.896000', '203318.898000', '203318.901000', '203318.903000', '203318.906000', '203318.909000', '203318.911000', '203318.914000', '203318.916000', '203318.919000', '203318.922000', '203318.924000', '203318.927000', '203318.929000', '203318.932000', '203318.935000', '203318.937000', '203318.940000', '203318.942000', '203318.945000', '203318.948000', '203318.950000', '203318.953000', '203318.955000', '203318.958000', '203318.960000', '203318.963000', '203318.986000', '203318.988000', '203318.991000', '203318.993000', '203318.996000', '203319.000000', '203319.002000', '203319.005000', '203319.007000', '203319.010000', '203319.012000', '203319.015000', '203319.018000', '203338.887000', '203338.889000', '203338.892000', '203338.895000', '203338.897000', '203338.900000', '203338.903000', '203338.906000', '203338.909000', '203338.912000', '203338.914000', '203338.917000', '203338.919000', '203338.922000', '203338.925000', '203338.927000', '203338.930000', '203338.932000', '203338.935000', '203338.938000', '203338.940000', '203338.943000', '203338.945000', '203338.948000', '203338.951000', '203338.953000', '203338.961000', '203338.964000', '203338.967000', '203338.969000', '203338.972000', '203338.974000', '203338.977000', '203338.980000', '203338.982000', '203338.985000', '203338.987000', '203338.990000', '203338.992000', '203338.995000', '203338.998000', '203339.001000', '203339.004000', '203358.888000', '203358.891000', '203358.893000', '203358.896000', '203358.898000', '203358.901000', '203358.903000', '203358.906000', '203358.909000', '203358.911000', '203358.914000', '203358.916000', '203358.919000', '203358.921000', '203358.924000', '203358.927000', '203358.929000', '203358.932000', '203358.934000', '203358.937000', '203358.940000', '203358.942000', '203358.945000', '203358.947000', '203358.950000', '203358.952000', '203358.955000', '203358.957000', '203358.960000', '203358.963000', '203358.965000', '203358.968000', '203358.971000', '203358.973000', '203358.976000', '203358.978000', '203358.981000', '203358.983000', '203358.986000', '203358.988000', '203358.991000', '203358.994000', '203358.996000', '203359.000000', '203418.888000', '203418.890000', '203418.893000', '203418.896000', '203418.898000', '203418.901000', '203418.904000', '203418.921000', '203418.924000', '203418.927000', '203418.929000', '203418.932000', '203418.934000', '203418.937000', '203418.939000', '203418.943000', '203418.946000', '203418.949000', '203418.951000', '203418.954000', '203418.956000', '203418.959000', '203418.962000', '203418.964000', '203418.967000', '203418.970000', '203418.972000', '203418.975000', '203418.977000', '203418.980000', '203418.983000', '203418.985000', '203418.988000', '203418.990000', '203418.993000', '203419.003000', '203419.006000', '203419.009000', '203419.011000', '203419.014000', '203419.017000', '203419.019000', '203419.022000', '203438.888000', '203438.891000', '203438.893000', '203438.896000', '203438.898000', '203438.901000', '203438.903000', '203438.906000', '203438.909000', '203438.911000', '203438.914000', '203438.916000', '203438.919000', '203438.922000', '203438.924000', '203438.927000', '203438.929000', '203438.932000', '203438.935000', '203438.937000', '203438.940000', '203438.942000', '203438.945000', '203438.948000', '203438.950000', '203438.953000', '203438.955000', '203438.958000', '203438.961000', '203438.963000', '203438.966000', '203438.968000', '203438.971000', '203438.974000', '203438.976000', '203438.979000', '203438.981000', '203438.984000', '203438.986000', '203438.989000', '203438.991000', '203438.994000', '203438.997000', '203439.000000', '203458.887000', '203458.890000', '203458.893000', '203458.895000', '203458.898000', '203458.901000', '203458.903000', '203458.906000', '203458.908000', '203458.911000', '203458.914000', '203458.916000', '203458.934000', '203458.937000', '203458.939000', '203458.942000', '203458.945000', '203458.947000', '203458.950000', '203458.952000', '203458.955000', '203458.957000', '203458.960000', '203458.963000', '203458.965000', '203458.968000', '203458.970000', '203458.973000', '203458.976000', '203458.978000', '203458.981000', '203458.984000', '203458.986000', '203458.989000', '203458.992000', '203458.994000', '203458.997000', '203459.001000', '203459.004000', '203459.006000', '203459.009000', '203459.011000', '203459.014000', '203518.888000', '203518.890000', '203518.893000', '203518.896000', '203518.898000', '203518.901000', '203518.903000', '203518.906000', '203518.909000', '203518.911000', '203518.914000', '203518.916000', '203518.919000', '203518.922000', '203518.924000', '203518.927000', '203518.929000', '203518.932000', '203518.935000', '203518.937000', '203518.940000', '203518.943000', '203518.945000', '203518.948000', '203518.950000', '203518.953000', '203518.956000', '203518.958000', '203518.961000', '203518.963000', '203518.966000', '203518.969000', '203518.971000', '203518.974000', '203518.976000', '203518.979000', '203518.981000', '203518.984000', '203518.987000', '203518.989000', '203518.992000', '203518.995000', '203518.997000', '203519.001000', '203538.888000', '203538.890000', '203538.893000', '203538.896000', '203538.898000', '203538.901000', '203538.903000', '203538.906000', '203538.909000', '203538.911000', '203538.914000', '203538.917000', '203538.919000', '203538.922000', '203538.924000', '203538.927000', '203538.929000', '203538.933000', '203538.936000', '203538.939000', '203538.941000', '203538.944000', '203538.947000', '203538.949000', '203538.952000', '203538.954000', '203538.957000', '203538.959000', '203538.962000', '203538.965000', '203538.967000', '203538.970000', '203538.972000', '203538.975000', '203538.978000', '203538.980000', '203538.984000', '203538.987000', '203538.989000', '203538.992000', '203538.995000', '203538.997000', '203539.001000', '203558.887000', '203558.889000', '203558.892000', '203558.895000', '203558.898000', '203558.900000', '203558.903000', '203558.905000', '203558.908000', '203558.910000', '203558.915000', '203558.918000', '203558.920000', '203558.923000', '203558.925000', '203558.928000', '203558.931000', '203558.933000', '203558.936000', '203558.938000', '203558.941000', '203558.944000', '203558.946000', '203558.949000', '203558.951000', '203558.954000', '203558.957000', '203558.959000', '203558.962000', '203558.965000', '203558.967000', '203558.970000', '203558.972000', '203558.975000', '203558.977000', '203558.980000', '203558.983000', '203558.985000', '203558.988000', '203558.990000', '203558.993000', '203558.995000', '203558.998000', '203559.002000', '203618.888000', '203618.890000', '203618.893000', '203618.896000', '203618.898000', '203618.901000', '203618.903000', '203618.906000', '203618.909000', '203618.911000', '203618.914000', '203618.916000', '203618.919000', '203618.922000', '203618.924000', '203618.927000', '203618.929000', '203618.932000', '203618.934000', '203618.937000', '203618.940000', '203618.942000', '203618.945000', '203618.978000', '203618.981000', '203618.984000', '203618.986000', '203618.989000', '203618.991000', '203618.994000', '203618.996000', '203619.000000', '203619.003000', '203619.006000', '203619.009000', '203619.012000', '203619.015000', '203619.017000', '203619.020000', '203619.023000', '203619.025000', '203619.028000', '203619.030000', '203638.888000', '203638.891000', '203638.893000', '203638.896000', '203638.898000', '203638.901000', '203638.904000', '203638.906000', '203638.909000', '203638.911000', '203638.914000', '203638.917000', '203638.919000', '203638.922000', '203638.924000', '203638.927000', '203638.929000', '203638.932000', '203638.935000', '203638.938000', '203638.940000', '203638.943000', '203638.946000', '203638.948000', '203638.951000', '203638.954000', '203638.956000', '203638.959000', '203638.961000', '203638.964000', '203638.967000', '203638.969000', '203638.972000', '203638.974000', '203638.977000', '203638.980000', '203638.983000', '203638.985000', '203638.988000', '203638.991000', '203638.993000', '203638.996000', '203638.998000', '203639.002000', '203658.888000', '203658.891000', '203658.893000', '203658.896000', '203658.899000', '203658.901000', '203658.904000', '203658.907000', '203658.910000', '203658.912000', '203658.915000', '203658.918000', '203658.920000', '203658.923000', '203658.925000', '203658.928000', '203658.931000', '203658.933000', '203658.936000', '203658.939000', '203658.941000', '203658.944000', '203658.947000', '203658.949000', '203658.952000', '203658.955000', '203658.957000', '203658.960000', '203658.962000', '203658.965000', '203658.968000', '203658.970000', '203658.973000', '203658.976000', '203658.978000', '203658.981000', '203658.983000', '203658.986000', '203658.989000', '203658.991000', '203658.994000', '203658.997000', '203659.000000', '203718.888000', '203718.890000', '203718.893000', '203718.896000', '203718.899000', '203718.901000', '203718.904000', '203718.907000', '203718.909000', '203718.912000', '203718.915000', '203718.917000', '203718.920000', '203718.922000', '203718.925000', '203718.928000', '203718.930000', '203718.933000', '203718.935000', '203718.938000', '203718.941000', '203718.943000', '203718.946000', '203718.949000', '203718.951000', '203718.954000', '203718.956000', '203718.959000', '203718.962000', '203718.964000', '203718.967000', '203718.969000', '203718.972000', '203718.975000', '203718.977000', '203718.980000', '203718.982000', '203718.985000', '203718.988000', '203718.990000', '203718.993000', '203718.995000', '203718.998000', '203719.001000', '203738.888000', '203738.891000', '203738.893000', '203738.896000', '203738.898000', '203738.901000', '203738.903000', '203738.906000', '203738.909000', '203738.911000', '203738.914000', '203738.916000', '203738.919000', '203738.922000', '203738.924000', '203738.927000', '203738.929000', '203738.932000', '203738.935000', '203738.937000', '203738.940000', '203738.942000', '203738.945000', '203738.948000', '203738.950000', '203738.953000', '203738.955000', '203738.958000', '203738.963000', '203738.965000', '203738.968000', '203738.970000', '203738.973000', '203738.992000', '203738.994000', '203738.997000', '203739.001000', '203739.004000', '203739.006000', '203739.009000', '203739.012000', '203739.014000', '203739.017000', '203758.887000', '203758.890000', '203758.893000', '203758.896000', '203758.898000', '203758.901000', '203758.903000', '203758.906000', '203758.909000', '203758.911000', '203758.914000', '203758.916000', '203758.919000', '203758.921000', '203758.924000', '203758.927000', '203758.929000', '203758.932000', '203758.934000', '203758.937000', '203758.940000', '203758.942000', '203758.945000', '203758.947000', '203758.950000', '203758.952000', '203758.955000', '203758.958000', '203758.960000', '203758.963000', '203758.965000', '203758.968000', '203758.971000', '203758.973000', '203758.976000', '203758.979000', '203758.981000', '203758.984000', '203758.986000', '203758.989000', '203758.992000', '203758.994000', '203758.997000', '203759.001000', '203818.887000', '203818.889000', '203818.892000', '203818.895000', '203818.897000', '203818.900000', '203818.902000', '203818.906000', '203818.909000', '203818.911000', '203818.914000', '203818.916000', '203818.919000', '203818.921000', '203818.924000', '203818.927000', '203818.929000', '203818.932000', '203818.934000', '203818.937000', '203818.940000', '203818.942000', '203818.945000', '203818.948000', '203818.950000', '203818.953000', '203818.955000', '203818.958000', '203818.960000', '203818.963000', '203818.972000', '203818.975000', '203818.978000', '203818.980000', '203818.983000', '203818.985000', '203818.988000', '203818.991000', '203818.993000', '203818.996000', '203818.998000', '203819.001000', '203819.004000', '203838.888000', '203838.890000', '203838.893000', '203838.896000', '203838.898000', '203838.901000', '203838.903000', '203838.906000', '203838.909000', '203838.911000', '203838.914000', '203838.916000', '203838.919000', '203838.921000', '203838.924000', '203838.927000', '203838.929000', '203838.932000', '203838.934000', '203838.937000', '203838.939000', '203838.942000', '203838.945000', '203838.947000', '203838.950000', '203838.953000', '203838.955000', '203838.958000', '203838.960000', '203838.963000', '203838.965000', '203838.968000', '203838.971000', '203838.973000', '203838.976000', '203838.979000', '203838.981000', '203838.984000', '203838.986000', '203838.989000', '203838.991000', '203838.994000', '203838.997000', '203839.000000', '203858.888000', '203858.890000', '203858.893000', '203858.896000', '203858.898000', '203858.901000', '203858.904000', '203858.906000', '203858.909000', '203858.911000', '203858.914000', '203858.917000', '203858.919000', '203858.922000', '203858.924000', '203858.927000', '203858.929000', '203858.932000', '203858.935000', '203858.937000', '203858.940000', '203858.942000', '203858.945000', '203858.947000', '203858.950000', '203858.953000', '203858.955000', '203858.958000', '203858.960000', '203858.963000', '203858.997000', '203859.001000', '203859.003000', '203859.006000', '203859.009000', '203859.011000', '203859.014000', '203859.017000', '203859.020000', '203859.023000', '203859.026000', '203859.029000', '203859.031000', '203909.169000', '203909.173000', '203909.176000', '203909.179000', '203909.182000', '203909.185000', '203909.188000', '203909.191000', '203909.194000', '203909.197000', '203909.200000', '203909.203000', '203909.206000', '203909.209000', '203909.211000', '203909.214000', '203909.217000', '203909.220000', '203909.222000', '203909.225000', '203909.228000', '203909.231000', '203909.233000'], 'InstanceCreationTime': ['203038.918000', '203038.921000', '203038.924000', '203038.927000', '203038.929000', '203038.932000', '203038.934000', '203038.937000', '203038.939000', '203038.942000', '203038.945000', '203038.947000', '203038.950000', '203038.952000', '203038.955000', '203038.957000', '203038.960000', '203038.963000', '203038.965000', '203038.968000', '203038.970000', '203038.973000', '203038.975000', '203038.978000', '203038.981000', '203038.983000', '203038.986000', '203038.988000', '203038.991000', '203038.993000', '203038.996000', '203039.000000', '203039.002000', '203039.005000', '203039.007000', '203039.010000', '203039.013000', '203039.015000', '203039.018000', '203039.021000', '203039.023000', '203039.026000', '203039.029000', '203039.031000', '203039.034000', '203039.036000', '203039.039000', '203058.887000', '203058.890000', '203058.893000', '203058.895000', '203058.898000', '203058.900000', '203058.903000', '203058.906000', '203058.908000', '203058.911000', '203058.913000', '203058.916000', '203058.918000', '203058.921000', '203058.924000', '203058.926000', '203058.929000', '203058.931000', '203058.934000', '203058.936000', '203058.939000', '203058.941000', '203058.944000', '203058.947000', '203058.949000', '203058.952000', '203058.954000', '203058.957000', '203058.965000', '203058.968000', '203058.970000', '203058.973000', '203058.975000', '203058.978000', '203058.981000', '203058.983000', '203058.986000', '203058.988000', '203058.991000', '203058.993000', '203058.996000', '203059.000000', '203059.003000', '203059.005000', '203118.887000', '203118.889000', '203118.892000', '203118.895000', '203118.898000', '203118.900000', '203118.903000', '203118.906000', '203118.908000', '203118.911000', '203118.913000', '203118.916000', '203118.919000', '203118.930000', '203118.933000', '203118.935000', '203118.938000', '203118.940000', '203118.943000', '203118.946000', '203118.948000', '203118.951000', '203118.953000', '203118.956000', '203118.959000', '203118.961000', '203118.964000', '203118.966000', '203118.969000', '203118.972000', '203118.974000', '203118.977000', '203118.980000', '203118.982000', '203118.985000', '203118.987000', '203118.990000', '203118.993000', '203118.995000', '203118.998000', '203119.002000', '203119.004000', '203119.007000', '203138.887000', '203138.890000', '203138.893000', '203138.895000', '203138.898000', '203138.901000', '203138.903000', '203138.906000', '203138.908000', '203138.911000', '203138.914000', '203138.916000', '203138.919000', '203138.921000', '203138.924000', '203138.930000', '203138.932000', '203138.935000', '203138.937000', '203138.940000', '203138.942000', '203138.945000', '203138.948000', '203138.957000', '203138.960000', '203138.962000', '203138.965000', '203138.968000', '203138.970000', '203138.973000', '203138.976000', '203138.979000', '203138.981000', '203138.984000', '203138.986000', '203138.997000', '203139.000000', '203139.003000', '203139.006000', '203139.008000', '203139.011000', '203139.013000', '203139.016000', '203139.019000', '203158.888000', '203158.891000', '203158.893000', '203158.896000', '203158.898000', '203158.901000', '203158.904000', '203158.906000', '203158.909000', '203158.911000', '203158.914000', '203158.917000', '203158.919000', '203158.922000', '203158.924000', '203158.927000', '203158.929000', '203158.932000', '203158.934000', '203158.937000', '203158.940000', '203158.942000', '203158.945000', '203158.948000', '203158.950000', '203158.953000', '203158.955000', '203158.958000', '203158.960000', '203158.963000', '203158.966000', '203158.968000', '203158.971000', '203158.974000', '203158.976000', '203158.979000', '203158.981000', '203158.984000', '203158.986000', '203158.989000', '203158.992000', '203158.994000', '203158.997000', '203218.888000', '203218.890000', '203218.893000', '203218.896000', '203218.898000', '203218.901000', '203218.903000', '203218.906000', '203218.909000', '203218.911000', '203218.914000', '203218.916000', '203218.919000', '203218.921000', '203218.924000', '203218.927000', '203218.929000', '203218.932000', '203218.935000', '203218.937000', '203218.940000', '203218.942000', '203218.945000', '203218.948000', '203218.957000', '203218.959000', '203218.962000', '203218.965000', '203218.967000', '203218.970000', '203218.972000', '203218.975000', '203218.977000', '203218.980000', '203218.983000', '203218.985000', '203218.988000', '203218.990000', '203218.993000', '203218.996000', '203218.998000', '203219.002000', '203219.004000', '203219.007000', '203238.887000', '203238.890000', '203238.893000', '203238.896000', '203238.898000', '203238.901000', '203238.903000', '203238.906000', '203238.909000', '203238.911000', '203238.914000', '203238.916000', '203238.919000', '203238.921000', '203238.924000', '203238.927000', '203238.929000', '203238.932000', '203238.935000', '203238.937000', '203238.940000', '203238.942000', '203238.945000', '203238.947000', '203238.950000', '203238.953000', '203238.955000', '203238.958000', '203238.960000', '203238.963000', '203238.965000', '203238.968000', '203238.971000', '203238.973000', '203238.976000', '203238.978000', '203238.981000', '203238.984000', '203238.986000', '203238.989000', '203238.991000', '203238.994000', '203238.996000', '203258.887000', '203258.890000', '203258.893000', '203258.895000', '203258.898000', '203258.901000', '203258.905000', '203258.907000', '203258.910000', '203258.912000', '203258.915000', '203258.917000', '203258.920000', '203258.923000', '203258.925000', '203258.928000', '203258.930000', '203258.933000', '203258.935000', '203258.938000', '203258.940000', '203258.943000', '203258.946000', '203258.948000', '203258.951000', '203258.953000', '203258.956000', '203258.959000', '203258.962000', '203258.964000', '203258.967000', '203258.970000', '203258.972000', '203258.975000', '203258.977000', '203258.980000', '203258.983000', '203258.985000', '203258.988000', '203258.990000', '203258.993000', '203258.996000', '203258.998000', '203259.002000', '203318.888000', '203318.891000', '203318.893000', '203318.896000', '203318.898000', '203318.901000', '203318.903000', '203318.906000', '203318.909000', '203318.911000', '203318.914000', '203318.916000', '203318.919000', '203318.922000', '203318.924000', '203318.927000', '203318.929000', '203318.932000', '203318.935000', '203318.937000', '203318.940000', '203318.942000', '203318.945000', '203318.948000', '203318.950000', '203318.953000', '203318.955000', '203318.958000', '203318.960000', '203318.963000', '203318.986000', '203318.988000', '203318.991000', '203318.993000', '203318.996000', '203319.000000', '203319.002000', '203319.005000', '203319.007000', '203319.010000', '203319.012000', '203319.015000', '203319.018000', '203338.887000', '203338.889000', '203338.892000', '203338.895000', '203338.897000', '203338.900000', '203338.903000', '203338.906000', '203338.909000', '203338.912000', '203338.914000', '203338.917000', '203338.919000', '203338.922000', '203338.925000', '203338.927000', '203338.930000', '203338.932000', '203338.935000', '203338.938000', '203338.940000', '203338.943000', '203338.945000', '203338.948000', '203338.951000', '203338.953000', '203338.961000', '203338.964000', '203338.967000', '203338.969000', '203338.972000', '203338.974000', '203338.977000', '203338.980000', '203338.982000', '203338.985000', '203338.987000', '203338.990000', '203338.992000', '203338.995000', '203338.998000', '203339.001000', '203339.004000', '203358.888000', '203358.891000', '203358.893000', '203358.896000', '203358.898000', '203358.901000', '203358.903000', '203358.906000', '203358.909000', '203358.911000', '203358.914000', '203358.916000', '203358.919000', '203358.921000', '203358.924000', '203358.927000', '203358.929000', '203358.932000', '203358.934000', '203358.937000', '203358.940000', '203358.942000', '203358.945000', '203358.947000', '203358.950000', '203358.952000', '203358.955000', '203358.957000', '203358.960000', '203358.963000', '203358.965000', '203358.968000', '203358.971000', '203358.973000', '203358.976000', '203358.978000', '203358.981000', '203358.983000', '203358.986000', '203358.988000', '203358.991000', '203358.994000', '203358.996000', '203359.000000', '203418.888000', '203418.890000', '203418.893000', '203418.896000', '203418.898000', '203418.901000', '203418.904000', '203418.921000', '203418.924000', '203418.927000', '203418.929000', '203418.932000', '203418.934000', '203418.937000', '203418.939000', '203418.943000', '203418.946000', '203418.949000', '203418.951000', '203418.954000', '203418.956000', '203418.959000', '203418.962000', '203418.964000', '203418.967000', '203418.970000', '203418.972000', '203418.975000', '203418.977000', '203418.980000', '203418.983000', '203418.985000', '203418.988000', '203418.990000', '203418.993000', '203419.003000', '203419.006000', '203419.009000', '203419.011000', '203419.014000', '203419.017000', '203419.019000', '203419.022000', '203438.888000', '203438.891000', '203438.893000', '203438.896000', '203438.898000', '203438.901000', '203438.903000', '203438.906000', '203438.909000', '203438.911000', '203438.914000', '203438.916000', '203438.919000', '203438.922000', '203438.924000', '203438.927000', '203438.929000', '203438.932000', '203438.935000', '203438.937000', '203438.940000', '203438.942000', '203438.945000', '203438.948000', '203438.950000', '203438.953000', '203438.955000', '203438.958000', '203438.961000', '203438.963000', '203438.966000', '203438.968000', '203438.971000', '203438.974000', '203438.976000', '203438.979000', '203438.981000', '203438.984000', '203438.986000', '203438.989000', '203438.991000', '203438.994000', '203438.997000', '203439.000000', '203458.887000', '203458.890000', '203458.893000', '203458.895000', '203458.898000', '203458.901000', '203458.903000', '203458.906000', '203458.908000', '203458.911000', '203458.914000', '203458.916000', '203458.934000', '203458.937000', '203458.939000', '203458.942000', '203458.945000', '203458.947000', '203458.950000', '203458.952000', '203458.955000', '203458.957000', '203458.960000', '203458.963000', '203458.965000', '203458.968000', '203458.970000', '203458.973000', '203458.976000', '203458.978000', '203458.981000', '203458.984000', '203458.986000', '203458.989000', '203458.992000', '203458.994000', '203458.997000', '203459.001000', '203459.004000', '203459.006000', '203459.009000', '203459.011000', '203459.014000', '203518.888000', '203518.890000', '203518.893000', '203518.896000', '203518.898000', '203518.901000', '203518.903000', '203518.906000', '203518.909000', '203518.911000', '203518.914000', '203518.916000', '203518.919000', '203518.922000', '203518.924000', '203518.927000', '203518.929000', '203518.932000', '203518.935000', '203518.937000', '203518.940000', '203518.943000', '203518.945000', '203518.948000', '203518.950000', '203518.953000', '203518.956000', '203518.958000', '203518.961000', '203518.963000', '203518.966000', '203518.969000', '203518.971000', '203518.974000', '203518.976000', '203518.979000', '203518.981000', '203518.984000', '203518.987000', '203518.989000', '203518.992000', '203518.995000', '203518.997000', '203519.001000', '203538.888000', '203538.890000', '203538.893000', '203538.896000', '203538.898000', '203538.901000', '203538.903000', '203538.906000', '203538.909000', '203538.911000', '203538.914000', '203538.917000', '203538.919000', '203538.922000', '203538.924000', '203538.927000', '203538.929000', '203538.933000', '203538.936000', '203538.939000', '203538.941000', '203538.944000', '203538.947000', '203538.949000', '203538.952000', '203538.954000', '203538.957000', '203538.959000', '203538.962000', '203538.965000', '203538.967000', '203538.970000', '203538.972000', '203538.975000', '203538.978000', '203538.980000', '203538.984000', '203538.987000', '203538.989000', '203538.992000', '203538.995000', '203538.997000', '203539.001000', '203558.887000', '203558.889000', '203558.892000', '203558.895000', '203558.898000', '203558.900000', '203558.903000', '203558.905000', '203558.908000', '203558.910000', '203558.915000', '203558.918000', '203558.920000', '203558.923000', '203558.925000', '203558.928000', '203558.931000', '203558.933000', '203558.936000', '203558.938000', '203558.941000', '203558.944000', '203558.946000', '203558.949000', '203558.951000', '203558.954000', '203558.957000', '203558.959000', '203558.962000', '203558.965000', '203558.967000', '203558.970000', '203558.972000', '203558.975000', '203558.977000', '203558.980000', '203558.983000', '203558.985000', '203558.988000', '203558.990000', '203558.993000', '203558.995000', '203558.998000', '203559.002000', '203618.888000', '203618.890000', '203618.893000', '203618.896000', '203618.898000', '203618.901000', '203618.903000', '203618.906000', '203618.909000', '203618.911000', '203618.914000', '203618.916000', '203618.919000', '203618.922000', '203618.924000', '203618.927000', '203618.929000', '203618.932000', '203618.934000', '203618.937000', '203618.940000', '203618.942000', '203618.945000', '203618.978000', '203618.981000', '203618.984000', '203618.986000', '203618.989000', '203618.991000', '203618.994000', '203618.996000', '203619.000000', '203619.003000', '203619.006000', '203619.009000', '203619.012000', '203619.015000', '203619.017000', '203619.020000', '203619.023000', '203619.025000', '203619.028000', '203619.030000', '203638.888000', '203638.891000', '203638.893000', '203638.896000', '203638.898000', '203638.901000', '203638.904000', '203638.906000', '203638.909000', '203638.911000', '203638.914000', '203638.917000', '203638.919000', '203638.922000', '203638.924000', '203638.927000', '203638.929000', '203638.932000', '203638.935000', '203638.938000', '203638.940000', '203638.943000', '203638.946000', '203638.948000', '203638.951000', '203638.954000', '203638.956000', '203638.959000', '203638.961000', '203638.964000', '203638.967000', '203638.969000', '203638.972000', '203638.974000', '203638.977000', '203638.980000', '203638.983000', '203638.985000', '203638.988000', '203638.991000', '203638.993000', '203638.996000', '203638.998000', '203639.002000', '203658.888000', '203658.891000', '203658.893000', '203658.896000', '203658.899000', '203658.901000', '203658.904000', '203658.907000', '203658.910000', '203658.912000', '203658.915000', '203658.918000', '203658.920000', '203658.923000', '203658.925000', '203658.928000', '203658.931000', '203658.933000', '203658.936000', '203658.939000', '203658.941000', '203658.944000', '203658.947000', '203658.949000', '203658.952000', '203658.955000', '203658.957000', '203658.960000', '203658.962000', '203658.965000', '203658.968000', '203658.970000', '203658.973000', '203658.976000', '203658.978000', '203658.981000', '203658.983000', '203658.986000', '203658.989000', '203658.991000', '203658.994000', '203658.997000', '203659.000000', '203718.888000', '203718.890000', '203718.893000', '203718.896000', '203718.899000', '203718.901000', '203718.904000', '203718.907000', '203718.909000', '203718.912000', '203718.915000', '203718.917000', '203718.920000', '203718.922000', '203718.925000', '203718.928000', '203718.930000', '203718.933000', '203718.935000', '203718.938000', '203718.941000', '203718.943000', '203718.946000', '203718.949000', '203718.951000', '203718.954000', '203718.956000', '203718.959000', '203718.962000', '203718.964000', '203718.967000', '203718.969000', '203718.972000', '203718.975000', '203718.977000', '203718.980000', '203718.982000', '203718.985000', '203718.988000', '203718.990000', '203718.993000', '203718.995000', '203718.998000', '203719.001000', '203738.888000', '203738.891000', '203738.893000', '203738.896000', '203738.898000', '203738.901000', '203738.903000', '203738.906000', '203738.909000', '203738.911000', '203738.914000', '203738.916000', '203738.919000', '203738.922000', '203738.924000', '203738.927000', '203738.929000', '203738.932000', '203738.935000', '203738.937000', '203738.940000', '203738.942000', '203738.945000', '203738.948000', '203738.950000', '203738.953000', '203738.955000', '203738.958000', '203738.963000', '203738.965000', '203738.968000', '203738.970000', '203738.973000', '203738.992000', '203738.994000', '203738.997000', '203739.001000', '203739.004000', '203739.006000', '203739.009000', '203739.012000', '203739.014000', '203739.017000', '203758.887000', '203758.890000', '203758.893000', '203758.896000', '203758.898000', '203758.901000', '203758.903000', '203758.906000', '203758.909000', '203758.911000', '203758.914000', '203758.916000', '203758.919000', '203758.921000', '203758.924000', '203758.927000', '203758.929000', '203758.932000', '203758.934000', '203758.937000', '203758.940000', '203758.942000', '203758.945000', '203758.947000', '203758.950000', '203758.952000', '203758.955000', '203758.958000', '203758.960000', '203758.963000', '203758.965000', '203758.968000', '203758.971000', '203758.973000', '203758.976000', '203758.979000', '203758.981000', '203758.984000', '203758.986000', '203758.989000', '203758.992000', '203758.994000', '203758.997000', '203759.001000', '203818.887000', '203818.889000', '203818.892000', '203818.895000', '203818.897000', '203818.900000', '203818.902000', '203818.906000', '203818.909000', '203818.911000', '203818.914000', '203818.916000', '203818.919000', '203818.921000', '203818.924000', '203818.927000', '203818.929000', '203818.932000', '203818.934000', '203818.937000', '203818.940000', '203818.942000', '203818.945000', '203818.948000', '203818.950000', '203818.953000', '203818.955000', '203818.958000', '203818.960000', '203818.963000', '203818.972000', '203818.975000', '203818.978000', '203818.980000', '203818.983000', '203818.985000', '203818.988000', '203818.991000', '203818.993000', '203818.996000', '203818.998000', '203819.001000', '203819.004000', '203838.888000', '203838.890000', '203838.893000', '203838.896000', '203838.898000', '203838.901000', '203838.903000', '203838.906000', '203838.909000', '203838.911000', '203838.914000', '203838.916000', '203838.919000', '203838.921000', '203838.924000', '203838.927000', '203838.929000', '203838.932000', '203838.934000', '203838.937000', '203838.939000', '203838.942000', '203838.945000', '203838.947000', '203838.950000', '203838.953000', '203838.955000', '203838.958000', '203838.960000', '203838.963000', '203838.965000', '203838.968000', '203838.971000', '203838.973000', '203838.976000', '203838.979000', '203838.981000', '203838.984000', '203838.986000', '203838.989000', '203838.991000', '203838.994000', '203838.997000', '203839.000000', '203858.888000', '203858.890000', '203858.893000', '203858.896000', '203858.898000', '203858.901000', '203858.904000', '203858.906000', '203858.909000', '203858.911000', '203858.914000', '203858.917000', '203858.919000', '203858.922000', '203858.924000', '203858.927000', '203858.929000', '203858.932000', '203858.935000', '203858.937000', '203858.940000', '203858.942000', '203858.945000', '203858.947000', '203858.950000', '203858.953000', '203858.955000', '203858.958000', '203858.960000', '203858.963000', '203858.997000', '203859.001000', '203859.003000', '203859.006000', '203859.009000', '203859.011000', '203859.014000', '203859.017000', '203859.020000', '203859.023000', '203859.026000', '203859.029000', '203859.031000', '203909.169000', '203909.173000', '203909.176000', '203909.179000', '203909.182000', '203909.185000', '203909.188000', '203909.191000', '203909.194000', '203909.197000', '203909.200000', '203909.203000', '203909.206000', '203909.209000', '203909.211000', '203909.214000', '203909.217000', '203909.220000', '203909.222000', '203909.225000', '203909.228000', '203909.231000', '203909.233000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157], 'LargestImagePixelValue': [9524, 12174, 8847, 11160, 9078, 11093, 11087, 12831, 10463, 8925, 10730, 8960, 11700, 9928, 11317, 9723, 10536, 10721, 14161, 10784, 8796, 10687, 9010, 12099, 9607, 11867, 8737, 11215, 9511, 11825, 11366, 10851, 10173, 11529, 10541, 10094, 10232, 8858, 11001, 9667, 12879, 9109, 11131, 9226, 11984, 11871, 10925, 10023, 12818, 10406, 9040, 10641, 9037, 11057, 8313, 12305, 9602, 11767, 9524, 10919, 11058, 12698, 10278, 10107, 9843, 8474, 11171, 8252, 11524, 8248, 10869, 9631, 11260, 10552, 10691, 10148, 11647, 10722, 12757, 9805, 9205, 10339, 8677, 10752, 8820, 10860, 8391, 11601, 9670, 11565, 9429, 10533, 10954, 12938, 10349, 8159, 10311, 8886, 11592, 8307, 11863, 8646, 10893, 9180, 11504, 11451, 10775, 9532, 12289, 10191, 8251, 10436, 8954, 10654, 8753, 11067, 10971, 10816, 9350, 8382, 10588, 9704, 11908, 8713, 11480, 9165, 11589, 10314, 11745, 9761, 11154, 11299, 12473, 11606, 11757, 10349, 11839, 10543, 8558, 10785, 9191, 11101, 8497, 11924, 9499, 11108, 8824, 10867, 9828, 11563, 11236, 10879, 10333, 10587, 10696, 12317, 10896, 12829, 9848, 9991, 10478, 8319, 10799, 8913, 10924, 8436, 10840, 9111, 11032, 8914, 10952, 9431, 11380, 11528, 10954, 10481, 11246, 10360, 13073, 10841, 8285, 10654, 8988, 11726, 8852, 12382, 9117, 11477, 10933, 11882, 11173, 12885, 10372, 8659, 10672, 9621, 12043, 8942, 11475, 8706, 11931, 10041, 11785, 10340, 10900, 10782, 13346, 10207, 8555, 10420, 9027, 11972, 9462, 11250, 10097, 10440, 10405, 13139, 10792, 9190, 11039, 8860, 12360, 10169, 12143, 9219, 11360, 10830, 12295, 11586, 10976, 10372, 11556, 10547, 12314, 10522, 8701, 11034, 8607, 12360, 9322, 11600, 9552, 10987, 10638, 12003, 9988, 10138, 10007, 8014, 11244, 8779, 10783, 8897, 11302, 9265, 11315, 10380, 10829, 9955, 13287, 10803, 9116, 10960, 8501, 12151, 10294, 11526, 10626, 11963, 10940, 9319, 11406, 8704, 11573, 9448, 11431, 11531, 10746, 9960, 9277, 10454, 9671, 12540, 8903, 11129, 10683, 11505, 10464, 8957, 10660, 8345, 11867, 10000, 11217, 10520, 11803, 10937, 9482, 11611, 8477, 11629, 10061, 11378, 11425, 11022, 10073, 12374, 10533, 8391, 10600, 8820, 11409, 8834, 11948, 8554, 11078, 9116, 11146, 11162, 11127, 9899, 12174, 10315, 8591, 10745, 8919, 10896, 8479, 11311, 9618, 11282, 10443, 11267, 10571, 8586, 10840, 8696, 11543, 9934, 11335, 10568, 10687, 10369, 14761, 10925, 8843, 10899, 9143, 12831, 9177, 11837, 9132, 11368, 11231, 11490, 10344, 12405, 9827, 7942, 10629, 9325, 11685, 8154, 11030, 9335, 11146, 10870, 9392, 9878, 9010, 11976, 9346, 11958, 9320, 11195, 11535, 12715, 11062, 13599, 10638, 9794, 11273, 9821, 11608, 8950, 11950, 9547, 11766, 10247, 11290, 10269, 11260, 10720, 8588, 10314, 9045, 11382, 9121, 11612, 9945, 10932, 10246, 12763, 10712, 8792, 10534, 8653, 12405, 9904, 11812, 10271, 10928, 10114, 13723, 10673, 8779, 10664, 8848, 11324, 8760, 11785, 8290, 11161, 8958, 11466, 11258, 10996, 9401, 10032, 10629, 9168, 11274, 8471, 11027, 9460, 11264, 11598, 10899, 10264, 12340, 10632, 11561, 11346, 9522, 11523, 8895, 11890, 9194, 12092, 10120, 11316, 10385, 12076, 10802, 8912, 10873, 8808, 11550, 9662, 11572, 11280, 11132, 10501, 12640, 10896, 9959, 11545, 8453, 10999, 10500, 9551, 11105, 8466, 10782, 8916, 11702, 11803, 10966, 10332, 11295, 11044, 14934, 11247, 8739, 10446, 8969, 12535, 9553, 12089, 8445, 11343, 9165, 11359, 10722, 11377, 9762, 10709, 10459, 12336, 10065, 8944, 9843, 8784, 10825, 8349, 12264, 8141, 10782, 9150, 11243, 10935, 10714, 9518, 11542, 10216, 8844, 10417, 8985, 11014, 8912, 12521, 9884, 11547, 10714, 11045, 10758, 14146, 10477, 8973, 10874, 9025, 12739, 9235, 12239, 8780, 11166, 11209, 11338, 10470, 9453, 9593, 8958, 11444, 8427, 11810, 8770, 11044, 10662, 11314, 10592, 9676, 9917, 9121, 12230, 9259, 11656, 9160, 10828, 10932, 13204, 9992, 8880, 11069, 8377, 11588, 10224, 10838, 9571, 10652, 10066, 9133, 11998, 8508, 10757, 9479, 10902, 10835, 11236, 9755, 8712, 11108, 8547, 11472, 8635, 10764, 10214, 10850, 10150, 9834, 9744, 9074, 11296, 8366, 11216, 8477, 11004, 9652, 10753, 9624, 8218, 9714, 8730, 11809, 9096, 10865, 9389, 10351, 10426, 13634, 10113, 8528, 10713, 9203, 12730, 8999, 11447, 8442, 11074, 11468, 11288, 9636, 8000, 9927, 8434, 11594, 9200, 11195, 9620, 9242, 10461, 8521, 10933, 8774, 10868, 11101, 12851, 9755, 8738, 10338, 9025, 12460, 8910, 11457, 11101, 12719, 10550, 9040, 10703, 8392, 11935, 9975, 11542, 9459, 11001, 10962, 12099, 10143, 8859, 9751, 9112, 12153, 8833, 11520, 8531, 10760, 11092, 10017, 9715, 8789, 11086, 9241, 10903, 10656, 10316, 9267, 8898, 9593, 8950, 10426, 8959, 12639, 9787, 11887, 9852, 11466, 10085, 9113, 10695, 8480, 11105, 8875, 10360, 10343, 12747, 10316, 8916, 11438, 9089, 11251, 11434, 8750, 10183, 8357, 11659, 9879, 11239, 10158, 10225, 10006, 9514, 11015, 8299, 11391, 9197, 11346, 11245, 8612, 10993, 8536, 10937, 8976, 10722, 10023, 9194, 11154, 9195, 11611, 10308, 9014, 10335, 8883, 11297, 9783, 12257, 9134, 12168, 10618, 8504, 9529, 11090, 10208, 8585, 11297, 8703, 11956, 9603, 11864, 8912, 11500, 9309, 12153, 10146, 11473, 10389, 14407, 9782, 13934, 10255, 8634, 10646, 9120, 10225, 10569, 9186, 9311, 8457, 10068, 9125, 13323, 9115, 11194, 8560, 10990, 11333, 9424, 11110, 9013, 10131, 8795, 10705, 10203, 10272, 10053, 9132, 9900, 9094, 10872, 9406, 10357, 10821, 11460, 11319, 11013, 10057, 13505, 9967, 9851, 10054, 8867, 11015, 9075, 11314, 9106, 11420, 8630, 10969, 8665, 11031, 8993, 11026, 8577, 10323, 8875, 10164, 10191, 9324, 9938, 9377, 10467, 9876, 10694, 10734, 10863, 10364, 12230, 11390, 8877, 10784, 10319, 11252, 10561, 9347, 10690, 9323, 12137, 10504, 11531, 9031, 11026, 10866, 11859, 11360, 9352, 10054, 8779, 11322, 9850, 11803, 10183, 9264, 11094, 9710, 11027, 10688, 9964, 9977, 10179, 10807, 8604, 11777, 9448, 11749, 10099, 11506, 10697, 13313, 10265, 9887, 10066, 8869, 11060, 8870, 11832, 9458, 10776, 9018, 10761, 9427, 11099, 10374, 11478, 9853, 8782, 9861, 8818, 10552, 8732, 10545, 11009, 11698, 9710, 8834, 11324, 9388, 11282, 8601, 10341, 10609, 11332, 11491, 13945, 9740, 12730, 10163, 9047, 9772, 8940, 10913, 8762, 11728, 9202, 10863, 10227, 10008, 10501, 10971, 9448, 9469, 10046, 9299, 11216, 8737, 10868, 8782, 10736, 10767, 10941, 10422, 9110, 9736, 9044, 10066, 8749, 10714, 8801, 10366, 10673, 9529, 10428, 8762, 10533, 9390, 11804, 9015, 10931, 8681, 11844, 8804, 11103, 9230, 11196, 8817, 11531, 8813, 10666, 10484, 10552, 10795, 9514, 10263, 9528, 10413, 9005, 11933, 9140, 10669, 10535, 11237, 10886, 10313, 10277, 9768, 11733, 9478, 11421, 9401, 10940, 11142, 12521, 10035, 8994, 10088, 9140, 12192, 8904, 10945, 8909, 10460, 11211, 11749, 9365, 8345, 9531, 9573, 10705, 8602, 10138, 8657, 10549, 10501, 9940, 9775, 9333, 11287, 9317, 11306, 9269, 10277, 11018, 9725, 9889, 9319, 11160, 10033, 11343, 11067, 10717, 10858, 13425, 11139, 9481, 11143, 8804, 12350, 10513, 11684, 10323, 11298, 10619, 12067, 10634, 9246, 11819, 9491, 11704, 11142, 10972, 10150, 8954, 10645, 8899, 11272, 9309, 10508, 10776, 11520, 11214, 11304, 9922, 9536, 11529, 8984, 11046, 9262, 10850, 11727, 13977, 9708, 9292, 10329, 9793, 10711, 10475, 9316, 10302, 9160, 12454, 9575, 11192, 9245, 11340, 12229, 13010, 9978, 9629, 11141, 9229, 12381, 9244, 10580, 10350, 11607, 10504, 9280, 10526, 9491, 10592, 10370, 9238, 10454, 9069, 11706, 9652, 11286, 9300, 10601, 9945, 11352, 10669, 9594, 10350, 9314, 10914, 9518, 10194, 8880, 11423, 9523, 11480, 9343, 10375, 10549, 11306, 11132, 13727, 9776, 9293, 10722, 9634, 10359, 10265, 9634, 9981, 9740, 10783, 8625, 10913, 8706, 12218, 10341, 11402, 10493, 8999, 10186, 9644, 10817, 8845, 11261, 8679, 12326, 10145, 11710, 9495, 10315, 11315, 11662, 10906, 10317, 9817, 9109, 10423, 8777, 10718, 9391, 10351, 10570], 'WindowCenter': [4554.0, 4558.0, 4514.0, 4530.0, 4499.0, 4517.0, 4529.0, 4525.0, 4518.0, 4495.0, 4503.0, 4498.0, 4528.0, 4508.0, 4514.0, 4497.0, 4504.0, 4517.0, 4536.0, 4519.0, 4485.0, 4507.0, 4496.0, 4528.0, 4496.0, 4516.0, 4484.0, 4504.0, 4505.0, 4515.0, 4515.0, 4503.0, 4494.0, 4515.0, 4506.0, 4495.0, 4495.0, 4483.0, 4503.0, 4482.0, 4515.0, 4482.0, 4500.0, 4494.0, 4503.0, 4503.0, 4489.0, 4491.0, 4511.0, 4502.0, 4481.0, 4492.0, 4468.0, 4501.0, 4472.0, 4513.0, 4480.0, 4500.0, 4480.0, 4489.0, 4503.0, 4509.0, 4493.0, 4480.0, 4490.0, 4471.0, 4501.0, 4473.0, 4500.0, 4470.0, 4502.0, 4494.0, 4501.0, 4493.0, 4490.0, 4492.0, 4501.0, 4502.0, 4512.0, 4492.0, 4479.0, 4494.0, 4471.0, 4491.0, 4470.0, 4491.0, 4471.0, 4503.0, 4482.0, 4500.0, 4482.0, 4490.0, 4503.0, 4509.0, 4494.0, 4459.0, 4490.0, 4481.0, 4513.0, 4471.0, 4503.0, 4471.0, 4490.0, 4484.0, 4500.0, 4503.0, 4490.0, 4481.0, 4501.0, 4502.0, 4472.0, 4502.0, 4481.0, 4501.0, 4483.0, 4515.0, 4512.0, 4504.0, 4497.0, 4484.0, 4517.0, 4504.0, 4526.0, 4484.0, 4515.0, 4496.0, 4516.0, 4505.0, 4513.0, 4493.0, 4503.0, 4504.0, 4511.0, 4515.0, 4501.0, 4492.0, 4499.0, 4504.0, 4472.0, 4502.0, 4479.0, 4502.0, 4481.0, 4514.0, 4493.0, 4502.0, 4483.0, 4502.0, 4504.0, 4503.0, 4502.0, 4490.0, 4492.0, 4490.0, 4501.0, 4500.0, 4502.0, 4499.0, 4491.0, 4478.0, 4492.0, 4470.0, 4492.0, 4470.0, 4502.0, 4471.0, 4502.0, 4485.0, 4505.0, 4482.0, 4504.0, 4494.0, 4513.0, 4512.0, 4502.0, 4503.0, 4498.0, 4494.0, 4512.0, 4504.0, 4471.0, 4502.0, 4481.0, 4514.0, 4483.0, 4514.0, 4483.0, 4501.0, 4502.0, 4511.0, 4503.0, 4510.0, 4503.0, 4470.0, 4502.0, 4483.0, 4514.0, 4472.0, 4503.0, 4470.0, 4501.0, 4492.0, 4500.0, 4491.0, 4489.0, 4503.0, 4512.0, 4491.0, 4469.0, 4502.0, 4482.0, 4513.0, 4492.0, 4513.0, 4505.0, 4503.0, 4517.0, 4523.0, 4507.0, 4493.0, 4505.0, 4494.0, 4525.0, 4505.0, 4512.0, 4483.0, 4502.0, 4504.0, 4514.0, 4504.0, 4490.0, 4492.0, 4501.0, 4503.0, 4502.0, 4493.0, 4469.0, 4501.0, 4481.0, 4513.0, 4483.0, 4501.0, 4492.0, 4500.0, 4503.0, 4511.0, 4493.0, 4491.0, 4493.0, 4474.0, 4515.0, 4482.0, 4503.0, 4481.0, 4503.0, 4492.0, 4504.0, 4503.0, 4502.0, 4494.0, 4521.0, 4505.0, 4484.0, 4504.0, 4485.0, 4515.0, 4492.0, 4501.0, 4501.0, 4501.0, 4503.0, 4482.0, 4503.0, 4470.0, 4502.0, 4491.0, 4503.0, 4503.0, 4489.0, 4489.0, 4481.0, 4504.0, 4481.0, 4513.0, 4472.0, 4499.0, 4503.0, 4501.0, 4502.0, 4483.0, 4503.0, 4483.0, 4514.0, 4503.0, 4504.0, 4504.0, 4512.0, 4506.0, 4493.0, 4504.0, 4472.0, 4502.0, 4494.0, 4501.0, 4504.0, 4490.0, 4491.0, 4510.0, 4493.0, 4471.0, 4491.0, 4470.0, 4504.0, 4483.0, 4503.0, 4470.0, 4490.0, 4483.0, 4501.0, 4503.0, 4490.0, 4491.0, 4500.0, 4492.0, 4470.0, 4503.0, 4471.0, 4503.0, 4473.0, 4504.0, 4494.0, 4502.0, 4494.0, 4502.0, 4504.0, 4483.0, 4502.0, 4471.0, 4513.0, 4494.0, 4503.0, 4504.0, 4491.0, 4504.0, 4524.0, 4503.0, 4481.0, 4502.0, 4483.0, 4513.0, 4482.0, 4500.0, 4481.0, 4501.0, 4503.0, 4500.0, 4493.0, 4511.0, 4492.0, 4471.0, 4504.0, 4482.0, 4514.0, 4462.0, 4502.0, 4493.0, 4501.0, 4504.0, 4482.0, 4495.0, 4485.0, 4515.0, 4495.0, 4513.0, 4495.0, 4514.0, 4517.0, 4514.0, 4507.0, 4513.0, 4493.0, 4491.0, 4504.0, 4492.0, 4502.0, 4473.0, 4501.0, 4483.0, 4503.0, 4492.0, 4499.0, 4493.0, 4501.0, 4504.0, 4472.0, 4494.0, 4482.0, 4515.0, 4482.0, 4502.0, 4493.0, 4502.0, 4504.0, 4513.0, 4504.0, 4482.0, 4504.0, 4484.0, 4516.0, 4494.0, 4512.0, 4492.0, 4501.0, 4505.0, 4523.0, 4505.0, 4472.0, 4503.0, 4482.0, 4504.0, 4473.0, 4513.0, 4471.0, 4501.0, 4484.0, 4503.0, 4503.0, 4492.0, 4484.0, 4490.0, 4504.0, 4481.0, 4504.0, 4471.0, 4502.0, 4506.0, 4503.0, 4514.0, 4502.0, 4504.0, 4514.0, 4505.0, 4505.0, 4504.0, 4482.0, 4503.0, 4471.0, 4513.0, 4482.0, 4512.0, 4492.0, 4501.0, 4494.0, 4512.0, 4504.0, 4482.0, 4503.0, 4482.0, 4504.0, 4494.0, 4503.0, 4504.0, 4502.0, 4492.0, 4511.0, 4504.0, 4491.0, 4503.0, 4471.0, 4502.0, 4514.0, 4494.0, 4514.0, 4485.0, 4528.0, 4497.0, 4525.0, 4515.0, 4503.0, 4506.0, 4516.0, 4517.0, 4533.0, 4506.0, 4472.0, 4492.0, 4482.0, 4514.0, 4482.0, 4502.0, 4469.0, 4490.0, 4482.0, 4501.0, 4491.0, 4488.0, 4480.0, 4490.0, 4491.0, 4499.0, 4491.0, 4467.0, 4481.0, 4471.0, 4493.0, 4470.0, 4500.0, 4461.0, 4489.0, 4482.0, 4502.0, 4501.0, 4492.0, 4493.0, 4501.0, 4503.0, 4482.0, 4501.0, 4481.0, 4504.0, 4483.0, 4515.0, 4493.0, 4501.0, 4502.0, 4502.0, 4504.0, 4521.0, 4491.0, 4470.0, 4493.0, 4479.0, 4513.0, 4482.0, 4502.0, 4472.0, 4491.0, 4504.0, 4489.0, 4490.0, 4480.0, 4481.0, 4480.0, 4503.0, 4471.0, 4503.0, 4473.0, 4501.0, 4503.0, 4500.0, 4493.0, 4480.0, 4493.0, 4480.0, 4502.0, 4480.0, 4499.0, 4481.0, 4491.0, 4503.0, 4510.0, 4492.0, 4469.0, 4502.0, 4473.0, 4502.0, 4494.0, 4490.0, 4480.0, 4493.0, 4492.0, 4483.0, 4503.0, 4472.0, 4490.0, 4495.0, 4501.0, 4503.0, 4501.0, 4482.0, 4471.0, 4503.0, 4471.0, 4502.0, 4470.0, 4501.0, 4492.0, 4501.0, 4491.0, 4481.0, 4493.0, 4482.0, 4504.0, 4472.0, 4503.0, 4471.0, 4502.0, 4494.0, 4490.0, 4493.0, 4471.0, 4493.0, 4482.0, 4513.0, 4484.0, 4503.0, 4483.0, 4502.0, 4504.0, 4522.0, 4505.0, 4471.0, 4504.0, 4483.0, 4512.0, 4472.0, 4502.0, 4470.0, 4502.0, 4501.0, 4500.0, 4481.0, 4459.0, 4493.0, 4472.0, 4502.0, 4482.0, 4500.0, 4494.0, 4483.0, 4504.0, 4481.0, 4502.0, 4484.0, 4503.0, 4504.0, 4512.0, 4492.0, 4481.0, 4494.0, 4483.0, 4512.0, 4480.0, 4502.0, 4503.0, 4510.0, 4505.0, 4471.0, 4492.0, 4472.0, 4503.0, 4491.0, 4503.0, 4479.0, 4490.0, 4501.0, 4500.0, 4493.0, 4468.0, 4479.0, 4481.0, 4501.0, 4482.0, 4500.0, 4471.0, 4501.0, 4504.0, 4491.0, 4482.0, 4471.0, 4503.0, 4493.0, 4503.0, 4502.0, 4490.0, 4483.0, 4472.0, 4491.0, 4472.0, 4493.0, 4482.0, 4514.0, 4481.0, 4501.0, 4482.0, 4498.0, 4491.0, 4469.0, 4492.0, 4471.0, 4501.0, 4481.0, 4503.0, 4504.0, 4513.0, 4493.0, 4482.0, 4501.0, 4484.0, 4502.0, 4505.0, 4470.0, 4491.0, 4472.0, 4505.0, 4494.0, 4502.0, 4491.0, 4490.0, 4493.0, 4480.0, 4503.0, 4470.0, 4500.0, 4484.0, 4501.0, 4502.0, 4469.0, 4503.0, 4481.0, 4504.0, 4484.0, 4503.0, 4496.0, 4493.0, 4516.0, 4494.0, 4515.0, 4506.0, 4483.0, 4505.0, 4482.0, 4504.0, 4493.0, 4517.0, 4484.0, 4502.0, 4502.0, 4510.0, 4508.0, 4528.0, 4518.0, 4498.0, 4527.0, 4498.0, 4519.0, 4494.0, 4502.0, 4496.0, 4527.0, 4495.0, 4502.0, 4480.0, 4486.0, 4476.0, 4505.0, 4480.0, 4497.0, 4478.0, 4473.0, 4489.0, 4468.0, 4479.0, 4490.0, 4469.0, 4479.0, 4461.0, 4491.0, 4482.0, 4511.0, 4468.0, 4488.0, 4458.0, 4478.0, 4487.0, 4469.0, 4487.0, 4468.0, 4479.0, 4471.0, 4490.0, 4490.0, 4488.0, 4490.0, 4480.0, 4492.0, 4482.0, 4500.0, 4483.0, 4490.0, 4501.0, 4502.0, 4491.0, 4488.0, 4480.0, 4508.0, 4480.0, 4479.0, 4480.0, 4468.0, 4489.0, 4470.0, 4491.0, 4469.0, 4490.0, 4456.0, 4489.0, 4458.0, 4490.0, 4457.0, 4475.0, 4457.0, 4477.0, 4481.0, 4489.0, 4491.0, 4480.0, 4493.0, 4494.0, 4504.0, 4496.0, 4493.0, 4504.0, 4501.0, 4504.0, 4502.0, 4503.0, 4471.0, 4490.0, 4492.0, 4501.0, 4493.0, 4481.0, 4492.0, 4479.0, 4504.0, 4491.0, 4491.0, 4470.0, 4490.0, 4492.0, 4488.0, 4488.0, 4467.0, 4478.0, 4469.0, 4489.0, 4481.0, 4490.0, 4488.0, 4480.0, 4501.0, 4483.0, 4503.0, 4501.0, 4490.0, 4493.0, 4492.0, 4504.0, 4470.0, 4501.0, 4481.0, 4502.0, 4479.0, 4488.0, 4476.0, 4497.0, 4482.0, 4480.0, 4479.0, 4469.0, 4490.0, 4469.0, 4499.0, 4468.0, 4479.0, 4458.0, 4479.0, 4467.0, 4486.0, 4477.0, 4486.0, 4481.0, 4459.0, 4479.0, 4468.0, 4490.0, 4470.0, 4490.0, 4491.0, 4498.0, 4479.0, 4468.0, 4502.0, 4482.0, 4490.0, 4471.0, 4480.0, 4491.0, 4490.0, 4490.0, 4497.0, 4479.0, 4497.0, 4479.0, 4468.0, 4469.0, 4457.0, 4487.0, 4459.0, 4490.0, 4469.0, 4488.0, 4476.0, 4479.0, 4490.0, 4488.0, 4478.0, 4477.0, 4480.0, 4469.0, 4491.0, 4469.0, 4489.0, 4469.0, 4489.0, 4489.0, 4489.0, 4488.0, 4468.0, 4480.0, 4470.0, 4480.0, 4470.0, 4491.0, 4482.0, 4490.0, 4493.0, 4481.0, 4502.0, 4470.0, 4505.0, 4482.0, 4501.0, 4470.0, 4490.0, 4470.0, 4502.0, 4471.0, 4491.0, 4480.0, 4502.0, 4471.0, 4502.0, 4471.0, 4490.0, 4490.0, 4493.0, 4502.0, 4481.0, 4492.0, 4481.0, 4494.0, 4483.0, 4503.0, 4483.0, 4490.0, 4493.0, 4491.0, 4493.0, 4479.0, 4491.0, 4479.0, 4501.0, 4481.0, 4490.0, 4469.0, 4489.0, 4489.0, 4499.0, 4481.0, 4466.0, 4479.0, 4468.0, 4501.0, 4470.0, 4487.0, 4469.0, 4488.0, 4500.0, 4498.0, 4481.0, 4457.0, 4480.0, 4481.0, 4491.0, 4472.0, 4490.0, 4482.0, 4502.0, 4502.0, 4489.0, 4493.0, 4482.0, 4505.0, 4482.0, 4502.0, 4482.0, 4491.0, 4504.0, 4494.0, 4493.0, 4482.0, 4502.0, 4494.0, 4503.0, 4503.0, 4491.0, 4503.0, 4511.0, 4504.0, 4482.0, 4502.0, 4470.0, 4515.0, 4492.0, 4500.0, 4481.0, 4489.0, 4491.0, 4500.0, 4492.0, 4469.0, 4501.0, 4482.0, 4502.0, 4502.0, 4489.0, 4492.0, 4481.0, 4502.0, 4481.0, 4502.0, 4482.0, 4491.0, 4503.0, 4501.0, 4502.0, 4490.0, 4492.0, 4481.0, 4501.0, 4482.0, 4503.0, 4481.0, 4501.0, 4501.0, 4510.0, 4482.0, 4479.0, 4492.0, 4493.0, 4503.0, 4504.0, 4483.0, 4504.0, 4483.0, 4513.0, 4492.0, 4502.0, 4483.0, 4502.0, 4501.0, 4510.0, 4482.0, 4477.0, 4491.0, 4482.0, 4502.0, 4480.0, 4490.0, 4493.0, 4501.0, 4491.0, 4481.0, 4490.0, 4492.0, 4491.0, 4503.0, 4493.0, 4505.0, 4487.0, 4516.0, 4483.0, 4502.0, 4482.0, 4490.0, 4480.0, 4490.0, 4492.0, 4479.0, 4493.0, 4479.0, 4494.0, 4468.0, 4480.0, 4471.0, 4502.0, 4467.0, 4489.0, 4480.0, 4480.0, 4491.0, 4489.0, 4491.0, 4509.0, 4481.0, 4479.0, 4492.0, 4481.0, 4492.0, 4493.0, 4481.0, 4494.0, 4482.0, 4494.0, 4472.0, 4503.0, 4473.0, 4503.0, 4493.0, 4500.0, 4491.0, 4471.0, 4494.0, 4481.0, 4490.0, 4471.0, 4504.0, 4472.0, 4503.0, 4481.0, 4489.0, 4481.0, 4491.0, 4502.0, 4490.0, 4492.0, 4480.0, 4480.0, 4469.0, 4492.0, 4472.0, 4491.0, 4470.0, 4478.0, 4492.0], 'WindowWidth': [10014.0, 10005.0, 9933.0, 9946.0, 9901.0, 9923.0, 9942.0, 9931.0, 9925.0, 9888.0, 9898.0, 9895.0, 9936.0, 9908.0, 9912.0, 9892.0, 9898.0, 9923.0, 9944.0, 9925.0, 9873.0, 9906.0, 9893.0, 9937.0, 9891.0, 9916.0, 9870.0, 9895.0, 9903.0, 9914.0, 9915.0, 9894.0, 9884.0, 9915.0, 9904.0, 9884.0, 9887.0, 9865.0, 9896.0, 9865.0, 9913.0, 9863.0, 9886.0, 9883.0, 9894.0, 9894.0, 9870.0, 9875.0, 9901.0, 9894.0, 9862.0, 9878.0, 9840.0, 9886.0, 9850.0, 9908.0, 9858.0, 9884.0, 9859.0, 9869.0, 9894.0, 9898.0, 9880.0, 9858.0, 9873.0, 9850.0, 9888.0, 9852.0, 9886.0, 9846.0, 9890.0, 9885.0, 9889.0, 9880.0, 9872.0, 9878.0, 9889.0, 9892.0, 9903.0, 9877.0, 9857.0, 9883.0, 9847.0, 9875.0, 9844.0, 9875.0, 9848.0, 9894.0, 9864.0, 9885.0, 9864.0, 9871.0, 9895.0, 9899.0, 9882.0, 9829.0, 9874.0, 9862.0, 9908.0, 9850.0, 9892.0, 9847.0, 9872.0, 9869.0, 9888.0, 9893.0, 9871.0, 9862.0, 9887.0, 9893.0, 9850.0, 9891.0, 9862.0, 9889.0, 9871.0, 9914.0, 9911.0, 9900.0, 9893.0, 9874.0, 9923.0, 9902.0, 9932.0, 9874.0, 9915.0, 9891.0, 9918.0, 9901.0, 9909.0, 9881.0, 9892.0, 9898.0, 9904.0, 9913.0, 9887.0, 9879.0, 9885.0, 9897.0, 9851.0, 9892.0, 9858.0, 9891.0, 9863.0, 9910.0, 9880.0, 9890.0, 9868.0, 9890.0, 9899.0, 9894.0, 9894.0, 9872.0, 9878.0, 9872.0, 9891.0, 9885.0, 9892.0, 9882.0, 9874.0, 9854.0, 9878.0, 9845.0, 9877.0, 9844.0, 9892.0, 9850.0, 9894.0, 9872.0, 9899.0, 9866.0, 9895.0, 9886.0, 9908.0, 9908.0, 9891.0, 9893.0, 9883.0, 9885.0, 9905.0, 9897.0, 9848.0, 9891.0, 9862.0, 9910.0, 9868.0, 9910.0, 9867.0, 9889.0, 9895.0, 9903.0, 9896.0, 9902.0, 9894.0, 9848.0, 9895.0, 9867.0, 9908.0, 9850.0, 9893.0, 9847.0, 9889.0, 9878.0, 9886.0, 9874.0, 9869.0, 9895.0, 9903.0, 9877.0, 9844.0, 9890.0, 9867.0, 9911.0, 9881.0, 9908.0, 9902.0, 9897.0, 9921.0, 9923.0, 9907.0, 9883.0, 9901.0, 9887.0, 9931.0, 9900.0, 9906.0, 9867.0, 9890.0, 9900.0, 9910.0, 9898.0, 9873.0, 9877.0, 9888.0, 9896.0, 9890.0, 9880.0, 9843.0, 9889.0, 9863.0, 9909.0, 9866.0, 9887.0, 9878.0, 9888.0, 9897.0, 9904.0, 9883.0, 9875.0, 9882.0, 9856.0, 9914.0, 9867.0, 9896.0, 9862.0, 9896.0, 9881.0, 9898.0, 9895.0, 9892.0, 9884.0, 9917.0, 9901.0, 9871.0, 9897.0, 9873.0, 9914.0, 9879.0, 9890.0, 9891.0, 9890.0, 9896.0, 9865.0, 9895.0, 9847.0, 9891.0, 9878.0, 9894.0, 9894.0, 9871.0, 9872.0, 9860.0, 9896.0, 9862.0, 9906.0, 9850.0, 9884.0, 9896.0, 9890.0, 9894.0, 9865.0, 9894.0, 9871.0, 9912.0, 9898.0, 9896.0, 9897.0, 9907.0, 9903.0, 9882.0, 9896.0, 9851.0, 9891.0, 9883.0, 9891.0, 9896.0, 9873.0, 9877.0, 9901.0, 9881.0, 9847.0, 9874.0, 9845.0, 9897.0, 9865.0, 9894.0, 9845.0, 9871.0, 9865.0, 9886.0, 9891.0, 9871.0, 9876.0, 9886.0, 9880.0, 9846.0, 9893.0, 9847.0, 9893.0, 9854.0, 9897.0, 9883.0, 9891.0, 9882.0, 9893.0, 9900.0, 9868.0, 9893.0, 9849.0, 9910.0, 9883.0, 9894.0, 9897.0, 9876.0, 9899.0, 9923.0, 9896.0, 9861.0, 9892.0, 9867.0, 9910.0, 9864.0, 9885.0, 9862.0, 9888.0, 9897.0, 9887.0, 9880.0, 9901.0, 9878.0, 9850.0, 9898.0, 9865.0, 9910.0, 9837.0, 9890.0, 9882.0, 9889.0, 9897.0, 9865.0, 9885.0, 9874.0, 9916.0, 9887.0, 9910.0, 9886.0, 9911.0, 9921.0, 9912.0, 9905.0, 9908.0, 9882.0, 9877.0, 9896.0, 9879.0, 9890.0, 9850.0, 9890.0, 9866.0, 9893.0, 9877.0, 9884.0, 9880.0, 9891.0, 9898.0, 9852.0, 9882.0, 9864.0, 9913.0, 9866.0, 9893.0, 9881.0, 9890.0, 9900.0, 9907.0, 9898.0, 9866.0, 9896.0, 9872.0, 9916.0, 9883.0, 9905.0, 9879.0, 9890.0, 9901.0, 9922.0, 9901.0, 9850.0, 9894.0, 9865.0, 9898.0, 9852.0, 9909.0, 9849.0, 9888.0, 9871.0, 9892.0, 9894.0, 9875.0, 9868.0, 9875.0, 9899.0, 9865.0, 9897.0, 9850.0, 9892.0, 9904.0, 9895.0, 9911.0, 9892.0, 9897.0, 9909.0, 9903.0, 9897.0, 9898.0, 9864.0, 9894.0, 9849.0, 9908.0, 9862.0, 9905.0, 9877.0, 9887.0, 9883.0, 9906.0, 9899.0, 9865.0, 9893.0, 9865.0, 9898.0, 9885.0, 9895.0, 9896.0, 9891.0, 9877.0, 9903.0, 9896.0, 9877.0, 9893.0, 9850.0, 9893.0, 9915.0, 9885.0, 9914.0, 9875.0, 9940.0, 9896.0, 9929.0, 9917.0, 9897.0, 9903.0, 9918.0, 9920.0, 9937.0, 9902.0, 9849.0, 9878.0, 9865.0, 9908.0, 9863.0, 9891.0, 9843.0, 9870.0, 9865.0, 9887.0, 9874.0, 9866.0, 9858.0, 9870.0, 9875.0, 9882.0, 9874.0, 9837.0, 9860.0, 9848.0, 9880.0, 9847.0, 9886.0, 9833.0, 9870.0, 9866.0, 9890.0, 9889.0, 9877.0, 9880.0, 9890.0, 9897.0, 9865.0, 9890.0, 9863.0, 9895.0, 9867.0, 9912.0, 9881.0, 9887.0, 9892.0, 9890.0, 9897.0, 9916.0, 9877.0, 9844.0, 9878.0, 9858.0, 9907.0, 9863.0, 9888.0, 9847.0, 9872.0, 9895.0, 9871.0, 9874.0, 9857.0, 9861.0, 9861.0, 9893.0, 9848.0, 9892.0, 9851.0, 9887.0, 9893.0, 9886.0, 9879.0, 9858.0, 9878.0, 9861.0, 9892.0, 9860.0, 9882.0, 9861.0, 9873.0, 9895.0, 9898.0, 9879.0, 9844.0, 9891.0, 9855.0, 9891.0, 9882.0, 9871.0, 9859.0, 9880.0, 9879.0, 9866.0, 9893.0, 9849.0, 9872.0, 9886.0, 9889.0, 9895.0, 9888.0, 9865.0, 9849.0, 9894.0, 9849.0, 9891.0, 9846.0, 9887.0, 9880.0, 9890.0, 9878.0, 9860.0, 9881.0, 9865.0, 9896.0, 9851.0, 9892.0, 9849.0, 9890.0, 9882.0, 9873.0, 9880.0, 9848.0, 9881.0, 9867.0, 9908.0, 9869.0, 9893.0, 9867.0, 9893.0, 9899.0, 9919.0, 9899.0, 9848.0, 9896.0, 9867.0, 9907.0, 9848.0, 9890.0, 9847.0, 9890.0, 9889.0, 9886.0, 9862.0, 9829.0, 9882.0, 9852.0, 9891.0, 9865.0, 9886.0, 9886.0, 9868.0, 9898.0, 9864.0, 9891.0, 9873.0, 9895.0, 9899.0, 9906.0, 9880.0, 9862.0, 9883.0, 9867.0, 9904.0, 9861.0, 9890.0, 9896.0, 9901.0, 9897.0, 9847.0, 9877.0, 9851.0, 9894.0, 9875.0, 9891.0, 9857.0, 9871.0, 9888.0, 9885.0, 9879.0, 9839.0, 9857.0, 9861.0, 9888.0, 9864.0, 9884.0, 9849.0, 9888.0, 9896.0, 9875.0, 9865.0, 9849.0, 9893.0, 9882.0, 9896.0, 9894.0, 9874.0, 9868.0, 9850.0, 9876.0, 9850.0, 9880.0, 9866.0, 9910.0, 9860.0, 9888.0, 9863.0, 9880.0, 9878.0, 9843.0, 9878.0, 9847.0, 9886.0, 9863.0, 9895.0, 9899.0, 9907.0, 9882.0, 9864.0, 9890.0, 9871.0, 9892.0, 9899.0, 9847.0, 9876.0, 9852.0, 9898.0, 9883.0, 9891.0, 9877.0, 9872.0, 9882.0, 9860.0, 9893.0, 9844.0, 9885.0, 9868.0, 9888.0, 9891.0, 9844.0, 9892.0, 9862.0, 9896.0, 9872.0, 9896.0, 9888.0, 9882.0, 9919.0, 9884.0, 9915.0, 9903.0, 9869.0, 9901.0, 9867.0, 9897.0, 9879.0, 9920.0, 9866.0, 9890.0, 9892.0, 9919.0, 9914.0, 9940.0, 9924.0, 9899.0, 9935.0, 9900.0, 9927.0, 9884.0, 9892.0, 9891.0, 9936.0, 9887.0, 9891.0, 9855.0, 9857.0, 9845.0, 9884.0, 9856.0, 9875.0, 9850.0, 9852.0, 9867.0, 9837.0, 9856.0, 9870.0, 9840.0, 9855.0, 9832.0, 9876.0, 9860.0, 9901.0, 9837.0, 9864.0, 9822.0, 9850.0, 9863.0, 9837.0, 9861.0, 9838.0, 9854.0, 9847.0, 9872.0, 9872.0, 9867.0, 9871.0, 9860.0, 9879.0, 9865.0, 9886.0, 9867.0, 9872.0, 9890.0, 9890.0, 9874.0, 9867.0, 9857.0, 9892.0, 9860.0, 9854.0, 9856.0, 9837.0, 9868.0, 9844.0, 9873.0, 9838.0, 9867.0, 9818.0, 9865.0, 9824.0, 9869.0, 9822.0, 9843.0, 9822.0, 9848.0, 9862.0, 9869.0, 9875.0, 9859.0, 9880.0, 9887.0, 9899.0, 9890.0, 9879.0, 9896.0, 9889.0, 9898.0, 9890.0, 9892.0, 9846.0, 9871.0, 9879.0, 9888.0, 9881.0, 9861.0, 9876.0, 9858.0, 9896.0, 9873.0, 9872.0, 9843.0, 9868.0, 9875.0, 9866.0, 9865.0, 9833.0, 9851.0, 9841.0, 9868.0, 9858.0, 9868.0, 9867.0, 9859.0, 9890.0, 9866.0, 9893.0, 9891.0, 9873.0, 9882.0, 9878.0, 9895.0, 9843.0, 9886.0, 9860.0, 9889.0, 9854.0, 9865.0, 9848.0, 9877.0, 9861.0, 9856.0, 9854.0, 9840.0, 9869.0, 9842.0, 9881.0, 9838.0, 9852.0, 9822.0, 9851.0, 9835.0, 9860.0, 9848.0, 9858.0, 9858.0, 9828.0, 9855.0, 9838.0, 9869.0, 9845.0, 9871.0, 9874.0, 9878.0, 9855.0, 9841.0, 9891.0, 9861.0, 9871.0, 9847.0, 9857.0, 9875.0, 9870.0, 9870.0, 9875.0, 9852.0, 9876.0, 9855.0, 9836.0, 9838.0, 9820.0, 9861.0, 9828.0, 9868.0, 9840.0, 9863.0, 9849.0, 9854.0, 9872.0, 9864.0, 9853.0, 9849.0, 9858.0, 9840.0, 9874.0, 9839.0, 9867.0, 9841.0, 9869.0, 9869.0, 9868.0, 9867.0, 9838.0, 9860.0, 9843.0, 9859.0, 9843.0, 9871.0, 9865.0, 9874.0, 9880.0, 9863.0, 9891.0, 9847.0, 9901.0, 9865.0, 9890.0, 9844.0, 9873.0, 9846.0, 9891.0, 9846.0, 9874.0, 9856.0, 9889.0, 9848.0, 9890.0, 9847.0, 9871.0, 9872.0, 9878.0, 9894.0, 9861.0, 9878.0, 9860.0, 9883.0, 9867.0, 9892.0, 9867.0, 9871.0, 9880.0, 9875.0, 9879.0, 9854.0, 9873.0, 9854.0, 9888.0, 9860.0, 9869.0, 9842.0, 9867.0, 9870.0, 9881.0, 9859.0, 9832.0, 9855.0, 9840.0, 9888.0, 9842.0, 9862.0, 9841.0, 9866.0, 9886.0, 9880.0, 9859.0, 9823.0, 9859.0, 9861.0, 9874.0, 9849.0, 9872.0, 9867.0, 9892.0, 9893.0, 9871.0, 9881.0, 9866.0, 9900.0, 9867.0, 9891.0, 9866.0, 9877.0, 9898.0, 9883.0, 9882.0, 9864.0, 9893.0, 9883.0, 9895.0, 9894.0, 9876.0, 9894.0, 9904.0, 9897.0, 9865.0, 9891.0, 9846.0, 9910.0, 9875.0, 9884.0, 9860.0, 9868.0, 9875.0, 9884.0, 9876.0, 9841.0, 9886.0, 9864.0, 9890.0, 9891.0, 9870.0, 9877.0, 9862.0, 9891.0, 9863.0, 9891.0, 9864.0, 9875.0, 9895.0, 9888.0, 9891.0, 9871.0, 9876.0, 9860.0, 9888.0, 9862.0, 9891.0, 9861.0, 9889.0, 9890.0, 9900.0, 9863.0, 9857.0, 9877.0, 9880.0, 9895.0, 9898.0, 9868.0, 9900.0, 9868.0, 9911.0, 9877.0, 9890.0, 9866.0, 9890.0, 9888.0, 9899.0, 9863.0, 9852.0, 9874.0, 9861.0, 9888.0, 9859.0, 9873.0, 9881.0, 9887.0, 9873.0, 9860.0, 9872.0, 9879.0, 9877.0, 9897.0, 9882.0, 9900.0, 9878.0, 9917.0, 9867.0, 9890.0, 9864.0, 9872.0, 9859.0, 9871.0, 9875.0, 9854.0, 9879.0, 9855.0, 9881.0, 9839.0, 9856.0, 9843.0, 9887.0, 9836.0, 9867.0, 9858.0, 9855.0, 9875.0, 9867.0, 9873.0, 9894.0, 9859.0, 9855.0, 9876.0, 9860.0, 9876.0, 9878.0, 9862.0, 9883.0, 9864.0, 9882.0, 9849.0, 9892.0, 9853.0, 9893.0, 9877.0, 9884.0, 9873.0, 9848.0, 9882.0, 9861.0, 9874.0, 9846.0, 9893.0, 9851.0, 9893.0, 9860.0, 9868.0, 9860.0, 9873.0, 9890.0, 9871.0, 9875.0, 9854.0, 9856.0, 9841.0, 9875.0, 9847.0, 9872.0, 9844.0, 9853.0, 9877.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.0008139999999999999</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.023430601904761903</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.16530897379549</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2069588440814574</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9669688644020805</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4646</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6804.3901</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.09824528634865454</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>55</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>4.761904761904762</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5105150717890328</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4229620331411743</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.768957297619277</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.339625884606646</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00579515</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011112285777926445</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.023654213175177574</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1155</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.967839725758318</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>29.9473</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>38.5066</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>173.5406</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>302233.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>793.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>345.1982</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4051</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>557.6358</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3711.9351</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3941.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>74311.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1290.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4836.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>993.229</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>42.32404926978052</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> |