=== 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-0025 --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-0025",
"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-0025_ses-02_task-narratives_acq-mb8_run-04_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0025_ses-02_task-narratives_acq-mb8_run-04_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-04_session-02_subject-0025_suffix-bold_task-narratives" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0025/figures/sub-0025_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0025/figures/sub-0025_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0025/figures/sub-0025_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-02_subject-0025_suffix-bold_task-narratives" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0025/figures/sub-0025_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0025/figures/sub-0025_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0025/figures/sub-0025_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-02_subject-0025_suffix-bold_task-narratives" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0025/figures/sub-0025_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0025/figures/sub-0025_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0025/figures/sub-0025_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-02_subject-0025_suffix-bold_task-narratives" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called «carpetplot» may assist in assessing head-motion derived artifacts and respiation effects.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0025/figures/sub-0025_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0025/figures/sub-0025_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0025/figures/sub-0025_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-04_session-02_subject-0025_suffix-bold_task-narratives" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0025/figures/sub-0025_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0025/figures/sub-0025_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0025/figures/sub-0025_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-04_session-02_subject-0025_suffix-bold_task-narratives" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0025/figures/sub-0025_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0025/figures/sub-0025_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0025/figures/sub-0025_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-02_subject-0025_suffix-bold_task-narratives" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p> <div class="reportlet">
|
|
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0025/figures/sub-0025_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0025/figures/sub-0025_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0025/figures/sub-0025_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0025/figures/sub-0025_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0025/ses-02/func/sub-0025_ses-02_task-narratives_acq-mb8_run-04_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>e76da2eab21ba68b06f4c24218ee4d29</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>20:42:34.255000</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.999796, 0.0162727, -0.011966, -0.017277, 0.995858, -0.0892672]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-narratives_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0981372</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-narratives_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4222, -7760, -7253, 117, -143, -142, -138, 61]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>294.696</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>359231be-1f41-4449-a4b2-e5be5a0551e4||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.6823794841766357, -0.04635284096002579, -0.028252320364117622, 112.27888488769531], [-0.04365839809179306, 2.671813726425171, -0.24153044819831848, -85.49154663085938], [-0.03210391104221344, 0.2394973635673523, 2.6890265941619873, -108.26502990722656], [0.0, 0.0, 0.0, 1.0]]</td></tr>
|
|
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
|
|
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 1156]</td></tr>
|
|
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
|
|
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
|
|
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156], 'AcquisitionTime': ['204234.255000', '204234.715000', '204235.175000', '204235.635000', '204236.095000', '204236.555000', '204237.015000', '204237.475000', '204237.935000', '204238.395000', '204238.855000', '204239.315000', '204239.775000', '204240.235000', '204240.695000', '204241.155000', '204241.615000', '204242.075000', '204242.535000', '204242.995000', '204243.455000', '204243.915000', '204244.375000', '204244.835000', '204245.295000', '204245.755000', '204246.215000', '204246.675000', '204247.135000', '204247.595000', '204248.055000', '204248.515000', '204248.975000', '204249.435000', '204249.895000', '204250.355000', '204250.815000', '204251.275000', '204251.735000', '204252.195000', '204252.655000', '204253.115000', '204253.575000', '204254.035000', '204254.495000', '204254.955000', '204255.415000', '204255.875000', '204256.335000', '204256.795000', '204257.255000', '204257.715000', '204258.175000', '204258.635000', '204259.095000', '204259.555000', '204300.015000', '204300.475000', '204300.935000', '204301.395000', '204301.855000', '204302.315000', '204302.775000', '204303.235000', '204303.695000', '204304.155000', '204304.615000', '204305.075000', '204305.535000', '204305.995000', '204306.455000', '204306.915000', '204307.375000', '204307.835000', '204308.295000', '204308.755000', '204309.215000', '204309.675000', '204310.135000', '204310.595000', '204311.055000', '204311.515000', '204311.975000', '204312.435000', '204312.895000', '204313.355000', '204313.815000', '204314.275000', '204314.735000', '204315.195000', '204315.655000', '204316.115000', '204316.575000', '204317.035000', '204317.495000', '204317.955000', '204318.415000', '204318.875000', '204319.335000', '204319.795000', '204320.255000', '204320.715000', '204321.175000', '204321.635000', '204322.095000', '204322.555000', '204323.015000', '204323.475000', '204323.935000', '204324.395000', '204324.855000', '204325.315000', '204325.775000', '204326.235000', '204326.695000', '204327.155000', '204327.615000', '204328.075000', '204328.535000', '204328.995000', '204329.455000', '204329.915000', '204330.375000', '204330.835000', '204331.295000', '204331.755000', '204332.215000', '204332.675000', '204333.135000', '204333.595000', '204334.055000', '204334.515000', '204334.975000', '204335.435000', '204335.895000', '204336.355000', '204336.815000', '204337.275000', '204337.735000', '204338.195000', '204338.655000', '204339.115000', '204339.575000', '204340.035000', '204340.495000', '204340.955000', '204341.415000', '204341.875000', '204342.335000', '204342.795000', '204343.255000', '204343.715000', '204344.175000', '204344.635000', '204345.095000', '204345.555000', '204346.015000', '204346.475000', '204346.935000', '204347.395000', '204347.855000', '204348.315000', '204348.775000', '204349.235000', '204349.695000', '204350.155000', '204350.615000', '204351.075000', '204351.535000', '204351.995000', '204352.455000', '204352.915000', '204353.375000', '204353.835000', '204354.295000', '204354.755000', '204355.215000', '204355.675000', '204356.135000', '204356.595000', '204357.055000', '204357.515000', '204357.975000', '204358.435000', '204358.895000', '204359.355000', '204359.815000', '204400.275000', '204400.735000', '204401.195000', '204401.655000', '204402.115000', '204402.575000', '204403.035000', '204403.495000', '204403.955000', '204404.415000', '204404.875000', '204405.335000', '204405.795000', '204406.255000', '204406.715000', '204407.175000', '204407.635000', '204408.095000', '204408.555000', '204409.015000', '204409.475000', '204409.935000', '204410.395000', '204410.855000', '204411.315000', '204411.775000', '204412.235000', '204412.695000', '204413.155000', '204413.615000', '204414.075000', '204414.535000', '204414.995000', '204415.455000', '204415.915000', '204416.375000', '204416.835000', '204417.295000', '204417.755000', '204418.215000', '204418.675000', '204419.135000', '204419.595000', '204420.055000', '204420.515000', '204420.975000', '204421.435000', '204421.895000', '204422.355000', '204422.815000', '204423.275000', '204423.735000', '204424.195000', '204424.655000', '204425.115000', '204425.575000', '204426.035000', '204426.495000', '204426.955000', '204427.415000', '204427.875000', '204428.335000', '204428.795000', '204429.255000', '204429.715000', '204430.175000', '204430.635000', '204431.095000', '204431.555000', '204432.015000', '204432.475000', '204432.935000', '204433.395000', '204433.855000', '204434.315000', '204434.775000', '204435.235000', '204435.695000', '204436.155000', '204436.615000', '204437.075000', '204437.535000', '204437.995000', '204438.455000', '204438.915000', '204439.375000', '204439.835000', '204440.295000', '204440.755000', '204441.215000', '204441.675000', '204442.135000', '204442.595000', '204443.055000', '204443.515000', '204443.975000', '204444.435000', '204444.895000', '204445.355000', '204445.815000', '204446.275000', '204446.735000', '204447.195000', '204447.655000', '204448.115000', '204448.575000', '204449.035000', '204449.495000', '204449.955000', '204450.415000', '204450.875000', '204451.335000', '204451.795000', '204452.255000', '204452.715000', '204453.175000', '204453.635000', '204454.095000', '204454.555000', '204455.015000', '204455.475000', '204455.935000', '204456.395000', '204456.855000', '204457.315000', '204457.775000', '204458.235000', '204458.695000', '204459.155000', '204459.615000', '204500.075000', '204500.535000', '204500.995000', '204501.455000', '204501.915000', '204502.375000', '204502.835000', '204503.295000', '204503.755000', '204504.215000', '204504.675000', '204505.135000', '204505.595000', '204506.055000', '204506.515000', '204506.975000', '204507.435000', '204507.895000', '204508.355000', '204508.815000', '204509.275000', '204509.735000', '204510.195000', '204510.655000', '204511.115000', '204511.575000', '204512.035000', '204512.495000', '204512.955000', '204513.415000', '204513.875000', '204514.335000', '204514.795000', '204515.255000', '204515.715000', '204516.175000', '204516.635000', '204517.095000', '204517.555000', '204518.015000', '204518.475000', '204518.935000', '204519.395000', '204519.855000', '204520.315000', '204520.775000', '204521.235000', '204521.695000', '204522.155000', '204522.615000', '204523.075000', '204523.535000', '204523.995000', '204524.455000', '204524.915000', '204525.375000', '204525.835000', '204526.295000', '204526.755000', '204527.215000', '204527.675000', '204528.135000', '204528.595000', '204529.055000', '204529.515000', '204529.975000', '204530.435000', '204530.895000', '204531.355000', '204531.815000', '204532.275000', '204532.735000', '204533.195000', '204533.655000', '204534.115000', '204534.575000', '204535.035000', '204535.495000', '204535.955000', '204536.415000', '204536.875000', '204537.335000', '204537.795000', '204538.255000', '204538.715000', '204539.175000', '204539.635000', '204540.095000', '204540.555000', '204541.015000', '204541.475000', '204541.935000', '204542.395000', '204542.855000', '204543.315000', '204543.775000', '204544.235000', '204544.695000', '204545.155000', '204545.615000', '204546.075000', '204546.535000', '204546.995000', '204547.455000', '204547.915000', '204548.375000', '204548.835000', '204549.295000', '204549.755000', '204550.215000', '204550.675000', '204551.135000', '204551.595000', '204552.055000', '204552.515000', '204552.975000', '204553.435000', '204553.895000', '204554.355000', '204554.815000', '204555.275000', '204555.735000', '204556.195000', '204556.655000', '204557.115000', '204557.575000', '204558.035000', '204558.495000', '204558.955000', '204559.415000', '204559.875000', '204600.335000', '204600.795000', '204601.255000', '204601.715000', '204602.175000', '204602.635000', '204603.095000', '204603.555000', '204604.015000', '204604.475000', '204604.935000', '204605.395000', '204605.855000', '204606.315000', '204606.775000', '204607.235000', '204607.695000', '204608.155000', '204608.615000', '204609.075000', '204609.535000', '204609.995000', '204610.455000', '204610.915000', '204611.375000', '204611.835000', '204612.295000', '204612.755000', '204613.215000', '204613.675000', '204614.135000', '204614.595000', '204615.055000', '204615.515000', '204615.975000', '204616.435000', '204616.895000', '204617.355000', '204617.815000', '204618.275000', '204618.735000', '204619.195000', '204619.655000', '204620.115000', '204620.575000', '204621.035000', '204621.495000', '204621.955000', '204622.415000', '204622.875000', '204623.335000', '204623.795000', '204624.255000', '204624.715000', '204625.175000', '204625.635000', '204626.095000', '204626.555000', '204627.015000', '204627.475000', '204627.935000', '204628.395000', '204628.855000', '204629.315000', '204629.775000', '204630.235000', '204630.695000', '204631.155000', '204631.615000', '204632.075000', '204632.535000', '204632.995000', '204633.455000', '204633.915000', '204634.375000', '204634.835000', '204635.295000', '204635.755000', '204636.215000', '204636.675000', '204637.135000', '204637.595000', '204638.055000', '204638.515000', '204638.975000', '204639.435000', '204639.895000', '204640.355000', '204640.815000', '204641.275000', '204641.735000', '204642.195000', '204642.655000', '204643.115000', '204643.575000', '204644.035000', '204644.495000', '204644.955000', '204645.415000', '204645.875000', '204646.335000', '204646.795000', '204647.255000', '204647.715000', '204648.175000', '204648.635000', '204649.095000', '204649.555000', '204650.015000', '204650.475000', '204650.935000', '204651.395000', '204651.855000', '204652.315000', '204652.775000', '204653.235000', '204653.695000', '204654.155000', '204654.615000', '204655.075000', '204655.535000', '204655.995000', '204656.455000', '204656.915000', '204657.375000', '204657.835000', '204658.295000', '204658.755000', '204659.215000', '204659.675000', '204700.135000', '204700.595000', '204701.055000', '204701.515000', '204701.975000', '204702.435000', '204702.895000', '204703.355000', '204703.815000', '204704.275000', '204704.735000', '204705.195000', '204705.655000', '204706.115000', '204706.575000', '204707.035000', '204707.495000', '204707.955000', '204708.415000', '204708.875000', '204709.335000', '204709.795000', '204710.255000', '204710.715000', '204711.175000', '204711.635000', '204712.095000', '204712.555000', '204713.015000', '204713.475000', '204713.935000', '204714.395000', '204714.855000', '204715.315000', '204715.775000', '204716.235000', '204716.695000', '204717.155000', '204717.615000', '204718.075000', '204718.535000', '204718.995000', '204719.455000', '204719.915000', '204720.375000', '204720.835000', '204721.295000', '204721.755000', '204722.215000', '204722.675000', '204723.135000', '204723.595000', '204724.055000', '204724.515000', '204724.975000', '204725.435000', '204725.895000', '204726.355000', '204726.815000', '204727.275000', '204727.735000', '204728.195000', '204728.655000', '204729.115000', '204729.575000', '204730.035000', '204730.495000', '204730.955000', '204731.415000', '204731.875000', '204732.335000', '204732.795000', '204733.255000', '204733.715000', '204734.175000', '204734.635000', '204735.095000', '204735.555000', '204736.015000', '204736.475000', '204736.935000', '204737.395000', '204737.855000', '204738.315000', '204738.775000', '204739.235000', '204739.695000', '204740.155000', '204740.615000', '204741.075000', '204741.535000', '204741.995000', '204742.455000', '204742.915000', '204743.375000', '204743.835000', '204744.295000', '204744.755000', '204745.215000', '204745.675000', '204746.135000', '204746.595000', '204747.055000', '204747.515000', '204747.975000', '204748.435000', '204748.895000', '204749.355000', '204749.815000', '204750.275000', '204750.735000', '204751.195000', '204751.655000', '204752.115000', '204752.575000', '204753.035000', '204753.495000', '204753.955000', '204754.415000', '204754.875000', '204755.335000', '204755.795000', '204756.255000', '204756.715000', '204757.175000', '204757.635000', '204758.095000', '204758.555000', '204759.015000', '204759.475000', '204759.935000', '204800.395000', '204800.855000', '204801.315000', '204801.775000', '204802.235000', '204802.695000', '204803.155000', '204803.615000', '204804.075000', '204804.535000', '204804.995000', '204805.455000', '204805.915000', '204806.375000', '204806.835000', '204807.295000', '204807.755000', '204808.215000', '204808.675000', '204809.135000', '204809.595000', '204810.055000', '204810.515000', '204810.975000', '204811.435000', '204811.895000', '204812.355000', '204812.815000', '204813.275000', '204813.735000', '204814.195000', '204814.655000', '204815.115000', '204815.575000', '204816.035000', '204816.495000', '204816.955000', '204817.415000', '204817.875000', '204818.335000', '204818.795000', '204819.255000', '204819.715000', '204820.175000', '204820.635000', '204821.095000', '204821.555000', '204822.015000', '204822.475000', '204822.935000', '204823.395000', '204823.855000', '204824.315000', '204824.775000', '204825.235000', '204825.695000', '204826.155000', '204826.615000', '204827.075000', '204827.535000', '204827.995000', '204828.455000', '204828.915000', '204829.375000', '204829.835000', '204830.295000', '204830.755000', '204831.215000', '204831.675000', '204832.135000', '204832.595000', '204833.055000', '204833.515000', '204833.975000', '204834.435000', '204834.895000', '204835.355000', '204835.815000', '204836.275000', '204836.735000', '204837.195000', '204837.655000', '204838.115000', '204838.575000', '204839.035000', '204839.495000', '204839.955000', '204840.415000', '204840.875000', '204841.335000', '204841.795000', '204842.255000', '204842.715000', '204843.175000', '204843.635000', '204844.095000', '204844.555000', '204845.015000', '204845.475000', '204845.935000', '204846.395000', '204846.855000', '204847.315000', '204847.775000', '204848.235000', '204848.695000', '204849.155000', '204849.615000', '204850.075000', '204850.535000', '204850.995000', '204851.455000', '204851.915000', '204852.375000', '204852.835000', '204853.295000', '204853.755000', '204854.215000', '204854.675000', '204855.135000', '204855.595000', '204856.055000', '204856.515000', '204856.975000', '204857.435000', '204857.895000', '204858.355000', '204858.815000', '204859.275000', '204859.735000', '204900.195000', '204900.655000', '204901.115000', '204901.575000', '204902.035000', '204902.495000', '204902.955000', '204903.415000', '204903.875000', '204904.335000', '204904.795000', '204905.255000', '204905.715000', '204906.175000', '204906.635000', '204907.095000', '204907.555000', '204908.015000', '204908.475000', '204908.935000', '204909.395000', '204909.855000', '204910.315000', '204910.775000', '204911.235000', '204911.695000', '204912.155000', '204912.615000', '204913.075000', '204913.535000', '204913.995000', '204914.455000', '204914.915000', '204915.375000', '204915.835000', '204916.295000', '204916.755000', '204917.215000', '204917.675000', '204918.135000', '204918.595000', '204919.055000', '204919.515000', '204919.975000', '204920.435000', '204920.895000', '204921.355000', '204921.815000', '204922.275000', '204922.735000', '204923.195000', '204923.655000', '204924.115000', '204924.575000', '204925.035000', '204925.495000', '204925.955000', '204926.415000', '204926.875000', '204927.335000', '204927.795000', '204928.255000', '204928.715000', '204929.175000', '204929.635000', '204930.095000', '204930.555000', '204931.015000', '204931.475000', '204931.935000', '204932.395000', '204932.855000', '204933.315000', '204933.775000', '204934.235000', '204934.695000', '204935.155000', '204935.615000', '204936.075000', '204936.535000', '204936.995000', '204937.455000', '204937.915000', '204938.375000', '204938.835000', '204939.295000', '204939.755000', '204940.215000', '204940.675000', '204941.135000', '204941.595000', '204942.055000', '204942.515000', '204942.975000', '204943.435000', '204943.895000', '204944.355000', '204944.815000', '204945.275000', '204945.735000', '204946.195000', '204946.655000', '204947.115000', '204947.575000', '204948.035000', '204948.495000', '204948.955000', '204949.415000', '204949.875000', '204950.335000', '204950.795000', '204951.255000', '204951.715000', '204952.175000', '204952.635000', '204953.095000', '204953.555000', '204954.015000', '204954.475000', '204954.935000', '204955.395000', '204955.855000', '204956.315000', '204956.775000', '204957.235000', '204957.695000', '204958.155000', '204958.615000', '204959.075000', '204959.535000', '204959.995000', '205000.455000', '205000.915000', '205001.375000', '205001.835000', '205002.295000', '205002.755000', '205003.215000', '205003.675000', '205004.135000', '205004.595000', '205005.055000', '205005.515000', '205005.975000', '205006.435000', '205006.895000', '205007.355000', '205007.815000', '205008.275000', '205008.735000', '205009.195000', '205009.655000', '205010.115000', '205010.575000', '205011.035000', '205011.495000', '205011.955000', '205012.415000', '205012.875000', '205013.335000', '205013.795000', '205014.255000', '205014.715000', '205015.175000', '205015.635000', '205016.095000', '205016.555000', '205017.015000', '205017.475000', '205017.935000', '205018.395000', '205018.855000', '205019.315000', '205019.775000', '205020.235000', '205020.695000', '205021.155000', '205021.615000', '205022.075000', '205022.535000', '205022.995000', '205023.455000', '205023.915000', '205024.375000', '205024.835000', '205025.295000', '205025.755000', '205026.215000', '205026.675000', '205027.135000', '205027.595000', '205028.055000', '205028.515000', '205028.975000', '205029.435000', '205029.895000', '205030.355000', '205030.815000', '205031.275000', '205031.735000', '205032.195000', '205032.655000', '205033.115000', '205033.575000', '205034.035000', '205034.495000', '205034.955000', '205035.415000', '205035.875000', '205036.335000', '205036.795000', '205037.255000', '205037.715000', '205038.175000', '205038.635000', '205039.095000', '205039.555000', '205040.015000', '205040.475000', '205040.935000', '205041.395000', '205041.855000', '205042.315000', '205042.775000', '205043.235000', '205043.695000', '205044.155000', '205044.615000', '205045.075000', '205045.535000', '205045.995000', '205046.455000', '205046.915000', '205047.375000', '205047.835000', '205048.295000', '205048.755000', '205049.215000', '205049.675000', '205050.135000', '205050.595000', '205051.055000', '205051.515000', '205051.975000', '205052.435000', '205052.895000', '205053.355000', '205053.815000', '205054.275000', '205054.735000', '205055.195000', '205055.655000', '205056.115000', '205056.575000', '205057.035000', '205057.495000', '205057.955000', '205058.415000', '205058.875000', '205059.335000', '205059.795000', '205100.255000', '205100.715000', '205101.175000', '205101.635000', '205102.095000', '205102.555000', '205103.015000', '205103.475000', '205103.935000', '205104.395000', '205104.855000', '205105.315000', '205105.775000', '205106.235000', '205106.695000', '205107.155000', '205107.615000', '205108.075000', '205108.535000', '205108.995000', '205109.455000', '205109.915000', '205110.375000', '205110.835000', '205111.295000', '205111.755000', '205112.215000', '205112.675000', '205113.135000', '205113.595000', '205114.055000', '205114.515000', '205114.975000', '205115.435000', '205115.895000', '205116.355000', '205116.815000', '205117.275000', '205117.735000', '205118.195000', '205118.655000', '205119.115000', '205119.575000', '205120.035000', '205120.495000', '205120.955000', '205121.415000', '205121.875000', '205122.335000', '205122.795000', '205123.255000', '205123.715000', '205124.175000', '205124.635000', '205125.095000', '205125.555000'], 'ContentTime': ['204254.382000', '204254.385000', '204254.388000', '204254.390000', '204254.393000', '204254.395000', '204254.398000', '204254.401000', '204254.403000', '204254.406000', '204254.408000', '204254.414000', '204254.417000', '204254.429000', '204254.432000', '204254.434000', '204254.437000', '204254.439000', '204254.442000', '204254.445000', '204254.447000', '204254.450000', '204254.452000', '204254.455000', '204254.457000', '204254.460000', '204254.463000', '204254.465000', '204254.468000', '204254.471000', '204254.473000', '204254.476000', '204254.478000', '204254.481000', '204254.483000', '204254.486000', '204254.489000', '204254.491000', '204254.494000', '204254.496000', '204254.499000', '204254.502000', '204314.315000', '204314.318000', '204314.321000', '204314.323000', '204314.326000', '204314.328000', '204314.331000', '204314.334000', '204314.336000', '204314.339000', '204314.341000', '204314.344000', '204314.346000', '204314.349000', '204314.352000', '204314.354000', '204314.357000', '204314.359000', '204314.362000', '204314.364000', '204314.367000', '204314.369000', '204314.372000', '204314.374000', '204314.377000', '204314.379000', '204314.382000', '204314.385000', '204314.387000', '204314.390000', '204314.392000', '204314.395000', '204314.397000', '204314.400000', '204314.402000', '204314.411000', '204314.413000', '204314.416000', '204314.419000', '204314.421000', '204314.424000', '204314.426000', '204314.429000', '204334.315000', '204334.318000', '204334.321000', '204334.323000', '204334.326000', '204334.328000', '204334.331000', '204334.333000', '204334.336000', '204334.339000', '204334.341000', '204334.344000', '204334.346000', '204334.349000', '204334.351000', '204334.354000', '204334.356000', '204334.359000', '204334.362000', '204334.364000', '204334.367000', '204334.369000', '204334.372000', '204334.374000', '204334.377000', '204334.379000', '204334.382000', '204334.385000', '204334.387000', '204334.390000', '204334.392000', '204334.395000', '204334.397000', '204334.400000', '204334.403000', '204334.405000', '204334.408000', '204334.410000', '204334.413000', '204334.415000', '204334.418000', '204334.421000', '204334.423000', '204334.426000', '204354.315000', '204354.318000', '204354.321000', '204354.323000', '204354.326000', '204354.329000', '204354.331000', '204354.334000', '204354.336000', '204354.339000', '204354.342000', '204354.344000', '204354.347000', '204354.349000', '204354.352000', '204354.355000', '204354.357000', '204354.360000', '204354.362000', '204354.365000', '204354.367000', '204354.370000', '204354.373000', '204354.375000', '204354.378000', '204354.380000', '204354.383000', '204354.386000', '204354.388000', '204354.391000', '204354.393000', '204354.396000', '204354.398000', '204354.401000', '204354.404000', '204354.407000', '204354.409000', '204354.421000', '204354.424000', '204354.427000', '204354.429000', '204354.432000', '204354.434000', '204414.316000', '204414.319000', '204414.321000', '204414.324000', '204414.326000', '204414.329000', '204414.332000', '204414.334000', '204414.337000', '204414.339000', '204414.342000', '204414.344000', '204414.347000', '204414.350000', '204414.352000', '204414.355000', '204414.357000', '204414.360000', '204414.362000', '204414.365000', '204414.367000', '204414.370000', '204414.373000', '204414.375000', '204414.378000', '204414.380000', '204414.383000', '204414.386000', '204414.388000', '204414.391000', '204414.393000', '204414.396000', '204414.406000', '204414.408000', '204414.411000', '204414.413000', '204414.416000', '204414.418000', '204414.421000', '204414.450000', '204414.453000', '204414.455000', '204414.458000', '204414.460000', '204434.315000', '204434.318000', '204434.321000', '204434.323000', '204434.326000', '204434.329000', '204434.331000', '204434.334000', '204434.336000', '204434.339000', '204434.342000', '204434.344000', '204434.347000', '204434.349000', '204434.352000', '204434.355000', '204434.357000', '204434.360000', '204434.362000', '204434.365000', '204434.367000', '204434.370000', '204434.372000', '204434.375000', '204434.378000', '204434.380000', '204434.383000', '204434.385000', '204434.388000', '204434.391000', '204434.393000', '204434.396000', '204434.398000', '204434.401000', '204434.403000', '204434.406000', '204434.408000', '204434.411000', '204434.418000', '204434.421000', '204434.424000', '204434.426000', '204434.429000', '204454.315000', '204454.317000', '204454.320000', '204454.323000', '204454.325000', '204454.328000', '204454.330000', '204454.333000', '204454.336000', '204454.338000', '204454.341000', '204454.343000', '204454.346000', '204454.349000', '204454.351000', '204454.354000', '204454.356000', '204454.359000', '204454.361000', '204454.364000', '204454.367000', '204454.369000', '204454.372000', '204454.374000', '204454.377000', '204454.380000', '204454.382000', '204454.385000', '204454.387000', '204454.390000', '204454.392000', '204454.395000', '204454.398000', '204454.400000', '204454.403000', '204454.405000', '204454.408000', '204454.410000', '204454.413000', '204454.416000', '204454.418000', '204454.421000', '204454.423000', '204454.426000', '204514.316000', '204514.318000', '204514.321000', '204514.324000', '204514.326000', '204514.329000', '204514.331000', '204514.334000', '204514.337000', '204514.339000', '204514.342000', '204514.344000', '204514.347000', '204514.350000', '204514.352000', '204514.355000', '204514.357000', '204514.360000', '204514.363000', '204514.365000', '204514.368000', '204514.370000', '204514.373000', '204514.375000', '204514.378000', '204514.381000', '204514.383000', '204514.386000', '204514.388000', '204514.391000', '204514.393000', '204514.396000', '204514.398000', '204514.401000', '204514.404000', '204514.406000', '204514.409000', '204514.411000', '204514.414000', '204514.416000', '204514.419000', '204514.421000', '204514.424000', '204534.315000', '204534.318000', '204534.321000', '204534.323000', '204534.326000', '204534.328000', '204534.331000', '204534.334000', '204534.336000', '204534.339000', '204534.341000', '204534.344000', '204534.347000', '204534.349000', '204534.352000', '204534.354000', '204534.357000', '204534.360000', '204534.362000', '204534.365000', '204534.367000', '204534.370000', '204534.373000', '204534.375000', '204534.378000', '204534.380000', '204534.383000', '204534.385000', '204534.388000', '204534.390000', '204534.393000', '204534.396000', '204534.398000', '204534.401000', '204534.403000', '204534.406000', '204534.409000', '204534.411000', '204534.414000', '204534.416000', '204534.419000', '204534.422000', '204534.424000', '204534.427000', '204554.316000', '204554.318000', '204554.321000', '204554.324000', '204554.326000', '204554.329000', '204554.331000', '204554.334000', '204554.337000', '204554.339000', '204554.342000', '204554.344000', '204554.347000', '204554.349000', '204554.352000', '204554.355000', '204554.357000', '204554.360000', '204554.362000', '204554.365000', '204554.368000', '204554.370000', '204554.373000', '204554.375000', '204554.378000', '204554.380000', '204554.383000', '204554.385000', '204554.388000', '204554.391000', '204554.393000', '204554.396000', '204554.398000', '204554.401000', '204554.403000', '204554.424000', '204554.427000', '204554.430000', '204554.432000', '204554.435000', '204554.437000', '204554.440000', '204554.442000', '204614.315000', '204614.318000', '204614.321000', '204614.323000', '204614.326000', '204614.328000', '204614.331000', '204614.334000', '204614.336000', '204614.339000', '204614.341000', '204614.344000', '204614.346000', '204614.349000', '204614.351000', '204614.354000', '204614.357000', '204614.359000', '204614.362000', '204614.364000', '204614.367000', '204614.369000', '204614.372000', '204614.375000', '204614.377000', '204614.380000', '204614.382000', '204614.385000', '204614.387000', '204614.390000', '204614.393000', '204614.395000', '204614.398000', '204614.400000', '204614.403000', '204614.406000', '204614.408000', '204614.411000', '204614.413000', '204614.416000', '204614.419000', '204614.421000', '204614.424000', '204614.426000', '204634.315000', '204634.318000', '204634.321000', '204634.323000', '204634.326000', '204634.329000', '204634.331000', '204634.334000', '204634.336000', '204634.339000', '204634.342000', '204634.344000', '204634.347000', '204634.349000', '204634.352000', '204634.354000', '204634.357000', '204634.359000', '204634.362000', '204634.365000', '204634.367000', '204634.370000', '204634.373000', '204634.375000', '204634.378000', '204634.380000', '204634.383000', '204634.385000', '204634.388000', '204634.391000', '204634.393000', '204634.396000', '204634.398000', '204634.401000', '204634.404000', '204634.406000', '204634.409000', '204634.411000', '204634.414000', '204634.416000', '204634.419000', '204634.422000', '204634.424000', '204654.315000', '204654.318000', '204654.321000', '204654.323000', '204654.326000', '204654.329000', '204654.331000', '204654.334000', '204654.336000', '204654.339000', '204654.343000', '204654.345000', '204654.348000', '204654.351000', '204654.353000', '204654.356000', '204654.358000', '204654.361000', '204654.364000', '204654.366000', '204654.369000', '204654.371000', '204654.374000', '204654.376000', '204654.379000', '204654.382000', '204654.384000', '204654.387000', '204654.390000', '204654.392000', '204654.395000', '204654.398000', '204654.401000', '204654.409000', '204654.411000', '204654.414000', '204654.416000', '204654.419000', '204654.421000', '204654.424000', '204654.427000', '204654.429000', '204654.432000', '204654.434000', '204714.315000', '204714.317000', '204714.320000', '204714.323000', '204714.325000', '204714.328000', '204714.330000', '204714.333000', '204714.335000', '204714.338000', '204714.341000', '204714.343000', '204714.346000', '204714.348000', '204714.351000', '204714.353000', '204714.356000', '204714.359000', '204714.361000', '204714.364000', '204714.366000', '204714.369000', '204714.371000', '204714.374000', '204714.377000', '204714.379000', '204714.382000', '204714.384000', '204714.387000', '204714.390000', '204714.392000', '204714.395000', '204714.398000', '204714.400000', '204714.403000', '204714.405000', '204714.408000', '204714.410000', '204714.413000', '204714.416000', '204714.418000', '204714.421000', '204714.423000', '204734.315000', '204734.318000', '204734.321000', '204734.324000', '204734.326000', '204734.329000', '204734.331000', '204734.334000', '204734.336000', '204734.339000', '204734.342000', '204734.345000', '204734.348000', '204734.350000', '204734.353000', '204734.356000', '204734.358000', '204734.361000', '204734.364000', '204734.366000', '204734.369000', '204734.371000', '204734.374000', '204734.376000', '204734.379000', '204734.382000', '204734.384000', '204734.387000', '204734.390000', '204734.392000', '204734.395000', '204734.397000', '204734.400000', '204734.403000', '204734.405000', '204734.408000', '204734.410000', '204734.413000', '204734.415000', '204734.418000', '204734.421000', '204734.423000', '204734.426000', '204754.315000', '204754.318000', '204754.321000', '204754.324000', '204754.326000', '204754.329000', '204754.331000', '204754.334000', '204754.336000', '204754.339000', '204754.342000', '204754.344000', '204754.347000', '204754.349000', '204754.352000', '204754.354000', '204754.357000', '204754.360000', '204754.362000', '204754.365000', '204754.367000', '204754.370000', '204754.372000', '204754.375000', '204754.377000', '204754.380000', '204754.383000', '204754.385000', '204754.388000', '204754.390000', '204754.393000', '204754.396000', '204754.398000', '204754.401000', '204754.403000', '204754.406000', '204754.408000', '204754.411000', '204754.414000', '204754.416000', '204754.419000', '204754.421000', '204754.424000', '204754.426000', '204814.315000', '204814.318000', '204814.321000', '204814.324000', '204814.326000', '204814.329000', '204814.332000', '204814.334000', '204814.337000', '204814.339000', '204814.342000', '204814.345000', '204814.347000', '204814.350000', '204814.352000', '204814.355000', '204814.358000', '204814.360000', '204814.363000', '204814.365000', '204814.368000', '204814.370000', '204814.373000', '204814.375000', '204814.378000', '204814.381000', '204814.384000', '204814.386000', '204814.389000', '204814.392000', '204814.394000', '204814.397000', '204814.399000', '204814.402000', '204814.405000', '204814.407000', '204814.410000', '204814.412000', '204814.415000', '204814.417000', '204814.420000', '204814.423000', '204814.425000', '204834.316000', '204834.318000', '204834.321000', '204834.324000', '204834.326000', '204834.329000', '204834.331000', '204834.334000', '204834.337000', '204834.339000', '204834.343000', '204834.346000', '204834.349000', '204834.351000', '204834.354000', '204834.357000', '204834.359000', '204834.362000', '204834.364000', '204834.367000', '204834.370000', '204834.372000', '204834.375000', '204834.377000', '204834.380000', '204834.382000', '204834.385000', '204834.388000', '204834.390000', '204834.393000', '204834.396000', '204834.398000', '204834.401000', '204834.403000', '204834.406000', '204834.408000', '204834.411000', '204834.414000', '204834.416000', '204834.419000', '204834.421000', '204834.424000', '204834.426000', '204834.429000', '204854.316000', '204854.318000', '204854.321000', '204854.324000', '204854.326000', '204854.329000', '204854.331000', '204854.334000', '204854.337000', '204854.339000', '204854.342000', '204854.344000', '204854.347000', '204854.361000', '204854.363000', '204854.366000', '204854.368000', '204854.371000', '204854.374000', '204854.376000', '204854.379000', '204854.381000', '204854.384000', '204854.386000', '204854.389000', '204854.392000', '204854.394000', '204854.397000', '204854.400000', '204854.402000', '204854.405000', '204854.407000', '204854.410000', '204854.413000', '204854.415000', '204854.418000', '204854.420000', '204854.423000', '204854.425000', '204854.428000', '204854.430000', '204854.433000', '204854.436000', '204914.316000', '204914.319000', '204914.321000', '204914.324000', '204914.326000', '204914.329000', '204914.332000', '204914.334000', '204914.337000', '204914.339000', '204914.342000', '204914.345000', '204914.347000', '204914.350000', '204914.352000', '204914.355000', '204914.358000', '204914.360000', '204914.363000', '204914.365000', '204914.368000', '204914.370000', '204914.373000', '204914.376000', '204914.378000', '204914.381000', '204914.383000', '204914.386000', '204914.389000', '204914.391000', '204914.394000', '204914.396000', '204914.399000', '204914.402000', '204914.404000', '204914.407000', '204914.409000', '204914.412000', '204914.414000', '204914.417000', '204914.419000', '204914.422000', '204914.425000', '204914.427000', '204934.314000', '204934.317000', '204934.320000', '204934.323000', '204934.325000', '204934.328000', '204934.330000', '204934.333000', '204934.335000', '204934.338000', '204934.341000', '204934.343000', '204934.346000', '204934.349000', '204934.351000', '204934.354000', '204934.356000', '204934.359000', '204934.361000', '204934.365000', '204934.367000', '204934.370000', '204934.373000', '204934.376000', '204934.379000', '204934.382000', '204934.384000', '204934.387000', '204934.389000', '204934.392000', '204934.394000', '204934.397000', '204934.400000', '204934.402000', '204934.405000', '204934.407000', '204934.410000', '204934.412000', '204934.415000', '204934.418000', '204934.420000', '204934.424000', '204934.426000', '204954.316000', '204954.318000', '204954.321000', '204954.324000', '204954.326000', '204954.329000', '204954.331000', '204954.334000', '204954.336000', '204954.339000', '204954.342000', '204954.344000', '204954.347000', '204954.349000', '204954.352000', '204954.355000', '204954.357000', '204954.360000', '204954.362000', '204954.365000', '204954.368000', '204954.370000', '204954.373000', '204954.375000', '204954.378000', '204954.380000', '204954.383000', '204954.386000', '204954.388000', '204954.391000', '204954.393000', '204954.396000', '204954.399000', '204954.401000', '204954.404000', '204954.406000', '204954.409000', '204954.411000', '204954.414000', '204954.417000', '204954.419000', '204954.422000', '204954.424000', '204954.427000', '205014.315000', '205014.318000', '205014.321000', '205014.323000', '205014.326000', '205014.329000', '205014.331000', '205014.334000', '205014.336000', '205014.339000', '205014.342000', '205014.344000', '205014.347000', '205014.349000', '205014.352000', '205014.355000', '205014.357000', '205014.360000', '205014.362000', '205014.365000', '205014.367000', '205014.371000', '205014.374000', '205014.376000', '205014.389000', '205014.392000', '205014.394000', '205014.397000', '205014.399000', '205014.402000', '205014.405000', '205014.407000', '205014.410000', '205014.412000', '205014.415000', '205014.417000', '205014.420000', '205014.423000', '205014.425000', '205014.428000', '205014.430000', '205014.433000', '205014.435000', '205034.316000', '205034.319000', '205034.321000', '205034.324000', '205034.326000', '205034.329000', '205034.331000', '205034.334000', '205034.337000', '205034.339000', '205034.342000', '205034.345000', '205034.347000', '205034.350000', '205034.352000', '205034.355000', '205034.358000', '205034.360000', '205034.363000', '205034.365000', '205034.368000', '205034.370000', '205034.373000', '205034.376000', '205034.378000', '205034.381000', '205034.384000', '205034.386000', '205034.389000', '205034.391000', '205034.394000', '205034.397000', '205034.399000', '205034.402000', '205034.404000', '205034.407000', '205034.410000', '205034.412000', '205034.415000', '205034.418000', '205034.420000', '205034.423000', '205034.425000', '205034.428000', '205054.316000', '205054.318000', '205054.321000', '205054.324000', '205054.334000', '205054.336000', '205054.339000', '205054.342000', '205054.344000', '205054.347000', '205054.350000', '205054.352000', '205054.355000', '205054.357000', '205054.360000', '205054.362000', '205054.365000', '205054.368000', '205054.370000', '205054.373000', '205054.375000', '205054.378000', '205054.381000', '205054.383000', '205054.386000', '205054.388000', '205054.391000', '205054.393000', '205054.396000', '205054.399000', '205054.402000', '205054.405000', '205054.408000', '205054.411000', '205054.413000', '205054.416000', '205054.419000', '205054.421000', '205054.424000', '205054.426000', '205054.429000', '205054.431000', '205054.434000', '205114.316000', '205114.318000', '205114.321000', '205114.324000', '205114.326000', '205114.329000', '205114.331000', '205114.334000', '205114.337000', '205114.339000', '205114.342000', '205114.344000', '205114.347000', '205114.350000', '205114.352000', '205114.355000', '205114.357000', '205114.360000', '205114.362000', '205114.365000', '205114.368000', '205114.370000', '205114.373000', '205114.375000', '205114.378000', '205114.381000', '205114.383000', '205114.386000', '205114.388000', '205114.391000', '205114.393000', '205114.396000', '205114.399000', '205114.401000', '205114.404000', '205114.406000', '205114.409000', '205114.412000', '205114.414000', '205114.417000', '205114.419000', '205114.422000', '205114.424000', '205114.427000', '205126.608000', '205126.611000', '205126.614000', '205126.616000', '205126.619000', '205126.621000', '205126.624000', '205126.627000', '205126.629000', '205126.632000', '205126.634000', '205126.637000', '205126.640000', '205126.642000', '205126.645000', '205126.647000', '205126.650000', '205126.653000', '205126.655000', '205126.658000', '205126.696000', '205126.699000', '205126.701000', '205126.704000', '205126.706000', '205126.709000', '205126.711000'], 'InstanceCreationTime': ['204254.382000', '204254.385000', '204254.388000', '204254.390000', '204254.393000', '204254.395000', '204254.398000', '204254.401000', '204254.403000', '204254.406000', '204254.408000', '204254.414000', '204254.417000', '204254.429000', '204254.432000', '204254.434000', '204254.437000', '204254.439000', '204254.442000', '204254.445000', '204254.447000', '204254.450000', '204254.452000', '204254.455000', '204254.457000', '204254.460000', '204254.463000', '204254.465000', '204254.468000', '204254.471000', '204254.473000', '204254.476000', '204254.478000', '204254.481000', '204254.483000', '204254.486000', '204254.489000', '204254.491000', '204254.494000', '204254.496000', '204254.499000', '204254.502000', '204314.315000', '204314.318000', '204314.321000', '204314.323000', '204314.326000', '204314.328000', '204314.331000', '204314.334000', '204314.336000', '204314.339000', '204314.341000', '204314.344000', '204314.346000', '204314.349000', '204314.352000', '204314.354000', '204314.357000', '204314.359000', '204314.362000', '204314.364000', '204314.367000', '204314.369000', '204314.372000', '204314.374000', '204314.377000', '204314.379000', '204314.382000', '204314.385000', '204314.387000', '204314.390000', '204314.392000', '204314.395000', '204314.397000', '204314.400000', '204314.402000', '204314.411000', '204314.413000', '204314.416000', '204314.419000', '204314.421000', '204314.424000', '204314.426000', '204314.429000', '204334.315000', '204334.318000', '204334.321000', '204334.323000', '204334.326000', '204334.328000', '204334.331000', '204334.333000', '204334.336000', '204334.339000', '204334.341000', '204334.344000', '204334.346000', '204334.349000', '204334.351000', '204334.354000', '204334.356000', '204334.359000', '204334.362000', '204334.364000', '204334.367000', '204334.369000', '204334.372000', '204334.374000', '204334.377000', '204334.379000', '204334.382000', '204334.385000', '204334.387000', '204334.390000', '204334.392000', '204334.395000', '204334.397000', '204334.400000', '204334.403000', '204334.405000', '204334.408000', '204334.410000', '204334.413000', '204334.415000', '204334.418000', '204334.421000', '204334.423000', '204334.426000', '204354.315000', '204354.318000', '204354.321000', '204354.323000', '204354.326000', '204354.329000', '204354.331000', '204354.334000', '204354.336000', '204354.339000', '204354.342000', '204354.344000', '204354.347000', '204354.349000', '204354.352000', '204354.355000', '204354.357000', '204354.360000', '204354.362000', '204354.365000', '204354.367000', '204354.370000', '204354.373000', '204354.375000', '204354.378000', '204354.380000', '204354.383000', '204354.386000', '204354.388000', '204354.391000', '204354.393000', '204354.396000', '204354.398000', '204354.401000', '204354.404000', '204354.407000', '204354.409000', '204354.421000', '204354.424000', '204354.427000', '204354.429000', '204354.432000', '204354.434000', '204414.316000', '204414.319000', '204414.321000', '204414.324000', '204414.326000', '204414.329000', '204414.332000', '204414.334000', '204414.337000', '204414.339000', '204414.342000', '204414.344000', '204414.347000', '204414.350000', '204414.352000', '204414.355000', '204414.357000', '204414.360000', '204414.362000', '204414.365000', '204414.367000', '204414.370000', '204414.373000', '204414.375000', '204414.378000', '204414.380000', '204414.383000', '204414.386000', '204414.388000', '204414.391000', '204414.393000', '204414.396000', '204414.406000', '204414.408000', '204414.411000', '204414.413000', '204414.416000', '204414.418000', '204414.421000', '204414.450000', '204414.453000', '204414.455000', '204414.458000', '204414.460000', '204434.315000', '204434.318000', '204434.321000', '204434.323000', '204434.326000', '204434.329000', '204434.331000', '204434.334000', '204434.336000', '204434.339000', '204434.342000', '204434.344000', '204434.347000', '204434.349000', '204434.352000', '204434.355000', '204434.357000', '204434.360000', '204434.362000', '204434.365000', '204434.367000', '204434.370000', '204434.372000', '204434.375000', '204434.378000', '204434.380000', '204434.383000', '204434.385000', '204434.388000', '204434.391000', '204434.393000', '204434.396000', '204434.398000', '204434.401000', '204434.403000', '204434.406000', '204434.408000', '204434.411000', '204434.418000', '204434.421000', '204434.424000', '204434.426000', '204434.429000', '204454.315000', '204454.317000', '204454.320000', '204454.323000', '204454.325000', '204454.328000', '204454.330000', '204454.333000', '204454.336000', '204454.338000', '204454.341000', '204454.343000', '204454.346000', '204454.349000', '204454.351000', '204454.354000', '204454.356000', '204454.359000', '204454.361000', '204454.364000', '204454.367000', '204454.369000', '204454.372000', '204454.374000', '204454.377000', '204454.380000', '204454.382000', '204454.385000', '204454.387000', '204454.390000', '204454.392000', '204454.395000', '204454.398000', '204454.400000', '204454.403000', '204454.405000', '204454.408000', '204454.410000', '204454.413000', '204454.416000', '204454.418000', '204454.421000', '204454.423000', '204454.426000', '204514.316000', '204514.318000', '204514.321000', '204514.324000', '204514.326000', '204514.329000', '204514.331000', '204514.334000', '204514.337000', '204514.339000', '204514.342000', '204514.344000', '204514.347000', '204514.350000', '204514.352000', '204514.355000', '204514.357000', '204514.360000', '204514.363000', '204514.365000', '204514.368000', '204514.370000', '204514.373000', '204514.375000', '204514.378000', '204514.381000', '204514.383000', '204514.386000', '204514.388000', '204514.391000', '204514.393000', '204514.396000', '204514.398000', '204514.401000', '204514.404000', '204514.406000', '204514.409000', '204514.411000', '204514.414000', '204514.416000', '204514.419000', '204514.421000', '204514.424000', '204534.315000', '204534.318000', '204534.321000', '204534.323000', '204534.326000', '204534.328000', '204534.331000', '204534.334000', '204534.336000', '204534.339000', '204534.341000', '204534.344000', '204534.347000', '204534.349000', '204534.352000', '204534.354000', '204534.357000', '204534.360000', '204534.362000', '204534.365000', '204534.367000', '204534.370000', '204534.373000', '204534.375000', '204534.378000', '204534.380000', '204534.383000', '204534.385000', '204534.388000', '204534.390000', '204534.393000', '204534.396000', '204534.398000', '204534.401000', '204534.403000', '204534.406000', '204534.409000', '204534.411000', '204534.414000', '204534.416000', '204534.419000', '204534.422000', '204534.424000', '204534.427000', '204554.316000', '204554.318000', '204554.321000', '204554.324000', '204554.326000', '204554.329000', '204554.331000', '204554.334000', '204554.337000', '204554.339000', '204554.342000', '204554.344000', '204554.347000', '204554.349000', '204554.352000', '204554.355000', '204554.357000', '204554.360000', '204554.362000', '204554.365000', '204554.368000', '204554.370000', '204554.373000', '204554.375000', '204554.378000', '204554.380000', '204554.383000', '204554.385000', '204554.388000', '204554.391000', '204554.393000', '204554.396000', '204554.398000', '204554.401000', '204554.403000', '204554.424000', '204554.427000', '204554.430000', '204554.432000', '204554.435000', '204554.437000', '204554.440000', '204554.442000', '204614.315000', '204614.318000', '204614.321000', '204614.323000', '204614.326000', '204614.328000', '204614.331000', '204614.334000', '204614.336000', '204614.339000', '204614.341000', '204614.344000', '204614.346000', '204614.349000', '204614.351000', '204614.354000', '204614.357000', '204614.359000', '204614.362000', '204614.364000', '204614.367000', '204614.369000', '204614.372000', '204614.375000', '204614.377000', '204614.380000', '204614.382000', '204614.385000', '204614.387000', '204614.390000', '204614.393000', '204614.395000', '204614.398000', '204614.400000', '204614.403000', '204614.406000', '204614.408000', '204614.411000', '204614.413000', '204614.416000', '204614.419000', '204614.421000', '204614.424000', '204614.426000', '204634.315000', '204634.318000', '204634.321000', '204634.323000', '204634.326000', '204634.329000', '204634.331000', '204634.334000', '204634.336000', '204634.339000', '204634.342000', '204634.344000', '204634.347000', '204634.349000', '204634.352000', '204634.354000', '204634.357000', '204634.359000', '204634.362000', '204634.365000', '204634.367000', '204634.370000', '204634.373000', '204634.375000', '204634.378000', '204634.380000', '204634.383000', '204634.385000', '204634.388000', '204634.391000', '204634.393000', '204634.396000', '204634.398000', '204634.401000', '204634.404000', '204634.406000', '204634.409000', '204634.411000', '204634.414000', '204634.416000', '204634.419000', '204634.422000', '204634.424000', '204654.315000', '204654.318000', '204654.321000', '204654.323000', '204654.326000', '204654.329000', '204654.331000', '204654.334000', '204654.336000', '204654.339000', '204654.343000', '204654.345000', '204654.348000', '204654.351000', '204654.353000', '204654.356000', '204654.358000', '204654.361000', '204654.364000', '204654.366000', '204654.369000', '204654.371000', '204654.374000', '204654.376000', '204654.379000', '204654.382000', '204654.384000', '204654.387000', '204654.390000', '204654.392000', '204654.395000', '204654.398000', '204654.401000', '204654.409000', '204654.411000', '204654.414000', '204654.416000', '204654.419000', '204654.421000', '204654.424000', '204654.427000', '204654.429000', '204654.432000', '204654.434000', '204714.315000', '204714.317000', '204714.320000', '204714.323000', '204714.325000', '204714.328000', '204714.330000', '204714.333000', '204714.335000', '204714.338000', '204714.341000', '204714.343000', '204714.346000', '204714.348000', '204714.351000', '204714.353000', '204714.356000', '204714.359000', '204714.361000', '204714.364000', '204714.366000', '204714.369000', '204714.371000', '204714.374000', '204714.377000', '204714.379000', '204714.382000', '204714.384000', '204714.387000', '204714.390000', '204714.392000', '204714.395000', '204714.398000', '204714.400000', '204714.403000', '204714.405000', '204714.408000', '204714.410000', '204714.413000', '204714.416000', '204714.418000', '204714.421000', '204714.423000', '204734.315000', '204734.318000', '204734.321000', '204734.324000', '204734.326000', '204734.329000', '204734.331000', '204734.334000', '204734.336000', '204734.339000', '204734.342000', '204734.345000', '204734.348000', '204734.350000', '204734.353000', '204734.356000', '204734.358000', '204734.361000', '204734.364000', '204734.366000', '204734.369000', '204734.371000', '204734.374000', '204734.376000', '204734.379000', '204734.382000', '204734.384000', '204734.387000', '204734.390000', '204734.392000', '204734.395000', '204734.397000', '204734.400000', '204734.403000', '204734.405000', '204734.408000', '204734.410000', '204734.413000', '204734.415000', '204734.418000', '204734.421000', '204734.423000', '204734.426000', '204754.315000', '204754.318000', '204754.321000', '204754.324000', '204754.326000', '204754.329000', '204754.331000', '204754.334000', '204754.336000', '204754.339000', '204754.342000', '204754.344000', '204754.347000', '204754.349000', '204754.352000', '204754.354000', '204754.357000', '204754.360000', '204754.362000', '204754.365000', '204754.367000', '204754.370000', '204754.372000', '204754.375000', '204754.377000', '204754.380000', '204754.383000', '204754.385000', '204754.388000', '204754.390000', '204754.393000', '204754.396000', '204754.398000', '204754.401000', '204754.403000', '204754.406000', '204754.408000', '204754.411000', '204754.414000', '204754.416000', '204754.419000', '204754.421000', '204754.424000', '204754.426000', '204814.315000', '204814.318000', '204814.321000', '204814.324000', '204814.326000', '204814.329000', '204814.332000', '204814.334000', '204814.337000', '204814.339000', '204814.342000', '204814.345000', '204814.347000', '204814.350000', '204814.352000', '204814.355000', '204814.358000', '204814.360000', '204814.363000', '204814.365000', '204814.368000', '204814.370000', '204814.373000', '204814.375000', '204814.378000', '204814.381000', '204814.384000', '204814.386000', '204814.389000', '204814.392000', '204814.394000', '204814.397000', '204814.399000', '204814.402000', '204814.405000', '204814.407000', '204814.410000', '204814.412000', '204814.415000', '204814.417000', '204814.420000', '204814.423000', '204814.425000', '204834.316000', '204834.318000', '204834.321000', '204834.324000', '204834.326000', '204834.329000', '204834.331000', '204834.334000', '204834.337000', '204834.339000', '204834.343000', '204834.346000', '204834.349000', '204834.351000', '204834.354000', '204834.357000', '204834.359000', '204834.362000', '204834.364000', '204834.367000', '204834.370000', '204834.372000', '204834.375000', '204834.377000', '204834.380000', '204834.382000', '204834.385000', '204834.388000', '204834.390000', '204834.393000', '204834.396000', '204834.398000', '204834.401000', '204834.403000', '204834.406000', '204834.408000', '204834.411000', '204834.414000', '204834.416000', '204834.419000', '204834.421000', '204834.424000', '204834.426000', '204834.429000', '204854.316000', '204854.318000', '204854.321000', '204854.324000', '204854.326000', '204854.329000', '204854.331000', '204854.334000', '204854.337000', '204854.339000', '204854.342000', '204854.344000', '204854.347000', '204854.361000', '204854.363000', '204854.366000', '204854.368000', '204854.371000', '204854.374000', '204854.376000', '204854.379000', '204854.381000', '204854.384000', '204854.386000', '204854.389000', '204854.392000', '204854.394000', '204854.397000', '204854.400000', '204854.402000', '204854.405000', '204854.407000', '204854.410000', '204854.413000', '204854.415000', '204854.418000', '204854.420000', '204854.423000', '204854.425000', '204854.428000', '204854.430000', '204854.433000', '204854.436000', '204914.316000', '204914.319000', '204914.321000', '204914.324000', '204914.326000', '204914.329000', '204914.332000', '204914.334000', '204914.337000', '204914.339000', '204914.342000', '204914.345000', '204914.347000', '204914.350000', '204914.352000', '204914.355000', '204914.358000', '204914.360000', '204914.363000', '204914.365000', '204914.368000', '204914.370000', '204914.373000', '204914.376000', '204914.378000', '204914.381000', '204914.383000', '204914.386000', '204914.389000', '204914.391000', '204914.394000', '204914.396000', '204914.399000', '204914.402000', '204914.404000', '204914.407000', '204914.409000', '204914.412000', '204914.414000', '204914.417000', '204914.419000', '204914.422000', '204914.425000', '204914.427000', '204934.314000', '204934.317000', '204934.320000', '204934.323000', '204934.325000', '204934.328000', '204934.330000', '204934.333000', '204934.335000', '204934.338000', '204934.341000', '204934.343000', '204934.346000', '204934.349000', '204934.351000', '204934.354000', '204934.356000', '204934.359000', '204934.361000', '204934.365000', '204934.367000', '204934.370000', '204934.373000', '204934.376000', '204934.379000', '204934.382000', '204934.384000', '204934.387000', '204934.389000', '204934.392000', '204934.394000', '204934.397000', '204934.400000', '204934.402000', '204934.405000', '204934.407000', '204934.410000', '204934.412000', '204934.415000', '204934.418000', '204934.420000', '204934.424000', '204934.426000', '204954.316000', '204954.318000', '204954.321000', '204954.324000', '204954.326000', '204954.329000', '204954.331000', '204954.334000', '204954.336000', '204954.339000', '204954.342000', '204954.344000', '204954.347000', '204954.349000', '204954.352000', '204954.355000', '204954.357000', '204954.360000', '204954.362000', '204954.365000', '204954.368000', '204954.370000', '204954.373000', '204954.375000', '204954.378000', '204954.380000', '204954.383000', '204954.386000', '204954.388000', '204954.391000', '204954.393000', '204954.396000', '204954.399000', '204954.401000', '204954.404000', '204954.406000', '204954.409000', '204954.411000', '204954.414000', '204954.417000', '204954.419000', '204954.422000', '204954.424000', '204954.427000', '205014.315000', '205014.318000', '205014.321000', '205014.323000', '205014.326000', '205014.329000', '205014.331000', '205014.334000', '205014.336000', '205014.339000', '205014.342000', '205014.344000', '205014.347000', '205014.349000', '205014.352000', '205014.355000', '205014.357000', '205014.360000', '205014.362000', '205014.365000', '205014.367000', '205014.371000', '205014.374000', '205014.376000', '205014.389000', '205014.392000', '205014.394000', '205014.397000', '205014.399000', '205014.402000', '205014.405000', '205014.407000', '205014.410000', '205014.412000', '205014.415000', '205014.417000', '205014.420000', '205014.423000', '205014.425000', '205014.428000', '205014.430000', '205014.433000', '205014.435000', '205034.316000', '205034.319000', '205034.321000', '205034.324000', '205034.326000', '205034.329000', '205034.331000', '205034.334000', '205034.337000', '205034.339000', '205034.342000', '205034.345000', '205034.347000', '205034.350000', '205034.352000', '205034.355000', '205034.358000', '205034.360000', '205034.363000', '205034.365000', '205034.368000', '205034.370000', '205034.373000', '205034.376000', '205034.378000', '205034.381000', '205034.384000', '205034.386000', '205034.389000', '205034.391000', '205034.394000', '205034.397000', '205034.399000', '205034.402000', '205034.404000', '205034.407000', '205034.410000', '205034.412000', '205034.415000', '205034.418000', '205034.420000', '205034.423000', '205034.425000', '205034.428000', '205054.316000', '205054.318000', '205054.321000', '205054.324000', '205054.334000', '205054.336000', '205054.339000', '205054.342000', '205054.344000', '205054.347000', '205054.350000', '205054.352000', '205054.355000', '205054.357000', '205054.360000', '205054.362000', '205054.365000', '205054.368000', '205054.370000', '205054.373000', '205054.375000', '205054.378000', '205054.381000', '205054.383000', '205054.386000', '205054.388000', '205054.391000', '205054.393000', '205054.396000', '205054.399000', '205054.402000', '205054.405000', '205054.408000', '205054.411000', '205054.413000', '205054.416000', '205054.419000', '205054.421000', '205054.424000', '205054.426000', '205054.429000', '205054.431000', '205054.434000', '205114.316000', '205114.318000', '205114.321000', '205114.324000', '205114.326000', '205114.329000', '205114.331000', '205114.334000', '205114.337000', '205114.339000', '205114.342000', '205114.344000', '205114.347000', '205114.350000', '205114.352000', '205114.355000', '205114.357000', '205114.360000', '205114.362000', '205114.365000', '205114.368000', '205114.370000', '205114.373000', '205114.375000', '205114.378000', '205114.381000', '205114.383000', '205114.386000', '205114.388000', '205114.391000', '205114.393000', '205114.396000', '205114.399000', '205114.401000', '205114.404000', '205114.406000', '205114.409000', '205114.412000', '205114.414000', '205114.417000', '205114.419000', '205114.422000', '205114.424000', '205114.427000', '205126.608000', '205126.611000', '205126.614000', '205126.616000', '205126.619000', '205126.621000', '205126.624000', '205126.627000', '205126.629000', '205126.632000', '205126.634000', '205126.637000', '205126.640000', '205126.642000', '205126.645000', '205126.647000', '205126.650000', '205126.653000', '205126.655000', '205126.658000', '205126.696000', '205126.699000', '205126.701000', '205126.704000', '205126.706000', '205126.709000', '205126.711000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156], 'LargestImagePixelValue': [13637, 9815, 11122, 12863, 8612, 12860, 8226, 11079, 8399, 8457, 13245, 8966, 10241, 12777, 8468, 11845, 7663, 8509, 12327, 9103, 11468, 9325, 8731, 12661, 8064, 8454, 12532, 8656, 11078, 8944, 8350, 12315, 7412, 7698, 7140, 8058, 11274, 7732, 9181, 13735, 8821, 12221, 8067, 7861, 7200, 7865, 11530, 8190, 8767, 11703, 8290, 11590, 8915, 11104, 7132, 7883, 6830, 8213, 12877, 8639, 12108, 13967, 10377, 13579, 8685, 8398, 13683, 8443, 10903, 14170, 9897, 12396, 11958, 8471, 10907, 6981, 8408, 12300, 7318, 8862, 12606, 7584, 8464, 12055, 8492, 8823, 10051, 8984, 11456, 8034, 9260, 12653, 8375, 8443, 7400, 8487, 11606, 7964, 9510, 11988, 8238, 12931, 8420, 8992, 6927, 8666, 12140, 7785, 11044, 9267, 8194, 13617, 7550, 10357, 6897, 8219, 12240, 7388, 12423, 10152, 11690, 14820, 10276, 13142, 8742, 10933, 9488, 8243, 12451, 8591, 8733, 13616, 7887, 10403, 9548, 8362, 12119, 8300, 8386, 13114, 7763, 8216, 12410, 8239, 11265, 10765, 8399, 12049, 7402, 8181, 11717, 8100, 9965, 7600, 8330, 13158, 8197, 8667, 7583, 8509, 11392, 7934, 9415, 8064, 8275, 12109, 7674, 10458, 6758, 7890, 13101, 8182, 7482, 7159, 8557, 13019, 11511, 12903, 9115, 10921, 7205, 8854, 10161, 8516, 12768, 7208, 8818, 13245, 9721, 8320, 12757, 9876, 7963, 11776, 7345, 8187, 7252, 7872, 10330, 6573, 8127, 12224, 8601, 10794, 7133, 8213, 12535, 7666, 9065, 13428, 8417, 11477, 7468, 8403, 13259, 7616, 9859, 12626, 7631, 10456, 7543, 7714, 12752, 7328, 8605, 7523, 7894, 10725, 7536, 10110, 7731, 8836, 13863, 10491, 13485, 9044, 11435, 8304, 10816, 8394, 8601, 7842, 9397, 14473, 9940, 11630, 9326, 8921, 14405, 8224, 10734, 7979, 8147, 12186, 7279, 8052, 13243, 7976, 8898, 7555, 8359, 11338, 8038, 11453, 11045, 8876, 13298, 8101, 8280, 12664, 7832, 9026, 12997, 8384, 11293, 7441, 8535, 11507, 8170, 10373, 13192, 8079, 11233, 10909, 7892, 10354, 7374, 8304, 11169, 7959, 8731, 9864, 7844, 12004, 7522, 8497, 12923, 8019, 10265, 9863, 7968, 11196, 6937, 8424, 10337, 7949, 10356, 7223, 8758, 12333, 7942, 10615, 8503, 8713, 13585, 9461, 10121, 7506, 8462, 12241, 8129, 11345, 11337, 8162, 12050, 7555, 8090, 11819, 7014, 8222, 11529, 6900, 8423, 12782, 7811, 8746, 13590, 8089, 9735, 8294, 8019, 11671, 7879, 8581, 8119, 8131, 11273, 7578, 8109, 12117, 7577, 11065, 7584, 10487, 13600, 9443, 9569, 13303, 8320, 10977, 6881, 7791, 11388, 6850, 9094, 11902, 7681, 11817, 7636, 9877, 7043, 12306, 8871, 11747, 9050, 11031, 14208, 11311, 9470, 12712, 7758, 7982, 13104, 7865, 8787, 6709, 8005, 11188, 7161, 7934, 12024, 7774, 7813, 10879, 7571, 8193, 6950, 8179, 10980, 7556, 8485, 6716, 7599, 7246, 7800, 11970, 7014, 9934, 13691, 10636, 9911, 9655, 7730, 11356, 7109, 8766, 11782, 7975, 12883, 8508, 10823, 9985, 7620, 11339, 7296, 11562, 7455, 10376, 14094, 11113, 11273, 7876, 7933, 11440, 7558, 11904, 7257, 10210, 14112, 10894, 10416, 15216, 8603, 11147, 13322, 8147, 9229, 12398, 8243, 10688, 7124, 8274, 12335, 7458, 8881, 13714, 8754, 9226, 12811, 7900, 9013, 11302, 8307, 10455, 7317, 9243, 11934, 8185, 11018, 7384, 8702, 10607, 8292, 11786, 10049, 8703, 12428, 9013, 8872, 12882, 7647, 8703, 11836, 8284, 11592, 10008, 8277, 12142, 6941, 8361, 11430, 7618, 8616, 11996, 7843, 9987, 7039, 8525, 11334, 7902, 8967, 13392, 8133, 11349, 7307, 10772, 7535, 8174, 6748, 8462, 12805, 11310, 8287, 12028, 9051, 8129, 13088, 7926, 9358, 7038, 8050, 12020, 7490, 10909, 9899, 9050, 13097, 8584, 9269, 6760, 8542, 9683, 8067, 11970, 7903, 10692, 11982, 8939, 12886, 8432, 11686, 9461, 8188, 12682, 9451, 8483, 13694, 7050, 8034, 12914, 7412, 8449, 12355, 7754, 10763, 8898, 8107, 12333, 7504, 8265, 12027, 7116, 8546, 13359, 8002, 9780, 7109, 8345, 8197, 8366, 11680, 7723, 9913, 13264, 8222, 11922, 7410, 8751, 13887, 9104, 8490, 13094, 8003, 9053, 13906, 8179, 10689, 6903, 8191, 7656, 8547, 8622, 7902, 8167, 7566, 10516, 8448, 11095, 7837, 10549, 7871, 8154, 13479, 9522, 11233, 8325, 8989, 7172, 8640, 13526, 7048, 8476, 7818, 9165, 12760, 8889, 11659, 8851, 11841, 8223, 9527, 14091, 9668, 8440, 12193, 7861, 8631, 12032, 8026, 8914, 11023, 8439, 8465, 10947, 8436, 11509, 8584, 12834, 11138, 12572, 15373, 14078, 10915, 9944, 9952, 8869, 8269, 7984, 8170, 9560, 8657, 10902, 9543, 11542, 9323, 10203, 10655, 9673, 10861, 11140, 11432, 10284, 9803, 11288, 8786, 8434, 9587, 8430, 10052, 9697, 9786, 11387, 9714, 12939, 9376, 9750, 12529, 9160, 11483, 8960, 9698, 11876, 8795, 10953, 7960, 9040, 11248, 9097, 9590, 7615, 9067, 8489, 9041, 10002, 8317, 9807, 7748, 7412, 7053, 8746, 11702, 6963, 8367, 11747, 7698, 9844, 7474, 7501, 7978, 7915, 10911, 6759, 10008, 7647, 7380, 12939, 8102, 10727, 7536, 8104, 13603, 7581, 11285, 10434, 8105, 13327, 9263, 9568, 14287, 8955, 11328, 7739, 8713, 13168, 9000, 9672, 13450, 8751, 9139, 13507, 8818, 10486, 6975, 8793, 11962, 7693, 8574, 12788, 8578, 9834, 8090, 9166, 12083, 8718, 10560, 7258, 8875, 10944, 8924, 7372, 7823, 13975, 10376, 10126, 9827, 11310, 13509, 10909, 10568, 7843, 8854, 11078, 9045, 11143, 8843, 8921, 11406, 13058, 8554, 9413, 12549, 8726, 8427, 9082, 8308, 7757, 6836, 8259, 8698, 6518, 8465, 10278, 8652, 8504, 7733, 7126, 8247, 7520, 7936, 7822, 12820, 10193, 9335, 11582, 8030, 12097, 7708, 11000, 7268, 6322, 7979, 12940, 12275, 9816, 9024, 12038, 8963, 7916, 7050, 8396, 13954, 11172, 13116, 10515, 12898, 9572, 10853, 13493, 8318, 8909, 12733, 8849, 10439, 9123, 8171, 11158, 7238, 9164, 12008, 7782, 8921, 12648, 8844, 9228, 12517, 9196, 9165, 11025, 9264, 10355, 7183, 9072, 10987, 7882, 8961, 12351, 8857, 10033, 7127, 8847, 10560, 8191, 10288, 7447, 11025, 10797, 8293, 7502, 7705, 8277, 8467, 12998, 8790, 7762, 7311, 12575, 8898, 9423, 6919, 9166, 13366, 10013, 8788, 13316, 9138, 8735, 7163, 9025, 12304, 8120, 8999, 12552, 8964, 10552, 7106, 8804, 7574, 8515, 10308, 7361, 8864, 12290, 7974, 9296, 7868, 8184, 11451, 8061, 8546, 7713, 8111, 12251, 7511, 9370, 7405, 8181, 11695, 7350, 8768, 9099, 8152, 13110, 9241, 11529, 8024, 9246, 6838, 8718, 13035, 8318, 11726, 8681, 8179, 12551, 8588, 10316, 7939, 8372, 12985, 8656, 12125, 7825, 10027, 12211, 9376, 12839, 8941, 10076, 9120, 8841, 11598, 8078, 8984, 7127, 8136, 11679, 8150, 8493, 7261, 7897, 7298, 7889, 7838, 10475, 13087, 8120, 12071, 8114, 9290, 6922, 9030, 12940, 8553, 9492, 13032, 8408, 11751, 7362, 9204, 6853, 7766, 12281, 7688, 12240, 8288, 10254, 13261, 9534, 12536, 8201, 10022, 12857, 8634, 12381, 7304, 8796, 11003, 8505, 12895, 8501, 12239, 8888, 8718, 13316, 9190, 10968, 10714, 11147, 15787, 11920, 14673, 14278, 15730, 10437, 9631, 9017, 8759, 8511, 8447, 8255, 6428, 9498, 7800, 9734, 7833, 7016, 9931, 8519, 12523, 10270, 11806, 10066, 12423, 10294, 12443, 9898, 11473, 12073, 9565, 12598, 10242, 10543, 8914, 9759, 10929, 9732, 12251, 9141, 10035, 8591, 8534, 7380, 8793, 6660, 9945, 10746, 8132, 8126, 8157, 6979, 8274, 11249, 6595, 7930, 11322, 6861, 8978, 6677, 7480, 8089, 6629, 10071, 11882, 6353, 10398, 7557, 8362, 7080, 7282, 7095, 7000, 7947, 7183, 13719, 11658, 8621, 12775, 8582, 10750, 7627, 9530, 13362, 8303, 12202, 8793, 10757, 10657, 9015, 13364, 9050, 11584, 12505, 9147, 12043, 14132, 9087, 11179, 7130, 8815, 11987, 7951, 8486, 12397, 9573, 11740, 7744, 9068, 11617, 8421, 8807, 11795, 8970, 11555, 8051, 9159, 12337, 8455, 8656, 12249, 8563, 9996, 7313, 8792, 11862, 8716, 8534, 11779, 8710, 10632, 7826, 7524, 7410, 8454, 11014, 8042, 9130, 8781, 8462, 12435, 8182, 9463, 8050, 8527, 11381, 7436, 8749], 'WindowCenter': [4114.0, 4054.0, 4049.0, 4055.0, 4010.0, 4041.0, 3998.0, 4018.0, 3985.0, 3997.0, 4028.0, 3996.0, 4007.0, 4028.0, 3985.0, 4016.0, 3973.0, 3983.0, 4026.0, 3994.0, 4015.0, 3994.0, 3984.0, 4026.0, 3985.0, 3984.0, 4014.0, 3983.0, 4014.0, 3992.0, 3983.0, 4015.0, 3974.0, 3974.0, 3973.0, 3985.0, 4014.0, 3986.0, 4007.0, 4053.0, 4026.0, 4043.0, 3999.0, 3998.0, 3985.0, 3987.0, 4016.0, 3999.0, 3999.0, 4028.0, 3996.0, 4016.0, 4008.0, 4030.0, 3990.0, 3999.0, 3976.0, 3998.0, 4029.0, 3998.0, 4030.0, 4040.0, 4007.0, 4041.0, 3997.0, 3987.0, 4027.0, 3983.0, 4004.0, 4022.0, 3990.0, 4012.0, 4000.0, 3970.0, 4002.0, 3960.0, 3981.0, 4012.0, 3958.0, 3980.0, 4012.0, 3959.0, 3970.0, 4000.0, 3981.0, 3982.0, 3991.0, 3992.0, 4002.0, 3971.0, 3992.0, 4026.0, 3985.0, 3984.0, 3973.0, 3984.0, 4016.0, 3986.0, 4007.0, 4016.0, 3998.0, 4030.0, 3999.0, 3998.0, 3974.0, 3995.0, 4012.0, 3985.0, 4018.0, 4007.0, 3997.0, 4041.0, 3989.0, 4018.0, 3975.0, 3985.0, 4029.0, 3976.0, 4029.0, 4018.0, 4043.0, 4053.0, 4020.0, 4038.0, 3997.0, 4018.0, 3993.0, 3982.0, 4014.0, 3982.0, 3984.0, 4027.0, 3984.0, 4006.0, 3993.0, 3983.0, 4002.0, 3969.0, 3970.0, 4013.0, 3972.0, 3982.0, 4013.0, 3982.0, 4003.0, 4002.0, 3971.0, 4013.0, 3961.0, 3983.0, 4014.0, 3983.0, 3993.0, 3972.0, 3984.0, 4026.0, 3986.0, 3996.0, 3986.0, 3997.0, 4029.0, 3986.0, 3996.0, 3985.0, 3985.0, 4027.0, 3987.0, 4019.0, 3977.0, 3988.0, 4028.0, 3987.0, 3989.0, 3962.0, 3893.0, 3968.0, 4032.0, 3981.0, 3952.0, 4050.0, 4002.0, 3996.0, 3990.0, 3984.0, 4029.0, 3976.0, 3998.0, 4030.0, 3996.0, 4014.0, 4042.0, 4006.0, 3973.0, 4002.0, 3960.0, 3971.0, 3959.0, 3971.0, 4003.0, 3962.0, 3985.0, 4017.0, 3997.0, 4018.0, 3977.0, 3987.0, 4027.0, 3974.0, 3996.0, 4025.0, 3985.0, 4018.0, 3975.0, 3987.0, 4029.0, 3986.0, 4008.0, 4016.0, 3974.0, 4005.0, 3975.0, 3987.0, 4029.0, 3977.0, 3997.0, 3987.0, 3999.0, 4017.0, 3989.0, 4020.0, 3990.0, 4012.0, 4053.0, 4020.0, 4052.0, 4010.0, 4017.0, 3984.0, 4017.0, 3997.0, 3996.0, 3986.0, 4010.0, 4040.0, 4009.0, 4020.0, 3997.0, 3996.0, 4039.0, 3985.0, 4005.0, 3974.0, 3972.0, 4003.0, 3960.0, 3972.0, 4025.0, 3985.0, 3996.0, 3985.0, 3985.0, 4005.0, 3984.0, 4017.0, 4005.0, 3985.0, 4028.0, 3973.0, 3973.0, 4014.0, 3972.0, 3981.0, 4000.0, 3969.0, 3990.0, 3960.0, 3982.0, 4002.0, 3972.0, 3994.0, 4013.0, 3972.0, 4004.0, 3991.0, 3971.0, 3991.0, 3960.0, 3971.0, 4001.0, 3971.0, 3982.0, 3991.0, 3972.0, 4014.0, 3973.0, 3984.0, 4015.0, 3973.0, 4004.0, 3991.0, 3972.0, 4003.0, 3962.0, 3984.0, 4005.0, 3985.0, 4005.0, 3975.0, 3985.0, 4015.0, 3985.0, 4006.0, 3996.0, 3997.0, 4028.0, 3996.0, 4005.0, 3972.0, 3983.0, 4013.0, 3972.0, 4005.0, 4004.0, 3984.0, 4016.0, 3972.0, 3984.0, 4014.0, 3960.0, 3981.0, 4002.0, 3960.0, 3983.0, 4015.0, 3974.0, 3985.0, 4025.0, 3973.0, 3994.0, 3973.0, 3972.0, 4014.0, 3985.0, 3996.0, 3986.0, 3986.0, 4017.0, 3986.0, 3986.0, 4015.0, 3976.0, 4018.0, 3988.0, 4019.0, 4028.0, 3995.0, 3995.0, 4025.0, 3973.0, 3990.0, 3948.0, 3972.0, 4014.0, 3962.0, 3997.0, 4015.0, 3973.0, 4014.0, 3974.0, 3995.0, 3975.0, 4029.0, 3998.0, 4029.0, 3997.0, 4020.0, 4043.0, 4007.0, 3996.0, 4015.0, 3961.0, 3971.0, 4013.0, 3972.0, 3982.0, 3951.0, 3973.0, 4004.0, 3963.0, 3986.0, 4016.0, 3975.0, 3975.0, 4005.0, 3975.0, 3984.0, 3963.0, 3985.0, 4017.0, 3988.0, 3997.0, 3966.0, 3989.0, 3989.0, 4001.0, 4031.0, 3979.0, 4022.0, 4040.0, 4008.0, 4008.0, 4007.0, 3986.0, 4018.0, 3977.0, 4028.0, 4058.0, 4031.0, 4057.0, 4012.0, 4021.0, 4009.0, 3990.0, 4033.0, 3991.0, 4031.0, 3989.0, 4021.0, 4041.0, 4019.0, 4019.0, 3988.0, 3990.0, 4029.0, 3988.0, 4027.0, 3988.0, 4019.0, 4040.0, 4017.0, 4020.0, 4040.0, 3987.0, 4018.0, 4026.0, 3983.0, 3994.0, 4012.0, 3983.0, 4004.0, 3963.0, 3985.0, 4028.0, 3975.0, 3985.0, 4027.0, 3983.0, 3983.0, 4013.0, 3970.0, 3982.0, 4003.0, 3986.0, 4006.0, 3974.0, 3994.0, 4002.0, 3972.0, 4005.0, 3974.0, 3987.0, 4006.0, 3987.0, 4018.0, 3993.0, 3983.0, 4015.0, 3982.0, 3982.0, 4014.0, 3972.0, 3984.0, 4014.0, 3983.0, 4003.0, 3992.0, 3972.0, 4015.0, 3962.0, 3984.0, 4015.0, 3974.0, 3985.0, 4015.0, 3984.0, 4005.0, 3963.0, 3997.0, 4017.0, 3987.0, 3984.0, 4013.0, 3973.0, 4004.0, 3973.0, 4018.0, 3975.0, 3987.0, 3966.0, 3998.0, 4030.0, 4016.0, 3986.0, 4017.0, 3984.0, 3975.0, 4027.0, 3986.0, 3996.0, 3976.0, 3986.0, 4017.0, 3976.0, 4019.0, 4008.0, 4009.0, 4040.0, 3998.0, 3997.0, 3965.0, 3996.0, 3994.0, 3984.0, 4017.0, 3987.0, 4021.0, 4034.0, 4014.0, 4044.0, 4002.0, 4032.0, 4009.0, 3987.0, 4029.0, 3995.0, 3986.0, 4039.0, 3966.0, 3987.0, 4027.0, 3975.0, 3985.0, 4016.0, 3975.0, 4018.0, 3996.0, 3988.0, 4030.0, 3975.0, 3986.0, 4017.0, 4005.0, 4029.0, 4055.0, 4001.0, 4010.0, 3980.0, 4000.0, 3987.0, 4000.0, 4032.0, 3988.0, 4010.0, 4041.0, 4000.0, 4032.0, 3978.0, 3998.0, 4030.0, 3984.0, 3984.0, 4015.0, 3973.0, 3984.0, 4027.0, 3972.0, 3992.0, 3964.0, 4012.0, 4001.0, 4011.0, 3997.0, 4000.0, 3998.0, 3967.0, 3958.0, 3967.0, 3986.0, 3955.0, 3987.0, 3954.0, 3967.0, 4011.0, 3993.0, 4015.0, 3997.0, 3996.0, 3973.0, 3984.0, 4014.0, 3949.0, 3972.0, 3961.0, 3995.0, 4027.0, 3997.0, 4016.0, 3997.0, 4018.0, 3985.0, 3996.0, 4015.0, 3980.0, 3971.0, 4003.0, 3959.0, 3969.0, 4002.0, 3970.0, 3982.0, 3988.0, 3968.0, 3968.0, 4002.0, 3971.0, 4001.0, 3971.0, 4002.0, 3989.0, 4007.0, 4054.0, 3974.0, 3998.0, 3953.0, 3922.0, 3923.0, 3926.0, 3940.0, 3953.0, 3975.0, 3969.0, 3990.0, 3993.0, 4001.0, 3981.0, 3992.0, 4005.0, 3995.0, 3995.0, 4006.0, 4006.0, 3982.0, 3969.0, 3977.0, 3957.0, 3941.0, 3952.0, 3940.0, 3963.0, 3964.0, 3977.0, 3986.0, 3967.0, 3989.0, 3966.0, 3965.0, 3985.0, 3964.0, 3975.0, 3954.0, 3967.0, 3986.0, 3955.0, 3976.0, 3944.0, 3966.0, 3987.0, 3967.0, 3977.0, 3947.0, 3981.0, 3982.0, 3982.0, 3994.0, 3985.0, 3992.0, 3973.0, 3961.0, 3963.0, 3985.0, 4004.0, 3962.0, 3971.0, 4003.0, 3972.0, 3994.0, 3963.0, 3973.0, 3983.0, 3984.0, 4016.0, 3964.0, 4008.0, 3986.0, 3988.0, 4041.0, 3999.0, 4033.0, 4001.0, 4003.0, 4053.0, 4000.0, 4033.0, 4032.0, 4001.0, 4044.0, 4011.0, 4022.0, 4054.0, 4012.0, 4033.0, 3990.0, 4011.0, 4028.0, 3997.0, 4008.0, 4030.0, 3996.0, 3997.0, 4028.0, 3997.0, 4018.0, 3972.0, 3996.0, 4015.0, 3973.0, 3995.0, 4026.0, 3997.0, 4007.0, 3988.0, 4010.0, 4029.0, 3997.0, 4005.0, 3976.0, 3996.0, 4002.0, 3984.0, 3934.0, 3960.0, 4023.0, 3991.0, 4006.0, 4020.0, 4004.0, 4015.0, 4004.0, 3992.0, 3968.0, 3970.0, 4000.0, 3982.0, 4004.0, 3982.0, 3981.0, 4003.0, 4002.0, 3969.0, 3969.0, 3998.0, 3967.0, 3958.0, 3967.0, 3968.0, 3957.0, 3947.0, 3969.0, 3981.0, 3951.0, 3983.0, 4004.0, 3984.0, 4015.0, 4019.0, 3994.0, 4013.0, 4002.0, 4000.0, 4004.0, 4044.0, 4007.0, 4009.0, 4018.0, 3986.0, 4012.0, 3973.0, 4030.0, 3974.0, 3966.0, 3973.0, 4040.0, 4040.0, 4021.0, 4024.0, 4028.0, 4025.0, 4001.0, 3979.0, 3986.0, 4040.0, 4031.0, 4043.0, 4033.0, 4044.0, 4023.0, 4034.0, 4033.0, 3986.0, 3996.0, 4014.0, 3982.0, 3993.0, 3982.0, 3984.0, 4003.0, 3961.0, 3992.0, 4002.0, 3959.0, 3982.0, 4013.0, 3981.0, 3981.0, 4001.0, 3980.0, 3981.0, 3990.0, 3980.0, 3992.0, 3960.0, 3982.0, 4002.0, 3970.0, 3982.0, 4014.0, 3982.0, 4006.0, 3991.0, 4025.0, 4021.0, 3998.0, 4007.0, 3988.0, 4034.0, 4019.0, 3984.0, 3976.0, 3989.0, 4001.0, 3954.0, 4010.0, 3984.0, 3974.0, 3962.0, 4028.0, 3998.0, 4007.0, 3979.0, 4010.0, 4044.0, 4007.0, 3985.0, 4027.0, 3983.0, 3983.0, 3961.0, 3982.0, 4013.0, 3972.0, 3995.0, 4014.0, 3982.0, 3992.0, 3962.0, 3983.0, 3972.0, 3983.0, 4003.0, 3972.0, 3994.0, 4015.0, 3972.0, 3995.0, 3985.0, 3986.0, 4017.0, 3986.0, 3995.0, 3974.0, 3987.0, 4027.0, 3976.0, 4008.0, 3977.0, 3999.0, 4030.0, 3989.0, 4027.0, 4040.0, 4015.0, 4043.0, 4010.0, 4032.0, 3990.0, 3997.0, 3965.0, 3987.0, 4029.0, 3975.0, 3992.0, 3958.0, 3959.0, 4002.0, 3970.0, 3991.0, 3962.0, 3971.0, 4014.0, 3973.0, 4004.0, 3963.0, 3994.0, 4004.0, 3982.0, 4003.0, 3970.0, 3981.0, 3970.0, 3969.0, 3990.0, 3958.0, 3997.0, 3988.0, 3987.0, 4017.0, 3973.0, 3996.0, 3974.0, 3985.0, 3977.0, 3988.0, 4002.0, 4021.0, 4028.0, 3986.0, 4015.0, 3975.0, 3996.0, 3975.0, 3997.0, 4016.0, 3996.0, 4007.0, 4027.0, 3997.0, 4029.0, 3988.0, 4010.0, 3977.0, 3989.0, 4030.0, 3989.0, 4029.0, 3998.0, 4020.0, 4042.0, 4012.0, 4033.0, 4000.0, 4022.0, 4030.0, 3997.0, 4028.0, 3987.0, 3998.0, 4019.0, 3983.0, 4012.0, 3983.0, 4016.0, 3984.0, 3984.0, 4027.0, 3996.0, 4007.0, 4018.0, 4020.0, 4043.0, 4005.0, 4032.0, 4055.0, 4024.0, 3979.0, 3948.0, 3921.0, 3907.0, 3920.0, 3920.0, 3947.0, 3917.0, 3969.0, 3951.0, 3987.0, 3969.0, 3959.0, 4003.0, 3981.0, 4013.0, 3994.0, 4002.0, 3982.0, 3990.0, 3968.0, 3986.0, 3952.0, 3962.0, 3960.0, 3936.0, 3956.0, 3946.0, 3946.0, 3935.0, 3936.0, 3956.0, 3947.0, 3957.0, 3937.0, 3948.0, 3950.0, 3939.0, 3900.0, 3938.0, 3904.0, 3973.0, 3985.0, 3953.0, 3957.0, 3967.0, 3948.0, 3982.0, 3999.0, 3946.0, 3969.0, 3986.0, 3932.0, 3965.0, 3934.0, 3945.0, 3968.0, 3946.0, 3979.0, 3984.0, 3932.0, 3987.0, 3983.0, 3998.0, 3973.0, 3974.0, 3976.0, 3975.0, 3996.0, 3988.0, 4038.0, 4015.0, 3995.0, 4027.0, 4008.0, 4030.0, 4001.0, 4021.0, 4039.0, 3993.0, 4028.0, 3997.0, 4019.0, 4018.0, 4009.0, 4041.0, 4009.0, 4029.0, 4025.0, 3993.0, 4014.0, 4011.0, 3979.0, 4002.0, 3959.0, 3982.0, 4011.0, 3969.0, 3978.0, 3999.0, 3978.0, 4000.0, 3957.0, 3978.0, 3999.0, 3966.0, 3978.0, 3995.0, 3978.0, 4001.0, 3969.0, 3979.0, 3999.0, 3966.0, 3967.0, 3997.0, 3966.0, 3988.0, 3957.0, 3981.0, 3999.0, 3980.0, 3980.0, 4002.0, 3978.0, 3988.0, 3959.0, 3969.0, 3958.0, 3980.0, 4000.0, 3969.0, 3981.0, 3980.0, 3980.0, 4013.0, 3981.0, 3992.0, 3970.0, 3981.0, 4001.0, 3961.0, 3981.0], 'WindowWidth': [9145.0, 9037.0, 9022.0, 9022.0, 8954.0, 8996.0, 8931.0, 8959.0, 8909.0, 8926.0, 8972.0, 8923.0, 8940.0, 8970.0, 8907.0, 8950.0, 8888.0, 8902.0, 8964.0, 8918.0, 8946.0, 8916.0, 8903.0, 8963.0, 8905.0, 8906.0, 8947.0, 8901.0, 8944.0, 8913.0, 8902.0, 8949.0, 8891.0, 8891.0, 8890.0, 8907.0, 8948.0, 8912.0, 8942.0, 9015.0, 8982.0, 9001.0, 8934.0, 8929.0, 8909.0, 8912.0, 8949.0, 8930.0, 8931.0, 8972.0, 8923.0, 8953.0, 8942.0, 8974.0, 8923.0, 8934.0, 8899.0, 8930.0, 8975.0, 8929.0, 8977.0, 8992.0, 8942.0, 8994.0, 8925.0, 8911.0, 8967.0, 8900.0, 8929.0, 8956.0, 8903.0, 8937.0, 8919.0, 8878.0, 8923.0, 8865.0, 8895.0, 8936.0, 8860.0, 8891.0, 8937.0, 8861.0, 8877.0, 8920.0, 8893.0, 8897.0, 8909.0, 8913.0, 8926.0, 8881.0, 8911.0, 8964.0, 8906.0, 8905.0, 8887.0, 8904.0, 8950.0, 8910.0, 8940.0, 8949.0, 8929.0, 8976.0, 8932.0, 8929.0, 8892.0, 8918.0, 8938.0, 8908.0, 8954.0, 8937.0, 8927.0, 8993.0, 8920.0, 8958.0, 8895.0, 8907.0, 8972.0, 8896.0, 8974.0, 8958.0, 9003.0, 9017.0, 8965.0, 8987.0, 8928.0, 8955.0, 8915.0, 8898.0, 8946.0, 8898.0, 8904.0, 8969.0, 8906.0, 8936.0, 8915.0, 8899.0, 8926.0, 8875.0, 8877.0, 8940.0, 8881.0, 8897.0, 8940.0, 8898.0, 8927.0, 8922.0, 8882.0, 8941.0, 8868.0, 8901.0, 8943.0, 8901.0, 8914.0, 8884.0, 8902.0, 8964.0, 8907.0, 8924.0, 8910.0, 8925.0, 8973.0, 8913.0, 8924.0, 8906.0, 8907.0, 8966.0, 8911.0, 8957.0, 8900.0, 8914.0, 8969.0, 8911.0, 8917.0, 8870.0, 8721.0, 8858.0, 8984.0, 8877.0, 8841.0, 9021.0, 8944.0, 8921.0, 8903.0, 8903.0, 8973.0, 8896.0, 8926.0, 8979.0, 8921.0, 8960.0, 8997.0, 8934.0, 8885.0, 8921.0, 8865.0, 8881.0, 8863.0, 8881.0, 8925.0, 8872.0, 8906.0, 8951.0, 8925.0, 8954.0, 8896.0, 8911.0, 8965.0, 8891.0, 8921.0, 8960.0, 8905.0, 8953.0, 8893.0, 8910.0, 8971.0, 8909.0, 8939.0, 8949.0, 8891.0, 8932.0, 8893.0, 8912.0, 8971.0, 8898.0, 8926.0, 8912.0, 8931.0, 8954.0, 8916.0, 8959.0, 8919.0, 8954.0, 9013.0, 8963.0, 9011.0, 8950.0, 8953.0, 8903.0, 8951.0, 8926.0, 8923.0, 8910.0, 8945.0, 8991.0, 8945.0, 8962.0, 8924.0, 8922.0, 8986.0, 8905.0, 8933.0, 8888.0, 8884.0, 8926.0, 8863.0, 8881.0, 8961.0, 8906.0, 8920.0, 8906.0, 8905.0, 8933.0, 8903.0, 8950.0, 8931.0, 8904.0, 8969.0, 8883.0, 8885.0, 8942.0, 8882.0, 8891.0, 8918.0, 8872.0, 8904.0, 8863.0, 8896.0, 8923.0, 8882.0, 8913.0, 8941.0, 8883.0, 8926.0, 8905.0, 8878.0, 8907.0, 8864.0, 8879.0, 8919.0, 8878.0, 8896.0, 8906.0, 8882.0, 8943.0, 8884.0, 8902.0, 8945.0, 8886.0, 8929.0, 8907.0, 8881.0, 8926.0, 8870.0, 8903.0, 8932.0, 8904.0, 8932.0, 8891.0, 8905.0, 8948.0, 8905.0, 8936.0, 8924.0, 8926.0, 8973.0, 8921.0, 8931.0, 8884.0, 8898.0, 8942.0, 8883.0, 8932.0, 8929.0, 8901.0, 8949.0, 8885.0, 8903.0, 8943.0, 8866.0, 8894.0, 8922.0, 8864.0, 8900.0, 8946.0, 8889.0, 8904.0, 8962.0, 8886.0, 8915.0, 8884.0, 8883.0, 8942.0, 8904.0, 8921.0, 8908.0, 8909.0, 8953.0, 8907.0, 8908.0, 8948.0, 8895.0, 8955.0, 8914.0, 8957.0, 8970.0, 8917.0, 8917.0, 8960.0, 8884.0, 8904.0, 8842.0, 8882.0, 8942.0, 8870.0, 8926.0, 8948.0, 8885.0, 8940.0, 8885.0, 8915.0, 8895.0, 8971.0, 8928.0, 8971.0, 8925.0, 8959.0, 9003.0, 8939.0, 8922.0, 8944.0, 8865.0, 8879.0, 8940.0, 8882.0, 8895.0, 8853.0, 8886.0, 8929.0, 8874.0, 8907.0, 8949.0, 8891.0, 8891.0, 8933.0, 8891.0, 8903.0, 8872.0, 8905.0, 8951.0, 8915.0, 8924.0, 8882.0, 8916.0, 8919.0, 8938.0, 8978.0, 8906.0, 8965.0, 8989.0, 8940.0, 8939.0, 8936.0, 8909.0, 8955.0, 8901.0, 8986.0, 9030.0, 8999.0, 9026.0, 8953.0, 8965.0, 8944.0, 8919.0, 8985.0, 8926.0, 8979.0, 8918.0, 8963.0, 8995.0, 8957.0, 8958.0, 8913.0, 8919.0, 8971.0, 8914.0, 8967.0, 8915.0, 8959.0, 8992.0, 8953.0, 8961.0, 8991.0, 8909.0, 8955.0, 8966.0, 8901.0, 8915.0, 8939.0, 8899.0, 8929.0, 8873.0, 8905.0, 8967.0, 8891.0, 8905.0, 8968.0, 8900.0, 8897.0, 8937.0, 8877.0, 8894.0, 8925.0, 8910.0, 8934.0, 8888.0, 8916.0, 8925.0, 8883.0, 8930.0, 8889.0, 8910.0, 8935.0, 8909.0, 8953.0, 8913.0, 8898.0, 8945.0, 8894.0, 8896.0, 8943.0, 8882.0, 8900.0, 8941.0, 8899.0, 8927.0, 8908.0, 8882.0, 8943.0, 8869.0, 8900.0, 8944.0, 8888.0, 8905.0, 8946.0, 8903.0, 8933.0, 8874.0, 8923.0, 8951.0, 8910.0, 8902.0, 8939.0, 8886.0, 8929.0, 8888.0, 8952.0, 8894.0, 8911.0, 8883.0, 8928.0, 8976.0, 8949.0, 8908.0, 8950.0, 8901.0, 8892.0, 8966.0, 8909.0, 8923.0, 8895.0, 8908.0, 8952.0, 8896.0, 8959.0, 8942.0, 8943.0, 8990.0, 8928.0, 8926.0, 8879.0, 8920.0, 8915.0, 8902.0, 8952.0, 8911.0, 8966.0, 8986.0, 8959.0, 9003.0, 8940.0, 8981.0, 8945.0, 8913.0, 8973.0, 8918.0, 8907.0, 8988.0, 8880.0, 8910.0, 8965.0, 8892.0, 8907.0, 8948.0, 8892.0, 8952.0, 8922.0, 8913.0, 8972.0, 8892.0, 8908.0, 8950.0, 8951.0, 8989.0, 9019.0, 8936.0, 8946.0, 8906.0, 8932.0, 8911.0, 8935.0, 8981.0, 8916.0, 8946.0, 8990.0, 8932.0, 8978.0, 8900.0, 8927.0, 8976.0, 8901.0, 8901.0, 8947.0, 8885.0, 8903.0, 8967.0, 8880.0, 8905.0, 8874.0, 8953.0, 8940.0, 8952.0, 8927.0, 8938.0, 8931.0, 8870.0, 8841.0, 8866.0, 8892.0, 8848.0, 8898.0, 8847.0, 8869.0, 8938.0, 8911.0, 8947.0, 8924.0, 8923.0, 8888.0, 8901.0, 8944.0, 8844.0, 8881.0, 8863.0, 8921.0, 8967.0, 8926.0, 8950.0, 8923.0, 8953.0, 8906.0, 8920.0, 8950.0, 8888.0, 8878.0, 8926.0, 8859.0, 8873.0, 8921.0, 8875.0, 8893.0, 8899.0, 8871.0, 8871.0, 8924.0, 8881.0, 8923.0, 8876.0, 8921.0, 8896.0, 8942.0, 9062.0, 8892.0, 8927.0, 8837.0, 8776.0, 8775.0, 8786.0, 8816.0, 8837.0, 8874.0, 8871.0, 8900.0, 8908.0, 8918.0, 8889.0, 8905.0, 8928.0, 8915.0, 8914.0, 8931.0, 8932.0, 8889.0, 8871.0, 8878.0, 8846.0, 8815.0, 8835.0, 8819.0, 8851.0, 8855.0, 8879.0, 8889.0, 8862.0, 8900.0, 8858.0, 8858.0, 8886.0, 8854.0, 8869.0, 8840.0, 8862.0, 8888.0, 8844.0, 8873.0, 8829.0, 8861.0, 8889.0, 8863.0, 8877.0, 8837.0, 8891.0, 8897.0, 8897.0, 8915.0, 8903.0, 8908.0, 8882.0, 8866.0, 8872.0, 8902.0, 8927.0, 8868.0, 8880.0, 8923.0, 8881.0, 8913.0, 8870.0, 8886.0, 8898.0, 8901.0, 8950.0, 8876.0, 8942.0, 8909.0, 8915.0, 8990.0, 8933.0, 8981.0, 8938.0, 8943.0, 9012.0, 8935.0, 8983.0, 8978.0, 8937.0, 9002.0, 8948.0, 8966.0, 9014.0, 8953.0, 8984.0, 8922.0, 8951.0, 8973.0, 8924.0, 8941.0, 8977.0, 8922.0, 8925.0, 8970.0, 8924.0, 8953.0, 8888.0, 8921.0, 8948.0, 8887.0, 8918.0, 8963.0, 8923.0, 8937.0, 8914.0, 8946.0, 8971.0, 8921.0, 8928.0, 8893.0, 8917.0, 8922.0, 8896.0, 8813.0, 8858.0, 8954.0, 8906.0, 8935.0, 8962.0, 8928.0, 8949.0, 8928.0, 8908.0, 8873.0, 8876.0, 8917.0, 8893.0, 8929.0, 8895.0, 8890.0, 8925.0, 8923.0, 8869.0, 8871.0, 8910.0, 8864.0, 8855.0, 8865.0, 8867.0, 8854.0, 8841.0, 8875.0, 8894.0, 8855.0, 8900.0, 8929.0, 8902.0, 8962.0, 8977.0, 8935.0, 8958.0, 8941.0, 8934.0, 8948.0, 9001.0, 8937.0, 8941.0, 8951.0, 8908.0, 8934.0, 8887.0, 8975.0, 8886.0, 8880.0, 8885.0, 8991.0, 8992.0, 8966.0, 8973.0, 8970.0, 8976.0, 8934.0, 8899.0, 8902.0, 8993.0, 8981.0, 9001.0, 8985.0, 9004.0, 8969.0, 8985.0, 8986.0, 8910.0, 8919.0, 8940.0, 8893.0, 8912.0, 8896.0, 8899.0, 8927.0, 8868.0, 8909.0, 8923.0, 8861.0, 8894.0, 8940.0, 8892.0, 8893.0, 8920.0, 8887.0, 8892.0, 8901.0, 8888.0, 8907.0, 8862.0, 8894.0, 8923.0, 8878.0, 8896.0, 8944.0, 8896.0, 8933.0, 8926.0, 8977.0, 8965.0, 8930.0, 8940.0, 8916.0, 8987.0, 8953.0, 8905.0, 8894.0, 8915.0, 8935.0, 8843.0, 8931.0, 8896.0, 8884.0, 8868.0, 8970.0, 8926.0, 8941.0, 8905.0, 8950.0, 9004.0, 8939.0, 8905.0, 8966.0, 8898.0, 8897.0, 8865.0, 8895.0, 8941.0, 8882.0, 8918.0, 8945.0, 8895.0, 8910.0, 8867.0, 8897.0, 8883.0, 8898.0, 8925.0, 8884.0, 8916.0, 8947.0, 8886.0, 8917.0, 8903.0, 8906.0, 8951.0, 8908.0, 8919.0, 8890.0, 8911.0, 8967.0, 8896.0, 8940.0, 8898.0, 8929.0, 8974.0, 8918.0, 8983.0, 9007.0, 8966.0, 8999.0, 8948.0, 8978.0, 8917.0, 8922.0, 8875.0, 8907.0, 8967.0, 8887.0, 8904.0, 8849.0, 8856.0, 8922.0, 8873.0, 8903.0, 8864.0, 8877.0, 8940.0, 8880.0, 8927.0, 8867.0, 8912.0, 8926.0, 8891.0, 8925.0, 8874.0, 8889.0, 8873.0, 8869.0, 8898.0, 8855.0, 8924.0, 8919.0, 8914.0, 8949.0, 8885.0, 8923.0, 8890.0, 8906.0, 8898.0, 8916.0, 8943.0, 8965.0, 8968.0, 8907.0, 8944.0, 8888.0, 8918.0, 8894.0, 8924.0, 8950.0, 8920.0, 8937.0, 8966.0, 8925.0, 8969.0, 8915.0, 8947.0, 8900.0, 8919.0, 8976.0, 8920.0, 8974.0, 8928.0, 8960.0, 8995.0, 8950.0, 8982.0, 8934.0, 8967.0, 8974.0, 8925.0, 8968.0, 8914.0, 8928.0, 8954.0, 8897.0, 8936.0, 8897.0, 8946.0, 8900.0, 8900.0, 8966.0, 8921.0, 8941.0, 8957.0, 8960.0, 9003.0, 8932.0, 8997.0, 9064.0, 8995.0, 8888.0, 8827.0, 8777.0, 8753.0, 8779.0, 8779.0, 8827.0, 8786.0, 8862.0, 8845.0, 8900.0, 8878.0, 8863.0, 8926.0, 8894.0, 8940.0, 8912.0, 8922.0, 8893.0, 8904.0, 8866.0, 8890.0, 8834.0, 8849.0, 8840.0, 8802.0, 8833.0, 8815.0, 8818.0, 8799.0, 8804.0, 8832.0, 8819.0, 8835.0, 8808.0, 8823.0, 8831.0, 8815.0, 8744.0, 8806.0, 8762.0, 8870.0, 8890.0, 8845.0, 8857.0, 8870.0, 8845.0, 8897.0, 8915.0, 8843.0, 8874.0, 8892.0, 8816.0, 8860.0, 8818.0, 8836.0, 8870.0, 8841.0, 8887.0, 8887.0, 8817.0, 8898.0, 8902.0, 8932.0, 8890.0, 8891.0, 8897.0, 8897.0, 8924.0, 8918.0, 8986.0, 8946.0, 8920.0, 8970.0, 8945.0, 8978.0, 8940.0, 8968.0, 8988.0, 8918.0, 8972.0, 8924.0, 8961.0, 8958.0, 8945.0, 8996.0, 8944.0, 8976.0, 8964.0, 8912.0, 8945.0, 8939.0, 8889.0, 8923.0, 8863.0, 8897.0, 8937.0, 8876.0, 8887.0, 8917.0, 8883.0, 8918.0, 8854.0, 8885.0, 8914.0, 8867.0, 8885.0, 8907.0, 8883.0, 8922.0, 8875.0, 8887.0, 8916.0, 8867.0, 8870.0, 8911.0, 8867.0, 8898.0, 8857.0, 8892.0, 8918.0, 8889.0, 8891.0, 8924.0, 8887.0, 8900.0, 8861.0, 8875.0, 8862.0, 8893.0, 8921.0, 8877.0, 8894.0, 8891.0, 8892.0, 8939.0, 8894.0, 8912.0, 8880.0, 8894.0, 8921.0, 8864.0, 8893.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.003790919340849957</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.052742072159583694</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>45.62876674879335</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2706902745052084</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0251241335243058</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5176</td></tr>
|
|
<tr><td colspan=3>fber</td><td>3830.0249</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.14678642663895256</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>162</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>14.050303555941023</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3045753850348696</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2131948563242316</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.509479485623892</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.1910518131564847</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0189415</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.004113642033189535</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.035561803728342056</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1153</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.615307118364454</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>17.2104</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>52.3463</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>217.0861</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>54.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>293073.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1062.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>390.6983</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>3.7568</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>432.5738</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3210.0204</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3333.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>83471.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1539.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4053.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>722.1578</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>29.969418616965413</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> |