=== 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-0118 --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-0118",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
123 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
123 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0118_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-0118_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-0118_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-0118/figures/sub-0118_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0118/figures/sub-0118_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0118/figures/sub-0118_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-0118_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-0118/figures/sub-0118_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0118/figures/sub-0118_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0118/figures/sub-0118_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-0118_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-0118/figures/sub-0118_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0118/figures/sub-0118_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0118/figures/sub-0118_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-0118_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-0118/figures/sub-0118_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0118/figures/sub-0118_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0118/figures/sub-0118_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-0118_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-0118/figures/sub-0118_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0118/figures/sub-0118_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0118/figures/sub-0118_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-0118_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-0118/figures/sub-0118_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0118/figures/sub-0118_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0118/figures/sub-0118_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-0118_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-0118/figures/sub-0118_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0118/figures/sub-0118_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-0118/figures/sub-0118_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0118/figures/sub-0118_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-0118/ses-01/func/sub-0118_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>6c6b40c7aad7f72ad59e47dedc64bff6</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:44:41.530000</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.999983, 0.00454059, 0.00364012, -0.00488687, 0.994816, 0.101572]</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.083938</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>31</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4205, -7792, -7220, 348, -97, -26, -123, 73]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</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>218.897</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>2ff5cc43-ab7a-44b2-ad3b-0818f71abd01||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.6828813552856445, -0.013111112639307976, 0.008532129228115082, 113.51448059082031], [-0.012182069942355156, 2.6690189838409424, 0.27428823709487915, -110.91435241699219], [0.009766162373125553, -0.27251070737838745, 2.6860179901123047, -50.679378509521484], [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': ['164441.530000', '164441.990000', '164442.450000', '164442.910000', '164443.370000', '164443.830000', '164444.290000', '164444.750000', '164445.210000', '164445.670000', '164446.130000', '164446.590000', '164447.050000', '164447.510000', '164447.970000', '164448.430000', '164448.890000', '164449.350000', '164449.810000', '164450.270000', '164450.730000', '164451.190000', '164451.650000', '164452.110000', '164452.570000', '164453.030000', '164453.490000', '164453.950000', '164454.410000', '164454.870000', '164455.330000', '164455.790000', '164456.250000', '164456.710000', '164457.170000', '164457.630000', '164458.090000', '164458.550000', '164459.010000', '164459.470000', '164459.930000', '164500.390000', '164500.850000', '164501.310000', '164501.770000', '164502.230000', '164502.690000', '164503.150000', '164503.610000', '164504.070000', '164504.530000', '164504.990000', '164505.450000', '164505.910000', '164506.370000', '164506.830000', '164507.290000', '164507.750000', '164508.210000', '164508.670000', '164509.130000', '164509.590000', '164510.050000', '164510.510000', '164510.970000', '164511.430000', '164511.890000', '164512.350000', '164512.810000', '164513.270000', '164513.730000', '164514.190000', '164514.650000', '164515.110000', '164515.570000', '164516.030000', '164516.490000', '164516.950000', '164517.410000', '164517.870000', '164518.330000', '164518.790000', '164519.250000', '164519.710000', '164520.170000', '164520.630000', '164521.090000', '164521.550000', '164522.010000', '164522.470000', '164522.930000', '164523.390000', '164523.850000', '164524.310000', '164524.770000', '164525.230000', '164525.690000', '164526.150000', '164526.610000', '164527.070000', '164527.530000', '164527.990000', '164528.450000', '164528.910000', '164529.370000', '164529.830000', '164530.290000', '164530.750000', '164531.210000', '164531.670000', '164532.130000', '164532.590000', '164533.050000', '164533.510000', '164533.970000', '164534.430000', '164534.890000', '164535.350000', '164535.810000', '164536.270000', '164536.730000', '164537.190000', '164537.650000', '164538.110000', '164538.570000', '164539.030000', '164539.490000', '164539.950000', '164540.410000', '164540.870000', '164541.330000', '164541.790000', '164542.250000', '164542.710000', '164543.170000', '164543.630000', '164544.090000', '164544.550000', '164545.010000', '164545.470000', '164545.930000', '164546.390000', '164546.850000', '164547.310000', '164547.770000', '164548.230000', '164548.690000', '164549.150000', '164549.610000', '164550.070000', '164550.530000', '164550.990000', '164551.450000', '164551.910000', '164552.370000', '164552.830000', '164553.290000', '164553.750000', '164554.210000', '164554.670000', '164555.130000', '164555.590000', '164556.050000', '164556.510000', '164556.970000', '164557.430000', '164557.890000', '164558.350000', '164558.810000', '164559.270000', '164559.730000', '164600.190000', '164600.650000', '164601.110000', '164601.570000', '164602.030000', '164602.490000', '164602.950000', '164603.410000', '164603.870000', '164604.330000', '164604.790000', '164605.250000', '164605.710000', '164606.170000', '164606.630000', '164607.090000', '164607.550000', '164608.010000', '164608.470000', '164608.930000', '164609.390000', '164609.850000', '164610.310000', '164610.770000', '164611.230000', '164611.690000', '164612.150000', '164612.610000', '164613.070000', '164613.530000', '164613.990000', '164614.450000', '164614.910000', '164615.370000', '164615.830000', '164616.290000', '164616.750000', '164617.210000', '164617.670000', '164618.130000', '164618.590000', '164619.050000', '164619.510000', '164619.970000', '164620.430000', '164620.890000', '164621.350000', '164621.810000', '164622.270000', '164622.730000', '164623.190000', '164623.650000', '164624.110000', '164624.570000', '164625.030000', '164625.490000', '164625.950000', '164626.410000', '164626.870000', '164627.330000', '164627.790000', '164628.250000', '164628.710000', '164629.170000', '164629.630000', '164630.090000', '164630.550000', '164631.010000', '164631.470000', '164631.930000', '164632.390000', '164632.850000', '164633.310000', '164633.770000', '164634.230000', '164634.690000', '164635.150000', '164635.610000', '164636.070000', '164636.530000', '164636.990000', '164637.450000', '164637.910000', '164638.370000', '164638.830000', '164639.290000', '164639.750000', '164640.210000', '164640.670000', '164641.130000', '164641.590000', '164642.050000', '164642.510000', '164642.970000', '164643.430000', '164643.890000', '164644.350000', '164644.810000', '164645.270000', '164645.730000', '164646.190000', '164646.650000', '164647.110000', '164647.570000', '164648.030000', '164648.490000', '164648.950000', '164649.410000', '164649.870000', '164650.330000', '164650.790000', '164651.250000', '164651.710000', '164652.170000', '164652.630000', '164653.090000', '164653.550000', '164654.010000', '164654.470000', '164654.930000', '164655.390000', '164655.850000', '164656.310000', '164656.770000', '164657.230000', '164657.690000', '164658.150000', '164658.610000', '164659.070000', '164659.530000', '164659.990000', '164700.450000', '164700.910000', '164701.370000', '164701.830000', '164702.290000', '164702.750000', '164703.210000', '164703.670000', '164704.130000', '164704.590000', '164705.050000', '164705.510000', '164705.970000', '164706.430000', '164706.890000', '164707.350000', '164707.810000', '164708.270000', '164708.730000', '164709.190000', '164709.650000', '164710.110000', '164710.570000', '164711.030000', '164711.490000', '164711.950000', '164712.410000', '164712.870000', '164713.330000', '164713.790000', '164714.250000', '164714.710000', '164715.170000', '164715.630000', '164716.090000', '164716.550000', '164717.010000', '164717.470000', '164717.930000', '164718.390000', '164718.850000', '164719.310000', '164719.770000', '164720.230000', '164720.690000', '164721.150000', '164721.610000', '164722.070000', '164722.530000', '164722.990000', '164723.450000', '164723.910000', '164724.370000', '164724.830000', '164725.290000', '164725.750000', '164726.210000', '164726.670000', '164727.130000', '164727.590000', '164728.050000', '164728.510000', '164728.970000', '164729.430000', '164729.890000', '164730.350000', '164730.810000', '164731.270000', '164731.730000', '164732.190000', '164732.650000', '164733.110000', '164733.570000', '164734.030000', '164734.490000', '164734.950000', '164735.410000', '164735.870000', '164736.330000', '164736.790000', '164737.250000', '164737.710000', '164738.170000', '164738.630000', '164739.090000', '164739.550000', '164740.010000', '164740.470000', '164740.930000', '164741.390000', '164741.850000', '164742.310000', '164742.770000', '164743.230000', '164743.690000', '164744.150000', '164744.610000', '164745.070000', '164745.530000', '164745.990000', '164746.450000', '164746.910000', '164747.370000', '164747.830000', '164748.290000', '164748.750000', '164749.210000', '164749.670000', '164750.130000', '164750.590000', '164751.050000', '164751.510000', '164751.970000', '164752.430000', '164752.890000', '164753.350000', '164753.810000', '164754.270000', '164754.730000', '164755.190000', '164755.650000', '164756.110000', '164756.570000', '164757.030000', '164757.490000', '164757.950000', '164758.410000', '164758.870000', '164759.330000', '164759.790000', '164800.250000', '164800.710000', '164801.170000', '164801.630000', '164802.090000', '164802.550000', '164803.010000', '164803.470000', '164803.930000', '164804.390000', '164804.850000', '164805.310000', '164805.770000', '164806.230000', '164806.690000', '164807.150000', '164807.610000', '164808.070000', '164808.530000', '164808.990000', '164809.450000', '164809.910000', '164810.370000', '164810.830000', '164811.290000', '164811.750000', '164812.210000', '164812.670000', '164813.130000', '164813.590000', '164814.050000', '164814.510000', '164814.970000', '164815.430000', '164815.890000', '164816.350000', '164816.810000', '164817.270000', '164817.730000', '164818.190000', '164818.650000', '164819.110000', '164819.570000', '164820.030000', '164820.490000', '164820.950000', '164821.410000', '164821.870000', '164822.330000', '164822.790000', '164823.250000', '164823.710000', '164824.170000', '164824.630000', '164825.090000', '164825.550000', '164826.010000', '164826.470000', '164826.930000', '164827.390000', '164827.850000', '164828.310000', '164828.770000', '164829.230000', '164829.690000', '164830.150000', '164830.610000', '164831.070000', '164831.530000', '164831.990000', '164832.450000', '164832.910000', '164833.370000', '164833.830000', '164834.290000', '164834.750000', '164835.210000', '164835.670000', '164836.130000', '164836.590000', '164837.050000', '164837.510000', '164837.970000', '164838.430000', '164838.890000', '164839.350000', '164839.810000', '164840.270000', '164840.730000', '164841.190000', '164841.650000', '164842.110000', '164842.570000', '164843.030000', '164843.490000', '164843.950000', '164844.410000', '164844.870000', '164845.330000', '164845.790000', '164846.250000', '164846.710000', '164847.170000', '164847.630000', '164848.090000', '164848.550000', '164849.010000', '164849.470000', '164849.930000', '164850.390000', '164850.850000', '164851.310000', '164851.770000', '164852.230000', '164852.690000', '164853.150000', '164853.610000', '164854.070000', '164854.530000', '164854.990000', '164855.450000', '164855.910000', '164856.370000', '164856.830000', '164857.290000', '164857.750000', '164858.210000', '164858.670000', '164859.130000', '164859.590000', '164900.050000', '164900.510000', '164900.970000', '164901.430000', '164901.890000', '164902.350000', '164902.810000', '164903.270000', '164903.730000', '164904.190000', '164904.650000', '164905.110000', '164905.570000', '164906.030000', '164906.490000', '164906.950000', '164907.410000', '164907.870000', '164908.330000', '164908.790000', '164909.250000', '164909.710000', '164910.170000', '164910.630000', '164911.090000', '164911.550000', '164912.010000', '164912.470000', '164912.930000', '164913.390000', '164913.850000', '164914.310000', '164914.770000', '164915.230000', '164915.690000', '164916.150000', '164916.610000', '164917.070000', '164917.530000', '164917.990000', '164918.450000', '164918.910000', '164919.370000', '164919.830000', '164920.290000', '164920.750000', '164921.210000', '164921.670000', '164922.130000', '164922.590000', '164923.050000', '164923.510000', '164923.970000', '164924.430000', '164924.890000', '164925.350000', '164925.810000', '164926.270000', '164926.730000', '164927.190000', '164927.650000', '164928.110000', '164928.570000', '164929.030000', '164929.490000', '164929.950000', '164930.410000', '164930.870000', '164931.330000', '164931.790000', '164932.250000', '164932.710000', '164933.170000', '164933.630000', '164934.090000', '164934.550000', '164935.010000', '164935.470000', '164935.930000', '164936.390000', '164936.850000', '164937.310000', '164937.770000', '164938.230000', '164938.690000', '164939.150000', '164939.610000', '164940.070000', '164940.530000', '164940.990000', '164941.450000', '164941.910000', '164942.370000', '164942.830000', '164943.290000', '164943.750000', '164944.210000', '164944.670000', '164945.130000', '164945.590000', '164946.050000', '164946.510000', '164946.970000', '164947.430000', '164947.890000', '164948.350000', '164948.810000', '164949.270000', '164949.730000', '164950.190000', '164950.650000', '164951.110000', '164951.570000', '164952.030000', '164952.490000', '164952.950000', '164953.410000', '164953.870000', '164954.330000', '164954.790000', '164955.250000', '164955.710000', '164956.170000', '164956.630000', '164957.090000', '164957.550000', '164958.010000', '164958.470000', '164958.930000', '164959.390000', '164959.850000', '165000.310000', '165000.770000', '165001.230000', '165001.690000', '165002.150000', '165002.610000', '165003.070000', '165003.530000', '165003.990000', '165004.450000', '165004.910000', '165005.370000', '165005.830000', '165006.290000', '165006.750000', '165007.210000', '165007.670000', '165008.130000', '165008.590000', '165009.050000', '165009.510000', '165009.970000', '165010.430000', '165010.890000', '165011.350000', '165011.810000', '165012.270000', '165012.730000', '165013.190000', '165013.650000', '165014.110000', '165014.570000', '165015.030000', '165015.490000', '165015.950000', '165016.410000', '165016.870000', '165017.330000', '165017.790000', '165018.250000', '165018.710000', '165019.170000', '165019.630000', '165020.090000', '165020.550000', '165021.010000', '165021.470000', '165021.930000', '165022.390000', '165022.850000', '165023.310000', '165023.770000', '165024.230000', '165024.690000', '165025.150000', '165025.610000', '165026.070000', '165026.530000', '165026.990000', '165027.450000', '165027.910000', '165028.370000', '165028.830000', '165029.290000', '165029.750000', '165030.210000', '165030.670000', '165031.130000', '165031.590000', '165032.050000', '165032.510000', '165032.970000', '165033.430000', '165033.890000', '165034.350000', '165034.810000', '165035.270000', '165035.730000', '165036.190000', '165036.650000', '165037.110000', '165037.570000', '165038.030000', '165038.490000', '165038.950000', '165039.410000', '165039.870000', '165040.330000', '165040.790000', '165041.250000', '165041.710000', '165042.170000', '165042.630000', '165043.090000', '165043.550000', '165044.010000', '165044.470000', '165044.930000', '165045.390000', '165045.850000', '165046.310000', '165046.770000', '165047.230000', '165047.690000', '165048.150000', '165048.610000', '165049.070000', '165049.530000', '165049.990000', '165050.450000', '165050.910000', '165051.370000', '165051.830000', '165052.290000', '165052.750000', '165053.210000', '165053.670000', '165054.130000', '165054.590000', '165055.050000', '165055.510000', '165055.970000', '165056.430000', '165056.890000', '165057.350000', '165057.810000', '165058.270000', '165058.730000', '165059.190000', '165059.650000', '165100.110000', '165100.570000', '165101.030000', '165101.490000', '165101.950000', '165102.410000', '165102.870000', '165103.330000', '165103.790000', '165104.250000', '165104.710000', '165105.170000', '165105.630000', '165106.090000', '165106.550000', '165107.010000', '165107.470000', '165107.930000', '165108.390000', '165108.850000', '165109.310000', '165109.770000', '165110.230000', '165110.690000', '165111.150000', '165111.610000', '165112.070000', '165112.530000', '165112.990000', '165113.450000', '165113.910000', '165114.370000', '165114.830000', '165115.290000', '165115.750000', '165116.210000', '165116.670000', '165117.130000', '165117.590000', '165118.050000', '165118.510000', '165118.970000', '165119.430000', '165119.890000', '165120.350000', '165120.810000', '165121.270000', '165121.730000', '165122.190000', '165122.650000', '165123.110000', '165123.570000', '165124.030000', '165124.490000', '165124.950000', '165125.410000', '165125.870000', '165126.330000', '165126.790000', '165127.250000', '165127.710000', '165128.170000', '165128.630000', '165129.090000', '165129.550000', '165130.010000', '165130.470000', '165130.930000', '165131.390000', '165131.850000', '165132.310000', '165132.770000', '165133.230000', '165133.690000', '165134.150000', '165134.610000', '165135.070000', '165135.530000', '165135.990000', '165136.450000', '165136.910000', '165137.370000', '165137.830000', '165138.290000', '165138.750000', '165139.210000', '165139.670000', '165140.130000', '165140.590000', '165141.050000', '165141.510000', '165141.970000', '165142.430000', '165142.890000', '165143.350000', '165143.810000', '165144.270000', '165144.730000', '165145.190000', '165145.650000', '165146.110000', '165146.570000', '165147.030000', '165147.490000', '165147.950000', '165148.410000', '165148.870000', '165149.330000', '165149.790000', '165150.250000', '165150.710000', '165151.170000', '165151.630000', '165152.090000', '165152.550000', '165153.010000', '165153.470000', '165153.930000', '165154.390000', '165154.850000', '165155.310000', '165155.770000', '165156.230000', '165156.690000', '165157.150000', '165157.610000', '165158.070000', '165158.530000', '165158.990000', '165159.450000', '165159.910000', '165200.370000', '165200.830000', '165201.290000', '165201.750000', '165202.210000', '165202.670000', '165203.130000', '165203.590000', '165204.050000', '165204.510000', '165204.970000', '165205.430000', '165205.890000', '165206.350000', '165206.810000', '165207.270000', '165207.730000', '165208.190000', '165208.650000', '165209.110000', '165209.570000', '165210.030000', '165210.490000', '165210.950000', '165211.410000', '165211.870000', '165212.330000', '165212.790000', '165213.250000', '165213.710000', '165214.170000', '165214.630000', '165215.090000', '165215.550000', '165216.010000', '165216.470000', '165216.930000', '165217.390000', '165217.850000', '165218.310000', '165218.770000', '165219.230000', '165219.690000', '165220.150000', '165220.610000', '165221.070000', '165221.530000', '165221.990000', '165222.450000', '165222.910000', '165223.370000', '165223.830000', '165224.290000', '165224.750000', '165225.210000', '165225.670000', '165226.130000', '165226.590000', '165227.050000', '165227.510000', '165227.970000', '165228.430000', '165228.890000', '165229.350000', '165229.810000', '165230.270000', '165230.730000', '165231.190000', '165231.650000', '165232.110000', '165232.570000', '165233.030000', '165233.490000', '165233.950000', '165234.410000', '165234.870000', '165235.330000', '165235.790000', '165236.250000', '165236.710000', '165237.170000', '165237.630000', '165238.090000', '165238.550000', '165239.010000', '165239.470000', '165239.930000', '165240.390000', '165240.850000', '165241.310000', '165241.770000', '165242.230000', '165242.690000', '165243.150000', '165243.610000', '165244.070000', '165244.530000', '165244.990000', '165245.450000', '165245.910000', '165246.370000', '165246.830000', '165247.290000', '165247.750000', '165248.210000', '165248.670000', '165249.130000', '165249.590000', '165250.050000', '165250.510000', '165250.970000', '165251.430000', '165251.890000', '165252.350000', '165252.810000', '165253.270000', '165253.730000', '165254.190000', '165254.650000'], 'ContentTime': ['164502.828000', '164502.841000', '164502.844000', '164502.846000', '164502.849000', '164502.851000', '164502.854000', '164502.856000', '164502.859000', '164502.861000', '164502.864000', '164502.866000', '164502.869000', '164502.872000', '164502.874000', '164502.877000', '164502.879000', '164502.882000', '164502.884000', '164502.887000', '164502.889000', '164502.892000', '164502.895000', '164502.897000', '164502.900000', '164502.902000', '164502.905000', '164502.907000', '164502.910000', '164502.913000', '164502.915000', '164502.918000', '164502.920000', '164502.923000', '164502.925000', '164502.928000', '164502.930000', '164502.933000', '164502.936000', '164502.938000', '164502.941000', '164502.943000', '164502.946000', '164502.948000', '164522.783000', '164522.786000', '164522.789000', '164522.791000', '164522.794000', '164522.797000', '164522.799000', '164522.802000', '164522.804000', '164522.807000', '164522.810000', '164522.812000', '164522.815000', '164522.817000', '164522.820000', '164522.823000', '164522.825000', '164522.828000', '164522.830000', '164522.833000', '164522.836000', '164522.838000', '164522.841000', '164522.843000', '164522.846000', '164522.849000', '164522.851000', '164522.854000', '164522.856000', '164522.859000', '164522.862000', '164522.864000', '164522.867000', '164522.869000', '164522.872000', '164522.875000', '164522.877000', '164522.880000', '164522.882000', '164522.885000', '164522.888000', '164522.890000', '164522.893000', '164522.896000', '164542.783000', '164542.786000', '164542.789000', '164542.791000', '164542.794000', '164542.797000', '164542.799000', '164542.802000', '164542.804000', '164542.807000', '164542.810000', '164542.812000', '164542.815000', '164542.817000', '164542.820000', '164542.823000', '164542.825000', '164542.828000', '164542.830000', '164542.833000', '164542.836000', '164542.838000', '164542.841000', '164542.843000', '164542.846000', '164542.848000', '164542.851000', '164542.854000', '164542.856000', '164542.869000', '164542.872000', '164542.874000', '164542.877000', '164542.879000', '164542.882000', '164542.884000', '164542.887000', '164542.889000', '164542.892000', '164542.895000', '164542.897000', '164542.900000', '164542.902000', '164602.785000', '164602.787000', '164602.790000', '164602.793000', '164602.795000', '164602.798000', '164602.800000', '164602.803000', '164602.806000', '164602.808000', '164602.811000', '164602.814000', '164602.816000', '164602.819000', '164602.821000', '164602.824000', '164602.826000', '164602.829000', '164602.832000', '164602.834000', '164602.837000', '164602.839000', '164602.842000', '164602.844000', '164602.847000', '164602.850000', '164602.852000', '164602.855000', '164602.858000', '164602.860000', '164602.870000', '164602.873000', '164602.875000', '164602.878000', '164602.880000', '164602.883000', '164602.885000', '164602.888000', '164602.890000', '164602.893000', '164602.896000', '164602.898000', '164602.901000', '164602.903000', '164622.785000', '164622.787000', '164622.790000', '164622.793000', '164622.795000', '164622.798000', '164622.801000', '164622.804000', '164622.807000', '164622.809000', '164622.812000', '164622.814000', '164622.817000', '164622.820000', '164622.822000', '164622.825000', '164622.828000', '164622.831000', '164622.834000', '164622.836000', '164622.839000', '164622.842000', '164622.862000', '164622.865000', '164622.868000', '164622.870000', '164622.873000', '164622.876000', '164622.882000', '164622.885000', '164622.888000', '164622.890000', '164622.893000', '164622.895000', '164622.898000', '164622.901000', '164622.903000', '164622.906000', '164622.909000', '164622.912000', '164622.914000', '164622.917000', '164622.920000', '164642.783000', '164642.786000', '164642.789000', '164642.792000', '164642.794000', '164642.797000', '164642.800000', '164642.802000', '164642.805000', '164642.808000', '164642.811000', '164642.813000', '164642.816000', '164642.819000', '164642.821000', '164642.824000', '164642.827000', '164642.829000', '164642.832000', '164642.835000', '164642.837000', '164642.840000', '164642.843000', '164642.845000', '164642.848000', '164642.850000', '164642.853000', '164642.856000', '164642.859000', '164642.861000', '164642.864000', '164642.866000', '164642.869000', '164642.872000', '164642.879000', '164642.881000', '164642.884000', '164642.887000', '164642.889000', '164642.892000', '164642.895000', '164642.897000', '164642.900000', '164642.902000', '164702.784000', '164702.787000', '164702.790000', '164702.792000', '164702.795000', '164702.797000', '164702.800000', '164702.803000', '164702.806000', '164702.808000', '164702.811000', '164702.814000', '164702.816000', '164702.819000', '164702.822000', '164702.825000', '164702.828000', '164702.830000', '164702.833000', '164702.836000', '164702.838000', '164702.841000', '164702.844000', '164702.846000', '164702.849000', '164702.851000', '164702.854000', '164702.857000', '164702.859000', '164702.862000', '164702.865000', '164702.867000', '164702.870000', '164702.873000', '164702.875000', '164702.878000', '164702.880000', '164702.883000', '164702.886000', '164702.889000', '164702.891000', '164702.894000', '164702.897000', '164722.783000', '164722.786000', '164722.789000', '164722.791000', '164722.794000', '164722.797000', '164722.799000', '164722.802000', '164722.805000', '164722.807000', '164722.810000', '164722.812000', '164722.815000', '164722.817000', '164722.820000', '164722.823000', '164722.825000', '164722.828000', '164722.830000', '164722.833000', '164722.836000', '164722.846000', '164722.848000', '164722.851000', '164722.853000', '164722.856000', '164722.858000', '164722.861000', '164722.864000', '164722.866000', '164722.869000', '164722.871000', '164722.874000', '164722.876000', '164722.888000', '164722.890000', '164722.893000', '164722.895000', '164722.898000', '164722.901000', '164722.903000', '164722.906000', '164722.908000', '164722.911000', '164742.784000', '164742.786000', '164742.789000', '164742.792000', '164742.794000', '164742.797000', '164742.800000', '164742.802000', '164742.805000', '164742.808000', '164742.810000', '164742.813000', '164742.815000', '164742.818000', '164742.821000', '164742.823000', '164742.826000', '164742.829000', '164742.831000', '164742.834000', '164742.836000', '164742.839000', '164742.841000', '164742.844000', '164742.847000', '164742.849000', '164742.852000', '164742.854000', '164742.857000', '164742.859000', '164742.862000', '164742.865000', '164742.867000', '164742.870000', '164742.872000', '164742.875000', '164742.878000', '164742.880000', '164742.883000', '164742.886000', '164742.888000', '164742.891000', '164742.893000', '164802.783000', '164802.786000', '164802.789000', '164802.791000', '164802.794000', '164802.797000', '164802.799000', '164802.802000', '164802.805000', '164802.807000', '164802.810000', '164802.812000', '164802.815000', '164802.817000', '164802.820000', '164802.823000', '164802.826000', '164802.828000', '164802.847000', '164802.850000', '164802.852000', '164802.855000', '164802.858000', '164802.860000', '164802.863000', '164802.865000', '164802.868000', '164802.870000', '164802.873000', '164802.876000', '164802.878000', '164802.881000', '164802.884000', '164802.886000', '164802.889000', '164802.891000', '164802.894000', '164802.897000', '164802.899000', '164802.902000', '164802.904000', '164802.907000', '164802.910000', '164822.784000', '164822.787000', '164822.790000', '164822.793000', '164822.795000', '164822.798000', '164822.801000', '164822.803000', '164822.806000', '164822.808000', '164822.811000', '164822.814000', '164822.816000', '164822.819000', '164822.821000', '164822.824000', '164822.826000', '164822.829000', '164822.832000', '164822.834000', '164822.837000', '164822.839000', '164822.842000', '164822.845000', '164822.847000', '164822.850000', '164822.852000', '164822.855000', '164822.857000', '164822.860000', '164822.863000', '164822.865000', '164822.868000', '164822.871000', '164822.873000', '164822.876000', '164822.878000', '164822.881000', '164822.883000', '164822.886000', '164822.888000', '164822.891000', '164822.894000', '164822.896000', '164842.785000', '164842.788000', '164842.790000', '164842.793000', '164842.796000', '164842.799000', '164842.801000', '164842.804000', '164842.807000', '164842.809000', '164842.812000', '164842.814000', '164842.817000', '164842.820000', '164842.822000', '164842.825000', '164842.827000', '164842.830000', '164842.833000', '164842.835000', '164842.838000', '164842.840000', '164842.843000', '164842.845000', '164842.848000', '164842.851000', '164842.853000', '164842.856000', '164842.858000', '164842.861000', '164842.864000', '164842.866000', '164842.869000', '164842.872000', '164842.874000', '164842.877000', '164842.879000', '164842.882000', '164842.885000', '164842.887000', '164842.890000', '164842.892000', '164842.895000', '164902.783000', '164902.786000', '164902.789000', '164902.792000', '164902.794000', '164902.797000', '164902.800000', '164902.802000', '164902.805000', '164902.807000', '164902.810000', '164902.812000', '164902.815000', '164902.817000', '164902.820000', '164902.823000', '164902.825000', '164902.828000', '164902.830000', '164902.833000', '164902.836000', '164902.838000', '164902.841000', '164902.843000', '164902.846000', '164902.848000', '164902.851000', '164902.854000', '164902.856000', '164902.859000', '164902.862000', '164902.864000', '164902.867000', '164902.869000', '164902.872000', '164902.874000', '164902.877000', '164902.880000', '164902.882000', '164902.885000', '164902.887000', '164902.890000', '164902.892000', '164902.895000', '164922.783000', '164922.786000', '164922.789000', '164922.792000', '164922.794000', '164922.797000', '164922.800000', '164922.802000', '164922.806000', '164922.808000', '164922.812000', '164922.814000', '164922.817000', '164922.820000', '164922.822000', '164922.825000', '164922.828000', '164922.830000', '164922.833000', '164922.835000', '164922.838000', '164922.841000', '164922.843000', '164922.846000', '164922.848000', '164922.851000', '164922.853000', '164922.856000', '164922.859000', '164922.861000', '164922.864000', '164922.867000', '164922.869000', '164922.872000', '164922.875000', '164922.877000', '164922.880000', '164922.883000', '164922.885000', '164922.888000', '164922.890000', '164922.893000', '164922.895000', '164942.783000', '164942.786000', '164942.789000', '164942.792000', '164942.794000', '164942.797000', '164942.799000', '164942.802000', '164942.805000', '164942.807000', '164942.810000', '164942.812000', '164942.815000', '164942.817000', '164942.820000', '164942.823000', '164942.825000', '164942.828000', '164942.831000', '164942.833000', '164942.836000', '164942.838000', '164942.841000', '164942.843000', '164942.846000', '164942.849000', '164942.851000', '164942.854000', '164942.857000', '164942.859000', '164942.862000', '164942.865000', '164942.867000', '164942.870000', '164942.872000', '164942.875000', '164942.878000', '164942.880000', '164942.883000', '164942.885000', '164942.888000', '164942.890000', '164942.893000', '164942.896000', '165002.784000', '165002.786000', '165002.789000', '165002.792000', '165002.794000', '165002.797000', '165002.800000', '165002.802000', '165002.805000', '165002.807000', '165002.810000', '165002.813000', '165002.815000', '165002.818000', '165002.820000', '165002.823000', '165002.826000', '165002.829000', '165002.832000', '165002.842000', '165002.845000', '165002.848000', '165002.851000', '165002.853000', '165002.856000', '165002.858000', '165002.861000', '165002.864000', '165002.866000', '165002.869000', '165002.872000', '165002.874000', '165002.877000', '165002.879000', '165002.882000', '165002.885000', '165002.887000', '165002.890000', '165002.892000', '165002.895000', '165002.897000', '165002.900000', '165002.903000', '165022.783000', '165022.786000', '165022.789000', '165022.792000', '165022.794000', '165022.797000', '165022.799000', '165022.802000', '165022.805000', '165022.807000', '165022.810000', '165022.812000', '165022.815000', '165022.818000', '165022.820000', '165022.823000', '165022.826000', '165022.828000', '165022.831000', '165022.833000', '165022.836000', '165022.838000', '165022.841000', '165022.844000', '165022.846000', '165022.849000', '165022.853000', '165022.856000', '165022.858000', '165022.861000', '165022.864000', '165022.866000', '165022.869000', '165022.872000', '165022.874000', '165022.877000', '165022.879000', '165022.882000', '165022.884000', '165022.887000', '165022.890000', '165022.892000', '165022.895000', '165022.897000', '165042.785000', '165042.788000', '165042.790000', '165042.793000', '165042.796000', '165042.798000', '165042.801000', '165042.803000', '165042.806000', '165042.809000', '165042.811000', '165042.814000', '165042.816000', '165042.819000', '165042.822000', '165042.824000', '165042.827000', '165042.830000', '165042.832000', '165042.835000', '165042.838000', '165042.840000', '165042.843000', '165042.847000', '165042.850000', '165042.853000', '165042.856000', '165042.858000', '165042.861000', '165042.864000', '165042.867000', '165042.870000', '165042.872000', '165042.875000', '165042.877000', '165042.880000', '165042.882000', '165042.885000', '165042.888000', '165042.890000', '165042.893000', '165042.895000', '165042.898000', '165102.785000', '165102.787000', '165102.790000', '165102.793000', '165102.795000', '165102.798000', '165102.800000', '165102.803000', '165102.806000', '165102.808000', '165102.811000', '165102.814000', '165102.816000', '165102.819000', '165102.821000', '165102.824000', '165102.827000', '165102.829000', '165102.832000', '165102.834000', '165102.837000', '165102.839000', '165102.842000', '165102.844000', '165102.847000', '165102.850000', '165102.852000', '165102.855000', '165102.857000', '165102.860000', '165102.862000', '165102.865000', '165102.868000', '165102.870000', '165102.873000', '165102.875000', '165102.878000', '165102.881000', '165102.883000', '165102.886000', '165102.888000', '165102.891000', '165102.894000', '165102.896000', '165122.783000', '165122.786000', '165122.789000', '165122.791000', '165122.794000', '165122.797000', '165122.799000', '165122.802000', '165122.805000', '165122.807000', '165122.810000', '165122.812000', '165122.815000', '165122.818000', '165122.820000', '165122.823000', '165122.825000', '165122.828000', '165122.831000', '165122.833000', '165122.836000', '165122.838000', '165122.841000', '165122.843000', '165122.846000', '165122.849000', '165122.851000', '165122.854000', '165122.857000', '165122.859000', '165122.862000', '165122.865000', '165122.867000', '165122.870000', '165122.872000', '165122.875000', '165122.877000', '165122.880000', '165122.883000', '165122.885000', '165122.888000', '165122.891000', '165122.893000', '165142.784000', '165142.786000', '165142.789000', '165142.792000', '165142.794000', '165142.797000', '165142.800000', '165142.802000', '165142.805000', '165142.807000', '165142.810000', '165142.813000', '165142.815000', '165142.818000', '165142.820000', '165142.823000', '165142.826000', '165142.828000', '165142.831000', '165142.834000', '165142.836000', '165142.839000', '165142.841000', '165142.844000', '165142.846000', '165142.849000', '165142.852000', '165142.854000', '165142.857000', '165142.859000', '165142.862000', '165142.865000', '165142.867000', '165142.870000', '165142.872000', '165142.875000', '165142.878000', '165142.880000', '165142.883000', '165142.885000', '165142.888000', '165142.890000', '165142.893000', '165142.896000', '165202.784000', '165202.786000', '165202.789000', '165202.792000', '165202.794000', '165202.797000', '165202.800000', '165202.802000', '165202.805000', '165202.808000', '165202.810000', '165202.813000', '165202.815000', '165202.818000', '165202.820000', '165202.823000', '165202.826000', '165202.828000', '165202.831000', '165202.833000', '165202.836000', '165202.839000', '165202.841000', '165202.844000', '165202.847000', '165202.849000', '165202.852000', '165202.855000', '165202.857000', '165202.860000', '165202.862000', '165202.865000', '165202.867000', '165202.870000', '165202.873000', '165202.876000', '165202.878000', '165202.881000', '165202.885000', '165202.889000', '165202.892000', '165202.894000', '165202.897000', '165222.783000', '165222.786000', '165222.789000', '165222.792000', '165222.794000', '165222.797000', '165222.799000', '165222.813000', '165222.815000', '165222.818000', '165222.821000', '165222.823000', '165222.826000', '165222.828000', '165222.831000', '165222.834000', '165222.836000', '165222.839000', '165222.841000', '165222.844000', '165222.846000', '165222.849000', '165222.852000', '165222.854000', '165222.857000', '165222.860000', '165222.862000', '165222.865000', '165222.867000', '165222.870000', '165222.872000', '165222.875000', '165222.878000', '165222.880000', '165222.883000', '165222.885000', '165222.888000', '165222.891000', '165222.893000', '165222.896000', '165222.898000', '165222.901000', '165222.904000', '165222.906000', '165242.784000', '165242.786000', '165242.789000', '165242.791000', '165242.794000', '165242.797000', '165242.799000', '165242.802000', '165242.805000', '165242.807000', '165242.810000', '165242.813000', '165242.815000', '165242.818000', '165242.820000', '165242.823000', '165242.825000', '165242.828000', '165242.831000', '165242.833000', '165242.836000', '165242.839000', '165242.841000', '165242.844000', '165242.846000', '165242.855000', '165242.858000', '165242.861000', '165242.863000', '165242.866000', '165242.868000', '165242.871000', '165242.874000', '165242.876000', '165242.879000', '165242.882000', '165242.885000', '165242.887000', '165242.890000', '165242.893000', '165242.895000', '165242.898000', '165242.900000', '165255.718000', '165255.721000', '165255.723000', '165255.726000', '165255.729000', '165255.731000', '165255.734000', '165255.737000', '165255.740000', '165255.743000', '165255.745000', '165255.748000', '165255.751000', '165255.754000', '165255.757000', '165255.760000', '165255.762000', '165255.767000', '165255.770000', '165255.773000', '165255.776000', '165255.779000', '165255.782000', '165255.785000', '165255.789000', '165255.792000', '165255.795000', '165255.800000', '165255.804000'], 'InstanceCreationTime': ['164502.828000', '164502.841000', '164502.844000', '164502.846000', '164502.849000', '164502.851000', '164502.854000', '164502.856000', '164502.859000', '164502.861000', '164502.864000', '164502.866000', '164502.869000', '164502.872000', '164502.874000', '164502.877000', '164502.879000', '164502.882000', '164502.884000', '164502.887000', '164502.889000', '164502.892000', '164502.895000', '164502.897000', '164502.900000', '164502.902000', '164502.905000', '164502.907000', '164502.910000', '164502.913000', '164502.915000', '164502.918000', '164502.920000', '164502.923000', '164502.925000', '164502.928000', '164502.930000', '164502.933000', '164502.936000', '164502.938000', '164502.941000', '164502.943000', '164502.946000', '164502.948000', '164522.783000', '164522.786000', '164522.789000', '164522.791000', '164522.794000', '164522.797000', '164522.799000', '164522.802000', '164522.804000', '164522.807000', '164522.810000', '164522.812000', '164522.815000', '164522.817000', '164522.820000', '164522.823000', '164522.825000', '164522.828000', '164522.830000', '164522.833000', '164522.836000', '164522.838000', '164522.841000', '164522.843000', '164522.846000', '164522.849000', '164522.851000', '164522.854000', '164522.856000', '164522.859000', '164522.862000', '164522.864000', '164522.867000', '164522.869000', '164522.872000', '164522.875000', '164522.877000', '164522.880000', '164522.882000', '164522.885000', '164522.888000', '164522.890000', '164522.893000', '164522.896000', '164542.783000', '164542.786000', '164542.789000', '164542.791000', '164542.794000', '164542.797000', '164542.799000', '164542.802000', '164542.804000', '164542.807000', '164542.810000', '164542.812000', '164542.815000', '164542.817000', '164542.820000', '164542.823000', '164542.825000', '164542.828000', '164542.830000', '164542.833000', '164542.836000', '164542.838000', '164542.841000', '164542.843000', '164542.846000', '164542.848000', '164542.851000', '164542.854000', '164542.856000', '164542.869000', '164542.872000', '164542.874000', '164542.877000', '164542.879000', '164542.882000', '164542.884000', '164542.887000', '164542.889000', '164542.892000', '164542.895000', '164542.897000', '164542.900000', '164542.902000', '164602.785000', '164602.787000', '164602.790000', '164602.793000', '164602.795000', '164602.798000', '164602.800000', '164602.803000', '164602.806000', '164602.808000', '164602.811000', '164602.814000', '164602.816000', '164602.819000', '164602.821000', '164602.824000', '164602.826000', '164602.829000', '164602.832000', '164602.834000', '164602.837000', '164602.839000', '164602.842000', '164602.844000', '164602.847000', '164602.850000', '164602.852000', '164602.855000', '164602.858000', '164602.860000', '164602.870000', '164602.873000', '164602.875000', '164602.878000', '164602.880000', '164602.883000', '164602.885000', '164602.888000', '164602.890000', '164602.893000', '164602.896000', '164602.898000', '164602.901000', '164602.903000', '164622.785000', '164622.787000', '164622.790000', '164622.793000', '164622.795000', '164622.798000', '164622.801000', '164622.804000', '164622.807000', '164622.809000', '164622.812000', '164622.814000', '164622.817000', '164622.820000', '164622.822000', '164622.825000', '164622.828000', '164622.831000', '164622.834000', '164622.836000', '164622.839000', '164622.842000', '164622.862000', '164622.865000', '164622.868000', '164622.870000', '164622.873000', '164622.876000', '164622.882000', '164622.885000', '164622.888000', '164622.890000', '164622.893000', '164622.895000', '164622.898000', '164622.901000', '164622.903000', '164622.906000', '164622.909000', '164622.912000', '164622.914000', '164622.917000', '164622.920000', '164642.783000', '164642.786000', '164642.789000', '164642.792000', '164642.794000', '164642.797000', '164642.800000', '164642.802000', '164642.805000', '164642.808000', '164642.811000', '164642.813000', '164642.816000', '164642.819000', '164642.821000', '164642.824000', '164642.827000', '164642.829000', '164642.832000', '164642.835000', '164642.837000', '164642.840000', '164642.843000', '164642.845000', '164642.848000', '164642.850000', '164642.853000', '164642.856000', '164642.859000', '164642.861000', '164642.864000', '164642.866000', '164642.869000', '164642.872000', '164642.879000', '164642.881000', '164642.884000', '164642.887000', '164642.889000', '164642.892000', '164642.895000', '164642.897000', '164642.900000', '164642.902000', '164702.784000', '164702.787000', '164702.790000', '164702.792000', '164702.795000', '164702.797000', '164702.800000', '164702.803000', '164702.806000', '164702.808000', '164702.811000', '164702.814000', '164702.816000', '164702.819000', '164702.822000', '164702.825000', '164702.828000', '164702.830000', '164702.833000', '164702.836000', '164702.838000', '164702.841000', '164702.844000', '164702.846000', '164702.849000', '164702.851000', '164702.854000', '164702.857000', '164702.859000', '164702.862000', '164702.865000', '164702.867000', '164702.870000', '164702.873000', '164702.875000', '164702.878000', '164702.880000', '164702.883000', '164702.886000', '164702.889000', '164702.891000', '164702.894000', '164702.897000', '164722.783000', '164722.786000', '164722.789000', '164722.791000', '164722.794000', '164722.797000', '164722.799000', '164722.802000', '164722.805000', '164722.807000', '164722.810000', '164722.812000', '164722.815000', '164722.817000', '164722.820000', '164722.823000', '164722.825000', '164722.828000', '164722.830000', '164722.833000', '164722.836000', '164722.846000', '164722.848000', '164722.851000', '164722.853000', '164722.856000', '164722.858000', '164722.861000', '164722.864000', '164722.866000', '164722.869000', '164722.871000', '164722.874000', '164722.876000', '164722.888000', '164722.890000', '164722.893000', '164722.895000', '164722.898000', '164722.901000', '164722.903000', '164722.906000', '164722.908000', '164722.911000', '164742.784000', '164742.786000', '164742.789000', '164742.792000', '164742.794000', '164742.797000', '164742.800000', '164742.802000', '164742.805000', '164742.808000', '164742.810000', '164742.813000', '164742.815000', '164742.818000', '164742.821000', '164742.823000', '164742.826000', '164742.829000', '164742.831000', '164742.834000', '164742.836000', '164742.839000', '164742.841000', '164742.844000', '164742.847000', '164742.849000', '164742.852000', '164742.854000', '164742.857000', '164742.859000', '164742.862000', '164742.865000', '164742.867000', '164742.870000', '164742.872000', '164742.875000', '164742.878000', '164742.880000', '164742.883000', '164742.886000', '164742.888000', '164742.891000', '164742.893000', '164802.783000', '164802.786000', '164802.789000', '164802.791000', '164802.794000', '164802.797000', '164802.799000', '164802.802000', '164802.805000', '164802.807000', '164802.810000', '164802.812000', '164802.815000', '164802.817000', '164802.820000', '164802.823000', '164802.826000', '164802.828000', '164802.847000', '164802.850000', '164802.852000', '164802.855000', '164802.858000', '164802.860000', '164802.863000', '164802.865000', '164802.868000', '164802.870000', '164802.873000', '164802.876000', '164802.878000', '164802.881000', '164802.884000', '164802.886000', '164802.889000', '164802.891000', '164802.894000', '164802.897000', '164802.899000', '164802.902000', '164802.904000', '164802.907000', '164802.910000', '164822.784000', '164822.787000', '164822.790000', '164822.793000', '164822.795000', '164822.798000', '164822.801000', '164822.803000', '164822.806000', '164822.808000', '164822.811000', '164822.814000', '164822.816000', '164822.819000', '164822.821000', '164822.824000', '164822.826000', '164822.829000', '164822.832000', '164822.834000', '164822.837000', '164822.839000', '164822.842000', '164822.845000', '164822.847000', '164822.850000', '164822.852000', '164822.855000', '164822.857000', '164822.860000', '164822.863000', '164822.865000', '164822.868000', '164822.871000', '164822.873000', '164822.876000', '164822.878000', '164822.881000', '164822.883000', '164822.886000', '164822.888000', '164822.891000', '164822.894000', '164822.896000', '164842.785000', '164842.788000', '164842.790000', '164842.793000', '164842.796000', '164842.799000', '164842.801000', '164842.804000', '164842.807000', '164842.809000', '164842.812000', '164842.814000', '164842.817000', '164842.820000', '164842.822000', '164842.825000', '164842.827000', '164842.830000', '164842.833000', '164842.835000', '164842.838000', '164842.840000', '164842.843000', '164842.845000', '164842.848000', '164842.851000', '164842.853000', '164842.856000', '164842.858000', '164842.861000', '164842.864000', '164842.866000', '164842.869000', '164842.872000', '164842.874000', '164842.877000', '164842.879000', '164842.882000', '164842.885000', '164842.887000', '164842.890000', '164842.892000', '164842.895000', '164902.783000', '164902.786000', '164902.789000', '164902.792000', '164902.794000', '164902.797000', '164902.800000', '164902.802000', '164902.805000', '164902.807000', '164902.810000', '164902.812000', '164902.815000', '164902.817000', '164902.820000', '164902.823000', '164902.825000', '164902.828000', '164902.830000', '164902.833000', '164902.836000', '164902.838000', '164902.841000', '164902.843000', '164902.846000', '164902.848000', '164902.851000', '164902.854000', '164902.856000', '164902.859000', '164902.862000', '164902.864000', '164902.867000', '164902.869000', '164902.872000', '164902.874000', '164902.877000', '164902.880000', '164902.882000', '164902.885000', '164902.887000', '164902.890000', '164902.892000', '164902.895000', '164922.783000', '164922.786000', '164922.789000', '164922.792000', '164922.794000', '164922.797000', '164922.800000', '164922.802000', '164922.806000', '164922.808000', '164922.812000', '164922.814000', '164922.817000', '164922.820000', '164922.822000', '164922.825000', '164922.828000', '164922.830000', '164922.833000', '164922.835000', '164922.838000', '164922.841000', '164922.843000', '164922.846000', '164922.848000', '164922.851000', '164922.853000', '164922.856000', '164922.859000', '164922.861000', '164922.864000', '164922.867000', '164922.869000', '164922.872000', '164922.875000', '164922.877000', '164922.880000', '164922.883000', '164922.885000', '164922.888000', '164922.890000', '164922.893000', '164922.895000', '164942.783000', '164942.786000', '164942.789000', '164942.792000', '164942.794000', '164942.797000', '164942.799000', '164942.802000', '164942.805000', '164942.807000', '164942.810000', '164942.812000', '164942.815000', '164942.817000', '164942.820000', '164942.823000', '164942.825000', '164942.828000', '164942.831000', '164942.833000', '164942.836000', '164942.838000', '164942.841000', '164942.843000', '164942.846000', '164942.849000', '164942.851000', '164942.854000', '164942.857000', '164942.859000', '164942.862000', '164942.865000', '164942.867000', '164942.870000', '164942.872000', '164942.875000', '164942.878000', '164942.880000', '164942.883000', '164942.885000', '164942.888000', '164942.890000', '164942.893000', '164942.896000', '165002.784000', '165002.786000', '165002.789000', '165002.792000', '165002.794000', '165002.797000', '165002.800000', '165002.802000', '165002.805000', '165002.807000', '165002.810000', '165002.813000', '165002.815000', '165002.818000', '165002.820000', '165002.823000', '165002.826000', '165002.829000', '165002.832000', '165002.842000', '165002.845000', '165002.848000', '165002.851000', '165002.853000', '165002.856000', '165002.858000', '165002.861000', '165002.864000', '165002.866000', '165002.869000', '165002.872000', '165002.874000', '165002.877000', '165002.879000', '165002.882000', '165002.885000', '165002.887000', '165002.890000', '165002.892000', '165002.895000', '165002.897000', '165002.900000', '165002.903000', '165022.783000', '165022.786000', '165022.789000', '165022.792000', '165022.794000', '165022.797000', '165022.799000', '165022.802000', '165022.805000', '165022.807000', '165022.810000', '165022.812000', '165022.815000', '165022.818000', '165022.820000', '165022.823000', '165022.826000', '165022.828000', '165022.831000', '165022.833000', '165022.836000', '165022.838000', '165022.841000', '165022.844000', '165022.846000', '165022.849000', '165022.853000', '165022.856000', '165022.858000', '165022.861000', '165022.864000', '165022.866000', '165022.869000', '165022.872000', '165022.874000', '165022.877000', '165022.879000', '165022.882000', '165022.884000', '165022.887000', '165022.890000', '165022.892000', '165022.895000', '165022.897000', '165042.785000', '165042.788000', '165042.790000', '165042.793000', '165042.796000', '165042.798000', '165042.801000', '165042.803000', '165042.806000', '165042.809000', '165042.811000', '165042.814000', '165042.816000', '165042.819000', '165042.822000', '165042.824000', '165042.827000', '165042.830000', '165042.832000', '165042.835000', '165042.838000', '165042.840000', '165042.843000', '165042.847000', '165042.850000', '165042.853000', '165042.856000', '165042.858000', '165042.861000', '165042.864000', '165042.867000', '165042.870000', '165042.872000', '165042.875000', '165042.877000', '165042.880000', '165042.882000', '165042.885000', '165042.888000', '165042.890000', '165042.893000', '165042.895000', '165042.898000', '165102.785000', '165102.787000', '165102.790000', '165102.793000', '165102.795000', '165102.798000', '165102.800000', '165102.803000', '165102.806000', '165102.808000', '165102.811000', '165102.814000', '165102.816000', '165102.819000', '165102.821000', '165102.824000', '165102.827000', '165102.829000', '165102.832000', '165102.834000', '165102.837000', '165102.839000', '165102.842000', '165102.844000', '165102.847000', '165102.850000', '165102.852000', '165102.855000', '165102.857000', '165102.860000', '165102.862000', '165102.865000', '165102.868000', '165102.870000', '165102.873000', '165102.875000', '165102.878000', '165102.881000', '165102.883000', '165102.886000', '165102.888000', '165102.891000', '165102.894000', '165102.896000', '165122.783000', '165122.786000', '165122.789000', '165122.791000', '165122.794000', '165122.797000', '165122.799000', '165122.802000', '165122.805000', '165122.807000', '165122.810000', '165122.812000', '165122.815000', '165122.818000', '165122.820000', '165122.823000', '165122.825000', '165122.828000', '165122.831000', '165122.833000', '165122.836000', '165122.838000', '165122.841000', '165122.843000', '165122.846000', '165122.849000', '165122.851000', '165122.854000', '165122.857000', '165122.859000', '165122.862000', '165122.865000', '165122.867000', '165122.870000', '165122.872000', '165122.875000', '165122.877000', '165122.880000', '165122.883000', '165122.885000', '165122.888000', '165122.891000', '165122.893000', '165142.784000', '165142.786000', '165142.789000', '165142.792000', '165142.794000', '165142.797000', '165142.800000', '165142.802000', '165142.805000', '165142.807000', '165142.810000', '165142.813000', '165142.815000', '165142.818000', '165142.820000', '165142.823000', '165142.826000', '165142.828000', '165142.831000', '165142.834000', '165142.836000', '165142.839000', '165142.841000', '165142.844000', '165142.846000', '165142.849000', '165142.852000', '165142.854000', '165142.857000', '165142.859000', '165142.862000', '165142.865000', '165142.867000', '165142.870000', '165142.872000', '165142.875000', '165142.878000', '165142.880000', '165142.883000', '165142.885000', '165142.888000', '165142.890000', '165142.893000', '165142.896000', '165202.784000', '165202.786000', '165202.789000', '165202.792000', '165202.794000', '165202.797000', '165202.800000', '165202.802000', '165202.805000', '165202.808000', '165202.810000', '165202.813000', '165202.815000', '165202.818000', '165202.820000', '165202.823000', '165202.826000', '165202.828000', '165202.831000', '165202.833000', '165202.836000', '165202.839000', '165202.841000', '165202.844000', '165202.847000', '165202.849000', '165202.852000', '165202.855000', '165202.857000', '165202.860000', '165202.862000', '165202.865000', '165202.867000', '165202.870000', '165202.873000', '165202.876000', '165202.878000', '165202.881000', '165202.885000', '165202.889000', '165202.892000', '165202.894000', '165202.897000', '165222.783000', '165222.786000', '165222.789000', '165222.792000', '165222.794000', '165222.797000', '165222.799000', '165222.813000', '165222.815000', '165222.818000', '165222.821000', '165222.823000', '165222.826000', '165222.828000', '165222.831000', '165222.834000', '165222.836000', '165222.839000', '165222.841000', '165222.844000', '165222.846000', '165222.849000', '165222.852000', '165222.854000', '165222.857000', '165222.860000', '165222.862000', '165222.865000', '165222.867000', '165222.870000', '165222.872000', '165222.875000', '165222.878000', '165222.880000', '165222.883000', '165222.885000', '165222.888000', '165222.891000', '165222.893000', '165222.896000', '165222.898000', '165222.901000', '165222.904000', '165222.906000', '165242.784000', '165242.786000', '165242.789000', '165242.791000', '165242.794000', '165242.797000', '165242.799000', '165242.802000', '165242.805000', '165242.807000', '165242.810000', '165242.813000', '165242.815000', '165242.818000', '165242.820000', '165242.823000', '165242.825000', '165242.828000', '165242.831000', '165242.833000', '165242.836000', '165242.839000', '165242.841000', '165242.844000', '165242.846000', '165242.855000', '165242.858000', '165242.861000', '165242.863000', '165242.866000', '165242.868000', '165242.871000', '165242.874000', '165242.876000', '165242.879000', '165242.882000', '165242.885000', '165242.887000', '165242.890000', '165242.893000', '165242.895000', '165242.898000', '165242.900000', '165255.718000', '165255.721000', '165255.723000', '165255.726000', '165255.729000', '165255.731000', '165255.734000', '165255.737000', '165255.740000', '165255.743000', '165255.745000', '165255.748000', '165255.751000', '165255.754000', '165255.757000', '165255.760000', '165255.762000', '165255.767000', '165255.770000', '165255.773000', '165255.776000', '165255.779000', '165255.782000', '165255.785000', '165255.789000', '165255.792000', '165255.795000', '165255.800000', '165255.804000'], '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': [14661, 8929, 17054, 14350, 8496, 16450, 8653, 11542, 13430, 8680, 15341, 9572, 8270, 11191, 9047, 8051, 12142, 9538, 8088, 13435, 8868, 7857, 14183, 8515, 13586, 13335, 10720, 16245, 12499, 10405, 15106, 8221, 18339, 14362, 11334, 16462, 11256, 13278, 15167, 9467, 16157, 13878, 8186, 17663, 13762, 11701, 16220, 10391, 14219, 14236, 8336, 17253, 13872, 11725, 16107, 8515, 14861, 12634, 8338, 17193, 14599, 8160, 16360, 8458, 8165, 14207, 8391, 14862, 11894, 8253, 16033, 10435, 8367, 15741, 10401, 8034, 15190, 8386, 8323, 15286, 10558, 12918, 14195, 8167, 16523, 14954, 11618, 17653, 13834, 11290, 16132, 13036, 11005, 16162, 9408, 14300, 14526, 9681, 16121, 14746, 8333, 17573, 13663, 10535, 16546, 12878, 9772, 15908, 8079, 14323, 14186, 8138, 15398, 11373, 8416, 16705, 13725, 9738, 17206, 13235, 11222, 15912, 8361, 14598, 14159, 8989, 15827, 12325, 7900, 16922, 11610, 8470, 16256, 9664, 7918, 13885, 8243, 8420, 13765, 8605, 11602, 9565, 8158, 8069, 13847, 10501, 8484, 13915, 10283, 8129, 15321, 11833, 8284, 15366, 11593, 8418, 15001, 11458, 7992, 14971, 12875, 8273, 16996, 13004, 9299, 17028, 13973, 8453, 16534, 11091, 12377, 15707, 8578, 14402, 14555, 8641, 16619, 15015, 11953, 17367, 12897, 10639, 15996, 12003, 13971, 14929, 8872, 15205, 9835, 8807, 17448, 14291, 8674, 16514, 9624, 8522, 15835, 11321, 13570, 14115, 8763, 17122, 13836, 10430, 16052, 11995, 12692, 14594, 8435, 11204, 8881, 8223, 14078, 11050, 8271, 14801, 8989, 8520, 16091, 13704, 9578, 16551, 13350, 9567, 16650, 12903, 11492, 16511, 11838, 12141, 13570, 8280, 12021, 12784, 8304, 13129, 14617, 9060, 11081, 17057, 10743, 8561, 15383, 8343, 8304, 15428, 8177, 8130, 12263, 8462, 13637, 10082, 8177, 15150, 9493, 8312, 16454, 11258, 8513, 15426, 9608, 8197, 13033, 8502, 14561, 11474, 8449, 16721, 13440, 10200, 15536, 9553, 14523, 13970, 11051, 17911, 13204, 10910, 15996, 10263, 17464, 13806, 12084, 15700, 9126, 14875, 9395, 8254, 17452, 12311, 8655, 15892, 8262, 7997, 11652, 8402, 15419, 12335, 8659, 15990, 11096, 10823, 14684, 8327, 17251, 13733, 9813, 15772, 8291, 14131, 13651, 8583, 16511, 11287, 8207, 14942, 8388, 14369, 11998, 8492, 15469, 10769, 8495, 15362, 10826, 8322, 15128, 8511, 10639, 11694, 8281, 15578, 13467, 10314, 16325, 11442, 8389, 15747, 9295, 13691, 14469, 8259, 13922, 9919, 8361, 16453, 12895, 10105, 15476, 9383, 11605, 13878, 8309, 16342, 14607, 9798, 16322, 11292, 8326, 14351, 8356, 14088, 10442, 8571, 16301, 10907, 11050, 15120, 8412, 15612, 13131, 11109, 14451, 8157, 15892, 14608, 10388, 15967, 9474, 14984, 12055, 8690, 16551, 11970, 8259, 14134, 8390, 11257, 10172, 8506, 15424, 9656, 8519, 16371, 10044, 8258, 15761, 8417, 11669, 11898, 8719, 14957, 11370, 8756, 16416, 12827, 8328, 15015, 8427, 15120, 11635, 8569, 15931, 9959, 8018, 12654, 8399, 14576, 10566, 8273, 15677, 9819, 8442, 15210, 10265, 7967, 15064, 8561, 7720, 13614, 8224, 14059, 13717, 8140, 14876, 12722, 8721, 16089, 12618, 10514, 15644, 10414, 8226, 14685, 8213, 15059, 13671, 8756, 15936, 13111, 8523, 15548, 10495, 13089, 14335, 8122, 14870, 9480, 8078, 16736, 12153, 8638, 15506, 9045, 8218, 15311, 9806, 8609, 15140, 10031, 8335, 14499, 8820, 14563, 13122, 10230, 16618, 11837, 10290, 14690, 8380, 15800, 13539, 8720, 15658, 8537, 13329, 12113, 8153, 15389, 13675, 8695, 15665, 9082, 10015, 14407, 8403, 13115, 11402, 8249, 14709, 11273, 8911, 15450, 11424, 8615, 15030, 8240, 7839, 13617, 8535, 13297, 10678, 8462, 14609, 9985, 8668, 15797, 12306, 8476, 14601, 8558, 13659, 12737, 8094, 14588, 13790, 8328, 15750, 10276, 8595, 15388, 8686, 11362, 14111, 8317, 14440, 11185, 8414, 16386, 12835, 10504, 14833, 8627, 14604, 10912, 8613, 16160, 12962, 9656, 14467, 8479, 10626, 9357, 8476, 15962, 12361, 8190, 14392, 8622, 13605, 9687, 8457, 15710, 11226, 7794, 11467, 9002, 10555, 9060, 8025, 13700, 8500, 8185, 15571, 10203, 9907, 13629, 8868, 14365, 13039, 10952, 15841, 11960, 12376, 15688, 8780, 15181, 12600, 8682, 15914, 11783, 8601, 15106, 10321, 7895, 14317, 8518, 15522, 13156, 10766, 15042, 8306, 12025, 11941, 8365, 15765, 12909, 10485, 14806, 8209, 10541, 9217, 8135, 13802, 9871, 8352, 15410, 9849, 8204, 14032, 8629, 11509, 13915, 8406, 13441, 9294, 8286, 15615, 11697, 8804, 14997, 9036, 8165, 11722, 8380, 10615, 11642, 8360, 13342, 8830, 8036, 12611, 8529, 8104, 14051, 10314, 8427, 15925, 12733, 12407, 12644, 8441, 14309, 11710, 7816, 15771, 9104, 8251, 14095, 11000, 8258, 14301, 8494, 9490, 12557, 8477, 13705, 12982, 8243, 14580, 11292, 8350, 15522, 12266, 8302, 14932, 8768, 12441, 12943, 8496, 16392, 12003, 8687, 14889, 8982, 13390, 13026, 8528, 13911, 9132, 8104, 12706, 9784, 8577, 15082, 9816, 8803, 14696, 10335, 8383, 14364, 9279, 12488, 12044, 8275, 16146, 12251, 8494, 14571, 8992, 8308, 13364, 8094, 8032, 14595, 11197, 7946, 14448, 10556, 14256, 13253, 10367, 16531, 13239, 11009, 15538, 8756, 15156, 11121, 8314, 15936, 13236, 9404, 15189, 8191, 7900, 11099, 8467, 8051, 11210, 8325, 10836, 8849, 8225, 13820, 11792, 8302, 13922, 10996, 8235, 11440, 12410, 9762, 7758, 15257, 12724, 7939, 10818, 14690, 11465, 10028, 14581, 11567, 8419, 14962, 10724, 8250, 14729, 12133, 10300, 14997, 8770, 11398, 12898, 8402, 15353, 13175, 10011, 15348, 8978, 8169, 13745, 10891, 7929, 13706, 8076, 8051, 10829, 10137, 8146, 14195, 8182, 8898, 13861, 9453, 14514, 13174, 8820, 16184, 11598, 14914, 13769, 9987, 17004, 11791, 10152, 14405, 8911, 14312, 13735, 8115, 16024, 9853, 8390, 12937, 8341, 15790, 12663, 8193, 14333, 8172, 12097, 9806, 8281, 15374, 10238, 7886, 13459, 8341, 13623, 11072, 8312, 15971, 10111, 8213, 12594, 8422, 14372, 11860, 8122, 15434, 8583, 7932, 12392, 8293, 8293, 13346, 8259, 12044, 9588, 8417, 15697, 12706, 10304, 14939, 8833, 13924, 13245, 11302, 13448, 8471, 14587, 9208, 7968, 14188, 8165, 7797, 11280, 8642, 7866, 13155, 8333, 12966, 9199, 8064, 15528, 11887, 10745, 14135, 8599, 16449, 12307, 10263, 14694, 9003, 13146, 11152, 8114, 15626, 8105, 7858, 9638, 8224, 13217, 9642, 7890, 13211, 8391, 8280, 12773, 8551, 7717, 10313, 8296, 12721, 9600, 7997, 14227, 11139, 8093, 14507, 10553, 9409, 13406, 8771, 12366, 9956, 8003, 14050, 9055, 7664, 14809, 9884, 7955, 13344, 8517, 11986, 10459, 7888, 15069, 12034, 8155, 13776, 8258, 12621, 12816, 8192, 14190, 13224, 7746, 14694, 11900, 9357, 14330, 8227, 10711, 13347, 10725, 12051, 12100, 8112, 13261, 10008, 8308, 13351, 10536, 7988, 13535, 11380, 8043, 13558, 8483, 8179, 11893, 8958, 8062, 12729, 8205, 8083, 11143, 8620, 7972, 12498, 8677, 9592, 11568, 8666, 11717, 12711, 7751, 11725, 12212, 7795, 13793, 12408, 7924, 13466, 9032, 7989, 11729, 8445, 8774, 13610, 8161, 7995, 11964, 8220, 9979, 12065, 8068, 10845, 10726, 7894, 14099, 12510, 8085, 13832, 9955, 8215, 11731, 7985, 10907, 10437, 7856, 13311, 13381, 7914, 13504, 9194, 11128, 12995, 9145, 14652, 13129, 8212, 13216, 8067, 8071, 11357, 8373, 9990, 9519, 7786, 12731, 10153, 8212, 13006, 8218, 11034, 12384, 8026, 14052, 9888, 11343, 12840, 8176, 14474, 11120, 7985, 13057, 7978, 13048, 14081, 8515, 13561, 8352, 9957, 10375, 7873, 13766, 10359, 8691, 11521, 8009, 10900, 9005, 7801, 12766, 9637, 7779, 11041, 7683], 'WindowCenter': [4701.0, 4630.0, 4682.0, 4661.0, 4601.0, 4669.0, 4600.0, 4639.0, 4649.0, 4600.0, 4657.0, 4609.0, 4589.0, 4629.0, 4610.0, 4594.0, 4651.0, 4634.0, 4603.0, 4673.0, 4636.0, 4605.0, 4673.0, 4625.0, 4673.0, 4673.0, 4643.0, 4682.0, 4652.0, 4632.0, 4672.0, 4603.0, 4681.0, 4660.0, 4629.0, 4668.0, 4630.0, 4648.0, 4658.0, 4610.0, 4657.0, 4647.0, 4588.0, 4666.0, 4648.0, 4628.0, 4657.0, 4618.0, 4647.0, 4648.0, 4588.0, 4666.0, 4648.0, 4627.0, 4656.0, 4587.0, 4646.0, 4626.0, 4589.0, 4657.0, 4647.0, 4580.0, 4655.0, 4588.0, 4588.0, 4648.0, 4589.0, 4646.0, 4627.0, 4588.0, 4657.0, 4619.0, 4591.0, 4667.0, 4629.0, 4590.0, 4669.0, 4600.0, 4600.0, 4669.0, 4630.0, 4649.0, 4658.0, 4590.0, 4668.0, 4658.0, 4629.0, 4668.0, 4648.0, 4628.0, 4658.0, 4638.0, 4617.0, 4656.0, 4598.0, 4646.0, 4647.0, 4608.0, 4655.0, 4646.0, 4587.0, 4665.0, 4646.0, 4618.0, 4656.0, 4636.0, 4608.0, 4656.0, 4579.0, 4647.0, 4646.0, 4578.0, 4657.0, 4626.0, 4588.0, 4666.0, 4647.0, 4609.0, 4666.0, 4638.0, 4626.0, 4655.0, 4587.0, 4645.0, 4645.0, 4598.0, 4655.0, 4638.0, 4578.0, 4665.0, 4637.0, 4588.0, 4666.0, 4608.0, 4590.0, 4648.0, 4600.0, 4602.0, 4671.0, 4625.0, 4651.0, 4619.0, 4592.0, 4591.0, 4659.0, 4630.0, 4601.0, 4659.0, 4619.0, 4591.0, 4658.0, 4638.0, 4590.0, 4658.0, 4639.0, 4590.0, 4659.0, 4639.0, 4590.0, 4657.0, 4649.0, 4590.0, 4668.0, 4649.0, 4610.0, 4668.0, 4650.0, 4591.0, 4669.0, 4632.0, 4639.0, 4683.0, 4602.0, 4648.0, 4647.0, 4589.0, 4665.0, 4658.0, 4628.0, 4668.0, 4649.0, 4617.0, 4658.0, 4639.0, 4646.0, 4646.0, 4598.0, 4646.0, 4607.0, 4599.0, 4657.0, 4649.0, 4590.0, 4655.0, 4608.0, 4590.0, 4658.0, 4629.0, 4637.0, 4648.0, 4588.0, 4655.0, 4637.0, 4606.0, 4645.0, 4626.0, 4626.0, 4645.0, 4577.0, 4616.0, 4597.0, 4588.0, 4647.0, 4628.0, 4589.0, 4647.0, 4599.0, 4602.0, 4668.0, 4649.0, 4610.0, 4668.0, 4649.0, 4609.0, 4657.0, 4638.0, 4627.0, 4657.0, 4628.0, 4626.0, 4635.0, 4576.0, 4614.0, 4623.0, 4565.0, 4625.0, 4644.0, 4587.0, 4617.0, 4668.0, 4617.0, 4588.0, 4644.0, 4578.0, 4578.0, 4646.0, 4577.0, 4577.0, 4626.0, 4587.0, 4647.0, 4618.0, 4588.0, 4646.0, 4607.0, 4588.0, 4656.0, 4628.0, 4601.0, 4668.0, 4610.0, 4590.0, 4648.0, 4600.0, 4658.0, 4639.0, 4590.0, 4667.0, 4649.0, 4618.0, 4657.0, 4609.0, 4647.0, 4647.0, 4619.0, 4666.0, 4636.0, 4616.0, 4655.0, 4606.0, 4653.0, 4636.0, 4625.0, 4644.0, 4596.0, 4634.0, 4584.0, 4575.0, 4655.0, 4626.0, 4586.0, 4655.0, 4577.0, 4577.0, 4626.0, 4589.0, 4656.0, 4636.0, 4587.0, 4656.0, 4615.0, 4616.0, 4646.0, 4588.0, 4656.0, 4646.0, 4606.0, 4645.0, 4588.0, 4646.0, 4643.0, 4588.0, 4655.0, 4617.0, 4586.0, 4655.0, 4588.0, 4646.0, 4637.0, 4598.0, 4656.0, 4628.0, 4599.0, 4658.0, 4630.0, 4590.0, 4659.0, 4600.0, 4629.0, 4638.0, 4589.0, 4657.0, 4648.0, 4618.0, 4657.0, 4625.0, 4588.0, 4657.0, 4608.0, 4647.0, 4647.0, 4589.0, 4647.0, 4609.0, 4589.0, 4657.0, 4638.0, 4618.0, 4657.0, 4608.0, 4627.0, 4646.0, 4589.0, 4656.0, 4635.0, 4607.0, 4654.0, 4615.0, 4575.0, 4646.0, 4587.0, 4647.0, 4619.0, 4598.0, 4667.0, 4629.0, 4628.0, 4657.0, 4589.0, 4657.0, 4638.0, 4626.0, 4647.0, 4578.0, 4654.0, 4647.0, 4606.0, 4655.0, 4608.0, 4644.0, 4625.0, 4586.0, 4642.0, 4625.0, 4575.0, 4594.0, 4574.0, 4638.0, 4618.0, 4599.0, 4656.0, 4607.0, 4587.0, 4656.0, 4608.0, 4586.0, 4657.0, 4589.0, 4628.0, 4627.0, 4599.0, 4657.0, 4638.0, 4599.0, 4657.0, 4648.0, 4589.0, 4657.0, 4589.0, 4657.0, 4627.0, 4587.0, 4656.0, 4607.0, 4588.0, 4637.0, 4590.0, 4658.0, 4619.0, 4590.0, 4657.0, 4619.0, 4590.0, 4658.0, 4620.0, 4578.0, 4660.0, 4598.0, 4580.0, 4659.0, 4587.0, 4659.0, 4659.0, 4591.0, 4658.0, 4638.0, 4598.0, 4657.0, 4638.0, 4618.0, 4656.0, 4618.0, 4588.0, 4646.0, 4588.0, 4645.0, 4646.0, 4588.0, 4656.0, 4636.0, 4587.0, 4656.0, 4618.0, 4636.0, 4646.0, 4578.0, 4646.0, 4607.0, 4578.0, 4653.0, 4636.0, 4588.0, 4656.0, 4599.0, 4588.0, 4658.0, 4620.0, 4598.0, 4658.0, 4618.0, 4589.0, 4647.0, 4598.0, 4647.0, 4648.0, 4618.0, 4656.0, 4626.0, 4606.0, 4646.0, 4577.0, 4642.0, 4633.0, 4585.0, 4641.0, 4586.0, 4633.0, 4624.0, 4576.0, 4644.0, 4634.0, 4585.0, 4643.0, 4586.0, 4594.0, 4645.0, 4577.0, 4635.0, 4626.0, 4576.0, 4645.0, 4615.0, 4598.0, 4645.0, 4628.0, 4589.0, 4647.0, 4589.0, 4580.0, 4648.0, 4599.0, 4637.0, 4619.0, 4591.0, 4657.0, 4620.0, 4601.0, 4669.0, 4639.0, 4590.0, 4646.0, 4601.0, 4647.0, 4637.0, 4579.0, 4647.0, 4647.0, 4589.0, 4656.0, 4618.0, 4589.0, 4657.0, 4599.0, 4628.0, 4648.0, 4589.0, 4647.0, 4627.0, 4589.0, 4657.0, 4637.0, 4617.0, 4647.0, 4588.0, 4646.0, 4616.0, 4586.0, 4656.0, 4637.0, 4607.0, 4646.0, 4588.0, 4617.0, 4608.0, 4588.0, 4666.0, 4637.0, 4588.0, 4646.0, 4598.0, 4646.0, 4606.0, 4589.0, 4657.0, 4627.0, 4579.0, 4627.0, 4609.0, 4628.0, 4610.0, 4591.0, 4659.0, 4610.0, 4601.0, 4657.0, 4629.0, 4620.0, 4661.0, 4611.0, 4659.0, 4649.0, 4629.0, 4658.0, 4629.0, 4625.0, 4630.0, 4588.0, 4644.0, 4600.0, 4575.0, 4657.0, 4627.0, 4575.0, 4620.0, 4581.0, 4554.0, 4633.0, 4576.0, 4631.0, 4623.0, 4603.0, 4632.0, 4563.0, 4614.0, 4599.0, 4551.0, 4630.0, 4624.0, 4603.0, 4644.0, 4575.0, 4589.0, 4596.0, 4577.0, 4635.0, 4607.0, 4575.0, 4655.0, 4607.0, 4588.0, 4644.0, 4598.0, 4627.0, 4646.0, 4575.0, 4647.0, 4597.0, 4575.0, 4655.0, 4638.0, 4598.0, 4658.0, 4599.0, 4588.0, 4637.0, 4589.0, 4618.0, 4628.0, 4589.0, 4634.0, 4608.0, 4590.0, 4649.0, 4587.0, 4591.0, 4647.0, 4630.0, 4588.0, 4668.0, 4648.0, 4623.0, 4634.0, 4589.0, 4646.0, 4627.0, 4569.0, 4655.0, 4597.0, 4588.0, 4647.0, 4615.0, 4600.0, 4658.0, 4598.0, 4607.0, 4648.0, 4600.0, 4646.0, 4648.0, 4590.0, 4657.0, 4629.0, 4599.0, 4666.0, 4639.0, 4588.0, 4656.0, 4600.0, 4648.0, 4648.0, 4599.0, 4654.0, 4637.0, 4587.0, 4644.0, 4599.0, 4634.0, 4636.0, 4598.0, 4646.0, 4606.0, 4579.0, 4647.0, 4606.0, 4587.0, 4668.0, 4619.0, 4598.0, 4658.0, 4619.0, 4601.0, 4659.0, 4620.0, 4648.0, 4638.0, 4587.0, 4670.0, 4651.0, 4601.0, 4658.0, 4596.0, 4590.0, 4647.0, 4589.0, 4590.0, 4669.0, 4641.0, 4591.0, 4660.0, 4631.0, 4648.0, 4636.0, 4607.0, 4657.0, 4637.0, 4604.0, 4644.0, 4575.0, 4633.0, 4601.0, 4564.0, 4631.0, 4624.0, 4585.0, 4643.0, 4564.0, 4565.0, 4616.0, 4576.0, 4577.0, 4618.0, 4589.0, 4627.0, 4586.0, 4588.0, 4646.0, 4614.0, 4589.0, 4646.0, 4628.0, 4589.0, 4627.0, 4637.0, 4608.0, 4580.0, 4644.0, 4638.0, 4566.0, 4628.0, 4646.0, 4639.0, 4619.0, 4633.0, 4627.0, 4589.0, 4645.0, 4602.0, 4588.0, 4657.0, 4637.0, 4606.0, 4646.0, 4561.0, 4603.0, 4636.0, 4576.0, 4644.0, 4623.0, 4619.0, 4658.0, 4585.0, 4589.0, 4647.0, 4628.0, 4591.0, 4648.0, 4578.0, 4578.0, 4629.0, 4603.0, 4590.0, 4647.0, 4590.0, 4611.0, 4648.0, 4622.0, 4660.0, 4637.0, 4585.0, 4643.0, 4616.0, 4634.0, 4624.0, 4594.0, 4642.0, 4600.0, 4592.0, 4632.0, 4573.0, 4620.0, 4622.0, 4564.0, 4642.0, 4592.0, 4574.0, 4623.0, 4575.0, 4643.0, 4623.0, 4574.0, 4633.0, 4575.0, 4624.0, 4605.0, 4575.0, 4644.0, 4606.0, 4576.0, 4635.0, 4577.0, 4635.0, 4616.0, 4575.0, 4645.0, 4577.0, 4575.0, 4625.0, 4561.0, 4646.0, 4625.0, 4578.0, 4656.0, 4587.0, 4579.0, 4638.0, 4590.0, 4589.0, 4636.0, 4591.0, 4638.0, 4610.0, 4576.0, 4645.0, 4637.0, 4607.0, 4656.0, 4596.0, 4607.0, 4648.0, 4615.0, 4622.0, 4588.0, 4645.0, 4593.0, 4577.0, 4645.0, 4587.0, 4578.0, 4628.0, 4598.0, 4590.0, 4648.0, 4599.0, 4647.0, 4608.0, 4575.0, 4657.0, 4638.0, 4627.0, 4647.0, 4587.0, 4643.0, 4626.0, 4605.0, 4645.0, 4596.0, 4635.0, 4625.0, 4576.0, 4654.0, 4578.0, 4578.0, 4618.0, 4601.0, 4648.0, 4618.0, 4589.0, 4646.0, 4588.0, 4599.0, 4649.0, 4610.0, 4591.0, 4629.0, 4601.0, 4659.0, 4619.0, 4591.0, 4659.0, 4639.0, 4590.0, 4658.0, 4630.0, 4620.0, 4659.0, 4610.0, 4648.0, 4617.0, 4589.0, 4660.0, 4611.0, 4591.0, 4669.0, 4630.0, 4598.0, 4660.0, 4612.0, 4650.0, 4630.0, 4601.0, 4669.0, 4649.0, 4590.0, 4658.0, 4601.0, 4648.0, 4648.0, 4600.0, 4647.0, 4648.0, 4579.0, 4647.0, 4628.0, 4597.0, 4647.0, 4587.0, 4616.0, 4635.0, 4615.0, 4625.0, 4624.0, 4576.0, 4622.0, 4594.0, 4587.0, 4635.0, 4615.0, 4575.0, 4645.0, 4626.0, 4577.0, 4636.0, 4586.0, 4586.0, 4625.0, 4585.0, 4563.0, 4634.0, 4588.0, 4587.0, 4624.0, 4598.0, 4588.0, 4637.0, 4598.0, 4607.0, 4627.0, 4609.0, 4636.0, 4635.0, 4567.0, 4635.0, 4635.0, 4579.0, 4647.0, 4635.0, 4577.0, 4644.0, 4598.0, 4587.0, 4639.0, 4601.0, 4599.0, 4658.0, 4589.0, 4589.0, 4637.0, 4589.0, 4617.0, 4637.0, 4589.0, 4627.0, 4628.0, 4587.0, 4657.0, 4648.0, 4589.0, 4648.0, 4616.0, 4588.0, 4637.0, 4590.0, 4628.0, 4629.0, 4590.0, 4646.0, 4633.0, 4589.0, 4658.0, 4609.0, 4639.0, 4648.0, 4608.0, 4656.0, 4647.0, 4587.0, 4645.0, 4589.0, 4589.0, 4639.0, 4601.0, 4619.0, 4620.0, 4591.0, 4659.0, 4630.0, 4601.0, 4658.0, 4602.0, 4640.0, 4648.0, 4590.0, 4659.0, 4629.0, 4628.0, 4649.0, 4589.0, 4658.0, 4627.0, 4587.0, 4647.0, 4590.0, 4659.0, 4645.0, 4598.0, 4645.0, 4588.0, 4606.0, 4617.0, 4576.0, 4644.0, 4615.0, 4597.0, 4638.0, 4588.0, 4616.0, 4598.0, 4579.0, 4648.0, 4620.0, 4591.0, 4639.0, 4590.0], 'WindowWidth': [10243.0, 10141.0, 10200.0, 10168.0, 10085.0, 10172.0, 10082.0, 10131.0, 10144.0, 10080.0, 10153.0, 10091.0, 10065.0, 10118.0, 10096.0, 10079.0, 10154.0, 10135.0, 10094.0, 10189.0, 10144.0, 10101.0, 10190.0, 10128.0, 10188.0, 10188.0, 10147.0, 10198.0, 10158.0, 10127.0, 10183.0, 10090.0, 10195.0, 10163.0, 10119.0, 10172.0, 10122.0, 10144.0, 10158.0, 10094.0, 10153.0, 10139.0, 10062.0, 10165.0, 10142.0, 10114.0, 10154.0, 10101.0, 10140.0, 10142.0, 10060.0, 10164.0, 10140.0, 10110.0, 10149.0, 10058.0, 10135.0, 10107.0, 10063.0, 10153.0, 10139.0, 10050.0, 10147.0, 10061.0, 10061.0, 10141.0, 10064.0, 10137.0, 10112.0, 10062.0, 10152.0, 10103.0, 10071.0, 10170.0, 10121.0, 10068.0, 10175.0, 10084.0, 10084.0, 10174.0, 10125.0, 10146.0, 10158.0, 10069.0, 10171.0, 10159.0, 10118.0, 10171.0, 10144.0, 10116.0, 10158.0, 10128.0, 10099.0, 10150.0, 10074.0, 10135.0, 10139.0, 10087.0, 10148.0, 10136.0, 10058.0, 10160.0, 10138.0, 10102.0, 10152.0, 10125.0, 10086.0, 10151.0, 10050.0, 10140.0, 10137.0, 10047.0, 10151.0, 10111.0, 10062.0, 10164.0, 10141.0, 10091.0, 10166.0, 10129.0, 10110.0, 10149.0, 10058.0, 10135.0, 10135.0, 10073.0, 10146.0, 10130.0, 10049.0, 10162.0, 10127.0, 10061.0, 10165.0, 10088.0, 10066.0, 10143.0, 10083.0, 10088.0, 10181.0, 10129.0, 10152.0, 10107.0, 10072.0, 10070.0, 10160.0, 10122.0, 10085.0, 10161.0, 10106.0, 10071.0, 10157.0, 10130.0, 10065.0, 10155.0, 10130.0, 10068.0, 10159.0, 10131.0, 10067.0, 10154.0, 10147.0, 10065.0, 10170.0, 10144.0, 10092.0, 10171.0, 10146.0, 10069.0, 10172.0, 10124.0, 10130.0, 10203.0, 10086.0, 10140.0, 10137.0, 10061.0, 10161.0, 10155.0, 10112.0, 10168.0, 10146.0, 10098.0, 10154.0, 10130.0, 10135.0, 10135.0, 10071.0, 10133.0, 10083.0, 10075.0, 10151.0, 10143.0, 10063.0, 10147.0, 10085.0, 10065.0, 10155.0, 10117.0, 10123.0, 10138.0, 10060.0, 10146.0, 10120.0, 10078.0, 10132.0, 10107.0, 10106.0, 10131.0, 10044.0, 10093.0, 10071.0, 10062.0, 10138.0, 10115.0, 10064.0, 10139.0, 10078.0, 10084.0, 10171.0, 10146.0, 10095.0, 10170.0, 10143.0, 10089.0, 10152.0, 10125.0, 10110.0, 10152.0, 10113.0, 10106.0, 10116.0, 10038.0, 10085.0, 10095.0, 10020.0, 10102.0, 10127.0, 10057.0, 10097.0, 10169.0, 10098.0, 10059.0, 10129.0, 10046.0, 10044.0, 10133.0, 10042.0, 10042.0, 10107.0, 10057.0, 10137.0, 10101.0, 10061.0, 10136.0, 10083.0, 10060.0, 10149.0, 10113.0, 10083.0, 10172.0, 10094.0, 10066.0, 10142.0, 10080.0, 10157.0, 10131.0, 10068.0, 10169.0, 10145.0, 10101.0, 10152.0, 10089.0, 10140.0, 10141.0, 10102.0, 10164.0, 10122.0, 10094.0, 10148.0, 10079.0, 10141.0, 10119.0, 10104.0, 10130.0, 10065.0, 10114.0, 10048.0, 10038.0, 10147.0, 10109.0, 10054.0, 10145.0, 10044.0, 10043.0, 10108.0, 10063.0, 10150.0, 10124.0, 10058.0, 10149.0, 10092.0, 10096.0, 10137.0, 10062.0, 10149.0, 10134.0, 10081.0, 10133.0, 10059.0, 10137.0, 10131.0, 10058.0, 10147.0, 10097.0, 10056.0, 10148.0, 10061.0, 10137.0, 10125.0, 10075.0, 10150.0, 10114.0, 10078.0, 10157.0, 10121.0, 10067.0, 10161.0, 10081.0, 10117.0, 10129.0, 10066.0, 10153.0, 10144.0, 10102.0, 10155.0, 10109.0, 10062.0, 10152.0, 10090.0, 10139.0, 10140.0, 10064.0, 10139.0, 10089.0, 10063.0, 10153.0, 10128.0, 10100.0, 10153.0, 10089.0, 10111.0, 10137.0, 10063.0, 10150.0, 10117.0, 10083.0, 10145.0, 10093.0, 10038.0, 10136.0, 10060.0, 10139.0, 10104.0, 10077.0, 10168.0, 10121.0, 10116.0, 10156.0, 10066.0, 10153.0, 10129.0, 10110.0, 10139.0, 10049.0, 10146.0, 10139.0, 10082.0, 10147.0, 10085.0, 10130.0, 10107.0, 10055.0, 10124.0, 10105.0, 10036.0, 10040.0, 10033.0, 10133.0, 10105.0, 10079.0, 10152.0, 10086.0, 10056.0, 10151.0, 10089.0, 10056.0, 10154.0, 10065.0, 10115.0, 10113.0, 10078.0, 10154.0, 10130.0, 10077.0, 10153.0, 10144.0, 10065.0, 10154.0, 10064.0, 10153.0, 10114.0, 10058.0, 10151.0, 10085.0, 10063.0, 10127.0, 10069.0, 10157.0, 10106.0, 10068.0, 10153.0, 10107.0, 10067.0, 10158.0, 10108.0, 10048.0, 10162.0, 10075.0, 10052.0, 10160.0, 10062.0, 10160.0, 10160.0, 10070.0, 10156.0, 10129.0, 10076.0, 10156.0, 10131.0, 10102.0, 10153.0, 10102.0, 10062.0, 10136.0, 10061.0, 10134.0, 10136.0, 10061.0, 10152.0, 10124.0, 10059.0, 10151.0, 10103.0, 10123.0, 10136.0, 10048.0, 10137.0, 10084.0, 10046.0, 10143.0, 10124.0, 10060.0, 10153.0, 10078.0, 10063.0, 10157.0, 10107.0, 10076.0, 10157.0, 10104.0, 10064.0, 10141.0, 10076.0, 10139.0, 10143.0, 10103.0, 10152.0, 10109.0, 10081.0, 10134.0, 10042.0, 10127.0, 10114.0, 10052.0, 10124.0, 10053.0, 10114.0, 10103.0, 10042.0, 10129.0, 10117.0, 10052.0, 10128.0, 10054.0, 10062.0, 10133.0, 10044.0, 10120.0, 10108.0, 10041.0, 10135.0, 10091.0, 10074.0, 10134.0, 10115.0, 10063.0, 10140.0, 10064.0, 10054.0, 10142.0, 10080.0, 10124.0, 10106.0, 10070.0, 10155.0, 10108.0, 10084.0, 10174.0, 10134.0, 10068.0, 10135.0, 10083.0, 10141.0, 10127.0, 10052.0, 10139.0, 10141.0, 10065.0, 10151.0, 10100.0, 10063.0, 10153.0, 10079.0, 10117.0, 10144.0, 10066.0, 10140.0, 10113.0, 10064.0, 10154.0, 10127.0, 10100.0, 10140.0, 10060.0, 10136.0, 10096.0, 10057.0, 10151.0, 10125.0, 10084.0, 10137.0, 10062.0, 10098.0, 10089.0, 10064.0, 10165.0, 10126.0, 10061.0, 10138.0, 10075.0, 10137.0, 10085.0, 10065.0, 10154.0, 10115.0, 10051.0, 10115.0, 10093.0, 10118.0, 10095.0, 10073.0, 10162.0, 10099.0, 10087.0, 10156.0, 10120.0, 10111.0, 10167.0, 10099.0, 10160.0, 10146.0, 10118.0, 10160.0, 10119.0, 10106.0, 10107.0, 10063.0, 10130.0, 10058.0, 10037.0, 10154.0, 10112.0, 10037.0, 10087.0, 10035.0, 10004.0, 10111.0, 10038.0, 10106.0, 10098.0, 10072.0, 10110.0, 10015.0, 10087.0, 10057.0, 9994.0, 10102.0, 10101.0, 10072.0, 10130.0, 10039.0, 10044.0, 10069.0, 10046.0, 10121.0, 10085.0, 10036.0, 10150.0, 10087.0, 10061.0, 10134.0, 10076.0, 10113.0, 10139.0, 10038.0, 10140.0, 10072.0, 10038.0, 10148.0, 10129.0, 10076.0, 10160.0, 10077.0, 10064.0, 10127.0, 10066.0, 10103.0, 10115.0, 10066.0, 10115.0, 10092.0, 10070.0, 10146.0, 10058.0, 10074.0, 10141.0, 10123.0, 10063.0, 10172.0, 10144.0, 10100.0, 10118.0, 10064.0, 10136.0, 10112.0, 10037.0, 10149.0, 10072.0, 10060.0, 10142.0, 10094.0, 10082.0, 10158.0, 10076.0, 10086.0, 10145.0, 10083.0, 10140.0, 10145.0, 10067.0, 10155.0, 10119.0, 10081.0, 10168.0, 10133.0, 10061.0, 10152.0, 10082.0, 10145.0, 10144.0, 10078.0, 10145.0, 10125.0, 10058.0, 10131.0, 10077.0, 10117.0, 10125.0, 10075.0, 10136.0, 10084.0, 10051.0, 10141.0, 10082.0, 10059.0, 10174.0, 10108.0, 10074.0, 10159.0, 10106.0, 10087.0, 10163.0, 10111.0, 10145.0, 10132.0, 10062.0, 10181.0, 10154.0, 10086.0, 10157.0, 10070.0, 10068.0, 10141.0, 10066.0, 10069.0, 10174.0, 10139.0, 10073.0, 10166.0, 10125.0, 10142.0, 10121.0, 10083.0, 10155.0, 10125.0, 10076.0, 10129.0, 10037.0, 10110.0, 10064.0, 10017.0, 10104.0, 10101.0, 10049.0, 10126.0, 10019.0, 10022.0, 10094.0, 10039.0, 10046.0, 10101.0, 10064.0, 10112.0, 10053.0, 10061.0, 10137.0, 10089.0, 10063.0, 10135.0, 10116.0, 10064.0, 10111.0, 10123.0, 10087.0, 10052.0, 10130.0, 10130.0, 10024.0, 10115.0, 10137.0, 10134.0, 10105.0, 10112.0, 10112.0, 10064.0, 10132.0, 10066.0, 10061.0, 10153.0, 10126.0, 10081.0, 10135.0, 10008.0, 10068.0, 10121.0, 10039.0, 10128.0, 10099.0, 10105.0, 10159.0, 10052.0, 10065.0, 10141.0, 10115.0, 10071.0, 10144.0, 10047.0, 10046.0, 10120.0, 10072.0, 10068.0, 10140.0, 10066.0, 10098.0, 10142.0, 10114.0, 10162.0, 10126.0, 10048.0, 10127.0, 10094.0, 10116.0, 10101.0, 10059.0, 10124.0, 10063.0, 10055.0, 10108.0, 10031.0, 10088.0, 10094.0, 10019.0, 10121.0, 10052.0, 10033.0, 10098.0, 10037.0, 10125.0, 10100.0, 10035.0, 10111.0, 10037.0, 10100.0, 10078.0, 10040.0, 10130.0, 10080.0, 10042.0, 10120.0, 10045.0, 10120.0, 10095.0, 10036.0, 10133.0, 10024.0, 10036.0, 10104.0, 10009.0, 10138.0, 10106.0, 10047.0, 10150.0, 10060.0, 10052.0, 10129.0, 10067.0, 10065.0, 10124.0, 10071.0, 10130.0, 10092.0, 10041.0, 10133.0, 10127.0, 10083.0, 10152.0, 10069.0, 10063.0, 10144.0, 10091.0, 10096.0, 10062.0, 10134.0, 10060.0, 10045.0, 10134.0, 10061.0, 10051.0, 10116.0, 10077.0, 10068.0, 10146.0, 10080.0, 10140.0, 10089.0, 10043.0, 10155.0, 10131.0, 10112.0, 10140.0, 10058.0, 10126.0, 10109.0, 10079.0, 10133.0, 10069.0, 10118.0, 10107.0, 10044.0, 10144.0, 10048.0, 10048.0, 10105.0, 10087.0, 10145.0, 10105.0, 10067.0, 10139.0, 10064.0, 10083.0, 10149.0, 10099.0, 10072.0, 10123.0, 10086.0, 10162.0, 10110.0, 10073.0, 10163.0, 10135.0, 10071.0, 10161.0, 10125.0, 10109.0, 10162.0, 10097.0, 10146.0, 10102.0, 10066.0, 10165.0, 10101.0, 10076.0, 10176.0, 10127.0, 10081.0, 10169.0, 10104.0, 10153.0, 10126.0, 10088.0, 10178.0, 10150.0, 10070.0, 10160.0, 10086.0, 10145.0, 10147.0, 10083.0, 10142.0, 10145.0, 10052.0, 10142.0, 10116.0, 10074.0, 10140.0, 10061.0, 10095.0, 10121.0, 10092.0, 10107.0, 10106.0, 10044.0, 10096.0, 10064.0, 10060.0, 10123.0, 10095.0, 10043.0, 10138.0, 10112.0, 10046.0, 10126.0, 10059.0, 10056.0, 10110.0, 10054.0, 10019.0, 10119.0, 10064.0, 10062.0, 10106.0, 10078.0, 10063.0, 10130.0, 10077.0, 10087.0, 10115.0, 10096.0, 10128.0, 10124.0, 10034.0, 10123.0, 10125.0, 10056.0, 10143.0, 10124.0, 10049.0, 10136.0, 10079.0, 10062.0, 10134.0, 10088.0, 10081.0, 10159.0, 10067.0, 10066.0, 10129.0, 10068.0, 10100.0, 10127.0, 10066.0, 10115.0, 10116.0, 10063.0, 10157.0, 10144.0, 10067.0, 10145.0, 10100.0, 10065.0, 10128.0, 10069.0, 10116.0, 10119.0, 10070.0, 10140.0, 10114.0, 10067.0, 10161.0, 10093.0, 10134.0, 10145.0, 10091.0, 10154.0, 10141.0, 10060.0, 10137.0, 10066.0, 10068.0, 10136.0, 10087.0, 10109.0, 10111.0, 10075.0, 10163.0, 10127.0, 10087.0, 10163.0, 10091.0, 10139.0, 10149.0, 10072.0, 10162.0, 10122.0, 10119.0, 10148.0, 10067.0, 10159.0, 10116.0, 10061.0, 10142.0, 10070.0, 10163.0, 10138.0, 10077.0, 10138.0, 10063.0, 10085.0, 10100.0, 10046.0, 10135.0, 10095.0, 10074.0, 10132.0, 10064.0, 10098.0, 10078.0, 10055.0, 10145.0, 10110.0, 10073.0, 10135.0, 10071.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.000897714552238806</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.024910624160447762</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.88501018244628</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1691291680112055</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9945744670494856</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4477</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6580.4819</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.08751114362207</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>29</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>2.705223880597015</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4546883277460214</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.482732577170679</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.611569483189877</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2697629228775074</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00756609</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.00720238545909524</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.026844898238778114</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1072</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.947802918839531</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>32.1049</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>45.3936</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>184.8079</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>309970.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>837.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>381.0965</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4908</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>629.4667</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3908.5984</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>4114.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>66574.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1344.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>5100.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1042.0908</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>37.88787455239799</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> |