=== 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-0039 --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-0039",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
123 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
123 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-0039_ses-01_task-alignvideo_acq-mb8_run-01_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0039_ses-01_task-alignvideo_acq-mb8_run-01_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-01_session-01_subject-0039_suffix-bold_task-alignvideo" 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-0039/figures/sub-0039_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0039/figures/sub-0039_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0039/figures/sub-0039_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-01_subject-0039_suffix-bold_task-alignvideo" 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-0039/figures/sub-0039_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0039/figures/sub-0039_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0039/figures/sub-0039_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-01_subject-0039_suffix-bold_task-alignvideo" 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-0039/figures/sub-0039_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0039/figures/sub-0039_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0039/figures/sub-0039_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-01_subject-0039_suffix-bold_task-alignvideo" 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-0039/figures/sub-0039_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0039/figures/sub-0039_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0039/figures/sub-0039_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-01_session-01_subject-0039_suffix-bold_task-alignvideo" 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-0039/figures/sub-0039_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0039/figures/sub-0039_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0039/figures/sub-0039_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-01_session-01_subject-0039_suffix-bold_task-alignvideo" 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-0039/figures/sub-0039_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0039/figures/sub-0039_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0039/figures/sub-0039_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-01_subject-0039_suffix-bold_task-alignvideo" 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-0039/figures/sub-0039_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0039/figures/sub-0039_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0039/figures/sub-0039_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0039/figures/sub-0039_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0039/ses-01/func/sub-0039_ses-01_task-alignvideo_acq-mb8_run-01_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>43ea9e22fc6bb75b9a62f06e9d08921a</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>17:53:22.382500</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.999586, 0.0202254, 0.0204431, -0.0239056, 0.979551, 0.199773]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-alignvideo_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.112431</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>30</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4141, -7795, -7163, 625, -55, -239, 25, 67]</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.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>246.53</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>84fc8de8-af66-49b0-b994-5bf82717e8d0||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.6818172931671143, -0.0641370490193367, 0.04315824806690216, 113.81227111816406], [-0.05426318570971489, 2.6280624866485596, 0.5404831767082214, -103.68289947509766], [0.05484725162386894, -0.535975992679596, 2.64499831199646, -10.808492660522461], [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, 1073]</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], 'AcquisitionTime': ['175322.382500', '175322.842500', '175323.302500', '175323.762500', '175324.222500', '175324.682500', '175325.142500', '175325.602500', '175326.062500', '175326.522500', '175326.982500', '175327.442500', '175327.902500', '175328.362500', '175328.822500', '175329.282500', '175329.742500', '175330.202500', '175330.662500', '175331.122500', '175331.582500', '175332.042500', '175332.502500', '175332.962500', '175333.422500', '175333.882500', '175334.342500', '175334.802500', '175335.262500', '175335.722500', '175336.182500', '175336.642500', '175337.102500', '175337.562500', '175338.022500', '175338.482500', '175338.942500', '175339.402500', '175339.862500', '175340.322500', '175340.782500', '175341.242500', '175341.702500', '175342.162500', '175342.622500', '175343.082500', '175343.542500', '175344.002500', '175344.462500', '175344.922500', '175345.382500', '175345.842500', '175346.302500', '175346.762500', '175347.222500', '175347.682500', '175348.142500', '175348.602500', '175349.062500', '175349.522500', '175349.982500', '175350.442500', '175350.902500', '175351.362500', '175351.822500', '175352.282500', '175352.742500', '175353.202500', '175353.662500', '175354.122500', '175354.582500', '175355.042500', '175355.502500', '175355.962500', '175356.422500', '175356.882500', '175357.342500', '175357.802500', '175358.262500', '175358.722500', '175359.182500', '175359.642500', '175400.102500', '175400.562500', '175401.022500', '175401.482500', '175401.942500', '175402.402500', '175402.862500', '175403.322500', '175403.782500', '175404.242500', '175404.702500', '175405.162500', '175405.622500', '175406.082500', '175406.542500', '175407.002500', '175407.462500', '175407.922500', '175408.382500', '175408.842500', '175409.302500', '175409.762500', '175410.222500', '175410.682500', '175411.142500', '175411.602500', '175412.062500', '175412.522500', '175412.982500', '175413.442500', '175413.902500', '175414.362500', '175414.822500', '175415.282500', '175415.742500', '175416.202500', '175416.662500', '175417.122500', '175417.582500', '175418.042500', '175418.502500', '175418.962500', '175419.422500', '175419.882500', '175420.342500', '175420.802500', '175421.262500', '175421.722500', '175422.182500', '175422.642500', '175423.102500', '175423.562500', '175424.022500', '175424.482500', '175424.942500', '175425.402500', '175425.862500', '175426.322500', '175426.782500', '175427.242500', '175427.702500', '175428.162500', '175428.622500', '175429.082500', '175429.542500', '175430.002500', '175430.462500', '175430.922500', '175431.382500', '175431.842500', '175432.302500', '175432.762500', '175433.222500', '175433.682500', '175434.142500', '175434.602500', '175435.062500', '175435.522500', '175435.982500', '175436.442500', '175436.902500', '175437.362500', '175437.822500', '175438.282500', '175438.742500', '175439.202500', '175439.662500', '175440.122500', '175440.582500', '175441.042500', '175441.502500', '175441.962500', '175442.422500', '175442.882500', '175443.342500', '175443.802500', '175444.262500', '175444.722500', '175445.182500', '175445.642500', '175446.102500', '175446.562500', '175447.022500', '175447.482500', '175447.942500', '175448.402500', '175448.862500', '175449.322500', '175449.782500', '175450.242500', '175450.702500', '175451.162500', '175451.622500', '175452.082500', '175452.542500', '175453.002500', '175453.462500', '175453.922500', '175454.382500', '175454.842500', '175455.302500', '175455.762500', '175456.222500', '175456.682500', '175457.142500', '175457.602500', '175458.062500', '175458.522500', '175458.982500', '175459.442500', '175459.902500', '175500.362500', '175500.822500', '175501.282500', '175501.742500', '175502.202500', '175502.662500', '175503.122500', '175503.582500', '175504.042500', '175504.502500', '175504.962500', '175505.422500', '175505.882500', '175506.342500', '175506.802500', '175507.262500', '175507.722500', '175508.182500', '175508.642500', '175509.102500', '175509.562500', '175510.022500', '175510.482500', '175510.942500', '175511.402500', '175511.862500', '175512.322500', '175512.782500', '175513.242500', '175513.702500', '175514.162500', '175514.622500', '175515.082500', '175515.542500', '175516.002500', '175516.462500', '175516.922500', '175517.382500', '175517.842500', '175518.302500', '175518.762500', '175519.222500', '175519.682500', '175520.142500', '175520.602500', '175521.062500', '175521.522500', '175521.982500', '175522.442500', '175522.902500', '175523.362500', '175523.822500', '175524.282500', '175524.742500', '175525.202500', '175525.662500', '175526.122500', '175526.582500', '175527.042500', '175527.502500', '175527.962500', '175528.422500', '175528.882500', '175529.342500', '175529.802500', '175530.262500', '175530.722500', '175531.182500', '175531.642500', '175532.102500', '175532.562500', '175533.022500', '175533.482500', '175533.942500', '175534.402500', '175534.862500', '175535.322500', '175535.782500', '175536.242500', '175536.702500', '175537.162500', '175537.622500', '175538.082500', '175538.542500', '175539.002500', '175539.462500', '175539.922500', '175540.382500', '175540.842500', '175541.302500', '175541.762500', '175542.222500', '175542.682500', '175543.142500', '175543.602500', '175544.062500', '175544.522500', '175544.982500', '175545.442500', '175545.902500', '175546.362500', '175546.822500', '175547.282500', '175547.742500', '175548.202500', '175548.662500', '175549.122500', '175549.582500', '175550.042500', '175550.502500', '175550.962500', '175551.422500', '175551.882500', '175552.342500', '175552.802500', '175553.262500', '175553.722500', '175554.182500', '175554.642500', '175555.102500', '175555.562500', '175556.022500', '175556.482500', '175556.942500', '175557.402500', '175557.862500', '175558.322500', '175558.782500', '175559.242500', '175559.702500', '175600.162500', '175600.622500', '175601.082500', '175601.542500', '175602.002500', '175602.462500', '175602.922500', '175603.382500', '175603.842500', '175604.302500', '175604.762500', '175605.222500', '175605.682500', '175606.142500', '175606.602500', '175607.062500', '175607.522500', '175607.982500', '175608.442500', '175608.902500', '175609.362500', '175609.822500', '175610.282500', '175610.742500', '175611.202500', '175611.662500', '175612.122500', '175612.582500', '175613.042500', '175613.502500', '175613.962500', '175614.422500', '175614.882500', '175615.342500', '175615.802500', '175616.262500', '175616.722500', '175617.182500', '175617.642500', '175618.102500', '175618.562500', '175619.022500', '175619.482500', '175619.942500', '175620.402500', '175620.862500', '175621.322500', '175621.782500', '175622.242500', '175622.702500', '175623.162500', '175623.622500', '175624.082500', '175624.542500', '175625.002500', '175625.462500', '175625.922500', '175626.382500', '175626.842500', '175627.302500', '175627.762500', '175628.222500', '175628.682500', '175629.142500', '175629.602500', '175630.062500', '175630.522500', '175630.982500', '175631.442500', '175631.902500', '175632.362500', '175632.822500', '175633.282500', '175633.742500', '175634.202500', '175634.662500', '175635.122500', '175635.582500', '175636.042500', '175636.502500', '175636.962500', '175637.422500', '175637.882500', '175638.342500', '175638.802500', '175639.262500', '175639.722500', '175640.182500', '175640.642500', '175641.102500', '175641.562500', '175642.022500', '175642.482500', '175642.942500', '175643.402500', '175643.862500', '175644.322500', '175644.782500', '175645.242500', '175645.702500', '175646.162500', '175646.622500', '175647.082500', '175647.542500', '175648.002500', '175648.462500', '175648.922500', '175649.382500', '175649.842500', '175650.302500', '175650.762500', '175651.222500', '175651.682500', '175652.142500', '175652.602500', '175653.062500', '175653.522500', '175653.982500', '175654.442500', '175654.902500', '175655.362500', '175655.822500', '175656.282500', '175656.742500', '175657.202500', '175657.662500', '175658.122500', '175658.582500', '175659.042500', '175659.502500', '175659.962500', '175700.422500', '175700.882500', '175701.342500', '175701.802500', '175702.262500', '175702.722500', '175703.182500', '175703.642500', '175704.102500', '175704.562500', '175705.022500', '175705.482500', '175705.942500', '175706.402500', '175706.862500', '175707.322500', '175707.782500', '175708.242500', '175708.702500', '175709.162500', '175709.622500', '175710.082500', '175710.542500', '175711.002500', '175711.462500', '175711.922500', '175712.382500', '175712.842500', '175713.302500', '175713.762500', '175714.222500', '175714.682500', '175715.142500', '175715.602500', '175716.062500', '175716.522500', '175716.982500', '175717.442500', '175717.902500', '175718.362500', '175718.822500', '175719.282500', '175719.742500', '175720.202500', '175720.662500', '175721.122500', '175721.582500', '175722.042500', '175722.502500', '175722.962500', '175723.422500', '175723.882500', '175724.342500', '175724.802500', '175725.262500', '175725.722500', '175726.182500', '175726.642500', '175727.102500', '175727.562500', '175728.022500', '175728.482500', '175728.942500', '175729.402500', '175729.862500', '175730.322500', '175730.782500', '175731.242500', '175731.702500', '175732.162500', '175732.622500', '175733.082500', '175733.542500', '175734.002500', '175734.462500', '175734.922500', '175735.382500', '175735.842500', '175736.302500', '175736.762500', '175737.222500', '175737.682500', '175738.142500', '175738.602500', '175739.062500', '175739.522500', '175739.982500', '175740.442500', '175740.902500', '175741.362500', '175741.822500', '175742.282500', '175742.742500', '175743.202500', '175743.662500', '175744.122500', '175744.582500', '175745.042500', '175745.502500', '175745.962500', '175746.422500', '175746.882500', '175747.342500', '175747.802500', '175748.262500', '175748.722500', '175749.182500', '175749.642500', '175750.102500', '175750.562500', '175751.022500', '175751.482500', '175751.942500', '175752.402500', '175752.862500', '175753.322500', '175753.782500', '175754.242500', '175754.702500', '175755.162500', '175755.622500', '175756.082500', '175756.542500', '175757.002500', '175757.462500', '175757.922500', '175758.382500', '175758.842500', '175759.302500', '175759.762500', '175800.222500', '175800.682500', '175801.142500', '175801.602500', '175802.062500', '175802.522500', '175802.982500', '175803.442500', '175803.902500', '175804.362500', '175804.822500', '175805.282500', '175805.742500', '175806.202500', '175806.662500', '175807.122500', '175807.582500', '175808.042500', '175808.502500', '175808.962500', '175809.422500', '175809.882500', '175810.342500', '175810.802500', '175811.262500', '175811.722500', '175812.182500', '175812.642500', '175813.102500', '175813.562500', '175814.022500', '175814.482500', '175814.942500', '175815.402500', '175815.862500', '175816.322500', '175816.782500', '175817.242500', '175817.702500', '175818.162500', '175818.622500', '175819.082500', '175819.542500', '175820.002500', '175820.462500', '175820.922500', '175821.382500', '175821.842500', '175822.302500', '175822.762500', '175823.222500', '175823.682500', '175824.142500', '175824.602500', '175825.062500', '175825.522500', '175825.982500', '175826.442500', '175826.902500', '175827.362500', '175827.822500', '175828.282500', '175828.742500', '175829.202500', '175829.662500', '175830.122500', '175830.582500', '175831.042500', '175831.502500', '175831.962500', '175832.422500', '175832.882500', '175833.342500', '175833.802500', '175834.262500', '175834.722500', '175835.182500', '175835.642500', '175836.102500', '175836.562500', '175837.022500', '175837.482500', '175837.942500', '175838.402500', '175838.862500', '175839.322500', '175839.782500', '175840.242500', '175840.702500', '175841.162500', '175841.622500', '175842.082500', '175842.542500', '175843.002500', '175843.462500', '175843.922500', '175844.382500', '175844.842500', '175845.302500', '175845.762500', '175846.222500', '175846.682500', '175847.142500', '175847.602500', '175848.062500', '175848.522500', '175848.982500', '175849.442500', '175849.902500', '175850.362500', '175850.822500', '175851.282500', '175851.742500', '175852.202500', '175852.662500', '175853.122500', '175853.582500', '175854.042500', '175854.502500', '175854.962500', '175855.422500', '175855.882500', '175856.342500', '175856.802500', '175857.262500', '175857.722500', '175858.182500', '175858.642500', '175859.102500', '175859.562500', '175900.022500', '175900.482500', '175900.942500', '175901.402500', '175901.862500', '175902.322500', '175902.782500', '175903.242500', '175903.702500', '175904.162500', '175904.622500', '175905.082500', '175905.542500', '175906.002500', '175906.462500', '175906.922500', '175907.382500', '175907.842500', '175908.302500', '175908.762500', '175909.222500', '175909.682500', '175910.142500', '175910.602500', '175911.062500', '175911.522500', '175911.982500', '175912.442500', '175912.902500', '175913.362500', '175913.822500', '175914.282500', '175914.742500', '175915.202500', '175915.662500', '175916.122500', '175916.582500', '175917.042500', '175917.502500', '175917.962500', '175918.422500', '175918.882500', '175919.342500', '175919.802500', '175920.262500', '175920.722500', '175921.182500', '175921.642500', '175922.102500', '175922.562500', '175923.022500', '175923.482500', '175923.942500', '175924.402500', '175924.862500', '175925.322500', '175925.782500', '175926.242500', '175926.702500', '175927.162500', '175927.622500', '175928.082500', '175928.542500', '175929.002500', '175929.462500', '175929.922500', '175930.382500', '175930.842500', '175931.302500', '175931.762500', '175932.222500', '175932.682500', '175933.142500', '175933.602500', '175934.062500', '175934.522500', '175934.982500', '175935.442500', '175935.902500', '175936.362500', '175936.822500', '175937.282500', '175937.742500', '175938.202500', '175938.662500', '175939.122500', '175939.582500', '175940.042500', '175940.502500', '175940.962500', '175941.422500', '175941.882500', '175942.342500', '175942.802500', '175943.262500', '175943.722500', '175944.182500', '175944.642500', '175945.102500', '175945.562500', '175946.022500', '175946.482500', '175946.942500', '175947.402500', '175947.862500', '175948.322500', '175948.782500', '175949.242500', '175949.702500', '175950.162500', '175950.622500', '175951.082500', '175951.542500', '175952.002500', '175952.462500', '175952.922500', '175953.382500', '175953.842500', '175954.302500', '175954.762500', '175955.222500', '175955.682500', '175956.142500', '175956.602500', '175957.062500', '175957.522500', '175957.982500', '175958.442500', '175958.902500', '175959.362500', '175959.822500', '180000.282500', '180000.742500', '180001.202500', '180001.662500', '180002.122500', '180002.582500', '180003.042500', '180003.502500', '180003.962500', '180004.422500', '180004.882500', '180005.342500', '180005.802500', '180006.262500', '180006.722500', '180007.182500', '180007.642500', '180008.102500', '180008.562500', '180009.022500', '180009.482500', '180009.942500', '180010.402500', '180010.862500', '180011.322500', '180011.782500', '180012.242500', '180012.702500', '180013.162500', '180013.622500', '180014.082500', '180014.542500', '180015.002500', '180015.462500', '180015.922500', '180016.382500', '180016.842500', '180017.302500', '180017.762500', '180018.222500', '180018.682500', '180019.142500', '180019.602500', '180020.062500', '180020.522500', '180020.982500', '180021.442500', '180021.902500', '180022.362500', '180022.822500', '180023.282500', '180023.742500', '180024.202500', '180024.662500', '180025.122500', '180025.582500', '180026.042500', '180026.502500', '180026.962500', '180027.422500', '180027.882500', '180028.342500', '180028.802500', '180029.262500', '180029.722500', '180030.182500', '180030.642500', '180031.102500', '180031.562500', '180032.022500', '180032.482500', '180032.942500', '180033.402500', '180033.862500', '180034.322500', '180034.782500', '180035.242500', '180035.702500', '180036.162500', '180036.622500', '180037.082500', '180037.542500', '180038.002500', '180038.462500', '180038.922500', '180039.382500', '180039.842500', '180040.302500', '180040.762500', '180041.222500', '180041.682500', '180042.142500', '180042.602500', '180043.062500', '180043.522500', '180043.982500', '180044.442500', '180044.902500', '180045.362500', '180045.822500', '180046.282500', '180046.742500', '180047.202500', '180047.662500', '180048.122500', '180048.582500', '180049.042500', '180049.502500', '180049.962500', '180050.422500', '180050.882500', '180051.342500', '180051.802500', '180052.262500', '180052.722500', '180053.182500', '180053.642500', '180054.102500', '180054.562500', '180055.022500', '180055.482500', '180055.942500', '180056.402500', '180056.862500', '180057.322500', '180057.782500', '180058.242500', '180058.702500', '180059.162500', '180059.622500', '180100.082500', '180100.542500', '180101.002500', '180101.462500', '180101.922500', '180102.382500', '180102.842500', '180103.302500', '180103.762500', '180104.222500', '180104.682500', '180105.142500', '180105.602500', '180106.062500', '180106.522500', '180106.982500', '180107.442500', '180107.902500', '180108.362500', '180108.822500', '180109.282500', '180109.742500', '180110.202500', '180110.662500', '180111.122500', '180111.582500', '180112.042500', '180112.502500', '180112.962500', '180113.422500', '180113.882500', '180114.342500', '180114.802500', '180115.262500', '180115.722500', '180116.182500', '180116.642500', '180117.102500', '180117.562500', '180118.022500', '180118.482500', '180118.942500', '180119.402500', '180119.862500', '180120.322500', '180120.782500', '180121.242500', '180121.702500', '180122.162500', '180122.622500', '180123.082500', '180123.542500', '180124.002500', '180124.462500', '180124.922500', '180125.382500', '180125.842500', '180126.302500', '180126.762500', '180127.222500', '180127.682500', '180128.142500', '180128.602500', '180129.062500', '180129.522500', '180129.982500', '180130.442500', '180130.902500', '180131.362500', '180131.822500', '180132.282500', '180132.742500', '180133.202500', '180133.662500', '180134.122500', '180134.582500', '180135.042500', '180135.502500'], 'ContentTime': ['175346.071000', '175346.074000', '175346.078000', '175346.080000', '175346.083000', '175346.086000', '175346.089000', '175346.092000', '175346.095000', '175346.098000', '175346.100000', '175346.103000', '175346.106000', '175346.109000', '175346.112000', '175346.115000', '175346.118000', '175346.120000', '175346.123000', '175346.126000', '175346.129000', '175346.132000', '175346.135000', '175346.138000', '175346.142000', '175346.145000', '175346.148000', '175346.151000', '175346.154000', '175346.157000', '175346.159000', '175346.162000', '175346.165000', '175346.184000', '175346.187000', '175346.190000', '175346.193000', '175346.195000', '175346.198000', '175346.201000', '175346.204000', '175346.207000', '175346.210000', '175346.213000', '175346.215000', '175346.218000', '175346.221000', '175346.224000', '175346.227000', '175406.030000', '175406.033000', '175406.036000', '175406.039000', '175406.042000', '175406.044000', '175406.047000', '175406.050000', '175406.053000', '175406.056000', '175406.059000', '175406.062000', '175406.065000', '175406.067000', '175406.070000', '175406.073000', '175406.076000', '175406.079000', '175406.082000', '175406.085000', '175406.087000', '175406.090000', '175406.093000', '175406.096000', '175406.099000', '175406.102000', '175406.104000', '175406.107000', '175406.110000', '175406.113000', '175406.116000', '175406.128000', '175406.131000', '175406.134000', '175406.137000', '175406.140000', '175406.143000', '175406.145000', '175406.148000', '175406.151000', '175406.154000', '175406.157000', '175406.160000', '175406.162000', '175426.030000', '175426.033000', '175426.036000', '175426.039000', '175426.042000', '175426.044000', '175426.047000', '175426.050000', '175426.053000', '175426.056000', '175426.059000', '175426.062000', '175426.065000', '175426.067000', '175426.070000', '175426.073000', '175426.087000', '175426.090000', '175426.093000', '175426.096000', '175426.098000', '175426.101000', '175426.104000', '175426.107000', '175426.110000', '175426.113000', '175426.116000', '175426.118000', '175426.121000', '175426.124000', '175426.127000', '175426.130000', '175426.133000', '175426.136000', '175426.139000', '175426.142000', '175426.145000', '175426.148000', '175426.152000', '175426.155000', '175426.158000', '175426.161000', '175426.164000', '175446.030000', '175446.033000', '175446.036000', '175446.039000', '175446.042000', '175446.044000', '175446.047000', '175446.051000', '175446.054000', '175446.057000', '175446.060000', '175446.063000', '175446.066000', '175446.069000', '175446.072000', '175446.074000', '175446.077000', '175446.080000', '175446.083000', '175446.086000', '175446.089000', '175446.092000', '175446.095000', '175446.098000', '175446.100000', '175446.103000', '175446.106000', '175446.109000', '175446.112000', '175446.115000', '175446.118000', '175446.120000', '175446.123000', '175446.126000', '175446.129000', '175446.140000', '175446.143000', '175446.146000', '175446.149000', '175446.152000', '175446.155000', '175446.157000', '175446.160000', '175446.163000', '175506.030000', '175506.033000', '175506.036000', '175506.039000', '175506.042000', '175506.045000', '175506.048000', '175506.050000', '175506.053000', '175506.056000', '175506.059000', '175506.062000', '175506.065000', '175506.068000', '175506.071000', '175506.074000', '175506.076000', '175506.079000', '175506.082000', '175506.085000', '175506.088000', '175506.091000', '175506.094000', '175506.097000', '175506.100000', '175506.102000', '175506.105000', '175506.108000', '175506.111000', '175506.114000', '175506.126000', '175506.136000', '175506.139000', '175506.141000', '175506.144000', '175506.147000', '175506.150000', '175506.153000', '175506.156000', '175506.159000', '175506.162000', '175506.165000', '175506.168000', '175526.030000', '175526.033000', '175526.036000', '175526.039000', '175526.042000', '175526.045000', '175526.047000', '175526.050000', '175526.053000', '175526.056000', '175526.059000', '175526.062000', '175526.065000', '175526.067000', '175526.070000', '175526.083000', '175526.086000', '175526.089000', '175526.091000', '175526.094000', '175526.097000', '175526.100000', '175526.103000', '175526.106000', '175526.109000', '175526.112000', '175526.114000', '175526.117000', '175526.120000', '175526.123000', '175526.126000', '175526.129000', '175526.132000', '175526.135000', '175526.137000', '175526.140000', '175526.143000', '175526.146000', '175526.149000', '175526.152000', '175526.155000', '175526.158000', '175526.160000', '175526.163000', '175546.030000', '175546.033000', '175546.036000', '175546.039000', '175546.042000', '175546.045000', '175546.047000', '175546.050000', '175546.053000', '175546.056000', '175546.059000', '175546.062000', '175546.065000', '175546.068000', '175546.071000', '175546.074000', '175546.077000', '175546.080000', '175546.082000', '175546.085000', '175546.088000', '175546.091000', '175546.094000', '175546.097000', '175546.100000', '175546.103000', '175546.105000', '175546.108000', '175546.111000', '175546.114000', '175546.117000', '175546.120000', '175546.124000', '175546.127000', '175546.130000', '175546.133000', '175546.136000', '175546.139000', '175546.142000', '175546.145000', '175546.147000', '175546.150000', '175546.153000', '175606.030000', '175606.033000', '175606.036000', '175606.039000', '175606.042000', '175606.045000', '175606.047000', '175606.050000', '175606.053000', '175606.056000', '175606.059000', '175606.062000', '175606.065000', '175606.067000', '175606.070000', '175606.073000', '175606.076000', '175606.079000', '175606.082000', '175606.085000', '175606.089000', '175606.092000', '175606.095000', '175606.097000', '175606.100000', '175606.103000', '175606.106000', '175606.109000', '175606.112000', '175606.115000', '175606.118000', '175606.121000', '175606.124000', '175606.126000', '175606.129000', '175606.132000', '175606.135000', '175606.138000', '175606.141000', '175606.144000', '175606.147000', '175606.149000', '175606.152000', '175606.155000', '175626.030000', '175626.033000', '175626.036000', '175626.039000', '175626.042000', '175626.044000', '175626.047000', '175626.050000', '175626.053000', '175626.056000', '175626.059000', '175626.062000', '175626.065000', '175626.068000', '175626.071000', '175626.073000', '175626.076000', '175626.079000', '175626.082000', '175626.085000', '175626.088000', '175626.091000', '175626.094000', '175626.097000', '175626.100000', '175626.103000', '175626.105000', '175626.108000', '175626.111000', '175626.114000', '175626.117000', '175626.120000', '175626.123000', '175626.126000', '175626.129000', '175626.131000', '175626.134000', '175626.137000', '175626.140000', '175626.143000', '175626.146000', '175626.149000', '175626.151000', '175646.030000', '175646.033000', '175646.036000', '175646.039000', '175646.042000', '175646.044000', '175646.047000', '175646.050000', '175646.053000', '175646.056000', '175646.059000', '175646.062000', '175646.065000', '175646.068000', '175646.070000', '175646.073000', '175646.076000', '175646.079000', '175646.082000', '175646.085000', '175646.088000', '175646.091000', '175646.093000', '175646.096000', '175646.099000', '175646.102000', '175646.105000', '175646.108000', '175646.122000', '175646.125000', '175646.128000', '175646.131000', '175646.134000', '175646.137000', '175646.139000', '175646.142000', '175646.145000', '175646.148000', '175646.151000', '175646.154000', '175646.157000', '175646.159000', '175646.162000', '175646.165000', '175706.030000', '175706.033000', '175706.036000', '175706.039000', '175706.042000', '175706.045000', '175706.047000', '175706.050000', '175706.053000', '175706.056000', '175706.059000', '175706.062000', '175706.065000', '175706.068000', '175706.070000', '175706.073000', '175706.076000', '175706.079000', '175706.082000', '175706.085000', '175706.088000', '175706.091000', '175706.094000', '175706.097000', '175706.099000', '175706.102000', '175706.105000', '175706.108000', '175706.111000', '175706.114000', '175706.117000', '175706.120000', '175706.123000', '175706.126000', '175706.129000', '175706.132000', '175706.135000', '175706.138000', '175706.141000', '175706.143000', '175706.146000', '175706.149000', '175706.152000', '175726.030000', '175726.033000', '175726.036000', '175726.039000', '175726.042000', '175726.045000', '175726.047000', '175726.050000', '175726.053000', '175726.056000', '175726.059000', '175726.062000', '175726.065000', '175726.067000', '175726.070000', '175726.073000', '175726.076000', '175726.079000', '175726.082000', '175726.085000', '175726.088000', '175726.091000', '175726.093000', '175726.096000', '175726.099000', '175726.102000', '175726.105000', '175726.108000', '175726.111000', '175726.114000', '175726.116000', '175726.119000', '175726.122000', '175726.125000', '175726.128000', '175726.131000', '175726.134000', '175726.137000', '175726.140000', '175726.143000', '175726.146000', '175726.149000', '175726.152000', '175726.154000', '175746.030000', '175746.033000', '175746.036000', '175746.039000', '175746.042000', '175746.045000', '175746.048000', '175746.051000', '175746.054000', '175746.056000', '175746.059000', '175746.062000', '175746.065000', '175746.068000', '175746.071000', '175746.074000', '175746.077000', '175746.080000', '175746.082000', '175746.085000', '175746.088000', '175746.091000', '175746.094000', '175746.097000', '175746.100000', '175746.103000', '175746.106000', '175746.109000', '175746.111000', '175746.114000', '175746.117000', '175746.120000', '175746.123000', '175746.126000', '175746.129000', '175746.132000', '175746.135000', '175746.137000', '175746.140000', '175746.143000', '175746.146000', '175746.149000', '175746.152000', '175806.030000', '175806.033000', '175806.036000', '175806.039000', '175806.042000', '175806.045000', '175806.048000', '175806.050000', '175806.053000', '175806.056000', '175806.059000', '175806.062000', '175806.065000', '175806.068000', '175806.071000', '175806.074000', '175806.076000', '175806.079000', '175806.082000', '175806.085000', '175806.088000', '175806.091000', '175806.094000', '175806.097000', '175806.099000', '175806.102000', '175806.105000', '175806.108000', '175806.111000', '175806.114000', '175806.117000', '175806.120000', '175806.123000', '175806.125000', '175806.128000', '175806.131000', '175806.134000', '175806.137000', '175806.140000', '175806.143000', '175806.146000', '175806.149000', '175806.152000', '175826.030000', '175826.033000', '175826.036000', '175826.039000', '175826.042000', '175826.045000', '175826.047000', '175826.050000', '175826.053000', '175826.056000', '175826.059000', '175826.062000', '175826.065000', '175826.068000', '175826.071000', '175826.073000', '175826.076000', '175826.079000', '175826.082000', '175826.085000', '175826.088000', '175826.091000', '175826.094000', '175826.097000', '175826.100000', '175826.102000', '175826.105000', '175826.108000', '175826.111000', '175826.114000', '175826.117000', '175826.120000', '175826.123000', '175826.126000', '175826.128000', '175826.131000', '175826.134000', '175826.137000', '175826.140000', '175826.143000', '175826.146000', '175826.149000', '175826.152000', '175826.155000', '175846.030000', '175846.033000', '175846.036000', '175846.039000', '175846.042000', '175846.045000', '175846.048000', '175846.051000', '175846.054000', '175846.057000', '175846.060000', '175846.063000', '175846.066000', '175846.069000', '175846.072000', '175846.075000', '175846.078000', '175846.080000', '175846.083000', '175846.086000', '175846.089000', '175846.092000', '175846.095000', '175846.098000', '175846.101000', '175846.104000', '175846.107000', '175846.109000', '175846.112000', '175846.115000', '175846.118000', '175846.121000', '175846.124000', '175846.127000', '175846.129000', '175846.132000', '175846.135000', '175846.138000', '175846.141000', '175846.144000', '175846.147000', '175846.150000', '175846.153000', '175906.030000', '175906.033000', '175906.036000', '175906.039000', '175906.042000', '175906.056000', '175906.059000', '175906.062000', '175906.065000', '175906.068000', '175906.070000', '175906.073000', '175906.076000', '175906.079000', '175906.082000', '175906.085000', '175906.088000', '175906.091000', '175906.093000', '175906.096000', '175906.099000', '175906.102000', '175906.105000', '175906.108000', '175906.113000', '175906.116000', '175906.119000', '175906.122000', '175906.125000', '175906.128000', '175906.130000', '175906.133000', '175906.136000', '175906.139000', '175906.142000', '175906.145000', '175906.148000', '175906.151000', '175906.154000', '175906.156000', '175906.159000', '175906.162000', '175906.165000', '175906.168000', '175926.030000', '175926.033000', '175926.036000', '175926.039000', '175926.042000', '175926.045000', '175926.048000', '175926.051000', '175926.054000', '175926.057000', '175926.059000', '175926.062000', '175926.068000', '175926.072000', '175926.075000', '175926.078000', '175926.080000', '175926.083000', '175926.086000', '175926.089000', '175926.092000', '175926.095000', '175926.098000', '175926.101000', '175926.103000', '175926.106000', '175926.109000', '175926.112000', '175926.115000', '175926.118000', '175926.121000', '175926.124000', '175926.126000', '175926.129000', '175926.132000', '175926.135000', '175926.138000', '175926.141000', '175926.144000', '175926.147000', '175926.150000', '175926.153000', '175926.156000', '175946.030000', '175946.033000', '175946.036000', '175946.039000', '175946.042000', '175946.045000', '175946.062000', '175946.065000', '175946.068000', '175946.070000', '175946.073000', '175946.077000', '175946.080000', '175946.083000', '175946.085000', '175946.088000', '175946.091000', '175946.094000', '175946.097000', '175946.100000', '175946.103000', '175946.106000', '175946.109000', '175946.112000', '175946.114000', '175946.117000', '175946.120000', '175946.123000', '175946.126000', '175946.129000', '175946.132000', '175946.134000', '175946.137000', '175946.140000', '175946.143000', '175946.146000', '175946.149000', '175946.152000', '175946.155000', '175946.157000', '175946.160000', '175946.163000', '175946.166000', '175946.169000', '180006.030000', '180006.033000', '180006.036000', '180006.039000', '180006.042000', '180006.045000', '180006.048000', '180006.051000', '180006.054000', '180006.057000', '180006.059000', '180006.062000', '180006.065000', '180006.068000', '180006.071000', '180006.074000', '180006.077000', '180006.080000', '180006.083000', '180006.086000', '180006.089000', '180006.095000', '180006.098000', '180006.101000', '180006.103000', '180006.106000', '180006.109000', '180006.112000', '180006.115000', '180006.118000', '180006.121000', '180006.124000', '180006.126000', '180006.129000', '180006.132000', '180006.135000', '180006.138000', '180006.141000', '180006.144000', '180006.147000', '180006.150000', '180006.152000', '180006.155000', '180026.030000', '180026.033000', '180026.036000', '180026.039000', '180026.042000', '180026.045000', '180026.048000', '180026.050000', '180026.053000', '180026.056000', '180026.059000', '180026.062000', '180026.065000', '180026.068000', '180026.071000', '180026.074000', '180026.076000', '180026.079000', '180026.082000', '180026.085000', '180026.088000', '180026.091000', '180026.094000', '180026.097000', '180026.099000', '180026.102000', '180026.105000', '180026.108000', '180026.111000', '180026.114000', '180026.117000', '180026.120000', '180026.123000', '180026.126000', '180026.128000', '180026.131000', '180026.134000', '180026.137000', '180026.140000', '180026.143000', '180026.146000', '180026.148000', '180026.151000', '180026.154000', '180046.030000', '180046.033000', '180046.037000', '180046.040000', '180046.043000', '180046.046000', '180046.049000', '180046.052000', '180046.055000', '180046.057000', '180046.060000', '180046.063000', '180046.066000', '180046.069000', '180046.072000', '180046.075000', '180046.078000', '180046.081000', '180046.083000', '180046.086000', '180046.089000', '180046.092000', '180046.096000', '180046.099000', '180046.102000', '180046.104000', '180046.109000', '180046.114000', '180046.117000', '180046.119000', '180046.122000', '180046.125000', '180046.128000', '180046.131000', '180046.134000', '180046.137000', '180046.140000', '180046.143000', '180046.146000', '180046.148000', '180046.151000', '180046.154000', '180046.157000', '180106.030000', '180106.033000', '180106.036000', '180106.039000', '180106.042000', '180106.045000', '180106.047000', '180106.050000', '180106.053000', '180106.056000', '180106.059000', '180106.062000', '180106.065000', '180106.068000', '180106.071000', '180106.073000', '180106.076000', '180106.099000', '180106.102000', '180106.105000', '180106.108000', '180106.111000', '180106.114000', '180106.117000', '180106.120000', '180106.122000', '180106.125000', '180106.128000', '180106.131000', '180106.134000', '180106.137000', '180106.140000', '180106.143000', '180106.146000', '180106.148000', '180106.151000', '180106.154000', '180106.157000', '180106.160000', '180106.163000', '180106.166000', '180106.169000', '180106.171000', '180106.235000', '180126.030000', '180126.033000', '180126.036000', '180126.039000', '180126.042000', '180126.045000', '180126.048000', '180126.051000', '180126.054000', '180126.057000', '180126.060000', '180126.063000', '180126.065000', '180126.068000', '180126.071000', '180126.074000', '180126.077000', '180126.080000', '180126.083000', '180126.086000', '180126.089000', '180126.092000', '180126.095000', '180126.098000', '180126.101000', '180126.103000', '180126.106000', '180126.109000', '180126.112000', '180126.115000', '180126.118000', '180126.121000', '180126.124000', '180126.127000', '180126.130000', '180126.136000', '180126.139000', '180126.142000', '180126.145000', '180126.148000', '180126.151000', '180126.154000', '180126.156000', '180136.747000', '180136.751000', '180136.754000', '180136.758000', '180136.761000', '180136.764000', '180136.768000', '180136.771000', '180136.774000', '180136.777000', '180136.780000', '180136.783000', '180136.786000', '180136.789000', '180136.792000', '180136.795000', '180136.798000', '180136.801000', '180136.803000', '180136.806000', '180136.809000', '180136.812000', '180136.815000', '180136.818000'], 'InstanceCreationTime': ['175346.071000', '175346.074000', '175346.078000', '175346.080000', '175346.083000', '175346.086000', '175346.089000', '175346.092000', '175346.095000', '175346.098000', '175346.100000', '175346.103000', '175346.106000', '175346.109000', '175346.112000', '175346.115000', '175346.118000', '175346.120000', '175346.123000', '175346.126000', '175346.129000', '175346.132000', '175346.135000', '175346.138000', '175346.142000', '175346.145000', '175346.148000', '175346.151000', '175346.154000', '175346.157000', '175346.159000', '175346.162000', '175346.165000', '175346.184000', '175346.187000', '175346.190000', '175346.193000', '175346.195000', '175346.198000', '175346.201000', '175346.204000', '175346.207000', '175346.210000', '175346.213000', '175346.215000', '175346.218000', '175346.221000', '175346.224000', '175346.227000', '175406.030000', '175406.033000', '175406.036000', '175406.039000', '175406.042000', '175406.044000', '175406.047000', '175406.050000', '175406.053000', '175406.056000', '175406.059000', '175406.062000', '175406.065000', '175406.067000', '175406.070000', '175406.073000', '175406.076000', '175406.079000', '175406.082000', '175406.085000', '175406.087000', '175406.090000', '175406.093000', '175406.096000', '175406.099000', '175406.102000', '175406.104000', '175406.107000', '175406.110000', '175406.113000', '175406.116000', '175406.128000', '175406.131000', '175406.134000', '175406.137000', '175406.140000', '175406.143000', '175406.145000', '175406.148000', '175406.151000', '175406.154000', '175406.157000', '175406.160000', '175406.162000', '175426.030000', '175426.033000', '175426.036000', '175426.039000', '175426.042000', '175426.044000', '175426.047000', '175426.050000', '175426.053000', '175426.056000', '175426.059000', '175426.062000', '175426.065000', '175426.067000', '175426.070000', '175426.073000', '175426.087000', '175426.090000', '175426.093000', '175426.096000', '175426.098000', '175426.101000', '175426.104000', '175426.107000', '175426.110000', '175426.113000', '175426.116000', '175426.118000', '175426.121000', '175426.124000', '175426.127000', '175426.130000', '175426.133000', '175426.136000', '175426.139000', '175426.142000', '175426.145000', '175426.148000', '175426.152000', '175426.155000', '175426.158000', '175426.161000', '175426.164000', '175446.030000', '175446.033000', '175446.036000', '175446.039000', '175446.042000', '175446.044000', '175446.047000', '175446.051000', '175446.054000', '175446.057000', '175446.060000', '175446.063000', '175446.066000', '175446.069000', '175446.072000', '175446.074000', '175446.077000', '175446.080000', '175446.083000', '175446.086000', '175446.089000', '175446.092000', '175446.095000', '175446.098000', '175446.100000', '175446.103000', '175446.106000', '175446.109000', '175446.112000', '175446.115000', '175446.118000', '175446.120000', '175446.123000', '175446.126000', '175446.129000', '175446.140000', '175446.143000', '175446.146000', '175446.149000', '175446.152000', '175446.155000', '175446.157000', '175446.160000', '175446.163000', '175506.030000', '175506.033000', '175506.036000', '175506.039000', '175506.042000', '175506.045000', '175506.048000', '175506.050000', '175506.053000', '175506.056000', '175506.059000', '175506.062000', '175506.065000', '175506.068000', '175506.071000', '175506.074000', '175506.076000', '175506.079000', '175506.082000', '175506.085000', '175506.088000', '175506.091000', '175506.094000', '175506.097000', '175506.100000', '175506.102000', '175506.105000', '175506.108000', '175506.111000', '175506.114000', '175506.126000', '175506.136000', '175506.139000', '175506.141000', '175506.144000', '175506.147000', '175506.150000', '175506.153000', '175506.156000', '175506.159000', '175506.162000', '175506.165000', '175506.168000', '175526.030000', '175526.033000', '175526.036000', '175526.039000', '175526.042000', '175526.045000', '175526.047000', '175526.050000', '175526.053000', '175526.056000', '175526.059000', '175526.062000', '175526.065000', '175526.067000', '175526.070000', '175526.083000', '175526.086000', '175526.089000', '175526.091000', '175526.094000', '175526.097000', '175526.100000', '175526.103000', '175526.106000', '175526.109000', '175526.112000', '175526.114000', '175526.117000', '175526.120000', '175526.123000', '175526.126000', '175526.129000', '175526.132000', '175526.135000', '175526.137000', '175526.140000', '175526.143000', '175526.146000', '175526.149000', '175526.152000', '175526.155000', '175526.158000', '175526.160000', '175526.163000', '175546.030000', '175546.033000', '175546.036000', '175546.039000', '175546.042000', '175546.045000', '175546.047000', '175546.050000', '175546.053000', '175546.056000', '175546.059000', '175546.062000', '175546.065000', '175546.068000', '175546.071000', '175546.074000', '175546.077000', '175546.080000', '175546.082000', '175546.085000', '175546.088000', '175546.091000', '175546.094000', '175546.097000', '175546.100000', '175546.103000', '175546.105000', '175546.108000', '175546.111000', '175546.114000', '175546.117000', '175546.120000', '175546.124000', '175546.127000', '175546.130000', '175546.133000', '175546.136000', '175546.139000', '175546.142000', '175546.145000', '175546.147000', '175546.150000', '175546.153000', '175606.030000', '175606.033000', '175606.036000', '175606.039000', '175606.042000', '175606.045000', '175606.047000', '175606.050000', '175606.053000', '175606.056000', '175606.059000', '175606.062000', '175606.065000', '175606.067000', '175606.070000', '175606.073000', '175606.076000', '175606.079000', '175606.082000', '175606.085000', '175606.089000', '175606.092000', '175606.095000', '175606.097000', '175606.100000', '175606.103000', '175606.106000', '175606.109000', '175606.112000', '175606.115000', '175606.118000', '175606.121000', '175606.124000', '175606.126000', '175606.129000', '175606.132000', '175606.135000', '175606.138000', '175606.141000', '175606.144000', '175606.147000', '175606.149000', '175606.152000', '175606.155000', '175626.030000', '175626.033000', '175626.036000', '175626.039000', '175626.042000', '175626.044000', '175626.047000', '175626.050000', '175626.053000', '175626.056000', '175626.059000', '175626.062000', '175626.065000', '175626.068000', '175626.071000', '175626.073000', '175626.076000', '175626.079000', '175626.082000', '175626.085000', '175626.088000', '175626.091000', '175626.094000', '175626.097000', '175626.100000', '175626.103000', '175626.105000', '175626.108000', '175626.111000', '175626.114000', '175626.117000', '175626.120000', '175626.123000', '175626.126000', '175626.129000', '175626.131000', '175626.134000', '175626.137000', '175626.140000', '175626.143000', '175626.146000', '175626.149000', '175626.151000', '175646.030000', '175646.033000', '175646.036000', '175646.039000', '175646.042000', '175646.044000', '175646.047000', '175646.050000', '175646.053000', '175646.056000', '175646.059000', '175646.062000', '175646.065000', '175646.068000', '175646.070000', '175646.073000', '175646.076000', '175646.079000', '175646.082000', '175646.085000', '175646.088000', '175646.091000', '175646.093000', '175646.096000', '175646.099000', '175646.102000', '175646.105000', '175646.108000', '175646.122000', '175646.125000', '175646.128000', '175646.131000', '175646.134000', '175646.137000', '175646.139000', '175646.142000', '175646.145000', '175646.148000', '175646.151000', '175646.154000', '175646.157000', '175646.159000', '175646.162000', '175646.165000', '175706.030000', '175706.033000', '175706.036000', '175706.039000', '175706.042000', '175706.045000', '175706.047000', '175706.050000', '175706.053000', '175706.056000', '175706.059000', '175706.062000', '175706.065000', '175706.068000', '175706.070000', '175706.073000', '175706.076000', '175706.079000', '175706.082000', '175706.085000', '175706.088000', '175706.091000', '175706.094000', '175706.097000', '175706.099000', '175706.102000', '175706.105000', '175706.108000', '175706.111000', '175706.114000', '175706.117000', '175706.120000', '175706.123000', '175706.126000', '175706.129000', '175706.132000', '175706.135000', '175706.138000', '175706.141000', '175706.143000', '175706.146000', '175706.149000', '175706.152000', '175726.030000', '175726.033000', '175726.036000', '175726.039000', '175726.042000', '175726.045000', '175726.047000', '175726.050000', '175726.053000', '175726.056000', '175726.059000', '175726.062000', '175726.065000', '175726.067000', '175726.070000', '175726.073000', '175726.076000', '175726.079000', '175726.082000', '175726.085000', '175726.088000', '175726.091000', '175726.093000', '175726.096000', '175726.099000', '175726.102000', '175726.105000', '175726.108000', '175726.111000', '175726.114000', '175726.116000', '175726.119000', '175726.122000', '175726.125000', '175726.128000', '175726.131000', '175726.134000', '175726.137000', '175726.140000', '175726.143000', '175726.146000', '175726.149000', '175726.152000', '175726.154000', '175746.030000', '175746.033000', '175746.036000', '175746.039000', '175746.042000', '175746.045000', '175746.048000', '175746.051000', '175746.054000', '175746.056000', '175746.059000', '175746.062000', '175746.065000', '175746.068000', '175746.071000', '175746.074000', '175746.077000', '175746.080000', '175746.082000', '175746.085000', '175746.088000', '175746.091000', '175746.094000', '175746.097000', '175746.100000', '175746.103000', '175746.106000', '175746.109000', '175746.111000', '175746.114000', '175746.117000', '175746.120000', '175746.123000', '175746.126000', '175746.129000', '175746.132000', '175746.135000', '175746.137000', '175746.140000', '175746.143000', '175746.146000', '175746.149000', '175746.152000', '175806.030000', '175806.033000', '175806.036000', '175806.039000', '175806.042000', '175806.045000', '175806.048000', '175806.050000', '175806.053000', '175806.056000', '175806.059000', '175806.062000', '175806.065000', '175806.068000', '175806.071000', '175806.074000', '175806.076000', '175806.079000', '175806.082000', '175806.085000', '175806.088000', '175806.091000', '175806.094000', '175806.097000', '175806.099000', '175806.102000', '175806.105000', '175806.108000', '175806.111000', '175806.114000', '175806.117000', '175806.120000', '175806.123000', '175806.125000', '175806.128000', '175806.131000', '175806.134000', '175806.137000', '175806.140000', '175806.143000', '175806.146000', '175806.149000', '175806.152000', '175826.030000', '175826.033000', '175826.036000', '175826.039000', '175826.042000', '175826.045000', '175826.047000', '175826.050000', '175826.053000', '175826.056000', '175826.059000', '175826.062000', '175826.065000', '175826.068000', '175826.071000', '175826.073000', '175826.076000', '175826.079000', '175826.082000', '175826.085000', '175826.088000', '175826.091000', '175826.094000', '175826.097000', '175826.100000', '175826.102000', '175826.105000', '175826.108000', '175826.111000', '175826.114000', '175826.117000', '175826.120000', '175826.123000', '175826.126000', '175826.128000', '175826.131000', '175826.134000', '175826.137000', '175826.140000', '175826.143000', '175826.146000', '175826.149000', '175826.152000', '175826.155000', '175846.030000', '175846.033000', '175846.036000', '175846.039000', '175846.042000', '175846.045000', '175846.048000', '175846.051000', '175846.054000', '175846.057000', '175846.060000', '175846.063000', '175846.066000', '175846.069000', '175846.072000', '175846.075000', '175846.078000', '175846.080000', '175846.083000', '175846.086000', '175846.089000', '175846.092000', '175846.095000', '175846.098000', '175846.101000', '175846.104000', '175846.107000', '175846.109000', '175846.112000', '175846.115000', '175846.118000', '175846.121000', '175846.124000', '175846.127000', '175846.129000', '175846.132000', '175846.135000', '175846.138000', '175846.141000', '175846.144000', '175846.147000', '175846.150000', '175846.153000', '175906.030000', '175906.033000', '175906.036000', '175906.039000', '175906.042000', '175906.056000', '175906.059000', '175906.062000', '175906.065000', '175906.068000', '175906.070000', '175906.073000', '175906.076000', '175906.079000', '175906.082000', '175906.085000', '175906.088000', '175906.091000', '175906.093000', '175906.096000', '175906.099000', '175906.102000', '175906.105000', '175906.108000', '175906.113000', '175906.116000', '175906.119000', '175906.122000', '175906.125000', '175906.128000', '175906.130000', '175906.133000', '175906.136000', '175906.139000', '175906.142000', '175906.145000', '175906.148000', '175906.151000', '175906.154000', '175906.156000', '175906.159000', '175906.162000', '175906.165000', '175906.168000', '175926.030000', '175926.033000', '175926.036000', '175926.039000', '175926.042000', '175926.045000', '175926.048000', '175926.051000', '175926.054000', '175926.057000', '175926.059000', '175926.062000', '175926.068000', '175926.072000', '175926.075000', '175926.078000', '175926.080000', '175926.083000', '175926.086000', '175926.089000', '175926.092000', '175926.095000', '175926.098000', '175926.101000', '175926.103000', '175926.106000', '175926.109000', '175926.112000', '175926.115000', '175926.118000', '175926.121000', '175926.124000', '175926.126000', '175926.129000', '175926.132000', '175926.135000', '175926.138000', '175926.141000', '175926.144000', '175926.147000', '175926.150000', '175926.153000', '175926.156000', '175946.030000', '175946.033000', '175946.036000', '175946.039000', '175946.042000', '175946.045000', '175946.062000', '175946.065000', '175946.068000', '175946.070000', '175946.073000', '175946.077000', '175946.080000', '175946.083000', '175946.085000', '175946.088000', '175946.091000', '175946.094000', '175946.097000', '175946.100000', '175946.103000', '175946.106000', '175946.109000', '175946.112000', '175946.114000', '175946.117000', '175946.120000', '175946.123000', '175946.126000', '175946.129000', '175946.132000', '175946.134000', '175946.137000', '175946.140000', '175946.143000', '175946.146000', '175946.149000', '175946.152000', '175946.155000', '175946.157000', '175946.160000', '175946.163000', '175946.166000', '175946.169000', '180006.030000', '180006.033000', '180006.036000', '180006.039000', '180006.042000', '180006.045000', '180006.048000', '180006.051000', '180006.054000', '180006.057000', '180006.059000', '180006.062000', '180006.065000', '180006.068000', '180006.071000', '180006.074000', '180006.077000', '180006.080000', '180006.083000', '180006.086000', '180006.089000', '180006.095000', '180006.098000', '180006.101000', '180006.103000', '180006.106000', '180006.109000', '180006.112000', '180006.115000', '180006.118000', '180006.121000', '180006.124000', '180006.126000', '180006.129000', '180006.132000', '180006.135000', '180006.138000', '180006.141000', '180006.144000', '180006.147000', '180006.150000', '180006.152000', '180006.155000', '180026.030000', '180026.033000', '180026.036000', '180026.039000', '180026.042000', '180026.045000', '180026.048000', '180026.050000', '180026.053000', '180026.056000', '180026.059000', '180026.062000', '180026.065000', '180026.068000', '180026.071000', '180026.074000', '180026.076000', '180026.079000', '180026.082000', '180026.085000', '180026.088000', '180026.091000', '180026.094000', '180026.097000', '180026.099000', '180026.102000', '180026.105000', '180026.108000', '180026.111000', '180026.114000', '180026.117000', '180026.120000', '180026.123000', '180026.126000', '180026.128000', '180026.131000', '180026.134000', '180026.137000', '180026.140000', '180026.143000', '180026.146000', '180026.148000', '180026.151000', '180026.154000', '180046.030000', '180046.033000', '180046.037000', '180046.040000', '180046.043000', '180046.046000', '180046.049000', '180046.052000', '180046.055000', '180046.057000', '180046.060000', '180046.063000', '180046.066000', '180046.069000', '180046.072000', '180046.075000', '180046.078000', '180046.081000', '180046.083000', '180046.086000', '180046.089000', '180046.092000', '180046.096000', '180046.099000', '180046.102000', '180046.104000', '180046.109000', '180046.114000', '180046.117000', '180046.119000', '180046.122000', '180046.125000', '180046.128000', '180046.131000', '180046.134000', '180046.137000', '180046.140000', '180046.143000', '180046.146000', '180046.148000', '180046.151000', '180046.154000', '180046.157000', '180106.030000', '180106.033000', '180106.036000', '180106.039000', '180106.042000', '180106.045000', '180106.047000', '180106.050000', '180106.053000', '180106.056000', '180106.059000', '180106.062000', '180106.065000', '180106.068000', '180106.071000', '180106.073000', '180106.076000', '180106.099000', '180106.102000', '180106.105000', '180106.108000', '180106.111000', '180106.114000', '180106.117000', '180106.120000', '180106.122000', '180106.125000', '180106.128000', '180106.131000', '180106.134000', '180106.137000', '180106.140000', '180106.143000', '180106.146000', '180106.148000', '180106.151000', '180106.154000', '180106.157000', '180106.160000', '180106.163000', '180106.166000', '180106.169000', '180106.171000', '180106.235000', '180126.030000', '180126.033000', '180126.036000', '180126.039000', '180126.042000', '180126.045000', '180126.048000', '180126.051000', '180126.054000', '180126.057000', '180126.060000', '180126.063000', '180126.065000', '180126.068000', '180126.071000', '180126.074000', '180126.077000', '180126.080000', '180126.083000', '180126.086000', '180126.089000', '180126.092000', '180126.095000', '180126.098000', '180126.101000', '180126.103000', '180126.106000', '180126.109000', '180126.112000', '180126.115000', '180126.118000', '180126.121000', '180126.124000', '180126.127000', '180126.130000', '180126.136000', '180126.139000', '180126.142000', '180126.145000', '180126.148000', '180126.151000', '180126.154000', '180126.156000', '180136.747000', '180136.751000', '180136.754000', '180136.758000', '180136.761000', '180136.764000', '180136.768000', '180136.771000', '180136.774000', '180136.777000', '180136.780000', '180136.783000', '180136.786000', '180136.789000', '180136.792000', '180136.795000', '180136.798000', '180136.801000', '180136.803000', '180136.806000', '180136.809000', '180136.812000', '180136.815000', '180136.818000'], '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], 'LargestImagePixelValue': [12181, 12813, 12460, 11637, 12120, 12317, 13183, 12461, 12580, 12116, 12351, 12085, 12441, 13324, 12847, 10395, 11957, 11919, 13155, 12164, 12466, 12365, 12233, 12808, 12308, 12257, 12105, 11110, 12171, 12118, 13174, 12689, 12234, 11952, 11902, 13323, 12195, 12930, 12728, 12029, 12138, 12186, 12802, 12243, 11772, 12054, 12428, 13046, 12582, 12680, 12175, 12072, 13183, 12290, 12631, 12442, 12285, 12609, 12347, 12437, 12324, 12190, 11954, 12478, 12632, 12754, 12484, 11883, 12019, 12714, 12253, 13286, 12320, 12374, 11885, 12185, 11291, 11990, 12170, 12217, 12500, 12852, 12173, 13185, 11889, 12339, 12770, 12582, 12079, 12326, 13093, 12386, 12464, 13276, 12252, 11431, 12305, 12100, 12005, 12414, 11584, 12247, 12202, 12207, 11997, 12059, 12454, 12329, 12782, 12358, 12596, 12126, 12809, 12046, 12190, 12027, 12301, 11800, 12213, 11920, 12235, 12387, 11401, 12231, 12282, 13117, 12206, 12356, 12172, 11948, 12771, 12344, 12714, 12514, 12341, 12392, 11713, 12365, 12166, 12205, 13297, 12762, 12829, 12057, 11889, 12219, 12240, 13550, 12897, 11985, 13177, 11987, 12699, 11936, 12091, 12981, 12517, 13038, 11962, 11986, 12661, 12268, 12966, 12174, 12188, 13403, 12274, 13452, 11832, 11842, 12697, 12420, 12238, 13176, 12210, 12624, 12136, 11905, 12356, 12395, 12721, 12261, 12149, 11772, 12068, 12757, 12273, 12801, 12496, 12093, 12579, 12107, 12718, 11907, 12234, 13163, 12300, 12787, 11884, 12943, 11874, 12021, 12255, 12519, 12389, 12220, 12374, 11829, 12164, 11032, 11777, 11926, 12114, 12367, 12161, 12229, 12186, 11933, 12073, 11814, 12107, 11122, 12187, 12092, 12553, 12237, 12454, 12490, 12690, 12225, 11813, 11743, 12064, 11760, 12518, 11924, 12571, 12498, 12235, 12108, 11868, 12159, 12040, 12354, 11042, 12068, 12324, 12906, 12195, 11907, 12149, 12340, 12200, 12472, 12388, 10914, 12384, 13602, 12020, 12181, 12519, 12278, 13321, 11634, 12240, 12509, 12221, 12301, 12031, 11915, 11676, 12056, 12227, 12198, 11994, 12106, 12199, 11700, 12086, 11041, 11849, 12180, 12716, 12452, 10244, 11956, 11909, 11883, 12133, 11815, 11950, 11861, 12285, 12241, 12619, 12256, 12112, 12488, 12153, 11816, 11922, 11993, 12356, 12318, 11581, 12510, 11910, 11947, 12029, 11947, 12117, 10900, 11976, 11932, 12343, 12296, 12362, 12323, 13011, 11744, 11987, 12361, 12226, 12692, 12036, 12169, 12447, 14274, 12865, 15939, 12802, 12375, 11868, 13570, 12576, 12124, 12729, 12324, 11421, 12081, 11932, 11920, 12238, 12486, 12034, 13041, 12249, 12286, 12189, 15739, 12708, 16398, 11786, 12285, 16035, 12871, 11970, 12301, 12302, 10819, 11921, 12026, 12277, 12219, 12109, 12361, 12794, 11883, 12050, 12279, 12189, 11210, 11949, 12087, 12075, 12313, 12258, 11937, 12223, 12011, 12041, 12366, 12310, 11834, 12281, 11868, 11935, 12065, 12309, 12505, 12371, 11927, 12118, 12630, 12367, 12805, 12432, 10629, 12093, 12031, 12642, 12268, 12977, 12544, 11577, 12383, 12187, 12125, 11980, 12509, 12396, 11353, 12134, 12090, 13434, 12335, 13040, 12311, 12107, 12318, 11931, 12070, 12157, 12095, 11827, 12076, 12200, 12506, 12522, 12051, 11626, 11850, 12084, 12486, 12261, 12293, 12139, 11926, 11980, 12239, 11457, 12022, 11867, 12441, 12349, 12339, 11977, 12305, 11800, 12085, 12520, 12119, 11404, 12326, 12259, 11931, 12024, 12374, 12089, 10536, 12092, 12090, 12990, 12420, 12807, 12245, 12473, 12089, 11917, 12628, 12221, 11963, 12090, 12186, 12962, 12177, 10641, 11928, 11766, 12672, 12161, 11315, 11901, 11981, 13336, 12147, 11827, 11954, 12155, 11854, 11505, 11544, 12091, 12481, 12444, 12009, 12013, 12213, 11737, 12225, 12091, 12199, 11596, 12090, 12122, 12579, 12279, 12989, 12373, 11620, 11890, 12107, 12271, 12232, 12434, 12174, 10400, 12068, 12152, 12116, 12344, 11896, 12045, 12154, 12765, 12379, 12379, 11954, 11905, 12736, 12304, 12842, 12249, 11954, 11669, 12069, 11882, 12280, 12121, 12153, 12157, 12849, 12014, 12087, 12380, 12216, 12126, 12236, 12715, 11917, 11788, 12254, 11633, 12016, 12202, 12653, 12242, 11872, 12003, 12123, 12945, 12257, 12034, 12127, 13215, 12072, 12133, 12963, 12257, 12259, 12245, 11063, 12099, 12209, 12926, 12366, 11027, 11808, 11719, 11893, 12306, 11926, 12295, 12025, 12907, 12288, 12500, 12208, 11343, 12173, 12029, 12317, 12384, 11635, 12122, 12105, 12121, 11934, 12160, 12134, 12561, 12029, 12226, 12537, 12178, 10904, 12124, 11957, 12572, 12271, 12144, 12313, 12187, 12895, 12102, 12459, 12235, 10505, 12018, 12237, 12098, 12457, 11166, 12226, 12056, 12730, 12119, 12264, 12317, 12400, 11941, 12138, 12210, 12343, 11567, 11876, 12045, 12401, 12188, 12528, 12495, 11841, 11794, 11956, 12312, 12078, 12373, 11808, 12160, 12319, 12264, 10907, 12089, 11842, 12101, 12284, 13849, 11969, 12024, 11756, 12086, 12271, 12188, 12360, 11898, 12015, 12372, 12464, 12361, 11943, 12919, 11730, 12155, 12646, 12382, 11880, 11784, 11904, 12648, 12341, 12469, 12318, 12190, 11792, 12034, 12376, 12455, 12369, 11933, 11920, 11806, 12127, 12319, 12058, 11938, 12149, 12052, 12272, 12208, 12487, 12076, 12122, 12501, 12083, 12348, 12238, 10625, 11757, 12128, 12592, 12514, 13233, 12311, 10587, 11860, 11773, 11539, 12064, 11524, 11939, 12359, 12063, 11928, 11751, 12309, 11579, 12176, 11622, 12132, 12119, 12060, 11981, 11597, 11741, 11650, 12101, 11769, 11857, 12081, 11948, 12149, 9976, 11727, 11844, 12085, 12043, 12032, 12228, 11451, 11558, 11880, 11538, 12185, 10164, 12097, 13362, 11797, 12123, 11710, 12198, 11768, 12273, 11874, 11882, 12150, 12739, 12117, 12366, 11924, 16663, 13887, 16116, 13067, 12420, 12589, 11716, 12440, 12008, 11585, 12051, 12182, 11721, 11569, 12090, 12512, 12055, 13140, 11971, 13149, 15891, 12798, 15297, 11529, 12009, 16206, 11669, 11903, 11069, 12065, 11816, 12002, 11924, 11711, 12068, 11896, 12001, 12001, 11983, 12129, 12613, 11814, 12114, 11707, 12403, 11745, 11543, 11823, 11589, 11595, 12470, 11654, 12191, 11945, 12649, 11591, 11716, 11867, 11630, 11930, 13470, 11844, 12239, 11957, 12314, 12052, 11929, 11861, 12186, 12270, 12044, 12115, 11895, 12412, 11893, 11444, 11899, 12144, 12063, 11945, 11501, 12096, 11890, 11606, 12006, 11621, 12035, 11560, 11936, 11794, 12356, 12303, 11724, 12225, 12079, 11750, 11910, 11812, 12137, 12686, 12091, 12129, 12295, 11964, 11549, 11983, 12295, 12393, 12110, 11605, 12148, 12001, 11731, 11961, 11906, 12093, 12359, 11655, 12017, 11659, 12186, 11628, 11961, 11538, 11572, 12190, 11498, 12053, 12031, 11550, 11838, 11939, 12018, 11444, 12068, 11749, 11867, 11950, 11710, 11661, 10759, 11804, 12062, 12215, 12164, 11754, 11933, 11506, 12153, 11955, 11829, 12191, 12248, 11903, 11949, 12157, 11689, 11432, 11880, 11949, 11683, 12289, 11637, 11733, 11899, 12205, 11942, 11303, 11684, 11934, 11884, 12006, 10012, 11591, 11603, 11992, 12015, 11457, 11864, 12079, 12117, 11788, 10994, 11813, 11948, 12061, 11803, 11627, 11770, 12747, 11714, 11813, 11649, 12086, 12139, 12092, 12071, 12548, 11753, 11973, 12195, 11746, 11329, 11821, 11896, 11809, 11951, 11735, 11983, 11404, 11383, 12000, 11300, 12011, 11867, 11652, 12012, 11610, 11745, 11088, 11569, 11838, 11518, 11887, 13427, 12005, 12325, 11482, 11891, 11759, 12153, 11664, 11629, 11848, 11334, 12047, 11806, 11746, 11841, 12274, 12157, 11821, 12132, 11953, 11545, 11656, 10790, 11900, 11791, 11736, 12090, 11524, 11715, 10954, 11549, 11897, 11627, 12089, 12173, 11925, 11933, 11949, 11826, 11402, 11951, 11904, 11660, 12125, 10740, 11984, 11372, 11807, 11766, 11727, 12096, 11772, 12019, 12020, 12288, 12002, 11364, 11761, 11886, 12194, 12026, 11597, 11742, 11869, 11509, 12137, 11258, 11806, 11790, 11629, 11945, 11225, 12041, 11723, 11962, 12030, 11641, 11847, 11886, 11376], 'WindowCenter': [4427.0, 4422.0, 4409.0, 4387.0, 4396.0, 4397.0, 4406.0, 4394.0, 4395.0, 4383.0, 4383.0, 4382.0, 4394.0, 4394.0, 4392.0, 4364.0, 4384.0, 4382.0, 4392.0, 4382.0, 4379.0, 4393.0, 4394.0, 4395.0, 4383.0, 4383.0, 4382.0, 4372.0, 4381.0, 4383.0, 4393.0, 4393.0, 4383.0, 4383.0, 4382.0, 4392.0, 4382.0, 4394.0, 4394.0, 4383.0, 4382.0, 4382.0, 4382.0, 4372.0, 4372.0, 4382.0, 4394.0, 4392.0, 4384.0, 4392.0, 4383.0, 4371.0, 4381.0, 4370.0, 4381.0, 4383.0, 4385.0, 4381.0, 4383.0, 4382.0, 4382.0, 4369.0, 4370.0, 4382.0, 4381.0, 4380.0, 4380.0, 4371.0, 4370.0, 4380.0, 4379.0, 4391.0, 4381.0, 4382.0, 4368.0, 4369.0, 4359.0, 4367.0, 4370.0, 4381.0, 4383.0, 4378.0, 4370.0, 4380.0, 4370.0, 4380.0, 4381.0, 4393.0, 4384.0, 4381.0, 4382.0, 4380.0, 4381.0, 4392.0, 4381.0, 4369.0, 4369.0, 4370.0, 4371.0, 4379.0, 4383.0, 4382.0, 4382.0, 4381.0, 4371.0, 4369.0, 4367.0, 4371.0, 4370.0, 4370.0, 4368.0, 4370.0, 4369.0, 4369.0, 4370.0, 4370.0, 4368.0, 4357.0, 4366.0, 4356.0, 4358.0, 4366.0, 4357.0, 4368.0, 4369.0, 4378.0, 4367.0, 4367.0, 4368.0, 4368.0, 4391.0, 4381.0, 4391.0, 4381.0, 4383.0, 4392.0, 4395.0, 4394.0, 4396.0, 4394.0, 4405.0, 4396.0, 4394.0, 4394.0, 4384.0, 4392.0, 4395.0, 4408.0, 4395.0, 4398.0, 4404.0, 4394.0, 4393.0, 4382.0, 4395.0, 4407.0, 4394.0, 4393.0, 4384.0, 4383.0, 4381.0, 4371.0, 4381.0, 4383.0, 4394.0, 4393.0, 4381.0, 4392.0, 4370.0, 4370.0, 4380.0, 4381.0, 4382.0, 4380.0, 4382.0, 4379.0, 4381.0, 4370.0, 4382.0, 4395.0, 4392.0, 4380.0, 4382.0, 4384.0, 4381.0, 4379.0, 4394.0, 4395.0, 4393.0, 4383.0, 4381.0, 4383.0, 4382.0, 4383.0, 4385.0, 4392.0, 4383.0, 4381.0, 4381.0, 4381.0, 4381.0, 4382.0, 4372.0, 4382.0, 4383.0, 4383.0, 4382.0, 4369.0, 4382.0, 4360.0, 4370.0, 4368.0, 4369.0, 4380.0, 4383.0, 4382.0, 4382.0, 4370.0, 4369.0, 4367.0, 4368.0, 4359.0, 4369.0, 4368.0, 4368.0, 4370.0, 4381.0, 4382.0, 4382.0, 4371.0, 4368.0, 4367.0, 4368.0, 4365.0, 4369.0, 4371.0, 4380.0, 4381.0, 4370.0, 4369.0, 4369.0, 4368.0, 4368.0, 4369.0, 4358.0, 4370.0, 4382.0, 4380.0, 4371.0, 4369.0, 4370.0, 4379.0, 4371.0, 4378.0, 4381.0, 4374.0, 4395.0, 4393.0, 4383.0, 4383.0, 4381.0, 4382.0, 4392.0, 4371.0, 4382.0, 4381.0, 4381.0, 4380.0, 4381.0, 4370.0, 4369.0, 4369.0, 4370.0, 4381.0, 4384.0, 4380.0, 4381.0, 4371.0, 4380.0, 4369.0, 4370.0, 4380.0, 4391.0, 4381.0, 4361.0, 4371.0, 4368.0, 4367.0, 4380.0, 4369.0, 4370.0, 4369.0, 4368.0, 4381.0, 4394.0, 4383.0, 4382.0, 4380.0, 4381.0, 4370.0, 4370.0, 4370.0, 4380.0, 4382.0, 4385.0, 4394.0, 4381.0, 4381.0, 4381.0, 4368.0, 4380.0, 4359.0, 4370.0, 4371.0, 4381.0, 4382.0, 4396.0, 4395.0, 4394.0, 4382.0, 4381.0, 4380.0, 4380.0, 4381.0, 4383.0, 4383.0, 4391.0, 4408.0, 4396.0, 4414.0, 4395.0, 4383.0, 4371.0, 4368.0, 4356.0, 4355.0, 4367.0, 4368.0, 4358.0, 4379.0, 4380.0, 4370.0, 4383.0, 4383.0, 4379.0, 4392.0, 4381.0, 4379.0, 4370.0, 4391.0, 4368.0, 4388.0, 4354.0, 4369.0, 4389.0, 4356.0, 4344.0, 4341.0, 4344.0, 4330.0, 4341.0, 4341.0, 4341.0, 4355.0, 4356.0, 4354.0, 4353.0, 4353.0, 4353.0, 4353.0, 4354.0, 4346.0, 4356.0, 4368.0, 4368.0, 4368.0, 4368.0, 4369.0, 4368.0, 4368.0, 4368.0, 4368.0, 4381.0, 4382.0, 4382.0, 4382.0, 4382.0, 4383.0, 4381.0, 4380.0, 4380.0, 4370.0, 4381.0, 4383.0, 4394.0, 4393.0, 4394.0, 4362.0, 4383.0, 4381.0, 4380.0, 4382.0, 4394.0, 4384.0, 4372.0, 4393.0, 4383.0, 4382.0, 4383.0, 4382.0, 4382.0, 4371.0, 4381.0, 4396.0, 4404.0, 4395.0, 4394.0, 4384.0, 4384.0, 4380.0, 4384.0, 4382.0, 4380.0, 4382.0, 4382.0, 4396.0, 4395.0, 4384.0, 4381.0, 4381.0, 4370.0, 4369.0, 4381.0, 4384.0, 4380.0, 4382.0, 4381.0, 4382.0, 4370.0, 4380.0, 4371.0, 4382.0, 4382.0, 4383.0, 4381.0, 4379.0, 4369.0, 4381.0, 4368.0, 4380.0, 4379.0, 4379.0, 4383.0, 4395.0, 4383.0, 4382.0, 4382.0, 4382.0, 4381.0, 4360.0, 4381.0, 4382.0, 4392.0, 4397.0, 4395.0, 4394.0, 4383.0, 4393.0, 4382.0, 4381.0, 4381.0, 4370.0, 4392.0, 4395.0, 4392.0, 4384.0, 4361.0, 4383.0, 4381.0, 4380.0, 4380.0, 4370.0, 4381.0, 4383.0, 4404.0, 4383.0, 4395.0, 4394.0, 4383.0, 4381.0, 4371.0, 4372.0, 4383.0, 4395.0, 4396.0, 4384.0, 4382.0, 4381.0, 4370.0, 4381.0, 4370.0, 4382.0, 4385.0, 4384.0, 4382.0, 4381.0, 4395.0, 4394.0, 4392.0, 4371.0, 4380.0, 4382.0, 4380.0, 4394.0, 4394.0, 4384.0, 4373.0, 4382.0, 4382.0, 4379.0, 4381.0, 4370.0, 4382.0, 4384.0, 4380.0, 4383.0, 4380.0, 4371.0, 4370.0, 4380.0, 4381.0, 4391.0, 4379.0, 4370.0, 4370.0, 4380.0, 4369.0, 4382.0, 4384.0, 4383.0, 4382.0, 4391.0, 4382.0, 4381.0, 4383.0, 4394.0, 4384.0, 4383.0, 4393.0, 4381.0, 4382.0, 4383.0, 4372.0, 4382.0, 4385.0, 4394.0, 4385.0, 4384.0, 4381.0, 4381.0, 4380.0, 4381.0, 4369.0, 4381.0, 4392.0, 4393.0, 4385.0, 4392.0, 4382.0, 4382.0, 4382.0, 4373.0, 4381.0, 4394.0, 4393.0, 4383.0, 4373.0, 4382.0, 4381.0, 4370.0, 4381.0, 4370.0, 4382.0, 4382.0, 4379.0, 4370.0, 4381.0, 4380.0, 4369.0, 4379.0, 4369.0, 4369.0, 4378.0, 4374.0, 4382.0, 4382.0, 4379.0, 4372.0, 4368.0, 4370.0, 4368.0, 4370.0, 4381.0, 4381.0, 4382.0, 4371.0, 4381.0, 4370.0, 4370.0, 4370.0, 4371.0, 4381.0, 4384.0, 4380.0, 4370.0, 4379.0, 4380.0, 4359.0, 4379.0, 4379.0, 4369.0, 4381.0, 4374.0, 4383.0, 4382.0, 4381.0, 4383.0, 4381.0, 4380.0, 4381.0, 4382.0, 4383.0, 4382.0, 4383.0, 4373.0, 4380.0, 4382.0, 4379.0, 4391.0, 4393.0, 4392.0, 4383.0, 4383.0, 4383.0, 4382.0, 4395.0, 4394.0, 4393.0, 4395.0, 4383.0, 4393.0, 4373.0, 4383.0, 4383.0, 4381.0, 4383.0, 4406.0, 4384.0, 4384.0, 4383.0, 4384.0, 4382.0, 4381.0, 4380.0, 4383.0, 4384.0, 4393.0, 4383.0, 4392.0, 4383.0, 4382.0, 4382.0, 4383.0, 4392.0, 4383.0, 4382.0, 4384.0, 4383.0, 4381.0, 4383.0, 4394.0, 4384.0, 4383.0, 4381.0, 4381.0, 4380.0, 4380.0, 4393.0, 4383.0, 4382.0, 4380.0, 4382.0, 4380.0, 4381.0, 4383.0, 4394.0, 4383.0, 4381.0, 4384.0, 4382.0, 4383.0, 4382.0, 4392.0, 4384.0, 4382.0, 4383.0, 4373.0, 4383.0, 4382.0, 4382.0, 4396.0, 4407.0, 4396.0, 4374.0, 4382.0, 4382.0, 4382.0, 4384.0, 4371.0, 4382.0, 4396.0, 4395.0, 4383.0, 4384.0, 4383.0, 4383.0, 4383.0, 4372.0, 4384.0, 4396.0, 4384.0, 4384.0, 4372.0, 4383.0, 4372.0, 4382.0, 4370.0, 4382.0, 4385.0, 4381.0, 4381.0, 4350.0, 4370.0, 4371.0, 4370.0, 4381.0, 4383.0, 4370.0, 4371.0, 4369.0, 4371.0, 4369.0, 4372.0, 4363.0, 4383.0, 4394.0, 4381.0, 4382.0, 4381.0, 4383.0, 4381.0, 4382.0, 4382.0, 4382.0, 4384.0, 4395.0, 4395.0, 4384.0, 4385.0, 4417.0, 4407.0, 4419.0, 4405.0, 4382.0, 4381.0, 4382.0, 4370.0, 4369.0, 4370.0, 4380.0, 4381.0, 4383.0, 4382.0, 4384.0, 4380.0, 4381.0, 4381.0, 4368.0, 4369.0, 4378.0, 4358.0, 4378.0, 4344.0, 4344.0, 4374.0, 4341.0, 4341.0, 4331.0, 4341.0, 4343.0, 4352.0, 4341.0, 4340.0, 4341.0, 4341.0, 4351.0, 4353.0, 4357.0, 4367.0, 4367.0, 4367.0, 4367.0, 4355.0, 4366.0, 4367.0, 4368.0, 4369.0, 4358.0, 4370.0, 4370.0, 4371.0, 4383.0, 4385.0, 4393.0, 4372.0, 4382.0, 4372.0, 4370.0, 4382.0, 4381.0, 4381.0, 4383.0, 4384.0, 4383.0, 4383.0, 4383.0, 4371.0, 4380.0, 4383.0, 4384.0, 4382.0, 4383.0, 4382.0, 4382.0, 4371.0, 4394.0, 4396.0, 4384.0, 4383.0, 4371.0, 4381.0, 4384.0, 4384.0, 4397.0, 4397.0, 4396.0, 4383.0, 4383.0, 4384.0, 4395.0, 4397.0, 4396.0, 4395.0, 4395.0, 4382.0, 4383.0, 4384.0, 4384.0, 4396.0, 4395.0, 4395.0, 4394.0, 4383.0, 4382.0, 4382.0, 4383.0, 4382.0, 4383.0, 4384.0, 4396.0, 4394.0, 4384.0, 4383.0, 4370.0, 4383.0, 4382.0, 4370.0, 4382.0, 4382.0, 4384.0, 4382.0, 4382.0, 4371.0, 4369.0, 4383.0, 4383.0, 4382.0, 4381.0, 4384.0, 4382.0, 4381.0, 4381.0, 4371.0, 4383.0, 4384.0, 4382.0, 4383.0, 4371.0, 4372.0, 4370.0, 4381.0, 4382.0, 4392.0, 4382.0, 4381.0, 4382.0, 4371.0, 4381.0, 4381.0, 4379.0, 4394.0, 4394.0, 4383.0, 4384.0, 4381.0, 4381.0, 4371.0, 4381.0, 4382.0, 4384.0, 4394.0, 4384.0, 4383.0, 4382.0, 4379.0, 4382.0, 4371.0, 4370.0, 4382.0, 4382.0, 4383.0, 4361.0, 4372.0, 4372.0, 4370.0, 4381.0, 4385.0, 4383.0, 4383.0, 4379.0, 4370.0, 4358.0, 4370.0, 4370.0, 4380.0, 4382.0, 4384.0, 4383.0, 4382.0, 4381.0, 4381.0, 4370.0, 4380.0, 4370.0, 4368.0, 4380.0, 4383.0, 4382.0, 4371.0, 4379.0, 4380.0, 4369.0, 4381.0, 4384.0, 4382.0, 4381.0, 4380.0, 4382.0, 4372.0, 4369.0, 4381.0, 4370.0, 4381.0, 4384.0, 4383.0, 4381.0, 4371.0, 4383.0, 4371.0, 4370.0, 4371.0, 4359.0, 4372.0, 4384.0, 4382.0, 4382.0, 4371.0, 4369.0, 4369.0, 4368.0, 4357.0, 4371.0, 4382.0, 4370.0, 4381.0, 4369.0, 4370.0, 4369.0, 4379.0, 4382.0, 4382.0, 4381.0, 4369.0, 4371.0, 4371.0, 4372.0, 4382.0, 4381.0, 4383.0, 4383.0, 4370.0, 4382.0, 4360.0, 4373.0, 4369.0, 4369.0, 4382.0, 4383.0, 4382.0, 4371.0, 4370.0, 4371.0, 4368.0, 4368.0, 4370.0, 4358.0, 4370.0, 4372.0, 4382.0, 4373.0, 4380.0, 4371.0, 4369.0, 4380.0, 4369.0, 4369.0, 4381.0, 4382.0, 4381.0, 4371.0, 4370.0, 4369.0, 4369.0, 4369.0, 4356.0, 4368.0, 4381.0, 4369.0, 4371.0, 4357.0, 4369.0, 4369.0, 4368.0, 4370.0, 4358.0, 4366.0, 4371.0, 4370.0, 4371.0, 4357.0, 4369.0, 4369.0, 4367.0], 'WindowWidth': [9754.0, 9737.0, 9714.0, 9683.0, 9691.0, 9696.0, 9705.0, 9687.0, 9685.0, 9668.0, 9668.0, 9662.0, 9683.0, 9683.0, 9677.0, 9642.0, 9668.0, 9664.0, 9677.0, 9662.0, 9656.0, 9679.0, 9687.0, 9686.0, 9667.0, 9665.0, 9664.0, 9650.0, 9660.0, 9667.0, 9681.0, 9678.0, 9665.0, 9666.0, 9664.0, 9676.0, 9663.0, 9685.0, 9682.0, 9666.0, 9665.0, 9663.0, 9658.0, 9645.0, 9648.0, 9663.0, 9684.0, 9678.0, 9669.0, 9676.0, 9665.0, 9649.0, 9658.0, 9644.0, 9658.0, 9665.0, 9674.0, 9662.0, 9669.0, 9662.0, 9662.0, 9644.0, 9644.0, 9664.0, 9661.0, 9658.0, 9657.0, 9645.0, 9642.0, 9655.0, 9656.0, 9677.0, 9660.0, 9663.0, 9639.0, 9641.0, 9627.0, 9635.0, 9644.0, 9663.0, 9662.0, 9652.0, 9642.0, 9656.0, 9643.0, 9655.0, 9659.0, 9680.0, 9672.0, 9659.0, 9666.0, 9660.0, 9661.0, 9675.0, 9659.0, 9641.0, 9639.0, 9642.0, 9643.0, 9656.0, 9669.0, 9664.0, 9664.0, 9660.0, 9646.0, 9640.0, 9634.0, 9647.0, 9642.0, 9643.0, 9637.0, 9640.0, 9640.0, 9638.0, 9645.0, 9642.0, 9636.0, 9618.0, 9629.0, 9617.0, 9619.0, 9629.0, 9624.0, 9638.0, 9641.0, 9651.0, 9636.0, 9634.0, 9637.0, 9637.0, 9676.0, 9662.0, 9674.0, 9662.0, 9665.0, 9678.0, 9689.0, 9682.0, 9689.0, 9690.0, 9703.0, 9690.0, 9684.0, 9686.0, 9672.0, 9679.0, 9690.0, 9711.0, 9687.0, 9699.0, 9698.0, 9684.0, 9682.0, 9665.0, 9690.0, 9706.0, 9685.0, 9681.0, 9668.0, 9666.0, 9659.0, 9645.0, 9664.0, 9667.0, 9684.0, 9678.0, 9662.0, 9678.0, 9643.0, 9643.0, 9658.0, 9662.0, 9663.0, 9657.0, 9662.0, 9656.0, 9658.0, 9646.0, 9664.0, 9684.0, 9678.0, 9660.0, 9664.0, 9667.0, 9657.0, 9654.0, 9681.0, 9689.0, 9680.0, 9668.0, 9662.0, 9664.0, 9663.0, 9664.0, 9672.0, 9679.0, 9667.0, 9662.0, 9661.0, 9662.0, 9659.0, 9660.0, 9648.0, 9661.0, 9671.0, 9665.0, 9664.0, 9642.0, 9665.0, 9632.0, 9642.0, 9637.0, 9638.0, 9656.0, 9670.0, 9663.0, 9664.0, 9643.0, 9642.0, 9636.0, 9639.0, 9627.0, 9638.0, 9637.0, 9637.0, 9643.0, 9662.0, 9661.0, 9663.0, 9645.0, 9637.0, 9635.0, 9636.0, 9629.0, 9638.0, 9650.0, 9658.0, 9664.0, 9643.0, 9642.0, 9641.0, 9637.0, 9635.0, 9638.0, 9625.0, 9642.0, 9664.0, 9658.0, 9648.0, 9640.0, 9643.0, 9654.0, 9644.0, 9651.0, 9659.0, 9660.0, 9685.0, 9681.0, 9668.0, 9666.0, 9660.0, 9663.0, 9682.0, 9646.0, 9662.0, 9661.0, 9661.0, 9657.0, 9659.0, 9645.0, 9641.0, 9640.0, 9642.0, 9659.0, 9672.0, 9661.0, 9661.0, 9645.0, 9658.0, 9641.0, 9642.0, 9658.0, 9675.0, 9661.0, 9632.0, 9647.0, 9640.0, 9637.0, 9657.0, 9642.0, 9641.0, 9640.0, 9639.0, 9659.0, 9684.0, 9667.0, 9663.0, 9658.0, 9660.0, 9643.0, 9644.0, 9644.0, 9656.0, 9663.0, 9674.0, 9682.0, 9663.0, 9660.0, 9660.0, 9640.0, 9657.0, 9628.0, 9642.0, 9645.0, 9659.0, 9665.0, 9690.0, 9685.0, 9682.0, 9665.0, 9662.0, 9657.0, 9656.0, 9664.0, 9666.0, 9669.0, 9675.0, 9712.0, 9689.0, 9717.0, 9689.0, 9668.0, 9647.0, 9639.0, 9615.0, 9614.0, 9630.0, 9637.0, 9625.0, 9655.0, 9660.0, 9644.0, 9665.0, 9665.0, 9657.0, 9679.0, 9661.0, 9655.0, 9644.0, 9678.0, 9640.0, 9667.0, 9612.0, 9636.0, 9671.0, 9614.0, 9594.0, 9586.0, 9592.0, 9570.0, 9587.0, 9587.0, 9588.0, 9611.0, 9617.0, 9610.0, 9608.0, 9608.0, 9608.0, 9607.0, 9610.0, 9602.0, 9616.0, 9637.0, 9639.0, 9636.0, 9635.0, 9636.0, 9635.0, 9636.0, 9636.0, 9636.0, 9658.0, 9666.0, 9665.0, 9665.0, 9663.0, 9664.0, 9659.0, 9657.0, 9658.0, 9643.0, 9660.0, 9664.0, 9682.0, 9681.0, 9682.0, 9637.0, 9666.0, 9663.0, 9657.0, 9660.0, 9682.0, 9667.0, 9654.0, 9680.0, 9668.0, 9665.0, 9667.0, 9663.0, 9663.0, 9649.0, 9663.0, 9691.0, 9700.0, 9690.0, 9684.0, 9669.0, 9670.0, 9661.0, 9670.0, 9663.0, 9659.0, 9665.0, 9662.0, 9691.0, 9688.0, 9670.0, 9660.0, 9660.0, 9644.0, 9641.0, 9660.0, 9668.0, 9659.0, 9663.0, 9660.0, 9662.0, 9643.0, 9657.0, 9647.0, 9660.0, 9665.0, 9667.0, 9661.0, 9654.0, 9642.0, 9660.0, 9639.0, 9656.0, 9654.0, 9655.0, 9669.0, 9685.0, 9667.0, 9663.0, 9665.0, 9662.0, 9662.0, 9634.0, 9661.0, 9666.0, 9679.0, 9691.0, 9688.0, 9683.0, 9669.0, 9679.0, 9664.0, 9659.0, 9661.0, 9648.0, 9680.0, 9687.0, 9678.0, 9669.0, 9636.0, 9664.0, 9660.0, 9656.0, 9657.0, 9645.0, 9660.0, 9670.0, 9698.0, 9668.0, 9686.0, 9684.0, 9665.0, 9660.0, 9646.0, 9648.0, 9667.0, 9688.0, 9688.0, 9670.0, 9663.0, 9663.0, 9645.0, 9660.0, 9643.0, 9662.0, 9675.0, 9670.0, 9667.0, 9663.0, 9688.0, 9683.0, 9679.0, 9647.0, 9659.0, 9662.0, 9657.0, 9684.0, 9687.0, 9669.0, 9655.0, 9663.0, 9664.0, 9656.0, 9661.0, 9647.0, 9665.0, 9670.0, 9659.0, 9666.0, 9657.0, 9646.0, 9646.0, 9658.0, 9662.0, 9678.0, 9656.0, 9645.0, 9644.0, 9657.0, 9641.0, 9663.0, 9671.0, 9666.0, 9664.0, 9676.0, 9664.0, 9659.0, 9666.0, 9685.0, 9671.0, 9669.0, 9680.0, 9665.0, 9661.0, 9665.0, 9649.0, 9662.0, 9673.0, 9685.0, 9671.0, 9671.0, 9663.0, 9663.0, 9659.0, 9660.0, 9642.0, 9660.0, 9679.0, 9684.0, 9675.0, 9678.0, 9665.0, 9664.0, 9665.0, 9654.0, 9662.0, 9684.0, 9682.0, 9667.0, 9653.0, 9664.0, 9663.0, 9644.0, 9658.0, 9647.0, 9663.0, 9667.0, 9657.0, 9646.0, 9657.0, 9656.0, 9643.0, 9655.0, 9641.0, 9639.0, 9653.0, 9657.0, 9663.0, 9664.0, 9654.0, 9647.0, 9639.0, 9642.0, 9639.0, 9643.0, 9662.0, 9661.0, 9661.0, 9646.0, 9660.0, 9645.0, 9641.0, 9643.0, 9647.0, 9661.0, 9668.0, 9657.0, 9644.0, 9655.0, 9656.0, 9628.0, 9655.0, 9655.0, 9641.0, 9660.0, 9657.0, 9667.0, 9665.0, 9659.0, 9663.0, 9658.0, 9657.0, 9659.0, 9662.0, 9667.0, 9664.0, 9665.0, 9653.0, 9658.0, 9663.0, 9657.0, 9677.0, 9684.0, 9679.0, 9667.0, 9667.0, 9667.0, 9663.0, 9687.0, 9687.0, 9684.0, 9688.0, 9668.0, 9682.0, 9654.0, 9668.0, 9667.0, 9661.0, 9667.0, 9707.0, 9670.0, 9672.0, 9668.0, 9670.0, 9663.0, 9662.0, 9660.0, 9666.0, 9669.0, 9683.0, 9667.0, 9678.0, 9667.0, 9666.0, 9663.0, 9668.0, 9680.0, 9666.0, 9666.0, 9668.0, 9668.0, 9661.0, 9667.0, 9684.0, 9669.0, 9668.0, 9661.0, 9659.0, 9656.0, 9658.0, 9682.0, 9666.0, 9665.0, 9657.0, 9663.0, 9659.0, 9659.0, 9669.0, 9683.0, 9668.0, 9662.0, 9668.0, 9665.0, 9666.0, 9665.0, 9678.0, 9669.0, 9665.0, 9667.0, 9656.0, 9666.0, 9665.0, 9664.0, 9690.0, 9709.0, 9688.0, 9658.0, 9664.0, 9664.0, 9665.0, 9671.0, 9647.0, 9665.0, 9689.0, 9686.0, 9671.0, 9670.0, 9668.0, 9666.0, 9666.0, 9649.0, 9668.0, 9693.0, 9671.0, 9669.0, 9651.0, 9667.0, 9648.0, 9661.0, 9647.0, 9664.0, 9673.0, 9661.0, 9660.0, 9616.0, 9642.0, 9644.0, 9641.0, 9658.0, 9665.0, 9644.0, 9647.0, 9641.0, 9645.0, 9640.0, 9647.0, 9640.0, 9665.0, 9686.0, 9661.0, 9662.0, 9662.0, 9666.0, 9661.0, 9665.0, 9666.0, 9664.0, 9670.0, 9687.0, 9686.0, 9671.0, 9673.0, 9729.0, 9710.0, 9734.0, 9702.0, 9669.0, 9663.0, 9665.0, 9646.0, 9642.0, 9644.0, 9656.0, 9662.0, 9666.0, 9665.0, 9670.0, 9661.0, 9659.0, 9662.0, 9637.0, 9640.0, 9655.0, 9621.0, 9650.0, 9596.0, 9595.0, 9638.0, 9588.0, 9587.0, 9572.0, 9585.0, 9595.0, 9606.0, 9588.0, 9585.0, 9587.0, 9588.0, 9601.0, 9607.0, 9620.0, 9634.0, 9633.0, 9634.0, 9635.0, 9616.0, 9630.0, 9637.0, 9638.0, 9640.0, 9622.0, 9641.0, 9643.0, 9645.0, 9668.0, 9673.0, 9681.0, 9652.0, 9662.0, 9650.0, 9643.0, 9661.0, 9663.0, 9661.0, 9670.0, 9671.0, 9668.0, 9664.0, 9664.0, 9649.0, 9658.0, 9666.0, 9671.0, 9663.0, 9666.0, 9663.0, 9665.0, 9650.0, 9685.0, 9690.0, 9668.0, 9667.0, 9648.0, 9662.0, 9672.0, 9672.0, 9691.0, 9695.0, 9691.0, 9671.0, 9668.0, 9671.0, 9688.0, 9694.0, 9691.0, 9687.0, 9688.0, 9667.0, 9668.0, 9667.0, 9668.0, 9695.0, 9689.0, 9688.0, 9682.0, 9668.0, 9666.0, 9664.0, 9667.0, 9662.0, 9667.0, 9670.0, 9690.0, 9687.0, 9668.0, 9666.0, 9644.0, 9665.0, 9664.0, 9645.0, 9665.0, 9665.0, 9670.0, 9664.0, 9664.0, 9651.0, 9644.0, 9664.0, 9669.0, 9665.0, 9663.0, 9670.0, 9665.0, 9661.0, 9660.0, 9646.0, 9667.0, 9674.0, 9666.0, 9669.0, 9646.0, 9649.0, 9649.0, 9659.0, 9666.0, 9681.0, 9667.0, 9661.0, 9664.0, 9647.0, 9661.0, 9662.0, 9657.0, 9683.0, 9688.0, 9668.0, 9671.0, 9662.0, 9663.0, 9649.0, 9661.0, 9664.0, 9670.0, 9683.0, 9673.0, 9667.0, 9663.0, 9657.0, 9662.0, 9648.0, 9644.0, 9666.0, 9665.0, 9664.0, 9632.0, 9649.0, 9650.0, 9645.0, 9662.0, 9675.0, 9667.0, 9666.0, 9658.0, 9646.0, 9626.0, 9643.0, 9644.0, 9657.0, 9661.0, 9670.0, 9666.0, 9664.0, 9662.0, 9662.0, 9645.0, 9657.0, 9646.0, 9639.0, 9656.0, 9669.0, 9662.0, 9648.0, 9656.0, 9659.0, 9642.0, 9660.0, 9671.0, 9665.0, 9662.0, 9658.0, 9664.0, 9649.0, 9642.0, 9660.0, 9643.0, 9660.0, 9672.0, 9667.0, 9663.0, 9647.0, 9667.0, 9647.0, 9642.0, 9645.0, 9625.0, 9644.0, 9670.0, 9663.0, 9667.0, 9645.0, 9641.0, 9639.0, 9637.0, 9623.0, 9647.0, 9663.0, 9645.0, 9661.0, 9643.0, 9645.0, 9644.0, 9654.0, 9663.0, 9667.0, 9661.0, 9644.0, 9648.0, 9646.0, 9649.0, 9663.0, 9666.0, 9668.0, 9669.0, 9646.0, 9664.0, 9633.0, 9652.0, 9643.0, 9640.0, 9661.0, 9671.0, 9665.0, 9651.0, 9644.0, 9646.0, 9640.0, 9637.0, 9640.0, 9622.0, 9640.0, 9652.0, 9665.0, 9653.0, 9658.0, 9645.0, 9642.0, 9657.0, 9640.0, 9640.0, 9662.0, 9663.0, 9664.0, 9647.0, 9645.0, 9644.0, 9640.0, 9639.0, 9620.0, 9637.0, 9661.0, 9642.0, 9646.0, 9624.0, 9640.0, 9641.0, 9638.0, 9641.0, 9623.0, 9631.0, 9644.0, 9644.0, 9645.0, 9621.0, 9640.0, 9638.0, 9636.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.0005677196261682242</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.014945850841121495</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>34.62454063396634</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2016703341814807</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0070647804022463</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4655</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6996.145</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.07973250194012245</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>18</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>1.6822429906542056</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.472671310390408</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.428306942104651</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.764521843179572</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2251851458870013</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0148376</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01730547845363617</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.023895293474197388</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1070</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.748763759070759</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>37.3992</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>37.7135</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>178.8023</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>302376.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>848.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>373.8674</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1697</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>535.1066</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3565.16</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3793.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>74168.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1064.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4722.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1011.7934</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>48.1205185612198</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> |