=== 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-0013 --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-0013",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
141 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
141 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-0013_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-0013_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-0013_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-0013/figures/sub-0013_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0013/figures/sub-0013_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-0013_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-0013/figures/sub-0013_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0013/figures/sub-0013_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-0013_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-0013/figures/sub-0013_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0013/figures/sub-0013_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-0013_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-0013/figures/sub-0013_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0013/figures/sub-0013_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-0013_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-0013/figures/sub-0013_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0013/figures/sub-0013_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-0013_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-0013/figures/sub-0013_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0013/figures/sub-0013_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-0013_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-0013/figures/sub-0013_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0013/figures/sub-0013_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-0013/figures/sub-0013_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0013/figures/sub-0013_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-0013/ses-02/func/sub-0013_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>b26559cf104a503af69ef31a6864cafd</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>09:50:34.620000</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998714, 0.0492497, 0.0120257, -0.0505927, 0.983403, 0.174239]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-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.0902248</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>[4130, -7768, -7234, 464, -203, -232, 35, 44]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>243.756</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>1eca5981-6665-4e44-8b00-d627b705b225||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6794769763946533, -0.1357364058494568, 0.008761233650147915, 119.34879302978516], [-0.13213324546813965, 2.6383981704711914, 0.4714818596839905, -95.38330841064453], [0.03226402774453163, -0.46746930480003357, 2.658501148223877, -28.553653717041016], [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': ['095034.620000', '095035.080000', '095035.540000', '095036.000000', '095036.460000', '095036.920000', '095037.380000', '095037.840000', '095038.300000', '095038.760000', '095039.220000', '095039.680000', '095040.140000', '095040.600000', '095041.060000', '095041.520000', '095041.980000', '095042.440000', '095042.900000', '095043.360000', '095043.820000', '095044.280000', '095044.740000', '095045.200000', '095045.660000', '095046.120000', '095046.580000', '095047.040000', '095047.500000', '095047.960000', '095048.420000', '095048.880000', '095049.340000', '095049.800000', '095050.260000', '095050.720000', '095051.180000', '095051.640000', '095052.100000', '095052.560000', '095053.020000', '095053.480000', '095053.940000', '095054.400000', '095054.860000', '095055.320000', '095055.780000', '095056.240000', '095056.700000', '095057.160000', '095057.620000', '095058.080000', '095058.540000', '095059.000000', '095059.460000', '095059.920000', '095100.380000', '095100.840000', '095101.300000', '095101.760000', '095102.220000', '095102.680000', '095103.140000', '095103.600000', '095104.060000', '095104.520000', '095104.980000', '095105.440000', '095105.900000', '095106.360000', '095106.820000', '095107.280000', '095107.740000', '095108.200000', '095108.660000', '095109.120000', '095109.580000', '095110.040000', '095110.500000', '095110.960000', '095111.420000', '095111.880000', '095112.340000', '095112.800000', '095113.260000', '095113.720000', '095114.180000', '095114.640000', '095115.100000', '095115.560000', '095116.020000', '095116.480000', '095116.940000', '095117.400000', '095117.860000', '095118.320000', '095118.780000', '095119.240000', '095119.700000', '095120.160000', '095120.620000', '095121.080000', '095121.540000', '095122.000000', '095122.460000', '095122.920000', '095123.380000', '095123.840000', '095124.300000', '095124.760000', '095125.220000', '095125.680000', '095126.140000', '095126.600000', '095127.060000', '095127.520000', '095127.980000', '095128.440000', '095128.900000', '095129.360000', '095129.820000', '095130.280000', '095130.740000', '095131.200000', '095131.660000', '095132.120000', '095132.580000', '095133.040000', '095133.500000', '095133.960000', '095134.420000', '095134.880000', '095135.340000', '095135.800000', '095136.260000', '095136.720000', '095137.180000', '095137.640000', '095138.100000', '095138.560000', '095139.020000', '095139.480000', '095139.940000', '095140.400000', '095140.860000', '095141.320000', '095141.780000', '095142.240000', '095142.700000', '095143.160000', '095143.620000', '095144.080000', '095144.540000', '095145.000000', '095145.460000', '095145.920000', '095146.380000', '095146.840000', '095147.300000', '095147.760000', '095148.220000', '095148.680000', '095149.140000', '095149.600000', '095150.060000', '095150.520000', '095150.980000', '095151.440000', '095151.900000', '095152.360000', '095152.820000', '095153.280000', '095153.740000', '095154.200000', '095154.660000', '095155.120000', '095155.580000', '095156.040000', '095156.500000', '095156.960000', '095157.420000', '095157.880000', '095158.340000', '095158.800000', '095159.260000', '095159.720000', '095200.180000', '095200.640000', '095201.100000', '095201.560000', '095202.020000', '095202.480000', '095202.940000', '095203.400000', '095203.860000', '095204.320000', '095204.780000', '095205.240000', '095205.700000', '095206.160000', '095206.620000', '095207.080000', '095207.540000', '095208.000000', '095208.460000', '095208.920000', '095209.380000', '095209.840000', '095210.300000', '095210.760000', '095211.220000', '095211.680000', '095212.140000', '095212.600000', '095213.060000', '095213.520000', '095213.980000', '095214.440000', '095214.900000', '095215.360000', '095215.820000', '095216.280000', '095216.740000', '095217.200000', '095217.660000', '095218.120000', '095218.580000', '095219.040000', '095219.500000', '095219.960000', '095220.420000', '095220.880000', '095221.340000', '095221.800000', '095222.260000', '095222.720000', '095223.180000', '095223.640000', '095224.100000', '095224.560000', '095225.020000', '095225.480000', '095225.940000', '095226.400000', '095226.860000', '095227.320000', '095227.780000', '095228.240000', '095228.700000', '095229.160000', '095229.620000', '095230.080000', '095230.540000', '095231.000000', '095231.460000', '095231.920000', '095232.380000', '095232.840000', '095233.300000', '095233.760000', '095234.220000', '095234.680000', '095235.140000', '095235.600000', '095236.060000', '095236.520000', '095236.980000', '095237.440000', '095237.900000', '095238.360000', '095238.820000', '095239.280000', '095239.740000', '095240.200000', '095240.660000', '095241.120000', '095241.580000', '095242.040000', '095242.500000', '095242.960000', '095243.420000', '095243.880000', '095244.340000', '095244.800000', '095245.260000', '095245.720000', '095246.180000', '095246.640000', '095247.100000', '095247.560000', '095248.020000', '095248.480000', '095248.940000', '095249.400000', '095249.860000', '095250.320000', '095250.780000', '095251.240000', '095251.700000', '095252.160000', '095252.620000', '095253.080000', '095253.540000', '095254.000000', '095254.460000', '095254.920000', '095255.380000', '095255.840000', '095256.300000', '095256.760000', '095257.220000', '095257.680000', '095258.140000', '095258.600000', '095259.060000', '095259.520000', '095259.980000', '095300.440000', '095300.900000', '095301.360000', '095301.820000', '095302.280000', '095302.740000', '095303.200000', '095303.660000', '095304.120000', '095304.580000', '095305.040000', '095305.500000', '095305.960000', '095306.420000', '095306.880000', '095307.340000', '095307.800000', '095308.260000', '095308.720000', '095309.180000', '095309.640000', '095310.100000', '095310.560000', '095311.020000', '095311.480000', '095311.940000', '095312.400000', '095312.860000', '095313.320000', '095313.780000', '095314.240000', '095314.700000', '095315.160000', '095315.620000', '095316.080000', '095316.540000', '095317.000000', '095317.460000', '095317.920000', '095318.380000', '095318.840000', '095319.300000', '095319.760000', '095320.220000', '095320.680000', '095321.140000', '095321.600000', '095322.060000', '095322.520000', '095322.980000', '095323.440000', '095323.900000', '095324.360000', '095324.820000', '095325.280000', '095325.740000', '095326.200000', '095326.660000', '095327.120000', '095327.580000', '095328.040000', '095328.500000', '095328.960000', '095329.420000', '095329.880000', '095330.340000', '095330.800000', '095331.260000', '095331.720000', '095332.180000', '095332.640000', '095333.100000', '095333.560000', '095334.020000', '095334.480000', '095334.940000', '095335.400000', '095335.860000', '095336.320000', '095336.780000', '095337.240000', '095337.700000', '095338.160000', '095338.620000', '095339.080000', '095339.540000', '095340.000000', '095340.460000', '095340.920000', '095341.380000', '095341.840000', '095342.300000', '095342.760000', '095343.220000', '095343.680000', '095344.140000', '095344.600000', '095345.060000', '095345.520000', '095345.980000', '095346.440000', '095346.900000', '095347.360000', '095347.820000', '095348.280000', '095348.740000', '095349.200000', '095349.660000', '095350.120000', '095350.580000', '095351.040000', '095351.500000', '095351.960000', '095352.420000', '095352.880000', '095353.340000', '095353.800000', '095354.260000', '095354.720000', '095355.180000', '095355.640000', '095356.100000', '095356.560000', '095357.020000', '095357.480000', '095357.940000', '095358.400000', '095358.860000', '095359.320000', '095359.780000', '095400.240000', '095400.700000', '095401.160000', '095401.620000', '095402.080000', '095402.540000', '095403.000000', '095403.460000', '095403.920000', '095404.380000', '095404.840000', '095405.300000', '095405.760000', '095406.220000', '095406.680000', '095407.140000', '095407.600000', '095408.060000', '095408.520000', '095408.980000', '095409.440000', '095409.900000', '095410.360000', '095410.820000', '095411.280000', '095411.740000', '095412.200000', '095412.660000', '095413.120000', '095413.580000', '095414.040000', '095414.500000', '095414.960000', '095415.420000', '095415.880000', '095416.340000', '095416.800000', '095417.260000', '095417.720000', '095418.180000', '095418.640000', '095419.100000', '095419.560000', '095420.020000', '095420.480000', '095420.940000', '095421.400000', '095421.860000', '095422.320000', '095422.780000', '095423.240000', '095423.700000', '095424.160000', '095424.620000', '095425.080000', '095425.540000', '095426.000000', '095426.460000', '095426.920000', '095427.380000', '095427.840000', '095428.300000', '095428.760000', '095429.220000', '095429.680000', '095430.140000', '095430.600000', '095431.060000', '095431.520000', '095431.980000', '095432.440000', '095432.900000', '095433.360000', '095433.820000', '095434.280000', '095434.740000', '095435.200000', '095435.660000', '095436.120000', '095436.580000', '095437.040000', '095437.500000', '095437.960000', '095438.420000', '095438.880000', '095439.340000', '095439.800000', '095440.260000', '095440.720000', '095441.180000', '095441.640000', '095442.100000', '095442.560000', '095443.020000', '095443.480000', '095443.940000', '095444.400000', '095444.860000', '095445.320000', '095445.780000', '095446.240000', '095446.700000', '095447.160000', '095447.620000', '095448.080000', '095448.540000', '095449.000000', '095449.460000', '095449.920000', '095450.380000', '095450.840000', '095451.300000', '095451.760000', '095452.220000', '095452.680000', '095453.140000', '095453.600000', '095454.060000', '095454.520000', '095454.980000', '095455.440000', '095455.900000', '095456.360000', '095456.820000', '095457.280000', '095457.740000', '095458.200000', '095458.660000', '095459.120000', '095459.580000', '095500.040000', '095500.500000', '095500.960000', '095501.420000', '095501.880000', '095502.340000', '095502.800000', '095503.260000', '095503.720000', '095504.180000', '095504.640000', '095505.100000', '095505.560000', '095506.020000', '095506.480000', '095506.940000', '095507.400000', '095507.860000', '095508.320000', '095508.780000', '095509.240000', '095509.700000', '095510.160000', '095510.620000', '095511.080000', '095511.540000', '095512.000000', '095512.460000', '095512.920000', '095513.380000', '095513.840000', '095514.300000', '095514.760000', '095515.220000', '095515.680000', '095516.140000', '095516.600000', '095517.060000', '095517.520000', '095517.980000', '095518.440000', '095518.900000', '095519.360000', '095519.820000', '095520.280000', '095520.740000', '095521.200000', '095521.660000', '095522.120000', '095522.580000', '095523.040000', '095523.500000', '095523.960000', '095524.420000', '095524.880000', '095525.340000', '095525.800000', '095526.260000', '095526.720000', '095527.180000', '095527.640000', '095528.100000', '095528.560000', '095529.020000', '095529.480000', '095529.940000', '095530.400000', '095530.860000', '095531.320000', '095531.780000', '095532.240000', '095532.700000', '095533.160000', '095533.620000', '095534.080000', '095534.540000', '095535.000000', '095535.460000', '095535.920000', '095536.380000', '095536.840000', '095537.300000', '095537.760000', '095538.220000', '095538.680000', '095539.140000', '095539.600000', '095540.060000', '095540.520000', '095540.980000', '095541.440000', '095541.900000', '095542.360000', '095542.820000', '095543.280000', '095543.740000', '095544.200000', '095544.660000', '095545.120000', '095545.580000', '095546.040000', '095546.500000', '095546.960000', '095547.420000', '095547.880000', '095548.340000', '095548.800000', '095549.260000', '095549.720000', '095550.180000', '095550.640000', '095551.100000', '095551.560000', '095552.020000', '095552.480000', '095552.940000', '095553.400000', '095553.860000', '095554.320000', '095554.780000', '095555.240000', '095555.700000', '095556.160000', '095556.620000', '095557.080000', '095557.540000', '095558.000000', '095558.460000', '095558.920000', '095559.380000', '095559.840000', '095600.300000', '095600.760000', '095601.220000', '095601.680000', '095602.140000', '095602.600000', '095603.060000', '095603.520000', '095603.980000', '095604.440000', '095604.900000', '095605.360000', '095605.820000', '095606.280000', '095606.740000', '095607.200000', '095607.660000', '095608.120000', '095608.580000', '095609.040000', '095609.500000', '095609.960000', '095610.420000', '095610.880000', '095611.340000', '095611.800000', '095612.260000', '095612.720000', '095613.180000', '095613.640000', '095614.100000', '095614.560000', '095615.020000', '095615.480000', '095615.940000', '095616.400000', '095616.860000', '095617.320000', '095617.780000', '095618.240000', '095618.700000', '095619.160000', '095619.620000', '095620.080000', '095620.540000', '095621.000000', '095621.460000', '095621.920000', '095622.380000', '095622.840000', '095623.300000', '095623.760000', '095624.220000', '095624.680000', '095625.140000', '095625.600000', '095626.060000', '095626.520000', '095626.980000', '095627.440000', '095627.900000', '095628.360000', '095628.820000', '095629.280000', '095629.740000', '095630.200000', '095630.660000', '095631.120000', '095631.580000', '095632.040000', '095632.500000', '095632.960000', '095633.420000', '095633.880000', '095634.340000', '095634.800000', '095635.260000', '095635.720000', '095636.180000', '095636.640000', '095637.100000', '095637.560000', '095638.020000', '095638.480000', '095638.940000', '095639.400000', '095639.860000', '095640.320000', '095640.780000', '095641.240000', '095641.700000', '095642.160000', '095642.620000', '095643.080000', '095643.540000', '095644.000000', '095644.460000', '095644.920000', '095645.380000', '095645.840000', '095646.300000', '095646.760000', '095647.220000', '095647.680000', '095648.140000', '095648.600000', '095649.060000', '095649.520000', '095649.980000', '095650.440000', '095650.900000', '095651.360000', '095651.820000', '095652.280000', '095652.740000', '095653.200000', '095653.660000', '095654.120000', '095654.580000', '095655.040000', '095655.500000', '095655.960000', '095656.420000', '095656.880000', '095657.340000', '095657.800000', '095658.260000', '095658.720000', '095659.180000', '095659.640000', '095700.100000', '095700.560000', '095701.020000', '095701.480000', '095701.940000', '095702.400000', '095702.860000', '095703.320000', '095703.780000', '095704.240000', '095704.700000', '095705.160000', '095705.620000', '095706.080000', '095706.540000', '095707.000000', '095707.460000', '095707.920000', '095708.380000', '095708.840000', '095709.300000', '095709.760000', '095710.220000', '095710.680000', '095711.140000', '095711.600000', '095712.060000', '095712.520000', '095712.980000', '095713.440000', '095713.900000', '095714.360000', '095714.820000', '095715.280000', '095715.740000', '095716.200000', '095716.660000', '095717.120000', '095717.580000', '095718.040000', '095718.500000', '095718.960000', '095719.420000', '095719.880000', '095720.340000', '095720.800000', '095721.260000', '095721.720000', '095722.180000', '095722.640000', '095723.100000', '095723.560000', '095724.020000', '095724.480000', '095724.940000', '095725.400000', '095725.860000', '095726.320000', '095726.780000', '095727.240000', '095727.700000', '095728.160000', '095728.620000', '095729.080000', '095729.540000', '095730.000000', '095730.460000', '095730.920000', '095731.380000', '095731.840000', '095732.300000', '095732.760000', '095733.220000', '095733.680000', '095734.140000', '095734.600000', '095735.060000', '095735.520000', '095735.980000', '095736.440000', '095736.900000', '095737.360000', '095737.820000', '095738.280000', '095738.740000', '095739.200000', '095739.660000', '095740.120000', '095740.580000', '095741.040000', '095741.500000', '095741.960000', '095742.420000', '095742.880000', '095743.340000', '095743.800000', '095744.260000', '095744.720000', '095745.180000', '095745.640000', '095746.100000', '095746.560000', '095747.020000', '095747.480000', '095747.940000', '095748.400000', '095748.860000', '095749.320000', '095749.780000', '095750.240000', '095750.700000', '095751.160000', '095751.620000', '095752.080000', '095752.540000', '095753.000000', '095753.460000', '095753.920000', '095754.380000', '095754.840000', '095755.300000', '095755.760000', '095756.220000', '095756.680000', '095757.140000', '095757.600000', '095758.060000', '095758.520000', '095758.980000', '095759.440000', '095759.900000', '095800.360000', '095800.820000', '095801.280000', '095801.740000', '095802.200000', '095802.660000', '095803.120000', '095803.580000', '095804.040000', '095804.500000', '095804.960000', '095805.420000', '095805.880000', '095806.340000', '095806.800000', '095807.260000', '095807.720000', '095808.180000', '095808.640000', '095809.100000', '095809.560000', '095810.020000', '095810.480000', '095810.940000', '095811.400000', '095811.860000', '095812.320000', '095812.780000', '095813.240000', '095813.700000', '095814.160000', '095814.620000', '095815.080000', '095815.540000', '095816.000000', '095816.460000', '095816.920000', '095817.380000', '095817.840000', '095818.300000', '095818.760000', '095819.220000', '095819.680000', '095820.140000', '095820.600000', '095821.060000', '095821.520000', '095821.980000', '095822.440000', '095822.900000', '095823.360000', '095823.820000', '095824.280000', '095824.740000', '095825.200000', '095825.660000', '095826.120000', '095826.580000', '095827.040000', '095827.500000', '095827.960000', '095828.420000', '095828.880000', '095829.340000', '095829.800000', '095830.260000', '095830.720000', '095831.180000', '095831.640000', '095832.100000', '095832.560000', '095833.020000', '095833.480000', '095833.940000', '095834.400000', '095834.860000', '095835.320000', '095835.780000', '095836.240000', '095836.700000', '095837.160000', '095837.620000', '095838.080000', '095838.540000', '095839.000000', '095839.460000', '095839.920000', '095840.380000', '095840.840000', '095841.300000', '095841.760000', '095842.220000', '095842.680000', '095843.140000', '095843.600000', '095844.060000', '095844.520000', '095844.980000', '095845.440000', '095845.900000', '095846.360000', '095846.820000', '095847.280000', '095847.740000', '095848.200000', '095848.660000', '095849.120000', '095849.580000', '095850.040000', '095850.500000', '095850.960000', '095851.420000', '095851.880000', '095852.340000', '095852.800000', '095853.260000', '095853.720000', '095854.180000', '095854.640000', '095855.100000', '095855.560000', '095856.020000', '095856.480000', '095856.940000', '095857.400000', '095857.860000', '095858.320000', '095858.780000', '095859.240000', '095859.700000', '095900.160000', '095900.620000', '095901.080000', '095901.540000', '095902.000000', '095902.460000', '095902.920000', '095903.380000', '095903.840000', '095904.300000', '095904.760000', '095905.220000', '095905.680000', '095906.140000', '095906.600000', '095907.060000', '095907.520000', '095907.980000', '095908.440000', '095908.900000', '095909.360000', '095909.820000', '095910.280000', '095910.740000', '095911.200000', '095911.660000', '095912.120000', '095912.580000', '095913.040000', '095913.500000', '095913.960000', '095914.420000', '095914.880000', '095915.340000', '095915.800000', '095916.260000', '095916.720000', '095917.180000', '095917.640000', '095918.100000', '095918.560000', '095919.020000', '095919.480000', '095919.940000', '095920.400000', '095920.860000', '095921.320000', '095921.780000', '095922.240000', '095922.700000', '095923.160000', '095923.620000', '095924.080000', '095924.540000', '095925.000000', '095925.460000', '095925.920000', '095926.380000', '095926.840000', '095927.300000', '095927.760000', '095928.220000', '095928.680000', '095929.140000', '095929.600000', '095930.060000', '095930.520000', '095930.980000', '095931.440000', '095931.900000', '095932.360000', '095932.820000', '095933.280000', '095933.740000', '095934.200000', '095934.660000', '095935.120000', '095935.580000', '095936.040000', '095936.500000', '095936.960000', '095937.420000', '095937.880000', '095938.340000', '095938.800000', '095939.260000', '095939.720000', '095940.180000', '095940.640000', '095941.100000', '095941.560000', '095942.020000', '095942.480000', '095942.940000', '095943.400000', '095943.860000', '095944.320000', '095944.780000', '095945.240000', '095945.700000', '095946.160000', '095946.620000', '095947.080000', '095947.540000', '095948.000000', '095948.460000', '095948.920000', '095949.380000', '095949.840000', '095950.300000', '095950.760000', '095951.220000', '095951.680000', '095952.140000', '095952.600000', '095953.060000', '095953.520000', '095953.980000', '095954.440000', '095954.900000', '095955.360000', '095955.820000', '095956.280000', '095956.740000', '095957.200000', '095957.660000', '095958.120000', '095958.580000', '095959.040000', '095959.500000', '095959.960000', '100000.420000', '100000.880000', '100001.340000', '100001.800000', '100002.260000', '100002.720000', '100003.180000', '100003.640000', '100004.100000', '100004.560000', '100005.020000', '100005.480000', '100005.940000', '100006.400000', '100006.860000', '100007.320000', '100007.780000', '100008.240000', '100008.700000', '100009.160000', '100009.620000', '100010.080000', '100010.540000', '100011.000000', '100011.460000', '100011.920000', '100012.380000', '100012.840000', '100013.300000', '100013.760000', '100014.220000', '100014.680000', '100015.140000', '100015.600000', '100016.060000', '100016.520000', '100016.980000', '100017.440000', '100017.900000', '100018.360000', '100018.820000', '100019.280000', '100019.740000', '100020.200000', '100020.660000', '100021.120000', '100021.580000', '100022.040000', '100022.500000', '100022.960000', '100023.420000', '100023.880000', '100024.340000', '100024.800000', '100025.260000', '100025.720000', '100026.180000', '100026.640000', '100027.100000', '100027.560000', '100028.020000', '100028.480000', '100028.940000', '100029.400000', '100029.860000', '100030.320000', '100030.780000', '100031.240000'], 'ContentTime': ['095102.873000', '095102.877000', '095102.880000', '095102.882000', '095102.886000', '095102.889000', '095102.892000', '095102.895000', '095102.898000', '095102.901000', '095102.904000', '095102.907000', '095102.910000', '095102.913000', '095102.915000', '095102.918000', '095102.921000', '095102.924000', '095102.927000', '095102.930000', '095102.933000', '095102.935000', '095102.938000', '095102.941000', '095102.944000', '095102.947000', '095102.950000', '095102.953000', '095102.956000', '095102.958000', '095102.961000', '095102.964000', '095102.967000', '095102.970000', '095102.973000', '095102.975000', '095102.978000', '095102.981000', '095102.984000', '095102.987000', '095102.990000', '095102.993000', '095102.996000', '095103.000000', '095103.003000', '095103.005000', '095103.008000', '095103.011000', '095103.014000', '095103.017000', '095103.019000', '095103.022000', '095103.025000', '095103.028000', '095103.031000', '095103.034000', '095103.037000', '095103.040000', '095103.043000', '095103.045000', '095122.834000', '095122.837000', '095122.840000', '095122.843000', '095122.845000', '095122.848000', '095122.851000', '095122.854000', '095122.861000', '095122.864000', '095122.866000', '095122.869000', '095122.872000', '095122.875000', '095122.878000', '095122.881000', '095122.884000', '095122.886000', '095122.889000', '095122.892000', '095122.895000', '095122.898000', '095122.901000', '095122.904000', '095122.907000', '095122.909000', '095122.912000', '095122.915000', '095122.918000', '095122.921000', '095122.924000', '095122.927000', '095122.929000', '095122.932000', '095122.935000', '095122.938000', '095122.941000', '095122.944000', '095122.957000', '095122.960000', '095122.963000', '095122.966000', '095122.969000', '095142.834000', '095142.837000', '095142.840000', '095142.843000', '095142.845000', '095142.855000', '095142.858000', '095142.860000', '095142.863000', '095142.866000', '095142.869000', '095142.872000', '095142.875000', '095142.878000', '095142.880000', '095142.883000', '095142.886000', '095142.889000', '095142.892000', '095142.895000', '095142.898000', '095142.900000', '095142.903000', '095142.906000', '095142.909000', '095142.912000', '095142.915000', '095142.918000', '095142.920000', '095142.923000', '095142.926000', '095142.929000', '095142.932000', '095142.935000', '095142.938000', '095142.940000', '095142.943000', '095142.946000', '095142.949000', '095142.952000', '095142.955000', '095142.958000', '095142.960000', '095142.963000', '095202.833000', '095202.836000', '095202.839000', '095202.842000', '095202.845000', '095202.847000', '095202.850000', '095202.853000', '095202.856000', '095202.859000', '095202.862000', '095202.865000', '095202.868000', '095202.870000', '095202.873000', '095202.876000', '095202.879000', '095202.882000', '095202.885000', '095202.888000', '095202.891000', '095202.894000', '095202.896000', '095202.899000', '095202.902000', '095202.905000', '095202.908000', '095202.911000', '095202.914000', '095202.917000', '095202.921000', '095202.924000', '095202.927000', '095202.930000', '095202.933000', '095202.936000', '095202.939000', '095202.942000', '095202.945000', '095202.948000', '095202.950000', '095202.953000', '095202.956000', '095222.833000', '095222.836000', '095222.839000', '095222.842000', '095222.844000', '095222.847000', '095222.850000', '095222.853000', '095222.856000', '095222.859000', '095222.862000', '095222.865000', '095222.868000', '095222.871000', '095222.873000', '095222.876000', '095222.879000', '095222.882000', '095222.885000', '095222.888000', '095222.891000', '095222.894000', '095222.897000', '095222.900000', '095222.911000', '095222.913000', '095222.916000', '095222.919000', '095222.922000', '095222.925000', '095222.928000', '095222.931000', '095222.934000', '095222.937000', '095222.940000', '095222.943000', '095222.946000', '095222.948000', '095222.951000', '095222.954000', '095222.957000', '095222.960000', '095222.963000', '095222.966000', '095242.833000', '095242.836000', '095242.839000', '095242.842000', '095242.845000', '095242.848000', '095242.851000', '095242.853000', '095242.856000', '095242.859000', '095242.862000', '095242.865000', '095242.868000', '095242.871000', '095242.874000', '095242.877000', '095242.879000', '095242.882000', '095242.885000', '095242.888000', '095242.891000', '095242.894000', '095242.897000', '095242.900000', '095242.903000', '095242.906000', '095242.908000', '095242.911000', '095242.914000', '095242.917000', '095242.920000', '095242.923000', '095242.926000', '095242.929000', '095242.932000', '095242.934000', '095242.937000', '095242.940000', '095242.943000', '095242.946000', '095242.949000', '095242.952000', '095242.955000', '095302.834000', '095302.837000', '095302.840000', '095302.843000', '095302.846000', '095302.849000', '095302.851000', '095302.854000', '095302.857000', '095302.860000', '095302.863000', '095302.866000', '095302.869000', '095302.872000', '095302.874000', '095302.877000', '095302.880000', '095302.883000', '095302.886000', '095302.889000', '095302.892000', '095302.895000', '095302.898000', '095302.900000', '095302.903000', '095302.906000', '095302.909000', '095302.912000', '095302.915000', '095302.918000', '095302.921000', '095302.923000', '095302.926000', '095302.929000', '095302.942000', '095302.945000', '095302.948000', '095302.950000', '095302.953000', '095302.956000', '095302.959000', '095302.962000', '095302.965000', '095302.968000', '095322.834000', '095322.837000', '095322.840000', '095322.843000', '095322.846000', '095322.849000', '095322.851000', '095322.854000', '095322.857000', '095322.860000', '095322.863000', '095322.866000', '095322.869000', '095322.872000', '095322.875000', '095322.877000', '095322.880000', '095322.883000', '095322.886000', '095322.889000', '095322.892000', '095322.895000', '095322.898000', '095322.901000', '095322.904000', '095322.906000', '095322.909000', '095322.912000', '095322.915000', '095322.918000', '095322.921000', '095322.924000', '095322.926000', '095322.930000', '095322.933000', '095322.936000', '095322.938000', '095322.941000', '095322.944000', '095322.947000', '095322.950000', '095322.953000', '095322.956000', '095342.834000', '095342.837000', '095342.840000', '095342.843000', '095342.846000', '095342.848000', '095342.851000', '095342.854000', '095342.857000', '095342.860000', '095342.863000', '095342.866000', '095342.869000', '095342.872000', '095342.874000', '095342.877000', '095342.880000', '095342.883000', '095342.886000', '095342.889000', '095342.892000', '095342.895000', '095342.898000', '095342.900000', '095342.903000', '095342.906000', '095342.909000', '095342.912000', '095342.915000', '095342.918000', '095342.921000', '095342.923000', '095342.926000', '095342.929000', '095342.932000', '095342.935000', '095342.938000', '095342.941000', '095342.944000', '095342.947000', '095342.950000', '095342.952000', '095342.955000', '095342.958000', '095402.834000', '095402.837000', '095402.840000', '095402.843000', '095402.846000', '095402.849000', '095402.851000', '095402.854000', '095402.857000', '095402.860000', '095402.863000', '095402.866000', '095402.869000', '095402.871000', '095402.874000', '095402.877000', '095402.880000', '095402.883000', '095402.886000', '095402.889000', '095402.892000', '095402.895000', '095402.897000', '095402.900000', '095402.903000', '095402.906000', '095402.909000', '095402.912000', '095402.921000', '095402.924000', '095402.927000', '095402.930000', '095402.933000', '095402.936000', '095402.939000', '095402.942000', '095402.945000', '095402.948000', '095402.950000', '095402.953000', '095402.956000', '095402.959000', '095402.962000', '095422.833000', '095422.836000', '095422.839000', '095422.842000', '095422.845000', '095422.848000', '095422.851000', '095422.853000', '095422.856000', '095422.859000', '095422.862000', '095422.865000', '095422.868000', '095422.871000', '095422.874000', '095422.877000', '095422.880000', '095422.883000', '095422.885000', '095422.888000', '095422.891000', '095422.894000', '095422.897000', '095422.900000', '095422.903000', '095422.906000', '095422.909000', '095422.912000', '095422.915000', '095422.918000', '095422.921000', '095422.923000', '095422.926000', '095422.929000', '095422.932000', '095422.935000', '095422.938000', '095422.941000', '095422.944000', '095422.947000', '095422.950000', '095422.953000', '095422.956000', '095422.958000', '095442.833000', '095442.836000', '095442.839000', '095442.842000', '095442.845000', '095442.848000', '095442.851000', '095442.853000', '095442.856000', '095442.859000', '095442.862000', '095442.865000', '095442.868000', '095442.871000', '095442.873000', '095442.892000', '095442.894000', '095442.897000', '095442.900000', '095442.903000', '095442.906000', '095442.909000', '095442.912000', '095442.915000', '095442.918000', '095442.921000', '095442.923000', '095442.926000', '095442.929000', '095442.932000', '095442.935000', '095442.938000', '095442.941000', '095442.944000', '095442.947000', '095442.950000', '095442.953000', '095442.956000', '095442.959000', '095442.962000', '095442.965000', '095442.967000', '095442.970000', '095502.833000', '095502.836000', '095502.840000', '095502.844000', '095502.846000', '095502.849000', '095502.852000', '095502.855000', '095502.858000', '095502.861000', '095502.864000', '095502.867000', '095502.869000', '095502.872000', '095502.875000', '095502.878000', '095502.881000', '095502.884000', '095502.887000', '095502.890000', '095502.893000', '095502.896000', '095502.899000', '095502.902000', '095502.905000', '095502.907000', '095502.910000', '095502.913000', '095502.916000', '095502.919000', '095502.922000', '095502.925000', '095502.928000', '095502.931000', '095502.934000', '095502.937000', '095502.940000', '095502.943000', '095502.946000', '095502.948000', '095502.952000', '095502.954000', '095502.957000', '095522.834000', '095522.837000', '095522.840000', '095522.843000', '095522.846000', '095522.849000', '095522.852000', '095522.854000', '095522.857000', '095522.860000', '095522.863000', '095522.866000', '095522.869000', '095522.872000', '095522.875000', '095522.878000', '095522.881000', '095522.883000', '095522.886000', '095522.889000', '095522.892000', '095522.895000', '095522.898000', '095522.901000', '095522.904000', '095522.907000', '095522.910000', '095522.913000', '095522.916000', '095522.919000', '095522.921000', '095522.924000', '095522.927000', '095522.930000', '095522.933000', '095522.936000', '095522.939000', '095522.942000', '095522.944000', '095522.947000', '095522.950000', '095522.953000', '095522.956000', '095522.959000', '095542.834000', '095542.837000', '095542.840000', '095542.843000', '095542.846000', '095542.849000', '095542.852000', '095542.855000', '095542.857000', '095542.860000', '095542.864000', '095542.867000', '095542.870000', '095542.873000', '095542.876000', '095542.886000', '095542.889000', '095542.892000', '095542.895000', '095542.903000', '095542.906000', '095542.909000', '095542.912000', '095542.915000', '095542.918000', '095542.921000', '095542.924000', '095542.927000', '095542.930000', '095542.932000', '095542.935000', '095542.938000', '095542.941000', '095542.944000', '095542.947000', '095542.950000', '095542.953000', '095542.956000', '095542.958000', '095542.961000', '095542.964000', '095542.967000', '095542.970000', '095602.834000', '095602.837000', '095602.840000', '095602.843000', '095602.846000', '095602.849000', '095602.851000', '095602.854000', '095602.857000', '095602.860000', '095602.863000', '095602.866000', '095602.869000', '095602.872000', '095602.874000', '095602.877000', '095602.880000', '095602.883000', '095602.886000', '095602.889000', '095602.892000', '095602.895000', '095602.897000', '095602.900000', '095602.903000', '095602.906000', '095602.909000', '095602.912000', '095602.915000', '095602.918000', '095602.921000', '095602.924000', '095602.927000', '095602.930000', '095602.933000', '095602.935000', '095602.938000', '095602.941000', '095602.944000', '095602.947000', '095602.950000', '095602.963000', '095602.966000', '095602.977000', '095622.834000', '095622.837000', '095622.840000', '095622.843000', '095622.846000', '095622.849000', '095622.852000', '095622.854000', '095622.857000', '095622.860000', '095622.863000', '095622.866000', '095622.869000', '095622.872000', '095622.875000', '095622.878000', '095622.880000', '095622.883000', '095622.886000', '095622.891000', '095622.894000', '095622.897000', '095622.900000', '095622.903000', '095622.906000', '095622.909000', '095622.912000', '095622.914000', '095622.917000', '095622.920000', '095622.923000', '095622.926000', '095622.929000', '095622.932000', '095622.935000', '095622.937000', '095622.940000', '095622.943000', '095622.946000', '095622.949000', '095622.952000', '095622.955000', '095622.958000', '095642.833000', '095642.836000', '095642.839000', '095642.842000', '095642.845000', '095642.848000', '095642.850000', '095642.853000', '095642.856000', '095642.859000', '095642.862000', '095642.865000', '095642.868000', '095642.871000', '095642.875000', '095642.878000', '095642.881000', '095642.884000', '095642.887000', '095642.890000', '095642.893000', '095642.895000', '095642.898000', '095642.901000', '095642.904000', '095642.907000', '095642.910000', '095642.913000', '095642.916000', '095642.919000', '095642.922000', '095642.925000', '095642.927000', '095642.930000', '095642.933000', '095642.936000', '095642.939000', '095642.942000', '095642.945000', '095642.948000', '095642.950000', '095642.953000', '095642.956000', '095642.959000', '095702.834000', '095702.838000', '095702.841000', '095702.843000', '095702.846000', '095702.849000', '095702.852000', '095702.855000', '095702.858000', '095702.861000', '095702.864000', '095702.866000', '095702.869000', '095702.872000', '095702.875000', '095702.878000', '095702.881000', '095702.884000', '095702.887000', '095702.890000', '095702.893000', '095702.895000', '095702.898000', '095702.901000', '095702.904000', '095702.907000', '095702.910000', '095702.913000', '095702.916000', '095702.919000', '095702.922000', '095702.925000', '095702.928000', '095702.931000', '095702.933000', '095702.936000', '095702.939000', '095702.942000', '095702.945000', '095702.948000', '095702.951000', '095702.954000', '095702.957000', '095722.833000', '095722.836000', '095722.839000', '095722.842000', '095722.845000', '095722.848000', '095722.850000', '095722.853000', '095722.856000', '095722.859000', '095722.862000', '095722.865000', '095722.868000', '095722.871000', '095722.874000', '095722.877000', '095722.879000', '095722.882000', '095722.885000', '095722.888000', '095722.891000', '095722.894000', '095722.897000', '095722.900000', '095722.903000', '095722.906000', '095722.908000', '095722.911000', '095722.914000', '095722.917000', '095722.920000', '095722.923000', '095722.926000', '095722.929000', '095722.932000', '095722.934000', '095722.937000', '095722.940000', '095722.943000', '095722.946000', '095722.949000', '095722.952000', '095722.955000', '095722.958000', '095742.834000', '095742.837000', '095742.840000', '095742.843000', '095742.846000', '095742.849000', '095742.851000', '095742.854000', '095742.857000', '095742.860000', '095742.863000', '095742.866000', '095742.869000', '095742.872000', '095742.875000', '095742.878000', '095742.880000', '095742.883000', '095742.886000', '095742.889000', '095742.892000', '095742.895000', '095742.898000', '095742.901000', '095742.904000', '095742.907000', '095742.910000', '095742.913000', '095742.916000', '095742.919000', '095742.922000', '095742.925000', '095742.927000', '095742.930000', '095742.933000', '095742.936000', '095742.939000', '095742.942000', '095742.945000', '095742.948000', '095742.951000', '095742.954000', '095742.956000', '095802.834000', '095802.837000', '095802.840000', '095802.843000', '095802.846000', '095802.848000', '095802.851000', '095802.854000', '095802.857000', '095802.860000', '095802.863000', '095802.866000', '095802.869000', '095802.872000', '095802.874000', '095802.877000', '095802.880000', '095802.883000', '095802.886000', '095802.889000', '095802.892000', '095802.895000', '095802.898000', '095802.901000', '095802.904000', '095802.906000', '095802.909000', '095802.912000', '095802.915000', '095802.918000', '095802.921000', '095802.924000', '095802.927000', '095802.929000', '095802.932000', '095802.935000', '095802.938000', '095802.941000', '095802.944000', '095802.947000', '095802.950000', '095802.952000', '095802.955000', '095802.958000', '095822.834000', '095822.837000', '095822.840000', '095822.843000', '095822.846000', '095822.849000', '095822.852000', '095822.854000', '095822.857000', '095822.860000', '095822.863000', '095822.866000', '095822.869000', '095822.872000', '095822.876000', '095822.878000', '095822.881000', '095822.884000', '095822.887000', '095822.890000', '095822.893000', '095822.896000', '095822.899000', '095822.902000', '095822.905000', '095822.907000', '095822.910000', '095822.913000', '095822.916000', '095822.919000', '095822.922000', '095822.925000', '095822.928000', '095822.931000', '095822.934000', '095822.937000', '095822.939000', '095822.942000', '095822.947000', '095822.952000', '095822.955000', '095822.958000', '095822.961000', '095842.834000', '095842.837000', '095842.840000', '095842.843000', '095842.846000', '095842.849000', '095842.852000', '095842.855000', '095842.858000', '095842.860000', '095842.863000', '095842.866000', '095842.869000', '095842.872000', '095842.875000', '095842.878000', '095842.881000', '095842.884000', '095842.887000', '095842.889000', '095842.892000', '095842.895000', '095842.898000', '095842.901000', '095842.904000', '095842.907000', '095842.910000', '095842.913000', '095842.916000', '095842.919000', '095842.921000', '095842.924000', '095842.927000', '095842.930000', '095842.933000', '095842.936000', '095842.939000', '095842.942000', '095842.945000', '095842.948000', '095842.951000', '095842.953000', '095842.956000', '095842.959000', '095902.833000', '095902.836000', '095902.839000', '095902.842000', '095902.845000', '095902.848000', '095902.851000', '095902.853000', '095902.856000', '095902.859000', '095902.862000', '095902.865000', '095902.868000', '095902.871000', '095902.873000', '095902.876000', '095902.879000', '095902.882000', '095902.885000', '095902.888000', '095902.891000', '095902.894000', '095902.897000', '095902.900000', '095902.902000', '095902.905000', '095902.908000', '095902.911000', '095902.914000', '095902.917000', '095902.920000', '095902.923000', '095902.925000', '095902.928000', '095902.931000', '095902.934000', '095902.937000', '095902.940000', '095902.943000', '095902.946000', '095902.952000', '095902.955000', '095902.958000', '095922.833000', '095922.836000', '095922.839000', '095922.842000', '095922.845000', '095922.848000', '095922.850000', '095922.853000', '095922.856000', '095922.859000', '095922.862000', '095922.865000', '095922.868000', '095922.871000', '095922.874000', '095922.876000', '095922.879000', '095922.882000', '095922.885000', '095922.888000', '095922.891000', '095922.894000', '095922.897000', '095922.900000', '095922.903000', '095922.906000', '095922.908000', '095922.911000', '095922.914000', '095922.917000', '095922.920000', '095922.923000', '095922.926000', '095922.929000', '095922.932000', '095922.934000', '095922.937000', '095922.940000', '095922.943000', '095922.946000', '095922.949000', '095922.952000', '095922.954000', '095922.957000', '095942.833000', '095942.836000', '095942.839000', '095942.842000', '095942.845000', '095942.848000', '095942.851000', '095942.853000', '095942.856000', '095942.859000', '095942.862000', '095942.865000', '095942.868000', '095942.871000', '095942.874000', '095942.877000', '095942.880000', '095942.883000', '095942.885000', '095942.888000', '095942.891000', '095942.894000', '095942.897000', '095942.900000', '095942.903000', '095942.906000', '095942.909000', '095942.913000', '095942.915000', '095942.918000', '095942.921000', '095942.924000', '095942.927000', '095942.930000', '095942.933000', '095942.940000', '095942.943000', '095942.946000', '095942.949000', '095942.952000', '095942.955000', '095942.958000', '095942.961000', '100002.834000', '100002.837000', '100002.840000', '100002.843000', '100002.846000', '100002.849000', '100002.851000', '100002.854000', '100002.857000', '100002.860000', '100002.863000', '100002.866000', '100002.869000', '100002.871000', '100002.874000', '100002.878000', '100002.881000', '100002.884000', '100002.886000', '100002.889000', '100002.892000', '100002.895000', '100002.898000', '100002.901000', '100002.904000', '100002.907000', '100002.910000', '100002.913000', '100002.915000', '100002.918000', '100002.921000', '100002.924000', '100002.927000', '100002.930000', '100002.933000', '100002.936000', '100002.939000', '100002.941000', '100002.944000', '100002.947000', '100002.950000', '100002.953000', '100002.956000', '100002.959000', '100022.834000', '100022.837000', '100022.840000', '100022.843000', '100022.846000', '100022.849000', '100022.851000', '100022.854000', '100022.857000', '100022.860000', '100022.863000', '100022.866000', '100022.869000', '100022.871000', '100022.874000', '100022.877000', '100022.880000', '100022.883000', '100022.886000', '100022.889000', '100022.892000', '100022.895000', '100022.897000', '100022.900000', '100022.903000', '100022.906000', '100022.909000', '100022.912000', '100022.915000', '100022.918000', '100022.921000', '100022.924000', '100022.927000', '100022.929000', '100022.932000', '100022.935000', '100022.938000', '100022.941000', '100022.944000', '100022.947000', '100022.950000', '100022.953000', '100022.956000', '100032.259000', '100032.263000', '100032.266000', '100032.269000', '100032.272000', '100032.275000', '100032.278000', '100032.281000', '100032.284000', '100032.287000', '100032.290000', '100032.293000', '100032.296000', '100032.299000', '100032.302000', '100032.305000', '100032.308000', '100032.311000', '100032.314000', '100032.317000', '100032.321000'], 'InstanceCreationTime': ['095102.873000', '095102.877000', '095102.880000', '095102.882000', '095102.886000', '095102.889000', '095102.892000', '095102.895000', '095102.898000', '095102.901000', '095102.904000', '095102.907000', '095102.910000', '095102.913000', '095102.915000', '095102.918000', '095102.921000', '095102.924000', '095102.927000', '095102.930000', '095102.933000', '095102.935000', '095102.938000', '095102.941000', '095102.944000', '095102.947000', '095102.950000', '095102.953000', '095102.956000', '095102.958000', '095102.961000', '095102.964000', '095102.967000', '095102.970000', '095102.973000', '095102.975000', '095102.978000', '095102.981000', '095102.984000', '095102.987000', '095102.990000', '095102.993000', '095102.996000', '095103.000000', '095103.003000', '095103.005000', '095103.008000', '095103.011000', '095103.014000', '095103.017000', '095103.019000', '095103.022000', '095103.025000', '095103.028000', '095103.031000', '095103.034000', '095103.037000', '095103.040000', '095103.043000', '095103.045000', '095122.834000', '095122.837000', '095122.840000', '095122.843000', '095122.845000', '095122.848000', '095122.851000', '095122.854000', '095122.861000', '095122.864000', '095122.866000', '095122.869000', '095122.872000', '095122.875000', '095122.878000', '095122.881000', '095122.884000', '095122.886000', '095122.889000', '095122.892000', '095122.895000', '095122.898000', '095122.901000', '095122.904000', '095122.907000', '095122.909000', '095122.912000', '095122.915000', '095122.918000', '095122.921000', '095122.924000', '095122.927000', '095122.929000', '095122.932000', '095122.935000', '095122.938000', '095122.941000', '095122.944000', '095122.957000', '095122.960000', '095122.963000', '095122.966000', '095122.969000', '095142.834000', '095142.837000', '095142.840000', '095142.843000', '095142.845000', '095142.855000', '095142.858000', '095142.860000', '095142.863000', '095142.866000', '095142.869000', '095142.872000', '095142.875000', '095142.878000', '095142.880000', '095142.883000', '095142.886000', '095142.889000', '095142.892000', '095142.895000', '095142.898000', '095142.900000', '095142.903000', '095142.906000', '095142.909000', '095142.912000', '095142.915000', '095142.918000', '095142.920000', '095142.923000', '095142.926000', '095142.929000', '095142.932000', '095142.935000', '095142.938000', '095142.940000', '095142.943000', '095142.946000', '095142.949000', '095142.952000', '095142.955000', '095142.958000', '095142.960000', '095142.963000', '095202.833000', '095202.836000', '095202.839000', '095202.842000', '095202.845000', '095202.847000', '095202.850000', '095202.853000', '095202.856000', '095202.859000', '095202.862000', '095202.865000', '095202.868000', '095202.870000', '095202.873000', '095202.876000', '095202.879000', '095202.882000', '095202.885000', '095202.888000', '095202.891000', '095202.894000', '095202.896000', '095202.899000', '095202.902000', '095202.905000', '095202.908000', '095202.911000', '095202.914000', '095202.917000', '095202.921000', '095202.924000', '095202.927000', '095202.930000', '095202.933000', '095202.936000', '095202.939000', '095202.942000', '095202.945000', '095202.948000', '095202.950000', '095202.953000', '095202.956000', '095222.833000', '095222.836000', '095222.839000', '095222.842000', '095222.844000', '095222.847000', '095222.850000', '095222.853000', '095222.856000', '095222.859000', '095222.862000', '095222.865000', '095222.868000', '095222.871000', '095222.873000', '095222.876000', '095222.879000', '095222.882000', '095222.885000', '095222.888000', '095222.891000', '095222.894000', '095222.897000', '095222.900000', '095222.911000', '095222.913000', '095222.916000', '095222.919000', '095222.922000', '095222.925000', '095222.928000', '095222.931000', '095222.934000', '095222.937000', '095222.940000', '095222.943000', '095222.946000', '095222.948000', '095222.951000', '095222.954000', '095222.957000', '095222.960000', '095222.963000', '095222.966000', '095242.833000', '095242.836000', '095242.839000', '095242.842000', '095242.845000', '095242.848000', '095242.851000', '095242.853000', '095242.856000', '095242.859000', '095242.862000', '095242.865000', '095242.868000', '095242.871000', '095242.874000', '095242.877000', '095242.879000', '095242.882000', '095242.885000', '095242.888000', '095242.891000', '095242.894000', '095242.897000', '095242.900000', '095242.903000', '095242.906000', '095242.908000', '095242.911000', '095242.914000', '095242.917000', '095242.920000', '095242.923000', '095242.926000', '095242.929000', '095242.932000', '095242.934000', '095242.937000', '095242.940000', '095242.943000', '095242.946000', '095242.949000', '095242.952000', '095242.955000', '095302.834000', '095302.837000', '095302.840000', '095302.843000', '095302.846000', '095302.849000', '095302.851000', '095302.854000', '095302.857000', '095302.860000', '095302.863000', '095302.866000', '095302.869000', '095302.872000', '095302.874000', '095302.877000', '095302.880000', '095302.883000', '095302.886000', '095302.889000', '095302.892000', '095302.895000', '095302.898000', '095302.900000', '095302.903000', '095302.906000', '095302.909000', '095302.912000', '095302.915000', '095302.918000', '095302.921000', '095302.923000', '095302.926000', '095302.929000', '095302.942000', '095302.945000', '095302.948000', '095302.950000', '095302.953000', '095302.956000', '095302.959000', '095302.962000', '095302.965000', '095302.968000', '095322.834000', '095322.837000', '095322.840000', '095322.843000', '095322.846000', '095322.849000', '095322.851000', '095322.854000', '095322.857000', '095322.860000', '095322.863000', '095322.866000', '095322.869000', '095322.872000', '095322.875000', '095322.877000', '095322.880000', '095322.883000', '095322.886000', '095322.889000', '095322.892000', '095322.895000', '095322.898000', '095322.901000', '095322.904000', '095322.906000', '095322.909000', '095322.912000', '095322.915000', '095322.918000', '095322.921000', '095322.924000', '095322.926000', '095322.930000', '095322.933000', '095322.936000', '095322.938000', '095322.941000', '095322.944000', '095322.947000', '095322.950000', '095322.953000', '095322.956000', '095342.834000', '095342.837000', '095342.840000', '095342.843000', '095342.846000', '095342.848000', '095342.851000', '095342.854000', '095342.857000', '095342.860000', '095342.863000', '095342.866000', '095342.869000', '095342.872000', '095342.874000', '095342.877000', '095342.880000', '095342.883000', '095342.886000', '095342.889000', '095342.892000', '095342.895000', '095342.898000', '095342.900000', '095342.903000', '095342.906000', '095342.909000', '095342.912000', '095342.915000', '095342.918000', '095342.921000', '095342.923000', '095342.926000', '095342.929000', '095342.932000', '095342.935000', '095342.938000', '095342.941000', '095342.944000', '095342.947000', '095342.950000', '095342.952000', '095342.955000', '095342.958000', '095402.834000', '095402.837000', '095402.840000', '095402.843000', '095402.846000', '095402.849000', '095402.851000', '095402.854000', '095402.857000', '095402.860000', '095402.863000', '095402.866000', '095402.869000', '095402.871000', '095402.874000', '095402.877000', '095402.880000', '095402.883000', '095402.886000', '095402.889000', '095402.892000', '095402.895000', '095402.897000', '095402.900000', '095402.903000', '095402.906000', '095402.909000', '095402.912000', '095402.921000', '095402.924000', '095402.927000', '095402.930000', '095402.933000', '095402.936000', '095402.939000', '095402.942000', '095402.945000', '095402.948000', '095402.950000', '095402.953000', '095402.956000', '095402.959000', '095402.962000', '095422.833000', '095422.836000', '095422.839000', '095422.842000', '095422.845000', '095422.848000', '095422.851000', '095422.853000', '095422.856000', '095422.859000', '095422.862000', '095422.865000', '095422.868000', '095422.871000', '095422.874000', '095422.877000', '095422.880000', '095422.883000', '095422.885000', '095422.888000', '095422.891000', '095422.894000', '095422.897000', '095422.900000', '095422.903000', '095422.906000', '095422.909000', '095422.912000', '095422.915000', '095422.918000', '095422.921000', '095422.923000', '095422.926000', '095422.929000', '095422.932000', '095422.935000', '095422.938000', '095422.941000', '095422.944000', '095422.947000', '095422.950000', '095422.953000', '095422.956000', '095422.958000', '095442.833000', '095442.836000', '095442.839000', '095442.842000', '095442.845000', '095442.848000', '095442.851000', '095442.853000', '095442.856000', '095442.859000', '095442.862000', '095442.865000', '095442.868000', '095442.871000', '095442.873000', '095442.892000', '095442.894000', '095442.897000', '095442.900000', '095442.903000', '095442.906000', '095442.909000', '095442.912000', '095442.915000', '095442.918000', '095442.921000', '095442.923000', '095442.926000', '095442.929000', '095442.932000', '095442.935000', '095442.938000', '095442.941000', '095442.944000', '095442.947000', '095442.950000', '095442.953000', '095442.956000', '095442.959000', '095442.962000', '095442.965000', '095442.967000', '095442.970000', '095502.833000', '095502.836000', '095502.840000', '095502.844000', '095502.846000', '095502.849000', '095502.852000', '095502.855000', '095502.858000', '095502.861000', '095502.864000', '095502.867000', '095502.869000', '095502.872000', '095502.875000', '095502.878000', '095502.881000', '095502.884000', '095502.887000', '095502.890000', '095502.893000', '095502.896000', '095502.899000', '095502.902000', '095502.905000', '095502.907000', '095502.910000', '095502.913000', '095502.916000', '095502.919000', '095502.922000', '095502.925000', '095502.928000', '095502.931000', '095502.934000', '095502.937000', '095502.940000', '095502.943000', '095502.946000', '095502.948000', '095502.952000', '095502.954000', '095502.957000', '095522.834000', '095522.837000', '095522.840000', '095522.843000', '095522.846000', '095522.849000', '095522.852000', '095522.854000', '095522.857000', '095522.860000', '095522.863000', '095522.866000', '095522.869000', '095522.872000', '095522.875000', '095522.878000', '095522.881000', '095522.883000', '095522.886000', '095522.889000', '095522.892000', '095522.895000', '095522.898000', '095522.901000', '095522.904000', '095522.907000', '095522.910000', '095522.913000', '095522.916000', '095522.919000', '095522.921000', '095522.924000', '095522.927000', '095522.930000', '095522.933000', '095522.936000', '095522.939000', '095522.942000', '095522.944000', '095522.947000', '095522.950000', '095522.953000', '095522.956000', '095522.959000', '095542.834000', '095542.837000', '095542.840000', '095542.843000', '095542.846000', '095542.849000', '095542.852000', '095542.855000', '095542.857000', '095542.860000', '095542.864000', '095542.867000', '095542.870000', '095542.873000', '095542.876000', '095542.886000', '095542.889000', '095542.892000', '095542.895000', '095542.903000', '095542.906000', '095542.909000', '095542.912000', '095542.915000', '095542.918000', '095542.921000', '095542.924000', '095542.927000', '095542.930000', '095542.932000', '095542.935000', '095542.938000', '095542.941000', '095542.944000', '095542.947000', '095542.950000', '095542.953000', '095542.956000', '095542.958000', '095542.961000', '095542.964000', '095542.967000', '095542.970000', '095602.834000', '095602.837000', '095602.840000', '095602.843000', '095602.846000', '095602.849000', '095602.851000', '095602.854000', '095602.857000', '095602.860000', '095602.863000', '095602.866000', '095602.869000', '095602.872000', '095602.874000', '095602.877000', '095602.880000', '095602.883000', '095602.886000', '095602.889000', '095602.892000', '095602.895000', '095602.897000', '095602.900000', '095602.903000', '095602.906000', '095602.909000', '095602.912000', '095602.915000', '095602.918000', '095602.921000', '095602.924000', '095602.927000', '095602.930000', '095602.933000', '095602.935000', '095602.938000', '095602.941000', '095602.944000', '095602.947000', '095602.950000', '095602.963000', '095602.966000', '095602.977000', '095622.834000', '095622.837000', '095622.840000', '095622.843000', '095622.846000', '095622.849000', '095622.852000', '095622.854000', '095622.857000', '095622.860000', '095622.863000', '095622.866000', '095622.869000', '095622.872000', '095622.875000', '095622.878000', '095622.880000', '095622.883000', '095622.886000', '095622.891000', '095622.894000', '095622.897000', '095622.900000', '095622.903000', '095622.906000', '095622.909000', '095622.912000', '095622.914000', '095622.917000', '095622.920000', '095622.923000', '095622.926000', '095622.929000', '095622.932000', '095622.935000', '095622.937000', '095622.940000', '095622.943000', '095622.946000', '095622.949000', '095622.952000', '095622.955000', '095622.958000', '095642.833000', '095642.836000', '095642.839000', '095642.842000', '095642.845000', '095642.848000', '095642.850000', '095642.853000', '095642.856000', '095642.859000', '095642.862000', '095642.865000', '095642.868000', '095642.871000', '095642.875000', '095642.878000', '095642.881000', '095642.884000', '095642.887000', '095642.890000', '095642.893000', '095642.895000', '095642.898000', '095642.901000', '095642.904000', '095642.907000', '095642.910000', '095642.913000', '095642.916000', '095642.919000', '095642.922000', '095642.925000', '095642.927000', '095642.930000', '095642.933000', '095642.936000', '095642.939000', '095642.942000', '095642.945000', '095642.948000', '095642.950000', '095642.953000', '095642.956000', '095642.959000', '095702.834000', '095702.838000', '095702.841000', '095702.843000', '095702.846000', '095702.849000', '095702.852000', '095702.855000', '095702.858000', '095702.861000', '095702.864000', '095702.866000', '095702.869000', '095702.872000', '095702.875000', '095702.878000', '095702.881000', '095702.884000', '095702.887000', '095702.890000', '095702.893000', '095702.895000', '095702.898000', '095702.901000', '095702.904000', '095702.907000', '095702.910000', '095702.913000', '095702.916000', '095702.919000', '095702.922000', '095702.925000', '095702.928000', '095702.931000', '095702.933000', '095702.936000', '095702.939000', '095702.942000', '095702.945000', '095702.948000', '095702.951000', '095702.954000', '095702.957000', '095722.833000', '095722.836000', '095722.839000', '095722.842000', '095722.845000', '095722.848000', '095722.850000', '095722.853000', '095722.856000', '095722.859000', '095722.862000', '095722.865000', '095722.868000', '095722.871000', '095722.874000', '095722.877000', '095722.879000', '095722.882000', '095722.885000', '095722.888000', '095722.891000', '095722.894000', '095722.897000', '095722.900000', '095722.903000', '095722.906000', '095722.908000', '095722.911000', '095722.914000', '095722.917000', '095722.920000', '095722.923000', '095722.926000', '095722.929000', '095722.932000', '095722.934000', '095722.937000', '095722.940000', '095722.943000', '095722.946000', '095722.949000', '095722.952000', '095722.955000', '095722.958000', '095742.834000', '095742.837000', '095742.840000', '095742.843000', '095742.846000', '095742.849000', '095742.851000', '095742.854000', '095742.857000', '095742.860000', '095742.863000', '095742.866000', '095742.869000', '095742.872000', '095742.875000', '095742.878000', '095742.880000', '095742.883000', '095742.886000', '095742.889000', '095742.892000', '095742.895000', '095742.898000', '095742.901000', '095742.904000', '095742.907000', '095742.910000', '095742.913000', '095742.916000', '095742.919000', '095742.922000', '095742.925000', '095742.927000', '095742.930000', '095742.933000', '095742.936000', '095742.939000', '095742.942000', '095742.945000', '095742.948000', '095742.951000', '095742.954000', '095742.956000', '095802.834000', '095802.837000', '095802.840000', '095802.843000', '095802.846000', '095802.848000', '095802.851000', '095802.854000', '095802.857000', '095802.860000', '095802.863000', '095802.866000', '095802.869000', '095802.872000', '095802.874000', '095802.877000', '095802.880000', '095802.883000', '095802.886000', '095802.889000', '095802.892000', '095802.895000', '095802.898000', '095802.901000', '095802.904000', '095802.906000', '095802.909000', '095802.912000', '095802.915000', '095802.918000', '095802.921000', '095802.924000', '095802.927000', '095802.929000', '095802.932000', '095802.935000', '095802.938000', '095802.941000', '095802.944000', '095802.947000', '095802.950000', '095802.952000', '095802.955000', '095802.958000', '095822.834000', '095822.837000', '095822.840000', '095822.843000', '095822.846000', '095822.849000', '095822.852000', '095822.854000', '095822.857000', '095822.860000', '095822.863000', '095822.866000', '095822.869000', '095822.872000', '095822.876000', '095822.878000', '095822.881000', '095822.884000', '095822.887000', '095822.890000', '095822.893000', '095822.896000', '095822.899000', '095822.902000', '095822.905000', '095822.907000', '095822.910000', '095822.913000', '095822.916000', '095822.919000', '095822.922000', '095822.925000', '095822.928000', '095822.931000', '095822.934000', '095822.937000', '095822.939000', '095822.942000', '095822.947000', '095822.952000', '095822.955000', '095822.958000', '095822.961000', '095842.834000', '095842.837000', '095842.840000', '095842.843000', '095842.846000', '095842.849000', '095842.852000', '095842.855000', '095842.858000', '095842.860000', '095842.863000', '095842.866000', '095842.869000', '095842.872000', '095842.875000', '095842.878000', '095842.881000', '095842.884000', '095842.887000', '095842.889000', '095842.892000', '095842.895000', '095842.898000', '095842.901000', '095842.904000', '095842.907000', '095842.910000', '095842.913000', '095842.916000', '095842.919000', '095842.921000', '095842.924000', '095842.927000', '095842.930000', '095842.933000', '095842.936000', '095842.939000', '095842.942000', '095842.945000', '095842.948000', '095842.951000', '095842.953000', '095842.956000', '095842.959000', '095902.833000', '095902.836000', '095902.839000', '095902.842000', '095902.845000', '095902.848000', '095902.851000', '095902.853000', '095902.856000', '095902.859000', '095902.862000', '095902.865000', '095902.868000', '095902.871000', '095902.873000', '095902.876000', '095902.879000', '095902.882000', '095902.885000', '095902.888000', '095902.891000', '095902.894000', '095902.897000', '095902.900000', '095902.902000', '095902.905000', '095902.908000', '095902.911000', '095902.914000', '095902.917000', '095902.920000', '095902.923000', '095902.925000', '095902.928000', '095902.931000', '095902.934000', '095902.937000', '095902.940000', '095902.943000', '095902.946000', '095902.952000', '095902.955000', '095902.958000', '095922.833000', '095922.836000', '095922.839000', '095922.842000', '095922.845000', '095922.848000', '095922.850000', '095922.853000', '095922.856000', '095922.859000', '095922.862000', '095922.865000', '095922.868000', '095922.871000', '095922.874000', '095922.876000', '095922.879000', '095922.882000', '095922.885000', '095922.888000', '095922.891000', '095922.894000', '095922.897000', '095922.900000', '095922.903000', '095922.906000', '095922.908000', '095922.911000', '095922.914000', '095922.917000', '095922.920000', '095922.923000', '095922.926000', '095922.929000', '095922.932000', '095922.934000', '095922.937000', '095922.940000', '095922.943000', '095922.946000', '095922.949000', '095922.952000', '095922.954000', '095922.957000', '095942.833000', '095942.836000', '095942.839000', '095942.842000', '095942.845000', '095942.848000', '095942.851000', '095942.853000', '095942.856000', '095942.859000', '095942.862000', '095942.865000', '095942.868000', '095942.871000', '095942.874000', '095942.877000', '095942.880000', '095942.883000', '095942.885000', '095942.888000', '095942.891000', '095942.894000', '095942.897000', '095942.900000', '095942.903000', '095942.906000', '095942.909000', '095942.913000', '095942.915000', '095942.918000', '095942.921000', '095942.924000', '095942.927000', '095942.930000', '095942.933000', '095942.940000', '095942.943000', '095942.946000', '095942.949000', '095942.952000', '095942.955000', '095942.958000', '095942.961000', '100002.834000', '100002.837000', '100002.840000', '100002.843000', '100002.846000', '100002.849000', '100002.851000', '100002.854000', '100002.857000', '100002.860000', '100002.863000', '100002.866000', '100002.869000', '100002.871000', '100002.874000', '100002.878000', '100002.881000', '100002.884000', '100002.886000', '100002.889000', '100002.892000', '100002.895000', '100002.898000', '100002.901000', '100002.904000', '100002.907000', '100002.910000', '100002.913000', '100002.915000', '100002.918000', '100002.921000', '100002.924000', '100002.927000', '100002.930000', '100002.933000', '100002.936000', '100002.939000', '100002.941000', '100002.944000', '100002.947000', '100002.950000', '100002.953000', '100002.956000', '100002.959000', '100022.834000', '100022.837000', '100022.840000', '100022.843000', '100022.846000', '100022.849000', '100022.851000', '100022.854000', '100022.857000', '100022.860000', '100022.863000', '100022.866000', '100022.869000', '100022.871000', '100022.874000', '100022.877000', '100022.880000', '100022.883000', '100022.886000', '100022.889000', '100022.892000', '100022.895000', '100022.897000', '100022.900000', '100022.903000', '100022.906000', '100022.909000', '100022.912000', '100022.915000', '100022.918000', '100022.921000', '100022.924000', '100022.927000', '100022.929000', '100022.932000', '100022.935000', '100022.938000', '100022.941000', '100022.944000', '100022.947000', '100022.950000', '100022.953000', '100022.956000', '100032.259000', '100032.263000', '100032.266000', '100032.269000', '100032.272000', '100032.275000', '100032.278000', '100032.281000', '100032.284000', '100032.287000', '100032.290000', '100032.293000', '100032.296000', '100032.299000', '100032.302000', '100032.305000', '100032.308000', '100032.311000', '100032.314000', '100032.317000', '100032.321000'], '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': [8090, 10717, 7808, 8769, 12513, 7800, 10092, 13386, 8614, 10361, 7762, 8357, 10741, 7867, 9688, 8798, 8138, 11202, 8044, 9105, 8396, 8330, 11403, 7804, 9183, 12719, 8223, 9331, 10738, 8094, 9404, 7588, 7946, 10617, 7573, 7838, 10843, 7817, 8806, 7627, 8103, 10077, 7706, 8749, 8896, 7957, 10700, 7869, 8663, 10215, 7802, 10728, 8244, 8308, 11294, 8088, 10183, 8830, 8194, 12442, 8028, 9274, 8832, 7994, 11376, 7382, 9303, 12571, 8141, 11018, 7549, 9174, 13238, 8296, 11468, 8458, 8593, 12640, 8053, 9790, 8855, 7898, 11597, 7893, 9274, 9144, 7997, 9614, 7388, 8063, 12014, 8058, 10278, 8037, 7995, 10662, 10268, 7932, 9813, 7573, 7905, 10742, 7420, 7872, 10512, 7713, 8260, 12012, 7747, 8864, 9599, 7827, 10358, 8019, 7955, 7595, 7723, 7540, 8247, 11663, 7752, 9183, 12798, 8272, 10207, 13803, 9400, 10636, 14892, 8324, 9857, 13090, 8246, 11808, 11228, 8359, 11744, 7818, 8229, 10697, 7868, 8511, 11331, 8225, 8992, 9108, 8283, 10334, 7835, 8287, 11270, 7877, 8477, 11832, 8434, 10144, 11366, 8376, 10413, 7748, 8329, 10007, 7950, 8172, 11066, 7865, 8371, 11264, 8233, 9225, 12190, 8116, 9541, 7753, 8193, 10068, 7860, 8649, 8575, 8248, 10563, 7784, 8170, 10963, 7920, 9014, 12275, 8066, 8713, 12774, 8078, 9520, 10115, 8146, 10683, 8393, 8236, 10972, 8021, 8650, 11012, 8254, 9610, 9267, 7974, 10610, 7683, 7953, 10551, 7769, 8445, 11389, 7665, 8746, 9742, 8050, 9509, 7798, 8000, 10852, 7739, 8619, 12212, 8159, 9233, 8813, 8078, 11310, 8378, 8726, 12012, 8085, 9617, 11082, 8265, 11129, 8624, 8248, 11568, 7803, 8972, 12583, 8379, 10847, 7923, 9197, 10935, 8389, 10560, 7825, 8726, 13773, 8368, 10823, 8019, 8270, 11652, 8256, 7833, 8353, 11488, 12011, 8430, 10199, 11132, 8253, 10004, 7730, 8235, 9280, 7913, 8034, 10544, 7689, 8139, 10892, 8268, 8950, 8247, 8082, 9601, 8040, 8116, 10654, 8080, 8289, 10642, 8207, 10183, 7981, 8125, 11038, 7842, 8571, 12386, 8053, 9357, 8634, 8129, 10266, 7899, 8085, 11652, 7913, 8424, 11476, 8305, 9424, 7880, 8094, 10932, 7910, 8422, 11329, 7978, 9173, 10717, 8139, 11413, 8844, 9723, 15525, 8687, 12091, 8296, 9170, 7946, 8160, 10507, 7932, 8591, 12790, 8032, 10544, 11911, 9219, 13226, 7979, 9324, 7839, 8230, 9977, 7666, 8211, 12107, 8130, 8839, 11942, 8370, 9498, 8140, 8223, 10932, 7799, 8612, 12532, 8202, 9064, 9512, 8332, 9319, 7533, 8257, 10912, 7831, 8542, 11261, 8186, 9313, 10250, 8298, 11197, 7731, 8155, 11027, 7943, 8647, 12083, 8077, 9729, 10325, 8415, 10291, 8071, 8225, 10447, 8008, 8108, 11364, 7725, 8106, 11087, 8086, 8119, 11426, 8004, 9120, 7750, 8154, 10102, 7657, 8109, 9903, 7753, 8440, 9496, 8037, 9407, 8027, 7915, 11081, 7775, 8955, 13855, 8058, 10117, 9495, 8083, 12428, 8041, 9947, 12974, 8230, 9855, 8255, 7841, 12003, 7963, 8940, 12152, 8301, 9636, 8782, 8156, 11297, 8673, 8381, 11333, 8049, 9013, 12580, 8163, 10878, 8122, 8307, 11607, 7849, 8058, 11091, 8116, 9801, 7767, 8040, 10818, 7830, 8552, 12002, 8022, 10018, 10298, 8256, 11618, 7663, 8158, 10955, 8145, 9775, 8229, 8092, 10661, 7698, 8142, 12156, 8063, 9213, 9130, 8205, 9707, 7709, 7959, 10548, 7747, 7974, 10881, 7828, 8444, 11488, 8034, 9517, 9050, 7887, 9759, 7487, 7912, 10606, 7750, 8448, 11384, 7813, 8832, 9228, 7938, 9278, 7558, 7800, 10158, 7556, 8713, 10638, 8160, 9734, 8253, 8307, 11834, 7666, 9799, 13691, 7854, 9744, 8891, 7836, 11466, 7426, 9229, 11650, 7973, 10049, 8347, 8060, 11278, 7828, 9705, 10002, 7868, 10882, 8441, 8855, 13377, 8013, 10667, 8695, 7989, 11279, 7696, 9311, 13757, 8059, 10618, 8787, 8009, 11076, 7868, 8980, 11737, 8158, 9658, 8209, 7813, 10927, 7572, 9059, 11480, 8188, 9534, 7707, 8238, 10627, 8141, 9190, 11429, 8151, 10328, 7979, 8036, 11331, 8057, 9354, 13285, 7882, 10058, 8334, 8101, 10948, 7585, 9043, 12727, 8007, 9658, 8574, 8143, 10395, 7408, 8133, 11760, 7865, 8802, 9622, 7942, 9501, 7394, 8091, 11321, 7661, 9139, 11351, 8034, 9879, 8516, 8203, 11096, 7921, 9182, 12385, 8077, 10095, 8154, 8059, 11243, 7716, 9069, 12104, 8085, 9580, 8188, 7918, 10524, 7956, 8696, 11168, 7822, 9620, 10261, 7741, 10677, 7254, 8080, 11002, 7756, 9281, 13381, 7981, 9793, 7722, 8138, 10853, 7646, 9117, 11969, 8061, 10208, 7724, 8091, 11260, 7569, 8982, 10813, 8003, 10926, 8157, 8596, 12705, 8075, 9942, 10788, 7979, 10629, 8847, 8346, 11844, 8240, 9695, 13193, 8075, 9837, 11648, 8029, 10719, 8071, 8124, 10764, 7452, 8647, 12143, 8175, 9115, 7885, 8112, 10015, 7783, 8794, 11975, 8130, 10357, 7930, 8188, 11767, 7810, 9183, 13410, 8098, 9569, 11221, 7923, 10641, 8242, 7889, 11462, 7612, 8650, 11957, 7961, 9782, 7795, 8012, 10785, 7924, 8334, 9304, 7967, 9862, 7793, 8248, 12640, 8118, 9942, 9128, 8214, 11420, 7807, 8915, 13211, 8309, 11293, 8103, 8342, 10786, 7864, 9078, 12508, 8259, 9327, 7919, 8096, 10758, 7856, 8476, 11607, 7984, 9151, 9242, 8007, 9762, 7876, 8002, 11110, 7989, 8751, 11585, 8088, 10126, 8072, 8035, 11372, 8062, 8558, 11483, 8103, 9642, 9182, 8052, 11321, 7593, 8316, 11144, 7874, 9981, 10083, 8094, 11259, 7464, 7879, 11185, 7637, 9201, 14129, 7927, 9484, 8122, 7937, 10723, 7142, 8757, 12542, 7860, 9083, 8048, 7843, 10536, 7875, 9183, 9584, 7757, 11468, 7988, 9089, 7846, 8841, 11621, 8165, 11755, 10139, 9187, 13012, 8424, 9766, 14683, 8435, 12354, 12336, 8136, 12979, 7658, 8652, 12531, 8196, 9853, 13734, 8217, 11272, 7686, 8031, 10806, 7924, 9088, 11291, 8004, 9792, 8025, 7963, 10959, 7821, 9496, 14507, 8195, 10465, 7764, 8120, 11121, 7548, 8286, 12441, 8169, 8861, 10276, 7905, 9569, 7886, 7905, 11144, 8094, 9316, 12346, 8087, 11190, 7858, 10469, 7842, 8810, 8677, 8300, 10918, 7949, 8708, 12826, 8282, 10878, 11988, 8229, 13253, 9895, 11396, 16363, 9573, 11742, 7950, 9291, 11818, 8245, 10774, 8274, 8106, 11721, 7991, 9572, 13417, 8155, 11246, 8268, 8113, 11654, 8154, 8696, 7462, 7972, 10165, 7839, 9065, 12382, 7990, 10528, 7511, 7933, 10996, 7702, 9127, 10813, 8031, 10904, 7762, 8140, 11460, 7915, 9386, 10791, 8165, 10737, 8058, 7937, 11155, 7926, 9010, 13178, 8028, 10133, 8156, 7849, 10868, 7820, 8910, 12086, 7806, 9974, 9336, 7840, 10199, 7323, 7835, 10964, 7631, 9110, 10684, 8071, 9711, 7449, 7792, 10404, 7484, 8816, 12331, 7930, 9222, 7838, 7953, 10704, 7598, 8780, 12759, 8096, 9401, 8139, 7880, 10803, 7369, 9476, 13975, 8209, 11332, 8587, 8075, 11795, 8105, 9067, 12959, 7931, 9523, 13108, 7911, 9594, 9163, 7426, 10225, 7338, 7727, 10613, 7402, 8359, 11697, 8269, 9748, 8250, 7782, 10691, 7286, 8773, 11997, 8112, 9925, 8537, 7758, 11009, 7472, 8971, 12468, 8640, 10493, 8521, 7673, 10641, 7560, 9096, 10785, 8050, 11584, 8073, 8560, 12494, 7879, 11130, 12247, 8177, 12310, 7463, 8610, 12766, 8007, 10172, 10037, 8039, 11764, 7833, 8798, 10790, 7977, 10195, 7861, 8291, 10819, 7898, 9316, 7253, 8044, 10799, 8101, 10492, 8081, 8204, 11067, 8094, 10228, 8864, 7972, 11783, 7774, 9142, 12909, 7902, 9973, 7943, 7748, 11560, 7530, 8671, 10349, 7862, 9540, 7542, 8555, 11893, 7897, 9634, 7558, 8439, 11202, 7841, 10115, 7949, 7915, 11140, 7972, 9600, 8227, 7911, 12325, 8008, 9473, 9946, 7911, 10862, 7897, 8293, 11161, 8134, 9726, 9294, 8068, 11115, 8182, 8975, 12849, 7796, 9604, 8464, 7868, 10162, 7540, 7926, 8743, 7861, 9802, 7670, 8866, 9497, 7998, 10968, 7732, 9068, 8091, 7982, 10711, 8017, 9445, 12068, 7740, 11273, 7769, 8794, 10197, 7883, 10709, 8028, 9182, 8456, 7824, 10476, 7933, 9507, 10220, 7816, 11059, 7863, 9150, 10195, 7744, 11066, 7831, 9386, 10204, 8079, 10907, 8005, 9434, 9773, 8010, 11288, 7858, 9459, 10673, 8017, 11416, 8177, 9339, 8817, 7672, 11242, 8074, 8985, 7777, 7813, 10702, 8058, 9223, 11460, 7811, 11192, 7580, 9238, 9744, 7793, 10862, 7599, 9164, 8730, 7859, 11026, 7925, 9570, 11740, 7873, 11484, 7703, 9526, 10124, 7988, 12007, 8012, 9560, 8005, 7957, 11180, 7678, 9978, 7982, 7855, 11094, 7863, 9349, 9417, 7843, 11312, 7680, 9423, 8501, 7856, 10629, 8035, 8024, 11618, 7758, 9252, 10169, 7729, 9926, 7642, 8314, 9711, 7605, 9507, 7327, 8742, 7464, 7900, 10800, 7686, 10250, 8327, 8868, 12534, 7909, 11394, 8051, 9441, 14147, 8264, 11858, 8597, 8001, 11838, 7852, 9421, 8936, 7825, 11103, 7707, 9796, 7771, 8004, 10775, 7950, 9082, 8214, 8047, 11772, 7881, 9347, 8081, 7944, 10966, 7726, 8833, 13411, 7941, 10874, 8235, 7846, 11148, 8019, 9360, 9317, 7815, 11106, 7835, 8774, 9802, 7747, 9957, 7324, 8293, 11709], 'WindowCenter': [4351.0, 4365.0, 4320.0, 4329.0, 4345.0, 4294.0, 4324.0, 4342.0, 4301.0, 4320.0, 4280.0, 4301.0, 4318.0, 4289.0, 4310.0, 4299.0, 4291.0, 4320.0, 4291.0, 4302.0, 4289.0, 4291.0, 4330.0, 4278.0, 4300.0, 4329.0, 4288.0, 4299.0, 4317.0, 4278.0, 4297.0, 4276.0, 4288.0, 4318.0, 4278.0, 4289.0, 4318.0, 4290.0, 4310.0, 4290.0, 4302.0, 4321.0, 4292.0, 4313.0, 4312.0, 4304.0, 4332.0, 4303.0, 4314.0, 4321.0, 4293.0, 4333.0, 4302.0, 4304.0, 4331.0, 4303.0, 4323.0, 4310.0, 4302.0, 4342.0, 4291.0, 4311.0, 4300.0, 4301.0, 4331.0, 4280.0, 4312.0, 4340.0, 4291.0, 4320.0, 4290.0, 4312.0, 4340.0, 4301.0, 4331.0, 4289.0, 4301.0, 4341.0, 4290.0, 4310.0, 4298.0, 4290.0, 4329.0, 4289.0, 4310.0, 4298.0, 4289.0, 4309.0, 4279.0, 4291.0, 4330.0, 4291.0, 4321.0, 4289.0, 4291.0, 4332.0, 4321.0, 4290.0, 4309.0, 4277.0, 4289.0, 4318.0, 4280.0, 4302.0, 4331.0, 4291.0, 4301.0, 4328.0, 4290.0, 4312.0, 4321.0, 4292.0, 4333.0, 4291.0, 4304.0, 4303.0, 4293.0, 4303.0, 4314.0, 4342.0, 4291.0, 4313.0, 4342.0, 4301.0, 4323.0, 4341.0, 4311.0, 4321.0, 4337.0, 4276.0, 4297.0, 4314.0, 4275.0, 4317.0, 4304.0, 4275.0, 4304.0, 4252.0, 4273.0, 4292.0, 4263.0, 4285.0, 4303.0, 4274.0, 4285.0, 4282.0, 4275.0, 4296.0, 4264.0, 4276.0, 4305.0, 4264.0, 4276.0, 4315.0, 4276.0, 4307.0, 4304.0, 4275.0, 4306.0, 4263.0, 4276.0, 4307.0, 4276.0, 4286.0, 4305.0, 4275.0, 4287.0, 4304.0, 4276.0, 4297.0, 4315.0, 4276.0, 4297.0, 4275.0, 4287.0, 4306.0, 4277.0, 4298.0, 4287.0, 4289.0, 4318.0, 4277.0, 4289.0, 4318.0, 4278.0, 4300.0, 4329.0, 4278.0, 4288.0, 4326.0, 4277.0, 4308.0, 4305.0, 4277.0, 4308.0, 4286.0, 4287.0, 4306.0, 4277.0, 4288.0, 4305.0, 4288.0, 4308.0, 4296.0, 4288.0, 4318.0, 4277.0, 4289.0, 4317.0, 4277.0, 4289.0, 4329.0, 4279.0, 4300.0, 4308.0, 4289.0, 4310.0, 4279.0, 4290.0, 4319.0, 4279.0, 4300.0, 4328.0, 4289.0, 4310.0, 4310.0, 4291.0, 4331.0, 4290.0, 4300.0, 4328.0, 4289.0, 4309.0, 4317.0, 4288.0, 4319.0, 4287.0, 4289.0, 4317.0, 4277.0, 4298.0, 4326.0, 4287.0, 4307.0, 4277.0, 4299.0, 4317.0, 4288.0, 4308.0, 4276.0, 4300.0, 4338.0, 4288.0, 4318.0, 4277.0, 4288.0, 4317.0, 4286.0, 4277.0, 4289.0, 4330.0, 4316.0, 4276.0, 4306.0, 4303.0, 4275.0, 4295.0, 4262.0, 4274.0, 4284.0, 4274.0, 4276.0, 4305.0, 4265.0, 4277.0, 4305.0, 4287.0, 4297.0, 4276.0, 4288.0, 4308.0, 4278.0, 4289.0, 4318.0, 4289.0, 4300.0, 4319.0, 4300.0, 4321.0, 4289.0, 4291.0, 4319.0, 4289.0, 4301.0, 4340.0, 4291.0, 4310.0, 4299.0, 4290.0, 4320.0, 4289.0, 4290.0, 4330.0, 4290.0, 4302.0, 4330.0, 4300.0, 4310.0, 4288.0, 4290.0, 4320.0, 4289.0, 4301.0, 4319.0, 4289.0, 4311.0, 4318.0, 4290.0, 4330.0, 4299.0, 4310.0, 4349.0, 4288.0, 4328.0, 4289.0, 4311.0, 4288.0, 4289.0, 4318.0, 4278.0, 4299.0, 4328.0, 4289.0, 4320.0, 4317.0, 4299.0, 4328.0, 4275.0, 4296.0, 4265.0, 4286.0, 4296.0, 4264.0, 4287.0, 4316.0, 4276.0, 4287.0, 4316.0, 4286.0, 4296.0, 4263.0, 4274.0, 4304.0, 4263.0, 4285.0, 4314.0, 4274.0, 4285.0, 4282.0, 4274.0, 4284.0, 4262.0, 4275.0, 4305.0, 4264.0, 4286.0, 4304.0, 4275.0, 4296.0, 4294.0, 4276.0, 4306.0, 4264.0, 4276.0, 4305.0, 4275.0, 4287.0, 4315.0, 4276.0, 4308.0, 4305.0, 4286.0, 4306.0, 4274.0, 4286.0, 4305.0, 4275.0, 4276.0, 4316.0, 4265.0, 4276.0, 4304.0, 4275.0, 4277.0, 4315.0, 4287.0, 4298.0, 4276.0, 4289.0, 4308.0, 4278.0, 4291.0, 4320.0, 4291.0, 4303.0, 4321.0, 4302.0, 4313.0, 4291.0, 4303.0, 4332.0, 4291.0, 4313.0, 4341.0, 4290.0, 4321.0, 4309.0, 4291.0, 4341.0, 4290.0, 4321.0, 4339.0, 4289.0, 4309.0, 4287.0, 4290.0, 4329.0, 4289.0, 4300.0, 4328.0, 4288.0, 4309.0, 4287.0, 4288.0, 4319.0, 4288.0, 4289.0, 4318.0, 4277.0, 4298.0, 4316.0, 4287.0, 4318.0, 4275.0, 4287.0, 4316.0, 4275.0, 4277.0, 4316.0, 4277.0, 4308.0, 4276.0, 4288.0, 4317.0, 4276.0, 4288.0, 4316.0, 4278.0, 4309.0, 4306.0, 4288.0, 4317.0, 4276.0, 4277.0, 4306.0, 4277.0, 4309.0, 4287.0, 4288.0, 4318.0, 4277.0, 4288.0, 4327.0, 4289.0, 4299.0, 4297.0, 4288.0, 4308.0, 4276.0, 4288.0, 4318.0, 4277.0, 4289.0, 4318.0, 4278.0, 4289.0, 4317.0, 4288.0, 4310.0, 4297.0, 4290.0, 4308.0, 4277.0, 4289.0, 4318.0, 4278.0, 4300.0, 4318.0, 4279.0, 4299.0, 4308.0, 4289.0, 4309.0, 4291.0, 4293.0, 4321.0, 4291.0, 4302.0, 4319.0, 4301.0, 4322.0, 4301.0, 4303.0, 4342.0, 4291.0, 4322.0, 4340.0, 4290.0, 4311.0, 4300.0, 4292.0, 4331.0, 4280.0, 4312.0, 4329.0, 4291.0, 4321.0, 4300.0, 4292.0, 4331.0, 4291.0, 4322.0, 4309.0, 4290.0, 4320.0, 4290.0, 4301.0, 4341.0, 4290.0, 4321.0, 4298.0, 4290.0, 4319.0, 4278.0, 4300.0, 4339.0, 4290.0, 4320.0, 4287.0, 4289.0, 4319.0, 4288.0, 4300.0, 4328.0, 4289.0, 4309.0, 4287.0, 4279.0, 4319.0, 4278.0, 4300.0, 4318.0, 4289.0, 4309.0, 4277.0, 4289.0, 4319.0, 4289.0, 4311.0, 4319.0, 4289.0, 4309.0, 4278.0, 4289.0, 4319.0, 4288.0, 4300.0, 4328.0, 4278.0, 4309.0, 4286.0, 4278.0, 4318.0, 4277.0, 4299.0, 4328.0, 4278.0, 4309.0, 4286.0, 4277.0, 4307.0, 4266.0, 4278.0, 4317.0, 4277.0, 4298.0, 4297.0, 4278.0, 4298.0, 4267.0, 4289.0, 4318.0, 4278.0, 4310.0, 4317.0, 4279.0, 4308.0, 4287.0, 4289.0, 4319.0, 4289.0, 4299.0, 4327.0, 4278.0, 4309.0, 4277.0, 4289.0, 4319.0, 4279.0, 4300.0, 4328.0, 4288.0, 4309.0, 4287.0, 4290.0, 4319.0, 4289.0, 4301.0, 4319.0, 4280.0, 4312.0, 4319.0, 4291.0, 4321.0, 4280.0, 4291.0, 4320.0, 4280.0, 4311.0, 4339.0, 4290.0, 4310.0, 4279.0, 4290.0, 4319.0, 4280.0, 4312.0, 4330.0, 4291.0, 4321.0, 4290.0, 4291.0, 4331.0, 4290.0, 4313.0, 4320.0, 4291.0, 4321.0, 4289.0, 4301.0, 4330.0, 4290.0, 4312.0, 4319.0, 4290.0, 4320.0, 4299.0, 4290.0, 4330.0, 4288.0, 4310.0, 4328.0, 4278.0, 4311.0, 4317.0, 4278.0, 4308.0, 4276.0, 4278.0, 4307.0, 4267.0, 4288.0, 4317.0, 4288.0, 4299.0, 4278.0, 4289.0, 4309.0, 4280.0, 4302.0, 4330.0, 4291.0, 4321.0, 4278.0, 4290.0, 4330.0, 4279.0, 4311.0, 4329.0, 4289.0, 4310.0, 4317.0, 4289.0, 4320.0, 4287.0, 4289.0, 4317.0, 4277.0, 4299.0, 4317.0, 4289.0, 4320.0, 4279.0, 4290.0, 4318.0, 4289.0, 4300.0, 4299.0, 4290.0, 4310.0, 4279.0, 4301.0, 4340.0, 4290.0, 4311.0, 4298.0, 4289.0, 4318.0, 4277.0, 4299.0, 4328.0, 4288.0, 4319.0, 4276.0, 4288.0, 4307.0, 4276.0, 4298.0, 4317.0, 4287.0, 4298.0, 4276.0, 4278.0, 4319.0, 4277.0, 4289.0, 4317.0, 4277.0, 4298.0, 4285.0, 4277.0, 4297.0, 4276.0, 4289.0, 4318.0, 4278.0, 4299.0, 4317.0, 4288.0, 4309.0, 4277.0, 4291.0, 4318.0, 4278.0, 4300.0, 4318.0, 4291.0, 4311.0, 4299.0, 4291.0, 4319.0, 4278.0, 4290.0, 4318.0, 4289.0, 4311.0, 4308.0, 4289.0, 4319.0, 4279.0, 4290.0, 4318.0, 4279.0, 4311.0, 4339.0, 4290.0, 4310.0, 4289.0, 4290.0, 4319.0, 4269.0, 4302.0, 4329.0, 4290.0, 4301.0, 4288.0, 4291.0, 4331.0, 4302.0, 4311.0, 4309.0, 4291.0, 4331.0, 4303.0, 4312.0, 4304.0, 4325.0, 4342.0, 4304.0, 4334.0, 4321.0, 4313.0, 4342.0, 4289.0, 4311.0, 4338.0, 4289.0, 4330.0, 4316.0, 4277.0, 4328.0, 4265.0, 4287.0, 4315.0, 4275.0, 4297.0, 4325.0, 4275.0, 4305.0, 4264.0, 4265.0, 4305.0, 4275.0, 4298.0, 4306.0, 4277.0, 4296.0, 4275.0, 4277.0, 4306.0, 4277.0, 4310.0, 4337.0, 4277.0, 4308.0, 4265.0, 4276.0, 4305.0, 4264.0, 4277.0, 4316.0, 4276.0, 4298.0, 4305.0, 4276.0, 4297.0, 4276.0, 4279.0, 4316.0, 4278.0, 4311.0, 4341.0, 4292.0, 4331.0, 4289.0, 4307.0, 4278.0, 4300.0, 4288.0, 4300.0, 4320.0, 4289.0, 4301.0, 4330.0, 4289.0, 4320.0, 4316.0, 4277.0, 4327.0, 4295.0, 4305.0, 4324.0, 4283.0, 4302.0, 4262.0, 4284.0, 4301.0, 4263.0, 4293.0, 4261.0, 4263.0, 4302.0, 4251.0, 4283.0, 4311.0, 4263.0, 4303.0, 4261.0, 4262.0, 4290.0, 4261.0, 4271.0, 4240.0, 4263.0, 4292.0, 4263.0, 4285.0, 4313.0, 4275.0, 4295.0, 4254.0, 4275.0, 4303.0, 4264.0, 4286.0, 4304.0, 4276.0, 4306.0, 4265.0, 4277.0, 4305.0, 4276.0, 4286.0, 4304.0, 4275.0, 4306.0, 4265.0, 4277.0, 4305.0, 4276.0, 4288.0, 4326.0, 4276.0, 4307.0, 4275.0, 4279.0, 4305.0, 4265.0, 4287.0, 4315.0, 4266.0, 4308.0, 4296.0, 4277.0, 4307.0, 4266.0, 4277.0, 4306.0, 4277.0, 4299.0, 4307.0, 4289.0, 4299.0, 4267.0, 4280.0, 4307.0, 4268.0, 4301.0, 4329.0, 4289.0, 4299.0, 4278.0, 4290.0, 4319.0, 4280.0, 4302.0, 4340.0, 4291.0, 4312.0, 4291.0, 4292.0, 4331.0, 4281.0, 4323.0, 4351.0, 4291.0, 4331.0, 4289.0, 4290.0, 4330.0, 4288.0, 4300.0, 4329.0, 4279.0, 4310.0, 4328.0, 4278.0, 4309.0, 4298.0, 4281.0, 4320.0, 4280.0, 4280.0, 4319.0, 4280.0, 4302.0, 4331.0, 4302.0, 4323.0, 4300.0, 4292.0, 4321.0, 4280.0, 4313.0, 4332.0, 4292.0, 4323.0, 4300.0, 4281.0, 4331.0, 4280.0, 4312.0, 4331.0, 4301.0, 4322.0, 4299.0, 4291.0, 4321.0, 4291.0, 4313.0, 4331.0, 4292.0, 4332.0, 4291.0, 4302.0, 4331.0, 4291.0, 4333.0, 4330.0, 4290.0, 4330.0, 4269.0, 4289.0, 4329.0, 4280.0, 4310.0, 4308.0, 4278.0, 4318.0, 4277.0, 4289.0, 4306.0, 4278.0, 4308.0, 4279.0, 4290.0, 4318.0, 4289.0, 4298.0, 4268.0, 4290.0, 4319.0, 4290.0, 4321.0, 4289.0, 4290.0, 4319.0, 4289.0, 4310.0, 4287.0, 4289.0, 4329.0, 4278.0, 4300.0, 4327.0, 4278.0, 4309.0, 4277.0, 4279.0, 4319.0, 4279.0, 4289.0, 4307.0, 4288.0, 4298.0, 4277.0, 4299.0, 4318.0, 4289.0, 4308.0, 4278.0, 4288.0, 4318.0, 4279.0, 4320.0, 4278.0, 4290.0, 4319.0, 4289.0, 4309.0, 4287.0, 4289.0, 4329.0, 4278.0, 4310.0, 4307.0, 4288.0, 4319.0, 4277.0, 4288.0, 4317.0, 4277.0, 4298.0, 4296.0, 4277.0, 4317.0, 4286.0, 4288.0, 4327.0, 4267.0, 4298.0, 4275.0, 4277.0, 4306.0, 4266.0, 4277.0, 4287.0, 4289.0, 4308.0, 4279.0, 4300.0, 4309.0, 4290.0, 4320.0, 4280.0, 4301.0, 4289.0, 4290.0, 4320.0, 4279.0, 4311.0, 4329.0, 4280.0, 4319.0, 4279.0, 4302.0, 4309.0, 4290.0, 4319.0, 4289.0, 4300.0, 4288.0, 4279.0, 4319.0, 4278.0, 4310.0, 4309.0, 4280.0, 4319.0, 4290.0, 4300.0, 4308.0, 4280.0, 4319.0, 4280.0, 4311.0, 4309.0, 4290.0, 4319.0, 4280.0, 4300.0, 4309.0, 4290.0, 4320.0, 4279.0, 4310.0, 4318.0, 4290.0, 4330.0, 4290.0, 4300.0, 4299.0, 4280.0, 4331.0, 4289.0, 4300.0, 4290.0, 4291.0, 4320.0, 4291.0, 4312.0, 4330.0, 4281.0, 4330.0, 4280.0, 4312.0, 4309.0, 4281.0, 4320.0, 4280.0, 4312.0, 4300.0, 4292.0, 4331.0, 4290.0, 4312.0, 4330.0, 4291.0, 4331.0, 4291.0, 4311.0, 4320.0, 4291.0, 4331.0, 4290.0, 4310.0, 4288.0, 4290.0, 4330.0, 4280.0, 4310.0, 4278.0, 4290.0, 4319.0, 4290.0, 4310.0, 4299.0, 4290.0, 4319.0, 4279.0, 4310.0, 4287.0, 4289.0, 4309.0, 4278.0, 4279.0, 4319.0, 4278.0, 4298.0, 4307.0, 4278.0, 4308.0, 4279.0, 4290.0, 4308.0, 4291.0, 4310.0, 4281.0, 4302.0, 4282.0, 4303.0, 4332.0, 4292.0, 4323.0, 4303.0, 4314.0, 4341.0, 4293.0, 4331.0, 4289.0, 4311.0, 4339.0, 4288.0, 4330.0, 4287.0, 4279.0, 4318.0, 4277.0, 4298.0, 4297.0, 4278.0, 4318.0, 4278.0, 4308.0, 4266.0, 4289.0, 4317.0, 4289.0, 4299.0, 4288.0, 4291.0, 4330.0, 4289.0, 4299.0, 4278.0, 4290.0, 4318.0, 4278.0, 4299.0, 4327.0, 4289.0, 4319.0, 4287.0, 4290.0, 4318.0, 4278.0, 4309.0, 4297.0, 4278.0, 4319.0, 4268.0, 4289.0, 4307.0, 4278.0, 4308.0, 4268.0, 4289.0, 4319.0], 'WindowWidth': [9629.0, 9635.0, 9564.0, 9570.0, 9587.0, 9513.0, 9555.0, 9576.0, 9518.0, 9542.0, 9487.0, 9517.0, 9537.0, 9498.0, 9530.0, 9512.0, 9505.0, 9541.0, 9505.0, 9519.0, 9498.0, 9502.0, 9553.0, 9482.0, 9513.0, 9552.0, 9493.0, 9509.0, 9531.0, 9480.0, 9506.0, 9477.0, 9496.0, 9536.0, 9482.0, 9500.0, 9537.0, 9502.0, 9529.0, 9503.0, 9522.0, 9545.0, 9508.0, 9538.0, 9534.0, 9527.0, 9561.0, 9524.0, 9541.0, 9547.0, 9512.0, 9566.0, 9522.0, 9526.0, 9560.0, 9524.0, 9552.0, 9529.0, 9521.0, 9577.0, 9504.0, 9531.0, 9515.0, 9519.0, 9559.0, 9489.0, 9533.0, 9570.0, 9506.0, 9542.0, 9503.0, 9534.0, 9571.0, 9517.0, 9560.0, 9500.0, 9518.0, 9571.0, 9500.0, 9529.0, 9508.0, 9501.0, 9554.0, 9499.0, 9528.0, 9510.0, 9500.0, 9525.0, 9486.0, 9504.0, 9555.0, 9504.0, 9545.0, 9500.0, 9505.0, 9563.0, 9545.0, 9501.0, 9525.0, 9480.0, 9498.0, 9536.0, 9489.0, 9522.0, 9559.0, 9504.0, 9519.0, 9551.0, 9503.0, 9535.0, 9546.0, 9509.0, 9564.0, 9506.0, 9529.0, 9526.0, 9512.0, 9525.0, 9542.0, 9578.0, 9506.0, 9539.0, 9575.0, 9517.0, 9550.0, 9573.0, 9532.0, 9544.0, 9561.0, 9475.0, 9505.0, 9523.0, 9470.0, 9531.0, 9509.0, 9469.0, 9508.0, 9434.0, 9466.0, 9490.0, 9451.0, 9484.0, 9507.0, 9468.0, 9485.0, 9476.0, 9470.0, 9501.0, 9454.0, 9473.0, 9513.0, 9456.0, 9476.0, 9525.0, 9475.0, 9518.0, 9509.0, 9473.0, 9514.0, 9453.0, 9473.0, 9518.0, 9475.0, 9489.0, 9511.0, 9472.0, 9490.0, 9511.0, 9474.0, 9504.0, 9525.0, 9476.0, 9504.0, 9473.0, 9492.0, 9515.0, 9481.0, 9509.0, 9491.0, 9497.0, 9536.0, 9479.0, 9497.0, 9535.0, 9481.0, 9514.0, 9553.0, 9482.0, 9496.0, 9544.0, 9478.0, 9522.0, 9512.0, 9477.0, 9521.0, 9487.0, 9491.0, 9515.0, 9478.0, 9495.0, 9512.0, 9495.0, 9522.0, 9500.0, 9494.0, 9535.0, 9480.0, 9498.0, 9533.0, 9478.0, 9498.0, 9552.0, 9484.0, 9515.0, 9523.0, 9499.0, 9528.0, 9485.0, 9503.0, 9539.0, 9485.0, 9515.0, 9550.0, 9499.0, 9528.0, 9528.0, 9505.0, 9559.0, 9500.0, 9515.0, 9551.0, 9497.0, 9526.0, 9533.0, 9495.0, 9539.0, 9491.0, 9497.0, 9534.0, 9477.0, 9508.0, 9544.0, 9491.0, 9520.0, 9478.0, 9511.0, 9532.0, 9496.0, 9522.0, 9477.0, 9512.0, 9563.0, 9495.0, 9536.0, 9479.0, 9494.0, 9532.0, 9489.0, 9477.0, 9498.0, 9557.0, 9528.0, 9473.0, 9515.0, 9507.0, 9470.0, 9499.0, 9450.0, 9469.0, 9483.0, 9468.0, 9474.0, 9511.0, 9460.0, 9478.0, 9514.0, 9492.0, 9507.0, 9474.0, 9494.0, 9523.0, 9481.0, 9498.0, 9535.0, 9498.0, 9516.0, 9539.0, 9515.0, 9544.0, 9497.0, 9504.0, 9540.0, 9498.0, 9517.0, 9570.0, 9503.0, 9529.0, 9512.0, 9501.0, 9542.0, 9498.0, 9503.0, 9554.0, 9501.0, 9520.0, 9555.0, 9515.0, 9530.0, 9497.0, 9503.0, 9542.0, 9500.0, 9517.0, 9539.0, 9500.0, 9531.0, 9537.0, 9501.0, 9556.0, 9511.0, 9527.0, 9581.0, 9495.0, 9547.0, 9500.0, 9531.0, 9498.0, 9499.0, 9537.0, 9480.0, 9513.0, 9550.0, 9497.0, 9542.0, 9533.0, 9510.0, 9548.0, 9472.0, 9502.0, 9459.0, 9488.0, 9501.0, 9456.0, 9490.0, 9529.0, 9474.0, 9492.0, 9530.0, 9488.0, 9501.0, 9451.0, 9469.0, 9508.0, 9452.0, 9485.0, 9524.0, 9469.0, 9486.0, 9476.0, 9467.0, 9482.0, 9449.0, 9471.0, 9512.0, 9455.0, 9488.0, 9510.0, 9471.0, 9502.0, 9496.0, 9474.0, 9515.0, 9457.0, 9476.0, 9513.0, 9472.0, 9491.0, 9525.0, 9476.0, 9521.0, 9512.0, 9489.0, 9517.0, 9471.0, 9489.0, 9514.0, 9471.0, 9476.0, 9528.0, 9458.0, 9476.0, 9510.0, 9474.0, 9478.0, 9527.0, 9494.0, 9508.0, 9477.0, 9497.0, 9522.0, 9484.0, 9504.0, 9542.0, 9507.0, 9526.0, 9544.0, 9522.0, 9536.0, 9505.0, 9523.0, 9562.0, 9505.0, 9537.0, 9572.0, 9503.0, 9546.0, 9525.0, 9505.0, 9571.0, 9501.0, 9545.0, 9565.0, 9496.0, 9525.0, 9493.0, 9500.0, 9554.0, 9496.0, 9514.0, 9551.0, 9496.0, 9524.0, 9490.0, 9496.0, 9538.0, 9493.0, 9498.0, 9535.0, 9480.0, 9510.0, 9531.0, 9492.0, 9535.0, 9473.0, 9491.0, 9529.0, 9473.0, 9478.0, 9530.0, 9480.0, 9523.0, 9476.0, 9494.0, 9532.0, 9474.0, 9494.0, 9530.0, 9480.0, 9524.0, 9516.0, 9492.0, 9530.0, 9476.0, 9478.0, 9516.0, 9479.0, 9525.0, 9492.0, 9496.0, 9537.0, 9480.0, 9496.0, 9547.0, 9496.0, 9510.0, 9506.0, 9495.0, 9523.0, 9477.0, 9495.0, 9534.0, 9478.0, 9497.0, 9535.0, 9482.0, 9499.0, 9533.0, 9497.0, 9527.0, 9506.0, 9499.0, 9523.0, 9479.0, 9497.0, 9536.0, 9483.0, 9515.0, 9536.0, 9484.0, 9512.0, 9522.0, 9498.0, 9526.0, 9507.0, 9512.0, 9545.0, 9504.0, 9521.0, 9540.0, 9519.0, 9549.0, 9519.0, 9525.0, 9575.0, 9504.0, 9548.0, 9570.0, 9503.0, 9533.0, 9514.0, 9506.0, 9558.0, 9488.0, 9533.0, 9551.0, 9504.0, 9545.0, 9516.0, 9508.0, 9559.0, 9505.0, 9547.0, 9526.0, 9502.0, 9543.0, 9501.0, 9518.0, 9572.0, 9502.0, 9544.0, 9508.0, 9500.0, 9540.0, 9482.0, 9515.0, 9568.0, 9499.0, 9541.0, 9493.0, 9496.0, 9538.0, 9496.0, 9515.0, 9548.0, 9496.0, 9525.0, 9492.0, 9485.0, 9538.0, 9481.0, 9514.0, 9535.0, 9498.0, 9525.0, 9479.0, 9498.0, 9537.0, 9498.0, 9529.0, 9537.0, 9499.0, 9527.0, 9481.0, 9499.0, 9538.0, 9496.0, 9514.0, 9550.0, 9481.0, 9524.0, 9489.0, 9481.0, 9534.0, 9479.0, 9511.0, 9549.0, 9480.0, 9523.0, 9488.0, 9478.0, 9517.0, 9460.0, 9480.0, 9532.0, 9478.0, 9508.0, 9504.0, 9481.0, 9507.0, 9465.0, 9499.0, 9536.0, 9482.0, 9527.0, 9533.0, 9483.0, 9522.0, 9491.0, 9498.0, 9536.0, 9497.0, 9512.0, 9546.0, 9481.0, 9524.0, 9477.0, 9497.0, 9537.0, 9484.0, 9513.0, 9549.0, 9495.0, 9524.0, 9492.0, 9500.0, 9539.0, 9497.0, 9516.0, 9538.0, 9487.0, 9533.0, 9539.0, 9505.0, 9543.0, 9487.0, 9504.0, 9540.0, 9487.0, 9531.0, 9567.0, 9501.0, 9528.0, 9483.0, 9502.0, 9539.0, 9489.0, 9533.0, 9554.0, 9504.0, 9545.0, 9501.0, 9505.0, 9558.0, 9503.0, 9537.0, 9540.0, 9504.0, 9544.0, 9498.0, 9518.0, 9557.0, 9501.0, 9532.0, 9536.0, 9500.0, 9542.0, 9511.0, 9502.0, 9554.0, 9495.0, 9526.0, 9550.0, 9481.0, 9528.0, 9530.0, 9480.0, 9520.0, 9473.0, 9479.0, 9519.0, 9464.0, 9495.0, 9533.0, 9495.0, 9510.0, 9481.0, 9499.0, 9527.0, 9487.0, 9520.0, 9556.0, 9503.0, 9544.0, 9482.0, 9501.0, 9554.0, 9485.0, 9530.0, 9552.0, 9498.0, 9527.0, 9531.0, 9496.0, 9540.0, 9492.0, 9496.0, 9532.0, 9478.0, 9511.0, 9533.0, 9499.0, 9541.0, 9484.0, 9501.0, 9535.0, 9498.0, 9514.0, 9511.0, 9499.0, 9528.0, 9485.0, 9517.0, 9569.0, 9501.0, 9530.0, 9508.0, 9497.0, 9535.0, 9477.0, 9510.0, 9549.0, 9495.0, 9538.0, 9476.0, 9493.0, 9517.0, 9475.0, 9507.0, 9533.0, 9491.0, 9507.0, 9474.0, 9481.0, 9538.0, 9479.0, 9496.0, 9532.0, 9478.0, 9505.0, 9485.0, 9478.0, 9505.0, 9476.0, 9498.0, 9534.0, 9481.0, 9512.0, 9531.0, 9495.0, 9525.0, 9478.0, 9502.0, 9536.0, 9481.0, 9512.0, 9535.0, 9502.0, 9529.0, 9511.0, 9501.0, 9537.0, 9483.0, 9499.0, 9535.0, 9498.0, 9530.0, 9521.0, 9498.0, 9539.0, 9484.0, 9500.0, 9536.0, 9484.0, 9530.0, 9565.0, 9500.0, 9528.0, 9499.0, 9502.0, 9538.0, 9471.0, 9518.0, 9552.0, 9502.0, 9516.0, 9496.0, 9504.0, 9560.0, 9521.0, 9533.0, 9526.0, 9504.0, 9558.0, 9524.0, 9536.0, 9528.0, 9558.0, 9575.0, 9525.0, 9568.0, 9544.0, 9535.0, 9573.0, 9498.0, 9529.0, 9564.0, 9495.0, 9553.0, 9528.0, 9477.0, 9544.0, 9456.0, 9489.0, 9526.0, 9470.0, 9503.0, 9537.0, 9470.0, 9511.0, 9452.0, 9458.0, 9509.0, 9471.0, 9508.0, 9515.0, 9476.0, 9502.0, 9471.0, 9478.0, 9514.0, 9479.0, 9527.0, 9560.0, 9476.0, 9520.0, 9457.0, 9474.0, 9512.0, 9456.0, 9477.0, 9527.0, 9475.0, 9505.0, 9510.0, 9475.0, 9503.0, 9472.0, 9482.0, 9529.0, 9480.0, 9530.0, 9570.0, 9507.0, 9560.0, 9498.0, 9516.0, 9481.0, 9512.0, 9494.0, 9515.0, 9541.0, 9497.0, 9517.0, 9555.0, 9497.0, 9542.0, 9530.0, 9476.0, 9547.0, 9495.0, 9511.0, 9537.0, 9477.0, 9500.0, 9446.0, 9479.0, 9498.0, 9450.0, 9490.0, 9443.0, 9450.0, 9500.0, 9430.0, 9477.0, 9511.0, 9450.0, 9506.0, 9445.0, 9446.0, 9480.0, 9443.0, 9457.0, 9414.0, 9449.0, 9488.0, 9450.0, 9484.0, 9520.0, 9470.0, 9496.0, 9440.0, 9471.0, 9505.0, 9454.0, 9485.0, 9507.0, 9474.0, 9516.0, 9459.0, 9477.0, 9512.0, 9471.0, 9488.0, 9507.0, 9471.0, 9512.0, 9455.0, 9475.0, 9512.0, 9473.0, 9493.0, 9541.0, 9475.0, 9516.0, 9473.0, 9483.0, 9512.0, 9457.0, 9491.0, 9526.0, 9462.0, 9520.0, 9499.0, 9476.0, 9516.0, 9461.0, 9478.0, 9514.0, 9480.0, 9511.0, 9518.0, 9496.0, 9510.0, 9466.0, 9485.0, 9519.0, 9469.0, 9516.0, 9551.0, 9498.0, 9511.0, 9481.0, 9502.0, 9538.0, 9487.0, 9520.0, 9569.0, 9504.0, 9533.0, 9503.0, 9506.0, 9558.0, 9490.0, 9551.0, 9586.0, 9504.0, 9559.0, 9496.0, 9500.0, 9553.0, 9495.0, 9514.0, 9553.0, 9483.0, 9527.0, 9549.0, 9482.0, 9524.0, 9508.0, 9490.0, 9540.0, 9485.0, 9488.0, 9537.0, 9487.0, 9521.0, 9558.0, 9521.0, 9551.0, 9515.0, 9507.0, 9544.0, 9489.0, 9536.0, 9562.0, 9506.0, 9548.0, 9515.0, 9491.0, 9557.0, 9486.0, 9533.0, 9557.0, 9516.0, 9545.0, 9511.0, 9504.0, 9544.0, 9505.0, 9536.0, 9557.0, 9508.0, 9560.0, 9503.0, 9520.0, 9558.0, 9503.0, 9563.0, 9555.0, 9501.0, 9553.0, 9469.0, 9497.0, 9550.0, 9484.0, 9527.0, 9520.0, 9482.0, 9534.0, 9480.0, 9497.0, 9515.0, 9481.0, 9523.0, 9484.0, 9499.0, 9536.0, 9497.0, 9509.0, 9467.0, 9501.0, 9539.0, 9502.0, 9544.0, 9497.0, 9501.0, 9539.0, 9497.0, 9526.0, 9492.0, 9497.0, 9553.0, 9482.0, 9514.0, 9547.0, 9482.0, 9523.0, 9477.0, 9484.0, 9537.0, 9483.0, 9497.0, 9517.0, 9495.0, 9506.0, 9479.0, 9511.0, 9535.0, 9495.0, 9521.0, 9480.0, 9496.0, 9533.0, 9483.0, 9540.0, 9481.0, 9499.0, 9537.0, 9499.0, 9525.0, 9492.0, 9498.0, 9551.0, 9481.0, 9525.0, 9519.0, 9495.0, 9537.0, 9477.0, 9495.0, 9531.0, 9477.0, 9507.0, 9499.0, 9478.0, 9532.0, 9488.0, 9493.0, 9544.0, 9462.0, 9505.0, 9471.0, 9476.0, 9515.0, 9460.0, 9478.0, 9491.0, 9497.0, 9521.0, 9484.0, 9515.0, 9526.0, 9502.0, 9540.0, 9487.0, 9518.0, 9500.0, 9501.0, 9539.0, 9484.0, 9530.0, 9549.0, 9485.0, 9536.0, 9486.0, 9518.0, 9523.0, 9498.0, 9538.0, 9496.0, 9513.0, 9494.0, 9484.0, 9536.0, 9482.0, 9528.0, 9523.0, 9486.0, 9537.0, 9499.0, 9514.0, 9521.0, 9487.0, 9537.0, 9486.0, 9529.0, 9522.0, 9500.0, 9537.0, 9485.0, 9514.0, 9523.0, 9501.0, 9539.0, 9482.0, 9527.0, 9534.0, 9499.0, 9553.0, 9498.0, 9514.0, 9509.0, 9488.0, 9556.0, 9499.0, 9514.0, 9501.0, 9506.0, 9543.0, 9504.0, 9534.0, 9554.0, 9490.0, 9554.0, 9489.0, 9534.0, 9525.0, 9489.0, 9542.0, 9487.0, 9533.0, 9515.0, 9507.0, 9558.0, 9501.0, 9533.0, 9554.0, 9502.0, 9556.0, 9503.0, 9532.0, 9540.0, 9504.0, 9556.0, 9499.0, 9526.0, 9496.0, 9500.0, 9557.0, 9488.0, 9529.0, 9482.0, 9500.0, 9538.0, 9500.0, 9528.0, 9511.0, 9501.0, 9540.0, 9484.0, 9527.0, 9492.0, 9497.0, 9524.0, 9480.0, 9483.0, 9537.0, 9480.0, 9508.0, 9516.0, 9481.0, 9521.0, 9485.0, 9501.0, 9522.0, 9503.0, 9529.0, 9491.0, 9520.0, 9494.0, 9525.0, 9560.0, 9508.0, 9550.0, 9521.0, 9538.0, 9570.0, 9507.0, 9559.0, 9497.0, 9529.0, 9566.0, 9494.0, 9553.0, 9491.0, 9483.0, 9534.0, 9479.0, 9508.0, 9503.0, 9479.0, 9534.0, 9481.0, 9521.0, 9462.0, 9495.0, 9532.0, 9499.0, 9512.0, 9497.0, 9504.0, 9554.0, 9497.0, 9512.0, 9480.0, 9499.0, 9535.0, 9480.0, 9511.0, 9546.0, 9496.0, 9539.0, 9492.0, 9499.0, 9533.0, 9482.0, 9525.0, 9504.0, 9481.0, 9535.0, 9465.0, 9494.0, 9517.0, 9481.0, 9520.0, 9467.0, 9498.0, 9537.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.00010323029366306029</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.018182227202472954</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.79614594450116</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.197286113271464</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9837591606187172</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4661</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5982.1162</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.05822457672183899</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>2</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>0.1545595054095827</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.331719135158974</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3343759443441403</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5039407584832185</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.1568407026495633</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00914519</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01422901637852192</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.015637926757335663</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1294</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.0290700298750375</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>35.1531</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>42.0903</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>174.1845</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>303281.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>771.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>352.43</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6962</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>547.9558</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3546.432</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3735.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>73263.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1279.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4613.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>927.0066</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>44.835987197002396</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> |