=== 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-0129 --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-0129",
"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-0129_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-0129_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-0129_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-0129/figures/sub-0129_ses-02_task-narratives_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0129/figures/sub-0129_ses-02_task-narratives_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0129/figures/sub-0129_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-0129_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-0129/figures/sub-0129_ses-02_task-narratives_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0129/figures/sub-0129_ses-02_task-narratives_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0129/figures/sub-0129_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-0129_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-0129/figures/sub-0129_ses-02_task-narratives_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0129/figures/sub-0129_ses-02_task-narratives_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0129/figures/sub-0129_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-0129_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-0129/figures/sub-0129_ses-02_task-narratives_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0129/figures/sub-0129_ses-02_task-narratives_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0129/figures/sub-0129_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-0129_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-0129/figures/sub-0129_ses-02_task-narratives_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0129/figures/sub-0129_ses-02_task-narratives_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0129/figures/sub-0129_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-0129_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-0129/figures/sub-0129_ses-02_task-narratives_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0129/figures/sub-0129_ses-02_task-narratives_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0129/figures/sub-0129_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-0129_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-0129/figures/sub-0129_ses-02_task-narratives_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0129/figures/sub-0129_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-0129/figures/sub-0129_ses-02_task-narratives_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0129/figures/sub-0129_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-0129/ses-02/func/sub-0129_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>7e4082be78f0aa6ac2e9980a9e7a2a2f</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>09:50:49.297500</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.0178634, -0.0276564, -0.0170966, 0.99947, 0.0277193]</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.259</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.114855</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>[4223, -7742, -7238, 101, -120, -25, 48, 113]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 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>250.264</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>243fe820-ea11-427a-aead-938ee2b8b487||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.6814723014831543, -0.045868922024965286, -0.0759696513414383, 114.55833435058594], [-0.04792625457048416, 2.6815037727355957, 0.07352492213249207, -78.0088882446289], [-0.07420013844966888, -0.07436887919902802, 2.6979293823242188, -67.23978424072266], [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': ['095049.297500', '095049.757500', '095050.217500', '095050.677500', '095051.137500', '095051.597500', '095052.057500', '095052.517500', '095052.977500', '095053.437500', '095053.897500', '095054.357500', '095054.817500', '095055.277500', '095055.737500', '095056.197500', '095056.657500', '095057.117500', '095057.577500', '095058.037500', '095058.497500', '095058.957500', '095059.417500', '095059.877500', '095100.337500', '095100.797500', '095101.257500', '095101.717500', '095102.177500', '095102.637500', '095103.097500', '095103.557500', '095104.017500', '095104.477500', '095104.937500', '095105.397500', '095105.857500', '095106.317500', '095106.777500', '095107.237500', '095107.697500', '095108.157500', '095108.617500', '095109.077500', '095109.537500', '095109.997500', '095110.457500', '095110.917500', '095111.377500', '095111.837500', '095112.297500', '095112.757500', '095113.217500', '095113.677500', '095114.137500', '095114.597500', '095115.057500', '095115.517500', '095115.977500', '095116.437500', '095116.897500', '095117.357500', '095117.817500', '095118.277500', '095118.737500', '095119.197500', '095119.657500', '095120.117500', '095120.577500', '095121.037500', '095121.497500', '095121.957500', '095122.417500', '095122.877500', '095123.337500', '095123.797500', '095124.257500', '095124.717500', '095125.177500', '095125.637500', '095126.097500', '095126.557500', '095127.017500', '095127.477500', '095127.937500', '095128.397500', '095128.857500', '095129.317500', '095129.777500', '095130.237500', '095130.697500', '095131.157500', '095131.617500', '095132.077500', '095132.537500', '095132.997500', '095133.457500', '095133.917500', '095134.377500', '095134.837500', '095135.297500', '095135.757500', '095136.217500', '095136.677500', '095137.137500', '095137.597500', '095138.057500', '095138.517500', '095138.977500', '095139.437500', '095139.897500', '095140.357500', '095140.817500', '095141.277500', '095141.737500', '095142.197500', '095142.657500', '095143.117500', '095143.577500', '095144.037500', '095144.497500', '095144.957500', '095145.417500', '095145.877500', '095146.337500', '095146.797500', '095147.257500', '095147.717500', '095148.177500', '095148.637500', '095149.097500', '095149.557500', '095150.017500', '095150.477500', '095150.937500', '095151.397500', '095151.857500', '095152.317500', '095152.777500', '095153.237500', '095153.697500', '095154.157500', '095154.617500', '095155.077500', '095155.537500', '095155.997500', '095156.457500', '095156.917500', '095157.377500', '095157.837500', '095158.297500', '095158.757500', '095159.217500', '095159.677500', '095200.137500', '095200.597500', '095201.057500', '095201.517500', '095201.977500', '095202.437500', '095202.897500', '095203.357500', '095203.817500', '095204.277500', '095204.737500', '095205.197500', '095205.657500', '095206.117500', '095206.577500', '095207.037500', '095207.497500', '095207.957500', '095208.417500', '095208.877500', '095209.337500', '095209.797500', '095210.257500', '095210.717500', '095211.177500', '095211.637500', '095212.097500', '095212.557500', '095213.017500', '095213.477500', '095213.937500', '095214.397500', '095214.857500', '095215.317500', '095215.777500', '095216.237500', '095216.697500', '095217.157500', '095217.617500', '095218.077500', '095218.537500', '095218.997500', '095219.457500', '095219.917500', '095220.377500', '095220.837500', '095221.297500', '095221.757500', '095222.217500', '095222.677500', '095223.137500', '095223.597500', '095224.057500', '095224.517500', '095224.977500', '095225.437500', '095225.897500', '095226.357500', '095226.817500', '095227.277500', '095227.737500', '095228.197500', '095228.657500', '095229.117500', '095229.577500', '095230.037500', '095230.497500', '095230.957500', '095231.417500', '095231.877500', '095232.337500', '095232.797500', '095233.257500', '095233.717500', '095234.177500', '095234.637500', '095235.097500', '095235.557500', '095236.017500', '095236.477500', '095236.937500', '095237.397500', '095237.857500', '095238.317500', '095238.777500', '095239.237500', '095239.697500', '095240.157500', '095240.617500', '095241.077500', '095241.537500', '095241.997500', '095242.457500', '095242.917500', '095243.377500', '095243.837500', '095244.297500', '095244.757500', '095245.217500', '095245.677500', '095246.137500', '095246.597500', '095247.057500', '095247.517500', '095247.977500', '095248.437500', '095248.897500', '095249.357500', '095249.817500', '095250.277500', '095250.737500', '095251.197500', '095251.657500', '095252.117500', '095252.577500', '095253.037500', '095253.497500', '095253.957500', '095254.417500', '095254.877500', '095255.337500', '095255.797500', '095256.257500', '095256.717500', '095257.177500', '095257.637500', '095258.097500', '095258.557500', '095259.017500', '095259.477500', '095259.937500', '095300.397500', '095300.857500', '095301.317500', '095301.777500', '095302.237500', '095302.697500', '095303.157500', '095303.617500', '095304.077500', '095304.537500', '095304.997500', '095305.457500', '095305.917500', '095306.377500', '095306.837500', '095307.297500', '095307.757500', '095308.217500', '095308.677500', '095309.137500', '095309.597500', '095310.057500', '095310.517500', '095310.977500', '095311.437500', '095311.897500', '095312.357500', '095312.817500', '095313.277500', '095313.737500', '095314.197500', '095314.657500', '095315.117500', '095315.577500', '095316.037500', '095316.497500', '095316.957500', '095317.417500', '095317.877500', '095318.337500', '095318.797500', '095319.257500', '095319.717500', '095320.177500', '095320.637500', '095321.097500', '095321.557500', '095322.017500', '095322.477500', '095322.937500', '095323.397500', '095323.857500', '095324.317500', '095324.777500', '095325.237500', '095325.697500', '095326.157500', '095326.617500', '095327.077500', '095327.537500', '095327.997500', '095328.457500', '095328.917500', '095329.377500', '095329.837500', '095330.297500', '095330.757500', '095331.217500', '095331.677500', '095332.137500', '095332.597500', '095333.057500', '095333.517500', '095333.977500', '095334.437500', '095334.897500', '095335.357500', '095335.817500', '095336.277500', '095336.737500', '095337.197500', '095337.657500', '095338.117500', '095338.577500', '095339.037500', '095339.497500', '095339.957500', '095340.417500', '095340.877500', '095341.337500', '095341.797500', '095342.257500', '095342.717500', '095343.177500', '095343.637500', '095344.097500', '095344.557500', '095345.017500', '095345.477500', '095345.937500', '095346.397500', '095346.857500', '095347.317500', '095347.777500', '095348.237500', '095348.697500', '095349.157500', '095349.617500', '095350.077500', '095350.537500', '095350.997500', '095351.457500', '095351.917500', '095352.377500', '095352.837500', '095353.297500', '095353.757500', '095354.217500', '095354.677500', '095355.137500', '095355.597500', '095356.057500', '095356.517500', '095356.977500', '095357.437500', '095357.897500', '095358.357500', '095358.817500', '095359.277500', '095359.737500', '095400.197500', '095400.657500', '095401.117500', '095401.577500', '095402.037500', '095402.497500', '095402.957500', '095403.417500', '095403.877500', '095404.337500', '095404.797500', '095405.257500', '095405.717500', '095406.177500', '095406.637500', '095407.097500', '095407.557500', '095408.017500', '095408.477500', '095408.937500', '095409.397500', '095409.857500', '095410.317500', '095410.777500', '095411.237500', '095411.697500', '095412.157500', '095412.617500', '095413.077500', '095413.537500', '095413.997500', '095414.457500', '095414.917500', '095415.377500', '095415.837500', '095416.297500', '095416.757500', '095417.217500', '095417.677500', '095418.137500', '095418.597500', '095419.057500', '095419.517500', '095419.977500', '095420.437500', '095420.897500', '095421.357500', '095421.817500', '095422.277500', '095422.737500', '095423.197500', '095423.657500', '095424.117500', '095424.577500', '095425.037500', '095425.497500', '095425.957500', '095426.417500', '095426.877500', '095427.337500', '095427.797500', '095428.257500', '095428.717500', '095429.177500', '095429.637500', '095430.097500', '095430.557500', '095431.017500', '095431.477500', '095431.937500', '095432.397500', '095432.857500', '095433.317500', '095433.777500', '095434.237500', '095434.697500', '095435.157500', '095435.617500', '095436.077500', '095436.537500', '095436.997500', '095437.457500', '095437.917500', '095438.377500', '095438.837500', '095439.297500', '095439.757500', '095440.217500', '095440.677500', '095441.137500', '095441.597500', '095442.057500', '095442.517500', '095442.977500', '095443.437500', '095443.897500', '095444.357500', '095444.817500', '095445.277500', '095445.737500', '095446.197500', '095446.657500', '095447.117500', '095447.577500', '095448.037500', '095448.497500', '095448.957500', '095449.417500', '095449.877500', '095450.337500', '095450.797500', '095451.257500', '095451.717500', '095452.177500', '095452.637500', '095453.097500', '095453.557500', '095454.017500', '095454.477500', '095454.937500', '095455.397500', '095455.857500', '095456.317500', '095456.777500', '095457.237500', '095457.697500', '095458.157500', '095458.617500', '095459.077500', '095459.537500', '095459.997500', '095500.457500', '095500.917500', '095501.377500', '095501.837500', '095502.297500', '095502.757500', '095503.217500', '095503.677500', '095504.137500', '095504.597500', '095505.057500', '095505.517500', '095505.977500', '095506.437500', '095506.897500', '095507.357500', '095507.817500', '095508.277500', '095508.737500', '095509.197500', '095509.657500', '095510.117500', '095510.577500', '095511.037500', '095511.497500', '095511.957500', '095512.417500', '095512.877500', '095513.337500', '095513.797500', '095514.257500', '095514.717500', '095515.177500', '095515.637500', '095516.097500', '095516.557500', '095517.017500', '095517.477500', '095517.937500', '095518.397500', '095518.857500', '095519.317500', '095519.777500', '095520.237500', '095520.697500', '095521.157500', '095521.617500', '095522.077500', '095522.537500', '095522.997500', '095523.457500', '095523.917500', '095524.377500', '095524.837500', '095525.297500', '095525.757500', '095526.217500', '095526.677500', '095527.137500', '095527.597500', '095528.057500', '095528.517500', '095528.977500', '095529.437500', '095529.897500', '095530.357500', '095530.817500', '095531.277500', '095531.737500', '095532.197500', '095532.657500', '095533.117500', '095533.577500', '095534.037500', '095534.497500', '095534.957500', '095535.417500', '095535.877500', '095536.337500', '095536.797500', '095537.257500', '095537.717500', '095538.177500', '095538.637500', '095539.097500', '095539.557500', '095540.017500', '095540.477500', '095540.937500', '095541.397500', '095541.857500', '095542.317500', '095542.777500', '095543.237500', '095543.697500', '095544.157500', '095544.617500', '095545.077500', '095545.537500', '095545.997500', '095546.457500', '095546.917500', '095547.377500', '095547.837500', '095548.297500', '095548.757500', '095549.217500', '095549.677500', '095550.137500', '095550.597500', '095551.057500', '095551.517500', '095551.977500', '095552.437500', '095552.897500', '095553.357500', '095553.817500', '095554.277500', '095554.737500', '095555.197500', '095555.657500', '095556.117500', '095556.577500', '095557.037500', '095557.497500', '095557.957500', '095558.417500', '095558.877500', '095559.337500', '095559.797500', '095600.257500', '095600.717500', '095601.177500', '095601.637500', '095602.097500', '095602.557500', '095603.017500', '095603.477500', '095603.937500', '095604.397500', '095604.857500', '095605.317500', '095605.777500', '095606.237500', '095606.697500', '095607.157500', '095607.617500', '095608.077500', '095608.537500', '095608.997500', '095609.457500', '095609.917500', '095610.377500', '095610.837500', '095611.297500', '095611.757500', '095612.217500', '095612.677500', '095613.137500', '095613.597500', '095614.057500', '095614.517500', '095614.977500', '095615.437500', '095615.897500', '095616.357500', '095616.817500', '095617.277500', '095617.737500', '095618.197500', '095618.657500', '095619.117500', '095619.577500', '095620.037500', '095620.497500', '095620.957500', '095621.417500', '095621.877500', '095622.337500', '095622.797500', '095623.257500', '095623.717500', '095624.177500', '095624.637500', '095625.097500', '095625.557500', '095626.017500', '095626.477500', '095626.937500', '095627.397500', '095627.857500', '095628.317500', '095628.777500', '095629.237500', '095629.697500', '095630.157500', '095630.617500', '095631.077500', '095631.537500', '095631.997500', '095632.457500', '095632.917500', '095633.377500', '095633.837500', '095634.297500', '095634.757500', '095635.217500', '095635.677500', '095636.137500', '095636.597500', '095637.057500', '095637.517500', '095637.977500', '095638.437500', '095638.897500', '095639.357500', '095639.817500', '095640.277500', '095640.737500', '095641.197500', '095641.657500', '095642.117500', '095642.577500', '095643.037500', '095643.497500', '095643.957500', '095644.417500', '095644.877500', '095645.337500', '095645.797500', '095646.257500', '095646.717500', '095647.177500', '095647.637500', '095648.097500', '095648.557500', '095649.017500', '095649.477500', '095649.937500', '095650.397500', '095650.857500', '095651.317500', '095651.777500', '095652.237500', '095652.697500', '095653.157500', '095653.617500', '095654.077500', '095654.537500', '095654.997500', '095655.457500', '095655.917500', '095656.377500', '095656.837500', '095657.297500', '095657.757500', '095658.217500', '095658.677500', '095659.137500', '095659.597500', '095700.057500', '095700.517500', '095700.977500', '095701.437500', '095701.897500', '095702.357500', '095702.817500', '095703.277500', '095703.737500', '095704.197500', '095704.657500', '095705.117500', '095705.577500', '095706.037500', '095706.497500', '095706.957500', '095707.417500', '095707.877500', '095708.337500', '095708.797500', '095709.257500', '095709.717500', '095710.177500', '095710.637500', '095711.097500', '095711.557500', '095712.017500', '095712.477500', '095712.937500', '095713.397500', '095713.857500', '095714.317500', '095714.777500', '095715.237500', '095715.697500', '095716.157500', '095716.617500', '095717.077500', '095717.537500', '095717.997500', '095718.457500', '095718.917500', '095719.377500', '095719.837500', '095720.297500', '095720.757500', '095721.217500', '095721.677500', '095722.137500', '095722.597500', '095723.057500', '095723.517500', '095723.977500', '095724.437500', '095724.897500', '095725.357500', '095725.817500', '095726.277500', '095726.737500', '095727.197500', '095727.657500', '095728.117500', '095728.577500', '095729.037500', '095729.497500', '095729.957500', '095730.417500', '095730.877500', '095731.337500', '095731.797500', '095732.257500', '095732.717500', '095733.177500', '095733.637500', '095734.097500', '095734.557500', '095735.017500', '095735.477500', '095735.937500', '095736.397500', '095736.857500', '095737.317500', '095737.777500', '095738.237500', '095738.697500', '095739.157500', '095739.617500', '095740.077500', '095740.537500', '095740.997500', '095741.457500', '095741.917500', '095742.377500', '095742.837500', '095743.297500', '095743.757500', '095744.217500', '095744.677500', '095745.137500', '095745.597500', '095746.057500', '095746.517500', '095746.977500', '095747.437500', '095747.897500', '095748.357500', '095748.817500', '095749.277500', '095749.737500', '095750.197500', '095750.657500', '095751.117500', '095751.577500', '095752.037500', '095752.497500', '095752.957500', '095753.417500', '095753.877500', '095754.337500', '095754.797500', '095755.257500', '095755.717500', '095756.177500', '095756.637500', '095757.097500', '095757.557500', '095758.017500', '095758.477500', '095758.937500', '095759.397500', '095759.857500', '095800.317500', '095800.777500', '095801.237500', '095801.697500', '095802.157500', '095802.617500', '095803.077500', '095803.537500', '095803.997500', '095804.457500', '095804.917500', '095805.377500', '095805.837500', '095806.297500', '095806.757500', '095807.217500', '095807.677500', '095808.137500', '095808.597500', '095809.057500', '095809.517500', '095809.977500', '095810.437500', '095810.897500', '095811.357500', '095811.817500', '095812.277500', '095812.737500', '095813.197500', '095813.657500'], 'ContentTime': ['095110.727000', '095110.731000', '095110.734000', '095110.736000', '095110.739000', '095110.741000', '095110.751000', '095110.754000', '095110.756000', '095110.759000', '095110.761000', '095110.764000', '095110.767000', '095110.769000', '095110.772000', '095110.774000', '095110.777000', '095110.779000', '095110.782000', '095110.784000', '095110.787000', '095110.790000', '095110.792000', '095110.795000', '095110.797000', '095110.800000', '095110.803000', '095110.805000', '095110.808000', '095110.811000', '095110.813000', '095110.816000', '095110.818000', '095110.821000', '095110.823000', '095110.826000', '095110.828000', '095110.831000', '095110.834000', '095110.836000', '095110.839000', '095110.841000', '095110.844000', '095110.846000', '095130.698000', '095130.701000', '095130.704000', '095130.706000', '095130.709000', '095130.712000', '095130.714000', '095130.717000', '095130.719000', '095130.722000', '095130.724000', '095130.741000', '095130.744000', '095130.747000', '095130.749000', '095130.752000', '095130.754000', '095130.757000', '095130.760000', '095130.762000', '095130.765000', '095130.767000', '095130.770000', '095130.772000', '095130.775000', '095130.778000', '095130.780000', '095130.783000', '095130.785000', '095130.788000', '095130.791000', '095130.793000', '095130.796000', '095130.798000', '095130.801000', '095130.803000', '095130.806000', '095130.808000', '095130.811000', '095130.814000', '095130.824000', '095130.827000', '095130.830000', '095130.832000', '095150.698000', '095150.701000', '095150.704000', '095150.706000', '095150.709000', '095150.712000', '095150.714000', '095150.717000', '095150.719000', '095150.722000', '095150.724000', '095150.727000', '095150.730000', '095150.732000', '095150.735000', '095150.737000', '095150.740000', '095150.742000', '095150.745000', '095150.748000', '095150.750000', '095150.753000', '095150.755000', '095150.758000', '095150.761000', '095150.763000', '095150.766000', '095150.768000', '095150.783000', '095150.786000', '095150.788000', '095150.791000', '095150.794000', '095150.796000', '095150.799000', '095150.801000', '095150.804000', '095150.806000', '095150.809000', '095150.812000', '095150.814000', '095150.817000', '095150.819000', '095210.698000', '095210.701000', '095210.704000', '095210.706000', '095210.709000', '095210.711000', '095210.714000', '095210.716000', '095210.719000', '095210.722000', '095210.724000', '095210.727000', '095210.729000', '095210.732000', '095210.735000', '095210.737000', '095210.740000', '095210.742000', '095210.745000', '095210.748000', '095210.750000', '095210.753000', '095210.755000', '095210.758000', '095210.760000', '095210.763000', '095210.766000', '095210.768000', '095210.771000', '095210.773000', '095210.776000', '095210.778000', '095210.781000', '095210.784000', '095210.786000', '095210.789000', '095210.791000', '095210.794000', '095210.797000', '095210.799000', '095210.802000', '095210.804000', '095210.807000', '095210.809000', '095230.700000', '095230.702000', '095230.705000', '095230.708000', '095230.710000', '095230.713000', '095230.715000', '095230.718000', '095230.720000', '095230.723000', '095230.726000', '095230.728000', '095230.731000', '095230.734000', '095230.736000', '095230.739000', '095230.741000', '095230.744000', '095230.747000', '095230.749000', '095230.752000', '095230.754000', '095230.757000', '095230.760000', '095230.762000', '095230.765000', '095230.767000', '095230.770000', '095230.773000', '095230.775000', '095230.778000', '095230.780000', '095230.783000', '095230.785000', '095230.788000', '095230.791000', '095230.793000', '095230.796000', '095230.798000', '095230.801000', '095230.804000', '095230.806000', '095230.809000', '095250.699000', '095250.702000', '095250.705000', '095250.707000', '095250.710000', '095250.712000', '095250.715000', '095250.719000', '095250.722000', '095250.725000', '095250.728000', '095250.730000', '095250.733000', '095250.735000', '095250.738000', '095250.740000', '095250.743000', '095250.756000', '095250.759000', '095250.761000', '095250.764000', '095250.767000', '095250.769000', '095250.772000', '095250.774000', '095250.777000', '095250.780000', '095250.782000', '095250.785000', '095250.787000', '095250.790000', '095250.792000', '095250.795000', '095250.798000', '095250.800000', '095250.803000', '095250.805000', '095250.808000', '095250.811000', '095250.813000', '095250.816000', '095250.818000', '095250.821000', '095250.823000', '095310.698000', '095310.701000', '095310.704000', '095310.706000', '095310.709000', '095310.711000', '095310.764000', '095310.767000', '095310.769000', '095310.772000', '095310.774000', '095310.777000', '095310.779000', '095310.782000', '095310.784000', '095310.787000', '095310.789000', '095310.792000', '095310.795000', '095310.797000', '095310.800000', '095310.802000', '095310.805000', '095310.808000', '095310.810000', '095310.813000', '095310.815000', '095310.818000', '095310.820000', '095310.823000', '095310.825000', '095310.828000', '095310.831000', '095310.833000', '095310.836000', '095310.838000', '095310.841000', '095310.843000', '095310.846000', '095310.849000', '095310.851000', '095310.854000', '095310.856000', '095330.698000', '095330.701000', '095330.704000', '095330.706000', '095330.709000', '095330.711000', '095330.714000', '095330.717000', '095330.719000', '095330.722000', '095330.724000', '095330.727000', '095330.730000', '095330.732000', '095330.735000', '095330.737000', '095330.740000', '095330.742000', '095330.745000', '095330.748000', '095330.750000', '095330.753000', '095330.756000', '095330.758000', '095330.761000', '095330.763000', '095330.766000', '095330.768000', '095330.771000', '095330.774000', '095330.776000', '095330.779000', '095330.781000', '095330.784000', '095330.787000', '095330.789000', '095330.797000', '095330.800000', '095330.802000', '095330.805000', '095330.807000', '095330.810000', '095330.813000', '095330.815000', '095350.699000', '095350.701000', '095350.704000', '095350.707000', '095350.709000', '095350.712000', '095350.715000', '095350.717000', '095350.720000', '095350.722000', '095350.725000', '095350.727000', '095350.730000', '095350.733000', '095350.735000', '095350.738000', '095350.740000', '095350.743000', '095350.745000', '095350.748000', '095350.751000', '095350.753000', '095350.756000', '095350.758000', '095350.761000', '095350.764000', '095350.766000', '095350.769000', '095350.771000', '095350.774000', '095350.776000', '095350.779000', '095350.782000', '095350.784000', '095350.787000', '095350.789000', '095350.792000', '095350.795000', '095350.797000', '095350.800000', '095350.802000', '095350.805000', '095350.807000', '095410.699000', '095410.701000', '095410.704000', '095410.707000', '095410.710000', '095410.713000', '095410.716000', '095410.718000', '095410.721000', '095410.724000', '095410.726000', '095410.729000', '095410.731000', '095410.734000', '095410.737000', '095410.739000', '095410.742000', '095410.744000', '095410.747000', '095410.750000', '095410.752000', '095410.755000', '095410.758000', '095410.761000', '095410.764000', '095410.766000', '095410.769000', '095410.771000', '095410.774000', '095410.777000', '095410.779000', '095410.782000', '095410.784000', '095410.787000', '095410.789000', '095410.792000', '095410.795000', '095410.797000', '095410.800000', '095410.802000', '095410.805000', '095410.807000', '095410.810000', '095430.699000', '095430.702000', '095430.704000', '095430.707000', '095430.709000', '095430.712000', '095430.715000', '095430.717000', '095430.720000', '095430.722000', '095430.725000', '095430.727000', '095430.730000', '095430.733000', '095430.735000', '095430.738000', '095430.740000', '095430.743000', '095430.745000', '095430.749000', '095430.751000', '095430.754000', '095430.756000', '095430.760000', '095430.762000', '095430.765000', '095430.767000', '095430.770000', '095430.773000', '095430.775000', '095430.778000', '095430.781000', '095430.784000', '095430.786000', '095430.789000', '095430.792000', '095430.794000', '095430.797000', '095430.799000', '095430.802000', '095430.805000', '095430.807000', '095430.810000', '095430.813000', '095450.700000', '095450.703000', '095450.705000', '095450.708000', '095450.711000', '095450.713000', '095450.716000', '095450.719000', '095450.721000', '095450.724000', '095450.726000', '095450.740000', '095450.743000', '095450.746000', '095450.748000', '095450.751000', '095450.754000', '095450.756000', '095450.759000', '095450.761000', '095450.764000', '095450.767000', '095450.769000', '095450.772000', '095450.774000', '095450.777000', '095450.779000', '095450.782000', '095450.784000', '095450.787000', '095450.790000', '095450.792000', '095450.795000', '095450.797000', '095450.800000', '095450.803000', '095450.805000', '095450.808000', '095450.810000', '095450.813000', '095450.815000', '095450.818000', '095450.821000', '095510.699000', '095510.702000', '095510.705000', '095510.708000', '095510.710000', '095510.713000', '095510.715000', '095510.718000', '095510.721000', '095510.723000', '095510.726000', '095510.728000', '095510.731000', '095510.733000', '095510.736000', '095510.739000', '095510.741000', '095510.744000', '095510.746000', '095510.749000', '095510.752000', '095510.754000', '095510.757000', '095510.759000', '095510.762000', '095510.765000', '095510.767000', '095510.770000', '095510.772000', '095510.775000', '095510.778000', '095510.780000', '095510.783000', '095510.786000', '095510.788000', '095510.791000', '095510.793000', '095510.796000', '095510.798000', '095510.801000', '095510.804000', '095510.806000', '095510.809000', '095510.811000', '095530.698000', '095530.701000', '095530.704000', '095530.706000', '095530.709000', '095530.712000', '095530.714000', '095530.717000', '095530.719000', '095530.722000', '095530.724000', '095530.727000', '095530.730000', '095530.732000', '095530.735000', '095530.737000', '095530.740000', '095530.743000', '095530.745000', '095530.748000', '095530.750000', '095530.753000', '095530.756000', '095530.758000', '095530.761000', '095530.763000', '095530.766000', '095530.769000', '095530.772000', '095530.775000', '095530.778000', '095530.780000', '095530.783000', '095530.785000', '095530.788000', '095530.791000', '095530.793000', '095530.796000', '095530.799000', '095530.802000', '095530.805000', '095530.807000', '095530.810000', '095550.699000', '095550.701000', '095550.704000', '095550.707000', '095550.709000', '095550.712000', '095550.714000', '095550.717000', '095550.720000', '095550.722000', '095550.725000', '095550.728000', '095550.730000', '095550.733000', '095550.735000', '095550.738000', '095550.741000', '095550.743000', '095550.746000', '095550.748000', '095550.751000', '095550.754000', '095550.756000', '095550.759000', '095550.761000', '095550.764000', '095550.767000', '095550.769000', '095550.772000', '095550.775000', '095550.777000', '095550.780000', '095550.782000', '095550.785000', '095550.788000', '095550.790000', '095550.793000', '095550.795000', '095550.798000', '095550.801000', '095550.803000', '095550.806000', '095550.808000', '095550.811000', '095610.699000', '095610.701000', '095610.704000', '095610.707000', '095610.709000', '095610.712000', '095610.714000', '095610.717000', '095610.720000', '095610.722000', '095610.725000', '095610.727000', '095610.730000', '095610.745000', '095610.748000', '095610.751000', '095610.753000', '095610.756000', '095610.759000', '095610.761000', '095610.764000', '095610.767000', '095610.769000', '095610.772000', '095610.775000', '095610.777000', '095610.780000', '095610.782000', '095610.785000', '095610.788000', '095610.790000', '095610.793000', '095610.795000', '095610.798000', '095610.801000', '095610.803000', '095610.806000', '095610.808000', '095610.811000', '095610.813000', '095610.816000', '095610.818000', '095610.821000', '095630.699000', '095630.702000', '095630.704000', '095630.707000', '095630.709000', '095630.712000', '095630.715000', '095630.717000', '095630.720000', '095630.722000', '095630.725000', '095630.728000', '095630.730000', '095630.733000', '095630.735000', '095630.738000', '095630.741000', '095630.743000', '095630.746000', '095630.748000', '095630.751000', '095630.754000', '095630.756000', '095630.759000', '095630.761000', '095630.764000', '095630.766000', '095630.769000', '095630.772000', '095630.774000', '095630.777000', '095630.779000', '095630.782000', '095630.785000', '095630.787000', '095630.790000', '095630.793000', '095630.795000', '095630.798000', '095630.800000', '095630.803000', '095630.806000', '095630.808000', '095630.811000', '095650.698000', '095650.701000', '095650.704000', '095650.707000', '095650.709000', '095650.712000', '095650.714000', '095650.717000', '095650.719000', '095650.722000', '095650.725000', '095650.727000', '095650.730000', '095650.733000', '095650.735000', '095650.738000', '095650.740000', '095650.743000', '095650.745000', '095650.748000', '095650.751000', '095650.753000', '095650.756000', '095650.758000', '095650.761000', '095650.763000', '095650.766000', '095650.769000', '095650.771000', '095650.774000', '095650.776000', '095650.779000', '095650.782000', '095650.785000', '095650.788000', '095650.790000', '095650.793000', '095650.796000', '095650.798000', '095650.801000', '095650.803000', '095650.806000', '095650.809000', '095710.700000', '095710.702000', '095710.705000', '095710.708000', '095710.710000', '095710.713000', '095710.716000', '095710.718000', '095710.722000', '095710.725000', '095710.727000', '095710.730000', '095710.732000', '095710.735000', '095710.738000', '095710.740000', '095710.743000', '095710.745000', '095710.748000', '095710.751000', '095710.753000', '095710.756000', '095710.758000', '095710.761000', '095710.764000', '095710.767000', '095710.769000', '095710.772000', '095710.774000', '095710.777000', '095710.780000', '095710.782000', '095710.785000', '095710.787000', '095710.790000', '095710.792000', '095710.795000', '095710.798000', '095710.800000', '095710.803000', '095710.805000', '095710.808000', '095710.811000', '095710.814000', '095730.700000', '095730.703000', '095730.705000', '095730.708000', '095730.710000', '095730.713000', '095730.716000', '095730.718000', '095730.721000', '095730.723000', '095730.726000', '095730.729000', '095730.731000', '095730.734000', '095730.737000', '095730.739000', '095730.742000', '095730.744000', '095730.747000', '095730.749000', '095730.752000', '095730.755000', '095730.757000', '095730.760000', '095730.808000', '095730.811000', '095730.814000', '095730.816000', '095730.819000', '095730.821000', '095730.824000', '095730.826000', '095730.829000', '095730.832000', '095730.834000', '095730.837000', '095730.839000', '095730.842000', '095730.844000', '095730.847000', '095730.850000', '095730.852000', '095730.855000', '095750.698000', '095750.702000', '095750.704000', '095750.707000', '095750.710000', '095750.712000', '095750.715000', '095750.717000', '095750.720000', '095750.723000', '095750.725000', '095750.728000', '095750.731000', '095750.733000', '095750.736000', '095750.738000', '095750.741000', '095750.744000', '095750.746000', '095750.749000', '095750.751000', '095750.754000', '095750.757000', '095750.759000', '095750.762000', '095750.764000', '095750.767000', '095750.770000', '095750.772000', '095750.775000', '095750.777000', '095750.780000', '095750.783000', '095750.785000', '095750.788000', '095750.790000', '095750.793000', '095750.796000', '095750.798000', '095750.801000', '095750.804000', '095750.806000', '095750.809000', '095810.699000', '095810.702000', '095810.705000', '095810.707000', '095810.710000', '095810.713000', '095810.715000', '095810.718000', '095810.720000', '095810.723000', '095810.726000', '095810.728000', '095810.731000', '095810.733000', '095810.736000', '095810.739000', '095810.741000', '095810.744000', '095810.746000', '095810.749000', '095810.751000', '095810.754000', '095810.757000', '095810.759000', '095810.762000', '095810.764000', '095810.767000', '095810.770000', '095810.772000', '095810.775000', '095810.777000', '095810.780000', '095810.782000', '095810.785000', '095810.788000', '095810.790000', '095810.793000', '095810.795000', '095810.798000', '095810.801000', '095810.803000', '095810.806000', '095810.808000', '095810.811000', '095814.998000', '095815.002000', '095815.005000', '095815.007000', '095815.010000', '095815.013000', '095815.016000', '095815.019000', '095815.021000', '095815.024000'], 'InstanceCreationTime': ['095110.727000', '095110.731000', '095110.734000', '095110.736000', '095110.739000', '095110.741000', '095110.751000', '095110.754000', '095110.756000', '095110.759000', '095110.761000', '095110.764000', '095110.767000', '095110.769000', '095110.772000', '095110.774000', '095110.777000', '095110.779000', '095110.782000', '095110.784000', '095110.787000', '095110.790000', '095110.792000', '095110.795000', '095110.797000', '095110.800000', '095110.803000', '095110.805000', '095110.808000', '095110.811000', '095110.813000', '095110.816000', '095110.818000', '095110.821000', '095110.823000', '095110.826000', '095110.828000', '095110.831000', '095110.834000', '095110.836000', '095110.839000', '095110.841000', '095110.844000', '095110.846000', '095130.698000', '095130.701000', '095130.704000', '095130.706000', '095130.709000', '095130.712000', '095130.714000', '095130.717000', '095130.719000', '095130.722000', '095130.724000', '095130.741000', '095130.744000', '095130.747000', '095130.749000', '095130.752000', '095130.754000', '095130.757000', '095130.760000', '095130.762000', '095130.765000', '095130.767000', '095130.770000', '095130.772000', '095130.775000', '095130.778000', '095130.780000', '095130.783000', '095130.785000', '095130.788000', '095130.791000', '095130.793000', '095130.796000', '095130.798000', '095130.801000', '095130.803000', '095130.806000', '095130.808000', '095130.811000', '095130.814000', '095130.824000', '095130.827000', '095130.830000', '095130.832000', '095150.698000', '095150.701000', '095150.704000', '095150.706000', '095150.709000', '095150.712000', '095150.714000', '095150.717000', '095150.719000', '095150.722000', '095150.724000', '095150.727000', '095150.730000', '095150.732000', '095150.735000', '095150.737000', '095150.740000', '095150.742000', '095150.745000', '095150.748000', '095150.750000', '095150.753000', '095150.755000', '095150.758000', '095150.761000', '095150.763000', '095150.766000', '095150.768000', '095150.783000', '095150.786000', '095150.788000', '095150.791000', '095150.794000', '095150.796000', '095150.799000', '095150.801000', '095150.804000', '095150.806000', '095150.809000', '095150.812000', '095150.814000', '095150.817000', '095150.819000', '095210.698000', '095210.701000', '095210.704000', '095210.706000', '095210.709000', '095210.711000', '095210.714000', '095210.716000', '095210.719000', '095210.722000', '095210.724000', '095210.727000', '095210.729000', '095210.732000', '095210.735000', '095210.737000', '095210.740000', '095210.742000', '095210.745000', '095210.748000', '095210.750000', '095210.753000', '095210.755000', '095210.758000', '095210.760000', '095210.763000', '095210.766000', '095210.768000', '095210.771000', '095210.773000', '095210.776000', '095210.778000', '095210.781000', '095210.784000', '095210.786000', '095210.789000', '095210.791000', '095210.794000', '095210.797000', '095210.799000', '095210.802000', '095210.804000', '095210.807000', '095210.809000', '095230.700000', '095230.702000', '095230.705000', '095230.708000', '095230.710000', '095230.713000', '095230.715000', '095230.718000', '095230.720000', '095230.723000', '095230.726000', '095230.728000', '095230.731000', '095230.734000', '095230.736000', '095230.739000', '095230.741000', '095230.744000', '095230.747000', '095230.749000', '095230.752000', '095230.754000', '095230.757000', '095230.760000', '095230.762000', '095230.765000', '095230.767000', '095230.770000', '095230.773000', '095230.775000', '095230.778000', '095230.780000', '095230.783000', '095230.785000', '095230.788000', '095230.791000', '095230.793000', '095230.796000', '095230.798000', '095230.801000', '095230.804000', '095230.806000', '095230.809000', '095250.699000', '095250.702000', '095250.705000', '095250.707000', '095250.710000', '095250.712000', '095250.715000', '095250.719000', '095250.722000', '095250.725000', '095250.728000', '095250.730000', '095250.733000', '095250.735000', '095250.738000', '095250.740000', '095250.743000', '095250.756000', '095250.759000', '095250.761000', '095250.764000', '095250.767000', '095250.769000', '095250.772000', '095250.774000', '095250.777000', '095250.780000', '095250.782000', '095250.785000', '095250.787000', '095250.790000', '095250.792000', '095250.795000', '095250.798000', '095250.800000', '095250.803000', '095250.805000', '095250.808000', '095250.811000', '095250.813000', '095250.816000', '095250.818000', '095250.821000', '095250.823000', '095310.698000', '095310.701000', '095310.704000', '095310.706000', '095310.709000', '095310.711000', '095310.764000', '095310.767000', '095310.769000', '095310.772000', '095310.774000', '095310.777000', '095310.779000', '095310.782000', '095310.784000', '095310.787000', '095310.789000', '095310.792000', '095310.795000', '095310.797000', '095310.800000', '095310.802000', '095310.805000', '095310.808000', '095310.810000', '095310.813000', '095310.815000', '095310.818000', '095310.820000', '095310.823000', '095310.825000', '095310.828000', '095310.831000', '095310.833000', '095310.836000', '095310.838000', '095310.841000', '095310.843000', '095310.846000', '095310.849000', '095310.851000', '095310.854000', '095310.856000', '095330.698000', '095330.701000', '095330.704000', '095330.706000', '095330.709000', '095330.711000', '095330.714000', '095330.717000', '095330.719000', '095330.722000', '095330.724000', '095330.727000', '095330.730000', '095330.732000', '095330.735000', '095330.737000', '095330.740000', '095330.742000', '095330.745000', '095330.748000', '095330.750000', '095330.753000', '095330.756000', '095330.758000', '095330.761000', '095330.763000', '095330.766000', '095330.768000', '095330.771000', '095330.774000', '095330.776000', '095330.779000', '095330.781000', '095330.784000', '095330.787000', '095330.789000', '095330.797000', '095330.800000', '095330.802000', '095330.805000', '095330.807000', '095330.810000', '095330.813000', '095330.815000', '095350.699000', '095350.701000', '095350.704000', '095350.707000', '095350.709000', '095350.712000', '095350.715000', '095350.717000', '095350.720000', '095350.722000', '095350.725000', '095350.727000', '095350.730000', '095350.733000', '095350.735000', '095350.738000', '095350.740000', '095350.743000', '095350.745000', '095350.748000', '095350.751000', '095350.753000', '095350.756000', '095350.758000', '095350.761000', '095350.764000', '095350.766000', '095350.769000', '095350.771000', '095350.774000', '095350.776000', '095350.779000', '095350.782000', '095350.784000', '095350.787000', '095350.789000', '095350.792000', '095350.795000', '095350.797000', '095350.800000', '095350.802000', '095350.805000', '095350.807000', '095410.699000', '095410.701000', '095410.704000', '095410.707000', '095410.710000', '095410.713000', '095410.716000', '095410.718000', '095410.721000', '095410.724000', '095410.726000', '095410.729000', '095410.731000', '095410.734000', '095410.737000', '095410.739000', '095410.742000', '095410.744000', '095410.747000', '095410.750000', '095410.752000', '095410.755000', '095410.758000', '095410.761000', '095410.764000', '095410.766000', '095410.769000', '095410.771000', '095410.774000', '095410.777000', '095410.779000', '095410.782000', '095410.784000', '095410.787000', '095410.789000', '095410.792000', '095410.795000', '095410.797000', '095410.800000', '095410.802000', '095410.805000', '095410.807000', '095410.810000', '095430.699000', '095430.702000', '095430.704000', '095430.707000', '095430.709000', '095430.712000', '095430.715000', '095430.717000', '095430.720000', '095430.722000', '095430.725000', '095430.727000', '095430.730000', '095430.733000', '095430.735000', '095430.738000', '095430.740000', '095430.743000', '095430.745000', '095430.749000', '095430.751000', '095430.754000', '095430.756000', '095430.760000', '095430.762000', '095430.765000', '095430.767000', '095430.770000', '095430.773000', '095430.775000', '095430.778000', '095430.781000', '095430.784000', '095430.786000', '095430.789000', '095430.792000', '095430.794000', '095430.797000', '095430.799000', '095430.802000', '095430.805000', '095430.807000', '095430.810000', '095430.813000', '095450.700000', '095450.703000', '095450.705000', '095450.708000', '095450.711000', '095450.713000', '095450.716000', '095450.719000', '095450.721000', '095450.724000', '095450.726000', '095450.740000', '095450.743000', '095450.746000', '095450.748000', '095450.751000', '095450.754000', '095450.756000', '095450.759000', '095450.761000', '095450.764000', '095450.767000', '095450.769000', '095450.772000', '095450.774000', '095450.777000', '095450.779000', '095450.782000', '095450.784000', '095450.787000', '095450.790000', '095450.792000', '095450.795000', '095450.797000', '095450.800000', '095450.803000', '095450.805000', '095450.808000', '095450.810000', '095450.813000', '095450.815000', '095450.818000', '095450.821000', '095510.699000', '095510.702000', '095510.705000', '095510.708000', '095510.710000', '095510.713000', '095510.715000', '095510.718000', '095510.721000', '095510.723000', '095510.726000', '095510.728000', '095510.731000', '095510.733000', '095510.736000', '095510.739000', '095510.741000', '095510.744000', '095510.746000', '095510.749000', '095510.752000', '095510.754000', '095510.757000', '095510.759000', '095510.762000', '095510.765000', '095510.767000', '095510.770000', '095510.772000', '095510.775000', '095510.778000', '095510.780000', '095510.783000', '095510.786000', '095510.788000', '095510.791000', '095510.793000', '095510.796000', '095510.798000', '095510.801000', '095510.804000', '095510.806000', '095510.809000', '095510.811000', '095530.698000', '095530.701000', '095530.704000', '095530.706000', '095530.709000', '095530.712000', '095530.714000', '095530.717000', '095530.719000', '095530.722000', '095530.724000', '095530.727000', '095530.730000', '095530.732000', '095530.735000', '095530.737000', '095530.740000', '095530.743000', '095530.745000', '095530.748000', '095530.750000', '095530.753000', '095530.756000', '095530.758000', '095530.761000', '095530.763000', '095530.766000', '095530.769000', '095530.772000', '095530.775000', '095530.778000', '095530.780000', '095530.783000', '095530.785000', '095530.788000', '095530.791000', '095530.793000', '095530.796000', '095530.799000', '095530.802000', '095530.805000', '095530.807000', '095530.810000', '095550.699000', '095550.701000', '095550.704000', '095550.707000', '095550.709000', '095550.712000', '095550.714000', '095550.717000', '095550.720000', '095550.722000', '095550.725000', '095550.728000', '095550.730000', '095550.733000', '095550.735000', '095550.738000', '095550.741000', '095550.743000', '095550.746000', '095550.748000', '095550.751000', '095550.754000', '095550.756000', '095550.759000', '095550.761000', '095550.764000', '095550.767000', '095550.769000', '095550.772000', '095550.775000', '095550.777000', '095550.780000', '095550.782000', '095550.785000', '095550.788000', '095550.790000', '095550.793000', '095550.795000', '095550.798000', '095550.801000', '095550.803000', '095550.806000', '095550.808000', '095550.811000', '095610.699000', '095610.701000', '095610.704000', '095610.707000', '095610.709000', '095610.712000', '095610.714000', '095610.717000', '095610.720000', '095610.722000', '095610.725000', '095610.727000', '095610.730000', '095610.745000', '095610.748000', '095610.751000', '095610.753000', '095610.756000', '095610.759000', '095610.761000', '095610.764000', '095610.767000', '095610.769000', '095610.772000', '095610.775000', '095610.777000', '095610.780000', '095610.782000', '095610.785000', '095610.788000', '095610.790000', '095610.793000', '095610.795000', '095610.798000', '095610.801000', '095610.803000', '095610.806000', '095610.808000', '095610.811000', '095610.813000', '095610.816000', '095610.818000', '095610.821000', '095630.699000', '095630.702000', '095630.704000', '095630.707000', '095630.709000', '095630.712000', '095630.715000', '095630.717000', '095630.720000', '095630.722000', '095630.725000', '095630.728000', '095630.730000', '095630.733000', '095630.735000', '095630.738000', '095630.741000', '095630.743000', '095630.746000', '095630.748000', '095630.751000', '095630.754000', '095630.756000', '095630.759000', '095630.761000', '095630.764000', '095630.766000', '095630.769000', '095630.772000', '095630.774000', '095630.777000', '095630.779000', '095630.782000', '095630.785000', '095630.787000', '095630.790000', '095630.793000', '095630.795000', '095630.798000', '095630.800000', '095630.803000', '095630.806000', '095630.808000', '095630.811000', '095650.698000', '095650.701000', '095650.704000', '095650.707000', '095650.709000', '095650.712000', '095650.714000', '095650.717000', '095650.719000', '095650.722000', '095650.725000', '095650.727000', '095650.730000', '095650.733000', '095650.735000', '095650.738000', '095650.740000', '095650.743000', '095650.745000', '095650.748000', '095650.751000', '095650.753000', '095650.756000', '095650.758000', '095650.761000', '095650.763000', '095650.766000', '095650.769000', '095650.771000', '095650.774000', '095650.776000', '095650.779000', '095650.782000', '095650.785000', '095650.788000', '095650.790000', '095650.793000', '095650.796000', '095650.798000', '095650.801000', '095650.803000', '095650.806000', '095650.809000', '095710.700000', '095710.702000', '095710.705000', '095710.708000', '095710.710000', '095710.713000', '095710.716000', '095710.718000', '095710.722000', '095710.725000', '095710.727000', '095710.730000', '095710.732000', '095710.735000', '095710.738000', '095710.740000', '095710.743000', '095710.745000', '095710.748000', '095710.751000', '095710.753000', '095710.756000', '095710.758000', '095710.761000', '095710.764000', '095710.767000', '095710.769000', '095710.772000', '095710.774000', '095710.777000', '095710.780000', '095710.782000', '095710.785000', '095710.787000', '095710.790000', '095710.792000', '095710.795000', '095710.798000', '095710.800000', '095710.803000', '095710.805000', '095710.808000', '095710.811000', '095710.814000', '095730.700000', '095730.703000', '095730.705000', '095730.708000', '095730.710000', '095730.713000', '095730.716000', '095730.718000', '095730.721000', '095730.723000', '095730.726000', '095730.729000', '095730.731000', '095730.734000', '095730.737000', '095730.739000', '095730.742000', '095730.744000', '095730.747000', '095730.749000', '095730.752000', '095730.755000', '095730.757000', '095730.760000', '095730.808000', '095730.811000', '095730.814000', '095730.816000', '095730.819000', '095730.821000', '095730.824000', '095730.826000', '095730.829000', '095730.832000', '095730.834000', '095730.837000', '095730.839000', '095730.842000', '095730.844000', '095730.847000', '095730.850000', '095730.852000', '095730.855000', '095750.698000', '095750.702000', '095750.704000', '095750.707000', '095750.710000', '095750.712000', '095750.715000', '095750.717000', '095750.720000', '095750.723000', '095750.725000', '095750.728000', '095750.731000', '095750.733000', '095750.736000', '095750.738000', '095750.741000', '095750.744000', '095750.746000', '095750.749000', '095750.751000', '095750.754000', '095750.757000', '095750.759000', '095750.762000', '095750.764000', '095750.767000', '095750.770000', '095750.772000', '095750.775000', '095750.777000', '095750.780000', '095750.783000', '095750.785000', '095750.788000', '095750.790000', '095750.793000', '095750.796000', '095750.798000', '095750.801000', '095750.804000', '095750.806000', '095750.809000', '095810.699000', '095810.702000', '095810.705000', '095810.707000', '095810.710000', '095810.713000', '095810.715000', '095810.718000', '095810.720000', '095810.723000', '095810.726000', '095810.728000', '095810.731000', '095810.733000', '095810.736000', '095810.739000', '095810.741000', '095810.744000', '095810.746000', '095810.749000', '095810.751000', '095810.754000', '095810.757000', '095810.759000', '095810.762000', '095810.764000', '095810.767000', '095810.770000', '095810.772000', '095810.775000', '095810.777000', '095810.780000', '095810.782000', '095810.785000', '095810.788000', '095810.790000', '095810.793000', '095810.795000', '095810.798000', '095810.801000', '095810.803000', '095810.806000', '095810.808000', '095810.811000', '095814.998000', '095815.002000', '095815.005000', '095815.007000', '095815.010000', '095815.013000', '095815.016000', '095815.019000', '095815.021000', '095815.024000'], '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': [10678, 10602, 11288, 10610, 12516, 10923, 10805, 11056, 10709, 10406, 10566, 10415, 11116, 9120, 10951, 10283, 10488, 10711, 10410, 11049, 10412, 11046, 14410, 10463, 13009, 10641, 10130, 10901, 9982, 10330, 14828, 10433, 11667, 10471, 10409, 10589, 10493, 13154, 10594, 10042, 10626, 13055, 10356, 15042, 11216, 12371, 10217, 10214, 10029, 10908, 14999, 10563, 10067, 10468, 9737, 10253, 11538, 10156, 10400, 9995, 10482, 10088, 9810, 14033, 10582, 14807, 10404, 12071, 10145, 11286, 13832, 10355, 9912, 10338, 9929, 10613, 12114, 10417, 11992, 10102, 10447, 10162, 10069, 10675, 10330, 11438, 10512, 11504, 10382, 11483, 11974, 10231, 10253, 10758, 10074, 10487, 10514, 10186, 13240, 10303, 10503, 10527, 10415, 13500, 10096, 14052, 10267, 10172, 10518, 11306, 10118, 10293, 9942, 9906, 10211, 10320, 9907, 10380, 9764, 10807, 14005, 9893, 10224, 10156, 10422, 10020, 10220, 12399, 10410, 13600, 10408, 9607, 10034, 9907, 15057, 10647, 9970, 10869, 9636, 11218, 12448, 10089, 10893, 9877, 11465, 9931, 11462, 10051, 10305, 9727, 10717, 9461, 10244, 11561, 10372, 11089, 10051, 10581, 9689, 10796, 13948, 10087, 10848, 9918, 9887, 13620, 10231, 13672, 10625, 11739, 10103, 11778, 10157, 13730, 11042, 10339, 9586, 10464, 9491, 9808, 11897, 11411, 11788, 10906, 9554, 11267, 10496, 10498, 11321, 9807, 10306, 9496, 10780, 10014, 11344, 14264, 9903, 11073, 10135, 10122, 12200, 11309, 15467, 10964, 9663, 10617, 10442, 11005, 13396, 10020, 9825, 9851, 10106, 9795, 10494, 12502, 11512, 14383, 10015, 11502, 9897, 10593, 11380, 10782, 9720, 11451, 9467, 11452, 11188, 10474, 11035, 10136, 10146, 9825, 10449, 10107, 10362, 9566, 10910, 9404, 10849, 9672, 10385, 10857, 10771, 10868, 9965, 10156, 10150, 11099, 12824, 9575, 9273, 11240, 13357, 11363, 13942, 9615, 12874, 9539, 11127, 12843, 11806, 12644, 9377, 9101, 10674, 9895, 10843, 13629, 10004, 10926, 9638, 10577, 10000, 10431, 9747, 10529, 9416, 10558, 10600, 10282, 10805, 10072, 10669, 9371, 10653, 9604, 10522, 12113, 10741, 10769, 10200, 11382, 11894, 10011, 12738, 9953, 9686, 13982, 12009, 14560, 9637, 12590, 9605, 10615, 10856, 13454, 14357, 10912, 10472, 9694, 8949, 10805, 8998, 10712, 11786, 9612, 9974, 9730, 10482, 9357, 10899, 11864, 10039, 10175, 9548, 9921, 9853, 10947, 14249, 10419, 9132, 10186, 9405, 10681, 12941, 9798, 9769, 9952, 10180, 14246, 10039, 14592, 10220, 13499, 9165, 9742, 9581, 10212, 15088, 9814, 9042, 10321, 10530, 10033, 12480, 9999, 10796, 9462, 10437, 9311, 10136, 12298, 9333, 13499, 10267, 10193, 10465, 11039, 9862, 12682, 9625, 10296, 9377, 10418, 9481, 10083, 9234, 10629, 8987, 10609, 10022, 10836, 15262, 10144, 10688, 9377, 11175, 9613, 9737, 12825, 10251, 10796, 10056, 10831, 9928, 12269, 12289, 9943, 8879, 8935, 8904, 10393, 13572, 10952, 14914, 9534, 12568, 9557, 10632, 9375, 9888, 11990, 9977, 9154, 10736, 9291, 10411, 11088, 10218, 10729, 9752, 10193, 9690, 10431, 9813, 9479, 12917, 10901, 9170, 10848, 9264, 11027, 12765, 10552, 14081, 10069, 10985, 9868, 11263, 10082, 10806, 9776, 10825, 9991, 10404, 12888, 12505, 10903, 11741, 10144, 12820, 8907, 13963, 9941, 16227, 10274, 12332, 10006, 10571, 9926, 10231, 10173, 10735, 9793, 10013, 9639, 11453, 11343, 10971, 10678, 10187, 10576, 9959, 10591, 10666, 10324, 14862, 11694, 13284, 11442, 10226, 10228, 9474, 12769, 9918, 9900, 9948, 9681, 12854, 9519, 10336, 9722, 10647, 11967, 11375, 10500, 16129, 12393, 16943, 12987, 10846, 9416, 9336, 9366, 9732, 10140, 9498, 9730, 11083, 10063, 10913, 10155, 10979, 10220, 10366, 10119, 10386, 11048, 10068, 10759, 10515, 10248, 10196, 10038, 10458, 11011, 10706, 15017, 9976, 12285, 9819, 11351, 10823, 13888, 13494, 10803, 10193, 10387, 9549, 10325, 14201, 10154, 12613, 9622, 10230, 9703, 10347, 9852, 10037, 15808, 9934, 12206, 9410, 11648, 9749, 14804, 13185, 10232, 10057, 9760, 9548, 9447, 12016, 9288, 15226, 9896, 9417, 10056, 10041, 9888, 11611, 9890, 10443, 9607, 10168, 9550, 10813, 9531, 9558, 11545, 10529, 9617, 10128, 10610, 9934, 14822, 12482, 15310, 9807, 12164, 10127, 11843, 9732, 14183, 10533, 12127, 9846, 10067, 9714, 9697, 9610, 9724, 12349, 9385, 9651, 9684, 9693, 9646, 13060, 11004, 15357, 9850, 10699, 9653, 11972, 9497, 15495, 11431, 11828, 9629, 9465, 9676, 9395, 9337, 11587, 9650, 9404, 9544, 9854, 9579, 9671, 9523, 9277, 9580, 9880, 9823, 10482, 9499, 9727, 9505, 9491, 11478, 9790, 9688, 9783, 10011, 9644, 9663, 9631, 9616, 9698, 9480, 10936, 9514, 13503, 10471, 14271, 9552, 9489, 10142, 9628, 9948, 13415, 11313, 15668, 9734, 11288, 9661, 9732, 9497, 11247, 9240, 15646, 9437, 12143, 9631, 8901, 9529, 9525, 9704, 9503, 9877, 9865, 9682, 9645, 13409, 9683, 15250, 9601, 13512, 9382, 13394, 10227, 16317, 10030, 14181, 9422, 9862, 9533, 9168, 9929, 9666, 9582, 9185, 14101, 10599, 13137, 10776, 11169, 9322, 9480, 11077, 9912, 9581, 9705, 9649, 9882, 9342, 9597, 10321, 10096, 9910, 10098, 9729, 9422, 9707, 9658, 9818, 9509, 10193, 9900, 12189, 13215, 13306, 10528, 9851, 9630, 9602, 9563, 11298, 9138, 13168, 9746, 9733, 9863, 9886, 9214, 9258, 9539, 9560, 9879, 9762, 9439, 9300, 13905, 10513, 13149, 10710, 11510, 12018, 10539, 9961, 10769, 15944, 12519, 14640, 14234, 10514, 10324, 9409, 10163, 10416, 11851, 10083, 13388, 9698, 9605, 10897, 10010, 10656, 10158, 10636, 12669, 11004, 10004, 10542, 10642, 10124, 9831, 10418, 10296, 10287, 9635, 10438, 11912, 9901, 10944, 10033, 10153, 9592, 10834, 10062, 10543, 9791, 10089, 12931, 10296, 10001, 10548, 10071, 9895, 13937, 9889, 12682, 9619, 12354, 9513, 13393, 10336, 15573, 9775, 13992, 9831, 11846, 9276, 15523, 11936, 14145, 9755, 10007, 10062, 9828, 9854, 11517, 9256, 10205, 9880, 9532, 9753, 9764, 9276, 9233, 10370, 10053, 10040, 10295, 12190, 9890, 14812, 10864, 15629, 10055, 10000, 9766, 10179, 9742, 13879, 12789, 16527, 9768, 12710, 9652, 11403, 9378, 12980, 10422, 9522, 9740, 9480, 9631, 9287, 12335, 9497, 15026, 10024, 12837, 10189, 14536, 10169, 15620, 9889, 12824, 10025, 9740, 10219, 9371, 9385, 10304, 10432, 9960, 10169, 9362, 10335, 10388, 9827, 10644, 9656, 9526, 9884, 8779, 9906, 9020, 9217, 9445, 9254, 9798, 9642, 9427, 9485, 9166, 10395, 8962, 14586, 9868, 10902, 10010, 12930, 9668, 16489, 13239, 12332, 9972, 11583, 10758, 14620, 13240, 14324, 11520, 9566, 9604, 10253, 9700, 13212, 13937, 12860, 10106, 10093, 9982, 9798, 9829, 10048, 10096, 10003, 9478, 9861, 9105, 12889, 11451, 12428, 9513, 9569, 10171, 9727, 9381, 10475, 9180, 15484, 9749, 9437, 10354, 9563, 9510, 8836, 11096, 9612], 'WindowCenter': [3864.0, 3848.0, 3846.0, 3835.0, 3855.0, 3833.0, 3832.0, 3832.0, 3831.0, 3832.0, 3835.0, 3833.0, 3844.0, 3822.0, 3833.0, 3821.0, 3833.0, 3836.0, 3834.0, 3845.0, 3833.0, 3844.0, 3866.0, 3835.0, 3855.0, 3835.0, 3822.0, 3832.0, 3820.0, 3822.0, 3864.0, 3833.0, 3833.0, 3832.0, 3831.0, 3821.0, 3833.0, 3855.0, 3833.0, 3820.0, 3820.0, 3842.0, 3820.0, 3864.0, 3831.0, 3841.0, 3819.0, 3807.0, 3808.0, 3818.0, 3865.0, 3820.0, 3808.0, 3819.0, 3806.0, 3819.0, 3829.0, 3823.0, 3819.0, 3820.0, 3819.0, 3818.0, 3808.0, 3851.0, 3820.0, 3851.0, 3820.0, 3827.0, 3807.0, 3817.0, 3851.0, 3807.0, 3808.0, 3807.0, 3807.0, 3816.0, 3829.0, 3819.0, 3840.0, 3820.0, 3817.0, 3817.0, 3807.0, 3833.0, 3820.0, 3829.0, 3820.0, 3828.0, 3819.0, 3829.0, 3842.0, 3819.0, 3820.0, 3831.0, 3808.0, 3819.0, 3818.0, 3820.0, 3841.0, 3820.0, 3819.0, 3819.0, 3818.0, 3852.0, 3819.0, 3852.0, 3820.0, 3820.0, 3819.0, 3818.0, 3818.0, 3806.0, 3820.0, 3820.0, 3819.0, 3820.0, 3819.0, 3819.0, 3818.0, 3819.0, 3853.0, 3820.0, 3819.0, 3819.0, 3820.0, 3819.0, 3819.0, 3854.0, 3833.0, 3863.0, 3832.0, 3819.0, 3820.0, 3819.0, 3864.0, 3832.0, 3821.0, 3832.0, 3821.0, 3831.0, 3855.0, 3832.0, 3832.0, 3835.0, 3842.0, 3833.0, 3842.0, 3835.0, 3834.0, 3823.0, 3844.0, 3833.0, 3833.0, 3843.0, 3833.0, 3845.0, 3834.0, 3833.0, 3822.0, 3833.0, 3866.0, 3833.0, 3833.0, 3822.0, 3820.0, 3851.0, 3821.0, 3853.0, 3820.0, 3830.0, 3819.0, 3830.0, 3819.0, 3839.0, 3832.0, 3820.0, 3819.0, 3829.0, 3808.0, 3819.0, 3829.0, 3843.0, 3840.0, 3831.0, 3819.0, 3842.0, 3829.0, 3833.0, 3842.0, 3822.0, 3833.0, 3820.0, 3832.0, 3820.0, 3845.0, 3865.0, 3822.0, 3831.0, 3820.0, 3807.0, 3828.0, 3818.0, 3864.0, 3818.0, 3807.0, 3818.0, 3817.0, 3818.0, 3838.0, 3821.0, 3807.0, 3807.0, 3818.0, 3806.0, 3817.0, 3828.0, 3830.0, 3849.0, 3808.0, 3827.0, 3806.0, 3815.0, 3829.0, 3818.0, 3806.0, 3840.0, 3818.0, 3841.0, 3829.0, 3833.0, 3832.0, 3832.0, 3832.0, 3832.0, 3832.0, 3832.0, 3833.0, 3821.0, 3832.0, 3822.0, 3832.0, 3820.0, 3833.0, 3843.0, 3843.0, 3842.0, 3832.0, 3820.0, 3832.0, 3843.0, 3852.0, 3822.0, 3809.0, 3830.0, 3850.0, 3842.0, 3851.0, 3810.0, 3839.0, 3808.0, 3817.0, 3840.0, 3830.0, 3839.0, 3807.0, 3797.0, 3818.0, 3807.0, 3818.0, 3838.0, 3819.0, 3818.0, 3819.0, 3818.0, 3820.0, 3830.0, 3821.0, 3830.0, 3809.0, 3831.0, 3830.0, 3820.0, 3830.0, 3834.0, 3833.0, 3822.0, 3832.0, 3821.0, 3831.0, 3853.0, 3832.0, 3831.0, 3822.0, 3845.0, 3855.0, 3835.0, 3867.0, 3834.0, 3824.0, 3864.0, 3844.0, 3865.0, 3822.0, 3842.0, 3821.0, 3820.0, 3830.0, 3839.0, 3851.0, 3818.0, 3818.0, 3807.0, 3795.0, 3817.0, 3808.0, 3830.0, 3843.0, 3821.0, 3821.0, 3822.0, 3843.0, 3822.0, 3844.0, 3856.0, 3833.0, 3831.0, 3822.0, 3821.0, 3833.0, 3833.0, 3878.0, 3834.0, 3822.0, 3832.0, 3810.0, 3831.0, 3855.0, 3834.0, 3834.0, 3822.0, 3832.0, 3866.0, 3823.0, 3865.0, 3820.0, 3839.0, 3809.0, 3807.0, 3808.0, 3807.0, 3875.0, 3820.0, 3808.0, 3820.0, 3818.0, 3820.0, 3840.0, 3833.0, 3831.0, 3820.0, 3830.0, 3808.0, 3830.0, 3841.0, 3822.0, 3852.0, 3831.0, 3830.0, 3831.0, 3830.0, 3832.0, 3852.0, 3821.0, 3832.0, 3821.0, 3831.0, 3820.0, 3833.0, 3821.0, 3832.0, 3809.0, 3831.0, 3820.0, 3830.0, 3874.0, 3831.0, 3831.0, 3810.0, 3829.0, 3819.0, 3808.0, 3852.0, 3820.0, 3830.0, 3820.0, 3829.0, 3820.0, 3839.0, 3843.0, 3818.0, 3808.0, 3808.0, 3796.0, 3820.0, 3849.0, 3831.0, 3850.0, 3807.0, 3826.0, 3806.0, 3805.0, 3796.0, 3805.0, 3841.0, 3807.0, 3806.0, 3816.0, 3794.0, 3818.0, 3827.0, 3818.0, 3831.0, 3819.0, 3819.0, 3819.0, 3831.0, 3820.0, 3820.0, 3853.0, 3830.0, 3808.0, 3830.0, 3808.0, 3831.0, 3850.0, 3844.0, 3863.0, 3820.0, 3830.0, 3821.0, 3830.0, 3832.0, 3832.0, 3832.0, 3843.0, 3821.0, 3833.0, 3853.0, 3855.0, 3831.0, 3841.0, 3819.0, 3839.0, 3798.0, 3863.0, 3819.0, 3861.0, 3817.0, 3837.0, 3817.0, 3816.0, 3818.0, 3817.0, 3831.0, 3828.0, 3818.0, 3818.0, 3820.0, 3841.0, 3841.0, 3842.0, 3830.0, 3830.0, 3829.0, 3818.0, 3831.0, 3832.0, 3831.0, 3876.0, 3857.0, 3866.0, 3844.0, 3835.0, 3833.0, 3823.0, 3841.0, 3822.0, 3821.0, 3821.0, 3820.0, 3854.0, 3822.0, 3832.0, 3820.0, 3830.0, 3841.0, 3830.0, 3831.0, 3862.0, 3843.0, 3863.0, 3841.0, 3819.0, 3807.0, 3793.0, 3793.0, 3806.0, 3818.0, 3806.0, 3805.0, 3829.0, 3818.0, 3830.0, 3818.0, 3830.0, 3819.0, 3832.0, 3832.0, 3831.0, 3842.0, 3832.0, 3857.0, 3843.0, 3846.0, 3846.0, 3835.0, 3845.0, 3845.0, 3845.0, 3877.0, 3836.0, 3843.0, 3822.0, 3830.0, 3831.0, 3852.0, 3867.0, 3832.0, 3821.0, 3820.0, 3808.0, 3819.0, 3849.0, 3820.0, 3852.0, 3820.0, 3831.0, 3819.0, 3832.0, 3820.0, 3833.0, 3875.0, 3821.0, 3842.0, 3810.0, 3829.0, 3809.0, 3850.0, 3854.0, 3819.0, 3819.0, 3819.0, 3807.0, 3819.0, 3839.0, 3809.0, 3861.0, 3818.0, 3807.0, 3819.0, 3818.0, 3819.0, 3827.0, 3831.0, 3830.0, 3820.0, 3831.0, 3819.0, 3842.0, 3820.0, 3821.0, 3855.0, 3832.0, 3821.0, 3832.0, 3830.0, 3832.0, 3863.0, 3854.0, 3862.0, 3820.0, 3839.0, 3818.0, 3827.0, 3808.0, 3848.0, 3832.0, 3840.0, 3819.0, 3820.0, 3819.0, 3820.0, 3832.0, 3821.0, 3865.0, 3820.0, 3819.0, 3819.0, 3807.0, 3820.0, 3849.0, 3843.0, 3872.0, 3819.0, 3828.0, 3818.0, 3839.0, 3807.0, 3860.0, 3842.0, 3839.0, 3819.0, 3818.0, 3818.0, 3808.0, 3820.0, 3840.0, 3833.0, 3809.0, 3819.0, 3818.0, 3818.0, 3818.0, 3819.0, 3809.0, 3833.0, 3820.0, 3819.0, 3831.0, 3820.0, 3833.0, 3820.0, 3834.0, 3840.0, 3820.0, 3818.0, 3820.0, 3820.0, 3821.0, 3820.0, 3834.0, 3832.0, 3821.0, 3821.0, 3829.0, 3820.0, 3851.0, 3819.0, 3865.0, 3820.0, 3819.0, 3819.0, 3807.0, 3833.0, 3851.0, 3842.0, 3873.0, 3808.0, 3826.0, 3806.0, 3805.0, 3821.0, 3841.0, 3820.0, 3872.0, 3807.0, 3836.0, 3806.0, 3807.0, 3818.0, 3819.0, 3833.0, 3820.0, 3830.0, 3831.0, 3820.0, 3822.0, 3851.0, 3834.0, 3872.0, 3820.0, 3850.0, 3821.0, 3862.0, 3832.0, 3873.0, 3819.0, 3860.0, 3808.0, 3818.0, 3819.0, 3821.0, 3820.0, 3820.0, 3819.0, 3808.0, 3850.0, 3817.0, 3838.0, 3816.0, 3815.0, 3795.0, 3806.0, 3827.0, 3805.0, 3806.0, 3817.0, 3817.0, 3816.0, 3807.0, 3817.0, 3831.0, 3830.0, 3831.0, 3830.0, 3833.0, 3821.0, 3833.0, 3834.0, 3831.0, 3821.0, 3830.0, 3819.0, 3853.0, 3850.0, 3852.0, 3831.0, 3818.0, 3819.0, 3817.0, 3821.0, 3842.0, 3819.0, 3863.0, 3820.0, 3817.0, 3819.0, 3819.0, 3822.0, 3819.0, 3836.0, 3822.0, 3832.0, 3832.0, 3821.0, 3823.0, 3878.0, 3834.0, 3854.0, 3846.0, 3845.0, 3842.0, 3832.0, 3821.0, 3831.0, 3862.0, 3854.0, 3862.0, 3863.0, 3831.0, 3831.0, 3809.0, 3817.0, 3829.0, 3839.0, 3819.0, 3852.0, 3808.0, 3806.0, 3828.0, 3817.0, 3832.0, 3829.0, 3842.0, 3852.0, 3831.0, 3820.0, 3831.0, 3831.0, 3832.0, 3820.0, 3830.0, 3819.0, 3820.0, 3820.0, 3832.0, 3842.0, 3820.0, 3844.0, 3833.0, 3831.0, 3819.0, 3830.0, 3820.0, 3843.0, 3831.0, 3847.0, 3865.0, 3845.0, 3833.0, 3844.0, 3845.0, 3835.0, 3877.0, 3846.0, 3865.0, 3834.0, 3853.0, 3836.0, 3865.0, 3846.0, 3889.0, 3834.0, 3863.0, 3833.0, 3842.0, 3836.0, 3876.0, 3855.0, 3865.0, 3821.0, 3820.0, 3820.0, 3819.0, 3834.0, 3856.0, 3822.0, 3843.0, 3831.0, 3821.0, 3831.0, 3834.0, 3835.0, 3835.0, 3859.0, 3836.0, 3834.0, 3847.0, 3853.0, 3832.0, 3862.0, 3831.0, 3875.0, 3819.0, 3818.0, 3818.0, 3818.0, 3832.0, 3849.0, 3851.0, 3871.0, 3817.0, 3837.0, 3807.0, 3840.0, 3808.0, 3849.0, 3843.0, 3819.0, 3819.0, 3817.0, 3817.0, 3807.0, 3852.0, 3821.0, 3861.0, 3819.0, 3838.0, 3819.0, 3864.0, 3819.0, 3862.0, 3807.0, 3836.0, 3805.0, 3804.0, 3829.0, 3807.0, 3806.0, 3829.0, 3829.0, 3817.0, 3818.0, 3806.0, 3818.0, 3832.0, 3832.0, 3829.0, 3835.0, 3820.0, 3830.0, 3807.0, 3830.0, 3820.0, 3822.0, 3832.0, 3835.0, 3833.0, 3833.0, 3833.0, 3833.0, 3834.0, 3844.0, 3837.0, 3877.0, 3833.0, 3831.0, 3832.0, 3851.0, 3822.0, 3874.0, 3865.0, 3840.0, 3820.0, 3828.0, 3831.0, 3860.0, 3852.0, 3861.0, 3828.0, 3806.0, 3805.0, 3818.0, 3819.0, 3837.0, 3852.0, 3839.0, 3816.0, 3815.0, 3804.0, 3817.0, 3818.0, 3832.0, 3829.0, 3819.0, 3818.0, 3818.0, 3808.0, 3850.0, 3840.0, 3851.0, 3819.0, 3818.0, 3818.0, 3806.0, 3819.0, 3827.0, 3809.0, 3872.0, 3819.0, 3819.0, 3830.0, 3817.0, 3820.0, 3808.0, 3843.0, 3822.0], 'WindowWidth': [8660.0, 8625.0, 8619.0, 8602.0, 8628.0, 8594.0, 8590.0, 8591.0, 8589.0, 8590.0, 8600.0, 8595.0, 8611.0, 8579.0, 8594.0, 8574.0, 8596.0, 8602.0, 8597.0, 8613.0, 8594.0, 8609.0, 8641.0, 8600.0, 8627.0, 8599.0, 8577.0, 8591.0, 8573.0, 8580.0, 8640.0, 8592.0, 8593.0, 8589.0, 8587.0, 8576.0, 8594.0, 8626.0, 8593.0, 8573.0, 8572.0, 8604.0, 8575.0, 8640.0, 8587.0, 8600.0, 8569.0, 8549.0, 8552.0, 8565.0, 8641.0, 8570.0, 8554.0, 8570.0, 8548.0, 8568.0, 8583.0, 8581.0, 8570.0, 8572.0, 8571.0, 8567.0, 8553.0, 8617.0, 8573.0, 8614.0, 8573.0, 8576.0, 8550.0, 8563.0, 8618.0, 8550.0, 8554.0, 8549.0, 8550.0, 8562.0, 8582.0, 8570.0, 8600.0, 8571.0, 8563.0, 8565.0, 8551.0, 8594.0, 8572.0, 8585.0, 8572.0, 8581.0, 8570.0, 8582.0, 8607.0, 8571.0, 8573.0, 8588.0, 8552.0, 8568.0, 8566.0, 8574.0, 8603.0, 8574.0, 8569.0, 8569.0, 8567.0, 8616.0, 8569.0, 8619.0, 8572.0, 8572.0, 8571.0, 8565.0, 8566.0, 8548.0, 8576.0, 8571.0, 8569.0, 8572.0, 8568.0, 8570.0, 8565.0, 8569.0, 8622.0, 8574.0, 8569.0, 8569.0, 8571.0, 8570.0, 8571.0, 8625.0, 8596.0, 8637.0, 8592.0, 8571.0, 8572.0, 8570.0, 8640.0, 8591.0, 8577.0, 8592.0, 8575.0, 8590.0, 8629.0, 8594.0, 8592.0, 8602.0, 8608.0, 8596.0, 8606.0, 8606.0, 8597.0, 8583.0, 8612.0, 8598.0, 8595.0, 8610.0, 8597.0, 8614.0, 8599.0, 8594.0, 8579.0, 8595.0, 8646.0, 8596.0, 8596.0, 8579.0, 8573.0, 8616.0, 8577.0, 8625.0, 8573.0, 8587.0, 8570.0, 8587.0, 8570.0, 8597.0, 8594.0, 8572.0, 8570.0, 8586.0, 8554.0, 8571.0, 8584.0, 8609.0, 8601.0, 8591.0, 8571.0, 8606.0, 8585.0, 8598.0, 8605.0, 8580.0, 8594.0, 8575.0, 8592.0, 8575.0, 8615.0, 8644.0, 8580.0, 8591.0, 8574.0, 8550.0, 8582.0, 8566.0, 8641.0, 8568.0, 8553.0, 8568.0, 8563.0, 8569.0, 8594.0, 8578.0, 8552.0, 8553.0, 8566.0, 8549.0, 8563.0, 8581.0, 8588.0, 8612.0, 8555.0, 8577.0, 8550.0, 8559.0, 8585.0, 8567.0, 8550.0, 8600.0, 8568.0, 8603.0, 8584.0, 8598.0, 8591.0, 8594.0, 8594.0, 8594.0, 8593.0, 8594.0, 8597.0, 8578.0, 8593.0, 8582.0, 8593.0, 8573.0, 8598.0, 8610.0, 8612.0, 8608.0, 8595.0, 8574.0, 8596.0, 8611.0, 8621.0, 8579.0, 8559.0, 8587.0, 8614.0, 8608.0, 8619.0, 8559.0, 8598.0, 8554.0, 8565.0, 8601.0, 8589.0, 8598.0, 8554.0, 8537.0, 8567.0, 8551.0, 8568.0, 8597.0, 8572.0, 8570.0, 8573.0, 8569.0, 8577.0, 8588.0, 8579.0, 8589.0, 8559.0, 8591.0, 8587.0, 8575.0, 8588.0, 8604.0, 8596.0, 8580.0, 8595.0, 8576.0, 8591.0, 8624.0, 8595.0, 8589.0, 8579.0, 8613.0, 8626.0, 8602.0, 8650.0, 8600.0, 8585.0, 8639.0, 8614.0, 8646.0, 8580.0, 8607.0, 8576.0, 8573.0, 8586.0, 8597.0, 8619.0, 8567.0, 8567.0, 8551.0, 8532.0, 8566.0, 8554.0, 8588.0, 8611.0, 8578.0, 8578.0, 8582.0, 8611.0, 8580.0, 8614.0, 8632.0, 8599.0, 8591.0, 8581.0, 8579.0, 8596.0, 8596.0, 8668.0, 8599.0, 8580.0, 8594.0, 8562.0, 8592.0, 8629.0, 8599.0, 8599.0, 8581.0, 8593.0, 8645.0, 8584.0, 8644.0, 8576.0, 8599.0, 8557.0, 8553.0, 8555.0, 8551.0, 8656.0, 8573.0, 8555.0, 8574.0, 8567.0, 8576.0, 8600.0, 8599.0, 8590.0, 8576.0, 8586.0, 8556.0, 8588.0, 8602.0, 8582.0, 8619.0, 8591.0, 8587.0, 8593.0, 8587.0, 8596.0, 8621.0, 8579.0, 8594.0, 8579.0, 8589.0, 8575.0, 8597.0, 8577.0, 8594.0, 8558.0, 8589.0, 8574.0, 8588.0, 8654.0, 8592.0, 8591.0, 8561.0, 8584.0, 8573.0, 8555.0, 8623.0, 8575.0, 8587.0, 8574.0, 8584.0, 8577.0, 8599.0, 8612.0, 8569.0, 8558.0, 8557.0, 8537.0, 8575.0, 8612.0, 8592.0, 8616.0, 8553.0, 8578.0, 8549.0, 8548.0, 8537.0, 8547.0, 8605.0, 8551.0, 8548.0, 8564.0, 8531.0, 8568.0, 8578.0, 8570.0, 8594.0, 8573.0, 8573.0, 8572.0, 8591.0, 8576.0, 8576.0, 8623.0, 8589.0, 8557.0, 8589.0, 8557.0, 8593.0, 8615.0, 8614.0, 8637.0, 8577.0, 8588.0, 8577.0, 8587.0, 8593.0, 8593.0, 8593.0, 8611.0, 8577.0, 8598.0, 8625.0, 8630.0, 8592.0, 8605.0, 8572.0, 8596.0, 8543.0, 8638.0, 8572.0, 8635.0, 8567.0, 8594.0, 8565.0, 8561.0, 8568.0, 8566.0, 8595.0, 8581.0, 8568.0, 8570.0, 8577.0, 8606.0, 8605.0, 8608.0, 8588.0, 8588.0, 8585.0, 8571.0, 8591.0, 8596.0, 8591.0, 8662.0, 8639.0, 8646.0, 8613.0, 8600.0, 8594.0, 8582.0, 8603.0, 8578.0, 8576.0, 8575.0, 8576.0, 8629.0, 8582.0, 8591.0, 8573.0, 8586.0, 8605.0, 8586.0, 8588.0, 8637.0, 8613.0, 8639.0, 8604.0, 8571.0, 8551.0, 8527.0, 8524.0, 8549.0, 8569.0, 8548.0, 8544.0, 8585.0, 8569.0, 8589.0, 8566.0, 8587.0, 8570.0, 8593.0, 8595.0, 8590.0, 8608.0, 8592.0, 8637.0, 8612.0, 8619.0, 8620.0, 8602.0, 8614.0, 8613.0, 8617.0, 8663.0, 8606.0, 8609.0, 8580.0, 8585.0, 8590.0, 8618.0, 8650.0, 8591.0, 8576.0, 8576.0, 8553.0, 8570.0, 8611.0, 8577.0, 8619.0, 8574.0, 8590.0, 8571.0, 8593.0, 8576.0, 8597.0, 8656.0, 8579.0, 8607.0, 8562.0, 8585.0, 8560.0, 8614.0, 8631.0, 8573.0, 8575.0, 8573.0, 8553.0, 8572.0, 8600.0, 8559.0, 8633.0, 8571.0, 8553.0, 8572.0, 8568.0, 8573.0, 8580.0, 8594.0, 8590.0, 8575.0, 8591.0, 8575.0, 8607.0, 8576.0, 8579.0, 8630.0, 8596.0, 8578.0, 8594.0, 8588.0, 8595.0, 8638.0, 8626.0, 8635.0, 8576.0, 8598.0, 8570.0, 8580.0, 8556.0, 8608.0, 8595.0, 8601.0, 8573.0, 8576.0, 8574.0, 8576.0, 8597.0, 8577.0, 8646.0, 8578.0, 8572.0, 8574.0, 8552.0, 8577.0, 8613.0, 8613.0, 8650.0, 8575.0, 8582.0, 8569.0, 8598.0, 8556.0, 8630.0, 8609.0, 8599.0, 8574.0, 8569.0, 8570.0, 8557.0, 8575.0, 8601.0, 8600.0, 8559.0, 8571.0, 8569.0, 8568.0, 8570.0, 8573.0, 8559.0, 8600.0, 8578.0, 8573.0, 8590.0, 8577.0, 8601.0, 8574.0, 8602.0, 8603.0, 8577.0, 8570.0, 8575.0, 8576.0, 8578.0, 8577.0, 8604.0, 8595.0, 8578.0, 8578.0, 8588.0, 8575.0, 8618.0, 8572.0, 8645.0, 8575.0, 8572.0, 8573.0, 8554.0, 8600.0, 8621.0, 8609.0, 8652.0, 8556.0, 8578.0, 8551.0, 8548.0, 8581.0, 8605.0, 8576.0, 8649.0, 8554.0, 8591.0, 8552.0, 8554.0, 8571.0, 8573.0, 8600.0, 8579.0, 8590.0, 8593.0, 8576.0, 8583.0, 8618.0, 8604.0, 8650.0, 8578.0, 8616.0, 8581.0, 8636.0, 8596.0, 8652.0, 8574.0, 8629.0, 8557.0, 8570.0, 8573.0, 8580.0, 8576.0, 8577.0, 8572.0, 8558.0, 8618.0, 8567.0, 8598.0, 8562.0, 8561.0, 8535.0, 8550.0, 8579.0, 8548.0, 8550.0, 8568.0, 8569.0, 8565.0, 8554.0, 8568.0, 8593.0, 8588.0, 8594.0, 8588.0, 8599.0, 8578.0, 8599.0, 8602.0, 8593.0, 8579.0, 8589.0, 8573.0, 8625.0, 8616.0, 8623.0, 8592.0, 8571.0, 8573.0, 8567.0, 8581.0, 8610.0, 8576.0, 8641.0, 8577.0, 8568.0, 8575.0, 8572.0, 8583.0, 8574.0, 8610.0, 8581.0, 8597.0, 8595.0, 8581.0, 8584.0, 8670.0, 8603.0, 8627.0, 8621.0, 8614.0, 8608.0, 8595.0, 8577.0, 8590.0, 8634.0, 8628.0, 8638.0, 8640.0, 8592.0, 8592.0, 8559.0, 8567.0, 8586.0, 8598.0, 8571.0, 8620.0, 8555.0, 8551.0, 8581.0, 8564.0, 8595.0, 8585.0, 8610.0, 8619.0, 8593.0, 8577.0, 8593.0, 8591.0, 8594.0, 8576.0, 8587.0, 8572.0, 8574.0, 8573.0, 8593.0, 8608.0, 8574.0, 8613.0, 8598.0, 8593.0, 8572.0, 8590.0, 8574.0, 8611.0, 8591.0, 8625.0, 8645.0, 8619.0, 8599.0, 8616.0, 8620.0, 8604.0, 8665.0, 8620.0, 8644.0, 8602.0, 8624.0, 8607.0, 8644.0, 8620.0, 8683.0, 8600.0, 8638.0, 8597.0, 8608.0, 8607.0, 8661.0, 8630.0, 8644.0, 8578.0, 8574.0, 8576.0, 8571.0, 8603.0, 8635.0, 8584.0, 8613.0, 8593.0, 8579.0, 8593.0, 8602.0, 8606.0, 8604.0, 8645.0, 8606.0, 8599.0, 8623.0, 8623.0, 8594.0, 8637.0, 8592.0, 8658.0, 8573.0, 8569.0, 8571.0, 8571.0, 8596.0, 8614.0, 8621.0, 8645.0, 8568.0, 8594.0, 8553.0, 8603.0, 8557.0, 8614.0, 8612.0, 8573.0, 8575.0, 8568.0, 8568.0, 8554.0, 8623.0, 8580.0, 8633.0, 8573.0, 8597.0, 8573.0, 8643.0, 8574.0, 8636.0, 8554.0, 8589.0, 8548.0, 8543.0, 8588.0, 8556.0, 8552.0, 8587.0, 8585.0, 8567.0, 8571.0, 8551.0, 8570.0, 8597.0, 8598.0, 8586.0, 8606.0, 8576.0, 8590.0, 8556.0, 8589.0, 8579.0, 8583.0, 8595.0, 8608.0, 8600.0, 8601.0, 8601.0, 8601.0, 8604.0, 8615.0, 8612.0, 8662.0, 8601.0, 8592.0, 8596.0, 8619.0, 8582.0, 8657.0, 8646.0, 8603.0, 8575.0, 8584.0, 8591.0, 8630.0, 8622.0, 8631.0, 8584.0, 8549.0, 8548.0, 8569.0, 8574.0, 8595.0, 8626.0, 8599.0, 8563.0, 8560.0, 8543.0, 8568.0, 8569.0, 8598.0, 8587.0, 8573.0, 8572.0, 8571.0, 8557.0, 8614.0, 8604.0, 8620.0, 8573.0, 8569.0, 8571.0, 8552.0, 8575.0, 8581.0, 8562.0, 8650.0, 8575.0, 8574.0, 8589.0, 8570.0, 8579.0, 8556.0, 8615.0, 8580.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.0005783954451345757</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.05713827236024844</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>44.70092531512951</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.109637499875647</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9215634196476693</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5032</td></tr>
|
|
<tr><td colspan=3>fber</td><td>3443.9868</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.10809951696569209</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>76</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>7.867494824016563</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.622546699105078</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.404113215408747</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.9504121114748756</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.513114770431611</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00486753</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.030892476439476013</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.04713686555624008</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>966</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.9051618015279495</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>18.3483</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>53.7167</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>203.73</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>54.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>299104.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>923.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>346.466</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2096</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>479.7224</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3011.4275</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3183.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>77440.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1051.5</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>3943.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>815.0698</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>27.183045176207088</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> |