=== 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-0128 --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-0128",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
140 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
140 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-0128_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-0128_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-0128_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-0128/figures/sub-0128_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0128/figures/sub-0128_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0128/figures/sub-0128_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-0128_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-0128/figures/sub-0128_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0128/figures/sub-0128_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0128/figures/sub-0128_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-0128_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-0128/figures/sub-0128_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0128/figures/sub-0128_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0128/figures/sub-0128_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-0128_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-0128/figures/sub-0128_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0128/figures/sub-0128_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0128/figures/sub-0128_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-0128_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-0128/figures/sub-0128_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0128/figures/sub-0128_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0128/figures/sub-0128_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-0128_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-0128/figures/sub-0128_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0128/figures/sub-0128_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0128/figures/sub-0128_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-0128_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-0128/figures/sub-0128_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0128/figures/sub-0128_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-0128/figures/sub-0128_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0128/figures/sub-0128_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-0128/ses-02/func/sub-0128_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>5960d2b078c3c8f131200ec0e0c6272e</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:18:30.642500</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.998797, -0.0346636, 0.03469, 0.0289457, 0.987716, 0.153557]</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.0852519</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>[4225, -7817, -7219, 422, -199, 78, 194, 109]</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>221.671</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>194c8e41-2468-4c77-a309-e679ef8ae6ea||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.6796987056732178, 0.07765930891036987, 0.10688399523496628, 104.65399932861328], [0.0929999053478241, 2.6499693393707275, 0.41139256954193115, -125.14073181152344], [0.09307068586349487, -0.41198089718818665, 2.666332960128784, -54.12971496582031], [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': ['171830.642500', '171831.102500', '171831.562500', '171832.022500', '171832.482500', '171832.942500', '171833.402500', '171833.862500', '171834.322500', '171834.782500', '171835.242500', '171835.702500', '171836.162500', '171836.622500', '171837.082500', '171837.542500', '171838.002500', '171838.462500', '171838.922500', '171839.382500', '171839.842500', '171840.302500', '171840.762500', '171841.222500', '171841.682500', '171842.142500', '171842.602500', '171843.062500', '171843.522500', '171843.982500', '171844.442500', '171844.902500', '171845.362500', '171845.822500', '171846.282500', '171846.742500', '171847.202500', '171847.662500', '171848.122500', '171848.582500', '171849.042500', '171849.502500', '171849.962500', '171850.422500', '171850.882500', '171851.342500', '171851.802500', '171852.262500', '171852.722500', '171853.182500', '171853.642500', '171854.102500', '171854.562500', '171855.022500', '171855.482500', '171855.942500', '171856.402500', '171856.862500', '171857.322500', '171857.782500', '171858.242500', '171858.702500', '171859.162500', '171859.622500', '171900.082500', '171900.542500', '171901.002500', '171901.462500', '171901.922500', '171902.382500', '171902.842500', '171903.302500', '171903.762500', '171904.222500', '171904.682500', '171905.142500', '171905.602500', '171906.062500', '171906.522500', '171906.982500', '171907.442500', '171907.902500', '171908.362500', '171908.822500', '171909.282500', '171909.742500', '171910.202500', '171910.662500', '171911.122500', '171911.582500', '171912.042500', '171912.502500', '171912.962500', '171913.422500', '171913.882500', '171914.342500', '171914.802500', '171915.262500', '171915.722500', '171916.182500', '171916.642500', '171917.102500', '171917.562500', '171918.022500', '171918.482500', '171918.942500', '171919.402500', '171919.862500', '171920.322500', '171920.782500', '171921.242500', '171921.702500', '171922.162500', '171922.622500', '171923.082500', '171923.542500', '171924.002500', '171924.462500', '171924.922500', '171925.382500', '171925.842500', '171926.302500', '171926.762500', '171927.222500', '171927.682500', '171928.142500', '171928.602500', '171929.062500', '171929.522500', '171929.982500', '171930.442500', '171930.902500', '171931.362500', '171931.822500', '171932.282500', '171932.742500', '171933.202500', '171933.662500', '171934.122500', '171934.582500', '171935.042500', '171935.502500', '171935.962500', '171936.422500', '171936.882500', '171937.342500', '171937.802500', '171938.262500', '171938.722500', '171939.182500', '171939.642500', '171940.102500', '171940.562500', '171941.022500', '171941.482500', '171941.942500', '171942.402500', '171942.862500', '171943.322500', '171943.782500', '171944.242500', '171944.702500', '171945.162500', '171945.622500', '171946.082500', '171946.542500', '171947.002500', '171947.462500', '171947.922500', '171948.382500', '171948.842500', '171949.302500', '171949.762500', '171950.222500', '171950.682500', '171951.142500', '171951.602500', '171952.062500', '171952.522500', '171952.982500', '171953.442500', '171953.902500', '171954.362500', '171954.822500', '171955.282500', '171955.742500', '171956.202500', '171956.662500', '171957.122500', '171957.582500', '171958.042500', '171958.502500', '171958.962500', '171959.422500', '171959.882500', '172000.342500', '172000.802500', '172001.262500', '172001.722500', '172002.182500', '172002.642500', '172003.102500', '172003.562500', '172004.022500', '172004.482500', '172004.942500', '172005.402500', '172005.862500', '172006.322500', '172006.782500', '172007.242500', '172007.702500', '172008.162500', '172008.622500', '172009.082500', '172009.542500', '172010.002500', '172010.462500', '172010.922500', '172011.382500', '172011.842500', '172012.302500', '172012.762500', '172013.222500', '172013.682500', '172014.142500', '172014.602500', '172015.062500', '172015.522500', '172015.982500', '172016.442500', '172016.902500', '172017.362500', '172017.822500', '172018.282500', '172018.742500', '172019.202500', '172019.662500', '172020.122500', '172020.582500', '172021.042500', '172021.502500', '172021.962500', '172022.422500', '172022.882500', '172023.342500', '172023.802500', '172024.262500', '172024.722500', '172025.182500', '172025.642500', '172026.102500', '172026.562500', '172027.022500', '172027.482500', '172027.942500', '172028.402500', '172028.862500', '172029.322500', '172029.782500', '172030.242500', '172030.702500', '172031.162500', '172031.622500', '172032.082500', '172032.542500', '172033.002500', '172033.462500', '172033.922500', '172034.382500', '172034.842500', '172035.302500', '172035.762500', '172036.222500', '172036.682500', '172037.142500', '172037.602500', '172038.062500', '172038.522500', '172038.982500', '172039.442500', '172039.902500', '172040.362500', '172040.822500', '172041.282500', '172041.742500', '172042.202500', '172042.662500', '172043.122500', '172043.582500', '172044.042500', '172044.502500', '172044.962500', '172045.422500', '172045.882500', '172046.342500', '172046.802500', '172047.262500', '172047.722500', '172048.182500', '172048.642500', '172049.102500', '172049.562500', '172050.022500', '172050.482500', '172050.942500', '172051.402500', '172051.862500', '172052.322500', '172052.782500', '172053.242500', '172053.702500', '172054.162500', '172054.622500', '172055.082500', '172055.542500', '172056.002500', '172056.462500', '172056.922500', '172057.382500', '172057.842500', '172058.302500', '172058.762500', '172059.222500', '172059.682500', '172100.142500', '172100.602500', '172101.062500', '172101.522500', '172101.982500', '172102.442500', '172102.902500', '172103.362500', '172103.822500', '172104.282500', '172104.742500', '172105.202500', '172105.662500', '172106.122500', '172106.582500', '172107.042500', '172107.502500', '172107.962500', '172108.422500', '172108.882500', '172109.342500', '172109.802500', '172110.262500', '172110.722500', '172111.182500', '172111.642500', '172112.102500', '172112.562500', '172113.022500', '172113.482500', '172113.942500', '172114.402500', '172114.862500', '172115.322500', '172115.782500', '172116.242500', '172116.702500', '172117.162500', '172117.622500', '172118.082500', '172118.542500', '172119.002500', '172119.462500', '172119.922500', '172120.382500', '172120.842500', '172121.302500', '172121.762500', '172122.222500', '172122.682500', '172123.142500', '172123.602500', '172124.062500', '172124.522500', '172124.982500', '172125.442500', '172125.902500', '172126.362500', '172126.822500', '172127.282500', '172127.742500', '172128.202500', '172128.662500', '172129.122500', '172129.582500', '172130.042500', '172130.502500', '172130.962500', '172131.422500', '172131.882500', '172132.342500', '172132.802500', '172133.262500', '172133.722500', '172134.182500', '172134.642500', '172135.102500', '172135.562500', '172136.022500', '172136.482500', '172136.942500', '172137.402500', '172137.862500', '172138.322500', '172138.782500', '172139.242500', '172139.702500', '172140.162500', '172140.622500', '172141.082500', '172141.542500', '172142.002500', '172142.462500', '172142.922500', '172143.382500', '172143.842500', '172144.302500', '172144.762500', '172145.222500', '172145.682500', '172146.142500', '172146.602500', '172147.062500', '172147.522500', '172147.982500', '172148.442500', '172148.902500', '172149.362500', '172149.822500', '172150.282500', '172150.742500', '172151.202500', '172151.662500', '172152.122500', '172152.582500', '172153.042500', '172153.502500', '172153.962500', '172154.422500', '172154.882500', '172155.342500', '172155.802500', '172156.262500', '172156.722500', '172157.182500', '172157.642500', '172158.102500', '172158.562500', '172159.022500', '172159.482500', '172159.942500', '172200.402500', '172200.862500', '172201.322500', '172201.782500', '172202.242500', '172202.702500', '172203.162500', '172203.622500', '172204.082500', '172204.542500', '172205.002500', '172205.462500', '172205.922500', '172206.382500', '172206.842500', '172207.302500', '172207.762500', '172208.222500', '172208.682500', '172209.142500', '172209.602500', '172210.062500', '172210.522500', '172210.982500', '172211.442500', '172211.902500', '172212.362500', '172212.822500', '172213.282500', '172213.742500', '172214.202500', '172214.662500', '172215.122500', '172215.582500', '172216.042500', '172216.502500', '172216.962500', '172217.422500', '172217.882500', '172218.342500', '172218.802500', '172219.262500', '172219.722500', '172220.182500', '172220.642500', '172221.102500', '172221.562500', '172222.022500', '172222.482500', '172222.942500', '172223.402500', '172223.862500', '172224.322500', '172224.782500', '172225.242500', '172225.702500', '172226.162500', '172226.622500', '172227.082500', '172227.542500', '172228.002500', '172228.462500', '172228.922500', '172229.382500', '172229.842500', '172230.302500', '172230.762500', '172231.222500', '172231.682500', '172232.142500', '172232.602500', '172233.062500', '172233.522500', '172233.982500', '172234.442500', '172234.902500', '172235.362500', '172235.822500', '172236.282500', '172236.742500', '172237.202500', '172237.662500', '172238.122500', '172238.582500', '172239.042500', '172239.502500', '172239.962500', '172240.422500', '172240.882500', '172241.342500', '172241.802500', '172242.262500', '172242.722500', '172243.182500', '172243.642500', '172244.102500', '172244.562500', '172245.022500', '172245.482500', '172245.942500', '172246.402500', '172246.862500', '172247.322500', '172247.782500', '172248.242500', '172248.702500', '172249.162500', '172249.622500', '172250.082500', '172250.542500', '172251.002500', '172251.462500', '172251.922500', '172252.382500', '172252.842500', '172253.302500', '172253.762500', '172254.222500', '172254.682500', '172255.142500', '172255.602500', '172256.062500', '172256.522500', '172256.982500', '172257.442500', '172257.902500', '172258.362500', '172258.822500', '172259.282500', '172259.742500', '172300.202500', '172300.662500', '172301.122500', '172301.582500', '172302.042500', '172302.502500', '172302.962500', '172303.422500', '172303.882500', '172304.342500', '172304.802500', '172305.262500', '172305.722500', '172306.182500', '172306.642500', '172307.102500', '172307.562500', '172308.022500', '172308.482500', '172308.942500', '172309.402500', '172309.862500', '172310.322500', '172310.782500', '172311.242500', '172311.702500', '172312.162500', '172312.622500', '172313.082500', '172313.542500', '172314.002500', '172314.462500', '172314.922500', '172315.382500', '172315.842500', '172316.302500', '172316.762500', '172317.222500', '172317.682500', '172318.142500', '172318.602500', '172319.062500', '172319.522500', '172319.982500', '172320.442500', '172320.902500', '172321.362500', '172321.822500', '172322.282500', '172322.742500', '172323.202500', '172323.662500', '172324.122500', '172324.582500', '172325.042500', '172325.502500', '172325.962500', '172326.422500', '172326.882500', '172327.342500', '172327.802500', '172328.262500', '172328.722500', '172329.182500', '172329.642500', '172330.102500', '172330.562500', '172331.022500', '172331.482500', '172331.942500', '172332.402500', '172332.862500', '172333.322500', '172333.782500', '172334.242500', '172334.702500', '172335.162500', '172335.622500', '172336.082500', '172336.542500', '172337.002500', '172337.462500', '172337.922500', '172338.382500', '172338.842500', '172339.302500', '172339.762500', '172340.222500', '172340.682500', '172341.142500', '172341.602500', '172342.062500', '172342.522500', '172342.982500', '172343.442500', '172343.902500', '172344.362500', '172344.822500', '172345.282500', '172345.742500', '172346.202500', '172346.662500', '172347.122500', '172347.582500', '172348.042500', '172348.502500', '172348.962500', '172349.422500', '172349.882500', '172350.342500', '172350.802500', '172351.262500', '172351.722500', '172352.182500', '172352.642500', '172353.102500', '172353.562500', '172354.022500', '172354.482500', '172354.942500', '172355.402500', '172355.862500', '172356.322500', '172356.782500', '172357.242500', '172357.702500', '172358.162500', '172358.622500', '172359.082500', '172359.542500', '172400.002500', '172400.462500', '172400.922500', '172401.382500', '172401.842500', '172402.302500', '172402.762500', '172403.222500', '172403.682500', '172404.142500', '172404.602500', '172405.062500', '172405.522500', '172405.982500', '172406.442500', '172406.902500', '172407.362500', '172407.822500', '172408.282500', '172408.742500', '172409.202500', '172409.662500', '172410.122500', '172410.582500', '172411.042500', '172411.502500', '172411.962500', '172412.422500', '172412.882500', '172413.342500', '172413.802500', '172414.262500', '172414.722500', '172415.182500', '172415.642500', '172416.102500', '172416.562500', '172417.022500', '172417.482500', '172417.942500', '172418.402500', '172418.862500', '172419.322500', '172419.782500', '172420.242500', '172420.702500', '172421.162500', '172421.622500', '172422.082500', '172422.542500', '172423.002500', '172423.462500', '172423.922500', '172424.382500', '172424.842500', '172425.302500', '172425.762500', '172426.222500', '172426.682500', '172427.142500', '172427.602500', '172428.062500', '172428.522500', '172428.982500', '172429.442500', '172429.902500', '172430.362500', '172430.822500', '172431.282500', '172431.742500', '172432.202500', '172432.662500', '172433.122500', '172433.582500', '172434.042500', '172434.502500', '172434.962500', '172435.422500', '172435.882500', '172436.342500', '172436.802500', '172437.262500', '172437.722500', '172438.182500', '172438.642500', '172439.102500', '172439.562500', '172440.022500', '172440.482500', '172440.942500', '172441.402500', '172441.862500', '172442.322500', '172442.782500', '172443.242500', '172443.702500', '172444.162500', '172444.622500', '172445.082500', '172445.542500', '172446.002500', '172446.462500', '172446.922500', '172447.382500', '172447.842500', '172448.302500', '172448.762500', '172449.222500', '172449.682500', '172450.142500', '172450.602500', '172451.062500', '172451.522500', '172451.982500', '172452.442500', '172452.902500', '172453.362500', '172453.822500', '172454.282500', '172454.742500', '172455.202500', '172455.662500', '172456.122500', '172456.582500', '172457.042500', '172457.502500', '172457.962500', '172458.422500', '172458.882500', '172459.342500', '172459.802500', '172500.262500', '172500.722500', '172501.182500', '172501.642500', '172502.102500', '172502.562500', '172503.022500', '172503.482500', '172503.942500', '172504.402500', '172504.862500', '172505.322500', '172505.782500', '172506.242500', '172506.702500', '172507.162500', '172507.622500', '172508.082500', '172508.542500', '172509.002500', '172509.462500', '172509.922500', '172510.382500', '172510.842500', '172511.302500', '172511.762500', '172512.222500', '172512.682500', '172513.142500', '172513.602500', '172514.062500', '172514.522500', '172514.982500', '172515.442500', '172515.902500', '172516.362500', '172516.822500', '172517.282500', '172517.742500', '172518.202500', '172518.662500', '172519.122500', '172519.582500', '172520.042500', '172520.502500', '172520.962500', '172521.422500', '172521.882500', '172522.342500', '172522.802500', '172523.262500', '172523.722500', '172524.182500', '172524.642500', '172525.102500', '172525.562500', '172526.022500', '172526.482500', '172526.942500', '172527.402500', '172527.862500', '172528.322500', '172528.782500', '172529.242500', '172529.702500', '172530.162500', '172530.622500', '172531.082500', '172531.542500', '172532.002500', '172532.462500', '172532.922500', '172533.382500', '172533.842500', '172534.302500', '172534.762500', '172535.222500', '172535.682500', '172536.142500', '172536.602500', '172537.062500', '172537.522500', '172537.982500', '172538.442500', '172538.902500', '172539.362500', '172539.822500', '172540.282500', '172540.742500', '172541.202500', '172541.662500', '172542.122500', '172542.582500', '172543.042500', '172543.502500', '172543.962500', '172544.422500', '172544.882500', '172545.342500', '172545.802500', '172546.262500', '172546.722500', '172547.182500', '172547.642500', '172548.102500', '172548.562500', '172549.022500', '172549.482500', '172549.942500', '172550.402500', '172550.862500', '172551.322500', '172551.782500', '172552.242500', '172552.702500', '172553.162500', '172553.622500', '172554.082500', '172554.542500', '172555.002500', '172555.462500', '172555.922500', '172556.382500', '172556.842500', '172557.302500', '172557.762500', '172558.222500', '172558.682500', '172559.142500', '172559.602500', '172600.062500', '172600.522500', '172600.982500', '172601.442500', '172601.902500', '172602.362500', '172602.822500', '172603.282500', '172603.742500', '172604.202500', '172604.662500', '172605.122500', '172605.582500', '172606.042500', '172606.502500', '172606.962500', '172607.422500', '172607.882500', '172608.342500', '172608.802500', '172609.262500', '172609.722500', '172610.182500', '172610.642500', '172611.102500', '172611.562500', '172612.022500', '172612.482500', '172612.942500', '172613.402500', '172613.862500', '172614.322500', '172614.782500', '172615.242500', '172615.702500', '172616.162500', '172616.622500', '172617.082500', '172617.542500', '172618.002500', '172618.462500', '172618.922500', '172619.382500', '172619.842500', '172620.302500', '172620.762500', '172621.222500', '172621.682500', '172622.142500', '172622.602500', '172623.062500', '172623.522500', '172623.982500', '172624.442500', '172624.902500', '172625.362500', '172625.822500', '172626.282500', '172626.742500', '172627.202500', '172627.662500', '172628.122500', '172628.582500', '172629.042500', '172629.502500', '172629.962500', '172630.422500', '172630.882500', '172631.342500', '172631.802500', '172632.262500', '172632.722500', '172633.182500', '172633.642500', '172634.102500', '172634.562500', '172635.022500', '172635.482500', '172635.942500', '172636.402500', '172636.862500', '172637.322500', '172637.782500', '172638.242500', '172638.702500', '172639.162500', '172639.622500', '172640.082500', '172640.542500', '172641.002500', '172641.462500', '172641.922500', '172642.382500', '172642.842500', '172643.302500', '172643.762500', '172644.222500', '172644.682500', '172645.142500', '172645.602500', '172646.062500', '172646.522500', '172646.982500', '172647.442500', '172647.902500', '172648.362500', '172648.822500', '172649.282500', '172649.742500', '172650.202500', '172650.662500', '172651.122500', '172651.582500', '172652.042500', '172652.502500', '172652.962500', '172653.422500', '172653.882500', '172654.342500', '172654.802500', '172655.262500', '172655.722500', '172656.182500', '172656.642500', '172657.102500', '172657.562500', '172658.022500', '172658.482500', '172658.942500', '172659.402500', '172659.862500', '172700.322500', '172700.782500', '172701.242500', '172701.702500', '172702.162500', '172702.622500', '172703.082500', '172703.542500', '172704.002500', '172704.462500', '172704.922500', '172705.382500', '172705.842500', '172706.302500', '172706.762500', '172707.222500', '172707.682500', '172708.142500', '172708.602500', '172709.062500', '172709.522500', '172709.982500', '172710.442500', '172710.902500', '172711.362500', '172711.822500', '172712.282500', '172712.742500', '172713.202500', '172713.662500', '172714.122500', '172714.582500', '172715.042500', '172715.502500', '172715.962500', '172716.422500', '172716.882500', '172717.342500', '172717.802500', '172718.262500', '172718.722500', '172719.182500', '172719.642500', '172720.102500', '172720.562500', '172721.022500', '172721.482500', '172721.942500', '172722.402500', '172722.862500', '172723.322500', '172723.782500', '172724.242500', '172724.702500', '172725.162500', '172725.622500', '172726.082500', '172726.542500', '172727.002500', '172727.462500', '172727.922500', '172728.382500', '172728.842500', '172729.302500', '172729.762500', '172730.222500', '172730.682500', '172731.142500', '172731.602500', '172732.062500', '172732.522500', '172732.982500', '172733.442500', '172733.902500', '172734.362500', '172734.822500', '172735.282500', '172735.742500', '172736.202500', '172736.662500', '172737.122500', '172737.582500', '172738.042500', '172738.502500', '172738.962500', '172739.422500', '172739.882500', '172740.342500', '172740.802500', '172741.262500', '172741.722500', '172742.182500', '172742.642500', '172743.102500', '172743.562500', '172744.022500', '172744.482500', '172744.942500', '172745.402500', '172745.862500', '172746.322500', '172746.782500', '172747.242500', '172747.702500', '172748.162500', '172748.622500', '172749.082500', '172749.542500', '172750.002500', '172750.462500', '172750.922500', '172751.382500', '172751.842500', '172752.302500', '172752.762500', '172753.222500', '172753.682500', '172754.142500', '172754.602500', '172755.062500', '172755.522500', '172755.982500', '172756.442500', '172756.902500', '172757.362500', '172757.822500', '172758.282500', '172758.742500', '172759.202500', '172759.662500', '172800.122500', '172800.582500', '172801.042500', '172801.502500', '172801.962500', '172802.422500', '172802.882500', '172803.342500', '172803.802500', '172804.262500', '172804.722500', '172805.182500', '172805.642500', '172806.102500', '172806.562500', '172807.022500', '172807.482500', '172807.942500', '172808.402500', '172808.862500', '172809.322500', '172809.782500', '172810.242500', '172810.702500', '172811.162500', '172811.622500', '172812.082500', '172812.542500', '172813.002500', '172813.462500', '172813.922500', '172814.382500', '172814.842500', '172815.302500', '172815.762500', '172816.222500', '172816.682500', '172817.142500', '172817.602500', '172818.062500', '172818.522500', '172818.982500', '172819.442500', '172819.902500', '172820.362500', '172820.822500', '172821.282500', '172821.742500', '172822.202500', '172822.662500', '172823.122500', '172823.582500', '172824.042500', '172824.502500', '172824.962500', '172825.422500', '172825.882500', '172826.342500', '172826.802500', '172827.262500'], 'ContentTime': ['171845.685000', '171845.688000', '171845.691000', '171845.693000', '171845.696000', '171845.698000', '171845.701000', '171845.704000', '171845.706000', '171845.709000', '171845.711000', '171845.714000', '171845.716000', '171845.727000', '171845.730000', '171845.733000', '171845.735000', '171845.738000', '171845.740000', '171845.743000', '171845.745000', '171845.748000', '171845.750000', '171845.753000', '171845.755000', '171845.758000', '171845.770000', '171845.772000', '171845.775000', '171845.777000', '171905.658000', '171905.661000', '171905.664000', '171905.666000', '171905.669000', '171905.671000', '171905.674000', '171905.676000', '171905.679000', '171905.682000', '171905.684000', '171905.687000', '171905.689000', '171905.692000', '171905.694000', '171905.697000', '171905.699000', '171905.702000', '171905.705000', '171905.707000', '171905.710000', '171905.712000', '171905.715000', '171905.717000', '171905.720000', '171905.723000', '171905.725000', '171905.728000', '171905.730000', '171905.733000', '171905.739000', '171905.742000', '171905.744000', '171905.747000', '171905.749000', '171905.752000', '171905.755000', '171905.757000', '171905.760000', '171905.762000', '171905.765000', '171905.768000', '171905.770000', '171905.773000', '171925.657000', '171925.660000', '171925.663000', '171925.665000', '171925.668000', '171925.670000', '171925.673000', '171925.675000', '171925.678000', '171925.681000', '171925.683000', '171925.686000', '171925.688000', '171925.691000', '171925.693000', '171925.696000', '171925.699000', '171925.701000', '171925.704000', '171925.706000', '171925.709000', '171925.711000', '171925.723000', '171925.725000', '171925.728000', '171925.730000', '171925.733000', '171925.736000', '171925.738000', '171925.741000', '171925.744000', '171925.746000', '171925.749000', '171925.752000', '171925.755000', '171925.757000', '171925.760000', '171925.762000', '171925.765000', '171925.767000', '171925.770000', '171925.772000', '171925.778000', '171945.657000', '171945.660000', '171945.663000', '171945.665000', '171945.668000', '171945.671000', '171945.673000', '171945.676000', '171945.678000', '171945.681000', '171945.684000', '171945.687000', '171945.690000', '171945.692000', '171945.695000', '171945.697000', '171945.700000', '171945.702000', '171945.705000', '171945.708000', '171945.710000', '171945.713000', '171945.715000', '171945.718000', '171945.720000', '171945.723000', '171945.726000', '171945.728000', '171945.731000', '171945.733000', '171945.736000', '171945.738000', '171945.741000', '171945.744000', '171945.746000', '171945.749000', '171945.751000', '171945.754000', '171945.757000', '171945.759000', '171945.762000', '171945.764000', '171945.767000', '171945.769000', '172005.658000', '172005.661000', '172005.664000', '172005.666000', '172005.669000', '172005.671000', '172005.674000', '172005.676000', '172005.679000', '172005.682000', '172005.684000', '172005.687000', '172005.689000', '172005.692000', '172005.695000', '172005.697000', '172005.700000', '172005.702000', '172005.705000', '172005.707000', '172005.710000', '172005.713000', '172005.715000', '172005.718000', '172005.721000', '172005.724000', '172005.726000', '172005.729000', '172005.732000', '172005.735000', '172005.737000', '172005.740000', '172005.743000', '172005.745000', '172005.748000', '172005.750000', '172005.753000', '172005.756000', '172005.758000', '172005.761000', '172005.763000', '172005.766000', '172005.768000', '172025.658000', '172025.661000', '172025.664000', '172025.666000', '172025.669000', '172025.672000', '172025.674000', '172025.677000', '172025.679000', '172025.682000', '172025.684000', '172025.687000', '172025.690000', '172025.692000', '172025.695000', '172025.697000', '172025.700000', '172025.702000', '172025.705000', '172025.707000', '172025.710000', '172025.712000', '172025.715000', '172025.718000', '172025.720000', '172025.723000', '172025.725000', '172025.728000', '172025.730000', '172025.733000', '172025.735000', '172025.738000', '172025.741000', '172025.743000', '172025.746000', '172025.748000', '172025.763000', '172025.766000', '172025.768000', '172025.771000', '172025.774000', '172025.776000', '172025.779000', '172025.781000', '172045.658000', '172045.661000', '172045.664000', '172045.666000', '172045.669000', '172045.672000', '172045.674000', '172045.677000', '172045.679000', '172045.682000', '172045.685000', '172045.687000', '172045.690000', '172045.692000', '172045.695000', '172045.697000', '172045.700000', '172045.703000', '172045.705000', '172045.708000', '172045.710000', '172045.713000', '172045.716000', '172045.718000', '172045.721000', '172045.723000', '172045.726000', '172045.728000', '172045.731000', '172045.733000', '172045.736000', '172045.739000', '172045.741000', '172045.744000', '172045.746000', '172045.749000', '172045.752000', '172045.754000', '172045.757000', '172045.759000', '172045.762000', '172045.764000', '172045.767000', '172105.658000', '172105.661000', '172105.664000', '172105.666000', '172105.669000', '172105.671000', '172105.674000', '172105.676000', '172105.679000', '172105.682000', '172105.684000', '172105.687000', '172105.689000', '172105.692000', '172105.694000', '172105.697000', '172105.699000', '172105.702000', '172105.705000', '172105.707000', '172105.710000', '172105.712000', '172105.715000', '172105.717000', '172105.720000', '172105.722000', '172105.725000', '172105.728000', '172105.730000', '172105.733000', '172105.735000', '172105.738000', '172105.740000', '172105.743000', '172105.746000', '172105.748000', '172105.751000', '172105.753000', '172105.756000', '172105.758000', '172105.761000', '172105.764000', '172105.766000', '172105.769000', '172125.659000', '172125.661000', '172125.664000', '172125.667000', '172125.669000', '172125.672000', '172125.674000', '172125.677000', '172125.680000', '172125.682000', '172125.685000', '172125.687000', '172125.690000', '172125.693000', '172125.695000', '172125.698000', '172125.700000', '172125.703000', '172125.706000', '172125.708000', '172125.711000', '172125.714000', '172125.716000', '172125.719000', '172125.721000', '172125.724000', '172125.727000', '172125.729000', '172125.732000', '172125.734000', '172125.737000', '172125.739000', '172125.742000', '172125.745000', '172125.747000', '172125.750000', '172125.752000', '172125.755000', '172125.757000', '172125.760000', '172125.763000', '172125.765000', '172125.768000', '172145.657000', '172145.660000', '172145.663000', '172145.666000', '172145.668000', '172145.671000', '172145.673000', '172145.676000', '172145.679000', '172145.681000', '172145.684000', '172145.686000', '172145.689000', '172145.691000', '172145.694000', '172145.697000', '172145.699000', '172145.702000', '172145.704000', '172145.707000', '172145.710000', '172145.712000', '172145.715000', '172145.717000', '172145.720000', '172145.722000', '172145.725000', '172145.728000', '172145.730000', '172145.733000', '172145.735000', '172145.738000', '172145.741000', '172145.743000', '172145.746000', '172145.748000', '172145.751000', '172145.753000', '172145.756000', '172145.759000', '172145.761000', '172145.764000', '172145.766000', '172145.769000', '172205.658000', '172205.661000', '172205.664000', '172205.667000', '172205.669000', '172205.672000', '172205.674000', '172205.677000', '172205.680000', '172205.682000', '172205.685000', '172205.687000', '172205.690000', '172205.692000', '172205.695000', '172205.698000', '172205.700000', '172205.721000', '172205.724000', '172205.726000', '172205.729000', '172205.731000', '172205.734000', '172205.736000', '172205.739000', '172205.742000', '172205.744000', '172205.747000', '172205.749000', '172205.752000', '172205.754000', '172205.757000', '172205.760000', '172205.762000', '172205.765000', '172205.767000', '172205.770000', '172205.772000', '172205.775000', '172205.778000', '172205.780000', '172205.783000', '172205.785000', '172225.658000', '172225.661000', '172225.664000', '172225.666000', '172225.669000', '172225.672000', '172225.674000', '172225.677000', '172225.679000', '172225.682000', '172225.684000', '172225.687000', '172225.690000', '172225.692000', '172225.695000', '172225.697000', '172225.700000', '172225.703000', '172225.705000', '172225.708000', '172225.710000', '172225.713000', '172225.716000', '172225.718000', '172225.721000', '172225.723000', '172225.726000', '172225.728000', '172225.731000', '172225.734000', '172225.736000', '172225.739000', '172225.741000', '172225.744000', '172225.747000', '172225.749000', '172225.752000', '172225.754000', '172225.757000', '172225.759000', '172225.762000', '172225.765000', '172225.767000', '172225.770000', '172245.659000', '172245.661000', '172245.664000', '172245.667000', '172245.669000', '172245.672000', '172245.675000', '172245.677000', '172245.680000', '172245.682000', '172245.685000', '172245.688000', '172245.690000', '172245.693000', '172245.695000', '172245.698000', '172245.701000', '172245.703000', '172245.706000', '172245.708000', '172245.711000', '172245.714000', '172245.716000', '172245.719000', '172245.721000', '172245.724000', '172245.727000', '172245.729000', '172245.732000', '172245.735000', '172245.737000', '172245.740000', '172245.742000', '172245.745000', '172245.748000', '172245.750000', '172245.753000', '172245.756000', '172245.758000', '172245.761000', '172245.763000', '172245.766000', '172245.769000', '172305.658000', '172305.661000', '172305.665000', '172305.668000', '172305.670000', '172305.673000', '172305.676000', '172305.678000', '172305.681000', '172305.683000', '172305.686000', '172305.689000', '172305.691000', '172305.694000', '172305.696000', '172305.699000', '172305.702000', '172305.704000', '172305.707000', '172305.709000', '172305.712000', '172305.715000', '172305.717000', '172305.720000', '172305.723000', '172305.725000', '172305.728000', '172305.731000', '172305.733000', '172305.736000', '172305.738000', '172305.741000', '172305.744000', '172305.746000', '172305.749000', '172305.751000', '172305.754000', '172305.757000', '172305.759000', '172305.762000', '172305.764000', '172305.767000', '172305.769000', '172305.772000', '172325.658000', '172325.661000', '172325.664000', '172325.666000', '172325.669000', '172325.672000', '172325.674000', '172325.677000', '172325.679000', '172325.682000', '172325.684000', '172325.687000', '172325.690000', '172325.692000', '172325.695000', '172325.697000', '172325.700000', '172325.702000', '172325.705000', '172325.708000', '172325.710000', '172325.713000', '172325.715000', '172325.718000', '172325.720000', '172325.723000', '172325.726000', '172325.728000', '172325.731000', '172325.733000', '172325.736000', '172325.739000', '172325.741000', '172325.744000', '172325.746000', '172325.749000', '172325.751000', '172325.754000', '172325.757000', '172325.759000', '172325.762000', '172325.764000', '172325.777000', '172345.658000', '172345.660000', '172345.663000', '172345.666000', '172345.668000', '172345.671000', '172345.673000', '172345.676000', '172345.679000', '172345.681000', '172345.684000', '172345.686000', '172345.689000', '172345.692000', '172345.694000', '172345.697000', '172345.699000', '172345.702000', '172345.705000', '172345.707000', '172345.710000', '172345.712000', '172345.715000', '172345.718000', '172345.720000', '172345.723000', '172345.726000', '172345.728000', '172345.731000', '172345.733000', '172345.736000', '172345.739000', '172345.741000', '172345.744000', '172345.746000', '172345.749000', '172345.752000', '172345.754000', '172345.757000', '172345.759000', '172345.762000', '172345.765000', '172345.767000', '172345.770000', '172405.658000', '172405.661000', '172405.663000', '172405.666000', '172405.668000', '172405.671000', '172405.673000', '172405.676000', '172405.679000', '172405.681000', '172405.684000', '172405.686000', '172405.689000', '172405.692000', '172405.694000', '172405.697000', '172405.699000', '172405.702000', '172405.705000', '172405.707000', '172405.710000', '172405.712000', '172405.715000', '172405.718000', '172405.720000', '172405.723000', '172405.725000', '172405.728000', '172405.731000', '172405.733000', '172405.736000', '172405.738000', '172405.741000', '172405.744000', '172405.746000', '172405.749000', '172405.751000', '172405.754000', '172405.756000', '172405.759000', '172405.762000', '172405.764000', '172405.767000', '172425.658000', '172425.661000', '172425.664000', '172425.667000', '172425.669000', '172425.672000', '172425.674000', '172425.677000', '172425.680000', '172425.682000', '172425.685000', '172425.687000', '172425.690000', '172425.693000', '172425.697000', '172425.700000', '172425.702000', '172425.705000', '172425.708000', '172425.710000', '172425.713000', '172425.716000', '172425.718000', '172425.721000', '172425.723000', '172425.726000', '172425.729000', '172425.731000', '172425.734000', '172425.736000', '172425.739000', '172425.742000', '172425.744000', '172425.747000', '172425.750000', '172425.752000', '172425.755000', '172425.757000', '172425.760000', '172425.763000', '172425.765000', '172425.768000', '172425.771000', '172425.773000', '172445.659000', '172445.661000', '172445.664000', '172445.667000', '172445.669000', '172445.672000', '172445.674000', '172445.677000', '172445.680000', '172445.688000', '172445.691000', '172445.693000', '172445.696000', '172445.698000', '172445.701000', '172445.703000', '172445.706000', '172445.709000', '172445.711000', '172445.714000', '172445.717000', '172445.719000', '172445.722000', '172445.724000', '172445.727000', '172445.729000', '172445.732000', '172445.735000', '172445.737000', '172445.740000', '172445.742000', '172445.745000', '172445.748000', '172445.750000', '172445.753000', '172445.755000', '172445.758000', '172445.760000', '172445.763000', '172445.766000', '172445.769000', '172445.771000', '172445.774000', '172505.658000', '172505.661000', '172505.664000', '172505.666000', '172505.669000', '172505.672000', '172505.674000', '172505.677000', '172505.680000', '172505.682000', '172505.685000', '172505.688000', '172505.690000', '172505.693000', '172505.696000', '172505.698000', '172505.701000', '172505.704000', '172505.706000', '172505.709000', '172505.712000', '172505.714000', '172505.717000', '172505.720000', '172505.722000', '172505.725000', '172505.727000', '172505.730000', '172505.733000', '172505.735000', '172505.738000', '172505.740000', '172505.743000', '172505.745000', '172505.748000', '172505.751000', '172505.753000', '172505.756000', '172505.759000', '172505.761000', '172505.764000', '172505.766000', '172505.769000', '172525.659000', '172525.662000', '172525.664000', '172525.667000', '172525.670000', '172525.673000', '172525.675000', '172525.678000', '172525.680000', '172525.683000', '172525.686000', '172525.688000', '172525.691000', '172525.694000', '172525.696000', '172525.699000', '172525.701000', '172525.704000', '172525.706000', '172525.709000', '172525.712000', '172525.714000', '172525.717000', '172525.719000', '172525.722000', '172525.724000', '172525.727000', '172525.730000', '172525.732000', '172525.735000', '172525.737000', '172525.740000', '172525.743000', '172525.745000', '172525.748000', '172525.750000', '172525.753000', '172525.756000', '172525.758000', '172525.761000', '172525.763000', '172525.766000', '172525.768000', '172525.771000', '172545.658000', '172545.661000', '172545.664000', '172545.666000', '172545.669000', '172545.672000', '172545.674000', '172545.677000', '172545.679000', '172545.682000', '172545.685000', '172545.687000', '172545.690000', '172545.692000', '172545.695000', '172545.698000', '172545.700000', '172545.703000', '172545.705000', '172545.708000', '172545.711000', '172545.713000', '172545.716000', '172545.718000', '172545.721000', '172545.724000', '172545.726000', '172545.729000', '172545.731000', '172545.735000', '172545.738000', '172545.741000', '172545.743000', '172545.746000', '172545.748000', '172545.751000', '172545.754000', '172545.757000', '172545.759000', '172545.762000', '172545.765000', '172545.767000', '172545.770000', '172605.658000', '172605.660000', '172605.663000', '172605.666000', '172605.668000', '172605.671000', '172605.673000', '172605.676000', '172605.679000', '172605.681000', '172605.684000', '172605.686000', '172605.689000', '172605.692000', '172605.694000', '172605.697000', '172605.700000', '172605.702000', '172605.705000', '172605.708000', '172605.710000', '172605.713000', '172605.716000', '172605.718000', '172605.721000', '172605.723000', '172605.726000', '172605.729000', '172605.731000', '172605.734000', '172605.736000', '172605.739000', '172605.741000', '172605.744000', '172605.747000', '172605.749000', '172605.752000', '172605.755000', '172605.757000', '172605.760000', '172605.762000', '172605.765000', '172605.767000', '172605.770000', '172625.657000', '172625.660000', '172625.663000', '172625.665000', '172625.668000', '172625.671000', '172625.702000', '172625.705000', '172625.708000', '172625.710000', '172625.713000', '172625.715000', '172625.718000', '172625.720000', '172625.723000', '172625.726000', '172625.728000', '172625.731000', '172625.733000', '172625.736000', '172625.739000', '172625.741000', '172625.744000', '172625.746000', '172625.749000', '172625.752000', '172625.754000', '172625.757000', '172625.759000', '172625.762000', '172625.765000', '172625.767000', '172625.770000', '172625.772000', '172625.775000', '172625.778000', '172625.780000', '172625.783000', '172625.785000', '172625.788000', '172625.790000', '172625.793000', '172625.796000', '172645.659000', '172645.661000', '172645.664000', '172645.667000', '172645.669000', '172645.672000', '172645.675000', '172645.677000', '172645.680000', '172645.682000', '172645.685000', '172645.687000', '172645.690000', '172645.693000', '172645.695000', '172645.698000', '172645.701000', '172645.703000', '172645.706000', '172645.708000', '172645.711000', '172645.714000', '172645.716000', '172645.719000', '172645.721000', '172645.724000', '172645.727000', '172645.729000', '172645.732000', '172645.734000', '172645.737000', '172645.740000', '172645.742000', '172645.745000', '172645.748000', '172645.751000', '172645.753000', '172645.756000', '172645.758000', '172645.761000', '172645.763000', '172645.766000', '172645.769000', '172645.771000', '172705.659000', '172705.661000', '172705.664000', '172705.667000', '172705.669000', '172705.672000', '172705.674000', '172705.677000', '172705.680000', '172705.682000', '172705.685000', '172705.687000', '172705.690000', '172705.693000', '172705.695000', '172705.698000', '172705.701000', '172705.703000', '172705.706000', '172705.708000', '172705.711000', '172705.713000', '172705.716000', '172705.719000', '172705.721000', '172705.724000', '172705.726000', '172705.729000', '172705.731000', '172705.734000', '172705.737000', '172705.739000', '172705.742000', '172705.744000', '172705.747000', '172705.749000', '172705.752000', '172705.755000', '172705.757000', '172705.760000', '172705.763000', '172705.765000', '172705.768000', '172725.658000', '172725.661000', '172725.664000', '172725.667000', '172725.669000', '172725.672000', '172725.674000', '172725.677000', '172725.680000', '172725.682000', '172725.685000', '172725.688000', '172725.690000', '172725.693000', '172725.696000', '172725.698000', '172725.701000', '172725.703000', '172725.706000', '172725.709000', '172725.711000', '172725.714000', '172725.716000', '172725.719000', '172725.722000', '172725.724000', '172725.727000', '172725.729000', '172725.732000', '172725.735000', '172725.737000', '172725.740000', '172725.743000', '172725.745000', '172725.748000', '172725.751000', '172725.753000', '172725.756000', '172725.759000', '172725.761000', '172725.764000', '172725.766000', '172725.769000', '172725.772000', '172745.659000', '172745.661000', '172745.672000', '172745.674000', '172745.677000', '172745.680000', '172745.682000', '172745.685000', '172745.687000', '172745.690000', '172745.693000', '172745.695000', '172745.698000', '172745.700000', '172745.703000', '172745.705000', '172745.708000', '172745.711000', '172745.713000', '172745.716000', '172745.719000', '172745.721000', '172745.724000', '172745.726000', '172745.729000', '172745.731000', '172745.734000', '172745.737000', '172745.739000', '172745.742000', '172745.744000', '172745.747000', '172745.751000', '172745.754000', '172745.756000', '172745.759000', '172745.762000', '172745.765000', '172745.767000', '172745.770000', '172745.772000', '172745.775000', '172745.777000', '172805.659000', '172805.661000', '172805.664000', '172805.667000', '172805.669000', '172805.672000', '172805.675000', '172805.677000', '172805.680000', '172805.682000', '172805.685000', '172805.687000', '172805.690000', '172805.693000', '172805.695000', '172805.698000', '172805.701000', '172805.703000', '172805.706000', '172805.708000', '172805.711000', '172805.714000', '172805.716000', '172805.719000', '172805.727000', '172805.730000', '172805.732000', '172805.735000', '172805.738000', '172805.740000', '172805.743000', '172805.745000', '172805.756000', '172805.758000', '172805.761000', '172805.764000', '172805.766000', '172805.769000', '172805.771000', '172805.774000', '172805.776000', '172805.779000', '172805.781000', '172805.784000', '172825.658000', '172825.661000', '172825.663000', '172825.666000', '172825.669000', '172825.671000', '172825.674000', '172825.676000', '172825.679000', '172825.682000', '172825.684000', '172825.687000', '172825.689000', '172825.692000', '172825.694000', '172825.697000', '172825.700000', '172825.702000', '172825.705000', '172825.707000', '172825.710000', '172825.713000', '172825.715000', '172825.718000', '172825.720000', '172825.723000', '172825.726000', '172825.728000', '172825.731000', '172825.733000', '172825.736000', '172825.739000', '172825.741000', '172825.744000', '172825.746000', '172825.749000', '172825.753000', '172825.755000', '172825.758000', '172825.761000', '172825.764000', '172825.766000', '172825.769000', '172828.560000', '172828.563000', '172828.566000', '172828.568000', '172828.571000', '172828.574000', '172828.577000'], 'InstanceCreationTime': ['171845.685000', '171845.688000', '171845.691000', '171845.693000', '171845.696000', '171845.698000', '171845.701000', '171845.704000', '171845.706000', '171845.709000', '171845.711000', '171845.714000', '171845.716000', '171845.727000', '171845.730000', '171845.733000', '171845.735000', '171845.738000', '171845.740000', '171845.743000', '171845.745000', '171845.748000', '171845.750000', '171845.753000', '171845.755000', '171845.758000', '171845.770000', '171845.772000', '171845.775000', '171845.777000', '171905.658000', '171905.661000', '171905.664000', '171905.666000', '171905.669000', '171905.671000', '171905.674000', '171905.676000', '171905.679000', '171905.682000', '171905.684000', '171905.687000', '171905.689000', '171905.692000', '171905.694000', '171905.697000', '171905.699000', '171905.702000', '171905.705000', '171905.707000', '171905.710000', '171905.712000', '171905.715000', '171905.717000', '171905.720000', '171905.723000', '171905.725000', '171905.728000', '171905.730000', '171905.733000', '171905.739000', '171905.742000', '171905.744000', '171905.747000', '171905.749000', '171905.752000', '171905.755000', '171905.757000', '171905.760000', '171905.762000', '171905.765000', '171905.768000', '171905.770000', '171905.773000', '171925.657000', '171925.660000', '171925.663000', '171925.665000', '171925.668000', '171925.670000', '171925.673000', '171925.675000', '171925.678000', '171925.681000', '171925.683000', '171925.686000', '171925.688000', '171925.691000', '171925.693000', '171925.696000', '171925.699000', '171925.701000', '171925.704000', '171925.706000', '171925.709000', '171925.711000', '171925.723000', '171925.725000', '171925.728000', '171925.730000', '171925.733000', '171925.736000', '171925.738000', '171925.741000', '171925.744000', '171925.746000', '171925.749000', '171925.752000', '171925.755000', '171925.757000', '171925.760000', '171925.762000', '171925.765000', '171925.767000', '171925.770000', '171925.772000', '171925.778000', '171945.657000', '171945.660000', '171945.663000', '171945.665000', '171945.668000', '171945.671000', '171945.673000', '171945.676000', '171945.678000', '171945.681000', '171945.684000', '171945.687000', '171945.690000', '171945.692000', '171945.695000', '171945.697000', '171945.700000', '171945.702000', '171945.705000', '171945.708000', '171945.710000', '171945.713000', '171945.715000', '171945.718000', '171945.720000', '171945.723000', '171945.726000', '171945.728000', '171945.731000', '171945.733000', '171945.736000', '171945.738000', '171945.741000', '171945.744000', '171945.746000', '171945.749000', '171945.751000', '171945.754000', '171945.757000', '171945.759000', '171945.762000', '171945.764000', '171945.767000', '171945.769000', '172005.658000', '172005.661000', '172005.664000', '172005.666000', '172005.669000', '172005.671000', '172005.674000', '172005.676000', '172005.679000', '172005.682000', '172005.684000', '172005.687000', '172005.689000', '172005.692000', '172005.695000', '172005.697000', '172005.700000', '172005.702000', '172005.705000', '172005.707000', '172005.710000', '172005.713000', '172005.715000', '172005.718000', '172005.721000', '172005.724000', '172005.726000', '172005.729000', '172005.732000', '172005.735000', '172005.737000', '172005.740000', '172005.743000', '172005.745000', '172005.748000', '172005.750000', '172005.753000', '172005.756000', '172005.758000', '172005.761000', '172005.763000', '172005.766000', '172005.768000', '172025.658000', '172025.661000', '172025.664000', '172025.666000', '172025.669000', '172025.672000', '172025.674000', '172025.677000', '172025.679000', '172025.682000', '172025.684000', '172025.687000', '172025.690000', '172025.692000', '172025.695000', '172025.697000', '172025.700000', '172025.702000', '172025.705000', '172025.707000', '172025.710000', '172025.712000', '172025.715000', '172025.718000', '172025.720000', '172025.723000', '172025.725000', '172025.728000', '172025.730000', '172025.733000', '172025.735000', '172025.738000', '172025.741000', '172025.743000', '172025.746000', '172025.748000', '172025.763000', '172025.766000', '172025.768000', '172025.771000', '172025.774000', '172025.776000', '172025.779000', '172025.781000', '172045.658000', '172045.661000', '172045.664000', '172045.666000', '172045.669000', '172045.672000', '172045.674000', '172045.677000', '172045.679000', '172045.682000', '172045.685000', '172045.687000', '172045.690000', '172045.692000', '172045.695000', '172045.697000', '172045.700000', '172045.703000', '172045.705000', '172045.708000', '172045.710000', '172045.713000', '172045.716000', '172045.718000', '172045.721000', '172045.723000', '172045.726000', '172045.728000', '172045.731000', '172045.733000', '172045.736000', '172045.739000', '172045.741000', '172045.744000', '172045.746000', '172045.749000', '172045.752000', '172045.754000', '172045.757000', '172045.759000', '172045.762000', '172045.764000', '172045.767000', '172105.658000', '172105.661000', '172105.664000', '172105.666000', '172105.669000', '172105.671000', '172105.674000', '172105.676000', '172105.679000', '172105.682000', '172105.684000', '172105.687000', '172105.689000', '172105.692000', '172105.694000', '172105.697000', '172105.699000', '172105.702000', '172105.705000', '172105.707000', '172105.710000', '172105.712000', '172105.715000', '172105.717000', '172105.720000', '172105.722000', '172105.725000', '172105.728000', '172105.730000', '172105.733000', '172105.735000', '172105.738000', '172105.740000', '172105.743000', '172105.746000', '172105.748000', '172105.751000', '172105.753000', '172105.756000', '172105.758000', '172105.761000', '172105.764000', '172105.766000', '172105.769000', '172125.659000', '172125.661000', '172125.664000', '172125.667000', '172125.669000', '172125.672000', '172125.674000', '172125.677000', '172125.680000', '172125.682000', '172125.685000', '172125.687000', '172125.690000', '172125.693000', '172125.695000', '172125.698000', '172125.700000', '172125.703000', '172125.706000', '172125.708000', '172125.711000', '172125.714000', '172125.716000', '172125.719000', '172125.721000', '172125.724000', '172125.727000', '172125.729000', '172125.732000', '172125.734000', '172125.737000', '172125.739000', '172125.742000', '172125.745000', '172125.747000', '172125.750000', '172125.752000', '172125.755000', '172125.757000', '172125.760000', '172125.763000', '172125.765000', '172125.768000', '172145.657000', '172145.660000', '172145.663000', '172145.666000', '172145.668000', '172145.671000', '172145.673000', '172145.676000', '172145.679000', '172145.681000', '172145.684000', '172145.686000', '172145.689000', '172145.691000', '172145.694000', '172145.697000', '172145.699000', '172145.702000', '172145.704000', '172145.707000', '172145.710000', '172145.712000', '172145.715000', '172145.717000', '172145.720000', '172145.722000', '172145.725000', '172145.728000', '172145.730000', '172145.733000', '172145.735000', '172145.738000', '172145.741000', '172145.743000', '172145.746000', '172145.748000', '172145.751000', '172145.753000', '172145.756000', '172145.759000', '172145.761000', '172145.764000', '172145.766000', '172145.769000', '172205.658000', '172205.661000', '172205.664000', '172205.667000', '172205.669000', '172205.672000', '172205.674000', '172205.677000', '172205.680000', '172205.682000', '172205.685000', '172205.687000', '172205.690000', '172205.692000', '172205.695000', '172205.698000', '172205.700000', '172205.721000', '172205.724000', '172205.726000', '172205.729000', '172205.731000', '172205.734000', '172205.736000', '172205.739000', '172205.742000', '172205.744000', '172205.747000', '172205.749000', '172205.752000', '172205.754000', '172205.757000', '172205.760000', '172205.762000', '172205.765000', '172205.767000', '172205.770000', '172205.772000', '172205.775000', '172205.778000', '172205.780000', '172205.783000', '172205.785000', '172225.658000', '172225.661000', '172225.664000', '172225.666000', '172225.669000', '172225.672000', '172225.674000', '172225.677000', '172225.679000', '172225.682000', '172225.684000', '172225.687000', '172225.690000', '172225.692000', '172225.695000', '172225.697000', '172225.700000', '172225.703000', '172225.705000', '172225.708000', '172225.710000', '172225.713000', '172225.716000', '172225.718000', '172225.721000', '172225.723000', '172225.726000', '172225.728000', '172225.731000', '172225.734000', '172225.736000', '172225.739000', '172225.741000', '172225.744000', '172225.747000', '172225.749000', '172225.752000', '172225.754000', '172225.757000', '172225.759000', '172225.762000', '172225.765000', '172225.767000', '172225.770000', '172245.659000', '172245.661000', '172245.664000', '172245.667000', '172245.669000', '172245.672000', '172245.675000', '172245.677000', '172245.680000', '172245.682000', '172245.685000', '172245.688000', '172245.690000', '172245.693000', '172245.695000', '172245.698000', '172245.701000', '172245.703000', '172245.706000', '172245.708000', '172245.711000', '172245.714000', '172245.716000', '172245.719000', '172245.721000', '172245.724000', '172245.727000', '172245.729000', '172245.732000', '172245.735000', '172245.737000', '172245.740000', '172245.742000', '172245.745000', '172245.748000', '172245.750000', '172245.753000', '172245.756000', '172245.758000', '172245.761000', '172245.763000', '172245.766000', '172245.769000', '172305.658000', '172305.661000', '172305.665000', '172305.668000', '172305.670000', '172305.673000', '172305.676000', '172305.678000', '172305.681000', '172305.683000', '172305.686000', '172305.689000', '172305.691000', '172305.694000', '172305.696000', '172305.699000', '172305.702000', '172305.704000', '172305.707000', '172305.709000', '172305.712000', '172305.715000', '172305.717000', '172305.720000', '172305.723000', '172305.725000', '172305.728000', '172305.731000', '172305.733000', '172305.736000', '172305.738000', '172305.741000', '172305.744000', '172305.746000', '172305.749000', '172305.751000', '172305.754000', '172305.757000', '172305.759000', '172305.762000', '172305.764000', '172305.767000', '172305.769000', '172305.772000', '172325.658000', '172325.661000', '172325.664000', '172325.666000', '172325.669000', '172325.672000', '172325.674000', '172325.677000', '172325.679000', '172325.682000', '172325.684000', '172325.687000', '172325.690000', '172325.692000', '172325.695000', '172325.697000', '172325.700000', '172325.702000', '172325.705000', '172325.708000', '172325.710000', '172325.713000', '172325.715000', '172325.718000', '172325.720000', '172325.723000', '172325.726000', '172325.728000', '172325.731000', '172325.733000', '172325.736000', '172325.739000', '172325.741000', '172325.744000', '172325.746000', '172325.749000', '172325.751000', '172325.754000', '172325.757000', '172325.759000', '172325.762000', '172325.764000', '172325.777000', '172345.658000', '172345.660000', '172345.663000', '172345.666000', '172345.668000', '172345.671000', '172345.673000', '172345.676000', '172345.679000', '172345.681000', '172345.684000', '172345.686000', '172345.689000', '172345.692000', '172345.694000', '172345.697000', '172345.699000', '172345.702000', '172345.705000', '172345.707000', '172345.710000', '172345.712000', '172345.715000', '172345.718000', '172345.720000', '172345.723000', '172345.726000', '172345.728000', '172345.731000', '172345.733000', '172345.736000', '172345.739000', '172345.741000', '172345.744000', '172345.746000', '172345.749000', '172345.752000', '172345.754000', '172345.757000', '172345.759000', '172345.762000', '172345.765000', '172345.767000', '172345.770000', '172405.658000', '172405.661000', '172405.663000', '172405.666000', '172405.668000', '172405.671000', '172405.673000', '172405.676000', '172405.679000', '172405.681000', '172405.684000', '172405.686000', '172405.689000', '172405.692000', '172405.694000', '172405.697000', '172405.699000', '172405.702000', '172405.705000', '172405.707000', '172405.710000', '172405.712000', '172405.715000', '172405.718000', '172405.720000', '172405.723000', '172405.725000', '172405.728000', '172405.731000', '172405.733000', '172405.736000', '172405.738000', '172405.741000', '172405.744000', '172405.746000', '172405.749000', '172405.751000', '172405.754000', '172405.756000', '172405.759000', '172405.762000', '172405.764000', '172405.767000', '172425.658000', '172425.661000', '172425.664000', '172425.667000', '172425.669000', '172425.672000', '172425.674000', '172425.677000', '172425.680000', '172425.682000', '172425.685000', '172425.687000', '172425.690000', '172425.693000', '172425.697000', '172425.700000', '172425.702000', '172425.705000', '172425.708000', '172425.710000', '172425.713000', '172425.716000', '172425.718000', '172425.721000', '172425.723000', '172425.726000', '172425.729000', '172425.731000', '172425.734000', '172425.736000', '172425.739000', '172425.742000', '172425.744000', '172425.747000', '172425.750000', '172425.752000', '172425.755000', '172425.757000', '172425.760000', '172425.763000', '172425.765000', '172425.768000', '172425.771000', '172425.773000', '172445.659000', '172445.661000', '172445.664000', '172445.667000', '172445.669000', '172445.672000', '172445.674000', '172445.677000', '172445.680000', '172445.688000', '172445.691000', '172445.693000', '172445.696000', '172445.698000', '172445.701000', '172445.703000', '172445.706000', '172445.709000', '172445.711000', '172445.714000', '172445.717000', '172445.719000', '172445.722000', '172445.724000', '172445.727000', '172445.729000', '172445.732000', '172445.735000', '172445.737000', '172445.740000', '172445.742000', '172445.745000', '172445.748000', '172445.750000', '172445.753000', '172445.755000', '172445.758000', '172445.760000', '172445.763000', '172445.766000', '172445.769000', '172445.771000', '172445.774000', '172505.658000', '172505.661000', '172505.664000', '172505.666000', '172505.669000', '172505.672000', '172505.674000', '172505.677000', '172505.680000', '172505.682000', '172505.685000', '172505.688000', '172505.690000', '172505.693000', '172505.696000', '172505.698000', '172505.701000', '172505.704000', '172505.706000', '172505.709000', '172505.712000', '172505.714000', '172505.717000', '172505.720000', '172505.722000', '172505.725000', '172505.727000', '172505.730000', '172505.733000', '172505.735000', '172505.738000', '172505.740000', '172505.743000', '172505.745000', '172505.748000', '172505.751000', '172505.753000', '172505.756000', '172505.759000', '172505.761000', '172505.764000', '172505.766000', '172505.769000', '172525.659000', '172525.662000', '172525.664000', '172525.667000', '172525.670000', '172525.673000', '172525.675000', '172525.678000', '172525.680000', '172525.683000', '172525.686000', '172525.688000', '172525.691000', '172525.694000', '172525.696000', '172525.699000', '172525.701000', '172525.704000', '172525.706000', '172525.709000', '172525.712000', '172525.714000', '172525.717000', '172525.719000', '172525.722000', '172525.724000', '172525.727000', '172525.730000', '172525.732000', '172525.735000', '172525.737000', '172525.740000', '172525.743000', '172525.745000', '172525.748000', '172525.750000', '172525.753000', '172525.756000', '172525.758000', '172525.761000', '172525.763000', '172525.766000', '172525.768000', '172525.771000', '172545.658000', '172545.661000', '172545.664000', '172545.666000', '172545.669000', '172545.672000', '172545.674000', '172545.677000', '172545.679000', '172545.682000', '172545.685000', '172545.687000', '172545.690000', '172545.692000', '172545.695000', '172545.698000', '172545.700000', '172545.703000', '172545.705000', '172545.708000', '172545.711000', '172545.713000', '172545.716000', '172545.718000', '172545.721000', '172545.724000', '172545.726000', '172545.729000', '172545.731000', '172545.735000', '172545.738000', '172545.741000', '172545.743000', '172545.746000', '172545.748000', '172545.751000', '172545.754000', '172545.757000', '172545.759000', '172545.762000', '172545.765000', '172545.767000', '172545.770000', '172605.658000', '172605.660000', '172605.663000', '172605.666000', '172605.668000', '172605.671000', '172605.673000', '172605.676000', '172605.679000', '172605.681000', '172605.684000', '172605.686000', '172605.689000', '172605.692000', '172605.694000', '172605.697000', '172605.700000', '172605.702000', '172605.705000', '172605.708000', '172605.710000', '172605.713000', '172605.716000', '172605.718000', '172605.721000', '172605.723000', '172605.726000', '172605.729000', '172605.731000', '172605.734000', '172605.736000', '172605.739000', '172605.741000', '172605.744000', '172605.747000', '172605.749000', '172605.752000', '172605.755000', '172605.757000', '172605.760000', '172605.762000', '172605.765000', '172605.767000', '172605.770000', '172625.657000', '172625.660000', '172625.663000', '172625.665000', '172625.668000', '172625.671000', '172625.702000', '172625.705000', '172625.708000', '172625.710000', '172625.713000', '172625.715000', '172625.718000', '172625.720000', '172625.723000', '172625.726000', '172625.728000', '172625.731000', '172625.733000', '172625.736000', '172625.739000', '172625.741000', '172625.744000', '172625.746000', '172625.749000', '172625.752000', '172625.754000', '172625.757000', '172625.759000', '172625.762000', '172625.765000', '172625.767000', '172625.770000', '172625.772000', '172625.775000', '172625.778000', '172625.780000', '172625.783000', '172625.785000', '172625.788000', '172625.790000', '172625.793000', '172625.796000', '172645.659000', '172645.661000', '172645.664000', '172645.667000', '172645.669000', '172645.672000', '172645.675000', '172645.677000', '172645.680000', '172645.682000', '172645.685000', '172645.687000', '172645.690000', '172645.693000', '172645.695000', '172645.698000', '172645.701000', '172645.703000', '172645.706000', '172645.708000', '172645.711000', '172645.714000', '172645.716000', '172645.719000', '172645.721000', '172645.724000', '172645.727000', '172645.729000', '172645.732000', '172645.734000', '172645.737000', '172645.740000', '172645.742000', '172645.745000', '172645.748000', '172645.751000', '172645.753000', '172645.756000', '172645.758000', '172645.761000', '172645.763000', '172645.766000', '172645.769000', '172645.771000', '172705.659000', '172705.661000', '172705.664000', '172705.667000', '172705.669000', '172705.672000', '172705.674000', '172705.677000', '172705.680000', '172705.682000', '172705.685000', '172705.687000', '172705.690000', '172705.693000', '172705.695000', '172705.698000', '172705.701000', '172705.703000', '172705.706000', '172705.708000', '172705.711000', '172705.713000', '172705.716000', '172705.719000', '172705.721000', '172705.724000', '172705.726000', '172705.729000', '172705.731000', '172705.734000', '172705.737000', '172705.739000', '172705.742000', '172705.744000', '172705.747000', '172705.749000', '172705.752000', '172705.755000', '172705.757000', '172705.760000', '172705.763000', '172705.765000', '172705.768000', '172725.658000', '172725.661000', '172725.664000', '172725.667000', '172725.669000', '172725.672000', '172725.674000', '172725.677000', '172725.680000', '172725.682000', '172725.685000', '172725.688000', '172725.690000', '172725.693000', '172725.696000', '172725.698000', '172725.701000', '172725.703000', '172725.706000', '172725.709000', '172725.711000', '172725.714000', '172725.716000', '172725.719000', '172725.722000', '172725.724000', '172725.727000', '172725.729000', '172725.732000', '172725.735000', '172725.737000', '172725.740000', '172725.743000', '172725.745000', '172725.748000', '172725.751000', '172725.753000', '172725.756000', '172725.759000', '172725.761000', '172725.764000', '172725.766000', '172725.769000', '172725.772000', '172745.659000', '172745.661000', '172745.672000', '172745.674000', '172745.677000', '172745.680000', '172745.682000', '172745.685000', '172745.687000', '172745.690000', '172745.693000', '172745.695000', '172745.698000', '172745.700000', '172745.703000', '172745.705000', '172745.708000', '172745.711000', '172745.713000', '172745.716000', '172745.719000', '172745.721000', '172745.724000', '172745.726000', '172745.729000', '172745.731000', '172745.734000', '172745.737000', '172745.739000', '172745.742000', '172745.744000', '172745.747000', '172745.751000', '172745.754000', '172745.756000', '172745.759000', '172745.762000', '172745.765000', '172745.767000', '172745.770000', '172745.772000', '172745.775000', '172745.777000', '172805.659000', '172805.661000', '172805.664000', '172805.667000', '172805.669000', '172805.672000', '172805.675000', '172805.677000', '172805.680000', '172805.682000', '172805.685000', '172805.687000', '172805.690000', '172805.693000', '172805.695000', '172805.698000', '172805.701000', '172805.703000', '172805.706000', '172805.708000', '172805.711000', '172805.714000', '172805.716000', '172805.719000', '172805.727000', '172805.730000', '172805.732000', '172805.735000', '172805.738000', '172805.740000', '172805.743000', '172805.745000', '172805.756000', '172805.758000', '172805.761000', '172805.764000', '172805.766000', '172805.769000', '172805.771000', '172805.774000', '172805.776000', '172805.779000', '172805.781000', '172805.784000', '172825.658000', '172825.661000', '172825.663000', '172825.666000', '172825.669000', '172825.671000', '172825.674000', '172825.676000', '172825.679000', '172825.682000', '172825.684000', '172825.687000', '172825.689000', '172825.692000', '172825.694000', '172825.697000', '172825.700000', '172825.702000', '172825.705000', '172825.707000', '172825.710000', '172825.713000', '172825.715000', '172825.718000', '172825.720000', '172825.723000', '172825.726000', '172825.728000', '172825.731000', '172825.733000', '172825.736000', '172825.739000', '172825.741000', '172825.744000', '172825.746000', '172825.749000', '172825.753000', '172825.755000', '172825.758000', '172825.761000', '172825.764000', '172825.766000', '172825.769000', '172828.560000', '172828.563000', '172828.566000', '172828.568000', '172828.571000', '172828.574000', '172828.577000'], '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': [8759, 8547, 8245, 8460, 8215, 8020, 7652, 8168, 7791, 8153, 8270, 8020, 8077, 7573, 7965, 7405, 8055, 7380, 7828, 7450, 7888, 7604, 7890, 7231, 8048, 7605, 8047, 7888, 10906, 7651, 11296, 7862, 9989, 8177, 11225, 8706, 12401, 8374, 11665, 8340, 12493, 8506, 10019, 8356, 7590, 8324, 7463, 7848, 8155, 7583, 8155, 7453, 7579, 8177, 7795, 9343, 9290, 7724, 10407, 7943, 13962, 9988, 13880, 9409, 11047, 7366, 8219, 7522, 8221, 7995, 8190, 7440, 8003, 7511, 7747, 7669, 7510, 7853, 7393, 7853, 7534, 8561, 8229, 11087, 9284, 8316, 11027, 7942, 13431, 9913, 13115, 10078, 10433, 7304, 8487, 7699, 8501, 7610, 11935, 8084, 9047, 8251, 8029, 7880, 10026, 8026, 10395, 8189, 11344, 8026, 8894, 8099, 8308, 7662, 8534, 7506, 8408, 7776, 8478, 7574, 8456, 8013, 8302, 7403, 7992, 9472, 8039, 8309, 8184, 7381, 7983, 8773, 7476, 8271, 9296, 8457, 8196, 8238, 9016, 8207, 9017, 8209, 7409, 7673, 8224, 7485, 8253, 8748, 8028, 7871, 8050, 7298, 8302, 7914, 8003, 9344, 7737, 8292, 8516, 8194, 7424, 8003, 7381, 8139, 10972, 7949, 10224, 8304, 8154, 8430, 7839, 8003, 8735, 7687, 8336, 7975, 8391, 10712, 8363, 8551, 7537, 8281, 7597, 8374, 7254, 8309, 7705, 7967, 7930, 7713, 8487, 8602, 8404, 7499, 8345, 9679, 8129, 8272, 7988, 8286, 7584, 8580, 9218, 8505, 11626, 8252, 7719, 7808, 8350, 7790, 8421, 9460, 8253, 7711, 7894, 7632, 7481, 8561, 7628, 8526, 10379, 8561, 9478, 8276, 8397, 7750, 8680, 7565, 8336, 7728, 8654, 7883, 8524, 11709, 8542, 10334, 8230, 7984, 8091, 8516, 7499, 8194, 8577, 8333, 9109, 8214, 7926, 7789, 8602, 7466, 8341, 7733, 8556, 7613, 8284, 8467, 8144, 7910, 7683, 8498, 7458, 8171, 11094, 8277, 9543, 7687, 8490, 8045, 8470, 10282, 8207, 8788, 7847, 8636, 7259, 8572, 9241, 8191, 8290, 7763, 8323, 7387, 8597, 8836, 8102, 8078, 7702, 8510, 7352, 7449, 7464, 7366, 7617, 7454, 7674, 9239, 11231, 9442, 13672, 8172, 9863, 7850, 8545, 12145, 8421, 11766, 8420, 9517, 7786, 8483, 7765, 8351, 10607, 8002, 7905, 7790, 8292, 7298, 8104, 7953, 8526, 7659, 8240, 7971, 8040, 8096, 8018, 8684, 7734, 8297, 7411, 8368, 10402, 8686, 10925, 8153, 8322, 7951, 7470, 7760, 8514, 7503, 8480, 9151, 8448, 13875, 8425, 10584, 8166, 7829, 7763, 8335, 7511, 8360, 7498, 8196, 7501, 8258, 8276, 8052, 8319, 7431, 8329, 8285, 8117, 7558, 8197, 7855, 8032, 8759, 8142, 8294, 7706, 7711, 7357, 8260, 7356, 8317, 10484, 8700, 9259, 7990, 9101, 8197, 9116, 8342, 8708, 8346, 8816, 8097, 8083, 8318, 10711, 8253, 11020, 8624, 10280, 7699, 8408, 7570, 8287, 14196, 8575, 9131, 8620, 8773, 8265, 8865, 7935, 8823, 7708, 8624, 7179, 7988, 7978, 8129, 7844, 7955, 8224, 7368, 8247, 7715, 8309, 10391, 8082, 8811, 7794, 7317, 7517, 8176, 7555, 8284, 9051, 8249, 8368, 8177, 8197, 7986, 8172, 8025, 7597, 8058, 7772, 8251, 7614, 8178, 12420, 8109, 9994, 9405, 8356, 7699, 8359, 7509, 8511, 11314, 8363, 8121, 7973, 7634, 7597, 8331, 7452, 8330, 9668, 8174, 9086, 8178, 8091, 7975, 8543, 7443, 8355, 8089, 8280, 10474, 8062, 8970, 7924, 8231, 7908, 7513, 7648, 8594, 7525, 8461, 10943, 8297, 9443, 7750, 8492, 7781, 8280, 9841, 8188, 8135, 7602, 8629, 7304, 8335, 8083, 8137, 7284, 8325, 7515, 8113, 10346, 8387, 9838, 8360, 7693, 7590, 8445, 13408, 8605, 13800, 9663, 8062, 7904, 8459, 7494, 8619, 7483, 8148, 8301, 8141, 7610, 8033, 8807, 7639, 8326, 9949, 8242, 9081, 8144, 8019, 7486, 8289, 10390, 8217, 9649, 8030, 7613, 8178, 7798, 7784, 8558, 7686, 8504, 7887, 8311, 10258, 8288, 8798, 7850, 8255, 7690, 7707, 7561, 8322, 7586, 8345, 9984, 8775, 10765, 8082, 8357, 7860, 8489, 7708, 8343, 7435, 8255, 9942, 8112, 8299, 7880, 8282, 7339, 8290, 9092, 8486, 8111, 7791, 8389, 7543, 8361, 7365, 8489, 9294, 7944, 8368, 7751, 7686, 7631, 7509, 7643, 8438, 9836, 8705, 10501, 8375, 7553, 8251, 7551, 8199, 8757, 7771, 8768, 7734, 8822, 7759, 8393, 7786, 8609, 14850, 9325, 12710, 8077, 8367, 8023, 8595, 8006, 7468, 8276, 7630, 8039, 8311, 8198, 9411, 8405, 8797, 7735, 8515, 7907, 8253, 14243, 8152, 8311, 7982, 7622, 7746, 8201, 7428, 8262, 7663, 8412, 7744, 8062, 7428, 8255, 8220, 8331, 8939, 8369, 7449, 8174, 7983, 8357, 10003, 8326, 9701, 8276, 7895, 7984, 8412, 7758, 8334, 12958, 8435, 7592, 8709, 7492, 8318, 7677, 8503, 8141, 8746, 8056, 7333, 7992, 8787, 8178, 10928, 9050, 10678, 8118, 7841, 8091, 8597, 7847, 8058, 7953, 7765, 7884, 7556, 8213, 8090, 8251, 7547, 8230, 7552, 8106, 7810, 8189, 7865, 8110, 7340, 8151, 7408, 8012, 9593, 8146, 9486, 8127, 7641, 8103, 7512, 8136, 8782, 8235, 8473, 8147, 7714, 8214, 7557, 8072, 7899, 8076, 8832, 8065, 8198, 7995, 7830, 7880, 8517, 7651, 8615, 9820, 8570, 7576, 8443, 7731, 8308, 9124, 7997, 8713, 7432, 8387, 7363, 8414, 7486, 8133, 7789, 8649, 7712, 8415, 7906, 8376, 7426, 8572, 7619, 8546, 7754, 10878, 7847, 9976, 7606, 8316, 15097, 8109, 12185, 10200, 9293, 8103, 7812, 8126, 8919, 7934, 7484, 7840, 7729, 7919, 8496, 7741, 8491, 9919, 8208, 10672, 8176, 8189, 7852, 8471, 7542, 8235, 7601, 8460, 8225, 8210, 8126, 8054, 7974, 8080, 8014, 7729, 8310, 7572, 8437, 9548, 8481, 8773, 8276, 8368, 7829, 8586, 7954, 8293, 7514, 8515, 7433, 8253, 8904, 8027, 8495, 7652, 8209, 7560, 8493, 9783, 8607, 10971, 8312, 9408, 11744, 8445, 13212, 8690, 10706, 7933, 8585, 7957, 8343, 7618, 8209, 8413, 8018, 7834, 7795, 8435, 7704, 8364, 7897, 8352, 7344, 8664, 9919, 8240, 8677, 7544, 8394, 7590, 8362, 7477, 8191, 8972, 8291, 7881, 8105, 7810, 7744, 8494, 7534, 8367, 10095, 8347, 7663, 8744, 9007, 8495, 9356, 7685, 8587, 7726, 7954, 12009, 8133, 8419, 7677, 8347, 14229, 8352, 10204, 7937, 7952, 7901, 8295, 7409, 8467, 7839, 8295, 7322, 8267, 9146, 7891, 8418, 9271, 8469, 12715, 8318, 9900, 8066, 7837, 8033, 7996, 8077, 8593, 7493, 8231, 7909, 8159, 10686, 8037, 8490, 7849, 8143, 7738, 8252, 7380, 8227, 8770, 8094, 7868, 7985, 7830, 7970, 8135, 7961, 8329, 8034, 7820, 8267, 7763, 8870, 7553, 7741, 7904, 7423, 8930, 13748, 11182, 13290, 7960, 8295, 7915, 8830, 7830, 8602, 7939, 8678, 7777, 7876, 7960, 7950, 8063, 8434, 7948, 8297, 8224, 7516, 8027, 8071, 7952, 8700, 7903, 9659, 7829, 8507, 7762, 8496, 10382, 8807, 9963, 8037, 8078, 7883, 7607, 7957, 8083, 7957, 7879, 8110, 7795, 7981, 7908, 7926, 8772, 7767, 8418, 11066, 8891, 9935, 7916, 8982, 7973, 8069, 8041, 7791, 8007, 7636, 7969, 7621, 8268, 8334, 8472, 9910, 8061, 9469, 8570, 10417, 10927, 8885, 15359, 9032, 12259, 8038, 8152, 7748, 8554, 8146, 8338, 7723, 8395, 7234, 8322, 9210, 8370, 8462, 8429, 8324, 7853, 8640, 7730, 8430, 9889, 8903, 11190, 7914, 8309, 7699, 8568, 12121, 8836, 8777, 8078, 8221, 7949, 8691, 7549, 8510, 7761, 8562, 7633, 8509, 9823, 8893, 9866, 8571, 8799, 8522, 9585, 8914, 10112, 8126, 8896, 14029, 8853, 11547, 8496, 8844, 8358, 8296, 7851, 8643, 11552, 8587, 12797, 8862, 8401, 8177, 7988, 7884, 7692, 7826, 8485, 7822, 8275, 7952, 8653, 10792, 8755, 7440, 8827, 8268, 8166, 8033, 7882, 8492, 7574, 8283, 7561, 8606, 7214, 8735, 9618, 8363, 8425, 8148, 7303, 8777, 7582, 8636, 10314, 8750, 9648, 7840, 8421, 8019, 8565, 7554, 8454, 11369, 8290, 8314, 8018, 7961, 8061, 8130, 7608, 8537, 7688, 8740, 8574, 8587, 8143, 8110, 8368, 7694, 8394, 7298, 8534, 8074, 8690, 8383, 7872, 8036, 8371, 7647, 7916, 8091, 7843, 8627, 8325, 8710, 7957, 8510, 7718, 8679, 10219, 7954, 8487, 8090, 8257, 7930, 8412, 7864, 8470, 9063, 8468, 8417, 8708, 7555, 8188, 7379, 8488, 11170, 8077, 8997, 8550, 8193, 7494, 8444, 11482, 8039, 8256, 7820, 8415, 10597, 8212, 9031, 7719, 8506, 7396, 8274, 8038, 8354, 7418, 8451, 7615, 8219, 8752, 7805, 8777, 7814, 8360, 7602, 8560, 10241, 8652, 12287, 8508, 8619, 8089, 8386, 7611, 8258, 11305, 8721, 11285, 8939, 8057, 8174, 8347, 7682, 8374, 12744, 8638, 9852, 8246, 8087, 7855, 8466, 7839, 8503, 11082, 8006, 8152, 7641, 8298, 7747, 8518, 8802, 7740, 8189, 7562, 8125, 7766, 8244, 9531, 8526, 8704, 8218, 8376, 8159, 8163, 7744, 8485, 11004, 8583, 12850, 8615, 9326, 8200, 8165, 8257, 8505, 7759, 8407, 7514, 8710, 8673, 7700, 8439, 7663, 8417, 7557, 8629, 8830, 8460, 8536, 7936, 8263, 7616, 7972, 9775, 8302, 9426, 7758, 8098], 'WindowCenter': [4424.0, 4410.0, 4396.0, 4383.0, 4370.0, 4369.0, 4358.0, 4369.0, 4358.0, 4369.0, 4379.0, 4369.0, 4368.0, 4356.0, 4358.0, 4359.0, 4368.0, 4356.0, 4370.0, 4357.0, 4370.0, 4358.0, 4380.0, 4371.0, 4383.0, 4382.0, 4384.0, 4382.0, 4413.0, 4372.0, 4413.0, 4373.0, 4401.0, 4381.0, 4400.0, 4381.0, 4409.0, 4370.0, 4399.0, 4369.0, 4408.0, 4369.0, 4377.0, 4367.0, 4358.0, 4368.0, 4357.0, 4368.0, 4369.0, 4358.0, 4369.0, 4358.0, 4372.0, 4381.0, 4371.0, 4391.0, 4392.0, 4371.0, 4402.0, 4372.0, 4421.0, 4389.0, 4410.0, 4366.0, 4386.0, 4345.0, 4356.0, 4345.0, 4366.0, 4355.0, 4356.0, 4346.0, 4357.0, 4360.0, 4368.0, 4371.0, 4361.0, 4383.0, 4373.0, 4384.0, 4386.0, 4406.0, 4408.0, 4426.0, 4407.0, 4385.0, 4415.0, 4373.0, 4424.0, 4391.0, 4411.0, 4378.0, 4388.0, 4347.0, 4368.0, 4358.0, 4369.0, 4357.0, 4397.0, 4358.0, 4367.0, 4369.0, 4357.0, 4370.0, 4388.0, 4370.0, 4388.0, 4370.0, 4387.0, 4357.0, 4367.0, 4356.0, 4356.0, 4345.0, 4366.0, 4345.0, 4356.0, 4346.0, 4367.0, 4345.0, 4368.0, 4356.0, 4368.0, 4346.0, 4369.0, 4378.0, 4368.0, 4368.0, 4368.0, 4357.0, 4369.0, 4379.0, 4360.0, 4370.0, 4377.0, 4368.0, 4357.0, 4367.0, 4366.0, 4369.0, 4367.0, 4367.0, 4347.0, 4356.0, 4367.0, 4348.0, 4369.0, 4367.0, 4368.0, 4358.0, 4369.0, 4359.0, 4382.0, 4370.0, 4381.0, 4393.0, 4370.0, 4370.0, 4370.0, 4369.0, 4359.0, 4370.0, 4358.0, 4371.0, 4400.0, 4369.0, 4388.0, 4369.0, 4357.0, 4368.0, 4358.0, 4369.0, 4380.0, 4357.0, 4368.0, 4356.0, 4367.0, 4377.0, 4356.0, 4366.0, 4345.0, 4356.0, 4344.0, 4355.0, 4345.0, 4367.0, 4357.0, 4369.0, 4368.0, 4370.0, 4379.0, 4368.0, 4369.0, 4347.0, 4369.0, 4378.0, 4370.0, 4368.0, 4357.0, 4357.0, 4357.0, 4379.0, 4377.0, 4368.0, 4398.0, 4357.0, 4346.0, 4357.0, 4365.0, 4356.0, 4367.0, 4377.0, 4368.0, 4356.0, 4368.0, 4359.0, 4359.0, 4379.0, 4358.0, 4379.0, 4388.0, 4379.0, 4378.0, 4369.0, 4368.0, 4359.0, 4368.0, 4357.0, 4367.0, 4357.0, 4368.0, 4357.0, 4379.0, 4397.0, 4368.0, 4376.0, 4368.0, 4356.0, 4357.0, 4368.0, 4358.0, 4368.0, 4366.0, 4358.0, 4365.0, 4356.0, 4356.0, 4357.0, 4367.0, 4346.0, 4366.0, 4346.0, 4367.0, 4357.0, 4367.0, 4367.0, 4369.0, 4358.0, 4358.0, 4368.0, 4347.0, 4369.0, 4398.0, 4370.0, 4378.0, 4357.0, 4368.0, 4356.0, 4367.0, 4376.0, 4368.0, 4367.0, 4356.0, 4367.0, 4346.0, 4368.0, 4377.0, 4370.0, 4367.0, 4358.0, 4368.0, 4357.0, 4379.0, 4377.0, 4370.0, 4367.0, 4359.0, 4368.0, 4359.0, 4359.0, 4361.0, 4361.0, 4373.0, 4372.0, 4374.0, 4393.0, 4402.0, 4390.0, 4408.0, 4368.0, 4377.0, 4357.0, 4368.0, 4385.0, 4357.0, 4386.0, 4356.0, 4365.0, 4345.0, 4366.0, 4345.0, 4355.0, 4374.0, 4355.0, 4345.0, 4346.0, 4355.0, 4346.0, 4355.0, 4344.0, 4366.0, 4345.0, 4367.0, 4356.0, 4358.0, 4357.0, 4358.0, 4368.0, 4357.0, 4368.0, 4346.0, 4368.0, 4386.0, 4367.0, 4386.0, 4357.0, 4355.0, 4356.0, 4344.0, 4347.0, 4366.0, 4345.0, 4366.0, 4365.0, 4355.0, 4405.0, 4356.0, 4374.0, 4356.0, 4344.0, 4346.0, 4357.0, 4345.0, 4356.0, 4344.0, 4356.0, 4347.0, 4368.0, 4367.0, 4368.0, 4369.0, 4358.0, 4369.0, 4367.0, 4368.0, 4358.0, 4370.0, 4368.0, 4371.0, 4379.0, 4371.0, 4370.0, 4360.0, 4359.0, 4361.0, 4370.0, 4359.0, 4382.0, 4389.0, 4380.0, 4378.0, 4360.0, 4368.0, 4369.0, 4368.0, 4370.0, 4367.0, 4370.0, 4367.0, 4360.0, 4357.0, 4371.0, 4399.0, 4369.0, 4388.0, 4368.0, 4378.0, 4346.0, 4358.0, 4357.0, 4358.0, 4405.0, 4365.0, 4364.0, 4367.0, 4367.0, 4366.0, 4367.0, 4357.0, 4366.0, 4356.0, 4366.0, 4335.0, 4368.0, 4355.0, 4369.0, 4356.0, 4358.0, 4368.0, 4348.0, 4369.0, 4358.0, 4369.0, 4390.0, 4370.0, 4368.0, 4358.0, 4348.0, 4348.0, 4368.0, 4357.0, 4369.0, 4378.0, 4369.0, 4368.0, 4380.0, 4370.0, 4371.0, 4370.0, 4370.0, 4370.0, 4372.0, 4360.0, 4381.0, 4360.0, 4381.0, 4410.0, 4360.0, 4378.0, 4366.0, 4357.0, 4346.0, 4357.0, 4345.0, 4367.0, 4386.0, 4367.0, 4356.0, 4356.0, 4345.0, 4346.0, 4357.0, 4347.0, 4369.0, 4377.0, 4367.0, 4366.0, 4357.0, 4355.0, 4357.0, 4369.0, 4358.0, 4368.0, 4356.0, 4368.0, 4386.0, 4356.0, 4366.0, 4358.0, 4356.0, 4356.0, 4346.0, 4357.0, 4369.0, 4358.0, 4381.0, 4399.0, 4368.0, 4378.0, 4359.0, 4380.0, 4357.0, 4370.0, 4378.0, 4368.0, 4358.0, 4360.0, 4379.0, 4359.0, 4381.0, 4369.0, 4371.0, 4360.0, 4381.0, 4359.0, 4371.0, 4390.0, 4370.0, 4389.0, 4369.0, 4357.0, 4358.0, 4369.0, 4407.0, 4368.0, 4406.0, 4366.0, 4345.0, 4355.0, 4356.0, 4345.0, 4368.0, 4346.0, 4357.0, 4366.0, 4357.0, 4358.0, 4368.0, 4378.0, 4356.0, 4370.0, 4377.0, 4358.0, 4366.0, 4357.0, 4357.0, 4346.0, 4369.0, 4387.0, 4357.0, 4375.0, 4358.0, 4345.0, 4367.0, 4356.0, 4358.0, 4378.0, 4357.0, 4368.0, 4357.0, 4368.0, 4387.0, 4368.0, 4369.0, 4356.0, 4356.0, 4357.0, 4347.0, 4358.0, 4370.0, 4359.0, 4370.0, 4379.0, 4369.0, 4387.0, 4358.0, 4357.0, 4358.0, 4368.0, 4345.0, 4356.0, 4346.0, 4368.0, 4378.0, 4369.0, 4368.0, 4358.0, 4358.0, 4346.0, 4369.0, 4367.0, 4368.0, 4357.0, 4358.0, 4367.0, 4347.0, 4368.0, 4347.0, 4369.0, 4377.0, 4369.0, 4369.0, 4359.0, 4358.0, 4359.0, 4360.0, 4370.0, 4383.0, 4391.0, 4382.0, 4390.0, 4370.0, 4359.0, 4370.0, 4359.0, 4381.0, 4382.0, 4358.0, 4370.0, 4359.0, 4368.0, 4358.0, 4369.0, 4357.0, 4380.0, 4417.0, 4378.0, 4396.0, 4357.0, 4356.0, 4357.0, 4367.0, 4357.0, 4346.0, 4368.0, 4357.0, 4359.0, 4368.0, 4369.0, 4378.0, 4358.0, 4366.0, 4346.0, 4367.0, 4356.0, 4368.0, 4406.0, 4347.0, 4355.0, 4356.0, 4345.0, 4347.0, 4357.0, 4347.0, 4368.0, 4345.0, 4368.0, 4357.0, 4369.0, 4348.0, 4369.0, 4369.0, 4381.0, 4379.0, 4381.0, 4360.0, 4382.0, 4370.0, 4382.0, 4391.0, 4371.0, 4379.0, 4370.0, 4358.0, 4360.0, 4370.0, 4358.0, 4369.0, 4398.0, 4358.0, 4347.0, 4369.0, 4347.0, 4368.0, 4358.0, 4369.0, 4358.0, 4368.0, 4359.0, 4359.0, 4370.0, 4380.0, 4370.0, 4399.0, 4379.0, 4388.0, 4358.0, 4357.0, 4358.0, 4367.0, 4357.0, 4356.0, 4358.0, 4346.0, 4357.0, 4348.0, 4368.0, 4357.0, 4368.0, 4357.0, 4368.0, 4357.0, 4359.0, 4358.0, 4369.0, 4358.0, 4358.0, 4348.0, 4358.0, 4347.0, 4369.0, 4378.0, 4371.0, 4378.0, 4359.0, 4346.0, 4359.0, 4347.0, 4358.0, 4368.0, 4369.0, 4356.0, 4358.0, 4346.0, 4367.0, 4347.0, 4358.0, 4358.0, 4359.0, 4368.0, 4357.0, 4356.0, 4357.0, 4347.0, 4357.0, 4367.0, 4358.0, 4369.0, 4376.0, 4367.0, 4346.0, 4368.0, 4347.0, 4368.0, 4378.0, 4360.0, 4367.0, 4348.0, 4368.0, 4348.0, 4369.0, 4360.0, 4370.0, 4371.0, 4382.0, 4372.0, 4382.0, 4370.0, 4372.0, 4360.0, 4381.0, 4361.0, 4383.0, 4360.0, 4401.0, 4358.0, 4390.0, 4358.0, 4370.0, 4419.0, 4360.0, 4397.0, 4378.0, 4366.0, 4357.0, 4347.0, 4359.0, 4367.0, 4357.0, 4347.0, 4359.0, 4357.0, 4358.0, 4369.0, 4358.0, 4368.0, 4376.0, 4357.0, 4375.0, 4356.0, 4356.0, 4357.0, 4357.0, 4347.0, 4357.0, 4345.0, 4357.0, 4355.0, 4357.0, 4357.0, 4358.0, 4356.0, 4357.0, 4356.0, 4347.0, 4368.0, 4358.0, 4369.0, 4378.0, 4368.0, 4357.0, 4368.0, 4368.0, 4358.0, 4369.0, 4357.0, 4368.0, 4347.0, 4369.0, 4347.0, 4369.0, 4381.0, 4370.0, 4379.0, 4360.0, 4371.0, 4360.0, 4383.0, 4390.0, 4381.0, 4400.0, 4370.0, 4370.0, 4388.0, 4358.0, 4396.0, 4368.0, 4375.0, 4358.0, 4366.0, 4345.0, 4356.0, 4344.0, 4358.0, 4355.0, 4357.0, 4347.0, 4359.0, 4358.0, 4346.0, 4356.0, 4345.0, 4357.0, 4346.0, 4369.0, 4378.0, 4369.0, 4368.0, 4346.0, 4357.0, 4345.0, 4366.0, 4347.0, 4369.0, 4368.0, 4368.0, 4357.0, 4358.0, 4357.0, 4359.0, 4379.0, 4359.0, 4371.0, 4388.0, 4359.0, 4358.0, 4369.0, 4367.0, 4369.0, 4378.0, 4359.0, 4369.0, 4346.0, 4357.0, 4395.0, 4357.0, 4358.0, 4357.0, 4370.0, 4407.0, 4357.0, 4376.0, 4357.0, 4346.0, 4356.0, 4357.0, 4347.0, 4368.0, 4345.0, 4358.0, 4347.0, 4368.0, 4378.0, 4358.0, 4368.0, 4367.0, 4357.0, 4397.0, 4357.0, 4376.0, 4358.0, 4346.0, 4358.0, 4358.0, 4370.0, 4369.0, 4348.0, 4369.0, 4359.0, 4359.0, 4379.0, 4358.0, 4357.0, 4346.0, 4357.0, 4346.0, 4368.0, 4347.0, 4368.0, 4368.0, 4368.0, 4357.0, 4359.0, 4357.0, 4369.0, 4358.0, 4370.0, 4370.0, 4372.0, 4359.0, 4371.0, 4359.0, 4381.0, 4361.0, 4372.0, 4385.0, 4363.0, 4395.0, 4424.0, 4402.0, 4410.0, 4359.0, 4358.0, 4357.0, 4368.0, 4347.0, 4357.0, 4346.0, 4355.0, 4346.0, 4357.0, 4357.0, 4358.0, 4359.0, 4358.0, 4359.0, 4368.0, 4370.0, 4349.0, 4360.0, 4359.0, 4370.0, 4369.0, 4359.0, 4378.0, 4347.0, 4368.0, 4346.0, 4369.0, 4388.0, 4368.0, 4376.0, 4357.0, 4346.0, 4357.0, 4345.0, 4358.0, 4358.0, 4370.0, 4359.0, 4370.0, 4360.0, 4370.0, 4370.0, 4372.0, 4383.0, 4361.0, 4372.0, 4399.0, 4380.0, 4380.0, 4370.0, 4380.0, 4370.0, 4369.0, 4359.0, 4359.0, 4371.0, 4360.0, 4372.0, 4371.0, 4383.0, 4371.0, 4372.0, 4390.0, 4371.0, 4390.0, 4380.0, 4402.0, 4389.0, 4369.0, 4417.0, 4368.0, 4396.0, 4357.0, 4356.0, 4347.0, 4368.0, 4356.0, 4358.0, 4346.0, 4368.0, 4347.0, 4369.0, 4378.0, 4369.0, 4358.0, 4369.0, 4368.0, 4359.0, 4368.0, 4359.0, 4369.0, 4377.0, 4368.0, 4388.0, 4357.0, 4357.0, 4347.0, 4367.0, 4386.0, 4366.0, 4356.0, 4357.0, 4356.0, 4358.0, 4368.0, 4358.0, 4370.0, 4358.0, 4370.0, 4359.0, 4382.0, 4391.0, 4392.0, 4391.0, 4382.0, 4369.0, 4382.0, 4390.0, 4381.0, 4391.0, 4360.0, 4369.0, 4407.0, 4367.0, 4386.0, 4366.0, 4367.0, 4369.0, 4368.0, 4358.0, 4368.0, 4388.0, 4357.0, 4395.0, 4366.0, 4355.0, 4357.0, 4356.0, 4357.0, 4346.0, 4347.0, 4367.0, 4358.0, 4369.0, 4358.0, 4369.0, 4388.0, 4367.0, 4346.0, 4368.0, 4357.0, 4357.0, 4359.0, 4358.0, 4368.0, 4346.0, 4357.0, 4346.0, 4368.0, 4346.0, 4368.0, 4379.0, 4369.0, 4357.0, 4358.0, 4347.0, 4379.0, 4358.0, 4381.0, 4390.0, 4381.0, 4379.0, 4358.0, 4357.0, 4357.0, 4368.0, 4347.0, 4369.0, 4398.0, 4368.0, 4357.0, 4357.0, 4356.0, 4358.0, 4368.0, 4359.0, 4379.0, 4358.0, 4368.0, 4367.0, 4369.0, 4358.0, 4359.0, 4368.0, 4346.0, 4359.0, 4337.0, 4368.0, 4346.0, 4368.0, 4368.0, 4371.0, 4357.0, 4370.0, 4359.0, 4370.0, 4369.0, 4371.0, 4380.0, 4370.0, 4369.0, 4358.0, 4369.0, 4358.0, 4380.0, 4389.0, 4360.0, 4368.0, 4358.0, 4369.0, 4358.0, 4369.0, 4358.0, 4369.0, 4379.0, 4371.0, 4368.0, 4369.0, 4359.0, 4371.0, 4361.0, 4383.0, 4402.0, 4373.0, 4382.0, 4369.0, 4359.0, 4348.0, 4369.0, 4398.0, 4358.0, 4369.0, 4347.0, 4358.0, 4376.0, 4359.0, 4366.0, 4347.0, 4367.0, 4348.0, 4369.0, 4357.0, 4358.0, 4347.0, 4369.0, 4359.0, 4372.0, 4381.0, 4372.0, 4380.0, 4360.0, 4370.0, 4360.0, 4383.0, 4390.0, 4382.0, 4411.0, 4370.0, 4369.0, 4358.0, 4359.0, 4348.0, 4370.0, 4398.0, 4369.0, 4387.0, 4368.0, 4357.0, 4358.0, 4368.0, 4347.0, 4369.0, 4408.0, 4367.0, 4376.0, 4357.0, 4356.0, 4357.0, 4368.0, 4347.0, 4367.0, 4386.0, 4356.0, 4345.0, 4346.0, 4357.0, 4345.0, 4367.0, 4365.0, 4347.0, 4356.0, 4347.0, 4357.0, 4348.0, 4370.0, 4377.0, 4368.0, 4367.0, 4359.0, 4358.0, 4358.0, 4369.0, 4360.0, 4370.0, 4388.0, 4358.0, 4395.0, 4357.0, 4366.0, 4357.0, 4357.0, 4356.0, 4357.0, 4345.0, 4356.0, 4346.0, 4368.0, 4368.0, 4359.0, 4371.0, 4357.0, 4369.0, 4358.0, 4380.0, 4379.0, 4371.0, 4371.0, 4361.0, 4370.0, 4360.0, 4372.0, 4390.0, 4371.0, 4381.0, 4361.0, 4360.0], 'WindowWidth': [9759.0, 9728.0, 9701.0, 9675.0, 9652.0, 9648.0, 9629.0, 9646.0, 9630.0, 9649.0, 9662.0, 9648.0, 9644.0, 9622.0, 9629.0, 9630.0, 9645.0, 9626.0, 9649.0, 9629.0, 9649.0, 9631.0, 9665.0, 9654.0, 9674.0, 9672.0, 9679.0, 9671.0, 9714.0, 9656.0, 9711.0, 9659.0, 9693.0, 9667.0, 9691.0, 9667.0, 9699.0, 9648.0, 9685.0, 9647.0, 9696.0, 9644.0, 9651.0, 9640.0, 9629.0, 9641.0, 9628.0, 9642.0, 9645.0, 9629.0, 9646.0, 9631.0, 9658.0, 9668.0, 9653.0, 9681.0, 9683.0, 9654.0, 9696.0, 9655.0, 9722.0, 9673.0, 9700.0, 9634.0, 9661.0, 9605.0, 9619.0, 9605.0, 9635.0, 9617.0, 9621.0, 9607.0, 9626.0, 9635.0, 9645.0, 9651.0, 9638.0, 9674.0, 9660.0, 9677.0, 9684.0, 9712.0, 9717.0, 9737.0, 9714.0, 9677.0, 9717.0, 9659.0, 9729.0, 9678.0, 9705.0, 9655.0, 9667.0, 9611.0, 9640.0, 9629.0, 9645.0, 9625.0, 9680.0, 9626.0, 9639.0, 9644.0, 9627.0, 9648.0, 9670.0, 9647.0, 9668.0, 9647.0, 9666.0, 9625.0, 9640.0, 9623.0, 9620.0, 9605.0, 9633.0, 9605.0, 9621.0, 9608.0, 9639.0, 9606.0, 9640.0, 9621.0, 9641.0, 9610.0, 9645.0, 9656.0, 9644.0, 9642.0, 9643.0, 9625.0, 9646.0, 9659.0, 9635.0, 9648.0, 9652.0, 9640.0, 9624.0, 9639.0, 9637.0, 9645.0, 9641.0, 9640.0, 9611.0, 9623.0, 9640.0, 9614.0, 9646.0, 9640.0, 9643.0, 9628.0, 9647.0, 9634.0, 9669.0, 9651.0, 9668.0, 9685.0, 9650.0, 9650.0, 9649.0, 9645.0, 9631.0, 9648.0, 9630.0, 9650.0, 9689.0, 9646.0, 9667.0, 9644.0, 9627.0, 9642.0, 9630.0, 9648.0, 9663.0, 9627.0, 9641.0, 9621.0, 9639.0, 9651.0, 9623.0, 9635.0, 9606.0, 9622.0, 9603.0, 9620.0, 9607.0, 9640.0, 9628.0, 9646.0, 9645.0, 9649.0, 9659.0, 9641.0, 9644.0, 9611.0, 9645.0, 9656.0, 9649.0, 9642.0, 9626.0, 9624.0, 9625.0, 9659.0, 9654.0, 9641.0, 9682.0, 9625.0, 9608.0, 9626.0, 9636.0, 9622.0, 9639.0, 9654.0, 9641.0, 9625.0, 9642.0, 9632.0, 9633.0, 9659.0, 9631.0, 9661.0, 9670.0, 9659.0, 9656.0, 9646.0, 9645.0, 9634.0, 9644.0, 9625.0, 9641.0, 9624.0, 9643.0, 9625.0, 9661.0, 9681.0, 9641.0, 9651.0, 9640.0, 9624.0, 9626.0, 9642.0, 9629.0, 9641.0, 9635.0, 9626.0, 9634.0, 9623.0, 9622.0, 9626.0, 9640.0, 9609.0, 9637.0, 9608.0, 9641.0, 9624.0, 9640.0, 9640.0, 9646.0, 9629.0, 9629.0, 9643.0, 9612.0, 9647.0, 9686.0, 9648.0, 9656.0, 9625.0, 9642.0, 9622.0, 9640.0, 9651.0, 9644.0, 9639.0, 9623.0, 9637.0, 9609.0, 9643.0, 9653.0, 9649.0, 9641.0, 9628.0, 9641.0, 9627.0, 9658.0, 9655.0, 9648.0, 9642.0, 9633.0, 9643.0, 9632.0, 9634.0, 9640.0, 9639.0, 9659.0, 9657.0, 9662.0, 9689.0, 9696.0, 9676.0, 9698.0, 9642.0, 9652.0, 9626.0, 9641.0, 9659.0, 9625.0, 9660.0, 9622.0, 9632.0, 9606.0, 9635.0, 9608.0, 9620.0, 9642.0, 9618.0, 9606.0, 9606.0, 9618.0, 9607.0, 9622.0, 9604.0, 9635.0, 9606.0, 9638.0, 9623.0, 9630.0, 9626.0, 9629.0, 9642.0, 9627.0, 9642.0, 9611.0, 9642.0, 9664.0, 9638.0, 9663.0, 9626.0, 9621.0, 9622.0, 9603.0, 9610.0, 9634.0, 9606.0, 9637.0, 9632.0, 9619.0, 9688.0, 9621.0, 9643.0, 9621.0, 9605.0, 9609.0, 9625.0, 9608.0, 9622.0, 9604.0, 9623.0, 9611.0, 9643.0, 9641.0, 9645.0, 9647.0, 9630.0, 9646.0, 9641.0, 9644.0, 9629.0, 9649.0, 9645.0, 9652.0, 9663.0, 9653.0, 9650.0, 9636.0, 9634.0, 9638.0, 9650.0, 9634.0, 9669.0, 9674.0, 9663.0, 9656.0, 9635.0, 9642.0, 9645.0, 9644.0, 9648.0, 9640.0, 9647.0, 9641.0, 9635.0, 9628.0, 9653.0, 9687.0, 9648.0, 9669.0, 9643.0, 9654.0, 9610.0, 9626.0, 9625.0, 9627.0, 9689.0, 9632.0, 9630.0, 9638.0, 9637.0, 9637.0, 9639.0, 9626.0, 9635.0, 9621.0, 9636.0, 9593.0, 9642.0, 9623.0, 9646.0, 9625.0, 9629.0, 9641.0, 9616.0, 9647.0, 9630.0, 9647.0, 9676.0, 9648.0, 9641.0, 9627.0, 9613.0, 9616.0, 9643.0, 9628.0, 9648.0, 9657.0, 9648.0, 9645.0, 9665.0, 9652.0, 9654.0, 9650.0, 9651.0, 9649.0, 9656.0, 9636.0, 9667.0, 9636.0, 9667.0, 9706.0, 9636.0, 9656.0, 9636.0, 9624.0, 9607.0, 9627.0, 9607.0, 9639.0, 9666.0, 9638.0, 9623.0, 9623.0, 9605.0, 9610.0, 9625.0, 9613.0, 9646.0, 9653.0, 9639.0, 9635.0, 9625.0, 9622.0, 9627.0, 9646.0, 9630.0, 9643.0, 9624.0, 9641.0, 9663.0, 9623.0, 9638.0, 9630.0, 9624.0, 9624.0, 9609.0, 9627.0, 9645.0, 9629.0, 9669.0, 9686.0, 9643.0, 9656.0, 9631.0, 9661.0, 9627.0, 9649.0, 9656.0, 9644.0, 9628.0, 9635.0, 9661.0, 9633.0, 9665.0, 9645.0, 9653.0, 9635.0, 9665.0, 9635.0, 9651.0, 9679.0, 9651.0, 9673.0, 9646.0, 9627.0, 9627.0, 9645.0, 9691.0, 9641.0, 9692.0, 9635.0, 9604.0, 9620.0, 9623.0, 9606.0, 9640.0, 9612.0, 9628.0, 9637.0, 9627.0, 9628.0, 9644.0, 9656.0, 9625.0, 9648.0, 9651.0, 9627.0, 9635.0, 9626.0, 9625.0, 9609.0, 9643.0, 9665.0, 9625.0, 9647.0, 9626.0, 9607.0, 9638.0, 9624.0, 9629.0, 9656.0, 9626.0, 9642.0, 9625.0, 9642.0, 9668.0, 9643.0, 9645.0, 9624.0, 9622.0, 9626.0, 9611.0, 9629.0, 9650.0, 9633.0, 9649.0, 9659.0, 9645.0, 9667.0, 9627.0, 9626.0, 9628.0, 9640.0, 9606.0, 9622.0, 9608.0, 9643.0, 9656.0, 9645.0, 9642.0, 9628.0, 9627.0, 9609.0, 9646.0, 9640.0, 9641.0, 9628.0, 9628.0, 9640.0, 9612.0, 9642.0, 9614.0, 9646.0, 9655.0, 9647.0, 9646.0, 9631.0, 9629.0, 9633.0, 9635.0, 9651.0, 9674.0, 9679.0, 9669.0, 9675.0, 9648.0, 9631.0, 9651.0, 9635.0, 9667.0, 9670.0, 9632.0, 9649.0, 9631.0, 9641.0, 9628.0, 9646.0, 9627.0, 9662.0, 9709.0, 9653.0, 9677.0, 9625.0, 9621.0, 9626.0, 9637.0, 9625.0, 9610.0, 9642.0, 9627.0, 9633.0, 9643.0, 9647.0, 9654.0, 9628.0, 9636.0, 9609.0, 9640.0, 9621.0, 9641.0, 9689.0, 9609.0, 9618.0, 9621.0, 9607.0, 9611.0, 9626.0, 9613.0, 9642.0, 9606.0, 9641.0, 9625.0, 9645.0, 9615.0, 9648.0, 9648.0, 9665.0, 9661.0, 9667.0, 9636.0, 9667.0, 9650.0, 9670.0, 9679.0, 9651.0, 9657.0, 9646.0, 9628.0, 9634.0, 9646.0, 9629.0, 9645.0, 9680.0, 9627.0, 9610.0, 9642.0, 9611.0, 9642.0, 9629.0, 9645.0, 9627.0, 9642.0, 9631.0, 9632.0, 9650.0, 9663.0, 9650.0, 9686.0, 9659.0, 9668.0, 9627.0, 9624.0, 9629.0, 9639.0, 9625.0, 9622.0, 9625.0, 9610.0, 9626.0, 9613.0, 9643.0, 9625.0, 9641.0, 9624.0, 9642.0, 9626.0, 9630.0, 9631.0, 9647.0, 9627.0, 9627.0, 9614.0, 9629.0, 9613.0, 9647.0, 9658.0, 9651.0, 9654.0, 9629.0, 9608.0, 9628.0, 9612.0, 9629.0, 9642.0, 9646.0, 9624.0, 9629.0, 9610.0, 9639.0, 9612.0, 9630.0, 9627.0, 9632.0, 9643.0, 9626.0, 9623.0, 9625.0, 9612.0, 9626.0, 9641.0, 9628.0, 9647.0, 9650.0, 9639.0, 9609.0, 9642.0, 9611.0, 9644.0, 9657.0, 9636.0, 9640.0, 9616.0, 9641.0, 9615.0, 9644.0, 9636.0, 9649.0, 9654.0, 9671.0, 9656.0, 9668.0, 9648.0, 9653.0, 9634.0, 9663.0, 9638.0, 9670.0, 9635.0, 9692.0, 9628.0, 9674.0, 9629.0, 9646.0, 9713.0, 9633.0, 9678.0, 9653.0, 9634.0, 9625.0, 9610.0, 9630.0, 9639.0, 9624.0, 9609.0, 9629.0, 9625.0, 9627.0, 9643.0, 9629.0, 9642.0, 9647.0, 9621.0, 9645.0, 9621.0, 9620.0, 9625.0, 9625.0, 9608.0, 9622.0, 9605.0, 9624.0, 9619.0, 9623.0, 9625.0, 9627.0, 9621.0, 9624.0, 9623.0, 9612.0, 9642.0, 9629.0, 9647.0, 9653.0, 9641.0, 9623.0, 9641.0, 9642.0, 9629.0, 9644.0, 9625.0, 9642.0, 9611.0, 9643.0, 9612.0, 9644.0, 9663.0, 9649.0, 9659.0, 9635.0, 9651.0, 9633.0, 9668.0, 9675.0, 9664.0, 9690.0, 9647.0, 9644.0, 9665.0, 9627.0, 9675.0, 9638.0, 9645.0, 9627.0, 9637.0, 9603.0, 9622.0, 9601.0, 9625.0, 9620.0, 9624.0, 9611.0, 9633.0, 9629.0, 9607.0, 9622.0, 9606.0, 9626.0, 9608.0, 9643.0, 9656.0, 9644.0, 9642.0, 9609.0, 9623.0, 9604.0, 9637.0, 9611.0, 9645.0, 9642.0, 9642.0, 9625.0, 9629.0, 9625.0, 9631.0, 9660.0, 9633.0, 9650.0, 9669.0, 9629.0, 9626.0, 9645.0, 9639.0, 9644.0, 9656.0, 9631.0, 9642.0, 9609.0, 9625.0, 9674.0, 9625.0, 9627.0, 9625.0, 9647.0, 9692.0, 9622.0, 9646.0, 9623.0, 9606.0, 9623.0, 9624.0, 9612.0, 9642.0, 9608.0, 9627.0, 9611.0, 9643.0, 9655.0, 9627.0, 9643.0, 9638.0, 9625.0, 9677.0, 9623.0, 9648.0, 9627.0, 9609.0, 9630.0, 9629.0, 9647.0, 9643.0, 9613.0, 9644.0, 9628.0, 9629.0, 9655.0, 9625.0, 9623.0, 9607.0, 9623.0, 9608.0, 9642.0, 9611.0, 9643.0, 9643.0, 9644.0, 9626.0, 9630.0, 9626.0, 9645.0, 9630.0, 9648.0, 9651.0, 9653.0, 9632.0, 9651.0, 9633.0, 9665.0, 9636.0, 9655.0, 9678.0, 9646.0, 9692.0, 9730.0, 9695.0, 9700.0, 9629.0, 9625.0, 9623.0, 9638.0, 9609.0, 9623.0, 9607.0, 9619.0, 9608.0, 9623.0, 9625.0, 9628.0, 9631.0, 9629.0, 9629.0, 9642.0, 9646.0, 9617.0, 9634.0, 9633.0, 9649.0, 9644.0, 9629.0, 9653.0, 9611.0, 9639.0, 9609.0, 9644.0, 9669.0, 9641.0, 9648.0, 9623.0, 9607.0, 9624.0, 9607.0, 9628.0, 9629.0, 9649.0, 9632.0, 9648.0, 9634.0, 9650.0, 9650.0, 9654.0, 9671.0, 9639.0, 9653.0, 9685.0, 9661.0, 9660.0, 9646.0, 9660.0, 9650.0, 9646.0, 9633.0, 9630.0, 9650.0, 9635.0, 9655.0, 9653.0, 9672.0, 9653.0, 9655.0, 9676.0, 9652.0, 9675.0, 9663.0, 9695.0, 9671.0, 9645.0, 9707.0, 9639.0, 9676.0, 9624.0, 9623.0, 9611.0, 9642.0, 9621.0, 9626.0, 9607.0, 9643.0, 9611.0, 9646.0, 9658.0, 9645.0, 9629.0, 9646.0, 9643.0, 9631.0, 9641.0, 9631.0, 9644.0, 9650.0, 9639.0, 9666.0, 9622.0, 9624.0, 9611.0, 9640.0, 9661.0, 9635.0, 9620.0, 9624.0, 9621.0, 9628.0, 9640.0, 9628.0, 9645.0, 9627.0, 9647.0, 9633.0, 9669.0, 9680.0, 9683.0, 9678.0, 9667.0, 9646.0, 9667.0, 9675.0, 9665.0, 9680.0, 9634.0, 9645.0, 9691.0, 9636.0, 9661.0, 9636.0, 9638.0, 9644.0, 9644.0, 9630.0, 9642.0, 9666.0, 9623.0, 9674.0, 9635.0, 9619.0, 9625.0, 9621.0, 9623.0, 9609.0, 9611.0, 9639.0, 9628.0, 9644.0, 9628.0, 9644.0, 9668.0, 9637.0, 9609.0, 9641.0, 9626.0, 9626.0, 9631.0, 9630.0, 9640.0, 9608.0, 9624.0, 9607.0, 9640.0, 9609.0, 9640.0, 9660.0, 9644.0, 9626.0, 9630.0, 9613.0, 9660.0, 9630.0, 9667.0, 9675.0, 9664.0, 9659.0, 9629.0, 9625.0, 9625.0, 9640.0, 9610.0, 9644.0, 9682.0, 9643.0, 9625.0, 9626.0, 9622.0, 9629.0, 9643.0, 9631.0, 9660.0, 9628.0, 9642.0, 9638.0, 9644.0, 9629.0, 9631.0, 9642.0, 9609.0, 9628.0, 9596.0, 9640.0, 9608.0, 9643.0, 9643.0, 9650.0, 9627.0, 9648.0, 9632.0, 9649.0, 9647.0, 9653.0, 9663.0, 9646.0, 9645.0, 9628.0, 9645.0, 9627.0, 9660.0, 9674.0, 9635.0, 9640.0, 9627.0, 9643.0, 9627.0, 9645.0, 9627.0, 9646.0, 9658.0, 9650.0, 9643.0, 9645.0, 9632.0, 9652.0, 9638.0, 9674.0, 9697.0, 9658.0, 9666.0, 9643.0, 9629.0, 9613.0, 9643.0, 9681.0, 9628.0, 9644.0, 9611.0, 9627.0, 9648.0, 9628.0, 9636.0, 9611.0, 9639.0, 9615.0, 9645.0, 9625.0, 9628.0, 9612.0, 9646.0, 9631.0, 9654.0, 9664.0, 9655.0, 9662.0, 9635.0, 9649.0, 9634.0, 9669.0, 9674.0, 9667.0, 9705.0, 9647.0, 9643.0, 9628.0, 9630.0, 9613.0, 9647.0, 9683.0, 9646.0, 9667.0, 9642.0, 9624.0, 9628.0, 9641.0, 9612.0, 9644.0, 9697.0, 9638.0, 9648.0, 9626.0, 9623.0, 9625.0, 9642.0, 9611.0, 9639.0, 9662.0, 9622.0, 9606.0, 9607.0, 9625.0, 9605.0, 9639.0, 9634.0, 9611.0, 9620.0, 9611.0, 9625.0, 9612.0, 9647.0, 9652.0, 9642.0, 9639.0, 9630.0, 9629.0, 9630.0, 9644.0, 9635.0, 9649.0, 9666.0, 9627.0, 9674.0, 9622.0, 9635.0, 9622.0, 9626.0, 9619.0, 9623.0, 9606.0, 9623.0, 9608.0, 9641.0, 9643.0, 9633.0, 9649.0, 9625.0, 9644.0, 9629.0, 9662.0, 9657.0, 9653.0, 9651.0, 9637.0, 9645.0, 9633.0, 9654.0, 9674.0, 9650.0, 9665.0, 9639.0, 9634.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.0012354783950617283</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.016952604475308643</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.53823065745174</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.248581636957528</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0242847538223931</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.447</td></tr>
|
|
<tr><td colspan=3>fber</td><td>7910.4292</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.08254298389493313</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>7</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>0.5401234567901234</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.388077273219574</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2815120365136052</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6119161195452487</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.270803663599868</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00698196</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.017250938341021538</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.018339941278100014</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1296</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.8719768458970365</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>26.4969</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>35.6694</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>183.6868</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>44.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>310619.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>936.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>403.3791</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3599</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>574.4168</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3669.5313</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3883.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>65925.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1228.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4821.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1002.8393</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>46.25154798757285</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> |