=== 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-0104 --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-0104",
"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-0104_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-0104_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-0104_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-0104/figures/sub-0104_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0104/figures/sub-0104_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0104/figures/sub-0104_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-0104_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-0104/figures/sub-0104_ses-03_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0104/figures/sub-0104_ses-03_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0104/figures/sub-0104_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-0104_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-0104/figures/sub-0104_ses-03_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0104/figures/sub-0104_ses-03_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0104/figures/sub-0104_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-0104_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-0104/figures/sub-0104_ses-03_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0104/figures/sub-0104_ses-03_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0104/figures/sub-0104_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-0104_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-0104/figures/sub-0104_ses-03_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0104/figures/sub-0104_ses-03_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0104/figures/sub-0104_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-0104_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-0104/figures/sub-0104_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0104/figures/sub-0104_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0104/figures/sub-0104_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-0104_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-0104/figures/sub-0104_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0104/figures/sub-0104_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-0104/figures/sub-0104_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0104/figures/sub-0104_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-0104/ses-03/func/sub-0104_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>0ec2981b10adfabd9e20272146f97a11</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>14:35:50.570000</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.999745, -0.0034114, -0.0223434, 0.00523467, 0.996614, 0.0820594]</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.100473</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>30</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4220, -7764, -7196, 290, -106, -32, 8, 94]</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.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 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>251.09</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>2516e7b0-51d4-418a-a02a-833a4d1761b4||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.682241439819336, 0.01404423639178276, -0.05936715379357338, 114.79668426513672], [0.009152526967227459, 2.673841714859009, 0.22181949019432068, -99.85633087158203], [-0.05994579941034317, -0.22015929222106934, 2.6902177333831787, -34.97200012207031], [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': ['143550.570000', '143551.030000', '143551.490000', '143551.950000', '143552.410000', '143552.870000', '143553.330000', '143553.790000', '143554.250000', '143554.710000', '143555.170000', '143555.630000', '143556.090000', '143556.550000', '143557.010000', '143557.470000', '143557.930000', '143558.390000', '143558.850000', '143559.310000', '143559.770000', '143600.230000', '143600.690000', '143601.150000', '143601.610000', '143602.070000', '143602.530000', '143602.990000', '143603.450000', '143603.910000', '143604.370000', '143604.830000', '143605.290000', '143605.750000', '143606.210000', '143606.670000', '143607.130000', '143607.590000', '143608.050000', '143608.510000', '143608.970000', '143609.430000', '143609.890000', '143610.350000', '143610.810000', '143611.270000', '143611.730000', '143612.190000', '143612.650000', '143613.110000', '143613.570000', '143614.030000', '143614.490000', '143614.950000', '143615.410000', '143615.870000', '143616.330000', '143616.790000', '143617.250000', '143617.710000', '143618.170000', '143618.630000', '143619.090000', '143619.550000', '143620.010000', '143620.470000', '143620.930000', '143621.390000', '143621.850000', '143622.310000', '143622.770000', '143623.230000', '143623.690000', '143624.150000', '143624.610000', '143625.070000', '143625.530000', '143625.990000', '143626.450000', '143626.910000', '143627.370000', '143627.830000', '143628.290000', '143628.750000', '143629.210000', '143629.670000', '143630.130000', '143630.590000', '143631.050000', '143631.510000', '143631.970000', '143632.430000', '143632.890000', '143633.350000', '143633.810000', '143634.270000', '143634.730000', '143635.190000', '143635.650000', '143636.110000', '143636.570000', '143637.030000', '143637.490000', '143637.950000', '143638.410000', '143638.870000', '143639.330000', '143639.790000', '143640.250000', '143640.710000', '143641.170000', '143641.630000', '143642.090000', '143642.550000', '143643.010000', '143643.470000', '143643.930000', '143644.390000', '143644.850000', '143645.310000', '143645.770000', '143646.230000', '143646.690000', '143647.150000', '143647.610000', '143648.070000', '143648.530000', '143648.990000', '143649.450000', '143649.910000', '143650.370000', '143650.830000', '143651.290000', '143651.750000', '143652.210000', '143652.670000', '143653.130000', '143653.590000', '143654.050000', '143654.510000', '143654.970000', '143655.430000', '143655.890000', '143656.350000', '143656.810000', '143657.270000', '143657.730000', '143658.190000', '143658.650000', '143659.110000', '143659.570000', '143700.030000', '143700.490000', '143700.950000', '143701.410000', '143701.870000', '143702.330000', '143702.790000', '143703.250000', '143703.710000', '143704.170000', '143704.630000', '143705.090000', '143705.550000', '143706.010000', '143706.470000', '143706.930000', '143707.390000', '143707.850000', '143708.310000', '143708.770000', '143709.230000', '143709.690000', '143710.150000', '143710.610000', '143711.070000', '143711.530000', '143711.990000', '143712.450000', '143712.910000', '143713.370000', '143713.830000', '143714.290000', '143714.750000', '143715.210000', '143715.670000', '143716.130000', '143716.590000', '143717.050000', '143717.510000', '143717.970000', '143718.430000', '143718.890000', '143719.350000', '143719.810000', '143720.270000', '143720.730000', '143721.190000', '143721.650000', '143722.110000', '143722.570000', '143723.030000', '143723.490000', '143723.950000', '143724.410000', '143724.870000', '143725.330000', '143725.790000', '143726.250000', '143726.710000', '143727.170000', '143727.630000', '143728.090000', '143728.550000', '143729.010000', '143729.470000', '143729.930000', '143730.390000', '143730.850000', '143731.310000', '143731.770000', '143732.230000', '143732.690000', '143733.150000', '143733.610000', '143734.070000', '143734.530000', '143734.990000', '143735.450000', '143735.910000', '143736.370000', '143736.830000', '143737.290000', '143737.750000', '143738.210000', '143738.670000', '143739.130000', '143739.590000', '143740.050000', '143740.510000', '143740.970000', '143741.430000', '143741.890000', '143742.350000', '143742.810000', '143743.270000', '143743.730000', '143744.190000', '143744.650000', '143745.110000', '143745.570000', '143746.030000', '143746.490000', '143746.950000', '143747.410000', '143747.870000', '143748.330000', '143748.790000', '143749.250000', '143749.710000', '143750.170000', '143750.630000', '143751.090000', '143751.550000', '143752.010000', '143752.470000', '143752.930000', '143753.390000', '143753.850000', '143754.310000', '143754.770000', '143755.230000', '143755.690000', '143756.150000', '143756.610000', '143757.070000', '143757.530000', '143757.990000', '143758.450000', '143758.910000', '143759.370000', '143759.830000', '143800.290000', '143800.750000', '143801.210000', '143801.670000', '143802.130000', '143802.590000', '143803.050000', '143803.510000', '143803.970000', '143804.430000', '143804.890000', '143805.350000', '143805.810000', '143806.270000', '143806.730000', '143807.190000', '143807.650000', '143808.110000', '143808.570000', '143809.030000', '143809.490000', '143809.950000', '143810.410000', '143810.870000', '143811.330000', '143811.790000', '143812.250000', '143812.710000', '143813.170000', '143813.630000', '143814.090000', '143814.550000', '143815.010000', '143815.470000', '143815.930000', '143816.390000', '143816.850000', '143817.310000', '143817.770000', '143818.230000', '143818.690000', '143819.150000', '143819.610000', '143820.070000', '143820.530000', '143820.990000', '143821.450000', '143821.910000', '143822.370000', '143822.830000', '143823.290000', '143823.750000', '143824.210000', '143824.670000', '143825.130000', '143825.590000', '143826.050000', '143826.510000', '143826.970000', '143827.430000', '143827.890000', '143828.350000', '143828.810000', '143829.270000', '143829.730000', '143830.190000', '143830.650000', '143831.110000', '143831.570000', '143832.030000', '143832.490000', '143832.950000', '143833.410000', '143833.870000', '143834.330000', '143834.790000', '143835.250000', '143835.710000', '143836.170000', '143836.630000', '143837.090000', '143837.550000', '143838.010000', '143838.470000', '143838.930000', '143839.390000', '143839.850000', '143840.310000', '143840.770000', '143841.230000', '143841.690000', '143842.150000', '143842.610000', '143843.070000', '143843.530000', '143843.990000', '143844.450000', '143844.910000', '143845.370000', '143845.830000', '143846.290000', '143846.750000', '143847.210000', '143847.670000', '143848.130000', '143848.590000', '143849.050000', '143849.510000', '143849.970000', '143850.430000', '143850.890000', '143851.350000', '143851.810000', '143852.270000', '143852.730000', '143853.190000', '143853.650000', '143854.110000', '143854.570000', '143855.030000', '143855.490000', '143855.950000', '143856.410000', '143856.870000', '143857.330000', '143857.790000', '143858.250000', '143858.710000', '143859.170000', '143859.630000', '143900.090000', '143900.550000', '143901.010000', '143901.470000', '143901.930000', '143902.390000', '143902.850000', '143903.310000', '143903.770000', '143904.230000', '143904.690000', '143905.150000', '143905.610000', '143906.070000', '143906.530000', '143906.990000', '143907.450000', '143907.910000', '143908.370000', '143908.830000', '143909.290000', '143909.750000', '143910.210000', '143910.670000', '143911.130000', '143911.590000', '143912.050000', '143912.510000', '143912.970000', '143913.430000', '143913.890000', '143914.350000', '143914.810000', '143915.270000', '143915.730000', '143916.190000', '143916.650000', '143917.110000', '143917.570000', '143918.030000', '143918.490000', '143918.950000', '143919.410000', '143919.870000', '143920.330000', '143920.790000', '143921.250000', '143921.710000', '143922.170000', '143922.630000', '143923.090000', '143923.550000', '143924.010000', '143924.470000', '143924.930000', '143925.390000', '143925.850000', '143926.310000', '143926.770000', '143927.230000', '143927.690000', '143928.150000', '143928.610000', '143929.070000', '143929.530000', '143929.990000', '143930.450000', '143930.910000', '143931.370000', '143931.830000', '143932.290000', '143932.750000', '143933.210000', '143933.670000', '143934.130000', '143934.590000', '143935.050000', '143935.510000', '143935.970000', '143936.430000', '143936.890000', '143937.350000', '143937.810000', '143938.270000', '143938.730000', '143939.190000', '143939.650000', '143940.110000', '143940.570000', '143941.030000', '143941.490000', '143941.950000', '143942.410000', '143942.870000', '143943.330000', '143943.790000', '143944.250000', '143944.710000', '143945.170000', '143945.630000', '143946.090000', '143946.550000', '143947.010000', '143947.470000', '143947.930000', '143948.390000', '143948.850000', '143949.310000', '143949.770000', '143950.230000', '143950.690000', '143951.150000', '143951.610000', '143952.070000', '143952.530000', '143952.990000', '143953.450000', '143953.910000', '143954.370000', '143954.830000', '143955.290000', '143955.750000', '143956.210000', '143956.670000', '143957.130000', '143957.590000', '143958.050000', '143958.510000', '143958.970000', '143959.430000', '143959.890000', '144000.350000', '144000.810000', '144001.270000', '144001.730000', '144002.190000', '144002.650000', '144003.110000', '144003.570000', '144004.030000', '144004.490000', '144004.950000', '144005.410000', '144005.870000', '144006.330000', '144006.790000', '144007.250000', '144007.710000', '144008.170000', '144008.630000', '144009.090000', '144009.550000', '144010.010000', '144010.470000', '144010.930000', '144011.390000', '144011.850000', '144012.310000', '144012.770000', '144013.230000', '144013.690000', '144014.150000', '144014.610000', '144015.070000', '144015.530000', '144015.990000', '144016.450000', '144016.910000', '144017.370000', '144017.830000', '144018.290000', '144018.750000', '144019.210000', '144019.670000', '144020.130000', '144020.590000', '144021.050000', '144021.510000', '144021.970000', '144022.430000', '144022.890000', '144023.350000', '144023.810000', '144024.270000', '144024.730000', '144025.190000', '144025.650000', '144026.110000', '144026.570000', '144027.030000', '144027.490000', '144027.950000', '144028.410000', '144028.870000', '144029.330000', '144029.790000', '144030.250000', '144030.710000', '144031.170000', '144031.630000', '144032.090000', '144032.550000', '144033.010000', '144033.470000', '144033.930000', '144034.390000', '144034.850000', '144035.310000', '144035.770000', '144036.230000', '144036.690000', '144037.150000', '144037.610000', '144038.070000', '144038.530000', '144038.990000', '144039.450000', '144039.910000', '144040.370000', '144040.830000', '144041.290000', '144041.750000', '144042.210000', '144042.670000', '144043.130000', '144043.590000', '144044.050000', '144044.510000', '144044.970000', '144045.430000', '144045.890000', '144046.350000', '144046.810000', '144047.270000', '144047.730000', '144048.190000', '144048.650000', '144049.110000', '144049.570000', '144050.030000', '144050.490000', '144050.950000', '144051.410000', '144051.870000', '144052.330000', '144052.790000', '144053.250000', '144053.710000', '144054.170000', '144054.630000', '144055.090000', '144055.550000', '144056.010000', '144056.470000', '144056.930000', '144057.390000', '144057.850000', '144058.310000', '144058.770000', '144059.230000', '144059.690000', '144100.150000', '144100.610000', '144101.070000', '144101.530000', '144101.990000', '144102.450000', '144102.910000', '144103.370000', '144103.830000', '144104.290000', '144104.750000', '144105.210000', '144105.670000', '144106.130000', '144106.590000', '144107.050000', '144107.510000', '144107.970000', '144108.430000', '144108.890000', '144109.350000', '144109.810000', '144110.270000', '144110.730000', '144111.190000', '144111.650000', '144112.110000', '144112.570000', '144113.030000', '144113.490000', '144113.950000', '144114.410000', '144114.870000', '144115.330000', '144115.790000', '144116.250000', '144116.710000', '144117.170000', '144117.630000', '144118.090000', '144118.550000', '144119.010000', '144119.470000', '144119.930000', '144120.390000', '144120.850000', '144121.310000', '144121.770000', '144122.230000', '144122.690000', '144123.150000', '144123.610000', '144124.070000', '144124.530000', '144124.990000', '144125.450000', '144125.910000', '144126.370000', '144126.830000', '144127.290000', '144127.750000', '144128.210000', '144128.670000', '144129.130000', '144129.590000', '144130.050000', '144130.510000', '144130.970000', '144131.430000', '144131.890000', '144132.350000', '144132.810000', '144133.270000', '144133.730000', '144134.190000', '144134.650000', '144135.110000', '144135.570000', '144136.030000', '144136.490000', '144136.950000', '144137.410000', '144137.870000', '144138.330000', '144138.790000', '144139.250000', '144139.710000', '144140.170000', '144140.630000', '144141.090000', '144141.550000', '144142.010000', '144142.470000', '144142.930000', '144143.390000', '144143.850000', '144144.310000', '144144.770000', '144145.230000', '144145.690000', '144146.150000', '144146.610000', '144147.070000', '144147.530000', '144147.990000', '144148.450000', '144148.910000', '144149.370000', '144149.830000', '144150.290000', '144150.750000', '144151.210000', '144151.670000', '144152.130000', '144152.590000', '144153.050000', '144153.510000', '144153.970000', '144154.430000', '144154.890000', '144155.350000', '144155.810000', '144156.270000', '144156.730000', '144157.190000', '144157.650000', '144158.110000', '144158.570000', '144159.030000', '144159.490000', '144159.950000', '144200.410000', '144200.870000', '144201.330000', '144201.790000', '144202.250000', '144202.710000', '144203.170000', '144203.630000', '144204.090000', '144204.550000', '144205.010000', '144205.470000', '144205.930000', '144206.390000', '144206.850000', '144207.310000', '144207.770000', '144208.230000', '144208.690000', '144209.150000', '144209.610000', '144210.070000', '144210.530000', '144210.990000', '144211.450000', '144211.910000', '144212.370000', '144212.830000', '144213.290000', '144213.750000', '144214.210000', '144214.670000', '144215.130000', '144215.590000', '144216.050000', '144216.510000', '144216.970000', '144217.430000', '144217.890000', '144218.350000', '144218.810000', '144219.270000', '144219.730000', '144220.190000', '144220.650000', '144221.110000', '144221.570000', '144222.030000', '144222.490000', '144222.950000', '144223.410000', '144223.870000', '144224.330000', '144224.790000', '144225.250000', '144225.710000', '144226.170000', '144226.630000', '144227.090000', '144227.550000', '144228.010000', '144228.470000', '144228.930000', '144229.390000', '144229.850000', '144230.310000', '144230.770000', '144231.230000', '144231.690000', '144232.150000', '144232.610000', '144233.070000', '144233.530000', '144233.990000', '144234.450000', '144234.910000', '144235.370000', '144235.830000', '144236.290000', '144236.750000', '144237.210000', '144237.670000', '144238.130000', '144238.590000', '144239.050000', '144239.510000', '144239.970000', '144240.430000', '144240.890000', '144241.350000', '144241.810000', '144242.270000', '144242.730000', '144243.190000', '144243.650000', '144244.110000', '144244.570000', '144245.030000', '144245.490000', '144245.950000', '144246.410000', '144246.870000', '144247.330000', '144247.790000', '144248.250000', '144248.710000', '144249.170000', '144249.630000', '144250.090000', '144250.550000', '144251.010000', '144251.470000', '144251.930000', '144252.390000', '144252.850000', '144253.310000', '144253.770000', '144254.230000', '144254.690000', '144255.150000', '144255.610000', '144256.070000', '144256.530000', '144256.990000', '144257.450000', '144257.910000', '144258.370000', '144258.830000', '144259.290000', '144259.750000', '144300.210000', '144300.670000', '144301.130000', '144301.590000', '144302.050000', '144302.510000', '144302.970000', '144303.430000', '144303.890000', '144304.350000', '144304.810000', '144305.270000', '144305.730000', '144306.190000', '144306.650000', '144307.110000', '144307.570000', '144308.030000', '144308.490000', '144308.950000', '144309.410000', '144309.870000', '144310.330000', '144310.790000', '144311.250000', '144311.710000', '144312.170000', '144312.630000', '144313.090000', '144313.550000', '144314.010000', '144314.470000', '144314.930000', '144315.390000', '144315.850000', '144316.310000', '144316.770000', '144317.230000', '144317.690000', '144318.150000', '144318.610000', '144319.070000', '144319.530000', '144319.990000', '144320.450000', '144320.910000', '144321.370000', '144321.830000', '144322.290000', '144322.750000', '144323.210000', '144323.670000', '144324.130000', '144324.590000', '144325.050000', '144325.510000', '144325.970000', '144326.430000', '144326.890000', '144327.350000', '144327.810000', '144328.270000', '144328.730000', '144329.190000', '144329.650000', '144330.110000', '144330.570000', '144331.030000', '144331.490000', '144331.950000', '144332.410000', '144332.870000', '144333.330000', '144333.790000', '144334.250000', '144334.710000', '144335.170000', '144335.630000', '144336.090000', '144336.550000', '144337.010000', '144337.470000', '144337.930000', '144338.390000', '144338.850000', '144339.310000', '144339.770000', '144340.230000', '144340.690000', '144341.150000', '144341.610000', '144342.070000', '144342.530000', '144342.990000', '144343.450000', '144343.910000', '144344.370000', '144344.830000', '144345.290000', '144345.750000', '144346.210000', '144346.670000', '144347.130000', '144347.590000', '144348.050000', '144348.510000', '144348.970000', '144349.430000', '144349.890000', '144350.350000', '144350.810000', '144351.270000', '144351.730000', '144352.190000', '144352.650000', '144353.110000', '144353.570000', '144354.030000', '144354.490000', '144354.950000', '144355.410000', '144355.870000', '144356.330000', '144356.790000', '144357.250000', '144357.710000', '144358.170000', '144358.630000', '144359.090000', '144359.550000', '144400.010000', '144400.470000', '144400.930000', '144401.390000', '144401.850000', '144402.310000', '144402.770000', '144403.230000', '144403.690000', '144404.150000', '144404.610000', '144405.070000', '144405.530000', '144405.990000', '144406.450000', '144406.910000', '144407.370000', '144407.830000', '144408.290000', '144408.750000', '144409.210000', '144409.670000', '144410.130000', '144410.590000', '144411.050000', '144411.510000', '144411.970000', '144412.430000', '144412.890000', '144413.350000', '144413.810000', '144414.270000', '144414.730000', '144415.190000', '144415.650000', '144416.110000', '144416.570000', '144417.030000', '144417.490000', '144417.950000', '144418.410000', '144418.870000', '144419.330000', '144419.790000', '144420.250000', '144420.710000', '144421.170000', '144421.630000', '144422.090000', '144422.550000', '144423.010000', '144423.470000', '144423.930000', '144424.390000', '144424.850000', '144425.310000', '144425.770000', '144426.230000', '144426.690000', '144427.150000', '144427.610000', '144428.070000', '144428.530000', '144428.990000', '144429.450000', '144429.910000', '144430.370000', '144430.830000', '144431.290000', '144431.750000', '144432.210000', '144432.670000', '144433.130000', '144433.590000', '144434.050000', '144434.510000', '144434.970000', '144435.430000', '144435.890000', '144436.350000', '144436.810000', '144437.270000', '144437.730000', '144438.190000', '144438.650000', '144439.110000', '144439.570000', '144440.030000', '144440.490000', '144440.950000', '144441.410000', '144441.870000', '144442.330000'], 'ContentTime': ['143618.164000', '143618.167000', '143618.170000', '143618.173000', '143618.176000', '143618.179000', '143618.181000', '143618.184000', '143618.193000', '143618.196000', '143618.198000', '143618.201000', '143618.204000', '143618.206000', '143618.209000', '143618.211000', '143618.214000', '143618.216000', '143618.219000', '143618.222000', '143618.224000', '143618.227000', '143618.229000', '143618.232000', '143618.235000', '143618.237000', '143618.240000', '143618.242000', '143618.245000', '143618.248000', '143618.250000', '143618.253000', '143618.255000', '143618.258000', '143618.260000', '143618.263000', '143618.266000', '143618.268000', '143618.271000', '143618.273000', '143618.276000', '143618.278000', '143618.281000', '143618.284000', '143618.286000', '143618.289000', '143618.291000', '143618.294000', '143618.296000', '143618.299000', '143618.301000', '143618.304000', '143618.307000', '143618.309000', '143618.312000', '143618.324000', '143618.327000', '143618.330000', '143638.128000', '143638.131000', '143638.134000', '143638.137000', '143638.140000', '143638.144000', '143638.146000', '143638.149000', '143638.152000', '143638.154000', '143638.157000', '143638.160000', '143638.162000', '143638.165000', '143638.167000', '143638.170000', '143638.173000', '143638.175000', '143638.178000', '143638.180000', '143638.183000', '143638.186000', '143638.188000', '143638.191000', '143638.194000', '143638.196000', '143638.199000', '143638.202000', '143638.204000', '143638.207000', '143638.210000', '143638.212000', '143638.215000', '143638.217000', '143638.220000', '143638.223000', '143638.225000', '143638.228000', '143638.230000', '143638.233000', '143638.236000', '143638.238000', '143638.241000', '143638.243000', '143658.128000', '143658.131000', '143658.134000', '143658.136000', '143658.139000', '143658.141000', '143658.144000', '143658.147000', '143658.149000', '143658.152000', '143658.154000', '143658.157000', '143658.159000', '143658.162000', '143658.165000', '143658.167000', '143658.170000', '143658.173000', '143658.175000', '143658.178000', '143658.180000', '143658.183000', '143658.186000', '143658.188000', '143658.191000', '143658.194000', '143658.196000', '143658.199000', '143658.201000', '143658.204000', '143658.207000', '143658.209000', '143658.212000', '143658.214000', '143658.217000', '143658.220000', '143658.222000', '143658.225000', '143658.228000', '143658.230000', '143658.233000', '143658.236000', '143658.238000', '143718.128000', '143718.131000', '143718.134000', '143718.136000', '143718.139000', '143718.142000', '143718.144000', '143718.147000', '143718.149000', '143718.152000', '143718.154000', '143718.157000', '143718.160000', '143718.162000', '143718.165000', '143718.167000', '143718.170000', '143718.172000', '143718.175000', '143718.178000', '143718.180000', '143718.183000', '143718.185000', '143718.188000', '143718.191000', '143718.193000', '143718.196000', '143718.198000', '143718.227000', '143718.241000', '143718.244000', '143718.246000', '143718.249000', '143718.251000', '143718.254000', '143718.257000', '143718.259000', '143718.262000', '143718.264000', '143718.267000', '143718.270000', '143718.272000', '143718.275000', '143718.277000', '143738.128000', '143738.131000', '143738.134000', '143738.137000', '143738.139000', '143738.142000', '143738.144000', '143738.147000', '143738.153000', '143738.156000', '143738.159000', '143738.161000', '143738.164000', '143738.167000', '143738.169000', '143738.172000', '143738.175000', '143738.177000', '143738.180000', '143738.183000', '143738.185000', '143738.188000', '143738.190000', '143738.193000', '143738.196000', '143738.198000', '143738.201000', '143738.203000', '143738.206000', '143738.209000', '143738.211000', '143738.214000', '143738.216000', '143738.219000', '143738.222000', '143738.224000', '143738.227000', '143738.229000', '143738.232000', '143738.234000', '143738.237000', '143738.240000', '143738.242000', '143758.128000', '143758.130000', '143758.134000', '143758.140000', '143758.143000', '143758.146000', '143758.148000', '143758.151000', '143758.153000', '143758.156000', '143758.159000', '143758.161000', '143758.164000', '143758.167000', '143758.169000', '143758.172000', '143758.175000', '143758.177000', '143758.182000', '143758.184000', '143758.187000', '143758.190000', '143758.192000', '143758.195000', '143758.198000', '143758.200000', '143758.203000', '143758.206000', '143758.209000', '143758.211000', '143758.214000', '143758.216000', '143758.219000', '143758.222000', '143758.224000', '143758.227000', '143758.241000', '143758.244000', '143758.247000', '143758.249000', '143758.252000', '143758.256000', '143758.258000', '143818.128000', '143818.131000', '143818.134000', '143818.136000', '143818.139000', '143818.142000', '143818.144000', '143818.147000', '143818.150000', '143818.152000', '143818.155000', '143818.158000', '143818.160000', '143818.163000', '143818.165000', '143818.168000', '143818.171000', '143818.173000', '143818.176000', '143818.179000', '143818.181000', '143818.184000', '143818.187000', '143818.189000', '143818.192000', '143818.195000', '143818.197000', '143818.200000', '143818.202000', '143818.205000', '143818.207000', '143818.210000', '143818.213000', '143818.215000', '143818.218000', '143818.220000', '143818.223000', '143818.226000', '143818.228000', '143818.231000', '143818.233000', '143818.243000', '143818.245000', '143818.248000', '143838.128000', '143838.131000', '143838.134000', '143838.137000', '143838.139000', '143838.142000', '143838.144000', '143838.147000', '143838.150000', '143838.152000', '143838.161000', '143838.163000', '143838.166000', '143838.169000', '143838.171000', '143838.174000', '143838.176000', '143838.179000', '143838.182000', '143838.184000', '143838.187000', '143838.190000', '143838.192000', '143838.195000', '143838.198000', '143838.200000', '143838.203000', '143838.206000', '143838.208000', '143838.211000', '143838.213000', '143838.216000', '143838.219000', '143838.221000', '143838.224000', '143838.226000', '143838.229000', '143838.231000', '143838.234000', '143838.237000', '143838.239000', '143838.242000', '143838.245000', '143858.129000', '143858.131000', '143858.134000', '143858.137000', '143858.139000', '143858.142000', '143858.145000', '143858.147000', '143858.150000', '143858.153000', '143858.155000', '143858.158000', '143858.161000', '143858.163000', '143858.166000', '143858.169000', '143858.171000', '143858.174000', '143858.177000', '143858.179000', '143858.182000', '143858.184000', '143858.187000', '143858.190000', '143858.192000', '143858.195000', '143858.198000', '143858.200000', '143858.203000', '143858.205000', '143858.208000', '143858.211000', '143858.213000', '143858.216000', '143858.219000', '143858.221000', '143858.224000', '143858.226000', '143858.229000', '143858.232000', '143858.234000', '143858.237000', '143858.240000', '143858.242000', '143918.129000', '143918.131000', '143918.134000', '143918.137000', '143918.139000', '143918.142000', '143918.145000', '143918.147000', '143918.150000', '143918.153000', '143918.155000', '143918.158000', '143918.161000', '143918.163000', '143918.166000', '143918.168000', '143918.171000', '143918.180000', '143918.183000', '143918.185000', '143918.188000', '143918.191000', '143918.193000', '143918.196000', '143918.199000', '143918.201000', '143918.204000', '143918.208000', '143918.210000', '143918.213000', '143918.216000', '143918.219000', '143918.222000', '143918.224000', '143918.227000', '143918.230000', '143918.232000', '143918.235000', '143918.238000', '143918.240000', '143918.243000', '143918.245000', '143918.248000', '143938.128000', '143938.131000', '143938.134000', '143938.136000', '143938.139000', '143938.142000', '143938.144000', '143938.147000', '143938.149000', '143938.152000', '143938.155000', '143938.157000', '143938.160000', '143938.162000', '143938.165000', '143938.167000', '143938.170000', '143938.173000', '143938.188000', '143938.190000', '143938.193000', '143938.196000', '143938.198000', '143938.201000', '143938.204000', '143938.206000', '143938.209000', '143938.211000', '143938.214000', '143938.216000', '143938.219000', '143938.222000', '143938.224000', '143938.227000', '143938.229000', '143938.232000', '143938.235000', '143938.237000', '143938.240000', '143938.242000', '143938.245000', '143938.247000', '143938.250000', '143938.253000', '143958.129000', '143958.131000', '143958.134000', '143958.137000', '143958.139000', '143958.142000', '143958.145000', '143958.147000', '143958.150000', '143958.152000', '143958.164000', '143958.167000', '143958.169000', '143958.172000', '143958.174000', '143958.177000', '143958.180000', '143958.183000', '143958.185000', '143958.188000', '143958.191000', '143958.193000', '143958.196000', '143958.199000', '143958.201000', '143958.204000', '143958.207000', '143958.209000', '143958.212000', '143958.215000', '143958.217000', '143958.220000', '143958.223000', '143958.225000', '143958.228000', '143958.230000', '143958.233000', '143958.236000', '143958.238000', '143958.241000', '143958.243000', '143958.246000', '143958.249000', '144018.128000', '144018.131000', '144018.134000', '144018.136000', '144018.139000', '144018.142000', '144018.144000', '144018.147000', '144018.150000', '144018.153000', '144018.155000', '144018.158000', '144018.161000', '144018.163000', '144018.166000', '144018.168000', '144018.171000', '144018.174000', '144018.176000', '144018.179000', '144018.182000', '144018.184000', '144018.187000', '144018.192000', '144018.195000', '144018.197000', '144018.200000', '144018.202000', '144018.205000', '144018.208000', '144018.210000', '144018.213000', '144018.216000', '144018.218000', '144018.221000', '144018.223000', '144018.226000', '144018.229000', '144018.231000', '144018.234000', '144018.237000', '144018.239000', '144018.242000', '144018.244000', '144038.128000', '144038.131000', '144038.134000', '144038.137000', '144038.140000', '144038.142000', '144038.145000', '144038.147000', '144038.150000', '144038.153000', '144038.155000', '144038.158000', '144038.160000', '144038.163000', '144038.165000', '144038.168000', '144038.171000', '144038.173000', '144038.176000', '144038.178000', '144038.181000', '144038.184000', '144038.186000', '144038.189000', '144038.192000', '144038.194000', '144038.197000', '144038.200000', '144038.202000', '144038.205000', '144038.208000', '144038.210000', '144038.213000', '144038.216000', '144038.218000', '144038.221000', '144038.223000', '144038.226000', '144038.230000', '144038.232000', '144038.235000', '144038.239000', '144038.241000', '144058.129000', '144058.131000', '144058.134000', '144058.137000', '144058.139000', '144058.142000', '144058.144000', '144058.147000', '144058.150000', '144058.152000', '144058.155000', '144058.157000', '144058.160000', '144058.163000', '144058.165000', '144058.168000', '144058.170000', '144058.173000', '144058.175000', '144058.178000', '144058.181000', '144058.183000', '144058.186000', '144058.189000', '144058.192000', '144058.194000', '144058.197000', '144058.199000', '144058.202000', '144058.205000', '144058.208000', '144058.210000', '144058.213000', '144058.216000', '144058.218000', '144058.221000', '144058.223000', '144058.226000', '144058.228000', '144058.231000', '144058.234000', '144058.236000', '144058.239000', '144058.249000', '144118.128000', '144118.131000', '144118.134000', '144118.136000', '144118.139000', '144118.142000', '144118.144000', '144118.147000', '144118.149000', '144118.152000', '144118.155000', '144118.157000', '144118.160000', '144118.162000', '144118.169000', '144118.171000', '144118.174000', '144118.176000', '144118.179000', '144118.182000', '144118.184000', '144118.187000', '144118.190000', '144118.192000', '144118.195000', '144118.197000', '144118.200000', '144118.203000', '144118.206000', '144118.208000', '144118.211000', '144118.213000', '144118.216000', '144118.219000', '144118.221000', '144118.224000', '144118.227000', '144118.229000', '144118.232000', '144118.235000', '144118.239000', '144118.242000', '144118.244000', '144138.129000', '144138.131000', '144138.134000', '144138.137000', '144138.140000', '144138.142000', '144138.145000', '144138.147000', '144138.150000', '144138.153000', '144138.155000', '144138.158000', '144138.160000', '144138.163000', '144138.166000', '144138.168000', '144138.177000', '144138.179000', '144138.182000', '144138.185000', '144138.187000', '144138.190000', '144138.193000', '144138.195000', '144138.198000', '144138.200000', '144138.203000', '144138.206000', '144138.208000', '144138.211000', '144138.214000', '144138.216000', '144138.219000', '144138.221000', '144138.224000', '144138.227000', '144138.229000', '144138.232000', '144138.235000', '144138.237000', '144138.240000', '144138.242000', '144138.245000', '144138.248000', '144158.129000', '144158.132000', '144158.134000', '144158.137000', '144158.139000', '144158.142000', '144158.145000', '144158.147000', '144158.150000', '144158.152000', '144158.155000', '144158.158000', '144158.160000', '144158.163000', '144158.165000', '144158.168000', '144158.171000', '144158.173000', '144158.176000', '144158.178000', '144158.181000', '144158.183000', '144158.186000', '144158.189000', '144158.191000', '144158.194000', '144158.196000', '144158.199000', '144158.202000', '144158.204000', '144158.207000', '144158.210000', '144158.212000', '144158.215000', '144158.218000', '144158.220000', '144158.223000', '144158.226000', '144158.228000', '144158.231000', '144158.233000', '144158.236000', '144158.239000', '144218.129000', '144218.132000', '144218.134000', '144218.137000', '144218.140000', '144218.142000', '144218.145000', '144218.148000', '144218.150000', '144218.153000', '144218.155000', '144218.158000', '144218.161000', '144218.163000', '144218.166000', '144218.168000', '144218.171000', '144218.173000', '144218.176000', '144218.179000', '144218.181000', '144218.184000', '144218.186000', '144218.189000', '144218.192000', '144218.194000', '144218.197000', '144218.199000', '144218.202000', '144218.205000', '144218.207000', '144218.210000', '144218.212000', '144218.215000', '144218.217000', '144218.220000', '144218.223000', '144218.225000', '144218.228000', '144218.230000', '144218.233000', '144218.236000', '144218.238000', '144218.241000', '144238.129000', '144238.132000', '144238.134000', '144238.141000', '144238.144000', '144238.147000', '144238.149000', '144238.152000', '144238.154000', '144238.157000', '144238.172000', '144238.175000', '144238.178000', '144238.180000', '144238.183000', '144238.186000', '144238.188000', '144238.191000', '144238.193000', '144238.196000', '144238.199000', '144238.201000', '144238.204000', '144238.207000', '144238.209000', '144238.212000', '144238.214000', '144238.217000', '144238.220000', '144238.222000', '144238.225000', '144238.227000', '144238.230000', '144238.233000', '144238.235000', '144238.238000', '144238.240000', '144238.243000', '144238.246000', '144238.248000', '144238.251000', '144238.253000', '144238.256000', '144258.129000', '144258.131000', '144258.134000', '144258.136000', '144258.139000', '144258.142000', '144258.144000', '144258.147000', '144258.150000', '144258.153000', '144258.155000', '144258.158000', '144258.161000', '144258.163000', '144258.166000', '144258.169000', '144258.171000', '144258.174000', '144258.177000', '144258.179000', '144258.182000', '144258.184000', '144258.187000', '144258.190000', '144258.193000', '144258.195000', '144258.198000', '144258.200000', '144258.203000', '144258.206000', '144258.208000', '144258.211000', '144258.214000', '144258.216000', '144258.219000', '144258.222000', '144258.224000', '144258.227000', '144258.230000', '144258.232000', '144258.235000', '144258.238000', '144258.240000', '144258.243000', '144318.129000', '144318.131000', '144318.134000', '144318.137000', '144318.139000', '144318.142000', '144318.145000', '144318.147000', '144318.150000', '144318.153000', '144318.155000', '144318.158000', '144318.160000', '144318.163000', '144318.166000', '144318.168000', '144318.171000', '144318.173000', '144318.176000', '144318.179000', '144318.181000', '144318.184000', '144318.186000', '144318.189000', '144318.192000', '144318.194000', '144318.197000', '144318.199000', '144318.202000', '144318.205000', '144318.207000', '144318.210000', '144318.212000', '144318.215000', '144318.218000', '144318.220000', '144318.223000', '144318.225000', '144318.228000', '144318.231000', '144318.233000', '144318.236000', '144318.238000', '144338.129000', '144338.132000', '144338.134000', '144338.137000', '144338.140000', '144338.142000', '144338.145000', '144338.148000', '144338.150000', '144338.153000', '144338.155000', '144338.158000', '144338.161000', '144338.163000', '144338.166000', '144338.169000', '144338.171000', '144338.174000', '144338.177000', '144338.179000', '144338.182000', '144338.185000', '144338.187000', '144338.190000', '144338.193000', '144338.195000', '144338.198000', '144338.200000', '144338.203000', '144338.206000', '144338.208000', '144338.211000', '144338.213000', '144338.216000', '144338.219000', '144338.221000', '144338.224000', '144338.226000', '144338.229000', '144338.232000', '144338.234000', '144338.237000', '144338.239000', '144338.242000', '144358.129000', '144358.132000', '144358.134000', '144358.137000', '144358.140000', '144358.142000', '144358.145000', '144358.148000', '144358.150000', '144358.153000', '144358.156000', '144358.158000', '144358.161000', '144358.163000', '144358.166000', '144358.169000', '144358.171000', '144358.174000', '144358.176000', '144358.179000', '144358.182000', '144358.184000', '144358.187000', '144358.189000', '144358.192000', '144358.195000', '144358.197000', '144358.200000', '144358.202000', '144358.205000', '144358.208000', '144358.210000', '144358.213000', '144358.222000', '144358.225000', '144358.227000', '144358.230000', '144358.233000', '144358.235000', '144358.238000', '144358.240000', '144358.243000', '144358.246000', '144418.129000', '144418.131000', '144418.134000', '144418.137000', '144418.140000', '144418.143000', '144418.146000', '144418.148000', '144418.151000', '144418.153000', '144418.156000', '144418.159000', '144418.161000', '144418.164000', '144418.166000', '144418.169000', '144418.172000', '144418.174000', '144418.177000', '144418.180000', '144418.182000', '144418.185000', '144418.187000', '144418.190000', '144418.193000', '144418.196000', '144418.198000', '144418.201000', '144418.203000', '144418.206000', '144418.209000', '144418.211000', '144418.214000', '144418.216000', '144418.219000', '144418.222000', '144418.224000', '144418.227000', '144418.229000', '144418.232000', '144418.235000', '144418.237000', '144418.240000', '144418.242000', '144438.129000', '144438.131000', '144438.134000', '144438.137000', '144438.139000', '144438.142000', '144438.145000', '144438.147000', '144438.150000', '144438.152000', '144438.155000', '144438.158000', '144438.160000', '144438.163000', '144438.165000', '144438.168000', '144438.170000', '144438.173000', '144438.176000', '144438.178000', '144438.181000', '144438.183000', '144438.186000', '144438.189000', '144438.191000', '144438.194000', '144438.196000', '144438.199000', '144438.202000', '144438.204000', '144438.207000', '144438.209000', '144438.212000', '144438.215000', '144438.217000', '144438.220000', '144438.222000', '144438.225000', '144438.227000', '144438.230000', '144438.233000', '144438.235000', '144438.238000', '144443.402000', '144443.406000', '144443.408000', '144443.411000', '144443.414000', '144443.417000', '144443.420000', '144443.423000', '144443.425000', '144443.428000', '144443.431000', '144443.433000'], 'InstanceCreationTime': ['143618.164000', '143618.167000', '143618.170000', '143618.173000', '143618.176000', '143618.179000', '143618.181000', '143618.184000', '143618.193000', '143618.196000', '143618.198000', '143618.201000', '143618.204000', '143618.206000', '143618.209000', '143618.211000', '143618.214000', '143618.216000', '143618.219000', '143618.222000', '143618.224000', '143618.227000', '143618.229000', '143618.232000', '143618.235000', '143618.237000', '143618.240000', '143618.242000', '143618.245000', '143618.248000', '143618.250000', '143618.253000', '143618.255000', '143618.258000', '143618.260000', '143618.263000', '143618.266000', '143618.268000', '143618.271000', '143618.273000', '143618.276000', '143618.278000', '143618.281000', '143618.284000', '143618.286000', '143618.289000', '143618.291000', '143618.294000', '143618.296000', '143618.299000', '143618.301000', '143618.304000', '143618.307000', '143618.309000', '143618.312000', '143618.324000', '143618.327000', '143618.330000', '143638.128000', '143638.131000', '143638.134000', '143638.137000', '143638.140000', '143638.144000', '143638.146000', '143638.149000', '143638.152000', '143638.154000', '143638.157000', '143638.160000', '143638.162000', '143638.165000', '143638.167000', '143638.170000', '143638.173000', '143638.175000', '143638.178000', '143638.180000', '143638.183000', '143638.186000', '143638.188000', '143638.191000', '143638.194000', '143638.196000', '143638.199000', '143638.202000', '143638.204000', '143638.207000', '143638.210000', '143638.212000', '143638.215000', '143638.217000', '143638.220000', '143638.223000', '143638.225000', '143638.228000', '143638.230000', '143638.233000', '143638.236000', '143638.238000', '143638.241000', '143638.243000', '143658.128000', '143658.131000', '143658.134000', '143658.136000', '143658.139000', '143658.141000', '143658.144000', '143658.147000', '143658.149000', '143658.152000', '143658.154000', '143658.157000', '143658.159000', '143658.162000', '143658.165000', '143658.167000', '143658.170000', '143658.173000', '143658.175000', '143658.178000', '143658.180000', '143658.183000', '143658.186000', '143658.188000', '143658.191000', '143658.194000', '143658.196000', '143658.199000', '143658.201000', '143658.204000', '143658.207000', '143658.209000', '143658.212000', '143658.214000', '143658.217000', '143658.220000', '143658.222000', '143658.225000', '143658.228000', '143658.230000', '143658.233000', '143658.236000', '143658.238000', '143718.128000', '143718.131000', '143718.134000', '143718.136000', '143718.139000', '143718.142000', '143718.144000', '143718.147000', '143718.149000', '143718.152000', '143718.154000', '143718.157000', '143718.160000', '143718.162000', '143718.165000', '143718.167000', '143718.170000', '143718.172000', '143718.175000', '143718.178000', '143718.180000', '143718.183000', '143718.185000', '143718.188000', '143718.191000', '143718.193000', '143718.196000', '143718.198000', '143718.227000', '143718.241000', '143718.244000', '143718.246000', '143718.249000', '143718.251000', '143718.254000', '143718.257000', '143718.259000', '143718.262000', '143718.264000', '143718.267000', '143718.270000', '143718.272000', '143718.275000', '143718.277000', '143738.128000', '143738.131000', '143738.134000', '143738.137000', '143738.139000', '143738.142000', '143738.144000', '143738.147000', '143738.153000', '143738.156000', '143738.159000', '143738.161000', '143738.164000', '143738.167000', '143738.169000', '143738.172000', '143738.175000', '143738.177000', '143738.180000', '143738.183000', '143738.185000', '143738.188000', '143738.190000', '143738.193000', '143738.196000', '143738.198000', '143738.201000', '143738.203000', '143738.206000', '143738.209000', '143738.211000', '143738.214000', '143738.216000', '143738.219000', '143738.222000', '143738.224000', '143738.227000', '143738.229000', '143738.232000', '143738.234000', '143738.237000', '143738.240000', '143738.242000', '143758.128000', '143758.130000', '143758.134000', '143758.140000', '143758.143000', '143758.146000', '143758.148000', '143758.151000', '143758.153000', '143758.156000', '143758.159000', '143758.161000', '143758.164000', '143758.167000', '143758.169000', '143758.172000', '143758.175000', '143758.177000', '143758.182000', '143758.184000', '143758.187000', '143758.190000', '143758.192000', '143758.195000', '143758.198000', '143758.200000', '143758.203000', '143758.206000', '143758.209000', '143758.211000', '143758.214000', '143758.216000', '143758.219000', '143758.222000', '143758.224000', '143758.227000', '143758.241000', '143758.244000', '143758.247000', '143758.249000', '143758.252000', '143758.256000', '143758.258000', '143818.128000', '143818.131000', '143818.134000', '143818.136000', '143818.139000', '143818.142000', '143818.144000', '143818.147000', '143818.150000', '143818.152000', '143818.155000', '143818.158000', '143818.160000', '143818.163000', '143818.165000', '143818.168000', '143818.171000', '143818.173000', '143818.176000', '143818.179000', '143818.181000', '143818.184000', '143818.187000', '143818.189000', '143818.192000', '143818.195000', '143818.197000', '143818.200000', '143818.202000', '143818.205000', '143818.207000', '143818.210000', '143818.213000', '143818.215000', '143818.218000', '143818.220000', '143818.223000', '143818.226000', '143818.228000', '143818.231000', '143818.233000', '143818.243000', '143818.245000', '143818.248000', '143838.128000', '143838.131000', '143838.134000', '143838.137000', '143838.139000', '143838.142000', '143838.144000', '143838.147000', '143838.150000', '143838.152000', '143838.161000', '143838.163000', '143838.166000', '143838.169000', '143838.171000', '143838.174000', '143838.176000', '143838.179000', '143838.182000', '143838.184000', '143838.187000', '143838.190000', '143838.192000', '143838.195000', '143838.198000', '143838.200000', '143838.203000', '143838.206000', '143838.208000', '143838.211000', '143838.213000', '143838.216000', '143838.219000', '143838.221000', '143838.224000', '143838.226000', '143838.229000', '143838.231000', '143838.234000', '143838.237000', '143838.239000', '143838.242000', '143838.245000', '143858.129000', '143858.131000', '143858.134000', '143858.137000', '143858.139000', '143858.142000', '143858.145000', '143858.147000', '143858.150000', '143858.153000', '143858.155000', '143858.158000', '143858.161000', '143858.163000', '143858.166000', '143858.169000', '143858.171000', '143858.174000', '143858.177000', '143858.179000', '143858.182000', '143858.184000', '143858.187000', '143858.190000', '143858.192000', '143858.195000', '143858.198000', '143858.200000', '143858.203000', '143858.205000', '143858.208000', '143858.211000', '143858.213000', '143858.216000', '143858.219000', '143858.221000', '143858.224000', '143858.226000', '143858.229000', '143858.232000', '143858.234000', '143858.237000', '143858.240000', '143858.242000', '143918.129000', '143918.131000', '143918.134000', '143918.137000', '143918.139000', '143918.142000', '143918.145000', '143918.147000', '143918.150000', '143918.153000', '143918.155000', '143918.158000', '143918.161000', '143918.163000', '143918.166000', '143918.168000', '143918.171000', '143918.180000', '143918.183000', '143918.185000', '143918.188000', '143918.191000', '143918.193000', '143918.196000', '143918.199000', '143918.201000', '143918.204000', '143918.208000', '143918.210000', '143918.213000', '143918.216000', '143918.219000', '143918.222000', '143918.224000', '143918.227000', '143918.230000', '143918.232000', '143918.235000', '143918.238000', '143918.240000', '143918.243000', '143918.245000', '143918.248000', '143938.128000', '143938.131000', '143938.134000', '143938.136000', '143938.139000', '143938.142000', '143938.144000', '143938.147000', '143938.149000', '143938.152000', '143938.155000', '143938.157000', '143938.160000', '143938.162000', '143938.165000', '143938.167000', '143938.170000', '143938.173000', '143938.188000', '143938.190000', '143938.193000', '143938.196000', '143938.198000', '143938.201000', '143938.204000', '143938.206000', '143938.209000', '143938.211000', '143938.214000', '143938.216000', '143938.219000', '143938.222000', '143938.224000', '143938.227000', '143938.229000', '143938.232000', '143938.235000', '143938.237000', '143938.240000', '143938.242000', '143938.245000', '143938.247000', '143938.250000', '143938.253000', '143958.129000', '143958.131000', '143958.134000', '143958.137000', '143958.139000', '143958.142000', '143958.145000', '143958.147000', '143958.150000', '143958.152000', '143958.164000', '143958.167000', '143958.169000', '143958.172000', '143958.174000', '143958.177000', '143958.180000', '143958.183000', '143958.185000', '143958.188000', '143958.191000', '143958.193000', '143958.196000', '143958.199000', '143958.201000', '143958.204000', '143958.207000', '143958.209000', '143958.212000', '143958.215000', '143958.217000', '143958.220000', '143958.223000', '143958.225000', '143958.228000', '143958.230000', '143958.233000', '143958.236000', '143958.238000', '143958.241000', '143958.243000', '143958.246000', '143958.249000', '144018.128000', '144018.131000', '144018.134000', '144018.136000', '144018.139000', '144018.142000', '144018.144000', '144018.147000', '144018.150000', '144018.153000', '144018.155000', '144018.158000', '144018.161000', '144018.163000', '144018.166000', '144018.168000', '144018.171000', '144018.174000', '144018.176000', '144018.179000', '144018.182000', '144018.184000', '144018.187000', '144018.192000', '144018.195000', '144018.197000', '144018.200000', '144018.202000', '144018.205000', '144018.208000', '144018.210000', '144018.213000', '144018.216000', '144018.218000', '144018.221000', '144018.223000', '144018.226000', '144018.229000', '144018.231000', '144018.234000', '144018.237000', '144018.239000', '144018.242000', '144018.244000', '144038.128000', '144038.131000', '144038.134000', '144038.137000', '144038.140000', '144038.142000', '144038.145000', '144038.147000', '144038.150000', '144038.153000', '144038.155000', '144038.158000', '144038.160000', '144038.163000', '144038.165000', '144038.168000', '144038.171000', '144038.173000', '144038.176000', '144038.178000', '144038.181000', '144038.184000', '144038.186000', '144038.189000', '144038.192000', '144038.194000', '144038.197000', '144038.200000', '144038.202000', '144038.205000', '144038.208000', '144038.210000', '144038.213000', '144038.216000', '144038.218000', '144038.221000', '144038.223000', '144038.226000', '144038.230000', '144038.232000', '144038.235000', '144038.239000', '144038.241000', '144058.129000', '144058.131000', '144058.134000', '144058.137000', '144058.139000', '144058.142000', '144058.144000', '144058.147000', '144058.150000', '144058.152000', '144058.155000', '144058.157000', '144058.160000', '144058.163000', '144058.165000', '144058.168000', '144058.170000', '144058.173000', '144058.175000', '144058.178000', '144058.181000', '144058.183000', '144058.186000', '144058.189000', '144058.192000', '144058.194000', '144058.197000', '144058.199000', '144058.202000', '144058.205000', '144058.208000', '144058.210000', '144058.213000', '144058.216000', '144058.218000', '144058.221000', '144058.223000', '144058.226000', '144058.228000', '144058.231000', '144058.234000', '144058.236000', '144058.239000', '144058.249000', '144118.128000', '144118.131000', '144118.134000', '144118.136000', '144118.139000', '144118.142000', '144118.144000', '144118.147000', '144118.149000', '144118.152000', '144118.155000', '144118.157000', '144118.160000', '144118.162000', '144118.169000', '144118.171000', '144118.174000', '144118.176000', '144118.179000', '144118.182000', '144118.184000', '144118.187000', '144118.190000', '144118.192000', '144118.195000', '144118.197000', '144118.200000', '144118.203000', '144118.206000', '144118.208000', '144118.211000', '144118.213000', '144118.216000', '144118.219000', '144118.221000', '144118.224000', '144118.227000', '144118.229000', '144118.232000', '144118.235000', '144118.239000', '144118.242000', '144118.244000', '144138.129000', '144138.131000', '144138.134000', '144138.137000', '144138.140000', '144138.142000', '144138.145000', '144138.147000', '144138.150000', '144138.153000', '144138.155000', '144138.158000', '144138.160000', '144138.163000', '144138.166000', '144138.168000', '144138.177000', '144138.179000', '144138.182000', '144138.185000', '144138.187000', '144138.190000', '144138.193000', '144138.195000', '144138.198000', '144138.200000', '144138.203000', '144138.206000', '144138.208000', '144138.211000', '144138.214000', '144138.216000', '144138.219000', '144138.221000', '144138.224000', '144138.227000', '144138.229000', '144138.232000', '144138.235000', '144138.237000', '144138.240000', '144138.242000', '144138.245000', '144138.248000', '144158.129000', '144158.132000', '144158.134000', '144158.137000', '144158.139000', '144158.142000', '144158.145000', '144158.147000', '144158.150000', '144158.152000', '144158.155000', '144158.158000', '144158.160000', '144158.163000', '144158.165000', '144158.168000', '144158.171000', '144158.173000', '144158.176000', '144158.178000', '144158.181000', '144158.183000', '144158.186000', '144158.189000', '144158.191000', '144158.194000', '144158.196000', '144158.199000', '144158.202000', '144158.204000', '144158.207000', '144158.210000', '144158.212000', '144158.215000', '144158.218000', '144158.220000', '144158.223000', '144158.226000', '144158.228000', '144158.231000', '144158.233000', '144158.236000', '144158.239000', '144218.129000', '144218.132000', '144218.134000', '144218.137000', '144218.140000', '144218.142000', '144218.145000', '144218.148000', '144218.150000', '144218.153000', '144218.155000', '144218.158000', '144218.161000', '144218.163000', '144218.166000', '144218.168000', '144218.171000', '144218.173000', '144218.176000', '144218.179000', '144218.181000', '144218.184000', '144218.186000', '144218.189000', '144218.192000', '144218.194000', '144218.197000', '144218.199000', '144218.202000', '144218.205000', '144218.207000', '144218.210000', '144218.212000', '144218.215000', '144218.217000', '144218.220000', '144218.223000', '144218.225000', '144218.228000', '144218.230000', '144218.233000', '144218.236000', '144218.238000', '144218.241000', '144238.129000', '144238.132000', '144238.134000', '144238.141000', '144238.144000', '144238.147000', '144238.149000', '144238.152000', '144238.154000', '144238.157000', '144238.172000', '144238.175000', '144238.178000', '144238.180000', '144238.183000', '144238.186000', '144238.188000', '144238.191000', '144238.193000', '144238.196000', '144238.199000', '144238.201000', '144238.204000', '144238.207000', '144238.209000', '144238.212000', '144238.214000', '144238.217000', '144238.220000', '144238.222000', '144238.225000', '144238.227000', '144238.230000', '144238.233000', '144238.235000', '144238.238000', '144238.240000', '144238.243000', '144238.246000', '144238.248000', '144238.251000', '144238.253000', '144238.256000', '144258.129000', '144258.131000', '144258.134000', '144258.136000', '144258.139000', '144258.142000', '144258.144000', '144258.147000', '144258.150000', '144258.153000', '144258.155000', '144258.158000', '144258.161000', '144258.163000', '144258.166000', '144258.169000', '144258.171000', '144258.174000', '144258.177000', '144258.179000', '144258.182000', '144258.184000', '144258.187000', '144258.190000', '144258.193000', '144258.195000', '144258.198000', '144258.200000', '144258.203000', '144258.206000', '144258.208000', '144258.211000', '144258.214000', '144258.216000', '144258.219000', '144258.222000', '144258.224000', '144258.227000', '144258.230000', '144258.232000', '144258.235000', '144258.238000', '144258.240000', '144258.243000', '144318.129000', '144318.131000', '144318.134000', '144318.137000', '144318.139000', '144318.142000', '144318.145000', '144318.147000', '144318.150000', '144318.153000', '144318.155000', '144318.158000', '144318.160000', '144318.163000', '144318.166000', '144318.168000', '144318.171000', '144318.173000', '144318.176000', '144318.179000', '144318.181000', '144318.184000', '144318.186000', '144318.189000', '144318.192000', '144318.194000', '144318.197000', '144318.199000', '144318.202000', '144318.205000', '144318.207000', '144318.210000', '144318.212000', '144318.215000', '144318.218000', '144318.220000', '144318.223000', '144318.225000', '144318.228000', '144318.231000', '144318.233000', '144318.236000', '144318.238000', '144338.129000', '144338.132000', '144338.134000', '144338.137000', '144338.140000', '144338.142000', '144338.145000', '144338.148000', '144338.150000', '144338.153000', '144338.155000', '144338.158000', '144338.161000', '144338.163000', '144338.166000', '144338.169000', '144338.171000', '144338.174000', '144338.177000', '144338.179000', '144338.182000', '144338.185000', '144338.187000', '144338.190000', '144338.193000', '144338.195000', '144338.198000', '144338.200000', '144338.203000', '144338.206000', '144338.208000', '144338.211000', '144338.213000', '144338.216000', '144338.219000', '144338.221000', '144338.224000', '144338.226000', '144338.229000', '144338.232000', '144338.234000', '144338.237000', '144338.239000', '144338.242000', '144358.129000', '144358.132000', '144358.134000', '144358.137000', '144358.140000', '144358.142000', '144358.145000', '144358.148000', '144358.150000', '144358.153000', '144358.156000', '144358.158000', '144358.161000', '144358.163000', '144358.166000', '144358.169000', '144358.171000', '144358.174000', '144358.176000', '144358.179000', '144358.182000', '144358.184000', '144358.187000', '144358.189000', '144358.192000', '144358.195000', '144358.197000', '144358.200000', '144358.202000', '144358.205000', '144358.208000', '144358.210000', '144358.213000', '144358.222000', '144358.225000', '144358.227000', '144358.230000', '144358.233000', '144358.235000', '144358.238000', '144358.240000', '144358.243000', '144358.246000', '144418.129000', '144418.131000', '144418.134000', '144418.137000', '144418.140000', '144418.143000', '144418.146000', '144418.148000', '144418.151000', '144418.153000', '144418.156000', '144418.159000', '144418.161000', '144418.164000', '144418.166000', '144418.169000', '144418.172000', '144418.174000', '144418.177000', '144418.180000', '144418.182000', '144418.185000', '144418.187000', '144418.190000', '144418.193000', '144418.196000', '144418.198000', '144418.201000', '144418.203000', '144418.206000', '144418.209000', '144418.211000', '144418.214000', '144418.216000', '144418.219000', '144418.222000', '144418.224000', '144418.227000', '144418.229000', '144418.232000', '144418.235000', '144418.237000', '144418.240000', '144418.242000', '144438.129000', '144438.131000', '144438.134000', '144438.137000', '144438.139000', '144438.142000', '144438.145000', '144438.147000', '144438.150000', '144438.152000', '144438.155000', '144438.158000', '144438.160000', '144438.163000', '144438.165000', '144438.168000', '144438.170000', '144438.173000', '144438.176000', '144438.178000', '144438.181000', '144438.183000', '144438.186000', '144438.189000', '144438.191000', '144438.194000', '144438.196000', '144438.199000', '144438.202000', '144438.204000', '144438.207000', '144438.209000', '144438.212000', '144438.215000', '144438.217000', '144438.220000', '144438.222000', '144438.225000', '144438.227000', '144438.230000', '144438.233000', '144438.235000', '144438.238000', '144443.402000', '144443.406000', '144443.408000', '144443.411000', '144443.414000', '144443.417000', '144443.420000', '144443.423000', '144443.425000', '144443.428000', '144443.431000', '144443.433000'], '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': [9274, 10732, 7875, 8718, 11386, 8736, 9682, 8489, 9143, 11556, 8833, 9857, 7553, 8913, 10484, 8618, 9349, 11018, 8572, 10169, 7999, 9123, 10383, 8535, 9850, 8260, 8811, 10870, 8450, 9274, 12107, 8812, 10557, 8350, 9191, 11318, 8508, 9858, 10660, 9132, 11685, 8539, 9393, 11681, 9084, 10090, 9128, 9263, 12360, 9265, 9903, 9380, 9057, 10393, 8695, 9458, 11823, 8801, 10160, 8246, 9266, 11095, 7997, 9480, 12186, 8839, 10058, 7718, 9445, 10765, 8702, 9673, 8766, 9079, 10367, 8498, 9427, 10434, 8851, 11590, 8886, 9481, 11007, 9116, 10931, 8713, 9352, 12291, 9351, 10459, 7719, 9440, 12065, 8737, 10238, 11346, 8969, 11074, 8526, 9455, 11558, 8555, 10392, 8585, 9029, 11110, 8491, 9821, 9653, 8622, 10705, 8587, 9631, 10151, 8626, 10321, 7852, 9374, 12772, 8818, 10766, 7835, 9269, 11856, 8779, 10740, 9120, 9042, 11707, 8763, 10160, 8979, 8992, 12324, 9115, 10000, 7698, 8794, 11088, 8194, 9823, 12088, 8884, 11087, 8455, 9489, 11933, 8907, 10699, 8975, 9555, 12744, 8905, 10112, 8930, 9253, 11900, 9290, 10029, 8124, 9128, 11533, 8583, 9956, 12022, 9016, 11516, 8004, 9654, 11783, 8545, 10083, 9418, 9000, 10839, 8600, 9737, 9649, 8854, 11952, 8362, 9673, 9629, 8995, 10291, 8765, 9239, 12503, 8744, 9846, 7768, 9137, 10657, 8118, 9441, 12121, 8784, 9927, 7408, 9220, 10937, 8444, 9650, 8642, 8824, 11003, 8128, 9633, 10722, 8576, 10621, 8377, 9417, 12903, 8701, 10476, 9254, 9439, 12393, 9091, 10554, 9157, 9006, 11613, 8569, 10127, 11820, 8984, 11297, 8580, 9890, 12510, 8514, 11029, 8651, 9236, 12836, 8653, 10462, 9273, 9193, 12465, 9140, 9979, 7911, 9028, 10900, 8004, 9486, 11723, 8516, 10708, 8161, 9842, 12825, 8501, 11125, 9301, 9420, 12873, 8252, 10670, 9076, 9400, 12325, 8709, 10889, 8528, 8938, 11692, 8395, 10609, 8418, 9174, 13189, 8085, 10476, 9045, 9033, 12370, 9271, 10297, 7930, 9688, 12607, 8414, 10376, 8910, 9633, 10945, 8137, 10775, 7452, 9775, 12155, 8400, 10975, 8163, 9810, 11744, 8513, 10766, 7891, 9473, 11741, 8425, 10675, 7976, 9652, 12266, 8267, 11098, 8318, 10093, 11555, 8591, 11657, 9242, 10071, 13043, 9701, 10894, 9047, 9175, 11533, 8361, 10334, 10397, 8898, 11738, 8175, 10251, 10136, 8500, 11791, 8816, 10165, 8381, 8993, 11389, 7949, 10261, 12104, 8811, 11513, 8327, 10122, 12858, 8697, 11307, 8170, 9511, 10882, 8729, 10756, 8169, 9407, 12300, 8687, 10574, 7451, 9183, 11594, 8463, 10782, 8738, 9058, 12296, 8022, 10490, 9011, 9659, 12300, 9075, 10868, 9472, 9229, 12004, 8678, 10619, 11043, 8983, 12368, 8351, 10291, 11704, 8709, 11767, 8918, 10575, 9391, 9159, 11799, 8435, 10529, 10143, 8883, 12306, 8550, 10349, 10396, 8734, 11712, 8538, 10030, 11547, 8573, 10911, 8118, 9941, 11986, 8498, 11020, 7760, 9625, 11329, 7997, 10384, 7738, 8831, 11782, 8048, 10378, 8987, 8872, 12279, 9321, 10671, 8802, 9078, 12368, 8564, 10714, 9040, 9537, 12268, 8556, 10900, 8941, 9150, 12629, 9772, 10413, 7558, 9307, 11520, 8770, 10665, 9011, 9395, 11678, 8508, 10320, 10205, 8630, 11984, 8614, 10485, 9599, 8836, 11127, 8324, 10530, 12850, 8927, 11432, 7945, 9791, 11689, 8878, 11054, 8440, 9422, 12592, 8915, 10550, 8031, 9759, 11954, 9147, 11016, 8643, 9725, 12215, 8982, 10996, 8794, 9866, 12213, 8927, 11450, 9203, 11827, 10302, 9540, 12451, 8781, 10476, 11222, 9143, 10657, 8276, 9289, 12175, 9004, 10728, 8959, 9126, 12174, 9274, 10809, 9064, 9035, 12787, 9847, 11895, 9370, 9328, 13362, 9440, 9773, 8899, 9393, 11618, 9209, 10110, 8351, 8868, 10764, 9057, 9735, 8241, 9247, 11135, 9221, 10649, 8082, 8997, 11358, 9300, 10257, 8778, 9173, 8365, 9108, 10402, 9414, 9751, 9199, 9104, 11798, 9088, 10391, 7878, 9401, 10756, 8597, 10098, 8500, 9188, 10828, 8455, 9538, 8004, 9085, 10971, 8442, 9107, 7947, 9083, 10306, 7701, 9295, 12148, 9080, 10217, 8347, 8899, 10874, 8477, 9225, 11903, 8440, 10399, 8346, 8535, 11666, 8334, 9500, 12946, 9130, 11320, 9851, 8898, 12018, 8363, 9988, 8670, 8827, 12402, 9050, 9792, 7950, 8668, 10699, 8105, 9373, 12378, 8979, 10704, 7666, 9227, 11491, 8735, 10080, 10200, 8763, 11601, 8323, 9447, 11070, 8582, 11310, 8434, 9105, 12809, 8239, 9654, 8231, 9029, 11722, 8779, 9826, 7549, 9023, 11315, 8849, 9719, 11255, 8848, 11769, 8491, 9696, 12399, 9080, 11328, 9386, 9385, 12592, 8643, 10251, 8403, 9151, 11906, 9298, 9835, 7871, 8676, 10418, 7971, 9197, 11500, 8614, 9763, 7478, 8919, 10631, 8657, 9558, 11746, 8643, 10996, 8025, 9324, 11223, 8845, 10226, 8980, 9008, 11805, 8903, 9700, 11226, 9008, 11171, 8903, 9368, 10092, 8650, 9973, 8208, 9269, 11476, 8851, 10562, 8049, 9001, 12167, 8880, 9828, 8643, 9371, 11772, 9130, 9743, 8814, 8846, 10557, 8368, 9339, 11950, 9100, 10801, 7948, 9090, 11184, 9042, 9345, 10103, 9163, 10998, 8746, 9481, 8059, 8747, 10586, 8426, 9645, 9940, 8744, 11001, 8788, 9183, 11944, 9187, 10489, 9501, 9079, 11296, 8797, 9774, 10433, 9246, 11466, 8450, 9214, 10893, 9010, 9833, 8024, 9216, 11169, 9127, 10723, 8438, 9136, 12138, 9311, 10888, 8721, 9097, 12648, 9025, 10233, 8496, 9317, 12042, 9031, 11361, 8110, 9222, 11059, 9203, 10653, 8396, 9206, 12068, 8855, 9822, 8360, 9105, 11566, 9097, 10187, 8165, 9346, 11099, 9221, 9817, 9022, 8818, 11077, 8856, 9391, 7913, 9314, 11102, 8814, 9714, 7808, 9119, 10543, 8902, 9942, 9507, 9095, 11364, 8810, 9457, 11857, 9423, 11081, 8446, 9340, 11815, 8722, 9459, 8079, 9137, 10988, 9020, 9457, 11593, 8582, 9248, 8545, 9609, 10608, 8984, 9294, 8036, 9496, 9520, 8050, 9845, 11200, 8880, 9907, 7904, 9279, 10440, 8533, 9508, 12050, 8942, 10830, 8488, 9320, 11566, 9123, 9546, 12387, 9308, 11150, 8442, 9534, 11433, 8812, 9410, 9256, 9165, 10562, 8724, 9512, 12022, 8972, 10058, 8641, 9399, 10661, 8700, 10273, 8093, 9209, 9968, 7808, 9919, 11363, 8750, 9641, 7754, 9678, 11194, 8514, 9553, 11805, 9118, 10686, 8569, 9488, 12019, 8980, 10149, 10824, 9472, 10994, 8479, 9588, 12563, 8618, 9765, 8254, 9837, 11034, 8668, 9431, 7648, 9456, 10706, 8810, 9729, 12126, 9351, 10771, 7808, 9629, 12214, 9223, 9792, 13278, 9153, 10994, 8151, 9563, 11666, 9165, 9740, 9311, 9114, 10573, 8519, 9361, 10292, 8823, 10043, 8653, 9343, 11152, 8708, 10489, 7957, 9450, 9658, 7810, 9626, 9072, 8341, 10161, 7488, 8997, 11519, 8245, 10071, 9016, 8939, 11267, 7989, 9627, 9960, 9443, 11598, 8874, 10497, 8849, 8663, 10309, 8380, 9340, 12206, 8662, 10739, 7942, 8953, 11084, 8972, 9980, 9464, 9387, 12447, 8789, 9592, 8938, 9368, 11548, 8790, 10233, 9357, 9005, 10152, 8901, 9242, 12817, 8784, 10992, 8271, 9390, 11037, 8526, 9912, 8962, 8866, 11378, 8690, 9013, 12703, 9086, 10758, 8287, 9627, 14007, 8542, 9025, 9211, 9295, 10165, 8501, 9267, 7845, 9346, 9957, 8941, 9152, 11840, 8794, 11330, 7860, 8917, 12344, 8584, 10004, 9025, 8894, 13266, 8143, 8928, 9988, 8825, 10684, 7947, 10305, 8751, 8893, 10690, 8424, 8893, 8043, 8142, 10840, 7763, 8977, 12796, 8788, 11026, 7767, 8932, 13373, 7602, 9584, 10397, 8257, 12589, 7560, 10472, 8791, 8382, 11398, 9237, 10689, 9884, 8524, 11484, 9759, 8955, 12203, 9472, 10219, 8731, 7741, 9654, 8057, 9648, 11324, 8749, 9474, 8512, 13463, 10940, 12524, 9654, 12134, 8316, 9848, 14426, 8425, 9758, 10107, 8031, 10680, 8232, 9045, 12136, 8159, 11725, 8267, 8683, 9717, 8960, 12064, 9251, 11816, 9643, 8208, 12187, 8719, 10346, 13595, 8915, 12111, 8285, 9028, 11228, 8111, 10578, 8607, 9374, 12566, 8143, 10880, 8200, 8122, 10757, 8507, 10139, 9196, 8706, 12115, 8120, 9214, 8419, 8617, 11805, 8435, 10612, 7838, 8300, 11717, 8449, 8899, 13087, 8626, 11375, 8463, 8482, 12134, 8402, 10630, 9524], 'WindowCenter': [4333.0, 4350.0, 4282.0, 4292.0, 4318.0, 4287.0, 4297.0, 4276.0, 4296.0, 4316.0, 4286.0, 4295.0, 4253.0, 4285.0, 4304.0, 4286.0, 4298.0, 4316.0, 4288.0, 4306.0, 4276.0, 4297.0, 4306.0, 4298.0, 4308.0, 4289.0, 4298.0, 4316.0, 4287.0, 4298.0, 4326.0, 4298.0, 4318.0, 4287.0, 4299.0, 4316.0, 4287.0, 4307.0, 4307.0, 4309.0, 4327.0, 4286.0, 4296.0, 4315.0, 4286.0, 4306.0, 4295.0, 4297.0, 4326.0, 4297.0, 4296.0, 4284.0, 4286.0, 4305.0, 4286.0, 4307.0, 4316.0, 4285.0, 4306.0, 4273.0, 4294.0, 4315.0, 4275.0, 4308.0, 4326.0, 4297.0, 4295.0, 4264.0, 4307.0, 4314.0, 4299.0, 4308.0, 4286.0, 4297.0, 4305.0, 4286.0, 4298.0, 4316.0, 4311.0, 4329.0, 4297.0, 4308.0, 4315.0, 4297.0, 4317.0, 4287.0, 4309.0, 4325.0, 4297.0, 4305.0, 4264.0, 4296.0, 4325.0, 4285.0, 4307.0, 4315.0, 4296.0, 4316.0, 4286.0, 4295.0, 4314.0, 4287.0, 4308.0, 4285.0, 4297.0, 4315.0, 4285.0, 4306.0, 4296.0, 4298.0, 4316.0, 4288.0, 4296.0, 4304.0, 4286.0, 4305.0, 4276.0, 4299.0, 4336.0, 4298.0, 4316.0, 4264.0, 4296.0, 4325.0, 4288.0, 4318.0, 4296.0, 4297.0, 4315.0, 4287.0, 4306.0, 4284.0, 4297.0, 4338.0, 4287.0, 4296.0, 4264.0, 4287.0, 4315.0, 4276.0, 4309.0, 4326.0, 4297.0, 4316.0, 4275.0, 4308.0, 4315.0, 4298.0, 4318.0, 4287.0, 4307.0, 4325.0, 4295.0, 4305.0, 4284.0, 4298.0, 4325.0, 4298.0, 4307.0, 4265.0, 4295.0, 4314.0, 4287.0, 4308.0, 4325.0, 4286.0, 4315.0, 4275.0, 4296.0, 4314.0, 4286.0, 4307.0, 4284.0, 4287.0, 4303.0, 4286.0, 4296.0, 4294.0, 4296.0, 4326.0, 4275.0, 4296.0, 4295.0, 4285.0, 4306.0, 4285.0, 4298.0, 4326.0, 4287.0, 4306.0, 4265.0, 4296.0, 4305.0, 4276.0, 4308.0, 4327.0, 4287.0, 4307.0, 4266.0, 4298.0, 4316.0, 4289.0, 4308.0, 4286.0, 4296.0, 4315.0, 4276.0, 4307.0, 4318.0, 4299.0, 4318.0, 4288.0, 4309.0, 4337.0, 4298.0, 4318.0, 4308.0, 4310.0, 4338.0, 4299.0, 4319.0, 4296.0, 4297.0, 4326.0, 4297.0, 4318.0, 4327.0, 4296.0, 4316.0, 4286.0, 4307.0, 4335.0, 4300.0, 4318.0, 4286.0, 4297.0, 4325.0, 4286.0, 4316.0, 4295.0, 4308.0, 4327.0, 4308.0, 4306.0, 4276.0, 4308.0, 4317.0, 4289.0, 4320.0, 4328.0, 4299.0, 4318.0, 4288.0, 4319.0, 4337.0, 4310.0, 4330.0, 4308.0, 4308.0, 4326.0, 4286.0, 4316.0, 4296.0, 4306.0, 4337.0, 4287.0, 4316.0, 4285.0, 4296.0, 4325.0, 4285.0, 4315.0, 4287.0, 4308.0, 4336.0, 4287.0, 4317.0, 4296.0, 4296.0, 4326.0, 4310.0, 4306.0, 4275.0, 4307.0, 4325.0, 4287.0, 4318.0, 4297.0, 4308.0, 4316.0, 4287.0, 4316.0, 4266.0, 4306.0, 4327.0, 4286.0, 4329.0, 4288.0, 4307.0, 4325.0, 4286.0, 4316.0, 4287.0, 4307.0, 4327.0, 4287.0, 4316.0, 4276.0, 4308.0, 4336.0, 4298.0, 4328.0, 4288.0, 4318.0, 4326.0, 4286.0, 4328.0, 4296.0, 4307.0, 4335.0, 4307.0, 4316.0, 4284.0, 4295.0, 4315.0, 4288.0, 4318.0, 4307.0, 4297.0, 4325.0, 4285.0, 4306.0, 4316.0, 4298.0, 4327.0, 4297.0, 4306.0, 4275.0, 4296.0, 4325.0, 4287.0, 4317.0, 4327.0, 4295.0, 4314.0, 4275.0, 4306.0, 4325.0, 4296.0, 4327.0, 4286.0, 4306.0, 4315.0, 4286.0, 4316.0, 4298.0, 4309.0, 4337.0, 4298.0, 4317.0, 4265.0, 4308.0, 4326.0, 4299.0, 4329.0, 4298.0, 4298.0, 4326.0, 4285.0, 4318.0, 4298.0, 4307.0, 4338.0, 4297.0, 4316.0, 4294.0, 4295.0, 4326.0, 4297.0, 4316.0, 4316.0, 4295.0, 4325.0, 4274.0, 4305.0, 4326.0, 4286.0, 4326.0, 4296.0, 4306.0, 4283.0, 4295.0, 4325.0, 4286.0, 4317.0, 4317.0, 4296.0, 4325.0, 4284.0, 4306.0, 4317.0, 4297.0, 4326.0, 4286.0, 4306.0, 4314.0, 4285.0, 4315.0, 4275.0, 4307.0, 4325.0, 4286.0, 4315.0, 4264.0, 4306.0, 4326.0, 4287.0, 4318.0, 4275.0, 4298.0, 4325.0, 4277.0, 4317.0, 4298.0, 4310.0, 4326.0, 4309.0, 4318.0, 4284.0, 4297.0, 4327.0, 4299.0, 4318.0, 4297.0, 4308.0, 4324.0, 4285.0, 4316.0, 4294.0, 4310.0, 4337.0, 4307.0, 4318.0, 4265.0, 4297.0, 4315.0, 4298.0, 4319.0, 4297.0, 4298.0, 4315.0, 4285.0, 4305.0, 4317.0, 4298.0, 4327.0, 4287.0, 4306.0, 4294.0, 4284.0, 4315.0, 4274.0, 4306.0, 4337.0, 4285.0, 4315.0, 4264.0, 4295.0, 4314.0, 4296.0, 4316.0, 4275.0, 4296.0, 4323.0, 4285.0, 4305.0, 4275.0, 4308.0, 4327.0, 4296.0, 4315.0, 4284.0, 4308.0, 4325.0, 4285.0, 4315.0, 4284.0, 4306.0, 4326.0, 4298.0, 4328.0, 4297.0, 4327.0, 4306.0, 4297.0, 4325.0, 4286.0, 4306.0, 4302.0, 4283.0, 4304.0, 4273.0, 4297.0, 4316.0, 4286.0, 4317.0, 4285.0, 4285.0, 4313.0, 4281.0, 4302.0, 4271.0, 4272.0, 4312.0, 4283.0, 4303.0, 4271.0, 4270.0, 4308.0, 4280.0, 4280.0, 4257.0, 4269.0, 4289.0, 4270.0, 4280.0, 4259.0, 4271.0, 4289.0, 4270.0, 4280.0, 4260.0, 4282.0, 4300.0, 4283.0, 4292.0, 4262.0, 4283.0, 4301.0, 4284.0, 4295.0, 4274.0, 4284.0, 4273.0, 4284.0, 4303.0, 4284.0, 4296.0, 4294.0, 4287.0, 4317.0, 4285.0, 4306.0, 4263.0, 4296.0, 4305.0, 4285.0, 4306.0, 4286.0, 4298.0, 4314.0, 4287.0, 4307.0, 4276.0, 4299.0, 4318.0, 4287.0, 4297.0, 4277.0, 4297.0, 4307.0, 4266.0, 4309.0, 4329.0, 4297.0, 4308.0, 4275.0, 4299.0, 4317.0, 4276.0, 4297.0, 4326.0, 4288.0, 4317.0, 4288.0, 4287.0, 4316.0, 4276.0, 4307.0, 4326.0, 4299.0, 4317.0, 4307.0, 4297.0, 4315.0, 4275.0, 4306.0, 4285.0, 4298.0, 4326.0, 4285.0, 4296.0, 4262.0, 4274.0, 4304.0, 4263.0, 4296.0, 4327.0, 4286.0, 4306.0, 4263.0, 4295.0, 4313.0, 4287.0, 4306.0, 4306.0, 4286.0, 4314.0, 4274.0, 4295.0, 4315.0, 4286.0, 4316.0, 4275.0, 4286.0, 4324.0, 4274.0, 4294.0, 4275.0, 4299.0, 4317.0, 4288.0, 4295.0, 4265.0, 4296.0, 4305.0, 4286.0, 4298.0, 4315.0, 4286.0, 4315.0, 4275.0, 4295.0, 4313.0, 4285.0, 4317.0, 4284.0, 4297.0, 4314.0, 4275.0, 4295.0, 4273.0, 4297.0, 4314.0, 4285.0, 4295.0, 4262.0, 4274.0, 4293.0, 4263.0, 4296.0, 4314.0, 4286.0, 4295.0, 4254.0, 4286.0, 4305.0, 4288.0, 4297.0, 4315.0, 4288.0, 4305.0, 4265.0, 4296.0, 4315.0, 4287.0, 4307.0, 4286.0, 4287.0, 4315.0, 4285.0, 4295.0, 4303.0, 4285.0, 4305.0, 4275.0, 4296.0, 4294.0, 4275.0, 4295.0, 4275.0, 4296.0, 4315.0, 4286.0, 4306.0, 4265.0, 4286.0, 4315.0, 4285.0, 4296.0, 4274.0, 4296.0, 4316.0, 4296.0, 4296.0, 4274.0, 4284.0, 4304.0, 4275.0, 4296.0, 4314.0, 4286.0, 4304.0, 4263.0, 4285.0, 4303.0, 4284.0, 4296.0, 4305.0, 4296.0, 4304.0, 4285.0, 4296.0, 4265.0, 4286.0, 4305.0, 4277.0, 4297.0, 4295.0, 4287.0, 4306.0, 4286.0, 4297.0, 4316.0, 4297.0, 4308.0, 4296.0, 4287.0, 4305.0, 4276.0, 4306.0, 4304.0, 4298.0, 4317.0, 4275.0, 4296.0, 4304.0, 4286.0, 4295.0, 4276.0, 4297.0, 4315.0, 4297.0, 4306.0, 4275.0, 4296.0, 4315.0, 4297.0, 4317.0, 4287.0, 4287.0, 4325.0, 4285.0, 4295.0, 4276.0, 4296.0, 4314.0, 4287.0, 4304.0, 4264.0, 4286.0, 4305.0, 4296.0, 4306.0, 4275.0, 4286.0, 4314.0, 4285.0, 4295.0, 4276.0, 4286.0, 4315.0, 4287.0, 4295.0, 4274.0, 4285.0, 4304.0, 4287.0, 4296.0, 4284.0, 4286.0, 4304.0, 4285.0, 4285.0, 4265.0, 4297.0, 4316.0, 4286.0, 4297.0, 4265.0, 4287.0, 4306.0, 4298.0, 4309.0, 4297.0, 4298.0, 4317.0, 4286.0, 4297.0, 4326.0, 4297.0, 4316.0, 4276.0, 4298.0, 4314.0, 4285.0, 4296.0, 4276.0, 4309.0, 4318.0, 4297.0, 4297.0, 4315.0, 4286.0, 4296.0, 4286.0, 4309.0, 4317.0, 4298.0, 4298.0, 4275.0, 4297.0, 4297.0, 4277.0, 4321.0, 4318.0, 4300.0, 4308.0, 4275.0, 4297.0, 4307.0, 4298.0, 4309.0, 4327.0, 4299.0, 4317.0, 4286.0, 4297.0, 4315.0, 4296.0, 4308.0, 4326.0, 4297.0, 4316.0, 4274.0, 4296.0, 4315.0, 4287.0, 4299.0, 4296.0, 4298.0, 4308.0, 4287.0, 4308.0, 4326.0, 4297.0, 4307.0, 4287.0, 4298.0, 4307.0, 4288.0, 4308.0, 4266.0, 4299.0, 4297.0, 4267.0, 4308.0, 4328.0, 4289.0, 4311.0, 4267.0, 4309.0, 4317.0, 4287.0, 4310.0, 4329.0, 4299.0, 4319.0, 4288.0, 4309.0, 4327.0, 4298.0, 4309.0, 4318.0, 4308.0, 4319.0, 4277.0, 4308.0, 4326.0, 4287.0, 4308.0, 4287.0, 4320.0, 4318.0, 4300.0, 4311.0, 4278.0, 4310.0, 4319.0, 4299.0, 4310.0, 4328.0, 4300.0, 4319.0, 4268.0, 4309.0, 4328.0, 4297.0, 4310.0, 4337.0, 4298.0, 4319.0, 4277.0, 4308.0, 4317.0, 4298.0, 4309.0, 4297.0, 4298.0, 4318.0, 4288.0, 4299.0, 4307.0, 4298.0, 4308.0, 4288.0, 4309.0, 4318.0, 4299.0, 4319.0, 4277.0, 4309.0, 4308.0, 4280.0, 4322.0, 4311.0, 4303.0, 4332.0, 4283.0, 4313.0, 4343.0, 4314.0, 4323.0, 4312.0, 4313.0, 4331.0, 4291.0, 4322.0, 4320.0, 4321.0, 4331.0, 4312.0, 4321.0, 4298.0, 4300.0, 4320.0, 4290.0, 4312.0, 4341.0, 4301.0, 4330.0, 4291.0, 4311.0, 4331.0, 4312.0, 4321.0, 4322.0, 4312.0, 4339.0, 4300.0, 4310.0, 4300.0, 4311.0, 4331.0, 4301.0, 4320.0, 4298.0, 4300.0, 4319.0, 4300.0, 4311.0, 4341.0, 4300.0, 4320.0, 4288.0, 4310.0, 4331.0, 4301.0, 4321.0, 4299.0, 4300.0, 4328.0, 4288.0, 4299.0, 4338.0, 4299.0, 4319.0, 4288.0, 4309.0, 4336.0, 4287.0, 4287.0, 4297.0, 4309.0, 4308.0, 4300.0, 4310.0, 4278.0, 4311.0, 4320.0, 4312.0, 4312.0, 4341.0, 4302.0, 4330.0, 4279.0, 4300.0, 4339.0, 4301.0, 4321.0, 4300.0, 4301.0, 4339.0, 4289.0, 4301.0, 4321.0, 4309.0, 4332.0, 4291.0, 4321.0, 4299.0, 4311.0, 4332.0, 4301.0, 4314.0, 4291.0, 4291.0, 4331.0, 4292.0, 4312.0, 4339.0, 4289.0, 4333.0, 4281.0, 4312.0, 4339.0, 4280.0, 4312.0, 4323.0, 4302.0, 4340.0, 4292.0, 4332.0, 4301.0, 4304.0, 4331.0, 4312.0, 4321.0, 4309.0, 4301.0, 4330.0, 4311.0, 4301.0, 4328.0, 4311.0, 4309.0, 4287.0, 4279.0, 4309.0, 4278.0, 4322.0, 4331.0, 4298.0, 4309.0, 4312.0, 4361.0, 4331.0, 4340.0, 4300.0, 4332.0, 4278.0, 4310.0, 4335.0, 4265.0, 4285.0, 4294.0, 4266.0, 4306.0, 4290.0, 4300.0, 4327.0, 4277.0, 4314.0, 4275.0, 4275.0, 4284.0, 4288.0, 4316.0, 4287.0, 4316.0, 4284.0, 4264.0, 4302.0, 4261.0, 4293.0, 4312.0, 4273.0, 4314.0, 4262.0, 4272.0, 4291.0, 4252.0, 4292.0, 4273.0, 4283.0, 4312.0, 4252.0, 4292.0, 4261.0, 4262.0, 4293.0, 4274.0, 4294.0, 4284.0, 4276.0, 4312.0, 4263.0, 4283.0, 4262.0, 4276.0, 4313.0, 4274.0, 4295.0, 4253.0, 4274.0, 4313.0, 4263.0, 4285.0, 4323.0, 4286.0, 4304.0, 4274.0, 4275.0, 4313.0, 4274.0, 4305.0, 4283.0], 'WindowWidth': [9591.0, 9602.0, 9496.0, 9507.0, 9535.0, 9492.0, 9505.0, 9475.0, 9501.0, 9527.0, 9487.0, 9496.0, 9437.0, 9484.0, 9507.0, 9488.0, 9506.0, 9528.0, 9493.0, 9513.0, 9475.0, 9506.0, 9514.0, 9509.0, 9521.0, 9494.0, 9506.0, 9528.0, 9489.0, 9506.0, 9539.0, 9508.0, 9535.0, 9492.0, 9509.0, 9528.0, 9489.0, 9518.0, 9515.0, 9523.0, 9546.0, 9488.0, 9501.0, 9523.0, 9486.0, 9515.0, 9497.0, 9506.0, 9540.0, 9503.0, 9501.0, 9480.0, 9487.0, 9512.0, 9488.0, 9519.0, 9527.0, 9484.0, 9513.0, 9464.0, 9496.0, 9523.0, 9473.0, 9522.0, 9540.0, 9504.0, 9498.0, 9455.0, 9517.0, 9523.0, 9512.0, 9524.0, 9488.0, 9503.0, 9513.0, 9489.0, 9508.0, 9527.0, 9529.0, 9552.0, 9506.0, 9520.0, 9526.0, 9506.0, 9534.0, 9492.0, 9523.0, 9539.0, 9505.0, 9513.0, 9455.0, 9500.0, 9538.0, 9485.0, 9516.0, 9523.0, 9502.0, 9525.0, 9485.0, 9500.0, 9521.0, 9491.0, 9520.0, 9486.0, 9503.0, 9524.0, 9484.0, 9513.0, 9500.0, 9508.0, 9528.0, 9494.0, 9501.0, 9508.0, 9487.0, 9513.0, 9476.0, 9509.0, 9555.0, 9506.0, 9527.0, 9455.0, 9500.0, 9537.0, 9495.0, 9533.0, 9500.0, 9503.0, 9524.0, 9488.0, 9513.0, 9482.0, 9506.0, 9562.0, 9488.0, 9500.0, 9454.0, 9488.0, 9525.0, 9474.0, 9523.0, 9541.0, 9503.0, 9525.0, 9473.0, 9518.0, 9525.0, 9507.0, 9536.0, 9489.0, 9518.0, 9537.0, 9499.0, 9513.0, 9482.0, 9508.0, 9539.0, 9507.0, 9515.0, 9456.0, 9498.0, 9521.0, 9489.0, 9521.0, 9539.0, 9487.0, 9525.0, 9470.0, 9499.0, 9522.0, 9487.0, 9517.0, 9481.0, 9489.0, 9506.0, 9485.0, 9500.0, 9494.0, 9501.0, 9541.0, 9472.0, 9499.0, 9495.0, 9484.0, 9514.0, 9483.0, 9505.0, 9539.0, 9492.0, 9514.0, 9456.0, 9501.0, 9511.0, 9475.0, 9521.0, 9542.0, 9491.0, 9517.0, 9459.0, 9505.0, 9528.0, 9497.0, 9521.0, 9488.0, 9502.0, 9525.0, 9475.0, 9519.0, 9534.0, 9511.0, 9535.0, 9494.0, 9523.0, 9558.0, 9509.0, 9535.0, 9523.0, 9528.0, 9562.0, 9509.0, 9538.0, 9502.0, 9505.0, 9542.0, 9506.0, 9536.0, 9546.0, 9503.0, 9529.0, 9489.0, 9519.0, 9553.0, 9514.0, 9536.0, 9488.0, 9505.0, 9540.0, 9487.0, 9529.0, 9499.0, 9524.0, 9545.0, 9523.0, 9514.0, 9475.0, 9522.0, 9530.0, 9498.0, 9544.0, 9548.0, 9511.0, 9534.0, 9494.0, 9537.0, 9560.0, 9531.0, 9555.0, 9520.0, 9520.0, 9542.0, 9488.0, 9529.0, 9502.0, 9517.0, 9560.0, 9491.0, 9531.0, 9484.0, 9503.0, 9539.0, 9485.0, 9526.0, 9491.0, 9520.0, 9554.0, 9492.0, 9530.0, 9500.0, 9503.0, 9542.0, 9527.0, 9517.0, 9473.0, 9519.0, 9539.0, 9492.0, 9536.0, 9504.0, 9520.0, 9527.0, 9493.0, 9530.0, 9460.0, 9514.0, 9545.0, 9489.0, 9552.0, 9493.0, 9519.0, 9538.0, 9488.0, 9528.0, 9494.0, 9519.0, 9544.0, 9491.0, 9530.0, 9476.0, 9520.0, 9557.0, 9510.0, 9549.0, 9495.0, 9534.0, 9542.0, 9490.0, 9548.0, 9502.0, 9517.0, 9555.0, 9518.0, 9529.0, 9483.0, 9499.0, 9524.0, 9496.0, 9535.0, 9517.0, 9503.0, 9539.0, 9485.0, 9514.0, 9530.0, 9509.0, 9544.0, 9505.0, 9515.0, 9473.0, 9502.0, 9540.0, 9493.0, 9533.0, 9545.0, 9501.0, 9522.0, 9470.0, 9514.0, 9538.0, 9506.0, 9545.0, 9489.0, 9515.0, 9524.0, 9489.0, 9529.0, 9511.0, 9527.0, 9560.0, 9508.0, 9533.0, 9461.0, 9520.0, 9544.0, 9514.0, 9551.0, 9509.0, 9509.0, 9542.0, 9488.0, 9536.0, 9509.0, 9520.0, 9563.0, 9504.0, 9529.0, 9494.0, 9498.0, 9543.0, 9505.0, 9530.0, 9528.0, 9499.0, 9538.0, 9469.0, 9513.0, 9544.0, 9489.0, 9544.0, 9500.0, 9514.0, 9479.0, 9498.0, 9540.0, 9490.0, 9531.0, 9533.0, 9502.0, 9538.0, 9482.0, 9515.0, 9535.0, 9506.0, 9544.0, 9487.0, 9514.0, 9521.0, 9484.0, 9525.0, 9474.0, 9516.0, 9540.0, 9487.0, 9525.0, 9456.0, 9514.0, 9544.0, 9494.0, 9535.0, 9474.0, 9507.0, 9541.0, 9477.0, 9532.0, 9509.0, 9528.0, 9545.0, 9525.0, 9534.0, 9483.0, 9503.0, 9543.0, 9512.0, 9534.0, 9506.0, 9521.0, 9538.0, 9485.0, 9530.0, 9497.0, 9531.0, 9560.0, 9519.0, 9535.0, 9457.0, 9503.0, 9525.0, 9509.0, 9540.0, 9504.0, 9506.0, 9524.0, 9484.0, 9513.0, 9531.0, 9512.0, 9545.0, 9493.0, 9515.0, 9493.0, 9481.0, 9524.0, 9467.0, 9514.0, 9559.0, 9485.0, 9524.0, 9454.0, 9497.0, 9523.0, 9502.0, 9527.0, 9471.0, 9499.0, 9533.0, 9483.0, 9511.0, 9472.0, 9520.0, 9544.0, 9500.0, 9525.0, 9481.0, 9521.0, 9538.0, 9487.0, 9524.0, 9483.0, 9514.0, 9541.0, 9508.0, 9547.0, 9504.0, 9544.0, 9513.0, 9503.0, 9537.0, 9486.0, 9513.0, 9502.0, 9476.0, 9508.0, 9466.0, 9502.0, 9526.0, 9488.0, 9529.0, 9484.0, 9484.0, 9517.0, 9472.0, 9501.0, 9457.0, 9460.0, 9515.0, 9476.0, 9502.0, 9454.0, 9454.0, 9500.0, 9465.0, 9465.0, 9431.0, 9451.0, 9478.0, 9454.0, 9468.0, 9440.0, 9456.0, 9478.0, 9454.0, 9468.0, 9440.0, 9476.0, 9496.0, 9478.0, 9487.0, 9448.0, 9477.0, 9499.0, 9481.0, 9496.0, 9466.0, 9482.0, 9464.0, 9480.0, 9505.0, 9480.0, 9502.0, 9497.0, 9490.0, 9529.0, 9485.0, 9513.0, 9451.0, 9498.0, 9510.0, 9486.0, 9514.0, 9487.0, 9506.0, 9522.0, 9489.0, 9517.0, 9474.0, 9510.0, 9533.0, 9492.0, 9505.0, 9475.0, 9506.0, 9518.0, 9461.0, 9524.0, 9549.0, 9503.0, 9521.0, 9472.0, 9509.0, 9530.0, 9475.0, 9503.0, 9542.0, 9494.0, 9532.0, 9493.0, 9492.0, 9529.0, 9475.0, 9518.0, 9541.0, 9508.0, 9531.0, 9516.0, 9502.0, 9524.0, 9471.0, 9513.0, 9484.0, 9507.0, 9542.0, 9483.0, 9497.0, 9447.0, 9466.0, 9506.0, 9452.0, 9502.0, 9542.0, 9487.0, 9511.0, 9452.0, 9498.0, 9519.0, 9491.0, 9516.0, 9513.0, 9486.0, 9520.0, 9466.0, 9496.0, 9525.0, 9489.0, 9527.0, 9472.0, 9486.0, 9533.0, 9467.0, 9495.0, 9470.0, 9509.0, 9530.0, 9491.0, 9498.0, 9456.0, 9501.0, 9510.0, 9487.0, 9507.0, 9524.0, 9488.0, 9522.0, 9469.0, 9496.0, 9517.0, 9482.0, 9531.0, 9481.0, 9502.0, 9519.0, 9470.0, 9497.0, 9463.0, 9503.0, 9522.0, 9484.0, 9496.0, 9448.0, 9467.0, 9492.0, 9450.0, 9499.0, 9520.0, 9487.0, 9497.0, 9440.0, 9486.0, 9512.0, 9493.0, 9503.0, 9525.0, 9491.0, 9511.0, 9457.0, 9501.0, 9525.0, 9491.0, 9519.0, 9486.0, 9488.0, 9522.0, 9482.0, 9497.0, 9504.0, 9483.0, 9512.0, 9469.0, 9498.0, 9492.0, 9469.0, 9496.0, 9467.0, 9500.0, 9524.0, 9486.0, 9515.0, 9456.0, 9486.0, 9524.0, 9482.0, 9499.0, 9469.0, 9498.0, 9527.0, 9501.0, 9499.0, 9466.0, 9481.0, 9508.0, 9470.0, 9500.0, 9521.0, 9487.0, 9507.0, 9449.0, 9483.0, 9503.0, 9480.0, 9500.0, 9510.0, 9498.0, 9507.0, 9483.0, 9499.0, 9457.0, 9485.0, 9511.0, 9477.0, 9503.0, 9499.0, 9489.0, 9512.0, 9487.0, 9504.0, 9527.0, 9504.0, 9520.0, 9498.0, 9488.0, 9508.0, 9472.0, 9514.0, 9506.0, 9504.0, 9528.0, 9471.0, 9499.0, 9507.0, 9485.0, 9497.0, 9476.0, 9505.0, 9525.0, 9501.0, 9512.0, 9469.0, 9500.0, 9523.0, 9503.0, 9530.0, 9489.0, 9490.0, 9536.0, 9484.0, 9498.0, 9472.0, 9500.0, 9521.0, 9489.0, 9508.0, 9452.0, 9486.0, 9509.0, 9500.0, 9512.0, 9470.0, 9485.0, 9520.0, 9482.0, 9497.0, 9472.0, 9488.0, 9522.0, 9488.0, 9496.0, 9465.0, 9482.0, 9507.0, 9488.0, 9501.0, 9481.0, 9486.0, 9507.0, 9482.0, 9484.0, 9456.0, 9504.0, 9526.0, 9487.0, 9501.0, 9456.0, 9487.0, 9512.0, 9508.0, 9522.0, 9503.0, 9506.0, 9528.0, 9485.0, 9502.0, 9539.0, 9504.0, 9528.0, 9474.0, 9504.0, 9521.0, 9484.0, 9499.0, 9473.0, 9524.0, 9532.0, 9503.0, 9503.0, 9522.0, 9487.0, 9501.0, 9489.0, 9523.0, 9530.0, 9508.0, 9505.0, 9471.0, 9503.0, 9503.0, 9478.0, 9542.0, 9533.0, 9513.0, 9518.0, 9471.0, 9503.0, 9515.0, 9507.0, 9523.0, 9544.0, 9509.0, 9532.0, 9484.0, 9503.0, 9524.0, 9501.0, 9520.0, 9539.0, 9502.0, 9525.0, 9468.0, 9499.0, 9522.0, 9490.0, 9509.0, 9501.0, 9506.0, 9517.0, 9488.0, 9519.0, 9538.0, 9503.0, 9517.0, 9489.0, 9507.0, 9517.0, 9492.0, 9520.0, 9459.0, 9506.0, 9502.0, 9462.0, 9520.0, 9547.0, 9495.0, 9526.0, 9463.0, 9522.0, 9530.0, 9490.0, 9526.0, 9550.0, 9509.0, 9537.0, 9493.0, 9524.0, 9544.0, 9505.0, 9522.0, 9532.0, 9520.0, 9537.0, 9478.0, 9521.0, 9542.0, 9491.0, 9519.0, 9491.0, 9538.0, 9534.0, 9515.0, 9528.0, 9480.0, 9525.0, 9536.0, 9511.0, 9528.0, 9549.0, 9512.0, 9536.0, 9466.0, 9524.0, 9545.0, 9504.0, 9525.0, 9559.0, 9507.0, 9536.0, 9476.0, 9520.0, 9529.0, 9505.0, 9525.0, 9505.0, 9507.0, 9533.0, 9493.0, 9509.0, 9515.0, 9507.0, 9521.0, 9495.0, 9524.0, 9533.0, 9509.0, 9537.0, 9476.0, 9522.0, 9519.0, 9488.0, 9547.0, 9531.0, 9525.0, 9560.0, 9497.0, 9539.0, 9576.0, 9540.0, 9552.0, 9532.0, 9537.0, 9556.0, 9505.0, 9547.0, 9541.0, 9544.0, 9556.0, 9532.0, 9542.0, 9506.0, 9511.0, 9539.0, 9502.0, 9533.0, 9569.0, 9517.0, 9553.0, 9500.0, 9529.0, 9556.0, 9533.0, 9545.0, 9546.0, 9534.0, 9564.0, 9512.0, 9527.0, 9514.0, 9531.0, 9557.0, 9517.0, 9540.0, 9505.0, 9511.0, 9538.0, 9514.0, 9530.0, 9569.0, 9512.0, 9538.0, 9494.0, 9526.0, 9557.0, 9516.0, 9541.0, 9507.0, 9511.0, 9547.0, 9492.0, 9508.0, 9559.0, 9509.0, 9537.0, 9493.0, 9521.0, 9554.0, 9489.0, 9490.0, 9504.0, 9523.0, 9519.0, 9511.0, 9525.0, 9481.0, 9528.0, 9539.0, 9533.0, 9532.0, 9570.0, 9518.0, 9554.0, 9482.0, 9513.0, 9565.0, 9518.0, 9543.0, 9514.0, 9515.0, 9562.0, 9498.0, 9516.0, 9543.0, 9526.0, 9558.0, 9503.0, 9543.0, 9508.0, 9531.0, 9560.0, 9517.0, 9538.0, 9502.0, 9503.0, 9555.0, 9506.0, 9533.0, 9563.0, 9496.0, 9563.0, 9489.0, 9531.0, 9562.0, 9485.0, 9531.0, 9549.0, 9521.0, 9564.0, 9504.0, 9558.0, 9515.0, 9526.0, 9556.0, 9532.0, 9542.0, 9521.0, 9515.0, 9552.0, 9528.0, 9514.0, 9546.0, 9527.0, 9522.0, 9490.0, 9481.0, 9525.0, 9479.0, 9544.0, 9554.0, 9508.0, 9524.0, 9535.0, 9600.0, 9555.0, 9568.0, 9513.0, 9556.0, 9479.0, 9524.0, 9550.0, 9453.0, 9480.0, 9489.0, 9457.0, 9511.0, 9498.0, 9510.0, 9541.0, 9474.0, 9520.0, 9467.0, 9468.0, 9477.0, 9488.0, 9526.0, 9486.0, 9524.0, 9476.0, 9451.0, 9499.0, 9442.0, 9489.0, 9511.0, 9460.0, 9518.0, 9444.0, 9459.0, 9480.0, 9432.0, 9485.0, 9463.0, 9476.0, 9514.0, 9433.0, 9485.0, 9442.0, 9447.0, 9487.0, 9466.0, 9493.0, 9478.0, 9472.0, 9511.0, 9448.0, 9475.0, 9445.0, 9473.0, 9518.0, 9466.0, 9495.0, 9437.0, 9467.0, 9516.0, 9450.0, 9482.0, 9528.0, 9486.0, 9505.0, 9465.0, 9470.0, 9516.0, 9466.0, 9512.0, 9476.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.0022857662337662336</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.035030945281385284</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.16180343887354</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2444419310138624</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.016632454653379</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4659</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6241.2495</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.09286853402793509</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>32</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>2.7705627705627704</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.432219586322818</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.322963035525336</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.750440207151668</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2232555162914505</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00494006</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01003178022801876</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.027199262753129005</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.75033088501702</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>19.934</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>40.563</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>174.0182</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>47.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>303126.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>794.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>337.6174</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0164</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>608.0045</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3491.9974</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3688.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>73418.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1116.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4637.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>983.3732</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>31.86272264015861</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> |