=== 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-0106 --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-0106",
"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-0106_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-0106_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-0106_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-0106/figures/sub-0106_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0106/figures/sub-0106_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-0106_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-0106/figures/sub-0106_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0106/figures/sub-0106_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-0106_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-0106/figures/sub-0106_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0106/figures/sub-0106_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-0106_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-0106/figures/sub-0106_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0106/figures/sub-0106_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-0106_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-0106/figures/sub-0106_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0106/figures/sub-0106_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-0106_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-0106/figures/sub-0106_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0106/figures/sub-0106_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-0106_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-0106/figures/sub-0106_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0106/figures/sub-0106_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-0106/figures/sub-0106_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0106/figures/sub-0106_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-0106/ses-01/func/sub-0106_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>d49bd97cbdd54978a8c94de8dc4e1bbc</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>16:25:17.892500</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.995808, 0.0122371, 0.0906472, -0.0272936, 0.985616, 0.16678]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-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.0810817</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>[4252, -7774, -7266, 282, -56, 16, -119, 75]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>227.379</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>760e2d15-a65d-4d79-b11a-6c8fdd9b90e3||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.671679735183716, -0.07322680205106735, 0.23571664094924927, 107.97418212890625], [-0.03283127024769783, 2.644336700439453, 0.455097496509552, -96.99999237060547], [0.24319981038570404, -0.44745776057243347, 2.650909900665283, -61.79804992675781], [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': ['162517.892500', '162518.352500', '162518.812500', '162519.272500', '162519.732500', '162520.192500', '162520.652500', '162521.112500', '162521.572500', '162522.032500', '162522.492500', '162522.952500', '162523.412500', '162523.872500', '162524.332500', '162524.792500', '162525.252500', '162525.712500', '162526.172500', '162526.632500', '162527.092500', '162527.552500', '162528.012500', '162528.472500', '162528.932500', '162529.392500', '162529.852500', '162530.312500', '162530.772500', '162531.232500', '162531.692500', '162532.152500', '162532.612500', '162533.072500', '162533.532500', '162533.992500', '162534.452500', '162534.912500', '162535.372500', '162535.832500', '162536.292500', '162536.752500', '162537.212500', '162537.672500', '162538.132500', '162538.592500', '162539.052500', '162539.512500', '162539.972500', '162540.432500', '162540.892500', '162541.352500', '162541.812500', '162542.272500', '162542.732500', '162543.192500', '162543.652500', '162544.112500', '162544.572500', '162545.032500', '162545.492500', '162545.952500', '162546.412500', '162546.872500', '162547.332500', '162547.792500', '162548.252500', '162548.712500', '162549.172500', '162549.632500', '162550.092500', '162550.552500', '162551.012500', '162551.472500', '162551.932500', '162552.392500', '162552.852500', '162553.312500', '162553.772500', '162554.232500', '162554.692500', '162555.152500', '162555.612500', '162556.072500', '162556.532500', '162556.992500', '162557.452500', '162557.912500', '162558.372500', '162558.832500', '162559.292500', '162559.752500', '162600.212500', '162600.672500', '162601.132500', '162601.592500', '162602.052500', '162602.512500', '162602.972500', '162603.432500', '162603.892500', '162604.352500', '162604.812500', '162605.272500', '162605.732500', '162606.192500', '162606.652500', '162607.112500', '162607.572500', '162608.032500', '162608.492500', '162608.952500', '162609.412500', '162609.872500', '162610.332500', '162610.792500', '162611.252500', '162611.712500', '162612.172500', '162612.632500', '162613.092500', '162613.552500', '162614.012500', '162614.472500', '162614.932500', '162615.392500', '162615.852500', '162616.312500', '162616.772500', '162617.232500', '162617.692500', '162618.152500', '162618.612500', '162619.072500', '162619.532500', '162619.992500', '162620.452500', '162620.912500', '162621.372500', '162621.832500', '162622.292500', '162622.752500', '162623.212500', '162623.672500', '162624.132500', '162624.592500', '162625.052500', '162625.512500', '162625.972500', '162626.432500', '162626.892500', '162627.352500', '162627.812500', '162628.272500', '162628.732500', '162629.192500', '162629.652500', '162630.112500', '162630.572500', '162631.032500', '162631.492500', '162631.952500', '162632.412500', '162632.872500', '162633.332500', '162633.792500', '162634.252500', '162634.712500', '162635.172500', '162635.632500', '162636.092500', '162636.552500', '162637.012500', '162637.472500', '162637.932500', '162638.392500', '162638.852500', '162639.312500', '162639.772500', '162640.232500', '162640.692500', '162641.152500', '162641.612500', '162642.072500', '162642.532500', '162642.992500', '162643.452500', '162643.912500', '162644.372500', '162644.832500', '162645.292500', '162645.752500', '162646.212500', '162646.672500', '162647.132500', '162647.592500', '162648.052500', '162648.512500', '162648.972500', '162649.432500', '162649.892500', '162650.352500', '162650.812500', '162651.272500', '162651.732500', '162652.192500', '162652.652500', '162653.112500', '162653.572500', '162654.032500', '162654.492500', '162654.952500', '162655.412500', '162655.872500', '162656.332500', '162656.792500', '162657.252500', '162657.712500', '162658.172500', '162658.632500', '162659.092500', '162659.552500', '162700.012500', '162700.472500', '162700.932500', '162701.392500', '162701.852500', '162702.312500', '162702.772500', '162703.232500', '162703.692500', '162704.152500', '162704.612500', '162705.072500', '162705.532500', '162705.992500', '162706.452500', '162706.912500', '162707.372500', '162707.832500', '162708.292500', '162708.752500', '162709.212500', '162709.672500', '162710.132500', '162710.592500', '162711.052500', '162711.512500', '162711.972500', '162712.432500', '162712.892500', '162713.352500', '162713.812500', '162714.272500', '162714.732500', '162715.192500', '162715.652500', '162716.112500', '162716.572500', '162717.032500', '162717.492500', '162717.952500', '162718.412500', '162718.872500', '162719.332500', '162719.792500', '162720.252500', '162720.712500', '162721.172500', '162721.632500', '162722.092500', '162722.552500', '162723.012500', '162723.472500', '162723.932500', '162724.392500', '162724.852500', '162725.312500', '162725.772500', '162726.232500', '162726.692500', '162727.152500', '162727.612500', '162728.072500', '162728.532500', '162728.992500', '162729.452500', '162729.912500', '162730.372500', '162730.832500', '162731.292500', '162731.752500', '162732.212500', '162732.672500', '162733.132500', '162733.592500', '162734.052500', '162734.512500', '162734.972500', '162735.432500', '162735.892500', '162736.352500', '162736.812500', '162737.272500', '162737.732500', '162738.192500', '162738.652500', '162739.112500', '162739.572500', '162740.032500', '162740.492500', '162740.952500', '162741.412500', '162741.872500', '162742.332500', '162742.792500', '162743.252500', '162743.712500', '162744.172500', '162744.632500', '162745.092500', '162745.552500', '162746.012500', '162746.472500', '162746.932500', '162747.392500', '162747.852500', '162748.312500', '162748.772500', '162749.232500', '162749.692500', '162750.152500', '162750.612500', '162751.072500', '162751.532500', '162751.992500', '162752.452500', '162752.912500', '162753.372500', '162753.832500', '162754.292500', '162754.752500', '162755.212500', '162755.672500', '162756.132500', '162756.592500', '162757.052500', '162757.512500', '162757.972500', '162758.432500', '162758.892500', '162759.352500', '162759.812500', '162800.272500', '162800.732500', '162801.192500', '162801.652500', '162802.112500', '162802.572500', '162803.032500', '162803.492500', '162803.952500', '162804.412500', '162804.872500', '162805.332500', '162805.792500', '162806.252500', '162806.712500', '162807.172500', '162807.632500', '162808.092500', '162808.552500', '162809.012500', '162809.472500', '162809.932500', '162810.392500', '162810.852500', '162811.312500', '162811.772500', '162812.232500', '162812.692500', '162813.152500', '162813.612500', '162814.072500', '162814.532500', '162814.992500', '162815.452500', '162815.912500', '162816.372500', '162816.832500', '162817.292500', '162817.752500', '162818.212500', '162818.672500', '162819.132500', '162819.592500', '162820.052500', '162820.512500', '162820.972500', '162821.432500', '162821.892500', '162822.352500', '162822.812500', '162823.272500', '162823.732500', '162824.192500', '162824.652500', '162825.112500', '162825.572500', '162826.032500', '162826.492500', '162826.952500', '162827.412500', '162827.872500', '162828.332500', '162828.792500', '162829.252500', '162829.712500', '162830.172500', '162830.632500', '162831.092500', '162831.552500', '162832.012500', '162832.472500', '162832.932500', '162833.392500', '162833.852500', '162834.312500', '162834.772500', '162835.232500', '162835.692500', '162836.152500', '162836.612500', '162837.072500', '162837.532500', '162837.992500', '162838.452500', '162838.912500', '162839.372500', '162839.832500', '162840.292500', '162840.752500', '162841.212500', '162841.672500', '162842.132500', '162842.592500', '162843.052500', '162843.512500', '162843.972500', '162844.432500', '162844.892500', '162845.352500', '162845.812500', '162846.272500', '162846.732500', '162847.192500', '162847.652500', '162848.112500', '162848.572500', '162849.032500', '162849.492500', '162849.952500', '162850.412500', '162850.872500', '162851.332500', '162851.792500', '162852.252500', '162852.712500', '162853.172500', '162853.632500', '162854.092500', '162854.552500', '162855.012500', '162855.472500', '162855.932500', '162856.392500', '162856.852500', '162857.312500', '162857.772500', '162858.232500', '162858.692500', '162859.152500', '162859.612500', '162900.072500', '162900.532500', '162900.992500', '162901.452500', '162901.912500', '162902.372500', '162902.832500', '162903.292500', '162903.752500', '162904.212500', '162904.672500', '162905.132500', '162905.592500', '162906.052500', '162906.512500', '162906.972500', '162907.432500', '162907.892500', '162908.352500', '162908.812500', '162909.272500', '162909.732500', '162910.192500', '162910.652500', '162911.112500', '162911.572500', '162912.032500', '162912.492500', '162912.952500', '162913.412500', '162913.872500', '162914.332500', '162914.792500', '162915.252500', '162915.712500', '162916.172500', '162916.632500', '162917.092500', '162917.552500', '162918.012500', '162918.472500', '162918.932500', '162919.392500', '162919.852500', '162920.312500', '162920.772500', '162921.232500', '162921.692500', '162922.152500', '162922.612500', '162923.072500', '162923.532500', '162923.992500', '162924.452500', '162924.912500', '162925.372500', '162925.832500', '162926.292500', '162926.752500', '162927.212500', '162927.672500', '162928.132500', '162928.592500', '162929.052500', '162929.512500', '162929.972500', '162930.432500', '162930.892500', '162931.352500', '162931.812500', '162932.272500', '162932.732500', '162933.192500', '162933.652500', '162934.112500', '162934.572500', '162935.032500', '162935.492500', '162935.952500', '162936.412500', '162936.872500', '162937.332500', '162937.792500', '162938.252500', '162938.712500', '162939.172500', '162939.632500', '162940.092500', '162940.552500', '162941.012500', '162941.472500', '162941.932500', '162942.392500', '162942.852500', '162943.312500', '162943.772500', '162944.232500', '162944.692500', '162945.152500', '162945.612500', '162946.072500', '162946.532500', '162946.992500', '162947.452500', '162947.912500', '162948.372500', '162948.832500', '162949.292500', '162949.752500', '162950.212500', '162950.672500', '162951.132500', '162951.592500', '162952.052500', '162952.512500', '162952.972500', '162953.432500', '162953.892500', '162954.352500', '162954.812500', '162955.272500', '162955.732500', '162956.192500', '162956.652500', '162957.112500', '162957.572500', '162958.032500', '162958.492500', '162958.952500', '162959.412500', '162959.872500', '163000.332500', '163000.792500', '163001.252500', '163001.712500', '163002.172500', '163002.632500', '163003.092500', '163003.552500', '163004.012500', '163004.472500', '163004.932500', '163005.392500', '163005.852500', '163006.312500', '163006.772500', '163007.232500', '163007.692500', '163008.152500', '163008.612500', '163009.072500', '163009.532500', '163009.992500', '163010.452500', '163010.912500', '163011.372500', '163011.832500', '163012.292500', '163012.752500', '163013.212500', '163013.672500', '163014.132500', '163014.592500', '163015.052500', '163015.512500', '163015.972500', '163016.432500', '163016.892500', '163017.352500', '163017.812500', '163018.272500', '163018.732500', '163019.192500', '163019.652500', '163020.112500', '163020.572500', '163021.032500', '163021.492500', '163021.952500', '163022.412500', '163022.872500', '163023.332500', '163023.792500', '163024.252500', '163024.712500', '163025.172500', '163025.632500', '163026.092500', '163026.552500', '163027.012500', '163027.472500', '163027.932500', '163028.392500', '163028.852500', '163029.312500', '163029.772500', '163030.232500', '163030.692500', '163031.152500', '163031.612500', '163032.072500', '163032.532500', '163032.992500', '163033.452500', '163033.912500', '163034.372500', '163034.832500', '163035.292500', '163035.752500', '163036.212500', '163036.672500', '163037.132500', '163037.592500', '163038.052500', '163038.512500', '163038.972500', '163039.432500', '163039.892500', '163040.352500', '163040.812500', '163041.272500', '163041.732500', '163042.192500', '163042.652500', '163043.112500', '163043.572500', '163044.032500', '163044.492500', '163044.952500', '163045.412500', '163045.872500', '163046.332500', '163046.792500', '163047.252500', '163047.712500', '163048.172500', '163048.632500', '163049.092500', '163049.552500', '163050.012500', '163050.472500', '163050.932500', '163051.392500', '163051.852500', '163052.312500', '163052.772500', '163053.232500', '163053.692500', '163054.152500', '163054.612500', '163055.072500', '163055.532500', '163055.992500', '163056.452500', '163056.912500', '163057.372500', '163057.832500', '163058.292500', '163058.752500', '163059.212500', '163059.672500', '163100.132500', '163100.592500', '163101.052500', '163101.512500', '163101.972500', '163102.432500', '163102.892500', '163103.352500', '163103.812500', '163104.272500', '163104.732500', '163105.192500', '163105.652500', '163106.112500', '163106.572500', '163107.032500', '163107.492500', '163107.952500', '163108.412500', '163108.872500', '163109.332500', '163109.792500', '163110.252500', '163110.712500', '163111.172500', '163111.632500', '163112.092500', '163112.552500', '163113.012500', '163113.472500', '163113.932500', '163114.392500', '163114.852500', '163115.312500', '163115.772500', '163116.232500', '163116.692500', '163117.152500', '163117.612500', '163118.072500', '163118.532500', '163118.992500', '163119.452500', '163119.912500', '163120.372500', '163120.832500', '163121.292500', '163121.752500', '163122.212500', '163122.672500', '163123.132500', '163123.592500', '163124.052500', '163124.512500', '163124.972500', '163125.432500', '163125.892500', '163126.352500', '163126.812500', '163127.272500', '163127.732500', '163128.192500', '163128.652500', '163129.112500', '163129.572500', '163130.032500', '163130.492500', '163130.952500', '163131.412500', '163131.872500', '163132.332500', '163132.792500', '163133.252500', '163133.712500', '163134.172500', '163134.632500', '163135.092500', '163135.552500', '163136.012500', '163136.472500', '163136.932500', '163137.392500', '163137.852500', '163138.312500', '163138.772500', '163139.232500', '163139.692500', '163140.152500', '163140.612500', '163141.072500', '163141.532500', '163141.992500', '163142.452500', '163142.912500', '163143.372500', '163143.832500', '163144.292500', '163144.752500', '163145.212500', '163145.672500', '163146.132500', '163146.592500', '163147.052500', '163147.512500', '163147.972500', '163148.432500', '163148.892500', '163149.352500', '163149.812500', '163150.272500', '163150.732500', '163151.192500', '163151.652500', '163152.112500', '163152.572500', '163153.032500', '163153.492500', '163153.952500', '163154.412500', '163154.872500', '163155.332500', '163155.792500', '163156.252500', '163156.712500', '163157.172500', '163157.632500', '163158.092500', '163158.552500', '163159.012500', '163159.472500', '163159.932500', '163200.392500', '163200.852500', '163201.312500', '163201.772500', '163202.232500', '163202.692500', '163203.152500', '163203.612500', '163204.072500', '163204.532500', '163204.992500', '163205.452500', '163205.912500', '163206.372500', '163206.832500', '163207.292500', '163207.752500', '163208.212500', '163208.672500', '163209.132500', '163209.592500', '163210.052500', '163210.512500', '163210.972500', '163211.432500', '163211.892500', '163212.352500', '163212.812500', '163213.272500', '163213.732500', '163214.192500', '163214.652500', '163215.112500', '163215.572500', '163216.032500', '163216.492500', '163216.952500', '163217.412500', '163217.872500', '163218.332500', '163218.792500', '163219.252500', '163219.712500', '163220.172500', '163220.632500', '163221.092500', '163221.552500', '163222.012500', '163222.472500', '163222.932500', '163223.392500', '163223.852500', '163224.312500', '163224.772500', '163225.232500', '163225.692500', '163226.152500', '163226.612500', '163227.072500', '163227.532500', '163227.992500', '163228.452500', '163228.912500', '163229.372500', '163229.832500', '163230.292500', '163230.752500', '163231.212500', '163231.672500', '163232.132500', '163232.592500', '163233.052500', '163233.512500', '163233.972500', '163234.432500', '163234.892500', '163235.352500', '163235.812500', '163236.272500', '163236.732500', '163237.192500', '163237.652500', '163238.112500', '163238.572500', '163239.032500', '163239.492500', '163239.952500', '163240.412500', '163240.872500', '163241.332500', '163241.792500', '163242.252500', '163242.712500', '163243.172500', '163243.632500', '163244.092500', '163244.552500', '163245.012500', '163245.472500', '163245.932500', '163246.392500', '163246.852500', '163247.312500', '163247.772500', '163248.232500', '163248.692500', '163249.152500', '163249.612500', '163250.072500', '163250.532500', '163250.992500', '163251.452500', '163251.912500', '163252.372500', '163252.832500', '163253.292500', '163253.752500', '163254.212500', '163254.672500', '163255.132500', '163255.592500', '163256.052500', '163256.512500', '163256.972500', '163257.432500', '163257.892500', '163258.352500', '163258.812500', '163259.272500', '163259.732500', '163300.192500', '163300.652500', '163301.112500', '163301.572500', '163302.032500', '163302.492500', '163302.952500', '163303.412500', '163303.872500', '163304.332500', '163304.792500', '163305.252500', '163305.712500', '163306.172500', '163306.632500', '163307.092500', '163307.552500', '163308.012500', '163308.472500', '163308.932500', '163309.392500', '163309.852500', '163310.312500', '163310.772500', '163311.232500', '163311.692500', '163312.152500', '163312.612500', '163313.072500', '163313.532500', '163313.992500', '163314.452500', '163314.912500', '163315.372500', '163315.832500', '163316.292500', '163316.752500', '163317.212500', '163317.672500', '163318.132500', '163318.592500', '163319.052500', '163319.512500', '163319.972500', '163320.432500', '163320.892500', '163321.352500', '163321.812500', '163322.272500', '163322.732500', '163323.192500', '163323.652500', '163324.112500', '163324.572500', '163325.032500', '163325.492500', '163325.952500', '163326.412500', '163326.872500', '163327.332500', '163327.792500', '163328.252500', '163328.712500', '163329.172500', '163329.632500', '163330.092500', '163330.552500', '163331.012500'], 'ContentTime': ['162538.078000', '162538.081000', '162538.084000', '162538.086000', '162538.089000', '162538.092000', '162538.094000', '162538.097000', '162538.099000', '162538.102000', '162538.105000', '162538.111000', '162538.114000', '162538.117000', '162538.119000', '162538.122000', '162538.124000', '162538.127000', '162538.129000', '162538.132000', '162538.135000', '162538.137000', '162538.140000', '162538.142000', '162538.145000', '162538.147000', '162538.150000', '162538.153000', '162538.155000', '162538.158000', '162538.160000', '162538.163000', '162538.165000', '162538.168000', '162538.171000', '162538.173000', '162538.176000', '162538.178000', '162538.181000', '162538.184000', '162538.186000', '162558.043000', '162558.046000', '162558.049000', '162558.051000', '162558.054000', '162558.057000', '162558.059000', '162558.062000', '162558.064000', '162558.067000', '162558.069000', '162558.072000', '162558.074000', '162558.077000', '162558.080000', '162558.082000', '162558.085000', '162558.087000', '162558.090000', '162558.092000', '162558.095000', '162558.098000', '162558.100000', '162558.103000', '162558.105000', '162558.108000', '162558.110000', '162558.113000', '162558.116000', '162558.118000', '162558.121000', '162558.123000', '162558.126000', '162558.129000', '162558.131000', '162558.134000', '162558.136000', '162558.139000', '162558.158000', '162558.161000', '162558.163000', '162558.166000', '162558.168000', '162618.044000', '162618.046000', '162618.049000', '162618.052000', '162618.054000', '162618.057000', '162618.059000', '162618.062000', '162618.064000', '162618.067000', '162618.070000', '162618.072000', '162618.075000', '162618.077000', '162618.080000', '162618.082000', '162618.085000', '162618.088000', '162618.090000', '162618.093000', '162618.095000', '162618.098000', '162618.101000', '162618.104000', '162618.106000', '162618.109000', '162618.120000', '162618.122000', '162618.125000', '162618.128000', '162618.130000', '162618.133000', '162618.135000', '162618.138000', '162618.141000', '162618.143000', '162618.146000', '162618.148000', '162618.151000', '162618.154000', '162618.156000', '162618.159000', '162618.161000', '162618.164000', '162638.042000', '162638.045000', '162638.048000', '162638.050000', '162638.053000', '162638.056000', '162638.059000', '162638.061000', '162638.064000', '162638.067000', '162638.069000', '162638.072000', '162638.075000', '162638.077000', '162638.080000', '162638.083000', '162638.085000', '162638.088000', '162638.091000', '162638.093000', '162638.096000', '162638.098000', '162638.101000', '162638.104000', '162638.106000', '162638.109000', '162638.112000', '162638.114000', '162638.117000', '162638.120000', '162638.122000', '162638.125000', '162638.128000', '162638.130000', '162638.138000', '162638.141000', '162638.143000', '162638.146000', '162638.148000', '162638.151000', '162638.154000', '162638.156000', '162638.159000', '162658.043000', '162658.046000', '162658.049000', '162658.051000', '162658.054000', '162658.057000', '162658.059000', '162658.062000', '162658.065000', '162658.067000', '162658.070000', '162658.073000', '162658.075000', '162658.078000', '162658.081000', '162658.083000', '162658.086000', '162658.089000', '162658.091000', '162658.094000', '162658.096000', '162658.099000', '162658.102000', '162658.104000', '162658.107000', '162658.110000', '162658.112000', '162658.115000', '162658.117000', '162658.120000', '162658.123000', '162658.125000', '162658.128000', '162658.130000', '162658.133000', '162658.136000', '162658.138000', '162658.141000', '162658.143000', '162658.146000', '162658.157000', '162658.159000', '162658.162000', '162658.165000', '162718.044000', '162718.047000', '162718.049000', '162718.052000', '162718.054000', '162718.057000', '162718.060000', '162718.062000', '162718.065000', '162718.067000', '162718.070000', '162718.073000', '162718.075000', '162718.078000', '162718.080000', '162718.083000', '162718.086000', '162718.088000', '162718.091000', '162718.093000', '162718.096000', '162718.098000', '162718.101000', '162718.104000', '162718.106000', '162718.109000', '162718.111000', '162718.114000', '162718.117000', '162718.119000', '162718.122000', '162718.124000', '162718.127000', '162718.130000', '162718.132000', '162718.135000', '162718.137000', '162718.140000', '162718.143000', '162718.145000', '162718.148000', '162718.150000', '162718.153000', '162738.043000', '162738.046000', '162738.049000', '162738.051000', '162738.054000', '162738.057000', '162738.059000', '162738.062000', '162738.064000', '162738.067000', '162738.070000', '162738.072000', '162738.075000', '162738.078000', '162738.080000', '162738.083000', '162738.086000', '162738.088000', '162738.091000', '162738.093000', '162738.096000', '162738.098000', '162738.101000', '162738.104000', '162738.106000', '162738.109000', '162738.112000', '162738.114000', '162738.117000', '162738.119000', '162738.122000', '162738.124000', '162738.127000', '162738.129000', '162738.132000', '162738.135000', '162738.137000', '162738.140000', '162738.142000', '162738.145000', '162738.148000', '162738.150000', '162738.153000', '162738.155000', '162758.044000', '162758.046000', '162758.049000', '162758.052000', '162758.054000', '162758.057000', '162758.059000', '162758.062000', '162758.064000', '162758.067000', '162758.070000', '162758.072000', '162758.075000', '162758.077000', '162758.080000', '162758.083000', '162758.085000', '162758.088000', '162758.090000', '162758.093000', '162758.095000', '162758.098000', '162758.100000', '162758.103000', '162758.106000', '162758.108000', '162758.111000', '162758.114000', '162758.116000', '162758.119000', '162758.121000', '162758.124000', '162758.127000', '162758.129000', '162758.132000', '162758.134000', '162758.137000', '162758.140000', '162758.142000', '162758.145000', '162758.147000', '162758.150000', '162758.153000', '162818.043000', '162818.046000', '162818.049000', '162818.052000', '162818.054000', '162818.057000', '162818.059000', '162818.062000', '162818.064000', '162818.067000', '162818.070000', '162818.072000', '162818.075000', '162818.077000', '162818.080000', '162818.082000', '162818.085000', '162818.088000', '162818.090000', '162818.093000', '162818.095000', '162818.098000', '162818.101000', '162818.103000', '162818.106000', '162818.109000', '162818.111000', '162818.114000', '162818.116000', '162818.119000', '162818.122000', '162818.124000', '162818.127000', '162818.129000', '162818.132000', '162818.134000', '162818.137000', '162818.140000', '162818.142000', '162818.145000', '162818.148000', '162818.150000', '162818.153000', '162818.155000', '162838.043000', '162838.046000', '162838.049000', '162838.052000', '162838.054000', '162838.057000', '162838.059000', '162838.062000', '162838.065000', '162838.067000', '162838.070000', '162838.072000', '162838.075000', '162838.078000', '162838.080000', '162838.083000', '162838.085000', '162838.088000', '162838.090000', '162838.093000', '162838.096000', '162838.114000', '162838.116000', '162838.119000', '162838.121000', '162838.125000', '162838.127000', '162838.130000', '162838.132000', '162838.135000', '162838.138000', '162838.140000', '162838.143000', '162838.146000', '162838.148000', '162838.151000', '162838.154000', '162838.156000', '162838.159000', '162838.161000', '162838.164000', '162838.167000', '162838.169000', '162858.042000', '162858.045000', '162858.048000', '162858.050000', '162858.053000', '162858.055000', '162858.058000', '162858.061000', '162858.064000', '162858.067000', '162858.069000', '162858.072000', '162858.074000', '162858.077000', '162858.079000', '162858.082000', '162858.085000', '162858.087000', '162858.090000', '162858.092000', '162858.095000', '162858.098000', '162858.100000', '162858.103000', '162858.105000', '162858.108000', '162858.111000', '162858.113000', '162858.116000', '162858.119000', '162858.121000', '162858.124000', '162858.127000', '162858.129000', '162858.132000', '162858.134000', '162858.137000', '162858.140000', '162858.142000', '162858.145000', '162858.147000', '162858.150000', '162858.153000', '162858.155000', '162918.043000', '162918.046000', '162918.049000', '162918.052000', '162918.054000', '162918.057000', '162918.060000', '162918.062000', '162918.065000', '162918.068000', '162918.070000', '162918.073000', '162918.075000', '162918.078000', '162918.080000', '162918.083000', '162918.091000', '162918.094000', '162918.096000', '162918.099000', '162918.102000', '162918.105000', '162918.107000', '162918.110000', '162918.112000', '162918.115000', '162918.118000', '162918.120000', '162918.123000', '162918.126000', '162918.128000', '162918.131000', '162918.133000', '162918.136000', '162918.139000', '162918.141000', '162918.144000', '162918.146000', '162918.149000', '162918.152000', '162918.154000', '162918.157000', '162918.159000', '162938.043000', '162938.046000', '162938.049000', '162938.052000', '162938.054000', '162938.057000', '162938.060000', '162938.063000', '162938.065000', '162938.068000', '162938.071000', '162938.073000', '162938.076000', '162938.079000', '162938.081000', '162938.084000', '162938.086000', '162938.089000', '162938.092000', '162938.094000', '162938.097000', '162938.100000', '162938.102000', '162938.105000', '162938.107000', '162938.110000', '162938.112000', '162938.115000', '162938.118000', '162938.120000', '162938.123000', '162938.125000', '162938.128000', '162938.131000', '162938.133000', '162938.136000', '162938.139000', '162938.141000', '162938.144000', '162938.146000', '162938.149000', '162938.152000', '162938.154000', '162958.044000', '162958.047000', '162958.049000', '162958.052000', '162958.054000', '162958.057000', '162958.060000', '162958.062000', '162958.065000', '162958.067000', '162958.070000', '162958.073000', '162958.075000', '162958.078000', '162958.080000', '162958.083000', '162958.085000', '162958.088000', '162958.091000', '162958.093000', '162958.096000', '162958.098000', '162958.101000', '162958.104000', '162958.106000', '162958.109000', '162958.111000', '162958.114000', '162958.116000', '162958.119000', '162958.122000', '162958.124000', '162958.127000', '162958.129000', '162958.132000', '162958.135000', '162958.137000', '162958.140000', '162958.142000', '162958.145000', '162958.148000', '162958.150000', '162958.153000', '162958.155000', '163018.043000', '163018.047000', '163018.049000', '163018.052000', '163018.054000', '163018.057000', '163018.060000', '163018.062000', '163018.065000', '163018.068000', '163018.070000', '163018.073000', '163018.075000', '163018.078000', '163018.080000', '163018.083000', '163018.086000', '163018.088000', '163018.091000', '163018.094000', '163018.096000', '163018.099000', '163018.102000', '163018.105000', '163018.108000', '163018.110000', '163018.113000', '163018.116000', '163018.118000', '163018.121000', '163018.123000', '163018.126000', '163018.129000', '163018.131000', '163018.134000', '163018.136000', '163018.139000', '163018.142000', '163018.144000', '163018.147000', '163018.149000', '163018.152000', '163018.155000', '163038.044000', '163038.047000', '163038.049000', '163038.052000', '163038.055000', '163038.057000', '163038.060000', '163038.062000', '163038.065000', '163038.068000', '163038.070000', '163038.073000', '163038.075000', '163038.078000', '163038.081000', '163038.083000', '163038.086000', '163038.089000', '163038.091000', '163038.094000', '163038.097000', '163038.099000', '163038.102000', '163038.104000', '163038.107000', '163038.109000', '163038.112000', '163038.115000', '163038.118000', '163038.120000', '163038.123000', '163038.125000', '163038.128000', '163038.131000', '163038.133000', '163038.136000', '163038.138000', '163038.141000', '163038.144000', '163038.146000', '163038.149000', '163038.152000', '163038.154000', '163038.157000', '163058.043000', '163058.046000', '163058.049000', '163058.052000', '163058.055000', '163058.058000', '163058.061000', '163058.064000', '163058.066000', '163058.069000', '163058.071000', '163058.074000', '163058.076000', '163058.079000', '163058.082000', '163058.084000', '163058.087000', '163058.089000', '163058.092000', '163058.095000', '163058.097000', '163058.100000', '163058.102000', '163058.105000', '163058.108000', '163058.110000', '163058.113000', '163058.115000', '163058.118000', '163058.120000', '163058.123000', '163058.126000', '163058.128000', '163058.133000', '163058.135000', '163058.138000', '163058.140000', '163058.143000', '163058.146000', '163058.148000', '163058.151000', '163058.153000', '163058.156000', '163118.042000', '163118.045000', '163118.048000', '163118.051000', '163118.053000', '163118.056000', '163118.058000', '163118.061000', '163118.064000', '163118.066000', '163118.069000', '163118.071000', '163118.074000', '163118.076000', '163118.079000', '163118.082000', '163118.085000', '163118.087000', '163118.090000', '163118.092000', '163118.095000', '163118.098000', '163118.100000', '163118.103000', '163118.105000', '163118.108000', '163118.111000', '163118.113000', '163118.116000', '163118.118000', '163118.121000', '163118.124000', '163118.126000', '163118.129000', '163118.131000', '163118.134000', '163118.136000', '163118.139000', '163118.142000', '163118.144000', '163118.147000', '163118.149000', '163118.152000', '163118.155000', '163138.053000', '163138.056000', '163138.058000', '163138.061000', '163138.064000', '163138.066000', '163138.069000', '163138.071000', '163138.074000', '163138.077000', '163138.079000', '163138.082000', '163138.084000', '163138.087000', '163138.090000', '163138.092000', '163138.095000', '163138.097000', '163138.100000', '163138.102000', '163138.105000', '163138.108000', '163138.110000', '163138.113000', '163138.116000', '163138.119000', '163138.121000', '163138.124000', '163138.127000', '163138.129000', '163138.132000', '163138.135000', '163138.137000', '163138.140000', '163138.143000', '163138.146000', '163138.148000', '163138.151000', '163138.153000', '163138.156000', '163138.159000', '163138.161000', '163138.164000', '163158.043000', '163158.047000', '163158.050000', '163158.052000', '163158.055000', '163158.058000', '163158.060000', '163158.063000', '163158.066000', '163158.068000', '163158.071000', '163158.073000', '163158.076000', '163158.079000', '163158.081000', '163158.084000', '163158.087000', '163158.089000', '163158.092000', '163158.094000', '163158.097000', '163158.100000', '163158.102000', '163158.105000', '163158.107000', '163158.110000', '163158.113000', '163158.115000', '163158.118000', '163158.121000', '163158.123000', '163158.126000', '163158.128000', '163158.131000', '163158.134000', '163158.136000', '163158.139000', '163158.141000', '163158.144000', '163158.146000', '163158.149000', '163158.152000', '163158.154000', '163158.157000', '163218.044000', '163218.047000', '163218.049000', '163218.052000', '163218.054000', '163218.057000', '163218.060000', '163218.062000', '163218.065000', '163218.067000', '163218.070000', '163218.073000', '163218.075000', '163218.078000', '163218.081000', '163218.083000', '163218.086000', '163218.088000', '163218.091000', '163218.093000', '163218.096000', '163218.099000', '163218.101000', '163218.104000', '163218.107000', '163218.110000', '163218.112000', '163218.115000', '163218.118000', '163218.121000', '163218.123000', '163218.126000', '163218.128000', '163218.131000', '163218.133000', '163218.136000', '163218.139000', '163218.141000', '163218.144000', '163218.146000', '163218.149000', '163218.152000', '163218.154000', '163238.044000', '163238.047000', '163238.049000', '163238.052000', '163238.055000', '163238.057000', '163238.060000', '163238.062000', '163238.065000', '163238.067000', '163238.070000', '163238.073000', '163238.075000', '163238.078000', '163238.081000', '163238.083000', '163238.086000', '163238.089000', '163238.091000', '163238.094000', '163238.096000', '163238.099000', '163238.102000', '163238.104000', '163238.107000', '163238.109000', '163238.112000', '163238.115000', '163238.117000', '163238.120000', '163238.122000', '163238.125000', '163238.128000', '163238.130000', '163238.133000', '163238.135000', '163238.138000', '163238.140000', '163238.143000', '163238.146000', '163238.148000', '163238.151000', '163238.154000', '163238.156000', '163258.044000', '163258.046000', '163258.049000', '163258.052000', '163258.055000', '163258.057000', '163258.060000', '163258.063000', '163258.065000', '163258.068000', '163258.079000', '163258.081000', '163258.084000', '163258.087000', '163258.089000', '163258.092000', '163258.094000', '163258.097000', '163258.099000', '163258.102000', '163258.105000', '163258.107000', '163258.110000', '163258.113000', '163258.115000', '163258.118000', '163258.121000', '163258.124000', '163258.126000', '163258.129000', '163258.132000', '163258.134000', '163258.137000', '163258.139000', '163258.142000', '163258.145000', '163258.147000', '163258.150000', '163258.152000', '163258.155000', '163258.158000', '163258.160000', '163258.163000', '163318.044000', '163318.047000', '163318.049000', '163318.052000', '163318.054000', '163318.057000', '163318.060000', '163318.062000', '163318.065000', '163318.068000', '163318.070000', '163318.073000', '163318.075000', '163318.078000', '163318.081000', '163318.083000', '163318.086000', '163318.088000', '163318.091000', '163318.093000', '163318.096000', '163318.099000', '163318.101000', '163318.104000', '163318.107000', '163318.109000', '163318.112000', '163318.114000', '163318.117000', '163318.126000', '163318.128000', '163318.131000', '163318.133000', '163318.136000', '163318.139000', '163318.141000', '163318.144000', '163318.146000', '163318.149000', '163318.152000', '163318.154000', '163318.157000', '163318.160000', '163318.162000', '163332.647000', '163332.650000', '163332.653000', '163332.656000', '163332.659000', '163332.661000', '163332.664000', '163332.667000', '163332.670000', '163332.672000', '163332.675000', '163332.678000', '163332.680000', '163332.683000', '163332.686000', '163332.688000', '163332.691000', '163332.694000', '163332.697000', '163332.699000', '163332.702000', '163332.705000', '163332.708000', '163332.712000', '163332.715000', '163332.718000', '163332.720000', '163332.723000', '163332.726000', '163332.729000', '163332.731000', '163332.734000'], 'InstanceCreationTime': ['162538.078000', '162538.081000', '162538.084000', '162538.086000', '162538.089000', '162538.092000', '162538.094000', '162538.097000', '162538.099000', '162538.102000', '162538.105000', '162538.111000', '162538.114000', '162538.117000', '162538.119000', '162538.122000', '162538.124000', '162538.127000', '162538.129000', '162538.132000', '162538.135000', '162538.137000', '162538.140000', '162538.142000', '162538.145000', '162538.147000', '162538.150000', '162538.153000', '162538.155000', '162538.158000', '162538.160000', '162538.163000', '162538.165000', '162538.168000', '162538.171000', '162538.173000', '162538.176000', '162538.178000', '162538.181000', '162538.184000', '162538.186000', '162558.043000', '162558.046000', '162558.049000', '162558.051000', '162558.054000', '162558.057000', '162558.059000', '162558.062000', '162558.064000', '162558.067000', '162558.069000', '162558.072000', '162558.074000', '162558.077000', '162558.080000', '162558.082000', '162558.085000', '162558.087000', '162558.090000', '162558.092000', '162558.095000', '162558.098000', '162558.100000', '162558.103000', '162558.105000', '162558.108000', '162558.110000', '162558.113000', '162558.116000', '162558.118000', '162558.121000', '162558.123000', '162558.126000', '162558.129000', '162558.131000', '162558.134000', '162558.136000', '162558.139000', '162558.158000', '162558.161000', '162558.163000', '162558.166000', '162558.168000', '162618.044000', '162618.046000', '162618.049000', '162618.052000', '162618.054000', '162618.057000', '162618.059000', '162618.062000', '162618.064000', '162618.067000', '162618.070000', '162618.072000', '162618.075000', '162618.077000', '162618.080000', '162618.082000', '162618.085000', '162618.088000', '162618.090000', '162618.093000', '162618.095000', '162618.098000', '162618.101000', '162618.104000', '162618.106000', '162618.109000', '162618.120000', '162618.122000', '162618.125000', '162618.128000', '162618.130000', '162618.133000', '162618.135000', '162618.138000', '162618.141000', '162618.143000', '162618.146000', '162618.148000', '162618.151000', '162618.154000', '162618.156000', '162618.159000', '162618.161000', '162618.164000', '162638.042000', '162638.045000', '162638.048000', '162638.050000', '162638.053000', '162638.056000', '162638.059000', '162638.061000', '162638.064000', '162638.067000', '162638.069000', '162638.072000', '162638.075000', '162638.077000', '162638.080000', '162638.083000', '162638.085000', '162638.088000', '162638.091000', '162638.093000', '162638.096000', '162638.098000', '162638.101000', '162638.104000', '162638.106000', '162638.109000', '162638.112000', '162638.114000', '162638.117000', '162638.120000', '162638.122000', '162638.125000', '162638.128000', '162638.130000', '162638.138000', '162638.141000', '162638.143000', '162638.146000', '162638.148000', '162638.151000', '162638.154000', '162638.156000', '162638.159000', '162658.043000', '162658.046000', '162658.049000', '162658.051000', '162658.054000', '162658.057000', '162658.059000', '162658.062000', '162658.065000', '162658.067000', '162658.070000', '162658.073000', '162658.075000', '162658.078000', '162658.081000', '162658.083000', '162658.086000', '162658.089000', '162658.091000', '162658.094000', '162658.096000', '162658.099000', '162658.102000', '162658.104000', '162658.107000', '162658.110000', '162658.112000', '162658.115000', '162658.117000', '162658.120000', '162658.123000', '162658.125000', '162658.128000', '162658.130000', '162658.133000', '162658.136000', '162658.138000', '162658.141000', '162658.143000', '162658.146000', '162658.157000', '162658.159000', '162658.162000', '162658.165000', '162718.044000', '162718.047000', '162718.049000', '162718.052000', '162718.054000', '162718.057000', '162718.060000', '162718.062000', '162718.065000', '162718.067000', '162718.070000', '162718.073000', '162718.075000', '162718.078000', '162718.080000', '162718.083000', '162718.086000', '162718.088000', '162718.091000', '162718.093000', '162718.096000', '162718.098000', '162718.101000', '162718.104000', '162718.106000', '162718.109000', '162718.111000', '162718.114000', '162718.117000', '162718.119000', '162718.122000', '162718.124000', '162718.127000', '162718.130000', '162718.132000', '162718.135000', '162718.137000', '162718.140000', '162718.143000', '162718.145000', '162718.148000', '162718.150000', '162718.153000', '162738.043000', '162738.046000', '162738.049000', '162738.051000', '162738.054000', '162738.057000', '162738.059000', '162738.062000', '162738.064000', '162738.067000', '162738.070000', '162738.072000', '162738.075000', '162738.078000', '162738.080000', '162738.083000', '162738.086000', '162738.088000', '162738.091000', '162738.093000', '162738.096000', '162738.098000', '162738.101000', '162738.104000', '162738.106000', '162738.109000', '162738.112000', '162738.114000', '162738.117000', '162738.119000', '162738.122000', '162738.124000', '162738.127000', '162738.129000', '162738.132000', '162738.135000', '162738.137000', '162738.140000', '162738.142000', '162738.145000', '162738.148000', '162738.150000', '162738.153000', '162738.155000', '162758.044000', '162758.046000', '162758.049000', '162758.052000', '162758.054000', '162758.057000', '162758.059000', '162758.062000', '162758.064000', '162758.067000', '162758.070000', '162758.072000', '162758.075000', '162758.077000', '162758.080000', '162758.083000', '162758.085000', '162758.088000', '162758.090000', '162758.093000', '162758.095000', '162758.098000', '162758.100000', '162758.103000', '162758.106000', '162758.108000', '162758.111000', '162758.114000', '162758.116000', '162758.119000', '162758.121000', '162758.124000', '162758.127000', '162758.129000', '162758.132000', '162758.134000', '162758.137000', '162758.140000', '162758.142000', '162758.145000', '162758.147000', '162758.150000', '162758.153000', '162818.043000', '162818.046000', '162818.049000', '162818.052000', '162818.054000', '162818.057000', '162818.059000', '162818.062000', '162818.064000', '162818.067000', '162818.070000', '162818.072000', '162818.075000', '162818.077000', '162818.080000', '162818.082000', '162818.085000', '162818.088000', '162818.090000', '162818.093000', '162818.095000', '162818.098000', '162818.101000', '162818.103000', '162818.106000', '162818.109000', '162818.111000', '162818.114000', '162818.116000', '162818.119000', '162818.122000', '162818.124000', '162818.127000', '162818.129000', '162818.132000', '162818.134000', '162818.137000', '162818.140000', '162818.142000', '162818.145000', '162818.148000', '162818.150000', '162818.153000', '162818.155000', '162838.043000', '162838.046000', '162838.049000', '162838.052000', '162838.054000', '162838.057000', '162838.059000', '162838.062000', '162838.065000', '162838.067000', '162838.070000', '162838.072000', '162838.075000', '162838.078000', '162838.080000', '162838.083000', '162838.085000', '162838.088000', '162838.090000', '162838.093000', '162838.096000', '162838.114000', '162838.116000', '162838.119000', '162838.121000', '162838.125000', '162838.127000', '162838.130000', '162838.132000', '162838.135000', '162838.138000', '162838.140000', '162838.143000', '162838.146000', '162838.148000', '162838.151000', '162838.154000', '162838.156000', '162838.159000', '162838.161000', '162838.164000', '162838.167000', '162838.169000', '162858.042000', '162858.045000', '162858.048000', '162858.050000', '162858.053000', '162858.055000', '162858.058000', '162858.061000', '162858.064000', '162858.067000', '162858.069000', '162858.072000', '162858.074000', '162858.077000', '162858.079000', '162858.082000', '162858.085000', '162858.087000', '162858.090000', '162858.092000', '162858.095000', '162858.098000', '162858.100000', '162858.103000', '162858.105000', '162858.108000', '162858.111000', '162858.113000', '162858.116000', '162858.119000', '162858.121000', '162858.124000', '162858.127000', '162858.129000', '162858.132000', '162858.134000', '162858.137000', '162858.140000', '162858.142000', '162858.145000', '162858.147000', '162858.150000', '162858.153000', '162858.155000', '162918.043000', '162918.046000', '162918.049000', '162918.052000', '162918.054000', '162918.057000', '162918.060000', '162918.062000', '162918.065000', '162918.068000', '162918.070000', '162918.073000', '162918.075000', '162918.078000', '162918.080000', '162918.083000', '162918.091000', '162918.094000', '162918.096000', '162918.099000', '162918.102000', '162918.105000', '162918.107000', '162918.110000', '162918.112000', '162918.115000', '162918.118000', '162918.120000', '162918.123000', '162918.126000', '162918.128000', '162918.131000', '162918.133000', '162918.136000', '162918.139000', '162918.141000', '162918.144000', '162918.146000', '162918.149000', '162918.152000', '162918.154000', '162918.157000', '162918.159000', '162938.043000', '162938.046000', '162938.049000', '162938.052000', '162938.054000', '162938.057000', '162938.060000', '162938.063000', '162938.065000', '162938.068000', '162938.071000', '162938.073000', '162938.076000', '162938.079000', '162938.081000', '162938.084000', '162938.086000', '162938.089000', '162938.092000', '162938.094000', '162938.097000', '162938.100000', '162938.102000', '162938.105000', '162938.107000', '162938.110000', '162938.112000', '162938.115000', '162938.118000', '162938.120000', '162938.123000', '162938.125000', '162938.128000', '162938.131000', '162938.133000', '162938.136000', '162938.139000', '162938.141000', '162938.144000', '162938.146000', '162938.149000', '162938.152000', '162938.154000', '162958.044000', '162958.047000', '162958.049000', '162958.052000', '162958.054000', '162958.057000', '162958.060000', '162958.062000', '162958.065000', '162958.067000', '162958.070000', '162958.073000', '162958.075000', '162958.078000', '162958.080000', '162958.083000', '162958.085000', '162958.088000', '162958.091000', '162958.093000', '162958.096000', '162958.098000', '162958.101000', '162958.104000', '162958.106000', '162958.109000', '162958.111000', '162958.114000', '162958.116000', '162958.119000', '162958.122000', '162958.124000', '162958.127000', '162958.129000', '162958.132000', '162958.135000', '162958.137000', '162958.140000', '162958.142000', '162958.145000', '162958.148000', '162958.150000', '162958.153000', '162958.155000', '163018.043000', '163018.047000', '163018.049000', '163018.052000', '163018.054000', '163018.057000', '163018.060000', '163018.062000', '163018.065000', '163018.068000', '163018.070000', '163018.073000', '163018.075000', '163018.078000', '163018.080000', '163018.083000', '163018.086000', '163018.088000', '163018.091000', '163018.094000', '163018.096000', '163018.099000', '163018.102000', '163018.105000', '163018.108000', '163018.110000', '163018.113000', '163018.116000', '163018.118000', '163018.121000', '163018.123000', '163018.126000', '163018.129000', '163018.131000', '163018.134000', '163018.136000', '163018.139000', '163018.142000', '163018.144000', '163018.147000', '163018.149000', '163018.152000', '163018.155000', '163038.044000', '163038.047000', '163038.049000', '163038.052000', '163038.055000', '163038.057000', '163038.060000', '163038.062000', '163038.065000', '163038.068000', '163038.070000', '163038.073000', '163038.075000', '163038.078000', '163038.081000', '163038.083000', '163038.086000', '163038.089000', '163038.091000', '163038.094000', '163038.097000', '163038.099000', '163038.102000', '163038.104000', '163038.107000', '163038.109000', '163038.112000', '163038.115000', '163038.118000', '163038.120000', '163038.123000', '163038.125000', '163038.128000', '163038.131000', '163038.133000', '163038.136000', '163038.138000', '163038.141000', '163038.144000', '163038.146000', '163038.149000', '163038.152000', '163038.154000', '163038.157000', '163058.043000', '163058.046000', '163058.049000', '163058.052000', '163058.055000', '163058.058000', '163058.061000', '163058.064000', '163058.066000', '163058.069000', '163058.071000', '163058.074000', '163058.076000', '163058.079000', '163058.082000', '163058.084000', '163058.087000', '163058.089000', '163058.092000', '163058.095000', '163058.097000', '163058.100000', '163058.102000', '163058.105000', '163058.108000', '163058.110000', '163058.113000', '163058.115000', '163058.118000', '163058.120000', '163058.123000', '163058.126000', '163058.128000', '163058.133000', '163058.135000', '163058.138000', '163058.140000', '163058.143000', '163058.146000', '163058.148000', '163058.151000', '163058.153000', '163058.156000', '163118.042000', '163118.045000', '163118.048000', '163118.051000', '163118.053000', '163118.056000', '163118.058000', '163118.061000', '163118.064000', '163118.066000', '163118.069000', '163118.071000', '163118.074000', '163118.076000', '163118.079000', '163118.082000', '163118.085000', '163118.087000', '163118.090000', '163118.092000', '163118.095000', '163118.098000', '163118.100000', '163118.103000', '163118.105000', '163118.108000', '163118.111000', '163118.113000', '163118.116000', '163118.118000', '163118.121000', '163118.124000', '163118.126000', '163118.129000', '163118.131000', '163118.134000', '163118.136000', '163118.139000', '163118.142000', '163118.144000', '163118.147000', '163118.149000', '163118.152000', '163118.155000', '163138.053000', '163138.056000', '163138.058000', '163138.061000', '163138.064000', '163138.066000', '163138.069000', '163138.071000', '163138.074000', '163138.077000', '163138.079000', '163138.082000', '163138.084000', '163138.087000', '163138.090000', '163138.092000', '163138.095000', '163138.097000', '163138.100000', '163138.102000', '163138.105000', '163138.108000', '163138.110000', '163138.113000', '163138.116000', '163138.119000', '163138.121000', '163138.124000', '163138.127000', '163138.129000', '163138.132000', '163138.135000', '163138.137000', '163138.140000', '163138.143000', '163138.146000', '163138.148000', '163138.151000', '163138.153000', '163138.156000', '163138.159000', '163138.161000', '163138.164000', '163158.043000', '163158.047000', '163158.050000', '163158.052000', '163158.055000', '163158.058000', '163158.060000', '163158.063000', '163158.066000', '163158.068000', '163158.071000', '163158.073000', '163158.076000', '163158.079000', '163158.081000', '163158.084000', '163158.087000', '163158.089000', '163158.092000', '163158.094000', '163158.097000', '163158.100000', '163158.102000', '163158.105000', '163158.107000', '163158.110000', '163158.113000', '163158.115000', '163158.118000', '163158.121000', '163158.123000', '163158.126000', '163158.128000', '163158.131000', '163158.134000', '163158.136000', '163158.139000', '163158.141000', '163158.144000', '163158.146000', '163158.149000', '163158.152000', '163158.154000', '163158.157000', '163218.044000', '163218.047000', '163218.049000', '163218.052000', '163218.054000', '163218.057000', '163218.060000', '163218.062000', '163218.065000', '163218.067000', '163218.070000', '163218.073000', '163218.075000', '163218.078000', '163218.081000', '163218.083000', '163218.086000', '163218.088000', '163218.091000', '163218.093000', '163218.096000', '163218.099000', '163218.101000', '163218.104000', '163218.107000', '163218.110000', '163218.112000', '163218.115000', '163218.118000', '163218.121000', '163218.123000', '163218.126000', '163218.128000', '163218.131000', '163218.133000', '163218.136000', '163218.139000', '163218.141000', '163218.144000', '163218.146000', '163218.149000', '163218.152000', '163218.154000', '163238.044000', '163238.047000', '163238.049000', '163238.052000', '163238.055000', '163238.057000', '163238.060000', '163238.062000', '163238.065000', '163238.067000', '163238.070000', '163238.073000', '163238.075000', '163238.078000', '163238.081000', '163238.083000', '163238.086000', '163238.089000', '163238.091000', '163238.094000', '163238.096000', '163238.099000', '163238.102000', '163238.104000', '163238.107000', '163238.109000', '163238.112000', '163238.115000', '163238.117000', '163238.120000', '163238.122000', '163238.125000', '163238.128000', '163238.130000', '163238.133000', '163238.135000', '163238.138000', '163238.140000', '163238.143000', '163238.146000', '163238.148000', '163238.151000', '163238.154000', '163238.156000', '163258.044000', '163258.046000', '163258.049000', '163258.052000', '163258.055000', '163258.057000', '163258.060000', '163258.063000', '163258.065000', '163258.068000', '163258.079000', '163258.081000', '163258.084000', '163258.087000', '163258.089000', '163258.092000', '163258.094000', '163258.097000', '163258.099000', '163258.102000', '163258.105000', '163258.107000', '163258.110000', '163258.113000', '163258.115000', '163258.118000', '163258.121000', '163258.124000', '163258.126000', '163258.129000', '163258.132000', '163258.134000', '163258.137000', '163258.139000', '163258.142000', '163258.145000', '163258.147000', '163258.150000', '163258.152000', '163258.155000', '163258.158000', '163258.160000', '163258.163000', '163318.044000', '163318.047000', '163318.049000', '163318.052000', '163318.054000', '163318.057000', '163318.060000', '163318.062000', '163318.065000', '163318.068000', '163318.070000', '163318.073000', '163318.075000', '163318.078000', '163318.081000', '163318.083000', '163318.086000', '163318.088000', '163318.091000', '163318.093000', '163318.096000', '163318.099000', '163318.101000', '163318.104000', '163318.107000', '163318.109000', '163318.112000', '163318.114000', '163318.117000', '163318.126000', '163318.128000', '163318.131000', '163318.133000', '163318.136000', '163318.139000', '163318.141000', '163318.144000', '163318.146000', '163318.149000', '163318.152000', '163318.154000', '163318.157000', '163318.160000', '163318.162000', '163332.647000', '163332.650000', '163332.653000', '163332.656000', '163332.659000', '163332.661000', '163332.664000', '163332.667000', '163332.670000', '163332.672000', '163332.675000', '163332.678000', '163332.680000', '163332.683000', '163332.686000', '163332.688000', '163332.691000', '163332.694000', '163332.697000', '163332.699000', '163332.702000', '163332.705000', '163332.708000', '163332.712000', '163332.715000', '163332.718000', '163332.720000', '163332.723000', '163332.726000', '163332.729000', '163332.731000', '163332.734000'], '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': [10321, 11913, 11372, 11682, 13828, 11595, 9040, 8748, 9452, 11419, 12431, 11444, 9749, 9613, 8787, 10312, 9249, 8459, 10973, 10301, 10565, 8905, 10212, 7363, 10698, 9579, 10096, 8829, 11358, 8737, 10301, 8321, 10443, 11545, 10347, 10082, 12785, 9146, 10267, 9067, 11694, 11500, 9722, 9757, 9193, 11227, 9051, 10731, 13984, 10571, 9301, 10661, 9433, 10571, 9678, 11778, 9293, 10251, 8079, 10382, 9166, 9521, 11635, 9678, 9531, 8862, 8378, 9768, 11406, 10194, 11225, 9407, 11189, 9308, 9139, 9595, 9087, 9847, 11751, 9973, 11781, 13192, 11155, 9921, 10982, 8945, 11008, 8975, 11069, 9357, 11112, 8698, 10748, 8335, 9858, 8223, 10425, 8514, 9780, 9613, 10150, 8491, 9760, 11359, 9177, 9645, 9738, 8524, 9387, 10445, 8146, 11282, 11098, 11092, 7917, 8700, 9459, 11488, 12261, 11157, 11713, 12121, 9200, 11053, 9656, 11115, 11062, 8240, 9106, 9387, 8514, 10051, 11472, 9140, 11120, 11657, 10671, 9452, 10658, 8872, 10988, 8079, 10736, 9639, 9283, 9041, 8552, 9202, 11040, 10561, 10796, 9452, 10950, 8253, 11098, 8858, 10561, 12276, 10695, 8994, 10965, 8609, 10807, 12831, 11097, 8972, 12177, 8979, 10657, 9660, 10320, 9218, 10889, 9091, 9418, 9342, 9357, 8399, 9810, 11326, 8347, 10727, 9417, 8885, 8845, 8651, 10065, 11196, 10814, 10375, 11275, 10667, 8475, 10689, 9790, 11112, 9851, 10983, 9786, 10204, 8232, 10304, 9880, 11639, 8990, 9163, 8656, 10162, 7534, 9854, 9808, 9162, 10985, 12124, 11344, 11047, 11086, 9511, 11512, 9011, 10038, 9797, 9900, 8420, 10560, 9645, 10869, 8906, 10488, 8278, 9729, 8498, 10847, 9188, 10983, 9744, 11070, 8820, 9428, 10917, 9077, 9120, 9978, 8120, 10615, 10269, 10348, 12141, 11333, 9033, 9792, 8120, 9951, 9193, 9467, 11945, 9149, 9188, 8882, 8321, 9202, 11217, 8922, 11094, 8958, 9043, 9036, 10008, 7935, 11105, 11417, 10962, 8984, 10863, 8773, 10784, 11485, 10351, 9996, 12123, 8296, 10027, 7982, 9678, 9297, 10175, 11272, 9098, 9501, 9133, 8223, 8531, 11232, 11950, 10663, 9579, 11709, 10799, 10289, 8203, 10244, 9469, 10666, 9433, 9587, 10296, 9635, 7996, 10491, 9453, 10494, 8517, 9154, 8627, 9470, 11203, 8189, 11143, 11494, 11547, 8844, 10913, 7994, 11042, 11446, 10748, 9178, 12092, 8784, 10684, 9138, 10480, 9639, 11418, 9774, 11949, 9903, 10630, 8532, 9947, 10650, 8680, 11649, 10490, 9193, 9688, 8028, 9423, 11596, 11268, 11032, 11923, 10792, 8602, 10784, 7552, 10895, 11383, 10544, 8845, 11506, 9431, 10349, 10264, 10757, 11443, 12253, 10798, 8114, 10032, 7765, 10397, 11158, 10459, 9056, 10909, 7923, 10061, 8194, 7518, 9013, 8492, 10433, 10366, 9997, 11369, 9899, 9189, 8277, 11188, 10733, 10784, 11449, 11450, 9355, 10640, 8544, 11182, 10358, 10587, 13203, 10866, 8602, 9066, 8454, 9049, 7856, 8254, 8642, 8261, 10175, 8149, 11493, 12539, 10888, 9204, 10441, 10168, 9915, 11113, 13537, 11406, 9108, 9629, 9872, 8160, 10727, 9265, 9370, 9194, 9045, 9938, 9995, 10591, 10983, 13065, 8471, 9196, 8693, 8561, 9374, 9116, 9305, 11600, 11508, 8712, 11086, 8076, 10632, 8604, 11755, 13504, 10816, 9168, 8684, 9899, 10319, 8860, 11077, 10513, 10261, 8005, 9129, 8721, 10825, 8424, 9916, 8609, 9409, 7852, 9418, 9078, 11016, 10941, 10873, 7895, 9835, 9648, 10101, 8291, 11243, 12368, 11530, 7596, 9924, 8651, 11285, 9780, 10566, 10548, 11252, 8552, 9704, 7257, 10203, 11015, 10475, 9596, 10992, 10735, 9150, 9123, 9108, 9274, 9926, 10994, 9879, 12356, 9717, 8514, 9517, 8448, 10336, 9865, 10125, 8058, 9951, 8122, 10235, 10592, 9861, 11449, 9595, 8148, 9888, 10245, 9675, 11406, 12512, 10657, 7995, 9241, 8966, 11179, 12975, 12192, 10291, 9943, 8316, 9406, 8082, 9598, 8318, 9882, 8275, 9359, 9004, 11707, 13255, 11942, 9121, 11708, 9104, 11487, 12635, 11462, 10616, 12631, 10240, 9812, 9080, 8780, 9202, 8329, 10054, 10226, 10972, 7660, 9588, 7948, 10811, 13844, 12522, 11329, 12628, 8141, 10995, 8883, 11225, 8058, 10530, 10276, 13091, 10311, 8364, 10598, 11500, 11242, 11160, 12590, 9114, 8908, 9533, 8116, 10699, 9966, 11270, 9237, 11255, 8112, 11502, 13739, 11979, 11868, 13641, 10907, 10932, 9030, 11145, 9990, 12063, 9833, 10316, 8225, 8164, 9501, 8229, 9189, 9392, 10633, 11005, 11325, 11187, 10165, 9339, 9583, 8087, 9983, 8395, 9639, 12058, 12945, 11710, 8864, 11033, 8209, 10952, 8305, 9306, 9587, 9171, 10320, 8497, 10774, 9945, 12068, 12588, 10721, 8780, 11056, 8593, 11141, 11495, 10978, 11157, 10837, 7607, 9259, 8902, 11416, 8505, 10913, 9574, 10277, 9814, 7975, 9656, 8583, 10651, 9719, 12340, 13857, 10699, 8223, 11204, 11699, 12021, 9030, 9293, 9632, 9163, 9052, 9537, 8311, 10066, 10039, 11972, 9062, 10108, 10865, 11606, 10359, 10261, 12066, 8429, 10856, 7874, 9889, 8403, 10025, 11107, 8184, 9621, 9587, 8796, 9695, 10294, 9534, 10124, 9177, 9411, 10169, 7862, 10246, 10035, 10753, 11063, 10608, 10556, 10243, 9690, 12096, 11166, 13461, 12903, 10753, 7990, 10988, 11764, 10631, 10111, 12277, 8223, 10510, 10800, 10747, 9132, 11238, 8734, 9103, 9918, 10098, 7667, 10378, 8785, 11201, 11584, 13551, 11691, 11069, 8754, 11562, 11478, 14026, 12619, 12882, 9283, 11598, 8754, 11873, 9821, 9945, 9963, 8778, 9882, 9602, 10149, 12075, 10010, 8722, 9440, 7846, 9944, 7775, 10688, 8091, 9251, 7560, 10028, 8763, 10435, 8191, 9616, 7806, 10366, 7938, 10453, 9882, 9632, 8931, 9790, 8617, 10188, 7699, 10432, 7993, 10464, 10420, 9297, 10252, 9839, 7732, 9975, 7886, 10423, 8865, 9652, 9844, 10300, 7763, 10017, 9131, 10069, 9744, 9257, 8182, 10153, 11676, 10228, 11547, 10433, 9430, 8738, 8669, 9912, 7891, 9457, 10318, 10359, 10287, 11142, 10119, 11603, 10344, 10209, 10565, 9969, 9521, 10699, 8716, 10744, 10224, 10963, 8871, 8759, 9474, 9310, 11376, 9313, 10971, 13408, 10998, 8858, 10718, 7921, 11236, 9365, 11072, 12714, 11431, 8983, 9424, 8655, 11183, 8882, 11475, 12763, 11695, 9283, 8788, 9182, 11407, 9444, 11185, 12207, 10944, 8240, 9436, 8010, 11088, 11936, 11394, 10660, 11049, 7423, 9723, 8261, 10962, 12144, 10960, 12025, 11294, 8233, 9708, 9699, 11366, 13546, 11229, 11578, 13550, 9149, 10552, 8801, 11179, 9115, 11368, 12398, 11431, 8117, 9658, 9057, 9605, 10252, 9186, 11127, 10607, 11506, 11758, 10309, 8627, 10551, 9899, 9048, 10134, 9260, 9475, 8993, 8944, 8586, 10866, 8564, 12001, 9573, 8256, 9561, 7574, 10581, 11461, 10405, 9631, 11068, 9144, 11736, 11445, 10522, 7871, 8859, 10148, 12082, 14818, 12087, 14479, 11718, 9459, 8138, 9397, 8306, 10446, 10935, 10610, 9627, 9741, 8116, 9752, 8871, 9738, 10598, 9403, 8648, 9664, 8424, 9831, 7918, 9922, 9198, 9631, 7873, 10299, 8679, 9712, 10298, 9607, 8645, 9615, 10654, 10410, 12242, 11148, 8476, 9917, 8039, 11449, 11177, 11045, 7622, 10129, 8154, 10973, 11962, 10764, 10745, 11685, 9764, 10368, 8461, 9474, 9094, 9358, 9263, 10727, 10189, 8416, 10882, 11012, 12149, 8674, 9794, 8423, 10711, 8583, 10771, 11712, 10689, 12787, 11364, 8242, 9631, 7977, 10815, 10776, 10885, 12181, 12118, 7410, 10104, 8359, 11063, 9130, 10992, 11034, 10763, 7814, 10676, 12084, 10168, 9216, 10930, 8812, 10479, 7726, 9863, 8409, 9774, 10326, 13588, 10084, 9981, 9992, 11709, 10986, 11818, 12520, 10634, 9484, 8271, 10342, 8579, 11420, 11088, 12931, 10525, 10575, 8529], 'WindowCenter': [4297.0, 4302.0, 4290.0, 4276.0, 4283.0, 4249.0, 4229.0, 4229.0, 4239.0, 4247.0, 4256.0, 4260.0, 4240.0, 4240.0, 4228.0, 4234.0, 4238.0, 4217.0, 4260.0, 4251.0, 4250.0, 4238.0, 4249.0, 4220.0, 4262.0, 4250.0, 4262.0, 4254.0, 4259.0, 4241.0, 4263.0, 4232.0, 4264.0, 4272.0, 4265.0, 4265.0, 4269.0, 4241.0, 4252.0, 4241.0, 4272.0, 4272.0, 4226.0, 4241.0, 4225.0, 4259.0, 4225.0, 4261.0, 4281.0, 4247.0, 4240.0, 4246.0, 4239.0, 4259.0, 4250.0, 4273.0, 4240.0, 4250.0, 4219.0, 4249.0, 4239.0, 4237.0, 4260.0, 4226.0, 4238.0, 4214.0, 4228.0, 4248.0, 4260.0, 4249.0, 4248.0, 4237.0, 4260.0, 4250.0, 4252.0, 4236.0, 4240.0, 4251.0, 4270.0, 4223.0, 4245.0, 4257.0, 4247.0, 4238.0, 4248.0, 4227.0, 4234.0, 4228.0, 4246.0, 4238.0, 4261.0, 4241.0, 4260.0, 4230.0, 4250.0, 4229.0, 4247.0, 4229.0, 4252.0, 4250.0, 4251.0, 4230.0, 4251.0, 4272.0, 4238.0, 4252.0, 4252.0, 4226.0, 4250.0, 4262.0, 4230.0, 4273.0, 4262.0, 4261.0, 4229.0, 4242.0, 4250.0, 4273.0, 4272.0, 4262.0, 4272.0, 4246.0, 4223.0, 4259.0, 4237.0, 4233.0, 4248.0, 4228.0, 4240.0, 4239.0, 4239.0, 4235.0, 4272.0, 4238.0, 4259.0, 4271.0, 4260.0, 4249.0, 4261.0, 4240.0, 4247.0, 4231.0, 4274.0, 4252.0, 4252.0, 4241.0, 4242.0, 4251.0, 4275.0, 4249.0, 4273.0, 4237.0, 4261.0, 4230.0, 4271.0, 4241.0, 4262.0, 4269.0, 4262.0, 4226.0, 4247.0, 4241.0, 4273.0, 4282.0, 4273.0, 4239.0, 4257.0, 4226.0, 4262.0, 4249.0, 4247.0, 4227.0, 4260.0, 4253.0, 4253.0, 4250.0, 4237.0, 4240.0, 4261.0, 4257.0, 4241.0, 4275.0, 4238.0, 4241.0, 4227.0, 4242.0, 4264.0, 4275.0, 4273.0, 4251.0, 4273.0, 4250.0, 4242.0, 4263.0, 4238.0, 4272.0, 4263.0, 4274.0, 4251.0, 4249.0, 4242.0, 4249.0, 4238.0, 4272.0, 4242.0, 4252.0, 4226.0, 4263.0, 4244.0, 4277.0, 4265.0, 4252.0, 4249.0, 4257.0, 4261.0, 4260.0, 4260.0, 4239.0, 4258.0, 4227.0, 4224.0, 4224.0, 4238.0, 4216.0, 4247.0, 4236.0, 4248.0, 4227.0, 4247.0, 4229.0, 4249.0, 4228.0, 4259.0, 4239.0, 4261.0, 4239.0, 4249.0, 4227.0, 4238.0, 4249.0, 4228.0, 4227.0, 4223.0, 4216.0, 4234.0, 4249.0, 4248.0, 4270.0, 4259.0, 4227.0, 4237.0, 4218.0, 4237.0, 4239.0, 4238.0, 4270.0, 4239.0, 4239.0, 4225.0, 4215.0, 4253.0, 4272.0, 4236.0, 4261.0, 4242.0, 4240.0, 4224.0, 4250.0, 4230.0, 4272.0, 4271.0, 4246.0, 4240.0, 4261.0, 4215.0, 4262.0, 4259.0, 4236.0, 4237.0, 4271.0, 4229.0, 4250.0, 4219.0, 4240.0, 4240.0, 4250.0, 4261.0, 4241.0, 4241.0, 4225.0, 4230.0, 4215.0, 4261.0, 4245.0, 4235.0, 4240.0, 4261.0, 4249.0, 4251.0, 4229.0, 4249.0, 4239.0, 4250.0, 4241.0, 4239.0, 4250.0, 4240.0, 4219.0, 4262.0, 4241.0, 4248.0, 4227.0, 4239.0, 4230.0, 4240.0, 4261.0, 4230.0, 4262.0, 4273.0, 4261.0, 4213.0, 4249.0, 4220.0, 4262.0, 4246.0, 4262.0, 4253.0, 4272.0, 4230.0, 4262.0, 4240.0, 4262.0, 4241.0, 4261.0, 4252.0, 4261.0, 4239.0, 4250.0, 4229.0, 4223.0, 4238.0, 4228.0, 4260.0, 4250.0, 4227.0, 4238.0, 4217.0, 4238.0, 4246.0, 4233.0, 4259.0, 4259.0, 4249.0, 4229.0, 4260.0, 4204.0, 4261.0, 4272.0, 4264.0, 4228.0, 4261.0, 4240.0, 4252.0, 4253.0, 4235.0, 4273.0, 4272.0, 4263.0, 4233.0, 4265.0, 4221.0, 4264.0, 4272.0, 4275.0, 4243.0, 4262.0, 4219.0, 4251.0, 4231.0, 4206.0, 4251.0, 4229.0, 4265.0, 4266.0, 4265.0, 4262.0, 4251.0, 4230.0, 4203.0, 4261.0, 4248.0, 4251.0, 4261.0, 4249.0, 4227.0, 4238.0, 4218.0, 4250.0, 4239.0, 4251.0, 4272.0, 4251.0, 4229.0, 4230.0, 4204.0, 4229.0, 4220.0, 4216.0, 4218.0, 4233.0, 4264.0, 4218.0, 4276.0, 4273.0, 4264.0, 4241.0, 4250.0, 4239.0, 4239.0, 4250.0, 4271.0, 4261.0, 4229.0, 4238.0, 4225.0, 4203.0, 4250.0, 4242.0, 4241.0, 4241.0, 4241.0, 4237.0, 4236.0, 4262.0, 4264.0, 4273.0, 4215.0, 4241.0, 4230.0, 4229.0, 4239.0, 4242.0, 4242.0, 4260.0, 4260.0, 4229.0, 4250.0, 4203.0, 4250.0, 4219.0, 4261.0, 4272.0, 4249.0, 4212.0, 4218.0, 4238.0, 4238.0, 4226.0, 4235.0, 4250.0, 4239.0, 4217.0, 4238.0, 4228.0, 4259.0, 4230.0, 4253.0, 4216.0, 4240.0, 4232.0, 4250.0, 4239.0, 4262.0, 4265.0, 4263.0, 4206.0, 4236.0, 4225.0, 4250.0, 4219.0, 4247.0, 4272.0, 4250.0, 4209.0, 4239.0, 4229.0, 4260.0, 4239.0, 4251.0, 4236.0, 4246.0, 4227.0, 4240.0, 4210.0, 4262.0, 4260.0, 4251.0, 4252.0, 4246.0, 4250.0, 4241.0, 4239.0, 4241.0, 4226.0, 4236.0, 4263.0, 4250.0, 4271.0, 4224.0, 4229.0, 4224.0, 4230.0, 4247.0, 4251.0, 4251.0, 4220.0, 4236.0, 4220.0, 4235.0, 4248.0, 4252.0, 4245.0, 4240.0, 4219.0, 4240.0, 4251.0, 4239.0, 4245.0, 4270.0, 4250.0, 4218.0, 4240.0, 4229.0, 4260.0, 4256.0, 4244.0, 4236.0, 4224.0, 4217.0, 4228.0, 4207.0, 4239.0, 4218.0, 4235.0, 4229.0, 4242.0, 4240.0, 4274.0, 4282.0, 4260.0, 4228.0, 4248.0, 4215.0, 4248.0, 4256.0, 4232.0, 4237.0, 4243.0, 4222.0, 4237.0, 4227.0, 4228.0, 4238.0, 4230.0, 4248.0, 4264.0, 4263.0, 4206.0, 4238.0, 4232.0, 4263.0, 4268.0, 4274.0, 4261.0, 4271.0, 4219.0, 4250.0, 4230.0, 4245.0, 4204.0, 4262.0, 4253.0, 4272.0, 4239.0, 4218.0, 4251.0, 4255.0, 4261.0, 4261.0, 4271.0, 4228.0, 4229.0, 4238.0, 4218.0, 4250.0, 4252.0, 4263.0, 4227.0, 4260.0, 4219.0, 4259.0, 4270.0, 4260.0, 4260.0, 4269.0, 4237.0, 4248.0, 4216.0, 4234.0, 4240.0, 4260.0, 4237.0, 4222.0, 4217.0, 4218.0, 4239.0, 4217.0, 4226.0, 4236.0, 4250.0, 4249.0, 4250.0, 4249.0, 4251.0, 4229.0, 4227.0, 4206.0, 4237.0, 4201.0, 4226.0, 4244.0, 4257.0, 4247.0, 4215.0, 4220.0, 4214.0, 4247.0, 4229.0, 4239.0, 4239.0, 4223.0, 4250.0, 4228.0, 4259.0, 4237.0, 4271.0, 4254.0, 4249.0, 4228.0, 4245.0, 4227.0, 4260.0, 4261.0, 4262.0, 4245.0, 4250.0, 4209.0, 4240.0, 4228.0, 4261.0, 4241.0, 4248.0, 4239.0, 4224.0, 4224.0, 4219.0, 4225.0, 4213.0, 4234.0, 4252.0, 4273.0, 4256.0, 4250.0, 4228.0, 4245.0, 4258.0, 4258.0, 4228.0, 4239.0, 4240.0, 4238.0, 4227.0, 4241.0, 4230.0, 4263.0, 4252.0, 4272.0, 4241.0, 4252.0, 4261.0, 4260.0, 4250.0, 4253.0, 4273.0, 4229.0, 4251.0, 4218.0, 4225.0, 4218.0, 4239.0, 4261.0, 4214.0, 4239.0, 4240.0, 4229.0, 4253.0, 4238.0, 4253.0, 4253.0, 4241.0, 4240.0, 4251.0, 4219.0, 4237.0, 4254.0, 4248.0, 4261.0, 4250.0, 4250.0, 4235.0, 4240.0, 4244.0, 4260.0, 4269.0, 4254.0, 4248.0, 4216.0, 4249.0, 4242.0, 4249.0, 4235.0, 4259.0, 4217.0, 4248.0, 4248.0, 4235.0, 4229.0, 4260.0, 4231.0, 4231.0, 4238.0, 4234.0, 4208.0, 4249.0, 4214.0, 4262.0, 4261.0, 4272.0, 4244.0, 4248.0, 4217.0, 4234.0, 4245.0, 4268.0, 4247.0, 4245.0, 4213.0, 4235.0, 4215.0, 4246.0, 4222.0, 4226.0, 4210.0, 4202.0, 4226.0, 4225.0, 4209.0, 4258.0, 4236.0, 4215.0, 4225.0, 4205.0, 4235.0, 4204.0, 4248.0, 4204.0, 4225.0, 4207.0, 4224.0, 4216.0, 4250.0, 4231.0, 4240.0, 4207.0, 4239.0, 4217.0, 4248.0, 4239.0, 4241.0, 4231.0, 4238.0, 4228.0, 4235.0, 4207.0, 4249.0, 4219.0, 4250.0, 4263.0, 4227.0, 4238.0, 4238.0, 4206.0, 4239.0, 4217.0, 4261.0, 4226.0, 4240.0, 4238.0, 4235.0, 4209.0, 4240.0, 4252.0, 4253.0, 4240.0, 4229.0, 4218.0, 4250.0, 4259.0, 4251.0, 4261.0, 4233.0, 4214.0, 4218.0, 4228.0, 4238.0, 4205.0, 4251.0, 4250.0, 4250.0, 4239.0, 4259.0, 4240.0, 4248.0, 4239.0, 4238.0, 4222.0, 4223.0, 4227.0, 4249.0, 4213.0, 4250.0, 4240.0, 4251.0, 4229.0, 4229.0, 4239.0, 4239.0, 4246.0, 4227.0, 4261.0, 4281.0, 4249.0, 4229.0, 4250.0, 4219.0, 4261.0, 4240.0, 4263.0, 4258.0, 4260.0, 4230.0, 4225.0, 4230.0, 4246.0, 4240.0, 4274.0, 4272.0, 4245.0, 4229.0, 4214.0, 4240.0, 4261.0, 4238.0, 4262.0, 4273.0, 4251.0, 4220.0, 4226.0, 4221.0, 4263.0, 4258.0, 4274.0, 4250.0, 4261.0, 4209.0, 4227.0, 4214.0, 4262.0, 4272.0, 4264.0, 4271.0, 4261.0, 4231.0, 4226.0, 4241.0, 4248.0, 4270.0, 4262.0, 4262.0, 4270.0, 4227.0, 4250.0, 4214.0, 4261.0, 4229.0, 4262.0, 4269.0, 4261.0, 4220.0, 4240.0, 4230.0, 4239.0, 4251.0, 4240.0, 4264.0, 4262.0, 4261.0, 4261.0, 4251.0, 4230.0, 4235.0, 4251.0, 4230.0, 4249.0, 4225.0, 4241.0, 4240.0, 4242.0, 4227.0, 4276.0, 4245.0, 4274.0, 4253.0, 4216.0, 4252.0, 4221.0, 4263.0, 4246.0, 4238.0, 4226.0, 4261.0, 4242.0, 4273.0, 4261.0, 4235.0, 4205.0, 4215.0, 4239.0, 4260.0, 4269.0, 4248.0, 4258.0, 4236.0, 4214.0, 4178.0, 4214.0, 4189.0, 4219.0, 4222.0, 4220.0, 4213.0, 4214.0, 4204.0, 4215.0, 4215.0, 4222.0, 4249.0, 4226.0, 4215.0, 4227.0, 4216.0, 4238.0, 4220.0, 4240.0, 4238.0, 4239.0, 4204.0, 4222.0, 4215.0, 4225.0, 4238.0, 4223.0, 4216.0, 4224.0, 4250.0, 4262.0, 4256.0, 4262.0, 4231.0, 4236.0, 4220.0, 4272.0, 4263.0, 4261.0, 4209.0, 4249.0, 4204.0, 4250.0, 4244.0, 4251.0, 4260.0, 4259.0, 4238.0, 4239.0, 4217.0, 4240.0, 4240.0, 4238.0, 4239.0, 4262.0, 4264.0, 4231.0, 4263.0, 4263.0, 4246.0, 4231.0, 4250.0, 4220.0, 4251.0, 4229.0, 4260.0, 4261.0, 4263.0, 4271.0, 4262.0, 4230.0, 4241.0, 4231.0, 4263.0, 4247.0, 4263.0, 4273.0, 4273.0, 4211.0, 4237.0, 4229.0, 4261.0, 4241.0, 4262.0, 4262.0, 4236.0, 4220.0, 4263.0, 4270.0, 4236.0, 4241.0, 4263.0, 4241.0, 4262.0, 4221.0, 4251.0, 4232.0, 4266.0, 4266.0, 4283.0, 4253.0, 4251.0, 4251.0, 4248.0, 4251.0, 4248.0, 4260.0, 4239.0, 4239.0, 4203.0, 4240.0, 4214.0, 4260.0, 4261.0, 4271.0, 4248.0, 4249.0, 4229.0], 'WindowWidth': [9510.0, 9504.0, 9484.0, 9453.0, 9459.0, 9401.0, 9380.0, 9379.0, 9391.0, 9395.0, 9405.0, 9420.0, 9395.0, 9394.0, 9375.0, 9372.0, 9387.0, 9359.0, 9420.0, 9412.0, 9406.0, 9389.0, 9405.0, 9368.0, 9428.0, 9411.0, 9428.0, 9422.0, 9417.0, 9399.0, 9430.0, 9387.0, 9432.0, 9442.0, 9435.0, 9438.0, 9430.0, 9397.0, 9413.0, 9398.0, 9439.0, 9441.0, 9368.0, 9396.0, 9362.0, 9419.0, 9361.0, 9422.0, 9455.0, 9395.0, 9393.0, 9393.0, 9393.0, 9419.0, 9409.0, 9444.0, 9395.0, 9409.0, 9365.0, 9405.0, 9392.0, 9385.0, 9420.0, 9368.0, 9389.0, 9346.0, 9375.0, 9403.0, 9422.0, 9404.0, 9401.0, 9385.0, 9420.0, 9412.0, 9414.0, 9380.0, 9395.0, 9410.0, 9434.0, 9358.0, 9387.0, 9413.0, 9399.0, 9389.0, 9404.0, 9371.0, 9372.0, 9375.0, 9393.0, 9390.0, 9425.0, 9399.0, 9421.0, 9380.0, 9409.0, 9379.0, 9398.0, 9377.0, 9416.0, 9409.0, 9412.0, 9381.0, 9411.0, 9442.0, 9388.0, 9416.0, 9415.0, 9368.0, 9410.0, 9428.0, 9383.0, 9445.0, 9430.0, 9424.0, 9380.0, 9401.0, 9408.0, 9444.0, 9444.0, 9430.0, 9441.0, 9394.0, 9359.0, 9417.0, 9387.0, 9370.0, 9401.0, 9379.0, 9395.0, 9393.0, 9393.0, 9378.0, 9439.0, 9392.0, 9420.0, 9440.0, 9424.0, 9408.0, 9425.0, 9396.0, 9398.0, 9386.0, 9450.0, 9417.0, 9416.0, 9398.0, 9400.0, 9412.0, 9448.0, 9403.0, 9445.0, 9385.0, 9426.0, 9383.0, 9439.0, 9397.0, 9429.0, 9432.0, 9428.0, 9369.0, 9397.0, 9398.0, 9444.0, 9455.0, 9443.0, 9391.0, 9412.0, 9367.0, 9428.0, 9407.0, 9397.0, 9369.0, 9422.0, 9417.0, 9419.0, 9411.0, 9384.0, 9397.0, 9426.0, 9411.0, 9401.0, 9450.0, 9388.0, 9399.0, 9371.0, 9404.0, 9434.0, 9450.0, 9447.0, 9408.0, 9446.0, 9404.0, 9401.0, 9431.0, 9387.0, 9441.0, 9433.0, 9447.0, 9412.0, 9404.0, 9401.0, 9402.0, 9387.0, 9441.0, 9403.0, 9415.0, 9369.0, 9431.0, 9412.0, 9457.0, 9439.0, 9416.0, 9403.0, 9412.0, 9424.0, 9421.0, 9420.0, 9392.0, 9415.0, 9372.0, 9359.0, 9360.0, 9386.0, 9356.0, 9400.0, 9385.0, 9401.0, 9373.0, 9400.0, 9378.0, 9405.0, 9377.0, 9419.0, 9393.0, 9424.0, 9393.0, 9403.0, 9372.0, 9389.0, 9404.0, 9373.0, 9372.0, 9357.0, 9358.0, 9373.0, 9405.0, 9402.0, 9434.0, 9418.0, 9373.0, 9386.0, 9361.0, 9387.0, 9390.0, 9390.0, 9434.0, 9390.0, 9392.0, 9365.0, 9352.0, 9418.0, 9440.0, 9381.0, 9425.0, 9402.0, 9394.0, 9363.0, 9410.0, 9380.0, 9441.0, 9440.0, 9393.0, 9393.0, 9422.0, 9350.0, 9425.0, 9418.0, 9381.0, 9383.0, 9436.0, 9378.0, 9407.0, 9364.0, 9394.0, 9393.0, 9405.0, 9423.0, 9398.0, 9397.0, 9361.0, 9380.0, 9350.0, 9423.0, 9389.0, 9377.0, 9395.0, 9422.0, 9405.0, 9408.0, 9378.0, 9404.0, 9390.0, 9408.0, 9397.0, 9392.0, 9406.0, 9393.0, 9365.0, 9425.0, 9398.0, 9399.0, 9370.0, 9392.0, 9380.0, 9394.0, 9423.0, 9379.0, 9426.0, 9445.0, 9423.0, 9345.0, 9405.0, 9366.0, 9426.0, 9391.0, 9425.0, 9416.0, 9441.0, 9381.0, 9425.0, 9395.0, 9426.0, 9397.0, 9426.0, 9415.0, 9421.0, 9390.0, 9404.0, 9374.0, 9355.0, 9385.0, 9372.0, 9420.0, 9405.0, 9372.0, 9386.0, 9358.0, 9388.0, 9391.0, 9369.0, 9418.0, 9420.0, 9404.0, 9376.0, 9420.0, 9334.0, 9424.0, 9440.0, 9432.0, 9372.0, 9423.0, 9394.0, 9413.0, 9414.0, 9375.0, 9444.0, 9442.0, 9429.0, 9391.0, 9436.0, 9369.0, 9434.0, 9444.0, 9451.0, 9403.0, 9426.0, 9364.0, 9408.0, 9382.0, 9339.0, 9415.0, 9376.0, 9433.0, 9440.0, 9434.0, 9426.0, 9407.0, 9376.0, 9327.0, 9418.0, 9398.0, 9405.0, 9422.0, 9401.0, 9368.0, 9385.0, 9357.0, 9404.0, 9388.0, 9407.0, 9437.0, 9407.0, 9374.0, 9377.0, 9332.0, 9375.0, 9363.0, 9349.0, 9357.0, 9389.0, 9431.0, 9357.0, 9450.0, 9439.0, 9430.0, 9393.0, 9404.0, 9388.0, 9387.0, 9403.0, 9437.0, 9421.0, 9374.0, 9385.0, 9358.0, 9328.0, 9403.0, 9397.0, 9396.0, 9393.0, 9395.0, 9379.0, 9377.0, 9425.0, 9430.0, 9440.0, 9347.0, 9393.0, 9377.0, 9377.0, 9389.0, 9396.0, 9398.0, 9420.0, 9418.0, 9374.0, 9404.0, 9329.0, 9404.0, 9361.0, 9422.0, 9437.0, 9401.0, 9337.0, 9357.0, 9385.0, 9385.0, 9366.0, 9374.0, 9405.0, 9387.0, 9356.0, 9384.0, 9373.0, 9416.0, 9380.0, 9413.0, 9350.0, 9393.0, 9384.0, 9406.0, 9394.0, 9421.0, 9433.0, 9426.0, 9336.0, 9376.0, 9362.0, 9406.0, 9362.0, 9393.0, 9438.0, 9404.0, 9347.0, 9388.0, 9376.0, 9420.0, 9390.0, 9406.0, 9379.0, 9389.0, 9371.0, 9390.0, 9353.0, 9427.0, 9423.0, 9410.0, 9413.0, 9392.0, 9405.0, 9395.0, 9390.0, 9396.0, 9365.0, 9380.0, 9428.0, 9407.0, 9434.0, 9358.0, 9375.0, 9360.0, 9381.0, 9396.0, 9407.0, 9409.0, 9365.0, 9378.0, 9367.0, 9376.0, 9399.0, 9412.0, 9388.0, 9392.0, 9363.0, 9393.0, 9406.0, 9388.0, 9388.0, 9433.0, 9403.0, 9360.0, 9391.0, 9377.0, 9420.0, 9403.0, 9384.0, 9376.0, 9358.0, 9357.0, 9372.0, 9343.0, 9387.0, 9361.0, 9375.0, 9378.0, 9399.0, 9392.0, 9445.0, 9453.0, 9418.0, 9372.0, 9398.0, 9351.0, 9397.0, 9407.0, 9363.0, 9382.0, 9382.0, 9350.0, 9381.0, 9368.0, 9370.0, 9385.0, 9378.0, 9398.0, 9431.0, 9429.0, 9340.0, 9384.0, 9385.0, 9427.0, 9427.0, 9444.0, 9421.0, 9435.0, 9364.0, 9404.0, 9377.0, 9387.0, 9333.0, 9426.0, 9413.0, 9436.0, 9390.0, 9360.0, 9407.0, 9408.0, 9422.0, 9423.0, 9435.0, 9373.0, 9375.0, 9387.0, 9360.0, 9405.0, 9414.0, 9427.0, 9367.0, 9417.0, 9361.0, 9416.0, 9433.0, 9420.0, 9419.0, 9428.0, 9381.0, 9396.0, 9353.0, 9369.0, 9392.0, 9417.0, 9383.0, 9352.0, 9356.0, 9358.0, 9389.0, 9355.0, 9366.0, 9384.0, 9405.0, 9402.0, 9404.0, 9404.0, 9407.0, 9376.0, 9369.0, 9340.0, 9382.0, 9322.0, 9366.0, 9384.0, 9411.0, 9393.0, 9349.0, 9345.0, 9349.0, 9399.0, 9378.0, 9389.0, 9390.0, 9357.0, 9406.0, 9373.0, 9417.0, 9380.0, 9437.0, 9399.0, 9402.0, 9373.0, 9387.0, 9371.0, 9418.0, 9422.0, 9424.0, 9387.0, 9403.0, 9348.0, 9392.0, 9374.0, 9420.0, 9397.0, 9396.0, 9388.0, 9357.0, 9358.0, 9361.0, 9361.0, 9343.0, 9373.0, 9411.0, 9440.0, 9403.0, 9405.0, 9374.0, 9388.0, 9414.0, 9411.0, 9369.0, 9388.0, 9390.0, 9387.0, 9372.0, 9395.0, 9381.0, 9429.0, 9416.0, 9442.0, 9396.0, 9410.0, 9423.0, 9419.0, 9404.0, 9414.0, 9441.0, 9376.0, 9407.0, 9359.0, 9361.0, 9361.0, 9389.0, 9422.0, 9347.0, 9389.0, 9393.0, 9378.0, 9414.0, 9384.0, 9415.0, 9415.0, 9395.0, 9392.0, 9408.0, 9365.0, 9381.0, 9419.0, 9397.0, 9420.0, 9404.0, 9403.0, 9373.0, 9390.0, 9386.0, 9421.0, 9430.0, 9404.0, 9398.0, 9354.0, 9402.0, 9379.0, 9403.0, 9375.0, 9415.0, 9358.0, 9400.0, 9400.0, 9373.0, 9375.0, 9419.0, 9382.0, 9381.0, 9386.0, 9371.0, 9347.0, 9403.0, 9347.0, 9427.0, 9420.0, 9436.0, 9391.0, 9398.0, 9356.0, 9370.0, 9394.0, 9427.0, 9395.0, 9390.0, 9345.0, 9374.0, 9347.0, 9391.0, 9353.0, 9368.0, 9332.0, 9324.0, 9364.0, 9362.0, 9327.0, 9411.0, 9382.0, 9350.0, 9362.0, 9336.0, 9378.0, 9335.0, 9399.0, 9332.0, 9361.0, 9344.0, 9358.0, 9354.0, 9405.0, 9384.0, 9395.0, 9344.0, 9389.0, 9358.0, 9401.0, 9389.0, 9394.0, 9382.0, 9386.0, 9373.0, 9373.0, 9344.0, 9401.0, 9361.0, 9405.0, 9429.0, 9368.0, 9387.0, 9386.0, 9342.0, 9390.0, 9358.0, 9423.0, 9366.0, 9394.0, 9387.0, 9375.0, 9350.0, 9394.0, 9414.0, 9416.0, 9393.0, 9376.0, 9361.0, 9405.0, 9416.0, 9407.0, 9421.0, 9369.0, 9343.0, 9358.0, 9373.0, 9387.0, 9337.0, 9410.0, 9405.0, 9405.0, 9389.0, 9417.0, 9390.0, 9398.0, 9388.0, 9388.0, 9352.0, 9354.0, 9368.0, 9401.0, 9342.0, 9404.0, 9390.0, 9407.0, 9374.0, 9374.0, 9388.0, 9390.0, 9389.0, 9371.0, 9421.0, 9450.0, 9401.0, 9374.0, 9404.0, 9361.0, 9420.0, 9392.0, 9428.0, 9411.0, 9417.0, 9378.0, 9360.0, 9379.0, 9391.0, 9392.0, 9443.0, 9439.0, 9388.0, 9376.0, 9345.0, 9390.0, 9421.0, 9388.0, 9423.0, 9441.0, 9407.0, 9365.0, 9364.0, 9368.0, 9428.0, 9410.0, 9445.0, 9407.0, 9422.0, 9350.0, 9365.0, 9346.0, 9424.0, 9438.0, 9432.0, 9436.0, 9422.0, 9380.0, 9365.0, 9394.0, 9396.0, 9433.0, 9423.0, 9425.0, 9431.0, 9370.0, 9402.0, 9345.0, 9419.0, 9376.0, 9424.0, 9432.0, 9421.0, 9363.0, 9390.0, 9380.0, 9391.0, 9409.0, 9394.0, 9431.0, 9427.0, 9422.0, 9420.0, 9407.0, 9376.0, 9373.0, 9408.0, 9378.0, 9403.0, 9361.0, 9393.0, 9393.0, 9397.0, 9368.0, 9450.0, 9407.0, 9444.0, 9416.0, 9352.0, 9412.0, 9368.0, 9428.0, 9391.0, 9381.0, 9364.0, 9421.0, 9398.0, 9440.0, 9421.0, 9374.0, 9334.0, 9347.0, 9386.0, 9417.0, 9426.0, 9395.0, 9411.0, 9375.0, 9342.0, 9285.0, 9346.0, 9301.0, 9340.0, 9350.0, 9346.0, 9342.0, 9344.0, 9331.0, 9347.0, 9348.0, 9351.0, 9401.0, 9367.0, 9351.0, 9367.0, 9352.0, 9387.0, 9366.0, 9390.0, 9387.0, 9388.0, 9328.0, 9352.0, 9348.0, 9363.0, 9384.0, 9355.0, 9355.0, 9357.0, 9405.0, 9427.0, 9407.0, 9423.0, 9381.0, 9378.0, 9364.0, 9439.0, 9429.0, 9421.0, 9348.0, 9402.0, 9330.0, 9403.0, 9385.0, 9408.0, 9421.0, 9415.0, 9385.0, 9386.0, 9356.0, 9391.0, 9392.0, 9385.0, 9389.0, 9426.0, 9431.0, 9385.0, 9428.0, 9428.0, 9391.0, 9381.0, 9407.0, 9363.0, 9408.0, 9377.0, 9420.0, 9420.0, 9428.0, 9437.0, 9423.0, 9379.0, 9394.0, 9381.0, 9427.0, 9394.0, 9429.0, 9443.0, 9438.0, 9353.0, 9378.0, 9376.0, 9420.0, 9395.0, 9426.0, 9425.0, 9376.0, 9367.0, 9426.0, 9434.0, 9377.0, 9397.0, 9428.0, 9395.0, 9425.0, 9369.0, 9411.0, 9386.0, 9437.0, 9437.0, 9455.0, 9415.0, 9408.0, 9408.0, 9396.0, 9408.0, 9395.0, 9417.0, 9388.0, 9385.0, 9327.0, 9390.0, 9343.0, 9418.0, 9422.0, 9432.0, 9398.0, 9401.0, 9376.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.012242553788587464</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.03121724593077643</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.322766504082374</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2310150912265914</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0692801365168525</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4645</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5989.5625</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.09365657806928289</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>39</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>3.648269410664172</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.485244038689044</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.380519579607627</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7513422071301625</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3238703293293437</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00508134</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.014658099971711636</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.03223492205142975</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1069</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.9302498191388797</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>27.5685</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>39.4949</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>157.6745</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>47.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>302254.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>730.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>292.7847</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3267</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>571.5091</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3452.374</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3633.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>74290.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1229.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4540.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>924.3625</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>35.28567396104336</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> |