=== 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-0074 --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-0074",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
122 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
122 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-0074_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-0074_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-0074_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-0074/figures/sub-0074_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0074/figures/sub-0074_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0074/figures/sub-0074_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-0074_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-0074/figures/sub-0074_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0074/figures/sub-0074_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0074/figures/sub-0074_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-0074_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-0074/figures/sub-0074_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0074/figures/sub-0074_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0074/figures/sub-0074_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-0074_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-0074/figures/sub-0074_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0074/figures/sub-0074_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0074/figures/sub-0074_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-0074_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-0074/figures/sub-0074_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0074/figures/sub-0074_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0074/figures/sub-0074_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-0074_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-0074/figures/sub-0074_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0074/figures/sub-0074_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0074/figures/sub-0074_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-0074_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-0074/figures/sub-0074_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0074/figures/sub-0074_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-0074/figures/sub-0074_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0074/figures/sub-0074_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-0074/ses-01/func/sub-0074_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>6cab6f56844d58f5520080e1d88d45c4</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>21:58:56.582500</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.9992, -0.0212247, 0.0339007, 0.0214537, 0.999749, -0.00640466]</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.0990632</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>[4126, -7726, -7214, 574, -142, -150, -96, 59]</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.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>228.938</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>2050889e-4fe9-4ba3-a6b6-4f8d217eb45f||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6807799339294434, 0.05755865201354027, 0.09114199131727219, 109.66912078857422], [0.0569443441927433, 2.6822543144226074, -0.019242452457547188, -99.73812866210938], [0.09095317870378494, 0.017183244228363037, 2.698392629623413, -48.87458419799805], [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': ['215856.582500', '215857.042500', '215857.502500', '215857.962500', '215858.422500', '215858.882500', '215859.342500', '215859.802500', '215900.262500', '215900.722500', '215901.182500', '215901.642500', '215902.102500', '215902.562500', '215903.022500', '215903.482500', '215903.942500', '215904.402500', '215904.862500', '215905.322500', '215905.782500', '215906.242500', '215906.702500', '215907.162500', '215907.622500', '215908.082500', '215908.542500', '215909.002500', '215909.462500', '215909.922500', '215910.382500', '215910.842500', '215911.302500', '215911.762500', '215912.222500', '215912.682500', '215913.142500', '215913.602500', '215914.062500', '215914.522500', '215914.982500', '215915.442500', '215915.902500', '215916.362500', '215916.822500', '215917.282500', '215917.742500', '215918.202500', '215918.662500', '215919.122500', '215919.582500', '215920.042500', '215920.502500', '215920.962500', '215921.422500', '215921.882500', '215922.342500', '215922.802500', '215923.262500', '215923.722500', '215924.182500', '215924.642500', '215925.102500', '215925.562500', '215926.022500', '215926.482500', '215926.942500', '215927.402500', '215927.862500', '215928.322500', '215928.782500', '215929.242500', '215929.702500', '215930.162500', '215930.622500', '215931.082500', '215931.542500', '215932.002500', '215932.462500', '215932.922500', '215933.382500', '215933.842500', '215934.302500', '215934.762500', '215935.222500', '215935.682500', '215936.142500', '215936.602500', '215937.062500', '215937.522500', '215937.982500', '215938.442500', '215938.902500', '215939.362500', '215939.822500', '215940.282500', '215940.742500', '215941.202500', '215941.662500', '215942.122500', '215942.582500', '215943.042500', '215943.502500', '215943.962500', '215944.422500', '215944.882500', '215945.342500', '215945.802500', '215946.262500', '215946.722500', '215947.182500', '215947.642500', '215948.102500', '215948.562500', '215949.022500', '215949.482500', '215949.942500', '215950.402500', '215950.862500', '215951.322500', '215951.782500', '215952.242500', '215952.702500', '215953.162500', '215953.622500', '215954.082500', '215954.542500', '215955.002500', '215955.462500', '215955.922500', '215956.382500', '215956.842500', '215957.302500', '215957.762500', '215958.222500', '215958.682500', '215959.142500', '215959.602500', '220000.062500', '220000.522500', '220000.982500', '220001.442500', '220001.902500', '220002.362500', '220002.822500', '220003.282500', '220003.742500', '220004.202500', '220004.662500', '220005.122500', '220005.582500', '220006.042500', '220006.502500', '220006.962500', '220007.422500', '220007.882500', '220008.342500', '220008.802500', '220009.262500', '220009.722500', '220010.182500', '220010.642500', '220011.102500', '220011.562500', '220012.022500', '220012.482500', '220012.942500', '220013.402500', '220013.862500', '220014.322500', '220014.782500', '220015.242500', '220015.702500', '220016.162500', '220016.622500', '220017.082500', '220017.542500', '220018.002500', '220018.462500', '220018.922500', '220019.382500', '220019.842500', '220020.302500', '220020.762500', '220021.222500', '220021.682500', '220022.142500', '220022.602500', '220023.062500', '220023.522500', '220023.982500', '220024.442500', '220024.902500', '220025.362500', '220025.822500', '220026.282500', '220026.742500', '220027.202500', '220027.662500', '220028.122500', '220028.582500', '220029.042500', '220029.502500', '220029.962500', '220030.422500', '220030.882500', '220031.342500', '220031.802500', '220032.262500', '220032.722500', '220033.182500', '220033.642500', '220034.102500', '220034.562500', '220035.022500', '220035.482500', '220035.942500', '220036.402500', '220036.862500', '220037.322500', '220037.782500', '220038.242500', '220038.702500', '220039.162500', '220039.622500', '220040.082500', '220040.542500', '220041.002500', '220041.462500', '220041.922500', '220042.382500', '220042.842500', '220043.302500', '220043.762500', '220044.222500', '220044.682500', '220045.142500', '220045.602500', '220046.062500', '220046.522500', '220046.982500', '220047.442500', '220047.902500', '220048.362500', '220048.822500', '220049.282500', '220049.742500', '220050.202500', '220050.662500', '220051.122500', '220051.582500', '220052.042500', '220052.502500', '220052.962500', '220053.422500', '220053.882500', '220054.342500', '220054.802500', '220055.262500', '220055.722500', '220056.182500', '220056.642500', '220057.102500', '220057.562500', '220058.022500', '220058.482500', '220058.942500', '220059.402500', '220059.862500', '220100.322500', '220100.782500', '220101.242500', '220101.702500', '220102.162500', '220102.622500', '220103.082500', '220103.542500', '220104.002500', '220104.462500', '220104.922500', '220105.382500', '220105.842500', '220106.302500', '220106.762500', '220107.222500', '220107.682500', '220108.142500', '220108.602500', '220109.062500', '220109.522500', '220109.982500', '220110.442500', '220110.902500', '220111.362500', '220111.822500', '220112.282500', '220112.742500', '220113.202500', '220113.662500', '220114.122500', '220114.582500', '220115.042500', '220115.502500', '220115.962500', '220116.422500', '220116.882500', '220117.342500', '220117.802500', '220118.262500', '220118.722500', '220119.182500', '220119.642500', '220120.102500', '220120.562500', '220121.022500', '220121.482500', '220121.942500', '220122.402500', '220122.862500', '220123.322500', '220123.782500', '220124.242500', '220124.702500', '220125.162500', '220125.622500', '220126.082500', '220126.542500', '220127.002500', '220127.462500', '220127.922500', '220128.382500', '220128.842500', '220129.302500', '220129.762500', '220130.222500', '220130.682500', '220131.142500', '220131.602500', '220132.062500', '220132.522500', '220132.982500', '220133.442500', '220133.902500', '220134.362500', '220134.822500', '220135.282500', '220135.742500', '220136.202500', '220136.662500', '220137.122500', '220137.582500', '220138.042500', '220138.502500', '220138.962500', '220139.422500', '220139.882500', '220140.342500', '220140.802500', '220141.262500', '220141.722500', '220142.182500', '220142.642500', '220143.102500', '220143.562500', '220144.022500', '220144.482500', '220144.942500', '220145.402500', '220145.862500', '220146.322500', '220146.782500', '220147.242500', '220147.702500', '220148.162500', '220148.622500', '220149.082500', '220149.542500', '220150.002500', '220150.462500', '220150.922500', '220151.382500', '220151.842500', '220152.302500', '220152.762500', '220153.222500', '220153.682500', '220154.142500', '220154.602500', '220155.062500', '220155.522500', '220155.982500', '220156.442500', '220156.902500', '220157.362500', '220157.822500', '220158.282500', '220158.742500', '220159.202500', '220159.662500', '220200.122500', '220200.582500', '220201.042500', '220201.502500', '220201.962500', '220202.422500', '220202.882500', '220203.342500', '220203.802500', '220204.262500', '220204.722500', '220205.182500', '220205.642500', '220206.102500', '220206.562500', '220207.022500', '220207.482500', '220207.942500', '220208.402500', '220208.862500', '220209.322500', '220209.782500', '220210.242500', '220210.702500', '220211.162500', '220211.622500', '220212.082500', '220212.542500', '220213.002500', '220213.462500', '220213.922500', '220214.382500', '220214.842500', '220215.302500', '220215.762500', '220216.222500', '220216.682500', '220217.142500', '220217.602500', '220218.062500', '220218.522500', '220218.982500', '220219.442500', '220219.902500', '220220.362500', '220220.822500', '220221.282500', '220221.742500', '220222.202500', '220222.662500', '220223.122500', '220223.582500', '220224.042500', '220224.502500', '220224.962500', '220225.422500', '220225.882500', '220226.342500', '220226.802500', '220227.262500', '220227.722500', '220228.182500', '220228.642500', '220229.102500', '220229.562500', '220230.022500', '220230.482500', '220230.942500', '220231.402500', '220231.862500', '220232.322500', '220232.782500', '220233.242500', '220233.702500', '220234.162500', '220234.622500', '220235.082500', '220235.542500', '220236.002500', '220236.462500', '220236.922500', '220237.382500', '220237.842500', '220238.302500', '220238.762500', '220239.222500', '220239.682500', '220240.142500', '220240.602500', '220241.062500', '220241.522500', '220241.982500', '220242.442500', '220242.902500', '220243.362500', '220243.822500', '220244.282500', '220244.742500', '220245.202500', '220245.662500', '220246.122500', '220246.582500', '220247.042500', '220247.502500', '220247.962500', '220248.422500', '220248.882500', '220249.342500', '220249.802500', '220250.262500', '220250.722500', '220251.182500', '220251.642500', '220252.102500', '220252.562500', '220253.022500', '220253.482500', '220253.942500', '220254.402500', '220254.862500', '220255.322500', '220255.782500', '220256.242500', '220256.702500', '220257.162500', '220257.622500', '220258.082500', '220258.542500', '220259.002500', '220259.462500', '220259.922500', '220300.382500', '220300.842500', '220301.302500', '220301.762500', '220302.222500', '220302.682500', '220303.142500', '220303.602500', '220304.062500', '220304.522500', '220304.982500', '220305.442500', '220305.902500', '220306.362500', '220306.822500', '220307.282500', '220307.742500', '220308.202500', '220308.662500', '220309.122500', '220309.582500', '220310.042500', '220310.502500', '220310.962500', '220311.422500', '220311.882500', '220312.342500', '220312.802500', '220313.262500', '220313.722500', '220314.182500', '220314.642500', '220315.102500', '220315.562500', '220316.022500', '220316.482500', '220316.942500', '220317.402500', '220317.862500', '220318.322500', '220318.782500', '220319.242500', '220319.702500', '220320.162500', '220320.622500', '220321.082500', '220321.542500', '220322.002500', '220322.462500', '220322.922500', '220323.382500', '220323.842500', '220324.302500', '220324.762500', '220325.222500', '220325.682500', '220326.142500', '220326.602500', '220327.062500', '220327.522500', '220327.982500', '220328.442500', '220328.902500', '220329.362500', '220329.822500', '220330.282500', '220330.742500', '220331.202500', '220331.662500', '220332.122500', '220332.582500', '220333.042500', '220333.502500', '220333.962500', '220334.422500', '220334.882500', '220335.342500', '220335.802500', '220336.262500', '220336.722500', '220337.182500', '220337.642500', '220338.102500', '220338.562500', '220339.022500', '220339.482500', '220339.942500', '220340.402500', '220340.862500', '220341.322500', '220341.782500', '220342.242500', '220342.702500', '220343.162500', '220343.622500', '220344.082500', '220344.542500', '220345.002500', '220345.462500', '220345.922500', '220346.382500', '220346.842500', '220347.302500', '220347.762500', '220348.222500', '220348.682500', '220349.142500', '220349.602500', '220350.062500', '220350.522500', '220350.982500', '220351.442500', '220351.902500', '220352.362500', '220352.822500', '220353.282500', '220353.742500', '220354.202500', '220354.662500', '220355.122500', '220355.582500', '220356.042500', '220356.502500', '220356.962500', '220357.422500', '220357.882500', '220358.342500', '220358.802500', '220359.262500', '220359.722500', '220400.182500', '220400.642500', '220401.102500', '220401.562500', '220402.022500', '220402.482500', '220402.942500', '220403.402500', '220403.862500', '220404.322500', '220404.782500', '220405.242500', '220405.702500', '220406.162500', '220406.622500', '220407.082500', '220407.542500', '220408.002500', '220408.462500', '220408.922500', '220409.382500', '220409.842500', '220410.302500', '220410.762500', '220411.222500', '220411.682500', '220412.142500', '220412.602500', '220413.062500', '220413.522500', '220413.982500', '220414.442500', '220414.902500', '220415.362500', '220415.822500', '220416.282500', '220416.742500', '220417.202500', '220417.662500', '220418.122500', '220418.582500', '220419.042500', '220419.502500', '220419.962500', '220420.422500', '220420.882500', '220421.342500', '220421.802500', '220422.262500', '220422.722500', '220423.182500', '220423.642500', '220424.102500', '220424.562500', '220425.022500', '220425.482500', '220425.942500', '220426.402500', '220426.862500', '220427.322500', '220427.782500', '220428.242500', '220428.702500', '220429.162500', '220429.622500', '220430.082500', '220430.542500', '220431.002500', '220431.462500', '220431.922500', '220432.382500', '220432.842500', '220433.302500', '220433.762500', '220434.222500', '220434.682500', '220435.142500', '220435.602500', '220436.062500', '220436.522500', '220436.982500', '220437.442500', '220437.902500', '220438.362500', '220438.822500', '220439.282500', '220439.742500', '220440.202500', '220440.662500', '220441.122500', '220441.582500', '220442.042500', '220442.502500', '220442.962500', '220443.422500', '220443.882500', '220444.342500', '220444.802500', '220445.262500', '220445.722500', '220446.182500', '220446.642500', '220447.102500', '220447.562500', '220448.022500', '220448.482500', '220448.942500', '220449.402500', '220449.862500', '220450.322500', '220450.782500', '220451.242500', '220451.702500', '220452.162500', '220452.622500', '220453.082500', '220453.542500', '220454.002500', '220454.462500', '220454.922500', '220455.382500', '220455.842500', '220456.302500', '220456.762500', '220457.222500', '220457.682500', '220458.142500', '220458.602500', '220459.062500', '220459.522500', '220459.982500', '220500.442500', '220500.902500', '220501.362500', '220501.822500', '220502.282500', '220502.742500', '220503.202500', '220503.662500', '220504.122500', '220504.582500', '220505.042500', '220505.502500', '220505.962500', '220506.422500', '220506.882500', '220507.342500', '220507.802500', '220508.262500', '220508.722500', '220509.182500', '220509.642500', '220510.102500', '220510.562500', '220511.022500', '220511.482500', '220511.942500', '220512.402500', '220512.862500', '220513.322500', '220513.782500', '220514.242500', '220514.702500', '220515.162500', '220515.622500', '220516.082500', '220516.542500', '220517.002500', '220517.462500', '220517.922500', '220518.382500', '220518.842500', '220519.302500', '220519.762500', '220520.222500', '220520.682500', '220521.142500', '220521.602500', '220522.062500', '220522.522500', '220522.982500', '220523.442500', '220523.902500', '220524.362500', '220524.822500', '220525.282500', '220525.742500', '220526.202500', '220526.662500', '220527.122500', '220527.582500', '220528.042500', '220528.502500', '220528.962500', '220529.422500', '220529.882500', '220530.342500', '220530.802500', '220531.262500', '220531.722500', '220532.182500', '220532.642500', '220533.102500', '220533.562500', '220534.022500', '220534.482500', '220534.942500', '220535.402500', '220535.862500', '220536.322500', '220536.782500', '220537.242500', '220537.702500', '220538.162500', '220538.622500', '220539.082500', '220539.542500', '220540.002500', '220540.462500', '220540.922500', '220541.382500', '220541.842500', '220542.302500', '220542.762500', '220543.222500', '220543.682500', '220544.142500', '220544.602500', '220545.062500', '220545.522500', '220545.982500', '220546.442500', '220546.902500', '220547.362500', '220547.822500', '220548.282500', '220548.742500', '220549.202500', '220549.662500', '220550.122500', '220550.582500', '220551.042500', '220551.502500', '220551.962500', '220552.422500', '220552.882500', '220553.342500', '220553.802500', '220554.262500', '220554.722500', '220555.182500', '220555.642500', '220556.102500', '220556.562500', '220557.022500', '220557.482500', '220557.942500', '220558.402500', '220558.862500', '220559.322500', '220559.782500', '220600.242500', '220600.702500', '220601.162500', '220601.622500', '220602.082500', '220602.542500', '220603.002500', '220603.462500', '220603.922500', '220604.382500', '220604.842500', '220605.302500', '220605.762500', '220606.222500', '220606.682500', '220607.142500', '220607.602500', '220608.062500', '220608.522500', '220608.982500', '220609.442500', '220609.902500', '220610.362500', '220610.822500', '220611.282500', '220611.742500', '220612.202500', '220612.662500', '220613.122500', '220613.582500', '220614.042500', '220614.502500', '220614.962500', '220615.422500', '220615.882500', '220616.342500', '220616.802500', '220617.262500', '220617.722500', '220618.182500', '220618.642500', '220619.102500', '220619.562500', '220620.022500', '220620.482500', '220620.942500', '220621.402500', '220621.862500', '220622.322500', '220622.782500', '220623.242500', '220623.702500', '220624.162500', '220624.622500', '220625.082500', '220625.542500', '220626.002500', '220626.462500', '220626.922500', '220627.382500', '220627.842500', '220628.302500', '220628.762500', '220629.222500', '220629.682500', '220630.142500', '220630.602500', '220631.062500', '220631.522500', '220631.982500', '220632.442500', '220632.902500', '220633.362500', '220633.822500', '220634.282500', '220634.742500', '220635.202500', '220635.662500', '220636.122500', '220636.582500', '220637.042500', '220637.502500', '220637.962500', '220638.422500', '220638.882500', '220639.342500', '220639.802500', '220640.262500', '220640.722500', '220641.182500', '220641.642500', '220642.102500', '220642.562500', '220643.022500', '220643.482500', '220643.942500', '220644.402500', '220644.862500', '220645.322500', '220645.782500', '220646.242500', '220646.702500', '220647.162500', '220647.622500', '220648.082500', '220648.542500', '220649.002500', '220649.462500', '220649.922500', '220650.382500', '220650.842500', '220651.302500', '220651.762500', '220652.222500', '220652.682500', '220653.142500', '220653.602500', '220654.062500', '220654.522500', '220654.982500', '220655.442500', '220655.902500', '220656.362500', '220656.822500', '220657.282500', '220657.742500', '220658.202500', '220658.662500', '220659.122500', '220659.582500', '220700.042500', '220700.502500', '220700.962500', '220701.422500', '220701.882500', '220702.342500', '220702.802500', '220703.262500', '220703.722500', '220704.182500', '220704.642500', '220705.102500', '220705.562500', '220706.022500', '220706.482500', '220706.942500', '220707.402500', '220707.862500', '220708.322500', '220708.782500', '220709.242500', '220709.702500'], 'ContentTime': ['215911.829000', '215911.832000', '215911.835000', '215911.838000', '215911.841000', '215911.843000', '215911.846000', '215911.848000', '215911.851000', '215911.854000', '215911.856000', '215911.859000', '215911.862000', '215911.864000', '215911.867000', '215911.870000', '215911.872000', '215911.875000', '215911.877000', '215911.880000', '215911.883000', '215911.885000', '215911.888000', '215911.890000', '215911.893000', '215911.896000', '215911.898000', '215911.910000', '215911.913000', '215931.790000', '215931.792000', '215931.795000', '215931.798000', '215931.800000', '215931.803000', '215931.806000', '215931.808000', '215931.811000', '215931.813000', '215931.816000', '215931.819000', '215931.821000', '215931.824000', '215931.826000', '215931.829000', '215931.832000', '215931.834000', '215931.837000', '215931.840000', '215931.842000', '215931.845000', '215931.847000', '215931.850000', '215931.852000', '215931.855000', '215931.858000', '215931.860000', '215931.863000', '215931.866000', '215931.868000', '215931.871000', '215931.874000', '215931.876000', '215931.879000', '215931.881000', '215931.884000', '215931.886000', '215931.889000', '215931.892000', '215931.894000', '215931.897000', '215931.900000', '215931.902000', '215951.791000', '215951.794000', '215951.797000', '215951.800000', '215951.802000', '215951.805000', '215951.807000', '215951.810000', '215951.813000', '215951.815000', '215951.818000', '215951.821000', '215951.824000', '215951.826000', '215951.829000', '215951.831000', '215951.834000', '215951.837000', '215951.839000', '215951.842000', '215951.844000', '215951.847000', '215951.850000', '215951.852000', '215951.855000', '215951.858000', '215951.860000', '215951.863000', '215951.865000', '215951.868000', '215951.871000', '215951.873000', '215951.876000', '215951.878000', '215951.881000', '215951.884000', '215951.886000', '215951.889000', '215951.891000', '215951.894000', '215951.897000', '215951.899000', '215951.902000', '220011.791000', '220011.793000', '220011.796000', '220011.799000', '220011.801000', '220011.804000', '220011.807000', '220011.809000', '220011.812000', '220011.815000', '220011.817000', '220011.820000', '220011.822000', '220011.825000', '220011.828000', '220011.830000', '220011.833000', '220011.836000', '220011.838000', '220011.841000', '220011.843000', '220011.846000', '220011.849000', '220011.852000', '220011.854000', '220011.857000', '220011.860000', '220011.862000', '220011.865000', '220011.867000', '220011.870000', '220011.873000', '220011.875000', '220011.878000', '220011.880000', '220011.883000', '220011.886000', '220011.888000', '220011.891000', '220011.914000', '220011.917000', '220011.919000', '220011.922000', '220011.925000', '220031.790000', '220031.793000', '220031.796000', '220031.798000', '220031.801000', '220031.804000', '220031.806000', '220031.809000', '220031.812000', '220031.815000', '220031.817000', '220031.820000', '220031.822000', '220031.825000', '220031.828000', '220031.830000', '220031.833000', '220031.835000', '220031.838000', '220031.841000', '220031.844000', '220031.847000', '220031.850000', '220031.852000', '220031.855000', '220031.858000', '220031.860000', '220031.863000', '220031.866000', '220031.868000', '220031.871000', '220031.873000', '220031.876000', '220031.879000', '220031.881000', '220031.884000', '220031.887000', '220031.889000', '220031.892000', '220031.894000', '220031.897000', '220031.900000', '220031.902000', '220051.791000', '220051.794000', '220051.796000', '220051.799000', '220051.801000', '220051.804000', '220051.807000', '220051.809000', '220051.812000', '220051.815000', '220051.817000', '220051.820000', '220051.822000', '220051.825000', '220051.828000', '220051.831000', '220051.833000', '220051.836000', '220051.838000', '220051.841000', '220051.844000', '220051.846000', '220051.849000', '220051.852000', '220051.854000', '220051.857000', '220051.859000', '220051.862000', '220051.865000', '220051.867000', '220051.870000', '220051.872000', '220051.875000', '220051.878000', '220051.880000', '220051.883000', '220051.885000', '220051.888000', '220051.891000', '220051.894000', '220051.896000', '220051.899000', '220051.901000', '220051.904000', '220111.789000', '220111.792000', '220111.795000', '220111.798000', '220111.800000', '220111.803000', '220111.806000', '220111.808000', '220111.811000', '220111.814000', '220111.817000', '220111.820000', '220111.823000', '220111.826000', '220111.829000', '220111.831000', '220111.834000', '220111.837000', '220111.839000', '220111.842000', '220111.844000', '220111.847000', '220111.850000', '220111.852000', '220111.855000', '220111.858000', '220111.860000', '220111.863000', '220111.866000', '220111.868000', '220111.871000', '220111.874000', '220111.876000', '220111.879000', '220111.881000', '220111.884000', '220111.887000', '220111.889000', '220111.892000', '220111.895000', '220111.897000', '220111.900000', '220111.903000', '220131.789000', '220131.792000', '220131.795000', '220131.798000', '220131.801000', '220131.803000', '220131.806000', '220131.808000', '220131.811000', '220131.814000', '220131.816000', '220131.819000', '220131.822000', '220131.824000', '220131.827000', '220131.829000', '220131.832000', '220131.835000', '220131.837000', '220131.840000', '220131.843000', '220131.845000', '220131.848000', '220131.850000', '220131.853000', '220131.856000', '220131.858000', '220131.861000', '220131.864000', '220131.866000', '220131.869000', '220131.872000', '220131.874000', '220131.877000', '220131.879000', '220131.882000', '220131.885000', '220131.887000', '220131.890000', '220131.893000', '220131.895000', '220131.898000', '220131.900000', '220131.903000', '220151.790000', '220151.793000', '220151.795000', '220151.798000', '220151.801000', '220151.803000', '220151.806000', '220151.809000', '220151.811000', '220151.814000', '220151.817000', '220151.820000', '220151.823000', '220151.826000', '220151.829000', '220151.831000', '220151.834000', '220151.837000', '220151.839000', '220151.842000', '220151.844000', '220151.847000', '220151.850000', '220151.852000', '220151.855000', '220151.857000', '220151.860000', '220151.862000', '220151.865000', '220151.868000', '220151.870000', '220151.873000', '220151.876000', '220151.878000', '220151.910000', '220151.913000', '220151.916000', '220151.919000', '220151.921000', '220151.924000', '220151.926000', '220151.929000', '220151.932000', '220211.791000', '220211.794000', '220211.796000', '220211.800000', '220211.802000', '220211.805000', '220211.807000', '220211.810000', '220211.813000', '220211.815000', '220211.818000', '220211.821000', '220211.824000', '220211.826000', '220211.829000', '220211.832000', '220211.834000', '220211.837000', '220211.839000', '220211.842000', '220211.845000', '220211.847000', '220211.850000', '220211.853000', '220211.855000', '220211.858000', '220211.861000', '220211.864000', '220211.866000', '220211.869000', '220211.871000', '220211.874000', '220211.877000', '220211.879000', '220211.882000', '220211.885000', '220211.887000', '220211.890000', '220211.893000', '220211.896000', '220211.898000', '220211.901000', '220211.904000', '220211.906000', '220231.790000', '220231.793000', '220231.796000', '220231.799000', '220231.801000', '220231.804000', '220231.807000', '220231.809000', '220231.812000', '220231.815000', '220231.817000', '220231.820000', '220231.822000', '220231.825000', '220231.828000', '220231.830000', '220231.833000', '220231.836000', '220231.838000', '220231.841000', '220231.843000', '220231.846000', '220231.849000', '220231.851000', '220231.854000', '220231.857000', '220231.859000', '220231.862000', '220231.865000', '220231.867000', '220231.870000', '220231.872000', '220231.875000', '220231.878000', '220231.881000', '220231.884000', '220231.887000', '220231.890000', '220231.893000', '220231.895000', '220231.898000', '220231.901000', '220231.903000', '220251.791000', '220251.794000', '220251.797000', '220251.799000', '220251.802000', '220251.805000', '220251.807000', '220251.810000', '220251.813000', '220251.815000', '220251.818000', '220251.821000', '220251.823000', '220251.826000', '220251.829000', '220251.831000', '220251.834000', '220251.836000', '220251.839000', '220251.842000', '220251.844000', '220251.847000', '220251.850000', '220251.852000', '220251.855000', '220251.857000', '220251.860000', '220251.863000', '220251.866000', '220251.868000', '220251.871000', '220251.874000', '220251.876000', '220251.879000', '220251.882000', '220251.884000', '220251.887000', '220251.889000', '220251.892000', '220251.895000', '220251.897000', '220251.900000', '220251.903000', '220251.905000', '220311.791000', '220311.793000', '220311.796000', '220311.799000', '220311.802000', '220311.804000', '220311.807000', '220311.810000', '220311.812000', '220311.815000', '220311.818000', '220311.820000', '220311.823000', '220311.826000', '220311.828000', '220311.831000', '220311.834000', '220311.837000', '220311.839000', '220311.842000', '220311.845000', '220311.847000', '220311.850000', '220311.852000', '220311.855000', '220311.858000', '220311.860000', '220311.863000', '220311.866000', '220311.868000', '220311.871000', '220311.874000', '220311.877000', '220311.879000', '220311.882000', '220311.884000', '220311.887000', '220311.890000', '220311.892000', '220311.895000', '220311.898000', '220311.901000', '220311.903000', '220331.789000', '220331.793000', '220331.795000', '220331.798000', '220331.800000', '220331.804000', '220331.806000', '220331.809000', '220331.811000', '220331.814000', '220331.817000', '220331.819000', '220331.822000', '220331.825000', '220331.827000', '220331.830000', '220331.841000', '220331.844000', '220331.847000', '220331.849000', '220331.852000', '220331.855000', '220331.857000', '220331.860000', '220331.862000', '220331.865000', '220331.868000', '220331.870000', '220331.873000', '220331.875000', '220331.878000', '220331.881000', '220331.883000', '220331.886000', '220331.889000', '220331.891000', '220331.894000', '220331.897000', '220331.899000', '220331.902000', '220331.904000', '220331.907000', '220331.910000', '220331.912000', '220351.790000', '220351.793000', '220351.795000', '220351.798000', '220351.801000', '220351.803000', '220351.806000', '220351.808000', '220351.811000', '220351.814000', '220351.816000', '220351.819000', '220351.822000', '220351.824000', '220351.827000', '220351.830000', '220351.833000', '220351.835000', '220351.838000', '220351.841000', '220351.843000', '220351.846000', '220351.848000', '220351.851000', '220351.854000', '220351.856000', '220351.859000', '220351.862000', '220351.864000', '220351.867000', '220351.869000', '220351.872000', '220351.875000', '220351.877000', '220351.880000', '220351.883000', '220351.885000', '220351.888000', '220351.892000', '220351.894000', '220351.897000', '220351.900000', '220351.903000', '220411.790000', '220411.792000', '220411.795000', '220411.798000', '220411.800000', '220411.803000', '220411.806000', '220411.808000', '220411.811000', '220411.814000', '220411.816000', '220411.819000', '220411.822000', '220411.824000', '220411.827000', '220411.830000', '220411.832000', '220411.835000', '220411.838000', '220411.840000', '220411.843000', '220411.846000', '220411.848000', '220411.851000', '220411.854000', '220411.856000', '220411.859000', '220411.861000', '220411.864000', '220411.867000', '220411.869000', '220411.872000', '220411.876000', '220411.878000', '220411.881000', '220411.884000', '220411.886000', '220411.889000', '220411.891000', '220411.894000', '220411.897000', '220411.899000', '220411.902000', '220411.905000', '220431.790000', '220431.793000', '220431.796000', '220431.799000', '220431.801000', '220431.804000', '220431.807000', '220431.809000', '220431.812000', '220431.814000', '220431.817000', '220431.820000', '220431.822000', '220431.825000', '220431.828000', '220431.831000', '220431.833000', '220431.836000', '220431.838000', '220431.841000', '220431.844000', '220431.846000', '220431.849000', '220431.852000', '220431.854000', '220431.857000', '220431.860000', '220431.862000', '220431.865000', '220431.868000', '220431.870000', '220431.873000', '220431.876000', '220431.878000', '220431.881000', '220431.883000', '220431.886000', '220431.889000', '220431.892000', '220431.894000', '220431.897000', '220431.900000', '220431.912000', '220451.791000', '220451.793000', '220451.796000', '220451.799000', '220451.802000', '220451.804000', '220451.807000', '220451.809000', '220451.812000', '220451.815000', '220451.817000', '220451.820000', '220451.823000', '220451.825000', '220451.828000', '220451.830000', '220451.833000', '220451.836000', '220451.838000', '220451.841000', '220451.844000', '220451.846000', '220451.849000', '220451.852000', '220451.854000', '220451.857000', '220451.860000', '220451.862000', '220451.865000', '220451.867000', '220451.870000', '220451.873000', '220451.875000', '220451.878000', '220451.881000', '220451.883000', '220451.886000', '220451.888000', '220451.891000', '220451.894000', '220451.896000', '220451.915000', '220451.917000', '220451.920000', '220511.791000', '220511.794000', '220511.797000', '220511.799000', '220511.802000', '220511.805000', '220511.807000', '220511.810000', '220511.813000', '220511.815000', '220511.818000', '220511.821000', '220511.823000', '220511.826000', '220511.829000', '220511.831000', '220511.834000', '220511.837000', '220511.839000', '220511.842000', '220511.844000', '220511.847000', '220511.850000', '220511.852000', '220511.855000', '220511.858000', '220511.860000', '220511.863000', '220511.866000', '220511.868000', '220511.871000', '220511.874000', '220511.877000', '220511.880000', '220511.883000', '220511.885000', '220511.888000', '220511.891000', '220511.893000', '220511.896000', '220511.899000', '220511.902000', '220511.904000', '220531.791000', '220531.793000', '220531.796000', '220531.799000', '220531.801000', '220531.804000', '220531.807000', '220531.809000', '220531.812000', '220531.814000', '220531.817000', '220531.820000', '220531.823000', '220531.825000', '220531.828000', '220531.831000', '220531.833000', '220531.836000', '220531.839000', '220531.841000', '220531.844000', '220531.846000', '220531.849000', '220531.852000', '220531.854000', '220531.857000', '220531.860000', '220531.862000', '220531.865000', '220531.867000', '220531.870000', '220531.873000', '220531.875000', '220531.878000', '220531.881000', '220531.883000', '220531.886000', '220531.889000', '220531.891000', '220531.894000', '220531.897000', '220531.899000', '220531.902000', '220531.905000', '220551.790000', '220551.793000', '220551.795000', '220551.798000', '220551.801000', '220551.803000', '220551.806000', '220551.809000', '220551.811000', '220551.814000', '220551.817000', '220551.819000', '220551.822000', '220551.825000', '220551.827000', '220551.830000', '220551.833000', '220551.835000', '220551.838000', '220551.841000', '220551.843000', '220551.846000', '220551.849000', '220551.851000', '220551.854000', '220551.856000', '220551.859000', '220551.862000', '220551.864000', '220551.867000', '220551.870000', '220551.872000', '220551.875000', '220551.877000', '220551.880000', '220551.883000', '220551.885000', '220551.888000', '220551.891000', '220551.893000', '220551.896000', '220551.899000', '220551.901000', '220611.789000', '220611.793000', '220611.795000', '220611.798000', '220611.800000', '220611.803000', '220611.806000', '220611.808000', '220611.811000', '220611.814000', '220611.816000', '220611.819000', '220611.822000', '220611.824000', '220611.827000', '220611.830000', '220611.833000', '220611.835000', '220611.838000', '220611.841000', '220611.843000', '220611.846000', '220611.849000', '220611.851000', '220611.854000', '220611.857000', '220611.859000', '220611.862000', '220611.865000', '220611.867000', '220611.870000', '220611.872000', '220611.875000', '220611.878000', '220611.880000', '220611.883000', '220611.886000', '220611.916000', '220611.919000', '220611.922000', '220611.924000', '220611.927000', '220611.930000', '220611.932000', '220631.790000', '220631.793000', '220631.796000', '220631.799000', '220631.801000', '220631.804000', '220631.806000', '220631.809000', '220631.812000', '220631.814000', '220631.817000', '220631.820000', '220631.823000', '220631.825000', '220631.828000', '220631.831000', '220631.833000', '220631.836000', '220631.838000', '220631.841000', '220631.844000', '220631.846000', '220631.849000', '220631.852000', '220631.854000', '220631.857000', '220631.860000', '220631.862000', '220631.865000', '220631.868000', '220631.870000', '220631.873000', '220631.875000', '220631.878000', '220631.881000', '220631.883000', '220631.886000', '220631.889000', '220631.891000', '220631.894000', '220631.897000', '220631.899000', '220631.902000', '220651.791000', '220651.794000', '220651.796000', '220651.799000', '220651.802000', '220651.805000', '220651.808000', '220651.811000', '220651.814000', '220651.816000', '220651.819000', '220651.821000', '220651.824000', '220651.827000', '220651.829000', '220651.832000', '220651.835000', '220651.838000', '220651.840000', '220651.843000', '220651.846000', '220651.848000', '220651.851000', '220651.854000', '220651.856000', '220651.859000', '220651.862000', '220651.864000', '220651.868000', '220651.870000', '220651.873000', '220651.875000', '220651.878000', '220651.881000', '220651.883000', '220651.886000', '220651.889000', '220651.891000', '220651.894000', '220651.896000', '220651.899000', '220651.902000', '220651.904000', '220651.907000', '220711.524000', '220711.527000', '220711.530000', '220711.533000', '220711.536000', '220711.539000', '220711.542000', '220711.544000', '220711.547000', '220711.550000', '220711.553000', '220711.556000', '220711.561000', '220711.567000', '220711.574000', '220711.577000', '220711.580000', '220711.582000', '220711.585000', '220711.588000', '220711.591000', '220711.594000', '220711.597000', '220711.600000', '220711.602000', '220711.606000', '220711.609000', '220711.611000', '220711.614000', '220711.617000', '220711.620000', '220711.622000', '220711.625000', '220711.628000', '220711.637000', '220711.640000', '220711.643000', '220711.645000', '220711.648000', '220711.651000', '220711.654000', '220711.656000', '220711.660000'], 'InstanceCreationTime': ['215911.829000', '215911.832000', '215911.835000', '215911.838000', '215911.841000', '215911.843000', '215911.846000', '215911.848000', '215911.851000', '215911.854000', '215911.856000', '215911.859000', '215911.862000', '215911.864000', '215911.867000', '215911.870000', '215911.872000', '215911.875000', '215911.877000', '215911.880000', '215911.883000', '215911.885000', '215911.888000', '215911.890000', '215911.893000', '215911.896000', '215911.898000', '215911.910000', '215911.913000', '215931.790000', '215931.792000', '215931.795000', '215931.798000', '215931.800000', '215931.803000', '215931.806000', '215931.808000', '215931.811000', '215931.813000', '215931.816000', '215931.819000', '215931.821000', '215931.824000', '215931.826000', '215931.829000', '215931.832000', '215931.834000', '215931.837000', '215931.840000', '215931.842000', '215931.845000', '215931.847000', '215931.850000', '215931.852000', '215931.855000', '215931.858000', '215931.860000', '215931.863000', '215931.866000', '215931.868000', '215931.871000', '215931.874000', '215931.876000', '215931.879000', '215931.881000', '215931.884000', '215931.886000', '215931.889000', '215931.892000', '215931.894000', '215931.897000', '215931.900000', '215931.902000', '215951.791000', '215951.794000', '215951.797000', '215951.800000', '215951.802000', '215951.805000', '215951.807000', '215951.810000', '215951.813000', '215951.815000', '215951.818000', '215951.821000', '215951.824000', '215951.826000', '215951.829000', '215951.831000', '215951.834000', '215951.837000', '215951.839000', '215951.842000', '215951.844000', '215951.847000', '215951.850000', '215951.852000', '215951.855000', '215951.858000', '215951.860000', '215951.863000', '215951.865000', '215951.868000', '215951.871000', '215951.873000', '215951.876000', '215951.878000', '215951.881000', '215951.884000', '215951.886000', '215951.889000', '215951.891000', '215951.894000', '215951.897000', '215951.899000', '215951.902000', '220011.791000', '220011.793000', '220011.796000', '220011.799000', '220011.801000', '220011.804000', '220011.807000', '220011.809000', '220011.812000', '220011.815000', '220011.817000', '220011.820000', '220011.822000', '220011.825000', '220011.828000', '220011.830000', '220011.833000', '220011.836000', '220011.838000', '220011.841000', '220011.843000', '220011.846000', '220011.849000', '220011.852000', '220011.854000', '220011.857000', '220011.860000', '220011.862000', '220011.865000', '220011.867000', '220011.870000', '220011.873000', '220011.875000', '220011.878000', '220011.880000', '220011.883000', '220011.886000', '220011.888000', '220011.891000', '220011.914000', '220011.917000', '220011.919000', '220011.922000', '220011.925000', '220031.790000', '220031.793000', '220031.796000', '220031.798000', '220031.801000', '220031.804000', '220031.806000', '220031.809000', '220031.812000', '220031.815000', '220031.817000', '220031.820000', '220031.822000', '220031.825000', '220031.828000', '220031.830000', '220031.833000', '220031.835000', '220031.838000', '220031.841000', '220031.844000', '220031.847000', '220031.850000', '220031.852000', '220031.855000', '220031.858000', '220031.860000', '220031.863000', '220031.866000', '220031.868000', '220031.871000', '220031.873000', '220031.876000', '220031.879000', '220031.881000', '220031.884000', '220031.887000', '220031.889000', '220031.892000', '220031.894000', '220031.897000', '220031.900000', '220031.902000', '220051.791000', '220051.794000', '220051.796000', '220051.799000', '220051.801000', '220051.804000', '220051.807000', '220051.809000', '220051.812000', '220051.815000', '220051.817000', '220051.820000', '220051.822000', '220051.825000', '220051.828000', '220051.831000', '220051.833000', '220051.836000', '220051.838000', '220051.841000', '220051.844000', '220051.846000', '220051.849000', '220051.852000', '220051.854000', '220051.857000', '220051.859000', '220051.862000', '220051.865000', '220051.867000', '220051.870000', '220051.872000', '220051.875000', '220051.878000', '220051.880000', '220051.883000', '220051.885000', '220051.888000', '220051.891000', '220051.894000', '220051.896000', '220051.899000', '220051.901000', '220051.904000', '220111.789000', '220111.792000', '220111.795000', '220111.798000', '220111.800000', '220111.803000', '220111.806000', '220111.808000', '220111.811000', '220111.814000', '220111.817000', '220111.820000', '220111.823000', '220111.826000', '220111.829000', '220111.831000', '220111.834000', '220111.837000', '220111.839000', '220111.842000', '220111.844000', '220111.847000', '220111.850000', '220111.852000', '220111.855000', '220111.858000', '220111.860000', '220111.863000', '220111.866000', '220111.868000', '220111.871000', '220111.874000', '220111.876000', '220111.879000', '220111.881000', '220111.884000', '220111.887000', '220111.889000', '220111.892000', '220111.895000', '220111.897000', '220111.900000', '220111.903000', '220131.789000', '220131.792000', '220131.795000', '220131.798000', '220131.801000', '220131.803000', '220131.806000', '220131.808000', '220131.811000', '220131.814000', '220131.816000', '220131.819000', '220131.822000', '220131.824000', '220131.827000', '220131.829000', '220131.832000', '220131.835000', '220131.837000', '220131.840000', '220131.843000', '220131.845000', '220131.848000', '220131.850000', '220131.853000', '220131.856000', '220131.858000', '220131.861000', '220131.864000', '220131.866000', '220131.869000', '220131.872000', '220131.874000', '220131.877000', '220131.879000', '220131.882000', '220131.885000', '220131.887000', '220131.890000', '220131.893000', '220131.895000', '220131.898000', '220131.900000', '220131.903000', '220151.790000', '220151.793000', '220151.795000', '220151.798000', '220151.801000', '220151.803000', '220151.806000', '220151.809000', '220151.811000', '220151.814000', '220151.817000', '220151.820000', '220151.823000', '220151.826000', '220151.829000', '220151.831000', '220151.834000', '220151.837000', '220151.839000', '220151.842000', '220151.844000', '220151.847000', '220151.850000', '220151.852000', '220151.855000', '220151.857000', '220151.860000', '220151.862000', '220151.865000', '220151.868000', '220151.870000', '220151.873000', '220151.876000', '220151.878000', '220151.910000', '220151.913000', '220151.916000', '220151.919000', '220151.921000', '220151.924000', '220151.926000', '220151.929000', '220151.932000', '220211.791000', '220211.794000', '220211.796000', '220211.800000', '220211.802000', '220211.805000', '220211.807000', '220211.810000', '220211.813000', '220211.815000', '220211.818000', '220211.821000', '220211.824000', '220211.826000', '220211.829000', '220211.832000', '220211.834000', '220211.837000', '220211.839000', '220211.842000', '220211.845000', '220211.847000', '220211.850000', '220211.853000', '220211.855000', '220211.858000', '220211.861000', '220211.864000', '220211.866000', '220211.869000', '220211.871000', '220211.874000', '220211.877000', '220211.879000', '220211.882000', '220211.885000', '220211.887000', '220211.890000', '220211.893000', '220211.896000', '220211.898000', '220211.901000', '220211.904000', '220211.906000', '220231.790000', '220231.793000', '220231.796000', '220231.799000', '220231.801000', '220231.804000', '220231.807000', '220231.809000', '220231.812000', '220231.815000', '220231.817000', '220231.820000', '220231.822000', '220231.825000', '220231.828000', '220231.830000', '220231.833000', '220231.836000', '220231.838000', '220231.841000', '220231.843000', '220231.846000', '220231.849000', '220231.851000', '220231.854000', '220231.857000', '220231.859000', '220231.862000', '220231.865000', '220231.867000', '220231.870000', '220231.872000', '220231.875000', '220231.878000', '220231.881000', '220231.884000', '220231.887000', '220231.890000', '220231.893000', '220231.895000', '220231.898000', '220231.901000', '220231.903000', '220251.791000', '220251.794000', '220251.797000', '220251.799000', '220251.802000', '220251.805000', '220251.807000', '220251.810000', '220251.813000', '220251.815000', '220251.818000', '220251.821000', '220251.823000', '220251.826000', '220251.829000', '220251.831000', '220251.834000', '220251.836000', '220251.839000', '220251.842000', '220251.844000', '220251.847000', '220251.850000', '220251.852000', '220251.855000', '220251.857000', '220251.860000', '220251.863000', '220251.866000', '220251.868000', '220251.871000', '220251.874000', '220251.876000', '220251.879000', '220251.882000', '220251.884000', '220251.887000', '220251.889000', '220251.892000', '220251.895000', '220251.897000', '220251.900000', '220251.903000', '220251.905000', '220311.791000', '220311.793000', '220311.796000', '220311.799000', '220311.802000', '220311.804000', '220311.807000', '220311.810000', '220311.812000', '220311.815000', '220311.818000', '220311.820000', '220311.823000', '220311.826000', '220311.828000', '220311.831000', '220311.834000', '220311.837000', '220311.839000', '220311.842000', '220311.845000', '220311.847000', '220311.850000', '220311.852000', '220311.855000', '220311.858000', '220311.860000', '220311.863000', '220311.866000', '220311.868000', '220311.871000', '220311.874000', '220311.877000', '220311.879000', '220311.882000', '220311.884000', '220311.887000', '220311.890000', '220311.892000', '220311.895000', '220311.898000', '220311.901000', '220311.903000', '220331.789000', '220331.793000', '220331.795000', '220331.798000', '220331.800000', '220331.804000', '220331.806000', '220331.809000', '220331.811000', '220331.814000', '220331.817000', '220331.819000', '220331.822000', '220331.825000', '220331.827000', '220331.830000', '220331.841000', '220331.844000', '220331.847000', '220331.849000', '220331.852000', '220331.855000', '220331.857000', '220331.860000', '220331.862000', '220331.865000', '220331.868000', '220331.870000', '220331.873000', '220331.875000', '220331.878000', '220331.881000', '220331.883000', '220331.886000', '220331.889000', '220331.891000', '220331.894000', '220331.897000', '220331.899000', '220331.902000', '220331.904000', '220331.907000', '220331.910000', '220331.912000', '220351.790000', '220351.793000', '220351.795000', '220351.798000', '220351.801000', '220351.803000', '220351.806000', '220351.808000', '220351.811000', '220351.814000', '220351.816000', '220351.819000', '220351.822000', '220351.824000', '220351.827000', '220351.830000', '220351.833000', '220351.835000', '220351.838000', '220351.841000', '220351.843000', '220351.846000', '220351.848000', '220351.851000', '220351.854000', '220351.856000', '220351.859000', '220351.862000', '220351.864000', '220351.867000', '220351.869000', '220351.872000', '220351.875000', '220351.877000', '220351.880000', '220351.883000', '220351.885000', '220351.888000', '220351.892000', '220351.894000', '220351.897000', '220351.900000', '220351.903000', '220411.790000', '220411.792000', '220411.795000', '220411.798000', '220411.800000', '220411.803000', '220411.806000', '220411.808000', '220411.811000', '220411.814000', '220411.816000', '220411.819000', '220411.822000', '220411.824000', '220411.827000', '220411.830000', '220411.832000', '220411.835000', '220411.838000', '220411.840000', '220411.843000', '220411.846000', '220411.848000', '220411.851000', '220411.854000', '220411.856000', '220411.859000', '220411.861000', '220411.864000', '220411.867000', '220411.869000', '220411.872000', '220411.876000', '220411.878000', '220411.881000', '220411.884000', '220411.886000', '220411.889000', '220411.891000', '220411.894000', '220411.897000', '220411.899000', '220411.902000', '220411.905000', '220431.790000', '220431.793000', '220431.796000', '220431.799000', '220431.801000', '220431.804000', '220431.807000', '220431.809000', '220431.812000', '220431.814000', '220431.817000', '220431.820000', '220431.822000', '220431.825000', '220431.828000', '220431.831000', '220431.833000', '220431.836000', '220431.838000', '220431.841000', '220431.844000', '220431.846000', '220431.849000', '220431.852000', '220431.854000', '220431.857000', '220431.860000', '220431.862000', '220431.865000', '220431.868000', '220431.870000', '220431.873000', '220431.876000', '220431.878000', '220431.881000', '220431.883000', '220431.886000', '220431.889000', '220431.892000', '220431.894000', '220431.897000', '220431.900000', '220431.912000', '220451.791000', '220451.793000', '220451.796000', '220451.799000', '220451.802000', '220451.804000', '220451.807000', '220451.809000', '220451.812000', '220451.815000', '220451.817000', '220451.820000', '220451.823000', '220451.825000', '220451.828000', '220451.830000', '220451.833000', '220451.836000', '220451.838000', '220451.841000', '220451.844000', '220451.846000', '220451.849000', '220451.852000', '220451.854000', '220451.857000', '220451.860000', '220451.862000', '220451.865000', '220451.867000', '220451.870000', '220451.873000', '220451.875000', '220451.878000', '220451.881000', '220451.883000', '220451.886000', '220451.888000', '220451.891000', '220451.894000', '220451.896000', '220451.915000', '220451.917000', '220451.920000', '220511.791000', '220511.794000', '220511.797000', '220511.799000', '220511.802000', '220511.805000', '220511.807000', '220511.810000', '220511.813000', '220511.815000', '220511.818000', '220511.821000', '220511.823000', '220511.826000', '220511.829000', '220511.831000', '220511.834000', '220511.837000', '220511.839000', '220511.842000', '220511.844000', '220511.847000', '220511.850000', '220511.852000', '220511.855000', '220511.858000', '220511.860000', '220511.863000', '220511.866000', '220511.868000', '220511.871000', '220511.874000', '220511.877000', '220511.880000', '220511.883000', '220511.885000', '220511.888000', '220511.891000', '220511.893000', '220511.896000', '220511.899000', '220511.902000', '220511.904000', '220531.791000', '220531.793000', '220531.796000', '220531.799000', '220531.801000', '220531.804000', '220531.807000', '220531.809000', '220531.812000', '220531.814000', '220531.817000', '220531.820000', '220531.823000', '220531.825000', '220531.828000', '220531.831000', '220531.833000', '220531.836000', '220531.839000', '220531.841000', '220531.844000', '220531.846000', '220531.849000', '220531.852000', '220531.854000', '220531.857000', '220531.860000', '220531.862000', '220531.865000', '220531.867000', '220531.870000', '220531.873000', '220531.875000', '220531.878000', '220531.881000', '220531.883000', '220531.886000', '220531.889000', '220531.891000', '220531.894000', '220531.897000', '220531.899000', '220531.902000', '220531.905000', '220551.790000', '220551.793000', '220551.795000', '220551.798000', '220551.801000', '220551.803000', '220551.806000', '220551.809000', '220551.811000', '220551.814000', '220551.817000', '220551.819000', '220551.822000', '220551.825000', '220551.827000', '220551.830000', '220551.833000', '220551.835000', '220551.838000', '220551.841000', '220551.843000', '220551.846000', '220551.849000', '220551.851000', '220551.854000', '220551.856000', '220551.859000', '220551.862000', '220551.864000', '220551.867000', '220551.870000', '220551.872000', '220551.875000', '220551.877000', '220551.880000', '220551.883000', '220551.885000', '220551.888000', '220551.891000', '220551.893000', '220551.896000', '220551.899000', '220551.901000', '220611.789000', '220611.793000', '220611.795000', '220611.798000', '220611.800000', '220611.803000', '220611.806000', '220611.808000', '220611.811000', '220611.814000', '220611.816000', '220611.819000', '220611.822000', '220611.824000', '220611.827000', '220611.830000', '220611.833000', '220611.835000', '220611.838000', '220611.841000', '220611.843000', '220611.846000', '220611.849000', '220611.851000', '220611.854000', '220611.857000', '220611.859000', '220611.862000', '220611.865000', '220611.867000', '220611.870000', '220611.872000', '220611.875000', '220611.878000', '220611.880000', '220611.883000', '220611.886000', '220611.916000', '220611.919000', '220611.922000', '220611.924000', '220611.927000', '220611.930000', '220611.932000', '220631.790000', '220631.793000', '220631.796000', '220631.799000', '220631.801000', '220631.804000', '220631.806000', '220631.809000', '220631.812000', '220631.814000', '220631.817000', '220631.820000', '220631.823000', '220631.825000', '220631.828000', '220631.831000', '220631.833000', '220631.836000', '220631.838000', '220631.841000', '220631.844000', '220631.846000', '220631.849000', '220631.852000', '220631.854000', '220631.857000', '220631.860000', '220631.862000', '220631.865000', '220631.868000', '220631.870000', '220631.873000', '220631.875000', '220631.878000', '220631.881000', '220631.883000', '220631.886000', '220631.889000', '220631.891000', '220631.894000', '220631.897000', '220631.899000', '220631.902000', '220651.791000', '220651.794000', '220651.796000', '220651.799000', '220651.802000', '220651.805000', '220651.808000', '220651.811000', '220651.814000', '220651.816000', '220651.819000', '220651.821000', '220651.824000', '220651.827000', '220651.829000', '220651.832000', '220651.835000', '220651.838000', '220651.840000', '220651.843000', '220651.846000', '220651.848000', '220651.851000', '220651.854000', '220651.856000', '220651.859000', '220651.862000', '220651.864000', '220651.868000', '220651.870000', '220651.873000', '220651.875000', '220651.878000', '220651.881000', '220651.883000', '220651.886000', '220651.889000', '220651.891000', '220651.894000', '220651.896000', '220651.899000', '220651.902000', '220651.904000', '220651.907000', '220711.524000', '220711.527000', '220711.530000', '220711.533000', '220711.536000', '220711.539000', '220711.542000', '220711.544000', '220711.547000', '220711.550000', '220711.553000', '220711.556000', '220711.561000', '220711.567000', '220711.574000', '220711.577000', '220711.580000', '220711.582000', '220711.585000', '220711.588000', '220711.591000', '220711.594000', '220711.597000', '220711.600000', '220711.602000', '220711.606000', '220711.609000', '220711.611000', '220711.614000', '220711.617000', '220711.620000', '220711.622000', '220711.625000', '220711.628000', '220711.637000', '220711.640000', '220711.643000', '220711.645000', '220711.648000', '220711.651000', '220711.654000', '220711.656000', '220711.660000'], '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': [10545, 13372, 10527, 12609, 10581, 12392, 10493, 10758, 10530, 11127, 10595, 10538, 10140, 10396, 15067, 10702, 16105, 10532, 13606, 10518, 15838, 10690, 15351, 11036, 11777, 10936, 10092, 9902, 10643, 12080, 10673, 11791, 10514, 11347, 10572, 11675, 10730, 12215, 10500, 11556, 10647, 11951, 10526, 11201, 11451, 10448, 17328, 10936, 17085, 10770, 14739, 10750, 12115, 11089, 12200, 10848, 12165, 10829, 11363, 10990, 12001, 10687, 11217, 10672, 10960, 10989, 11832, 10806, 10934, 10345, 10656, 15722, 10955, 17018, 10783, 18033, 10986, 13672, 11027, 14011, 10972, 13919, 11146, 11445, 11012, 12142, 10929, 11155, 10911, 11034, 10978, 11353, 10720, 10972, 10350, 10935, 14310, 11077, 11783, 10635, 14624, 10975, 17040, 11020, 15461, 10948, 13887, 11148, 12787, 11128, 12759, 11211, 11731, 11145, 11139, 11042, 11291, 11137, 10984, 10878, 10858, 10415, 11029, 10439, 11041, 14490, 10913, 17143, 10998, 14324, 10971, 12584, 11170, 12495, 11039, 12016, 10983, 10694, 11009, 10946, 10949, 10915, 11054, 10879, 11216, 11582, 10999, 11566, 10796, 10948, 11243, 11026, 11086, 11268, 11063, 11204, 10804, 11131, 11292, 11162, 10547, 11015, 10396, 11416, 10144, 11411, 10756, 12458, 10743, 11906, 10799, 12052, 11501, 11862, 10992, 11768, 10609, 12234, 11995, 12225, 11023, 11822, 11228, 11695, 13558, 12093, 10652, 11505, 10749, 11639, 15641, 11590, 12763, 11038, 18913, 11053, 17093, 11304, 15805, 11143, 14504, 11275, 13955, 11194, 14075, 11114, 13396, 11223, 13585, 11324, 13693, 11332, 11967, 11103, 12916, 11246, 13864, 11255, 12619, 11299, 13256, 11315, 13257, 11125, 12562, 11186, 12654, 11204, 13216, 11259, 13334, 11369, 12055, 11051, 12269, 11116, 12461, 11200, 11850, 11112, 12003, 11235, 12478, 11360, 11541, 11140, 12072, 11126, 12919, 11454, 11956, 11058, 12088, 10971, 12819, 11344, 12050, 11321, 11677, 10895, 12356, 11235, 12502, 11034, 11577, 10598, 11671, 10956, 12384, 11323, 11735, 10961, 12739, 10943, 12807, 11019, 12077, 11349, 13182, 11275, 14798, 11251, 13849, 11436, 14081, 11257, 13661, 11437, 12839, 11273, 13675, 11258, 14062, 11281, 11639, 11423, 13383, 11253, 14361, 11484, 13571, 11289, 13183, 11303, 14578, 11158, 13556, 11246, 14153, 11363, 13931, 11206, 12343, 11184, 12100, 11174, 12887, 11392, 11485, 11199, 11925, 11122, 12896, 11178, 10967, 10702, 11208, 10715, 12111, 10966, 11413, 11051, 11089, 10680, 11846, 10898, 10991, 10771, 10877, 12255, 11125, 10791, 10800, 10634, 11052, 13254, 10994, 10647, 10940, 10523, 10942, 10593, 11794, 10994, 11728, 10604, 11460, 10656, 11801, 10832, 11027, 10790, 10841, 13751, 10950, 10611, 10604, 10400, 10821, 11746, 11282, 10616, 10763, 10461, 10647, 12902, 11681, 10687, 11047, 10964, 10724, 10263, 11657, 10910, 12078, 10961, 11340, 10473, 11466, 10970, 12434, 11204, 12125, 11201, 12982, 10958, 13236, 11022, 13392, 11185, 13284, 11063, 14087, 11200, 15331, 11165, 15298, 11030, 13988, 10746, 11030, 10413, 10985, 12558, 11350, 13796, 11348, 12438, 11469, 12560, 11267, 12847, 11117, 11282, 12017, 10852, 16795, 10728, 11539, 11063, 11501, 10996, 15224, 11115, 10944, 10739, 10898, 10908, 14633, 10937, 11012, 11013, 11597, 10905, 14840, 10971, 10875, 10845, 10752, 10466, 10923, 12454, 10272, 11756, 9648, 12654, 10729, 8977, 10283, 10394, 11613, 10338, 11883, 9679, 11935, 9984, 12678, 10483, 12356, 12348, 10924, 18355, 13865, 16547, 10779, 15757, 8787, 13408, 9036, 12337, 9155, 11038, 9061, 10643, 9134, 11362, 9494, 13335, 9604, 12235, 8822, 13598, 8881, 9510, 9049, 9294, 10513, 9776, 11018, 12039, 10542, 10155, 10400, 9842, 10434, 8835, 11520, 8626, 11135, 8803, 11737, 8826, 12660, 8768, 13035, 9007, 12203, 9128, 12159, 9296, 12031, 9254, 12013, 9349, 11983, 9469, 11808, 9660, 13689, 9781, 11251, 10083, 8554, 12067, 8935, 12548, 9055, 12670, 9743, 12487, 9401, 12048, 9579, 11708, 9611, 14746, 9537, 11346, 10667, 9394, 12257, 9277, 12297, 9927, 9252, 10827, 9007, 13188, 9073, 13888, 9360, 13391, 10020, 12537, 13841, 10801, 13341, 10142, 13230, 9138, 12489, 13476, 10275, 12421, 9774, 12890, 8767, 12339, 8710, 11345, 12879, 10355, 11972, 9752, 12075, 9234, 12099, 9113, 12449, 9031, 12691, 9058, 12216, 9197, 12870, 9508, 12781, 9479, 12507, 9442, 11904, 9939, 13219, 10437, 12864, 10473, 13574, 10900, 14624, 10558, 12748, 10914, 13873, 10798, 13669, 10375, 13516, 10315, 12128, 10425, 11500, 10049, 12355, 9827, 12133, 9929, 12303, 9530, 12602, 9519, 12566, 8678, 12361, 8961, 12145, 8734, 11678, 8760, 11825, 8847, 11980, 8707, 11673, 9115, 11431, 9543, 11406, 9712, 11416, 13170, 10516, 12249, 11151, 12132, 11101, 13883, 10501, 13706, 10680, 11264, 11001, 12556, 10843, 14319, 10696, 11622, 11663, 11640, 11537, 14533, 10654, 10779, 12990, 8707, 13630, 8748, 13919, 12003, 13346, 12618, 13363, 12819, 12447, 14226, 11595, 13983, 11659, 14895, 11209, 13448, 10890, 12214, 11057, 11679, 10286, 12194, 10058, 11802, 9723, 11842, 9453, 12306, 9558, 12479, 9729, 12435, 9337, 12088, 8809, 12120, 8705, 13349, 9132, 12597, 8910, 13088, 8568, 12855, 9186, 12719, 9183, 12151, 9511, 12088, 9404, 11925, 9656, 11616, 9873, 11737, 10238, 12734, 10169, 12313, 10315, 12156, 10404, 13939, 10573, 13899, 10670, 14186, 10532, 12264, 11425, 10591, 11341, 10473, 11465, 10375, 12143, 8775, 12669, 8591, 12331, 8627, 12879, 8620, 13155, 8505, 12791, 8879, 12885, 8794, 13035, 8627, 13013, 9044, 12743, 8776, 13121, 8682, 13334, 9595, 12865, 8808, 13305, 9739, 12615, 15622, 10998, 13037, 10525, 12559, 9822, 12879, 8589, 12395, 9006, 12244, 8620, 11655, 13626, 10260, 13971, 10108, 12157, 9684, 11867, 9104, 11393, 9120, 11769, 9076, 12012, 8792, 11599, 8772, 12096, 9039, 12107, 8677, 12634, 8716, 13065, 8622, 13388, 8765, 13061, 11011, 12739, 11532, 12461, 11523, 12122, 15761, 11331, 14768, 10848, 14994, 10885, 13009, 10612, 12432, 10417, 14051, 10705, 14118, 10860, 12979, 10745, 10881, 11392, 8971, 12122, 8966, 12689, 9223, 14673, 9464, 13756, 9340, 12821, 9546, 12945, 10441, 13424, 10635, 13190, 10247, 14393, 10625, 11743, 11396, 13080, 11098, 12239, 12464, 8509, 13374, 8357, 13258, 9811, 12944, 8816, 13156, 9995, 12664, 13276, 12571, 10067, 12934, 8739, 13485, 8440, 13608, 8744, 13735, 8513, 13362, 8475, 13340, 8713, 13114, 9138, 12640, 8848, 13125, 8870, 12829, 9016, 12250, 9889, 12443, 10366, 12844, 9860, 12042, 10112, 10630, 10104, 10041, 12338, 8516, 13678, 9176, 13512, 10264, 13139, 11063, 10726, 10838, 8923, 11763, 8770, 12881, 8800, 12885, 9577, 12171, 9678, 12513, 9724, 13053, 9660, 11801, 9824, 11526, 9326, 13340, 9707, 11483, 8592, 11190, 8924, 10816, 9310, 11258, 8586, 10771, 9082, 11635, 8531, 11209, 8558, 10951, 8849, 11458, 8394, 11232, 8402, 12199, 9164, 11683, 9513, 14112, 9273, 10480, 10201, 11310, 10549, 13174, 11261, 11704, 10347, 15026, 10119, 12643, 9696, 11108, 8722, 10763, 8778, 10994, 8615, 11184, 8376, 10807, 8799, 11430, 8876, 11481, 8641, 10966, 8414, 11461, 8154, 11407, 8421, 10509, 9669, 10840, 14609, 10279, 15905, 9394, 11704, 9244, 11949, 8979, 11267, 9189, 11226, 8998, 11965, 9080, 14839, 9117, 15162, 9322, 16042, 9799, 16269, 9913, 13388, 9552, 12460, 9293, 13051, 9412, 14589, 8901, 12824, 9295, 12436, 9134, 12524, 9371, 12455, 8966, 12474, 8704, 12927, 9402, 13024, 8894, 12286, 9061, 12423, 9157, 12610, 8910, 12753, 8637, 12576, 8939, 12547, 8895, 12230, 8568, 12234, 9842, 12368, 9613, 11864, 10237, 10999, 12931, 10662, 10971, 10411, 9402, 10418], 'WindowCenter': [4329.0, 4333.0, 4301.0, 4306.0, 4274.0, 4292.0, 4262.0, 4271.0, 4259.0, 4269.0, 4256.0, 4258.0, 4247.0, 4259.0, 4298.0, 4268.0, 4296.0, 4259.0, 4286.0, 4258.0, 4297.0, 4258.0, 4298.0, 4272.0, 4267.0, 4269.0, 4258.0, 4260.0, 4269.0, 4280.0, 4261.0, 4280.0, 4259.0, 4270.0, 4259.0, 4269.0, 4259.0, 4278.0, 4257.0, 4268.0, 4256.0, 4269.0, 4244.0, 4257.0, 4254.0, 4257.0, 4297.0, 4257.0, 4295.0, 4255.0, 4275.0, 4257.0, 4265.0, 4258.0, 4267.0, 4256.0, 4265.0, 4256.0, 4267.0, 4257.0, 4268.0, 4246.0, 4255.0, 4246.0, 4258.0, 4256.0, 4268.0, 4255.0, 4256.0, 4244.0, 4257.0, 4285.0, 4256.0, 4295.0, 4256.0, 4295.0, 4258.0, 4275.0, 4255.0, 4274.0, 4246.0, 4274.0, 4255.0, 4255.0, 4244.0, 4266.0, 4244.0, 4256.0, 4256.0, 4256.0, 4254.0, 4256.0, 4246.0, 4256.0, 4244.0, 4257.0, 4275.0, 4256.0, 4254.0, 4246.0, 4285.0, 4257.0, 4295.0, 4257.0, 4283.0, 4256.0, 4275.0, 4256.0, 4265.0, 4256.0, 4264.0, 4256.0, 4266.0, 4255.0, 4258.0, 4254.0, 4254.0, 4254.0, 4255.0, 4255.0, 4255.0, 4244.0, 4257.0, 4243.0, 4255.0, 4274.0, 4256.0, 4295.0, 4258.0, 4285.0, 4257.0, 4264.0, 4265.0, 4266.0, 4256.0, 4264.0, 4255.0, 4246.0, 4267.0, 4256.0, 4258.0, 4257.0, 4267.0, 4257.0, 4268.0, 4267.0, 4270.0, 4268.0, 4268.0, 4267.0, 4268.0, 4270.0, 4268.0, 4269.0, 4255.0, 4268.0, 4268.0, 4281.0, 4267.0, 4268.0, 4257.0, 4270.0, 4257.0, 4293.0, 4270.0, 4292.0, 4268.0, 4291.0, 4268.0, 4279.0, 4266.0, 4278.0, 4267.0, 4278.0, 4256.0, 4278.0, 4258.0, 4290.0, 4277.0, 4278.0, 4256.0, 4279.0, 4264.0, 4267.0, 4275.0, 4277.0, 4253.0, 4266.0, 4256.0, 4269.0, 4296.0, 4264.0, 4275.0, 4258.0, 4317.0, 4280.0, 4306.0, 4256.0, 4283.0, 4255.0, 4275.0, 4256.0, 4273.0, 4257.0, 4273.0, 4255.0, 4275.0, 4255.0, 4274.0, 4255.0, 4274.0, 4254.0, 4253.0, 4255.0, 4264.0, 4254.0, 4274.0, 4255.0, 4277.0, 4268.0, 4277.0, 4257.0, 4275.0, 4255.0, 4264.0, 4254.0, 4265.0, 4254.0, 4275.0, 4256.0, 4274.0, 4265.0, 4266.0, 4256.0, 4266.0, 4255.0, 4264.0, 4253.0, 4264.0, 4268.0, 4267.0, 4255.0, 4264.0, 4256.0, 4254.0, 4253.0, 4265.0, 4243.0, 4263.0, 4253.0, 4254.0, 4255.0, 4267.0, 4243.0, 4264.0, 4253.0, 4264.0, 4254.0, 4265.0, 4255.0, 4265.0, 4253.0, 4266.0, 4253.0, 4256.0, 4244.0, 4255.0, 4255.0, 4264.0, 4255.0, 4265.0, 4255.0, 4277.0, 4256.0, 4276.0, 4266.0, 4276.0, 4269.0, 4287.0, 4270.0, 4298.0, 4268.0, 4287.0, 4268.0, 4288.0, 4258.0, 4277.0, 4255.0, 4263.0, 4256.0, 4275.0, 4257.0, 4274.0, 4254.0, 4253.0, 4254.0, 4273.0, 4254.0, 4273.0, 4255.0, 4273.0, 4255.0, 4273.0, 4255.0, 4274.0, 4254.0, 4264.0, 4254.0, 4272.0, 4255.0, 4261.0, 4244.0, 4252.0, 4243.0, 4253.0, 4243.0, 4261.0, 4241.0, 4242.0, 4242.0, 4254.0, 4241.0, 4262.0, 4242.0, 4243.0, 4242.0, 4254.0, 4240.0, 4263.0, 4242.0, 4253.0, 4242.0, 4256.0, 4243.0, 4255.0, 4242.0, 4244.0, 4244.0, 4256.0, 4253.0, 4254.0, 4244.0, 4255.0, 4243.0, 4255.0, 4263.0, 4256.0, 4243.0, 4256.0, 4246.0, 4255.0, 4244.0, 4267.0, 4254.0, 4266.0, 4256.0, 4268.0, 4246.0, 4266.0, 4256.0, 4256.0, 4256.0, 4258.0, 4276.0, 4256.0, 4243.0, 4246.0, 4244.0, 4256.0, 4264.0, 4256.0, 4244.0, 4256.0, 4244.0, 4258.0, 4276.0, 4266.0, 4244.0, 4256.0, 4256.0, 4256.0, 4246.0, 4266.0, 4253.0, 4266.0, 4256.0, 4267.0, 4271.0, 4279.0, 4268.0, 4278.0, 4267.0, 4267.0, 4267.0, 4277.0, 4257.0, 4277.0, 4258.0, 4287.0, 4267.0, 4289.0, 4269.0, 4287.0, 4269.0, 4297.0, 4268.0, 4296.0, 4268.0, 4286.0, 4257.0, 4255.0, 4258.0, 4255.0, 4275.0, 4254.0, 4286.0, 4257.0, 4266.0, 4255.0, 4266.0, 4255.0, 4264.0, 4242.0, 4255.0, 4252.0, 4244.0, 4282.0, 4243.0, 4241.0, 4242.0, 4240.0, 4244.0, 4282.0, 4253.0, 4242.0, 4245.0, 4242.0, 4244.0, 4272.0, 4243.0, 4241.0, 4244.0, 4252.0, 4244.0, 4272.0, 4245.0, 4240.0, 4243.0, 4241.0, 4245.0, 4244.0, 4266.0, 4268.0, 4289.0, 4248.0, 4277.0, 4258.0, 4237.0, 4259.0, 4257.0, 4256.0, 4234.0, 4267.0, 4236.0, 4279.0, 4247.0, 4278.0, 4246.0, 4268.0, 4267.0, 4257.0, 4296.0, 4263.0, 4260.0, 4206.0, 4235.0, 4172.0, 4212.0, 4159.0, 4199.0, 4158.0, 4177.0, 4158.0, 4178.0, 4157.0, 4186.0, 4182.0, 4210.0, 4179.0, 4212.0, 4172.0, 4224.0, 4182.0, 4182.0, 4171.0, 4168.0, 4192.0, 4180.0, 4203.0, 4213.0, 4204.0, 4203.0, 4217.0, 4218.0, 4218.0, 4196.0, 4227.0, 4197.0, 4228.0, 4208.0, 4252.0, 4212.0, 4263.0, 4223.0, 4262.0, 4224.0, 4263.0, 4233.0, 4263.0, 4225.0, 4253.0, 4224.0, 4253.0, 4236.0, 4264.0, 4247.0, 4265.0, 4236.0, 4274.0, 4247.0, 4255.0, 4256.0, 4226.0, 4276.0, 4235.0, 4278.0, 4247.0, 4287.0, 4249.0, 4277.0, 4248.0, 4278.0, 4250.0, 4280.0, 4249.0, 4298.0, 4260.0, 4280.0, 4270.0, 4260.0, 4289.0, 4250.0, 4291.0, 4270.0, 4249.0, 4282.0, 4251.0, 4302.0, 4250.0, 4302.0, 4262.0, 4303.0, 4258.0, 4291.0, 4287.0, 4256.0, 4276.0, 4245.0, 4276.0, 4223.0, 4267.0, 4272.0, 4244.0, 4264.0, 4244.0, 4265.0, 4224.0, 4274.0, 4224.0, 4267.0, 4265.0, 4246.0, 4264.0, 4245.0, 4264.0, 4236.0, 4275.0, 4236.0, 4276.0, 4236.0, 4277.0, 4237.0, 4279.0, 4246.0, 4289.0, 4259.0, 4289.0, 4259.0, 4289.0, 4262.0, 4278.0, 4261.0, 4288.0, 4272.0, 4288.0, 4270.0, 4289.0, 4270.0, 4288.0, 4259.0, 4275.0, 4257.0, 4275.0, 4258.0, 4274.0, 4247.0, 4276.0, 4255.0, 4264.0, 4257.0, 4264.0, 4246.0, 4264.0, 4247.0, 4264.0, 4247.0, 4264.0, 4235.0, 4263.0, 4235.0, 4276.0, 4225.0, 4266.0, 4225.0, 4266.0, 4225.0, 4266.0, 4225.0, 4267.0, 4235.0, 4278.0, 4225.0, 4279.0, 4235.0, 4279.0, 4245.0, 4267.0, 4246.0, 4278.0, 4286.0, 4268.0, 4277.0, 4269.0, 4276.0, 4269.0, 4287.0, 4268.0, 4286.0, 4269.0, 4267.0, 4270.0, 4279.0, 4270.0, 4299.0, 4271.0, 4268.0, 4279.0, 4279.0, 4281.0, 4300.0, 4272.0, 4270.0, 4290.0, 4237.0, 4287.0, 4235.0, 4299.0, 4266.0, 4289.0, 4278.0, 4288.0, 4277.0, 4278.0, 4286.0, 4268.0, 4273.0, 4268.0, 4284.0, 4257.0, 4273.0, 4256.0, 4264.0, 4256.0, 4254.0, 4244.0, 4252.0, 4233.0, 4252.0, 4223.0, 4252.0, 4221.0, 4250.0, 4221.0, 4253.0, 4222.0, 4250.0, 4222.0, 4251.0, 4213.0, 4265.0, 4213.0, 4273.0, 4224.0, 4263.0, 4222.0, 4264.0, 4212.0, 4264.0, 4221.0, 4262.0, 4222.0, 4261.0, 4235.0, 4265.0, 4235.0, 4263.0, 4236.0, 4254.0, 4246.0, 4265.0, 4246.0, 4263.0, 4246.0, 4252.0, 4244.0, 4253.0, 4244.0, 4272.0, 4246.0, 4271.0, 4244.0, 4272.0, 4244.0, 4263.0, 4254.0, 4245.0, 4257.0, 4243.0, 4267.0, 4245.0, 4265.0, 4222.0, 4275.0, 4225.0, 4275.0, 4225.0, 4277.0, 4224.0, 4277.0, 4224.0, 4276.0, 4224.0, 4277.0, 4225.0, 4278.0, 4225.0, 4288.0, 4236.0, 4277.0, 4227.0, 4277.0, 4225.0, 4290.0, 4246.0, 4277.0, 4234.0, 4287.0, 4236.0, 4275.0, 4297.0, 4257.0, 4276.0, 4256.0, 4264.0, 4245.0, 4276.0, 4225.0, 4265.0, 4222.0, 4266.0, 4224.0, 4266.0, 4275.0, 4246.0, 4275.0, 4247.0, 4266.0, 4246.0, 4265.0, 4235.0, 4265.0, 4236.0, 4267.0, 4238.0, 4266.0, 4236.0, 4265.0, 4226.0, 4278.0, 4237.0, 4278.0, 4226.0, 4279.0, 4226.0, 4290.0, 4228.0, 4289.0, 4225.0, 4290.0, 4254.0, 4279.0, 4264.0, 4277.0, 4268.0, 4279.0, 4297.0, 4269.0, 4296.0, 4268.0, 4295.0, 4269.0, 4277.0, 4269.0, 4278.0, 4260.0, 4287.0, 4259.0, 4287.0, 4269.0, 4287.0, 4269.0, 4267.0, 4278.0, 4249.0, 4291.0, 4249.0, 4304.0, 4274.0, 4336.0, 4274.0, 4310.0, 4249.0, 4288.0, 4246.0, 4288.0, 4268.0, 4289.0, 4269.0, 4288.0, 4269.0, 4298.0, 4269.0, 4279.0, 4280.0, 4288.0, 4269.0, 4277.0, 4279.0, 4236.0, 4287.0, 4226.0, 4288.0, 4246.0, 4278.0, 4235.0, 4277.0, 4258.0, 4278.0, 4274.0, 4276.0, 4243.0, 4274.0, 4223.0, 4275.0, 4214.0, 4285.0, 4222.0, 4275.0, 4213.0, 4272.0, 4213.0, 4274.0, 4224.0, 4274.0, 4233.0, 4274.0, 4235.0, 4275.0, 4224.0, 4274.0, 4224.0, 4263.0, 4246.0, 4275.0, 4245.0, 4264.0, 4245.0, 4252.0, 4244.0, 4243.0, 4245.0, 4245.0, 4279.0, 4238.0, 4287.0, 4238.0, 4276.0, 4246.0, 4265.0, 4257.0, 4255.0, 4267.0, 4236.0, 4266.0, 4237.0, 4275.0, 4224.0, 4263.0, 4233.0, 4253.0, 4233.0, 4264.0, 4235.0, 4263.0, 4233.0, 4240.0, 4220.0, 4228.0, 4208.0, 4247.0, 4207.0, 4238.0, 4187.0, 4226.0, 4195.0, 4217.0, 4196.0, 4214.0, 4183.0, 4214.0, 4194.0, 4227.0, 4196.0, 4228.0, 4197.0, 4228.0, 4207.0, 4241.0, 4199.0, 4242.0, 4213.0, 4252.0, 4222.0, 4252.0, 4234.0, 4273.0, 4223.0, 4232.0, 4243.0, 4242.0, 4243.0, 4263.0, 4254.0, 4252.0, 4244.0, 4273.0, 4244.0, 4263.0, 4233.0, 4242.0, 4222.0, 4243.0, 4225.0, 4254.0, 4225.0, 4253.0, 4225.0, 4254.0, 4237.0, 4265.0, 4236.0, 4268.0, 4224.0, 4256.0, 4226.0, 4267.0, 4215.0, 4266.0, 4226.0, 4258.0, 4246.0, 4269.0, 4286.0, 4258.0, 4307.0, 4248.0, 4278.0, 4249.0, 4277.0, 4238.0, 4255.0, 4248.0, 4265.0, 4249.0, 4279.0, 4249.0, 4298.0, 4249.0, 4299.0, 4249.0, 4308.0, 4260.0, 4298.0, 4248.0, 4287.0, 4249.0, 4276.0, 4249.0, 4276.0, 4237.0, 4274.0, 4224.0, 4264.0, 4233.0, 4264.0, 4233.0, 4263.0, 4223.0, 4252.0, 4223.0, 4251.0, 4212.0, 4263.0, 4222.0, 4262.0, 4221.0, 4253.0, 4223.0, 4263.0, 4225.0, 4263.0, 4221.0, 4263.0, 4212.0, 4252.0, 4211.0, 4252.0, 4210.0, 4251.0, 4210.0, 4252.0, 4219.0, 4252.0, 4219.0, 4251.0, 4229.0, 4242.0, 4249.0, 4242.0, 4240.0, 4241.0, 4221.0, 4244.0], 'WindowWidth': [9565.0, 9555.0, 9506.0, 9504.0, 9452.0, 9474.0, 9429.0, 9440.0, 9420.0, 9435.0, 9411.0, 9415.0, 9397.0, 9422.0, 9472.0, 9433.0, 9466.0, 9419.0, 9451.0, 9416.0, 9468.0, 9419.0, 9473.0, 9443.0, 9427.0, 9433.0, 9418.0, 9425.0, 9434.0, 9453.0, 9424.0, 9450.0, 9420.0, 9436.0, 9420.0, 9436.0, 9417.0, 9444.0, 9411.0, 9429.0, 9410.0, 9431.0, 9390.0, 9412.0, 9401.0, 9411.0, 9463.0, 9411.0, 9459.0, 9407.0, 9432.0, 9410.0, 9421.0, 9414.0, 9423.0, 9411.0, 9420.0, 9411.0, 9428.0, 9413.0, 9428.0, 9397.0, 9409.0, 9395.0, 9416.0, 9410.0, 9429.0, 9406.0, 9410.0, 9391.0, 9413.0, 9446.0, 9410.0, 9458.0, 9408.0, 9461.0, 9412.0, 9432.0, 9407.0, 9429.0, 9394.0, 9428.0, 9405.0, 9407.0, 9391.0, 9421.0, 9390.0, 9408.0, 9407.0, 9410.0, 9404.0, 9409.0, 9393.0, 9409.0, 9390.0, 9413.0, 9432.0, 9409.0, 9403.0, 9396.0, 9447.0, 9413.0, 9462.0, 9412.0, 9443.0, 9409.0, 9432.0, 9411.0, 9420.0, 9409.0, 9417.0, 9408.0, 9423.0, 9406.0, 9412.0, 9402.0, 9403.0, 9401.0, 9405.0, 9405.0, 9407.0, 9389.0, 9410.0, 9386.0, 9406.0, 9430.0, 9409.0, 9463.0, 9416.0, 9447.0, 9413.0, 9419.0, 9422.0, 9424.0, 9410.0, 9416.0, 9407.0, 9397.0, 9427.0, 9411.0, 9414.0, 9414.0, 9427.0, 9414.0, 9432.0, 9430.0, 9434.0, 9430.0, 9429.0, 9429.0, 9430.0, 9436.0, 9430.0, 9431.0, 9409.0, 9430.0, 9429.0, 9453.0, 9428.0, 9431.0, 9414.0, 9438.0, 9415.0, 9476.0, 9443.0, 9473.0, 9434.0, 9469.0, 9432.0, 9451.0, 9427.0, 9448.0, 9428.0, 9446.0, 9412.0, 9444.0, 9417.0, 9465.0, 9441.0, 9446.0, 9410.0, 9446.0, 9420.0, 9427.0, 9435.0, 9441.0, 9403.0, 9425.0, 9410.0, 9434.0, 9462.0, 9421.0, 9433.0, 9415.0, 9497.0, 9450.0, 9478.0, 9411.0, 9442.0, 9407.0, 9431.0, 9409.0, 9429.0, 9410.0, 9428.0, 9405.0, 9432.0, 9407.0, 9432.0, 9404.0, 9430.0, 9402.0, 9400.0, 9405.0, 9417.0, 9402.0, 9429.0, 9405.0, 9440.0, 9427.0, 9439.0, 9412.0, 9433.0, 9405.0, 9417.0, 9405.0, 9419.0, 9405.0, 9432.0, 9408.0, 9431.0, 9420.0, 9424.0, 9409.0, 9423.0, 9407.0, 9418.0, 9402.0, 9418.0, 9429.0, 9427.0, 9406.0, 9417.0, 9406.0, 9403.0, 9402.0, 9419.0, 9387.0, 9415.0, 9399.0, 9403.0, 9404.0, 9424.0, 9387.0, 9417.0, 9400.0, 9416.0, 9403.0, 9420.0, 9405.0, 9421.0, 9401.0, 9422.0, 9400.0, 9410.0, 9390.0, 9408.0, 9405.0, 9417.0, 9404.0, 9419.0, 9407.0, 9439.0, 9410.0, 9436.0, 9426.0, 9440.0, 9434.0, 9456.0, 9436.0, 9470.0, 9432.0, 9455.0, 9432.0, 9457.0, 9415.0, 9439.0, 9407.0, 9417.0, 9408.0, 9435.0, 9410.0, 9430.0, 9403.0, 9400.0, 9405.0, 9428.0, 9404.0, 9427.0, 9405.0, 9426.0, 9406.0, 9428.0, 9407.0, 9428.0, 9402.0, 9415.0, 9404.0, 9423.0, 9403.0, 9408.0, 9387.0, 9396.0, 9386.0, 9399.0, 9382.0, 9408.0, 9378.0, 9381.0, 9382.0, 9400.0, 9378.0, 9410.0, 9382.0, 9385.0, 9383.0, 9402.0, 9379.0, 9412.0, 9383.0, 9399.0, 9385.0, 9407.0, 9386.0, 9404.0, 9382.0, 9389.0, 9389.0, 9408.0, 9400.0, 9403.0, 9388.0, 9406.0, 9386.0, 9406.0, 9414.0, 9409.0, 9386.0, 9408.0, 9394.0, 9408.0, 9390.0, 9425.0, 9404.0, 9422.0, 9409.0, 9429.0, 9395.0, 9424.0, 9408.0, 9409.0, 9409.0, 9414.0, 9434.0, 9409.0, 9386.0, 9394.0, 9389.0, 9409.0, 9415.0, 9408.0, 9389.0, 9410.0, 9390.0, 9417.0, 9434.0, 9424.0, 9391.0, 9410.0, 9407.0, 9411.0, 9397.0, 9424.0, 9402.0, 9424.0, 9407.0, 9427.0, 9442.0, 9447.0, 9433.0, 9444.0, 9426.0, 9425.0, 9428.0, 9440.0, 9412.0, 9441.0, 9415.0, 9454.0, 9428.0, 9459.0, 9432.0, 9453.0, 9433.0, 9467.0, 9430.0, 9465.0, 9432.0, 9452.0, 9413.0, 9406.0, 9414.0, 9407.0, 9437.0, 9405.0, 9451.0, 9410.0, 9423.0, 9405.0, 9423.0, 9405.0, 9416.0, 9383.0, 9405.0, 9397.0, 9389.0, 9438.0, 9387.0, 9381.0, 9384.0, 9378.0, 9389.0, 9437.0, 9400.0, 9382.0, 9390.0, 9383.0, 9389.0, 9424.0, 9387.0, 9379.0, 9388.0, 9396.0, 9388.0, 9422.0, 9389.0, 9378.0, 9385.0, 9379.0, 9390.0, 9388.0, 9425.0, 9434.0, 9465.0, 9405.0, 9440.0, 9413.0, 9385.0, 9417.0, 9413.0, 9408.0, 9374.0, 9422.0, 9381.0, 9446.0, 9399.0, 9441.0, 9394.0, 9428.0, 9428.0, 9414.0, 9467.0, 9411.0, 9404.0, 9321.0, 9360.0, 9268.0, 9319.0, 9241.0, 9295.0, 9238.0, 9263.0, 9241.0, 9267.0, 9236.0, 9276.0, 9280.0, 9313.0, 9273.0, 9320.0, 9267.0, 9341.0, 9281.0, 9279.0, 9261.0, 9255.0, 9292.0, 9273.0, 9309.0, 9321.0, 9314.0, 9312.0, 9336.0, 9343.0, 9340.0, 9308.0, 9351.0, 9311.0, 9356.0, 9329.0, 9395.0, 9340.0, 9413.0, 9360.0, 9411.0, 9361.0, 9412.0, 9373.0, 9412.0, 9363.0, 9398.0, 9363.0, 9400.0, 9381.0, 9417.0, 9398.0, 9418.0, 9381.0, 9429.0, 9396.0, 9408.0, 9410.0, 9369.0, 9438.0, 9381.0, 9442.0, 9403.0, 9455.0, 9407.0, 9439.0, 9404.0, 9442.0, 9408.0, 9448.0, 9407.0, 9469.0, 9423.0, 9453.0, 9439.0, 9424.0, 9462.0, 9410.0, 9467.0, 9439.0, 9408.0, 9459.0, 9416.0, 9484.0, 9413.0, 9485.0, 9430.0, 9486.0, 9416.0, 9464.0, 9458.0, 9412.0, 9438.0, 9392.0, 9435.0, 9360.0, 9424.0, 9426.0, 9390.0, 9416.0, 9389.0, 9418.0, 9364.0, 9430.0, 9364.0, 9425.0, 9418.0, 9395.0, 9418.0, 9394.0, 9417.0, 9384.0, 9434.0, 9382.0, 9435.0, 9383.0, 9440.0, 9385.0, 9445.0, 9399.0, 9459.0, 9420.0, 9460.0, 9419.0, 9461.0, 9428.0, 9446.0, 9426.0, 9459.0, 9442.0, 9459.0, 9438.0, 9459.0, 9433.0, 9456.0, 9416.0, 9435.0, 9413.0, 9434.0, 9413.0, 9431.0, 9398.0, 9435.0, 9408.0, 9419.0, 9411.0, 9418.0, 9397.0, 9418.0, 9398.0, 9418.0, 9398.0, 9418.0, 9380.0, 9414.0, 9379.0, 9436.0, 9367.0, 9421.0, 9364.0, 9421.0, 9365.0, 9423.0, 9365.0, 9426.0, 9381.0, 9442.0, 9367.0, 9446.0, 9384.0, 9447.0, 9394.0, 9429.0, 9397.0, 9446.0, 9453.0, 9432.0, 9439.0, 9432.0, 9437.0, 9431.0, 9456.0, 9430.0, 9453.0, 9434.0, 9428.0, 9436.0, 9446.0, 9438.0, 9475.0, 9439.0, 9431.0, 9448.0, 9448.0, 9454.0, 9479.0, 9444.0, 9440.0, 9464.0, 9388.0, 9456.0, 9382.0, 9475.0, 9425.0, 9460.0, 9444.0, 9457.0, 9440.0, 9442.0, 9452.0, 9429.0, 9431.0, 9427.0, 9445.0, 9411.0, 9430.0, 9409.0, 9419.0, 9408.0, 9402.0, 9389.0, 9398.0, 9373.0, 9396.0, 9358.0, 9394.0, 9353.0, 9389.0, 9354.0, 9397.0, 9355.0, 9391.0, 9356.0, 9392.0, 9344.0, 9417.0, 9344.0, 9427.0, 9362.0, 9411.0, 9358.0, 9414.0, 9343.0, 9414.0, 9354.0, 9410.0, 9357.0, 9408.0, 9379.0, 9417.0, 9379.0, 9414.0, 9382.0, 9404.0, 9397.0, 9419.0, 9394.0, 9414.0, 9394.0, 9398.0, 9390.0, 9398.0, 9390.0, 9424.0, 9392.0, 9421.0, 9389.0, 9425.0, 9391.0, 9412.0, 9402.0, 9393.0, 9411.0, 9387.0, 9425.0, 9391.0, 9419.0, 9358.0, 9434.0, 9368.0, 9435.0, 9366.0, 9438.0, 9365.0, 9439.0, 9363.0, 9436.0, 9363.0, 9439.0, 9367.0, 9441.0, 9369.0, 9458.0, 9383.0, 9441.0, 9372.0, 9441.0, 9368.0, 9462.0, 9397.0, 9441.0, 9377.0, 9452.0, 9382.0, 9436.0, 9467.0, 9413.0, 9436.0, 9410.0, 9417.0, 9393.0, 9435.0, 9366.0, 9420.0, 9359.0, 9421.0, 9362.0, 9422.0, 9431.0, 9395.0, 9434.0, 9397.0, 9421.0, 9396.0, 9420.0, 9380.0, 9419.0, 9383.0, 9424.0, 9388.0, 9422.0, 9383.0, 9423.0, 9370.0, 9441.0, 9385.0, 9443.0, 9370.0, 9447.0, 9370.0, 9460.0, 9375.0, 9458.0, 9369.0, 9461.0, 9405.0, 9445.0, 9419.0, 9440.0, 9427.0, 9446.0, 9468.0, 9433.0, 9466.0, 9430.0, 9463.0, 9432.0, 9440.0, 9433.0, 9442.0, 9422.0, 9454.0, 9419.0, 9453.0, 9433.0, 9455.0, 9433.0, 9428.0, 9446.0, 9405.0, 9466.0, 9408.0, 9490.0, 9452.0, 9541.0, 9453.0, 9495.0, 9410.0, 9459.0, 9401.0, 9457.0, 9435.0, 9461.0, 9435.0, 9459.0, 9435.0, 9471.0, 9435.0, 9448.0, 9451.0, 9461.0, 9434.0, 9442.0, 9447.0, 9385.0, 9457.0, 9371.0, 9458.0, 9399.0, 9444.0, 9381.0, 9443.0, 9418.0, 9443.0, 9432.0, 9439.0, 9388.0, 9431.0, 9361.0, 9434.0, 9351.0, 9449.0, 9358.0, 9433.0, 9346.0, 9425.0, 9348.0, 9432.0, 9362.0, 9430.0, 9375.0, 9432.0, 9382.0, 9433.0, 9364.0, 9432.0, 9364.0, 9417.0, 9397.0, 9435.0, 9395.0, 9419.0, 9393.0, 9399.0, 9391.0, 9387.0, 9393.0, 9393.0, 9448.0, 9390.0, 9456.0, 9389.0, 9438.0, 9396.0, 9418.0, 9412.0, 9408.0, 9427.0, 9383.0, 9424.0, 9387.0, 9434.0, 9361.0, 9414.0, 9374.0, 9398.0, 9373.0, 9416.0, 9379.0, 9415.0, 9375.0, 9376.0, 9351.0, 9358.0, 9331.0, 9379.0, 9326.0, 9371.0, 9298.0, 9350.0, 9306.0, 9339.0, 9308.0, 9328.0, 9287.0, 9330.0, 9302.0, 9352.0, 9308.0, 9354.0, 9311.0, 9356.0, 9327.0, 9379.0, 9320.0, 9383.0, 9344.0, 9395.0, 9356.0, 9396.0, 9377.0, 9426.0, 9361.0, 9368.0, 9385.0, 9384.0, 9389.0, 9411.0, 9401.0, 9395.0, 9388.0, 9426.0, 9389.0, 9411.0, 9374.0, 9383.0, 9357.0, 9385.0, 9367.0, 9402.0, 9366.0, 9402.0, 9367.0, 9404.0, 9387.0, 9421.0, 9382.0, 9427.0, 9366.0, 9409.0, 9370.0, 9427.0, 9355.0, 9424.0, 9370.0, 9417.0, 9398.0, 9434.0, 9450.0, 9418.0, 9482.0, 9404.0, 9444.0, 9407.0, 9442.0, 9389.0, 9408.0, 9404.0, 9421.0, 9408.0, 9448.0, 9409.0, 9471.0, 9407.0, 9471.0, 9406.0, 9484.0, 9424.0, 9471.0, 9403.0, 9454.0, 9406.0, 9438.0, 9408.0, 9438.0, 9385.0, 9430.0, 9363.0, 9415.0, 9374.0, 9415.0, 9375.0, 9413.0, 9357.0, 9396.0, 9359.0, 9392.0, 9343.0, 9411.0, 9355.0, 9409.0, 9356.0, 9398.0, 9361.0, 9412.0, 9364.0, 9412.0, 9354.0, 9411.0, 9342.0, 9396.0, 9339.0, 9395.0, 9336.0, 9391.0, 9336.0, 9396.0, 9347.0, 9395.0, 9345.0, 9391.0, 9360.0, 9384.0, 9387.0, 9383.0, 9376.0, 9381.0, 9353.0, 9389.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.005079672897196261</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.04470061953271028</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.87220492603378</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.262903797492984</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0362807731618322</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4464</td></tr>
|
|
<tr><td colspan=3>fber</td><td>7585.7485</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.12274043170348437</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>115</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>10.74766355140187</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3490320756114778</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.237343855748475</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.48352648624266</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3262258848432986</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00933876</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.013734802603721619</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.030416352674365044</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.8453531033280823</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>33.7082</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>33.9377</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>150.4359</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>42.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>307610.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>678.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>308.0302</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1187</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>619.5111</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3482.0593</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3636.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>68934.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1234.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4633.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>945.55</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>29.423517962219194</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> |