=== 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-0021 --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-0021",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
115 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
115 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-0021_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-0021_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-0021_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-0021/figures/sub-0021_ses-02_task-narratives_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0021/figures/sub-0021_ses-02_task-narratives_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0021/figures/sub-0021_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-0021_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-0021/figures/sub-0021_ses-02_task-narratives_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0021/figures/sub-0021_ses-02_task-narratives_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0021/figures/sub-0021_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-0021_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-0021/figures/sub-0021_ses-02_task-narratives_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0021/figures/sub-0021_ses-02_task-narratives_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0021/figures/sub-0021_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-0021_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-0021/figures/sub-0021_ses-02_task-narratives_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0021/figures/sub-0021_ses-02_task-narratives_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0021/figures/sub-0021_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-0021_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-0021/figures/sub-0021_ses-02_task-narratives_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0021/figures/sub-0021_ses-02_task-narratives_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0021/figures/sub-0021_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-0021_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-0021/figures/sub-0021_ses-02_task-narratives_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0021/figures/sub-0021_ses-02_task-narratives_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0021/figures/sub-0021_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-0021_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-0021/figures/sub-0021_ses-02_task-narratives_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0021/figures/sub-0021_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-0021/figures/sub-0021_ses-02_task-narratives_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0021/figures/sub-0021_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-0021/ses-02/func/sub-0021_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>35c919a56e34618771392195696d42fb</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>13:24:56.542500</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.99709, -0.073896, -0.0187402, 0.0746216, 0.996346, 0.0415377]</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.0975286</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>[4145, -7775, -7252, 571, -16, -62, -20, 59]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>241.491</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>cae38676-2e2c-4fbc-a00b-7fb8b9628fd4||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.675119161605835, 0.20020417869091034, -0.042126040905714035, 103.12435913085938], [0.1982574462890625, 2.6731247901916504, 0.11560112982988358, -104.11991882324219], [-0.05027851462364197, -0.11144258826971054, 2.697195053100586, -53.94114303588867], [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': ['132456.542500', '132457.002500', '132457.462500', '132457.922500', '132458.382500', '132458.842500', '132459.302500', '132459.762500', '132500.222500', '132500.682500', '132501.142500', '132501.602500', '132502.062500', '132502.522500', '132502.982500', '132503.442500', '132503.902500', '132504.362500', '132504.822500', '132505.282500', '132505.742500', '132506.202500', '132506.662500', '132507.122500', '132507.582500', '132508.042500', '132508.502500', '132508.962500', '132509.422500', '132509.882500', '132510.342500', '132510.802500', '132511.262500', '132511.722500', '132512.182500', '132512.642500', '132513.102500', '132513.562500', '132514.022500', '132514.482500', '132514.942500', '132515.402500', '132515.862500', '132516.322500', '132516.782500', '132517.242500', '132517.702500', '132518.162500', '132518.622500', '132519.082500', '132519.542500', '132520.002500', '132520.462500', '132520.922500', '132521.382500', '132521.842500', '132522.302500', '132522.762500', '132523.222500', '132523.682500', '132524.142500', '132524.602500', '132525.062500', '132525.522500', '132525.982500', '132526.442500', '132526.902500', '132527.362500', '132527.822500', '132528.282500', '132528.742500', '132529.202500', '132529.662500', '132530.122500', '132530.582500', '132531.042500', '132531.502500', '132531.962500', '132532.422500', '132532.882500', '132533.342500', '132533.802500', '132534.262500', '132534.722500', '132535.182500', '132535.642500', '132536.102500', '132536.562500', '132537.022500', '132537.482500', '132537.942500', '132538.402500', '132538.862500', '132539.322500', '132539.782500', '132540.242500', '132540.702500', '132541.162500', '132541.622500', '132542.082500', '132542.542500', '132543.002500', '132543.462500', '132543.922500', '132544.382500', '132544.842500', '132545.302500', '132545.762500', '132546.222500', '132546.682500', '132547.142500', '132547.602500', '132548.062500', '132548.522500', '132548.982500', '132549.442500', '132549.902500', '132550.362500', '132550.822500', '132551.282500', '132551.742500', '132552.202500', '132552.662500', '132553.122500', '132553.582500', '132554.042500', '132554.502500', '132554.962500', '132555.422500', '132555.882500', '132556.342500', '132556.802500', '132557.262500', '132557.722500', '132558.182500', '132558.642500', '132559.102500', '132559.562500', '132600.022500', '132600.482500', '132600.942500', '132601.402500', '132601.862500', '132602.322500', '132602.782500', '132603.242500', '132603.702500', '132604.162500', '132604.622500', '132605.082500', '132605.542500', '132606.002500', '132606.462500', '132606.922500', '132607.382500', '132607.842500', '132608.302500', '132608.762500', '132609.222500', '132609.682500', '132610.142500', '132610.602500', '132611.062500', '132611.522500', '132611.982500', '132612.442500', '132612.902500', '132613.362500', '132613.822500', '132614.282500', '132614.742500', '132615.202500', '132615.662500', '132616.122500', '132616.582500', '132617.042500', '132617.502500', '132617.962500', '132618.422500', '132618.882500', '132619.342500', '132619.802500', '132620.262500', '132620.722500', '132621.182500', '132621.642500', '132622.102500', '132622.562500', '132623.022500', '132623.482500', '132623.942500', '132624.402500', '132624.862500', '132625.322500', '132625.782500', '132626.242500', '132626.702500', '132627.162500', '132627.622500', '132628.082500', '132628.542500', '132629.002500', '132629.462500', '132629.922500', '132630.382500', '132630.842500', '132631.302500', '132631.762500', '132632.222500', '132632.682500', '132633.142500', '132633.602500', '132634.062500', '132634.522500', '132634.982500', '132635.442500', '132635.902500', '132636.362500', '132636.822500', '132637.282500', '132637.742500', '132638.202500', '132638.662500', '132639.122500', '132639.582500', '132640.042500', '132640.502500', '132640.962500', '132641.422500', '132641.882500', '132642.342500', '132642.802500', '132643.262500', '132643.722500', '132644.182500', '132644.642500', '132645.102500', '132645.562500', '132646.022500', '132646.482500', '132646.942500', '132647.402500', '132647.862500', '132648.322500', '132648.782500', '132649.242500', '132649.702500', '132650.162500', '132650.622500', '132651.082500', '132651.542500', '132652.002500', '132652.462500', '132652.922500', '132653.382500', '132653.842500', '132654.302500', '132654.762500', '132655.222500', '132655.682500', '132656.142500', '132656.602500', '132657.062500', '132657.522500', '132657.982500', '132658.442500', '132658.902500', '132659.362500', '132659.822500', '132700.282500', '132700.742500', '132701.202500', '132701.662500', '132702.122500', '132702.582500', '132703.042500', '132703.502500', '132703.962500', '132704.422500', '132704.882500', '132705.342500', '132705.802500', '132706.262500', '132706.722500', '132707.182500', '132707.642500', '132708.102500', '132708.562500', '132709.022500', '132709.482500', '132709.942500', '132710.402500', '132710.862500', '132711.322500', '132711.782500', '132712.242500', '132712.702500', '132713.162500', '132713.622500', '132714.082500', '132714.542500', '132715.002500', '132715.462500', '132715.922500', '132716.382500', '132716.842500', '132717.302500', '132717.762500', '132718.222500', '132718.682500', '132719.142500', '132719.602500', '132720.062500', '132720.522500', '132720.982500', '132721.442500', '132721.902500', '132722.362500', '132722.822500', '132723.282500', '132723.742500', '132724.202500', '132724.662500', '132725.122500', '132725.582500', '132726.042500', '132726.502500', '132726.962500', '132727.422500', '132727.882500', '132728.342500', '132728.802500', '132729.262500', '132729.722500', '132730.182500', '132730.642500', '132731.102500', '132731.562500', '132732.022500', '132732.482500', '132732.942500', '132733.402500', '132733.862500', '132734.322500', '132734.782500', '132735.242500', '132735.702500', '132736.162500', '132736.622500', '132737.082500', '132737.542500', '132738.002500', '132738.462500', '132738.922500', '132739.382500', '132739.842500', '132740.302500', '132740.762500', '132741.222500', '132741.682500', '132742.142500', '132742.602500', '132743.062500', '132743.522500', '132743.982500', '132744.442500', '132744.902500', '132745.362500', '132745.822500', '132746.282500', '132746.742500', '132747.202500', '132747.662500', '132748.122500', '132748.582500', '132749.042500', '132749.502500', '132749.962500', '132750.422500', '132750.882500', '132751.342500', '132751.802500', '132752.262500', '132752.722500', '132753.182500', '132753.642500', '132754.102500', '132754.562500', '132755.022500', '132755.482500', '132755.942500', '132756.402500', '132756.862500', '132757.322500', '132757.782500', '132758.242500', '132758.702500', '132759.162500', '132759.622500', '132800.082500', '132800.542500', '132801.002500', '132801.462500', '132801.922500', '132802.382500', '132802.842500', '132803.302500', '132803.762500', '132804.222500', '132804.682500', '132805.142500', '132805.602500', '132806.062500', '132806.522500', '132806.982500', '132807.442500', '132807.902500', '132808.362500', '132808.822500', '132809.282500', '132809.742500', '132810.202500', '132810.662500', '132811.122500', '132811.582500', '132812.042500', '132812.502500', '132812.962500', '132813.422500', '132813.882500', '132814.342500', '132814.802500', '132815.262500', '132815.722500', '132816.182500', '132816.642500', '132817.102500', '132817.562500', '132818.022500', '132818.482500', '132818.942500', '132819.402500', '132819.862500', '132820.322500', '132820.782500', '132821.242500', '132821.702500', '132822.162500', '132822.622500', '132823.082500', '132823.542500', '132824.002500', '132824.462500', '132824.922500', '132825.382500', '132825.842500', '132826.302500', '132826.762500', '132827.222500', '132827.682500', '132828.142500', '132828.602500', '132829.062500', '132829.522500', '132829.982500', '132830.442500', '132830.902500', '132831.362500', '132831.822500', '132832.282500', '132832.742500', '132833.202500', '132833.662500', '132834.122500', '132834.582500', '132835.042500', '132835.502500', '132835.962500', '132836.422500', '132836.882500', '132837.342500', '132837.802500', '132838.262500', '132838.722500', '132839.182500', '132839.642500', '132840.102500', '132840.562500', '132841.022500', '132841.482500', '132841.942500', '132842.402500', '132842.862500', '132843.322500', '132843.782500', '132844.242500', '132844.702500', '132845.162500', '132845.622500', '132846.082500', '132846.542500', '132847.002500', '132847.462500', '132847.922500', '132848.382500', '132848.842500', '132849.302500', '132849.762500', '132850.222500', '132850.682500', '132851.142500', '132851.602500', '132852.062500', '132852.522500', '132852.982500', '132853.442500', '132853.902500', '132854.362500', '132854.822500', '132855.282500', '132855.742500', '132856.202500', '132856.662500', '132857.122500', '132857.582500', '132858.042500', '132858.502500', '132858.962500', '132859.422500', '132859.882500', '132900.342500', '132900.802500', '132901.262500', '132901.722500', '132902.182500', '132902.642500', '132903.102500', '132903.562500', '132904.022500', '132904.482500', '132904.942500', '132905.402500', '132905.862500', '132906.322500', '132906.782500', '132907.242500', '132907.702500', '132908.162500', '132908.622500', '132909.082500', '132909.542500', '132910.002500', '132910.462500', '132910.922500', '132911.382500', '132911.842500', '132912.302500', '132912.762500', '132913.222500', '132913.682500', '132914.142500', '132914.602500', '132915.062500', '132915.522500', '132915.982500', '132916.442500', '132916.902500', '132917.362500', '132917.822500', '132918.282500', '132918.742500', '132919.202500', '132919.662500', '132920.122500', '132920.582500', '132921.042500', '132921.502500', '132921.962500', '132922.422500', '132922.882500', '132923.342500', '132923.802500', '132924.262500', '132924.722500', '132925.182500', '132925.642500', '132926.102500', '132926.562500', '132927.022500', '132927.482500', '132927.942500', '132928.402500', '132928.862500', '132929.322500', '132929.782500', '132930.242500', '132930.702500', '132931.162500', '132931.622500', '132932.082500', '132932.542500', '132933.002500', '132933.462500', '132933.922500', '132934.382500', '132934.842500', '132935.302500', '132935.762500', '132936.222500', '132936.682500', '132937.142500', '132937.602500', '132938.062500', '132938.522500', '132938.982500', '132939.442500', '132939.902500', '132940.362500', '132940.822500', '132941.282500', '132941.742500', '132942.202500', '132942.662500', '132943.122500', '132943.582500', '132944.042500', '132944.502500', '132944.962500', '132945.422500', '132945.882500', '132946.342500', '132946.802500', '132947.262500', '132947.722500', '132948.182500', '132948.642500', '132949.102500', '132949.562500', '132950.022500', '132950.482500', '132950.942500', '132951.402500', '132951.862500', '132952.322500', '132952.782500', '132953.242500', '132953.702500', '132954.162500', '132954.622500', '132955.082500', '132955.542500', '132956.002500', '132956.462500', '132956.922500', '132957.382500', '132957.842500', '132958.302500', '132958.762500', '132959.222500', '132959.682500', '133000.142500', '133000.602500', '133001.062500', '133001.522500', '133001.982500', '133002.442500', '133002.902500', '133003.362500', '133003.822500', '133004.282500', '133004.742500', '133005.202500', '133005.662500', '133006.122500', '133006.582500', '133007.042500', '133007.502500', '133007.962500', '133008.422500', '133008.882500', '133009.342500', '133009.802500', '133010.262500', '133010.722500', '133011.182500', '133011.642500', '133012.102500', '133012.562500', '133013.022500', '133013.482500', '133013.942500', '133014.402500', '133014.862500', '133015.322500', '133015.782500', '133016.242500', '133016.702500', '133017.162500', '133017.622500', '133018.082500', '133018.542500', '133019.002500', '133019.462500', '133019.922500', '133020.382500', '133020.842500', '133021.302500', '133021.762500', '133022.222500', '133022.682500', '133023.142500', '133023.602500', '133024.062500', '133024.522500', '133024.982500', '133025.442500', '133025.902500', '133026.362500', '133026.822500', '133027.282500', '133027.742500', '133028.202500', '133028.662500', '133029.122500', '133029.582500', '133030.042500', '133030.502500', '133030.962500', '133031.422500', '133031.882500', '133032.342500', '133032.802500', '133033.262500', '133033.722500', '133034.182500', '133034.642500', '133035.102500', '133035.562500', '133036.022500', '133036.482500', '133036.942500', '133037.402500', '133037.862500', '133038.322500', '133038.782500', '133039.242500', '133039.702500', '133040.162500', '133040.622500', '133041.082500', '133041.542500', '133042.002500', '133042.462500', '133042.922500', '133043.382500', '133043.842500', '133044.302500', '133044.762500', '133045.222500', '133045.682500', '133046.142500', '133046.602500', '133047.062500', '133047.522500', '133047.982500', '133048.442500', '133048.902500', '133049.362500', '133049.822500', '133050.282500', '133050.742500', '133051.202500', '133051.662500', '133052.122500', '133052.582500', '133053.042500', '133053.502500', '133053.962500', '133054.422500', '133054.882500', '133055.342500', '133055.802500', '133056.262500', '133056.722500', '133057.182500', '133057.642500', '133058.102500', '133058.562500', '133059.022500', '133059.482500', '133059.942500', '133100.402500', '133100.862500', '133101.322500', '133101.782500', '133102.242500', '133102.702500', '133103.162500', '133103.622500', '133104.082500', '133104.542500', '133105.002500', '133105.462500', '133105.922500', '133106.382500', '133106.842500', '133107.302500', '133107.762500', '133108.222500', '133108.682500', '133109.142500', '133109.602500', '133110.062500', '133110.522500', '133110.982500', '133111.442500', '133111.902500', '133112.362500', '133112.822500', '133113.282500', '133113.742500', '133114.202500', '133114.662500', '133115.122500', '133115.582500', '133116.042500', '133116.502500', '133116.962500', '133117.422500', '133117.882500', '133118.342500', '133118.802500', '133119.262500', '133119.722500', '133120.182500', '133120.642500', '133121.102500', '133121.562500', '133122.022500', '133122.482500', '133122.942500', '133123.402500', '133123.862500', '133124.322500', '133124.782500', '133125.242500', '133125.702500', '133126.162500', '133126.622500', '133127.082500', '133127.542500', '133128.002500', '133128.462500', '133128.922500', '133129.382500', '133129.842500', '133130.302500', '133130.762500', '133131.222500', '133131.682500', '133132.142500', '133132.602500', '133133.062500', '133133.522500', '133133.982500', '133134.442500', '133134.902500', '133135.362500', '133135.822500', '133136.282500', '133136.742500', '133137.202500', '133137.662500', '133138.122500', '133138.582500', '133139.042500', '133139.502500', '133139.962500', '133140.422500', '133140.882500', '133141.342500', '133141.802500', '133142.262500', '133142.722500', '133143.182500', '133143.642500', '133144.102500', '133144.562500', '133145.022500', '133145.482500', '133145.942500', '133146.402500', '133146.862500', '133147.322500', '133147.782500', '133148.242500', '133148.702500', '133149.162500', '133149.622500', '133150.082500', '133150.542500', '133151.002500', '133151.462500', '133151.922500', '133152.382500', '133152.842500', '133153.302500', '133153.762500', '133154.222500', '133154.682500', '133155.142500', '133155.602500', '133156.062500', '133156.522500', '133156.982500', '133157.442500', '133157.902500', '133158.362500', '133158.822500', '133159.282500', '133159.742500', '133200.202500', '133200.662500', '133201.122500', '133201.582500', '133202.042500', '133202.502500', '133202.962500', '133203.422500', '133203.882500', '133204.342500', '133204.802500', '133205.262500', '133205.722500', '133206.182500', '133206.642500', '133207.102500', '133207.562500', '133208.022500', '133208.482500', '133208.942500', '133209.402500', '133209.862500', '133210.322500', '133210.782500', '133211.242500', '133211.702500', '133212.162500', '133212.622500', '133213.082500', '133213.542500', '133214.002500', '133214.462500', '133214.922500', '133215.382500', '133215.842500', '133216.302500', '133216.762500', '133217.222500', '133217.682500', '133218.142500', '133218.602500', '133219.062500', '133219.522500', '133219.982500', '133220.442500', '133220.902500'], 'ContentTime': ['132526.188000', '132526.194000', '132526.197000', '132526.200000', '132526.203000', '132526.206000', '132526.209000', '132526.211000', '132526.214000', '132526.217000', '132526.220000', '132526.223000', '132526.225000', '132526.228000', '132526.231000', '132526.234000', '132526.237000', '132526.240000', '132526.242000', '132526.245000', '132526.248000', '132526.251000', '132526.254000', '132526.256000', '132526.259000', '132526.262000', '132526.265000', '132526.268000', '132526.271000', '132526.273000', '132526.276000', '132526.279000', '132526.282000', '132526.285000', '132526.287000', '132526.290000', '132526.293000', '132526.296000', '132526.299000', '132526.301000', '132526.304000', '132526.307000', '132526.310000', '132526.313000', '132526.315000', '132526.318000', '132526.321000', '132526.324000', '132526.326000', '132526.329000', '132526.332000', '132526.335000', '132526.338000', '132526.340000', '132526.343000', '132526.346000', '132526.349000', '132526.352000', '132526.355000', '132526.358000', '132526.360000', '132526.366000', '132526.368000', '132546.152000', '132546.155000', '132546.158000', '132546.161000', '132546.164000', '132546.167000', '132546.170000', '132546.173000', '132546.176000', '132546.178000', '132546.181000', '132546.184000', '132546.187000', '132546.190000', '132546.192000', '132546.195000', '132546.198000', '132546.201000', '132546.204000', '132546.206000', '132546.209000', '132546.212000', '132546.215000', '132546.218000', '132546.221000', '132546.223000', '132546.226000', '132546.229000', '132546.232000', '132546.235000', '132546.237000', '132546.240000', '132546.243000', '132546.246000', '132546.249000', '132546.252000', '132546.260000', '132546.262000', '132546.265000', '132546.268000', '132546.271000', '132546.274000', '132546.276000', '132606.152000', '132606.155000', '132606.158000', '132606.160000', '132606.163000', '132606.166000', '132606.169000', '132606.172000', '132606.174000', '132606.177000', '132606.180000', '132606.183000', '132606.186000', '132606.189000', '132606.191000', '132606.194000', '132606.197000', '132606.200000', '132606.203000', '132606.205000', '132606.208000', '132606.211000', '132606.214000', '132606.217000', '132606.219000', '132606.222000', '132606.225000', '132606.228000', '132606.231000', '132606.234000', '132606.236000', '132606.239000', '132606.242000', '132606.245000', '132606.248000', '132606.251000', '132606.254000', '132606.256000', '132606.259000', '132606.262000', '132606.265000', '132606.268000', '132606.271000', '132606.273000', '132626.153000', '132626.156000', '132626.159000', '132626.161000', '132626.164000', '132626.176000', '132626.179000', '132626.182000', '132626.187000', '132626.190000', '132626.193000', '132626.196000', '132626.199000', '132626.201000', '132626.204000', '132626.207000', '132626.210000', '132626.213000', '132626.215000', '132626.218000', '132626.221000', '132626.224000', '132626.227000', '132626.229000', '132626.232000', '132626.235000', '132626.238000', '132626.241000', '132626.244000', '132626.246000', '132626.249000', '132626.252000', '132626.255000', '132626.258000', '132626.260000', '132626.263000', '132626.266000', '132626.270000', '132626.272000', '132626.275000', '132626.278000', '132626.281000', '132626.284000', '132646.152000', '132646.155000', '132646.159000', '132646.162000', '132646.165000', '132646.167000', '132646.170000', '132646.173000', '132646.176000', '132646.179000', '132646.182000', '132646.184000', '132646.187000', '132646.190000', '132646.193000', '132646.196000', '132646.199000', '132646.201000', '132646.204000', '132646.207000', '132646.210000', '132646.213000', '132646.216000', '132646.218000', '132646.221000', '132646.224000', '132646.227000', '132646.230000', '132646.232000', '132646.235000', '132646.238000', '132646.241000', '132646.244000', '132646.247000', '132646.250000', '132646.252000', '132646.255000', '132646.258000', '132646.261000', '132646.264000', '132646.266000', '132646.269000', '132646.272000', '132646.275000', '132706.152000', '132706.155000', '132706.158000', '132706.161000', '132706.163000', '132706.166000', '132706.169000', '132706.172000', '132706.175000', '132706.178000', '132706.180000', '132706.183000', '132706.186000', '132706.189000', '132706.192000', '132706.195000', '132706.198000', '132706.201000', '132706.203000', '132706.206000', '132706.209000', '132706.212000', '132706.215000', '132706.218000', '132706.221000', '132706.224000', '132706.226000', '132706.229000', '132706.232000', '132706.235000', '132706.238000', '132706.241000', '132706.243000', '132706.246000', '132706.249000', '132706.252000', '132706.255000', '132706.257000', '132706.260000', '132706.263000', '132706.266000', '132706.268000', '132706.271000', '132726.152000', '132726.155000', '132726.158000', '132726.160000', '132726.163000', '132726.166000', '132726.169000', '132726.172000', '132726.175000', '132726.177000', '132726.180000', '132726.183000', '132726.186000', '132726.188000', '132726.191000', '132726.194000', '132726.197000', '132726.200000', '132726.203000', '132726.205000', '132726.208000', '132726.211000', '132726.214000', '132726.217000', '132726.220000', '132726.222000', '132726.225000', '132726.228000', '132726.231000', '132726.234000', '132726.236000', '132726.239000', '132726.242000', '132726.245000', '132726.248000', '132726.251000', '132726.254000', '132726.256000', '132726.259000', '132726.262000', '132726.265000', '132726.268000', '132726.270000', '132726.273000', '132746.152000', '132746.155000', '132746.158000', '132746.161000', '132746.163000', '132746.166000', '132746.169000', '132746.172000', '132746.175000', '132746.178000', '132746.180000', '132746.183000', '132746.186000', '132746.189000', '132746.191000', '132746.194000', '132746.197000', '132746.200000', '132746.203000', '132746.206000', '132746.208000', '132746.211000', '132746.214000', '132746.217000', '132746.220000', '132746.223000', '132746.225000', '132746.228000', '132746.231000', '132746.234000', '132746.237000', '132746.240000', '132746.243000', '132746.246000', '132746.249000', '132746.252000', '132746.254000', '132746.257000', '132746.260000', '132746.263000', '132746.266000', '132746.269000', '132746.271000', '132806.152000', '132806.164000', '132806.167000', '132806.170000', '132806.173000', '132806.176000', '132806.178000', '132806.181000', '132806.184000', '132806.187000', '132806.190000', '132806.192000', '132806.195000', '132806.198000', '132806.201000', '132806.204000', '132806.207000', '132806.209000', '132806.212000', '132806.215000', '132806.218000', '132806.221000', '132806.224000', '132806.226000', '132806.229000', '132806.232000', '132806.235000', '132806.238000', '132806.240000', '132806.243000', '132806.246000', '132806.249000', '132806.252000', '132806.255000', '132806.257000', '132806.260000', '132806.263000', '132806.266000', '132806.269000', '132806.271000', '132806.274000', '132806.277000', '132806.280000', '132806.283000', '132826.152000', '132826.155000', '132826.158000', '132826.161000', '132826.163000', '132826.166000', '132826.169000', '132826.172000', '132826.176000', '132826.179000', '132826.181000', '132826.184000', '132826.187000', '132826.190000', '132826.193000', '132826.196000', '132826.198000', '132826.201000', '132826.204000', '132826.207000', '132826.210000', '132826.212000', '132826.215000', '132826.218000', '132826.221000', '132826.223000', '132826.226000', '132826.229000', '132826.233000', '132826.235000', '132826.238000', '132826.241000', '132826.244000', '132826.247000', '132826.250000', '132826.258000', '132826.261000', '132826.264000', '132826.267000', '132826.269000', '132826.272000', '132826.275000', '132826.278000', '132846.153000', '132846.156000', '132846.159000', '132846.162000', '132846.164000', '132846.167000', '132846.170000', '132846.173000', '132846.176000', '132846.178000', '132846.181000', '132846.184000', '132846.187000', '132846.190000', '132846.193000', '132846.195000', '132846.198000', '132846.201000', '132846.204000', '132846.207000', '132846.210000', '132846.212000', '132846.215000', '132846.218000', '132846.221000', '132846.224000', '132846.226000', '132846.229000', '132846.232000', '132846.235000', '132846.238000', '132846.241000', '132846.243000', '132846.246000', '132846.249000', '132846.252000', '132846.255000', '132846.258000', '132846.260000', '132846.263000', '132846.266000', '132846.269000', '132846.272000', '132846.275000', '132906.152000', '132906.155000', '132906.158000', '132906.161000', '132906.163000', '132906.166000', '132906.169000', '132906.172000', '132906.175000', '132906.178000', '132906.180000', '132906.183000', '132906.186000', '132906.189000', '132906.192000', '132906.195000', '132906.197000', '132906.200000', '132906.203000', '132906.212000', '132906.215000', '132906.217000', '132906.220000', '132906.223000', '132906.226000', '132906.229000', '132906.231000', '132906.234000', '132906.237000', '132906.240000', '132906.243000', '132906.246000', '132906.248000', '132906.251000', '132906.254000', '132906.257000', '132906.260000', '132906.264000', '132906.267000', '132906.270000', '132906.273000', '132906.276000', '132906.279000', '132926.152000', '132926.155000', '132926.158000', '132926.160000', '132926.163000', '132926.166000', '132926.169000', '132926.172000', '132926.174000', '132926.177000', '132926.180000', '132926.183000', '132926.186000', '132926.189000', '132926.191000', '132926.194000', '132926.197000', '132926.200000', '132926.203000', '132926.206000', '132926.209000', '132926.211000', '132926.214000', '132926.217000', '132926.220000', '132926.223000', '132926.242000', '132926.245000', '132926.248000', '132926.251000', '132926.254000', '132926.256000', '132926.259000', '132926.262000', '132926.265000', '132926.268000', '132926.271000', '132926.273000', '132926.276000', '132926.279000', '132926.282000', '132926.285000', '132926.287000', '132926.290000', '132946.152000', '132946.155000', '132946.158000', '132946.161000', '132946.163000', '132946.166000', '132946.169000', '132946.172000', '132946.175000', '132946.178000', '132946.181000', '132946.183000', '132946.186000', '132946.189000', '132946.192000', '132946.195000', '132946.198000', '132946.200000', '132946.203000', '132946.206000', '132946.209000', '132946.213000', '132946.216000', '132946.219000', '132946.222000', '132946.225000', '132946.227000', '132946.230000', '132946.233000', '132946.236000', '132946.239000', '132946.242000', '132946.244000', '132946.247000', '132946.250000', '132946.253000', '132946.256000', '132946.259000', '132946.261000', '132946.264000', '132946.267000', '132946.271000', '132946.273000', '133006.152000', '133006.155000', '133006.158000', '133006.160000', '133006.163000', '133006.166000', '133006.169000', '133006.172000', '133006.175000', '133006.178000', '133006.181000', '133006.183000', '133006.186000', '133006.189000', '133006.192000', '133006.195000', '133006.198000', '133006.201000', '133006.203000', '133006.206000', '133006.209000', '133006.212000', '133006.215000', '133006.218000', '133006.220000', '133006.223000', '133006.226000', '133006.229000', '133006.232000', '133006.234000', '133006.237000', '133006.240000', '133006.243000', '133006.246000', '133006.248000', '133006.251000', '133006.254000', '133006.257000', '133006.260000', '133006.263000', '133006.266000', '133006.268000', '133006.271000', '133006.274000', '133026.152000', '133026.155000', '133026.158000', '133026.160000', '133026.163000', '133026.166000', '133026.169000', '133026.172000', '133026.175000', '133026.178000', '133026.180000', '133026.183000', '133026.186000', '133026.189000', '133026.192000', '133026.195000', '133026.197000', '133026.200000', '133026.203000', '133026.206000', '133026.208000', '133026.211000', '133026.214000', '133026.217000', '133026.220000', '133026.223000', '133026.225000', '133026.228000', '133026.231000', '133026.234000', '133026.237000', '133026.240000', '133026.242000', '133026.245000', '133026.248000', '133026.251000', '133026.254000', '133026.257000', '133026.259000', '133026.262000', '133026.265000', '133026.268000', '133026.271000', '133046.152000', '133046.155000', '133046.158000', '133046.161000', '133046.163000', '133046.166000', '133046.169000', '133046.172000', '133046.175000', '133046.178000', '133046.180000', '133046.183000', '133046.186000', '133046.189000', '133046.192000', '133046.195000', '133046.197000', '133046.200000', '133046.203000', '133046.206000', '133046.209000', '133046.212000', '133046.214000', '133046.217000', '133046.220000', '133046.223000', '133046.226000', '133046.228000', '133046.231000', '133046.234000', '133046.237000', '133046.240000', '133046.243000', '133046.245000', '133046.248000', '133046.251000', '133046.265000', '133046.268000', '133046.271000', '133046.274000', '133046.276000', '133046.279000', '133046.282000', '133046.285000', '133106.153000', '133106.156000', '133106.159000', '133106.162000', '133106.164000', '133106.167000', '133106.170000', '133106.173000', '133106.176000', '133106.179000', '133106.182000', '133106.184000', '133106.187000', '133106.190000', '133106.193000', '133106.196000', '133106.199000', '133106.202000', '133106.204000', '133106.207000', '133106.210000', '133106.213000', '133106.216000', '133106.219000', '133106.221000', '133106.224000', '133106.227000', '133106.230000', '133106.233000', '133106.235000', '133106.238000', '133106.241000', '133106.244000', '133106.247000', '133106.251000', '133106.254000', '133106.257000', '133106.260000', '133106.264000', '133106.267000', '133106.270000', '133106.273000', '133106.276000', '133126.152000', '133126.155000', '133126.158000', '133126.160000', '133126.163000', '133126.166000', '133126.169000', '133126.172000', '133126.175000', '133126.177000', '133126.180000', '133126.183000', '133126.186000', '133126.189000', '133126.192000', '133126.194000', '133126.197000', '133126.200000', '133126.203000', '133126.206000', '133126.208000', '133126.211000', '133126.214000', '133126.217000', '133126.220000', '133126.223000', '133126.225000', '133126.228000', '133126.231000', '133126.234000', '133126.237000', '133126.239000', '133126.242000', '133126.245000', '133126.248000', '133126.251000', '133126.254000', '133126.256000', '133126.259000', '133126.262000', '133126.265000', '133126.268000', '133126.271000', '133126.273000', '133146.152000', '133146.155000', '133146.158000', '133146.161000', '133146.163000', '133146.166000', '133146.169000', '133146.172000', '133146.175000', '133146.178000', '133146.180000', '133146.183000', '133146.186000', '133146.189000', '133146.192000', '133146.195000', '133146.197000', '133146.200000', '133146.203000', '133146.206000', '133146.209000', '133146.212000', '133146.214000', '133146.217000', '133146.220000', '133146.223000', '133146.226000', '133146.229000', '133146.231000', '133146.234000', '133146.237000', '133146.240000', '133146.243000', '133146.246000', '133146.248000', '133146.251000', '133146.254000', '133146.257000', '133146.260000', '133146.263000', '133146.265000', '133146.268000', '133146.271000', '133206.152000', '133206.155000', '133206.158000', '133206.161000', '133206.164000', '133206.166000', '133206.169000', '133206.172000', '133206.175000', '133206.178000', '133206.180000', '133206.183000', '133206.186000', '133206.189000', '133206.192000', '133206.195000', '133206.197000', '133206.200000', '133206.203000', '133206.206000', '133206.209000', '133206.212000', '133206.214000', '133206.217000', '133206.220000', '133206.223000', '133206.226000', '133206.229000', '133206.231000', '133206.234000', '133206.237000', '133206.240000', '133206.243000', '133206.246000', '133206.248000', '133206.251000', '133206.254000', '133206.257000', '133206.260000', '133206.263000', '133206.265000', '133206.268000', '133206.271000', '133206.274000', '133221.798000', '133221.812000', '133221.816000', '133221.819000', '133221.822000', '133221.825000', '133221.828000', '133221.831000', '133221.833000', '133221.836000', '133221.839000', '133221.842000', '133221.845000', '133221.848000', '133221.851000', '133221.854000', '133221.857000', '133221.861000', '133221.864000', '133221.869000', '133221.872000', '133221.875000', '133221.878000', '133221.881000', '133221.883000', '133221.886000', '133221.889000', '133221.892000', '133221.895000', '133221.898000', '133221.901000', '133221.904000', '133221.907000', '133221.910000'], 'InstanceCreationTime': ['132526.188000', '132526.194000', '132526.197000', '132526.200000', '132526.203000', '132526.206000', '132526.209000', '132526.211000', '132526.214000', '132526.217000', '132526.220000', '132526.223000', '132526.225000', '132526.228000', '132526.231000', '132526.234000', '132526.237000', '132526.240000', '132526.242000', '132526.245000', '132526.248000', '132526.251000', '132526.254000', '132526.256000', '132526.259000', '132526.262000', '132526.265000', '132526.268000', '132526.271000', '132526.273000', '132526.276000', '132526.279000', '132526.282000', '132526.285000', '132526.287000', '132526.290000', '132526.293000', '132526.296000', '132526.299000', '132526.301000', '132526.304000', '132526.307000', '132526.310000', '132526.313000', '132526.315000', '132526.318000', '132526.321000', '132526.324000', '132526.326000', '132526.329000', '132526.332000', '132526.335000', '132526.338000', '132526.340000', '132526.343000', '132526.346000', '132526.349000', '132526.352000', '132526.355000', '132526.358000', '132526.360000', '132526.366000', '132526.368000', '132546.152000', '132546.155000', '132546.158000', '132546.161000', '132546.164000', '132546.167000', '132546.170000', '132546.173000', '132546.176000', '132546.178000', '132546.181000', '132546.184000', '132546.187000', '132546.190000', '132546.192000', '132546.195000', '132546.198000', '132546.201000', '132546.204000', '132546.206000', '132546.209000', '132546.212000', '132546.215000', '132546.218000', '132546.221000', '132546.223000', '132546.226000', '132546.229000', '132546.232000', '132546.235000', '132546.237000', '132546.240000', '132546.243000', '132546.246000', '132546.249000', '132546.252000', '132546.260000', '132546.262000', '132546.265000', '132546.268000', '132546.271000', '132546.274000', '132546.276000', '132606.152000', '132606.155000', '132606.158000', '132606.160000', '132606.163000', '132606.166000', '132606.169000', '132606.172000', '132606.174000', '132606.177000', '132606.180000', '132606.183000', '132606.186000', '132606.189000', '132606.191000', '132606.194000', '132606.197000', '132606.200000', '132606.203000', '132606.205000', '132606.208000', '132606.211000', '132606.214000', '132606.217000', '132606.219000', '132606.222000', '132606.225000', '132606.228000', '132606.231000', '132606.234000', '132606.236000', '132606.239000', '132606.242000', '132606.245000', '132606.248000', '132606.251000', '132606.254000', '132606.256000', '132606.259000', '132606.262000', '132606.265000', '132606.268000', '132606.271000', '132606.273000', '132626.153000', '132626.156000', '132626.159000', '132626.161000', '132626.164000', '132626.176000', '132626.179000', '132626.182000', '132626.187000', '132626.190000', '132626.193000', '132626.196000', '132626.199000', '132626.201000', '132626.204000', '132626.207000', '132626.210000', '132626.213000', '132626.215000', '132626.218000', '132626.221000', '132626.224000', '132626.227000', '132626.229000', '132626.232000', '132626.235000', '132626.238000', '132626.241000', '132626.244000', '132626.246000', '132626.249000', '132626.252000', '132626.255000', '132626.258000', '132626.260000', '132626.263000', '132626.266000', '132626.270000', '132626.272000', '132626.275000', '132626.278000', '132626.281000', '132626.284000', '132646.152000', '132646.155000', '132646.159000', '132646.162000', '132646.165000', '132646.167000', '132646.170000', '132646.173000', '132646.176000', '132646.179000', '132646.182000', '132646.184000', '132646.187000', '132646.190000', '132646.193000', '132646.196000', '132646.199000', '132646.201000', '132646.204000', '132646.207000', '132646.210000', '132646.213000', '132646.216000', '132646.218000', '132646.221000', '132646.224000', '132646.227000', '132646.230000', '132646.232000', '132646.235000', '132646.238000', '132646.241000', '132646.244000', '132646.247000', '132646.250000', '132646.252000', '132646.255000', '132646.258000', '132646.261000', '132646.264000', '132646.266000', '132646.269000', '132646.272000', '132646.275000', '132706.152000', '132706.155000', '132706.158000', '132706.161000', '132706.163000', '132706.166000', '132706.169000', '132706.172000', '132706.175000', '132706.178000', '132706.180000', '132706.183000', '132706.186000', '132706.189000', '132706.192000', '132706.195000', '132706.198000', '132706.201000', '132706.203000', '132706.206000', '132706.209000', '132706.212000', '132706.215000', '132706.218000', '132706.221000', '132706.224000', '132706.226000', '132706.229000', '132706.232000', '132706.235000', '132706.238000', '132706.241000', '132706.243000', '132706.246000', '132706.249000', '132706.252000', '132706.255000', '132706.257000', '132706.260000', '132706.263000', '132706.266000', '132706.268000', '132706.271000', '132726.152000', '132726.155000', '132726.158000', '132726.160000', '132726.163000', '132726.166000', '132726.169000', '132726.172000', '132726.175000', '132726.177000', '132726.180000', '132726.183000', '132726.186000', '132726.188000', '132726.191000', '132726.194000', '132726.197000', '132726.200000', '132726.203000', '132726.205000', '132726.208000', '132726.211000', '132726.214000', '132726.217000', '132726.220000', '132726.222000', '132726.225000', '132726.228000', '132726.231000', '132726.234000', '132726.236000', '132726.239000', '132726.242000', '132726.245000', '132726.248000', '132726.251000', '132726.254000', '132726.256000', '132726.259000', '132726.262000', '132726.265000', '132726.268000', '132726.270000', '132726.273000', '132746.152000', '132746.155000', '132746.158000', '132746.161000', '132746.163000', '132746.166000', '132746.169000', '132746.172000', '132746.175000', '132746.178000', '132746.180000', '132746.183000', '132746.186000', '132746.189000', '132746.191000', '132746.194000', '132746.197000', '132746.200000', '132746.203000', '132746.206000', '132746.208000', '132746.211000', '132746.214000', '132746.217000', '132746.220000', '132746.223000', '132746.225000', '132746.228000', '132746.231000', '132746.234000', '132746.237000', '132746.240000', '132746.243000', '132746.246000', '132746.249000', '132746.252000', '132746.254000', '132746.257000', '132746.260000', '132746.263000', '132746.266000', '132746.269000', '132746.271000', '132806.152000', '132806.164000', '132806.167000', '132806.170000', '132806.173000', '132806.176000', '132806.178000', '132806.181000', '132806.184000', '132806.187000', '132806.190000', '132806.192000', '132806.195000', '132806.198000', '132806.201000', '132806.204000', '132806.207000', '132806.209000', '132806.212000', '132806.215000', '132806.218000', '132806.221000', '132806.224000', '132806.226000', '132806.229000', '132806.232000', '132806.235000', '132806.238000', '132806.240000', '132806.243000', '132806.246000', '132806.249000', '132806.252000', '132806.255000', '132806.257000', '132806.260000', '132806.263000', '132806.266000', '132806.269000', '132806.271000', '132806.274000', '132806.277000', '132806.280000', '132806.283000', '132826.152000', '132826.155000', '132826.158000', '132826.161000', '132826.163000', '132826.166000', '132826.169000', '132826.172000', '132826.176000', '132826.179000', '132826.181000', '132826.184000', '132826.187000', '132826.190000', '132826.193000', '132826.196000', '132826.198000', '132826.201000', '132826.204000', '132826.207000', '132826.210000', '132826.212000', '132826.215000', '132826.218000', '132826.221000', '132826.223000', '132826.226000', '132826.229000', '132826.233000', '132826.235000', '132826.238000', '132826.241000', '132826.244000', '132826.247000', '132826.250000', '132826.258000', '132826.261000', '132826.264000', '132826.267000', '132826.269000', '132826.272000', '132826.275000', '132826.278000', '132846.153000', '132846.156000', '132846.159000', '132846.162000', '132846.164000', '132846.167000', '132846.170000', '132846.173000', '132846.176000', '132846.178000', '132846.181000', '132846.184000', '132846.187000', '132846.190000', '132846.193000', '132846.195000', '132846.198000', '132846.201000', '132846.204000', '132846.207000', '132846.210000', '132846.212000', '132846.215000', '132846.218000', '132846.221000', '132846.224000', '132846.226000', '132846.229000', '132846.232000', '132846.235000', '132846.238000', '132846.241000', '132846.243000', '132846.246000', '132846.249000', '132846.252000', '132846.255000', '132846.258000', '132846.260000', '132846.263000', '132846.266000', '132846.269000', '132846.272000', '132846.275000', '132906.152000', '132906.155000', '132906.158000', '132906.161000', '132906.163000', '132906.166000', '132906.169000', '132906.172000', '132906.175000', '132906.178000', '132906.180000', '132906.183000', '132906.186000', '132906.189000', '132906.192000', '132906.195000', '132906.197000', '132906.200000', '132906.203000', '132906.212000', '132906.215000', '132906.217000', '132906.220000', '132906.223000', '132906.226000', '132906.229000', '132906.231000', '132906.234000', '132906.237000', '132906.240000', '132906.243000', '132906.246000', '132906.248000', '132906.251000', '132906.254000', '132906.257000', '132906.260000', '132906.264000', '132906.267000', '132906.270000', '132906.273000', '132906.276000', '132906.279000', '132926.152000', '132926.155000', '132926.158000', '132926.160000', '132926.163000', '132926.166000', '132926.169000', '132926.172000', '132926.174000', '132926.177000', '132926.180000', '132926.183000', '132926.186000', '132926.189000', '132926.191000', '132926.194000', '132926.197000', '132926.200000', '132926.203000', '132926.206000', '132926.209000', '132926.211000', '132926.214000', '132926.217000', '132926.220000', '132926.223000', '132926.242000', '132926.245000', '132926.248000', '132926.251000', '132926.254000', '132926.256000', '132926.259000', '132926.262000', '132926.265000', '132926.268000', '132926.271000', '132926.273000', '132926.276000', '132926.279000', '132926.282000', '132926.285000', '132926.287000', '132926.290000', '132946.152000', '132946.155000', '132946.158000', '132946.161000', '132946.163000', '132946.166000', '132946.169000', '132946.172000', '132946.175000', '132946.178000', '132946.181000', '132946.183000', '132946.186000', '132946.189000', '132946.192000', '132946.195000', '132946.198000', '132946.200000', '132946.203000', '132946.206000', '132946.209000', '132946.213000', '132946.216000', '132946.219000', '132946.222000', '132946.225000', '132946.227000', '132946.230000', '132946.233000', '132946.236000', '132946.239000', '132946.242000', '132946.244000', '132946.247000', '132946.250000', '132946.253000', '132946.256000', '132946.259000', '132946.261000', '132946.264000', '132946.267000', '132946.271000', '132946.273000', '133006.152000', '133006.155000', '133006.158000', '133006.160000', '133006.163000', '133006.166000', '133006.169000', '133006.172000', '133006.175000', '133006.178000', '133006.181000', '133006.183000', '133006.186000', '133006.189000', '133006.192000', '133006.195000', '133006.198000', '133006.201000', '133006.203000', '133006.206000', '133006.209000', '133006.212000', '133006.215000', '133006.218000', '133006.220000', '133006.223000', '133006.226000', '133006.229000', '133006.232000', '133006.234000', '133006.237000', '133006.240000', '133006.243000', '133006.246000', '133006.248000', '133006.251000', '133006.254000', '133006.257000', '133006.260000', '133006.263000', '133006.266000', '133006.268000', '133006.271000', '133006.274000', '133026.152000', '133026.155000', '133026.158000', '133026.160000', '133026.163000', '133026.166000', '133026.169000', '133026.172000', '133026.175000', '133026.178000', '133026.180000', '133026.183000', '133026.186000', '133026.189000', '133026.192000', '133026.195000', '133026.197000', '133026.200000', '133026.203000', '133026.206000', '133026.208000', '133026.211000', '133026.214000', '133026.217000', '133026.220000', '133026.223000', '133026.225000', '133026.228000', '133026.231000', '133026.234000', '133026.237000', '133026.240000', '133026.242000', '133026.245000', '133026.248000', '133026.251000', '133026.254000', '133026.257000', '133026.259000', '133026.262000', '133026.265000', '133026.268000', '133026.271000', '133046.152000', '133046.155000', '133046.158000', '133046.161000', '133046.163000', '133046.166000', '133046.169000', '133046.172000', '133046.175000', '133046.178000', '133046.180000', '133046.183000', '133046.186000', '133046.189000', '133046.192000', '133046.195000', '133046.197000', '133046.200000', '133046.203000', '133046.206000', '133046.209000', '133046.212000', '133046.214000', '133046.217000', '133046.220000', '133046.223000', '133046.226000', '133046.228000', '133046.231000', '133046.234000', '133046.237000', '133046.240000', '133046.243000', '133046.245000', '133046.248000', '133046.251000', '133046.265000', '133046.268000', '133046.271000', '133046.274000', '133046.276000', '133046.279000', '133046.282000', '133046.285000', '133106.153000', '133106.156000', '133106.159000', '133106.162000', '133106.164000', '133106.167000', '133106.170000', '133106.173000', '133106.176000', '133106.179000', '133106.182000', '133106.184000', '133106.187000', '133106.190000', '133106.193000', '133106.196000', '133106.199000', '133106.202000', '133106.204000', '133106.207000', '133106.210000', '133106.213000', '133106.216000', '133106.219000', '133106.221000', '133106.224000', '133106.227000', '133106.230000', '133106.233000', '133106.235000', '133106.238000', '133106.241000', '133106.244000', '133106.247000', '133106.251000', '133106.254000', '133106.257000', '133106.260000', '133106.264000', '133106.267000', '133106.270000', '133106.273000', '133106.276000', '133126.152000', '133126.155000', '133126.158000', '133126.160000', '133126.163000', '133126.166000', '133126.169000', '133126.172000', '133126.175000', '133126.177000', '133126.180000', '133126.183000', '133126.186000', '133126.189000', '133126.192000', '133126.194000', '133126.197000', '133126.200000', '133126.203000', '133126.206000', '133126.208000', '133126.211000', '133126.214000', '133126.217000', '133126.220000', '133126.223000', '133126.225000', '133126.228000', '133126.231000', '133126.234000', '133126.237000', '133126.239000', '133126.242000', '133126.245000', '133126.248000', '133126.251000', '133126.254000', '133126.256000', '133126.259000', '133126.262000', '133126.265000', '133126.268000', '133126.271000', '133126.273000', '133146.152000', '133146.155000', '133146.158000', '133146.161000', '133146.163000', '133146.166000', '133146.169000', '133146.172000', '133146.175000', '133146.178000', '133146.180000', '133146.183000', '133146.186000', '133146.189000', '133146.192000', '133146.195000', '133146.197000', '133146.200000', '133146.203000', '133146.206000', '133146.209000', '133146.212000', '133146.214000', '133146.217000', '133146.220000', '133146.223000', '133146.226000', '133146.229000', '133146.231000', '133146.234000', '133146.237000', '133146.240000', '133146.243000', '133146.246000', '133146.248000', '133146.251000', '133146.254000', '133146.257000', '133146.260000', '133146.263000', '133146.265000', '133146.268000', '133146.271000', '133206.152000', '133206.155000', '133206.158000', '133206.161000', '133206.164000', '133206.166000', '133206.169000', '133206.172000', '133206.175000', '133206.178000', '133206.180000', '133206.183000', '133206.186000', '133206.189000', '133206.192000', '133206.195000', '133206.197000', '133206.200000', '133206.203000', '133206.206000', '133206.209000', '133206.212000', '133206.214000', '133206.217000', '133206.220000', '133206.223000', '133206.226000', '133206.229000', '133206.231000', '133206.234000', '133206.237000', '133206.240000', '133206.243000', '133206.246000', '133206.248000', '133206.251000', '133206.254000', '133206.257000', '133206.260000', '133206.263000', '133206.265000', '133206.268000', '133206.271000', '133206.274000', '133221.798000', '133221.812000', '133221.816000', '133221.819000', '133221.822000', '133221.825000', '133221.828000', '133221.831000', '133221.833000', '133221.836000', '133221.839000', '133221.842000', '133221.845000', '133221.848000', '133221.851000', '133221.854000', '133221.857000', '133221.861000', '133221.864000', '133221.869000', '133221.872000', '133221.875000', '133221.878000', '133221.881000', '133221.883000', '133221.886000', '133221.889000', '133221.892000', '133221.895000', '133221.898000', '133221.901000', '133221.904000', '133221.907000', '133221.910000'], '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': [12709, 18766, 12639, 16047, 9796, 15025, 10124, 12447, 18628, 12441, 17316, 10578, 15263, 9716, 14224, 14892, 11642, 18385, 11804, 16203, 10041, 12073, 17828, 11264, 16204, 9235, 14102, 13540, 11027, 17294, 10495, 15098, 9361, 12689, 18098, 11394, 16081, 9892, 14790, 11308, 12075, 18719, 11765, 16062, 10079, 13413, 14510, 11304, 17768, 10856, 15532, 9721, 13049, 17943, 11417, 16548, 10442, 15374, 9599, 11557, 18288, 12359, 16122, 9870, 14322, 13276, 10889, 18172, 12111, 16397, 9341, 14351, 15831, 11475, 17647, 11593, 16373, 9261, 15373, 12952, 12314, 18604, 12538, 16274, 9731, 15205, 10140, 12894, 19540, 12694, 17174, 10703, 15092, 9661, 12987, 18008, 11733, 16990, 11469, 16012, 9337, 15068, 13404, 11979, 19154, 12117, 16471, 9746, 15150, 10268, 12900, 18854, 11756, 16597, 9999, 15062, 9556, 12401, 18719, 12101, 16815, 9997, 15264, 9169, 12138, 17529, 12119, 16585, 10694, 15740, 9422, 14511, 16294, 12057, 17988, 11257, 15819, 9661, 13930, 14472, 11353, 18326, 11333, 15775, 9332, 13940, 17212, 11321, 17232, 10707, 15856, 9228, 14589, 15457, 11311, 18209, 10704, 16550, 10006, 16233, 9894, 14361, 16997, 11738, 18347, 11399, 17197, 10137, 16169, 10824, 14191, 18765, 12706, 18378, 11161, 16650, 10340, 13757, 19015, 11623, 17728, 10953, 16487, 10522, 15276, 15192, 12306, 18797, 13064, 17526, 10459, 16421, 10057, 15278, 13109, 12484, 19218, 12877, 17779, 11581, 16920, 9454, 15400, 11043, 13279, 19249, 12905, 17633, 11449, 16918, 10087, 14824, 11184, 12685, 19293, 13440, 17214, 11316, 16776, 9935, 15577, 10547, 13739, 18162, 12084, 17808, 11770, 16217, 9404, 15041, 10666, 12427, 18497, 12473, 17018, 10515, 15781, 9740, 14138, 12057, 12270, 18571, 12303, 17310, 11046, 16348, 9469, 15114, 9254, 13923, 15767, 12656, 18345, 12691, 17352, 11134, 16601, 9623, 15802, 10831, 13398, 18534, 12193, 17782, 11728, 16914, 9861, 14024, 10649, 11692, 17228, 10700, 15621, 8921, 14403, 9459, 12000, 18550, 12343, 16098, 9646, 14471, 9501, 11706, 18032, 10876, 16474, 10037, 15270, 9136, 12961, 17595, 11175, 16564, 10268, 15932, 9080, 14306, 12680, 11771, 17813, 11644, 16360, 9890, 15358, 9223, 14683, 16329, 12527, 18340, 11823, 17043, 10692, 16973, 9850, 14356, 15582, 11960, 18460, 12026, 16111, 9361, 15310, 9723, 14216, 19116, 12593, 16971, 9464, 12604, 8425, 13886, 10611, 14539, 10906, 15291, 12028, 12363, 11246, 9708, 13925, 9779, 14794, 11662, 13740, 16296, 12513, 17924, 12598, 17778, 13207, 16374, 10243, 15104, 9552, 13686, 9790, 12616, 13785, 11463, 9170, 12096, 9717, 11566, 16069, 11043, 15773, 10454, 13907, 9889, 12299, 9074, 11815, 10719, 11018, 16154, 10189, 13712, 11109, 13707, 9801, 12934, 8560, 12584, 9364, 12545, 9662, 12496, 15496, 11488, 17270, 13223, 15751, 10487, 13643, 12714, 10994, 16837, 11629, 13800, 9384, 12046, 17158, 10750, 15810, 10579, 13868, 10053, 11518, 16556, 10783, 14228, 9449, 11553, 16298, 9935, 14063, 9260, 12837, 9559, 11053, 16349, 10046, 13301, 9430, 11328, 15646, 9870, 13641, 11432, 12059, 9718, 10612, 14691, 10383, 13644, 10898, 12354, 9600, 10702, 16189, 11342, 12746, 11711, 12329, 9321, 11627, 14506, 11289, 16505, 10706, 15844, 10502, 14854, 9354, 13325, 9619, 11503, 16920, 11496, 15809, 9985, 13827, 9347, 12470, 17120, 11086, 15114, 10718, 13747, 9856, 11729, 14789, 10589, 15762, 9726, 13290, 9063, 11366, 17267, 10399, 13770, 9970, 12512, 8818, 10974, 15576, 10817, 15575, 9808, 13675, 9848, 12916, 9416, 11355, 16808, 10126, 14474, 9871, 12764, 9885, 10946, 16730, 10229, 14048, 8867, 11763, 16083, 10238, 13940, 9128, 11710, 10237, 10107, 15447, 9374, 12276, 8720, 10165, 16298, 10631, 12444, 9001, 10631, 15666, 9639, 12628, 8959, 11511, 8705, 10464, 15610, 10016, 13016, 8982, 11816, 8855, 10545, 16438, 11867, 13288, 9805, 12068, 8906, 11209, 15318, 10631, 15193, 9964, 13683, 9220, 12390, 16050, 10614, 15255, 9808, 13684, 9207, 12228, 15997, 10130, 14696, 9475, 12560, 9132, 10681, 15825, 9912, 13690, 9395, 11946, 9094, 10465, 15826, 9642, 13441, 9140, 12489, 9308, 11023, 16274, 10307, 13656, 9573, 12260, 9237, 10783, 15209, 10716, 15133, 10248, 13021, 8590, 13183, 9415, 12439, 16226, 10392, 15458, 10640, 14629, 9581, 12657, 13775, 10680, 16375, 11658, 15299, 9907, 12396, 16660, 9790, 13679, 9691, 12305, 9274, 10266, 16064, 10659, 13509, 9033, 11820, 8737, 10664, 15647, 10386, 14301, 9584, 12122, 8738, 11089, 9896, 10149, 14504, 9737, 14632, 10466, 14329, 9257, 12893, 8944, 12486, 11411, 10509, 16320, 10119, 14672, 9745, 13011, 10206, 11428, 16298, 10697, 15785, 9916, 12624, 14450, 10260, 14798, 9405, 12133, 9133, 10248, 15219, 9579, 12581, 9097, 10910, 16244, 9658, 12945, 8958, 11078, 10385, 10105, 14754, 9525, 12630, 8795, 11334, 16350, 9820, 13807, 9076, 12133, 10448, 10058, 14754, 9508, 11768, 8821, 10883, 14667, 9647, 12864, 9005, 11973, 8832, 10352, 15030, 9318, 13707, 10813, 13702, 8900, 11593, 9073, 10760, 16592, 12779, 16687, 11160, 14510, 9766, 13230, 9194, 12016, 13964, 10894, 16562, 10177, 14234, 9442, 12677, 12521, 10454, 16155, 10031, 13989, 9393, 11928, 19129, 10382, 14103, 9494, 12704, 9393, 9795, 14414, 9397, 11697, 8745, 10500, 14937, 9543, 12676, 8933, 11293, 9170, 10268, 15213, 9555, 12435, 8845, 11950, 9038, 10652, 15148, 9598, 15090, 12091, 15398, 9641, 12874, 9727, 11688, 15549, 10125, 15122, 10402, 14131, 9212, 12838, 10485, 10752, 15383, 10513, 13760, 9377, 11548, 15550, 9832, 13895, 9177, 12327, 9846, 10501, 15465, 10114, 13401, 9332, 12190, 9056, 11063, 16113, 9741, 14008, 10135, 14227, 9257, 11777, 13695, 9805, 14910, 10066, 13453, 9080, 11117, 15937, 9479, 12964, 9212, 11618, 8875, 10864, 15223, 9671, 12634, 8892, 11473, 9097, 10673, 15382, 9756, 12910, 9652, 12045, 8990, 11971, 8988, 11764, 8854, 14104, 9745, 13827, 9571, 15312, 9545, 12625, 16388, 13689, 17802, 10872, 15514, 9642, 12703, 16896, 10632, 15613, 10243, 13030, 9573, 11310, 16434, 10191, 12846, 8616, 11406, 10203, 9883, 15148, 9526, 12173, 8408, 10697, 14548, 9771, 13082, 9011, 12171, 8437, 10375, 15039, 9923, 14530, 10202, 15760, 9204, 11695, 12113, 10350, 15994, 12045, 16376, 9525, 11822, 16263, 10830, 14103, 9448, 11648, 12015, 10126, 14166, 9869, 12762, 9111, 11143, 15855, 10336, 13882, 9091, 11805, 10931, 10341, 14350, 9775, 12105, 8583, 10640, 13348, 9360, 12694, 8876, 11093, 8949, 9661, 14808, 9664, 11841, 9147, 9944, 9226, 9691, 13892, 9666, 12028, 8940, 10553, 9858, 10039, 14756, 9964, 12541, 8901, 10978, 8997, 10562, 15356, 11258, 14409, 9587, 12758, 10098, 12517, 14067, 10929, 15514, 10373, 14356, 9926, 12939, 10354, 10608, 15380, 9823, 12533, 9398, 11186, 14880, 9655, 13105, 9456, 11400, 8887, 10716, 14992], 'WindowCenter': [4900.0, 4898.0, 4833.0, 4848.0, 4784.0, 4821.0, 4781.0, 4801.0, 4828.0, 4789.0, 4815.0, 4768.0, 4807.0, 4758.0, 4798.0, 4798.0, 4778.0, 4816.0, 4785.0, 4816.0, 4754.0, 4787.0, 4812.0, 4774.0, 4803.0, 4747.0, 4796.0, 4783.0, 4766.0, 4814.0, 4767.0, 4806.0, 4756.0, 4799.0, 4815.0, 4779.0, 4804.0, 4766.0, 4804.0, 4776.0, 4787.0, 4815.0, 4787.0, 4808.0, 4756.0, 4797.0, 4795.0, 4777.0, 4816.0, 4777.0, 4806.0, 4753.0, 4796.0, 4815.0, 4789.0, 4817.0, 4766.0, 4806.0, 4757.0, 4788.0, 4825.0, 4799.0, 4814.0, 4766.0, 4808.0, 4797.0, 4778.0, 4829.0, 4787.0, 4818.0, 4759.0, 4809.0, 4818.0, 4788.0, 4817.0, 4780.0, 4818.0, 4759.0, 4808.0, 4786.0, 4789.0, 4827.0, 4789.0, 4817.0, 4758.0, 4817.0, 4770.0, 4797.0, 4830.0, 4798.0, 4817.0, 4768.0, 4807.0, 4756.0, 4796.0, 4827.0, 4787.0, 4814.0, 4777.0, 4806.0, 4757.0, 4807.0, 4786.0, 4776.0, 4814.0, 4777.0, 4804.0, 4757.0, 4806.0, 4765.0, 4787.0, 4824.0, 4774.0, 4817.0, 4768.0, 4807.0, 4757.0, 4787.0, 4825.0, 4790.0, 4817.0, 4768.0, 4807.0, 4757.0, 4790.0, 4828.0, 4786.0, 4815.0, 4768.0, 4816.0, 4759.0, 4807.0, 4831.0, 4813.0, 4839.0, 4792.0, 4818.0, 4755.0, 4807.0, 4805.0, 4790.0, 4837.0, 4791.0, 4819.0, 4759.0, 4810.0, 4830.0, 4789.0, 4829.0, 4778.0, 4818.0, 4761.0, 4821.0, 4818.0, 4792.0, 4829.0, 4780.0, 4830.0, 4782.0, 4831.0, 4769.0, 4823.0, 4827.0, 4800.0, 4829.0, 4790.0, 4829.0, 4769.0, 4816.0, 4777.0, 4809.0, 4826.0, 4799.0, 4826.0, 4778.0, 4819.0, 4769.0, 4809.0, 4826.0, 4787.0, 4826.0, 4778.0, 4827.0, 4779.0, 4820.0, 4818.0, 4802.0, 4827.0, 4798.0, 4828.0, 4778.0, 4818.0, 4768.0, 4819.0, 4795.0, 4798.0, 4837.0, 4798.0, 4828.0, 4786.0, 4820.0, 4756.0, 4818.0, 4787.0, 4800.0, 4828.0, 4797.0, 4813.0, 4787.0, 4816.0, 4765.0, 4807.0, 4776.0, 4798.0, 4829.0, 4797.0, 4814.0, 4777.0, 4815.0, 4768.0, 4817.0, 4764.0, 4793.0, 4814.0, 4788.0, 4815.0, 4777.0, 4803.0, 4745.0, 4804.0, 4764.0, 4787.0, 4813.0, 4785.0, 4813.0, 4765.0, 4806.0, 4756.0, 4797.0, 4785.0, 4786.0, 4824.0, 4789.0, 4816.0, 4778.0, 4817.0, 4755.0, 4808.0, 4760.0, 4799.0, 4808.0, 4788.0, 4816.0, 4787.0, 4812.0, 4767.0, 4806.0, 4745.0, 4807.0, 4766.0, 4785.0, 4804.0, 4773.0, 4804.0, 4774.0, 4806.0, 4740.0, 4782.0, 4752.0, 4774.0, 4800.0, 4761.0, 4802.0, 4733.0, 4795.0, 4742.0, 4784.0, 4813.0, 4785.0, 4806.0, 4756.0, 4795.0, 4755.0, 4786.0, 4815.0, 4779.0, 4816.0, 4767.0, 4807.0, 4746.0, 4797.0, 4818.0, 4792.0, 4815.0, 4769.0, 4818.0, 4756.0, 4811.0, 4799.0, 4790.0, 4829.0, 4778.0, 4818.0, 4768.0, 4818.0, 4760.0, 4819.0, 4818.0, 4800.0, 4827.0, 4788.0, 4829.0, 4780.0, 4829.0, 4770.0, 4808.0, 4815.0, 4791.0, 4837.0, 4789.0, 4817.0, 4756.0, 4819.0, 4768.0, 4821.0, 4839.0, 4815.0, 4846.0, 4759.0, 4791.0, 4753.0, 4813.0, 4794.0, 4808.0, 4779.0, 4795.0, 4787.0, 4789.0, 4781.0, 4759.0, 4810.0, 4770.0, 4811.0, 4768.0, 4786.0, 4794.0, 4774.0, 4794.0, 4765.0, 4793.0, 4763.0, 4781.0, 4729.0, 4769.0, 4719.0, 4769.0, 4728.0, 4759.0, 4757.0, 4737.0, 4716.0, 4746.0, 4720.0, 4751.0, 4780.0, 4752.0, 4780.0, 4750.0, 4770.0, 4743.0, 4773.0, 4735.0, 4773.0, 4752.0, 4765.0, 4817.0, 4781.0, 4811.0, 4791.0, 4812.0, 4756.0, 4785.0, 4749.0, 4789.0, 4746.0, 4789.0, 4758.0, 4789.0, 4798.0, 4778.0, 4819.0, 4787.0, 4796.0, 4755.0, 4785.0, 4762.0, 4754.0, 4794.0, 4750.0, 4772.0, 4721.0, 4761.0, 4791.0, 4751.0, 4782.0, 4731.0, 4757.0, 4717.0, 4738.0, 4777.0, 4738.0, 4759.0, 4716.0, 4747.0, 4766.0, 4730.0, 4757.0, 4718.0, 4747.0, 4716.0, 4739.0, 4777.0, 4731.0, 4759.0, 4718.0, 4749.0, 4779.0, 4768.0, 4798.0, 4778.0, 4774.0, 4741.0, 4751.0, 4780.0, 4752.0, 4784.0, 4762.0, 4776.0, 4743.0, 4767.0, 4818.0, 4804.0, 4800.0, 4803.0, 4797.0, 4759.0, 4789.0, 4808.0, 4792.0, 4820.0, 4769.0, 4805.0, 4767.0, 4806.0, 4746.0, 4786.0, 4744.0, 4776.0, 4807.0, 4766.0, 4794.0, 4743.0, 4781.0, 4733.0, 4774.0, 4819.0, 4778.0, 4792.0, 4751.0, 4769.0, 4730.0, 4763.0, 4781.0, 4750.0, 4791.0, 4743.0, 4773.0, 4719.0, 4764.0, 4803.0, 4753.0, 4784.0, 4741.0, 4775.0, 4732.0, 4765.0, 4791.0, 4764.0, 4791.0, 4742.0, 4784.0, 4755.0, 4787.0, 4743.0, 4766.0, 4792.0, 4756.0, 4781.0, 4743.0, 4787.0, 4744.0, 4753.0, 4792.0, 4753.0, 4781.0, 4733.0, 4775.0, 4793.0, 4754.0, 4782.0, 4732.0, 4772.0, 4754.0, 4754.0, 4794.0, 4744.0, 4774.0, 4734.0, 4766.0, 4804.0, 4756.0, 4774.0, 4734.0, 4766.0, 4794.0, 4757.0, 4787.0, 4746.0, 4778.0, 4736.0, 4766.0, 4806.0, 4770.0, 4791.0, 4747.0, 4778.0, 4747.0, 4766.0, 4808.0, 4779.0, 4787.0, 4760.0, 4789.0, 4750.0, 4781.0, 4808.0, 4768.0, 4800.0, 4757.0, 4800.0, 4746.0, 4789.0, 4809.0, 4757.0, 4797.0, 4758.0, 4797.0, 4745.0, 4778.0, 4796.0, 4758.0, 4796.0, 4758.0, 4777.0, 4744.0, 4768.0, 4806.0, 4770.0, 4797.0, 4758.0, 4788.0, 4747.0, 4780.0, 4818.0, 4772.0, 4799.0, 4759.0, 4802.0, 4758.0, 4777.0, 4818.0, 4781.0, 4812.0, 4759.0, 4789.0, 4763.0, 4784.0, 4808.0, 4779.0, 4809.0, 4770.0, 4799.0, 4751.0, 4802.0, 4759.0, 4788.0, 4808.0, 4760.0, 4809.0, 4770.0, 4801.0, 4747.0, 4787.0, 4785.0, 4759.0, 4806.0, 4767.0, 4795.0, 4743.0, 4776.0, 4806.0, 4744.0, 4783.0, 4745.0, 4774.0, 4745.0, 4767.0, 4805.0, 4766.0, 4785.0, 4734.0, 4776.0, 4745.0, 4769.0, 4806.0, 4769.0, 4809.0, 4784.0, 4791.0, 4749.0, 4777.0, 4758.0, 4769.0, 4808.0, 4772.0, 4810.0, 4768.0, 4798.0, 4748.0, 4791.0, 4750.0, 4789.0, 4767.0, 4768.0, 4806.0, 4756.0, 4797.0, 4747.0, 4786.0, 4742.0, 4767.0, 4794.0, 4756.0, 4793.0, 4742.0, 4763.0, 4769.0, 4742.0, 4780.0, 4730.0, 4762.0, 4728.0, 4741.0, 4780.0, 4744.0, 4771.0, 4720.0, 4754.0, 4790.0, 4744.0, 4774.0, 4732.0, 4764.0, 4742.0, 4754.0, 4795.0, 4756.0, 4775.0, 4736.0, 4765.0, 4804.0, 4755.0, 4786.0, 4747.0, 4774.0, 4754.0, 4755.0, 4796.0, 4757.0, 4775.0, 4746.0, 4765.0, 4795.0, 4758.0, 4798.0, 4749.0, 4788.0, 4746.0, 4768.0, 4807.0, 4770.0, 4799.0, 4781.0, 4801.0, 4750.0, 4778.0, 4750.0, 4781.0, 4822.0, 4791.0, 4809.0, 4767.0, 4797.0, 4746.0, 4786.0, 4746.0, 4776.0, 4783.0, 4754.0, 4793.0, 4745.0, 4784.0, 4744.0, 4774.0, 4763.0, 4755.0, 4794.0, 4743.0, 4784.0, 4733.0, 4764.0, 4801.0, 4743.0, 4783.0, 4741.0, 4772.0, 4718.0, 4741.0, 4768.0, 4745.0, 4773.0, 4720.0, 4754.0, 4782.0, 4743.0, 4775.0, 4745.0, 4764.0, 4742.0, 4756.0, 4794.0, 4758.0, 4777.0, 4736.0, 4777.0, 4735.0, 4765.0, 4794.0, 4760.0, 4793.0, 4776.0, 4797.0, 4735.0, 4774.0, 4734.0, 4768.0, 4795.0, 4755.0, 4786.0, 4754.0, 4783.0, 4734.0, 4773.0, 4753.0, 4764.0, 4782.0, 4753.0, 4783.0, 4732.0, 4762.0, 4791.0, 4745.0, 4784.0, 4733.0, 4773.0, 4741.0, 4754.0, 4795.0, 4753.0, 4784.0, 4734.0, 4774.0, 4733.0, 4764.0, 4807.0, 4746.0, 4785.0, 4744.0, 4784.0, 4733.0, 4765.0, 4782.0, 4745.0, 4781.0, 4743.0, 4772.0, 4733.0, 4765.0, 4793.0, 4759.0, 4782.0, 4744.0, 4765.0, 4734.0, 4764.0, 4806.0, 4759.0, 4786.0, 4745.0, 4778.0, 4745.0, 4767.0, 4820.0, 4775.0, 4801.0, 4773.0, 4788.0, 4751.0, 4778.0, 4749.0, 4788.0, 4761.0, 4799.0, 4758.0, 4795.0, 4758.0, 4809.0, 4759.0, 4789.0, 4796.0, 4784.0, 4806.0, 4753.0, 4793.0, 4734.0, 4771.0, 4793.0, 4741.0, 4781.0, 4742.0, 4772.0, 4733.0, 4749.0, 4791.0, 4742.0, 4788.0, 4735.0, 4763.0, 4741.0, 4743.0, 4780.0, 4743.0, 4774.0, 4723.0, 4768.0, 4784.0, 4756.0, 4786.0, 4746.0, 4774.0, 4736.0, 4766.0, 4800.0, 4758.0, 4798.0, 4769.0, 4808.0, 4746.0, 4775.0, 4763.0, 4756.0, 4794.0, 4765.0, 4796.0, 4731.0, 4764.0, 4782.0, 4752.0, 4767.0, 4732.0, 4750.0, 4759.0, 4740.0, 4780.0, 4742.0, 4772.0, 4721.0, 4752.0, 4792.0, 4744.0, 4773.0, 4721.0, 4763.0, 4751.0, 4757.0, 4779.0, 4742.0, 4762.0, 4724.0, 4754.0, 4782.0, 4747.0, 4774.0, 4738.0, 4766.0, 4733.0, 4758.0, 4794.0, 4757.0, 4778.0, 4747.0, 4768.0, 4757.0, 4772.0, 4799.0, 4759.0, 4790.0, 4747.0, 4770.0, 4758.0, 4770.0, 4798.0, 4759.0, 4789.0, 4750.0, 4769.0, 4750.0, 4771.0, 4804.0, 4781.0, 4797.0, 4749.0, 4787.0, 4758.0, 4790.0, 4784.0, 4768.0, 4796.0, 4768.0, 4798.0, 4745.0, 4776.0, 4753.0, 4758.0, 4793.0, 4760.0, 4789.0, 4747.0, 4778.0, 4794.0, 4759.0, 4798.0, 4761.0, 4779.0, 4749.0, 4769.0, 4808.0], 'WindowWidth': [10668.0, 10645.0, 10539.0, 10549.0, 10454.0, 10500.0, 10442.0, 10469.0, 10504.0, 10448.0, 10480.0, 10416.0, 10470.0, 10404.0, 10457.0, 10454.0, 10430.0, 10483.0, 10438.0, 10481.0, 10392.0, 10437.0, 10473.0, 10420.0, 10459.0, 10385.0, 10453.0, 10431.0, 10411.0, 10476.0, 10414.0, 10468.0, 10399.0, 10457.0, 10479.0, 10429.0, 10461.0, 10411.0, 10462.0, 10422.0, 10439.0, 10480.0, 10441.0, 10471.0, 10396.0, 10453.0, 10449.0, 10426.0, 10480.0, 10427.0, 10466.0, 10393.0, 10453.0, 10479.0, 10446.0, 10481.0, 10411.0, 10466.0, 10399.0, 10445.0, 10494.0, 10458.0, 10477.0, 10411.0, 10471.0, 10456.0, 10432.0, 10500.0, 10443.0, 10486.0, 10406.0, 10475.0, 10485.0, 10443.0, 10483.0, 10434.0, 10484.0, 10407.0, 10473.0, 10439.0, 10444.0, 10499.0, 10446.0, 10484.0, 10404.0, 10482.0, 10419.0, 10455.0, 10504.0, 10458.0, 10483.0, 10414.0, 10469.0, 10396.0, 10451.0, 10497.0, 10440.0, 10476.0, 10425.0, 10464.0, 10400.0, 10469.0, 10438.0, 10424.0, 10477.0, 10425.0, 10461.0, 10401.0, 10465.0, 10407.0, 10439.0, 10492.0, 10422.0, 10482.0, 10416.0, 10466.0, 10398.0, 10441.0, 10494.0, 10449.0, 10484.0, 10415.0, 10469.0, 10400.0, 10449.0, 10499.0, 10440.0, 10477.0, 10417.0, 10481.0, 10406.0, 10472.0, 10509.0, 10488.0, 10521.0, 10457.0, 10486.0, 10398.0, 10470.0, 10465.0, 10451.0, 10516.0, 10452.0, 10490.0, 10407.0, 10479.0, 10509.0, 10451.0, 10502.0, 10435.0, 10488.0, 10412.0, 10497.0, 10487.0, 10455.0, 10503.0, 10438.0, 10505.0, 10445.0, 10509.0, 10422.0, 10497.0, 10500.0, 10465.0, 10505.0, 10450.0, 10502.0, 10420.0, 10484.0, 10432.0, 10476.0, 10498.0, 10460.0, 10496.0, 10433.0, 10491.0, 10419.0, 10475.0, 10498.0, 10444.0, 10497.0, 10435.0, 10500.0, 10434.0, 10492.0, 10489.0, 10469.0, 10501.0, 10459.0, 10499.0, 10433.0, 10490.0, 10419.0, 10489.0, 10452.0, 10459.0, 10516.0, 10460.0, 10502.0, 10441.0, 10491.0, 10400.0, 10487.0, 10445.0, 10463.0, 10501.0, 10456.0, 10476.0, 10443.0, 10485.0, 10410.0, 10468.0, 10424.0, 10457.0, 10504.0, 10455.0, 10477.0, 10428.0, 10481.0, 10416.0, 10483.0, 10407.0, 10447.0, 10478.0, 10443.0, 10478.0, 10426.0, 10460.0, 10382.0, 10462.0, 10407.0, 10441.0, 10477.0, 10438.0, 10474.0, 10409.0, 10469.0, 10400.0, 10455.0, 10436.0, 10439.0, 10494.0, 10448.0, 10483.0, 10430.0, 10482.0, 10396.0, 10471.0, 10404.0, 10458.0, 10469.0, 10442.0, 10481.0, 10440.0, 10471.0, 10412.0, 10465.0, 10379.0, 10465.0, 10408.0, 10432.0, 10460.0, 10415.0, 10459.0, 10417.0, 10467.0, 10368.0, 10427.0, 10385.0, 10415.0, 10452.0, 10400.0, 10456.0, 10363.0, 10449.0, 10374.0, 10433.0, 10475.0, 10438.0, 10467.0, 10397.0, 10450.0, 10393.0, 10438.0, 10480.0, 10435.0, 10480.0, 10415.0, 10469.0, 10384.0, 10456.0, 10485.0, 10454.0, 10479.0, 10419.0, 10486.0, 10400.0, 10478.0, 10457.0, 10447.0, 10500.0, 10430.0, 10483.0, 10418.0, 10485.0, 10408.0, 10488.0, 10485.0, 10461.0, 10498.0, 10444.0, 10503.0, 10436.0, 10502.0, 10419.0, 10471.0, 10479.0, 10450.0, 10515.0, 10448.0, 10486.0, 10403.0, 10491.0, 10420.0, 10495.0, 10521.0, 10494.0, 10537.0, 10403.0, 10450.0, 10400.0, 10486.0, 10462.0, 10472.0, 10432.0, 10445.0, 10438.0, 10444.0, 10437.0, 10402.0, 10476.0, 10419.0, 10477.0, 10411.0, 10436.0, 10445.0, 10413.0, 10446.0, 10402.0, 10444.0, 10397.0, 10421.0, 10346.0, 10400.0, 10331.0, 10399.0, 10343.0, 10388.0, 10381.0, 10352.0, 10324.0, 10367.0, 10331.0, 10378.0, 10420.0, 10380.0, 10418.0, 10377.0, 10405.0, 10372.0, 10415.0, 10363.0, 10414.0, 10383.0, 10404.0, 10483.0, 10441.0, 10480.0, 10452.0, 10481.0, 10396.0, 10434.0, 10388.0, 10444.0, 10382.0, 10445.0, 10398.0, 10442.0, 10454.0, 10427.0, 10488.0, 10435.0, 10451.0, 10387.0, 10430.0, 10394.0, 10385.0, 10443.0, 10376.0, 10408.0, 10336.0, 10391.0, 10438.0, 10379.0, 10422.0, 10345.0, 10380.0, 10322.0, 10353.0, 10410.0, 10356.0, 10385.0, 10321.0, 10366.0, 10395.0, 10346.0, 10379.0, 10326.0, 10366.0, 10322.0, 10356.0, 10410.0, 10349.0, 10386.0, 10328.0, 10373.0, 10416.0, 10417.0, 10460.0, 10430.0, 10419.0, 10368.0, 10382.0, 10418.0, 10385.0, 10429.0, 10398.0, 10421.0, 10374.0, 10410.0, 10488.0, 10476.0, 10463.0, 10476.0, 10459.0, 10404.0, 10445.0, 10474.0, 10456.0, 10492.0, 10418.0, 10464.0, 10411.0, 10467.0, 10382.0, 10437.0, 10376.0, 10422.0, 10470.0, 10407.0, 10444.0, 10372.0, 10425.0, 10357.0, 10417.0, 10492.0, 10432.0, 10441.0, 10382.0, 10405.0, 10348.0, 10401.0, 10423.0, 10380.0, 10439.0, 10373.0, 10414.0, 10336.0, 10401.0, 10461.0, 10389.0, 10432.0, 10370.0, 10420.0, 10358.0, 10403.0, 10439.0, 10402.0, 10438.0, 10371.0, 10428.0, 10391.0, 10438.0, 10373.0, 10406.0, 10442.0, 10390.0, 10423.0, 10373.0, 10438.0, 10376.0, 10387.0, 10442.0, 10386.0, 10423.0, 10360.0, 10419.0, 10444.0, 10388.0, 10425.0, 10355.0, 10413.0, 10390.0, 10391.0, 10444.0, 10374.0, 10416.0, 10360.0, 10409.0, 10458.0, 10392.0, 10417.0, 10362.0, 10407.0, 10445.0, 10399.0, 10440.0, 10382.0, 10427.0, 10367.0, 10409.0, 10469.0, 10419.0, 10446.0, 10384.0, 10426.0, 10383.0, 10414.0, 10470.0, 10429.0, 10440.0, 10403.0, 10445.0, 10392.0, 10435.0, 10469.0, 10415.0, 10459.0, 10399.0, 10461.0, 10382.0, 10443.0, 10470.0, 10397.0, 10453.0, 10401.0, 10453.0, 10377.0, 10425.0, 10450.0, 10399.0, 10454.0, 10400.0, 10424.0, 10376.0, 10412.0, 10467.0, 10420.0, 10455.0, 10401.0, 10443.0, 10385.0, 10433.0, 10487.0, 10429.0, 10462.0, 10405.0, 10466.0, 10400.0, 10429.0, 10489.0, 10439.0, 10480.0, 10407.0, 10447.0, 10413.0, 10445.0, 10471.0, 10431.0, 10474.0, 10419.0, 10458.0, 10398.0, 10464.0, 10403.0, 10443.0, 10472.0, 10404.0, 10473.0, 10419.0, 10462.0, 10382.0, 10439.0, 10433.0, 10399.0, 10468.0, 10410.0, 10451.0, 10373.0, 10420.0, 10465.0, 10378.0, 10427.0, 10376.0, 10417.0, 10376.0, 10411.0, 10464.0, 10411.0, 10433.0, 10364.0, 10421.0, 10381.0, 10417.0, 10465.0, 10417.0, 10475.0, 10448.0, 10451.0, 10393.0, 10425.0, 10399.0, 10419.0, 10471.0, 10423.0, 10476.0, 10416.0, 10457.0, 10387.0, 10448.0, 10391.0, 10443.0, 10409.0, 10412.0, 10464.0, 10395.0, 10455.0, 10380.0, 10436.0, 10369.0, 10406.0, 10447.0, 10394.0, 10445.0, 10368.0, 10398.0, 10405.0, 10369.0, 10422.0, 10352.0, 10395.0, 10345.0, 10368.0, 10421.0, 10375.0, 10410.0, 10337.0, 10387.0, 10436.0, 10375.0, 10418.0, 10357.0, 10401.0, 10369.0, 10388.0, 10446.0, 10397.0, 10421.0, 10365.0, 10406.0, 10462.0, 10392.0, 10435.0, 10385.0, 10418.0, 10389.0, 10395.0, 10453.0, 10401.0, 10422.0, 10380.0, 10409.0, 10449.0, 10401.0, 10457.0, 10391.0, 10444.0, 10383.0, 10415.0, 10471.0, 10423.0, 10458.0, 10435.0, 10461.0, 10390.0, 10427.0, 10390.0, 10436.0, 10494.0, 10448.0, 10473.0, 10410.0, 10450.0, 10379.0, 10433.0, 10381.0, 10421.0, 10428.0, 10388.0, 10444.0, 10375.0, 10431.0, 10374.0, 10415.0, 10397.0, 10386.0, 10444.0, 10373.0, 10430.0, 10355.0, 10399.0, 10451.0, 10368.0, 10429.0, 10369.0, 10409.0, 10332.0, 10365.0, 10402.0, 10379.0, 10416.0, 10339.0, 10389.0, 10425.0, 10373.0, 10418.0, 10382.0, 10405.0, 10372.0, 10393.0, 10445.0, 10400.0, 10425.0, 10367.0, 10423.0, 10363.0, 10405.0, 10446.0, 10403.0, 10445.0, 10419.0, 10452.0, 10361.0, 10415.0, 10359.0, 10410.0, 10447.0, 10389.0, 10431.0, 10386.0, 10426.0, 10360.0, 10411.0, 10384.0, 10402.0, 10425.0, 10385.0, 10427.0, 10354.0, 10396.0, 10436.0, 10376.0, 10429.0, 10356.0, 10412.0, 10366.0, 10386.0, 10446.0, 10387.0, 10427.0, 10360.0, 10413.0, 10358.0, 10401.0, 10464.0, 10380.0, 10429.0, 10374.0, 10429.0, 10355.0, 10400.0, 10425.0, 10378.0, 10422.0, 10371.0, 10412.0, 10357.0, 10402.0, 10443.0, 10403.0, 10427.0, 10376.0, 10404.0, 10362.0, 10405.0, 10465.0, 10406.0, 10437.0, 10379.0, 10426.0, 10378.0, 10411.0, 10493.0, 10435.0, 10465.0, 10427.0, 10441.0, 10394.0, 10427.0, 10390.0, 10442.0, 10407.0, 10456.0, 10400.0, 10448.0, 10399.0, 10470.0, 10403.0, 10446.0, 10449.0, 10428.0, 10462.0, 10384.0, 10441.0, 10360.0, 10409.0, 10438.0, 10365.0, 10421.0, 10366.0, 10411.0, 10354.0, 10374.0, 10436.0, 10369.0, 10440.0, 10366.0, 10400.0, 10365.0, 10371.0, 10420.0, 10372.0, 10417.0, 10345.0, 10410.0, 10430.0, 10396.0, 10436.0, 10381.0, 10417.0, 10366.0, 10409.0, 10458.0, 10399.0, 10453.0, 10415.0, 10468.0, 10378.0, 10417.0, 10400.0, 10391.0, 10446.0, 10401.0, 10446.0, 10349.0, 10399.0, 10425.0, 10381.0, 10400.0, 10350.0, 10375.0, 10386.0, 10365.0, 10418.0, 10368.0, 10409.0, 10337.0, 10381.0, 10439.0, 10373.0, 10413.0, 10338.0, 10396.0, 10380.0, 10394.0, 10417.0, 10369.0, 10397.0, 10344.0, 10388.0, 10427.0, 10385.0, 10415.0, 10370.0, 10407.0, 10359.0, 10401.0, 10446.0, 10397.0, 10424.0, 10381.0, 10412.0, 10398.0, 10422.0, 10457.0, 10404.0, 10445.0, 10386.0, 10417.0, 10400.0, 10418.0, 10455.0, 10402.0, 10443.0, 10388.0, 10414.0, 10391.0, 10420.0, 10462.0, 10432.0, 10453.0, 10386.0, 10440.0, 10396.0, 10444.0, 10432.0, 10410.0, 10451.0, 10415.0, 10454.0, 10377.0, 10421.0, 10384.0, 10396.0, 10444.0, 10405.0, 10443.0, 10381.0, 10427.0, 10447.0, 10400.0, 10455.0, 10408.0, 10431.0, 10387.0, 10416.0, 10469.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.0006169823100936524</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.02559365348595213</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>6</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.00182476857294</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2723628003124992</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9552671912083337</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5161</td></tr>
|
|
<tr><td colspan=3>fber</td><td>3670.9126</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.06326871095681899</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>21</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>2.18522372528616</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.511550189742047</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5200798490075234</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.610600392303891</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4039703279147266</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0108969</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>0.004421737976372242</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.01864520274102688</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>961</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.191929132282283</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>23.6877</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>65.4798</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>239.3694</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>66.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>287458.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>1156.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>476.0407</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>3.135</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>629.4287</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3897.7134</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>4022.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>89086.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1701.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>5132.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>959.4574</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>37.704841626109555</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> |