=== 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-0056 --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-0056",
"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-0056_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-0056_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-0056_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-0056/figures/sub-0056_ses-02_task-narratives_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0056/figures/sub-0056_ses-02_task-narratives_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0056/figures/sub-0056_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-0056_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-0056/figures/sub-0056_ses-02_task-narratives_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0056/figures/sub-0056_ses-02_task-narratives_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0056/figures/sub-0056_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-0056_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-0056/figures/sub-0056_ses-02_task-narratives_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0056/figures/sub-0056_ses-02_task-narratives_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0056/figures/sub-0056_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-0056_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-0056/figures/sub-0056_ses-02_task-narratives_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0056/figures/sub-0056_ses-02_task-narratives_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0056/figures/sub-0056_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-0056_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-0056/figures/sub-0056_ses-02_task-narratives_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0056/figures/sub-0056_ses-02_task-narratives_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0056/figures/sub-0056_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-0056_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-0056/figures/sub-0056_ses-02_task-narratives_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0056/figures/sub-0056_ses-02_task-narratives_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0056/figures/sub-0056_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-0056_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-0056/figures/sub-0056_ses-02_task-narratives_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0056/figures/sub-0056_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-0056/figures/sub-0056_ses-02_task-narratives_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0056/figures/sub-0056_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-0056/ses-02/func/sub-0056_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>81580ee250bf7dd72bdf4522ccf2b322</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>17:32:12.627500</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.997429, 0.0712687, -0.00744754, -0.0709717, 0.996881, 0.0345231]</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.0925276</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>8</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4160, -7779, -7202, 826, -32, -262, 67, 60]</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>229.28</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>59539748-192e-4162-8f73-832b998bd748||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.676029920578003, -0.19041197001934052, -0.026688745245337486, 118.06438446044922], [-0.19120873510837555, 2.674558162689209, 0.09154562652111053, -97.58012390136719], [-0.01998119242489338, -0.09262295067310333, 2.6983156204223633, -50.086769104003906], [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': ['173212.627500', '173213.087500', '173213.547500', '173214.007500', '173214.467500', '173214.927500', '173215.387500', '173215.847500', '173216.307500', '173216.767500', '173217.227500', '173217.687500', '173218.147500', '173218.607500', '173219.067500', '173219.527500', '173219.987500', '173220.447500', '173220.907500', '173221.367500', '173221.827500', '173222.287500', '173222.747500', '173223.207500', '173223.667500', '173224.127500', '173224.587500', '173225.047500', '173225.507500', '173225.967500', '173226.427500', '173226.887500', '173227.347500', '173227.807500', '173228.267500', '173228.727500', '173229.187500', '173229.647500', '173230.107500', '173230.567500', '173231.027500', '173231.487500', '173231.947500', '173232.407500', '173232.867500', '173233.327500', '173233.787500', '173234.247500', '173234.707500', '173235.167500', '173235.627500', '173236.087500', '173236.547500', '173237.007500', '173237.467500', '173237.927500', '173238.387500', '173238.847500', '173239.307500', '173239.767500', '173240.227500', '173240.687500', '173241.147500', '173241.607500', '173242.067500', '173242.527500', '173242.987500', '173243.447500', '173243.907500', '173244.367500', '173244.827500', '173245.287500', '173245.747500', '173246.207500', '173246.667500', '173247.127500', '173247.587500', '173248.047500', '173248.507500', '173248.967500', '173249.427500', '173249.887500', '173250.347500', '173250.807500', '173251.267500', '173251.727500', '173252.187500', '173252.647500', '173253.107500', '173253.567500', '173254.027500', '173254.487500', '173254.947500', '173255.407500', '173255.867500', '173256.327500', '173256.787500', '173257.247500', '173257.707500', '173258.167500', '173258.627500', '173259.087500', '173259.547500', '173300.007500', '173300.467500', '173300.927500', '173301.387500', '173301.847500', '173302.307500', '173302.767500', '173303.227500', '173303.687500', '173304.147500', '173304.607500', '173305.067500', '173305.527500', '173305.987500', '173306.447500', '173306.907500', '173307.367500', '173307.827500', '173308.287500', '173308.747500', '173309.207500', '173309.667500', '173310.127500', '173310.587500', '173311.047500', '173311.507500', '173311.967500', '173312.427500', '173312.887500', '173313.347500', '173313.807500', '173314.267500', '173314.727500', '173315.187500', '173315.647500', '173316.107500', '173316.567500', '173317.027500', '173317.487500', '173317.947500', '173318.407500', '173318.867500', '173319.327500', '173319.787500', '173320.247500', '173320.707500', '173321.167500', '173321.627500', '173322.087500', '173322.547500', '173323.007500', '173323.467500', '173323.927500', '173324.387500', '173324.847500', '173325.307500', '173325.767500', '173326.227500', '173326.687500', '173327.147500', '173327.607500', '173328.067500', '173328.527500', '173328.987500', '173329.447500', '173329.907500', '173330.367500', '173330.827500', '173331.287500', '173331.747500', '173332.207500', '173332.667500', '173333.127500', '173333.587500', '173334.047500', '173334.507500', '173334.967500', '173335.427500', '173335.887500', '173336.347500', '173336.807500', '173337.267500', '173337.727500', '173338.187500', '173338.647500', '173339.107500', '173339.567500', '173340.027500', '173340.487500', '173340.947500', '173341.407500', '173341.867500', '173342.327500', '173342.787500', '173343.247500', '173343.707500', '173344.167500', '173344.627500', '173345.087500', '173345.547500', '173346.007500', '173346.467500', '173346.927500', '173347.387500', '173347.847500', '173348.307500', '173348.767500', '173349.227500', '173349.687500', '173350.147500', '173350.607500', '173351.067500', '173351.527500', '173351.987500', '173352.447500', '173352.907500', '173353.367500', '173353.827500', '173354.287500', '173354.747500', '173355.207500', '173355.667500', '173356.127500', '173356.587500', '173357.047500', '173357.507500', '173357.967500', '173358.427500', '173358.887500', '173359.347500', '173359.807500', '173400.267500', '173400.727500', '173401.187500', '173401.647500', '173402.107500', '173402.567500', '173403.027500', '173403.487500', '173403.947500', '173404.407500', '173404.867500', '173405.327500', '173405.787500', '173406.247500', '173406.707500', '173407.167500', '173407.627500', '173408.087500', '173408.547500', '173409.007500', '173409.467500', '173409.927500', '173410.387500', '173410.847500', '173411.307500', '173411.767500', '173412.227500', '173412.687500', '173413.147500', '173413.607500', '173414.067500', '173414.527500', '173414.987500', '173415.447500', '173415.907500', '173416.367500', '173416.827500', '173417.287500', '173417.747500', '173418.207500', '173418.667500', '173419.127500', '173419.587500', '173420.047500', '173420.507500', '173420.967500', '173421.427500', '173421.887500', '173422.347500', '173422.807500', '173423.267500', '173423.727500', '173424.187500', '173424.647500', '173425.107500', '173425.567500', '173426.027500', '173426.487500', '173426.947500', '173427.407500', '173427.867500', '173428.327500', '173428.787500', '173429.247500', '173429.707500', '173430.167500', '173430.627500', '173431.087500', '173431.547500', '173432.007500', '173432.467500', '173432.927500', '173433.387500', '173433.847500', '173434.307500', '173434.767500', '173435.227500', '173435.687500', '173436.147500', '173436.607500', '173437.067500', '173437.527500', '173437.987500', '173438.447500', '173438.907500', '173439.367500', '173439.827500', '173440.287500', '173440.747500', '173441.207500', '173441.667500', '173442.127500', '173442.587500', '173443.047500', '173443.507500', '173443.967500', '173444.427500', '173444.887500', '173445.347500', '173445.807500', '173446.267500', '173446.727500', '173447.187500', '173447.647500', '173448.107500', '173448.567500', '173449.027500', '173449.487500', '173449.947500', '173450.407500', '173450.867500', '173451.327500', '173451.787500', '173452.247500', '173452.707500', '173453.167500', '173453.627500', '173454.087500', '173454.547500', '173455.007500', '173455.467500', '173455.927500', '173456.387500', '173456.847500', '173457.307500', '173457.767500', '173458.227500', '173458.687500', '173459.147500', '173459.607500', '173500.067500', '173500.527500', '173500.987500', '173501.447500', '173501.907500', '173502.367500', '173502.827500', '173503.287500', '173503.747500', '173504.207500', '173504.667500', '173505.127500', '173505.587500', '173506.047500', '173506.507500', '173506.967500', '173507.427500', '173507.887500', '173508.347500', '173508.807500', '173509.267500', '173509.727500', '173510.187500', '173510.647500', '173511.107500', '173511.567500', '173512.027500', '173512.487500', '173512.947500', '173513.407500', '173513.867500', '173514.327500', '173514.787500', '173515.247500', '173515.707500', '173516.167500', '173516.627500', '173517.087500', '173517.547500', '173518.007500', '173518.467500', '173518.927500', '173519.387500', '173519.847500', '173520.307500', '173520.767500', '173521.227500', '173521.687500', '173522.147500', '173522.607500', '173523.067500', '173523.527500', '173523.987500', '173524.447500', '173524.907500', '173525.367500', '173525.827500', '173526.287500', '173526.747500', '173527.207500', '173527.667500', '173528.127500', '173528.587500', '173529.047500', '173529.507500', '173529.967500', '173530.427500', '173530.887500', '173531.347500', '173531.807500', '173532.267500', '173532.727500', '173533.187500', '173533.647500', '173534.107500', '173534.567500', '173535.027500', '173535.487500', '173535.947500', '173536.407500', '173536.867500', '173537.327500', '173537.787500', '173538.247500', '173538.707500', '173539.167500', '173539.627500', '173540.087500', '173540.547500', '173541.007500', '173541.467500', '173541.927500', '173542.387500', '173542.847500', '173543.307500', '173543.767500', '173544.227500', '173544.687500', '173545.147500', '173545.607500', '173546.067500', '173546.527500', '173546.987500', '173547.447500', '173547.907500', '173548.367500', '173548.827500', '173549.287500', '173549.747500', '173550.207500', '173550.667500', '173551.127500', '173551.587500', '173552.047500', '173552.507500', '173552.967500', '173553.427500', '173553.887500', '173554.347500', '173554.807500', '173555.267500', '173555.727500', '173556.187500', '173556.647500', '173557.107500', '173557.567500', '173558.027500', '173558.487500', '173558.947500', '173559.407500', '173559.867500', '173600.327500', '173600.787500', '173601.247500', '173601.707500', '173602.167500', '173602.627500', '173603.087500', '173603.547500', '173604.007500', '173604.467500', '173604.927500', '173605.387500', '173605.847500', '173606.307500', '173606.767500', '173607.227500', '173607.687500', '173608.147500', '173608.607500', '173609.067500', '173609.527500', '173609.987500', '173610.447500', '173610.907500', '173611.367500', '173611.827500', '173612.287500', '173612.747500', '173613.207500', '173613.667500', '173614.127500', '173614.587500', '173615.047500', '173615.507500', '173615.967500', '173616.427500', '173616.887500', '173617.347500', '173617.807500', '173618.267500', '173618.727500', '173619.187500', '173619.647500', '173620.107500', '173620.567500', '173621.027500', '173621.487500', '173621.947500', '173622.407500', '173622.867500', '173623.327500', '173623.787500', '173624.247500', '173624.707500', '173625.167500', '173625.627500', '173626.087500', '173626.547500', '173627.007500', '173627.467500', '173627.927500', '173628.387500', '173628.847500', '173629.307500', '173629.767500', '173630.227500', '173630.687500', '173631.147500', '173631.607500', '173632.067500', '173632.527500', '173632.987500', '173633.447500', '173633.907500', '173634.367500', '173634.827500', '173635.287500', '173635.747500', '173636.207500', '173636.667500', '173637.127500', '173637.587500', '173638.047500', '173638.507500', '173638.967500', '173639.427500', '173639.887500', '173640.347500', '173640.807500', '173641.267500', '173641.727500', '173642.187500', '173642.647500', '173643.107500', '173643.567500', '173644.027500', '173644.487500', '173644.947500', '173645.407500', '173645.867500', '173646.327500', '173646.787500', '173647.247500', '173647.707500', '173648.167500', '173648.627500', '173649.087500', '173649.547500', '173650.007500', '173650.467500', '173650.927500', '173651.387500', '173651.847500', '173652.307500', '173652.767500', '173653.227500', '173653.687500', '173654.147500', '173654.607500', '173655.067500', '173655.527500', '173655.987500', '173656.447500', '173656.907500', '173657.367500', '173657.827500', '173658.287500', '173658.747500', '173659.207500', '173659.667500', '173700.127500', '173700.587500', '173701.047500', '173701.507500', '173701.967500', '173702.427500', '173702.887500', '173703.347500', '173703.807500', '173704.267500', '173704.727500', '173705.187500', '173705.647500', '173706.107500', '173706.567500', '173707.027500', '173707.487500', '173707.947500', '173708.407500', '173708.867500', '173709.327500', '173709.787500', '173710.247500', '173710.707500', '173711.167500', '173711.627500', '173712.087500', '173712.547500', '173713.007500', '173713.467500', '173713.927500', '173714.387500', '173714.847500', '173715.307500', '173715.767500', '173716.227500', '173716.687500', '173717.147500', '173717.607500', '173718.067500', '173718.527500', '173718.987500', '173719.447500', '173719.907500', '173720.367500', '173720.827500', '173721.287500', '173721.747500', '173722.207500', '173722.667500', '173723.127500', '173723.587500', '173724.047500', '173724.507500', '173724.967500', '173725.427500', '173725.887500', '173726.347500', '173726.807500', '173727.267500', '173727.727500', '173728.187500', '173728.647500', '173729.107500', '173729.567500', '173730.027500', '173730.487500', '173730.947500', '173731.407500', '173731.867500', '173732.327500', '173732.787500', '173733.247500', '173733.707500', '173734.167500', '173734.627500', '173735.087500', '173735.547500', '173736.007500', '173736.467500', '173736.927500', '173737.387500', '173737.847500', '173738.307500', '173738.767500', '173739.227500', '173739.687500', '173740.147500', '173740.607500', '173741.067500', '173741.527500', '173741.987500', '173742.447500', '173742.907500', '173743.367500', '173743.827500', '173744.287500', '173744.747500', '173745.207500', '173745.667500', '173746.127500', '173746.587500', '173747.047500', '173747.507500', '173747.967500', '173748.427500', '173748.887500', '173749.347500', '173749.807500', '173750.267500', '173750.727500', '173751.187500', '173751.647500', '173752.107500', '173752.567500', '173753.027500', '173753.487500', '173753.947500', '173754.407500', '173754.867500', '173755.327500', '173755.787500', '173756.247500', '173756.707500', '173757.167500', '173757.627500', '173758.087500', '173758.547500', '173759.007500', '173759.467500', '173759.927500', '173800.387500', '173800.847500', '173801.307500', '173801.767500', '173802.227500', '173802.687500', '173803.147500', '173803.607500', '173804.067500', '173804.527500', '173804.987500', '173805.447500', '173805.907500', '173806.367500', '173806.827500', '173807.287500', '173807.747500', '173808.207500', '173808.667500', '173809.127500', '173809.587500', '173810.047500', '173810.507500', '173810.967500', '173811.427500', '173811.887500', '173812.347500', '173812.807500', '173813.267500', '173813.727500', '173814.187500', '173814.647500', '173815.107500', '173815.567500', '173816.027500', '173816.487500', '173816.947500', '173817.407500', '173817.867500', '173818.327500', '173818.787500', '173819.247500', '173819.707500', '173820.167500', '173820.627500', '173821.087500', '173821.547500', '173822.007500', '173822.467500', '173822.927500', '173823.387500', '173823.847500', '173824.307500', '173824.767500', '173825.227500', '173825.687500', '173826.147500', '173826.607500', '173827.067500', '173827.527500', '173827.987500', '173828.447500', '173828.907500', '173829.367500', '173829.827500', '173830.287500', '173830.747500', '173831.207500', '173831.667500', '173832.127500', '173832.587500', '173833.047500', '173833.507500', '173833.967500', '173834.427500', '173834.887500', '173835.347500', '173835.807500', '173836.267500', '173836.727500', '173837.187500', '173837.647500', '173838.107500', '173838.567500', '173839.027500', '173839.487500', '173839.947500', '173840.407500', '173840.867500', '173841.327500', '173841.787500', '173842.247500', '173842.707500', '173843.167500', '173843.627500', '173844.087500', '173844.547500', '173845.007500', '173845.467500', '173845.927500', '173846.387500', '173846.847500', '173847.307500', '173847.767500', '173848.227500', '173848.687500', '173849.147500', '173849.607500', '173850.067500', '173850.527500', '173850.987500', '173851.447500', '173851.907500', '173852.367500', '173852.827500', '173853.287500', '173853.747500', '173854.207500', '173854.667500', '173855.127500', '173855.587500', '173856.047500', '173856.507500', '173856.967500', '173857.427500', '173857.887500', '173858.347500', '173858.807500', '173859.267500', '173859.727500', '173900.187500', '173900.647500', '173901.107500', '173901.567500', '173902.027500', '173902.487500', '173902.947500', '173903.407500', '173903.867500', '173904.327500', '173904.787500', '173905.247500', '173905.707500', '173906.167500', '173906.627500', '173907.087500', '173907.547500', '173908.007500', '173908.467500', '173908.927500', '173909.387500', '173909.847500', '173910.307500', '173910.767500', '173911.227500', '173911.687500', '173912.147500', '173912.607500', '173913.067500', '173913.527500', '173913.987500', '173914.447500', '173914.907500', '173915.367500', '173915.827500', '173916.287500', '173916.747500', '173917.207500', '173917.667500', '173918.127500', '173918.587500', '173919.047500', '173919.507500', '173919.967500', '173920.427500', '173920.887500', '173921.347500', '173921.807500', '173922.267500', '173922.727500', '173923.187500', '173923.647500', '173924.107500', '173924.567500', '173925.027500', '173925.487500', '173925.947500', '173926.407500', '173926.867500', '173927.327500', '173927.787500', '173928.247500', '173928.707500', '173929.167500', '173929.627500', '173930.087500', '173930.547500', '173931.007500', '173931.467500', '173931.927500', '173932.387500', '173932.847500', '173933.307500', '173933.767500', '173934.227500', '173934.687500', '173935.147500', '173935.607500', '173936.067500', '173936.527500', '173936.987500'], 'ContentTime': ['173233.586000', '173233.589000', '173233.592000', '173233.617000', '173233.619000', '173233.622000', '173233.628000', '173233.631000', '173233.633000', '173233.636000', '173233.639000', '173233.641000', '173233.644000', '173233.646000', '173233.649000', '173233.652000', '173233.654000', '173233.657000', '173233.659000', '173233.662000', '173233.665000', '173233.667000', '173233.670000', '173233.672000', '173233.675000', '173233.677000', '173233.680000', '173233.682000', '173233.685000', '173233.688000', '173233.690000', '173233.693000', '173233.696000', '173233.698000', '173233.701000', '173233.706000', '173233.708000', '173233.711000', '173233.714000', '173233.716000', '173233.719000', '173233.721000', '173233.724000', '173233.727000', '173253.550000', '173253.553000', '173253.556000', '173253.559000', '173253.561000', '173253.564000', '173253.566000', '173253.569000', '173253.572000', '173253.575000', '173253.577000', '173253.580000', '173253.582000', '173253.585000', '173253.588000', '173253.590000', '173253.593000', '173253.595000', '173253.598000', '173253.601000', '173253.603000', '173253.606000', '173253.608000', '173253.611000', '173253.614000', '173253.646000', '173253.648000', '173253.651000', '173253.653000', '173253.656000', '173253.658000', '173253.661000', '173253.664000', '173253.666000', '173253.669000', '173253.672000', '173253.674000', '173253.677000', '173253.680000', '173253.682000', '173253.685000', '173253.688000', '173253.702000', '173313.550000', '173313.553000', '173313.556000', '173313.558000', '173313.561000', '173313.564000', '173313.566000', '173313.569000', '173313.571000', '173313.574000', '173313.576000', '173313.579000', '173313.582000', '173313.584000', '173313.587000', '173313.589000', '173313.592000', '173313.595000', '173313.597000', '173313.600000', '173313.602000', '173313.605000', '173313.607000', '173313.610000', '173313.613000', '173313.615000', '173313.618000', '173313.620000', '173313.623000', '173313.626000', '173313.628000', '173313.631000', '173313.633000', '173313.636000', '173313.639000', '173313.641000', '173313.644000', '173313.646000', '173313.649000', '173313.654000', '173313.656000', '173313.659000', '173313.662000', '173313.664000', '173333.551000', '173333.553000', '173333.556000', '173333.559000', '173333.562000', '173333.564000', '173333.567000', '173333.569000', '173333.572000', '173333.575000', '173333.577000', '173333.580000', '173333.582000', '173333.585000', '173333.588000', '173333.590000', '173333.593000', '173333.595000', '173333.602000', '173333.604000', '173333.607000', '173333.609000', '173333.612000', '173333.615000', '173333.617000', '173333.620000', '173333.623000', '173333.625000', '173333.628000', '173333.630000', '173333.633000', '173333.635000', '173333.638000', '173333.641000', '173333.643000', '173333.646000', '173333.648000', '173333.651000', '173333.654000', '173333.656000', '173333.659000', '173333.661000', '173333.664000', '173353.552000', '173353.554000', '173353.557000', '173353.560000', '173353.562000', '173353.565000', '173353.567000', '173353.570000', '173353.572000', '173353.575000', '173353.578000', '173353.580000', '173353.583000', '173353.586000', '173353.588000', '173353.591000', '173353.593000', '173353.601000', '173353.603000', '173353.606000', '173353.608000', '173353.611000', '173353.613000', '173353.616000', '173353.619000', '173353.621000', '173353.624000', '173353.626000', '173353.629000', '173353.632000', '173353.634000', '173353.637000', '173353.640000', '173353.642000', '173353.645000', '173353.647000', '173353.650000', '173353.652000', '173353.655000', '173353.658000', '173353.660000', '173353.663000', '173353.665000', '173353.668000', '173413.550000', '173413.553000', '173413.556000', '173413.558000', '173413.561000', '173413.564000', '173413.566000', '173413.569000', '173413.572000', '173413.574000', '173413.577000', '173413.579000', '173413.582000', '173413.585000', '173413.587000', '173413.590000', '173413.592000', '173413.595000', '173413.598000', '173413.600000', '173413.603000', '173413.605000', '173413.608000', '173413.611000', '173413.613000', '173413.616000', '173413.619000', '173413.621000', '173413.624000', '173413.626000', '173413.636000', '173413.639000', '173413.642000', '173413.644000', '173413.647000', '173413.649000', '173413.652000', '173413.655000', '173413.657000', '173413.660000', '173413.662000', '173413.665000', '173413.668000', '173433.550000', '173433.553000', '173433.556000', '173433.558000', '173433.561000', '173433.564000', '173433.567000', '173433.569000', '173433.572000', '173433.574000', '173433.577000', '173433.580000', '173433.582000', '173433.585000', '173433.588000', '173433.591000', '173433.593000', '173433.596000', '173433.598000', '173433.601000', '173433.603000', '173433.615000', '173433.618000', '173433.621000', '173433.623000', '173433.626000', '173433.628000', '173433.631000', '173433.633000', '173433.636000', '173433.639000', '173433.641000', '173433.644000', '173433.646000', '173433.649000', '173433.652000', '173433.654000', '173433.657000', '173433.660000', '173433.662000', '173433.665000', '173433.667000', '173433.670000', '173453.550000', '173453.553000', '173453.556000', '173453.559000', '173453.561000', '173453.564000', '173453.567000', '173453.569000', '173453.572000', '173453.575000', '173453.577000', '173453.580000', '173453.582000', '173453.585000', '173453.587000', '173453.590000', '173453.593000', '173453.595000', '173453.598000', '173453.600000', '173453.603000', '173453.606000', '173453.608000', '173453.611000', '173453.613000', '173453.616000', '173453.619000', '173453.621000', '173453.624000', '173453.626000', '173453.629000', '173453.632000', '173453.634000', '173453.637000', '173453.640000', '173453.642000', '173453.645000', '173453.647000', '173453.650000', '173453.653000', '173453.655000', '173453.658000', '173453.661000', '173453.663000', '173513.550000', '173513.553000', '173513.556000', '173513.559000', '173513.561000', '173513.564000', '173513.567000', '173513.571000', '173513.573000', '173513.576000', '173513.579000', '173513.581000', '173513.584000', '173513.587000', '173513.589000', '173513.592000', '173513.594000', '173513.597000', '173513.600000', '173513.602000', '173513.605000', '173513.608000', '173513.610000', '173513.613000', '173513.615000', '173513.618000', '173513.620000', '173513.623000', '173513.626000', '173513.629000', '173513.631000', '173513.634000', '173513.636000', '173513.639000', '173513.642000', '173513.644000', '173513.647000', '173513.649000', '173513.652000', '173513.654000', '173513.657000', '173513.660000', '173513.662000', '173533.551000', '173533.553000', '173533.556000', '173533.559000', '173533.562000', '173533.564000', '173533.567000', '173533.569000', '173533.572000', '173533.575000', '173533.577000', '173533.580000', '173533.583000', '173533.585000', '173533.588000', '173533.590000', '173533.593000', '173533.596000', '173533.598000', '173533.601000', '173533.604000', '173533.606000', '173533.609000', '173533.611000', '173533.614000', '173533.617000', '173533.619000', '173533.622000', '173533.624000', '173533.627000', '173533.630000', '173533.632000', '173533.635000', '173533.637000', '173533.640000', '173533.643000', '173533.645000', '173533.654000', '173533.656000', '173533.659000', '173533.662000', '173533.665000', '173533.667000', '173533.670000', '173553.550000', '173553.553000', '173553.556000', '173553.559000', '173553.574000', '173553.577000', '173553.580000', '173553.582000', '173553.585000', '173553.587000', '173553.590000', '173553.593000', '173553.595000', '173553.598000', '173553.601000', '173553.603000', '173553.606000', '173553.608000', '173553.611000', '173553.614000', '173553.616000', '173553.619000', '173553.622000', '173553.624000', '173553.627000', '173553.629000', '173553.632000', '173553.635000', '173553.637000', '173553.640000', '173553.642000', '173553.645000', '173553.647000', '173553.650000', '173553.653000', '173553.656000', '173553.658000', '173553.661000', '173553.664000', '173553.666000', '173553.669000', '173553.671000', '173553.674000', '173613.551000', '173613.554000', '173613.557000', '173613.570000', '173613.572000', '173613.575000', '173613.577000', '173613.580000', '173613.583000', '173613.585000', '173613.588000', '173613.591000', '173613.593000', '173613.596000', '173613.599000', '173613.601000', '173613.604000', '173613.606000', '173613.609000', '173613.612000', '173613.614000', '173613.617000', '173613.619000', '173613.622000', '173613.625000', '173613.627000', '173613.630000', '173613.633000', '173613.635000', '173613.638000', '173613.640000', '173613.643000', '173613.646000', '173613.648000', '173613.651000', '173613.653000', '173613.656000', '173613.659000', '173613.661000', '173613.664000', '173613.667000', '173613.669000', '173613.672000', '173613.674000', '173633.550000', '173633.553000', '173633.556000', '173633.559000', '173633.561000', '173633.564000', '173633.566000', '173633.569000', '173633.571000', '173633.574000', '173633.577000', '173633.580000', '173633.582000', '173633.585000', '173633.587000', '173633.590000', '173633.593000', '173633.596000', '173633.598000', '173633.601000', '173633.603000', '173633.606000', '173633.610000', '173633.613000', '173633.615000', '173633.618000', '173633.620000', '173633.623000', '173633.626000', '173633.628000', '173633.631000', '173633.634000', '173633.636000', '173633.639000', '173633.641000', '173633.644000', '173633.647000', '173633.649000', '173633.652000', '173633.654000', '173633.657000', '173633.660000', '173633.662000', '173653.550000', '173653.553000', '173653.556000', '173653.559000', '173653.561000', '173653.564000', '173653.567000', '173653.569000', '173653.572000', '173653.574000', '173653.577000', '173653.580000', '173653.582000', '173653.585000', '173653.587000', '173653.590000', '173653.593000', '173653.595000', '173653.598000', '173653.601000', '173653.603000', '173653.606000', '173653.608000', '173653.611000', '173653.614000', '173653.616000', '173653.619000', '173653.622000', '173653.624000', '173653.627000', '173653.629000', '173653.632000', '173653.634000', '173653.637000', '173653.640000', '173653.642000', '173653.645000', '173653.647000', '173653.650000', '173653.653000', '173653.655000', '173653.658000', '173653.661000', '173653.663000', '173713.550000', '173713.553000', '173713.556000', '173713.559000', '173713.561000', '173713.564000', '173713.566000', '173713.569000', '173713.571000', '173713.574000', '173713.577000', '173713.579000', '173713.582000', '173713.584000', '173713.587000', '173713.590000', '173713.593000', '173713.595000', '173713.598000', '173713.600000', '173713.603000', '173713.605000', '173713.608000', '173713.611000', '173713.613000', '173713.616000', '173713.618000', '173713.621000', '173713.623000', '173713.626000', '173713.629000', '173713.631000', '173713.634000', '173713.636000', '173713.639000', '173713.642000', '173713.644000', '173713.647000', '173713.649000', '173713.652000', '173713.654000', '173713.657000', '173713.660000', '173733.550000', '173733.554000', '173733.557000', '173733.559000', '173733.562000', '173733.564000', '173733.567000', '173733.569000', '173733.572000', '173733.575000', '173733.577000', '173733.580000', '173733.582000', '173733.585000', '173733.588000', '173733.590000', '173733.593000', '173733.596000', '173733.598000', '173733.601000', '173733.603000', '173733.606000', '173733.609000', '173733.611000', '173733.614000', '173733.617000', '173733.619000', '173733.622000', '173733.636000', '173733.639000', '173733.641000', '173733.644000', '173733.646000', '173733.649000', '173733.652000', '173733.654000', '173733.657000', '173733.660000', '173733.662000', '173733.665000', '173733.670000', '173733.673000', '173733.675000', '173733.678000', '173753.550000', '173753.553000', '173753.556000', '173753.558000', '173753.561000', '173753.564000', '173753.566000', '173753.569000', '173753.572000', '173753.574000', '173753.577000', '173753.579000', '173753.582000', '173753.585000', '173753.587000', '173753.590000', '173753.593000', '173753.595000', '173753.598000', '173753.601000', '173753.603000', '173753.606000', '173753.608000', '173753.611000', '173753.613000', '173753.616000', '173753.619000', '173753.621000', '173753.624000', '173753.627000', '173753.629000', '173753.632000', '173753.634000', '173753.637000', '173753.639000', '173753.642000', '173753.645000', '173753.648000', '173753.651000', '173753.654000', '173753.657000', '173753.660000', '173753.662000', '173813.550000', '173813.553000', '173813.556000', '173813.558000', '173813.561000', '173813.564000', '173813.566000', '173813.569000', '173813.572000', '173813.574000', '173813.577000', '173813.579000', '173813.582000', '173813.585000', '173813.587000', '173813.590000', '173813.593000', '173813.595000', '173813.598000', '173813.600000', '173813.603000', '173813.606000', '173813.608000', '173813.611000', '173813.614000', '173813.616000', '173813.619000', '173813.622000', '173813.624000', '173813.627000', '173813.629000', '173813.632000', '173813.635000', '173813.637000', '173813.640000', '173813.642000', '173813.645000', '173813.648000', '173813.650000', '173813.653000', '173813.656000', '173813.658000', '173813.661000', '173813.663000', '173833.552000', '173833.554000', '173833.557000', '173833.560000', '173833.563000', '173833.565000', '173833.568000', '173833.571000', '173833.574000', '173833.577000', '173833.580000', '173833.582000', '173833.585000', '173833.588000', '173833.590000', '173833.593000', '173833.596000', '173833.598000', '173833.601000', '173833.604000', '173833.606000', '173833.609000', '173833.611000', '173833.614000', '173833.616000', '173833.619000', '173833.622000', '173833.624000', '173833.627000', '173833.630000', '173833.632000', '173833.635000', '173833.638000', '173833.640000', '173833.643000', '173833.645000', '173833.648000', '173833.651000', '173833.653000', '173833.656000', '173833.658000', '173833.661000', '173833.664000', '173853.551000', '173853.553000', '173853.556000', '173853.559000', '173853.562000', '173853.564000', '173853.567000', '173853.570000', '173853.572000', '173853.575000', '173853.577000', '173853.580000', '173853.583000', '173853.585000', '173853.588000', '173853.590000', '173853.593000', '173853.596000', '173853.598000', '173853.601000', '173853.604000', '173853.606000', '173853.609000', '173853.612000', '173853.614000', '173853.632000', '173853.634000', '173853.637000', '173853.640000', '173853.643000', '173853.645000', '173853.648000', '173853.650000', '173853.653000', '173853.655000', '173853.658000', '173853.661000', '173853.663000', '173853.666000', '173853.669000', '173853.671000', '173853.674000', '173853.676000', '173853.679000', '173913.551000', '173913.554000', '173913.556000', '173913.559000', '173913.561000', '173913.564000', '173913.567000', '173913.569000', '173913.572000', '173913.575000', '173913.577000', '173913.580000', '173913.582000', '173913.585000', '173913.588000', '173913.590000', '173913.593000', '173913.596000', '173913.598000', '173913.601000', '173913.603000', '173913.606000', '173913.608000', '173913.611000', '173913.614000', '173913.616000', '173913.619000', '173913.622000', '173913.624000', '173913.627000', '173913.629000', '173913.632000', '173913.634000', '173913.637000', '173913.640000', '173913.642000', '173913.645000', '173913.648000', '173913.650000', '173913.653000', '173913.655000', '173913.658000', '173913.661000', '173933.550000', '173933.553000', '173933.556000', '173933.559000', '173933.561000', '173933.564000', '173933.567000', '173933.569000', '173933.572000', '173933.574000', '173933.577000', '173933.580000', '173933.582000', '173933.585000', '173933.588000', '173933.590000', '173933.593000', '173933.596000', '173933.598000', '173933.601000', '173933.603000', '173933.606000', '173933.609000', '173933.611000', '173933.614000', '173933.617000', '173933.619000', '173933.622000', '173933.624000', '173933.627000', '173933.630000', '173933.632000', '173933.635000', '173933.638000', '173933.640000', '173933.643000', '173933.645000', '173933.648000', '173933.651000', '173933.653000', '173933.656000', '173933.659000', '173933.661000', '173933.664000', '173938.010000', '173938.019000', '173938.022000', '173938.024000', '173938.027000', '173938.030000', '173938.033000', '173938.036000', '173938.039000', '173938.041000'], 'InstanceCreationTime': ['173233.586000', '173233.589000', '173233.592000', '173233.617000', '173233.619000', '173233.622000', '173233.628000', '173233.631000', '173233.633000', '173233.636000', '173233.639000', '173233.641000', '173233.644000', '173233.646000', '173233.649000', '173233.652000', '173233.654000', '173233.657000', '173233.659000', '173233.662000', '173233.665000', '173233.667000', '173233.670000', '173233.672000', '173233.675000', '173233.677000', '173233.680000', '173233.682000', '173233.685000', '173233.688000', '173233.690000', '173233.693000', '173233.696000', '173233.698000', '173233.701000', '173233.706000', '173233.708000', '173233.711000', '173233.714000', '173233.716000', '173233.719000', '173233.721000', '173233.724000', '173233.727000', '173253.550000', '173253.553000', '173253.556000', '173253.559000', '173253.561000', '173253.564000', '173253.566000', '173253.569000', '173253.572000', '173253.575000', '173253.577000', '173253.580000', '173253.582000', '173253.585000', '173253.588000', '173253.590000', '173253.593000', '173253.595000', '173253.598000', '173253.601000', '173253.603000', '173253.606000', '173253.608000', '173253.611000', '173253.614000', '173253.646000', '173253.648000', '173253.651000', '173253.653000', '173253.656000', '173253.658000', '173253.661000', '173253.664000', '173253.666000', '173253.669000', '173253.672000', '173253.674000', '173253.677000', '173253.680000', '173253.682000', '173253.685000', '173253.688000', '173253.702000', '173313.550000', '173313.553000', '173313.556000', '173313.558000', '173313.561000', '173313.564000', '173313.566000', '173313.569000', '173313.571000', '173313.574000', '173313.576000', '173313.579000', '173313.582000', '173313.584000', '173313.587000', '173313.589000', '173313.592000', '173313.595000', '173313.597000', '173313.600000', '173313.602000', '173313.605000', '173313.607000', '173313.610000', '173313.613000', '173313.615000', '173313.618000', '173313.620000', '173313.623000', '173313.626000', '173313.628000', '173313.631000', '173313.633000', '173313.636000', '173313.639000', '173313.641000', '173313.644000', '173313.646000', '173313.649000', '173313.654000', '173313.656000', '173313.659000', '173313.662000', '173313.664000', '173333.551000', '173333.553000', '173333.556000', '173333.559000', '173333.562000', '173333.564000', '173333.567000', '173333.569000', '173333.572000', '173333.575000', '173333.577000', '173333.580000', '173333.582000', '173333.585000', '173333.588000', '173333.590000', '173333.593000', '173333.595000', '173333.602000', '173333.604000', '173333.607000', '173333.609000', '173333.612000', '173333.615000', '173333.617000', '173333.620000', '173333.623000', '173333.625000', '173333.628000', '173333.630000', '173333.633000', '173333.635000', '173333.638000', '173333.641000', '173333.643000', '173333.646000', '173333.648000', '173333.651000', '173333.654000', '173333.656000', '173333.659000', '173333.661000', '173333.664000', '173353.552000', '173353.554000', '173353.557000', '173353.560000', '173353.562000', '173353.565000', '173353.567000', '173353.570000', '173353.572000', '173353.575000', '173353.578000', '173353.580000', '173353.583000', '173353.586000', '173353.588000', '173353.591000', '173353.593000', '173353.601000', '173353.603000', '173353.606000', '173353.608000', '173353.611000', '173353.613000', '173353.616000', '173353.619000', '173353.621000', '173353.624000', '173353.626000', '173353.629000', '173353.632000', '173353.634000', '173353.637000', '173353.640000', '173353.642000', '173353.645000', '173353.647000', '173353.650000', '173353.652000', '173353.655000', '173353.658000', '173353.660000', '173353.663000', '173353.665000', '173353.668000', '173413.550000', '173413.553000', '173413.556000', '173413.558000', '173413.561000', '173413.564000', '173413.566000', '173413.569000', '173413.572000', '173413.574000', '173413.577000', '173413.579000', '173413.582000', '173413.585000', '173413.587000', '173413.590000', '173413.592000', '173413.595000', '173413.598000', '173413.600000', '173413.603000', '173413.605000', '173413.608000', '173413.611000', '173413.613000', '173413.616000', '173413.619000', '173413.621000', '173413.624000', '173413.626000', '173413.636000', '173413.639000', '173413.642000', '173413.644000', '173413.647000', '173413.649000', '173413.652000', '173413.655000', '173413.657000', '173413.660000', '173413.662000', '173413.665000', '173413.668000', '173433.550000', '173433.553000', '173433.556000', '173433.558000', '173433.561000', '173433.564000', '173433.567000', '173433.569000', '173433.572000', '173433.574000', '173433.577000', '173433.580000', '173433.582000', '173433.585000', '173433.588000', '173433.591000', '173433.593000', '173433.596000', '173433.598000', '173433.601000', '173433.603000', '173433.615000', '173433.618000', '173433.621000', '173433.623000', '173433.626000', '173433.628000', '173433.631000', '173433.633000', '173433.636000', '173433.639000', '173433.641000', '173433.644000', '173433.646000', '173433.649000', '173433.652000', '173433.654000', '173433.657000', '173433.660000', '173433.662000', '173433.665000', '173433.667000', '173433.670000', '173453.550000', '173453.553000', '173453.556000', '173453.559000', '173453.561000', '173453.564000', '173453.567000', '173453.569000', '173453.572000', '173453.575000', '173453.577000', '173453.580000', '173453.582000', '173453.585000', '173453.587000', '173453.590000', '173453.593000', '173453.595000', '173453.598000', '173453.600000', '173453.603000', '173453.606000', '173453.608000', '173453.611000', '173453.613000', '173453.616000', '173453.619000', '173453.621000', '173453.624000', '173453.626000', '173453.629000', '173453.632000', '173453.634000', '173453.637000', '173453.640000', '173453.642000', '173453.645000', '173453.647000', '173453.650000', '173453.653000', '173453.655000', '173453.658000', '173453.661000', '173453.663000', '173513.550000', '173513.553000', '173513.556000', '173513.559000', '173513.561000', '173513.564000', '173513.567000', '173513.571000', '173513.573000', '173513.576000', '173513.579000', '173513.581000', '173513.584000', '173513.587000', '173513.589000', '173513.592000', '173513.594000', '173513.597000', '173513.600000', '173513.602000', '173513.605000', '173513.608000', '173513.610000', '173513.613000', '173513.615000', '173513.618000', '173513.620000', '173513.623000', '173513.626000', '173513.629000', '173513.631000', '173513.634000', '173513.636000', '173513.639000', '173513.642000', '173513.644000', '173513.647000', '173513.649000', '173513.652000', '173513.654000', '173513.657000', '173513.660000', '173513.662000', '173533.551000', '173533.553000', '173533.556000', '173533.559000', '173533.562000', '173533.564000', '173533.567000', '173533.569000', '173533.572000', '173533.575000', '173533.577000', '173533.580000', '173533.583000', '173533.585000', '173533.588000', '173533.590000', '173533.593000', '173533.596000', '173533.598000', '173533.601000', '173533.604000', '173533.606000', '173533.609000', '173533.611000', '173533.614000', '173533.617000', '173533.619000', '173533.622000', '173533.624000', '173533.627000', '173533.630000', '173533.632000', '173533.635000', '173533.637000', '173533.640000', '173533.643000', '173533.645000', '173533.654000', '173533.656000', '173533.659000', '173533.662000', '173533.665000', '173533.667000', '173533.670000', '173553.550000', '173553.553000', '173553.556000', '173553.559000', '173553.574000', '173553.577000', '173553.580000', '173553.582000', '173553.585000', '173553.587000', '173553.590000', '173553.593000', '173553.595000', '173553.598000', '173553.601000', '173553.603000', '173553.606000', '173553.608000', '173553.611000', '173553.614000', '173553.616000', '173553.619000', '173553.622000', '173553.624000', '173553.627000', '173553.629000', '173553.632000', '173553.635000', '173553.637000', '173553.640000', '173553.642000', '173553.645000', '173553.647000', '173553.650000', '173553.653000', '173553.656000', '173553.658000', '173553.661000', '173553.664000', '173553.666000', '173553.669000', '173553.671000', '173553.674000', '173613.551000', '173613.554000', '173613.557000', '173613.570000', '173613.572000', '173613.575000', '173613.577000', '173613.580000', '173613.583000', '173613.585000', '173613.588000', '173613.591000', '173613.593000', '173613.596000', '173613.599000', '173613.601000', '173613.604000', '173613.606000', '173613.609000', '173613.612000', '173613.614000', '173613.617000', '173613.619000', '173613.622000', '173613.625000', '173613.627000', '173613.630000', '173613.633000', '173613.635000', '173613.638000', '173613.640000', '173613.643000', '173613.646000', '173613.648000', '173613.651000', '173613.653000', '173613.656000', '173613.659000', '173613.661000', '173613.664000', '173613.667000', '173613.669000', '173613.672000', '173613.674000', '173633.550000', '173633.553000', '173633.556000', '173633.559000', '173633.561000', '173633.564000', '173633.566000', '173633.569000', '173633.571000', '173633.574000', '173633.577000', '173633.580000', '173633.582000', '173633.585000', '173633.587000', '173633.590000', '173633.593000', '173633.596000', '173633.598000', '173633.601000', '173633.603000', '173633.606000', '173633.610000', '173633.613000', '173633.615000', '173633.618000', '173633.620000', '173633.623000', '173633.626000', '173633.628000', '173633.631000', '173633.634000', '173633.636000', '173633.639000', '173633.641000', '173633.644000', '173633.647000', '173633.649000', '173633.652000', '173633.654000', '173633.657000', '173633.660000', '173633.662000', '173653.550000', '173653.553000', '173653.556000', '173653.559000', '173653.561000', '173653.564000', '173653.567000', '173653.569000', '173653.572000', '173653.574000', '173653.577000', '173653.580000', '173653.582000', '173653.585000', '173653.587000', '173653.590000', '173653.593000', '173653.595000', '173653.598000', '173653.601000', '173653.603000', '173653.606000', '173653.608000', '173653.611000', '173653.614000', '173653.616000', '173653.619000', '173653.622000', '173653.624000', '173653.627000', '173653.629000', '173653.632000', '173653.634000', '173653.637000', '173653.640000', '173653.642000', '173653.645000', '173653.647000', '173653.650000', '173653.653000', '173653.655000', '173653.658000', '173653.661000', '173653.663000', '173713.550000', '173713.553000', '173713.556000', '173713.559000', '173713.561000', '173713.564000', '173713.566000', '173713.569000', '173713.571000', '173713.574000', '173713.577000', '173713.579000', '173713.582000', '173713.584000', '173713.587000', '173713.590000', '173713.593000', '173713.595000', '173713.598000', '173713.600000', '173713.603000', '173713.605000', '173713.608000', '173713.611000', '173713.613000', '173713.616000', '173713.618000', '173713.621000', '173713.623000', '173713.626000', '173713.629000', '173713.631000', '173713.634000', '173713.636000', '173713.639000', '173713.642000', '173713.644000', '173713.647000', '173713.649000', '173713.652000', '173713.654000', '173713.657000', '173713.660000', '173733.550000', '173733.554000', '173733.557000', '173733.559000', '173733.562000', '173733.564000', '173733.567000', '173733.569000', '173733.572000', '173733.575000', '173733.577000', '173733.580000', '173733.582000', '173733.585000', '173733.588000', '173733.590000', '173733.593000', '173733.596000', '173733.598000', '173733.601000', '173733.603000', '173733.606000', '173733.609000', '173733.611000', '173733.614000', '173733.617000', '173733.619000', '173733.622000', '173733.636000', '173733.639000', '173733.641000', '173733.644000', '173733.646000', '173733.649000', '173733.652000', '173733.654000', '173733.657000', '173733.660000', '173733.662000', '173733.665000', '173733.670000', '173733.673000', '173733.675000', '173733.678000', '173753.550000', '173753.553000', '173753.556000', '173753.558000', '173753.561000', '173753.564000', '173753.566000', '173753.569000', '173753.572000', '173753.574000', '173753.577000', '173753.579000', '173753.582000', '173753.585000', '173753.587000', '173753.590000', '173753.593000', '173753.595000', '173753.598000', '173753.601000', '173753.603000', '173753.606000', '173753.608000', '173753.611000', '173753.613000', '173753.616000', '173753.619000', '173753.621000', '173753.624000', '173753.627000', '173753.629000', '173753.632000', '173753.634000', '173753.637000', '173753.639000', '173753.642000', '173753.645000', '173753.648000', '173753.651000', '173753.654000', '173753.657000', '173753.660000', '173753.662000', '173813.550000', '173813.553000', '173813.556000', '173813.558000', '173813.561000', '173813.564000', '173813.566000', '173813.569000', '173813.572000', '173813.574000', '173813.577000', '173813.579000', '173813.582000', '173813.585000', '173813.587000', '173813.590000', '173813.593000', '173813.595000', '173813.598000', '173813.600000', '173813.603000', '173813.606000', '173813.608000', '173813.611000', '173813.614000', '173813.616000', '173813.619000', '173813.622000', '173813.624000', '173813.627000', '173813.629000', '173813.632000', '173813.635000', '173813.637000', '173813.640000', '173813.642000', '173813.645000', '173813.648000', '173813.650000', '173813.653000', '173813.656000', '173813.658000', '173813.661000', '173813.663000', '173833.552000', '173833.554000', '173833.557000', '173833.560000', '173833.563000', '173833.565000', '173833.568000', '173833.571000', '173833.574000', '173833.577000', '173833.580000', '173833.582000', '173833.585000', '173833.588000', '173833.590000', '173833.593000', '173833.596000', '173833.598000', '173833.601000', '173833.604000', '173833.606000', '173833.609000', '173833.611000', '173833.614000', '173833.616000', '173833.619000', '173833.622000', '173833.624000', '173833.627000', '173833.630000', '173833.632000', '173833.635000', '173833.638000', '173833.640000', '173833.643000', '173833.645000', '173833.648000', '173833.651000', '173833.653000', '173833.656000', '173833.658000', '173833.661000', '173833.664000', '173853.551000', '173853.553000', '173853.556000', '173853.559000', '173853.562000', '173853.564000', '173853.567000', '173853.570000', '173853.572000', '173853.575000', '173853.577000', '173853.580000', '173853.583000', '173853.585000', '173853.588000', '173853.590000', '173853.593000', '173853.596000', '173853.598000', '173853.601000', '173853.604000', '173853.606000', '173853.609000', '173853.612000', '173853.614000', '173853.632000', '173853.634000', '173853.637000', '173853.640000', '173853.643000', '173853.645000', '173853.648000', '173853.650000', '173853.653000', '173853.655000', '173853.658000', '173853.661000', '173853.663000', '173853.666000', '173853.669000', '173853.671000', '173853.674000', '173853.676000', '173853.679000', '173913.551000', '173913.554000', '173913.556000', '173913.559000', '173913.561000', '173913.564000', '173913.567000', '173913.569000', '173913.572000', '173913.575000', '173913.577000', '173913.580000', '173913.582000', '173913.585000', '173913.588000', '173913.590000', '173913.593000', '173913.596000', '173913.598000', '173913.601000', '173913.603000', '173913.606000', '173913.608000', '173913.611000', '173913.614000', '173913.616000', '173913.619000', '173913.622000', '173913.624000', '173913.627000', '173913.629000', '173913.632000', '173913.634000', '173913.637000', '173913.640000', '173913.642000', '173913.645000', '173913.648000', '173913.650000', '173913.653000', '173913.655000', '173913.658000', '173913.661000', '173933.550000', '173933.553000', '173933.556000', '173933.559000', '173933.561000', '173933.564000', '173933.567000', '173933.569000', '173933.572000', '173933.574000', '173933.577000', '173933.580000', '173933.582000', '173933.585000', '173933.588000', '173933.590000', '173933.593000', '173933.596000', '173933.598000', '173933.601000', '173933.603000', '173933.606000', '173933.609000', '173933.611000', '173933.614000', '173933.617000', '173933.619000', '173933.622000', '173933.624000', '173933.627000', '173933.630000', '173933.632000', '173933.635000', '173933.638000', '173933.640000', '173933.643000', '173933.645000', '173933.648000', '173933.651000', '173933.653000', '173933.656000', '173933.659000', '173933.661000', '173933.664000', '173938.010000', '173938.019000', '173938.022000', '173938.024000', '173938.027000', '173938.030000', '173938.033000', '173938.036000', '173938.039000', '173938.041000'], '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': [7826, 8552, 7802, 7764, 7179, 7588, 7771, 7752, 8422, 7633, 8537, 7163, 7410, 7740, 7509, 7653, 7249, 7580, 7475, 7798, 7717, 6947, 7695, 7417, 7288, 7458, 7506, 7312, 7454, 7060, 7406, 7329, 7515, 7622, 7142, 7462, 8164, 7669, 7877, 7080, 7321, 7965, 7646, 7637, 6926, 7235, 7196, 7223, 7461, 7024, 7412, 8276, 7384, 7688, 6949, 7481, 7415, 7073, 7397, 6788, 7438, 7167, 7115, 7184, 7350, 7314, 7494, 6827, 7359, 7604, 6863, 7214, 7213, 7189, 7682, 7332, 7518, 7388, 7096, 7510, 7775, 7554, 8457, 7011, 7326, 7670, 7671, 9044, 6991, 7348, 7786, 7460, 8388, 7630, 7481, 7098, 7831, 7481, 7229, 7632, 6948, 7143, 7513, 8178, 7302, 7360, 7142, 7621, 9181, 7570, 7452, 8168, 7782, 8763, 7124, 7438, 8092, 7455, 7535, 6927, 7447, 8351, 7055, 7109, 7779, 7521, 8650, 6980, 7185, 7655, 7509, 9156, 6936, 7140, 7809, 7419, 7922, 6970, 7300, 7795, 7677, 7405, 6976, 7093, 7306, 7765, 7488, 6900, 7294, 7296, 7489, 8119, 7111, 7351, 7535, 7237, 8498, 6716, 7231, 7692, 7152, 7234, 7885, 7045, 7357, 7370, 7441, 7684, 7461, 7348, 7685, 7379, 8521, 6761, 7194, 7599, 7226, 7287, 6917, 7176, 7772, 7754, 7561, 6850, 7203, 7195, 7678, 7184, 7012, 7425, 7253, 7598, 7525, 6936, 7857, 7861, 7694, 7444, 7012, 7753, 7552, 7761, 7532, 7060, 7377, 7804, 7340, 7472, 7322, 7624, 7952, 7271, 7358, 7691, 7598, 8629, 7780, 7408, 7061, 7541, 7839, 7406, 8363, 6985, 7217, 7723, 7474, 6881, 6785, 7448, 7245, 7408, 7592, 6771, 7203, 7550, 7701, 7395, 6999, 7278, 7535, 7804, 7138, 7050, 7104, 7486, 7511, 8289, 6891, 7326, 7505, 7488, 8454, 7053, 7213, 7777, 7471, 7661, 7660, 7330, 7109, 7522, 7516, 7698, 7133, 7180, 7695, 7516, 7153, 7342, 7578, 7882, 7280, 6890, 7605, 7436, 7800, 7626, 7708, 7281, 7251, 7825, 7372, 7823, 7654, 7047, 7729, 7149, 7261, 7624, 7533, 6978, 7679, 8658, 7619, 7163, 7387, 7523, 8174, 7406, 7210, 7113, 7451, 7761, 7590, 7315, 7116, 7550, 7460, 7679, 7194, 7119, 7450, 7268, 7429, 7077, 6977, 7348, 7324, 7431, 7769, 7191, 7278, 7172, 7398, 7071, 6966, 7365, 7303, 7744, 8489, 7861, 6966, 7364, 7779, 8022, 7907, 7128, 7270, 7779, 7754, 7753, 7822, 6831, 7638, 7756, 8174, 7808, 6848, 7522, 7564, 7698, 7741, 7933, 7440, 7103, 7662, 7254, 7862, 7418, 7092, 7723, 7709, 7799, 7166, 6952, 7334, 7265, 7569, 7074, 6855, 7173, 7328, 7433, 8224, 7923, 7120, 7088, 7517, 7654, 7479, 7157, 6922, 7112, 7272, 7805, 6924, 6931, 7396, 7209, 7551, 8035, 6865, 7277, 7257, 7485, 7361, 7084, 7076, 7323, 7234, 7535, 7266, 7173, 7166, 7365, 7915, 7608, 7254, 7022, 7642, 7880, 7793, 7133, 7249, 7539, 7852, 7543, 7555, 6971, 7476, 7621, 7905, 8022, 7877, 7461, 7204, 7689, 7774, 7783, 7199, 7213, 7693, 7687, 7772, 7112, 7075, 7210, 7267, 7760, 7989, 7729, 7206, 6962, 7761, 7602, 7798, 7144, 6934, 7584, 7205, 7734, 7185, 6971, 7177, 7312, 7635, 7775, 7813, 6981, 6963, 7510, 7647, 6917, 7472, 6994, 7383, 8267, 7306, 7112, 7251, 7547, 8379, 7887, 7134, 7256, 7675, 8413, 7876, 7135, 7144, 7355, 7773, 7622, 7671, 7164, 7406, 7578, 7586, 7680, 7196, 7615, 7292, 7692, 7617, 7714, 7496, 7430, 7914, 7630, 7870, 7365, 6917, 7529, 7647, 7833, 8461, 7685, 7146, 7097, 7364, 7503, 7661, 7348, 7646, 7304, 7217, 7619, 7582, 7511, 7737, 7490, 7321, 7196, 7437, 7321, 7652, 7399, 7168, 7607, 7776, 7637, 7390, 7545, 7216, 7123, 7375, 7922, 7552, 7851, 7673, 7008, 6889, 7466, 7333, 7605, 7587, 7558, 7032, 6994, 7272, 7238, 7681, 7446, 7156, 7290, 6932, 7429, 7293, 7431, 7609, 6900, 7230, 7158, 7609, 7161, 7054, 7502, 7303, 7738, 7570, 6975, 7642, 7387, 8129, 7962, 6817, 7168, 7600, 7856, 7201, 6935, 7252, 7329, 7513, 7833, 6893, 7182, 7319, 7499, 7144, 7563, 7225, 7378, 7151, 7069, 6845, 7429, 7681, 7598, 7116, 7137, 7621, 7658, 7687, 7645, 7096, 7272, 7871, 7573, 7321, 7267, 7255, 7348, 7250, 7815, 6739, 7192, 7319, 7362, 8086, 7584, 7078, 6870, 7277, 8022, 7623, 7206, 6978, 7375, 7717, 7474, 6944, 7094, 7461, 7693, 7531, 7074, 6975, 7416, 7446, 7777, 7235, 6898, 7376, 7361, 7760, 8368, 7960, 9346, 7948, 7312, 7503, 7707, 7644, 7609, 7215, 7315, 7455, 7462, 7526, 7675, 7741, 8131, 8090, 7126, 6785, 7413, 7273, 7612, 7142, 7917, 7433, 7020, 7786, 7471, 7797, 7583, 6932, 7890, 7693, 7642, 7344, 6993, 7861, 7428, 7531, 7296, 7057, 7613, 7166, 7882, 7200, 7955, 7422, 7262, 7641, 7704, 7799, 7019, 7628, 7487, 7198, 7395, 7986, 7576, 8553, 7733, 7411, 7585, 7525, 7999, 7603, 8447, 7586, 7262, 7114, 7739, 7906, 7649, 6998, 7318, 7094, 7250, 7593, 7247, 7431, 7182, 7170, 7316, 7213, 7613, 7443, 7601, 7120, 7051, 7483, 7760, 7599, 7372, 7638, 7231, 7114, 7631, 7912, 7832, 7169, 6977, 7720, 7295, 7799, 8317, 8057, 7475, 7280, 7926, 7901, 7904, 7475, 6915, 7530, 7402, 7826, 7434, 7003, 7475, 7600, 7616, 7961, 7577, 7481, 7141, 7488, 7212, 7870, 7766, 7094, 7237, 7352, 7228, 7313, 7764, 7144, 6823, 7103, 7554, 7430, 7956, 7401, 7159, 7273, 7492, 7300, 7561, 7152, 7042, 7333, 7368, 7364, 7994, 7012, 7250, 7092, 7344, 7173, 7641, 6901, 7025, 7521, 7308, 7519, 7699, 7363, 7074, 6903, 7392, 7011, 7659, 7097, 6804, 7227, 6917, 7490, 7858, 7787, 7089, 6806, 7380, 7792, 7772, 7278, 6936, 7794, 7491, 8213, 7350, 7313, 7769, 7190, 7884, 7570, 7921, 8451, 7831, 7313, 7001, 7618, 7288, 7745, 8100, 7894, 7139, 7075, 7524, 7381, 7830, 7846, 7497, 7105, 7080, 7220, 7360, 7681, 7881, 7702, 7899, 6940, 7401, 7344, 7791, 7861, 7668, 7015, 7120, 7396, 7138, 7759, 7907, 7609, 7262, 7095, 7251, 7070, 7809, 8123, 7828, 7249, 7048, 7331, 6993, 7536, 7793, 7441, 7347, 6986, 7467, 7232, 7747, 8015, 7636, 7562, 7965, 7343, 6975, 7709, 7441, 8167, 7636, 8207, 7845, 8104, 7798, 7792, 7399, 6796, 7761, 7414, 7943, 7682, 7711, 7210, 7070, 7325, 7329, 7783, 8078, 7590, 7227, 6911, 7203, 7158, 7773, 7837, 7665, 7214, 6944, 7354, 7229, 7553, 7236, 7808, 8171, 7099, 7354, 7248, 7478, 7385, 7906, 8228, 7639, 7048, 7389, 7435, 7093, 7592, 8032, 7557, 7779, 7474, 7131, 7208, 7495, 7312, 7799, 7880, 7857, 7044], 'WindowCenter': [4147.0, 4154.0, 4129.0, 4115.0, 4107.0, 4115.0, 4113.0, 4115.0, 4113.0, 4104.0, 4111.0, 4090.0, 4101.0, 4101.0, 4099.0, 4101.0, 4103.0, 4102.0, 4102.0, 4101.0, 4111.0, 4092.0, 4113.0, 4104.0, 4114.0, 4105.0, 4113.0, 4116.0, 4113.0, 4102.0, 4116.0, 4113.0, 4115.0, 4112.0, 4101.0, 4102.0, 4113.0, 4113.0, 4109.0, 4102.0, 4104.0, 4111.0, 4103.0, 4102.0, 4090.0, 4103.0, 4090.0, 4103.0, 4100.0, 4101.0, 4102.0, 4114.0, 4103.0, 4102.0, 4102.0, 4104.0, 4103.0, 4100.0, 4104.0, 4104.0, 4116.0, 4106.0, 4117.0, 4106.0, 4117.0, 4117.0, 4117.0, 4105.0, 4116.0, 4116.0, 4105.0, 4116.0, 4116.0, 4104.0, 4116.0, 4117.0, 4117.0, 4117.0, 4116.0, 4116.0, 4117.0, 4117.0, 4125.0, 4106.0, 4104.0, 4114.0, 4111.0, 4120.0, 4101.0, 4103.0, 4101.0, 4101.0, 4113.0, 4101.0, 4101.0, 4090.0, 4111.0, 4102.0, 4113.0, 4112.0, 4102.0, 4102.0, 4115.0, 4138.0, 4127.0, 4129.0, 4119.0, 4128.0, 4145.0, 4129.0, 4117.0, 4127.0, 4116.0, 4126.0, 4106.0, 4116.0, 4114.0, 4114.0, 4115.0, 4105.0, 4101.0, 4122.0, 4102.0, 4105.0, 4115.0, 4115.0, 4125.0, 4103.0, 4102.0, 4114.0, 4102.0, 4123.0, 4094.0, 4090.0, 4103.0, 4101.0, 4111.0, 4092.0, 4103.0, 4101.0, 4099.0, 4099.0, 4091.0, 4103.0, 4102.0, 4104.0, 4102.0, 4092.0, 4103.0, 4101.0, 4103.0, 4111.0, 4092.0, 4102.0, 4102.0, 4100.0, 4111.0, 4090.0, 4103.0, 4114.0, 4104.0, 4104.0, 4114.0, 4105.0, 4104.0, 4103.0, 4101.0, 4101.0, 4102.0, 4091.0, 4102.0, 4099.0, 4112.0, 4093.0, 4093.0, 4101.0, 4102.0, 4103.0, 4091.0, 4090.0, 4102.0, 4103.0, 4098.0, 4092.0, 4101.0, 4089.0, 4104.0, 4100.0, 4103.0, 4104.0, 4101.0, 4113.0, 4103.0, 4104.0, 4113.0, 4111.0, 4113.0, 4104.0, 4104.0, 4113.0, 4104.0, 4101.0, 4102.0, 4093.0, 4102.0, 4102.0, 4101.0, 4103.0, 4103.0, 4113.0, 4113.0, 4104.0, 4103.0, 4114.0, 4112.0, 4124.0, 4101.0, 4090.0, 4089.0, 4101.0, 4102.0, 4092.0, 4111.0, 4092.0, 4089.0, 4102.0, 4101.0, 4087.0, 4092.0, 4102.0, 4103.0, 4100.0, 4103.0, 4092.0, 4101.0, 4114.0, 4113.0, 4103.0, 4104.0, 4102.0, 4112.0, 4115.0, 4100.0, 4104.0, 4104.0, 4101.0, 4102.0, 4110.0, 4102.0, 4100.0, 4102.0, 4101.0, 4113.0, 4091.0, 4101.0, 4100.0, 4100.0, 4102.0, 4100.0, 4088.0, 4091.0, 4099.0, 4101.0, 4100.0, 4091.0, 4090.0, 4101.0, 4100.0, 4103.0, 4097.0, 4101.0, 4112.0, 4100.0, 4099.0, 4104.0, 4103.0, 4112.0, 4101.0, 4102.0, 4102.0, 4103.0, 4114.0, 4103.0, 4112.0, 4101.0, 4093.0, 4101.0, 4102.0, 4101.0, 4116.0, 4115.0, 4104.0, 4112.0, 4125.0, 4115.0, 4102.0, 4102.0, 4101.0, 4113.0, 4103.0, 4100.0, 4092.0, 4103.0, 4103.0, 4101.0, 4100.0, 4089.0, 4101.0, 4102.0, 4101.0, 4093.0, 4090.0, 4102.0, 4100.0, 4102.0, 4093.0, 4104.0, 4103.0, 4103.0, 4103.0, 4101.0, 4091.0, 4101.0, 4091.0, 4105.0, 4104.0, 4104.0, 4104.0, 4104.0, 4105.0, 4111.0, 4113.0, 4093.0, 4102.0, 4103.0, 4113.0, 4112.0, 4089.0, 4103.0, 4103.0, 4103.0, 4099.0, 4102.0, 4093.0, 4102.0, 4101.0, 4111.0, 4103.0, 4093.0, 4101.0, 4102.0, 4101.0, 4104.0, 4113.0, 4103.0, 4091.0, 4112.0, 4100.0, 4114.0, 4102.0, 4091.0, 4102.0, 4101.0, 4101.0, 4090.0, 4093.0, 4103.0, 4102.0, 4101.0, 4092.0, 4091.0, 4091.0, 4102.0, 4092.0, 4112.0, 4100.0, 4092.0, 4092.0, 4090.0, 4102.0, 4092.0, 4089.0, 4090.0, 4092.0, 4091.0, 4102.0, 4092.0, 4090.0, 4102.0, 4092.0, 4103.0, 4100.0, 4090.0, 4102.0, 4103.0, 4103.0, 4102.0, 4093.0, 4092.0, 4101.0, 4102.0, 4103.0, 4104.0, 4090.0, 4092.0, 4104.0, 4113.0, 4111.0, 4104.0, 4101.0, 4102.0, 4114.0, 4111.0, 4094.0, 4104.0, 4101.0, 4109.0, 4101.0, 4100.0, 4093.0, 4102.0, 4103.0, 4113.0, 4103.0, 4113.0, 4102.0, 4092.0, 4100.0, 4102.0, 4099.0, 4091.0, 4092.0, 4102.0, 4100.0, 4101.0, 4090.0, 4093.0, 4100.0, 4091.0, 4103.0, 4103.0, 4098.0, 4100.0, 4092.0, 4103.0, 4103.0, 4104.0, 4093.0, 4092.0, 4101.0, 4104.0, 4114.0, 4093.0, 4094.0, 4104.0, 4104.0, 4104.0, 4103.0, 4102.0, 4093.0, 4093.0, 4104.0, 4103.0, 4091.0, 4104.0, 4104.0, 4105.0, 4112.0, 4102.0, 4104.0, 4102.0, 4113.0, 4112.0, 4115.0, 4093.0, 4102.0, 4103.0, 4111.0, 4111.0, 4092.0, 4092.0, 4090.0, 4100.0, 4102.0, 4101.0, 4092.0, 4091.0, 4101.0, 4100.0, 4101.0, 4091.0, 4103.0, 4102.0, 4104.0, 4102.0, 4100.0, 4090.0, 4100.0, 4113.0, 4101.0, 4113.0, 4091.0, 4092.0, 4102.0, 4102.0, 4100.0, 4108.0, 4102.0, 4080.0, 4090.0, 4088.0, 4091.0, 4102.0, 4091.0, 4100.0, 4091.0, 4089.0, 4102.0, 4101.0, 4089.0, 4091.0, 4090.0, 4091.0, 4091.0, 4092.0, 4089.0, 4100.0, 4089.0, 4092.0, 4101.0, 4102.0, 4103.0, 4092.0, 4102.0, 4090.0, 4090.0, 4092.0, 4102.0, 4102.0, 4099.0, 4100.0, 4080.0, 4081.0, 4090.0, 4091.0, 4091.0, 4088.0, 4099.0, 4080.0, 4078.0, 4091.0, 4091.0, 4102.0, 4091.0, 4092.0, 4091.0, 4093.0, 4102.0, 4088.0, 4092.0, 4102.0, 4090.0, 4100.0, 4091.0, 4103.0, 4093.0, 4094.0, 4102.0, 4102.0, 4101.0, 4114.0, 4105.0, 4115.0, 4105.0, 4116.0, 4112.0, 4095.0, 4094.0, 4104.0, 4113.0, 4101.0, 4094.0, 4104.0, 4104.0, 4103.0, 4102.0, 4094.0, 4092.0, 4103.0, 4104.0, 4094.0, 4113.0, 4101.0, 4104.0, 4095.0, 4104.0, 4095.0, 4114.0, 4116.0, 4116.0, 4105.0, 4094.0, 4115.0, 4104.0, 4105.0, 4104.0, 4093.0, 4104.0, 4114.0, 4104.0, 4092.0, 4099.0, 4092.0, 4093.0, 4101.0, 4101.0, 4080.0, 4089.0, 4103.0, 4102.0, 4114.0, 4112.0, 4093.0, 4091.0, 4103.0, 4112.0, 4104.0, 4102.0, 4089.0, 4102.0, 4104.0, 4104.0, 4093.0, 4093.0, 4104.0, 4101.0, 4104.0, 4093.0, 4093.0, 4102.0, 4101.0, 4102.0, 4091.0, 4093.0, 4093.0, 4093.0, 4103.0, 4102.0, 4101.0, 4109.0, 4099.0, 4088.0, 4090.0, 4090.0, 4090.0, 4090.0, 4079.0, 4090.0, 4089.0, 4090.0, 4088.0, 4090.0, 4090.0, 4087.0, 4100.0, 4078.0, 4079.0, 4090.0, 4089.0, 4088.0, 4080.0, 4102.0, 4093.0, 4092.0, 4101.0, 4103.0, 4104.0, 4103.0, 4094.0, 4114.0, 4103.0, 4102.0, 4103.0, 4093.0, 4114.0, 4104.0, 4115.0, 4104.0, 4101.0, 4114.0, 4102.0, 4113.0, 4104.0, 4115.0, 4104.0, 4103.0, 4102.0, 4104.0, 4102.0, 4093.0, 4104.0, 4092.0, 4092.0, 4092.0, 4103.0, 4103.0, 4112.0, 4100.0, 4087.0, 4102.0, 4103.0, 4102.0, 4102.0, 4102.0, 4102.0, 4091.0, 4091.0, 4102.0, 4102.0, 4101.0, 4091.0, 4101.0, 4092.0, 4090.0, 4102.0, 4092.0, 4103.0, 4091.0, 4093.0, 4103.0, 4103.0, 4103.0, 4102.0, 4104.0, 4092.0, 4093.0, 4103.0, 4103.0, 4104.0, 4091.0, 4104.0, 4101.0, 4091.0, 4103.0, 4103.0, 4104.0, 4091.0, 4091.0, 4103.0, 4093.0, 4101.0, 4112.0, 4103.0, 4092.0, 4088.0, 4102.0, 4103.0, 4103.0, 4092.0, 4093.0, 4103.0, 4092.0, 4102.0, 4090.0, 4093.0, 4090.0, 4103.0, 4101.0, 4103.0, 4103.0, 4103.0, 4093.0, 4092.0, 4092.0, 4103.0, 4102.0, 4090.0, 4103.0, 4092.0, 4090.0, 4092.0, 4100.0, 4092.0, 4082.0, 4092.0, 4102.0, 4092.0, 4102.0, 4093.0, 4090.0, 4090.0, 4092.0, 4092.0, 4101.0, 4092.0, 4092.0, 4090.0, 4092.0, 4090.0, 4101.0, 4093.0, 4090.0, 4092.0, 4092.0, 4091.0, 4103.0, 4091.0, 4092.0, 4100.0, 4092.0, 4092.0, 4102.0, 4090.0, 4091.0, 4092.0, 4092.0, 4092.0, 4101.0, 4090.0, 4082.0, 4092.0, 4093.0, 4105.0, 4113.0, 4104.0, 4091.0, 4091.0, 4104.0, 4102.0, 4102.0, 4100.0, 4093.0, 4104.0, 4103.0, 4113.0, 4092.0, 4102.0, 4102.0, 4093.0, 4101.0, 4100.0, 4103.0, 4100.0, 4103.0, 4090.0, 4092.0, 4102.0, 4093.0, 4100.0, 4101.0, 4101.0, 4088.0, 4093.0, 4102.0, 4093.0, 4103.0, 4103.0, 4104.0, 4092.0, 4093.0, 4089.0, 4090.0, 4103.0, 4103.0, 4101.0, 4100.0, 4093.0, 4090.0, 4092.0, 4103.0, 4103.0, 4104.0, 4091.0, 4094.0, 4103.0, 4093.0, 4105.0, 4114.0, 4102.0, 4101.0, 4090.0, 4103.0, 4093.0, 4104.0, 4103.0, 4102.0, 4093.0, 4093.0, 4103.0, 4093.0, 4102.0, 4103.0, 4102.0, 4104.0, 4094.0, 4104.0, 4093.0, 4101.0, 4103.0, 4103.0, 4092.0, 4103.0, 4089.0, 4092.0, 4091.0, 4092.0, 4101.0, 4091.0, 4101.0, 4100.0, 4101.0, 4090.0, 4091.0, 4091.0, 4081.0, 4102.0, 4092.0, 4113.0, 4103.0, 4103.0, 4090.0, 4093.0, 4103.0, 4090.0, 4101.0, 4114.0, 4102.0, 4093.0, 4093.0, 4103.0, 4093.0, 4104.0, 4103.0, 4102.0, 4099.0, 4094.0, 4104.0, 4104.0, 4101.0, 4103.0, 4102.0, 4112.0, 4091.0, 4093.0, 4093.0, 4093.0, 4091.0, 4103.0, 4113.0, 4101.0, 4091.0, 4090.0, 4092.0, 4092.0, 4100.0, 4102.0, 4103.0, 4102.0, 4093.0, 4089.0, 4092.0, 4092.0, 4092.0, 4100.0, 4101.0, 4102.0, 4089.0], 'WindowWidth': [9230.0, 9227.0, 9186.0, 9161.0, 9151.0, 9156.0, 9151.0, 9152.0, 9148.0, 9136.0, 9142.0, 9114.0, 9128.0, 9128.0, 9125.0, 9128.0, 9133.0, 9131.0, 9132.0, 9131.0, 9144.0, 9120.0, 9150.0, 9139.0, 9153.0, 9140.0, 9151.0, 9157.0, 9151.0, 9135.0, 9156.0, 9151.0, 9154.0, 9147.0, 9131.0, 9134.0, 9149.0, 9149.0, 9140.0, 9132.0, 9135.0, 9143.0, 9135.0, 9131.0, 9114.0, 9135.0, 9115.0, 9136.0, 9127.0, 9130.0, 9133.0, 9150.0, 9135.0, 9132.0, 9132.0, 9138.0, 9135.0, 9129.0, 9138.0, 9139.0, 9158.0, 9145.0, 9161.0, 9145.0, 9161.0, 9163.0, 9161.0, 9143.0, 9159.0, 9159.0, 9144.0, 9158.0, 9159.0, 9141.0, 9159.0, 9160.0, 9163.0, 9161.0, 9160.0, 9158.0, 9160.0, 9160.0, 9167.0, 9143.0, 9137.0, 9151.0, 9145.0, 9154.0, 9130.0, 9135.0, 9131.0, 9130.0, 9145.0, 9129.0, 9129.0, 9115.0, 9144.0, 9132.0, 9152.0, 9147.0, 9135.0, 9136.0, 9157.0, 9192.0, 9177.0, 9183.0, 9170.0, 9179.0, 9199.0, 9180.0, 9163.0, 9175.0, 9158.0, 9171.0, 9145.0, 9157.0, 9152.0, 9154.0, 9155.0, 9141.0, 9132.0, 9162.0, 9136.0, 9141.0, 9155.0, 9154.0, 9167.0, 9135.0, 9133.0, 9151.0, 9132.0, 9160.0, 9123.0, 9114.0, 9133.0, 9129.0, 9142.0, 9118.0, 9133.0, 9128.0, 9125.0, 9124.0, 9116.0, 9135.0, 9132.0, 9136.0, 9132.0, 9118.0, 9132.0, 9128.0, 9135.0, 9142.0, 9119.0, 9131.0, 9130.0, 9127.0, 9140.0, 9113.0, 9135.0, 9150.0, 9138.0, 9138.0, 9152.0, 9141.0, 9137.0, 9136.0, 9131.0, 9130.0, 9131.0, 9115.0, 9131.0, 9125.0, 9144.0, 9120.0, 9120.0, 9129.0, 9133.0, 9133.0, 9115.0, 9114.0, 9132.0, 9134.0, 9123.0, 9119.0, 9128.0, 9112.0, 9136.0, 9127.0, 9134.0, 9138.0, 9131.0, 9149.0, 9135.0, 9137.0, 9148.0, 9145.0, 9148.0, 9138.0, 9138.0, 9148.0, 9135.0, 9130.0, 9132.0, 9120.0, 9133.0, 9132.0, 9133.0, 9135.0, 9136.0, 9149.0, 9149.0, 9138.0, 9134.0, 9150.0, 9146.0, 9162.0, 9131.0, 9113.0, 9110.0, 9127.0, 9131.0, 9117.0, 9140.0, 9116.0, 9108.0, 9128.0, 9129.0, 9107.0, 9119.0, 9130.0, 9133.0, 9128.0, 9134.0, 9119.0, 9130.0, 9149.0, 9149.0, 9135.0, 9137.0, 9133.0, 9147.0, 9154.0, 9129.0, 9139.0, 9138.0, 9129.0, 9133.0, 9141.0, 9131.0, 9128.0, 9132.0, 9130.0, 9144.0, 9115.0, 9128.0, 9127.0, 9126.0, 9129.0, 9127.0, 9108.0, 9114.0, 9123.0, 9128.0, 9126.0, 9115.0, 9114.0, 9129.0, 9127.0, 9134.0, 9122.0, 9130.0, 9146.0, 9128.0, 9127.0, 9136.0, 9134.0, 9145.0, 9128.0, 9133.0, 9131.0, 9135.0, 9149.0, 9134.0, 9145.0, 9130.0, 9120.0, 9128.0, 9134.0, 9132.0, 9157.0, 9153.0, 9140.0, 9147.0, 9166.0, 9152.0, 9131.0, 9132.0, 9128.0, 9147.0, 9133.0, 9127.0, 9117.0, 9135.0, 9133.0, 9130.0, 9127.0, 9111.0, 9128.0, 9130.0, 9130.0, 9120.0, 9114.0, 9131.0, 9129.0, 9133.0, 9121.0, 9138.0, 9134.0, 9133.0, 9134.0, 9129.0, 9117.0, 9130.0, 9118.0, 9139.0, 9137.0, 9138.0, 9137.0, 9138.0, 9138.0, 9143.0, 9148.0, 9120.0, 9131.0, 9134.0, 9147.0, 9145.0, 9112.0, 9135.0, 9135.0, 9133.0, 9126.0, 9131.0, 9119.0, 9130.0, 9129.0, 9144.0, 9132.0, 9122.0, 9130.0, 9132.0, 9131.0, 9135.0, 9148.0, 9134.0, 9116.0, 9144.0, 9127.0, 9151.0, 9131.0, 9116.0, 9132.0, 9130.0, 9129.0, 9114.0, 9121.0, 9133.0, 9131.0, 9129.0, 9117.0, 9115.0, 9115.0, 9132.0, 9116.0, 9144.0, 9127.0, 9115.0, 9116.0, 9112.0, 9130.0, 9117.0, 9110.0, 9113.0, 9116.0, 9114.0, 9130.0, 9115.0, 9113.0, 9130.0, 9116.0, 9133.0, 9124.0, 9114.0, 9131.0, 9132.0, 9134.0, 9131.0, 9122.0, 9119.0, 9131.0, 9133.0, 9134.0, 9137.0, 9114.0, 9119.0, 9136.0, 9147.0, 9144.0, 9135.0, 9129.0, 9131.0, 9149.0, 9144.0, 9123.0, 9136.0, 9130.0, 9139.0, 9129.0, 9127.0, 9120.0, 9131.0, 9132.0, 9145.0, 9132.0, 9146.0, 9131.0, 9117.0, 9126.0, 9130.0, 9123.0, 9114.0, 9117.0, 9130.0, 9127.0, 9128.0, 9112.0, 9120.0, 9126.0, 9114.0, 9133.0, 9132.0, 9122.0, 9127.0, 9117.0, 9133.0, 9132.0, 9135.0, 9120.0, 9119.0, 9130.0, 9135.0, 9150.0, 9121.0, 9123.0, 9136.0, 9135.0, 9136.0, 9133.0, 9131.0, 9120.0, 9120.0, 9136.0, 9134.0, 9116.0, 9137.0, 9137.0, 9139.0, 9146.0, 9134.0, 9137.0, 9133.0, 9147.0, 9146.0, 9151.0, 9120.0, 9132.0, 9132.0, 9141.0, 9142.0, 9117.0, 9117.0, 9112.0, 9125.0, 9130.0, 9127.0, 9116.0, 9112.0, 9127.0, 9125.0, 9127.0, 9114.0, 9130.0, 9129.0, 9135.0, 9130.0, 9127.0, 9113.0, 9127.0, 9146.0, 9128.0, 9146.0, 9113.0, 9117.0, 9128.0, 9129.0, 9125.0, 9134.0, 9129.0, 9097.0, 9112.0, 9105.0, 9112.0, 9129.0, 9113.0, 9125.0, 9112.0, 9109.0, 9129.0, 9126.0, 9110.0, 9112.0, 9112.0, 9113.0, 9114.0, 9115.0, 9110.0, 9125.0, 9110.0, 9116.0, 9126.0, 9129.0, 9132.0, 9117.0, 9131.0, 9111.0, 9112.0, 9116.0, 9128.0, 9129.0, 9121.0, 9125.0, 9097.0, 9099.0, 9110.0, 9111.0, 9111.0, 9106.0, 9121.0, 9096.0, 9094.0, 9112.0, 9113.0, 9130.0, 9114.0, 9117.0, 9113.0, 9118.0, 9130.0, 9106.0, 9117.0, 9129.0, 9113.0, 9125.0, 9115.0, 9133.0, 9119.0, 9123.0, 9134.0, 9132.0, 9131.0, 9151.0, 9140.0, 9153.0, 9139.0, 9157.0, 9146.0, 9126.0, 9122.0, 9136.0, 9149.0, 9130.0, 9124.0, 9136.0, 9137.0, 9134.0, 9132.0, 9124.0, 9118.0, 9136.0, 9136.0, 9122.0, 9148.0, 9129.0, 9136.0, 9125.0, 9138.0, 9127.0, 9153.0, 9156.0, 9156.0, 9139.0, 9124.0, 9151.0, 9136.0, 9138.0, 9134.0, 9121.0, 9135.0, 9148.0, 9135.0, 9117.0, 9125.0, 9116.0, 9118.0, 9128.0, 9128.0, 9101.0, 9110.0, 9132.0, 9130.0, 9148.0, 9145.0, 9120.0, 9117.0, 9134.0, 9144.0, 9136.0, 9131.0, 9112.0, 9130.0, 9135.0, 9137.0, 9121.0, 9120.0, 9134.0, 9130.0, 9135.0, 9119.0, 9121.0, 9131.0, 9129.0, 9132.0, 9114.0, 9120.0, 9118.0, 9118.0, 9131.0, 9128.0, 9126.0, 9133.0, 9120.0, 9104.0, 9108.0, 9110.0, 9109.0, 9109.0, 9093.0, 9109.0, 9105.0, 9107.0, 9104.0, 9107.0, 9107.0, 9101.0, 9120.0, 9091.0, 9093.0, 9107.0, 9107.0, 9104.0, 9096.0, 9128.0, 9117.0, 9117.0, 9127.0, 9132.0, 9135.0, 9133.0, 9123.0, 9150.0, 9132.0, 9132.0, 9134.0, 9121.0, 9148.0, 9136.0, 9151.0, 9137.0, 9131.0, 9150.0, 9133.0, 9147.0, 9136.0, 9151.0, 9136.0, 9134.0, 9131.0, 9136.0, 9133.0, 9120.0, 9135.0, 9116.0, 9116.0, 9116.0, 9130.0, 9131.0, 9141.0, 9125.0, 9105.0, 9129.0, 9130.0, 9129.0, 9130.0, 9127.0, 9129.0, 9113.0, 9114.0, 9128.0, 9128.0, 9128.0, 9114.0, 9128.0, 9115.0, 9111.0, 9129.0, 9116.0, 9132.0, 9113.0, 9120.0, 9131.0, 9132.0, 9134.0, 9130.0, 9135.0, 9118.0, 9120.0, 9133.0, 9133.0, 9134.0, 9116.0, 9135.0, 9128.0, 9116.0, 9134.0, 9133.0, 9136.0, 9115.0, 9115.0, 9132.0, 9118.0, 9128.0, 9143.0, 9133.0, 9117.0, 9109.0, 9129.0, 9133.0, 9132.0, 9117.0, 9119.0, 9132.0, 9117.0, 9131.0, 9112.0, 9119.0, 9113.0, 9131.0, 9129.0, 9132.0, 9133.0, 9131.0, 9119.0, 9118.0, 9118.0, 9133.0, 9129.0, 9113.0, 9131.0, 9118.0, 9113.0, 9115.0, 9127.0, 9115.0, 9103.0, 9117.0, 9131.0, 9117.0, 9129.0, 9118.0, 9112.0, 9112.0, 9116.0, 9115.0, 9128.0, 9114.0, 9117.0, 9113.0, 9117.0, 9113.0, 9128.0, 9118.0, 9111.0, 9117.0, 9116.0, 9112.0, 9131.0, 9113.0, 9116.0, 9125.0, 9116.0, 9117.0, 9129.0, 9113.0, 9114.0, 9115.0, 9115.0, 9115.0, 9127.0, 9111.0, 9104.0, 9118.0, 9118.0, 9137.0, 9146.0, 9136.0, 9114.0, 9116.0, 9135.0, 9130.0, 9131.0, 9126.0, 9120.0, 9137.0, 9133.0, 9148.0, 9117.0, 9131.0, 9131.0, 9119.0, 9126.0, 9125.0, 9132.0, 9124.0, 9131.0, 9111.0, 9117.0, 9129.0, 9118.0, 9124.0, 9126.0, 9127.0, 9108.0, 9117.0, 9129.0, 9118.0, 9133.0, 9131.0, 9134.0, 9116.0, 9119.0, 9109.0, 9113.0, 9132.0, 9130.0, 9129.0, 9124.0, 9117.0, 9110.0, 9115.0, 9132.0, 9131.0, 9135.0, 9113.0, 9123.0, 9133.0, 9121.0, 9138.0, 9149.0, 9133.0, 9129.0, 9114.0, 9133.0, 9119.0, 9135.0, 9133.0, 9130.0, 9119.0, 9118.0, 9133.0, 9119.0, 9132.0, 9132.0, 9131.0, 9134.0, 9122.0, 9135.0, 9120.0, 9129.0, 9131.0, 9133.0, 9114.0, 9130.0, 9109.0, 9117.0, 9113.0, 9114.0, 9125.0, 9110.0, 9125.0, 9123.0, 9125.0, 9110.0, 9112.0, 9112.0, 9099.0, 9129.0, 9117.0, 9145.0, 9131.0, 9134.0, 9113.0, 9120.0, 9132.0, 9112.0, 9128.0, 9148.0, 9132.0, 9118.0, 9121.0, 9133.0, 9121.0, 9136.0, 9133.0, 9133.0, 9124.0, 9123.0, 9133.0, 9135.0, 9129.0, 9132.0, 9130.0, 9143.0, 9116.0, 9117.0, 9118.0, 9118.0, 9114.0, 9131.0, 9144.0, 9127.0, 9114.0, 9111.0, 9114.0, 9116.0, 9125.0, 9129.0, 9131.0, 9129.0, 9119.0, 9109.0, 9116.0, 9114.0, 9114.0, 9125.0, 9125.0, 9130.0, 9108.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.0001985373443983403</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.014458412935684648</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.795765560976115</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2258075077050876</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9875363899169264</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4459</td></tr>
|
|
<tr><td colspan=3>fber</td><td>7117.4209</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.06578255192822602</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>0</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>0.0</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.439718208164147</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.391351033894839</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5847554838291726</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3430481067684297</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00632441</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011468659155070782</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.024562550708651543</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.7748435414043393</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>27.0878</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>33.1732</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>147.7427</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>42.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>307456.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>667.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>314.3727</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1232</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>570.5827</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3362.3701</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3558.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>69088.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1055.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4453.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>942.5488</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>46.26612809195649</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> |