=== 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-0038 --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-0038",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
113 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
113 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-0038_ses-02_task-narratives_acq-mb8_run-01_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0038_ses-02_task-narratives_acq-mb8_run-01_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-01_session-02_subject-0038_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-0038/figures/sub-0038_ses-02_task-narratives_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-02_task-narratives_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0038/figures/sub-0038_ses-02_task-narratives_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-02_subject-0038_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-0038/figures/sub-0038_ses-02_task-narratives_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-02_task-narratives_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0038/figures/sub-0038_ses-02_task-narratives_acq-mb8_run-01_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-02_subject-0038_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-0038/figures/sub-0038_ses-02_task-narratives_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-02_task-narratives_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0038/figures/sub-0038_ses-02_task-narratives_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-02_subject-0038_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-0038/figures/sub-0038_ses-02_task-narratives_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-02_task-narratives_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0038/figures/sub-0038_ses-02_task-narratives_acq-mb8_run-01_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-01_session-02_subject-0038_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-0038/figures/sub-0038_ses-02_task-narratives_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-02_task-narratives_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0038/figures/sub-0038_ses-02_task-narratives_acq-mb8_run-01_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-01_session-02_subject-0038_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-0038/figures/sub-0038_ses-02_task-narratives_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-02_task-narratives_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0038/figures/sub-0038_ses-02_task-narratives_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-02_subject-0038_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-0038/figures/sub-0038_ses-02_task-narratives_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0038/figures/sub-0038_ses-02_task-narratives_acq-mb8_run-01_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-02_task-narratives_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0038/figures/sub-0038_ses-02_task-narratives_acq-mb8_run-01_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0038/ses-02/func/sub-0038_ses-02_task-narratives_acq-mb8_run-01_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>50a7cb170eb61663b26bfdc9ea5072e0</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:19:13.632500</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_VE11C_LATEST_20160120</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.999623, 0.00673278, 0.0266208, -0.00907249, 0.996011, 0.0887707]</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 College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-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.0719862</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-narratives_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>10</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4151, -7758, -7269, 567, -119, -214, -23, 98]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 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>231.28</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>d072d553-f85e-4ce8-a95c-07049c3025d3||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.681915283203125, -0.024340836331248283, 0.06997577846050262, 110.39820098876953], [-0.018063563853502274, 2.6722240447998047, 0.24024254083633423, -96.45462799072266], [0.07142172753810883, -0.2381652295589447, 2.688380002975464, -73.52365112304688], [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, 967]</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], 'AcquisitionTime': ['091913.632500', '091914.092500', '091914.552500', '091915.012500', '091915.472500', '091915.932500', '091916.392500', '091916.852500', '091917.312500', '091917.772500', '091918.232500', '091918.692500', '091919.152500', '091919.612500', '091920.072500', '091920.532500', '091920.992500', '091921.452500', '091921.912500', '091922.372500', '091922.832500', '091923.292500', '091923.752500', '091924.212500', '091924.672500', '091925.132500', '091925.592500', '091926.052500', '091926.512500', '091926.972500', '091927.432500', '091927.892500', '091928.352500', '091928.812500', '091929.272500', '091929.732500', '091930.192500', '091930.652500', '091931.112500', '091931.572500', '091932.032500', '091932.492500', '091932.952500', '091933.412500', '091933.872500', '091934.332500', '091934.792500', '091935.252500', '091935.712500', '091936.172500', '091936.632500', '091937.092500', '091937.552500', '091938.012500', '091938.472500', '091938.932500', '091939.392500', '091939.852500', '091940.312500', '091940.772500', '091941.232500', '091941.692500', '091942.152500', '091942.612500', '091943.072500', '091943.532500', '091943.992500', '091944.452500', '091944.912500', '091945.372500', '091945.832500', '091946.292500', '091946.752500', '091947.212500', '091947.672500', '091948.132500', '091948.592500', '091949.052500', '091949.512500', '091949.972500', '091950.432500', '091950.892500', '091951.352500', '091951.812500', '091952.272500', '091952.732500', '091953.192500', '091953.652500', '091954.112500', '091954.572500', '091955.032500', '091955.492500', '091955.952500', '091956.412500', '091956.872500', '091957.332500', '091957.792500', '091958.252500', '091958.712500', '091959.172500', '091959.632500', '092000.092500', '092000.552500', '092001.012500', '092001.472500', '092001.932500', '092002.392500', '092002.852500', '092003.312500', '092003.772500', '092004.232500', '092004.692500', '092005.152500', '092005.612500', '092006.072500', '092006.532500', '092006.992500', '092007.452500', '092007.912500', '092008.372500', '092008.832500', '092009.292500', '092009.752500', '092010.212500', '092010.672500', '092011.132500', '092011.592500', '092012.052500', '092012.512500', '092012.972500', '092013.432500', '092013.892500', '092014.352500', '092014.812500', '092015.272500', '092015.732500', '092016.192500', '092016.652500', '092017.112500', '092017.572500', '092018.032500', '092018.492500', '092018.952500', '092019.412500', '092019.872500', '092020.332500', '092020.792500', '092021.252500', '092021.712500', '092022.172500', '092022.632500', '092023.092500', '092023.552500', '092024.012500', '092024.472500', '092024.932500', '092025.392500', '092025.852500', '092026.312500', '092026.772500', '092027.232500', '092027.692500', '092028.152500', '092028.612500', '092029.072500', '092029.532500', '092029.992500', '092030.452500', '092030.912500', '092031.372500', '092031.832500', '092032.292500', '092032.752500', '092033.212500', '092033.672500', '092034.132500', '092034.592500', '092035.052500', '092035.512500', '092035.972500', '092036.432500', '092036.892500', '092037.352500', '092037.812500', '092038.272500', '092038.732500', '092039.192500', '092039.652500', '092040.112500', '092040.572500', '092041.032500', '092041.492500', '092041.952500', '092042.412500', '092042.872500', '092043.332500', '092043.792500', '092044.252500', '092044.712500', '092045.172500', '092045.632500', '092046.092500', '092046.552500', '092047.012500', '092047.472500', '092047.932500', '092048.392500', '092048.852500', '092049.312500', '092049.772500', '092050.232500', '092050.692500', '092051.152500', '092051.612500', '092052.072500', '092052.532500', '092052.992500', '092053.452500', '092053.912500', '092054.372500', '092054.832500', '092055.292500', '092055.752500', '092056.212500', '092056.672500', '092057.132500', '092057.592500', '092058.052500', '092058.512500', '092058.972500', '092059.432500', '092059.892500', '092100.352500', '092100.812500', '092101.272500', '092101.732500', '092102.192500', '092102.652500', '092103.112500', '092103.572500', '092104.032500', '092104.492500', '092104.952500', '092105.412500', '092105.872500', '092106.332500', '092106.792500', '092107.252500', '092107.712500', '092108.172500', '092108.632500', '092109.092500', '092109.552500', '092110.012500', '092110.472500', '092110.932500', '092111.392500', '092111.852500', '092112.312500', '092112.772500', '092113.232500', '092113.692500', '092114.152500', '092114.612500', '092115.072500', '092115.532500', '092115.992500', '092116.452500', '092116.912500', '092117.372500', '092117.832500', '092118.292500', '092118.752500', '092119.212500', '092119.672500', '092120.132500', '092120.592500', '092121.052500', '092121.512500', '092121.972500', '092122.432500', '092122.892500', '092123.352500', '092123.812500', '092124.272500', '092124.732500', '092125.192500', '092125.652500', '092126.112500', '092126.572500', '092127.032500', '092127.492500', '092127.952500', '092128.412500', '092128.872500', '092129.332500', '092129.792500', '092130.252500', '092130.712500', '092131.172500', '092131.632500', '092132.092500', '092132.552500', '092133.012500', '092133.472500', '092133.932500', '092134.392500', '092134.852500', '092135.312500', '092135.772500', '092136.232500', '092136.692500', '092137.152500', '092137.612500', '092138.072500', '092138.532500', '092138.992500', '092139.452500', '092139.912500', '092140.372500', '092140.832500', '092141.292500', '092141.752500', '092142.212500', '092142.672500', '092143.132500', '092143.592500', '092144.052500', '092144.512500', '092144.972500', '092145.432500', '092145.892500', '092146.352500', '092146.812500', '092147.272500', '092147.732500', '092148.192500', '092148.652500', '092149.112500', '092149.572500', '092150.032500', '092150.492500', '092150.952500', '092151.412500', '092151.872500', '092152.332500', '092152.792500', '092153.252500', '092153.712500', '092154.172500', '092154.632500', '092155.092500', '092155.552500', '092156.012500', '092156.472500', '092156.932500', '092157.392500', '092157.852500', '092158.312500', '092158.772500', '092159.232500', '092159.692500', '092200.152500', '092200.612500', '092201.072500', '092201.532500', '092201.992500', '092202.452500', '092202.912500', '092203.372500', '092203.832500', '092204.292500', '092204.752500', '092205.212500', '092205.672500', '092206.132500', '092206.592500', '092207.052500', '092207.512500', '092207.972500', '092208.432500', '092208.892500', '092209.352500', '092209.812500', '092210.272500', '092210.732500', '092211.192500', '092211.652500', '092212.112500', '092212.572500', '092213.032500', '092213.492500', '092213.952500', '092214.412500', '092214.872500', '092215.332500', '092215.792500', '092216.252500', '092216.712500', '092217.172500', '092217.632500', '092218.092500', '092218.552500', '092219.012500', '092219.472500', '092219.932500', '092220.392500', '092220.852500', '092221.312500', '092221.772500', '092222.232500', '092222.692500', '092223.152500', '092223.612500', '092224.072500', '092224.532500', '092224.992500', '092225.452500', '092225.912500', '092226.372500', '092226.832500', '092227.292500', '092227.752500', '092228.212500', '092228.672500', '092229.132500', '092229.592500', '092230.052500', '092230.512500', '092230.972500', '092231.432500', '092231.892500', '092232.352500', '092232.812500', '092233.272500', '092233.732500', '092234.192500', '092234.652500', '092235.112500', '092235.572500', '092236.032500', '092236.492500', '092236.952500', '092237.412500', '092237.872500', '092238.332500', '092238.792500', '092239.252500', '092239.712500', '092240.172500', '092240.632500', '092241.092500', '092241.552500', '092242.012500', '092242.472500', '092242.932500', '092243.392500', '092243.852500', '092244.312500', '092244.772500', '092245.232500', '092245.692500', '092246.152500', '092246.612500', '092247.072500', '092247.532500', '092247.992500', '092248.452500', '092248.912500', '092249.372500', '092249.832500', '092250.292500', '092250.752500', '092251.212500', '092251.672500', '092252.132500', '092252.592500', '092253.052500', '092253.512500', '092253.972500', '092254.432500', '092254.892500', '092255.352500', '092255.812500', '092256.272500', '092256.732500', '092257.192500', '092257.652500', '092258.112500', '092258.572500', '092259.032500', '092259.492500', '092259.952500', '092300.412500', '092300.872500', '092301.332500', '092301.792500', '092302.252500', '092302.712500', '092303.172500', '092303.632500', '092304.092500', '092304.552500', '092305.012500', '092305.472500', '092305.932500', '092306.392500', '092306.852500', '092307.312500', '092307.772500', '092308.232500', '092308.692500', '092309.152500', '092309.612500', '092310.072500', '092310.532500', '092310.992500', '092311.452500', '092311.912500', '092312.372500', '092312.832500', '092313.292500', '092313.752500', '092314.212500', '092314.672500', '092315.132500', '092315.592500', '092316.052500', '092316.512500', '092316.972500', '092317.432500', '092317.892500', '092318.352500', '092318.812500', '092319.272500', '092319.732500', '092320.192500', '092320.652500', '092321.112500', '092321.572500', '092322.032500', '092322.492500', '092322.952500', '092323.412500', '092323.872500', '092324.332500', '092324.792500', '092325.252500', '092325.712500', '092326.172500', '092326.632500', '092327.092500', '092327.552500', '092328.012500', '092328.472500', '092328.932500', '092329.392500', '092329.852500', '092330.312500', '092330.772500', '092331.232500', '092331.692500', '092332.152500', '092332.612500', '092333.072500', '092333.532500', '092333.992500', '092334.452500', '092334.912500', '092335.372500', '092335.832500', '092336.292500', '092336.752500', '092337.212500', '092337.672500', '092338.132500', '092338.592500', '092339.052500', '092339.512500', '092339.972500', '092340.432500', '092340.892500', '092341.352500', '092341.812500', '092342.272500', '092342.732500', '092343.192500', '092343.652500', '092344.112500', '092344.572500', '092345.032500', '092345.492500', '092345.952500', '092346.412500', '092346.872500', '092347.332500', '092347.792500', '092348.252500', '092348.712500', '092349.172500', '092349.632500', '092350.092500', '092350.552500', '092351.012500', '092351.472500', '092351.932500', '092352.392500', '092352.852500', '092353.312500', '092353.772500', '092354.232500', '092354.692500', '092355.152500', '092355.612500', '092356.072500', '092356.532500', '092356.992500', '092357.452500', '092357.912500', '092358.372500', '092358.832500', '092359.292500', '092359.752500', '092400.212500', '092400.672500', '092401.132500', '092401.592500', '092402.052500', '092402.512500', '092402.972500', '092403.432500', '092403.892500', '092404.352500', '092404.812500', '092405.272500', '092405.732500', '092406.192500', '092406.652500', '092407.112500', '092407.572500', '092408.032500', '092408.492500', '092408.952500', '092409.412500', '092409.872500', '092410.332500', '092410.792500', '092411.252500', '092411.712500', '092412.172500', '092412.632500', '092413.092500', '092413.552500', '092414.012500', '092414.472500', '092414.932500', '092415.392500', '092415.852500', '092416.312500', '092416.772500', '092417.232500', '092417.692500', '092418.152500', '092418.612500', '092419.072500', '092419.532500', '092419.992500', '092420.452500', '092420.912500', '092421.372500', '092421.832500', '092422.292500', '092422.752500', '092423.212500', '092423.672500', '092424.132500', '092424.592500', '092425.052500', '092425.512500', '092425.972500', '092426.432500', '092426.892500', '092427.352500', '092427.812500', '092428.272500', '092428.732500', '092429.192500', '092429.652500', '092430.112500', '092430.572500', '092431.032500', '092431.492500', '092431.952500', '092432.412500', '092432.872500', '092433.332500', '092433.792500', '092434.252500', '092434.712500', '092435.172500', '092435.632500', '092436.092500', '092436.552500', '092437.012500', '092437.472500', '092437.932500', '092438.392500', '092438.852500', '092439.312500', '092439.772500', '092440.232500', '092440.692500', '092441.152500', '092441.612500', '092442.072500', '092442.532500', '092442.992500', '092443.452500', '092443.912500', '092444.372500', '092444.832500', '092445.292500', '092445.752500', '092446.212500', '092446.672500', '092447.132500', '092447.592500', '092448.052500', '092448.512500', '092448.972500', '092449.432500', '092449.892500', '092450.352500', '092450.812500', '092451.272500', '092451.732500', '092452.192500', '092452.652500', '092453.112500', '092453.572500', '092454.032500', '092454.492500', '092454.952500', '092455.412500', '092455.872500', '092456.332500', '092456.792500', '092457.252500', '092457.712500', '092458.172500', '092458.632500', '092459.092500', '092459.552500', '092500.012500', '092500.472500', '092500.932500', '092501.392500', '092501.852500', '092502.312500', '092502.772500', '092503.232500', '092503.692500', '092504.152500', '092504.612500', '092505.072500', '092505.532500', '092505.992500', '092506.452500', '092506.912500', '092507.372500', '092507.832500', '092508.292500', '092508.752500', '092509.212500', '092509.672500', '092510.132500', '092510.592500', '092511.052500', '092511.512500', '092511.972500', '092512.432500', '092512.892500', '092513.352500', '092513.812500', '092514.272500', '092514.732500', '092515.192500', '092515.652500', '092516.112500', '092516.572500', '092517.032500', '092517.492500', '092517.952500', '092518.412500', '092518.872500', '092519.332500', '092519.792500', '092520.252500', '092520.712500', '092521.172500', '092521.632500', '092522.092500', '092522.552500', '092523.012500', '092523.472500', '092523.932500', '092524.392500', '092524.852500', '092525.312500', '092525.772500', '092526.232500', '092526.692500', '092527.152500', '092527.612500', '092528.072500', '092528.532500', '092528.992500', '092529.452500', '092529.912500', '092530.372500', '092530.832500', '092531.292500', '092531.752500', '092532.212500', '092532.672500', '092533.132500', '092533.592500', '092534.052500', '092534.512500', '092534.972500', '092535.432500', '092535.892500', '092536.352500', '092536.812500', '092537.272500', '092537.732500', '092538.192500', '092538.652500', '092539.112500', '092539.572500', '092540.032500', '092540.492500', '092540.952500', '092541.412500', '092541.872500', '092542.332500', '092542.792500', '092543.252500', '092543.712500', '092544.172500', '092544.632500', '092545.092500', '092545.552500', '092546.012500', '092546.472500', '092546.932500', '092547.392500', '092547.852500', '092548.312500', '092548.772500', '092549.232500', '092549.692500', '092550.152500', '092550.612500', '092551.072500', '092551.532500', '092551.992500', '092552.452500', '092552.912500', '092553.372500', '092553.832500', '092554.292500', '092554.752500', '092555.212500', '092555.672500', '092556.132500', '092556.592500', '092557.052500', '092557.512500', '092557.972500', '092558.432500', '092558.892500', '092559.352500', '092559.812500', '092600.272500', '092600.732500', '092601.192500', '092601.652500', '092602.112500', '092602.572500', '092603.032500', '092603.492500', '092603.952500', '092604.412500', '092604.872500', '092605.332500', '092605.792500', '092606.252500', '092606.712500', '092607.172500', '092607.632500', '092608.092500', '092608.552500', '092609.012500', '092609.472500', '092609.932500', '092610.392500', '092610.852500', '092611.312500', '092611.772500', '092612.232500', '092612.692500', '092613.152500', '092613.612500', '092614.072500', '092614.532500', '092614.992500', '092615.452500', '092615.912500', '092616.372500', '092616.832500', '092617.292500', '092617.752500', '092618.212500', '092618.672500', '092619.132500', '092619.592500', '092620.052500', '092620.512500', '092620.972500', '092621.432500', '092621.892500', '092622.352500', '092622.812500', '092623.272500', '092623.732500', '092624.192500', '092624.652500', '092625.112500', '092625.572500', '092626.032500', '092626.492500', '092626.952500', '092627.412500', '092627.872500', '092628.332500', '092628.792500', '092629.252500', '092629.712500', '092630.172500', '092630.632500', '092631.092500', '092631.552500', '092632.012500', '092632.472500', '092632.932500', '092633.392500', '092633.852500', '092634.312500', '092634.772500', '092635.232500', '092635.692500', '092636.152500', '092636.612500', '092637.072500', '092637.532500', '092637.992500'], 'ContentTime': ['091941.296000', '091941.299000', '091941.302000', '091941.306000', '091941.308000', '091941.311000', '091941.314000', '091941.317000', '091941.320000', '091941.323000', '091941.326000', '091941.334000', '091941.337000', '091941.340000', '091941.342000', '091941.345000', '091941.348000', '091941.351000', '091941.354000', '091941.357000', '091941.360000', '091941.372000', '091941.375000', '091941.378000', '091941.381000', '091941.384000', '091941.387000', '091941.390000', '091941.393000', '091941.396000', '091941.399000', '091941.402000', '091941.404000', '091941.407000', '091941.410000', '091941.413000', '091941.416000', '091941.420000', '091941.423000', '091941.426000', '091941.429000', '091941.432000', '091941.435000', '091941.438000', '091941.441000', '091941.443000', '091941.446000', '091941.449000', '091941.452000', '091941.455000', '091941.458000', '091941.461000', '091941.464000', '091941.467000', '091941.469000', '091941.478000', '091941.481000', '091941.484000', '092001.256000', '092001.259000', '092001.265000', '092001.268000', '092001.271000', '092001.274000', '092001.278000', '092001.283000', '092001.287000', '092001.289000', '092001.292000', '092001.295000', '092001.298000', '092001.301000', '092001.304000', '092001.307000', '092001.310000', '092001.313000', '092001.315000', '092001.318000', '092001.327000', '092001.330000', '092001.333000', '092001.336000', '092001.339000', '092001.341000', '092001.344000', '092001.347000', '092001.350000', '092001.353000', '092001.356000', '092001.367000', '092001.370000', '092001.373000', '092001.376000', '092001.378000', '092001.381000', '092001.384000', '092001.387000', '092001.390000', '092001.393000', '092001.396000', '092001.399000', '092021.256000', '092021.261000', '092021.264000', '092021.267000', '092021.270000', '092021.273000', '092021.286000', '092021.289000', '092021.292000', '092021.295000', '092021.298000', '092021.301000', '092021.304000', '092021.306000', '092021.309000', '092021.312000', '092021.315000', '092021.318000', '092021.321000', '092021.324000', '092021.327000', '092021.330000', '092021.333000', '092021.336000', '092021.338000', '092021.341000', '092021.344000', '092021.347000', '092021.350000', '092021.353000', '092021.356000', '092021.359000', '092021.362000', '092021.365000', '092021.367000', '092021.370000', '092021.373000', '092021.376000', '092021.379000', '092021.382000', '092021.385000', '092021.388000', '092021.391000', '092021.394000', '092041.256000', '092041.259000', '092041.262000', '092041.265000', '092041.268000', '092041.271000', '092041.274000', '092041.278000', '092041.281000', '092041.284000', '092041.287000', '092041.290000', '092041.293000', '092041.296000', '092041.299000', '092041.302000', '092041.305000', '092041.308000', '092041.310000', '092041.313000', '092041.316000', '092041.319000', '092041.322000', '092041.325000', '092041.328000', '092041.331000', '092041.334000', '092041.337000', '092041.340000', '092041.343000', '092041.345000', '092041.348000', '092041.351000', '092041.354000', '092041.357000', '092041.360000', '092041.363000', '092041.366000', '092041.369000', '092041.372000', '092041.375000', '092041.377000', '092041.380000', '092101.256000', '092101.259000', '092101.262000', '092101.265000', '092101.268000', '092101.271000', '092101.278000', '092101.290000', '092101.293000', '092101.296000', '092101.299000', '092101.302000', '092101.305000', '092101.308000', '092101.311000', '092101.314000', '092101.316000', '092101.319000', '092101.322000', '092101.325000', '092101.328000', '092101.331000', '092101.334000', '092101.337000', '092101.340000', '092101.342000', '092101.345000', '092101.348000', '092101.351000', '092101.354000', '092101.357000', '092101.360000', '092101.363000', '092101.366000', '092101.369000', '092101.372000', '092101.375000', '092101.377000', '092101.380000', '092101.383000', '092101.386000', '092101.389000', '092101.392000', '092101.395000', '092121.257000', '092121.260000', '092121.263000', '092121.266000', '092121.269000', '092121.272000', '092121.275000', '092121.278000', '092121.281000', '092121.284000', '092121.286000', '092121.289000', '092121.292000', '092121.295000', '092121.298000', '092121.301000', '092121.304000', '092121.307000', '092121.310000', '092121.313000', '092121.316000', '092121.319000', '092121.322000', '092121.325000', '092121.328000', '092121.331000', '092121.334000', '092121.337000', '092121.340000', '092121.343000', '092121.346000', '092121.349000', '092121.371000', '092121.374000', '092121.377000', '092121.380000', '092121.383000', '092121.385000', '092121.388000', '092121.391000', '092121.394000', '092121.397000', '092121.400000', '092141.257000', '092141.260000', '092141.263000', '092141.266000', '092141.269000', '092141.272000', '092141.275000', '092141.277000', '092141.280000', '092141.288000', '092141.290000', '092141.293000', '092141.296000', '092141.299000', '092141.302000', '092141.305000', '092141.308000', '092141.311000', '092141.314000', '092141.317000', '092141.319000', '092141.323000', '092141.326000', '092141.328000', '092141.331000', '092141.334000', '092141.337000', '092141.340000', '092141.343000', '092141.346000', '092141.349000', '092141.351000', '092141.354000', '092141.357000', '092141.360000', '092141.363000', '092141.366000', '092141.369000', '092141.372000', '092141.375000', '092141.378000', '092141.381000', '092141.384000', '092141.386000', '092201.258000', '092201.261000', '092201.264000', '092201.268000', '092201.270000', '092201.273000', '092201.276000', '092201.279000', '092201.282000', '092201.285000', '092201.288000', '092201.291000', '092201.294000', '092201.297000', '092201.300000', '092201.303000', '092201.305000', '092201.308000', '092201.312000', '092201.315000', '092201.319000', '092201.330000', '092201.333000', '092201.335000', '092201.338000', '092201.341000', '092201.344000', '092201.347000', '092201.350000', '092201.353000', '092201.356000', '092201.359000', '092201.362000', '092201.365000', '092201.368000', '092201.371000', '092201.374000', '092201.377000', '092201.379000', '092201.382000', '092201.385000', '092201.388000', '092201.391000', '092221.256000', '092221.259000', '092221.262000', '092221.265000', '092221.268000', '092221.271000', '092221.274000', '092221.277000', '092221.280000', '092221.283000', '092221.286000', '092221.288000', '092221.291000', '092221.298000', '092221.301000', '092221.304000', '092221.307000', '092221.310000', '092221.313000', '092221.316000', '092221.319000', '092221.322000', '092221.325000', '092221.328000', '092221.331000', '092221.333000', '092221.336000', '092221.339000', '092221.342000', '092221.345000', '092221.348000', '092221.351000', '092221.354000', '092221.357000', '092221.360000', '092221.363000', '092221.366000', '092221.369000', '092221.371000', '092221.374000', '092221.377000', '092221.380000', '092221.383000', '092221.386000', '092241.256000', '092241.259000', '092241.262000', '092241.265000', '092241.268000', '092241.271000', '092241.274000', '092241.277000', '092241.280000', '092241.283000', '092241.286000', '092241.289000', '092241.291000', '092241.294000', '092241.297000', '092241.300000', '092241.303000', '092241.306000', '092241.309000', '092241.312000', '092241.315000', '092241.318000', '092241.321000', '092241.324000', '092241.327000', '092241.329000', '092241.332000', '092241.335000', '092241.338000', '092241.341000', '092241.344000', '092241.347000', '092241.352000', '092241.355000', '092241.358000', '092241.361000', '092241.364000', '092241.367000', '092241.369000', '092241.372000', '092241.376000', '092241.378000', '092241.381000', '092301.256000', '092301.259000', '092301.262000', '092301.265000', '092301.268000', '092301.271000', '092301.274000', '092301.277000', '092301.280000', '092301.283000', '092301.285000', '092301.288000', '092301.291000', '092301.294000', '092301.297000', '092301.300000', '092301.303000', '092301.306000', '092301.309000', '092301.312000', '092301.315000', '092301.317000', '092301.320000', '092301.323000', '092301.326000', '092301.329000', '092301.332000', '092301.335000', '092301.338000', '092301.341000', '092301.343000', '092301.346000', '092301.361000', '092301.363000', '092301.366000', '092301.369000', '092301.372000', '092301.375000', '092301.378000', '092301.381000', '092301.384000', '092301.387000', '092301.390000', '092301.393000', '092321.256000', '092321.259000', '092321.262000', '092321.265000', '092321.268000', '092321.271000', '092321.274000', '092321.277000', '092321.280000', '092321.283000', '092321.286000', '092321.288000', '092321.291000', '092321.296000', '092321.299000', '092321.302000', '092321.304000', '092321.308000', '092321.310000', '092321.313000', '092321.316000', '092321.319000', '092321.322000', '092321.325000', '092321.328000', '092321.337000', '092321.340000', '092321.343000', '092321.346000', '092321.349000', '092321.352000', '092321.355000', '092321.358000', '092321.361000', '092321.364000', '092321.367000', '092321.370000', '092321.373000', '092321.376000', '092321.379000', '092321.382000', '092321.392000', '092321.394000', '092341.257000', '092341.260000', '092341.263000', '092341.266000', '092341.269000', '092341.272000', '092341.275000', '092341.278000', '092341.281000', '092341.283000', '092341.287000', '092341.289000', '092341.292000', '092341.295000', '092341.298000', '092341.301000', '092341.304000', '092341.307000', '092341.310000', '092341.313000', '092341.316000', '092341.318000', '092341.321000', '092341.324000', '092341.327000', '092341.330000', '092341.333000', '092341.336000', '092341.339000', '092341.342000', '092341.345000', '092341.348000', '092341.350000', '092341.353000', '092341.356000', '092341.359000', '092341.362000', '092341.365000', '092341.368000', '092341.371000', '092341.374000', '092341.377000', '092341.380000', '092341.383000', '092401.257000', '092401.260000', '092401.263000', '092401.266000', '092401.269000', '092401.272000', '092401.275000', '092401.278000', '092401.281000', '092401.284000', '092401.287000', '092401.289000', '092401.292000', '092401.295000', '092401.298000', '092401.301000', '092401.304000', '092401.307000', '092401.310000', '092401.313000', '092401.316000', '092401.319000', '092401.321000', '092401.324000', '092401.327000', '092401.330000', '092401.333000', '092401.336000', '092401.339000', '092401.342000', '092401.345000', '092401.348000', '092401.351000', '092401.354000', '092401.356000', '092401.359000', '092401.362000', '092401.365000', '092401.368000', '092401.371000', '092401.374000', '092401.377000', '092401.382000', '092421.257000', '092421.268000', '092421.271000', '092421.274000', '092421.277000', '092421.280000', '092421.283000', '092421.286000', '092421.288000', '092421.291000', '092421.294000', '092421.297000', '092421.300000', '092421.303000', '092421.306000', '092421.309000', '092421.312000', '092421.315000', '092421.318000', '092421.321000', '092421.324000', '092421.327000', '092421.329000', '092421.332000', '092421.335000', '092421.338000', '092421.341000', '092421.344000', '092421.347000', '092421.350000', '092421.353000', '092421.355000', '092421.358000', '092421.361000', '092421.364000', '092421.367000', '092421.370000', '092421.373000', '092421.376000', '092421.379000', '092421.382000', '092421.385000', '092421.388000', '092421.391000', '092441.256000', '092441.259000', '092441.262000', '092441.265000', '092441.268000', '092441.271000', '092441.274000', '092441.277000', '092441.280000', '092441.283000', '092441.286000', '092441.289000', '092441.299000', '092441.302000', '092441.305000', '092441.308000', '092441.311000', '092441.314000', '092441.317000', '092441.320000', '092441.323000', '092441.326000', '092441.329000', '092441.333000', '092441.336000', '092441.339000', '092441.342000', '092441.345000', '092441.348000', '092441.351000', '092441.354000', '092441.357000', '092441.359000', '092441.362000', '092441.365000', '092441.368000', '092441.371000', '092441.374000', '092441.377000', '092441.380000', '092441.383000', '092441.386000', '092441.389000', '092501.256000', '092501.259000', '092501.262000', '092501.265000', '092501.268000', '092501.271000', '092501.274000', '092501.277000', '092501.280000', '092501.283000', '092501.285000', '092501.288000', '092501.291000', '092501.294000', '092501.297000', '092501.300000', '092501.303000', '092501.306000', '092501.309000', '092501.312000', '092501.315000', '092501.318000', '092501.321000', '092501.324000', '092501.327000', '092501.329000', '092501.332000', '092501.335000', '092501.338000', '092501.341000', '092501.344000', '092501.347000', '092501.350000', '092501.353000', '092501.356000', '092501.359000', '092501.362000', '092501.365000', '092501.367000', '092501.370000', '092501.373000', '092501.376000', '092501.379000', '092501.382000', '092521.256000', '092521.259000', '092521.262000', '092521.265000', '092521.268000', '092521.271000', '092521.274000', '092521.277000', '092521.280000', '092521.282000', '092521.285000', '092521.288000', '092521.292000', '092521.294000', '092521.298000', '092521.300000', '092521.303000', '092521.306000', '092521.313000', '092521.316000', '092521.319000', '092521.322000', '092521.325000', '092521.327000', '092521.330000', '092521.333000', '092521.336000', '092521.339000', '092521.342000', '092521.345000', '092521.348000', '092521.352000', '092521.355000', '092521.358000', '092521.361000', '092521.364000', '092521.367000', '092521.370000', '092521.373000', '092521.376000', '092521.379000', '092521.386000', '092521.390000', '092541.256000', '092541.259000', '092541.262000', '092541.265000', '092541.268000', '092541.271000', '092541.274000', '092541.277000', '092541.279000', '092541.282000', '092541.285000', '092541.288000', '092541.291000', '092541.294000', '092541.297000', '092541.300000', '092541.303000', '092541.306000', '092541.308000', '092541.311000', '092541.314000', '092541.317000', '092541.320000', '092541.323000', '092541.326000', '092541.329000', '092541.332000', '092541.335000', '092541.338000', '092541.341000', '092541.343000', '092541.346000', '092541.349000', '092541.352000', '092541.355000', '092541.358000', '092541.361000', '092541.364000', '092541.367000', '092541.370000', '092541.373000', '092541.375000', '092541.378000', '092541.381000', '092601.257000', '092601.260000', '092601.263000', '092601.266000', '092601.269000', '092601.272000', '092601.275000', '092601.278000', '092601.281000', '092601.284000', '092601.287000', '092601.290000', '092601.292000', '092601.295000', '092601.305000', '092601.308000', '092601.311000', '092601.314000', '092601.317000', '092601.320000', '092601.323000', '092601.326000', '092601.329000', '092601.331000', '092601.343000', '092601.346000', '092601.349000', '092601.352000', '092601.354000', '092601.357000', '092601.360000', '092601.363000', '092601.366000', '092601.369000', '092601.373000', '092601.376000', '092601.379000', '092601.382000', '092601.385000', '092601.388000', '092601.391000', '092601.394000', '092601.397000', '092621.257000', '092621.260000', '092621.263000', '092621.266000', '092621.269000', '092621.272000', '092621.275000', '092621.278000', '092621.280000', '092621.283000', '092621.286000', '092621.289000', '092621.292000', '092621.295000', '092621.298000', '092621.301000', '092621.304000', '092621.307000', '092621.310000', '092621.313000', '092621.315000', '092621.318000', '092621.321000', '092621.324000', '092621.327000', '092621.330000', '092621.333000', '092621.336000', '092621.339000', '092621.342000', '092621.345000', '092621.348000', '092621.351000', '092621.353000', '092621.356000', '092621.359000', '092621.362000', '092621.365000', '092621.368000', '092621.371000', '092621.374000', '092621.377000', '092621.380000', '092621.383000', '092639.227000', '092639.230000', '092639.234000', '092639.237000', '092639.244000', '092639.248000', '092639.251000', '092639.254000', '092639.257000', '092639.260000', '092639.263000', '092639.266000', '092639.269000', '092639.272000', '092639.275000', '092639.278000', '092639.282000', '092639.285000', '092639.288000', '092639.291000', '092639.294000', '092639.297000', '092639.300000', '092639.303000', '092639.306000', '092639.309000', '092639.312000', '092639.315000', '092639.318000', '092639.321000', '092639.323000', '092639.326000', '092639.329000', '092639.332000', '092639.335000', '092639.339000', '092639.342000', '092639.346000', '092639.348000'], 'InstanceCreationTime': ['091941.296000', '091941.299000', '091941.302000', '091941.306000', '091941.308000', '091941.311000', '091941.314000', '091941.317000', '091941.320000', '091941.323000', '091941.326000', '091941.334000', '091941.337000', '091941.340000', '091941.342000', '091941.345000', '091941.348000', '091941.351000', '091941.354000', '091941.357000', '091941.360000', '091941.372000', '091941.375000', '091941.378000', '091941.381000', '091941.384000', '091941.387000', '091941.390000', '091941.393000', '091941.396000', '091941.399000', '091941.402000', '091941.404000', '091941.407000', '091941.410000', '091941.413000', '091941.416000', '091941.420000', '091941.423000', '091941.426000', '091941.429000', '091941.432000', '091941.435000', '091941.438000', '091941.441000', '091941.443000', '091941.446000', '091941.449000', '091941.452000', '091941.455000', '091941.458000', '091941.461000', '091941.464000', '091941.467000', '091941.469000', '091941.478000', '091941.481000', '091941.484000', '092001.256000', '092001.259000', '092001.265000', '092001.268000', '092001.271000', '092001.274000', '092001.278000', '092001.283000', '092001.287000', '092001.289000', '092001.292000', '092001.295000', '092001.298000', '092001.301000', '092001.304000', '092001.307000', '092001.310000', '092001.313000', '092001.315000', '092001.318000', '092001.327000', '092001.330000', '092001.333000', '092001.336000', '092001.339000', '092001.341000', '092001.344000', '092001.347000', '092001.350000', '092001.353000', '092001.356000', '092001.367000', '092001.370000', '092001.373000', '092001.376000', '092001.378000', '092001.381000', '092001.384000', '092001.387000', '092001.390000', '092001.393000', '092001.396000', '092001.399000', '092021.256000', '092021.261000', '092021.264000', '092021.267000', '092021.270000', '092021.273000', '092021.286000', '092021.289000', '092021.292000', '092021.295000', '092021.298000', '092021.301000', '092021.304000', '092021.306000', '092021.309000', '092021.312000', '092021.315000', '092021.318000', '092021.321000', '092021.324000', '092021.327000', '092021.330000', '092021.333000', '092021.336000', '092021.338000', '092021.341000', '092021.344000', '092021.347000', '092021.350000', '092021.353000', '092021.356000', '092021.359000', '092021.362000', '092021.365000', '092021.367000', '092021.370000', '092021.373000', '092021.376000', '092021.379000', '092021.382000', '092021.385000', '092021.388000', '092021.391000', '092021.394000', '092041.256000', '092041.259000', '092041.262000', '092041.265000', '092041.268000', '092041.271000', '092041.274000', '092041.278000', '092041.281000', '092041.284000', '092041.287000', '092041.290000', '092041.293000', '092041.296000', '092041.299000', '092041.302000', '092041.305000', '092041.308000', '092041.310000', '092041.313000', '092041.316000', '092041.319000', '092041.322000', '092041.325000', '092041.328000', '092041.331000', '092041.334000', '092041.337000', '092041.340000', '092041.343000', '092041.345000', '092041.348000', '092041.351000', '092041.354000', '092041.357000', '092041.360000', '092041.363000', '092041.366000', '092041.369000', '092041.372000', '092041.375000', '092041.377000', '092041.380000', '092101.256000', '092101.259000', '092101.262000', '092101.265000', '092101.268000', '092101.271000', '092101.278000', '092101.290000', '092101.293000', '092101.296000', '092101.299000', '092101.302000', '092101.305000', '092101.308000', '092101.311000', '092101.314000', '092101.316000', '092101.319000', '092101.322000', '092101.325000', '092101.328000', '092101.331000', '092101.334000', '092101.337000', '092101.340000', '092101.342000', '092101.345000', '092101.348000', '092101.351000', '092101.354000', '092101.357000', '092101.360000', '092101.363000', '092101.366000', '092101.369000', '092101.372000', '092101.375000', '092101.377000', '092101.380000', '092101.383000', '092101.386000', '092101.389000', '092101.392000', '092101.395000', '092121.257000', '092121.260000', '092121.263000', '092121.266000', '092121.269000', '092121.272000', '092121.275000', '092121.278000', '092121.281000', '092121.284000', '092121.286000', '092121.289000', '092121.292000', '092121.295000', '092121.298000', '092121.301000', '092121.304000', '092121.307000', '092121.310000', '092121.313000', '092121.316000', '092121.319000', '092121.322000', '092121.325000', '092121.328000', '092121.331000', '092121.334000', '092121.337000', '092121.340000', '092121.343000', '092121.346000', '092121.349000', '092121.371000', '092121.374000', '092121.377000', '092121.380000', '092121.383000', '092121.385000', '092121.388000', '092121.391000', '092121.394000', '092121.397000', '092121.400000', '092141.257000', '092141.260000', '092141.263000', '092141.266000', '092141.269000', '092141.272000', '092141.275000', '092141.277000', '092141.280000', '092141.288000', '092141.290000', '092141.293000', '092141.296000', '092141.299000', '092141.302000', '092141.305000', '092141.308000', '092141.311000', '092141.314000', '092141.317000', '092141.319000', '092141.323000', '092141.326000', '092141.328000', '092141.331000', '092141.334000', '092141.337000', '092141.340000', '092141.343000', '092141.346000', '092141.349000', '092141.351000', '092141.354000', '092141.357000', '092141.360000', '092141.363000', '092141.366000', '092141.369000', '092141.372000', '092141.375000', '092141.378000', '092141.381000', '092141.384000', '092141.386000', '092201.258000', '092201.261000', '092201.264000', '092201.268000', '092201.270000', '092201.273000', '092201.276000', '092201.279000', '092201.282000', '092201.285000', '092201.288000', '092201.291000', '092201.294000', '092201.297000', '092201.300000', '092201.303000', '092201.305000', '092201.308000', '092201.312000', '092201.315000', '092201.319000', '092201.330000', '092201.333000', '092201.335000', '092201.338000', '092201.341000', '092201.344000', '092201.347000', '092201.350000', '092201.353000', '092201.356000', '092201.359000', '092201.362000', '092201.365000', '092201.368000', '092201.371000', '092201.374000', '092201.377000', '092201.379000', '092201.382000', '092201.385000', '092201.388000', '092201.391000', '092221.256000', '092221.259000', '092221.262000', '092221.265000', '092221.268000', '092221.271000', '092221.274000', '092221.277000', '092221.280000', '092221.283000', '092221.286000', '092221.288000', '092221.291000', '092221.298000', '092221.301000', '092221.304000', '092221.307000', '092221.310000', '092221.313000', '092221.316000', '092221.319000', '092221.322000', '092221.325000', '092221.328000', '092221.331000', '092221.333000', '092221.336000', '092221.339000', '092221.342000', '092221.345000', '092221.348000', '092221.351000', '092221.354000', '092221.357000', '092221.360000', '092221.363000', '092221.366000', '092221.369000', '092221.371000', '092221.374000', '092221.377000', '092221.380000', '092221.383000', '092221.386000', '092241.256000', '092241.259000', '092241.262000', '092241.265000', '092241.268000', '092241.271000', '092241.274000', '092241.277000', '092241.280000', '092241.283000', '092241.286000', '092241.289000', '092241.291000', '092241.294000', '092241.297000', '092241.300000', '092241.303000', '092241.306000', '092241.309000', '092241.312000', '092241.315000', '092241.318000', '092241.321000', '092241.324000', '092241.327000', '092241.329000', '092241.332000', '092241.335000', '092241.338000', '092241.341000', '092241.344000', '092241.347000', '092241.352000', '092241.355000', '092241.358000', '092241.361000', '092241.364000', '092241.367000', '092241.369000', '092241.372000', '092241.376000', '092241.378000', '092241.381000', '092301.256000', '092301.259000', '092301.262000', '092301.265000', '092301.268000', '092301.271000', '092301.274000', '092301.277000', '092301.280000', '092301.283000', '092301.285000', '092301.288000', '092301.291000', '092301.294000', '092301.297000', '092301.300000', '092301.303000', '092301.306000', '092301.309000', '092301.312000', '092301.315000', '092301.317000', '092301.320000', '092301.323000', '092301.326000', '092301.329000', '092301.332000', '092301.335000', '092301.338000', '092301.341000', '092301.343000', '092301.346000', '092301.361000', '092301.363000', '092301.366000', '092301.369000', '092301.372000', '092301.375000', '092301.378000', '092301.381000', '092301.384000', '092301.387000', '092301.390000', '092301.393000', '092321.256000', '092321.259000', '092321.262000', '092321.265000', '092321.268000', '092321.271000', '092321.274000', '092321.277000', '092321.280000', '092321.283000', '092321.286000', '092321.288000', '092321.291000', '092321.296000', '092321.299000', '092321.302000', '092321.304000', '092321.308000', '092321.310000', '092321.313000', '092321.316000', '092321.319000', '092321.322000', '092321.325000', '092321.328000', '092321.337000', '092321.340000', '092321.343000', '092321.346000', '092321.349000', '092321.352000', '092321.355000', '092321.358000', '092321.361000', '092321.364000', '092321.367000', '092321.370000', '092321.373000', '092321.376000', '092321.379000', '092321.382000', '092321.392000', '092321.394000', '092341.257000', '092341.260000', '092341.263000', '092341.266000', '092341.269000', '092341.272000', '092341.275000', '092341.278000', '092341.281000', '092341.283000', '092341.287000', '092341.289000', '092341.292000', '092341.295000', '092341.298000', '092341.301000', '092341.304000', '092341.307000', '092341.310000', '092341.313000', '092341.316000', '092341.318000', '092341.321000', '092341.324000', '092341.327000', '092341.330000', '092341.333000', '092341.336000', '092341.339000', '092341.342000', '092341.345000', '092341.348000', '092341.350000', '092341.353000', '092341.356000', '092341.359000', '092341.362000', '092341.365000', '092341.368000', '092341.371000', '092341.374000', '092341.377000', '092341.380000', '092341.383000', '092401.257000', '092401.260000', '092401.263000', '092401.266000', '092401.269000', '092401.272000', '092401.275000', '092401.278000', '092401.281000', '092401.284000', '092401.287000', '092401.289000', '092401.292000', '092401.295000', '092401.298000', '092401.301000', '092401.304000', '092401.307000', '092401.310000', '092401.313000', '092401.316000', '092401.319000', '092401.321000', '092401.324000', '092401.327000', '092401.330000', '092401.333000', '092401.336000', '092401.339000', '092401.342000', '092401.345000', '092401.348000', '092401.351000', '092401.354000', '092401.356000', '092401.359000', '092401.362000', '092401.365000', '092401.368000', '092401.371000', '092401.374000', '092401.377000', '092401.382000', '092421.257000', '092421.268000', '092421.271000', '092421.274000', '092421.277000', '092421.280000', '092421.283000', '092421.286000', '092421.288000', '092421.291000', '092421.294000', '092421.297000', '092421.300000', '092421.303000', '092421.306000', '092421.309000', '092421.312000', '092421.315000', '092421.318000', '092421.321000', '092421.324000', '092421.327000', '092421.329000', '092421.332000', '092421.335000', '092421.338000', '092421.341000', '092421.344000', '092421.347000', '092421.350000', '092421.353000', '092421.355000', '092421.358000', '092421.361000', '092421.364000', '092421.367000', '092421.370000', '092421.373000', '092421.376000', '092421.379000', '092421.382000', '092421.385000', '092421.388000', '092421.391000', '092441.256000', '092441.259000', '092441.262000', '092441.265000', '092441.268000', '092441.271000', '092441.274000', '092441.277000', '092441.280000', '092441.283000', '092441.286000', '092441.289000', '092441.299000', '092441.302000', '092441.305000', '092441.308000', '092441.311000', '092441.314000', '092441.317000', '092441.320000', '092441.323000', '092441.326000', '092441.329000', '092441.333000', '092441.336000', '092441.339000', '092441.342000', '092441.345000', '092441.348000', '092441.351000', '092441.354000', '092441.357000', '092441.359000', '092441.362000', '092441.365000', '092441.368000', '092441.371000', '092441.374000', '092441.377000', '092441.380000', '092441.383000', '092441.386000', '092441.389000', '092501.256000', '092501.259000', '092501.262000', '092501.265000', '092501.268000', '092501.271000', '092501.274000', '092501.277000', '092501.280000', '092501.283000', '092501.285000', '092501.288000', '092501.291000', '092501.294000', '092501.297000', '092501.300000', '092501.303000', '092501.306000', '092501.309000', '092501.312000', '092501.315000', '092501.318000', '092501.321000', '092501.324000', '092501.327000', '092501.329000', '092501.332000', '092501.335000', '092501.338000', '092501.341000', '092501.344000', '092501.347000', '092501.350000', '092501.353000', '092501.356000', '092501.359000', '092501.362000', '092501.365000', '092501.367000', '092501.370000', '092501.373000', '092501.376000', '092501.379000', '092501.382000', '092521.256000', '092521.259000', '092521.262000', '092521.265000', '092521.268000', '092521.271000', '092521.274000', '092521.277000', '092521.280000', '092521.282000', '092521.285000', '092521.288000', '092521.292000', '092521.294000', '092521.298000', '092521.300000', '092521.303000', '092521.306000', '092521.313000', '092521.316000', '092521.319000', '092521.322000', '092521.325000', '092521.327000', '092521.330000', '092521.333000', '092521.336000', '092521.339000', '092521.342000', '092521.345000', '092521.348000', '092521.352000', '092521.355000', '092521.358000', '092521.361000', '092521.364000', '092521.367000', '092521.370000', '092521.373000', '092521.376000', '092521.379000', '092521.386000', '092521.390000', '092541.256000', '092541.259000', '092541.262000', '092541.265000', '092541.268000', '092541.271000', '092541.274000', '092541.277000', '092541.279000', '092541.282000', '092541.285000', '092541.288000', '092541.291000', '092541.294000', '092541.297000', '092541.300000', '092541.303000', '092541.306000', '092541.308000', '092541.311000', '092541.314000', '092541.317000', '092541.320000', '092541.323000', '092541.326000', '092541.329000', '092541.332000', '092541.335000', '092541.338000', '092541.341000', '092541.343000', '092541.346000', '092541.349000', '092541.352000', '092541.355000', '092541.358000', '092541.361000', '092541.364000', '092541.367000', '092541.370000', '092541.373000', '092541.375000', '092541.378000', '092541.381000', '092601.257000', '092601.260000', '092601.263000', '092601.266000', '092601.269000', '092601.272000', '092601.275000', '092601.278000', '092601.281000', '092601.284000', '092601.287000', '092601.290000', '092601.292000', '092601.295000', '092601.305000', '092601.308000', '092601.311000', '092601.314000', '092601.317000', '092601.320000', '092601.323000', '092601.326000', '092601.329000', '092601.331000', '092601.343000', '092601.346000', '092601.349000', '092601.352000', '092601.354000', '092601.357000', '092601.360000', '092601.363000', '092601.366000', '092601.369000', '092601.373000', '092601.376000', '092601.379000', '092601.382000', '092601.385000', '092601.388000', '092601.391000', '092601.394000', '092601.397000', '092621.257000', '092621.260000', '092621.263000', '092621.266000', '092621.269000', '092621.272000', '092621.275000', '092621.278000', '092621.280000', '092621.283000', '092621.286000', '092621.289000', '092621.292000', '092621.295000', '092621.298000', '092621.301000', '092621.304000', '092621.307000', '092621.310000', '092621.313000', '092621.315000', '092621.318000', '092621.321000', '092621.324000', '092621.327000', '092621.330000', '092621.333000', '092621.336000', '092621.339000', '092621.342000', '092621.345000', '092621.348000', '092621.351000', '092621.353000', '092621.356000', '092621.359000', '092621.362000', '092621.365000', '092621.368000', '092621.371000', '092621.374000', '092621.377000', '092621.380000', '092621.383000', '092639.227000', '092639.230000', '092639.234000', '092639.237000', '092639.244000', '092639.248000', '092639.251000', '092639.254000', '092639.257000', '092639.260000', '092639.263000', '092639.266000', '092639.269000', '092639.272000', '092639.275000', '092639.278000', '092639.282000', '092639.285000', '092639.288000', '092639.291000', '092639.294000', '092639.297000', '092639.300000', '092639.303000', '092639.306000', '092639.309000', '092639.312000', '092639.315000', '092639.318000', '092639.321000', '092639.323000', '092639.326000', '092639.329000', '092639.332000', '092639.335000', '092639.339000', '092639.342000', '092639.346000', '092639.348000'], '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], 'LargestImagePixelValue': [7929, 9277, 8276, 14754, 8177, 12362, 8351, 9073, 8392, 7844, 7978, 8062, 14051, 8100, 11647, 8359, 8832, 8455, 8835, 8002, 7983, 7958, 8032, 12770, 7906, 10203, 8341, 9251, 8421, 10180, 8193, 8317, 7969, 8119, 14286, 7971, 12146, 8270, 10325, 8112, 7848, 8202, 8137, 8856, 7967, 10792, 8365, 9169, 8702, 7859, 8867, 7987, 11319, 8182, 9274, 7956, 7834, 10852, 7907, 10483, 8316, 8207, 8651, 7513, 8585, 7963, 9758, 8340, 9092, 8723, 7745, 8177, 7870, 12200, 8392, 9496, 8370, 7843, 10888, 8019, 13681, 8879, 9307, 8478, 7821, 13963, 8426, 10812, 8670, 7888, 9686, 8123, 10691, 8403, 8067, 8167, 7708, 11809, 8244, 8815, 7974, 7804, 13251, 8234, 11043, 8247, 7902, 8112, 7674, 12957, 8004, 9097, 8139, 7855, 11829, 8206, 9768, 8270, 7944, 8375, 7744, 7982, 8281, 11107, 7929, 11998, 8803, 8157, 12220, 7956, 12222, 8227, 7631, 12706, 8131, 12314, 8110, 7888, 11433, 7982, 10792, 8141, 7744, 8707, 7889, 9812, 8208, 7745, 8101, 7837, 10274, 8092, 8206, 8377, 7698, 12449, 8146, 10544, 8127, 7809, 13072, 7981, 11441, 8218, 7810, 8328, 7840, 10378, 8669, 7678, 8049, 8104, 11064, 8346, 7583, 8235, 7838, 12943, 8052, 11697, 8366, 7770, 8665, 7971, 9982, 8277, 8075, 8163, 7754, 8490, 7644, 10737, 8204, 9044, 7713, 8081, 14007, 7836, 12536, 8254, 7883, 9715, 8134, 10589, 8224, 7944, 7942, 8117, 13351, 7811, 9423, 8064, 7855, 8040, 8125, 10194, 8012, 8259, 7815, 8243, 13708, 7764, 9295, 8333, 7632, 8887, 7737, 9910, 7876, 7794, 7929, 7841, 12824, 7625, 8954, 8758, 7730, 7779, 8062, 9544, 7893, 9823, 8297, 8496, 8129, 7816, 12218, 7748, 11015, 8062, 7800, 8205, 7632, 13425, 7850, 11132, 8287, 8382, 8036, 7914, 13227, 7856, 9766, 7787, 8304, 7946, 7609, 13630, 7734, 11438, 7752, 7884, 7926, 7656, 12645, 7819, 10754, 7748, 8812, 7824, 9342, 7927, 7993, 7573, 8158, 14320, 7725, 11879, 8678, 8295, 8123, 7713, 8204, 7810, 11018, 7818, 8749, 7736, 7508, 9540, 7555, 10385, 7749, 8549, 7717, 8591, 8076, 7725, 7710, 7632, 12417, 7752, 11374, 8701, 10146, 8177, 7821, 14460, 7990, 12663, 8357, 9930, 7869, 7420, 12807, 7728, 10147, 7901, 7852, 8106, 7281, 8184, 7965, 11183, 7800, 8857, 8096, 7409, 12240, 7650, 9058, 8042, 7240, 7772, 7780, 9855, 7904, 7451, 7895, 7904, 12892, 7869, 10552, 8074, 7402, 7824, 7466, 9523, 8049, 7884, 8145, 7372, 7566, 7435, 12072, 7869, 11018, 7560, 7749, 13982, 8715, 12821, 8346, 7727, 11416, 7507, 9589, 8145, 7306, 7756, 7444, 10240, 7942, 8121, 7892, 7613, 13420, 7799, 9559, 8117, 7528, 7903, 7347, 9416, 8200, 7308, 7801, 7848, 13511, 7701, 9011, 7801, 7512, 7704, 7500, 11179, 8003, 8770, 8198, 7447, 7748, 7604, 12323, 7767, 9863, 7707, 7642, 7512, 8130, 7246, 8077, 7593, 9007, 7560, 10451, 7399, 7633, 12937, 8741, 12387, 9520, 8918, 7558, 7746, 13267, 7727, 8607, 8146, 7497, 11619, 7537, 8851, 7652, 7481, 8066, 7106, 8041, 7507, 9623, 7703, 10309, 7623, 7069, 7660, 7663, 12972, 7569, 12206, 8309, 7904, 11911, 7487, 12642, 8500, 10301, 7800, 7661, 14679, 7601, 12165, 8397, 7941, 7436, 7582, 12270, 7623, 9873, 7776, 7557, 11437, 7598, 10418, 8049, 7940, 7664, 7621, 10226, 7683, 8576, 7950, 7831, 7633, 7580, 12951, 7485, 10095, 7933, 7497, 7212, 7673, 11854, 7812, 9114, 7688, 7515, 8745, 7693, 10061, 7602, 7627, 8160, 7624, 9690, 8053, 7294, 7571, 7884, 10532, 7464, 7317, 7872, 7606, 9160, 7633, 7439, 7705, 7332, 9834, 7626, 8343, 8153, 7102, 9087, 7497, 11346, 7329, 9642, 10315, 8360, 13432, 7597, 8548, 8583, 7736, 12069, 7857, 7955, 7529, 7432, 11351, 7794, 7634, 7647, 7761, 13510, 7480, 8011, 7948, 7447, 10755, 7437, 8557, 7853, 7215, 11949, 7770, 10709, 7904, 7511, 13792, 7653, 10699, 7687, 7708, 12498, 7741, 7272, 8879, 7690, 9888, 7431, 7226, 9281, 7417, 9051, 7602, 7519, 7672, 7268, 10379, 7501, 8626, 8202, 7637, 11267, 7844, 11637, 7530, 8225, 10174, 7489, 12139, 8420, 8203, 7663, 7442, 12551, 7863, 9831, 8229, 7439, 11518, 7678, 10378, 7977, 7466, 9354, 7591, 10402, 7928, 7536, 7550, 7806, 12040, 7615, 8137, 8200, 7390, 8375, 7490, 9394, 8190, 7431, 7880, 7906, 12375, 7499, 8664, 7821, 7748, 14118, 7706, 10791, 8357, 7334, 12965, 7776, 9977, 7901, 7449, 9134, 7562, 10053, 7566, 8673, 8188, 7481, 10620, 7828, 12179, 7438, 7768, 10616, 7831, 12275, 7882, 8380, 8509, 7769, 11293, 7469, 9282, 7541, 7683, 10036, 7519, 9574, 7600, 7816, 7655, 7272, 12512, 7902, 11321, 7443, 8166, 9331, 8195, 13537, 9079, 11841, 8116, 7424, 12140, 8034, 11979, 7669, 9211, 7867, 7708, 12525, 8813, 12263, 8475, 8018, 9278, 8113, 11662, 7731, 7924, 7443, 7643, 11662, 7558, 8778, 7730, 7776, 7950, 7777, 9431, 7570, 7811, 7625, 7787, 12405, 7606, 9864, 7455, 7677, 7574, 7390, 12562, 7745, 10541, 7422, 8600, 8688, 7962, 13423, 7891, 12252, 8664, 9826, 9588, 8005, 13197, 7905, 12271, 7800, 8880, 7249, 8072, 10476, 7947, 9291, 7888, 7713, 7680, 8099, 10785, 7659, 7893, 7672, 7512, 7607, 7891, 9645, 7525, 8419, 8541, 7613, 7421, 8042, 11377, 7575, 9901, 7844, 7839, 11782, 7772, 12080, 9030, 8819, 7394, 7901, 13446, 7549, 9580, 8736, 8045, 7542, 7898, 9602, 7467, 7999, 8009, 7692, 7587, 7985, 11224, 7949, 9384, 7941, 7714, 8517, 8275, 14013, 7897, 11945, 8480, 7851, 11672, 8376, 12033, 7684, 7974, 8143, 8094, 11405, 7577, 8157, 7465, 7911, 12557, 7964, 8764, 7668, 7951, 13182, 7941, 9752, 7702, 7708, 8687, 7943, 9691, 7358, 7612, 7359, 7860, 10245, 7927, 7547, 7398, 7901, 10509, 7353, 7835, 10133, 8147, 9864, 7457, 7983, 9944, 8000, 9653, 7705, 7463, 7580, 7394, 11381, 7620, 9448, 7740, 7924, 12996, 7586, 10520, 8702, 7954, 14149, 7647, 9975, 7787, 7908, 9458, 7927, 10267, 8430, 7645, 7593, 7770, 9777, 7543, 8039, 7759, 7770, 11576, 8007, 9540, 8091, 7674, 9468, 8281, 14196, 7765, 10477, 8717, 8309, 14557, 8009, 11026, 8142, 7877, 13900, 7679, 8861, 7463, 7845, 10353, 7693, 7908, 8075, 7828, 9026, 7945, 9230, 7740, 8179, 7584, 7838, 12947, 8006, 11233, 8486, 7971, 14055, 8293, 12806, 8438, 8471, 10679, 8004, 12523, 8126, 9924, 8823, 7973, 11980, 8456, 11294, 7685, 7932, 7677, 8035, 12665, 7705, 8807, 8138, 7997, 12320, 7738, 9143, 7681, 7920, 7477, 8028, 11713, 7784, 9231, 8217, 8174, 7477, 8218, 12421, 8304, 11935], 'WindowCenter': [3964.0, 3958.0, 3946.0, 3986.0, 3934.0, 3963.0, 3932.0, 3930.0, 3932.0, 3933.0, 3919.0, 3931.0, 3972.0, 3931.0, 3951.0, 3930.0, 3929.0, 3934.0, 3941.0, 3931.0, 3931.0, 3920.0, 3921.0, 3962.0, 3920.0, 3939.0, 3933.0, 3940.0, 3932.0, 3952.0, 3931.0, 3931.0, 3919.0, 3931.0, 3972.0, 3920.0, 3949.0, 3919.0, 3940.0, 3919.0, 3919.0, 3919.0, 3920.0, 3928.0, 3919.0, 3951.0, 3931.0, 3929.0, 3929.0, 3920.0, 3928.0, 3919.0, 3950.0, 3919.0, 3928.0, 3918.0, 3920.0, 3950.0, 3920.0, 3939.0, 3930.0, 3930.0, 3930.0, 3922.0, 3930.0, 3932.0, 3941.0, 3932.0, 3942.0, 3942.0, 3933.0, 3931.0, 3932.0, 3962.0, 3931.0, 3942.0, 3932.0, 3932.0, 3950.0, 3920.0, 3961.0, 3931.0, 3929.0, 3918.0, 3919.0, 3960.0, 3930.0, 3939.0, 3918.0, 3918.0, 3928.0, 3919.0, 3939.0, 3918.0, 3918.0, 3916.0, 3918.0, 3949.0, 3920.0, 3930.0, 3918.0, 3919.0, 3961.0, 3930.0, 3950.0, 3930.0, 3920.0, 3919.0, 3920.0, 3960.0, 3920.0, 3929.0, 3918.0, 3920.0, 3949.0, 3930.0, 3940.0, 3930.0, 3921.0, 3931.0, 3932.0, 3932.0, 3933.0, 3963.0, 3932.0, 3964.0, 3942.0, 3922.0, 3950.0, 3919.0, 3950.0, 3918.0, 3907.0, 3948.0, 3906.0, 3936.0, 3905.0, 3905.0, 3936.0, 3916.0, 3936.0, 3906.0, 3906.0, 3915.0, 3918.0, 3928.0, 3918.0, 3907.0, 3906.0, 3919.0, 3940.0, 3919.0, 3919.0, 3918.0, 3920.0, 3960.0, 3920.0, 3950.0, 3919.0, 3909.0, 3949.0, 3918.0, 3949.0, 3918.0, 3908.0, 3917.0, 3918.0, 3937.0, 3918.0, 3907.0, 3906.0, 3917.0, 3936.0, 3918.0, 3919.0, 3917.0, 3919.0, 3947.0, 3918.0, 3949.0, 3929.0, 3919.0, 3928.0, 3919.0, 3939.0, 3930.0, 3920.0, 3918.0, 3920.0, 3928.0, 3919.0, 3950.0, 3930.0, 3930.0, 3918.0, 3919.0, 3958.0, 3909.0, 3949.0, 3918.0, 3918.0, 3926.0, 3906.0, 3926.0, 3916.0, 3906.0, 3905.0, 3907.0, 3946.0, 3906.0, 3926.0, 3917.0, 3916.0, 3906.0, 3918.0, 3937.0, 3918.0, 3918.0, 3907.0, 3918.0, 3947.0, 3906.0, 3926.0, 3917.0, 3919.0, 3916.0, 3907.0, 3927.0, 3917.0, 3918.0, 3919.0, 3919.0, 3959.0, 3919.0, 3930.0, 3930.0, 3920.0, 3919.0, 3920.0, 3940.0, 3919.0, 3939.0, 3931.0, 3931.0, 3919.0, 3921.0, 3949.0, 3919.0, 3940.0, 3920.0, 3908.0, 3918.0, 3909.0, 3959.0, 3918.0, 3949.0, 3919.0, 3919.0, 3918.0, 3919.0, 3958.0, 3919.0, 3938.0, 3908.0, 3917.0, 3917.0, 3908.0, 3959.0, 3919.0, 3949.0, 3919.0, 3919.0, 3907.0, 3919.0, 3959.0, 3919.0, 3948.0, 3919.0, 3928.0, 3920.0, 3941.0, 3920.0, 3920.0, 3908.0, 3919.0, 3969.0, 3919.0, 3949.0, 3918.0, 3917.0, 3906.0, 3907.0, 3916.0, 3918.0, 3937.0, 3907.0, 3916.0, 3906.0, 3908.0, 3938.0, 3918.0, 3938.0, 3918.0, 3928.0, 3920.0, 3942.0, 3931.0, 3920.0, 3919.0, 3920.0, 3960.0, 3921.0, 3950.0, 3932.0, 3940.0, 3918.0, 3919.0, 3960.0, 3919.0, 3948.0, 3918.0, 3928.0, 3906.0, 3907.0, 3947.0, 3907.0, 3926.0, 3907.0, 3917.0, 3918.0, 3910.0, 3918.0, 3919.0, 3948.0, 3908.0, 3929.0, 3919.0, 3908.0, 3947.0, 3907.0, 3927.0, 3918.0, 3908.0, 3908.0, 3919.0, 3928.0, 3918.0, 3909.0, 3918.0, 3920.0, 3959.0, 3919.0, 3950.0, 3919.0, 3921.0, 3918.0, 3920.0, 3940.0, 3932.0, 3931.0, 3931.0, 3922.0, 3920.0, 3922.0, 3973.0, 3933.0, 3964.0, 3921.0, 3922.0, 3960.0, 3930.0, 3960.0, 3918.0, 3907.0, 3936.0, 3896.0, 3926.0, 3907.0, 3907.0, 3906.0, 3908.0, 3937.0, 3919.0, 3918.0, 3918.0, 3908.0, 3958.0, 3908.0, 3939.0, 3918.0, 3919.0, 3917.0, 3908.0, 3928.0, 3930.0, 3920.0, 3919.0, 3920.0, 3960.0, 3920.0, 3941.0, 3920.0, 3910.0, 3908.0, 3909.0, 3950.0, 3921.0, 3930.0, 3930.0, 3920.0, 3919.0, 3921.0, 3961.0, 3921.0, 3941.0, 3920.0, 3920.0, 3909.0, 3920.0, 3909.0, 3921.0, 3932.0, 3944.0, 3933.0, 3952.0, 3920.0, 3921.0, 3960.0, 3930.0, 3949.0, 3929.0, 3919.0, 3906.0, 3907.0, 3959.0, 3907.0, 3916.0, 3906.0, 3906.0, 3947.0, 3908.0, 3927.0, 3918.0, 3907.0, 3918.0, 3921.0, 3920.0, 3921.0, 3941.0, 3922.0, 3952.0, 3933.0, 3923.0, 3922.0, 3934.0, 3973.0, 3922.0, 3965.0, 3932.0, 3933.0, 3950.0, 3910.0, 3961.0, 3930.0, 3940.0, 3908.0, 3919.0, 3959.0, 3919.0, 3948.0, 3918.0, 3917.0, 3895.0, 3907.0, 3948.0, 3919.0, 3939.0, 3907.0, 3907.0, 3936.0, 3906.0, 3937.0, 3907.0, 3906.0, 3905.0, 3907.0, 3926.0, 3908.0, 3918.0, 3918.0, 3908.0, 3907.0, 3919.0, 3959.0, 3909.0, 3940.0, 3919.0, 3909.0, 3907.0, 3920.0, 3949.0, 3920.0, 3929.0, 3908.0, 3909.0, 3917.0, 3919.0, 3940.0, 3909.0, 3909.0, 3917.0, 3907.0, 3927.0, 3919.0, 3908.0, 3906.0, 3918.0, 3937.0, 3907.0, 3908.0, 3918.0, 3919.0, 3927.0, 3908.0, 3909.0, 3920.0, 3922.0, 3940.0, 3921.0, 3931.0, 3920.0, 3922.0, 3942.0, 3922.0, 3952.0, 3922.0, 3954.0, 3953.0, 3932.0, 3961.0, 3921.0, 3930.0, 3918.0, 3920.0, 3950.0, 3919.0, 3920.0, 3907.0, 3908.0, 3948.0, 3919.0, 3908.0, 3907.0, 3909.0, 3948.0, 3907.0, 3918.0, 3918.0, 3909.0, 3938.0, 3907.0, 3929.0, 3919.0, 3921.0, 3951.0, 3921.0, 3951.0, 3919.0, 3910.0, 3960.0, 3921.0, 3951.0, 3908.0, 3909.0, 3949.0, 3909.0, 3909.0, 3928.0, 3908.0, 3927.0, 3907.0, 3908.0, 3929.0, 3909.0, 3928.0, 3920.0, 3920.0, 3920.0, 3923.0, 3951.0, 3921.0, 3931.0, 3931.0, 3933.0, 3964.0, 3933.0, 3962.0, 3921.0, 3932.0, 3941.0, 3922.0, 3962.0, 3920.0, 3919.0, 3908.0, 3909.0, 3960.0, 3920.0, 3940.0, 3919.0, 3910.0, 3949.0, 3920.0, 3940.0, 3919.0, 3909.0, 3927.0, 3908.0, 3938.0, 3919.0, 3908.0, 3907.0, 3920.0, 3949.0, 3920.0, 3919.0, 3918.0, 3909.0, 3918.0, 3909.0, 3929.0, 3930.0, 3920.0, 3918.0, 3920.0, 3959.0, 3909.0, 3930.0, 3919.0, 3920.0, 3959.0, 3908.0, 3939.0, 3918.0, 3908.0, 3958.0, 3906.0, 3927.0, 3907.0, 3908.0, 3928.0, 3919.0, 3938.0, 3920.0, 3930.0, 3930.0, 3922.0, 3951.0, 3921.0, 3961.0, 3909.0, 3920.0, 3951.0, 3920.0, 3960.0, 3919.0, 3919.0, 3918.0, 3920.0, 3949.0, 3909.0, 3928.0, 3908.0, 3919.0, 3939.0, 3921.0, 3939.0, 3920.0, 3920.0, 3919.0, 3922.0, 3973.0, 3932.0, 3962.0, 3921.0, 3932.0, 3941.0, 3933.0, 3961.0, 3931.0, 3950.0, 3918.0, 3909.0, 3950.0, 3919.0, 3949.0, 3919.0, 3928.0, 3918.0, 3920.0, 3960.0, 3929.0, 3948.0, 3918.0, 3907.0, 3927.0, 3918.0, 3936.0, 3907.0, 3906.0, 3894.0, 3907.0, 3948.0, 3907.0, 3928.0, 3906.0, 3908.0, 3917.0, 3920.0, 3929.0, 3919.0, 3919.0, 3918.0, 3920.0, 3961.0, 3921.0, 3951.0, 3920.0, 3921.0, 3920.0, 3933.0, 3973.0, 3922.0, 3951.0, 3921.0, 3932.0, 3931.0, 3932.0, 3972.0, 3921.0, 3950.0, 3930.0, 3941.0, 3929.0, 3920.0, 3948.0, 3918.0, 3948.0, 3907.0, 3929.0, 3907.0, 3918.0, 3936.0, 3917.0, 3926.0, 3918.0, 3918.0, 3907.0, 3918.0, 3937.0, 3907.0, 3918.0, 3919.0, 3909.0, 3918.0, 3919.0, 3939.0, 3920.0, 3931.0, 3930.0, 3921.0, 3909.0, 3931.0, 3962.0, 3921.0, 3951.0, 3920.0, 3921.0, 3950.0, 3920.0, 3960.0, 3930.0, 3929.0, 3907.0, 3918.0, 3959.0, 3908.0, 3928.0, 3917.0, 3918.0, 3906.0, 3918.0, 3928.0, 3907.0, 3907.0, 3918.0, 3908.0, 3918.0, 3920.0, 3949.0, 3920.0, 3939.0, 3920.0, 3921.0, 3930.0, 3931.0, 3960.0, 3921.0, 3961.0, 3930.0, 3931.0, 3950.0, 3931.0, 3949.0, 3919.0, 3919.0, 3918.0, 3919.0, 3949.0, 3919.0, 3919.0, 3909.0, 3920.0, 3960.0, 3919.0, 3930.0, 3908.0, 3921.0, 3961.0, 3919.0, 3929.0, 3908.0, 3908.0, 3918.0, 3919.0, 3939.0, 3908.0, 3919.0, 3907.0, 3919.0, 3939.0, 3919.0, 3909.0, 3907.0, 3919.0, 3938.0, 3908.0, 3919.0, 3938.0, 3918.0, 3927.0, 3907.0, 3918.0, 3938.0, 3919.0, 3929.0, 3920.0, 3909.0, 3919.0, 3921.0, 3962.0, 3922.0, 3942.0, 3920.0, 3932.0, 3972.0, 3922.0, 3952.0, 3930.0, 3920.0, 3959.0, 3920.0, 3941.0, 3908.0, 3920.0, 3928.0, 3919.0, 3939.0, 3931.0, 3921.0, 3918.0, 3920.0, 3939.0, 3920.0, 3932.0, 3921.0, 3922.0, 3961.0, 3932.0, 3942.0, 3933.0, 3923.0, 3942.0, 3932.0, 3962.0, 3920.0, 3952.0, 3929.0, 3920.0, 3959.0, 3919.0, 3939.0, 3918.0, 3919.0, 3958.0, 3906.0, 3916.0, 3894.0, 3906.0, 3937.0, 3907.0, 3906.0, 3916.0, 3919.0, 3929.0, 3931.0, 3941.0, 3922.0, 3932.0, 3921.0, 3934.0, 3962.0, 3932.0, 3952.0, 3931.0, 3932.0, 3973.0, 3931.0, 3961.0, 3931.0, 3931.0, 3939.0, 3920.0, 3949.0, 3919.0, 3939.0, 3928.0, 3919.0, 3950.0, 3919.0, 3949.0, 3919.0, 3919.0, 3907.0, 3919.0, 3959.0, 3908.0, 3928.0, 3917.0, 3919.0, 3959.0, 3919.0, 3929.0, 3919.0, 3919.0, 3908.0, 3931.0, 3962.0, 3921.0, 3940.0, 3930.0, 3931.0, 3921.0, 3932.0, 3961.0, 3932.0, 3961.0], 'WindowWidth': [8871.0, 8853.0, 8832.0, 8883.0, 8809.0, 8847.0, 8803.0, 8798.0, 8802.0, 8803.0, 8782.0, 8801.0, 8856.0, 8799.0, 8825.0, 8797.0, 8794.0, 8807.0, 8814.0, 8801.0, 8800.0, 8782.0, 8786.0, 8841.0, 8783.0, 8807.0, 8803.0, 8811.0, 8804.0, 8830.0, 8800.0, 8800.0, 8782.0, 8801.0, 8854.0, 8783.0, 8818.0, 8779.0, 8807.0, 8782.0, 8781.0, 8780.0, 8782.0, 8789.0, 8781.0, 8824.0, 8799.0, 8794.0, 8792.0, 8781.0, 8789.0, 8781.0, 8820.0, 8779.0, 8791.0, 8777.0, 8784.0, 8823.0, 8782.0, 8805.0, 8796.0, 8796.0, 8798.0, 8790.0, 8797.0, 8802.0, 8812.0, 8805.0, 8819.0, 8818.0, 8807.0, 8799.0, 8803.0, 8842.0, 8801.0, 8816.0, 8800.0, 8801.0, 8820.0, 8783.0, 8838.0, 8797.0, 8793.0, 8774.0, 8780.0, 8836.0, 8795.0, 8805.0, 8775.0, 8777.0, 8788.0, 8779.0, 8804.0, 8776.0, 8775.0, 8770.0, 8778.0, 8819.0, 8782.0, 8794.0, 8777.0, 8781.0, 8840.0, 8798.0, 8823.0, 8796.0, 8783.0, 8781.0, 8785.0, 8835.0, 8783.0, 8794.0, 8775.0, 8783.0, 8821.0, 8796.0, 8808.0, 8797.0, 8785.0, 8799.0, 8805.0, 8803.0, 8807.0, 8845.0, 8803.0, 8848.0, 8817.0, 8789.0, 8822.0, 8779.0, 8821.0, 8775.0, 8761.0, 8813.0, 8755.0, 8795.0, 8754.0, 8755.0, 8798.0, 8771.0, 8795.0, 8756.0, 8757.0, 8769.0, 8777.0, 8790.0, 8776.0, 8762.0, 8757.0, 8780.0, 8809.0, 8782.0, 8781.0, 8777.0, 8783.0, 8834.0, 8783.0, 8824.0, 8779.0, 8766.0, 8818.0, 8776.0, 8819.0, 8776.0, 8763.0, 8772.0, 8775.0, 8801.0, 8776.0, 8762.0, 8757.0, 8774.0, 8798.0, 8778.0, 8780.0, 8775.0, 8780.0, 8815.0, 8777.0, 8819.0, 8794.0, 8782.0, 8790.0, 8782.0, 8805.0, 8796.0, 8784.0, 8778.0, 8782.0, 8790.0, 8781.0, 8821.0, 8796.0, 8797.0, 8778.0, 8781.0, 8831.0, 8764.0, 8818.0, 8775.0, 8776.0, 8781.0, 8756.0, 8783.0, 8771.0, 8756.0, 8753.0, 8760.0, 8809.0, 8756.0, 8784.0, 8773.0, 8772.0, 8756.0, 8775.0, 8798.0, 8776.0, 8778.0, 8759.0, 8774.0, 8811.0, 8758.0, 8785.0, 8773.0, 8779.0, 8772.0, 8762.0, 8787.0, 8775.0, 8779.0, 8779.0, 8781.0, 8831.0, 8780.0, 8794.0, 8796.0, 8783.0, 8780.0, 8783.0, 8807.0, 8781.0, 8808.0, 8800.0, 8799.0, 8781.0, 8786.0, 8819.0, 8780.0, 8808.0, 8781.0, 8764.0, 8774.0, 8767.0, 8830.0, 8778.0, 8820.0, 8781.0, 8779.0, 8775.0, 8779.0, 8829.0, 8780.0, 8804.0, 8765.0, 8775.0, 8772.0, 8764.0, 8834.0, 8782.0, 8820.0, 8780.0, 8780.0, 8760.0, 8781.0, 8835.0, 8780.0, 8817.0, 8781.0, 8792.0, 8783.0, 8814.0, 8785.0, 8783.0, 8763.0, 8780.0, 8846.0, 8779.0, 8819.0, 8777.0, 8772.0, 8758.0, 8760.0, 8770.0, 8778.0, 8800.0, 8761.0, 8770.0, 8756.0, 8763.0, 8805.0, 8779.0, 8803.0, 8779.0, 8791.0, 8783.0, 8818.0, 8800.0, 8785.0, 8781.0, 8785.0, 8837.0, 8786.0, 8825.0, 8802.0, 8808.0, 8777.0, 8779.0, 8837.0, 8779.0, 8816.0, 8776.0, 8788.0, 8756.0, 8761.0, 8815.0, 8760.0, 8783.0, 8760.0, 8774.0, 8777.0, 8770.0, 8777.0, 8779.0, 8817.0, 8764.0, 8793.0, 8779.0, 8764.0, 8813.0, 8761.0, 8788.0, 8777.0, 8766.0, 8763.0, 8779.0, 8789.0, 8779.0, 8769.0, 8777.0, 8783.0, 8832.0, 8779.0, 8823.0, 8781.0, 8787.0, 8778.0, 8784.0, 8810.0, 8803.0, 8803.0, 8800.0, 8791.0, 8785.0, 8792.0, 8860.0, 8808.0, 8849.0, 8789.0, 8789.0, 8838.0, 8795.0, 8836.0, 8775.0, 8759.0, 8796.0, 8743.0, 8784.0, 8760.0, 8760.0, 8756.0, 8762.0, 8800.0, 8779.0, 8779.0, 8775.0, 8765.0, 8829.0, 8763.0, 8808.0, 8777.0, 8781.0, 8773.0, 8766.0, 8792.0, 8797.0, 8784.0, 8780.0, 8784.0, 8835.0, 8784.0, 8814.0, 8784.0, 8771.0, 8764.0, 8768.0, 8824.0, 8787.0, 8796.0, 8796.0, 8784.0, 8779.0, 8788.0, 8841.0, 8788.0, 8811.0, 8784.0, 8784.0, 8766.0, 8783.0, 8769.0, 8787.0, 8806.0, 8823.0, 8806.0, 8830.0, 8784.0, 8785.0, 8834.0, 8795.0, 8820.0, 8793.0, 8776.0, 8756.0, 8761.0, 8832.0, 8761.0, 8771.0, 8755.0, 8757.0, 8815.0, 8763.0, 8786.0, 8777.0, 8762.0, 8779.0, 8789.0, 8785.0, 8789.0, 8813.0, 8789.0, 8831.0, 8809.0, 8795.0, 8790.0, 8808.0, 8859.0, 8791.0, 8851.0, 8804.0, 8804.0, 8823.0, 8768.0, 8838.0, 8797.0, 8809.0, 8762.0, 8780.0, 8833.0, 8779.0, 8816.0, 8775.0, 8773.0, 8742.0, 8761.0, 8816.0, 8779.0, 8805.0, 8760.0, 8761.0, 8797.0, 8758.0, 8801.0, 8761.0, 8758.0, 8753.0, 8759.0, 8784.0, 8763.0, 8775.0, 8778.0, 8762.0, 8760.0, 8780.0, 8832.0, 8769.0, 8809.0, 8781.0, 8767.0, 8760.0, 8781.0, 8821.0, 8782.0, 8794.0, 8764.0, 8767.0, 8774.0, 8780.0, 8809.0, 8766.0, 8765.0, 8772.0, 8761.0, 8787.0, 8779.0, 8762.0, 8758.0, 8775.0, 8798.0, 8761.0, 8765.0, 8776.0, 8779.0, 8788.0, 8765.0, 8767.0, 8782.0, 8790.0, 8811.0, 8787.0, 8800.0, 8784.0, 8791.0, 8816.0, 8790.0, 8828.0, 8790.0, 8835.0, 8831.0, 8804.0, 8839.0, 8785.0, 8796.0, 8777.0, 8782.0, 8821.0, 8780.0, 8780.0, 8758.0, 8764.0, 8817.0, 8780.0, 8765.0, 8760.0, 8765.0, 8814.0, 8760.0, 8778.0, 8777.0, 8766.0, 8802.0, 8763.0, 8793.0, 8781.0, 8787.0, 8825.0, 8785.0, 8824.0, 8780.0, 8769.0, 8837.0, 8786.0, 8827.0, 8763.0, 8767.0, 8818.0, 8766.0, 8768.0, 8790.0, 8763.0, 8786.0, 8760.0, 8763.0, 8793.0, 8769.0, 8791.0, 8782.0, 8784.0, 8783.0, 8794.0, 8827.0, 8788.0, 8799.0, 8801.0, 8807.0, 8848.0, 8804.0, 8842.0, 8788.0, 8803.0, 8812.0, 8789.0, 8841.0, 8783.0, 8779.0, 8762.0, 8767.0, 8837.0, 8784.0, 8808.0, 8780.0, 8770.0, 8820.0, 8783.0, 8811.0, 8780.0, 8766.0, 8787.0, 8764.0, 8805.0, 8782.0, 8766.0, 8761.0, 8781.0, 8820.0, 8784.0, 8783.0, 8779.0, 8768.0, 8776.0, 8766.0, 8793.0, 8796.0, 8785.0, 8779.0, 8782.0, 8833.0, 8767.0, 8796.0, 8781.0, 8783.0, 8833.0, 8765.0, 8806.0, 8776.0, 8766.0, 8830.0, 8760.0, 8786.0, 8759.0, 8762.0, 8791.0, 8780.0, 8804.0, 8782.0, 8796.0, 8798.0, 8792.0, 8827.0, 8787.0, 8838.0, 8768.0, 8785.0, 8826.0, 8784.0, 8836.0, 8780.0, 8781.0, 8777.0, 8783.0, 8820.0, 8766.0, 8790.0, 8763.0, 8780.0, 8807.0, 8788.0, 8808.0, 8785.0, 8784.0, 8782.0, 8791.0, 8859.0, 8804.0, 8842.0, 8787.0, 8802.0, 8812.0, 8805.0, 8840.0, 8799.0, 8821.0, 8777.0, 8768.0, 8823.0, 8781.0, 8818.0, 8781.0, 8791.0, 8777.0, 8783.0, 8835.0, 8793.0, 8816.0, 8775.0, 8760.0, 8785.0, 8775.0, 8797.0, 8759.0, 8756.0, 8739.0, 8760.0, 8817.0, 8762.0, 8791.0, 8760.0, 8763.0, 8775.0, 8785.0, 8793.0, 8782.0, 8780.0, 8777.0, 8784.0, 8840.0, 8788.0, 8826.0, 8786.0, 8786.0, 8785.0, 8808.0, 8859.0, 8790.0, 8828.0, 8788.0, 8803.0, 8801.0, 8804.0, 8856.0, 8786.0, 8823.0, 8795.0, 8811.0, 8793.0, 8781.0, 8817.0, 8776.0, 8815.0, 8761.0, 8793.0, 8760.0, 8776.0, 8798.0, 8773.0, 8785.0, 8778.0, 8779.0, 8761.0, 8777.0, 8800.0, 8762.0, 8779.0, 8781.0, 8770.0, 8777.0, 8782.0, 8806.0, 8786.0, 8801.0, 8799.0, 8787.0, 8767.0, 8799.0, 8842.0, 8789.0, 8826.0, 8785.0, 8786.0, 8823.0, 8784.0, 8837.0, 8796.0, 8793.0, 8759.0, 8778.0, 8832.0, 8765.0, 8790.0, 8774.0, 8777.0, 8756.0, 8776.0, 8790.0, 8761.0, 8759.0, 8775.0, 8764.0, 8779.0, 8784.0, 8822.0, 8785.0, 8808.0, 8784.0, 8789.0, 8798.0, 8800.0, 8838.0, 8785.0, 8840.0, 8798.0, 8800.0, 8822.0, 8798.0, 8821.0, 8781.0, 8782.0, 8777.0, 8779.0, 8818.0, 8779.0, 8779.0, 8767.0, 8783.0, 8835.0, 8781.0, 8796.0, 8763.0, 8786.0, 8838.0, 8781.0, 8792.0, 8762.0, 8765.0, 8776.0, 8780.0, 8806.0, 8766.0, 8779.0, 8759.0, 8778.0, 8806.0, 8782.0, 8767.0, 8761.0, 8780.0, 8804.0, 8764.0, 8781.0, 8802.0, 8777.0, 8786.0, 8759.0, 8777.0, 8804.0, 8782.0, 8792.0, 8784.0, 8768.0, 8779.0, 8788.0, 8843.0, 8789.0, 8816.0, 8784.0, 8802.0, 8858.0, 8792.0, 8831.0, 8795.0, 8784.0, 8834.0, 8783.0, 8813.0, 8765.0, 8783.0, 8789.0, 8781.0, 8808.0, 8801.0, 8787.0, 8778.0, 8785.0, 8808.0, 8785.0, 8803.0, 8787.0, 8792.0, 8841.0, 8803.0, 8817.0, 8808.0, 8793.0, 8814.0, 8802.0, 8842.0, 8783.0, 8828.0, 8794.0, 8782.0, 8834.0, 8779.0, 8808.0, 8777.0, 8779.0, 8828.0, 8758.0, 8771.0, 8736.0, 8759.0, 8799.0, 8761.0, 8757.0, 8772.0, 8780.0, 8796.0, 8801.0, 8814.0, 8790.0, 8805.0, 8787.0, 8811.0, 8845.0, 8805.0, 8830.0, 8798.0, 8802.0, 8859.0, 8801.0, 8840.0, 8799.0, 8798.0, 8808.0, 8783.0, 8820.0, 8781.0, 8805.0, 8788.0, 8780.0, 8822.0, 8781.0, 8819.0, 8779.0, 8779.0, 8760.0, 8782.0, 8834.0, 8765.0, 8790.0, 8772.0, 8779.0, 8834.0, 8782.0, 8792.0, 8781.0, 8782.0, 8763.0, 8800.0, 8842.0, 8788.0, 8811.0, 8795.0, 8799.0, 8787.0, 8804.0, 8841.0, 8803.0, 8839.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.0004964522821576763</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.019732452593360993</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.09959105799582</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.233918097300102</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9950254384631372</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4448</td></tr>
|
|
<tr><td colspan=3>fber</td><td>8957.9844</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.08809845553354846</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>4</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>0.4149377593360996</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.383525706328896</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.300010490618022</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6866814813990674</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.1638851469695983</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00708621</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015856225043535233</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.028500620275735855</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>964</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.822279578388902</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.3103</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>29.9842</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>141.0419</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>36.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>308354.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>660.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>290.8096</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1377</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>465.1239</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3191.6531</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3413.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>68190.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>982.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4181.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>892.9161</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>45.284495378728025</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> |