=== 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-0019 --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-0019",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
114 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
114 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-0019_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-0019_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-0019_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-0019/figures/sub-0019_ses-02_task-narratives_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0019/figures/sub-0019_ses-02_task-narratives_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0019/figures/sub-0019_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-0019_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-0019/figures/sub-0019_ses-02_task-narratives_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0019/figures/sub-0019_ses-02_task-narratives_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0019/figures/sub-0019_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-0019_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-0019/figures/sub-0019_ses-02_task-narratives_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0019/figures/sub-0019_ses-02_task-narratives_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0019/figures/sub-0019_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-0019_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-0019/figures/sub-0019_ses-02_task-narratives_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0019/figures/sub-0019_ses-02_task-narratives_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0019/figures/sub-0019_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-0019_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-0019/figures/sub-0019_ses-02_task-narratives_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0019/figures/sub-0019_ses-02_task-narratives_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0019/figures/sub-0019_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-0019_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-0019/figures/sub-0019_ses-02_task-narratives_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0019/figures/sub-0019_ses-02_task-narratives_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0019/figures/sub-0019_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-0019_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-0019/figures/sub-0019_ses-02_task-narratives_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0019/figures/sub-0019_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-0019/figures/sub-0019_ses-02_task-narratives_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0019/figures/sub-0019_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-0019/ses-02/func/sub-0019_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>06836a8d7bed89474cb3478c8d455f03</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>14:36:34.165000</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.999843, -0.0135547, 0.01137, 0.0116925, 0.988568, 0.150322]</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.103561</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>[4163, -7798, -7208, 494, -3, -280, 76, 81]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 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>252.287</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>233edaa8-667f-4065-b646-d0abc099a40f||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.682507038116455, 0.031370002776384354, 0.035849373787641525, 109.00860595703125], [0.036366358399391174, 2.6522557735443115, 0.40544572472572327, -108.23371124267578], [0.030504770576953888, -0.40330174565315247, 2.6691436767578125, -23.998306274414062], [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': ['143634.165000', '143634.625000', '143635.085000', '143635.545000', '143636.005000', '143636.465000', '143636.925000', '143637.385000', '143637.845000', '143638.305000', '143638.765000', '143639.225000', '143639.685000', '143640.145000', '143640.605000', '143641.065000', '143641.525000', '143641.985000', '143642.445000', '143642.905000', '143643.365000', '143643.825000', '143644.285000', '143644.745000', '143645.205000', '143645.665000', '143646.125000', '143646.585000', '143647.045000', '143647.505000', '143647.965000', '143648.425000', '143648.885000', '143649.345000', '143649.805000', '143650.265000', '143650.725000', '143651.185000', '143651.645000', '143652.105000', '143652.565000', '143653.025000', '143653.485000', '143653.945000', '143654.405000', '143654.865000', '143655.325000', '143655.785000', '143656.245000', '143656.705000', '143657.165000', '143657.625000', '143658.085000', '143658.545000', '143659.005000', '143659.465000', '143659.925000', '143700.385000', '143700.845000', '143701.305000', '143701.765000', '143702.225000', '143702.685000', '143703.145000', '143703.605000', '143704.065000', '143704.525000', '143704.985000', '143705.445000', '143705.905000', '143706.365000', '143706.825000', '143707.285000', '143707.745000', '143708.205000', '143708.665000', '143709.125000', '143709.585000', '143710.045000', '143710.505000', '143710.965000', '143711.425000', '143711.885000', '143712.345000', '143712.805000', '143713.265000', '143713.725000', '143714.185000', '143714.645000', '143715.105000', '143715.565000', '143716.025000', '143716.485000', '143716.945000', '143717.405000', '143717.865000', '143718.325000', '143718.785000', '143719.245000', '143719.705000', '143720.165000', '143720.625000', '143721.085000', '143721.545000', '143722.005000', '143722.465000', '143722.925000', '143723.385000', '143723.845000', '143724.305000', '143724.765000', '143725.225000', '143725.685000', '143726.145000', '143726.605000', '143727.065000', '143727.525000', '143727.985000', '143728.445000', '143728.905000', '143729.365000', '143729.825000', '143730.285000', '143730.745000', '143731.205000', '143731.665000', '143732.125000', '143732.585000', '143733.045000', '143733.505000', '143733.965000', '143734.425000', '143734.885000', '143735.345000', '143735.805000', '143736.265000', '143736.725000', '143737.185000', '143737.645000', '143738.105000', '143738.565000', '143739.025000', '143739.485000', '143739.945000', '143740.405000', '143740.865000', '143741.325000', '143741.785000', '143742.245000', '143742.705000', '143743.165000', '143743.625000', '143744.085000', '143744.545000', '143745.005000', '143745.465000', '143745.925000', '143746.385000', '143746.845000', '143747.305000', '143747.765000', '143748.225000', '143748.685000', '143749.145000', '143749.605000', '143750.065000', '143750.525000', '143750.985000', '143751.445000', '143751.905000', '143752.365000', '143752.825000', '143753.285000', '143753.745000', '143754.205000', '143754.665000', '143755.125000', '143755.585000', '143756.045000', '143756.505000', '143756.965000', '143757.425000', '143757.885000', '143758.345000', '143758.805000', '143759.265000', '143759.725000', '143800.185000', '143800.645000', '143801.105000', '143801.565000', '143802.025000', '143802.485000', '143802.945000', '143803.405000', '143803.865000', '143804.325000', '143804.785000', '143805.245000', '143805.705000', '143806.165000', '143806.625000', '143807.085000', '143807.545000', '143808.005000', '143808.465000', '143808.925000', '143809.385000', '143809.845000', '143810.305000', '143810.765000', '143811.225000', '143811.685000', '143812.145000', '143812.605000', '143813.065000', '143813.525000', '143813.985000', '143814.445000', '143814.905000', '143815.365000', '143815.825000', '143816.285000', '143816.745000', '143817.205000', '143817.665000', '143818.125000', '143818.585000', '143819.045000', '143819.505000', '143819.965000', '143820.425000', '143820.885000', '143821.345000', '143821.805000', '143822.265000', '143822.725000', '143823.185000', '143823.645000', '143824.105000', '143824.565000', '143825.025000', '143825.485000', '143825.945000', '143826.405000', '143826.865000', '143827.325000', '143827.785000', '143828.245000', '143828.705000', '143829.165000', '143829.625000', '143830.085000', '143830.545000', '143831.005000', '143831.465000', '143831.925000', '143832.385000', '143832.845000', '143833.305000', '143833.765000', '143834.225000', '143834.685000', '143835.145000', '143835.605000', '143836.065000', '143836.525000', '143836.985000', '143837.445000', '143837.905000', '143838.365000', '143838.825000', '143839.285000', '143839.745000', '143840.205000', '143840.665000', '143841.125000', '143841.585000', '143842.045000', '143842.505000', '143842.965000', '143843.425000', '143843.885000', '143844.345000', '143844.805000', '143845.265000', '143845.725000', '143846.185000', '143846.645000', '143847.105000', '143847.565000', '143848.025000', '143848.485000', '143848.945000', '143849.405000', '143849.865000', '143850.325000', '143850.785000', '143851.245000', '143851.705000', '143852.165000', '143852.625000', '143853.085000', '143853.545000', '143854.005000', '143854.465000', '143854.925000', '143855.385000', '143855.845000', '143856.305000', '143856.765000', '143857.225000', '143857.685000', '143858.145000', '143858.605000', '143859.065000', '143859.525000', '143859.985000', '143900.445000', '143900.905000', '143901.365000', '143901.825000', '143902.285000', '143902.745000', '143903.205000', '143903.665000', '143904.125000', '143904.585000', '143905.045000', '143905.505000', '143905.965000', '143906.425000', '143906.885000', '143907.345000', '143907.805000', '143908.265000', '143908.725000', '143909.185000', '143909.645000', '143910.105000', '143910.565000', '143911.025000', '143911.485000', '143911.945000', '143912.405000', '143912.865000', '143913.325000', '143913.785000', '143914.245000', '143914.705000', '143915.165000', '143915.625000', '143916.085000', '143916.545000', '143917.005000', '143917.465000', '143917.925000', '143918.385000', '143918.845000', '143919.305000', '143919.765000', '143920.225000', '143920.685000', '143921.145000', '143921.605000', '143922.065000', '143922.525000', '143922.985000', '143923.445000', '143923.905000', '143924.365000', '143924.825000', '143925.285000', '143925.745000', '143926.205000', '143926.665000', '143927.125000', '143927.585000', '143928.045000', '143928.505000', '143928.965000', '143929.425000', '143929.885000', '143930.345000', '143930.805000', '143931.265000', '143931.725000', '143932.185000', '143932.645000', '143933.105000', '143933.565000', '143934.025000', '143934.485000', '143934.945000', '143935.405000', '143935.865000', '143936.325000', '143936.785000', '143937.245000', '143937.705000', '143938.165000', '143938.625000', '143939.085000', '143939.545000', '143940.005000', '143940.465000', '143940.925000', '143941.385000', '143941.845000', '143942.305000', '143942.765000', '143943.225000', '143943.685000', '143944.145000', '143944.605000', '143945.065000', '143945.525000', '143945.985000', '143946.445000', '143946.905000', '143947.365000', '143947.825000', '143948.285000', '143948.745000', '143949.205000', '143949.665000', '143950.125000', '143950.585000', '143951.045000', '143951.505000', '143951.965000', '143952.425000', '143952.885000', '143953.345000', '143953.805000', '143954.265000', '143954.725000', '143955.185000', '143955.645000', '143956.105000', '143956.565000', '143957.025000', '143957.485000', '143957.945000', '143958.405000', '143958.865000', '143959.325000', '143959.785000', '144000.245000', '144000.705000', '144001.165000', '144001.625000', '144002.085000', '144002.545000', '144003.005000', '144003.465000', '144003.925000', '144004.385000', '144004.845000', '144005.305000', '144005.765000', '144006.225000', '144006.685000', '144007.145000', '144007.605000', '144008.065000', '144008.525000', '144008.985000', '144009.445000', '144009.905000', '144010.365000', '144010.825000', '144011.285000', '144011.745000', '144012.205000', '144012.665000', '144013.125000', '144013.585000', '144014.045000', '144014.505000', '144014.965000', '144015.425000', '144015.885000', '144016.345000', '144016.805000', '144017.265000', '144017.725000', '144018.185000', '144018.645000', '144019.105000', '144019.565000', '144020.025000', '144020.485000', '144020.945000', '144021.405000', '144021.865000', '144022.325000', '144022.785000', '144023.245000', '144023.705000', '144024.165000', '144024.625000', '144025.085000', '144025.545000', '144026.005000', '144026.465000', '144026.925000', '144027.385000', '144027.845000', '144028.305000', '144028.765000', '144029.225000', '144029.685000', '144030.145000', '144030.605000', '144031.065000', '144031.525000', '144031.985000', '144032.445000', '144032.905000', '144033.365000', '144033.825000', '144034.285000', '144034.745000', '144035.205000', '144035.665000', '144036.125000', '144036.585000', '144037.045000', '144037.505000', '144037.965000', '144038.425000', '144038.885000', '144039.345000', '144039.805000', '144040.265000', '144040.725000', '144041.185000', '144041.645000', '144042.105000', '144042.565000', '144043.025000', '144043.485000', '144043.945000', '144044.405000', '144044.865000', '144045.325000', '144045.785000', '144046.245000', '144046.705000', '144047.165000', '144047.625000', '144048.085000', '144048.545000', '144049.005000', '144049.465000', '144049.925000', '144050.385000', '144050.845000', '144051.305000', '144051.765000', '144052.225000', '144052.685000', '144053.145000', '144053.605000', '144054.065000', '144054.525000', '144054.985000', '144055.445000', '144055.905000', '144056.365000', '144056.825000', '144057.285000', '144057.745000', '144058.205000', '144058.665000', '144059.125000', '144059.585000', '144100.045000', '144100.505000', '144100.965000', '144101.425000', '144101.885000', '144102.345000', '144102.805000', '144103.265000', '144103.725000', '144104.185000', '144104.645000', '144105.105000', '144105.565000', '144106.025000', '144106.485000', '144106.945000', '144107.405000', '144107.865000', '144108.325000', '144108.785000', '144109.245000', '144109.705000', '144110.165000', '144110.625000', '144111.085000', '144111.545000', '144112.005000', '144112.465000', '144112.925000', '144113.385000', '144113.845000', '144114.305000', '144114.765000', '144115.225000', '144115.685000', '144116.145000', '144116.605000', '144117.065000', '144117.525000', '144117.985000', '144118.445000', '144118.905000', '144119.365000', '144119.825000', '144120.285000', '144120.745000', '144121.205000', '144121.665000', '144122.125000', '144122.585000', '144123.045000', '144123.505000', '144123.965000', '144124.425000', '144124.885000', '144125.345000', '144125.805000', '144126.265000', '144126.725000', '144127.185000', '144127.645000', '144128.105000', '144128.565000', '144129.025000', '144129.485000', '144129.945000', '144130.405000', '144130.865000', '144131.325000', '144131.785000', '144132.245000', '144132.705000', '144133.165000', '144133.625000', '144134.085000', '144134.545000', '144135.005000', '144135.465000', '144135.925000', '144136.385000', '144136.845000', '144137.305000', '144137.765000', '144138.225000', '144138.685000', '144139.145000', '144139.605000', '144140.065000', '144140.525000', '144140.985000', '144141.445000', '144141.905000', '144142.365000', '144142.825000', '144143.285000', '144143.745000', '144144.205000', '144144.665000', '144145.125000', '144145.585000', '144146.045000', '144146.505000', '144146.965000', '144147.425000', '144147.885000', '144148.345000', '144148.805000', '144149.265000', '144149.725000', '144150.185000', '144150.645000', '144151.105000', '144151.565000', '144152.025000', '144152.485000', '144152.945000', '144153.405000', '144153.865000', '144154.325000', '144154.785000', '144155.245000', '144155.705000', '144156.165000', '144156.625000', '144157.085000', '144157.545000', '144158.005000', '144158.465000', '144158.925000', '144159.385000', '144159.845000', '144200.305000', '144200.765000', '144201.225000', '144201.685000', '144202.145000', '144202.605000', '144203.065000', '144203.525000', '144203.985000', '144204.445000', '144204.905000', '144205.365000', '144205.825000', '144206.285000', '144206.745000', '144207.205000', '144207.665000', '144208.125000', '144208.585000', '144209.045000', '144209.505000', '144209.965000', '144210.425000', '144210.885000', '144211.345000', '144211.805000', '144212.265000', '144212.725000', '144213.185000', '144213.645000', '144214.105000', '144214.565000', '144215.025000', '144215.485000', '144215.945000', '144216.405000', '144216.865000', '144217.325000', '144217.785000', '144218.245000', '144218.705000', '144219.165000', '144219.625000', '144220.085000', '144220.545000', '144221.005000', '144221.465000', '144221.925000', '144222.385000', '144222.845000', '144223.305000', '144223.765000', '144224.225000', '144224.685000', '144225.145000', '144225.605000', '144226.065000', '144226.525000', '144226.985000', '144227.445000', '144227.905000', '144228.365000', '144228.825000', '144229.285000', '144229.745000', '144230.205000', '144230.665000', '144231.125000', '144231.585000', '144232.045000', '144232.505000', '144232.965000', '144233.425000', '144233.885000', '144234.345000', '144234.805000', '144235.265000', '144235.725000', '144236.185000', '144236.645000', '144237.105000', '144237.565000', '144238.025000', '144238.485000', '144238.945000', '144239.405000', '144239.865000', '144240.325000', '144240.785000', '144241.245000', '144241.705000', '144242.165000', '144242.625000', '144243.085000', '144243.545000', '144244.005000', '144244.465000', '144244.925000', '144245.385000', '144245.845000', '144246.305000', '144246.765000', '144247.225000', '144247.685000', '144248.145000', '144248.605000', '144249.065000', '144249.525000', '144249.985000', '144250.445000', '144250.905000', '144251.365000', '144251.825000', '144252.285000', '144252.745000', '144253.205000', '144253.665000', '144254.125000', '144254.585000', '144255.045000', '144255.505000', '144255.965000', '144256.425000', '144256.885000', '144257.345000', '144257.805000', '144258.265000', '144258.725000', '144259.185000', '144259.645000', '144300.105000', '144300.565000', '144301.025000', '144301.485000', '144301.945000', '144302.405000', '144302.865000', '144303.325000', '144303.785000', '144304.245000', '144304.705000', '144305.165000', '144305.625000', '144306.085000', '144306.545000', '144307.005000', '144307.465000', '144307.925000', '144308.385000', '144308.845000', '144309.305000', '144309.765000', '144310.225000', '144310.685000', '144311.145000', '144311.605000', '144312.065000', '144312.525000', '144312.985000', '144313.445000', '144313.905000', '144314.365000', '144314.825000', '144315.285000', '144315.745000', '144316.205000', '144316.665000', '144317.125000', '144317.585000', '144318.045000', '144318.505000', '144318.965000', '144319.425000', '144319.885000', '144320.345000', '144320.805000', '144321.265000', '144321.725000', '144322.185000', '144322.645000', '144323.105000', '144323.565000', '144324.025000', '144324.485000', '144324.945000', '144325.405000', '144325.865000', '144326.325000', '144326.785000', '144327.245000', '144327.705000', '144328.165000', '144328.625000', '144329.085000', '144329.545000', '144330.005000', '144330.465000', '144330.925000', '144331.385000', '144331.845000', '144332.305000', '144332.765000', '144333.225000', '144333.685000', '144334.145000', '144334.605000', '144335.065000', '144335.525000', '144335.985000', '144336.445000', '144336.905000', '144337.365000', '144337.825000', '144338.285000', '144338.745000', '144339.205000', '144339.665000', '144340.125000', '144340.585000', '144341.045000', '144341.505000', '144341.965000', '144342.425000', '144342.885000', '144343.345000', '144343.805000', '144344.265000', '144344.725000', '144345.185000', '144345.645000', '144346.105000', '144346.565000', '144347.025000', '144347.485000', '144347.945000', '144348.405000', '144348.865000', '144349.325000', '144349.785000', '144350.245000', '144350.705000', '144351.165000', '144351.625000', '144352.085000', '144352.545000', '144353.005000', '144353.465000', '144353.925000', '144354.385000', '144354.845000', '144355.305000', '144355.765000', '144356.225000', '144356.685000', '144357.145000', '144357.605000', '144358.065000', '144358.525000'], 'ContentTime': ['143644.030000', '143644.033000', '143644.036000', '143644.039000', '143644.042000', '143644.045000', '143644.048000', '143644.057000', '143644.060000', '143644.063000', '143644.066000', '143644.069000', '143644.073000', '143644.076000', '143644.078000', '143644.081000', '143644.084000', '143644.087000', '143644.090000', '143644.093000', '143703.995000', '143703.998000', '143704.002000', '143704.005000', '143704.008000', '143704.010000', '143704.013000', '143704.016000', '143704.019000', '143704.022000', '143704.025000', '143704.028000', '143704.031000', '143704.034000', '143704.042000', '143704.045000', '143704.048000', '143704.051000', '143704.054000', '143704.057000', '143704.060000', '143704.063000', '143704.065000', '143704.068000', '143704.071000', '143704.074000', '143704.077000', '143704.080000', '143704.083000', '143704.086000', '143704.088000', '143704.091000', '143704.094000', '143704.097000', '143704.100000', '143704.103000', '143704.106000', '143704.109000', '143704.111000', '143704.114000', '143704.117000', '143704.120000', '143704.123000', '143704.126000', '143723.995000', '143723.998000', '143724.002000', '143724.005000', '143724.007000', '143724.010000', '143724.013000', '143724.016000', '143724.019000', '143724.022000', '143724.025000', '143724.028000', '143724.031000', '143724.034000', '143724.037000', '143724.040000', '143724.043000', '143724.045000', '143724.049000', '143724.052000', '143724.055000', '143724.057000', '143724.060000', '143724.063000', '143724.066000', '143724.069000', '143724.072000', '143724.075000', '143724.078000', '143724.081000', '143724.083000', '143724.086000', '143724.089000', '143724.097000', '143724.100000', '143724.102000', '143724.105000', '143724.108000', '143724.111000', '143724.114000', '143724.117000', '143724.120000', '143724.122000', '143743.995000', '143743.998000', '143744.002000', '143744.005000', '143744.008000', '143744.011000', '143744.013000', '143744.016000', '143744.019000', '143744.022000', '143744.025000', '143744.028000', '143744.031000', '143744.034000', '143744.037000', '143744.040000', '143744.043000', '143744.045000', '143744.048000', '143744.051000', '143744.054000', '143744.057000', '143744.060000', '143744.063000', '143744.066000', '143744.068000', '143744.071000', '143744.074000', '143744.077000', '143744.080000', '143744.083000', '143744.086000', '143744.089000', '143744.092000', '143744.095000', '143744.098000', '143744.100000', '143744.103000', '143744.106000', '143744.109000', '143744.112000', '143744.115000', '143744.118000', '143744.121000', '143803.996000', '143804.000000', '143804.003000', '143804.006000', '143804.009000', '143804.012000', '143804.015000', '143804.018000', '143804.020000', '143804.023000', '143804.026000', '143804.029000', '143804.032000', '143804.035000', '143804.038000', '143804.041000', '143804.044000', '143804.047000', '143804.066000', '143804.069000', '143804.072000', '143804.075000', '143804.078000', '143804.081000', '143804.083000', '143804.086000', '143804.089000', '143804.092000', '143804.095000', '143804.098000', '143804.101000', '143804.104000', '143804.107000', '143804.109000', '143804.112000', '143804.115000', '143804.118000', '143804.121000', '143804.124000', '143804.127000', '143804.129000', '143804.132000', '143804.135000', '143823.996000', '143824.000000', '143824.003000', '143824.006000', '143824.009000', '143824.012000', '143824.015000', '143824.018000', '143824.020000', '143824.023000', '143824.026000', '143824.029000', '143824.032000', '143824.035000', '143824.038000', '143824.041000', '143824.044000', '143824.047000', '143824.050000', '143824.053000', '143824.055000', '143824.058000', '143824.061000', '143824.064000', '143824.067000', '143824.070000', '143824.073000', '143824.075000', '143824.078000', '143824.081000', '143824.084000', '143824.087000', '143824.090000', '143824.093000', '143824.096000', '143824.099000', '143824.101000', '143824.104000', '143824.107000', '143824.110000', '143824.113000', '143824.116000', '143824.119000', '143824.122000', '143843.995000', '143843.998000', '143844.002000', '143844.005000', '143844.008000', '143844.011000', '143844.013000', '143844.016000', '143844.019000', '143844.022000', '143844.025000', '143844.028000', '143844.031000', '143844.034000', '143844.037000', '143844.040000', '143844.043000', '143844.046000', '143844.049000', '143844.051000', '143844.054000', '143844.057000', '143844.060000', '143844.063000', '143844.066000', '143844.069000', '143844.072000', '143844.075000', '143844.078000', '143844.081000', '143844.084000', '143844.087000', '143844.089000', '143844.092000', '143844.095000', '143844.098000', '143844.101000', '143844.104000', '143844.107000', '143844.110000', '143844.112000', '143844.115000', '143844.118000', '143903.995000', '143903.998000', '143904.002000', '143904.005000', '143904.008000', '143904.011000', '143904.014000', '143904.016000', '143904.019000', '143904.022000', '143904.025000', '143904.028000', '143904.031000', '143904.034000', '143904.037000', '143904.040000', '143904.043000', '143904.046000', '143904.048000', '143904.051000', '143904.054000', '143904.057000', '143904.060000', '143904.063000', '143904.066000', '143904.069000', '143904.071000', '143904.074000', '143904.077000', '143904.080000', '143904.083000', '143904.086000', '143904.089000', '143904.092000', '143904.095000', '143904.097000', '143904.100000', '143904.103000', '143904.106000', '143904.109000', '143904.112000', '143904.115000', '143904.117000', '143904.120000', '143923.995000', '143923.998000', '143924.002000', '143924.005000', '143924.008000', '143924.011000', '143924.013000', '143924.016000', '143924.019000', '143924.023000', '143924.026000', '143924.029000', '143924.032000', '143924.035000', '143924.038000', '143924.052000', '143924.055000', '143924.058000', '143924.061000', '143924.064000', '143924.066000', '143924.069000', '143924.072000', '143924.075000', '143924.078000', '143924.081000', '143924.084000', '143924.087000', '143924.090000', '143924.093000', '143924.096000', '143924.099000', '143924.102000', '143924.104000', '143924.108000', '143924.111000', '143924.113000', '143924.116000', '143924.119000', '143924.122000', '143924.137000', '143924.140000', '143924.143000', '143943.995000', '143943.998000', '143944.002000', '143944.005000', '143944.008000', '143944.011000', '143944.013000', '143944.016000', '143944.019000', '143944.022000', '143944.025000', '143944.028000', '143944.031000', '143944.034000', '143944.044000', '143944.047000', '143944.050000', '143944.053000', '143944.056000', '143944.059000', '143944.062000', '143944.065000', '143944.067000', '143944.070000', '143944.073000', '143944.076000', '143944.079000', '143944.082000', '143944.085000', '143944.088000', '143944.091000', '143944.094000', '143944.097000', '143944.099000', '143944.102000', '143944.105000', '143944.108000', '143944.111000', '143944.114000', '143944.117000', '143944.120000', '143944.123000', '143944.126000', '143944.128000', '144003.995000', '144003.998000', '144004.002000', '144004.005000', '144004.008000', '144004.011000', '144004.014000', '144004.017000', '144004.020000', '144004.023000', '144004.026000', '144004.029000', '144004.031000', '144004.034000', '144004.037000', '144004.040000', '144004.043000', '144004.046000', '144004.049000', '144004.052000', '144004.055000', '144004.058000', '144004.061000', '144004.064000', '144004.066000', '144004.069000', '144004.072000', '144004.075000', '144004.078000', '144004.081000', '144004.084000', '144004.087000', '144004.090000', '144004.092000', '144004.095000', '144004.098000', '144004.101000', '144004.104000', '144004.107000', '144004.110000', '144004.113000', '144004.116000', '144004.119000', '144023.996000', '144024.000000', '144024.003000', '144024.006000', '144024.009000', '144024.012000', '144024.014000', '144024.018000', '144024.020000', '144024.023000', '144024.026000', '144024.029000', '144024.032000', '144024.035000', '144024.038000', '144024.041000', '144024.044000', '144024.047000', '144024.050000', '144024.053000', '144024.056000', '144024.058000', '144024.061000', '144024.064000', '144024.067000', '144024.070000', '144024.073000', '144024.076000', '144024.079000', '144024.082000', '144024.085000', '144024.088000', '144024.091000', '144024.094000', '144024.097000', '144024.100000', '144024.102000', '144024.105000', '144024.108000', '144024.111000', '144024.114000', '144024.117000', '144024.120000', '144024.123000', '144043.996000', '144044.000000', '144044.003000', '144044.006000', '144044.009000', '144044.012000', '144044.015000', '144044.018000', '144044.020000', '144044.023000', '144044.026000', '144044.029000', '144044.032000', '144044.035000', '144044.038000', '144044.041000', '144044.044000', '144044.047000', '144044.050000', '144044.053000', '144044.056000', '144044.059000', '144044.063000', '144044.066000', '144044.069000', '144044.072000', '144044.075000', '144044.078000', '144044.081000', '144044.084000', '144044.087000', '144044.090000', '144044.092000', '144044.095000', '144044.098000', '144044.101000', '144044.104000', '144044.107000', '144044.110000', '144044.113000', '144044.116000', '144044.119000', '144044.122000', '144103.995000', '144103.998000', '144104.002000', '144104.005000', '144104.009000', '144104.012000', '144104.015000', '144104.018000', '144104.021000', '144104.023000', '144104.028000', '144104.031000', '144104.034000', '144104.037000', '144104.040000', '144104.043000', '144104.046000', '144104.049000', '144104.052000', '144104.055000', '144104.058000', '144104.061000', '144104.064000', '144104.067000', '144104.070000', '144104.083000', '144104.087000', '144104.090000', '144104.093000', '144104.096000', '144104.099000', '144104.102000', '144104.105000', '144104.108000', '144104.111000', '144104.114000', '144104.118000', '144104.121000', '144104.124000', '144104.127000', '144104.130000', '144104.133000', '144104.136000', '144104.139000', '144123.995000', '144123.998000', '144124.002000', '144124.005000', '144124.008000', '144124.011000', '144124.014000', '144124.016000', '144124.020000', '144124.022000', '144124.025000', '144124.028000', '144124.031000', '144124.034000', '144124.037000', '144124.040000', '144124.043000', '144124.046000', '144124.049000', '144124.052000', '144124.055000', '144124.057000', '144124.060000', '144124.063000', '144124.066000', '144124.069000', '144124.072000', '144124.075000', '144124.078000', '144124.081000', '144124.084000', '144124.086000', '144124.089000', '144124.092000', '144124.095000', '144124.098000', '144124.101000', '144124.104000', '144124.107000', '144124.110000', '144124.113000', '144124.115000', '144124.118000', '144143.995000', '144143.998000', '144144.002000', '144144.005000', '144144.008000', '144144.011000', '144144.014000', '144144.017000', '144144.019000', '144144.023000', '144144.025000', '144144.028000', '144144.031000', '144144.034000', '144144.037000', '144144.040000', '144144.043000', '144144.046000', '144144.049000', '144144.052000', '144144.055000', '144144.058000', '144144.061000', '144144.064000', '144144.066000', '144144.069000', '144144.072000', '144144.075000', '144144.078000', '144144.081000', '144144.084000', '144144.087000', '144144.090000', '144144.093000', '144144.096000', '144144.098000', '144144.101000', '144144.104000', '144144.107000', '144144.110000', '144144.113000', '144144.116000', '144144.119000', '144144.122000', '144203.995000', '144203.998000', '144204.002000', '144204.005000', '144204.008000', '144204.011000', '144204.014000', '144204.017000', '144204.020000', '144204.023000', '144204.025000', '144204.029000', '144204.031000', '144204.034000', '144204.037000', '144204.040000', '144204.043000', '144204.046000', '144204.049000', '144204.052000', '144204.055000', '144204.058000', '144204.061000', '144204.064000', '144204.066000', '144204.069000', '144204.072000', '144204.075000', '144204.078000', '144204.081000', '144204.084000', '144204.087000', '144204.090000', '144204.092000', '144204.095000', '144204.099000', '144204.103000', '144204.106000', '144204.109000', '144204.117000', '144204.119000', '144204.122000', '144204.125000', '144223.995000', '144223.998000', '144224.002000', '144224.005000', '144224.013000', '144224.016000', '144224.018000', '144224.021000', '144224.024000', '144224.027000', '144224.030000', '144224.033000', '144224.036000', '144224.039000', '144224.042000', '144224.045000', '144224.048000', '144224.051000', '144224.054000', '144224.057000', '144224.060000', '144224.062000', '144224.065000', '144224.068000', '144224.071000', '144224.074000', '144224.077000', '144224.080000', '144224.083000', '144224.086000', '144224.089000', '144224.092000', '144224.095000', '144224.097000', '144224.100000', '144224.112000', '144224.115000', '144224.117000', '144224.120000', '144224.123000', '144224.126000', '144224.129000', '144224.132000', '144224.135000', '144243.996000', '144244.000000', '144244.003000', '144244.006000', '144244.009000', '144244.012000', '144244.015000', '144244.018000', '144244.021000', '144244.024000', '144244.027000', '144244.030000', '144244.032000', '144244.035000', '144244.038000', '144244.041000', '144244.044000', '144244.047000', '144244.050000', '144244.053000', '144244.056000', '144244.059000', '144244.062000', '144244.065000', '144244.068000', '144244.070000', '144244.073000', '144244.076000', '144244.079000', '144244.082000', '144244.085000', '144244.088000', '144244.091000', '144244.094000', '144244.097000', '144244.100000', '144244.102000', '144244.107000', '144244.110000', '144244.112000', '144244.115000', '144244.118000', '144244.121000', '144303.996000', '144304.000000', '144304.003000', '144304.006000', '144304.009000', '144304.012000', '144304.015000', '144304.018000', '144304.021000', '144304.023000', '144304.026000', '144304.029000', '144304.032000', '144304.035000', '144304.038000', '144304.041000', '144304.044000', '144304.047000', '144304.050000', '144304.053000', '144304.056000', '144304.059000', '144304.062000', '144304.065000', '144304.068000', '144304.070000', '144304.073000', '144304.076000', '144304.079000', '144304.082000', '144304.085000', '144304.088000', '144304.091000', '144304.094000', '144304.097000', '144304.100000', '144304.102000', '144304.105000', '144304.108000', '144304.111000', '144304.114000', '144304.117000', '144304.120000', '144304.123000', '144323.995000', '144323.998000', '144324.002000', '144324.005000', '144324.008000', '144324.011000', '144324.014000', '144324.017000', '144324.020000', '144324.023000', '144324.026000', '144324.028000', '144324.031000', '144324.034000', '144324.038000', '144324.041000', '144324.044000', '144324.047000', '144324.050000', '144324.053000', '144324.056000', '144324.059000', '144324.062000', '144324.064000', '144324.067000', '144324.070000', '144324.073000', '144324.076000', '144324.079000', '144324.082000', '144324.085000', '144324.088000', '144324.091000', '144324.094000', '144324.096000', '144324.099000', '144324.102000', '144324.105000', '144324.108000', '144324.111000', '144324.114000', '144324.117000', '144324.120000', '144343.995000', '144343.998000', '144344.002000', '144344.005000', '144344.008000', '144344.011000', '144344.014000', '144344.017000', '144344.020000', '144344.023000', '144344.026000', '144344.028000', '144344.031000', '144344.034000', '144344.037000', '144344.040000', '144344.043000', '144344.046000', '144344.049000', '144344.052000', '144344.055000', '144344.058000', '144344.061000', '144344.064000', '144344.067000', '144344.069000', '144344.072000', '144344.075000', '144344.078000', '144344.081000', '144344.084000', '144344.087000', '144344.090000', '144344.093000', '144344.096000', '144344.099000', '144344.102000', '144344.105000', '144344.108000', '144344.110000', '144344.113000', '144344.116000', '144344.119000', '144359.212000', '144359.216000', '144359.219000', '144359.223000', '144359.226000', '144359.229000', '144359.232000', '144359.235000', '144359.238000', '144359.242000', '144359.246000', '144359.249000', '144359.252000', '144359.255000', '144359.258000', '144359.261000', '144359.264000', '144359.268000', '144359.271000', '144359.275000', '144359.278000', '144359.282000', '144359.285000', '144359.288000', '144359.291000', '144359.294000', '144359.297000', '144359.300000', '144359.303000', '144359.305000', '144359.308000', '144359.311000', '144359.314000', '144359.317000'], 'InstanceCreationTime': ['143644.030000', '143644.033000', '143644.036000', '143644.039000', '143644.042000', '143644.045000', '143644.048000', '143644.057000', '143644.060000', '143644.063000', '143644.066000', '143644.069000', '143644.073000', '143644.076000', '143644.078000', '143644.081000', '143644.084000', '143644.087000', '143644.090000', '143644.093000', '143703.995000', '143703.998000', '143704.002000', '143704.005000', '143704.008000', '143704.010000', '143704.013000', '143704.016000', '143704.019000', '143704.022000', '143704.025000', '143704.028000', '143704.031000', '143704.034000', '143704.042000', '143704.045000', '143704.048000', '143704.051000', '143704.054000', '143704.057000', '143704.060000', '143704.063000', '143704.065000', '143704.068000', '143704.071000', '143704.074000', '143704.077000', '143704.080000', '143704.083000', '143704.086000', '143704.088000', '143704.091000', '143704.094000', '143704.097000', '143704.100000', '143704.103000', '143704.106000', '143704.109000', '143704.111000', '143704.114000', '143704.117000', '143704.120000', '143704.123000', '143704.126000', '143723.995000', '143723.998000', '143724.002000', '143724.005000', '143724.007000', '143724.010000', '143724.013000', '143724.016000', '143724.019000', '143724.022000', '143724.025000', '143724.028000', '143724.031000', '143724.034000', '143724.037000', '143724.040000', '143724.043000', '143724.045000', '143724.049000', '143724.052000', '143724.055000', '143724.057000', '143724.060000', '143724.063000', '143724.066000', '143724.069000', '143724.072000', '143724.075000', '143724.078000', '143724.081000', '143724.083000', '143724.086000', '143724.089000', '143724.097000', '143724.100000', '143724.102000', '143724.105000', '143724.108000', '143724.111000', '143724.114000', '143724.117000', '143724.120000', '143724.122000', '143743.995000', '143743.998000', '143744.002000', '143744.005000', '143744.008000', '143744.011000', '143744.013000', '143744.016000', '143744.019000', '143744.022000', '143744.025000', '143744.028000', '143744.031000', '143744.034000', '143744.037000', '143744.040000', '143744.043000', '143744.045000', '143744.048000', '143744.051000', '143744.054000', '143744.057000', '143744.060000', '143744.063000', '143744.066000', '143744.068000', '143744.071000', '143744.074000', '143744.077000', '143744.080000', '143744.083000', '143744.086000', '143744.089000', '143744.092000', '143744.095000', '143744.098000', '143744.100000', '143744.103000', '143744.106000', '143744.109000', '143744.112000', '143744.115000', '143744.118000', '143744.121000', '143803.996000', '143804.000000', '143804.003000', '143804.006000', '143804.009000', '143804.012000', '143804.015000', '143804.018000', '143804.020000', '143804.023000', '143804.026000', '143804.029000', '143804.032000', '143804.035000', '143804.038000', '143804.041000', '143804.044000', '143804.047000', '143804.066000', '143804.069000', '143804.072000', '143804.075000', '143804.078000', '143804.081000', '143804.083000', '143804.086000', '143804.089000', '143804.092000', '143804.095000', '143804.098000', '143804.101000', '143804.104000', '143804.107000', '143804.109000', '143804.112000', '143804.115000', '143804.118000', '143804.121000', '143804.124000', '143804.127000', '143804.129000', '143804.132000', '143804.135000', '143823.996000', '143824.000000', '143824.003000', '143824.006000', '143824.009000', '143824.012000', '143824.015000', '143824.018000', '143824.020000', '143824.023000', '143824.026000', '143824.029000', '143824.032000', '143824.035000', '143824.038000', '143824.041000', '143824.044000', '143824.047000', '143824.050000', '143824.053000', '143824.055000', '143824.058000', '143824.061000', '143824.064000', '143824.067000', '143824.070000', '143824.073000', '143824.075000', '143824.078000', '143824.081000', '143824.084000', '143824.087000', '143824.090000', '143824.093000', '143824.096000', '143824.099000', '143824.101000', '143824.104000', '143824.107000', '143824.110000', '143824.113000', '143824.116000', '143824.119000', '143824.122000', '143843.995000', '143843.998000', '143844.002000', '143844.005000', '143844.008000', '143844.011000', '143844.013000', '143844.016000', '143844.019000', '143844.022000', '143844.025000', '143844.028000', '143844.031000', '143844.034000', '143844.037000', '143844.040000', '143844.043000', '143844.046000', '143844.049000', '143844.051000', '143844.054000', '143844.057000', '143844.060000', '143844.063000', '143844.066000', '143844.069000', '143844.072000', '143844.075000', '143844.078000', '143844.081000', '143844.084000', '143844.087000', '143844.089000', '143844.092000', '143844.095000', '143844.098000', '143844.101000', '143844.104000', '143844.107000', '143844.110000', '143844.112000', '143844.115000', '143844.118000', '143903.995000', '143903.998000', '143904.002000', '143904.005000', '143904.008000', '143904.011000', '143904.014000', '143904.016000', '143904.019000', '143904.022000', '143904.025000', '143904.028000', '143904.031000', '143904.034000', '143904.037000', '143904.040000', '143904.043000', '143904.046000', '143904.048000', '143904.051000', '143904.054000', '143904.057000', '143904.060000', '143904.063000', '143904.066000', '143904.069000', '143904.071000', '143904.074000', '143904.077000', '143904.080000', '143904.083000', '143904.086000', '143904.089000', '143904.092000', '143904.095000', '143904.097000', '143904.100000', '143904.103000', '143904.106000', '143904.109000', '143904.112000', '143904.115000', '143904.117000', '143904.120000', '143923.995000', '143923.998000', '143924.002000', '143924.005000', '143924.008000', '143924.011000', '143924.013000', '143924.016000', '143924.019000', '143924.023000', '143924.026000', '143924.029000', '143924.032000', '143924.035000', '143924.038000', '143924.052000', '143924.055000', '143924.058000', '143924.061000', '143924.064000', '143924.066000', '143924.069000', '143924.072000', '143924.075000', '143924.078000', '143924.081000', '143924.084000', '143924.087000', '143924.090000', '143924.093000', '143924.096000', '143924.099000', '143924.102000', '143924.104000', '143924.108000', '143924.111000', '143924.113000', '143924.116000', '143924.119000', '143924.122000', '143924.137000', '143924.140000', '143924.143000', '143943.995000', '143943.998000', '143944.002000', '143944.005000', '143944.008000', '143944.011000', '143944.013000', '143944.016000', '143944.019000', '143944.022000', '143944.025000', '143944.028000', '143944.031000', '143944.034000', '143944.044000', '143944.047000', '143944.050000', '143944.053000', '143944.056000', '143944.059000', '143944.062000', '143944.065000', '143944.067000', '143944.070000', '143944.073000', '143944.076000', '143944.079000', '143944.082000', '143944.085000', '143944.088000', '143944.091000', '143944.094000', '143944.097000', '143944.099000', '143944.102000', '143944.105000', '143944.108000', '143944.111000', '143944.114000', '143944.117000', '143944.120000', '143944.123000', '143944.126000', '143944.128000', '144003.995000', '144003.998000', '144004.002000', '144004.005000', '144004.008000', '144004.011000', '144004.014000', '144004.017000', '144004.020000', '144004.023000', '144004.026000', '144004.029000', '144004.031000', '144004.034000', '144004.037000', '144004.040000', '144004.043000', '144004.046000', '144004.049000', '144004.052000', '144004.055000', '144004.058000', '144004.061000', '144004.064000', '144004.066000', '144004.069000', '144004.072000', '144004.075000', '144004.078000', '144004.081000', '144004.084000', '144004.087000', '144004.090000', '144004.092000', '144004.095000', '144004.098000', '144004.101000', '144004.104000', '144004.107000', '144004.110000', '144004.113000', '144004.116000', '144004.119000', '144023.996000', '144024.000000', '144024.003000', '144024.006000', '144024.009000', '144024.012000', '144024.014000', '144024.018000', '144024.020000', '144024.023000', '144024.026000', '144024.029000', '144024.032000', '144024.035000', '144024.038000', '144024.041000', '144024.044000', '144024.047000', '144024.050000', '144024.053000', '144024.056000', '144024.058000', '144024.061000', '144024.064000', '144024.067000', '144024.070000', '144024.073000', '144024.076000', '144024.079000', '144024.082000', '144024.085000', '144024.088000', '144024.091000', '144024.094000', '144024.097000', '144024.100000', '144024.102000', '144024.105000', '144024.108000', '144024.111000', '144024.114000', '144024.117000', '144024.120000', '144024.123000', '144043.996000', '144044.000000', '144044.003000', '144044.006000', '144044.009000', '144044.012000', '144044.015000', '144044.018000', '144044.020000', '144044.023000', '144044.026000', '144044.029000', '144044.032000', '144044.035000', '144044.038000', '144044.041000', '144044.044000', '144044.047000', '144044.050000', '144044.053000', '144044.056000', '144044.059000', '144044.063000', '144044.066000', '144044.069000', '144044.072000', '144044.075000', '144044.078000', '144044.081000', '144044.084000', '144044.087000', '144044.090000', '144044.092000', '144044.095000', '144044.098000', '144044.101000', '144044.104000', '144044.107000', '144044.110000', '144044.113000', '144044.116000', '144044.119000', '144044.122000', '144103.995000', '144103.998000', '144104.002000', '144104.005000', '144104.009000', '144104.012000', '144104.015000', '144104.018000', '144104.021000', '144104.023000', '144104.028000', '144104.031000', '144104.034000', '144104.037000', '144104.040000', '144104.043000', '144104.046000', '144104.049000', '144104.052000', '144104.055000', '144104.058000', '144104.061000', '144104.064000', '144104.067000', '144104.070000', '144104.083000', '144104.087000', '144104.090000', '144104.093000', '144104.096000', '144104.099000', '144104.102000', '144104.105000', '144104.108000', '144104.111000', '144104.114000', '144104.118000', '144104.121000', '144104.124000', '144104.127000', '144104.130000', '144104.133000', '144104.136000', '144104.139000', '144123.995000', '144123.998000', '144124.002000', '144124.005000', '144124.008000', '144124.011000', '144124.014000', '144124.016000', '144124.020000', '144124.022000', '144124.025000', '144124.028000', '144124.031000', '144124.034000', '144124.037000', '144124.040000', '144124.043000', '144124.046000', '144124.049000', '144124.052000', '144124.055000', '144124.057000', '144124.060000', '144124.063000', '144124.066000', '144124.069000', '144124.072000', '144124.075000', '144124.078000', '144124.081000', '144124.084000', '144124.086000', '144124.089000', '144124.092000', '144124.095000', '144124.098000', '144124.101000', '144124.104000', '144124.107000', '144124.110000', '144124.113000', '144124.115000', '144124.118000', '144143.995000', '144143.998000', '144144.002000', '144144.005000', '144144.008000', '144144.011000', '144144.014000', '144144.017000', '144144.019000', '144144.023000', '144144.025000', '144144.028000', '144144.031000', '144144.034000', '144144.037000', '144144.040000', '144144.043000', '144144.046000', '144144.049000', '144144.052000', '144144.055000', '144144.058000', '144144.061000', '144144.064000', '144144.066000', '144144.069000', '144144.072000', '144144.075000', '144144.078000', '144144.081000', '144144.084000', '144144.087000', '144144.090000', '144144.093000', '144144.096000', '144144.098000', '144144.101000', '144144.104000', '144144.107000', '144144.110000', '144144.113000', '144144.116000', '144144.119000', '144144.122000', '144203.995000', '144203.998000', '144204.002000', '144204.005000', '144204.008000', '144204.011000', '144204.014000', '144204.017000', '144204.020000', '144204.023000', '144204.025000', '144204.029000', '144204.031000', '144204.034000', '144204.037000', '144204.040000', '144204.043000', '144204.046000', '144204.049000', '144204.052000', '144204.055000', '144204.058000', '144204.061000', '144204.064000', '144204.066000', '144204.069000', '144204.072000', '144204.075000', '144204.078000', '144204.081000', '144204.084000', '144204.087000', '144204.090000', '144204.092000', '144204.095000', '144204.099000', '144204.103000', '144204.106000', '144204.109000', '144204.117000', '144204.119000', '144204.122000', '144204.125000', '144223.995000', '144223.998000', '144224.002000', '144224.005000', '144224.013000', '144224.016000', '144224.018000', '144224.021000', '144224.024000', '144224.027000', '144224.030000', '144224.033000', '144224.036000', '144224.039000', '144224.042000', '144224.045000', '144224.048000', '144224.051000', '144224.054000', '144224.057000', '144224.060000', '144224.062000', '144224.065000', '144224.068000', '144224.071000', '144224.074000', '144224.077000', '144224.080000', '144224.083000', '144224.086000', '144224.089000', '144224.092000', '144224.095000', '144224.097000', '144224.100000', '144224.112000', '144224.115000', '144224.117000', '144224.120000', '144224.123000', '144224.126000', '144224.129000', '144224.132000', '144224.135000', '144243.996000', '144244.000000', '144244.003000', '144244.006000', '144244.009000', '144244.012000', '144244.015000', '144244.018000', '144244.021000', '144244.024000', '144244.027000', '144244.030000', '144244.032000', '144244.035000', '144244.038000', '144244.041000', '144244.044000', '144244.047000', '144244.050000', '144244.053000', '144244.056000', '144244.059000', '144244.062000', '144244.065000', '144244.068000', '144244.070000', '144244.073000', '144244.076000', '144244.079000', '144244.082000', '144244.085000', '144244.088000', '144244.091000', '144244.094000', '144244.097000', '144244.100000', '144244.102000', '144244.107000', '144244.110000', '144244.112000', '144244.115000', '144244.118000', '144244.121000', '144303.996000', '144304.000000', '144304.003000', '144304.006000', '144304.009000', '144304.012000', '144304.015000', '144304.018000', '144304.021000', '144304.023000', '144304.026000', '144304.029000', '144304.032000', '144304.035000', '144304.038000', '144304.041000', '144304.044000', '144304.047000', '144304.050000', '144304.053000', '144304.056000', '144304.059000', '144304.062000', '144304.065000', '144304.068000', '144304.070000', '144304.073000', '144304.076000', '144304.079000', '144304.082000', '144304.085000', '144304.088000', '144304.091000', '144304.094000', '144304.097000', '144304.100000', '144304.102000', '144304.105000', '144304.108000', '144304.111000', '144304.114000', '144304.117000', '144304.120000', '144304.123000', '144323.995000', '144323.998000', '144324.002000', '144324.005000', '144324.008000', '144324.011000', '144324.014000', '144324.017000', '144324.020000', '144324.023000', '144324.026000', '144324.028000', '144324.031000', '144324.034000', '144324.038000', '144324.041000', '144324.044000', '144324.047000', '144324.050000', '144324.053000', '144324.056000', '144324.059000', '144324.062000', '144324.064000', '144324.067000', '144324.070000', '144324.073000', '144324.076000', '144324.079000', '144324.082000', '144324.085000', '144324.088000', '144324.091000', '144324.094000', '144324.096000', '144324.099000', '144324.102000', '144324.105000', '144324.108000', '144324.111000', '144324.114000', '144324.117000', '144324.120000', '144343.995000', '144343.998000', '144344.002000', '144344.005000', '144344.008000', '144344.011000', '144344.014000', '144344.017000', '144344.020000', '144344.023000', '144344.026000', '144344.028000', '144344.031000', '144344.034000', '144344.037000', '144344.040000', '144344.043000', '144344.046000', '144344.049000', '144344.052000', '144344.055000', '144344.058000', '144344.061000', '144344.064000', '144344.067000', '144344.069000', '144344.072000', '144344.075000', '144344.078000', '144344.081000', '144344.084000', '144344.087000', '144344.090000', '144344.093000', '144344.096000', '144344.099000', '144344.102000', '144344.105000', '144344.108000', '144344.110000', '144344.113000', '144344.116000', '144344.119000', '144359.212000', '144359.216000', '144359.219000', '144359.223000', '144359.226000', '144359.229000', '144359.232000', '144359.235000', '144359.238000', '144359.242000', '144359.246000', '144359.249000', '144359.252000', '144359.255000', '144359.258000', '144359.261000', '144359.264000', '144359.268000', '144359.271000', '144359.275000', '144359.278000', '144359.282000', '144359.285000', '144359.288000', '144359.291000', '144359.294000', '144359.297000', '144359.300000', '144359.303000', '144359.305000', '144359.308000', '144359.311000', '144359.314000', '144359.317000'], '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': [9119, 19123, 11701, 9126, 15025, 9482, 18326, 11201, 9260, 17357, 9073, 16554, 10324, 9230, 17884, 8998, 18237, 9973, 8883, 15552, 9295, 19044, 10148, 8983, 14137, 9187, 18609, 9991, 11081, 11613, 8943, 16719, 9021, 18834, 9955, 9053, 13268, 9073, 18776, 11080, 9042, 14815, 9427, 18622, 12797, 9472, 15173, 9269, 18640, 10442, 18546, 12793, 9257, 16358, 9322, 18579, 9731, 12752, 12866, 9511, 16245, 9244, 15913, 10457, 9434, 17996, 9228, 18150, 9363, 12809, 12712, 9315, 18307, 8972, 16959, 9826, 9096, 16658, 9097, 18621, 9104, 16423, 11336, 9169, 17436, 9068, 17250, 9369, 8928, 14916, 9125, 18185, 9483, 15418, 10277, 9078, 17213, 9025, 18058, 9008, 15536, 9395, 9047, 15179, 8826, 18228, 9007, 15895, 9626, 8849, 14923, 8881, 18156, 8971, 11209, 11381, 9378, 16708, 8840, 18092, 9875, 9141, 13524, 9201, 18419, 10032, 18218, 10621, 9203, 13821, 9153, 18262, 9068, 18667, 9293, 11168, 9496, 9082, 14262, 8767, 16205, 8778, 13407, 11062, 9034, 15251, 8933, 17015, 10388, 8969, 14391, 9022, 17992, 10681, 9332, 15721, 9050, 16701, 10336, 8932, 17249, 8810, 18462, 10392, 9032, 16144, 8860, 18789, 10984, 10068, 13348, 8990, 18245, 10007, 13996, 11777, 9075, 16257, 8891, 18766, 11053, 9090, 13869, 9116, 16386, 8828, 18010, 11308, 8964, 13995, 9066, 16717, 10886, 9216, 16179, 9102, 16926, 10922, 9214, 17175, 9028, 18820, 10907, 10678, 15736, 9287, 17655, 9680, 17924, 10072, 9201, 14868, 8816, 18088, 9455, 9330, 12361, 9349, 18255, 10034, 18089, 10229, 10578, 11088, 9342, 13999, 8756, 17767, 8653, 14237, 9462, 9190, 14745, 8961, 16294, 9316, 9324, 15207, 9225, 17942, 10421, 9052, 14740, 8765, 17801, 11388, 14757, 11731, 9423, 17224, 8920, 19160, 10642, 9113, 13451, 9253, 18218, 9910, 16880, 10179, 9330, 14280, 9218, 18049, 9187, 18818, 9993, 9386, 12157, 9337, 16250, 8799, 18081, 8847, 12416, 9903, 9448, 16138, 9060, 17920, 9274, 12734, 11744, 9397, 17223, 9045, 16079, 9544, 9608, 15262, 9211, 18856, 12433, 9435, 14700, 8936, 18112, 10099, 18946, 12866, 9420, 13290, 8782, 17806, 9375, 10979, 13737, 8999, 18216, 9179, 18334, 12347, 9397, 15721, 9043, 17838, 8911, 18297, 10251, 9007, 12857, 9390, 15975, 8896, 17701, 8929, 14137, 9891, 9086, 13044, 8551, 16036, 8524, 10310, 10507, 9224, 15860, 9182, 15213, 11204, 9238, 17500, 9274, 16788, 11818, 9784, 17205, 8837, 18414, 11262, 14497, 14045, 9922, 17647, 8624, 18501, 10388, 9774, 12393, 8991, 17562, 8771, 13686, 9381, 9661, 16411, 9136, 17731, 9778, 11865, 12753, 9105, 18064, 8847, 18500, 10167, 13067, 10711, 8858, 16900, 8624, 17920, 9862, 8975, 13973, 8418, 17908, 11384, 8988, 13641, 8480, 17812, 9383, 18104, 11869, 9148, 14695, 8844, 17868, 9581, 16710, 12067, 9095, 15059, 8896, 17133, 9685, 9960, 15320, 8880, 17653, 9027, 14773, 10814, 9337, 17759, 9026, 18633, 11011, 12345, 12864, 8941, 17794, 8656, 17879, 9041, 16757, 9902, 9191, 13756, 8705, 16059, 8809, 16621, 9737, 10189, 12944, 8451, 15887, 8711, 16550, 10039, 9269, 11611, 8573, 18370, 9458, 8699, 14432, 8822, 17841, 10828, 9883, 11211, 8462, 17353, 8843, 15615, 10188, 9070, 13915, 9289, 17072, 10122, 8967, 15059, 8435, 17317, 8755, 16589, 12998, 8750, 17772, 8525, 18055, 10113, 8889, 15097, 8430, 17482, 10154, 8845, 13904, 8843, 17816, 11193, 9015, 14317, 8910, 17394, 12453, 9108, 16210, 8693, 17788, 10831, 10257, 17043, 8706, 18300, 9941, 16098, 11526, 9195, 17317, 8663, 17593, 9039, 10794, 11550, 8495, 17351, 9244, 9507, 12528, 9071, 17371, 8584, 15765, 9874, 8936, 16128, 8697, 18454, 11341, 10106, 13452, 8840, 16024, 8605, 17934, 9369, 13629, 9465, 8974, 13532, 8793, 17410, 9907, 9059, 13396, 8701, 17548, 10113, 17536, 10815, 9182, 13761, 8623, 18292, 9507, 11745, 9828, 8975, 17398, 9276, 13108, 14233, 8576, 18510, 10659, 17038, 12100, 9632, 17322, 8772, 18183, 9015, 15720, 9836, 8890, 15167, 8571, 17592, 9933, 9001, 11469, 8456, 17490, 8549, 9053, 10571, 9112, 16590, 8995, 9063, 11373, 9028, 16779, 9356, 13778, 14615, 8374, 18240, 9926, 15929, 13900, 8909, 18275, 9513, 14094, 12427, 9032, 18251, 9555, 12899, 11906, 9533, 16208, 8657, 17917, 9908, 8939, 12890, 8993, 17762, 9315, 15466, 11997, 9357, 14818, 8780, 18503, 10476, 9262, 13655, 8791, 17760, 11475, 9450, 15000, 9127, 13931, 11145, 9292, 17147, 8630, 17628, 10676, 9116, 16529, 8651, 18816, 10579, 9234, 13747, 8624, 18039, 12612, 9263, 16302, 9030, 17862, 11939, 9347, 17815, 8722, 18177, 10393, 14537, 14379, 8575, 18093, 8663, 18473, 10151, 14884, 13093, 8694, 16675, 8801, 17072, 8501, 15617, 10405, 8950, 14695, 9143, 17021, 9796, 14996, 11230, 9143, 13280, 8814, 17307, 8623, 17234, 8517, 16749, 9734, 8892, 12127, 8459, 14555, 8425, 16179, 10194, 8902, 14270, 8817, 16589, 9856, 10369, 15601, 8387, 18351, 9240, 14174, 11392, 8728, 18248, 9286, 18239, 10575, 8828, 15769, 8491, 18123, 10451, 9002, 12938, 9121, 18045, 9958, 16240, 10495, 9199, 15205, 8709, 18279, 11178, 9005, 15336, 8664, 17549, 9433, 14089, 11619, 8872, 16913, 8825, 17266, 10305, 9002, 15463, 8505, 16898, 9413, 11685, 11974, 8636, 16653, 8945, 16067, 9990, 9095, 13622, 8498, 17221, 10201, 9305, 13233, 8773, 16679, 10534, 9085, 16035, 8872, 17691, 9931, 19133, 12294, 14916, 13994, 10167, 15598, 8607, 17103, 9701, 8981, 12802, 8956, 16380, 8621, 18171, 10620, 9228, 10629, 9011, 15267, 8746, 17299, 10200, 8996, 11663, 8565, 16905, 9444, 17515, 12707, 9215, 16187, 8915, 18268, 11100, 13651, 13858, 8826, 16936, 8733, 17849, 9667, 18054, 11918, 8862, 13560, 8539, 15744, 8697, 17446, 9743, 8913, 12213, 9061, 15135, 8546, 16485, 10474, 9391, 13764, 9207, 16899, 9399, 15341, 13009, 8848, 17678, 8792, 15728, 11444, 8945, 17303, 9017, 18730, 10451, 10930, 11952, 8580, 17905, 9022, 17833, 10232, 10264, 10912, 8873, 15113, 8684, 18182, 9026, 13478, 10111, 9251, 13455, 8481, 17654, 9311, 9731, 10847, 8765, 17232, 8943, 9278, 11454, 9238, 16270, 8761, 17461, 10742, 9151, 13584, 8481, 17812, 9862, 17355, 10288, 8941, 12448, 8669, 16760, 9474, 16699, 11544, 9169, 15274, 8716, 18164, 10322, 18256, 10703, 8884, 12249, 8772, 16601, 8720, 17907, 9763, 8776, 11419, 8886, 17001, 8856, 18651, 10325, 9054, 11394, 8873, 15744, 8778, 14197, 9130, 9235, 14788, 8745, 14436, 12025, 8600, 18044, 8643, 13160, 12624, 8701, 17915, 9674, 18452, 12098, 9391, 16231, 8770, 18237, 10147, 12141, 10826, 8692, 15788, 8875, 16117, 9398, 8961, 12789, 8297, 16355, 8772, 16736, 10313, 8785, 13860, 8555, 16208, 8570, 18027, 9016, 8802, 11157, 8206, 16639, 8949], 'WindowCenter': [4425.0, 4478.0, 4424.0, 4391.0, 4430.0, 4379.0, 4436.0, 4398.0, 4378.0, 4428.0, 4368.0, 4426.0, 4375.0, 4366.0, 4426.0, 4367.0, 4426.0, 4377.0, 4355.0, 4416.0, 4366.0, 4426.0, 4377.0, 4365.0, 4404.0, 4368.0, 4425.0, 4377.0, 4386.0, 4396.0, 4366.0, 4428.0, 4366.0, 4426.0, 4377.0, 4356.0, 4406.0, 4366.0, 4427.0, 4387.0, 4368.0, 4417.0, 4366.0, 4425.0, 4407.0, 4367.0, 4417.0, 4366.0, 4425.0, 4376.0, 4424.0, 4395.0, 4364.0, 4415.0, 4365.0, 4424.0, 4364.0, 4394.0, 4396.0, 4365.0, 4415.0, 4365.0, 4415.0, 4386.0, 4365.0, 4426.0, 4365.0, 4425.0, 4366.0, 4393.0, 4396.0, 4364.0, 4425.0, 4365.0, 4413.0, 4375.0, 4355.0, 4426.0, 4366.0, 4427.0, 4367.0, 4415.0, 4386.0, 4365.0, 4427.0, 4368.0, 4426.0, 4367.0, 4365.0, 4417.0, 4378.0, 4437.0, 4378.0, 4416.0, 4386.0, 4366.0, 4427.0, 4367.0, 4427.0, 4367.0, 4415.0, 4364.0, 4355.0, 4416.0, 4367.0, 4426.0, 4367.0, 4415.0, 4376.0, 4366.0, 4417.0, 4366.0, 4438.0, 4378.0, 4396.0, 4397.0, 4366.0, 4427.0, 4366.0, 4437.0, 4378.0, 4367.0, 4406.0, 4365.0, 4427.0, 4377.0, 4426.0, 4376.0, 4366.0, 4405.0, 4365.0, 4426.0, 4365.0, 4426.0, 4366.0, 4385.0, 4376.0, 4366.0, 4416.0, 4366.0, 4424.0, 4367.0, 4405.0, 4397.0, 4365.0, 4416.0, 4368.0, 4427.0, 4389.0, 4378.0, 4418.0, 4378.0, 4438.0, 4401.0, 4380.0, 4429.0, 4380.0, 4429.0, 4389.0, 4377.0, 4440.0, 4379.0, 4439.0, 4389.0, 4367.0, 4429.0, 4378.0, 4438.0, 4399.0, 4377.0, 4407.0, 4366.0, 4436.0, 4378.0, 4416.0, 4397.0, 4367.0, 4427.0, 4366.0, 4437.0, 4398.0, 4367.0, 4407.0, 4365.0, 4426.0, 4378.0, 4436.0, 4399.0, 4378.0, 4416.0, 4378.0, 4427.0, 4398.0, 4378.0, 4428.0, 4380.0, 4438.0, 4399.0, 4379.0, 4440.0, 4380.0, 4439.0, 4399.0, 4388.0, 4429.0, 4367.0, 4428.0, 4378.0, 4426.0, 4376.0, 4365.0, 4415.0, 4366.0, 4427.0, 4376.0, 4365.0, 4396.0, 4365.0, 4426.0, 4377.0, 4426.0, 4376.0, 4375.0, 4385.0, 4364.0, 4404.0, 4354.0, 4425.0, 4355.0, 4404.0, 4365.0, 4365.0, 4415.0, 4366.0, 4415.0, 4365.0, 4366.0, 4428.0, 4379.0, 4437.0, 4397.0, 4368.0, 4418.0, 4369.0, 4439.0, 4400.0, 4418.0, 4398.0, 4366.0, 4427.0, 4367.0, 4426.0, 4376.0, 4353.0, 4395.0, 4365.0, 4425.0, 4375.0, 4425.0, 4374.0, 4365.0, 4405.0, 4364.0, 4425.0, 4366.0, 4425.0, 4375.0, 4354.0, 4384.0, 4354.0, 4414.0, 4354.0, 4424.0, 4365.0, 4394.0, 4374.0, 4375.0, 4415.0, 4366.0, 4425.0, 4366.0, 4394.0, 4394.0, 4364.0, 4426.0, 4367.0, 4416.0, 4376.0, 4365.0, 4415.0, 4367.0, 4426.0, 4396.0, 4366.0, 4416.0, 4366.0, 4426.0, 4377.0, 4425.0, 4396.0, 4355.0, 4394.0, 4354.0, 4413.0, 4365.0, 4374.0, 4405.0, 4365.0, 4425.0, 4364.0, 4425.0, 4396.0, 4364.0, 4415.0, 4355.0, 4414.0, 4352.0, 4413.0, 4364.0, 4352.0, 4392.0, 4353.0, 4413.0, 4354.0, 4413.0, 4365.0, 4404.0, 4375.0, 4354.0, 4404.0, 4354.0, 4413.0, 4356.0, 4375.0, 4386.0, 4377.0, 4426.0, 4379.0, 4426.0, 4399.0, 4379.0, 4438.0, 4378.0, 4427.0, 4409.0, 4378.0, 4439.0, 4368.0, 4438.0, 4388.0, 4406.0, 4407.0, 4374.0, 4427.0, 4357.0, 4427.0, 4387.0, 4374.0, 4395.0, 4365.0, 4438.0, 4367.0, 4405.0, 4365.0, 4375.0, 4415.0, 4366.0, 4424.0, 4374.0, 4395.0, 4405.0, 4366.0, 4426.0, 4365.0, 4425.0, 4375.0, 4392.0, 4374.0, 4354.0, 4414.0, 4355.0, 4423.0, 4375.0, 4352.0, 4404.0, 4356.0, 4426.0, 4396.0, 4355.0, 4405.0, 4356.0, 4424.0, 4366.0, 4424.0, 4396.0, 4365.0, 4414.0, 4364.0, 4425.0, 4375.0, 4425.0, 4397.0, 4366.0, 4416.0, 4366.0, 4414.0, 4366.0, 4375.0, 4416.0, 4367.0, 4427.0, 4368.0, 4415.0, 4386.0, 4365.0, 4427.0, 4366.0, 4424.0, 4384.0, 4394.0, 4395.0, 4354.0, 4424.0, 4356.0, 4425.0, 4366.0, 4413.0, 4373.0, 4364.0, 4405.0, 4355.0, 4415.0, 4366.0, 4415.0, 4376.0, 4376.0, 4404.0, 4357.0, 4426.0, 4368.0, 4426.0, 4388.0, 4379.0, 4397.0, 4368.0, 4438.0, 4378.0, 4368.0, 4417.0, 4368.0, 4428.0, 4388.0, 4376.0, 4397.0, 4355.0, 4426.0, 4367.0, 4415.0, 4375.0, 4355.0, 4405.0, 4366.0, 4414.0, 4375.0, 4354.0, 4416.0, 4355.0, 4424.0, 4356.0, 4415.0, 4406.0, 4355.0, 4426.0, 4356.0, 4423.0, 4376.0, 4366.0, 4416.0, 4357.0, 4426.0, 4387.0, 4366.0, 4417.0, 4379.0, 4438.0, 4399.0, 4379.0, 4417.0, 4369.0, 4437.0, 4408.0, 4367.0, 4429.0, 4369.0, 4426.0, 4388.0, 4387.0, 4426.0, 4356.0, 4427.0, 4377.0, 4415.0, 4386.0, 4365.0, 4427.0, 4354.0, 4426.0, 4366.0, 4385.0, 4395.0, 4356.0, 4425.0, 4366.0, 4376.0, 4407.0, 4367.0, 4436.0, 4368.0, 4427.0, 4386.0, 4367.0, 4428.0, 4368.0, 4438.0, 4398.0, 4377.0, 4408.0, 4366.0, 4427.0, 4357.0, 4427.0, 4378.0, 4407.0, 4377.0, 4366.0, 4406.0, 4368.0, 4428.0, 4387.0, 4367.0, 4418.0, 4369.0, 4439.0, 4390.0, 4429.0, 4389.0, 4366.0, 4408.0, 4356.0, 4428.0, 4366.0, 4385.0, 4366.0, 4355.0, 4415.0, 4366.0, 4396.0, 4406.0, 4357.0, 4426.0, 4376.0, 4414.0, 4385.0, 4362.0, 4414.0, 4344.0, 4423.0, 4354.0, 4403.0, 4362.0, 4353.0, 4404.0, 4355.0, 4424.0, 4373.0, 4354.0, 4385.0, 4355.0, 4426.0, 4366.0, 4367.0, 4387.0, 4367.0, 4426.0, 4368.0, 4368.0, 4398.0, 4379.0, 4428.0, 4379.0, 4418.0, 4418.0, 4359.0, 4438.0, 4388.0, 4428.0, 4406.0, 4367.0, 4427.0, 4378.0, 4405.0, 4394.0, 4354.0, 4426.0, 4366.0, 4395.0, 4395.0, 4364.0, 4415.0, 4355.0, 4413.0, 4375.0, 4354.0, 4394.0, 4354.0, 4425.0, 4366.0, 4414.0, 4394.0, 4364.0, 4405.0, 4355.0, 4426.0, 4386.0, 4366.0, 4404.0, 4357.0, 4425.0, 4409.0, 4378.0, 4428.0, 4378.0, 4417.0, 4397.0, 4378.0, 4439.0, 4370.0, 4439.0, 4388.0, 4368.0, 4428.0, 4369.0, 4438.0, 4387.0, 4365.0, 4404.0, 4367.0, 4428.0, 4397.0, 4367.0, 4426.0, 4367.0, 4426.0, 4397.0, 4365.0, 4425.0, 4357.0, 4425.0, 4375.0, 4403.0, 4405.0, 4345.0, 4425.0, 4354.0, 4424.0, 4373.0, 4403.0, 4395.0, 4343.0, 4414.0, 4354.0, 4412.0, 4354.0, 4414.0, 4375.0, 4354.0, 4414.0, 4375.0, 4424.0, 4377.0, 4412.0, 4386.0, 4366.0, 4407.0, 4367.0, 4425.0, 4357.0, 4426.0, 4367.0, 4423.0, 4366.0, 4364.0, 4395.0, 4355.0, 4414.0, 4357.0, 4426.0, 4388.0, 4367.0, 4418.0, 4379.0, 4426.0, 4387.0, 4388.0, 4429.0, 4359.0, 4438.0, 4378.0, 4417.0, 4397.0, 4357.0, 4439.0, 4368.0, 4426.0, 4386.0, 4355.0, 4416.0, 4357.0, 4426.0, 4386.0, 4365.0, 4396.0, 4363.0, 4424.0, 4377.0, 4415.0, 4376.0, 4366.0, 4416.0, 4356.0, 4425.0, 4386.0, 4354.0, 4415.0, 4355.0, 4423.0, 4364.0, 4405.0, 4386.0, 4365.0, 4424.0, 4367.0, 4425.0, 4376.0, 4364.0, 4416.0, 4368.0, 4426.0, 4379.0, 4410.0, 4424.0, 4367.0, 4426.0, 4368.0, 4427.0, 4375.0, 4367.0, 4406.0, 4367.0, 4427.0, 4387.0, 4376.0, 4417.0, 4368.0, 4439.0, 4399.0, 4378.0, 4429.0, 4380.0, 4439.0, 4392.0, 4438.0, 4410.0, 4416.0, 4406.0, 4375.0, 4415.0, 4357.0, 4427.0, 4376.0, 4366.0, 4407.0, 4367.0, 4427.0, 4368.0, 4438.0, 4399.0, 4379.0, 4399.0, 4369.0, 4428.0, 4370.0, 4439.0, 4388.0, 4368.0, 4398.0, 4369.0, 4427.0, 4379.0, 4427.0, 4408.0, 4367.0, 4425.0, 4367.0, 4425.0, 4397.0, 4405.0, 4406.0, 4355.0, 4415.0, 4355.0, 4424.0, 4363.0, 4414.0, 4384.0, 4354.0, 4394.0, 4355.0, 4413.0, 4355.0, 4424.0, 4365.0, 4354.0, 4393.0, 4365.0, 4414.0, 4356.0, 4426.0, 4387.0, 4367.0, 4416.0, 4378.0, 4425.0, 4368.0, 4414.0, 4408.0, 4367.0, 4426.0, 4358.0, 4416.0, 4385.0, 4356.0, 4425.0, 4365.0, 4424.0, 4387.0, 4375.0, 4385.0, 4342.0, 4425.0, 4355.0, 4411.0, 4374.0, 4362.0, 4374.0, 4352.0, 4402.0, 4343.0, 4423.0, 4355.0, 4394.0, 4375.0, 4363.0, 4403.0, 4356.0, 4424.0, 4377.0, 4365.0, 4386.0, 4367.0, 4438.0, 4369.0, 4378.0, 4408.0, 4378.0, 4439.0, 4371.0, 4439.0, 4399.0, 4378.0, 4418.0, 4367.0, 4438.0, 4389.0, 4427.0, 4387.0, 4366.0, 4406.0, 4356.0, 4427.0, 4377.0, 4425.0, 4397.0, 4367.0, 4417.0, 4357.0, 4427.0, 4387.0, 4425.0, 4387.0, 4354.0, 4395.0, 4353.0, 4414.0, 4354.0, 4414.0, 4375.0, 4354.0, 4385.0, 4354.0, 4425.0, 4366.0, 4425.0, 4386.0, 4366.0, 4396.0, 4365.0, 4426.0, 4369.0, 4417.0, 4377.0, 4378.0, 4415.0, 4367.0, 4417.0, 4409.0, 4369.0, 4439.0, 4370.0, 4407.0, 4406.0, 4368.0, 4438.0, 4379.0, 4428.0, 4396.0, 4364.0, 4416.0, 4357.0, 4426.0, 4376.0, 4395.0, 4385.0, 4354.0, 4413.0, 4365.0, 4415.0, 4365.0, 4365.0, 4395.0, 4344.0, 4425.0, 4357.0, 4425.0, 4375.0, 4356.0, 4407.0, 4356.0, 4425.0, 4357.0, 4427.0, 4365.0, 4366.0, 4385.0, 4357.0, 4425.0, 4368.0], 'WindowWidth': [9765.0, 9821.0, 9739.0, 9687.0, 9734.0, 9663.0, 9733.0, 9687.0, 9656.0, 9725.0, 9646.0, 9717.0, 9650.0, 9637.0, 9721.0, 9641.0, 9719.0, 9651.0, 9619.0, 9702.0, 9637.0, 9718.0, 9653.0, 9634.0, 9686.0, 9641.0, 9717.0, 9654.0, 9663.0, 9678.0, 9635.0, 9721.0, 9638.0, 9717.0, 9653.0, 9620.0, 9688.0, 9637.0, 9720.0, 9667.0, 9639.0, 9705.0, 9636.0, 9717.0, 9695.0, 9639.0, 9704.0, 9636.0, 9714.0, 9650.0, 9714.0, 9676.0, 9630.0, 9700.0, 9635.0, 9710.0, 9632.0, 9671.0, 9676.0, 9634.0, 9702.0, 9637.0, 9699.0, 9665.0, 9633.0, 9718.0, 9635.0, 9715.0, 9637.0, 9669.0, 9677.0, 9631.0, 9718.0, 9636.0, 9698.0, 9648.0, 9620.0, 9717.0, 9636.0, 9722.0, 9639.0, 9701.0, 9665.0, 9634.0, 9721.0, 9644.0, 9719.0, 9640.0, 9634.0, 9707.0, 9656.0, 9737.0, 9658.0, 9705.0, 9664.0, 9637.0, 9724.0, 9641.0, 9723.0, 9642.0, 9702.0, 9633.0, 9619.0, 9703.0, 9639.0, 9720.0, 9642.0, 9702.0, 9650.0, 9636.0, 9706.0, 9639.0, 9738.0, 9658.0, 9678.0, 9680.0, 9637.0, 9722.0, 9639.0, 9734.0, 9658.0, 9640.0, 9691.0, 9632.0, 9721.0, 9654.0, 9718.0, 9652.0, 9637.0, 9689.0, 9634.0, 9717.0, 9637.0, 9720.0, 9639.0, 9661.0, 9650.0, 9637.0, 9704.0, 9638.0, 9713.0, 9641.0, 9689.0, 9679.0, 9636.0, 9704.0, 9644.0, 9721.0, 9673.0, 9657.0, 9711.0, 9660.0, 9739.0, 9694.0, 9663.0, 9730.0, 9665.0, 9726.0, 9675.0, 9656.0, 9746.0, 9663.0, 9744.0, 9676.0, 9640.0, 9729.0, 9659.0, 9741.0, 9686.0, 9654.0, 9694.0, 9638.0, 9735.0, 9657.0, 9704.0, 9680.0, 9640.0, 9720.0, 9641.0, 9735.0, 9683.0, 9639.0, 9694.0, 9638.0, 9719.0, 9658.0, 9735.0, 9687.0, 9657.0, 9706.0, 9658.0, 9720.0, 9685.0, 9658.0, 9726.0, 9664.0, 9737.0, 9686.0, 9658.0, 9747.0, 9663.0, 9742.0, 9688.0, 9669.0, 9729.0, 9639.0, 9728.0, 9656.0, 9719.0, 9650.0, 9631.0, 9702.0, 9638.0, 9722.0, 9652.0, 9634.0, 9676.0, 9633.0, 9718.0, 9653.0, 9718.0, 9651.0, 9646.0, 9660.0, 9630.0, 9685.0, 9618.0, 9714.0, 9622.0, 9682.0, 9633.0, 9631.0, 9700.0, 9637.0, 9699.0, 9636.0, 9639.0, 9724.0, 9660.0, 9737.0, 9682.0, 9642.0, 9711.0, 9646.0, 9743.0, 9690.0, 9709.0, 9683.0, 9635.0, 9721.0, 9638.0, 9721.0, 9650.0, 9615.0, 9674.0, 9631.0, 9716.0, 9650.0, 9715.0, 9647.0, 9633.0, 9687.0, 9632.0, 9716.0, 9638.0, 9716.0, 9647.0, 9617.0, 9657.0, 9615.0, 9697.0, 9618.0, 9711.0, 9634.0, 9669.0, 9645.0, 9645.0, 9703.0, 9636.0, 9716.0, 9638.0, 9671.0, 9670.0, 9631.0, 9718.0, 9641.0, 9704.0, 9650.0, 9634.0, 9701.0, 9640.0, 9719.0, 9679.0, 9636.0, 9703.0, 9636.0, 9719.0, 9652.0, 9718.0, 9677.0, 9617.0, 9669.0, 9616.0, 9696.0, 9633.0, 9643.0, 9685.0, 9635.0, 9715.0, 9634.0, 9714.0, 9677.0, 9631.0, 9700.0, 9619.0, 9697.0, 9612.0, 9694.0, 9629.0, 9610.0, 9663.0, 9612.0, 9692.0, 9617.0, 9695.0, 9635.0, 9683.0, 9646.0, 9618.0, 9684.0, 9618.0, 9695.0, 9624.0, 9648.0, 9663.0, 9655.0, 9718.0, 9661.0, 9720.0, 9688.0, 9660.0, 9740.0, 9661.0, 9723.0, 9701.0, 9656.0, 9744.0, 9646.0, 9739.0, 9671.0, 9689.0, 9694.0, 9645.0, 9724.0, 9626.0, 9722.0, 9667.0, 9645.0, 9675.0, 9635.0, 9741.0, 9644.0, 9688.0, 9636.0, 9647.0, 9700.0, 9637.0, 9712.0, 9647.0, 9672.0, 9689.0, 9635.0, 9718.0, 9636.0, 9713.0, 9647.0, 9664.0, 9643.0, 9615.0, 9698.0, 9620.0, 9709.0, 9646.0, 9611.0, 9683.0, 9623.0, 9718.0, 9679.0, 9621.0, 9686.0, 9623.0, 9712.0, 9638.0, 9714.0, 9679.0, 9634.0, 9699.0, 9633.0, 9715.0, 9649.0, 9715.0, 9681.0, 9636.0, 9704.0, 9638.0, 9699.0, 9636.0, 9647.0, 9705.0, 9640.0, 9720.0, 9642.0, 9700.0, 9663.0, 9633.0, 9722.0, 9638.0, 9715.0, 9660.0, 9670.0, 9675.0, 9617.0, 9715.0, 9623.0, 9714.0, 9636.0, 9695.0, 9643.0, 9631.0, 9689.0, 9622.0, 9701.0, 9639.0, 9699.0, 9650.0, 9648.0, 9686.0, 9627.0, 9719.0, 9645.0, 9719.0, 9670.0, 9659.0, 9680.0, 9641.0, 9738.0, 9657.0, 9643.0, 9707.0, 9642.0, 9724.0, 9669.0, 9648.0, 9681.0, 9623.0, 9718.0, 9641.0, 9702.0, 9646.0, 9621.0, 9686.0, 9637.0, 9698.0, 9648.0, 9619.0, 9703.0, 9620.0, 9713.0, 9625.0, 9700.0, 9690.0, 9619.0, 9717.0, 9625.0, 9710.0, 9650.0, 9635.0, 9705.0, 9627.0, 9718.0, 9668.0, 9636.0, 9706.0, 9660.0, 9740.0, 9687.0, 9660.0, 9709.0, 9647.0, 9736.0, 9700.0, 9641.0, 9727.0, 9647.0, 9720.0, 9670.0, 9666.0, 9721.0, 9624.0, 9721.0, 9653.0, 9701.0, 9664.0, 9635.0, 9721.0, 9619.0, 9718.0, 9637.0, 9660.0, 9674.0, 9624.0, 9716.0, 9640.0, 9651.0, 9693.0, 9641.0, 9734.0, 9644.0, 9722.0, 9665.0, 9639.0, 9724.0, 9644.0, 9738.0, 9683.0, 9651.0, 9696.0, 9637.0, 9722.0, 9628.0, 9725.0, 9658.0, 9693.0, 9652.0, 9636.0, 9690.0, 9644.0, 9724.0, 9669.0, 9641.0, 9709.0, 9645.0, 9741.0, 9677.0, 9728.0, 9673.0, 9635.0, 9696.0, 9622.0, 9724.0, 9636.0, 9657.0, 9634.0, 9617.0, 9699.0, 9635.0, 9674.0, 9689.0, 9623.0, 9716.0, 9651.0, 9699.0, 9660.0, 9624.0, 9700.0, 9604.0, 9710.0, 9618.0, 9679.0, 9626.0, 9613.0, 9682.0, 9620.0, 9710.0, 9643.0, 9616.0, 9658.0, 9622.0, 9718.0, 9640.0, 9641.0, 9666.0, 9641.0, 9718.0, 9645.0, 9643.0, 9684.0, 9661.0, 9722.0, 9660.0, 9709.0, 9711.0, 9632.0, 9740.0, 9672.0, 9723.0, 9695.0, 9639.0, 9724.0, 9655.0, 9687.0, 9672.0, 9617.0, 9717.0, 9638.0, 9674.0, 9674.0, 9631.0, 9700.0, 9620.0, 9696.0, 9648.0, 9616.0, 9670.0, 9618.0, 9714.0, 9639.0, 9697.0, 9672.0, 9630.0, 9685.0, 9622.0, 9716.0, 9664.0, 9636.0, 9685.0, 9625.0, 9716.0, 9700.0, 9656.0, 9725.0, 9660.0, 9708.0, 9684.0, 9657.0, 9742.0, 9650.0, 9740.0, 9672.0, 9642.0, 9725.0, 9646.0, 9740.0, 9668.0, 9633.0, 9686.0, 9641.0, 9722.0, 9682.0, 9640.0, 9719.0, 9640.0, 9716.0, 9680.0, 9631.0, 9717.0, 9625.0, 9713.0, 9646.0, 9680.0, 9688.0, 9604.0, 9716.0, 9619.0, 9711.0, 9641.0, 9680.0, 9672.0, 9600.0, 9698.0, 9618.0, 9694.0, 9618.0, 9698.0, 9645.0, 9617.0, 9699.0, 9650.0, 9712.0, 9652.0, 9694.0, 9663.0, 9635.0, 9693.0, 9638.0, 9718.0, 9628.0, 9718.0, 9639.0, 9710.0, 9637.0, 9631.0, 9673.0, 9621.0, 9699.0, 9627.0, 9717.0, 9669.0, 9640.0, 9709.0, 9660.0, 9718.0, 9668.0, 9668.0, 9727.0, 9631.0, 9739.0, 9657.0, 9705.0, 9680.0, 9625.0, 9741.0, 9643.0, 9719.0, 9664.0, 9618.0, 9703.0, 9625.0, 9720.0, 9664.0, 9633.0, 9676.0, 9628.0, 9713.0, 9652.0, 9700.0, 9649.0, 9635.0, 9701.0, 9622.0, 9714.0, 9664.0, 9617.0, 9701.0, 9621.0, 9710.0, 9633.0, 9686.0, 9663.0, 9634.0, 9713.0, 9640.0, 9713.0, 9650.0, 9631.0, 9704.0, 9642.0, 9716.0, 9660.0, 9703.0, 9732.0, 9640.0, 9716.0, 9642.0, 9719.0, 9646.0, 9640.0, 9690.0, 9640.0, 9720.0, 9669.0, 9651.0, 9707.0, 9647.0, 9740.0, 9689.0, 9659.0, 9728.0, 9664.0, 9743.0, 9682.0, 9740.0, 9702.0, 9704.0, 9692.0, 9646.0, 9704.0, 9627.0, 9720.0, 9653.0, 9637.0, 9692.0, 9639.0, 9719.0, 9644.0, 9740.0, 9689.0, 9661.0, 9687.0, 9646.0, 9723.0, 9649.0, 9742.0, 9673.0, 9642.0, 9684.0, 9646.0, 9720.0, 9661.0, 9722.0, 9697.0, 9638.0, 9715.0, 9641.0, 9716.0, 9680.0, 9689.0, 9692.0, 9619.0, 9701.0, 9621.0, 9712.0, 9629.0, 9697.0, 9658.0, 9614.0, 9671.0, 9618.0, 9694.0, 9620.0, 9712.0, 9634.0, 9617.0, 9669.0, 9633.0, 9697.0, 9624.0, 9717.0, 9667.0, 9639.0, 9704.0, 9656.0, 9714.0, 9641.0, 9699.0, 9696.0, 9638.0, 9719.0, 9629.0, 9702.0, 9662.0, 9622.0, 9717.0, 9636.0, 9716.0, 9665.0, 9644.0, 9659.0, 9598.0, 9714.0, 9619.0, 9690.0, 9644.0, 9623.0, 9642.0, 9610.0, 9677.0, 9601.0, 9709.0, 9619.0, 9669.0, 9646.0, 9627.0, 9683.0, 9623.0, 9714.0, 9652.0, 9634.0, 9664.0, 9641.0, 9738.0, 9648.0, 9659.0, 9697.0, 9658.0, 9741.0, 9654.0, 9742.0, 9687.0, 9656.0, 9712.0, 9640.0, 9737.0, 9672.0, 9724.0, 9668.0, 9638.0, 9691.0, 9625.0, 9719.0, 9655.0, 9716.0, 9682.0, 9639.0, 9707.0, 9626.0, 9722.0, 9667.0, 9718.0, 9666.0, 9617.0, 9674.0, 9614.0, 9698.0, 9619.0, 9699.0, 9647.0, 9617.0, 9660.0, 9617.0, 9714.0, 9638.0, 9717.0, 9665.0, 9636.0, 9678.0, 9637.0, 9719.0, 9647.0, 9708.0, 9655.0, 9657.0, 9702.0, 9643.0, 9707.0, 9700.0, 9646.0, 9743.0, 9651.0, 9693.0, 9693.0, 9643.0, 9739.0, 9659.0, 9725.0, 9680.0, 9631.0, 9705.0, 9627.0, 9720.0, 9651.0, 9672.0, 9659.0, 9617.0, 9697.0, 9634.0, 9700.0, 9634.0, 9634.0, 9673.0, 9606.0, 9715.0, 9628.0, 9715.0, 9648.0, 9622.0, 9693.0, 9622.0, 9716.0, 9627.0, 9721.0, 9636.0, 9637.0, 9660.0, 9627.0, 9716.0, 9643.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.00031161825726141085</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.01761060404564315</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.59655549789203</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2858816693769466</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0002931707684317</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4489</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6455.2261</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.08307856602844699</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.1784232365145226</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3647194868862624</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.319899217416565</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5683703933107322</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.20588884993149</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00611087</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.02069159783422947</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.017357729375362396</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>964</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.890515195375098</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>44.7911</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>41.6036</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>170.3019</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>308717.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>755.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>355.0057</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5551</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>570.5326</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3652.3203</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3848.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>67827.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1225.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4800.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>989.0648</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>47.606465220451355</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> |