=== 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-0079 --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-0079",
"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-0079_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-0079_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-0079_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-0079/figures/sub-0079_ses-02_task-narratives_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0079/figures/sub-0079_ses-02_task-narratives_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0079/figures/sub-0079_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-0079_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-0079/figures/sub-0079_ses-02_task-narratives_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0079/figures/sub-0079_ses-02_task-narratives_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0079/figures/sub-0079_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-0079_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-0079/figures/sub-0079_ses-02_task-narratives_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0079/figures/sub-0079_ses-02_task-narratives_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0079/figures/sub-0079_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-0079_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-0079/figures/sub-0079_ses-02_task-narratives_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0079/figures/sub-0079_ses-02_task-narratives_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0079/figures/sub-0079_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-0079_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-0079/figures/sub-0079_ses-02_task-narratives_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0079/figures/sub-0079_ses-02_task-narratives_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0079/figures/sub-0079_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-0079_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-0079/figures/sub-0079_ses-02_task-narratives_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0079/figures/sub-0079_ses-02_task-narratives_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0079/figures/sub-0079_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-0079_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-0079/figures/sub-0079_ses-02_task-narratives_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0079/figures/sub-0079_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-0079/figures/sub-0079_ses-02_task-narratives_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0079/figures/sub-0079_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-0079/ses-02/func/sub-0079_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>f30d30583f719fe001f88bde6b959ee2</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>12:30:1.622500</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999458, 0.00320625, 0.0327591, -0.00418649, 0.999544, 0.0298981]</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.0984367</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>[4175, -7742, -7278, 530, 41, -47, 112, 55]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</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>251.486</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>2debc403-86ae-426e-ae75-db60c44dadd1||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6814730167388916, -0.011232059448957443, 0.08815042674541473, 110.06917572021484], [-0.008602144196629524, 2.681704044342041, 0.08105132728815079, -95.18183135986328], [0.08789026737213135, -0.08021432161331177, 2.697343111038208, -58.18257522583008], [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': ['123001.622500', '123002.082500', '123002.542500', '123003.002500', '123003.462500', '123003.922500', '123004.382500', '123004.842500', '123005.302500', '123005.762500', '123006.222500', '123006.682500', '123007.142500', '123007.602500', '123008.062500', '123008.522500', '123008.982500', '123009.442500', '123009.902500', '123010.362500', '123010.822500', '123011.282500', '123011.742500', '123012.202500', '123012.662500', '123013.122500', '123013.582500', '123014.042500', '123014.502500', '123014.962500', '123015.422500', '123015.882500', '123016.342500', '123016.802500', '123017.262500', '123017.722500', '123018.182500', '123018.642500', '123019.102500', '123019.562500', '123020.022500', '123020.482500', '123020.942500', '123021.402500', '123021.862500', '123022.322500', '123022.782500', '123023.242500', '123023.702500', '123024.162500', '123024.622500', '123025.082500', '123025.542500', '123026.002500', '123026.462500', '123026.922500', '123027.382500', '123027.842500', '123028.302500', '123028.762500', '123029.222500', '123029.682500', '123030.142500', '123030.602500', '123031.062500', '123031.522500', '123031.982500', '123032.442500', '123032.902500', '123033.362500', '123033.822500', '123034.282500', '123034.742500', '123035.202500', '123035.662500', '123036.122500', '123036.582500', '123037.042500', '123037.502500', '123037.962500', '123038.422500', '123038.882500', '123039.342500', '123039.802500', '123040.262500', '123040.722500', '123041.182500', '123041.642500', '123042.102500', '123042.562500', '123043.022500', '123043.482500', '123043.942500', '123044.402500', '123044.862500', '123045.322500', '123045.782500', '123046.242500', '123046.702500', '123047.162500', '123047.622500', '123048.082500', '123048.542500', '123049.002500', '123049.462500', '123049.922500', '123050.382500', '123050.842500', '123051.302500', '123051.762500', '123052.222500', '123052.682500', '123053.142500', '123053.602500', '123054.062500', '123054.522500', '123054.982500', '123055.442500', '123055.902500', '123056.362500', '123056.822500', '123057.282500', '123057.742500', '123058.202500', '123058.662500', '123059.122500', '123059.582500', '123100.042500', '123100.502500', '123100.962500', '123101.422500', '123101.882500', '123102.342500', '123102.802500', '123103.262500', '123103.722500', '123104.182500', '123104.642500', '123105.102500', '123105.562500', '123106.022500', '123106.482500', '123106.942500', '123107.402500', '123107.862500', '123108.322500', '123108.782500', '123109.242500', '123109.702500', '123110.162500', '123110.622500', '123111.082500', '123111.542500', '123112.002500', '123112.462500', '123112.922500', '123113.382500', '123113.842500', '123114.302500', '123114.762500', '123115.222500', '123115.682500', '123116.142500', '123116.602500', '123117.062500', '123117.522500', '123117.982500', '123118.442500', '123118.902500', '123119.362500', '123119.822500', '123120.282500', '123120.742500', '123121.202500', '123121.662500', '123122.122500', '123122.582500', '123123.042500', '123123.502500', '123123.962500', '123124.422500', '123124.882500', '123125.342500', '123125.802500', '123126.262500', '123126.722500', '123127.182500', '123127.642500', '123128.102500', '123128.562500', '123129.022500', '123129.482500', '123129.942500', '123130.402500', '123130.862500', '123131.322500', '123131.782500', '123132.242500', '123132.702500', '123133.162500', '123133.622500', '123134.082500', '123134.542500', '123135.002500', '123135.462500', '123135.922500', '123136.382500', '123136.842500', '123137.302500', '123137.762500', '123138.222500', '123138.682500', '123139.142500', '123139.602500', '123140.062500', '123140.522500', '123140.982500', '123141.442500', '123141.902500', '123142.362500', '123142.822500', '123143.282500', '123143.742500', '123144.202500', '123144.662500', '123145.122500', '123145.582500', '123146.042500', '123146.502500', '123146.962500', '123147.422500', '123147.882500', '123148.342500', '123148.802500', '123149.262500', '123149.722500', '123150.182500', '123150.642500', '123151.102500', '123151.562500', '123152.022500', '123152.482500', '123152.942500', '123153.402500', '123153.862500', '123154.322500', '123154.782500', '123155.242500', '123155.702500', '123156.162500', '123156.622500', '123157.082500', '123157.542500', '123158.002500', '123158.462500', '123158.922500', '123159.382500', '123159.842500', '123200.302500', '123200.762500', '123201.222500', '123201.682500', '123202.142500', '123202.602500', '123203.062500', '123203.522500', '123203.982500', '123204.442500', '123204.902500', '123205.362500', '123205.822500', '123206.282500', '123206.742500', '123207.202500', '123207.662500', '123208.122500', '123208.582500', '123209.042500', '123209.502500', '123209.962500', '123210.422500', '123210.882500', '123211.342500', '123211.802500', '123212.262500', '123212.722500', '123213.182500', '123213.642500', '123214.102500', '123214.562500', '123215.022500', '123215.482500', '123215.942500', '123216.402500', '123216.862500', '123217.322500', '123217.782500', '123218.242500', '123218.702500', '123219.162500', '123219.622500', '123220.082500', '123220.542500', '123221.002500', '123221.462500', '123221.922500', '123222.382500', '123222.842500', '123223.302500', '123223.762500', '123224.222500', '123224.682500', '123225.142500', '123225.602500', '123226.062500', '123226.522500', '123226.982500', '123227.442500', '123227.902500', '123228.362500', '123228.822500', '123229.282500', '123229.742500', '123230.202500', '123230.662500', '123231.122500', '123231.582500', '123232.042500', '123232.502500', '123232.962500', '123233.422500', '123233.882500', '123234.342500', '123234.802500', '123235.262500', '123235.722500', '123236.182500', '123236.642500', '123237.102500', '123237.562500', '123238.022500', '123238.482500', '123238.942500', '123239.402500', '123239.862500', '123240.322500', '123240.782500', '123241.242500', '123241.702500', '123242.162500', '123242.622500', '123243.082500', '123243.542500', '123244.002500', '123244.462500', '123244.922500', '123245.382500', '123245.842500', '123246.302500', '123246.762500', '123247.222500', '123247.682500', '123248.142500', '123248.602500', '123249.062500', '123249.522500', '123249.982500', '123250.442500', '123250.902500', '123251.362500', '123251.822500', '123252.282500', '123252.742500', '123253.202500', '123253.662500', '123254.122500', '123254.582500', '123255.042500', '123255.502500', '123255.962500', '123256.422500', '123256.882500', '123257.342500', '123257.802500', '123258.262500', '123258.722500', '123259.182500', '123259.642500', '123300.102500', '123300.562500', '123301.022500', '123301.482500', '123301.942500', '123302.402500', '123302.862500', '123303.322500', '123303.782500', '123304.242500', '123304.702500', '123305.162500', '123305.622500', '123306.082500', '123306.542500', '123307.002500', '123307.462500', '123307.922500', '123308.382500', '123308.842500', '123309.302500', '123309.762500', '123310.222500', '123310.682500', '123311.142500', '123311.602500', '123312.062500', '123312.522500', '123312.982500', '123313.442500', '123313.902500', '123314.362500', '123314.822500', '123315.282500', '123315.742500', '123316.202500', '123316.662500', '123317.122500', '123317.582500', '123318.042500', '123318.502500', '123318.962500', '123319.422500', '123319.882500', '123320.342500', '123320.802500', '123321.262500', '123321.722500', '123322.182500', '123322.642500', '123323.102500', '123323.562500', '123324.022500', '123324.482500', '123324.942500', '123325.402500', '123325.862500', '123326.322500', '123326.782500', '123327.242500', '123327.702500', '123328.162500', '123328.622500', '123329.082500', '123329.542500', '123330.002500', '123330.462500', '123330.922500', '123331.382500', '123331.842500', '123332.302500', '123332.762500', '123333.222500', '123333.682500', '123334.142500', '123334.602500', '123335.062500', '123335.522500', '123335.982500', '123336.442500', '123336.902500', '123337.362500', '123337.822500', '123338.282500', '123338.742500', '123339.202500', '123339.662500', '123340.122500', '123340.582500', '123341.042500', '123341.502500', '123341.962500', '123342.422500', '123342.882500', '123343.342500', '123343.802500', '123344.262500', '123344.722500', '123345.182500', '123345.642500', '123346.102500', '123346.562500', '123347.022500', '123347.482500', '123347.942500', '123348.402500', '123348.862500', '123349.322500', '123349.782500', '123350.242500', '123350.702500', '123351.162500', '123351.622500', '123352.082500', '123352.542500', '123353.002500', '123353.462500', '123353.922500', '123354.382500', '123354.842500', '123355.302500', '123355.762500', '123356.222500', '123356.682500', '123357.142500', '123357.602500', '123358.062500', '123358.522500', '123358.982500', '123359.442500', '123359.902500', '123400.362500', '123400.822500', '123401.282500', '123401.742500', '123402.202500', '123402.662500', '123403.122500', '123403.582500', '123404.042500', '123404.502500', '123404.962500', '123405.422500', '123405.882500', '123406.342500', '123406.802500', '123407.262500', '123407.722500', '123408.182500', '123408.642500', '123409.102500', '123409.562500', '123410.022500', '123410.482500', '123410.942500', '123411.402500', '123411.862500', '123412.322500', '123412.782500', '123413.242500', '123413.702500', '123414.162500', '123414.622500', '123415.082500', '123415.542500', '123416.002500', '123416.462500', '123416.922500', '123417.382500', '123417.842500', '123418.302500', '123418.762500', '123419.222500', '123419.682500', '123420.142500', '123420.602500', '123421.062500', '123421.522500', '123421.982500', '123422.442500', '123422.902500', '123423.362500', '123423.822500', '123424.282500', '123424.742500', '123425.202500', '123425.662500', '123426.122500', '123426.582500', '123427.042500', '123427.502500', '123427.962500', '123428.422500', '123428.882500', '123429.342500', '123429.802500', '123430.262500', '123430.722500', '123431.182500', '123431.642500', '123432.102500', '123432.562500', '123433.022500', '123433.482500', '123433.942500', '123434.402500', '123434.862500', '123435.322500', '123435.782500', '123436.242500', '123436.702500', '123437.162500', '123437.622500', '123438.082500', '123438.542500', '123439.002500', '123439.462500', '123439.922500', '123440.382500', '123440.842500', '123441.302500', '123441.762500', '123442.222500', '123442.682500', '123443.142500', '123443.602500', '123444.062500', '123444.522500', '123444.982500', '123445.442500', '123445.902500', '123446.362500', '123446.822500', '123447.282500', '123447.742500', '123448.202500', '123448.662500', '123449.122500', '123449.582500', '123450.042500', '123450.502500', '123450.962500', '123451.422500', '123451.882500', '123452.342500', '123452.802500', '123453.262500', '123453.722500', '123454.182500', '123454.642500', '123455.102500', '123455.562500', '123456.022500', '123456.482500', '123456.942500', '123457.402500', '123457.862500', '123458.322500', '123458.782500', '123459.242500', '123459.702500', '123500.162500', '123500.622500', '123501.082500', '123501.542500', '123502.002500', '123502.462500', '123502.922500', '123503.382500', '123503.842500', '123504.302500', '123504.762500', '123505.222500', '123505.682500', '123506.142500', '123506.602500', '123507.062500', '123507.522500', '123507.982500', '123508.442500', '123508.902500', '123509.362500', '123509.822500', '123510.282500', '123510.742500', '123511.202500', '123511.662500', '123512.122500', '123512.582500', '123513.042500', '123513.502500', '123513.962500', '123514.422500', '123514.882500', '123515.342500', '123515.802500', '123516.262500', '123516.722500', '123517.182500', '123517.642500', '123518.102500', '123518.562500', '123519.022500', '123519.482500', '123519.942500', '123520.402500', '123520.862500', '123521.322500', '123521.782500', '123522.242500', '123522.702500', '123523.162500', '123523.622500', '123524.082500', '123524.542500', '123525.002500', '123525.462500', '123525.922500', '123526.382500', '123526.842500', '123527.302500', '123527.762500', '123528.222500', '123528.682500', '123529.142500', '123529.602500', '123530.062500', '123530.522500', '123530.982500', '123531.442500', '123531.902500', '123532.362500', '123532.822500', '123533.282500', '123533.742500', '123534.202500', '123534.662500', '123535.122500', '123535.582500', '123536.042500', '123536.502500', '123536.962500', '123537.422500', '123537.882500', '123538.342500', '123538.802500', '123539.262500', '123539.722500', '123540.182500', '123540.642500', '123541.102500', '123541.562500', '123542.022500', '123542.482500', '123542.942500', '123543.402500', '123543.862500', '123544.322500', '123544.782500', '123545.242500', '123545.702500', '123546.162500', '123546.622500', '123547.082500', '123547.542500', '123548.002500', '123548.462500', '123548.922500', '123549.382500', '123549.842500', '123550.302500', '123550.762500', '123551.222500', '123551.682500', '123552.142500', '123552.602500', '123553.062500', '123553.522500', '123553.982500', '123554.442500', '123554.902500', '123555.362500', '123555.822500', '123556.282500', '123556.742500', '123557.202500', '123557.662500', '123558.122500', '123558.582500', '123559.042500', '123559.502500', '123559.962500', '123600.422500', '123600.882500', '123601.342500', '123601.802500', '123602.262500', '123602.722500', '123603.182500', '123603.642500', '123604.102500', '123604.562500', '123605.022500', '123605.482500', '123605.942500', '123606.402500', '123606.862500', '123607.322500', '123607.782500', '123608.242500', '123608.702500', '123609.162500', '123609.622500', '123610.082500', '123610.542500', '123611.002500', '123611.462500', '123611.922500', '123612.382500', '123612.842500', '123613.302500', '123613.762500', '123614.222500', '123614.682500', '123615.142500', '123615.602500', '123616.062500', '123616.522500', '123616.982500', '123617.442500', '123617.902500', '123618.362500', '123618.822500', '123619.282500', '123619.742500', '123620.202500', '123620.662500', '123621.122500', '123621.582500', '123622.042500', '123622.502500', '123622.962500', '123623.422500', '123623.882500', '123624.342500', '123624.802500', '123625.262500', '123625.722500', '123626.182500', '123626.642500', '123627.102500', '123627.562500', '123628.022500', '123628.482500', '123628.942500', '123629.402500', '123629.862500', '123630.322500', '123630.782500', '123631.242500', '123631.702500', '123632.162500', '123632.622500', '123633.082500', '123633.542500', '123634.002500', '123634.462500', '123634.922500', '123635.382500', '123635.842500', '123636.302500', '123636.762500', '123637.222500', '123637.682500', '123638.142500', '123638.602500', '123639.062500', '123639.522500', '123639.982500', '123640.442500', '123640.902500', '123641.362500', '123641.822500', '123642.282500', '123642.742500', '123643.202500', '123643.662500', '123644.122500', '123644.582500', '123645.042500', '123645.502500', '123645.962500', '123646.422500', '123646.882500', '123647.342500', '123647.802500', '123648.262500', '123648.722500', '123649.182500', '123649.642500', '123650.102500', '123650.562500', '123651.022500', '123651.482500', '123651.942500', '123652.402500', '123652.862500', '123653.322500', '123653.782500', '123654.242500', '123654.702500', '123655.162500', '123655.622500', '123656.082500', '123656.542500', '123657.002500', '123657.462500', '123657.922500', '123658.382500', '123658.842500', '123659.302500', '123659.762500', '123700.222500', '123700.682500', '123701.142500', '123701.602500', '123702.062500', '123702.522500', '123702.982500', '123703.442500', '123703.902500', '123704.362500', '123704.822500', '123705.282500', '123705.742500', '123706.202500', '123706.662500', '123707.122500', '123707.582500', '123708.042500', '123708.502500', '123708.962500', '123709.422500', '123709.882500', '123710.342500', '123710.802500', '123711.262500', '123711.722500', '123712.182500', '123712.642500', '123713.102500', '123713.562500', '123714.022500', '123714.482500', '123714.942500', '123715.402500', '123715.862500', '123716.322500', '123716.782500', '123717.242500', '123717.702500', '123718.162500', '123718.622500', '123719.082500', '123719.542500', '123720.002500', '123720.462500', '123720.922500', '123721.382500', '123721.842500', '123722.302500', '123722.762500', '123723.222500', '123723.682500', '123724.142500', '123724.602500', '123725.062500', '123725.522500', '123725.982500'], 'ContentTime': ['123016.503000', '123016.506000', '123016.509000', '123016.512000', '123016.514000', '123016.517000', '123016.520000', '123016.522000', '123016.525000', '123016.528000', '123016.530000', '123016.533000', '123016.535000', '123016.538000', '123016.547000', '123016.550000', '123016.555000', '123016.558000', '123016.561000', '123016.563000', '123016.566000', '123016.568000', '123016.571000', '123016.574000', '123016.576000', '123016.579000', '123016.581000', '123016.584000', '123016.587000', '123016.589000', '123016.592000', '123036.477000', '123036.480000', '123036.483000', '123036.486000', '123036.488000', '123036.491000', '123036.493000', '123036.500000', '123036.503000', '123036.505000', '123036.508000', '123036.510000', '123036.513000', '123036.515000', '123036.518000', '123036.521000', '123036.523000', '123036.526000', '123036.529000', '123036.531000', '123036.534000', '123036.536000', '123036.539000', '123036.542000', '123036.545000', '123036.547000', '123036.550000', '123036.561000', '123036.564000', '123036.566000', '123036.569000', '123036.571000', '123036.574000', '123036.577000', '123036.579000', '123036.582000', '123036.584000', '123036.587000', '123036.590000', '123036.592000', '123036.595000', '123036.598000', '123036.600000', '123056.477000', '123056.480000', '123056.483000', '123056.485000', '123056.488000', '123056.491000', '123056.493000', '123056.496000', '123056.498000', '123056.501000', '123056.504000', '123056.506000', '123056.509000', '123056.511000', '123056.514000', '123056.517000', '123056.519000', '123056.522000', '123056.524000', '123056.527000', '123056.530000', '123056.532000', '123056.535000', '123056.540000', '123056.542000', '123056.545000', '123056.547000', '123056.550000', '123056.552000', '123056.555000', '123056.558000', '123056.560000', '123056.563000', '123056.565000', '123056.568000', '123056.571000', '123056.573000', '123056.576000', '123056.578000', '123056.581000', '123056.583000', '123056.586000', '123056.589000', '123116.478000', '123116.480000', '123116.483000', '123116.486000', '123116.488000', '123116.491000', '123116.494000', '123116.496000', '123116.499000', '123116.502000', '123116.504000', '123116.507000', '123116.509000', '123116.512000', '123116.515000', '123116.517000', '123116.520000', '123116.522000', '123116.525000', '123116.528000', '123116.530000', '123116.533000', '123116.540000', '123116.543000', '123116.546000', '123116.548000', '123116.551000', '123116.553000', '123116.556000', '123116.559000', '123116.561000', '123116.564000', '123116.567000', '123116.569000', '123116.572000', '123116.575000', '123116.577000', '123116.580000', '123116.582000', '123116.585000', '123116.588000', '123116.591000', '123116.593000', '123116.596000', '123136.477000', '123136.480000', '123136.483000', '123136.486000', '123136.488000', '123136.491000', '123136.494000', '123136.496000', '123136.514000', '123136.516000', '123136.519000', '123136.522000', '123136.524000', '123136.527000', '123136.529000', '123136.532000', '123136.535000', '123136.537000', '123136.540000', '123136.543000', '123136.545000', '123136.548000', '123136.551000', '123136.553000', '123136.556000', '123136.558000', '123136.561000', '123136.564000', '123136.566000', '123136.569000', '123136.572000', '123136.574000', '123136.577000', '123136.579000', '123136.582000', '123136.584000', '123136.587000', '123136.590000', '123136.592000', '123136.595000', '123136.598000', '123136.600000', '123136.603000', '123136.605000', '123156.477000', '123156.480000', '123156.483000', '123156.485000', '123156.488000', '123156.491000', '123156.493000', '123156.496000', '123156.499000', '123156.501000', '123156.504000', '123156.506000', '123156.509000', '123156.511000', '123156.514000', '123156.517000', '123156.519000', '123156.522000', '123156.524000', '123156.527000', '123156.530000', '123156.532000', '123156.535000', '123156.538000', '123156.540000', '123156.543000', '123156.545000', '123156.548000', '123156.551000', '123156.553000', '123156.556000', '123156.558000', '123156.561000', '123156.564000', '123156.566000', '123156.569000', '123156.572000', '123156.574000', '123156.577000', '123156.579000', '123156.582000', '123156.585000', '123156.588000', '123216.478000', '123216.481000', '123216.483000', '123216.486000', '123216.488000', '123216.491000', '123216.494000', '123216.496000', '123216.499000', '123216.502000', '123216.504000', '123216.507000', '123216.509000', '123216.512000', '123216.515000', '123216.517000', '123216.520000', '123216.523000', '123216.525000', '123216.528000', '123216.530000', '123216.533000', '123216.536000', '123216.538000', '123216.541000', '123216.543000', '123216.546000', '123216.549000', '123216.551000', '123216.554000', '123216.556000', '123216.559000', '123216.562000', '123216.564000', '123216.567000', '123216.570000', '123216.572000', '123216.575000', '123216.577000', '123216.580000', '123216.582000', '123216.585000', '123216.588000', '123216.590000', '123236.476000', '123236.479000', '123236.482000', '123236.485000', '123236.487000', '123236.490000', '123236.492000', '123236.495000', '123236.498000', '123236.500000', '123236.503000', '123236.506000', '123236.508000', '123236.511000', '123236.513000', '123236.516000', '123236.518000', '123236.521000', '123236.524000', '123236.526000', '123236.529000', '123236.532000', '123236.534000', '123236.537000', '123236.539000', '123236.542000', '123236.544000', '123236.547000', '123236.550000', '123236.552000', '123236.555000', '123236.558000', '123236.560000', '123236.563000', '123236.566000', '123236.568000', '123236.571000', '123236.573000', '123236.576000', '123236.579000', '123236.581000', '123236.584000', '123236.586000', '123256.477000', '123256.480000', '123256.483000', '123256.485000', '123256.488000', '123256.491000', '123256.493000', '123256.496000', '123256.499000', '123256.501000', '123256.504000', '123256.506000', '123256.509000', '123256.512000', '123256.514000', '123256.517000', '123256.519000', '123256.522000', '123256.525000', '123256.527000', '123256.530000', '123256.533000', '123256.535000', '123256.538000', '123256.540000', '123256.543000', '123256.545000', '123256.548000', '123256.551000', '123256.553000', '123256.556000', '123256.558000', '123256.561000', '123256.564000', '123256.566000', '123256.569000', '123256.572000', '123256.574000', '123256.577000', '123256.579000', '123256.582000', '123256.585000', '123256.587000', '123256.590000', '123316.477000', '123316.480000', '123316.483000', '123316.500000', '123316.503000', '123316.505000', '123316.508000', '123316.511000', '123316.513000', '123316.516000', '123316.519000', '123316.521000', '123316.524000', '123316.526000', '123316.529000', '123316.532000', '123316.534000', '123316.537000', '123316.540000', '123316.542000', '123316.545000', '123316.547000', '123316.550000', '123316.553000', '123316.555000', '123316.558000', '123316.560000', '123316.563000', '123316.566000', '123316.568000', '123316.571000', '123316.574000', '123316.576000', '123316.579000', '123316.581000', '123316.584000', '123316.587000', '123316.589000', '123316.592000', '123316.594000', '123316.597000', '123316.600000', '123316.602000', '123336.477000', '123336.480000', '123336.483000', '123336.492000', '123336.494000', '123336.497000', '123336.499000', '123336.502000', '123336.505000', '123336.507000', '123336.510000', '123336.513000', '123336.515000', '123336.518000', '123336.520000', '123336.523000', '123336.526000', '123336.529000', '123336.531000', '123336.534000', '123336.537000', '123336.539000', '123336.542000', '123336.545000', '123336.548000', '123336.550000', '123336.553000', '123336.556000', '123336.558000', '123336.561000', '123336.563000', '123336.566000', '123336.569000', '123336.571000', '123336.574000', '123336.576000', '123336.579000', '123336.581000', '123336.584000', '123336.587000', '123336.589000', '123336.592000', '123336.595000', '123336.597000', '123356.477000', '123356.480000', '123356.483000', '123356.486000', '123356.488000', '123356.491000', '123356.493000', '123356.505000', '123356.507000', '123356.510000', '123356.513000', '123356.515000', '123356.518000', '123356.520000', '123356.523000', '123356.526000', '123356.528000', '123356.531000', '123356.533000', '123356.536000', '123356.539000', '123356.541000', '123356.544000', '123356.546000', '123356.549000', '123356.552000', '123356.554000', '123356.557000', '123356.559000', '123356.562000', '123356.565000', '123356.567000', '123356.570000', '123356.573000', '123356.575000', '123356.578000', '123356.580000', '123356.583000', '123356.586000', '123356.588000', '123356.591000', '123356.594000', '123356.596000', '123416.478000', '123416.481000', '123416.483000', '123416.486000', '123416.488000', '123416.491000', '123416.494000', '123416.496000', '123416.499000', '123416.501000', '123416.504000', '123416.507000', '123416.509000', '123416.512000', '123416.515000', '123416.517000', '123416.520000', '123416.523000', '123416.525000', '123416.528000', '123416.531000', '123416.533000', '123416.536000', '123416.538000', '123416.541000', '123416.544000', '123416.546000', '123416.549000', '123416.551000', '123416.554000', '123416.557000', '123416.559000', '123416.562000', '123416.565000', '123416.567000', '123416.570000', '123416.572000', '123416.575000', '123416.578000', '123416.580000', '123416.583000', '123416.585000', '123416.588000', '123416.591000', '123436.477000', '123436.487000', '123436.490000', '123436.493000', '123436.495000', '123436.498000', '123436.500000', '123436.503000', '123436.506000', '123436.508000', '123436.511000', '123436.514000', '123436.516000', '123436.519000', '123436.521000', '123436.524000', '123436.527000', '123436.529000', '123436.532000', '123436.535000', '123436.537000', '123436.540000', '123436.542000', '123436.545000', '123436.548000', '123436.550000', '123436.553000', '123436.556000', '123436.580000', '123436.583000', '123436.585000', '123436.588000', '123436.590000', '123436.593000', '123436.596000', '123436.598000', '123436.601000', '123436.604000', '123436.606000', '123436.609000', '123436.611000', '123436.614000', '123436.617000', '123456.476000', '123456.480000', '123456.482000', '123456.485000', '123456.487000', '123456.490000', '123456.493000', '123456.495000', '123456.498000', '123456.500000', '123456.503000', '123456.506000', '123456.508000', '123456.512000', '123456.515000', '123456.517000', '123456.520000', '123456.523000', '123456.525000', '123456.528000', '123456.531000', '123456.533000', '123456.536000', '123456.538000', '123456.541000', '123456.544000', '123456.546000', '123456.549000', '123456.551000', '123456.554000', '123456.557000', '123456.559000', '123456.562000', '123456.565000', '123456.567000', '123456.570000', '123456.572000', '123456.575000', '123456.578000', '123456.580000', '123456.583000', '123456.585000', '123456.588000', '123516.477000', '123516.481000', '123516.484000', '123516.487000', '123516.489000', '123516.492000', '123516.495000', '123516.497000', '123516.500000', '123516.502000', '123516.505000', '123516.508000', '123516.510000', '123516.513000', '123516.516000', '123516.518000', '123516.521000', '123516.524000', '123516.526000', '123516.529000', '123516.531000', '123516.534000', '123516.537000', '123516.539000', '123516.542000', '123516.545000', '123516.547000', '123516.550000', '123516.552000', '123516.555000', '123516.558000', '123516.560000', '123516.563000', '123516.566000', '123516.568000', '123516.571000', '123516.573000', '123516.576000', '123516.578000', '123516.581000', '123516.584000', '123516.586000', '123516.589000', '123516.592000', '123536.478000', '123536.481000', '123536.483000', '123536.486000', '123536.489000', '123536.491000', '123536.494000', '123536.496000', '123536.499000', '123536.502000', '123536.504000', '123536.507000', '123536.511000', '123536.514000', '123536.517000', '123536.519000', '123536.522000', '123536.525000', '123536.527000', '123536.530000', '123536.541000', '123536.543000', '123536.546000', '123536.548000', '123536.551000', '123536.554000', '123536.556000', '123536.559000', '123536.562000', '123536.564000', '123536.567000', '123536.569000', '123536.572000', '123536.575000', '123536.577000', '123536.580000', '123536.583000', '123536.585000', '123536.588000', '123536.591000', '123536.593000', '123536.596000', '123536.599000', '123556.477000', '123556.480000', '123556.483000', '123556.485000', '123556.488000', '123556.491000', '123556.493000', '123556.496000', '123556.499000', '123556.501000', '123556.504000', '123556.507000', '123556.509000', '123556.512000', '123556.515000', '123556.517000', '123556.520000', '123556.523000', '123556.525000', '123556.528000', '123556.530000', '123556.533000', '123556.535000', '123556.538000', '123556.541000', '123556.543000', '123556.546000', '123556.549000', '123556.551000', '123556.554000', '123556.557000', '123556.559000', '123556.562000', '123556.564000', '123556.567000', '123556.570000', '123556.572000', '123556.575000', '123556.578000', '123556.580000', '123556.609000', '123556.611000', '123556.614000', '123556.617000', '123616.478000', '123616.480000', '123616.483000', '123616.486000', '123616.488000', '123616.491000', '123616.493000', '123616.496000', '123616.499000', '123616.501000', '123616.504000', '123616.506000', '123616.509000', '123616.512000', '123616.515000', '123616.517000', '123616.522000', '123616.524000', '123616.527000', '123616.530000', '123616.532000', '123616.535000', '123616.537000', '123616.540000', '123616.544000', '123616.547000', '123616.549000', '123616.553000', '123616.555000', '123616.558000', '123616.561000', '123616.563000', '123616.566000', '123616.569000', '123616.571000', '123616.574000', '123616.576000', '123616.579000', '123616.582000', '123616.584000', '123616.587000', '123616.590000', '123616.592000', '123636.478000', '123636.481000', '123636.484000', '123636.487000', '123636.489000', '123636.492000', '123636.494000', '123636.497000', '123636.500000', '123636.502000', '123636.505000', '123636.507000', '123636.510000', '123636.513000', '123636.515000', '123636.518000', '123636.521000', '123636.523000', '123636.526000', '123636.528000', '123636.531000', '123636.533000', '123636.536000', '123636.539000', '123636.541000', '123636.544000', '123636.547000', '123636.549000', '123636.552000', '123636.554000', '123636.557000', '123636.560000', '123636.562000', '123636.565000', '123636.568000', '123636.570000', '123636.573000', '123636.576000', '123636.578000', '123636.581000', '123636.584000', '123636.586000', '123636.589000', '123636.592000', '123656.477000', '123656.480000', '123656.483000', '123656.486000', '123656.488000', '123656.491000', '123656.494000', '123656.496000', '123656.499000', '123656.501000', '123656.504000', '123656.507000', '123656.509000', '123656.512000', '123656.515000', '123656.517000', '123656.520000', '123656.522000', '123656.525000', '123656.527000', '123656.530000', '123656.533000', '123656.535000', '123656.538000', '123656.540000', '123656.543000', '123656.546000', '123656.548000', '123656.551000', '123656.554000', '123656.556000', '123656.559000', '123656.561000', '123656.564000', '123656.567000', '123656.569000', '123656.572000', '123656.574000', '123656.577000', '123656.580000', '123656.582000', '123656.585000', '123656.587000', '123716.477000', '123716.480000', '123716.483000', '123716.485000', '123716.488000', '123716.491000', '123716.493000', '123716.496000', '123716.498000', '123716.501000', '123716.511000', '123716.514000', '123716.516000', '123716.519000', '123716.521000', '123716.524000', '123716.526000', '123716.529000', '123716.532000', '123716.534000', '123716.537000', '123716.540000', '123716.542000', '123716.545000', '123716.547000', '123716.550000', '123716.553000', '123716.555000', '123716.558000', '123716.561000', '123716.563000', '123716.566000', '123716.568000', '123716.571000', '123716.574000', '123716.576000', '123716.579000', '123716.582000', '123716.584000', '123716.587000', '123716.590000', '123716.593000', '123716.595000', '123716.598000', '123726.876000', '123726.879000', '123726.882000', '123726.885000', '123726.888000', '123726.890000', '123726.917000', '123726.920000', '123726.923000', '123726.926000', '123726.928000', '123726.931000', '123726.934000', '123726.937000', '123726.940000', '123726.943000', '123726.946000', '123726.948000', '123726.951000', '123726.954000', '123726.956000', '123726.959000', '123726.962000'], 'InstanceCreationTime': ['123016.503000', '123016.506000', '123016.509000', '123016.512000', '123016.514000', '123016.517000', '123016.520000', '123016.522000', '123016.525000', '123016.528000', '123016.530000', '123016.533000', '123016.535000', '123016.538000', '123016.547000', '123016.550000', '123016.555000', '123016.558000', '123016.561000', '123016.563000', '123016.566000', '123016.568000', '123016.571000', '123016.574000', '123016.576000', '123016.579000', '123016.581000', '123016.584000', '123016.587000', '123016.589000', '123016.592000', '123036.477000', '123036.480000', '123036.483000', '123036.486000', '123036.488000', '123036.491000', '123036.493000', '123036.500000', '123036.503000', '123036.505000', '123036.508000', '123036.510000', '123036.513000', '123036.515000', '123036.518000', '123036.521000', '123036.523000', '123036.526000', '123036.529000', '123036.531000', '123036.534000', '123036.536000', '123036.539000', '123036.542000', '123036.545000', '123036.547000', '123036.550000', '123036.561000', '123036.564000', '123036.566000', '123036.569000', '123036.571000', '123036.574000', '123036.577000', '123036.579000', '123036.582000', '123036.584000', '123036.587000', '123036.590000', '123036.592000', '123036.595000', '123036.598000', '123036.600000', '123056.477000', '123056.480000', '123056.483000', '123056.485000', '123056.488000', '123056.491000', '123056.493000', '123056.496000', '123056.498000', '123056.501000', '123056.504000', '123056.506000', '123056.509000', '123056.511000', '123056.514000', '123056.517000', '123056.519000', '123056.522000', '123056.524000', '123056.527000', '123056.530000', '123056.532000', '123056.535000', '123056.540000', '123056.542000', '123056.545000', '123056.547000', '123056.550000', '123056.552000', '123056.555000', '123056.558000', '123056.560000', '123056.563000', '123056.565000', '123056.568000', '123056.571000', '123056.573000', '123056.576000', '123056.578000', '123056.581000', '123056.583000', '123056.586000', '123056.589000', '123116.478000', '123116.480000', '123116.483000', '123116.486000', '123116.488000', '123116.491000', '123116.494000', '123116.496000', '123116.499000', '123116.502000', '123116.504000', '123116.507000', '123116.509000', '123116.512000', '123116.515000', '123116.517000', '123116.520000', '123116.522000', '123116.525000', '123116.528000', '123116.530000', '123116.533000', '123116.540000', '123116.543000', '123116.546000', '123116.548000', '123116.551000', '123116.553000', '123116.556000', '123116.559000', '123116.561000', '123116.564000', '123116.567000', '123116.569000', '123116.572000', '123116.575000', '123116.577000', '123116.580000', '123116.582000', '123116.585000', '123116.588000', '123116.591000', '123116.593000', '123116.596000', '123136.477000', '123136.480000', '123136.483000', '123136.486000', '123136.488000', '123136.491000', '123136.494000', '123136.496000', '123136.514000', '123136.516000', '123136.519000', '123136.522000', '123136.524000', '123136.527000', '123136.529000', '123136.532000', '123136.535000', '123136.537000', '123136.540000', '123136.543000', '123136.545000', '123136.548000', '123136.551000', '123136.553000', '123136.556000', '123136.558000', '123136.561000', '123136.564000', '123136.566000', '123136.569000', '123136.572000', '123136.574000', '123136.577000', '123136.579000', '123136.582000', '123136.584000', '123136.587000', '123136.590000', '123136.592000', '123136.595000', '123136.598000', '123136.600000', '123136.603000', '123136.605000', '123156.477000', '123156.480000', '123156.483000', '123156.485000', '123156.488000', '123156.491000', '123156.493000', '123156.496000', '123156.499000', '123156.501000', '123156.504000', '123156.506000', '123156.509000', '123156.511000', '123156.514000', '123156.517000', '123156.519000', '123156.522000', '123156.524000', '123156.527000', '123156.530000', '123156.532000', '123156.535000', '123156.538000', '123156.540000', '123156.543000', '123156.545000', '123156.548000', '123156.551000', '123156.553000', '123156.556000', '123156.558000', '123156.561000', '123156.564000', '123156.566000', '123156.569000', '123156.572000', '123156.574000', '123156.577000', '123156.579000', '123156.582000', '123156.585000', '123156.588000', '123216.478000', '123216.481000', '123216.483000', '123216.486000', '123216.488000', '123216.491000', '123216.494000', '123216.496000', '123216.499000', '123216.502000', '123216.504000', '123216.507000', '123216.509000', '123216.512000', '123216.515000', '123216.517000', '123216.520000', '123216.523000', '123216.525000', '123216.528000', '123216.530000', '123216.533000', '123216.536000', '123216.538000', '123216.541000', '123216.543000', '123216.546000', '123216.549000', '123216.551000', '123216.554000', '123216.556000', '123216.559000', '123216.562000', '123216.564000', '123216.567000', '123216.570000', '123216.572000', '123216.575000', '123216.577000', '123216.580000', '123216.582000', '123216.585000', '123216.588000', '123216.590000', '123236.476000', '123236.479000', '123236.482000', '123236.485000', '123236.487000', '123236.490000', '123236.492000', '123236.495000', '123236.498000', '123236.500000', '123236.503000', '123236.506000', '123236.508000', '123236.511000', '123236.513000', '123236.516000', '123236.518000', '123236.521000', '123236.524000', '123236.526000', '123236.529000', '123236.532000', '123236.534000', '123236.537000', '123236.539000', '123236.542000', '123236.544000', '123236.547000', '123236.550000', '123236.552000', '123236.555000', '123236.558000', '123236.560000', '123236.563000', '123236.566000', '123236.568000', '123236.571000', '123236.573000', '123236.576000', '123236.579000', '123236.581000', '123236.584000', '123236.586000', '123256.477000', '123256.480000', '123256.483000', '123256.485000', '123256.488000', '123256.491000', '123256.493000', '123256.496000', '123256.499000', '123256.501000', '123256.504000', '123256.506000', '123256.509000', '123256.512000', '123256.514000', '123256.517000', '123256.519000', '123256.522000', '123256.525000', '123256.527000', '123256.530000', '123256.533000', '123256.535000', '123256.538000', '123256.540000', '123256.543000', '123256.545000', '123256.548000', '123256.551000', '123256.553000', '123256.556000', '123256.558000', '123256.561000', '123256.564000', '123256.566000', '123256.569000', '123256.572000', '123256.574000', '123256.577000', '123256.579000', '123256.582000', '123256.585000', '123256.587000', '123256.590000', '123316.477000', '123316.480000', '123316.483000', '123316.500000', '123316.503000', '123316.505000', '123316.508000', '123316.511000', '123316.513000', '123316.516000', '123316.519000', '123316.521000', '123316.524000', '123316.526000', '123316.529000', '123316.532000', '123316.534000', '123316.537000', '123316.540000', '123316.542000', '123316.545000', '123316.547000', '123316.550000', '123316.553000', '123316.555000', '123316.558000', '123316.560000', '123316.563000', '123316.566000', '123316.568000', '123316.571000', '123316.574000', '123316.576000', '123316.579000', '123316.581000', '123316.584000', '123316.587000', '123316.589000', '123316.592000', '123316.594000', '123316.597000', '123316.600000', '123316.602000', '123336.477000', '123336.480000', '123336.483000', '123336.492000', '123336.494000', '123336.497000', '123336.499000', '123336.502000', '123336.505000', '123336.507000', '123336.510000', '123336.513000', '123336.515000', '123336.518000', '123336.520000', '123336.523000', '123336.526000', '123336.529000', '123336.531000', '123336.534000', '123336.537000', '123336.539000', '123336.542000', '123336.545000', '123336.548000', '123336.550000', '123336.553000', '123336.556000', '123336.558000', '123336.561000', '123336.563000', '123336.566000', '123336.569000', '123336.571000', '123336.574000', '123336.576000', '123336.579000', '123336.581000', '123336.584000', '123336.587000', '123336.589000', '123336.592000', '123336.595000', '123336.597000', '123356.477000', '123356.480000', '123356.483000', '123356.486000', '123356.488000', '123356.491000', '123356.493000', '123356.505000', '123356.507000', '123356.510000', '123356.513000', '123356.515000', '123356.518000', '123356.520000', '123356.523000', '123356.526000', '123356.528000', '123356.531000', '123356.533000', '123356.536000', '123356.539000', '123356.541000', '123356.544000', '123356.546000', '123356.549000', '123356.552000', '123356.554000', '123356.557000', '123356.559000', '123356.562000', '123356.565000', '123356.567000', '123356.570000', '123356.573000', '123356.575000', '123356.578000', '123356.580000', '123356.583000', '123356.586000', '123356.588000', '123356.591000', '123356.594000', '123356.596000', '123416.478000', '123416.481000', '123416.483000', '123416.486000', '123416.488000', '123416.491000', '123416.494000', '123416.496000', '123416.499000', '123416.501000', '123416.504000', '123416.507000', '123416.509000', '123416.512000', '123416.515000', '123416.517000', '123416.520000', '123416.523000', '123416.525000', '123416.528000', '123416.531000', '123416.533000', '123416.536000', '123416.538000', '123416.541000', '123416.544000', '123416.546000', '123416.549000', '123416.551000', '123416.554000', '123416.557000', '123416.559000', '123416.562000', '123416.565000', '123416.567000', '123416.570000', '123416.572000', '123416.575000', '123416.578000', '123416.580000', '123416.583000', '123416.585000', '123416.588000', '123416.591000', '123436.477000', '123436.487000', '123436.490000', '123436.493000', '123436.495000', '123436.498000', '123436.500000', '123436.503000', '123436.506000', '123436.508000', '123436.511000', '123436.514000', '123436.516000', '123436.519000', '123436.521000', '123436.524000', '123436.527000', '123436.529000', '123436.532000', '123436.535000', '123436.537000', '123436.540000', '123436.542000', '123436.545000', '123436.548000', '123436.550000', '123436.553000', '123436.556000', '123436.580000', '123436.583000', '123436.585000', '123436.588000', '123436.590000', '123436.593000', '123436.596000', '123436.598000', '123436.601000', '123436.604000', '123436.606000', '123436.609000', '123436.611000', '123436.614000', '123436.617000', '123456.476000', '123456.480000', '123456.482000', '123456.485000', '123456.487000', '123456.490000', '123456.493000', '123456.495000', '123456.498000', '123456.500000', '123456.503000', '123456.506000', '123456.508000', '123456.512000', '123456.515000', '123456.517000', '123456.520000', '123456.523000', '123456.525000', '123456.528000', '123456.531000', '123456.533000', '123456.536000', '123456.538000', '123456.541000', '123456.544000', '123456.546000', '123456.549000', '123456.551000', '123456.554000', '123456.557000', '123456.559000', '123456.562000', '123456.565000', '123456.567000', '123456.570000', '123456.572000', '123456.575000', '123456.578000', '123456.580000', '123456.583000', '123456.585000', '123456.588000', '123516.477000', '123516.481000', '123516.484000', '123516.487000', '123516.489000', '123516.492000', '123516.495000', '123516.497000', '123516.500000', '123516.502000', '123516.505000', '123516.508000', '123516.510000', '123516.513000', '123516.516000', '123516.518000', '123516.521000', '123516.524000', '123516.526000', '123516.529000', '123516.531000', '123516.534000', '123516.537000', '123516.539000', '123516.542000', '123516.545000', '123516.547000', '123516.550000', '123516.552000', '123516.555000', '123516.558000', '123516.560000', '123516.563000', '123516.566000', '123516.568000', '123516.571000', '123516.573000', '123516.576000', '123516.578000', '123516.581000', '123516.584000', '123516.586000', '123516.589000', '123516.592000', '123536.478000', '123536.481000', '123536.483000', '123536.486000', '123536.489000', '123536.491000', '123536.494000', '123536.496000', '123536.499000', '123536.502000', '123536.504000', '123536.507000', '123536.511000', '123536.514000', '123536.517000', '123536.519000', '123536.522000', '123536.525000', '123536.527000', '123536.530000', '123536.541000', '123536.543000', '123536.546000', '123536.548000', '123536.551000', '123536.554000', '123536.556000', '123536.559000', '123536.562000', '123536.564000', '123536.567000', '123536.569000', '123536.572000', '123536.575000', '123536.577000', '123536.580000', '123536.583000', '123536.585000', '123536.588000', '123536.591000', '123536.593000', '123536.596000', '123536.599000', '123556.477000', '123556.480000', '123556.483000', '123556.485000', '123556.488000', '123556.491000', '123556.493000', '123556.496000', '123556.499000', '123556.501000', '123556.504000', '123556.507000', '123556.509000', '123556.512000', '123556.515000', '123556.517000', '123556.520000', '123556.523000', '123556.525000', '123556.528000', '123556.530000', '123556.533000', '123556.535000', '123556.538000', '123556.541000', '123556.543000', '123556.546000', '123556.549000', '123556.551000', '123556.554000', '123556.557000', '123556.559000', '123556.562000', '123556.564000', '123556.567000', '123556.570000', '123556.572000', '123556.575000', '123556.578000', '123556.580000', '123556.609000', '123556.611000', '123556.614000', '123556.617000', '123616.478000', '123616.480000', '123616.483000', '123616.486000', '123616.488000', '123616.491000', '123616.493000', '123616.496000', '123616.499000', '123616.501000', '123616.504000', '123616.506000', '123616.509000', '123616.512000', '123616.515000', '123616.517000', '123616.522000', '123616.524000', '123616.527000', '123616.530000', '123616.532000', '123616.535000', '123616.537000', '123616.540000', '123616.544000', '123616.547000', '123616.549000', '123616.553000', '123616.555000', '123616.558000', '123616.561000', '123616.563000', '123616.566000', '123616.569000', '123616.571000', '123616.574000', '123616.576000', '123616.579000', '123616.582000', '123616.584000', '123616.587000', '123616.590000', '123616.592000', '123636.478000', '123636.481000', '123636.484000', '123636.487000', '123636.489000', '123636.492000', '123636.494000', '123636.497000', '123636.500000', '123636.502000', '123636.505000', '123636.507000', '123636.510000', '123636.513000', '123636.515000', '123636.518000', '123636.521000', '123636.523000', '123636.526000', '123636.528000', '123636.531000', '123636.533000', '123636.536000', '123636.539000', '123636.541000', '123636.544000', '123636.547000', '123636.549000', '123636.552000', '123636.554000', '123636.557000', '123636.560000', '123636.562000', '123636.565000', '123636.568000', '123636.570000', '123636.573000', '123636.576000', '123636.578000', '123636.581000', '123636.584000', '123636.586000', '123636.589000', '123636.592000', '123656.477000', '123656.480000', '123656.483000', '123656.486000', '123656.488000', '123656.491000', '123656.494000', '123656.496000', '123656.499000', '123656.501000', '123656.504000', '123656.507000', '123656.509000', '123656.512000', '123656.515000', '123656.517000', '123656.520000', '123656.522000', '123656.525000', '123656.527000', '123656.530000', '123656.533000', '123656.535000', '123656.538000', '123656.540000', '123656.543000', '123656.546000', '123656.548000', '123656.551000', '123656.554000', '123656.556000', '123656.559000', '123656.561000', '123656.564000', '123656.567000', '123656.569000', '123656.572000', '123656.574000', '123656.577000', '123656.580000', '123656.582000', '123656.585000', '123656.587000', '123716.477000', '123716.480000', '123716.483000', '123716.485000', '123716.488000', '123716.491000', '123716.493000', '123716.496000', '123716.498000', '123716.501000', '123716.511000', '123716.514000', '123716.516000', '123716.519000', '123716.521000', '123716.524000', '123716.526000', '123716.529000', '123716.532000', '123716.534000', '123716.537000', '123716.540000', '123716.542000', '123716.545000', '123716.547000', '123716.550000', '123716.553000', '123716.555000', '123716.558000', '123716.561000', '123716.563000', '123716.566000', '123716.568000', '123716.571000', '123716.574000', '123716.576000', '123716.579000', '123716.582000', '123716.584000', '123716.587000', '123716.590000', '123716.593000', '123716.595000', '123716.598000', '123726.876000', '123726.879000', '123726.882000', '123726.885000', '123726.888000', '123726.890000', '123726.917000', '123726.920000', '123726.923000', '123726.926000', '123726.928000', '123726.931000', '123726.934000', '123726.937000', '123726.940000', '123726.943000', '123726.946000', '123726.948000', '123726.951000', '123726.954000', '123726.956000', '123726.959000', '123726.962000'], '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': [13065, 10755, 8801, 8027, 10806, 7968, 12527, 8689, 12524, 8202, 7997, 9094, 16098, 13384, 16508, 11489, 10988, 8360, 13639, 9556, 10933, 8744, 7577, 11251, 7951, 13243, 8929, 15526, 9847, 9091, 9134, 17335, 10369, 14537, 11263, 7743, 9965, 7708, 13079, 9281, 11972, 8221, 13758, 7965, 8670, 8412, 15469, 12089, 12848, 10435, 7585, 9987, 7646, 12398, 7966, 13246, 8987, 7836, 8578, 7665, 12791, 8922, 15155, 10990, 8347, 9182, 18360, 12310, 14204, 10602, 7472, 11172, 7823, 7691, 9475, 8136, 15650, 9385, 10331, 9498, 18280, 12722, 14266, 11194, 7874, 11853, 7486, 11040, 9238, 7650, 7700, 11627, 8343, 9665, 11863, 7793, 16657, 16627, 12022, 17315, 11392, 7712, 10937, 8255, 7652, 8973, 7767, 8765, 8301, 7696, 12789, 13534, 10141, 9381, 10939, 7610, 7774, 8530, 7678, 12551, 9014, 15658, 9495, 7916, 11719, 8452, 15036, 14225, 17665, 11623, 7555, 10897, 8279, 11916, 9375, 7409, 11854, 7852, 12374, 8708, 13886, 9477, 8357, 8481, 7540, 11306, 8492, 13725, 8748, 8234, 9205, 7834, 11481, 8741, 11619, 9536, 7783, 12412, 14790, 9910, 14218, 10669, 7934, 12180, 8936, 7324, 10288, 8086, 14302, 9873, 7524, 11467, 7983, 13478, 11826, 16858, 9345, 7584, 10559, 7822, 13272, 10748, 15300, 8691, 13155, 8996, 12945, 9554, 11643, 8995, 7506, 10239, 7902, 12654, 10574, 14458, 11614, 14351, 8193, 13722, 8949, 13655, 10841, 13404, 9749, 12050, 8085, 12196, 8587, 13009, 8677, 7579, 9286, 7394, 10834, 8170, 12790, 9561, 15496, 8787, 14496, 10061, 13585, 10229, 13774, 8019, 8461, 7972, 7993, 10045, 7880, 13460, 7620, 11580, 8680, 15022, 11616, 16960, 10569, 12289, 8356, 11264, 9666, 7607, 12838, 7564, 12470, 8011, 12434, 9083, 9733, 8459, 7715, 10895, 7958, 14521, 11527, 15220, 8264, 8054, 12142, 7470, 7428, 11409, 15294, 16210, 8693, 12337, 8354, 11029, 9810, 8143, 13338, 7780, 7568, 10060, 9458, 15854, 11490, 9100, 11018, 7987, 13329, 9548, 13182, 9559, 12779, 9787, 7596, 7671, 8501, 7550, 13514, 9913, 16054, 11576, 8813, 11331, 8061, 13682, 11765, 15158, 12129, 10956, 9132, 7674, 11120, 8604, 10932, 9722, 7704, 11970, 8955, 15165, 10608, 13645, 9183, 7642, 11275, 7393, 14764, 8329, 10650, 9110, 8621, 15360, 7982, 7500, 9388, 7501, 11371, 10457, 8371, 7344, 9925, 7734, 7516, 13697, 17593, 12205, 16788, 11974, 8044, 12177, 8763, 7372, 9662, 8027, 11199, 8872, 7571, 11911, 14065, 9545, 7808, 16055, 8709, 7425, 9128, 7606, 8937, 12623, 7871, 11086, 8349, 7660, 12683, 7640, 15474, 13966, 15923, 10607, 7551, 10420, 8542, 7972, 10701, 8541, 7921, 10143, 7451, 7488, 10095, 7939, 14818, 11445, 15672, 11803, 9634, 11824, 7708, 12801, 8264, 14082, 8536, 7977, 17855, 10653, 9475, 12849, 7489, 12011, 8995, 7524, 13785, 8639, 7626, 9473, 8436, 7406, 14106, 13159, 16095, 12424, 10941, 10422, 7678, 13426, 9320, 15484, 18883, 12742, 8920, 10915, 8804, 17060, 18415, 11919, 7542, 11182, 11260, 9054, 10980, 11331, 7256, 10257, 18047, 13492, 7632, 7633, 7398, 7533, 7563, 9607, 7861, 8156, 12995, 10451, 7785, 7500, 10125, 7900, 14458, 18313, 17634, 10513, 10800, 19178, 12992, 14604, 8608, 11619, 12368, 17175, 14132, 11206, 8128, 15043, 10258, 9217, 13573, 10040, 9456, 11924, 15640, 18987, 15995, 10416, 12826, 9545, 15344, 19729, 13870, 7937, 8393, 8434, 8143, 12551, 11671, 8508, 7263, 10745, 13094, 18776, 12502, 14776, 15336, 9412, 8297, 12098, 9119, 7505, 11411, 8577, 7264, 13012, 10946, 7947, 9275, 7766, 7333, 13089, 8994, 8431, 13780, 7675, 7505, 9992, 7715, 7920, 15184, 12035, 8875, 13888, 12937, 7614, 7656, 10559, 8157, 15236, 14471, 10956, 10597, 11191, 7916, 7398, 8709, 7329, 7416, 11442, 8192, 7420, 11487, 11526, 8190, 7411, 15735, 18126, 13720, 19407, 12242, 15161, 9790, 13578, 8979, 12078, 8567, 13006, 8671, 12503, 8513, 8065, 8280, 7372, 9933, 8704, 13906, 13208, 10036, 15046, 7520, 7377, 8404, 7386, 12667, 8546, 8291, 8304, 7753, 8274, 11506, 7483, 8512, 8822, 7782, 16868, 17545, 13949, 17787, 12041, 7996, 11910, 7778, 11577, 8362, 7596, 9461, 7427, 13300, 8092, 10641, 8502, 14302, 9773, 7470, 9016, 7763, 9249, 7931, 8784, 11315, 12365, 15219, 7731, 8100, 8898, 16391, 10867, 10882, 11170, 8321, 10226, 11633, 7725, 8561, 8159, 11810, 9724, 12177, 7689, 7788, 9534, 7668, 7437, 14455, 13580, 16231, 11056, 7611, 11255, 8336, 7714, 14319, 8074, 14583, 8942, 18921, 11382, 14720, 10343, 7402, 12568, 8432, 13328, 8864, 11631, 8460, 7569, 11765, 7446, 9189, 7702, 7488, 10606, 7772, 12136, 7290, 7638, 9756, 7958, 15108, 8616, 14646, 8838, 12911, 8837, 13004, 8799, 7471, 8251, 7589, 10909, 7794, 11505, 15910, 18211, 13581, 13819, 17253, 7704, 15437, 16461, 14360, 7703, 10414, 14569, 9597, 7743, 8729, 8301, 9129, 13350, 9417, 7354, 13969, 9797, 7840, 8600, 9874, 8295, 18867, 13847, 19294, 14951, 11025, 9503, 7750, 13373, 8825, 7860, 10447, 7771, 8817, 8075, 7580, 12466, 7834, 9523, 9050, 7862, 11315, 7951, 7427, 12887, 13950, 13186, 8411, 7819, 10738, 7950, 7535, 10767, 8509, 7386, 12167, 7646, 13655, 8904, 15989, 11145, 8157, 8973, 7846, 11149, 8022, 12343, 8517, 9735, 7989, 7663, 9535, 7628, 10204, 9320, 7950, 12633, 7886, 8293, 8961, 15622, 11466, 12070, 11760, 7679, 8077, 10011, 8345, 14857, 10374, 10611, 16389, 15425, 7927, 11331, 12725, 7891, 9725, 8523, 7416, 12513, 8343, 12981, 8608, 7449, 13027, 8457, 7537, 10992, 8023, 13339, 18410, 13579, 9772, 12061, 8578, 15893, 10488, 16053, 8483, 10722, 8493, 12431, 12575, 9536, 8036, 18967, 18233, 9608, 8265, 9288, 8640, 10319, 8946, 7611, 10811, 9543, 7994, 7528, 11911, 8526, 13958, 11108, 15479, 12227, 9472, 11879, 7806, 12215, 8508, 12108, 8486, 7542, 9115, 7772, 9117, 7983, 7428, 11493, 8085, 8576, 12074, 14288, 13160, 8500, 7962, 12197, 11031, 7688, 10284, 8015, 7374, 12222, 9245, 12005, 14814, 10628, 7964, 11743, 8454, 7913, 13152, 18810, 13013, 8758, 10954, 8099, 13296, 12473, 10471, 15478, 9694, 7746, 11941, 9112, 7715, 11551, 8713, 7749, 11250, 8488, 13045, 9760, 17406, 12477, 12365, 10468, 7623, 11457, 8222, 12765, 19397, 14618, 12746, 9131, 7873, 12638, 15451, 15635, 13315, 8046, 7593, 8980, 7930, 10035, 9359, 7889, 12729, 9420, 11235, 13400, 8754, 8988, 11248, 8242, 12436, 9456, 11300, 10548, 16334, 9081, 7813, 10390, 8704, 7892, 11276, 7711, 7838, 9809, 8900, 8298, 13040, 8766, 12228, 9890, 7805, 11318, 8346, 15057, 10096, 16282, 14250, 13030, 8388, 7544, 10476, 8711, 8321, 9616, 7777, 12754, 10469, 7975, 8740, 7535, 7744, 12644, 10021], 'WindowCenter': [4650.0, 4597.0, 4560.0, 4535.0, 4563.0, 4534.0, 4570.0, 4530.0, 4560.0, 4518.0, 4517.0, 4540.0, 4579.0, 4558.0, 4576.0, 4534.0, 4532.0, 4503.0, 4555.0, 4523.0, 4532.0, 4502.0, 4493.0, 4532.0, 4506.0, 4555.0, 4515.0, 4566.0, 4523.0, 4513.0, 4514.0, 4588.0, 4525.0, 4552.0, 4533.0, 4492.0, 4510.0, 4491.0, 4553.0, 4512.0, 4531.0, 4501.0, 4542.0, 4502.0, 4501.0, 4503.0, 4563.0, 4532.0, 4542.0, 4510.0, 4479.0, 4510.0, 4492.0, 4530.0, 4492.0, 4541.0, 4513.0, 4491.0, 4514.0, 4504.0, 4553.0, 4514.0, 4567.0, 4534.0, 4504.0, 4513.0, 4574.0, 4544.0, 4553.0, 4521.0, 4480.0, 4532.0, 4491.0, 4503.0, 4523.0, 4505.0, 4575.0, 4524.0, 4523.0, 4523.0, 4584.0, 4544.0, 4552.0, 4522.0, 4492.0, 4531.0, 4496.0, 4534.0, 4513.0, 4505.0, 4505.0, 4544.0, 4516.0, 4526.0, 4533.0, 4493.0, 4576.0, 4564.0, 4532.0, 4562.0, 4519.0, 4479.0, 4519.0, 4500.0, 4504.0, 4514.0, 4505.0, 4516.0, 4515.0, 4506.0, 4557.0, 4555.0, 4524.0, 4513.0, 4534.0, 4493.0, 4493.0, 4514.0, 4518.0, 4556.0, 4527.0, 4578.0, 4525.0, 4505.0, 4545.0, 4516.0, 4566.0, 4556.0, 4575.0, 4532.0, 4492.0, 4521.0, 4515.0, 4543.0, 4526.0, 4495.0, 4544.0, 4505.0, 4555.0, 4515.0, 4555.0, 4527.0, 4505.0, 4503.0, 4507.0, 4546.0, 4527.0, 4567.0, 4516.0, 4515.0, 4525.0, 4506.0, 4545.0, 4516.0, 4548.0, 4526.0, 4507.0, 4557.0, 4565.0, 4525.0, 4553.0, 4524.0, 4492.0, 4531.0, 4513.0, 4505.0, 4535.0, 4504.0, 4568.0, 4526.0, 4505.0, 4545.0, 4518.0, 4556.0, 4547.0, 4576.0, 4515.0, 4494.0, 4535.0, 4507.0, 4555.0, 4535.0, 4564.0, 4514.0, 4543.0, 4514.0, 4544.0, 4524.0, 4533.0, 4513.0, 4493.0, 4523.0, 4506.0, 4556.0, 4536.0, 4565.0, 4535.0, 4553.0, 4504.0, 4541.0, 4514.0, 4553.0, 4522.0, 4544.0, 4512.0, 4530.0, 4492.0, 4531.0, 4513.0, 4553.0, 4514.0, 4494.0, 4512.0, 4495.0, 4546.0, 4529.0, 4557.0, 4539.0, 4577.0, 4516.0, 4566.0, 4526.0, 4554.0, 4523.0, 4555.0, 4503.0, 4503.0, 4505.0, 4517.0, 4536.0, 4517.0, 4567.0, 4507.0, 4546.0, 4529.0, 4579.0, 4548.0, 4589.0, 4536.0, 4544.0, 4516.0, 4535.0, 4527.0, 4507.0, 4555.0, 4495.0, 4544.0, 4506.0, 4544.0, 4516.0, 4525.0, 4504.0, 4505.0, 4535.0, 4519.0, 4565.0, 4547.0, 4578.0, 4507.0, 4506.0, 4559.0, 4508.0, 4509.0, 4549.0, 4579.0, 4577.0, 4516.0, 4543.0, 4517.0, 4546.0, 4540.0, 4508.0, 4556.0, 4495.0, 4506.0, 4538.0, 4539.0, 4579.0, 4550.0, 4518.0, 4549.0, 4519.0, 4556.0, 4514.0, 4544.0, 4515.0, 4543.0, 4512.0, 4494.0, 4507.0, 4516.0, 4507.0, 4556.0, 4538.0, 4578.0, 4534.0, 4503.0, 4522.0, 4492.0, 4542.0, 4520.0, 4541.0, 4519.0, 4508.0, 4498.0, 4481.0, 4532.0, 4503.0, 4523.0, 4523.0, 4493.0, 4531.0, 4503.0, 4552.0, 4522.0, 4540.0, 4502.0, 4482.0, 4520.0, 4493.0, 4565.0, 4505.0, 4524.0, 4514.0, 4516.0, 4566.0, 4504.0, 4494.0, 4515.0, 4508.0, 4547.0, 4547.0, 4517.0, 4509.0, 4538.0, 4507.0, 4508.0, 4568.0, 4576.0, 4535.0, 4563.0, 4534.0, 4493.0, 4532.0, 4503.0, 4495.0, 4524.0, 4505.0, 4546.0, 4514.0, 4494.0, 4545.0, 4553.0, 4513.0, 4506.0, 4578.0, 4515.0, 4494.0, 4513.0, 4507.0, 4528.0, 4572.0, 4518.0, 4560.0, 4519.0, 4521.0, 4583.0, 4522.0, 4593.0, 4569.0, 4566.0, 4536.0, 4506.0, 4536.0, 4516.0, 4506.0, 4535.0, 4516.0, 4506.0, 4535.0, 4507.0, 4508.0, 4548.0, 4519.0, 4568.0, 4548.0, 4566.0, 4546.0, 4515.0, 4533.0, 4492.0, 4542.0, 4505.0, 4565.0, 4527.0, 4504.0, 4586.0, 4536.0, 4526.0, 4544.0, 4497.0, 4547.0, 4516.0, 4494.0, 4555.0, 4503.0, 4493.0, 4524.0, 4505.0, 4495.0, 4566.0, 4556.0, 4567.0, 4546.0, 4535.0, 4523.0, 4493.0, 4541.0, 4541.0, 4574.0, 4584.0, 4542.0, 4513.0, 4533.0, 4517.0, 4588.0, 4575.0, 4519.0, 4480.0, 4519.0, 4519.0, 4499.0, 4511.0, 4510.0, 4481.0, 4523.0, 4568.0, 4530.0, 4479.0, 4491.0, 4493.0, 4507.0, 4505.0, 4515.0, 4507.0, 4507.0, 4556.0, 4525.0, 4495.0, 4495.0, 4550.0, 4532.0, 4579.0, 4589.0, 4588.0, 4524.0, 4535.0, 4574.0, 4531.0, 4537.0, 4477.0, 4519.0, 4530.0, 4575.0, 4552.0, 4531.0, 4479.0, 4536.0, 4508.0, 4497.0, 4528.0, 4509.0, 4499.0, 4532.0, 4540.0, 4576.0, 4539.0, 4498.0, 4518.0, 4513.0, 4551.0, 4558.0, 4516.0, 4466.0, 4477.0, 4476.0, 4479.0, 4519.0, 4509.0, 4490.0, 4466.0, 4508.0, 4540.0, 4560.0, 4517.0, 4539.0, 4537.0, 4474.0, 4462.0, 4502.0, 4473.0, 4455.0, 4494.0, 4473.0, 4466.0, 4528.0, 4509.0, 4477.0, 4486.0, 4467.0, 4466.0, 4528.0, 4504.0, 4480.0, 4528.0, 4467.0, 4482.0, 4500.0, 4495.0, 4505.0, 4566.0, 4544.0, 4503.0, 4556.0, 4532.0, 4480.0, 4495.0, 4524.0, 4506.0, 4553.0, 4557.0, 4524.0, 4513.0, 4512.0, 4480.0, 4468.0, 4487.0, 4481.0, 4494.0, 4547.0, 4505.0, 4498.0, 4536.0, 4535.0, 4506.0, 4484.0, 4567.0, 4564.0, 4531.0, 4560.0, 4519.0, 4538.0, 4497.0, 4527.0, 4487.0, 4516.0, 4487.0, 4517.0, 4477.0, 4517.0, 4489.0, 4479.0, 4489.0, 4481.0, 4511.0, 4529.0, 4569.0, 4559.0, 4535.0, 4565.0, 4492.0, 4505.0, 4505.0, 4495.0, 4544.0, 4514.0, 4504.0, 4504.0, 4508.0, 4518.0, 4549.0, 4509.0, 4528.0, 4526.0, 4507.0, 4579.0, 4573.0, 4544.0, 4563.0, 4521.0, 4480.0, 4519.0, 4481.0, 4518.0, 4501.0, 4492.0, 4513.0, 4492.0, 4543.0, 4505.0, 4523.0, 4514.0, 4555.0, 4524.0, 4481.0, 4514.0, 4506.0, 4524.0, 4505.0, 4515.0, 4548.0, 4558.0, 4578.0, 4506.0, 4507.0, 4518.0, 4564.0, 4535.0, 4537.0, 4537.0, 4516.0, 4538.0, 4545.0, 4520.0, 4529.0, 4533.0, 4559.0, 4527.0, 4547.0, 4495.0, 4509.0, 4538.0, 4506.0, 4495.0, 4568.0, 4555.0, 4561.0, 4520.0, 4481.0, 4533.0, 4504.0, 4494.0, 4555.0, 4495.0, 4552.0, 4504.0, 4574.0, 4533.0, 4552.0, 4523.0, 4481.0, 4530.0, 4491.0, 4540.0, 4503.0, 4532.0, 4493.0, 4481.0, 4521.0, 4481.0, 4500.0, 4491.0, 4483.0, 4522.0, 4495.0, 4534.0, 4483.0, 4504.0, 4514.0, 4505.0, 4566.0, 4504.0, 4554.0, 4503.0, 4543.0, 4504.0, 4543.0, 4503.0, 4494.0, 4504.0, 4494.0, 4533.0, 4494.0, 4547.0, 4591.0, 4589.0, 4568.0, 4569.0, 4599.0, 4519.0, 4590.0, 4590.0, 4567.0, 4506.0, 4532.0, 4593.0, 4536.0, 4519.0, 4528.0, 4518.0, 4524.0, 4568.0, 4525.0, 4481.0, 4554.0, 4535.0, 4505.0, 4515.0, 4522.0, 4504.0, 4584.0, 4553.0, 4573.0, 4552.0, 4521.0, 4498.0, 4480.0, 4540.0, 4501.0, 4489.0, 4520.0, 4479.0, 4499.0, 4490.0, 4504.0, 4542.0, 4493.0, 4512.0, 4513.0, 4491.0, 4521.0, 4503.0, 4507.0, 4568.0, 4577.0, 4566.0, 4515.0, 4507.0, 4533.0, 4504.0, 4520.0, 4548.0, 4529.0, 4508.0, 4546.0, 4507.0, 4555.0, 4526.0, 4576.0, 4536.0, 4493.0, 4503.0, 4490.0, 4520.0, 4493.0, 4542.0, 4503.0, 4512.0, 4491.0, 4492.0, 4525.0, 4507.0, 4523.0, 4527.0, 4505.0, 4555.0, 4504.0, 4505.0, 4528.0, 4566.0, 4536.0, 4546.0, 4535.0, 4503.0, 4504.0, 4535.0, 4541.0, 4602.0, 4561.0, 4562.0, 4602.0, 4591.0, 4531.0, 4562.0, 4556.0, 4493.0, 4512.0, 4503.0, 4495.0, 4556.0, 4517.0, 4566.0, 4514.0, 4493.0, 4556.0, 4503.0, 4505.0, 4574.0, 4530.0, 4581.0, 4594.0, 4552.0, 4522.0, 4541.0, 4502.0, 4549.0, 4521.0, 4551.0, 4488.0, 4519.0, 4504.0, 4542.0, 4530.0, 4512.0, 4492.0, 4585.0, 4561.0, 4500.0, 4476.0, 4486.0, 4487.0, 4507.0, 4512.0, 4492.0, 4521.0, 4510.0, 4491.0, 4490.0, 4529.0, 4490.0, 4539.0, 4518.0, 4548.0, 4518.0, 4497.0, 4516.0, 4467.0, 4516.0, 4487.0, 4517.0, 4488.0, 4478.0, 4510.0, 4490.0, 4499.0, 4489.0, 4482.0, 4544.0, 4528.0, 4527.0, 4558.0, 4580.0, 4567.0, 4527.0, 4519.0, 4558.0, 4537.0, 4505.0, 4525.0, 4518.0, 4508.0, 4558.0, 4527.0, 4546.0, 4565.0, 4523.0, 4494.0, 4531.0, 4516.0, 4517.0, 4553.0, 4601.0, 4557.0, 4531.0, 4549.0, 4518.0, 4555.0, 4545.0, 4523.0, 4552.0, 4499.0, 4479.0, 4529.0, 4501.0, 4505.0, 4532.0, 4503.0, 4491.0, 4531.0, 4501.0, 4540.0, 4513.0, 4562.0, 4528.0, 4527.0, 4508.0, 4478.0, 4543.0, 4516.0, 4556.0, 4586.0, 4565.0, 4543.0, 4514.0, 4505.0, 4547.0, 4590.0, 4587.0, 4565.0, 4516.0, 4504.0, 4513.0, 4504.0, 4522.0, 4512.0, 4491.0, 4555.0, 4526.0, 4547.0, 4564.0, 4502.0, 4501.0, 4531.0, 4491.0, 4542.0, 4512.0, 4521.0, 4522.0, 4575.0, 4502.0, 4478.0, 4521.0, 4515.0, 4504.0, 4532.0, 4490.0, 4506.0, 4537.0, 4517.0, 4515.0, 4557.0, 4518.0, 4546.0, 4513.0, 4493.0, 4521.0, 4503.0, 4552.0, 4525.0, 4563.0, 4541.0, 4517.0, 4475.0, 4479.0, 4510.0, 4501.0, 4489.0, 4500.0, 4495.0, 4556.0, 4523.0, 4490.0, 4489.0, 4495.0, 4505.0, 4543.0, 4524.0], 'WindowWidth': [10199.0, 10102.0, 10035.0, 9990.0, 10025.0, 9982.0, 10024.0, 9970.0, 10009.0, 9950.0, 9946.0, 9981.0, 10036.0, 9998.0, 10027.0, 9961.0, 9956.0, 9919.0, 9993.0, 9946.0, 9956.0, 9916.0, 9905.0, 9957.0, 9928.0, 9992.0, 9938.0, 10008.0, 9947.0, 9931.0, 9934.0, 10048.0, 9950.0, 9984.0, 9958.0, 9899.0, 9924.0, 9901.0, 9987.0, 9929.0, 9951.0, 9913.0, 9970.0, 9915.0, 9914.0, 9917.0, 10003.0, 9954.0, 9967.0, 9921.0, 9880.0, 9921.0, 9899.0, 9952.0, 9902.0, 9967.0, 9932.0, 9901.0, 9934.0, 9922.0, 9987.0, 9936.0, 10012.0, 9962.0, 9920.0, 9931.0, 10022.0, 9973.0, 9987.0, 9940.0, 9884.0, 9955.0, 9901.0, 9920.0, 9946.0, 9924.0, 10023.0, 9949.0, 9943.0, 9945.0, 10033.0, 9979.0, 9981.0, 9941.0, 9903.0, 9953.0, 9914.0, 9961.0, 9932.0, 9924.0, 9927.0, 9977.0, 9940.0, 9951.0, 9959.0, 9904.0, 10027.0, 10001.0, 9956.0, 9998.0, 9933.0, 9878.0, 9932.0, 9911.0, 9924.0, 9936.0, 9925.0, 9940.0, 9939.0, 9929.0, 9998.0, 9993.0, 9948.0, 9931.0, 9963.0, 9905.0, 9905.0, 9935.0, 9947.0, 9994.0, 9958.0, 10028.0, 9952.0, 9925.0, 9978.0, 9942.0, 10013.0, 9994.0, 10023.0, 9955.0, 9900.0, 9940.0, 9939.0, 9974.0, 9954.0, 9909.0, 9976.0, 9925.0, 9993.0, 9940.0, 9992.0, 9957.0, 9919.0, 9915.0, 9930.0, 9981.0, 9958.0, 10011.0, 9940.0, 9938.0, 9950.0, 9926.0, 9978.0, 9941.0, 9987.0, 9955.0, 9930.0, 9999.0, 10006.0, 9950.0, 9985.0, 9947.0, 9901.0, 9953.0, 9931.0, 9926.0, 9964.0, 9923.0, 10014.0, 9952.0, 9923.0, 9977.0, 9945.0, 9996.0, 9983.0, 10025.0, 9936.0, 9908.0, 9963.0, 9930.0, 9994.0, 9962.0, 10004.0, 9933.0, 9972.0, 9933.0, 9975.0, 9946.0, 9958.0, 9931.0, 9904.0, 9944.0, 9927.0, 9996.0, 9966.0, 10008.0, 9962.0, 9985.0, 9919.0, 9968.0, 9934.0, 9988.0, 9942.0, 9973.0, 9928.0, 9951.0, 9900.0, 9954.0, 9933.0, 9986.0, 9935.0, 9908.0, 9930.0, 9911.0, 9981.0, 9963.0, 9999.0, 9977.0, 10024.0, 9940.0, 10009.0, 9955.0, 9988.0, 9945.0, 9992.0, 9918.0, 9917.0, 9924.0, 9944.0, 9968.0, 9945.0, 10013.0, 9932.0, 9983.0, 9964.0, 10034.0, 9986.0, 10046.0, 9965.0, 9974.0, 9942.0, 9964.0, 9958.0, 9928.0, 9991.0, 9909.0, 9974.0, 9929.0, 9976.0, 9939.0, 9950.0, 9921.0, 9922.0, 9966.0, 9947.0, 10007.0, 9983.0, 10026.0, 9928.0, 9925.0, 10003.0, 9931.0, 9935.0, 9992.0, 10031.0, 10025.0, 9939.0, 9971.0, 9941.0, 9982.0, 9981.0, 9930.0, 9992.0, 9910.0, 9925.0, 9972.0, 9977.0, 10030.0, 9989.0, 9943.0, 9987.0, 9948.0, 9992.0, 9931.0, 9974.0, 9936.0, 9969.0, 9924.0, 9906.0, 9932.0, 9939.0, 9931.0, 9994.0, 9972.0, 10028.0, 9961.0, 9914.0, 9939.0, 9898.0, 9967.0, 9933.0, 9965.0, 9930.0, 9913.0, 9900.0, 9882.0, 9954.0, 9917.0, 9943.0, 9946.0, 9903.0, 9951.0, 9914.0, 9983.0, 9939.0, 9961.0, 9913.0, 9884.0, 9934.0, 9903.0, 10007.0, 9922.0, 9946.0, 9934.0, 9938.0, 10007.0, 9919.0, 9905.0, 9932.0, 9932.0, 9985.0, 9986.0, 9947.0, 9934.0, 9975.0, 9931.0, 9931.0, 10017.0, 10021.0, 9963.0, 9998.0, 9961.0, 9901.0, 9953.0, 9917.0, 9910.0, 9948.0, 9924.0, 9979.0, 9934.0, 9906.0, 9976.0, 9983.0, 9931.0, 9927.0, 10032.0, 9936.0, 9906.0, 9931.0, 9933.0, 9960.0, 10027.0, 9947.0, 10006.0, 9949.0, 9956.0, 10044.0, 9959.0, 10060.0, 10016.0, 10002.0, 9961.0, 9925.0, 9963.0, 9938.0, 9923.0, 9963.0, 9938.0, 9925.0, 9968.0, 9936.0, 9934.0, 9987.0, 9950.0, 10017.0, 9986.0, 10008.0, 9981.0, 9935.0, 9957.0, 9901.0, 9968.0, 9924.0, 10009.0, 9962.0, 9923.0, 10040.0, 9971.0, 9953.0, 9972.0, 9914.0, 9984.0, 9942.0, 9908.0, 9990.0, 9916.0, 9908.0, 9948.0, 9924.0, 9909.0, 10010.0, 9995.0, 10016.0, 9982.0, 9964.0, 9944.0, 9906.0, 9970.0, 9988.0, 10019.0, 10041.0, 9971.0, 9930.0, 9960.0, 9944.0, 10043.0, 10024.0, 9930.0, 9876.0, 9930.0, 9930.0, 9902.0, 9919.0, 9918.0, 9884.0, 9946.0, 10023.0, 9946.0, 9873.0, 9896.0, 9903.0, 9927.0, 9921.0, 9933.0, 9928.0, 9928.0, 9995.0, 9948.0, 9908.0, 9908.0, 9994.0, 9977.0, 10035.0, 10052.0, 10043.0, 9946.0, 9965.0, 10023.0, 9948.0, 9954.0, 9871.0, 9932.0, 9946.0, 10026.0, 9981.0, 9952.0, 9878.0, 9951.0, 9915.0, 9901.0, 9944.0, 9921.0, 9904.0, 9954.0, 9960.0, 10029.0, 9958.0, 9899.0, 9927.0, 9931.0, 9981.0, 9989.0, 9918.0, 9853.0, 9869.0, 9869.0, 9874.0, 9923.0, 9910.0, 9893.0, 9851.0, 9915.0, 9963.0, 9993.0, 9924.0, 9956.0, 9950.0, 9858.0, 9840.0, 9898.0, 9857.0, 9835.0, 9887.0, 9858.0, 9855.0, 9943.0, 9916.0, 9867.0, 9878.0, 9854.0, 9851.0, 9941.0, 9917.0, 9877.0, 9938.0, 9853.0, 9885.0, 9903.0, 9907.0, 9920.0, 10007.0, 9972.0, 9918.0, 9989.0, 9948.0, 9875.0, 9903.0, 9942.0, 9921.0, 9981.0, 9990.0, 9942.0, 9923.0, 9921.0, 9876.0, 9856.0, 9885.0, 9885.0, 9908.0, 9984.0, 9920.0, 9914.0, 9963.0, 9963.0, 9924.0, 9889.0, 10010.0, 10004.0, 9947.0, 9991.0, 9927.0, 9953.0, 9897.0, 9939.0, 9884.0, 9921.0, 9882.0, 9923.0, 9870.0, 9923.0, 9888.0, 9875.0, 9890.0, 9884.0, 9923.0, 9965.0, 10017.0, 10002.0, 9965.0, 10003.0, 9900.0, 9924.0, 9921.0, 9906.0, 9973.0, 9934.0, 9921.0, 9922.0, 9933.0, 9942.0, 9988.0, 9934.0, 9958.0, 9954.0, 9927.0, 10032.0, 10011.0, 9970.0, 9995.0, 9935.0, 9878.0, 9930.0, 9882.0, 9930.0, 9911.0, 9900.0, 9930.0, 9901.0, 9969.0, 9920.0, 9943.0, 9933.0, 9991.0, 9946.0, 9885.0, 9934.0, 9930.0, 9949.0, 9925.0, 9937.0, 9986.0, 9999.0, 10025.0, 9927.0, 9928.0, 9944.0, 10002.0, 9963.0, 9968.0, 9968.0, 9939.0, 9974.0, 9978.0, 9951.0, 9963.0, 9973.0, 10002.0, 9956.0, 9980.0, 9908.0, 9933.0, 9975.0, 9929.0, 9911.0, 10013.0, 9988.0, 9991.0, 9932.0, 9882.0, 9955.0, 9920.0, 9906.0, 9992.0, 9907.0, 9983.0, 9917.0, 10016.0, 9956.0, 9981.0, 9942.0, 9883.0, 9948.0, 9897.0, 9962.0, 9914.0, 9954.0, 9903.0, 9883.0, 9936.0, 9884.0, 9908.0, 9898.0, 9890.0, 9943.0, 9908.0, 9959.0, 9891.0, 9922.0, 9933.0, 9923.0, 10008.0, 9920.0, 9987.0, 9915.0, 9970.0, 9917.0, 9971.0, 9916.0, 9908.0, 9919.0, 9907.0, 9958.0, 9906.0, 9984.0, 10049.0, 10051.0, 10013.0, 10018.0, 10064.0, 9952.0, 10051.0, 10045.0, 10011.0, 9926.0, 9958.0, 10061.0, 9970.0, 9951.0, 9964.0, 9947.0, 9949.0, 10018.0, 9949.0, 9881.0, 9989.0, 9966.0, 9924.0, 9934.0, 9942.0, 9916.0, 10036.0, 9986.0, 10021.0, 9983.0, 9937.0, 9903.0, 9882.0, 9962.0, 9910.0, 9893.0, 9937.0, 9879.0, 9905.0, 9897.0, 9921.0, 9970.0, 9909.0, 9929.0, 9932.0, 9898.0, 9939.0, 9921.0, 9934.0, 10020.0, 10029.0, 10009.0, 9940.0, 9930.0, 9961.0, 9922.0, 9954.0, 9988.0, 9965.0, 9934.0, 9982.0, 9927.0, 9995.0, 9956.0, 10026.0, 9968.0, 9903.0, 9915.0, 9896.0, 9936.0, 9902.0, 9968.0, 9917.0, 9927.0, 9898.0, 9903.0, 9951.0, 9932.0, 9948.0, 9960.0, 9924.0, 9994.0, 9923.0, 9924.0, 9961.0, 10012.0, 9967.0, 9980.0, 9962.0, 9920.0, 9923.0, 9970.0, 9991.0, 10071.0, 10014.0, 10018.0, 10071.0, 10051.0, 9972.0, 10012.0, 9995.0, 9903.0, 9928.0, 9917.0, 9912.0, 9995.0, 9945.0, 10012.0, 9937.0, 9905.0, 9996.0, 9917.0, 9928.0, 10039.0, 9974.0, 10041.0, 10056.0, 9986.0, 9941.0, 9969.0, 9914.0, 9974.0, 9936.0, 9979.0, 9886.0, 9931.0, 9919.0, 9968.0, 9947.0, 9930.0, 9903.0, 10036.0, 9993.0, 9905.0, 9868.0, 9881.0, 9886.0, 9915.0, 9927.0, 9901.0, 9938.0, 9924.0, 9898.0, 9896.0, 9947.0, 9895.0, 9958.0, 9931.0, 9971.0, 9929.0, 9896.0, 9924.0, 9858.0, 9924.0, 9887.0, 9926.0, 9889.0, 9876.0, 9926.0, 9897.0, 9905.0, 9892.0, 9888.0, 9976.0, 9971.0, 9963.0, 10007.0, 10037.0, 10013.0, 9960.0, 9953.0, 10002.0, 9967.0, 9922.0, 9950.0, 9948.0, 9933.0, 10000.0, 9956.0, 9980.0, 10004.0, 9943.0, 9904.0, 9952.0, 9942.0, 9946.0, 9987.0, 10075.0, 9996.0, 9970.0, 9990.0, 9948.0, 9989.0, 9973.0, 9943.0, 9980.0, 9903.0, 9879.0, 9947.0, 9914.0, 9927.0, 9959.0, 9919.0, 9899.0, 9953.0, 9913.0, 9965.0, 9929.0, 9999.0, 9946.0, 9943.0, 9918.0, 9879.0, 9977.0, 9947.0, 9998.0, 10053.0, 10004.0, 9974.0, 9933.0, 9928.0, 9986.0, 10053.0, 10041.0, 10008.0, 9944.0, 9923.0, 9934.0, 9922.0, 9942.0, 9929.0, 9901.0, 9994.0, 9958.0, 9985.0, 10005.0, 9916.0, 9912.0, 9952.0, 9899.0, 9967.0, 9928.0, 9938.0, 9941.0, 10023.0, 9915.0, 9875.0, 9941.0, 9942.0, 9921.0, 9954.0, 9895.0, 9927.0, 9970.0, 9943.0, 9937.0, 9997.0, 9947.0, 9976.0, 9929.0, 9902.0, 9938.0, 9914.0, 9983.0, 9952.0, 10001.0, 9965.0, 9922.0, 9865.0, 9873.0, 9919.0, 9911.0, 9892.0, 9905.0, 9909.0, 9996.0, 9943.0, 9892.0, 9891.0, 9910.0, 9923.0, 9975.0, 9946.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.00303141225337487</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.02967018099688474</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.08391939826399</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2250098272141379</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.033850749636175</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5099</td></tr>
|
|
<tr><td colspan=3>fber</td><td>4934.4087</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.1622634133980031</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>202</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>20.976116303219108</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.502327903748735</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3608134891683656</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.673158936266925</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4730112858109146</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0124682</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01061925571411848</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.051103878766298294</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>963</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.168438998582164</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.6999998092651367</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>17.2041</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>50.3469</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>244.9284</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>55.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>293369.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1266.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>468.9066</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.9805</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>602.2474</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3714.7988</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3845.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>83175.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1578.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4880.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>922.4021</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>32.61399507173337</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> |