=== 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-0127 --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-0127",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
142 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
142 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-0127_ses-02_task-narratives_acq-mb8_run-03_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-0127_ses-02_task-narratives_acq-mb8_run-03_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-03_session-02_subject-0127_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-0127/figures/sub-0127_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0127/figures/sub-0127_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-02_subject-0127_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-0127/figures/sub-0127_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0127/figures/sub-0127_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-02_subject-0127_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-0127/figures/sub-0127_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0127/figures/sub-0127_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-02_subject-0127_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-0127/figures/sub-0127_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0127/figures/sub-0127_ses-02_task-narratives_acq-mb8_run-03_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-03_session-02_subject-0127_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-0127/figures/sub-0127_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0127/figures/sub-0127_ses-02_task-narratives_acq-mb8_run-03_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-03_session-02_subject-0127_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-0127/figures/sub-0127_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0127/figures/sub-0127_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-02_subject-0127_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-0127/figures/sub-0127_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0127/figures/sub-0127_ses-02_task-narratives_acq-mb8_run-03_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-0127/figures/sub-0127_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0127/figures/sub-0127_ses-02_task-narratives_acq-mb8_run-03_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-0127/ses-02/func/sub-0127_ses-02_task-narratives_acq-mb8_run-03_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>2273c377b78075a90db2d4be54ae2def</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>17:16:17.275000</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.99643, 0.0788355, -0.0301871, -0.0801709, 0.995722, -0.0459281]</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-03_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.0868583</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-03_task-narratives_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4202, -7760, -7235, 333, -198, 111, -16, 175]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>244.763</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>788f36cf-9db2-49c4-be2d-57eaacfc6217||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.6733500957489014, -0.21509259939193726, -0.07138051092624664, 124.0252456665039], [-0.2115098536014557, 2.671450614929199, -0.1300976574420929, -91.5510025024414], [-0.08098983764648438, 0.12322180718183517, 2.6959190368652344, -80.79126739501953], [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, 1298]</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, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298], 'AcquisitionTime': ['171617.275000', '171617.735000', '171618.195000', '171618.655000', '171619.115000', '171619.575000', '171620.035000', '171620.495000', '171620.955000', '171621.415000', '171621.875000', '171622.335000', '171622.795000', '171623.255000', '171623.715000', '171624.175000', '171624.635000', '171625.095000', '171625.555000', '171626.015000', '171626.475000', '171626.935000', '171627.395000', '171627.855000', '171628.315000', '171628.775000', '171629.235000', '171629.695000', '171630.155000', '171630.615000', '171631.075000', '171631.535000', '171631.995000', '171632.455000', '171632.915000', '171633.375000', '171633.835000', '171634.295000', '171634.755000', '171635.215000', '171635.675000', '171636.135000', '171636.595000', '171637.055000', '171637.515000', '171637.975000', '171638.435000', '171638.895000', '171639.355000', '171639.815000', '171640.275000', '171640.735000', '171641.195000', '171641.655000', '171642.115000', '171642.575000', '171643.035000', '171643.495000', '171643.955000', '171644.415000', '171644.875000', '171645.335000', '171645.795000', '171646.255000', '171646.715000', '171647.175000', '171647.635000', '171648.095000', '171648.555000', '171649.015000', '171649.475000', '171649.935000', '171650.395000', '171650.855000', '171651.315000', '171651.775000', '171652.235000', '171652.695000', '171653.155000', '171653.615000', '171654.075000', '171654.535000', '171654.995000', '171655.455000', '171655.915000', '171656.375000', '171656.835000', '171657.295000', '171657.755000', '171658.215000', '171658.675000', '171659.135000', '171659.595000', '171700.055000', '171700.515000', '171700.975000', '171701.435000', '171701.895000', '171702.355000', '171702.815000', '171703.275000', '171703.735000', '171704.195000', '171704.655000', '171705.115000', '171705.575000', '171706.035000', '171706.495000', '171706.955000', '171707.415000', '171707.875000', '171708.335000', '171708.795000', '171709.255000', '171709.715000', '171710.175000', '171710.635000', '171711.095000', '171711.555000', '171712.015000', '171712.475000', '171712.935000', '171713.395000', '171713.855000', '171714.315000', '171714.775000', '171715.235000', '171715.695000', '171716.155000', '171716.615000', '171717.075000', '171717.535000', '171717.995000', '171718.455000', '171718.915000', '171719.375000', '171719.835000', '171720.295000', '171720.755000', '171721.215000', '171721.675000', '171722.135000', '171722.595000', '171723.055000', '171723.515000', '171723.975000', '171724.435000', '171724.895000', '171725.355000', '171725.815000', '171726.275000', '171726.735000', '171727.195000', '171727.655000', '171728.115000', '171728.575000', '171729.035000', '171729.495000', '171729.955000', '171730.415000', '171730.875000', '171731.335000', '171731.795000', '171732.255000', '171732.715000', '171733.175000', '171733.635000', '171734.095000', '171734.555000', '171735.015000', '171735.475000', '171735.935000', '171736.395000', '171736.855000', '171737.315000', '171737.775000', '171738.235000', '171738.695000', '171739.155000', '171739.615000', '171740.075000', '171740.535000', '171740.995000', '171741.455000', '171741.915000', '171742.375000', '171742.835000', '171743.295000', '171743.755000', '171744.215000', '171744.675000', '171745.135000', '171745.595000', '171746.055000', '171746.515000', '171746.975000', '171747.435000', '171747.895000', '171748.355000', '171748.815000', '171749.275000', '171749.735000', '171750.195000', '171750.655000', '171751.115000', '171751.575000', '171752.035000', '171752.495000', '171752.955000', '171753.415000', '171753.875000', '171754.335000', '171754.795000', '171755.255000', '171755.715000', '171756.175000', '171756.635000', '171757.095000', '171757.555000', '171758.015000', '171758.475000', '171758.935000', '171759.395000', '171759.855000', '171800.315000', '171800.775000', '171801.235000', '171801.695000', '171802.155000', '171802.615000', '171803.075000', '171803.535000', '171803.995000', '171804.455000', '171804.915000', '171805.375000', '171805.835000', '171806.295000', '171806.755000', '171807.215000', '171807.675000', '171808.135000', '171808.595000', '171809.055000', '171809.515000', '171809.975000', '171810.435000', '171810.895000', '171811.355000', '171811.815000', '171812.275000', '171812.735000', '171813.195000', '171813.655000', '171814.115000', '171814.575000', '171815.035000', '171815.495000', '171815.955000', '171816.415000', '171816.875000', '171817.335000', '171817.795000', '171818.255000', '171818.715000', '171819.175000', '171819.635000', '171820.095000', '171820.555000', '171821.015000', '171821.475000', '171821.935000', '171822.395000', '171822.855000', '171823.315000', '171823.775000', '171824.235000', '171824.695000', '171825.155000', '171825.615000', '171826.075000', '171826.535000', '171826.995000', '171827.455000', '171827.915000', '171828.375000', '171828.835000', '171829.295000', '171829.755000', '171830.215000', '171830.675000', '171831.135000', '171831.595000', '171832.055000', '171832.515000', '171832.975000', '171833.435000', '171833.895000', '171834.355000', '171834.815000', '171835.275000', '171835.735000', '171836.195000', '171836.655000', '171837.115000', '171837.575000', '171838.035000', '171838.495000', '171838.955000', '171839.415000', '171839.875000', '171840.335000', '171840.795000', '171841.255000', '171841.715000', '171842.175000', '171842.635000', '171843.095000', '171843.555000', '171844.015000', '171844.475000', '171844.935000', '171845.395000', '171845.855000', '171846.315000', '171846.775000', '171847.235000', '171847.695000', '171848.155000', '171848.615000', '171849.075000', '171849.535000', '171849.995000', '171850.455000', '171850.915000', '171851.375000', '171851.835000', '171852.295000', '171852.755000', '171853.215000', '171853.675000', '171854.135000', '171854.595000', '171855.055000', '171855.515000', '171855.975000', '171856.435000', '171856.895000', '171857.355000', '171857.815000', '171858.275000', '171858.735000', '171859.195000', '171859.655000', '171900.115000', '171900.575000', '171901.035000', '171901.495000', '171901.955000', '171902.415000', '171902.875000', '171903.335000', '171903.795000', '171904.255000', '171904.715000', '171905.175000', '171905.635000', '171906.095000', '171906.555000', '171907.015000', '171907.475000', '171907.935000', '171908.395000', '171908.855000', '171909.315000', '171909.775000', '171910.235000', '171910.695000', '171911.155000', '171911.615000', '171912.075000', '171912.535000', '171912.995000', '171913.455000', '171913.915000', '171914.375000', '171914.835000', '171915.295000', '171915.755000', '171916.215000', '171916.675000', '171917.135000', '171917.595000', '171918.055000', '171918.515000', '171918.975000', '171919.435000', '171919.895000', '171920.355000', '171920.815000', '171921.275000', '171921.735000', '171922.195000', '171922.655000', '171923.115000', '171923.575000', '171924.035000', '171924.495000', '171924.955000', '171925.415000', '171925.875000', '171926.335000', '171926.795000', '171927.255000', '171927.715000', '171928.175000', '171928.635000', '171929.095000', '171929.555000', '171930.015000', '171930.475000', '171930.935000', '171931.395000', '171931.855000', '171932.315000', '171932.775000', '171933.235000', '171933.695000', '171934.155000', '171934.615000', '171935.075000', '171935.535000', '171935.995000', '171936.455000', '171936.915000', '171937.375000', '171937.835000', '171938.295000', '171938.755000', '171939.215000', '171939.675000', '171940.135000', '171940.595000', '171941.055000', '171941.515000', '171941.975000', '171942.435000', '171942.895000', '171943.355000', '171943.815000', '171944.275000', '171944.735000', '171945.195000', '171945.655000', '171946.115000', '171946.575000', '171947.035000', '171947.495000', '171947.955000', '171948.415000', '171948.875000', '171949.335000', '171949.795000', '171950.255000', '171950.715000', '171951.175000', '171951.635000', '171952.095000', '171952.555000', '171953.015000', '171953.475000', '171953.935000', '171954.395000', '171954.855000', '171955.315000', '171955.775000', '171956.235000', '171956.695000', '171957.155000', '171957.615000', '171958.075000', '171958.535000', '171958.995000', '171959.455000', '171959.915000', '172000.375000', '172000.835000', '172001.295000', '172001.755000', '172002.215000', '172002.675000', '172003.135000', '172003.595000', '172004.055000', '172004.515000', '172004.975000', '172005.435000', '172005.895000', '172006.355000', '172006.815000', '172007.275000', '172007.735000', '172008.195000', '172008.655000', '172009.115000', '172009.575000', '172010.035000', '172010.495000', '172010.955000', '172011.415000', '172011.875000', '172012.335000', '172012.795000', '172013.255000', '172013.715000', '172014.175000', '172014.635000', '172015.095000', '172015.555000', '172016.015000', '172016.475000', '172016.935000', '172017.395000', '172017.855000', '172018.315000', '172018.775000', '172019.235000', '172019.695000', '172020.155000', '172020.615000', '172021.075000', '172021.535000', '172021.995000', '172022.455000', '172022.915000', '172023.375000', '172023.835000', '172024.295000', '172024.755000', '172025.215000', '172025.675000', '172026.135000', '172026.595000', '172027.055000', '172027.515000', '172027.975000', '172028.435000', '172028.895000', '172029.355000', '172029.815000', '172030.275000', '172030.735000', '172031.195000', '172031.655000', '172032.115000', '172032.575000', '172033.035000', '172033.495000', '172033.955000', '172034.415000', '172034.875000', '172035.335000', '172035.795000', '172036.255000', '172036.715000', '172037.175000', '172037.635000', '172038.095000', '172038.555000', '172039.015000', '172039.475000', '172039.935000', '172040.395000', '172040.855000', '172041.315000', '172041.775000', '172042.235000', '172042.695000', '172043.155000', '172043.615000', '172044.075000', '172044.535000', '172044.995000', '172045.455000', '172045.915000', '172046.375000', '172046.835000', '172047.295000', '172047.755000', '172048.215000', '172048.675000', '172049.135000', '172049.595000', '172050.055000', '172050.515000', '172050.975000', '172051.435000', '172051.895000', '172052.355000', '172052.815000', '172053.275000', '172053.735000', '172054.195000', '172054.655000', '172055.115000', '172055.575000', '172056.035000', '172056.495000', '172056.955000', '172057.415000', '172057.875000', '172058.335000', '172058.795000', '172059.255000', '172059.715000', '172100.175000', '172100.635000', '172101.095000', '172101.555000', '172102.015000', '172102.475000', '172102.935000', '172103.395000', '172103.855000', '172104.315000', '172104.775000', '172105.235000', '172105.695000', '172106.155000', '172106.615000', '172107.075000', '172107.535000', '172107.995000', '172108.455000', '172108.915000', '172109.375000', '172109.835000', '172110.295000', '172110.755000', '172111.215000', '172111.675000', '172112.135000', '172112.595000', '172113.055000', '172113.515000', '172113.975000', '172114.435000', '172114.895000', '172115.355000', '172115.815000', '172116.275000', '172116.735000', '172117.195000', '172117.655000', '172118.115000', '172118.575000', '172119.035000', '172119.495000', '172119.955000', '172120.415000', '172120.875000', '172121.335000', '172121.795000', '172122.255000', '172122.715000', '172123.175000', '172123.635000', '172124.095000', '172124.555000', '172125.015000', '172125.475000', '172125.935000', '172126.395000', '172126.855000', '172127.315000', '172127.775000', '172128.235000', '172128.695000', '172129.155000', '172129.615000', '172130.075000', '172130.535000', '172130.995000', '172131.455000', '172131.915000', '172132.375000', '172132.835000', '172133.295000', '172133.755000', '172134.215000', '172134.675000', '172135.135000', '172135.595000', '172136.055000', '172136.515000', '172136.975000', '172137.435000', '172137.895000', '172138.355000', '172138.815000', '172139.275000', '172139.735000', '172140.195000', '172140.655000', '172141.115000', '172141.575000', '172142.035000', '172142.495000', '172142.955000', '172143.415000', '172143.875000', '172144.335000', '172144.795000', '172145.255000', '172145.715000', '172146.175000', '172146.635000', '172147.095000', '172147.555000', '172148.015000', '172148.475000', '172148.935000', '172149.395000', '172149.855000', '172150.315000', '172150.775000', '172151.235000', '172151.695000', '172152.155000', '172152.615000', '172153.075000', '172153.535000', '172153.995000', '172154.455000', '172154.915000', '172155.375000', '172155.835000', '172156.295000', '172156.755000', '172157.215000', '172157.675000', '172158.135000', '172158.595000', '172159.055000', '172159.515000', '172159.975000', '172200.435000', '172200.895000', '172201.355000', '172201.815000', '172202.275000', '172202.735000', '172203.195000', '172203.655000', '172204.115000', '172204.575000', '172205.035000', '172205.495000', '172205.955000', '172206.415000', '172206.875000', '172207.335000', '172207.795000', '172208.255000', '172208.715000', '172209.175000', '172209.635000', '172210.095000', '172210.555000', '172211.015000', '172211.475000', '172211.935000', '172212.395000', '172212.855000', '172213.315000', '172213.775000', '172214.235000', '172214.695000', '172215.155000', '172215.615000', '172216.075000', '172216.535000', '172216.995000', '172217.455000', '172217.915000', '172218.375000', '172218.835000', '172219.295000', '172219.755000', '172220.215000', '172220.675000', '172221.135000', '172221.595000', '172222.055000', '172222.515000', '172222.975000', '172223.435000', '172223.895000', '172224.355000', '172224.815000', '172225.275000', '172225.735000', '172226.195000', '172226.655000', '172227.115000', '172227.575000', '172228.035000', '172228.495000', '172228.955000', '172229.415000', '172229.875000', '172230.335000', '172230.795000', '172231.255000', '172231.715000', '172232.175000', '172232.635000', '172233.095000', '172233.555000', '172234.015000', '172234.475000', '172234.935000', '172235.395000', '172235.855000', '172236.315000', '172236.775000', '172237.235000', '172237.695000', '172238.155000', '172238.615000', '172239.075000', '172239.535000', '172239.995000', '172240.455000', '172240.915000', '172241.375000', '172241.835000', '172242.295000', '172242.755000', '172243.215000', '172243.675000', '172244.135000', '172244.595000', '172245.055000', '172245.515000', '172245.975000', '172246.435000', '172246.895000', '172247.355000', '172247.815000', '172248.275000', '172248.735000', '172249.195000', '172249.655000', '172250.115000', '172250.575000', '172251.035000', '172251.495000', '172251.955000', '172252.415000', '172252.875000', '172253.335000', '172253.795000', '172254.255000', '172254.715000', '172255.175000', '172255.635000', '172256.095000', '172256.555000', '172257.015000', '172257.475000', '172257.935000', '172258.395000', '172258.855000', '172259.315000', '172259.775000', '172300.235000', '172300.695000', '172301.155000', '172301.615000', '172302.075000', '172302.535000', '172302.995000', '172303.455000', '172303.915000', '172304.375000', '172304.835000', '172305.295000', '172305.755000', '172306.215000', '172306.675000', '172307.135000', '172307.595000', '172308.055000', '172308.515000', '172308.975000', '172309.435000', '172309.895000', '172310.355000', '172310.815000', '172311.275000', '172311.735000', '172312.195000', '172312.655000', '172313.115000', '172313.575000', '172314.035000', '172314.495000', '172314.955000', '172315.415000', '172315.875000', '172316.335000', '172316.795000', '172317.255000', '172317.715000', '172318.175000', '172318.635000', '172319.095000', '172319.555000', '172320.015000', '172320.475000', '172320.935000', '172321.395000', '172321.855000', '172322.315000', '172322.775000', '172323.235000', '172323.695000', '172324.155000', '172324.615000', '172325.075000', '172325.535000', '172325.995000', '172326.455000', '172326.915000', '172327.375000', '172327.835000', '172328.295000', '172328.755000', '172329.215000', '172329.675000', '172330.135000', '172330.595000', '172331.055000', '172331.515000', '172331.975000', '172332.435000', '172332.895000', '172333.355000', '172333.815000', '172334.275000', '172334.735000', '172335.195000', '172335.655000', '172336.115000', '172336.575000', '172337.035000', '172337.495000', '172337.955000', '172338.415000', '172338.875000', '172339.335000', '172339.795000', '172340.255000', '172340.715000', '172341.175000', '172341.635000', '172342.095000', '172342.555000', '172343.015000', '172343.475000', '172343.935000', '172344.395000', '172344.855000', '172345.315000', '172345.775000', '172346.235000', '172346.695000', '172347.155000', '172347.615000', '172348.075000', '172348.535000', '172348.995000', '172349.455000', '172349.915000', '172350.375000', '172350.835000', '172351.295000', '172351.755000', '172352.215000', '172352.675000', '172353.135000', '172353.595000', '172354.055000', '172354.515000', '172354.975000', '172355.435000', '172355.895000', '172356.355000', '172356.815000', '172357.275000', '172357.735000', '172358.195000', '172358.655000', '172359.115000', '172359.575000', '172400.035000', '172400.495000', '172400.955000', '172401.415000', '172401.875000', '172402.335000', '172402.795000', '172403.255000', '172403.715000', '172404.175000', '172404.635000', '172405.095000', '172405.555000', '172406.015000', '172406.475000', '172406.935000', '172407.395000', '172407.855000', '172408.315000', '172408.775000', '172409.235000', '172409.695000', '172410.155000', '172410.615000', '172411.075000', '172411.535000', '172411.995000', '172412.455000', '172412.915000', '172413.375000', '172413.835000', '172414.295000', '172414.755000', '172415.215000', '172415.675000', '172416.135000', '172416.595000', '172417.055000', '172417.515000', '172417.975000', '172418.435000', '172418.895000', '172419.355000', '172419.815000', '172420.275000', '172420.735000', '172421.195000', '172421.655000', '172422.115000', '172422.575000', '172423.035000', '172423.495000', '172423.955000', '172424.415000', '172424.875000', '172425.335000', '172425.795000', '172426.255000', '172426.715000', '172427.175000', '172427.635000', '172428.095000', '172428.555000', '172429.015000', '172429.475000', '172429.935000', '172430.395000', '172430.855000', '172431.315000', '172431.775000', '172432.235000', '172432.695000', '172433.155000', '172433.615000', '172434.075000', '172434.535000', '172434.995000', '172435.455000', '172435.915000', '172436.375000', '172436.835000', '172437.295000', '172437.755000', '172438.215000', '172438.675000', '172439.135000', '172439.595000', '172440.055000', '172440.515000', '172440.975000', '172441.435000', '172441.895000', '172442.355000', '172442.815000', '172443.275000', '172443.735000', '172444.195000', '172444.655000', '172445.115000', '172445.575000', '172446.035000', '172446.495000', '172446.955000', '172447.415000', '172447.875000', '172448.335000', '172448.795000', '172449.255000', '172449.715000', '172450.175000', '172450.635000', '172451.095000', '172451.555000', '172452.015000', '172452.475000', '172452.935000', '172453.395000', '172453.855000', '172454.315000', '172454.775000', '172455.235000', '172455.695000', '172456.155000', '172456.615000', '172457.075000', '172457.535000', '172457.995000', '172458.455000', '172458.915000', '172459.375000', '172459.835000', '172500.295000', '172500.755000', '172501.215000', '172501.675000', '172502.135000', '172502.595000', '172503.055000', '172503.515000', '172503.975000', '172504.435000', '172504.895000', '172505.355000', '172505.815000', '172506.275000', '172506.735000', '172507.195000', '172507.655000', '172508.115000', '172508.575000', '172509.035000', '172509.495000', '172509.955000', '172510.415000', '172510.875000', '172511.335000', '172511.795000', '172512.255000', '172512.715000', '172513.175000', '172513.635000', '172514.095000', '172514.555000', '172515.015000', '172515.475000', '172515.935000', '172516.395000', '172516.855000', '172517.315000', '172517.775000', '172518.235000', '172518.695000', '172519.155000', '172519.615000', '172520.075000', '172520.535000', '172520.995000', '172521.455000', '172521.915000', '172522.375000', '172522.835000', '172523.295000', '172523.755000', '172524.215000', '172524.675000', '172525.135000', '172525.595000', '172526.055000', '172526.515000', '172526.975000', '172527.435000', '172527.895000', '172528.355000', '172528.815000', '172529.275000', '172529.735000', '172530.195000', '172530.655000', '172531.115000', '172531.575000', '172532.035000', '172532.495000', '172532.955000', '172533.415000', '172533.875000', '172534.335000', '172534.795000', '172535.255000', '172535.715000', '172536.175000', '172536.635000', '172537.095000', '172537.555000', '172538.015000', '172538.475000', '172538.935000', '172539.395000', '172539.855000', '172540.315000', '172540.775000', '172541.235000', '172541.695000', '172542.155000', '172542.615000', '172543.075000', '172543.535000', '172543.995000', '172544.455000', '172544.915000', '172545.375000', '172545.835000', '172546.295000', '172546.755000', '172547.215000', '172547.675000', '172548.135000', '172548.595000', '172549.055000', '172549.515000', '172549.975000', '172550.435000', '172550.895000', '172551.355000', '172551.815000', '172552.275000', '172552.735000', '172553.195000', '172553.655000', '172554.115000', '172554.575000', '172555.035000', '172555.495000', '172555.955000', '172556.415000', '172556.875000', '172557.335000', '172557.795000', '172558.255000', '172558.715000', '172559.175000', '172559.635000', '172600.095000', '172600.555000', '172601.015000', '172601.475000', '172601.935000', '172602.395000', '172602.855000', '172603.315000', '172603.775000', '172604.235000', '172604.695000', '172605.155000', '172605.615000', '172606.075000', '172606.535000', '172606.995000', '172607.455000', '172607.915000', '172608.375000', '172608.835000', '172609.295000', '172609.755000', '172610.215000', '172610.675000', '172611.135000', '172611.595000', '172612.055000', '172612.515000', '172612.975000', '172613.435000', '172613.895000'], 'ContentTime': ['171629.903000', '171629.914000', '171629.917000', '171629.920000', '171629.922000', '171629.925000', '171629.927000', '171629.930000', '171629.932000', '171629.935000', '171629.938000', '171629.940000', '171629.943000', '171629.945000', '171629.948000', '171629.951000', '171629.960000', '171629.962000', '171629.965000', '171629.968000', '171629.970000', '171629.973000', '171629.975000', '171629.978000', '171649.874000', '171649.877000', '171649.880000', '171649.883000', '171649.885000', '171649.888000', '171649.891000', '171649.893000', '171649.896000', '171649.899000', '171649.901000', '171649.904000', '171649.906000', '171649.909000', '171649.912000', '171649.914000', '171649.921000', '171649.936000', '171649.938000', '171649.946000', '171649.948000', '171649.951000', '171649.953000', '171649.956000', '171649.959000', '171649.961000', '171649.964000', '171649.966000', '171649.969000', '171649.972000', '171649.974000', '171649.977000', '171649.979000', '171649.982000', '171649.985000', '171649.988000', '171649.992000', '171649.994000', '171649.997000', '171650.000000', '171650.009000', '171650.011000', '171650.014000', '171709.874000', '171709.878000', '171709.880000', '171709.883000', '171709.885000', '171709.888000', '171709.891000', '171709.893000', '171709.896000', '171709.899000', '171709.901000', '171709.904000', '171709.906000', '171709.909000', '171709.912000', '171709.914000', '171709.917000', '171709.919000', '171709.922000', '171709.924000', '171709.927000', '171709.930000', '171709.932000', '171709.935000', '171709.937000', '171709.940000', '171709.943000', '171709.945000', '171709.948000', '171709.950000', '171709.953000', '171709.956000', '171709.958000', '171709.961000', '171709.963000', '171709.966000', '171709.969000', '171709.971000', '171709.974000', '171709.976000', '171709.979000', '171709.982000', '171709.984000', '171709.987000', '171729.875000', '171729.878000', '171729.880000', '171729.883000', '171729.886000', '171729.888000', '171729.891000', '171729.894000', '171729.897000', '171729.899000', '171729.902000', '171729.904000', '171729.907000', '171729.910000', '171729.912000', '171729.915000', '171729.917000', '171729.920000', '171729.922000', '171729.925000', '171729.928000', '171729.930000', '171729.933000', '171729.935000', '171729.938000', '171729.940000', '171729.943000', '171729.946000', '171729.948000', '171729.951000', '171729.953000', '171729.956000', '171729.959000', '171729.961000', '171729.964000', '171729.966000', '171729.969000', '171729.971000', '171729.974000', '171729.977000', '171729.979000', '171729.982000', '171729.984000', '171749.874000', '171749.877000', '171749.880000', '171749.883000', '171749.885000', '171749.888000', '171749.891000', '171749.893000', '171749.896000', '171749.899000', '171749.901000', '171749.904000', '171749.907000', '171749.909000', '171749.912000', '171749.914000', '171749.917000', '171749.920000', '171749.922000', '171749.925000', '171749.928000', '171749.930000', '171749.933000', '171749.935000', '171749.938000', '171749.941000', '171749.943000', '171749.946000', '171749.949000', '171749.951000', '171749.954000', '171749.957000', '171749.959000', '171749.962000', '171749.964000', '171749.967000', '171749.970000', '171749.972000', '171749.975000', '171749.977000', '171749.980000', '171749.983000', '171749.986000', '171749.988000', '171809.873000', '171809.876000', '171809.879000', '171809.882000', '171809.884000', '171809.887000', '171809.890000', '171809.892000', '171809.895000', '171809.897000', '171809.900000', '171809.903000', '171809.905000', '171809.908000', '171809.911000', '171809.913000', '171809.916000', '171809.919000', '171809.922000', '171809.924000', '171809.927000', '171809.929000', '171809.932000', '171809.935000', '171809.937000', '171809.940000', '171809.943000', '171809.945000', '171809.948000', '171809.951000', '171809.953000', '171809.956000', '171809.958000', '171809.961000', '171809.964000', '171809.966000', '171809.969000', '171809.972000', '171809.974000', '171809.977000', '171809.980000', '171809.982000', '171809.985000', '171829.875000', '171829.877000', '171829.880000', '171829.883000', '171829.885000', '171829.888000', '171829.891000', '171829.893000', '171829.896000', '171829.898000', '171829.901000', '171829.904000', '171829.906000', '171829.917000', '171829.919000', '171829.922000', '171829.925000', '171829.927000', '171829.930000', '171829.932000', '171829.935000', '171829.937000', '171829.940000', '171829.943000', '171829.945000', '171829.948000', '171829.950000', '171829.953000', '171829.956000', '171829.958000', '171829.961000', '171829.963000', '171829.966000', '171829.968000', '171829.971000', '171829.973000', '171829.976000', '171829.978000', '171829.981000', '171829.983000', '171829.986000', '171829.989000', '171829.991000', '171829.994000', '171849.875000', '171849.877000', '171849.880000', '171849.883000', '171849.885000', '171849.888000', '171849.890000', '171849.893000', '171849.895000', '171849.898000', '171849.901000', '171849.903000', '171849.906000', '171849.908000', '171849.911000', '171849.914000', '171849.916000', '171849.919000', '171849.921000', '171849.924000', '171849.926000', '171849.929000', '171849.931000', '171849.934000', '171849.937000', '171849.939000', '171849.942000', '171849.944000', '171849.947000', '171849.949000', '171849.952000', '171849.954000', '171849.957000', '171849.960000', '171849.962000', '171849.965000', '171849.967000', '171849.970000', '171849.972000', '171849.975000', '171849.977000', '171849.980000', '171849.983000', '171909.875000', '171909.878000', '171909.880000', '171909.883000', '171909.886000', '171909.888000', '171909.891000', '171909.893000', '171909.896000', '171909.899000', '171909.901000', '171909.904000', '171909.906000', '171909.909000', '171909.911000', '171909.914000', '171909.917000', '171909.919000', '171909.922000', '171909.924000', '171909.927000', '171909.930000', '171909.932000', '171909.935000', '171909.937000', '171909.940000', '171909.942000', '171909.945000', '171909.947000', '171909.950000', '171909.953000', '171909.955000', '171909.958000', '171909.960000', '171909.963000', '171909.965000', '171909.968000', '171909.970000', '171909.973000', '171909.976000', '171909.978000', '171909.981000', '171909.983000', '171909.986000', '171929.875000', '171929.878000', '171929.880000', '171929.883000', '171929.885000', '171929.888000', '171929.891000', '171929.893000', '171929.896000', '171929.898000', '171929.904000', '171929.907000', '171929.909000', '171929.912000', '171929.915000', '171929.917000', '171929.920000', '171929.922000', '171929.925000', '171929.927000', '171929.930000', '171929.932000', '171929.935000', '171929.937000', '171929.940000', '171929.943000', '171929.945000', '171929.948000', '171929.950000', '171929.953000', '171929.955000', '171929.958000', '171929.961000', '171929.963000', '171929.966000', '171929.968000', '171929.971000', '171929.973000', '171929.976000', '171929.978000', '171929.981000', '171929.984000', '171929.986000', '171949.874000', '171949.877000', '171949.880000', '171949.882000', '171949.885000', '171949.888000', '171949.890000', '171949.893000', '171949.895000', '171949.898000', '171949.901000', '171949.903000', '171949.906000', '171949.908000', '171949.911000', '171949.913000', '171949.916000', '171949.919000', '171949.921000', '171949.924000', '171949.926000', '171949.929000', '171949.931000', '171949.934000', '171949.937000', '171949.939000', '171949.942000', '171949.945000', '171949.947000', '171949.950000', '171949.952000', '171949.955000', '171949.957000', '171949.960000', '171949.963000', '171949.965000', '171949.968000', '171949.970000', '171949.973000', '171949.975000', '171949.978000', '171949.981000', '171949.983000', '171949.986000', '172009.874000', '172009.877000', '172009.880000', '172009.886000', '172009.889000', '172009.891000', '172009.894000', '172009.897000', '172009.899000', '172009.902000', '172009.905000', '172009.907000', '172009.910000', '172009.912000', '172009.915000', '172009.918000', '172009.920000', '172009.923000', '172009.926000', '172009.928000', '172009.931000', '172009.933000', '172009.936000', '172009.938000', '172009.941000', '172009.943000', '172009.946000', '172009.949000', '172009.951000', '172009.954000', '172009.956000', '172009.959000', '172009.961000', '172009.964000', '172009.966000', '172009.969000', '172009.972000', '172009.974000', '172009.977000', '172009.980000', '172009.982000', '172009.985000', '172009.987000', '172029.874000', '172029.876000', '172029.879000', '172029.882000', '172029.884000', '172029.887000', '172029.889000', '172029.892000', '172029.895000', '172029.898000', '172029.900000', '172029.903000', '172029.906000', '172029.908000', '172029.911000', '172029.914000', '172029.916000', '172029.919000', '172029.922000', '172029.924000', '172029.927000', '172029.930000', '172029.932000', '172029.935000', '172029.938000', '172029.940000', '172029.943000', '172029.945000', '172029.948000', '172029.951000', '172029.953000', '172029.956000', '172029.958000', '172029.961000', '172029.964000', '172029.966000', '172029.969000', '172029.972000', '172029.974000', '172029.977000', '172029.979000', '172029.982000', '172029.985000', '172029.987000', '172049.875000', '172049.877000', '172049.880000', '172049.883000', '172049.885000', '172049.888000', '172049.891000', '172049.894000', '172049.896000', '172049.899000', '172049.901000', '172049.904000', '172049.907000', '172049.909000', '172049.912000', '172049.914000', '172049.917000', '172049.919000', '172049.922000', '172049.924000', '172049.927000', '172049.930000', '172049.932000', '172049.935000', '172049.937000', '172049.940000', '172049.942000', '172049.945000', '172049.947000', '172049.950000', '172049.953000', '172049.955000', '172049.958000', '172049.960000', '172049.963000', '172049.966000', '172049.968000', '172049.971000', '172049.973000', '172049.976000', '172049.979000', '172049.981000', '172049.984000', '172109.874000', '172109.877000', '172109.880000', '172109.882000', '172109.885000', '172109.887000', '172109.890000', '172109.893000', '172109.895000', '172109.898000', '172109.900000', '172109.903000', '172109.905000', '172109.908000', '172109.911000', '172109.913000', '172109.916000', '172109.918000', '172109.921000', '172109.923000', '172109.926000', '172109.929000', '172109.931000', '172109.934000', '172109.936000', '172109.939000', '172109.942000', '172109.944000', '172109.947000', '172109.949000', '172109.952000', '172109.954000', '172109.957000', '172109.960000', '172109.962000', '172109.965000', '172109.967000', '172109.970000', '172109.973000', '172109.975000', '172109.978000', '172109.980000', '172109.983000', '172109.986000', '172129.874000', '172129.877000', '172129.880000', '172129.883000', '172129.885000', '172129.888000', '172129.891000', '172129.893000', '172129.896000', '172129.898000', '172129.901000', '172129.904000', '172129.906000', '172129.909000', '172129.911000', '172129.914000', '172129.916000', '172129.919000', '172129.921000', '172129.941000', '172129.943000', '172129.946000', '172129.948000', '172129.951000', '172129.953000', '172129.956000', '172129.958000', '172129.961000', '172129.963000', '172129.966000', '172129.969000', '172129.971000', '172129.974000', '172129.976000', '172129.979000', '172129.982000', '172129.984000', '172129.987000', '172129.989000', '172129.992000', '172129.994000', '172129.997000', '172130.001000', '172149.875000', '172149.877000', '172149.880000', '172149.883000', '172149.885000', '172149.888000', '172149.890000', '172149.893000', '172149.896000', '172149.898000', '172149.901000', '172149.905000', '172149.908000', '172149.911000', '172149.914000', '172149.916000', '172149.919000', '172149.922000', '172149.924000', '172149.927000', '172149.930000', '172149.932000', '172149.935000', '172149.937000', '172149.940000', '172149.942000', '172149.945000', '172149.948000', '172149.950000', '172149.953000', '172149.955000', '172149.958000', '172149.961000', '172149.964000', '172149.966000', '172149.969000', '172149.971000', '172149.974000', '172149.976000', '172149.979000', '172149.982000', '172149.984000', '172149.987000', '172209.875000', '172209.878000', '172209.880000', '172209.883000', '172209.885000', '172209.888000', '172209.891000', '172209.893000', '172209.896000', '172209.898000', '172209.901000', '172209.903000', '172209.906000', '172209.908000', '172209.911000', '172209.913000', '172209.916000', '172209.919000', '172209.921000', '172209.924000', '172209.926000', '172209.929000', '172209.932000', '172209.934000', '172209.937000', '172209.939000', '172209.942000', '172209.944000', '172209.947000', '172209.949000', '172209.952000', '172209.955000', '172209.957000', '172209.960000', '172209.963000', '172209.965000', '172209.968000', '172209.970000', '172209.973000', '172209.975000', '172209.978000', '172209.980000', '172209.983000', '172209.985000', '172229.875000', '172229.879000', '172229.882000', '172229.886000', '172229.889000', '172229.892000', '172229.894000', '172229.897000', '172229.900000', '172229.902000', '172229.905000', '172229.907000', '172229.910000', '172229.912000', '172229.915000', '172229.918000', '172229.920000', '172229.923000', '172229.925000', '172229.928000', '172229.930000', '172229.933000', '172229.935000', '172229.938000', '172229.940000', '172229.943000', '172229.946000', '172229.948000', '172229.951000', '172229.953000', '172229.956000', '172229.959000', '172229.961000', '172229.964000', '172229.967000', '172229.969000', '172229.972000', '172229.974000', '172229.977000', '172229.979000', '172229.982000', '172229.984000', '172229.987000', '172249.874000', '172249.876000', '172249.879000', '172249.882000', '172249.884000', '172249.887000', '172249.890000', '172249.892000', '172249.895000', '172249.897000', '172249.900000', '172249.902000', '172249.905000', '172249.907000', '172249.910000', '172249.912000', '172249.915000', '172249.918000', '172249.920000', '172249.923000', '172249.925000', '172249.928000', '172249.930000', '172249.933000', '172249.936000', '172249.938000', '172249.941000', '172249.943000', '172249.946000', '172249.949000', '172249.951000', '172249.963000', '172249.965000', '172249.968000', '172249.970000', '172249.973000', '172249.975000', '172249.978000', '172249.981000', '172249.983000', '172249.986000', '172249.988000', '172249.991000', '172249.993000', '172309.875000', '172309.878000', '172309.880000', '172309.886000', '172309.888000', '172309.891000', '172309.893000', '172309.896000', '172309.899000', '172309.901000', '172309.904000', '172309.906000', '172309.909000', '172309.911000', '172309.914000', '172309.917000', '172309.919000', '172309.922000', '172309.925000', '172309.927000', '172309.930000', '172309.933000', '172309.935000', '172309.938000', '172309.940000', '172309.943000', '172309.947000', '172309.949000', '172309.952000', '172309.955000', '172309.957000', '172309.960000', '172309.962000', '172309.965000', '172309.967000', '172309.970000', '172309.972000', '172309.975000', '172309.978000', '172309.980000', '172309.983000', '172309.985000', '172309.988000', '172329.875000', '172329.877000', '172329.880000', '172329.883000', '172329.885000', '172329.888000', '172329.890000', '172329.893000', '172329.895000', '172329.898000', '172329.900000', '172329.903000', '172329.905000', '172329.908000', '172329.911000', '172329.913000', '172329.916000', '172329.919000', '172329.921000', '172329.924000', '172329.926000', '172329.929000', '172329.931000', '172329.934000', '172329.936000', '172329.939000', '172329.942000', '172329.944000', '172329.947000', '172329.950000', '172329.952000', '172329.955000', '172329.957000', '172329.960000', '172329.962000', '172329.965000', '172329.967000', '172329.970000', '172329.972000', '172329.975000', '172329.978000', '172329.980000', '172329.983000', '172329.985000', '172349.875000', '172349.878000', '172349.880000', '172349.883000', '172349.885000', '172349.888000', '172349.890000', '172349.893000', '172349.896000', '172349.898000', '172349.901000', '172349.904000', '172349.906000', '172349.909000', '172349.911000', '172349.914000', '172349.917000', '172349.919000', '172349.922000', '172349.924000', '172349.927000', '172349.929000', '172349.932000', '172349.935000', '172349.937000', '172349.940000', '172349.942000', '172349.945000', '172349.948000', '172349.950000', '172349.953000', '172349.956000', '172349.958000', '172349.961000', '172349.963000', '172349.966000', '172349.969000', '172349.971000', '172349.974000', '172349.976000', '172349.979000', '172349.982000', '172349.984000', '172409.875000', '172409.877000', '172409.880000', '172409.883000', '172409.885000', '172409.888000', '172409.890000', '172409.893000', '172409.895000', '172409.898000', '172409.901000', '172409.903000', '172409.906000', '172409.908000', '172409.911000', '172409.914000', '172409.916000', '172409.919000', '172409.921000', '172409.924000', '172409.926000', '172409.929000', '172409.931000', '172409.934000', '172409.936000', '172409.939000', '172409.942000', '172409.944000', '172409.947000', '172409.949000', '172409.952000', '172409.955000', '172409.957000', '172409.960000', '172409.962000', '172409.965000', '172409.967000', '172409.970000', '172409.973000', '172409.975000', '172409.978000', '172409.998000', '172410.002000', '172410.004000', '172429.875000', '172429.879000', '172429.882000', '172429.884000', '172429.887000', '172429.889000', '172429.892000', '172429.895000', '172429.897000', '172429.900000', '172429.902000', '172429.905000', '172429.907000', '172429.910000', '172429.913000', '172429.915000', '172429.918000', '172429.921000', '172429.923000', '172429.926000', '172429.928000', '172429.931000', '172429.933000', '172429.936000', '172429.938000', '172429.941000', '172429.944000', '172429.946000', '172429.949000', '172429.951000', '172429.954000', '172429.957000', '172429.959000', '172429.962000', '172429.964000', '172429.967000', '172429.969000', '172429.972000', '172429.975000', '172429.977000', '172429.980000', '172429.984000', '172429.987000', '172449.875000', '172449.892000', '172449.894000', '172449.897000', '172449.899000', '172449.902000', '172449.905000', '172449.907000', '172449.910000', '172449.912000', '172449.915000', '172449.917000', '172449.920000', '172449.923000', '172449.925000', '172449.928000', '172449.930000', '172449.933000', '172449.935000', '172449.938000', '172449.941000', '172449.943000', '172449.946000', '172449.948000', '172449.951000', '172449.953000', '172449.956000', '172449.959000', '172449.961000', '172449.964000', '172449.966000', '172449.969000', '172449.972000', '172449.974000', '172449.977000', '172449.979000', '172449.982000', '172449.985000', '172449.987000', '172449.990000', '172449.992000', '172449.995000', '172449.998000', '172450.001000', '172509.874000', '172509.877000', '172509.880000', '172509.882000', '172509.885000', '172509.887000', '172509.890000', '172509.893000', '172509.895000', '172509.898000', '172509.900000', '172509.903000', '172509.906000', '172509.908000', '172509.911000', '172509.914000', '172509.916000', '172509.919000', '172509.921000', '172509.924000', '172509.926000', '172509.929000', '172509.932000', '172509.934000', '172509.937000', '172509.939000', '172509.942000', '172509.945000', '172509.947000', '172509.950000', '172509.952000', '172509.955000', '172509.958000', '172509.960000', '172509.963000', '172509.965000', '172509.968000', '172509.971000', '172509.974000', '172509.977000', '172509.980000', '172509.982000', '172509.985000', '172529.874000', '172529.877000', '172529.880000', '172529.882000', '172529.885000', '172529.888000', '172529.890000', '172529.893000', '172529.896000', '172529.898000', '172529.901000', '172529.903000', '172529.906000', '172529.908000', '172529.911000', '172529.914000', '172529.916000', '172529.919000', '172529.922000', '172529.924000', '172529.927000', '172529.929000', '172529.932000', '172529.934000', '172529.948000', '172529.951000', '172529.953000', '172529.956000', '172529.958000', '172529.961000', '172529.963000', '172529.966000', '172529.969000', '172529.971000', '172529.974000', '172529.976000', '172529.979000', '172529.982000', '172529.984000', '172529.987000', '172529.989000', '172529.992000', '172529.995000', '172529.997000', '172549.875000', '172549.877000', '172549.880000', '172549.883000', '172549.885000', '172549.888000', '172549.890000', '172549.893000', '172549.896000', '172549.898000', '172549.901000', '172549.903000', '172549.906000', '172549.908000', '172549.911000', '172549.914000', '172549.916000', '172549.919000', '172549.921000', '172549.924000', '172549.926000', '172549.929000', '172549.932000', '172549.934000', '172549.937000', '172549.939000', '172549.942000', '172549.945000', '172549.947000', '172549.950000', '172549.952000', '172549.955000', '172549.957000', '172549.960000', '172549.963000', '172549.965000', '172549.968000', '172549.970000', '172549.973000', '172549.976000', '172549.978000', '172549.981000', '172549.983000', '172609.875000', '172609.896000', '172609.899000', '172609.901000', '172609.904000', '172609.906000', '172609.909000', '172609.912000', '172609.914000', '172609.917000', '172609.919000', '172609.922000', '172609.925000', '172609.927000', '172609.930000', '172609.933000', '172609.935000', '172609.938000', '172609.940000', '172609.943000', '172609.945000', '172609.948000', '172609.951000', '172609.953000', '172609.956000', '172609.958000', '172609.961000', '172609.963000', '172609.966000', '172609.969000', '172609.971000', '172609.974000', '172609.976000', '172609.979000', '172609.981000', '172609.984000', '172609.987000', '172609.989000', '172609.992000', '172609.995000', '172609.997000', '172610.001000', '172610.003000', '172610.006000', '172615.757000', '172615.761000', '172615.764000', '172615.766000', '172615.769000', '172615.772000', '172615.776000', '172615.779000', '172615.781000', '172615.784000', '172615.787000', '172615.790000', '172615.794000'], 'InstanceCreationTime': ['171629.903000', '171629.914000', '171629.917000', '171629.920000', '171629.922000', '171629.925000', '171629.927000', '171629.930000', '171629.932000', '171629.935000', '171629.938000', '171629.940000', '171629.943000', '171629.945000', '171629.948000', '171629.951000', '171629.960000', '171629.962000', '171629.965000', '171629.968000', '171629.970000', '171629.973000', '171629.975000', '171629.978000', '171649.874000', '171649.877000', '171649.880000', '171649.883000', '171649.885000', '171649.888000', '171649.891000', '171649.893000', '171649.896000', '171649.899000', '171649.901000', '171649.904000', '171649.906000', '171649.909000', '171649.912000', '171649.914000', '171649.921000', '171649.936000', '171649.938000', '171649.946000', '171649.948000', '171649.951000', '171649.953000', '171649.956000', '171649.959000', '171649.961000', '171649.964000', '171649.966000', '171649.969000', '171649.972000', '171649.974000', '171649.977000', '171649.979000', '171649.982000', '171649.985000', '171649.988000', '171649.992000', '171649.994000', '171649.997000', '171650.000000', '171650.009000', '171650.011000', '171650.014000', '171709.874000', '171709.878000', '171709.880000', '171709.883000', '171709.885000', '171709.888000', '171709.891000', '171709.893000', '171709.896000', '171709.899000', '171709.901000', '171709.904000', '171709.906000', '171709.909000', '171709.912000', '171709.914000', '171709.917000', '171709.919000', '171709.922000', '171709.924000', '171709.927000', '171709.930000', '171709.932000', '171709.935000', '171709.937000', '171709.940000', '171709.943000', '171709.945000', '171709.948000', '171709.950000', '171709.953000', '171709.956000', '171709.958000', '171709.961000', '171709.963000', '171709.966000', '171709.969000', '171709.971000', '171709.974000', '171709.976000', '171709.979000', '171709.982000', '171709.984000', '171709.987000', '171729.875000', '171729.878000', '171729.880000', '171729.883000', '171729.886000', '171729.888000', '171729.891000', '171729.894000', '171729.897000', '171729.899000', '171729.902000', '171729.904000', '171729.907000', '171729.910000', '171729.912000', '171729.915000', '171729.917000', '171729.920000', '171729.922000', '171729.925000', '171729.928000', '171729.930000', '171729.933000', '171729.935000', '171729.938000', '171729.940000', '171729.943000', '171729.946000', '171729.948000', '171729.951000', '171729.953000', '171729.956000', '171729.959000', '171729.961000', '171729.964000', '171729.966000', '171729.969000', '171729.971000', '171729.974000', '171729.977000', '171729.979000', '171729.982000', '171729.984000', '171749.874000', '171749.877000', '171749.880000', '171749.883000', '171749.885000', '171749.888000', '171749.891000', '171749.893000', '171749.896000', '171749.899000', '171749.901000', '171749.904000', '171749.907000', '171749.909000', '171749.912000', '171749.914000', '171749.917000', '171749.920000', '171749.922000', '171749.925000', '171749.928000', '171749.930000', '171749.933000', '171749.935000', '171749.938000', '171749.941000', '171749.943000', '171749.946000', '171749.949000', '171749.951000', '171749.954000', '171749.957000', '171749.959000', '171749.962000', '171749.964000', '171749.967000', '171749.970000', '171749.972000', '171749.975000', '171749.977000', '171749.980000', '171749.983000', '171749.986000', '171749.988000', '171809.873000', '171809.876000', '171809.879000', '171809.882000', '171809.884000', '171809.887000', '171809.890000', '171809.892000', '171809.895000', '171809.897000', '171809.900000', '171809.903000', '171809.905000', '171809.908000', '171809.911000', '171809.913000', '171809.916000', '171809.919000', '171809.922000', '171809.924000', '171809.927000', '171809.929000', '171809.932000', '171809.935000', '171809.937000', '171809.940000', '171809.943000', '171809.945000', '171809.948000', '171809.951000', '171809.953000', '171809.956000', '171809.958000', '171809.961000', '171809.964000', '171809.966000', '171809.969000', '171809.972000', '171809.974000', '171809.977000', '171809.980000', '171809.982000', '171809.985000', '171829.875000', '171829.877000', '171829.880000', '171829.883000', '171829.885000', '171829.888000', '171829.891000', '171829.893000', '171829.896000', '171829.898000', '171829.901000', '171829.904000', '171829.906000', '171829.917000', '171829.919000', '171829.922000', '171829.925000', '171829.927000', '171829.930000', '171829.932000', '171829.935000', '171829.937000', '171829.940000', '171829.943000', '171829.945000', '171829.948000', '171829.950000', '171829.953000', '171829.956000', '171829.958000', '171829.961000', '171829.963000', '171829.966000', '171829.968000', '171829.971000', '171829.973000', '171829.976000', '171829.978000', '171829.981000', '171829.983000', '171829.986000', '171829.989000', '171829.991000', '171829.994000', '171849.875000', '171849.877000', '171849.880000', '171849.883000', '171849.885000', '171849.888000', '171849.890000', '171849.893000', '171849.895000', '171849.898000', '171849.901000', '171849.903000', '171849.906000', '171849.908000', '171849.911000', '171849.914000', '171849.916000', '171849.919000', '171849.921000', '171849.924000', '171849.926000', '171849.929000', '171849.931000', '171849.934000', '171849.937000', '171849.939000', '171849.942000', '171849.944000', '171849.947000', '171849.949000', '171849.952000', '171849.954000', '171849.957000', '171849.960000', '171849.962000', '171849.965000', '171849.967000', '171849.970000', '171849.972000', '171849.975000', '171849.977000', '171849.980000', '171849.983000', '171909.875000', '171909.878000', '171909.880000', '171909.883000', '171909.886000', '171909.888000', '171909.891000', '171909.893000', '171909.896000', '171909.899000', '171909.901000', '171909.904000', '171909.906000', '171909.909000', '171909.911000', '171909.914000', '171909.917000', '171909.919000', '171909.922000', '171909.924000', '171909.927000', '171909.930000', '171909.932000', '171909.935000', '171909.937000', '171909.940000', '171909.942000', '171909.945000', '171909.947000', '171909.950000', '171909.953000', '171909.955000', '171909.958000', '171909.960000', '171909.963000', '171909.965000', '171909.968000', '171909.970000', '171909.973000', '171909.976000', '171909.978000', '171909.981000', '171909.983000', '171909.986000', '171929.875000', '171929.878000', '171929.880000', '171929.883000', '171929.885000', '171929.888000', '171929.891000', '171929.893000', '171929.896000', '171929.898000', '171929.904000', '171929.907000', '171929.909000', '171929.912000', '171929.915000', '171929.917000', '171929.920000', '171929.922000', '171929.925000', '171929.927000', '171929.930000', '171929.932000', '171929.935000', '171929.937000', '171929.940000', '171929.943000', '171929.945000', '171929.948000', '171929.950000', '171929.953000', '171929.955000', '171929.958000', '171929.961000', '171929.963000', '171929.966000', '171929.968000', '171929.971000', '171929.973000', '171929.976000', '171929.978000', '171929.981000', '171929.984000', '171929.986000', '171949.874000', '171949.877000', '171949.880000', '171949.882000', '171949.885000', '171949.888000', '171949.890000', '171949.893000', '171949.895000', '171949.898000', '171949.901000', '171949.903000', '171949.906000', '171949.908000', '171949.911000', '171949.913000', '171949.916000', '171949.919000', '171949.921000', '171949.924000', '171949.926000', '171949.929000', '171949.931000', '171949.934000', '171949.937000', '171949.939000', '171949.942000', '171949.945000', '171949.947000', '171949.950000', '171949.952000', '171949.955000', '171949.957000', '171949.960000', '171949.963000', '171949.965000', '171949.968000', '171949.970000', '171949.973000', '171949.975000', '171949.978000', '171949.981000', '171949.983000', '171949.986000', '172009.874000', '172009.877000', '172009.880000', '172009.886000', '172009.889000', '172009.891000', '172009.894000', '172009.897000', '172009.899000', '172009.902000', '172009.905000', '172009.907000', '172009.910000', '172009.912000', '172009.915000', '172009.918000', '172009.920000', '172009.923000', '172009.926000', '172009.928000', '172009.931000', '172009.933000', '172009.936000', '172009.938000', '172009.941000', '172009.943000', '172009.946000', '172009.949000', '172009.951000', '172009.954000', '172009.956000', '172009.959000', '172009.961000', '172009.964000', '172009.966000', '172009.969000', '172009.972000', '172009.974000', '172009.977000', '172009.980000', '172009.982000', '172009.985000', '172009.987000', '172029.874000', '172029.876000', '172029.879000', '172029.882000', '172029.884000', '172029.887000', '172029.889000', '172029.892000', '172029.895000', '172029.898000', '172029.900000', '172029.903000', '172029.906000', '172029.908000', '172029.911000', '172029.914000', '172029.916000', '172029.919000', '172029.922000', '172029.924000', '172029.927000', '172029.930000', '172029.932000', '172029.935000', '172029.938000', '172029.940000', '172029.943000', '172029.945000', '172029.948000', '172029.951000', '172029.953000', '172029.956000', '172029.958000', '172029.961000', '172029.964000', '172029.966000', '172029.969000', '172029.972000', '172029.974000', '172029.977000', '172029.979000', '172029.982000', '172029.985000', '172029.987000', '172049.875000', '172049.877000', '172049.880000', '172049.883000', '172049.885000', '172049.888000', '172049.891000', '172049.894000', '172049.896000', '172049.899000', '172049.901000', '172049.904000', '172049.907000', '172049.909000', '172049.912000', '172049.914000', '172049.917000', '172049.919000', '172049.922000', '172049.924000', '172049.927000', '172049.930000', '172049.932000', '172049.935000', '172049.937000', '172049.940000', '172049.942000', '172049.945000', '172049.947000', '172049.950000', '172049.953000', '172049.955000', '172049.958000', '172049.960000', '172049.963000', '172049.966000', '172049.968000', '172049.971000', '172049.973000', '172049.976000', '172049.979000', '172049.981000', '172049.984000', '172109.874000', '172109.877000', '172109.880000', '172109.882000', '172109.885000', '172109.887000', '172109.890000', '172109.893000', '172109.895000', '172109.898000', '172109.900000', '172109.903000', '172109.905000', '172109.908000', '172109.911000', '172109.913000', '172109.916000', '172109.918000', '172109.921000', '172109.923000', '172109.926000', '172109.929000', '172109.931000', '172109.934000', '172109.936000', '172109.939000', '172109.942000', '172109.944000', '172109.947000', '172109.949000', '172109.952000', '172109.954000', '172109.957000', '172109.960000', '172109.962000', '172109.965000', '172109.967000', '172109.970000', '172109.973000', '172109.975000', '172109.978000', '172109.980000', '172109.983000', '172109.986000', '172129.874000', '172129.877000', '172129.880000', '172129.883000', '172129.885000', '172129.888000', '172129.891000', '172129.893000', '172129.896000', '172129.898000', '172129.901000', '172129.904000', '172129.906000', '172129.909000', '172129.911000', '172129.914000', '172129.916000', '172129.919000', '172129.921000', '172129.941000', '172129.943000', '172129.946000', '172129.948000', '172129.951000', '172129.953000', '172129.956000', '172129.958000', '172129.961000', '172129.963000', '172129.966000', '172129.969000', '172129.971000', '172129.974000', '172129.976000', '172129.979000', '172129.982000', '172129.984000', '172129.987000', '172129.989000', '172129.992000', '172129.994000', '172129.997000', '172130.001000', '172149.875000', '172149.877000', '172149.880000', '172149.883000', '172149.885000', '172149.888000', '172149.890000', '172149.893000', '172149.896000', '172149.898000', '172149.901000', '172149.905000', '172149.908000', '172149.911000', '172149.914000', '172149.916000', '172149.919000', '172149.922000', '172149.924000', '172149.927000', '172149.930000', '172149.932000', '172149.935000', '172149.937000', '172149.940000', '172149.942000', '172149.945000', '172149.948000', '172149.950000', '172149.953000', '172149.955000', '172149.958000', '172149.961000', '172149.964000', '172149.966000', '172149.969000', '172149.971000', '172149.974000', '172149.976000', '172149.979000', '172149.982000', '172149.984000', '172149.987000', '172209.875000', '172209.878000', '172209.880000', '172209.883000', '172209.885000', '172209.888000', '172209.891000', '172209.893000', '172209.896000', '172209.898000', '172209.901000', '172209.903000', '172209.906000', '172209.908000', '172209.911000', '172209.913000', '172209.916000', '172209.919000', '172209.921000', '172209.924000', '172209.926000', '172209.929000', '172209.932000', '172209.934000', '172209.937000', '172209.939000', '172209.942000', '172209.944000', '172209.947000', '172209.949000', '172209.952000', '172209.955000', '172209.957000', '172209.960000', '172209.963000', '172209.965000', '172209.968000', '172209.970000', '172209.973000', '172209.975000', '172209.978000', '172209.980000', '172209.983000', '172209.985000', '172229.875000', '172229.879000', '172229.882000', '172229.886000', '172229.889000', '172229.892000', '172229.894000', '172229.897000', '172229.900000', '172229.902000', '172229.905000', '172229.907000', '172229.910000', '172229.912000', '172229.915000', '172229.918000', '172229.920000', '172229.923000', '172229.925000', '172229.928000', '172229.930000', '172229.933000', '172229.935000', '172229.938000', '172229.940000', '172229.943000', '172229.946000', '172229.948000', '172229.951000', '172229.953000', '172229.956000', '172229.959000', '172229.961000', '172229.964000', '172229.967000', '172229.969000', '172229.972000', '172229.974000', '172229.977000', '172229.979000', '172229.982000', '172229.984000', '172229.987000', '172249.874000', '172249.876000', '172249.879000', '172249.882000', '172249.884000', '172249.887000', '172249.890000', '172249.892000', '172249.895000', '172249.897000', '172249.900000', '172249.902000', '172249.905000', '172249.907000', '172249.910000', '172249.912000', '172249.915000', '172249.918000', '172249.920000', '172249.923000', '172249.925000', '172249.928000', '172249.930000', '172249.933000', '172249.936000', '172249.938000', '172249.941000', '172249.943000', '172249.946000', '172249.949000', '172249.951000', '172249.963000', '172249.965000', '172249.968000', '172249.970000', '172249.973000', '172249.975000', '172249.978000', '172249.981000', '172249.983000', '172249.986000', '172249.988000', '172249.991000', '172249.993000', '172309.875000', '172309.878000', '172309.880000', '172309.886000', '172309.888000', '172309.891000', '172309.893000', '172309.896000', '172309.899000', '172309.901000', '172309.904000', '172309.906000', '172309.909000', '172309.911000', '172309.914000', '172309.917000', '172309.919000', '172309.922000', '172309.925000', '172309.927000', '172309.930000', '172309.933000', '172309.935000', '172309.938000', '172309.940000', '172309.943000', '172309.947000', '172309.949000', '172309.952000', '172309.955000', '172309.957000', '172309.960000', '172309.962000', '172309.965000', '172309.967000', '172309.970000', '172309.972000', '172309.975000', '172309.978000', '172309.980000', '172309.983000', '172309.985000', '172309.988000', '172329.875000', '172329.877000', '172329.880000', '172329.883000', '172329.885000', '172329.888000', '172329.890000', '172329.893000', '172329.895000', '172329.898000', '172329.900000', '172329.903000', '172329.905000', '172329.908000', '172329.911000', '172329.913000', '172329.916000', '172329.919000', '172329.921000', '172329.924000', '172329.926000', '172329.929000', '172329.931000', '172329.934000', '172329.936000', '172329.939000', '172329.942000', '172329.944000', '172329.947000', '172329.950000', '172329.952000', '172329.955000', '172329.957000', '172329.960000', '172329.962000', '172329.965000', '172329.967000', '172329.970000', '172329.972000', '172329.975000', '172329.978000', '172329.980000', '172329.983000', '172329.985000', '172349.875000', '172349.878000', '172349.880000', '172349.883000', '172349.885000', '172349.888000', '172349.890000', '172349.893000', '172349.896000', '172349.898000', '172349.901000', '172349.904000', '172349.906000', '172349.909000', '172349.911000', '172349.914000', '172349.917000', '172349.919000', '172349.922000', '172349.924000', '172349.927000', '172349.929000', '172349.932000', '172349.935000', '172349.937000', '172349.940000', '172349.942000', '172349.945000', '172349.948000', '172349.950000', '172349.953000', '172349.956000', '172349.958000', '172349.961000', '172349.963000', '172349.966000', '172349.969000', '172349.971000', '172349.974000', '172349.976000', '172349.979000', '172349.982000', '172349.984000', '172409.875000', '172409.877000', '172409.880000', '172409.883000', '172409.885000', '172409.888000', '172409.890000', '172409.893000', '172409.895000', '172409.898000', '172409.901000', '172409.903000', '172409.906000', '172409.908000', '172409.911000', '172409.914000', '172409.916000', '172409.919000', '172409.921000', '172409.924000', '172409.926000', '172409.929000', '172409.931000', '172409.934000', '172409.936000', '172409.939000', '172409.942000', '172409.944000', '172409.947000', '172409.949000', '172409.952000', '172409.955000', '172409.957000', '172409.960000', '172409.962000', '172409.965000', '172409.967000', '172409.970000', '172409.973000', '172409.975000', '172409.978000', '172409.998000', '172410.002000', '172410.004000', '172429.875000', '172429.879000', '172429.882000', '172429.884000', '172429.887000', '172429.889000', '172429.892000', '172429.895000', '172429.897000', '172429.900000', '172429.902000', '172429.905000', '172429.907000', '172429.910000', '172429.913000', '172429.915000', '172429.918000', '172429.921000', '172429.923000', '172429.926000', '172429.928000', '172429.931000', '172429.933000', '172429.936000', '172429.938000', '172429.941000', '172429.944000', '172429.946000', '172429.949000', '172429.951000', '172429.954000', '172429.957000', '172429.959000', '172429.962000', '172429.964000', '172429.967000', '172429.969000', '172429.972000', '172429.975000', '172429.977000', '172429.980000', '172429.984000', '172429.987000', '172449.875000', '172449.892000', '172449.894000', '172449.897000', '172449.899000', '172449.902000', '172449.905000', '172449.907000', '172449.910000', '172449.912000', '172449.915000', '172449.917000', '172449.920000', '172449.923000', '172449.925000', '172449.928000', '172449.930000', '172449.933000', '172449.935000', '172449.938000', '172449.941000', '172449.943000', '172449.946000', '172449.948000', '172449.951000', '172449.953000', '172449.956000', '172449.959000', '172449.961000', '172449.964000', '172449.966000', '172449.969000', '172449.972000', '172449.974000', '172449.977000', '172449.979000', '172449.982000', '172449.985000', '172449.987000', '172449.990000', '172449.992000', '172449.995000', '172449.998000', '172450.001000', '172509.874000', '172509.877000', '172509.880000', '172509.882000', '172509.885000', '172509.887000', '172509.890000', '172509.893000', '172509.895000', '172509.898000', '172509.900000', '172509.903000', '172509.906000', '172509.908000', '172509.911000', '172509.914000', '172509.916000', '172509.919000', '172509.921000', '172509.924000', '172509.926000', '172509.929000', '172509.932000', '172509.934000', '172509.937000', '172509.939000', '172509.942000', '172509.945000', '172509.947000', '172509.950000', '172509.952000', '172509.955000', '172509.958000', '172509.960000', '172509.963000', '172509.965000', '172509.968000', '172509.971000', '172509.974000', '172509.977000', '172509.980000', '172509.982000', '172509.985000', '172529.874000', '172529.877000', '172529.880000', '172529.882000', '172529.885000', '172529.888000', '172529.890000', '172529.893000', '172529.896000', '172529.898000', '172529.901000', '172529.903000', '172529.906000', '172529.908000', '172529.911000', '172529.914000', '172529.916000', '172529.919000', '172529.922000', '172529.924000', '172529.927000', '172529.929000', '172529.932000', '172529.934000', '172529.948000', '172529.951000', '172529.953000', '172529.956000', '172529.958000', '172529.961000', '172529.963000', '172529.966000', '172529.969000', '172529.971000', '172529.974000', '172529.976000', '172529.979000', '172529.982000', '172529.984000', '172529.987000', '172529.989000', '172529.992000', '172529.995000', '172529.997000', '172549.875000', '172549.877000', '172549.880000', '172549.883000', '172549.885000', '172549.888000', '172549.890000', '172549.893000', '172549.896000', '172549.898000', '172549.901000', '172549.903000', '172549.906000', '172549.908000', '172549.911000', '172549.914000', '172549.916000', '172549.919000', '172549.921000', '172549.924000', '172549.926000', '172549.929000', '172549.932000', '172549.934000', '172549.937000', '172549.939000', '172549.942000', '172549.945000', '172549.947000', '172549.950000', '172549.952000', '172549.955000', '172549.957000', '172549.960000', '172549.963000', '172549.965000', '172549.968000', '172549.970000', '172549.973000', '172549.976000', '172549.978000', '172549.981000', '172549.983000', '172609.875000', '172609.896000', '172609.899000', '172609.901000', '172609.904000', '172609.906000', '172609.909000', '172609.912000', '172609.914000', '172609.917000', '172609.919000', '172609.922000', '172609.925000', '172609.927000', '172609.930000', '172609.933000', '172609.935000', '172609.938000', '172609.940000', '172609.943000', '172609.945000', '172609.948000', '172609.951000', '172609.953000', '172609.956000', '172609.958000', '172609.961000', '172609.963000', '172609.966000', '172609.969000', '172609.971000', '172609.974000', '172609.976000', '172609.979000', '172609.981000', '172609.984000', '172609.987000', '172609.989000', '172609.992000', '172609.995000', '172609.997000', '172610.001000', '172610.003000', '172610.006000', '172615.757000', '172615.761000', '172615.764000', '172615.766000', '172615.769000', '172615.772000', '172615.776000', '172615.779000', '172615.781000', '172615.784000', '172615.787000', '172615.790000', '172615.794000'], '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, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298], 'LargestImagePixelValue': [10422, 13685, 8427, 11363, 14770, 11997, 10478, 15777, 12288, 10220, 16490, 13732, 9173, 12919, 15628, 9346, 12389, 11075, 9522, 12590, 13868, 8801, 12406, 16736, 9386, 11662, 15906, 8797, 10679, 14362, 9052, 9348, 14046, 7873, 9784, 14303, 7847, 9907, 14128, 8470, 11980, 15827, 9016, 11937, 15491, 9094, 10772, 8229, 10637, 14045, 7922, 10573, 14302, 8730, 10666, 14138, 8830, 11424, 14247, 8838, 11392, 8315, 11229, 13587, 8191, 11352, 14242, 10729, 10911, 15998, 9175, 11207, 14525, 10276, 11470, 13127, 9647, 16880, 12695, 9827, 13297, 15288, 9486, 15771, 10148, 10041, 14223, 8459, 10858, 14093, 9586, 10092, 15827, 8285, 10312, 14029, 8310, 10441, 8563, 8927, 8343, 8891, 13064, 10115, 9603, 13259, 9645, 10257, 7900, 10464, 13003, 12127, 9514, 14355, 11435, 9989, 14996, 10289, 9329, 12694, 9624, 9386, 13116, 11246, 9376, 12598, 7987, 9937, 12891, 8860, 9736, 12586, 8194, 10568, 12948, 8429, 10632, 13633, 8698, 10272, 13502, 8307, 10896, 14043, 8566, 10960, 14235, 8554, 11175, 7914, 8056, 12605, 8005, 8891, 12876, 7895, 10571, 12914, 7903, 10851, 13172, 8169, 10888, 13539, 8173, 11184, 13148, 8680, 11685, 13494, 8870, 12425, 8428, 8619, 13297, 9016, 9114, 12223, 8564, 13403, 12819, 9003, 13284, 10316, 9532, 11830, 8455, 13591, 17955, 9258, 12518, 15917, 10036, 12642, 16459, 8858, 12496, 15382, 9201, 12888, 13051, 9627, 13381, 9918, 8899, 13409, 9481, 10041, 8493, 9727, 13675, 8497, 10154, 13509, 9082, 9347, 12982, 9306, 8464, 13070, 10677, 8671, 13278, 10091, 9255, 13299, 10508, 8989, 13257, 15103, 9141, 12927, 8980, 8365, 13103, 10260, 8784, 13188, 8991, 9431, 13334, 7559, 10146, 13629, 8588, 10118, 13258, 7944, 11081, 13017, 8398, 11642, 12157, 9092, 12297, 13998, 8355, 12223, 12143, 8878, 12871, 8848, 9325, 13203, 7937, 9129, 13359, 7996, 10065, 13414, 8303, 10790, 10619, 8263, 12868, 13633, 9114, 12710, 8892, 9422, 13251, 8238, 9804, 13539, 8246, 10875, 14068, 8919, 11820, 7836, 10488, 13616, 8488, 10470, 13803, 8885, 11086, 14316, 8393, 12456, 13068, 9241, 11961, 7936, 11885, 13337, 8469, 10615, 13446, 9885, 10238, 14116, 8625, 9968, 13065, 8288, 10141, 13393, 9141, 9886, 14285, 7799, 10409, 13407, 7929, 11147, 13322, 8735, 10840, 12774, 8076, 12203, 10436, 9166, 12655, 7618, 10679, 13377, 8106, 10018, 13390, 8511, 9868, 13292, 7707, 11257, 13081, 8655, 9367, 9133, 17613, 10524, 12636, 8083, 12878, 14284, 14239, 16174, 9558, 10188, 13339, 13257, 9607, 13309, 15089, 9669, 14027, 7967, 11878, 14770, 8741, 11584, 16219, 9809, 11358, 13979, 8742, 12642, 13465, 8839, 12299, 12084, 9425, 12067, 9099, 8369, 12688, 10644, 8574, 12742, 7834, 9960, 13244, 8076, 9849, 13456, 7835, 11023, 13098, 8093, 10100, 13101, 7809, 11379, 9644, 8390, 13175, 7994, 11461, 13593, 8531, 12108, 9724, 8988, 13330, 8096, 10558, 13612, 9026, 10328, 15934, 13171, 10047, 17159, 8459, 10539, 13541, 8745, 11028, 16774, 9718, 11004, 16094, 8318, 11964, 12602, 8736, 12369, 8905, 9388, 13344, 7804, 9681, 13387, 7830, 10264, 13348, 7763, 10365, 13389, 8044, 10651, 13852, 8503, 10506, 8816, 7901, 13149, 8834, 8609, 13426, 9012, 9177, 13535, 7935, 11255, 13506, 8077, 11608, 12947, 8301, 11866, 10557, 8329, 13327, 11506, 9122, 13723, 9704, 10070, 15180, 7985, 9830, 13454, 8551, 10467, 13859, 8102, 10451, 13741, 8164, 10745, 13358, 8062, 11158, 9203, 8580, 13277, 9935, 8002, 13396, 9033, 8978, 13441, 8039, 10640, 13919, 8146, 11083, 13506, 7926, 11709, 12278, 8459, 12779, 14296, 8811, 11640, 15356, 7991, 12263, 11300, 8817, 12745, 7962, 11873, 13396, 8166, 11341, 13594, 9067, 11399, 8019, 10704, 13469, 8822, 10763, 15571, 11963, 10165, 16074, 8603, 10041, 13755, 8496, 10468, 13744, 7997, 10176, 13523, 8170, 10661, 8562, 9682, 8497, 9527, 13908, 9293, 10138, 14106, 11753, 9340, 13486, 7950, 9105, 13711, 9541, 9300, 13906, 16020, 9575, 13539, 11959, 8800, 13689, 13258, 9049, 13197, 8594, 9464, 13951, 8983, 8939, 13668, 8731, 9463, 13523, 8018, 9032, 13507, 8245, 9456, 13651, 7805, 9705, 13540, 8108, 9757, 13941, 8050, 10390, 14033, 8137, 10195, 13646, 8393, 11461, 14047, 8142, 12158, 7940, 9689, 14038, 8236, 9008, 13829, 8168, 8933, 14018, 8026, 9773, 14156, 8276, 9340, 14363, 14883, 8663, 14089, 9512, 9185, 14039, 8172, 11193, 14413, 8096, 11576, 14023, 8339, 12355, 8136, 8723, 14248, 9135, 9413, 14329, 7984, 10327, 14472, 8002, 11783, 14319, 7960, 12058, 10629, 8809, 13831, 7822, 9875, 14262, 8183, 10846, 16544, 8621, 12760, 12393, 8696, 13684, 13185, 9346, 13795, 8392, 9879, 13967, 8188, 9822, 14302, 8033, 10881, 14049, 7794, 10965, 14111, 7918, 10778, 14268, 8559, 10211, 14375, 7933, 10859, 14053, 7913, 11658, 13617, 8070, 11393, 12676, 8122, 12174, 12231, 8237, 13265, 8587, 9303, 13869, 8085, 10230, 14310, 8437, 11488, 14122, 7940, 12518, 14042, 8188, 12063, 8168, 9785, 13679, 8046, 12657, 12990, 8562, 13251, 16131, 9837, 13425, 15438, 8697, 13717, 15642, 9331, 13552, 8047, 9470, 14473, 7899, 10143, 14130, 8358, 9910, 13874, 8104, 11001, 14187, 10433, 12428, 8763, 12029, 8025, 10664, 14176, 14379, 8734, 13283, 11629, 8375, 13460, 12306, 9188, 12550, 12325, 8290, 12750, 13857, 8356, 12374, 10351, 8957, 13474, 8646, 9492, 14102, 9432, 10006, 13903, 8175, 10250, 14183, 8067, 11367, 12583, 9176, 13366, 8095, 10370, 13903, 8592, 12220, 9530, 9491, 14041, 7986, 11575, 14227, 8496, 12443, 8898, 9283, 13891, 8145, 10868, 14614, 7822, 11130, 13921, 8796, 11519, 14760, 8032, 12397, 14425, 8527, 12004, 12621, 8421, 12377, 9798, 8309, 13151, 10789, 8722, 13490, 10375, 9008, 13044, 7946, 8464, 13789, 8564, 8945, 14067, 8099, 10851, 14290, 8494, 10725, 14358, 8061, 11386, 13939, 8104, 12471, 14509, 8264, 12183, 14478, 8739, 12177, 8146, 12994, 14851, 8098, 12590, 14331, 8930, 11500, 8231, 12640, 14864, 8092, 11200, 14471, 9149, 14961, 8371, 11767, 8110, 12580, 15101, 16477, 12723, 16755, 12498, 9582, 14265, 14083, 9369, 13533, 13233, 9132, 12933, 8152, 8416, 13224, 8805, 8825, 13484, 8173, 9701, 13841, 8357, 10198, 13967, 8224, 11560, 13809, 8259, 11421, 14121, 8337, 11839, 14381, 8641, 11841, 11734, 8245, 13184, 12472, 8570, 13429, 16279, 9473, 12688, 8202, 9754, 14752, 8318, 9760, 14582, 8434, 10800, 14209, 8266, 11566, 14649, 8918, 11961, 10307, 8149, 13934, 13294, 7888, 12763, 14317, 8730, 11471, 12631, 8229, 12051, 14396, 8068, 12138, 12858, 8260, 12141, 10501, 8113, 13260, 13127, 8157, 12892, 10080, 9058, 13979, 8120, 8872, 14971, 9156, 9579, 14589, 8418, 10454, 15200, 8466, 9621, 15107, 8451, 10665, 14733, 8133, 10852, 15045, 8238, 10622, 15009, 8198, 10671, 14685, 8196, 11359, 14998, 8745, 10938, 14067, 8218, 10681, 14677, 7967, 11629, 14304, 8825, 12409, 8294, 11482, 14582, 8195, 10309, 14651, 8014, 11091, 14307, 9010, 13603, 9297, 8849, 15266, 10244, 9251, 14790, 8396, 10492, 15405, 9293, 10032, 15464, 10626, 9935, 14946, 8215, 9350, 14853, 8335, 9628, 15604, 8501, 10685, 14724, 8277, 11370, 15210, 8475, 12360, 14889, 9482, 12173, 9339, 8284, 14761, 10916, 8917, 14828, 8919, 9615, 14112, 8244, 11925, 14841, 8327, 11852, 14550, 8965, 11658, 10245, 8475, 13991, 12546, 8218, 13870, 9527, 8866, 14135, 8284, 11058, 15199, 7800, 11155, 15053, 9071, 11217, 14170, 8238, 12332, 11798, 8531, 14504, 8193, 10475, 15207, 8171, 10485, 15470, 8366, 11732, 14762, 8248, 12606, 15450, 8292, 12053, 15360, 10491, 10693, 15477, 8131, 10914, 15430, 7958, 11429, 15226, 9491, 12103, 15253, 7903, 11722, 15380, 8415, 11780, 14833, 8880, 11841, 14996, 7939, 12192, 15400, 8483, 12806, 13984, 9117, 12567, 10318, 8148, 14894, 11945, 8439, 14783, 8924, 10023, 14807, 8488, 8959, 15031, 9172, 9279, 15148, 8264, 10589, 15157, 8156, 10254, 15390, 8669, 11603, 14903, 8390, 12216, 15146, 8320, 12704, 15000, 8926, 12366, 13725, 7867, 13145, 14104, 8010, 13512, 10842, 9146, 14651, 8391, 10680, 15741, 8096, 10524, 15453, 8624, 11886, 14936, 8184, 12170, 15391, 8326, 12810, 14301, 8817, 13020, 14046, 8092, 12734, 15549, 9201, 11603, 14541, 7929, 11661, 14936, 8522, 12177, 14881, 8733, 12305, 14326, 8134, 12237, 15210, 8963, 12371, 8076, 8480, 15103, 9696, 8328, 14934, 12041, 8425, 13309, 8528, 8267, 15578, 12756, 8159, 14455, 13472, 8725, 12982, 13901, 8002, 12674, 15269, 8834, 11692, 14467, 8093, 12135, 13879, 8041, 12906, 8157, 12201, 14248, 8835, 11471, 7956, 16473, 9739, 13331, 10179, 14377, 11106, 15033, 8077, 12548, 16709, 13176, 13578, 12480, 10216, 14343, 7996, 13976, 14964, 10011, 14430, 8714, 11007, 14900, 8087, 12393, 11111, 9175, 13817, 7983, 10166, 14533, 8023, 10086, 14659, 8099, 11108, 14364, 8872, 12528, 7996, 9438, 15010, 7936, 10750, 14773, 8538, 11735, 14238, 7963, 12232, 15131, 8714, 12327, 14918, 9166, 12509, 13317, 7965, 13964, 14150, 8752, 13856, 11594], 'WindowCenter': [4724.0, 4729.0, 4677.0, 4704.0, 4711.0, 4678.0, 4668.0, 4697.0, 4676.0, 4653.0, 4694.0, 4666.0, 4630.0, 4662.0, 4669.0, 4629.0, 4659.0, 4643.0, 4630.0, 4660.0, 4667.0, 4628.0, 4658.0, 4679.0, 4631.0, 4661.0, 4692.0, 4633.0, 4654.0, 4681.0, 4630.0, 4642.0, 4671.0, 4620.0, 4652.0, 4683.0, 4633.0, 4655.0, 4684.0, 4647.0, 4686.0, 4695.0, 4645.0, 4675.0, 4696.0, 4659.0, 4673.0, 4660.0, 4680.0, 4698.0, 4647.0, 4681.0, 4706.0, 4658.0, 4682.0, 4704.0, 4672.0, 4704.0, 4707.0, 4671.0, 4688.0, 4658.0, 4704.0, 4709.0, 4662.0, 4694.0, 4709.0, 4681.0, 4682.0, 4704.0, 4655.0, 4680.0, 4694.0, 4668.0, 4688.0, 4693.0, 4670.0, 4721.0, 4687.0, 4667.0, 4688.0, 4695.0, 4656.0, 4707.0, 4650.0, 4654.0, 4680.0, 4635.0, 4666.0, 4685.0, 4653.0, 4654.0, 4692.0, 4631.0, 4654.0, 4679.0, 4631.0, 4663.0, 4645.0, 4656.0, 4647.0, 4669.0, 4699.0, 4667.0, 4668.0, 4688.0, 4657.0, 4665.0, 4659.0, 4691.0, 4700.0, 4685.0, 4666.0, 4697.0, 4673.0, 4653.0, 4696.0, 4648.0, 4652.0, 4667.0, 4641.0, 4643.0, 4668.0, 4659.0, 4643.0, 4672.0, 4621.0, 4653.0, 4673.0, 4641.0, 4653.0, 4671.0, 4631.0, 4662.0, 4667.0, 4632.0, 4663.0, 4677.0, 4642.0, 4652.0, 4677.0, 4643.0, 4675.0, 4683.0, 4645.0, 4676.0, 4691.0, 4644.0, 4674.0, 4633.0, 4646.0, 4685.0, 4635.0, 4657.0, 4688.0, 4647.0, 4681.0, 4698.0, 4643.0, 4676.0, 4691.0, 4641.0, 4689.0, 4693.0, 4652.0, 4689.0, 4697.0, 4656.0, 4687.0, 4693.0, 4655.0, 4693.0, 4646.0, 4655.0, 4695.0, 4653.0, 4658.0, 4699.0, 4669.0, 4711.0, 4696.0, 4667.0, 4705.0, 4673.0, 4678.0, 4694.0, 4668.0, 4713.0, 4729.0, 4663.0, 4700.0, 4702.0, 4664.0, 4699.0, 4700.0, 4656.0, 4687.0, 4698.0, 4652.0, 4686.0, 4678.0, 4650.0, 4684.0, 4650.0, 4650.0, 4678.0, 4652.0, 4664.0, 4640.0, 4662.0, 4708.0, 4651.0, 4673.0, 4696.0, 4651.0, 4657.0, 4691.0, 4650.0, 4644.0, 4690.0, 4664.0, 4645.0, 4696.0, 4664.0, 4651.0, 4696.0, 4663.0, 4650.0, 4685.0, 4687.0, 4649.0, 4683.0, 4640.0, 4643.0, 4683.0, 4656.0, 4643.0, 4684.0, 4642.0, 4654.0, 4683.0, 4632.0, 4663.0, 4687.0, 4642.0, 4664.0, 4678.0, 4644.0, 4675.0, 4683.0, 4640.0, 4675.0, 4667.0, 4654.0, 4679.0, 4682.0, 4633.0, 4674.0, 4668.0, 4643.0, 4684.0, 4641.0, 4650.0, 4684.0, 4629.0, 4654.0, 4683.0, 4632.0, 4664.0, 4689.0, 4644.0, 4675.0, 4664.0, 4645.0, 4697.0, 4694.0, 4655.0, 4686.0, 4654.0, 4656.0, 4695.0, 4643.0, 4665.0, 4689.0, 4652.0, 4675.0, 4692.0, 4656.0, 4686.0, 4643.0, 4687.0, 4708.0, 4656.0, 4678.0, 4703.0, 4652.0, 4687.0, 4700.0, 4656.0, 4697.0, 4690.0, 4663.0, 4687.0, 4654.0, 4699.0, 4693.0, 4642.0, 4673.0, 4691.0, 4661.0, 4665.0, 4693.0, 4644.0, 4665.0, 4678.0, 4643.0, 4664.0, 4692.0, 4653.0, 4664.0, 4692.0, 4632.0, 4662.0, 4677.0, 4630.0, 4674.0, 4690.0, 4643.0, 4662.0, 4675.0, 4632.0, 4683.0, 4662.0, 4653.0, 4683.0, 4629.0, 4675.0, 4694.0, 4628.0, 4664.0, 4682.0, 4642.0, 4663.0, 4694.0, 4633.0, 4674.0, 4677.0, 4655.0, 4675.0, 4643.0, 4728.0, 4704.0, 4707.0, 4669.0, 4708.0, 4709.0, 4713.0, 4717.0, 4665.0, 4676.0, 4712.0, 4696.0, 4667.0, 4697.0, 4694.0, 4653.0, 4689.0, 4644.0, 4687.0, 4694.0, 4644.0, 4674.0, 4703.0, 4653.0, 4663.0, 4675.0, 4639.0, 4683.0, 4675.0, 4641.0, 4672.0, 4670.0, 4641.0, 4671.0, 4637.0, 4632.0, 4682.0, 4650.0, 4641.0, 4682.0, 4617.0, 4654.0, 4681.0, 4633.0, 4654.0, 4682.0, 4634.0, 4675.0, 4684.0, 4647.0, 4667.0, 4683.0, 4635.0, 4685.0, 4654.0, 4646.0, 4690.0, 4659.0, 4689.0, 4696.0, 4657.0, 4696.0, 4666.0, 4659.0, 4698.0, 4644.0, 4674.0, 4698.0, 4652.0, 4667.0, 4708.0, 4681.0, 4666.0, 4703.0, 4644.0, 4665.0, 4690.0, 4645.0, 4676.0, 4704.0, 4652.0, 4664.0, 4703.0, 4643.0, 4673.0, 4671.0, 4640.0, 4672.0, 4640.0, 4642.0, 4681.0, 4620.0, 4648.0, 4680.0, 4619.0, 4652.0, 4681.0, 4620.0, 4662.0, 4675.0, 4630.0, 4660.0, 4676.0, 4631.0, 4662.0, 4639.0, 4629.0, 4683.0, 4640.0, 4643.0, 4681.0, 4643.0, 4655.0, 4679.0, 4641.0, 4676.0, 4680.0, 4645.0, 4676.0, 4685.0, 4646.0, 4686.0, 4662.0, 4646.0, 4696.0, 4674.0, 4651.0, 4696.0, 4653.0, 4665.0, 4694.0, 4629.0, 4663.0, 4683.0, 4638.0, 4663.0, 4694.0, 4632.0, 4664.0, 4677.0, 4628.0, 4658.0, 4676.0, 4633.0, 4674.0, 4654.0, 4654.0, 4694.0, 4657.0, 4644.0, 4694.0, 4652.0, 4655.0, 4694.0, 4641.0, 4676.0, 4695.0, 4640.0, 4689.0, 4691.0, 4641.0, 4687.0, 4684.0, 4646.0, 4696.0, 4695.0, 4652.0, 4687.0, 4698.0, 4645.0, 4686.0, 4668.0, 4654.0, 4691.0, 4647.0, 4688.0, 4691.0, 4646.0, 4683.0, 4691.0, 4657.0, 4688.0, 4654.0, 4677.0, 4695.0, 4654.0, 4677.0, 4706.0, 4669.0, 4664.0, 4703.0, 4642.0, 4652.0, 4681.0, 4636.0, 4662.0, 4680.0, 4629.0, 4664.0, 4676.0, 4626.0, 4660.0, 4636.0, 4652.0, 4652.0, 4678.0, 4706.0, 4650.0, 4675.0, 4697.0, 4673.0, 4655.0, 4695.0, 4643.0, 4654.0, 4693.0, 4648.0, 4648.0, 4692.0, 4696.0, 4651.0, 4682.0, 4665.0, 4640.0, 4681.0, 4669.0, 4639.0, 4681.0, 4629.0, 4651.0, 4681.0, 4638.0, 4639.0, 4679.0, 4629.0, 4650.0, 4679.0, 4629.0, 4639.0, 4678.0, 4628.0, 4649.0, 4678.0, 4619.0, 4650.0, 4678.0, 4629.0, 4650.0, 4680.0, 4630.0, 4662.0, 4686.0, 4632.0, 4663.0, 4676.0, 4642.0, 4683.0, 4690.0, 4638.0, 4683.0, 4642.0, 4664.0, 4694.0, 4642.0, 4654.0, 4694.0, 4640.0, 4653.0, 4705.0, 4640.0, 4665.0, 4696.0, 4643.0, 4666.0, 4706.0, 4702.0, 4650.0, 4705.0, 4664.0, 4664.0, 4689.0, 4650.0, 4687.0, 4693.0, 4644.0, 4684.0, 4694.0, 4654.0, 4696.0, 4650.0, 4656.0, 4704.0, 4652.0, 4654.0, 4704.0, 4643.0, 4674.0, 4686.0, 4640.0, 4679.0, 4688.0, 4644.0, 4685.0, 4668.0, 4654.0, 4695.0, 4632.0, 4663.0, 4692.0, 4641.0, 4662.0, 4702.0, 4641.0, 4684.0, 4674.0, 4641.0, 4691.0, 4674.0, 4651.0, 4680.0, 4628.0, 4650.0, 4678.0, 4639.0, 4660.0, 4689.0, 4628.0, 4661.0, 4685.0, 4630.0, 4663.0, 4681.0, 4630.0, 4661.0, 4679.0, 4639.0, 4651.0, 4673.0, 4630.0, 4661.0, 4673.0, 4629.0, 4670.0, 4681.0, 4631.0, 4671.0, 4678.0, 4625.0, 4680.0, 4670.0, 4640.0, 4695.0, 4641.0, 4654.0, 4691.0, 4636.0, 4662.0, 4686.0, 4641.0, 4674.0, 4691.0, 4638.0, 4683.0, 4686.0, 4637.0, 4681.0, 4643.0, 4663.0, 4695.0, 4655.0, 4696.0, 4686.0, 4653.0, 4693.0, 4697.0, 4664.0, 4692.0, 4683.0, 4636.0, 4682.0, 4682.0, 4638.0, 4680.0, 4630.0, 4651.0, 4681.0, 4629.0, 4659.0, 4678.0, 4624.0, 4651.0, 4679.0, 4628.0, 4673.0, 4685.0, 4659.0, 4663.0, 4641.0, 4669.0, 4641.0, 4672.0, 4693.0, 4679.0, 4643.0, 4682.0, 4652.0, 4629.0, 4682.0, 4663.0, 4650.0, 4675.0, 4668.0, 4639.0, 4680.0, 4666.0, 4627.0, 4667.0, 4647.0, 4638.0, 4678.0, 4621.0, 4638.0, 4666.0, 4618.0, 4636.0, 4664.0, 4615.0, 4645.0, 4664.0, 4615.0, 4656.0, 4669.0, 4638.0, 4679.0, 4630.0, 4659.0, 4674.0, 4639.0, 4682.0, 4661.0, 4663.0, 4686.0, 4641.0, 4671.0, 4685.0, 4635.0, 4682.0, 4640.0, 4653.0, 4680.0, 4637.0, 4672.0, 4690.0, 4614.0, 4660.0, 4674.0, 4640.0, 4672.0, 4685.0, 4629.0, 4669.0, 4671.0, 4626.0, 4668.0, 4666.0, 4627.0, 4679.0, 4640.0, 4627.0, 4679.0, 4657.0, 4637.0, 4680.0, 4642.0, 4639.0, 4679.0, 4628.0, 4641.0, 4680.0, 4638.0, 4645.0, 4692.0, 4640.0, 4673.0, 4690.0, 4636.0, 4673.0, 4692.0, 4630.0, 4684.0, 4691.0, 4637.0, 4693.0, 4687.0, 4640.0, 4684.0, 4686.0, 4637.0, 4680.0, 4645.0, 4694.0, 4697.0, 4644.0, 4695.0, 4688.0, 4647.0, 4679.0, 4656.0, 4706.0, 4700.0, 4657.0, 4696.0, 4706.0, 4656.0, 4708.0, 4655.0, 4683.0, 4659.0, 4699.0, 4707.0, 4700.0, 4685.0, 4704.0, 4673.0, 4654.0, 4695.0, 4679.0, 4639.0, 4670.0, 4656.0, 4629.0, 4668.0, 4617.0, 4628.0, 4668.0, 4619.0, 4628.0, 4668.0, 4628.0, 4639.0, 4663.0, 4630.0, 4650.0, 4674.0, 4629.0, 4671.0, 4675.0, 4633.0, 4673.0, 4679.0, 4630.0, 4672.0, 4681.0, 4643.0, 4673.0, 4666.0, 4644.0, 4685.0, 4670.0, 4641.0, 4682.0, 4690.0, 4651.0, 4670.0, 4638.0, 4647.0, 4693.0, 4625.0, 4651.0, 4687.0, 4632.0, 4672.0, 4687.0, 4643.0, 4672.0, 4690.0, 4640.0, 4671.0, 4655.0, 4638.0, 4693.0, 4679.0, 4630.0, 4681.0, 4679.0, 4630.0, 4674.0, 4670.0, 4640.0, 4669.0, 4677.0, 4623.0, 4670.0, 4679.0, 4630.0, 4671.0, 4653.0, 4630.0, 4682.0, 4668.0, 4629.0, 4680.0, 4644.0, 4639.0, 4690.0, 4628.0, 4639.0, 4691.0, 4638.0, 4650.0, 4689.0, 4628.0, 4659.0, 4689.0, 4628.0, 4651.0, 4689.0, 4630.0, 4659.0, 4680.0, 4629.0, 4658.0, 4688.0, 4627.0, 4659.0, 4690.0, 4628.0, 4659.0, 4673.0, 4623.0, 4658.0, 4672.0, 4627.0, 4658.0, 4672.0, 4628.0, 4659.0, 4673.0, 4624.0, 4669.0, 4691.0, 4653.0, 4665.0, 4641.0, 4673.0, 4688.0, 4640.0, 4663.0, 4690.0, 4626.0, 4672.0, 4694.0, 4649.0, 4704.0, 4661.0, 4653.0, 4702.0, 4659.0, 4652.0, 4691.0, 4629.0, 4660.0, 4690.0, 4637.0, 4648.0, 4679.0, 4645.0, 4649.0, 4688.0, 4624.0, 4635.0, 4674.0, 4612.0, 4634.0, 4674.0, 4624.0, 4644.0, 4669.0, 4624.0, 4655.0, 4669.0, 4624.0, 4666.0, 4674.0, 4635.0, 4666.0, 4635.0, 4627.0, 4687.0, 4655.0, 4636.0, 4689.0, 4637.0, 4651.0, 4684.0, 4639.0, 4670.0, 4672.0, 4628.0, 4670.0, 4673.0, 4638.0, 4671.0, 4659.0, 4640.0, 4690.0, 4662.0, 4635.0, 4690.0, 4643.0, 4650.0, 4690.0, 4637.0, 4672.0, 4689.0, 4625.0, 4671.0, 4686.0, 4650.0, 4671.0, 4690.0, 4642.0, 4692.0, 4681.0, 4650.0, 4698.0, 4648.0, 4685.0, 4708.0, 4638.0, 4668.0, 4703.0, 4638.0, 4678.0, 4687.0, 4642.0, 4683.0, 4685.0, 4640.0, 4681.0, 4690.0, 4661.0, 4660.0, 4684.0, 4630.0, 4659.0, 4687.0, 4628.0, 4670.0, 4683.0, 4649.0, 4679.0, 4682.0, 4622.0, 4669.0, 4686.0, 4628.0, 4667.0, 4672.0, 4636.0, 4667.0, 4685.0, 4627.0, 4667.0, 4687.0, 4631.0, 4678.0, 4677.0, 4638.0, 4679.0, 4641.0, 4629.0, 4688.0, 4666.0, 4634.0, 4689.0, 4650.0, 4663.0, 4691.0, 4638.0, 4649.0, 4687.0, 4636.0, 4649.0, 4690.0, 4628.0, 4659.0, 4688.0, 4629.0, 4658.0, 4687.0, 4639.0, 4669.0, 4683.0, 4640.0, 4679.0, 4682.0, 4622.0, 4681.0, 4683.0, 4634.0, 4679.0, 4677.0, 4630.0, 4678.0, 4675.0, 4627.0, 4678.0, 4657.0, 4639.0, 4688.0, 4633.0, 4659.0, 4698.0, 4628.0, 4658.0, 4690.0, 4638.0, 4669.0, 4684.0, 4634.0, 4669.0, 4683.0, 4638.0, 4680.0, 4690.0, 4650.0, 4693.0, 4688.0, 4640.0, 4692.0, 4699.0, 4651.0, 4670.0, 4684.0, 4629.0, 4671.0, 4682.0, 4638.0, 4669.0, 4688.0, 4638.0, 4679.0, 4677.0, 4628.0, 4668.0, 4687.0, 4638.0, 4680.0, 4629.0, 4650.0, 4699.0, 4642.0, 4639.0, 4700.0, 4663.0, 4640.0, 4690.0, 4639.0, 4641.0, 4702.0, 4672.0, 4640.0, 4690.0, 4679.0, 4639.0, 4681.0, 4677.0, 4630.0, 4679.0, 4682.0, 4637.0, 4669.0, 4683.0, 4642.0, 4680.0, 4677.0, 4641.0, 4688.0, 4656.0, 4700.0, 4695.0, 4667.0, 4684.0, 4632.0, 4687.0, 4698.0, 4712.0, 4696.0, 4716.0, 4690.0, 4729.0, 4688.0, 4733.0, 4691.0, 4709.0, 4607.0, 4669.0, 4692.0, 4678.0, 4643.0, 4681.0, 4672.0, 4649.0, 4680.0, 4640.0, 4660.0, 4688.0, 4630.0, 4668.0, 4656.0, 4637.0, 4677.0, 4616.0, 4648.0, 4677.0, 4628.0, 4659.0, 4672.0, 4628.0, 4671.0, 4688.0, 4650.0, 4681.0, 4640.0, 4662.0, 4701.0, 4640.0, 4672.0, 4692.0, 4642.0, 4683.0, 4687.0, 4642.0, 4682.0, 4685.0, 4635.0, 4681.0, 4690.0, 4654.0, 4682.0, 4679.0, 4640.0, 4691.0, 4688.0, 4639.0, 4691.0, 4664.0], 'WindowWidth': [10331.0, 10330.0, 10250.0, 10282.0, 10292.0, 10234.0, 10219.0, 10263.0, 10224.0, 10192.0, 10254.0, 10200.0, 10155.0, 10201.0, 10204.0, 10150.0, 10196.0, 10168.0, 10155.0, 10198.0, 10204.0, 10152.0, 10196.0, 10222.0, 10158.0, 10203.0, 10246.0, 10166.0, 10197.0, 10229.0, 10157.0, 10176.0, 10214.0, 10143.0, 10192.0, 10235.0, 10165.0, 10198.0, 10236.0, 10191.0, 10246.0, 10254.0, 10189.0, 10232.0, 10256.0, 10211.0, 10226.0, 10215.0, 10244.0, 10266.0, 10195.0, 10245.0, 10275.0, 10212.0, 10248.0, 10274.0, 10234.0, 10280.0, 10281.0, 10234.0, 10254.0, 10217.0, 10284.0, 10286.0, 10221.0, 10268.0, 10286.0, 10244.0, 10248.0, 10274.0, 10202.0, 10243.0, 10259.0, 10223.0, 10252.0, 10254.0, 10228.0, 10303.0, 10244.0, 10219.0, 10252.0, 10252.0, 10203.0, 10277.0, 10189.0, 10199.0, 10232.0, 10171.0, 10216.0, 10243.0, 10195.0, 10197.0, 10247.0, 10163.0, 10198.0, 10228.0, 10164.0, 10212.0, 10187.0, 10204.0, 10194.0, 10228.0, 10270.0, 10219.0, 10222.0, 10251.0, 10205.0, 10215.0, 10215.0, 10260.0, 10274.0, 10241.0, 10218.0, 10263.0, 10222.0, 10198.0, 10261.0, 10187.0, 10193.0, 10213.0, 10174.0, 10182.0, 10215.0, 10198.0, 10179.0, 10218.0, 10149.0, 10193.0, 10222.0, 10176.0, 10195.0, 10219.0, 10163.0, 10208.0, 10210.0, 10165.0, 10211.0, 10226.0, 10180.0, 10195.0, 10225.0, 10183.0, 10230.0, 10237.0, 10189.0, 10232.0, 10248.0, 10186.0, 10229.0, 10170.0, 10192.0, 10246.0, 10175.0, 10208.0, 10252.0, 10194.0, 10246.0, 10270.0, 10187.0, 10234.0, 10251.0, 10184.0, 10258.0, 10257.0, 10200.0, 10255.0, 10264.0, 10208.0, 10251.0, 10256.0, 10206.0, 10259.0, 10194.0, 10210.0, 10264.0, 10201.0, 10212.0, 10272.0, 10231.0, 10292.0, 10264.0, 10225.0, 10278.0, 10231.0, 10241.0, 10262.0, 10231.0, 10297.0, 10315.0, 10217.0, 10272.0, 10271.0, 10217.0, 10270.0, 10267.0, 10205.0, 10251.0, 10261.0, 10197.0, 10249.0, 10230.0, 10193.0, 10244.0, 10190.0, 10193.0, 10232.0, 10193.0, 10213.0, 10179.0, 10215.0, 10283.0, 10198.0, 10230.0, 10264.0, 10196.0, 10209.0, 10254.0, 10195.0, 10191.0, 10252.0, 10216.0, 10191.0, 10263.0, 10212.0, 10197.0, 10262.0, 10210.0, 10194.0, 10246.0, 10239.0, 10189.0, 10240.0, 10177.0, 10184.0, 10241.0, 10197.0, 10183.0, 10242.0, 10180.0, 10199.0, 10240.0, 10170.0, 10213.0, 10243.0, 10181.0, 10212.0, 10231.0, 10189.0, 10232.0, 10239.0, 10180.0, 10231.0, 10214.0, 10198.0, 10234.0, 10235.0, 10170.0, 10228.0, 10215.0, 10183.0, 10242.0, 10180.0, 10193.0, 10243.0, 10163.0, 10200.0, 10241.0, 10167.0, 10213.0, 10248.0, 10187.0, 10232.0, 10214.0, 10191.0, 10265.0, 10257.0, 10203.0, 10248.0, 10201.0, 10205.0, 10260.0, 10184.0, 10216.0, 10248.0, 10200.0, 10234.0, 10257.0, 10208.0, 10247.0, 10192.0, 10254.0, 10282.0, 10207.0, 10240.0, 10273.0, 10201.0, 10252.0, 10267.0, 10209.0, 10267.0, 10253.0, 10216.0, 10251.0, 10209.0, 10272.0, 10260.0, 10187.0, 10229.0, 10255.0, 10211.0, 10219.0, 10256.0, 10188.0, 10217.0, 10233.0, 10183.0, 10215.0, 10253.0, 10196.0, 10214.0, 10251.0, 10166.0, 10209.0, 10228.0, 10165.0, 10229.0, 10250.0, 10185.0, 10211.0, 10224.0, 10169.0, 10240.0, 10208.0, 10197.0, 10238.0, 10166.0, 10232.0, 10258.0, 10160.0, 10213.0, 10238.0, 10182.0, 10212.0, 10256.0, 10173.0, 10228.0, 10231.0, 10204.0, 10238.0, 10180.0, 10323.0, 10289.0, 10286.0, 10236.0, 10288.0, 10291.0, 10293.0, 10295.0, 10219.0, 10238.0, 10296.0, 10262.0, 10223.0, 10265.0, 10253.0, 10196.0, 10244.0, 10189.0, 10249.0, 10257.0, 10187.0, 10229.0, 10267.0, 10195.0, 10209.0, 10221.0, 10176.0, 10237.0, 10220.0, 10178.0, 10222.0, 10215.0, 10175.0, 10219.0, 10170.0, 10165.0, 10234.0, 10187.0, 10177.0, 10236.0, 10144.0, 10199.0, 10235.0, 10169.0, 10198.0, 10234.0, 10174.0, 10231.0, 10241.0, 10197.0, 10224.0, 10240.0, 10176.0, 10245.0, 10201.0, 10192.0, 10250.0, 10215.0, 10256.0, 10262.0, 10209.0, 10264.0, 10220.0, 10213.0, 10268.0, 10190.0, 10232.0, 10268.0, 10199.0, 10223.0, 10282.0, 10233.0, 10218.0, 10266.0, 10185.0, 10217.0, 10248.0, 10189.0, 10234.0, 10271.0, 10194.0, 10215.0, 10266.0, 10183.0, 10224.0, 10219.0, 10175.0, 10223.0, 10174.0, 10178.0, 10234.0, 10149.0, 10186.0, 10231.0, 10147.0, 10193.0, 10231.0, 10149.0, 10206.0, 10219.0, 10161.0, 10203.0, 10222.0, 10162.0, 10206.0, 10174.0, 10164.0, 10239.0, 10177.0, 10184.0, 10236.0, 10183.0, 10203.0, 10233.0, 10182.0, 10233.0, 10235.0, 10189.0, 10234.0, 10245.0, 10191.0, 10247.0, 10209.0, 10192.0, 10262.0, 10226.0, 10195.0, 10262.0, 10197.0, 10214.0, 10256.0, 10162.0, 10212.0, 10240.0, 10173.0, 10212.0, 10256.0, 10168.0, 10214.0, 10227.0, 10160.0, 10202.0, 10225.0, 10169.0, 10227.0, 10201.0, 10201.0, 10259.0, 10201.0, 10188.0, 10257.0, 10196.0, 10204.0, 10255.0, 10182.0, 10234.0, 10259.0, 10180.0, 10260.0, 10252.0, 10184.0, 10249.0, 10242.0, 10193.0, 10263.0, 10260.0, 10197.0, 10249.0, 10258.0, 10190.0, 10247.0, 10217.0, 10201.0, 10253.0, 10197.0, 10254.0, 10251.0, 10193.0, 10243.0, 10253.0, 10210.0, 10257.0, 10208.0, 10239.0, 10262.0, 10201.0, 10235.0, 10276.0, 10216.0, 10213.0, 10267.0, 10180.0, 10194.0, 10234.0, 10168.0, 10209.0, 10231.0, 10160.0, 10215.0, 10226.0, 10154.0, 10202.0, 10170.0, 10196.0, 10200.0, 10242.0, 10278.0, 10193.0, 10232.0, 10266.0, 10225.0, 10202.0, 10259.0, 10185.0, 10201.0, 10254.0, 10187.0, 10189.0, 10253.0, 10252.0, 10191.0, 10237.0, 10206.0, 10175.0, 10235.0, 10214.0, 10172.0, 10233.0, 10158.0, 10191.0, 10233.0, 10170.0, 10173.0, 10229.0, 10159.0, 10188.0, 10231.0, 10158.0, 10173.0, 10227.0, 10155.0, 10186.0, 10228.0, 10144.0, 10189.0, 10226.0, 10160.0, 10191.0, 10231.0, 10164.0, 10209.0, 10240.0, 10169.0, 10212.0, 10226.0, 10184.0, 10242.0, 10248.0, 10176.0, 10242.0, 10184.0, 10219.0, 10259.0, 10184.0, 10204.0, 10259.0, 10181.0, 10202.0, 10276.0, 10181.0, 10219.0, 10264.0, 10187.0, 10221.0, 10277.0, 10265.0, 10198.0, 10276.0, 10216.0, 10216.0, 10249.0, 10198.0, 10254.0, 10257.0, 10191.0, 10245.0, 10259.0, 10207.0, 10264.0, 10199.0, 10210.0, 10275.0, 10198.0, 10203.0, 10275.0, 10186.0, 10231.0, 10243.0, 10185.0, 10236.0, 10248.0, 10190.0, 10247.0, 10220.0, 10205.0, 10261.0, 10172.0, 10215.0, 10255.0, 10179.0, 10210.0, 10267.0, 10181.0, 10243.0, 10222.0, 10180.0, 10251.0, 10221.0, 10193.0, 10235.0, 10159.0, 10192.0, 10228.0, 10176.0, 10204.0, 10245.0, 10160.0, 10209.0, 10238.0, 10165.0, 10212.0, 10234.0, 10164.0, 10208.0, 10230.0, 10174.0, 10192.0, 10218.0, 10165.0, 10207.0, 10220.0, 10162.0, 10220.0, 10236.0, 10167.0, 10221.0, 10228.0, 10157.0, 10235.0, 10219.0, 10180.0, 10265.0, 10181.0, 10201.0, 10251.0, 10173.0, 10212.0, 10242.0, 10182.0, 10229.0, 10250.0, 10179.0, 10243.0, 10240.0, 10173.0, 10236.0, 10185.0, 10215.0, 10260.0, 10207.0, 10265.0, 10244.0, 10201.0, 10258.0, 10258.0, 10215.0, 10254.0, 10232.0, 10170.0, 10238.0, 10230.0, 10173.0, 10234.0, 10165.0, 10194.0, 10235.0, 10159.0, 10201.0, 10229.0, 10152.0, 10193.0, 10229.0, 10158.0, 10228.0, 10239.0, 10202.0, 10203.0, 10178.0, 10215.0, 10181.0, 10225.0, 10254.0, 10227.0, 10185.0, 10236.0, 10189.0, 10160.0, 10237.0, 10207.0, 10190.0, 10225.0, 10215.0, 10176.0, 10231.0, 10206.0, 10153.0, 10209.0, 10182.0, 10170.0, 10227.0, 10143.0, 10168.0, 10207.0, 10133.0, 10162.0, 10201.0, 10132.0, 10175.0, 10201.0, 10134.0, 10193.0, 10216.0, 10172.0, 10230.0, 10164.0, 10204.0, 10220.0, 10176.0, 10236.0, 10209.0, 10213.0, 10242.0, 10183.0, 10223.0, 10239.0, 10171.0, 10238.0, 10177.0, 10200.0, 10235.0, 10174.0, 10225.0, 10246.0, 10138.0, 10204.0, 10220.0, 10175.0, 10221.0, 10236.0, 10161.0, 10216.0, 10213.0, 10153.0, 10212.0, 10207.0, 10156.0, 10230.0, 10168.0, 10157.0, 10228.0, 10195.0, 10171.0, 10233.0, 10174.0, 10175.0, 10230.0, 10159.0, 10181.0, 10234.0, 10171.0, 10184.0, 10252.0, 10179.0, 10226.0, 10247.0, 10174.0, 10226.0, 10252.0, 10165.0, 10242.0, 10250.0, 10177.0, 10257.0, 10243.0, 10180.0, 10242.0, 10242.0, 10176.0, 10239.0, 10194.0, 10261.0, 10259.0, 10189.0, 10261.0, 10246.0, 10191.0, 10236.0, 10211.0, 10279.0, 10266.0, 10215.0, 10270.0, 10281.0, 10203.0, 10279.0, 10211.0, 10245.0, 10216.0, 10269.0, 10282.0, 10260.0, 10241.0, 10269.0, 10223.0, 10197.0, 10256.0, 10222.0, 10168.0, 10212.0, 10186.0, 10152.0, 10207.0, 10138.0, 10155.0, 10209.0, 10134.0, 10153.0, 10208.0, 10153.0, 10170.0, 10200.0, 10161.0, 10189.0, 10215.0, 10158.0, 10218.0, 10220.0, 10166.0, 10222.0, 10227.0, 10162.0, 10220.0, 10232.0, 10180.0, 10223.0, 10209.0, 10185.0, 10242.0, 10217.0, 10176.0, 10236.0, 10243.0, 10189.0, 10215.0, 10174.0, 10185.0, 10250.0, 10151.0, 10190.0, 10240.0, 10164.0, 10221.0, 10241.0, 10183.0, 10221.0, 10242.0, 10176.0, 10219.0, 10195.0, 10176.0, 10252.0, 10228.0, 10161.0, 10233.0, 10228.0, 10160.0, 10226.0, 10217.0, 10175.0, 10215.0, 10223.0, 10148.0, 10218.0, 10229.0, 10161.0, 10219.0, 10191.0, 10165.0, 10235.0, 10211.0, 10160.0, 10231.0, 10177.0, 10174.0, 10244.0, 10157.0, 10174.0, 10248.0, 10170.0, 10190.0, 10241.0, 10159.0, 10201.0, 10243.0, 10156.0, 10190.0, 10245.0, 10160.0, 10201.0, 10230.0, 10160.0, 10200.0, 10240.0, 10155.0, 10199.0, 10245.0, 10157.0, 10201.0, 10216.0, 10148.0, 10199.0, 10215.0, 10155.0, 10197.0, 10213.0, 10157.0, 10201.0, 10215.0, 10151.0, 10216.0, 10249.0, 10197.0, 10208.0, 10180.0, 10225.0, 10242.0, 10178.0, 10213.0, 10247.0, 10158.0, 10224.0, 10255.0, 10193.0, 10271.0, 10209.0, 10201.0, 10266.0, 10202.0, 10196.0, 10249.0, 10160.0, 10204.0, 10248.0, 10168.0, 10183.0, 10230.0, 10175.0, 10186.0, 10242.0, 10146.0, 10163.0, 10215.0, 10127.0, 10161.0, 10217.0, 10145.0, 10173.0, 10204.0, 10146.0, 10189.0, 10204.0, 10147.0, 10206.0, 10216.0, 10163.0, 10207.0, 10164.0, 10156.0, 10237.0, 10190.0, 10167.0, 10241.0, 10168.0, 10192.0, 10234.0, 10175.0, 10218.0, 10216.0, 10158.0, 10218.0, 10218.0, 10173.0, 10221.0, 10203.0, 10180.0, 10249.0, 10203.0, 10167.0, 10245.0, 10178.0, 10191.0, 10245.0, 10175.0, 10225.0, 10245.0, 10156.0, 10222.0, 10242.0, 10191.0, 10221.0, 10248.0, 10184.0, 10253.0, 10235.0, 10195.0, 10263.0, 10193.0, 10250.0, 10277.0, 10177.0, 10220.0, 10271.0, 10177.0, 10231.0, 10244.0, 10187.0, 10241.0, 10239.0, 10179.0, 10235.0, 10250.0, 10205.0, 10204.0, 10234.0, 10164.0, 10203.0, 10241.0, 10160.0, 10217.0, 10234.0, 10188.0, 10229.0, 10231.0, 10149.0, 10216.0, 10236.0, 10157.0, 10212.0, 10216.0, 10167.0, 10211.0, 10234.0, 10157.0, 10213.0, 10236.0, 10159.0, 10228.0, 10227.0, 10173.0, 10230.0, 10174.0, 10163.0, 10243.0, 10209.0, 10166.0, 10247.0, 10192.0, 10214.0, 10251.0, 10173.0, 10189.0, 10240.0, 10165.0, 10190.0, 10247.0, 10158.0, 10204.0, 10242.0, 10161.0, 10202.0, 10240.0, 10174.0, 10218.0, 10232.0, 10178.0, 10232.0, 10230.0, 10150.0, 10234.0, 10232.0, 10166.0, 10230.0, 10226.0, 10164.0, 10229.0, 10221.0, 10157.0, 10229.0, 10197.0, 10175.0, 10241.0, 10165.0, 10204.0, 10258.0, 10158.0, 10201.0, 10247.0, 10172.0, 10219.0, 10236.0, 10169.0, 10217.0, 10232.0, 10176.0, 10236.0, 10249.0, 10194.0, 10254.0, 10244.0, 10179.0, 10254.0, 10259.0, 10194.0, 10221.0, 10237.0, 10164.0, 10220.0, 10231.0, 10173.0, 10218.0, 10244.0, 10175.0, 10233.0, 10226.0, 10160.0, 10216.0, 10239.0, 10174.0, 10231.0, 10163.0, 10193.0, 10260.0, 10176.0, 10178.0, 10263.0, 10207.0, 10180.0, 10246.0, 10178.0, 10183.0, 10268.0, 10218.0, 10179.0, 10250.0, 10233.0, 10176.0, 10235.0, 10228.0, 10165.0, 10231.0, 10231.0, 10171.0, 10219.0, 10231.0, 10186.0, 10234.0, 10228.0, 10187.0, 10249.0, 10213.0, 10274.0, 10255.0, 10223.0, 10243.0, 10165.0, 10235.0, 10284.0, 10295.0, 10274.0, 10297.0, 10255.0, 10315.0, 10273.0, 10337.0, 10251.0, 10288.0, 10091.0, 10220.0, 10273.0, 10221.0, 10185.0, 10234.0, 10212.0, 10185.0, 10231.0, 10177.0, 10202.0, 10239.0, 10162.0, 10212.0, 10192.0, 10168.0, 10225.0, 10138.0, 10184.0, 10223.0, 10160.0, 10202.0, 10215.0, 10159.0, 10219.0, 10241.0, 10191.0, 10233.0, 10178.0, 10213.0, 10265.0, 10178.0, 10226.0, 10253.0, 10184.0, 10241.0, 10245.0, 10187.0, 10240.0, 10239.0, 10170.0, 10235.0, 10248.0, 10203.0, 10238.0, 10232.0, 10181.0, 10252.0, 10242.0, 10177.0, 10250.0, 10209.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.0017590656370656368</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.061228262548262545</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.68046267955186</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1832100287789795</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9332336046754257</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5092</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5627.1909</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.11016752155201369</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>60</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>4.633204633204633</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.536752494683117</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.363560489102872</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7131562989496767</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.533540695996802</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00706909</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.018467558547854424</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.04894820600748062</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1295</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.628054557522551</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>20.7008</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>49.5223</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>229.392</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>291477.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1101.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>434.075</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>3.6007</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>505.1131</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3864.4236</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>4024.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>85067.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1798.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4855.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>869.4747</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>31.48720008926466</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> |