=== 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-0064 --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-0064",
"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-0064_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-0064_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-0064_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-0064/figures/sub-0064_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0064/figures/sub-0064_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0064/figures/sub-0064_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-0064_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-0064/figures/sub-0064_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0064/figures/sub-0064_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0064/figures/sub-0064_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-0064_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-0064/figures/sub-0064_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0064/figures/sub-0064_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0064/figures/sub-0064_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-0064_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-0064/figures/sub-0064_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0064/figures/sub-0064_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0064/figures/sub-0064_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-0064_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-0064/figures/sub-0064_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0064/figures/sub-0064_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0064/figures/sub-0064_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-0064_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-0064/figures/sub-0064_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0064/figures/sub-0064_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0064/figures/sub-0064_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-0064_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-0064/figures/sub-0064_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0064/figures/sub-0064_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-0064/figures/sub-0064_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0064/figures/sub-0064_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-0064/ses-02/func/sub-0064_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>62fa1dee3acb61ac525e4bc09d670be9</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>09:11:29.125000</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.998913, 0.0437386, 0.016128, -0.0444869, 0.997788, 0.0493986]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>dartmouth_brain_imaging_center</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.087182</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>14</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4117, -7717, -7235, 588, -97, -58, 27, 133]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>221.24</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>3890f41a-5673-48e2-ac64-f8df7fe61ed9||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.6800100803375244, -0.11935500055551529, 0.037615496665239334, 118.99472045898438], [-0.1173473373055458, 2.6769919395446777, 0.13516847789287567, -91.03534698486328], [0.04327015578746796, -0.13253289461135864, 2.696352005004883, -59.009254455566406], [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': ['091129.125000', '091129.585000', '091130.045000', '091130.505000', '091130.965000', '091131.425000', '091131.885000', '091132.345000', '091132.805000', '091133.265000', '091133.725000', '091134.185000', '091134.645000', '091135.105000', '091135.565000', '091136.025000', '091136.485000', '091136.945000', '091137.405000', '091137.865000', '091138.325000', '091138.785000', '091139.245000', '091139.705000', '091140.165000', '091140.625000', '091141.085000', '091141.545000', '091142.005000', '091142.465000', '091142.925000', '091143.385000', '091143.845000', '091144.305000', '091144.765000', '091145.225000', '091145.685000', '091146.145000', '091146.605000', '091147.065000', '091147.525000', '091147.985000', '091148.445000', '091148.905000', '091149.365000', '091149.825000', '091150.285000', '091150.745000', '091151.205000', '091151.665000', '091152.125000', '091152.585000', '091153.045000', '091153.505000', '091153.965000', '091154.425000', '091154.885000', '091155.345000', '091155.805000', '091156.265000', '091156.725000', '091157.185000', '091157.645000', '091158.105000', '091158.565000', '091159.025000', '091159.485000', '091159.945000', '091200.405000', '091200.865000', '091201.325000', '091201.785000', '091202.245000', '091202.705000', '091203.165000', '091203.625000', '091204.085000', '091204.545000', '091205.005000', '091205.465000', '091205.925000', '091206.385000', '091206.845000', '091207.305000', '091207.765000', '091208.225000', '091208.685000', '091209.145000', '091209.605000', '091210.065000', '091210.525000', '091210.985000', '091211.445000', '091211.905000', '091212.365000', '091212.825000', '091213.285000', '091213.745000', '091214.205000', '091214.665000', '091215.125000', '091215.585000', '091216.045000', '091216.505000', '091216.965000', '091217.425000', '091217.885000', '091218.345000', '091218.805000', '091219.265000', '091219.725000', '091220.185000', '091220.645000', '091221.105000', '091221.565000', '091222.025000', '091222.485000', '091222.945000', '091223.405000', '091223.865000', '091224.325000', '091224.785000', '091225.245000', '091225.705000', '091226.165000', '091226.625000', '091227.085000', '091227.545000', '091228.005000', '091228.465000', '091228.925000', '091229.385000', '091229.845000', '091230.305000', '091230.765000', '091231.225000', '091231.685000', '091232.145000', '091232.605000', '091233.065000', '091233.525000', '091233.985000', '091234.445000', '091234.905000', '091235.365000', '091235.825000', '091236.285000', '091236.745000', '091237.205000', '091237.665000', '091238.125000', '091238.585000', '091239.045000', '091239.505000', '091239.965000', '091240.425000', '091240.885000', '091241.345000', '091241.805000', '091242.265000', '091242.725000', '091243.185000', '091243.645000', '091244.105000', '091244.565000', '091245.025000', '091245.485000', '091245.945000', '091246.405000', '091246.865000', '091247.325000', '091247.785000', '091248.245000', '091248.705000', '091249.165000', '091249.625000', '091250.085000', '091250.545000', '091251.005000', '091251.465000', '091251.925000', '091252.385000', '091252.845000', '091253.305000', '091253.765000', '091254.225000', '091254.685000', '091255.145000', '091255.605000', '091256.065000', '091256.525000', '091256.985000', '091257.445000', '091257.905000', '091258.365000', '091258.825000', '091259.285000', '091259.745000', '091300.205000', '091300.665000', '091301.125000', '091301.585000', '091302.045000', '091302.505000', '091302.965000', '091303.425000', '091303.885000', '091304.345000', '091304.805000', '091305.265000', '091305.725000', '091306.185000', '091306.645000', '091307.105000', '091307.565000', '091308.025000', '091308.485000', '091308.945000', '091309.405000', '091309.865000', '091310.325000', '091310.785000', '091311.245000', '091311.705000', '091312.165000', '091312.625000', '091313.085000', '091313.545000', '091314.005000', '091314.465000', '091314.925000', '091315.385000', '091315.845000', '091316.305000', '091316.765000', '091317.225000', '091317.685000', '091318.145000', '091318.605000', '091319.065000', '091319.525000', '091319.985000', '091320.445000', '091320.905000', '091321.365000', '091321.825000', '091322.285000', '091322.745000', '091323.205000', '091323.665000', '091324.125000', '091324.585000', '091325.045000', '091325.505000', '091325.965000', '091326.425000', '091326.885000', '091327.345000', '091327.805000', '091328.265000', '091328.725000', '091329.185000', '091329.645000', '091330.105000', '091330.565000', '091331.025000', '091331.485000', '091331.945000', '091332.405000', '091332.865000', '091333.325000', '091333.785000', '091334.245000', '091334.705000', '091335.165000', '091335.625000', '091336.085000', '091336.545000', '091337.005000', '091337.465000', '091337.925000', '091338.385000', '091338.845000', '091339.305000', '091339.765000', '091340.225000', '091340.685000', '091341.145000', '091341.605000', '091342.065000', '091342.525000', '091342.985000', '091343.445000', '091343.905000', '091344.365000', '091344.825000', '091345.285000', '091345.745000', '091346.205000', '091346.665000', '091347.125000', '091347.585000', '091348.045000', '091348.505000', '091348.965000', '091349.425000', '091349.885000', '091350.345000', '091350.805000', '091351.265000', '091351.725000', '091352.185000', '091352.645000', '091353.105000', '091353.565000', '091354.025000', '091354.485000', '091354.945000', '091355.405000', '091355.865000', '091356.325000', '091356.785000', '091357.245000', '091357.705000', '091358.165000', '091358.625000', '091359.085000', '091359.545000', '091400.005000', '091400.465000', '091400.925000', '091401.385000', '091401.845000', '091402.305000', '091402.765000', '091403.225000', '091403.685000', '091404.145000', '091404.605000', '091405.065000', '091405.525000', '091405.985000', '091406.445000', '091406.905000', '091407.365000', '091407.825000', '091408.285000', '091408.745000', '091409.205000', '091409.665000', '091410.125000', '091410.585000', '091411.045000', '091411.505000', '091411.965000', '091412.425000', '091412.885000', '091413.345000', '091413.805000', '091414.265000', '091414.725000', '091415.185000', '091415.645000', '091416.105000', '091416.565000', '091417.025000', '091417.485000', '091417.945000', '091418.405000', '091418.865000', '091419.325000', '091419.785000', '091420.245000', '091420.705000', '091421.165000', '091421.625000', '091422.085000', '091422.545000', '091423.005000', '091423.465000', '091423.925000', '091424.385000', '091424.845000', '091425.305000', '091425.765000', '091426.225000', '091426.685000', '091427.145000', '091427.605000', '091428.065000', '091428.525000', '091428.985000', '091429.445000', '091429.905000', '091430.365000', '091430.825000', '091431.285000', '091431.745000', '091432.205000', '091432.665000', '091433.125000', '091433.585000', '091434.045000', '091434.505000', '091434.965000', '091435.425000', '091435.885000', '091436.345000', '091436.805000', '091437.265000', '091437.725000', '091438.185000', '091438.645000', '091439.105000', '091439.565000', '091440.025000', '091440.485000', '091440.945000', '091441.405000', '091441.865000', '091442.325000', '091442.785000', '091443.245000', '091443.705000', '091444.165000', '091444.625000', '091445.085000', '091445.545000', '091446.005000', '091446.465000', '091446.925000', '091447.385000', '091447.845000', '091448.305000', '091448.765000', '091449.225000', '091449.685000', '091450.145000', '091450.605000', '091451.065000', '091451.525000', '091451.985000', '091452.445000', '091452.905000', '091453.365000', '091453.825000', '091454.285000', '091454.745000', '091455.205000', '091455.665000', '091456.125000', '091456.585000', '091457.045000', '091457.505000', '091457.965000', '091458.425000', '091458.885000', '091459.345000', '091459.805000', '091500.265000', '091500.725000', '091501.185000', '091501.645000', '091502.105000', '091502.565000', '091503.025000', '091503.485000', '091503.945000', '091504.405000', '091504.865000', '091505.325000', '091505.785000', '091506.245000', '091506.705000', '091507.165000', '091507.625000', '091508.085000', '091508.545000', '091509.005000', '091509.465000', '091509.925000', '091510.385000', '091510.845000', '091511.305000', '091511.765000', '091512.225000', '091512.685000', '091513.145000', '091513.605000', '091514.065000', '091514.525000', '091514.985000', '091515.445000', '091515.905000', '091516.365000', '091516.825000', '091517.285000', '091517.745000', '091518.205000', '091518.665000', '091519.125000', '091519.585000', '091520.045000', '091520.505000', '091520.965000', '091521.425000', '091521.885000', '091522.345000', '091522.805000', '091523.265000', '091523.725000', '091524.185000', '091524.645000', '091525.105000', '091525.565000', '091526.025000', '091526.485000', '091526.945000', '091527.405000', '091527.865000', '091528.325000', '091528.785000', '091529.245000', '091529.705000', '091530.165000', '091530.625000', '091531.085000', '091531.545000', '091532.005000', '091532.465000', '091532.925000', '091533.385000', '091533.845000', '091534.305000', '091534.765000', '091535.225000', '091535.685000', '091536.145000', '091536.605000', '091537.065000', '091537.525000', '091537.985000', '091538.445000', '091538.905000', '091539.365000', '091539.825000', '091540.285000', '091540.745000', '091541.205000', '091541.665000', '091542.125000', '091542.585000', '091543.045000', '091543.505000', '091543.965000', '091544.425000', '091544.885000', '091545.345000', '091545.805000', '091546.265000', '091546.725000', '091547.185000', '091547.645000', '091548.105000', '091548.565000', '091549.025000', '091549.485000', '091549.945000', '091550.405000', '091550.865000', '091551.325000', '091551.785000', '091552.245000', '091552.705000', '091553.165000', '091553.625000', '091554.085000', '091554.545000', '091555.005000', '091555.465000', '091555.925000', '091556.385000', '091556.845000', '091557.305000', '091557.765000', '091558.225000', '091558.685000', '091559.145000', '091559.605000', '091600.065000', '091600.525000', '091600.985000', '091601.445000', '091601.905000', '091602.365000', '091602.825000', '091603.285000', '091603.745000', '091604.205000', '091604.665000', '091605.125000', '091605.585000', '091606.045000', '091606.505000', '091606.965000', '091607.425000', '091607.885000', '091608.345000', '091608.805000', '091609.265000', '091609.725000', '091610.185000', '091610.645000', '091611.105000', '091611.565000', '091612.025000', '091612.485000', '091612.945000', '091613.405000', '091613.865000', '091614.325000', '091614.785000', '091615.245000', '091615.705000', '091616.165000', '091616.625000', '091617.085000', '091617.545000', '091618.005000', '091618.465000', '091618.925000', '091619.385000', '091619.845000', '091620.305000', '091620.765000', '091621.225000', '091621.685000', '091622.145000', '091622.605000', '091623.065000', '091623.525000', '091623.985000', '091624.445000', '091624.905000', '091625.365000', '091625.825000', '091626.285000', '091626.745000', '091627.205000', '091627.665000', '091628.125000', '091628.585000', '091629.045000', '091629.505000', '091629.965000', '091630.425000', '091630.885000', '091631.345000', '091631.805000', '091632.265000', '091632.725000', '091633.185000', '091633.645000', '091634.105000', '091634.565000', '091635.025000', '091635.485000', '091635.945000', '091636.405000', '091636.865000', '091637.325000', '091637.785000', '091638.245000', '091638.705000', '091639.165000', '091639.625000', '091640.085000', '091640.545000', '091641.005000', '091641.465000', '091641.925000', '091642.385000', '091642.845000', '091643.305000', '091643.765000', '091644.225000', '091644.685000', '091645.145000', '091645.605000', '091646.065000', '091646.525000', '091646.985000', '091647.445000', '091647.905000', '091648.365000', '091648.825000', '091649.285000', '091649.745000', '091650.205000', '091650.665000', '091651.125000', '091651.585000', '091652.045000', '091652.505000', '091652.965000', '091653.425000', '091653.885000', '091654.345000', '091654.805000', '091655.265000', '091655.725000', '091656.185000', '091656.645000', '091657.105000', '091657.565000', '091658.025000', '091658.485000', '091658.945000', '091659.405000', '091659.865000', '091700.325000', '091700.785000', '091701.245000', '091701.705000', '091702.165000', '091702.625000', '091703.085000', '091703.545000', '091704.005000', '091704.465000', '091704.925000', '091705.385000', '091705.845000', '091706.305000', '091706.765000', '091707.225000', '091707.685000', '091708.145000', '091708.605000', '091709.065000', '091709.525000', '091709.985000', '091710.445000', '091710.905000', '091711.365000', '091711.825000', '091712.285000', '091712.745000', '091713.205000', '091713.665000', '091714.125000', '091714.585000', '091715.045000', '091715.505000', '091715.965000', '091716.425000', '091716.885000', '091717.345000', '091717.805000', '091718.265000', '091718.725000', '091719.185000', '091719.645000', '091720.105000', '091720.565000', '091721.025000', '091721.485000', '091721.945000', '091722.405000', '091722.865000', '091723.325000', '091723.785000', '091724.245000', '091724.705000', '091725.165000', '091725.625000', '091726.085000', '091726.545000', '091727.005000', '091727.465000', '091727.925000', '091728.385000', '091728.845000', '091729.305000', '091729.765000', '091730.225000', '091730.685000', '091731.145000', '091731.605000', '091732.065000', '091732.525000', '091732.985000', '091733.445000', '091733.905000', '091734.365000', '091734.825000', '091735.285000', '091735.745000', '091736.205000', '091736.665000', '091737.125000', '091737.585000', '091738.045000', '091738.505000', '091738.965000', '091739.425000', '091739.885000', '091740.345000', '091740.805000', '091741.265000', '091741.725000', '091742.185000', '091742.645000', '091743.105000', '091743.565000', '091744.025000', '091744.485000', '091744.945000', '091745.405000', '091745.865000', '091746.325000', '091746.785000', '091747.245000', '091747.705000', '091748.165000', '091748.625000', '091749.085000', '091749.545000', '091750.005000', '091750.465000', '091750.925000', '091751.385000', '091751.845000', '091752.305000', '091752.765000', '091753.225000', '091753.685000', '091754.145000', '091754.605000', '091755.065000', '091755.525000', '091755.985000', '091756.445000', '091756.905000', '091757.365000', '091757.825000', '091758.285000', '091758.745000', '091759.205000', '091759.665000', '091800.125000', '091800.585000', '091801.045000', '091801.505000', '091801.965000', '091802.425000', '091802.885000', '091803.345000', '091803.805000', '091804.265000', '091804.725000', '091805.185000', '091805.645000', '091806.105000', '091806.565000', '091807.025000', '091807.485000', '091807.945000', '091808.405000', '091808.865000', '091809.325000', '091809.785000', '091810.245000', '091810.705000', '091811.165000', '091811.625000', '091812.085000', '091812.545000', '091813.005000', '091813.465000', '091813.925000', '091814.385000', '091814.845000', '091815.305000', '091815.765000', '091816.225000', '091816.685000', '091817.145000', '091817.605000', '091818.065000', '091818.525000', '091818.985000', '091819.445000', '091819.905000', '091820.365000', '091820.825000', '091821.285000', '091821.745000', '091822.205000', '091822.665000', '091823.125000', '091823.585000', '091824.045000', '091824.505000', '091824.965000', '091825.425000', '091825.885000', '091826.345000', '091826.805000', '091827.265000', '091827.725000', '091828.185000', '091828.645000', '091829.105000', '091829.565000', '091830.025000', '091830.485000', '091830.945000', '091831.405000', '091831.865000', '091832.325000', '091832.785000', '091833.245000', '091833.705000', '091834.165000', '091834.625000', '091835.085000', '091835.545000', '091836.005000', '091836.465000', '091836.925000', '091837.385000', '091837.845000', '091838.305000', '091838.765000', '091839.225000', '091839.685000', '091840.145000', '091840.605000', '091841.065000', '091841.525000', '091841.985000', '091842.445000', '091842.905000', '091843.365000', '091843.825000', '091844.285000', '091844.745000', '091845.205000', '091845.665000', '091846.125000', '091846.585000', '091847.045000', '091847.505000', '091847.965000', '091848.425000', '091848.885000', '091849.345000', '091849.805000', '091850.265000', '091850.725000', '091851.185000', '091851.645000', '091852.105000', '091852.565000', '091853.025000', '091853.485000', '091853.945000', '091854.405000', '091854.865000', '091855.325000', '091855.785000', '091856.245000', '091856.705000', '091857.165000', '091857.625000', '091858.085000', '091858.545000', '091859.005000', '091859.465000', '091859.925000', '091900.385000', '091900.845000', '091901.305000', '091901.765000', '091902.225000', '091902.685000', '091903.145000', '091903.605000', '091904.065000', '091904.525000', '091904.985000', '091905.445000', '091905.905000', '091906.365000', '091906.825000', '091907.285000', '091907.745000', '091908.205000', '091908.665000', '091909.125000', '091909.585000', '091910.045000', '091910.505000', '091910.965000', '091911.425000', '091911.885000', '091912.345000', '091912.805000', '091913.265000', '091913.725000', '091914.185000', '091914.645000', '091915.105000', '091915.565000', '091916.025000', '091916.485000', '091916.945000', '091917.405000', '091917.865000', '091918.325000', '091918.785000', '091919.245000', '091919.705000', '091920.165000', '091920.625000', '091921.085000', '091921.545000', '091922.005000', '091922.465000', '091922.925000', '091923.385000', '091923.845000', '091924.305000', '091924.765000', '091925.225000', '091925.685000', '091926.145000', '091926.605000', '091927.065000', '091927.525000', '091927.985000', '091928.445000', '091928.905000', '091929.365000', '091929.825000', '091930.285000', '091930.745000', '091931.205000', '091931.665000', '091932.125000', '091932.585000', '091933.045000', '091933.505000', '091933.965000', '091934.425000', '091934.885000', '091935.345000', '091935.805000', '091936.265000', '091936.725000', '091937.185000', '091937.645000', '091938.105000', '091938.565000', '091939.025000', '091939.485000', '091939.945000', '091940.405000', '091940.865000', '091941.325000', '091941.785000', '091942.245000', '091942.705000', '091943.165000', '091943.625000', '091944.085000', '091944.545000', '091945.005000', '091945.465000', '091945.925000', '091946.385000', '091946.845000', '091947.305000', '091947.765000', '091948.225000', '091948.685000', '091949.145000', '091949.605000', '091950.065000', '091950.525000', '091950.985000', '091951.445000', '091951.905000', '091952.365000', '091952.825000', '091953.285000', '091953.745000', '091954.205000', '091954.665000', '091955.125000', '091955.585000', '091956.045000', '091956.505000', '091956.965000', '091957.425000', '091957.885000', '091958.345000', '091958.805000', '091959.265000', '091959.725000', '092000.185000', '092000.645000', '092001.105000', '092001.565000', '092002.025000', '092002.485000', '092002.945000', '092003.405000', '092003.865000', '092004.325000', '092004.785000', '092005.245000', '092005.705000', '092006.165000', '092006.625000', '092007.085000', '092007.545000', '092008.005000', '092008.465000', '092008.925000', '092009.385000', '092009.845000', '092010.305000', '092010.765000', '092011.225000', '092011.685000', '092012.145000', '092012.605000', '092013.065000', '092013.525000', '092013.985000', '092014.445000', '092014.905000', '092015.365000', '092015.825000', '092016.285000', '092016.745000', '092017.205000', '092017.665000', '092018.125000', '092018.585000', '092019.045000', '092019.505000', '092019.965000', '092020.425000'], 'ContentTime': ['091149.566000', '091149.569000', '091149.571000', '091149.574000', '091149.577000', '091149.580000', '091149.582000', '091149.585000', '091149.588000', '091149.590000', '091149.593000', '091149.596000', '091149.599000', '091149.601000', '091149.604000', '091149.607000', '091149.609000', '091149.612000', '091149.614000', '091149.617000', '091149.619000', '091149.622000', '091149.624000', '091149.627000', '091149.637000', '091149.639000', '091149.642000', '091149.645000', '091149.648000', '091149.651000', '091149.662000', '091149.665000', '091149.667000', '091149.670000', '091149.672000', '091149.675000', '091149.678000', '091149.680000', '091149.683000', '091149.685000', '091149.688000', '091149.691000', '091209.524000', '091209.527000', '091209.530000', '091209.533000', '091209.535000', '091209.538000', '091209.540000', '091209.543000', '091209.545000', '091209.548000', '091209.551000', '091209.553000', '091209.556000', '091209.558000', '091209.561000', '091209.563000', '091209.566000', '091209.569000', '091209.571000', '091209.574000', '091209.576000', '091209.579000', '091209.581000', '091209.584000', '091209.587000', '091209.589000', '091209.592000', '091209.595000', '091209.597000', '091209.600000', '091209.602000', '091209.613000', '091209.616000', '091209.619000', '091209.621000', '091209.624000', '091209.626000', '091209.629000', '091209.631000', '091209.634000', '091209.636000', '091209.639000', '091209.642000', '091209.644000', '091229.525000', '091229.528000', '091229.531000', '091229.534000', '091229.536000', '091229.539000', '091229.541000', '091229.544000', '091229.546000', '091229.549000', '091229.552000', '091229.554000', '091229.557000', '091229.559000', '091229.562000', '091229.565000', '091229.567000', '091229.570000', '091229.572000', '091229.575000', '091229.578000', '091229.580000', '091229.583000', '091229.585000', '091229.588000', '091229.591000', '091229.593000', '091229.596000', '091229.598000', '091229.601000', '091229.604000', '091229.606000', '091229.609000', '091229.611000', '091229.614000', '091229.617000', '091229.619000', '091229.622000', '091229.624000', '091229.627000', '091229.630000', '091229.632000', '091229.635000', '091249.526000', '091249.528000', '091249.531000', '091249.533000', '091249.536000', '091249.539000', '091249.541000', '091249.544000', '091249.547000', '091249.549000', '091249.552000', '091249.554000', '091249.557000', '091249.560000', '091249.563000', '091249.565000', '091249.568000', '091249.570000', '091249.573000', '091249.576000', '091249.578000', '091249.581000', '091249.583000', '091249.586000', '091249.589000', '091249.591000', '091249.594000', '091249.596000', '091249.599000', '091249.602000', '091249.604000', '091249.607000', '091249.610000', '091249.612000', '091249.615000', '091249.617000', '091249.620000', '091249.623000', '091249.625000', '091249.628000', '091249.641000', '091249.643000', '091249.646000', '091249.648000', '091309.525000', '091309.528000', '091309.531000', '091309.533000', '091309.536000', '091309.539000', '091309.541000', '091309.544000', '091309.547000', '091309.549000', '091309.552000', '091309.555000', '091309.557000', '091309.560000', '091309.562000', '091309.565000', '091309.568000', '091309.570000', '091309.573000', '091309.575000', '091309.578000', '091309.580000', '091309.583000', '091309.586000', '091309.588000', '091309.591000', '091309.594000', '091309.596000', '091309.599000', '091309.601000', '091309.604000', '091309.607000', '091309.609000', '091309.612000', '091309.615000', '091309.617000', '091309.620000', '091309.622000', '091309.625000', '091309.628000', '091309.630000', '091309.633000', '091309.636000', '091329.525000', '091329.528000', '091329.531000', '091329.534000', '091329.537000', '091329.539000', '091329.542000', '091329.545000', '091329.547000', '091329.550000', '091329.553000', '091329.555000', '091329.558000', '091329.560000', '091329.563000', '091329.566000', '091329.568000', '091329.571000', '091329.574000', '091329.576000', '091329.579000', '091329.581000', '091329.584000', '091329.587000', '091329.590000', '091329.592000', '091329.595000', '091329.598000', '091329.600000', '091329.603000', '091329.605000', '091329.608000', '091329.611000', '091329.613000', '091329.616000', '091329.619000', '091329.621000', '091329.624000', '091329.626000', '091329.629000', '091329.632000', '091329.634000', '091329.637000', '091329.639000', '091349.525000', '091349.528000', '091349.531000', '091349.534000', '091349.536000', '091349.539000', '091349.542000', '091349.544000', '091349.547000', '091349.549000', '091349.552000', '091349.555000', '091349.557000', '091349.560000', '091349.563000', '091349.565000', '091349.568000', '091349.570000', '091349.573000', '091349.576000', '091349.578000', '091349.581000', '091349.583000', '091349.586000', '091349.589000', '091349.591000', '091349.594000', '091349.596000', '091349.599000', '091349.602000', '091349.604000', '091349.607000', '091349.609000', '091349.612000', '091349.615000', '091349.617000', '091349.620000', '091349.623000', '091349.625000', '091349.628000', '091349.630000', '091349.633000', '091349.636000', '091409.525000', '091409.528000', '091409.531000', '091409.533000', '091409.536000', '091409.539000', '091409.541000', '091409.544000', '091409.547000', '091409.549000', '091409.552000', '091409.555000', '091409.557000', '091409.560000', '091409.562000', '091409.565000', '091409.568000', '091409.570000', '091409.573000', '091409.576000', '091409.578000', '091409.581000', '091409.584000', '091409.586000', '091409.589000', '091409.591000', '091409.594000', '091409.597000', '091409.599000', '091409.602000', '091409.605000', '091409.607000', '091409.610000', '091409.612000', '091409.615000', '091409.618000', '091409.620000', '091409.623000', '091409.626000', '091409.628000', '091409.631000', '091409.633000', '091409.636000', '091409.638000', '091429.525000', '091429.528000', '091429.530000', '091429.533000', '091429.536000', '091429.538000', '091429.541000', '091429.544000', '091429.546000', '091429.549000', '091429.552000', '091429.554000', '091429.557000', '091429.560000', '091429.562000', '091429.565000', '091429.567000', '091429.570000', '091429.573000', '091429.575000', '091429.578000', '091429.581000', '091429.583000', '091429.586000', '091429.589000', '091429.591000', '091429.594000', '091429.597000', '091429.599000', '091429.602000', '091429.604000', '091429.607000', '091429.610000', '091429.612000', '091429.615000', '091429.640000', '091429.643000', '091429.645000', '091429.648000', '091429.651000', '091429.653000', '091429.656000', '091429.658000', '091449.525000', '091449.529000', '091449.532000', '091449.535000', '091449.538000', '091449.540000', '091449.543000', '091449.546000', '091449.549000', '091449.552000', '091449.555000', '091449.558000', '091449.560000', '091449.563000', '091449.566000', '091449.568000', '091449.571000', '091449.574000', '091449.576000', '091449.579000', '091449.582000', '091449.584000', '091449.587000', '091449.590000', '091449.593000', '091449.595000', '091449.598000', '091449.601000', '091449.603000', '091449.606000', '091449.609000', '091449.611000', '091449.614000', '091449.617000', '091449.619000', '091449.622000', '091449.625000', '091449.627000', '091449.630000', '091449.632000', '091449.635000', '091449.638000', '091449.640000', '091509.525000', '091509.528000', '091509.531000', '091509.533000', '091509.537000', '091509.540000', '091509.542000', '091509.545000', '091509.547000', '091509.550000', '091509.553000', '091509.555000', '091509.558000', '091509.561000', '091509.563000', '091509.566000', '091509.568000', '091509.571000', '091509.574000', '091509.576000', '091509.579000', '091509.582000', '091509.584000', '091509.587000', '091509.590000', '091509.592000', '091509.595000', '091509.598000', '091509.600000', '091509.603000', '091509.605000', '091509.608000', '091509.611000', '091509.613000', '091509.616000', '091509.619000', '091509.621000', '091509.624000', '091509.627000', '091509.629000', '091509.632000', '091509.634000', '091509.637000', '091509.640000', '091529.525000', '091529.528000', '091529.531000', '091529.534000', '091529.536000', '091529.539000', '091529.542000', '091529.544000', '091529.547000', '091529.550000', '091529.552000', '091529.555000', '091529.558000', '091529.560000', '091529.563000', '091529.565000', '091529.568000', '091529.571000', '091529.573000', '091529.576000', '091529.579000', '091529.582000', '091529.584000', '091529.587000', '091529.590000', '091529.592000', '091529.595000', '091529.597000', '091529.600000', '091529.603000', '091529.605000', '091529.608000', '091529.611000', '091529.613000', '091529.616000', '091529.618000', '091529.621000', '091529.624000', '091529.626000', '091529.629000', '091529.632000', '091529.634000', '091529.637000', '091549.526000', '091549.528000', '091549.531000', '091549.534000', '091549.537000', '091549.539000', '091549.542000', '091549.545000', '091549.547000', '091549.550000', '091549.552000', '091549.555000', '091549.558000', '091549.560000', '091549.563000', '091549.566000', '091549.568000', '091549.571000', '091549.573000', '091549.576000', '091549.579000', '091549.581000', '091549.584000', '091549.587000', '091549.589000', '091549.592000', '091549.595000', '091549.597000', '091549.600000', '091549.603000', '091549.605000', '091549.608000', '091549.611000', '091549.613000', '091549.616000', '091549.619000', '091549.621000', '091549.624000', '091549.627000', '091549.629000', '091549.632000', '091549.635000', '091549.637000', '091549.640000', '091609.525000', '091609.529000', '091609.532000', '091609.546000', '091609.548000', '091609.551000', '091609.554000', '091609.556000', '091609.559000', '091609.562000', '091609.564000', '091609.568000', '091609.571000', '091609.574000', '091609.577000', '091609.579000', '091609.582000', '091609.585000', '091609.587000', '091609.590000', '091609.593000', '091609.596000', '091609.598000', '091609.601000', '091609.604000', '091609.606000', '091609.609000', '091609.612000', '091609.614000', '091609.617000', '091609.619000', '091609.622000', '091609.625000', '091609.628000', '091609.630000', '091609.633000', '091609.636000', '091609.638000', '091609.641000', '091609.644000', '091609.647000', '091609.649000', '091609.652000', '091629.525000', '091629.528000', '091629.531000', '091629.534000', '091629.536000', '091629.539000', '091629.542000', '091629.544000', '091629.547000', '091629.550000', '091629.552000', '091629.555000', '091629.557000', '091629.560000', '091629.563000', '091629.565000', '091629.568000', '091629.570000', '091629.577000', '091629.580000', '091629.583000', '091629.585000', '091629.588000', '091629.591000', '091629.594000', '091629.596000', '091629.599000', '091629.601000', '091629.604000', '091629.607000', '091629.609000', '091629.612000', '091629.615000', '091629.617000', '091629.620000', '091629.622000', '091629.625000', '091629.628000', '091629.630000', '091629.633000', '091629.635000', '091629.638000', '091629.641000', '091629.643000', '091649.525000', '091649.528000', '091649.530000', '091649.533000', '091649.536000', '091649.538000', '091649.541000', '091649.544000', '091649.546000', '091649.549000', '091649.552000', '091649.555000', '091649.557000', '091649.560000', '091649.564000', '091649.567000', '091649.569000', '091649.572000', '091649.575000', '091649.577000', '091649.580000', '091649.582000', '091649.585000', '091649.588000', '091649.590000', '091649.593000', '091649.596000', '091649.598000', '091649.601000', '091649.604000', '091649.606000', '091649.609000', '091649.611000', '091649.614000', '091649.617000', '091649.619000', '091649.622000', '091649.625000', '091649.627000', '091649.630000', '091649.633000', '091649.635000', '091649.638000', '091709.526000', '091709.529000', '091709.531000', '091709.534000', '091709.536000', '091709.539000', '091709.542000', '091709.544000', '091709.547000', '091709.550000', '091709.552000', '091709.555000', '091709.558000', '091709.560000', '091709.563000', '091709.566000', '091709.568000', '091709.571000', '091709.574000', '091709.576000', '091709.579000', '091709.581000', '091709.584000', '091709.587000', '091709.589000', '091709.592000', '091709.595000', '091709.597000', '091709.600000', '091709.603000', '091709.605000', '091709.608000', '091709.611000', '091709.613000', '091709.616000', '091709.619000', '091709.621000', '091709.624000', '091709.627000', '091709.629000', '091709.632000', '091709.635000', '091709.637000', '091709.640000', '091729.526000', '091729.529000', '091729.531000', '091729.534000', '091729.537000', '091729.539000', '091729.542000', '091729.545000', '091729.547000', '091729.550000', '091729.552000', '091729.555000', '091729.558000', '091729.560000', '091729.563000', '091729.566000', '091729.570000', '091729.573000', '091729.577000', '091729.580000', '091729.583000', '091729.585000', '091729.588000', '091729.591000', '091729.593000', '091729.596000', '091729.599000', '091729.601000', '091729.613000', '091729.616000', '091729.619000', '091729.621000', '091729.624000', '091729.627000', '091729.629000', '091729.632000', '091729.634000', '091729.637000', '091729.640000', '091729.642000', '091729.645000', '091729.648000', '091729.650000', '091749.526000', '091749.529000', '091749.531000', '091749.534000', '091749.538000', '091749.540000', '091749.543000', '091749.545000', '091749.548000', '091749.551000', '091749.553000', '091749.556000', '091749.559000', '091749.561000', '091749.564000', '091749.566000', '091749.569000', '091749.572000', '091749.575000', '091749.577000', '091749.580000', '091749.582000', '091749.585000', '091749.588000', '091749.590000', '091749.593000', '091749.596000', '091749.598000', '091749.601000', '091749.604000', '091749.606000', '091749.609000', '091749.612000', '091749.614000', '091749.617000', '091749.619000', '091749.622000', '091749.625000', '091749.627000', '091749.630000', '091749.633000', '091749.635000', '091749.638000', '091749.640000', '091809.526000', '091809.529000', '091809.531000', '091809.534000', '091809.537000', '091809.539000', '091809.542000', '091809.545000', '091809.547000', '091809.550000', '091809.553000', '091809.555000', '091809.558000', '091809.561000', '091809.563000', '091809.566000', '091809.569000', '091809.571000', '091809.574000', '091809.577000', '091809.579000', '091809.582000', '091809.585000', '091809.587000', '091809.590000', '091809.593000', '091809.596000', '091809.599000', '091809.601000', '091809.605000', '091809.607000', '091809.610000', '091809.613000', '091809.615000', '091809.618000', '091809.620000', '091809.623000', '091809.626000', '091809.628000', '091809.631000', '091809.634000', '091809.636000', '091809.639000', '091829.526000', '091829.528000', '091829.531000', '091829.534000', '091829.537000', '091829.540000', '091829.542000', '091829.545000', '091829.548000', '091829.550000', '091829.553000', '091829.555000', '091829.558000', '091829.561000', '091829.563000', '091829.566000', '091829.568000', '091829.571000', '091829.574000', '091829.576000', '091829.579000', '091829.581000', '091829.584000', '091829.587000', '091829.589000', '091829.592000', '091829.595000', '091829.597000', '091829.600000', '091829.603000', '091829.605000', '091829.608000', '091829.611000', '091829.613000', '091829.616000', '091829.618000', '091829.621000', '091829.624000', '091829.626000', '091829.629000', '091829.632000', '091829.634000', '091829.637000', '091829.640000', '091849.526000', '091849.529000', '091849.531000', '091849.534000', '091849.536000', '091849.539000', '091849.542000', '091849.544000', '091849.547000', '091849.549000', '091849.552000', '091849.555000', '091849.557000', '091849.560000', '091849.563000', '091849.565000', '091849.568000', '091849.571000', '091849.573000', '091849.576000', '091849.578000', '091849.581000', '091849.584000', '091849.586000', '091849.625000', '091849.628000', '091849.630000', '091849.633000', '091849.636000', '091849.638000', '091849.641000', '091849.644000', '091849.647000', '091849.650000', '091849.652000', '091849.655000', '091849.658000', '091849.661000', '091849.663000', '091849.666000', '091849.669000', '091849.671000', '091849.674000', '091909.525000', '091909.527000', '091909.530000', '091909.533000', '091909.535000', '091909.538000', '091909.541000', '091909.543000', '091909.546000', '091909.549000', '091909.551000', '091909.554000', '091909.557000', '091909.559000', '091909.562000', '091909.565000', '091909.567000', '091909.570000', '091909.572000', '091909.575000', '091909.578000', '091909.580000', '091909.583000', '091909.585000', '091909.588000', '091909.591000', '091909.594000', '091909.596000', '091909.599000', '091909.601000', '091909.604000', '091909.607000', '091909.609000', '091909.612000', '091909.614000', '091909.617000', '091909.620000', '091909.622000', '091909.625000', '091909.628000', '091909.630000', '091909.633000', '091909.636000', '091909.638000', '091929.526000', '091929.528000', '091929.531000', '091929.534000', '091929.537000', '091929.539000', '091929.542000', '091929.544000', '091929.547000', '091929.550000', '091929.552000', '091929.555000', '091929.558000', '091929.560000', '091929.563000', '091929.566000', '091929.568000', '091929.571000', '091929.573000', '091929.576000', '091929.579000', '091929.581000', '091929.584000', '091929.587000', '091929.590000', '091929.592000', '091929.595000', '091929.597000', '091929.600000', '091929.603000', '091929.605000', '091929.608000', '091929.610000', '091929.613000', '091929.616000', '091929.618000', '091929.621000', '091929.624000', '091929.626000', '091929.629000', '091929.632000', '091929.634000', '091929.637000', '091949.526000', '091949.529000', '091949.531000', '091949.534000', '091949.537000', '091949.539000', '091949.542000', '091949.545000', '091949.547000', '091949.550000', '091949.552000', '091949.555000', '091949.558000', '091949.560000', '091949.563000', '091949.565000', '091949.568000', '091949.571000', '091949.573000', '091949.576000', '091949.578000', '091949.581000', '091949.584000', '091949.587000', '091949.589000', '091949.592000', '091949.595000', '091949.597000', '091949.600000', '091949.602000', '091949.605000', '091949.608000', '091949.610000', '091949.613000', '091949.616000', '091949.618000', '091949.621000', '091949.624000', '091949.626000', '091949.629000', '091949.631000', '091949.634000', '091949.637000', '091949.639000', '092009.525000', '092009.528000', '092009.531000', '092009.534000', '092009.536000', '092009.539000', '092009.542000', '092009.544000', '092009.547000', '092009.550000', '092009.552000', '092009.555000', '092009.558000', '092009.560000', '092009.563000', '092009.566000', '092009.568000', '092009.571000', '092009.573000', '092009.576000', '092009.579000', '092009.593000', '092009.595000', '092009.598000', '092009.601000', '092009.603000', '092009.606000', '092009.609000', '092009.611000', '092009.614000', '092009.617000', '092009.619000', '092009.622000', '092009.625000', '092009.627000', '092009.630000', '092009.632000', '092009.635000', '092009.638000', '092009.640000', '092009.643000', '092009.646000', '092009.648000', '092021.648000', '092021.651000', '092021.654000', '092021.656000', '092021.659000', '092021.662000', '092021.665000', '092021.667000', '092021.670000', '092021.672000', '092021.675000', '092021.678000', '092021.680000', '092021.683000', '092021.686000', '092021.688000', '092021.691000', '092021.693000', '092021.696000', '092021.699000', '092021.701000', '092021.704000', '092021.707000', '092021.709000', '092021.712000', '092021.714000', '092021.717000'], 'InstanceCreationTime': ['091149.566000', '091149.569000', '091149.571000', '091149.574000', '091149.577000', '091149.580000', '091149.582000', '091149.585000', '091149.588000', '091149.590000', '091149.593000', '091149.596000', '091149.599000', '091149.601000', '091149.604000', '091149.607000', '091149.609000', '091149.612000', '091149.614000', '091149.617000', '091149.619000', '091149.622000', '091149.624000', '091149.627000', '091149.637000', '091149.639000', '091149.642000', '091149.645000', '091149.648000', '091149.651000', '091149.662000', '091149.665000', '091149.667000', '091149.670000', '091149.672000', '091149.675000', '091149.678000', '091149.680000', '091149.683000', '091149.685000', '091149.688000', '091149.691000', '091209.524000', '091209.527000', '091209.530000', '091209.533000', '091209.535000', '091209.538000', '091209.540000', '091209.543000', '091209.545000', '091209.548000', '091209.551000', '091209.553000', '091209.556000', '091209.558000', '091209.561000', '091209.563000', '091209.566000', '091209.569000', '091209.571000', '091209.574000', '091209.576000', '091209.579000', '091209.581000', '091209.584000', '091209.587000', '091209.589000', '091209.592000', '091209.595000', '091209.597000', '091209.600000', '091209.602000', '091209.613000', '091209.616000', '091209.619000', '091209.621000', '091209.624000', '091209.626000', '091209.629000', '091209.631000', '091209.634000', '091209.636000', '091209.639000', '091209.642000', '091209.644000', '091229.525000', '091229.528000', '091229.531000', '091229.534000', '091229.536000', '091229.539000', '091229.541000', '091229.544000', '091229.546000', '091229.549000', '091229.552000', '091229.554000', '091229.557000', '091229.559000', '091229.562000', '091229.565000', '091229.567000', '091229.570000', '091229.572000', '091229.575000', '091229.578000', '091229.580000', '091229.583000', '091229.585000', '091229.588000', '091229.591000', '091229.593000', '091229.596000', '091229.598000', '091229.601000', '091229.604000', '091229.606000', '091229.609000', '091229.611000', '091229.614000', '091229.617000', '091229.619000', '091229.622000', '091229.624000', '091229.627000', '091229.630000', '091229.632000', '091229.635000', '091249.526000', '091249.528000', '091249.531000', '091249.533000', '091249.536000', '091249.539000', '091249.541000', '091249.544000', '091249.547000', '091249.549000', '091249.552000', '091249.554000', '091249.557000', '091249.560000', '091249.563000', '091249.565000', '091249.568000', '091249.570000', '091249.573000', '091249.576000', '091249.578000', '091249.581000', '091249.583000', '091249.586000', '091249.589000', '091249.591000', '091249.594000', '091249.596000', '091249.599000', '091249.602000', '091249.604000', '091249.607000', '091249.610000', '091249.612000', '091249.615000', '091249.617000', '091249.620000', '091249.623000', '091249.625000', '091249.628000', '091249.641000', '091249.643000', '091249.646000', '091249.648000', '091309.525000', '091309.528000', '091309.531000', '091309.533000', '091309.536000', '091309.539000', '091309.541000', '091309.544000', '091309.547000', '091309.549000', '091309.552000', '091309.555000', '091309.557000', '091309.560000', '091309.562000', '091309.565000', '091309.568000', '091309.570000', '091309.573000', '091309.575000', '091309.578000', '091309.580000', '091309.583000', '091309.586000', '091309.588000', '091309.591000', '091309.594000', '091309.596000', '091309.599000', '091309.601000', '091309.604000', '091309.607000', '091309.609000', '091309.612000', '091309.615000', '091309.617000', '091309.620000', '091309.622000', '091309.625000', '091309.628000', '091309.630000', '091309.633000', '091309.636000', '091329.525000', '091329.528000', '091329.531000', '091329.534000', '091329.537000', '091329.539000', '091329.542000', '091329.545000', '091329.547000', '091329.550000', '091329.553000', '091329.555000', '091329.558000', '091329.560000', '091329.563000', '091329.566000', '091329.568000', '091329.571000', '091329.574000', '091329.576000', '091329.579000', '091329.581000', '091329.584000', '091329.587000', '091329.590000', '091329.592000', '091329.595000', '091329.598000', '091329.600000', '091329.603000', '091329.605000', '091329.608000', '091329.611000', '091329.613000', '091329.616000', '091329.619000', '091329.621000', '091329.624000', '091329.626000', '091329.629000', '091329.632000', '091329.634000', '091329.637000', '091329.639000', '091349.525000', '091349.528000', '091349.531000', '091349.534000', '091349.536000', '091349.539000', '091349.542000', '091349.544000', '091349.547000', '091349.549000', '091349.552000', '091349.555000', '091349.557000', '091349.560000', '091349.563000', '091349.565000', '091349.568000', '091349.570000', '091349.573000', '091349.576000', '091349.578000', '091349.581000', '091349.583000', '091349.586000', '091349.589000', '091349.591000', '091349.594000', '091349.596000', '091349.599000', '091349.602000', '091349.604000', '091349.607000', '091349.609000', '091349.612000', '091349.615000', '091349.617000', '091349.620000', '091349.623000', '091349.625000', '091349.628000', '091349.630000', '091349.633000', '091349.636000', '091409.525000', '091409.528000', '091409.531000', '091409.533000', '091409.536000', '091409.539000', '091409.541000', '091409.544000', '091409.547000', '091409.549000', '091409.552000', '091409.555000', '091409.557000', '091409.560000', '091409.562000', '091409.565000', '091409.568000', '091409.570000', '091409.573000', '091409.576000', '091409.578000', '091409.581000', '091409.584000', '091409.586000', '091409.589000', '091409.591000', '091409.594000', '091409.597000', '091409.599000', '091409.602000', '091409.605000', '091409.607000', '091409.610000', '091409.612000', '091409.615000', '091409.618000', '091409.620000', '091409.623000', '091409.626000', '091409.628000', '091409.631000', '091409.633000', '091409.636000', '091409.638000', '091429.525000', '091429.528000', '091429.530000', '091429.533000', '091429.536000', '091429.538000', '091429.541000', '091429.544000', '091429.546000', '091429.549000', '091429.552000', '091429.554000', '091429.557000', '091429.560000', '091429.562000', '091429.565000', '091429.567000', '091429.570000', '091429.573000', '091429.575000', '091429.578000', '091429.581000', '091429.583000', '091429.586000', '091429.589000', '091429.591000', '091429.594000', '091429.597000', '091429.599000', '091429.602000', '091429.604000', '091429.607000', '091429.610000', '091429.612000', '091429.615000', '091429.640000', '091429.643000', '091429.645000', '091429.648000', '091429.651000', '091429.653000', '091429.656000', '091429.658000', '091449.525000', '091449.529000', '091449.532000', '091449.535000', '091449.538000', '091449.540000', '091449.543000', '091449.546000', '091449.549000', '091449.552000', '091449.555000', '091449.558000', '091449.560000', '091449.563000', '091449.566000', '091449.568000', '091449.571000', '091449.574000', '091449.576000', '091449.579000', '091449.582000', '091449.584000', '091449.587000', '091449.590000', '091449.593000', '091449.595000', '091449.598000', '091449.601000', '091449.603000', '091449.606000', '091449.609000', '091449.611000', '091449.614000', '091449.617000', '091449.619000', '091449.622000', '091449.625000', '091449.627000', '091449.630000', '091449.632000', '091449.635000', '091449.638000', '091449.640000', '091509.525000', '091509.528000', '091509.531000', '091509.533000', '091509.537000', '091509.540000', '091509.542000', '091509.545000', '091509.547000', '091509.550000', '091509.553000', '091509.555000', '091509.558000', '091509.561000', '091509.563000', '091509.566000', '091509.568000', '091509.571000', '091509.574000', '091509.576000', '091509.579000', '091509.582000', '091509.584000', '091509.587000', '091509.590000', '091509.592000', '091509.595000', '091509.598000', '091509.600000', '091509.603000', '091509.605000', '091509.608000', '091509.611000', '091509.613000', '091509.616000', '091509.619000', '091509.621000', '091509.624000', '091509.627000', '091509.629000', '091509.632000', '091509.634000', '091509.637000', '091509.640000', '091529.525000', '091529.528000', '091529.531000', '091529.534000', '091529.536000', '091529.539000', '091529.542000', '091529.544000', '091529.547000', '091529.550000', '091529.552000', '091529.555000', '091529.558000', '091529.560000', '091529.563000', '091529.565000', '091529.568000', '091529.571000', '091529.573000', '091529.576000', '091529.579000', '091529.582000', '091529.584000', '091529.587000', '091529.590000', '091529.592000', '091529.595000', '091529.597000', '091529.600000', '091529.603000', '091529.605000', '091529.608000', '091529.611000', '091529.613000', '091529.616000', '091529.618000', '091529.621000', '091529.624000', '091529.626000', '091529.629000', '091529.632000', '091529.634000', '091529.637000', '091549.526000', '091549.528000', '091549.531000', '091549.534000', '091549.537000', '091549.539000', '091549.542000', '091549.545000', '091549.547000', '091549.550000', '091549.552000', '091549.555000', '091549.558000', '091549.560000', '091549.563000', '091549.566000', '091549.568000', '091549.571000', '091549.573000', '091549.576000', '091549.579000', '091549.581000', '091549.584000', '091549.587000', '091549.589000', '091549.592000', '091549.595000', '091549.597000', '091549.600000', '091549.603000', '091549.605000', '091549.608000', '091549.611000', '091549.613000', '091549.616000', '091549.619000', '091549.621000', '091549.624000', '091549.627000', '091549.629000', '091549.632000', '091549.635000', '091549.637000', '091549.640000', '091609.525000', '091609.529000', '091609.532000', '091609.546000', '091609.548000', '091609.551000', '091609.554000', '091609.556000', '091609.559000', '091609.562000', '091609.564000', '091609.568000', '091609.571000', '091609.574000', '091609.577000', '091609.579000', '091609.582000', '091609.585000', '091609.587000', '091609.590000', '091609.593000', '091609.596000', '091609.598000', '091609.601000', '091609.604000', '091609.606000', '091609.609000', '091609.612000', '091609.614000', '091609.617000', '091609.619000', '091609.622000', '091609.625000', '091609.628000', '091609.630000', '091609.633000', '091609.636000', '091609.638000', '091609.641000', '091609.644000', '091609.647000', '091609.649000', '091609.652000', '091629.525000', '091629.528000', '091629.531000', '091629.534000', '091629.536000', '091629.539000', '091629.542000', '091629.544000', '091629.547000', '091629.550000', '091629.552000', '091629.555000', '091629.557000', '091629.560000', '091629.563000', '091629.565000', '091629.568000', '091629.570000', '091629.577000', '091629.580000', '091629.583000', '091629.585000', '091629.588000', '091629.591000', '091629.594000', '091629.596000', '091629.599000', '091629.601000', '091629.604000', '091629.607000', '091629.609000', '091629.612000', '091629.615000', '091629.617000', '091629.620000', '091629.622000', '091629.625000', '091629.628000', '091629.630000', '091629.633000', '091629.635000', '091629.638000', '091629.641000', '091629.643000', '091649.525000', '091649.528000', '091649.530000', '091649.533000', '091649.536000', '091649.538000', '091649.541000', '091649.544000', '091649.546000', '091649.549000', '091649.552000', '091649.555000', '091649.557000', '091649.560000', '091649.564000', '091649.567000', '091649.569000', '091649.572000', '091649.575000', '091649.577000', '091649.580000', '091649.582000', '091649.585000', '091649.588000', '091649.590000', '091649.593000', '091649.596000', '091649.598000', '091649.601000', '091649.604000', '091649.606000', '091649.609000', '091649.611000', '091649.614000', '091649.617000', '091649.619000', '091649.622000', '091649.625000', '091649.627000', '091649.630000', '091649.633000', '091649.635000', '091649.638000', '091709.526000', '091709.529000', '091709.531000', '091709.534000', '091709.536000', '091709.539000', '091709.542000', '091709.544000', '091709.547000', '091709.550000', '091709.552000', '091709.555000', '091709.558000', '091709.560000', '091709.563000', '091709.566000', '091709.568000', '091709.571000', '091709.574000', '091709.576000', '091709.579000', '091709.581000', '091709.584000', '091709.587000', '091709.589000', '091709.592000', '091709.595000', '091709.597000', '091709.600000', '091709.603000', '091709.605000', '091709.608000', '091709.611000', '091709.613000', '091709.616000', '091709.619000', '091709.621000', '091709.624000', '091709.627000', '091709.629000', '091709.632000', '091709.635000', '091709.637000', '091709.640000', '091729.526000', '091729.529000', '091729.531000', '091729.534000', '091729.537000', '091729.539000', '091729.542000', '091729.545000', '091729.547000', '091729.550000', '091729.552000', '091729.555000', '091729.558000', '091729.560000', '091729.563000', '091729.566000', '091729.570000', '091729.573000', '091729.577000', '091729.580000', '091729.583000', '091729.585000', '091729.588000', '091729.591000', '091729.593000', '091729.596000', '091729.599000', '091729.601000', '091729.613000', '091729.616000', '091729.619000', '091729.621000', '091729.624000', '091729.627000', '091729.629000', '091729.632000', '091729.634000', '091729.637000', '091729.640000', '091729.642000', '091729.645000', '091729.648000', '091729.650000', '091749.526000', '091749.529000', '091749.531000', '091749.534000', '091749.538000', '091749.540000', '091749.543000', '091749.545000', '091749.548000', '091749.551000', '091749.553000', '091749.556000', '091749.559000', '091749.561000', '091749.564000', '091749.566000', '091749.569000', '091749.572000', '091749.575000', '091749.577000', '091749.580000', '091749.582000', '091749.585000', '091749.588000', '091749.590000', '091749.593000', '091749.596000', '091749.598000', '091749.601000', '091749.604000', '091749.606000', '091749.609000', '091749.612000', '091749.614000', '091749.617000', '091749.619000', '091749.622000', '091749.625000', '091749.627000', '091749.630000', '091749.633000', '091749.635000', '091749.638000', '091749.640000', '091809.526000', '091809.529000', '091809.531000', '091809.534000', '091809.537000', '091809.539000', '091809.542000', '091809.545000', '091809.547000', '091809.550000', '091809.553000', '091809.555000', '091809.558000', '091809.561000', '091809.563000', '091809.566000', '091809.569000', '091809.571000', '091809.574000', '091809.577000', '091809.579000', '091809.582000', '091809.585000', '091809.587000', '091809.590000', '091809.593000', '091809.596000', '091809.599000', '091809.601000', '091809.605000', '091809.607000', '091809.610000', '091809.613000', '091809.615000', '091809.618000', '091809.620000', '091809.623000', '091809.626000', '091809.628000', '091809.631000', '091809.634000', '091809.636000', '091809.639000', '091829.526000', '091829.528000', '091829.531000', '091829.534000', '091829.537000', '091829.540000', '091829.542000', '091829.545000', '091829.548000', '091829.550000', '091829.553000', '091829.555000', '091829.558000', '091829.561000', '091829.563000', '091829.566000', '091829.568000', '091829.571000', '091829.574000', '091829.576000', '091829.579000', '091829.581000', '091829.584000', '091829.587000', '091829.589000', '091829.592000', '091829.595000', '091829.597000', '091829.600000', '091829.603000', '091829.605000', '091829.608000', '091829.611000', '091829.613000', '091829.616000', '091829.618000', '091829.621000', '091829.624000', '091829.626000', '091829.629000', '091829.632000', '091829.634000', '091829.637000', '091829.640000', '091849.526000', '091849.529000', '091849.531000', '091849.534000', '091849.536000', '091849.539000', '091849.542000', '091849.544000', '091849.547000', '091849.549000', '091849.552000', '091849.555000', '091849.557000', '091849.560000', '091849.563000', '091849.565000', '091849.568000', '091849.571000', '091849.573000', '091849.576000', '091849.578000', '091849.581000', '091849.584000', '091849.586000', '091849.625000', '091849.628000', '091849.630000', '091849.633000', '091849.636000', '091849.638000', '091849.641000', '091849.644000', '091849.647000', '091849.650000', '091849.652000', '091849.655000', '091849.658000', '091849.661000', '091849.663000', '091849.666000', '091849.669000', '091849.671000', '091849.674000', '091909.525000', '091909.527000', '091909.530000', '091909.533000', '091909.535000', '091909.538000', '091909.541000', '091909.543000', '091909.546000', '091909.549000', '091909.551000', '091909.554000', '091909.557000', '091909.559000', '091909.562000', '091909.565000', '091909.567000', '091909.570000', '091909.572000', '091909.575000', '091909.578000', '091909.580000', '091909.583000', '091909.585000', '091909.588000', '091909.591000', '091909.594000', '091909.596000', '091909.599000', '091909.601000', '091909.604000', '091909.607000', '091909.609000', '091909.612000', '091909.614000', '091909.617000', '091909.620000', '091909.622000', '091909.625000', '091909.628000', '091909.630000', '091909.633000', '091909.636000', '091909.638000', '091929.526000', '091929.528000', '091929.531000', '091929.534000', '091929.537000', '091929.539000', '091929.542000', '091929.544000', '091929.547000', '091929.550000', '091929.552000', '091929.555000', '091929.558000', '091929.560000', '091929.563000', '091929.566000', '091929.568000', '091929.571000', '091929.573000', '091929.576000', '091929.579000', '091929.581000', '091929.584000', '091929.587000', '091929.590000', '091929.592000', '091929.595000', '091929.597000', '091929.600000', '091929.603000', '091929.605000', '091929.608000', '091929.610000', '091929.613000', '091929.616000', '091929.618000', '091929.621000', '091929.624000', '091929.626000', '091929.629000', '091929.632000', '091929.634000', '091929.637000', '091949.526000', '091949.529000', '091949.531000', '091949.534000', '091949.537000', '091949.539000', '091949.542000', '091949.545000', '091949.547000', '091949.550000', '091949.552000', '091949.555000', '091949.558000', '091949.560000', '091949.563000', '091949.565000', '091949.568000', '091949.571000', '091949.573000', '091949.576000', '091949.578000', '091949.581000', '091949.584000', '091949.587000', '091949.589000', '091949.592000', '091949.595000', '091949.597000', '091949.600000', '091949.602000', '091949.605000', '091949.608000', '091949.610000', '091949.613000', '091949.616000', '091949.618000', '091949.621000', '091949.624000', '091949.626000', '091949.629000', '091949.631000', '091949.634000', '091949.637000', '091949.639000', '092009.525000', '092009.528000', '092009.531000', '092009.534000', '092009.536000', '092009.539000', '092009.542000', '092009.544000', '092009.547000', '092009.550000', '092009.552000', '092009.555000', '092009.558000', '092009.560000', '092009.563000', '092009.566000', '092009.568000', '092009.571000', '092009.573000', '092009.576000', '092009.579000', '092009.593000', '092009.595000', '092009.598000', '092009.601000', '092009.603000', '092009.606000', '092009.609000', '092009.611000', '092009.614000', '092009.617000', '092009.619000', '092009.622000', '092009.625000', '092009.627000', '092009.630000', '092009.632000', '092009.635000', '092009.638000', '092009.640000', '092009.643000', '092009.646000', '092009.648000', '092021.648000', '092021.651000', '092021.654000', '092021.656000', '092021.659000', '092021.662000', '092021.665000', '092021.667000', '092021.670000', '092021.672000', '092021.675000', '092021.678000', '092021.680000', '092021.683000', '092021.686000', '092021.688000', '092021.691000', '092021.693000', '092021.696000', '092021.699000', '092021.701000', '092021.704000', '092021.707000', '092021.709000', '092021.712000', '092021.714000', '092021.717000'], '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': [7634, 10657, 10839, 7322, 10979, 9948, 7159, 14136, 7741, 11604, 9796, 7419, 12331, 7007, 6813, 9622, 7005, 6826, 8946, 6943, 13286, 7124, 12833, 6972, 8465, 7312, 6934, 11842, 6777, 6694, 7149, 6969, 10879, 7246, 10676, 7944, 7046, 9692, 7108, 12865, 7244, 12334, 7343, 12479, 7690, 10734, 7825, 6724, 9222, 6928, 7516, 10668, 6902, 10677, 7380, 12204, 7387, 11011, 9523, 7073, 7458, 7140, 11529, 7391, 11084, 7524, 10220, 8300, 9353, 9663, 6913, 8493, 6953, 9401, 7885, 6878, 8976, 7243, 10689, 7470, 6856, 7282, 6727, 10641, 7607, 10866, 8325, 7558, 7091, 7022, 7278, 6933, 6698, 6675, 6923, 6719, 8095, 10820, 8234, 13355, 8941, 13978, 9157, 14039, 11345, 11976, 10351, 7659, 11984, 7445, 7192, 7227, 7654, 8313, 7512, 8853, 10849, 10643, 10926, 9321, 11601, 7671, 11649, 7876, 7816, 7740, 7453, 9758, 7894, 10129, 7554, 8464, 7057, 7869, 7581, 7330, 7326, 9578, 7228, 9575, 7740, 8914, 7697, 12451, 7821, 9711, 8479, 7271, 7600, 7440, 8201, 7575, 10586, 7719, 10073, 7442, 9929, 8177, 12388, 9218, 11168, 10343, 7186, 8964, 7110, 11404, 7388, 10235, 8524, 7169, 10018, 7202, 9798, 6948, 10284, 7135, 10904, 7603, 12386, 7258, 7112, 7444, 7016, 8946, 7739, 9661, 8756, 6938, 8390, 7473, 12260, 8360, 7726, 9573, 7005, 9694, 8899, 7449, 11744, 7982, 12368, 9001, 7878, 6762, 7479, 7273, 7135, 7742, 13760, 8859, 11450, 9031, 7639, 12709, 7289, 7483, 9721, 7114, 9117, 10385, 7737, 11814, 7643, 8848, 10980, 8084, 13309, 8774, 7665, 11598, 7463, 7618, 8701, 8112, 11401, 8320, 9483, 9471, 7862, 9717, 8024, 7584, 7929, 7649, 7441, 7282, 9763, 7368, 9726, 8155, 10421, 7882, 10797, 8475, 8919, 8202, 7888, 10146, 7359, 8149, 9023, 7488, 8905, 7822, 10928, 7674, 11602, 7799, 12113, 7792, 11603, 7256, 7896, 8183, 7359, 8939, 7209, 11823, 7799, 11006, 7556, 11329, 7638, 10700, 7784, 10883, 8738, 10849, 7413, 12083, 7330, 11404, 7705, 9981, 8852, 7540, 7834, 7158, 10286, 7672, 11306, 7822, 9550, 8923, 7140, 9777, 7527, 9994, 8499, 7578, 11401, 7789, 10472, 7877, 11895, 8002, 10626, 10051, 8516, 12832, 8812, 11912, 7693, 13062, 7795, 8399, 7713, 7326, 9025, 7426, 11127, 7371, 10663, 8846, 6914, 9386, 7418, 10001, 7242, 11621, 7680, 9758, 8158, 7705, 7198, 7377, 8346, 7766, 12320, 8345, 11399, 8477, 11508, 10666, 9744, 9362, 7668, 11324, 8340, 11788, 10153, 9950, 10426, 7738, 7919, 7385, 7231, 7409, 8060, 8259, 10168, 10871, 10237, 11371, 9786, 9903, 8823, 7330, 9139, 7641, 11459, 7715, 12215, 8291, 11512, 9269, 7816, 7496, 7916, 7644, 8055, 9847, 7731, 11943, 7560, 12714, 7666, 11559, 7596, 11119, 10269, 7433, 7783, 7199, 7194, 8373, 7223, 11553, 8440, 10757, 7783, 11154, 7825, 8814, 7684, 9067, 8471, 9684, 11691, 8753, 11636, 8711, 11110, 7723, 10972, 7686, 12027, 7226, 7118, 7241, 7532, 8251, 7894, 12106, 7686, 7024, 7756, 7691, 9188, 7106, 10576, 8574, 7503, 9096, 8359, 9065, 9588, 7834, 7537, 7551, 8777, 7532, 10258, 7995, 10400, 7842, 10825, 7912, 11131, 7499, 6997, 7091, 7177, 9975, 7425, 10759, 7611, 10755, 9484, 8892, 9183, 7584, 8221, 7578, 10582, 7908, 11912, 10338, 7610, 8056, 7708, 11833, 7960, 11710, 10590, 9963, 11058, 7644, 8987, 7753, 10814, 7234, 7744, 7762, 7509, 11146, 7818, 8165, 8256, 7286, 11458, 7983, 10562, 10152, 7740, 11421, 7895, 7638, 8471, 7669, 11830, 7830, 8716, 8089, 7591, 10134, 7556, 10874, 7737, 7973, 7330, 7590, 9060, 7494, 8545, 8094, 7687, 9649, 7813, 7451, 10170, 7829, 12860, 9553, 9897, 9379, 8762, 11940, 8651, 7044, 9570, 7843, 13335, 9955, 10022, 12178, 7771, 11789, 7256, 6931, 8014, 7358, 11029, 7564, 12511, 8179, 11493, 9456, 10218, 8568, 6719, 10122, 7037, 10634, 7468, 9234, 7713, 10305, 7292, 6879, 7167, 7554, 12105, 8729, 10329, 9714, 7288, 9751, 7821, 12644, 9238, 9737, 9174, 7649, 11992, 7925, 10811, 9509, 7092, 10304, 7011, 6805, 9151, 7182, 11706, 7719, 12535, 8452, 6809, 9720, 7582, 13422, 10347, 7887, 10736, 7717, 13372, 9109, 12038, 10224, 7109, 10233, 7449, 14106, 7676, 13248, 7604, 9972, 9192, 7148, 10520, 7930, 12759, 9969, 7202, 10240, 7482, 10143, 8980, 7756, 12463, 7534, 7267, 9040, 7481, 11539, 9599, 7740, 9829, 8019, 11724, 8953, 7407, 10915, 7640, 7085, 8772, 7800, 13515, 8669, 10065, 8460, 7217, 12236, 7157, 13033, 8761, 9255, 8905, 7227, 11146, 7167, 11643, 7357, 12333, 7548, 7042, 8406, 7030, 10911, 7590, 9906, 8132, 6863, 8980, 7196, 11548, 8735, 12587, 7681, 10866, 9613, 7304, 9451, 6826, 6754, 10144, 7223, 10740, 8156, 10502, 7926, 12549, 7024, 12621, 6932, 12690, 8708, 12537, 8002, 7082, 10312, 9270, 10625, 8338, 12441, 9734, 10855, 7969, 9724, 7062, 11193, 7415, 11689, 9007, 7235, 8181, 7386, 7338, 7820, 6825, 10168, 7593, 7149, 12435, 9440, 8873, 10157, 7181, 12955, 8405, 10259, 9875, 7385, 8757, 7510, 12940, 6576, 6791, 8482, 6942, 9513, 7508, 12266, 8021, 9835, 8650, 7361, 10044, 7167, 12532, 7177, 12849, 8244, 10748, 8879, 7174, 8688, 7059, 12168, 6923, 10057, 9150, 6819, 8683, 6831, 11222, 6863, 12333, 7437, 13314, 7671, 10196, 8188, 6848, 8328, 7320, 10952, 7685, 10525, 10499, 10088, 9626, 7747, 8679, 6822, 11163, 7031, 6907, 8593, 6608, 11582, 8197, 9778, 7187, 8839, 6858, 8994, 6926, 7621, 6996, 9803, 7211, 12271, 8516, 10732, 10295, 10393, 9452, 11983, 7667, 7251, 8674, 7664, 12647, 9741, 10438, 9470, 10255, 7255, 7380, 7185, 6943, 13012, 7929, 12394, 9405, 10956, 8617, 10619, 10802, 8237, 10159, 7084, 12280, 6887, 9964, 8684, 6771, 8742, 7257, 12678, 7422, 10223, 8341, 6933, 8351, 6859, 10079, 7332, 10875, 6905, 12144, 7067, 8580, 9194, 6918, 10035, 7414, 11647, 7067, 6930, 8519, 6935, 7864, 10088, 6743, 11706, 7892, 8895, 7260, 9046, 8960, 7009, 12135, 7325, 6811, 11395, 8612, 11476, 8800, 11289, 8424, 11674, 7503, 13442, 7085, 12043, 7488, 9001, 7560, 6866, 7628, 7228, 8168, 7394, 7395, 9580, 7429, 11628, 8949, 11241, 8001, 11685, 10022, 12952, 10594, 7406, 9570, 7562, 11023, 7395, 11264, 8895, 8454, 9400, 7376, 9128, 7306, 11797, 7337, 6995, 7563, 7519, 10582, 7658, 9420, 9661, 7384, 10314, 7480, 12784, 8336, 10012, 8424, 7208, 12157, 6906, 10186, 9212, 7465, 8937, 6831, 7116, 8730, 7225, 7289, 9763, 7865, 9154, 7479, 12229, 7407, 8901, 7151, 6783, 6825, 7175, 7597, 10942, 7379, 7469, 13559, 8573, 9008, 9841, 7010, 13143, 9467, 11198, 8104, 11070, 7102, 13465, 7451, 9182, 8324, 6664, 10313, 7172, 9917, 7054, 10987, 7267, 7482, 7283, 7003, 8452, 7420, 10509, 7485, 12027, 7371, 12080, 7559, 7889, 7347, 7442, 8487, 7664, 6961, 10758, 7657, 12667, 8892, 8008, 8274, 7266, 11742, 9289, 7371, 12691, 9373, 11538, 8134, 9975, 7049, 11840, 7357, 13089, 7632, 7096, 8649, 7248, 11531, 9852, 7786, 11230, 7129, 13159, 7276, 11072, 8947, 7398, 9724, 7635, 13733, 7910, 12870, 7695, 12986, 7999, 10209, 7255, 7030, 9717, 6759, 7788, 7464, 7450, 11175, 8282, 7443, 11303, 8387, 11744, 7720, 13397, 7366, 12085, 9893, 7388, 10529, 7135, 13935, 6968, 13077, 8063, 7816, 8692, 6683, 9909, 6700, 11391, 6976, 12767, 7360, 9907, 7072, 7035, 10974, 7189, 8662, 10168, 7794, 11207, 7767, 10095, 6873, 9880, 6667, 12826, 6912, 7070, 7205, 7147, 12085, 8869, 7093, 7180, 6812, 12915, 6912, 13389, 7045, 13130, 6850, 12711, 6927, 12516, 7047, 8113, 8388, 6870, 8663, 7028, 10617, 7212, 11724, 7125, 9574, 8843, 8026, 8286, 8386, 8768, 7100, 10212, 7019, 11893, 7049, 8015, 6941, 6584, 8680, 6829, 12647, 7828, 11161, 6901, 10142, 6799, 12333, 7306, 7381, 8125, 6710, 11841, 7199, 13391, 8922, 8660, 9320, 6817, 13677, 10394], 'WindowCenter': [4001.0, 4007.0, 4003.0, 3960.0, 3988.0, 3978.0, 3946.0, 3995.0, 3956.0, 3987.0, 3963.0, 3932.0, 3971.0, 3930.0, 3932.0, 3962.0, 3932.0, 3930.0, 3952.0, 3932.0, 3983.0, 3930.0, 3971.0, 3931.0, 3942.0, 3931.0, 3931.0, 3971.0, 3931.0, 3932.0, 3943.0, 3945.0, 3986.0, 3945.0, 3975.0, 3955.0, 3945.0, 3965.0, 3945.0, 3984.0, 3932.0, 3972.0, 3943.0, 3973.0, 3943.0, 3961.0, 3941.0, 3932.0, 3962.0, 3932.0, 3942.0, 3973.0, 3932.0, 3973.0, 3958.0, 3987.0, 3943.0, 3960.0, 3952.0, 3919.0, 3928.0, 3918.0, 3958.0, 3929.0, 3958.0, 3928.0, 3947.0, 3938.0, 3939.0, 3949.0, 3918.0, 3940.0, 3929.0, 3949.0, 3954.0, 3932.0, 3963.0, 3943.0, 3962.0, 3942.0, 3944.0, 3943.0, 3933.0, 3973.0, 3944.0, 3973.0, 3954.0, 3954.0, 3945.0, 3934.0, 3944.0, 3933.0, 3933.0, 3933.0, 3945.0, 3947.0, 3956.0, 3988.0, 3967.0, 4010.0, 3966.0, 4008.0, 3967.0, 3994.0, 3963.0, 3962.0, 3949.0, 3927.0, 3957.0, 3918.0, 3918.0, 3926.0, 3928.0, 3925.0, 3916.0, 3936.0, 3947.0, 3948.0, 3973.0, 3948.0, 3956.0, 3937.0, 3968.0, 3949.0, 3939.0, 3940.0, 3941.0, 3974.0, 3951.0, 3974.0, 3954.0, 3953.0, 3931.0, 3954.0, 3954.0, 3943.0, 3942.0, 3964.0, 3940.0, 3962.0, 3953.0, 3963.0, 3952.0, 3994.0, 3954.0, 3974.0, 3964.0, 3942.0, 3941.0, 3929.0, 3939.0, 3940.0, 3960.0, 3939.0, 3949.0, 3929.0, 3948.0, 3937.0, 3966.0, 3950.0, 3957.0, 3958.0, 3928.0, 3947.0, 3930.0, 3969.0, 3929.0, 3960.0, 3951.0, 3930.0, 3960.0, 3929.0, 3961.0, 3931.0, 3973.0, 3931.0, 3972.0, 3953.0, 3984.0, 3941.0, 3942.0, 3943.0, 3942.0, 3963.0, 3955.0, 3974.0, 3967.0, 3957.0, 3967.0, 3956.0, 4011.0, 3969.0, 3956.0, 3988.0, 3969.0, 3988.0, 3989.0, 3968.0, 3999.0, 3966.0, 3996.0, 3964.0, 3966.0, 3944.0, 3944.0, 3943.0, 3942.0, 3940.0, 3981.0, 3963.0, 3972.0, 3950.0, 3940.0, 3981.0, 3939.0, 3942.0, 3962.0, 3945.0, 3961.0, 3960.0, 3951.0, 3980.0, 3938.0, 3949.0, 3970.0, 3952.0, 3995.0, 3961.0, 3940.0, 3969.0, 3928.0, 3926.0, 3936.0, 3939.0, 3959.0, 3939.0, 3960.0, 3950.0, 3939.0, 3948.0, 3939.0, 3938.0, 3938.0, 3927.0, 3928.0, 3929.0, 3961.0, 3943.0, 3972.0, 3954.0, 3974.0, 3967.0, 3985.0, 3951.0, 3962.0, 3950.0, 3941.0, 3961.0, 3942.0, 3951.0, 3962.0, 3942.0, 3951.0, 3939.0, 3970.0, 3940.0, 3970.0, 3940.0, 3970.0, 3940.0, 3969.0, 3944.0, 3952.0, 3950.0, 3939.0, 3962.0, 3943.0, 3981.0, 3954.0, 3972.0, 3954.0, 3971.0, 3941.0, 3973.0, 3954.0, 3974.0, 3964.0, 3972.0, 3943.0, 3983.0, 3944.0, 3998.0, 3956.0, 3973.0, 3965.0, 3954.0, 3955.0, 3956.0, 3986.0, 3967.0, 3986.0, 3958.0, 3976.0, 3979.0, 3958.0, 3990.0, 3979.0, 3987.0, 3979.0, 3967.0, 3997.0, 3957.0, 3987.0, 3957.0, 3997.0, 3967.0, 3985.0, 3988.0, 3976.0, 3995.0, 3964.0, 3983.0, 3953.0, 3994.0, 3952.0, 3963.0, 3967.0, 3954.0, 3962.0, 3940.0, 3973.0, 3941.0, 3973.0, 3963.0, 3931.0, 3960.0, 3942.0, 3961.0, 3930.0, 3984.0, 3967.0, 3975.0, 3954.0, 3941.0, 3941.0, 3943.0, 3953.0, 3954.0, 3983.0, 3953.0, 3973.0, 3965.0, 3984.0, 3974.0, 3964.0, 3964.0, 3954.0, 3984.0, 3953.0, 3982.0, 3974.0, 3975.0, 3974.0, 3944.0, 3953.0, 3943.0, 3930.0, 3942.0, 3955.0, 3954.0, 3973.0, 3973.0, 3974.0, 3972.0, 3962.0, 3948.0, 3950.0, 3929.0, 3949.0, 3928.0, 3958.0, 3927.0, 3968.0, 3937.0, 3958.0, 3962.0, 3939.0, 3927.0, 3938.0, 3925.0, 3926.0, 3945.0, 3914.0, 3943.0, 3925.0, 3953.0, 3912.0, 3943.0, 3926.0, 3944.0, 3945.0, 3914.0, 3914.0, 3929.0, 3929.0, 3939.0, 3929.0, 3971.0, 3940.0, 3970.0, 3941.0, 3972.0, 3943.0, 3950.0, 3940.0, 3937.0, 3939.0, 3961.0, 3971.0, 3951.0, 3986.0, 3952.0, 3972.0, 3940.0, 3970.0, 3941.0, 3994.0, 3941.0, 3941.0, 3940.0, 3955.0, 3952.0, 3953.0, 3981.0, 3942.0, 3942.0, 3943.0, 3952.0, 3960.0, 3941.0, 3960.0, 3951.0, 3941.0, 3962.0, 3967.0, 3977.0, 3976.0, 3943.0, 3943.0, 3953.0, 3953.0, 3942.0, 3972.0, 3939.0, 3972.0, 3942.0, 3974.0, 3955.0, 3972.0, 3941.0, 3932.0, 3942.0, 3956.0, 3988.0, 3955.0, 3984.0, 3956.0, 3986.0, 3978.0, 3978.0, 3978.0, 3968.0, 3968.0, 3957.0, 3975.0, 3954.0, 3985.0, 3976.0, 3955.0, 3967.0, 3970.0, 3997.0, 3956.0, 3985.0, 3975.0, 3974.0, 3974.0, 3943.0, 3963.0, 3954.0, 3973.0, 3942.0, 3942.0, 3942.0, 3943.0, 3984.0, 3954.0, 3964.0, 3965.0, 3954.0, 3985.0, 3966.0, 3985.0, 3975.0, 3956.0, 3996.0, 3966.0, 3968.0, 3968.0, 3956.0, 3997.0, 3955.0, 3964.0, 3954.0, 3953.0, 3986.0, 3967.0, 3985.0, 3956.0, 3954.0, 3956.0, 3967.0, 3978.0, 3970.0, 3979.0, 3970.0, 3970.0, 3989.0, 3969.0, 3959.0, 3990.0, 3971.0, 4011.0, 3989.0, 3978.0, 3977.0, 3966.0, 3987.0, 3966.0, 3946.0, 3976.0, 3956.0, 3997.0, 3977.0, 3976.0, 3987.0, 3955.0, 3985.0, 3944.0, 3944.0, 3953.0, 3943.0, 3973.0, 3943.0, 3982.0, 3953.0, 3972.0, 3961.0, 3960.0, 3951.0, 3919.0, 3960.0, 3930.0, 3961.0, 3942.0, 3962.0, 3941.0, 3973.0, 3943.0, 3932.0, 3942.0, 3953.0, 3997.0, 3978.0, 3986.0, 3978.0, 3970.0, 3986.0, 3957.0, 3997.0, 3978.0, 3988.0, 3990.0, 3971.0, 3998.0, 3968.0, 3987.0, 3977.0, 3958.0, 3988.0, 3946.0, 3945.0, 3977.0, 3946.0, 3985.0, 3955.0, 3997.0, 3968.0, 3945.0, 3977.0, 3957.0, 3995.0, 3975.0, 3954.0, 3974.0, 3943.0, 3983.0, 3953.0, 3972.0, 3961.0, 3930.0, 3960.0, 3928.0, 3978.0, 3929.0, 3969.0, 3943.0, 3960.0, 3949.0, 3928.0, 3960.0, 3941.0, 3982.0, 3962.0, 3942.0, 3972.0, 3944.0, 3974.0, 3963.0, 3943.0, 3984.0, 3954.0, 3944.0, 3964.0, 3945.0, 3984.0, 3961.0, 3943.0, 3963.0, 3943.0, 3983.0, 3963.0, 3943.0, 3974.0, 3954.0, 3943.0, 3952.0, 3943.0, 3982.0, 3953.0, 3963.0, 3952.0, 3942.0, 3982.0, 3942.0, 3982.0, 3951.0, 3949.0, 3951.0, 3940.0, 3970.0, 3930.0, 3971.0, 3930.0, 3982.0, 3942.0, 3943.0, 3952.0, 3944.0, 3998.0, 3966.0, 3988.0, 3967.0, 3947.0, 3978.0, 3959.0, 4012.0, 3993.0, 3999.0, 3958.0, 3976.0, 3977.0, 3946.0, 3977.0, 3947.0, 3948.0, 3988.0, 3946.0, 3987.0, 3955.0, 3988.0, 3957.0, 3997.0, 3947.0, 3997.0, 3945.0, 3984.0, 3953.0, 3984.0, 3943.0, 3920.0, 3960.0, 3939.0, 3962.0, 3938.0, 3984.0, 3951.0, 3961.0, 3939.0, 3946.0, 3916.0, 3946.0, 3917.0, 3957.0, 3939.0, 3930.0, 3940.0, 3943.0, 3929.0, 3929.0, 3932.0, 3960.0, 3942.0, 3945.0, 3999.0, 3978.0, 3966.0, 3975.0, 3933.0, 3984.0, 3953.0, 3963.0, 3977.0, 3932.0, 3941.0, 3930.0, 3972.0, 3919.0, 3921.0, 3953.0, 3945.0, 3961.0, 3942.0, 3982.0, 3941.0, 3962.0, 3954.0, 3945.0, 3975.0, 3957.0, 3998.0, 3945.0, 3985.0, 3954.0, 3974.0, 3963.0, 3933.0, 3966.0, 3946.0, 3986.0, 3944.0, 3963.0, 3964.0, 3932.0, 3965.0, 3934.0, 3972.0, 3933.0, 3983.0, 3932.0, 3983.0, 3943.0, 3974.0, 3953.0, 3934.0, 3953.0, 3931.0, 3961.0, 3941.0, 3960.0, 3964.0, 3961.0, 3964.0, 3956.0, 3953.0, 3933.0, 3974.0, 3944.0, 3944.0, 3964.0, 3934.0, 3985.0, 3954.0, 3965.0, 3933.0, 3952.0, 3933.0, 3964.0, 3931.0, 3941.0, 3930.0, 3961.0, 3943.0, 3983.0, 3954.0, 3974.0, 3976.0, 3977.0, 3965.0, 3984.0, 3942.0, 3943.0, 3954.0, 3943.0, 3981.0, 3962.0, 3971.0, 3962.0, 3961.0, 3930.0, 3928.0, 3917.0, 3918.0, 3969.0, 3940.0, 3970.0, 3951.0, 3960.0, 3940.0, 3959.0, 3959.0, 3939.0, 3958.0, 3929.0, 3970.0, 3928.0, 3948.0, 3939.0, 3919.0, 3938.0, 3930.0, 3982.0, 3942.0, 3962.0, 3953.0, 3945.0, 3953.0, 3931.0, 3961.0, 3931.0, 3973.0, 3932.0, 3985.0, 3944.0, 3965.0, 3964.0, 3932.0, 3975.0, 3944.0, 3974.0, 3933.0, 3945.0, 3967.0, 3958.0, 3966.0, 3976.0, 3946.0, 3999.0, 3968.0, 3966.0, 3945.0, 3966.0, 3966.0, 3946.0, 3997.0, 3956.0, 3945.0, 3984.0, 3953.0, 3973.0, 3951.0, 3961.0, 3942.0, 3971.0, 3931.0, 3970.0, 3929.0, 3968.0, 3916.0, 3937.0, 3927.0, 3917.0, 3915.0, 3915.0, 3924.0, 3916.0, 3916.0, 3948.0, 3916.0, 3959.0, 3951.0, 3986.0, 3942.0, 3973.0, 3973.0, 3992.0, 3983.0, 3954.0, 3971.0, 3953.0, 3984.0, 3942.0, 3984.0, 3962.0, 3950.0, 3962.0, 3943.0, 3964.0, 3945.0, 3995.0, 3944.0, 3930.0, 3941.0, 3942.0, 3973.0, 3955.0, 3975.0, 3977.0, 3959.0, 3987.0, 3946.0, 3994.0, 3955.0, 3975.0, 3965.0, 3956.0, 3997.0, 3945.0, 3974.0, 3977.0, 3959.0, 3979.0, 3947.0, 3946.0, 3968.0, 3958.0, 3956.0, 3975.0, 3944.0, 3964.0, 3956.0, 3985.0, 3957.0, 3978.0, 3945.0, 3945.0, 3944.0, 3944.0, 3954.0, 3973.0, 3941.0, 3940.0, 3984.0, 3954.0, 3964.0, 3964.0, 3943.0, 3985.0, 3951.0, 3960.0, 3928.0, 3961.0, 3930.0, 3981.0, 3929.0, 3950.0, 3949.0, 3930.0, 3960.0, 3931.0, 3960.0, 3944.0, 3973.0, 3942.0, 3941.0, 3930.0, 3931.0, 3952.0, 3943.0, 3973.0, 3941.0, 3984.0, 3943.0, 3983.0, 3955.0, 3968.0, 3956.0, 3956.0, 3966.0, 3968.0, 3957.0, 3999.0, 3955.0, 3996.0, 3966.0, 3968.0, 3969.0, 3958.0, 3999.0, 3978.0, 3944.0, 3985.0, 3965.0, 3987.0, 3942.0, 3962.0, 3935.0, 3970.0, 3931.0, 3980.0, 3941.0, 3930.0, 3950.0, 3941.0, 3983.0, 3973.0, 3941.0, 3972.0, 3931.0, 3982.0, 3942.0, 3973.0, 3951.0, 3929.0, 3949.0, 3940.0, 3980.0, 3953.0, 3970.0, 3926.0, 3957.0, 3927.0, 3958.0, 3927.0, 3930.0, 3974.0, 3931.0, 3939.0, 3929.0, 3930.0, 3973.0, 3965.0, 3943.0, 3986.0, 3953.0, 3984.0, 3941.0, 3970.0, 3928.0, 3959.0, 3947.0, 3930.0, 3957.0, 3917.0, 3967.0, 3916.0, 3955.0, 3925.0, 3914.0, 3925.0, 3904.0, 3946.0, 3916.0, 3959.0, 3930.0, 3981.0, 3940.0, 3961.0, 3918.0, 3931.0, 3971.0, 3930.0, 3940.0, 3960.0, 3928.0, 3959.0, 3927.0, 3948.0, 3917.0, 3960.0, 3919.0, 3968.0, 3927.0, 3930.0, 3927.0, 3929.0, 3971.0, 3950.0, 3931.0, 3931.0, 3931.0, 3982.0, 3931.0, 3980.0, 3918.0, 3968.0, 3906.0, 3956.0, 3915.0, 3956.0, 3916.0, 3938.0, 3939.0, 3930.0, 3951.0, 3930.0, 3961.0, 3942.0, 3970.0, 3931.0, 3961.0, 3952.0, 3941.0, 3940.0, 3938.0, 3939.0, 3918.0, 3961.0, 3945.0, 3985.0, 3932.0, 3941.0, 3931.0, 3932.0, 3952.0, 3932.0, 3984.0, 3954.0, 3988.0, 3934.0, 3963.0, 3932.0, 3983.0, 3943.0, 3942.0, 3954.0, 3933.0, 3985.0, 3932.0, 3994.0, 3955.0, 3953.0, 3952.0, 3935.0, 3997.0, 3974.0], 'WindowWidth': [8947.0, 8944.0, 8928.0, 8867.0, 8901.0, 8885.0, 8840.0, 8903.0, 8853.0, 8893.0, 8856.0, 8811.0, 8862.0, 8809.0, 8813.0, 8853.0, 8813.0, 8808.0, 8837.0, 8812.0, 8879.0, 8806.0, 8861.0, 8808.0, 8825.0, 8809.0, 8807.0, 8861.0, 8809.0, 8812.0, 8831.0, 8836.0, 8893.0, 8835.0, 8874.0, 8847.0, 8835.0, 8861.0, 8834.0, 8883.0, 8813.0, 8865.0, 8828.0, 8868.0, 8828.0, 8849.0, 8824.0, 8814.0, 8852.0, 8815.0, 8825.0, 8868.0, 8812.0, 8870.0, 8860.0, 8895.0, 8828.0, 8846.0, 8836.0, 8790.0, 8799.0, 8787.0, 8839.0, 8803.0, 8837.0, 8799.0, 8823.0, 8814.0, 8814.0, 8828.0, 8785.0, 8818.0, 8804.0, 8829.0, 8845.0, 8812.0, 8856.0, 8832.0, 8852.0, 8827.0, 8836.0, 8830.0, 8817.0, 8867.0, 8832.0, 8870.0, 8848.0, 8847.0, 8833.0, 8817.0, 8832.0, 8812.0, 8814.0, 8816.0, 8833.0, 8840.0, 8852.0, 8898.0, 8870.0, 8931.0, 8867.0, 8926.0, 8869.0, 8902.0, 8854.0, 8849.0, 8828.0, 8798.0, 8836.0, 8785.0, 8788.0, 8797.0, 8800.0, 8790.0, 8781.0, 8805.0, 8825.0, 8824.0, 8869.0, 8830.0, 8839.0, 8816.0, 8858.0, 8834.0, 8822.0, 8825.0, 8827.0, 8879.0, 8841.0, 8875.0, 8849.0, 8844.0, 8812.0, 8848.0, 8850.0, 8832.0, 8826.0, 8858.0, 8823.0, 8853.0, 8844.0, 8857.0, 8842.0, 8900.0, 8847.0, 8877.0, 8861.0, 8828.0, 8824.0, 8805.0, 8818.0, 8821.0, 8847.0, 8818.0, 8830.0, 8803.0, 8824.0, 8811.0, 8850.0, 8833.0, 8838.0, 8841.0, 8802.0, 8826.0, 8806.0, 8857.0, 8806.0, 8845.0, 8837.0, 8808.0, 8846.0, 8805.0, 8849.0, 8809.0, 8869.0, 8812.0, 8864.0, 8846.0, 8886.0, 8826.0, 8829.0, 8832.0, 8830.0, 8856.0, 8850.0, 8873.0, 8868.0, 8857.0, 8869.0, 8852.0, 8934.0, 8876.0, 8853.0, 8903.0, 8879.0, 8903.0, 8905.0, 8877.0, 8916.0, 8867.0, 8910.0, 8864.0, 8869.0, 8836.0, 8835.0, 8831.0, 8829.0, 8824.0, 8877.0, 8856.0, 8865.0, 8833.0, 8822.0, 8878.0, 8820.0, 8829.0, 8853.0, 8839.0, 8852.0, 8848.0, 8840.0, 8877.0, 8819.0, 8833.0, 8863.0, 8844.0, 8904.0, 8856.0, 8823.0, 8859.0, 8801.0, 8798.0, 8808.0, 8816.0, 8843.0, 8818.0, 8847.0, 8833.0, 8817.0, 8829.0, 8819.0, 8814.0, 8816.0, 8798.0, 8803.0, 8806.0, 8852.0, 8830.0, 8870.0, 8847.0, 8874.0, 8870.0, 8892.0, 8839.0, 8857.0, 8835.0, 8823.0, 8850.0, 8828.0, 8841.0, 8857.0, 8829.0, 8837.0, 8819.0, 8860.0, 8820.0, 8860.0, 8820.0, 8860.0, 8821.0, 8859.0, 8834.0, 8841.0, 8837.0, 8822.0, 8853.0, 8830.0, 8881.0, 8846.0, 8868.0, 8847.0, 8864.0, 8826.0, 8869.0, 8850.0, 8873.0, 8859.0, 8868.0, 8832.0, 8883.0, 8835.0, 8914.0, 8854.0, 8871.0, 8865.0, 8848.0, 8851.0, 8855.0, 8893.0, 8870.0, 8891.0, 8857.0, 8882.0, 8892.0, 8860.0, 8907.0, 8894.0, 8900.0, 8890.0, 8871.0, 8912.0, 8857.0, 8897.0, 8855.0, 8908.0, 8870.0, 8890.0, 8901.0, 8883.0, 8908.0, 8863.0, 8886.0, 8846.0, 8902.0, 8843.0, 8859.0, 8873.0, 8851.0, 8855.0, 8824.0, 8870.0, 8827.0, 8868.0, 8855.0, 8811.0, 8850.0, 8827.0, 8851.0, 8808.0, 8886.0, 8873.0, 8876.0, 8846.0, 8826.0, 8827.0, 8831.0, 8845.0, 8848.0, 8884.0, 8846.0, 8869.0, 8865.0, 8886.0, 8873.0, 8859.0, 8861.0, 8849.0, 8886.0, 8844.0, 8880.0, 8874.0, 8876.0, 8874.0, 8834.0, 8844.0, 8829.0, 8809.0, 8830.0, 8852.0, 8848.0, 8872.0, 8868.0, 8872.0, 8867.0, 8851.0, 8829.0, 8832.0, 8803.0, 8828.0, 8799.0, 8839.0, 8798.0, 8852.0, 8811.0, 8839.0, 8856.0, 8820.0, 8800.0, 8815.0, 8792.0, 8794.0, 8816.0, 8776.0, 8810.0, 8792.0, 8822.0, 8769.0, 8810.0, 8795.0, 8814.0, 8816.0, 8775.0, 8775.0, 8804.0, 8803.0, 8819.0, 8803.0, 8863.0, 8820.0, 8859.0, 8824.0, 8866.0, 8832.0, 8834.0, 8820.0, 8812.0, 8816.0, 8848.0, 8863.0, 8836.0, 8892.0, 8842.0, 8868.0, 8824.0, 8864.0, 8826.0, 8904.0, 8828.0, 8828.0, 8824.0, 8855.0, 8842.0, 8844.0, 8879.0, 8828.0, 8830.0, 8833.0, 8842.0, 8849.0, 8826.0, 8847.0, 8837.0, 8825.0, 8853.0, 8872.0, 8885.0, 8881.0, 8832.0, 8830.0, 8845.0, 8843.0, 8829.0, 8867.0, 8820.0, 8867.0, 8826.0, 8873.0, 8849.0, 8866.0, 8823.0, 8813.0, 8828.0, 8855.0, 8899.0, 8854.0, 8887.0, 8852.0, 8893.0, 8885.0, 8886.0, 8887.0, 8875.0, 8873.0, 8858.0, 8876.0, 8847.0, 8891.0, 8881.0, 8852.0, 8872.0, 8883.0, 8910.0, 8854.0, 8891.0, 8878.0, 8874.0, 8873.0, 8831.0, 8859.0, 8847.0, 8871.0, 8830.0, 8828.0, 8828.0, 8831.0, 8888.0, 8849.0, 8861.0, 8863.0, 8849.0, 8890.0, 8868.0, 8891.0, 8878.0, 8856.0, 8909.0, 8868.0, 8878.0, 8875.0, 8857.0, 8909.0, 8853.0, 8862.0, 8850.0, 8846.0, 8895.0, 8874.0, 8892.0, 8856.0, 8851.0, 8855.0, 8871.0, 8887.0, 8881.0, 8891.0, 8878.0, 8881.0, 8903.0, 8876.0, 8863.0, 8906.0, 8882.0, 8937.0, 8902.0, 8887.0, 8883.0, 8866.0, 8894.0, 8867.0, 8839.0, 8879.0, 8853.0, 8909.0, 8883.0, 8879.0, 8895.0, 8850.0, 8888.0, 8833.0, 8832.0, 8843.0, 8831.0, 8867.0, 8829.0, 8880.0, 8843.0, 8867.0, 8853.0, 8848.0, 8837.0, 8791.0, 8847.0, 8806.0, 8849.0, 8828.0, 8853.0, 8825.0, 8872.0, 8833.0, 8815.0, 8830.0, 8847.0, 8910.0, 8887.0, 8895.0, 8887.0, 8882.0, 8896.0, 8857.0, 8910.0, 8887.0, 8901.0, 8906.0, 8882.0, 8912.0, 8873.0, 8896.0, 8884.0, 8859.0, 8897.0, 8840.0, 8837.0, 8881.0, 8839.0, 8889.0, 8851.0, 8907.0, 8870.0, 8839.0, 8882.0, 8857.0, 8901.0, 8875.0, 8845.0, 8871.0, 8829.0, 8881.0, 8841.0, 8865.0, 8849.0, 8805.0, 8843.0, 8801.0, 8867.0, 8803.0, 8856.0, 8831.0, 8846.0, 8830.0, 8802.0, 8845.0, 8825.0, 8880.0, 8853.0, 8826.0, 8868.0, 8833.0, 8870.0, 8856.0, 8830.0, 8884.0, 8847.0, 8833.0, 8861.0, 8836.0, 8885.0, 8852.0, 8831.0, 8856.0, 8828.0, 8882.0, 8856.0, 8831.0, 8872.0, 8846.0, 8831.0, 8840.0, 8829.0, 8879.0, 8842.0, 8854.0, 8839.0, 8827.0, 8879.0, 8828.0, 8880.0, 8836.0, 8832.0, 8835.0, 8821.0, 8860.0, 8808.0, 8861.0, 8808.0, 8877.0, 8828.0, 8832.0, 8842.0, 8836.0, 8915.0, 8870.0, 8899.0, 8871.0, 8844.0, 8885.0, 8863.0, 8939.0, 8916.0, 8914.0, 8859.0, 8878.0, 8880.0, 8839.0, 8881.0, 8843.0, 8847.0, 8899.0, 8838.0, 8894.0, 8849.0, 8896.0, 8853.0, 8907.0, 8841.0, 8907.0, 8837.0, 8884.0, 8842.0, 8883.0, 8827.0, 8791.0, 8844.0, 8813.0, 8850.0, 8813.0, 8886.0, 8836.0, 8848.0, 8816.0, 8820.0, 8780.0, 8817.0, 8782.0, 8837.0, 8816.0, 8807.0, 8819.0, 8829.0, 8801.0, 8803.0, 8811.0, 8846.0, 8825.0, 8835.0, 8914.0, 8883.0, 8862.0, 8874.0, 8816.0, 8884.0, 8840.0, 8853.0, 8881.0, 8811.0, 8820.0, 8806.0, 8863.0, 8791.0, 8797.0, 8841.0, 8838.0, 8850.0, 8826.0, 8879.0, 8824.0, 8852.0, 8846.0, 8836.0, 8877.0, 8857.0, 8911.0, 8838.0, 8889.0, 8844.0, 8869.0, 8858.0, 8817.0, 8866.0, 8839.0, 8891.0, 8831.0, 8856.0, 8858.0, 8815.0, 8863.0, 8820.0, 8867.0, 8816.0, 8880.0, 8814.0, 8882.0, 8829.0, 8871.0, 8843.0, 8819.0, 8843.0, 8810.0, 8847.0, 8824.0, 8844.0, 8855.0, 8849.0, 8858.0, 8853.0, 8841.0, 8817.0, 8872.0, 8834.0, 8832.0, 8859.0, 8818.0, 8888.0, 8845.0, 8861.0, 8818.0, 8839.0, 8817.0, 8858.0, 8812.0, 8822.0, 8809.0, 8851.0, 8831.0, 8881.0, 8845.0, 8871.0, 8878.0, 8883.0, 8863.0, 8885.0, 8827.0, 8828.0, 8848.0, 8827.0, 8876.0, 8851.0, 8865.0, 8854.0, 8846.0, 8805.0, 8800.0, 8783.0, 8784.0, 8854.0, 8818.0, 8857.0, 8835.0, 8845.0, 8820.0, 8841.0, 8843.0, 8816.0, 8841.0, 8805.0, 8859.0, 8802.0, 8825.0, 8816.0, 8789.0, 8814.0, 8807.0, 8877.0, 8827.0, 8853.0, 8842.0, 8839.0, 8843.0, 8809.0, 8850.0, 8810.0, 8867.0, 8815.0, 8889.0, 8835.0, 8864.0, 8860.0, 8814.0, 8873.0, 8832.0, 8869.0, 8816.0, 8834.0, 8868.0, 8858.0, 8867.0, 8879.0, 8841.0, 8915.0, 8872.0, 8865.0, 8837.0, 8864.0, 8866.0, 8840.0, 8908.0, 8854.0, 8838.0, 8885.0, 8841.0, 8869.0, 8835.0, 8851.0, 8825.0, 8863.0, 8809.0, 8859.0, 8804.0, 8854.0, 8781.0, 8808.0, 8795.0, 8785.0, 8775.0, 8778.0, 8787.0, 8780.0, 8781.0, 8825.0, 8782.0, 8844.0, 8837.0, 8893.0, 8829.0, 8868.0, 8870.0, 8898.0, 8889.0, 8851.0, 8868.0, 8847.0, 8890.0, 8830.0, 8886.0, 8854.0, 8834.0, 8856.0, 8831.0, 8860.0, 8836.0, 8903.0, 8833.0, 8807.0, 8822.0, 8827.0, 8870.0, 8850.0, 8876.0, 8883.0, 8863.0, 8896.0, 8839.0, 8901.0, 8849.0, 8874.0, 8864.0, 8854.0, 8907.0, 8836.0, 8873.0, 8883.0, 8864.0, 8889.0, 8844.0, 8840.0, 8871.0, 8861.0, 8853.0, 8876.0, 8831.0, 8858.0, 8853.0, 8889.0, 8856.0, 8886.0, 8837.0, 8836.0, 8835.0, 8832.0, 8847.0, 8869.0, 8823.0, 8823.0, 8885.0, 8844.0, 8858.0, 8860.0, 8829.0, 8889.0, 8836.0, 8844.0, 8797.0, 8849.0, 8809.0, 8876.0, 8807.0, 8834.0, 8832.0, 8808.0, 8847.0, 8812.0, 8851.0, 8836.0, 8872.0, 8828.0, 8824.0, 8810.0, 8812.0, 8842.0, 8830.0, 8868.0, 8826.0, 8886.0, 8830.0, 8882.0, 8850.0, 8873.0, 8854.0, 8856.0, 8868.0, 8874.0, 8859.0, 8916.0, 8851.0, 8906.0, 8866.0, 8876.0, 8877.0, 8861.0, 8915.0, 8884.0, 8833.0, 8890.0, 8863.0, 8896.0, 8825.0, 8854.0, 8821.0, 8860.0, 8809.0, 8874.0, 8823.0, 8807.0, 8833.0, 8823.0, 8883.0, 8872.0, 8826.0, 8867.0, 8811.0, 8881.0, 8829.0, 8868.0, 8835.0, 8805.0, 8830.0, 8823.0, 8875.0, 8845.0, 8858.0, 8794.0, 8834.0, 8797.0, 8841.0, 8799.0, 8808.0, 8875.0, 8813.0, 8818.0, 8804.0, 8809.0, 8870.0, 8864.0, 8832.0, 8893.0, 8843.0, 8885.0, 8822.0, 8861.0, 8800.0, 8841.0, 8824.0, 8808.0, 8837.0, 8784.0, 8851.0, 8780.0, 8828.0, 8788.0, 8774.0, 8789.0, 8762.0, 8819.0, 8782.0, 8842.0, 8808.0, 8878.0, 8822.0, 8850.0, 8788.0, 8811.0, 8863.0, 8809.0, 8819.0, 8845.0, 8800.0, 8842.0, 8797.0, 8825.0, 8786.0, 8846.0, 8791.0, 8855.0, 8800.0, 8808.0, 8801.0, 8809.0, 8863.0, 8832.0, 8809.0, 8811.0, 8811.0, 8877.0, 8810.0, 8873.0, 8788.0, 8853.0, 8768.0, 8832.0, 8778.0, 8832.0, 8780.0, 8814.0, 8819.0, 8808.0, 8838.0, 8812.0, 8850.0, 8829.0, 8861.0, 8811.0, 8851.0, 8838.0, 8822.0, 8818.0, 8813.0, 8817.0, 8786.0, 8848.0, 8836.0, 8890.0, 8815.0, 8821.0, 8810.0, 8814.0, 8839.0, 8813.0, 8884.0, 8847.0, 8901.0, 8819.0, 8854.0, 8813.0, 8883.0, 8833.0, 8826.0, 8847.0, 8817.0, 8886.0, 8814.0, 8899.0, 8848.0, 8840.0, 8838.0, 8821.0, 8906.0, 8873.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.0016859461805555555</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.03826185034722222</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.13416642265855</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.237595295282364</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0151167851867933</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4458</td></tr>
|
|
<tr><td colspan=3>fber</td><td>7341.2827</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.1360751885662573</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>169</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>14.67013888888889</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3682243184779215</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.309328672214041</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5771332112836287</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2182110719360937</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0114941</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.008655673824250698</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.02896561659872532</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1152</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.043717036825431</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>31.9407</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>31.5143</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>136.8598</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>40.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>307469.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>636.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>291.6109</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.648</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>496.7402</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3230.9129</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3395.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>69075.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1217.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4220.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>839.568</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>32.85502848564647</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> |