=== 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-0033 --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-0033",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
122 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
122 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0033_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-0033_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-0033_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-0033/figures/sub-0033_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0033/figures/sub-0033_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0033/figures/sub-0033_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-0033_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-0033/figures/sub-0033_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0033/figures/sub-0033_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0033/figures/sub-0033_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-0033_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-0033/figures/sub-0033_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0033/figures/sub-0033_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0033/figures/sub-0033_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-0033_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-0033/figures/sub-0033_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0033/figures/sub-0033_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0033/figures/sub-0033_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-0033_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-0033/figures/sub-0033_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0033/figures/sub-0033_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0033/figures/sub-0033_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-0033_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-0033/figures/sub-0033_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0033/figures/sub-0033_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0033/figures/sub-0033_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-0033_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-0033/figures/sub-0033_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0033/figures/sub-0033_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-0033/figures/sub-0033_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0033/figures/sub-0033_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-0033/ses-01/func/sub-0033_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>a5c2d8a6a95b353906832396d1be8db3</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>14:01:38.112500</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999443, 0.0235107, 0.0236838, -0.0204117, 0.992132, -0.123518]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.114967</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>30</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4169, -7708, -7227, 365, -39, -103, 16, 74]</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.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>300.573</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>bd6dacea-173a-466e-8cd9-b99c050d8773||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6814324855804443, -0.054763223975896835, 0.0712839886546135, 112.165283203125], [-0.06307757645845413, 2.661818504333496, -0.3320082724094391, -78.21653747558594], [0.06354192644357681, 0.3313904404640198, 2.678560972213745, -74.63758087158203], [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': ['140138.112500', '140138.572500', '140139.032500', '140139.492500', '140139.952500', '140140.412500', '140140.872500', '140141.332500', '140141.792500', '140142.252500', '140142.712500', '140143.172500', '140143.632500', '140144.092500', '140144.552500', '140145.012500', '140145.472500', '140145.932500', '140146.392500', '140146.852500', '140147.312500', '140147.772500', '140148.232500', '140148.692500', '140149.152500', '140149.612500', '140150.072500', '140150.532500', '140150.992500', '140151.452500', '140151.912500', '140152.372500', '140152.832500', '140153.292500', '140153.752500', '140154.212500', '140154.672500', '140155.132500', '140155.592500', '140156.052500', '140156.512500', '140156.972500', '140157.432500', '140157.892500', '140158.352500', '140158.812500', '140159.272500', '140159.732500', '140200.192500', '140200.652500', '140201.112500', '140201.572500', '140202.032500', '140202.492500', '140202.952500', '140203.412500', '140203.872500', '140204.332500', '140204.792500', '140205.252500', '140205.712500', '140206.172500', '140206.632500', '140207.092500', '140207.552500', '140208.012500', '140208.472500', '140208.932500', '140209.392500', '140209.852500', '140210.312500', '140210.772500', '140211.232500', '140211.692500', '140212.152500', '140212.612500', '140213.072500', '140213.532500', '140213.992500', '140214.452500', '140214.912500', '140215.372500', '140215.832500', '140216.292500', '140216.752500', '140217.212500', '140217.672500', '140218.132500', '140218.592500', '140219.052500', '140219.512500', '140219.972500', '140220.432500', '140220.892500', '140221.352500', '140221.812500', '140222.272500', '140222.732500', '140223.192500', '140223.652500', '140224.112500', '140224.572500', '140225.032500', '140225.492500', '140225.952500', '140226.412500', '140226.872500', '140227.332500', '140227.792500', '140228.252500', '140228.712500', '140229.172500', '140229.632500', '140230.092500', '140230.552500', '140231.012500', '140231.472500', '140231.932500', '140232.392500', '140232.852500', '140233.312500', '140233.772500', '140234.232500', '140234.692500', '140235.152500', '140235.612500', '140236.072500', '140236.532500', '140236.992500', '140237.452500', '140237.912500', '140238.372500', '140238.832500', '140239.292500', '140239.752500', '140240.212500', '140240.672500', '140241.132500', '140241.592500', '140242.052500', '140242.512500', '140242.972500', '140243.432500', '140243.892500', '140244.352500', '140244.812500', '140245.272500', '140245.732500', '140246.192500', '140246.652500', '140247.112500', '140247.572500', '140248.032500', '140248.492500', '140248.952500', '140249.412500', '140249.872500', '140250.332500', '140250.792500', '140251.252500', '140251.712500', '140252.172500', '140252.632500', '140253.092500', '140253.552500', '140254.012500', '140254.472500', '140254.932500', '140255.392500', '140255.852500', '140256.312500', '140256.772500', '140257.232500', '140257.692500', '140258.152500', '140258.612500', '140259.072500', '140259.532500', '140259.992500', '140300.452500', '140300.912500', '140301.372500', '140301.832500', '140302.292500', '140302.752500', '140303.212500', '140303.672500', '140304.132500', '140304.592500', '140305.052500', '140305.512500', '140305.972500', '140306.432500', '140306.892500', '140307.352500', '140307.812500', '140308.272500', '140308.732500', '140309.192500', '140309.652500', '140310.112500', '140310.572500', '140311.032500', '140311.492500', '140311.952500', '140312.412500', '140312.872500', '140313.332500', '140313.792500', '140314.252500', '140314.712500', '140315.172500', '140315.632500', '140316.092500', '140316.552500', '140317.012500', '140317.472500', '140317.932500', '140318.392500', '140318.852500', '140319.312500', '140319.772500', '140320.232500', '140320.692500', '140321.152500', '140321.612500', '140322.072500', '140322.532500', '140322.992500', '140323.452500', '140323.912500', '140324.372500', '140324.832500', '140325.292500', '140325.752500', '140326.212500', '140326.672500', '140327.132500', '140327.592500', '140328.052500', '140328.512500', '140328.972500', '140329.432500', '140329.892500', '140330.352500', '140330.812500', '140331.272500', '140331.732500', '140332.192500', '140332.652500', '140333.112500', '140333.572500', '140334.032500', '140334.492500', '140334.952500', '140335.412500', '140335.872500', '140336.332500', '140336.792500', '140337.252500', '140337.712500', '140338.172500', '140338.632500', '140339.092500', '140339.552500', '140340.012500', '140340.472500', '140340.932500', '140341.392500', '140341.852500', '140342.312500', '140342.772500', '140343.232500', '140343.692500', '140344.152500', '140344.612500', '140345.072500', '140345.532500', '140345.992500', '140346.452500', '140346.912500', '140347.372500', '140347.832500', '140348.292500', '140348.752500', '140349.212500', '140349.672500', '140350.132500', '140350.592500', '140351.052500', '140351.512500', '140351.972500', '140352.432500', '140352.892500', '140353.352500', '140353.812500', '140354.272500', '140354.732500', '140355.192500', '140355.652500', '140356.112500', '140356.572500', '140357.032500', '140357.492500', '140357.952500', '140358.412500', '140358.872500', '140359.332500', '140359.792500', '140400.252500', '140400.712500', '140401.172500', '140401.632500', '140402.092500', '140402.552500', '140403.012500', '140403.472500', '140403.932500', '140404.392500', '140404.852500', '140405.312500', '140405.772500', '140406.232500', '140406.692500', '140407.152500', '140407.612500', '140408.072500', '140408.532500', '140408.992500', '140409.452500', '140409.912500', '140410.372500', '140410.832500', '140411.292500', '140411.752500', '140412.212500', '140412.672500', '140413.132500', '140413.592500', '140414.052500', '140414.512500', '140414.972500', '140415.432500', '140415.892500', '140416.352500', '140416.812500', '140417.272500', '140417.732500', '140418.192500', '140418.652500', '140419.112500', '140419.572500', '140420.032500', '140420.492500', '140420.952500', '140421.412500', '140421.872500', '140422.332500', '140422.792500', '140423.252500', '140423.712500', '140424.172500', '140424.632500', '140425.092500', '140425.552500', '140426.012500', '140426.472500', '140426.932500', '140427.392500', '140427.852500', '140428.312500', '140428.772500', '140429.232500', '140429.692500', '140430.152500', '140430.612500', '140431.072500', '140431.532500', '140431.992500', '140432.452500', '140432.912500', '140433.372500', '140433.832500', '140434.292500', '140434.752500', '140435.212500', '140435.672500', '140436.132500', '140436.592500', '140437.052500', '140437.512500', '140437.972500', '140438.432500', '140438.892500', '140439.352500', '140439.812500', '140440.272500', '140440.732500', '140441.192500', '140441.652500', '140442.112500', '140442.572500', '140443.032500', '140443.492500', '140443.952500', '140444.412500', '140444.872500', '140445.332500', '140445.792500', '140446.252500', '140446.712500', '140447.172500', '140447.632500', '140448.092500', '140448.552500', '140449.012500', '140449.472500', '140449.932500', '140450.392500', '140450.852500', '140451.312500', '140451.772500', '140452.232500', '140452.692500', '140453.152500', '140453.612500', '140454.072500', '140454.532500', '140454.992500', '140455.452500', '140455.912500', '140456.372500', '140456.832500', '140457.292500', '140457.752500', '140458.212500', '140458.672500', '140459.132500', '140459.592500', '140500.052500', '140500.512500', '140500.972500', '140501.432500', '140501.892500', '140502.352500', '140502.812500', '140503.272500', '140503.732500', '140504.192500', '140504.652500', '140505.112500', '140505.572500', '140506.032500', '140506.492500', '140506.952500', '140507.412500', '140507.872500', '140508.332500', '140508.792500', '140509.252500', '140509.712500', '140510.172500', '140510.632500', '140511.092500', '140511.552500', '140512.012500', '140512.472500', '140512.932500', '140513.392500', '140513.852500', '140514.312500', '140514.772500', '140515.232500', '140515.692500', '140516.152500', '140516.612500', '140517.072500', '140517.532500', '140517.992500', '140518.452500', '140518.912500', '140519.372500', '140519.832500', '140520.292500', '140520.752500', '140521.212500', '140521.672500', '140522.132500', '140522.592500', '140523.052500', '140523.512500', '140523.972500', '140524.432500', '140524.892500', '140525.352500', '140525.812500', '140526.272500', '140526.732500', '140527.192500', '140527.652500', '140528.112500', '140528.572500', '140529.032500', '140529.492500', '140529.952500', '140530.412500', '140530.872500', '140531.332500', '140531.792500', '140532.252500', '140532.712500', '140533.172500', '140533.632500', '140534.092500', '140534.552500', '140535.012500', '140535.472500', '140535.932500', '140536.392500', '140536.852500', '140537.312500', '140537.772500', '140538.232500', '140538.692500', '140539.152500', '140539.612500', '140540.072500', '140540.532500', '140540.992500', '140541.452500', '140541.912500', '140542.372500', '140542.832500', '140543.292500', '140543.752500', '140544.212500', '140544.672500', '140545.132500', '140545.592500', '140546.052500', '140546.512500', '140546.972500', '140547.432500', '140547.892500', '140548.352500', '140548.812500', '140549.272500', '140549.732500', '140550.192500', '140550.652500', '140551.112500', '140551.572500', '140552.032500', '140552.492500', '140552.952500', '140553.412500', '140553.872500', '140554.332500', '140554.792500', '140555.252500', '140555.712500', '140556.172500', '140556.632500', '140557.092500', '140557.552500', '140558.012500', '140558.472500', '140558.932500', '140559.392500', '140559.852500', '140600.312500', '140600.772500', '140601.232500', '140601.692500', '140602.152500', '140602.612500', '140603.072500', '140603.532500', '140603.992500', '140604.452500', '140604.912500', '140605.372500', '140605.832500', '140606.292500', '140606.752500', '140607.212500', '140607.672500', '140608.132500', '140608.592500', '140609.052500', '140609.512500', '140609.972500', '140610.432500', '140610.892500', '140611.352500', '140611.812500', '140612.272500', '140612.732500', '140613.192500', '140613.652500', '140614.112500', '140614.572500', '140615.032500', '140615.492500', '140615.952500', '140616.412500', '140616.872500', '140617.332500', '140617.792500', '140618.252500', '140618.712500', '140619.172500', '140619.632500', '140620.092500', '140620.552500', '140621.012500', '140621.472500', '140621.932500', '140622.392500', '140622.852500', '140623.312500', '140623.772500', '140624.232500', '140624.692500', '140625.152500', '140625.612500', '140626.072500', '140626.532500', '140626.992500', '140627.452500', '140627.912500', '140628.372500', '140628.832500', '140629.292500', '140629.752500', '140630.212500', '140630.672500', '140631.132500', '140631.592500', '140632.052500', '140632.512500', '140632.972500', '140633.432500', '140633.892500', '140634.352500', '140634.812500', '140635.272500', '140635.732500', '140636.192500', '140636.652500', '140637.112500', '140637.572500', '140638.032500', '140638.492500', '140638.952500', '140639.412500', '140639.872500', '140640.332500', '140640.792500', '140641.252500', '140641.712500', '140642.172500', '140642.632500', '140643.092500', '140643.552500', '140644.012500', '140644.472500', '140644.932500', '140645.392500', '140645.852500', '140646.312500', '140646.772500', '140647.232500', '140647.692500', '140648.152500', '140648.612500', '140649.072500', '140649.532500', '140649.992500', '140650.452500', '140650.912500', '140651.372500', '140651.832500', '140652.292500', '140652.752500', '140653.212500', '140653.672500', '140654.132500', '140654.592500', '140655.052500', '140655.512500', '140655.972500', '140656.432500', '140656.892500', '140657.352500', '140657.812500', '140658.272500', '140658.732500', '140659.192500', '140659.652500', '140700.112500', '140700.572500', '140701.032500', '140701.492500', '140701.952500', '140702.412500', '140702.872500', '140703.332500', '140703.792500', '140704.252500', '140704.712500', '140705.172500', '140705.632500', '140706.092500', '140706.552500', '140707.012500', '140707.472500', '140707.932500', '140708.392500', '140708.852500', '140709.312500', '140709.772500', '140710.232500', '140710.692500', '140711.152500', '140711.612500', '140712.072500', '140712.532500', '140712.992500', '140713.452500', '140713.912500', '140714.372500', '140714.832500', '140715.292500', '140715.752500', '140716.212500', '140716.672500', '140717.132500', '140717.592500', '140718.052500', '140718.512500', '140718.972500', '140719.432500', '140719.892500', '140720.352500', '140720.812500', '140721.272500', '140721.732500', '140722.192500', '140722.652500', '140723.112500', '140723.572500', '140724.032500', '140724.492500', '140724.952500', '140725.412500', '140725.872500', '140726.332500', '140726.792500', '140727.252500', '140727.712500', '140728.172500', '140728.632500', '140729.092500', '140729.552500', '140730.012500', '140730.472500', '140730.932500', '140731.392500', '140731.852500', '140732.312500', '140732.772500', '140733.232500', '140733.692500', '140734.152500', '140734.612500', '140735.072500', '140735.532500', '140735.992500', '140736.452500', '140736.912500', '140737.372500', '140737.832500', '140738.292500', '140738.752500', '140739.212500', '140739.672500', '140740.132500', '140740.592500', '140741.052500', '140741.512500', '140741.972500', '140742.432500', '140742.892500', '140743.352500', '140743.812500', '140744.272500', '140744.732500', '140745.192500', '140745.652500', '140746.112500', '140746.572500', '140747.032500', '140747.492500', '140747.952500', '140748.412500', '140748.872500', '140749.332500', '140749.792500', '140750.252500', '140750.712500', '140751.172500', '140751.632500', '140752.092500', '140752.552500', '140753.012500', '140753.472500', '140753.932500', '140754.392500', '140754.852500', '140755.312500', '140755.772500', '140756.232500', '140756.692500', '140757.152500', '140757.612500', '140758.072500', '140758.532500', '140758.992500', '140759.452500', '140759.912500', '140800.372500', '140800.832500', '140801.292500', '140801.752500', '140802.212500', '140802.672500', '140803.132500', '140803.592500', '140804.052500', '140804.512500', '140804.972500', '140805.432500', '140805.892500', '140806.352500', '140806.812500', '140807.272500', '140807.732500', '140808.192500', '140808.652500', '140809.112500', '140809.572500', '140810.032500', '140810.492500', '140810.952500', '140811.412500', '140811.872500', '140812.332500', '140812.792500', '140813.252500', '140813.712500', '140814.172500', '140814.632500', '140815.092500', '140815.552500', '140816.012500', '140816.472500', '140816.932500', '140817.392500', '140817.852500', '140818.312500', '140818.772500', '140819.232500', '140819.692500', '140820.152500', '140820.612500', '140821.072500', '140821.532500', '140821.992500', '140822.452500', '140822.912500', '140823.372500', '140823.832500', '140824.292500', '140824.752500', '140825.212500', '140825.672500', '140826.132500', '140826.592500', '140827.052500', '140827.512500', '140827.972500', '140828.432500', '140828.892500', '140829.352500', '140829.812500', '140830.272500', '140830.732500', '140831.192500', '140831.652500', '140832.112500', '140832.572500', '140833.032500', '140833.492500', '140833.952500', '140834.412500', '140834.872500', '140835.332500', '140835.792500', '140836.252500', '140836.712500', '140837.172500', '140837.632500', '140838.092500', '140838.552500', '140839.012500', '140839.472500', '140839.932500', '140840.392500', '140840.852500', '140841.312500', '140841.772500', '140842.232500', '140842.692500', '140843.152500', '140843.612500', '140844.072500', '140844.532500', '140844.992500', '140845.452500', '140845.912500', '140846.372500', '140846.832500', '140847.292500', '140847.752500', '140848.212500', '140848.672500', '140849.132500', '140849.592500', '140850.052500', '140850.512500', '140850.972500', '140851.432500', '140851.892500', '140852.352500', '140852.812500', '140853.272500', '140853.732500', '140854.192500', '140854.652500', '140855.112500', '140855.572500', '140856.032500', '140856.492500', '140856.952500', '140857.412500', '140857.872500', '140858.332500', '140858.792500', '140859.252500', '140859.712500', '140900.172500', '140900.632500', '140901.092500', '140901.552500', '140902.012500', '140902.472500', '140902.932500', '140903.392500', '140903.852500', '140904.312500', '140904.772500', '140905.232500', '140905.692500', '140906.152500', '140906.612500', '140907.072500', '140907.532500', '140907.992500', '140908.452500', '140908.912500', '140909.372500', '140909.832500', '140910.292500', '140910.752500', '140911.212500', '140911.672500', '140912.132500', '140912.592500', '140913.052500', '140913.512500', '140913.972500', '140914.432500', '140914.892500', '140915.352500', '140915.812500', '140916.272500', '140916.732500', '140917.192500', '140917.652500', '140918.112500', '140918.572500', '140919.032500', '140919.492500', '140919.952500', '140920.412500', '140920.872500', '140921.332500', '140921.792500', '140922.252500', '140922.712500', '140923.172500', '140923.632500', '140924.092500', '140924.552500', '140925.012500', '140925.472500', '140925.932500', '140926.392500', '140926.852500', '140927.312500', '140927.772500', '140928.232500', '140928.692500', '140929.152500', '140929.612500', '140930.072500', '140930.532500', '140930.992500', '140931.452500', '140931.912500', '140932.372500', '140932.832500', '140933.292500', '140933.752500', '140934.212500', '140934.672500', '140935.132500', '140935.592500', '140936.052500', '140936.512500', '140936.972500', '140937.432500', '140937.892500', '140938.352500', '140938.812500', '140939.272500', '140939.732500', '140940.192500', '140940.652500', '140941.112500', '140941.572500', '140942.032500', '140942.492500', '140942.952500', '140943.412500', '140943.872500', '140944.332500', '140944.792500', '140945.252500', '140945.712500', '140946.172500', '140946.632500', '140947.092500', '140947.552500', '140948.012500', '140948.472500', '140948.932500', '140949.392500', '140949.852500', '140950.312500', '140950.772500', '140951.232500'], 'ContentTime': ['140157.614000', '140157.618000', '140157.620000', '140157.623000', '140157.626000', '140157.629000', '140157.632000', '140157.634000', '140157.637000', '140157.643000', '140157.646000', '140157.649000', '140157.652000', '140157.655000', '140157.658000', '140157.661000', '140157.664000', '140157.667000', '140157.670000', '140157.673000', '140157.676000', '140157.679000', '140157.682000', '140157.684000', '140157.687000', '140157.690000', '140157.693000', '140157.695000', '140157.698000', '140157.701000', '140157.704000', '140157.706000', '140157.709000', '140157.712000', '140157.715000', '140157.717000', '140157.720000', '140157.723000', '140157.726000', '140157.729000', '140217.567000', '140217.587000', '140217.590000', '140217.593000', '140217.595000', '140217.598000', '140217.601000', '140217.604000', '140217.607000', '140217.609000', '140217.612000', '140217.615000', '140217.618000', '140217.620000', '140217.623000', '140217.626000', '140217.629000', '140217.632000', '140217.634000', '140217.637000', '140217.640000', '140217.643000', '140217.646000', '140217.648000', '140217.651000', '140217.654000', '140217.657000', '140217.659000', '140217.662000', '140217.665000', '140217.668000', '140217.670000', '140217.673000', '140217.676000', '140217.679000', '140217.682000', '140217.684000', '140217.687000', '140217.690000', '140217.693000', '140217.695000', '140217.698000', '140217.701000', '140217.704000', '140237.567000', '140237.579000', '140237.582000', '140237.585000', '140237.588000', '140237.590000', '140237.593000', '140237.596000', '140237.599000', '140237.602000', '140237.604000', '140237.607000', '140237.610000', '140237.613000', '140237.616000', '140237.618000', '140237.621000', '140237.624000', '140237.627000', '140237.630000', '140237.632000', '140237.635000', '140237.638000', '140237.640000', '140237.643000', '140237.646000', '140237.649000', '140237.652000', '140237.654000', '140237.657000', '140237.660000', '140237.663000', '140237.666000', '140237.668000', '140237.671000', '140237.674000', '140237.677000', '140237.679000', '140237.682000', '140237.686000', '140237.692000', '140237.695000', '140237.698000', '140257.567000', '140257.570000', '140257.573000', '140257.575000', '140257.578000', '140257.581000', '140257.584000', '140257.587000', '140257.590000', '140257.592000', '140257.595000', '140257.598000', '140257.601000', '140257.603000', '140257.606000', '140257.609000', '140257.612000', '140257.615000', '140257.618000', '140257.620000', '140257.623000', '140257.626000', '140257.629000', '140257.632000', '140257.634000', '140257.637000', '140257.640000', '140257.643000', '140257.646000', '140257.648000', '140257.651000', '140257.654000', '140257.657000', '140257.665000', '140257.668000', '140257.671000', '140257.673000', '140257.676000', '140257.679000', '140257.682000', '140257.684000', '140257.687000', '140257.690000', '140257.693000', '140317.567000', '140317.570000', '140317.573000', '140317.575000', '140317.578000', '140317.581000', '140317.584000', '140317.587000', '140317.589000', '140317.592000', '140317.595000', '140317.598000', '140317.601000', '140317.603000', '140317.606000', '140317.609000', '140317.612000', '140317.614000', '140317.617000', '140317.620000', '140317.623000', '140317.626000', '140317.628000', '140317.631000', '140317.634000', '140317.638000', '140317.641000', '140317.644000', '140317.647000', '140317.649000', '140317.652000', '140317.655000', '140317.658000', '140317.661000', '140317.664000', '140317.666000', '140317.669000', '140317.672000', '140317.675000', '140317.677000', '140317.680000', '140317.683000', '140317.691000', '140337.567000', '140337.570000', '140337.573000', '140337.576000', '140337.578000', '140337.581000', '140337.584000', '140337.587000', '140337.590000', '140337.593000', '140337.595000', '140337.598000', '140337.601000', '140337.604000', '140337.607000', '140337.609000', '140337.612000', '140337.615000', '140337.618000', '140337.621000', '140337.623000', '140337.626000', '140337.629000', '140337.632000', '140337.635000', '140337.637000', '140337.640000', '140337.643000', '140337.646000', '140337.649000', '140337.651000', '140337.654000', '140337.657000', '140337.660000', '140337.662000', '140337.665000', '140337.668000', '140337.671000', '140337.674000', '140337.676000', '140337.684000', '140337.686000', '140337.689000', '140337.692000', '140357.567000', '140357.570000', '140357.573000', '140357.576000', '140357.578000', '140357.581000', '140357.584000', '140357.587000', '140357.589000', '140357.592000', '140357.605000', '140357.608000', '140357.611000', '140357.614000', '140357.616000', '140357.619000', '140357.622000', '140357.625000', '140357.628000', '140357.630000', '140357.633000', '140357.636000', '140357.639000', '140357.641000', '140357.644000', '140357.647000', '140357.650000', '140357.653000', '140357.655000', '140357.658000', '140357.661000', '140357.664000', '140357.667000', '140357.669000', '140357.672000', '140357.675000', '140357.678000', '140357.680000', '140357.683000', '140357.686000', '140357.689000', '140357.692000', '140357.694000', '140417.568000', '140417.571000', '140417.574000', '140417.576000', '140417.579000', '140417.582000', '140417.585000', '140417.587000', '140417.590000', '140417.593000', '140417.596000', '140417.599000', '140417.601000', '140417.604000', '140417.607000', '140417.610000', '140417.613000', '140417.616000', '140417.618000', '140417.621000', '140417.624000', '140417.627000', '140417.629000', '140417.632000', '140417.635000', '140417.638000', '140417.641000', '140417.644000', '140417.646000', '140417.649000', '140417.652000', '140417.655000', '140417.657000', '140417.660000', '140417.663000', '140417.666000', '140417.669000', '140417.671000', '140417.674000', '140417.677000', '140417.680000', '140417.683000', '140417.685000', '140417.688000', '140437.567000', '140437.570000', '140437.573000', '140437.575000', '140437.578000', '140437.581000', '140437.584000', '140437.587000', '140437.589000', '140437.592000', '140437.595000', '140437.598000', '140437.601000', '140437.603000', '140437.606000', '140437.609000', '140437.612000', '140437.614000', '140437.617000', '140437.620000', '140437.623000', '140437.626000', '140437.628000', '140437.631000', '140437.634000', '140437.637000', '140437.639000', '140437.642000', '140437.645000', '140437.648000', '140437.651000', '140437.653000', '140437.656000', '140437.659000', '140437.662000', '140437.665000', '140437.667000', '140437.670000', '140437.673000', '140437.677000', '140437.680000', '140437.683000', '140437.686000', '140457.567000', '140457.570000', '140457.573000', '140457.575000', '140457.578000', '140457.581000', '140457.584000', '140457.587000', '140457.590000', '140457.592000', '140457.595000', '140457.598000', '140457.601000', '140457.603000', '140457.606000', '140457.609000', '140457.612000', '140457.615000', '140457.617000', '140457.620000', '140457.623000', '140457.626000', '140457.629000', '140457.631000', '140457.634000', '140457.637000', '140457.640000', '140457.643000', '140457.645000', '140457.648000', '140457.651000', '140457.654000', '140457.657000', '140457.659000', '140457.662000', '140457.665000', '140457.668000', '140457.671000', '140457.674000', '140457.676000', '140457.679000', '140457.682000', '140457.685000', '140457.687000', '140517.567000', '140517.570000', '140517.573000', '140517.575000', '140517.578000', '140517.581000', '140517.584000', '140517.587000', '140517.590000', '140517.593000', '140517.595000', '140517.598000', '140517.601000', '140517.604000', '140517.606000', '140517.609000', '140517.612000', '140517.615000', '140517.618000', '140517.620000', '140517.623000', '140517.626000', '140517.629000', '140517.632000', '140517.634000', '140517.637000', '140517.640000', '140517.643000', '140517.646000', '140517.648000', '140517.651000', '140517.654000', '140517.657000', '140517.660000', '140517.663000', '140517.677000', '140517.680000', '140517.682000', '140517.685000', '140517.688000', '140517.691000', '140517.694000', '140517.696000', '140537.567000', '140537.570000', '140537.573000', '140537.576000', '140537.578000', '140537.581000', '140537.584000', '140537.587000', '140537.590000', '140537.593000', '140537.595000', '140537.598000', '140537.601000', '140537.604000', '140537.607000', '140537.609000', '140537.612000', '140537.615000', '140537.618000', '140537.620000', '140537.623000', '140537.626000', '140537.629000', '140537.632000', '140537.635000', '140537.637000', '140537.640000', '140537.643000', '140537.646000', '140537.649000', '140537.652000', '140537.654000', '140537.657000', '140537.660000', '140537.663000', '140537.666000', '140537.668000', '140537.671000', '140537.674000', '140537.677000', '140537.680000', '140537.682000', '140537.685000', '140537.688000', '140557.567000', '140557.570000', '140557.573000', '140557.575000', '140557.578000', '140557.581000', '140557.584000', '140557.587000', '140557.590000', '140557.592000', '140557.595000', '140557.598000', '140557.601000', '140557.604000', '140557.606000', '140557.609000', '140557.612000', '140557.615000', '140557.618000', '140557.621000', '140557.624000', '140557.626000', '140557.629000', '140557.632000', '140557.635000', '140557.638000', '140557.640000', '140557.643000', '140557.646000', '140557.649000', '140557.651000', '140557.654000', '140557.657000', '140557.660000', '140557.663000', '140557.666000', '140557.668000', '140557.671000', '140557.674000', '140557.677000', '140557.679000', '140557.682000', '140557.685000', '140617.569000', '140617.573000', '140617.575000', '140617.578000', '140617.581000', '140617.584000', '140617.587000', '140617.590000', '140617.592000', '140617.595000', '140617.598000', '140617.601000', '140617.603000', '140617.606000', '140617.609000', '140617.612000', '140617.615000', '140617.618000', '140617.620000', '140617.623000', '140617.626000', '140617.629000', '140617.632000', '140617.634000', '140617.637000', '140617.640000', '140617.643000', '140617.646000', '140617.648000', '140617.651000', '140617.654000', '140617.657000', '140617.660000', '140617.662000', '140617.665000', '140617.668000', '140617.671000', '140617.673000', '140617.676000', '140617.679000', '140617.682000', '140617.685000', '140617.688000', '140637.568000', '140637.571000', '140637.574000', '140637.577000', '140637.579000', '140637.582000', '140637.585000', '140637.588000', '140637.591000', '140637.593000', '140637.596000', '140637.599000', '140637.602000', '140637.605000', '140637.607000', '140637.610000', '140637.613000', '140637.616000', '140637.619000', '140637.621000', '140637.625000', '140637.628000', '140637.630000', '140637.633000', '140637.636000', '140637.639000', '140637.641000', '140637.644000', '140637.647000', '140637.650000', '140637.653000', '140637.655000', '140637.658000', '140637.661000', '140637.664000', '140637.667000', '140637.669000', '140637.672000', '140637.675000', '140637.678000', '140637.681000', '140637.683000', '140637.686000', '140637.689000', '140657.567000', '140657.570000', '140657.573000', '140657.588000', '140657.591000', '140657.593000', '140657.596000', '140657.599000', '140657.602000', '140657.605000', '140657.607000', '140657.610000', '140657.613000', '140657.616000', '140657.619000', '140657.622000', '140657.624000', '140657.627000', '140657.630000', '140657.633000', '140657.636000', '140657.638000', '140657.641000', '140657.644000', '140657.647000', '140657.649000', '140657.652000', '140657.655000', '140657.658000', '140657.661000', '140657.663000', '140657.666000', '140657.669000', '140657.672000', '140657.675000', '140657.677000', '140657.680000', '140657.683000', '140657.686000', '140657.689000', '140657.691000', '140657.694000', '140657.697000', '140717.567000', '140717.570000', '140717.573000', '140717.575000', '140717.578000', '140717.581000', '140717.584000', '140717.587000', '140717.590000', '140717.592000', '140717.595000', '140717.598000', '140717.601000', '140717.604000', '140717.606000', '140717.609000', '140717.612000', '140717.615000', '140717.618000', '140717.621000', '140717.623000', '140717.626000', '140717.629000', '140717.632000', '140717.635000', '140717.637000', '140717.640000', '140717.643000', '140717.646000', '140717.649000', '140717.651000', '140717.654000', '140717.657000', '140717.660000', '140717.665000', '140717.667000', '140717.670000', '140717.673000', '140717.676000', '140717.679000', '140717.681000', '140717.684000', '140717.687000', '140717.690000', '140737.567000', '140737.570000', '140737.573000', '140737.576000', '140737.579000', '140737.581000', '140737.584000', '140737.587000', '140737.590000', '140737.593000', '140737.595000', '140737.598000', '140737.601000', '140737.604000', '140737.607000', '140737.610000', '140737.613000', '140737.616000', '140737.619000', '140737.621000', '140737.624000', '140737.627000', '140737.630000', '140737.633000', '140737.635000', '140737.638000', '140737.641000', '140737.644000', '140737.647000', '140737.649000', '140737.652000', '140737.655000', '140737.658000', '140737.661000', '140737.663000', '140737.666000', '140737.669000', '140737.672000', '140737.675000', '140737.678000', '140737.680000', '140737.683000', '140737.686000', '140757.567000', '140757.570000', '140757.573000', '140757.576000', '140757.578000', '140757.581000', '140757.584000', '140757.587000', '140757.590000', '140757.592000', '140757.595000', '140757.598000', '140757.601000', '140757.604000', '140757.606000', '140757.609000', '140757.612000', '140757.615000', '140757.618000', '140757.620000', '140757.623000', '140757.626000', '140757.629000', '140757.632000', '140757.634000', '140757.637000', '140757.640000', '140757.643000', '140757.646000', '140757.648000', '140757.651000', '140757.654000', '140757.657000', '140757.660000', '140757.662000', '140757.665000', '140757.668000', '140757.671000', '140757.673000', '140757.676000', '140757.679000', '140757.682000', '140757.685000', '140757.688000', '140817.567000', '140817.570000', '140817.573000', '140817.576000', '140817.579000', '140817.582000', '140817.584000', '140817.587000', '140817.590000', '140817.593000', '140817.596000', '140817.598000', '140817.601000', '140817.604000', '140817.607000', '140817.610000', '140817.613000', '140817.616000', '140817.619000', '140817.622000', '140817.625000', '140817.628000', '140817.630000', '140817.633000', '140817.636000', '140817.639000', '140817.642000', '140817.644000', '140817.658000', '140817.661000', '140817.664000', '140817.667000', '140817.669000', '140817.672000', '140817.675000', '140817.678000', '140817.681000', '140817.683000', '140817.686000', '140817.689000', '140817.692000', '140817.694000', '140817.697000', '140837.567000', '140837.570000', '140837.573000', '140837.576000', '140837.578000', '140837.581000', '140837.584000', '140837.587000', '140837.590000', '140837.592000', '140837.595000', '140837.598000', '140837.601000', '140837.604000', '140837.606000', '140837.609000', '140837.612000', '140837.615000', '140837.618000', '140837.621000', '140837.624000', '140837.626000', '140837.629000', '140837.632000', '140837.635000', '140837.638000', '140837.640000', '140837.643000', '140837.646000', '140837.649000', '140837.652000', '140837.654000', '140837.657000', '140837.660000', '140837.663000', '140837.665000', '140837.668000', '140837.671000', '140837.674000', '140837.677000', '140837.679000', '140837.682000', '140837.685000', '140837.688000', '140857.568000', '140857.571000', '140857.574000', '140857.577000', '140857.580000', '140857.582000', '140857.585000', '140857.588000', '140857.591000', '140857.594000', '140857.596000', '140857.599000', '140857.602000', '140857.605000', '140857.608000', '140857.611000', '140857.613000', '140857.616000', '140857.619000', '140857.622000', '140857.625000', '140857.627000', '140857.630000', '140857.633000', '140857.636000', '140857.639000', '140857.642000', '140857.644000', '140857.647000', '140857.650000', '140857.653000', '140857.656000', '140857.659000', '140857.661000', '140857.664000', '140857.667000', '140857.670000', '140857.673000', '140857.676000', '140857.678000', '140857.681000', '140857.684000', '140857.687000', '140917.567000', '140917.570000', '140917.573000', '140917.575000', '140917.578000', '140917.581000', '140917.584000', '140917.587000', '140917.589000', '140917.592000', '140917.595000', '140917.598000', '140917.601000', '140917.604000', '140917.607000', '140917.610000', '140917.613000', '140917.615000', '140917.618000', '140917.621000', '140917.624000', '140917.627000', '140917.629000', '140917.632000', '140917.635000', '140917.638000', '140917.641000', '140917.643000', '140917.646000', '140917.649000', '140917.652000', '140917.655000', '140917.658000', '140917.660000', '140917.663000', '140917.666000', '140917.669000', '140917.671000', '140917.674000', '140917.677000', '140917.680000', '140917.683000', '140917.685000', '140917.688000', '140937.567000', '140937.570000', '140937.573000', '140937.576000', '140937.578000', '140937.581000', '140937.584000', '140937.587000', '140937.590000', '140937.593000', '140937.596000', '140937.599000', '140937.602000', '140937.605000', '140937.607000', '140937.610000', '140937.613000', '140937.616000', '140937.619000', '140937.622000', '140937.624000', '140937.627000', '140937.630000', '140937.633000', '140937.650000', '140937.653000', '140937.656000', '140937.658000', '140937.661000', '140937.665000', '140937.668000', '140937.671000', '140937.674000', '140937.677000', '140937.679000', '140937.682000', '140937.685000', '140937.688000', '140937.691000', '140937.694000', '140937.696000', '140937.699000', '140937.702000', '140952.418000', '140952.423000', '140952.426000', '140952.429000', '140952.432000', '140952.435000', '140952.438000', '140952.441000', '140952.444000', '140952.447000', '140952.450000', '140952.453000', '140952.456000', '140952.459000', '140952.462000', '140952.465000', '140952.469000', '140952.472000', '140952.474000', '140952.477000', '140952.483000', '140952.488000', '140952.491000', '140952.495000', '140952.498000', '140952.501000', '140952.504000', '140952.507000', '140952.510000', '140952.512000', '140952.515000', '140952.518000', '140952.521000'], 'InstanceCreationTime': ['140157.614000', '140157.618000', '140157.620000', '140157.623000', '140157.626000', '140157.629000', '140157.632000', '140157.634000', '140157.637000', '140157.643000', '140157.646000', '140157.649000', '140157.652000', '140157.655000', '140157.658000', '140157.661000', '140157.664000', '140157.667000', '140157.670000', '140157.673000', '140157.676000', '140157.679000', '140157.682000', '140157.684000', '140157.687000', '140157.690000', '140157.693000', '140157.695000', '140157.698000', '140157.701000', '140157.704000', '140157.706000', '140157.709000', '140157.712000', '140157.715000', '140157.717000', '140157.720000', '140157.723000', '140157.726000', '140157.729000', '140217.567000', '140217.587000', '140217.590000', '140217.593000', '140217.595000', '140217.598000', '140217.601000', '140217.604000', '140217.607000', '140217.609000', '140217.612000', '140217.615000', '140217.618000', '140217.620000', '140217.623000', '140217.626000', '140217.629000', '140217.632000', '140217.634000', '140217.637000', '140217.640000', '140217.643000', '140217.646000', '140217.648000', '140217.651000', '140217.654000', '140217.657000', '140217.659000', '140217.662000', '140217.665000', '140217.668000', '140217.670000', '140217.673000', '140217.676000', '140217.679000', '140217.682000', '140217.684000', '140217.687000', '140217.690000', '140217.693000', '140217.695000', '140217.698000', '140217.701000', '140217.704000', '140237.567000', '140237.579000', '140237.582000', '140237.585000', '140237.588000', '140237.590000', '140237.593000', '140237.596000', '140237.599000', '140237.602000', '140237.604000', '140237.607000', '140237.610000', '140237.613000', '140237.616000', '140237.618000', '140237.621000', '140237.624000', '140237.627000', '140237.630000', '140237.632000', '140237.635000', '140237.638000', '140237.640000', '140237.643000', '140237.646000', '140237.649000', '140237.652000', '140237.654000', '140237.657000', '140237.660000', '140237.663000', '140237.666000', '140237.668000', '140237.671000', '140237.674000', '140237.677000', '140237.679000', '140237.682000', '140237.686000', '140237.692000', '140237.695000', '140237.698000', '140257.567000', '140257.570000', '140257.573000', '140257.575000', '140257.578000', '140257.581000', '140257.584000', '140257.587000', '140257.590000', '140257.592000', '140257.595000', '140257.598000', '140257.601000', '140257.603000', '140257.606000', '140257.609000', '140257.612000', '140257.615000', '140257.618000', '140257.620000', '140257.623000', '140257.626000', '140257.629000', '140257.632000', '140257.634000', '140257.637000', '140257.640000', '140257.643000', '140257.646000', '140257.648000', '140257.651000', '140257.654000', '140257.657000', '140257.665000', '140257.668000', '140257.671000', '140257.673000', '140257.676000', '140257.679000', '140257.682000', '140257.684000', '140257.687000', '140257.690000', '140257.693000', '140317.567000', '140317.570000', '140317.573000', '140317.575000', '140317.578000', '140317.581000', '140317.584000', '140317.587000', '140317.589000', '140317.592000', '140317.595000', '140317.598000', '140317.601000', '140317.603000', '140317.606000', '140317.609000', '140317.612000', '140317.614000', '140317.617000', '140317.620000', '140317.623000', '140317.626000', '140317.628000', '140317.631000', '140317.634000', '140317.638000', '140317.641000', '140317.644000', '140317.647000', '140317.649000', '140317.652000', '140317.655000', '140317.658000', '140317.661000', '140317.664000', '140317.666000', '140317.669000', '140317.672000', '140317.675000', '140317.677000', '140317.680000', '140317.683000', '140317.691000', '140337.567000', '140337.570000', '140337.573000', '140337.576000', '140337.578000', '140337.581000', '140337.584000', '140337.587000', '140337.590000', '140337.593000', '140337.595000', '140337.598000', '140337.601000', '140337.604000', '140337.607000', '140337.609000', '140337.612000', '140337.615000', '140337.618000', '140337.621000', '140337.623000', '140337.626000', '140337.629000', '140337.632000', '140337.635000', '140337.637000', '140337.640000', '140337.643000', '140337.646000', '140337.649000', '140337.651000', '140337.654000', '140337.657000', '140337.660000', '140337.662000', '140337.665000', '140337.668000', '140337.671000', '140337.674000', '140337.676000', '140337.684000', '140337.686000', '140337.689000', '140337.692000', '140357.567000', '140357.570000', '140357.573000', '140357.576000', '140357.578000', '140357.581000', '140357.584000', '140357.587000', '140357.589000', '140357.592000', '140357.605000', '140357.608000', '140357.611000', '140357.614000', '140357.616000', '140357.619000', '140357.622000', '140357.625000', '140357.628000', '140357.630000', '140357.633000', '140357.636000', '140357.639000', '140357.641000', '140357.644000', '140357.647000', '140357.650000', '140357.653000', '140357.655000', '140357.658000', '140357.661000', '140357.664000', '140357.667000', '140357.669000', '140357.672000', '140357.675000', '140357.678000', '140357.680000', '140357.683000', '140357.686000', '140357.689000', '140357.692000', '140357.694000', '140417.568000', '140417.571000', '140417.574000', '140417.576000', '140417.579000', '140417.582000', '140417.585000', '140417.587000', '140417.590000', '140417.593000', '140417.596000', '140417.599000', '140417.601000', '140417.604000', '140417.607000', '140417.610000', '140417.613000', '140417.616000', '140417.618000', '140417.621000', '140417.624000', '140417.627000', '140417.629000', '140417.632000', '140417.635000', '140417.638000', '140417.641000', '140417.644000', '140417.646000', '140417.649000', '140417.652000', '140417.655000', '140417.657000', '140417.660000', '140417.663000', '140417.666000', '140417.669000', '140417.671000', '140417.674000', '140417.677000', '140417.680000', '140417.683000', '140417.685000', '140417.688000', '140437.567000', '140437.570000', '140437.573000', '140437.575000', '140437.578000', '140437.581000', '140437.584000', '140437.587000', '140437.589000', '140437.592000', '140437.595000', '140437.598000', '140437.601000', '140437.603000', '140437.606000', '140437.609000', '140437.612000', '140437.614000', '140437.617000', '140437.620000', '140437.623000', '140437.626000', '140437.628000', '140437.631000', '140437.634000', '140437.637000', '140437.639000', '140437.642000', '140437.645000', '140437.648000', '140437.651000', '140437.653000', '140437.656000', '140437.659000', '140437.662000', '140437.665000', '140437.667000', '140437.670000', '140437.673000', '140437.677000', '140437.680000', '140437.683000', '140437.686000', '140457.567000', '140457.570000', '140457.573000', '140457.575000', '140457.578000', '140457.581000', '140457.584000', '140457.587000', '140457.590000', '140457.592000', '140457.595000', '140457.598000', '140457.601000', '140457.603000', '140457.606000', '140457.609000', '140457.612000', '140457.615000', '140457.617000', '140457.620000', '140457.623000', '140457.626000', '140457.629000', '140457.631000', '140457.634000', '140457.637000', '140457.640000', '140457.643000', '140457.645000', '140457.648000', '140457.651000', '140457.654000', '140457.657000', '140457.659000', '140457.662000', '140457.665000', '140457.668000', '140457.671000', '140457.674000', '140457.676000', '140457.679000', '140457.682000', '140457.685000', '140457.687000', '140517.567000', '140517.570000', '140517.573000', '140517.575000', '140517.578000', '140517.581000', '140517.584000', '140517.587000', '140517.590000', '140517.593000', '140517.595000', '140517.598000', '140517.601000', '140517.604000', '140517.606000', '140517.609000', '140517.612000', '140517.615000', '140517.618000', '140517.620000', '140517.623000', '140517.626000', '140517.629000', '140517.632000', '140517.634000', '140517.637000', '140517.640000', '140517.643000', '140517.646000', '140517.648000', '140517.651000', '140517.654000', '140517.657000', '140517.660000', '140517.663000', '140517.677000', '140517.680000', '140517.682000', '140517.685000', '140517.688000', '140517.691000', '140517.694000', '140517.696000', '140537.567000', '140537.570000', '140537.573000', '140537.576000', '140537.578000', '140537.581000', '140537.584000', '140537.587000', '140537.590000', '140537.593000', '140537.595000', '140537.598000', '140537.601000', '140537.604000', '140537.607000', '140537.609000', '140537.612000', '140537.615000', '140537.618000', '140537.620000', '140537.623000', '140537.626000', '140537.629000', '140537.632000', '140537.635000', '140537.637000', '140537.640000', '140537.643000', '140537.646000', '140537.649000', '140537.652000', '140537.654000', '140537.657000', '140537.660000', '140537.663000', '140537.666000', '140537.668000', '140537.671000', '140537.674000', '140537.677000', '140537.680000', '140537.682000', '140537.685000', '140537.688000', '140557.567000', '140557.570000', '140557.573000', '140557.575000', '140557.578000', '140557.581000', '140557.584000', '140557.587000', '140557.590000', '140557.592000', '140557.595000', '140557.598000', '140557.601000', '140557.604000', '140557.606000', '140557.609000', '140557.612000', '140557.615000', '140557.618000', '140557.621000', '140557.624000', '140557.626000', '140557.629000', '140557.632000', '140557.635000', '140557.638000', '140557.640000', '140557.643000', '140557.646000', '140557.649000', '140557.651000', '140557.654000', '140557.657000', '140557.660000', '140557.663000', '140557.666000', '140557.668000', '140557.671000', '140557.674000', '140557.677000', '140557.679000', '140557.682000', '140557.685000', '140617.569000', '140617.573000', '140617.575000', '140617.578000', '140617.581000', '140617.584000', '140617.587000', '140617.590000', '140617.592000', '140617.595000', '140617.598000', '140617.601000', '140617.603000', '140617.606000', '140617.609000', '140617.612000', '140617.615000', '140617.618000', '140617.620000', '140617.623000', '140617.626000', '140617.629000', '140617.632000', '140617.634000', '140617.637000', '140617.640000', '140617.643000', '140617.646000', '140617.648000', '140617.651000', '140617.654000', '140617.657000', '140617.660000', '140617.662000', '140617.665000', '140617.668000', '140617.671000', '140617.673000', '140617.676000', '140617.679000', '140617.682000', '140617.685000', '140617.688000', '140637.568000', '140637.571000', '140637.574000', '140637.577000', '140637.579000', '140637.582000', '140637.585000', '140637.588000', '140637.591000', '140637.593000', '140637.596000', '140637.599000', '140637.602000', '140637.605000', '140637.607000', '140637.610000', '140637.613000', '140637.616000', '140637.619000', '140637.621000', '140637.625000', '140637.628000', '140637.630000', '140637.633000', '140637.636000', '140637.639000', '140637.641000', '140637.644000', '140637.647000', '140637.650000', '140637.653000', '140637.655000', '140637.658000', '140637.661000', '140637.664000', '140637.667000', '140637.669000', '140637.672000', '140637.675000', '140637.678000', '140637.681000', '140637.683000', '140637.686000', '140637.689000', '140657.567000', '140657.570000', '140657.573000', '140657.588000', '140657.591000', '140657.593000', '140657.596000', '140657.599000', '140657.602000', '140657.605000', '140657.607000', '140657.610000', '140657.613000', '140657.616000', '140657.619000', '140657.622000', '140657.624000', '140657.627000', '140657.630000', '140657.633000', '140657.636000', '140657.638000', '140657.641000', '140657.644000', '140657.647000', '140657.649000', '140657.652000', '140657.655000', '140657.658000', '140657.661000', '140657.663000', '140657.666000', '140657.669000', '140657.672000', '140657.675000', '140657.677000', '140657.680000', '140657.683000', '140657.686000', '140657.689000', '140657.691000', '140657.694000', '140657.697000', '140717.567000', '140717.570000', '140717.573000', '140717.575000', '140717.578000', '140717.581000', '140717.584000', '140717.587000', '140717.590000', '140717.592000', '140717.595000', '140717.598000', '140717.601000', '140717.604000', '140717.606000', '140717.609000', '140717.612000', '140717.615000', '140717.618000', '140717.621000', '140717.623000', '140717.626000', '140717.629000', '140717.632000', '140717.635000', '140717.637000', '140717.640000', '140717.643000', '140717.646000', '140717.649000', '140717.651000', '140717.654000', '140717.657000', '140717.660000', '140717.665000', '140717.667000', '140717.670000', '140717.673000', '140717.676000', '140717.679000', '140717.681000', '140717.684000', '140717.687000', '140717.690000', '140737.567000', '140737.570000', '140737.573000', '140737.576000', '140737.579000', '140737.581000', '140737.584000', '140737.587000', '140737.590000', '140737.593000', '140737.595000', '140737.598000', '140737.601000', '140737.604000', '140737.607000', '140737.610000', '140737.613000', '140737.616000', '140737.619000', '140737.621000', '140737.624000', '140737.627000', '140737.630000', '140737.633000', '140737.635000', '140737.638000', '140737.641000', '140737.644000', '140737.647000', '140737.649000', '140737.652000', '140737.655000', '140737.658000', '140737.661000', '140737.663000', '140737.666000', '140737.669000', '140737.672000', '140737.675000', '140737.678000', '140737.680000', '140737.683000', '140737.686000', '140757.567000', '140757.570000', '140757.573000', '140757.576000', '140757.578000', '140757.581000', '140757.584000', '140757.587000', '140757.590000', '140757.592000', '140757.595000', '140757.598000', '140757.601000', '140757.604000', '140757.606000', '140757.609000', '140757.612000', '140757.615000', '140757.618000', '140757.620000', '140757.623000', '140757.626000', '140757.629000', '140757.632000', '140757.634000', '140757.637000', '140757.640000', '140757.643000', '140757.646000', '140757.648000', '140757.651000', '140757.654000', '140757.657000', '140757.660000', '140757.662000', '140757.665000', '140757.668000', '140757.671000', '140757.673000', '140757.676000', '140757.679000', '140757.682000', '140757.685000', '140757.688000', '140817.567000', '140817.570000', '140817.573000', '140817.576000', '140817.579000', '140817.582000', '140817.584000', '140817.587000', '140817.590000', '140817.593000', '140817.596000', '140817.598000', '140817.601000', '140817.604000', '140817.607000', '140817.610000', '140817.613000', '140817.616000', '140817.619000', '140817.622000', '140817.625000', '140817.628000', '140817.630000', '140817.633000', '140817.636000', '140817.639000', '140817.642000', '140817.644000', '140817.658000', '140817.661000', '140817.664000', '140817.667000', '140817.669000', '140817.672000', '140817.675000', '140817.678000', '140817.681000', '140817.683000', '140817.686000', '140817.689000', '140817.692000', '140817.694000', '140817.697000', '140837.567000', '140837.570000', '140837.573000', '140837.576000', '140837.578000', '140837.581000', '140837.584000', '140837.587000', '140837.590000', '140837.592000', '140837.595000', '140837.598000', '140837.601000', '140837.604000', '140837.606000', '140837.609000', '140837.612000', '140837.615000', '140837.618000', '140837.621000', '140837.624000', '140837.626000', '140837.629000', '140837.632000', '140837.635000', '140837.638000', '140837.640000', '140837.643000', '140837.646000', '140837.649000', '140837.652000', '140837.654000', '140837.657000', '140837.660000', '140837.663000', '140837.665000', '140837.668000', '140837.671000', '140837.674000', '140837.677000', '140837.679000', '140837.682000', '140837.685000', '140837.688000', '140857.568000', '140857.571000', '140857.574000', '140857.577000', '140857.580000', '140857.582000', '140857.585000', '140857.588000', '140857.591000', '140857.594000', '140857.596000', '140857.599000', '140857.602000', '140857.605000', '140857.608000', '140857.611000', '140857.613000', '140857.616000', '140857.619000', '140857.622000', '140857.625000', '140857.627000', '140857.630000', '140857.633000', '140857.636000', '140857.639000', '140857.642000', '140857.644000', '140857.647000', '140857.650000', '140857.653000', '140857.656000', '140857.659000', '140857.661000', '140857.664000', '140857.667000', '140857.670000', '140857.673000', '140857.676000', '140857.678000', '140857.681000', '140857.684000', '140857.687000', '140917.567000', '140917.570000', '140917.573000', '140917.575000', '140917.578000', '140917.581000', '140917.584000', '140917.587000', '140917.589000', '140917.592000', '140917.595000', '140917.598000', '140917.601000', '140917.604000', '140917.607000', '140917.610000', '140917.613000', '140917.615000', '140917.618000', '140917.621000', '140917.624000', '140917.627000', '140917.629000', '140917.632000', '140917.635000', '140917.638000', '140917.641000', '140917.643000', '140917.646000', '140917.649000', '140917.652000', '140917.655000', '140917.658000', '140917.660000', '140917.663000', '140917.666000', '140917.669000', '140917.671000', '140917.674000', '140917.677000', '140917.680000', '140917.683000', '140917.685000', '140917.688000', '140937.567000', '140937.570000', '140937.573000', '140937.576000', '140937.578000', '140937.581000', '140937.584000', '140937.587000', '140937.590000', '140937.593000', '140937.596000', '140937.599000', '140937.602000', '140937.605000', '140937.607000', '140937.610000', '140937.613000', '140937.616000', '140937.619000', '140937.622000', '140937.624000', '140937.627000', '140937.630000', '140937.633000', '140937.650000', '140937.653000', '140937.656000', '140937.658000', '140937.661000', '140937.665000', '140937.668000', '140937.671000', '140937.674000', '140937.677000', '140937.679000', '140937.682000', '140937.685000', '140937.688000', '140937.691000', '140937.694000', '140937.696000', '140937.699000', '140937.702000', '140952.418000', '140952.423000', '140952.426000', '140952.429000', '140952.432000', '140952.435000', '140952.438000', '140952.441000', '140952.444000', '140952.447000', '140952.450000', '140952.453000', '140952.456000', '140952.459000', '140952.462000', '140952.465000', '140952.469000', '140952.472000', '140952.474000', '140952.477000', '140952.483000', '140952.488000', '140952.491000', '140952.495000', '140952.498000', '140952.501000', '140952.504000', '140952.507000', '140952.510000', '140952.512000', '140952.515000', '140952.518000', '140952.521000'], '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': [13394, 9743, 11575, 10479, 10769, 10081, 10300, 15704, 10350, 12210, 10717, 10450, 7939, 10240, 12468, 9212, 10727, 10106, 10459, 8667, 10182, 12183, 9545, 11746, 10196, 10412, 8804, 9880, 11856, 9648, 11736, 11454, 10382, 8260, 10140, 8041, 9318, 11966, 8674, 11686, 10349, 9832, 7895, 9551, 11911, 9101, 11880, 11108, 10447, 8263, 9597, 10849, 8987, 11887, 9561, 11024, 9068, 9840, 9844, 9285, 12104, 8809, 10915, 10581, 9657, 9650, 8954, 12211, 8702, 11322, 10165, 9990, 8204, 9528, 11867, 9018, 11781, 9741, 10693, 9271, 9424, 11701, 9337, 11945, 8929, 11368, 9867, 9980, 9385, 9992, 11511, 9353, 11939, 9330, 11175, 9591, 9964, 8638, 9311, 12635, 8579, 12198, 10743, 11353, 8758, 10135, 7949, 9271, 12029, 8876, 12656, 9859, 11115, 9269, 10409, 7873, 9580, 13729, 9149, 12186, 10773, 10040, 8430, 9910, 11183, 9492, 12308, 9283, 10188, 10432, 9959, 8448, 9678, 10756, 9409, 11382, 8595, 10684, 9770, 10007, 8698, 9766, 8258, 9888, 11409, 8648, 10978, 9896, 10254, 8529, 10361, 10938, 9894, 11398, 9202, 11208, 8860, 10548, 9567, 9820, 11671, 9175, 11156, 9759, 10213, 8153, 10065, 11123, 9045, 10949, 10117, 10101, 8036, 10072, 10149, 10215, 11644, 9096, 10575, 8897, 10127, 10312, 9739, 11582, 9378, 11060, 9844, 10288, 8610, 10045, 12063, 9622, 11647, 10735, 10222, 8266, 10319, 10861, 10183, 11561, 10425, 10738, 8897, 10129, 10775, 10139, 11481, 9385, 10869, 10178, 10260, 10070, 10150, 12437, 9393, 10770, 10479, 10269, 9392, 10508, 12552, 9851, 10842, 10638, 10388, 9275, 10327, 10967, 10134, 11098, 11275, 10490, 8543, 10034, 9255, 9581, 11882, 10033, 10749, 9354, 10248, 10019, 10172, 11959, 10479, 11105, 10505, 10372, 8834, 10327, 12564, 9598, 11352, 10273, 10287, 8007, 9863, 11694, 9490, 11763, 10349, 10834, 8042, 9979, 11336, 9446, 11558, 10398, 10322, 8428, 9602, 12991, 9710, 11315, 10991, 10346, 8366, 10048, 12670, 9669, 11188, 10871, 10243, 8179, 10125, 12469, 9895, 12144, 10770, 10255, 8659, 10026, 11959, 9802, 12350, 11014, 10609, 8333, 10391, 11992, 10035, 12562, 10966, 10602, 10077, 9952, 10114, 9473, 12594, 9622, 11865, 10346, 9982, 8056, 9600, 12173, 9686, 12506, 11092, 10409, 8322, 9711, 10915, 8966, 12685, 9533, 11279, 10044, 9921, 8730, 9494, 12749, 9433, 12031, 10823, 10188, 8039, 9552, 12801, 9763, 12203, 10815, 10471, 10248, 9728, 10757, 9330, 12499, 9283, 10994, 10441, 10109, 8641, 9661, 12488, 9513, 11851, 10675, 10283, 9304, 9566, 11563, 9634, 12653, 9069, 10929, 10286, 9934, 11088, 9630, 12330, 9859, 10722, 9438, 9948, 11959, 9735, 12007, 10253, 10698, 8751, 9955, 11940, 9155, 12541, 9840, 10462, 9141, 9494, 11245, 8879, 12281, 11040, 10745, 8131, 9565, 11103, 8792, 12115, 10507, 10933, 8270, 9800, 10739, 8788, 12289, 10297, 10645, 8384, 9395, 10930, 9445, 11844, 9850, 10504, 8138, 9741, 11992, 9826, 11861, 9566, 10527, 9245, 9841, 11667, 9409, 12423, 9325, 10555, 8928, 9483, 11411, 8817, 12665, 8802, 11144, 9270, 9785, 12575, 9264, 11894, 10512, 10221, 8018, 9933, 14367, 9508, 11679, 11076, 10017, 8608, 9781, 12682, 9426, 11422, 10889, 10088, 8046, 9522, 12666, 9566, 11932, 11058, 10003, 8069, 9390, 12673, 9416, 12147, 10733, 9968, 8080, 9461, 12979, 9388, 12176, 10707, 9875, 7980, 9234, 11670, 9095, 12132, 10350, 10803, 8131, 9574, 11328, 8807, 11957, 10328, 10943, 8152, 9693, 10449, 8958, 12376, 9665, 11481, 9837, 9774, 8681, 9156, 12575, 9085, 12038, 10563, 9874, 8043, 9494, 12493, 9675, 12195, 11169, 10558, 8068, 9385, 11178, 8472, 12110, 10193, 10530, 8290, 9629, 10900, 9507, 12433, 9613, 10573, 9187, 9717, 14309, 8929, 11693, 9976, 9897, 9952, 9840, 12084, 9198, 10975, 9951, 9652, 9702, 9235, 12311, 9142, 11238, 9592, 9801, 8158, 9349, 12290, 9171, 11855, 9148, 9865, 9580, 9503, 13082, 9146, 11201, 10289, 10188, 8136, 9148, 12962, 8998, 11462, 9594, 9792, 7710, 9532, 12877, 9078, 11983, 10264, 9873, 7841, 9985, 12318, 9034, 12077, 10515, 9992, 8003, 9612, 13005, 9128, 11696, 11214, 9977, 7921, 9327, 12424, 9019, 12291, 10835, 10018, 8000, 9724, 12173, 9069, 11871, 9455, 10080, 7942, 9530, 12573, 9221, 11184, 9655, 9901, 9505, 9297, 12022, 9256, 11066, 8154, 9948, 11521, 9729, 11620, 9362, 10816, 8128, 9779, 11707, 9008, 12252, 9065, 10980, 9152, 9565, 8301, 9024, 12223, 8266, 11766, 9085, 10701, 7911, 9158, 12275, 8972, 11548, 9054, 10331, 7696, 9168, 12647, 8602, 11637, 9943, 10530, 8135, 9408, 12204, 8982, 12250, 10906, 10208, 8083, 9674, 13470, 9180, 11882, 10442, 9870, 8247, 9709, 10978, 9418, 11944, 10864, 10731, 8476, 10250, 15504, 9215, 11258, 10181, 9716, 8197, 9967, 10770, 9187, 11546, 10213, 10968, 8700, 10068, 8157, 9853, 11690, 9295, 11593, 9653, 9585, 8468, 9459, 11847, 8863, 11752, 9332, 9832, 8123, 9771, 12267, 9087, 11716, 9689, 9931, 8437, 10163, 10654, 9994, 11670, 10435, 10416, 8653, 10391, 12487, 9989, 11617, 9996, 10854, 8689, 10508, 11293, 9929, 12378, 9129, 11067, 8916, 10274, 8928, 10068, 11751, 9188, 11046, 9720, 10120, 8098, 10081, 11958, 9699, 11162, 9946, 9975, 8662, 9789, 12040, 9319, 11550, 10530, 10337, 8029, 9683, 11907, 9082, 11138, 9323, 10444, 8443, 10161, 11638, 9098, 11151, 9920, 10019, 11776, 8979, 11970, 9501, 10122, 8956, 9311, 12007, 9275, 11616, 10193, 9873, 7979, 9355, 12256, 8492, 11593, 9689, 9893, 7740, 9251, 11807, 9058, 11875, 9834, 10132, 7695, 9141, 11535, 8229, 11442, 9078, 9640, 8292, 9258, 11893, 8848, 11658, 9992, 10310, 8252, 9365, 13579, 8781, 11355, 10099, 10474, 8082, 9583, 12740, 8948, 11473, 10784, 9963, 8234, 9662, 12812, 9296, 11490, 11321, 9860, 7800, 9707, 11401, 9108, 12034, 10848, 10340, 8321, 9599, 10674, 8870, 12306, 10326, 11259, 9051, 10097, 7927, 8645, 12293, 8332, 11731, 9539, 9671, 8748, 9571, 11743, 9094, 12260, 10108, 11452, 8369, 10272, 14393, 9236, 11109, 10255, 10107, 8446, 9999, 13512, 9514, 11225, 10358, 10375, 9569, 9858, 12635, 9104, 10826, 10314, 10326, 9101, 10132, 13485, 9611, 11248, 10636, 10494, 8754, 10200, 13768, 9927, 10773, 10847, 10721, 8039, 10101, 11649, 10092, 12201, 9821, 10161, 9562, 10452, 9749, 10003, 12423, 9058, 11429, 10409, 10672, 8368, 10115, 12371, 9903, 11626, 10811, 10692, 8614, 9415, 12603, 9580, 11657, 10329, 10366, 7936, 9740, 12180, 8993, 11770, 10155, 10386, 8461, 9689, 12397, 9482, 11800, 10471, 10681, 8410, 9867, 11827, 9690, 11892, 10591, 10436, 8372, 9863, 11691, 9667, 12191, 10043, 10806, 10195, 10069, 9167, 9857, 11815, 9365, 11685, 9561, 10493, 8398, 9660, 7748, 9494, 12355, 8958, 11594, 10168, 9966, 8941, 10262, 11125, 8820, 11749, 8911, 11076, 9706, 9938, 8075, 9213, 13011, 8563, 12111, 9920, 10092, 9787, 9854, 8798, 8694, 12546, 8245, 11147, 9941, 9715, 8168, 9122, 12794, 8665, 11887, 9352, 10197, 9564, 9755, 8283, 9365, 11467, 8446, 11187, 8368, 11324, 7886, 11165, 8329, 11946, 9337, 10131, 8937, 9344, 13266, 8599, 11866, 9036, 10574, 12500, 9663, 13659, 9163, 12064, 10199, 10731, 8989, 9564, 12057, 9605, 11798, 8956, 11257, 8793, 10121, 9111, 9983, 13129, 8656, 11246, 10057, 9861, 9287, 9787, 14306, 9819, 11283, 10334, 10225, 8858, 9518, 12211, 9161, 12175, 9684, 10136, 9886, 9972, 9109, 9270, 12218, 8716, 11328, 10191, 9860], 'WindowCenter': [4265.0, 4219.0, 4226.0, 4211.0, 4199.0, 4197.0, 4197.0, 4227.0, 4184.0, 4194.0, 4183.0, 4181.0, 4149.0, 4181.0, 4191.0, 4172.0, 4192.0, 4182.0, 4182.0, 4162.0, 4181.0, 4191.0, 4172.0, 4192.0, 4181.0, 4183.0, 4171.0, 4181.0, 4190.0, 4171.0, 4192.0, 4192.0, 4183.0, 4162.0, 4185.0, 4163.0, 4183.0, 4203.0, 4173.0, 4205.0, 4195.0, 4186.0, 4164.0, 4186.0, 4205.0, 4174.0, 4205.0, 4194.0, 4196.0, 4175.0, 4186.0, 4196.0, 4186.0, 4205.0, 4185.0, 4195.0, 4174.0, 4197.0, 4196.0, 4186.0, 4217.0, 4185.0, 4195.0, 4194.0, 4186.0, 4188.0, 4187.0, 4207.0, 4188.0, 4208.0, 4197.0, 4196.0, 4175.0, 4199.0, 4207.0, 4187.0, 4209.0, 4186.0, 4196.0, 4184.0, 4187.0, 4206.0, 4186.0, 4207.0, 4185.0, 4205.0, 4184.0, 4196.0, 4186.0, 4197.0, 4207.0, 4187.0, 4207.0, 4184.0, 4195.0, 4184.0, 4187.0, 4175.0, 4186.0, 4219.0, 4175.0, 4205.0, 4195.0, 4207.0, 4175.0, 4197.0, 4176.0, 4186.0, 4205.0, 4185.0, 4217.0, 4197.0, 4208.0, 4186.0, 4207.0, 4175.0, 4185.0, 4216.0, 4185.0, 4206.0, 4195.0, 4186.0, 4173.0, 4183.0, 4192.0, 4183.0, 4205.0, 4185.0, 4194.0, 4195.0, 4183.0, 4173.0, 4183.0, 4194.0, 4183.0, 4205.0, 4186.0, 4207.0, 4195.0, 4196.0, 4174.0, 4197.0, 4176.0, 4197.0, 4208.0, 4186.0, 4195.0, 4184.0, 4196.0, 4175.0, 4196.0, 4207.0, 4195.0, 4193.0, 4183.0, 4193.0, 4172.0, 4194.0, 4183.0, 4183.0, 4193.0, 4171.0, 4193.0, 4171.0, 4183.0, 4162.0, 4183.0, 4193.0, 4172.0, 4191.0, 4181.0, 4183.0, 4163.0, 4184.0, 4194.0, 4195.0, 4205.0, 4172.0, 4181.0, 4170.0, 4182.0, 4183.0, 4183.0, 4204.0, 4183.0, 4193.0, 4182.0, 4181.0, 4171.0, 4182.0, 4203.0, 4182.0, 4194.0, 4192.0, 4181.0, 4160.0, 4195.0, 4192.0, 4182.0, 4192.0, 4191.0, 4190.0, 4169.0, 4192.0, 4191.0, 4181.0, 4192.0, 4181.0, 4191.0, 4180.0, 4181.0, 4181.0, 4182.0, 4202.0, 4184.0, 4194.0, 4192.0, 4181.0, 4173.0, 4195.0, 4204.0, 4182.0, 4192.0, 4179.0, 4180.0, 4169.0, 4180.0, 4191.0, 4181.0, 4192.0, 4190.0, 4180.0, 4160.0, 4183.0, 4171.0, 4182.0, 4192.0, 4181.0, 4192.0, 4170.0, 4182.0, 4183.0, 4184.0, 4203.0, 4181.0, 4193.0, 4181.0, 4183.0, 4171.0, 4182.0, 4203.0, 4181.0, 4191.0, 4181.0, 4183.0, 4162.0, 4184.0, 4204.0, 4183.0, 4203.0, 4182.0, 4193.0, 4162.0, 4184.0, 4194.0, 4185.0, 4193.0, 4183.0, 4183.0, 4162.0, 4185.0, 4204.0, 4183.0, 4195.0, 4192.0, 4182.0, 4161.0, 4185.0, 4203.0, 4182.0, 4193.0, 4193.0, 4182.0, 4160.0, 4183.0, 4202.0, 4182.0, 4203.0, 4193.0, 4183.0, 4172.0, 4182.0, 4191.0, 4183.0, 4202.0, 4192.0, 4193.0, 4161.0, 4182.0, 4191.0, 4182.0, 4202.0, 4192.0, 4183.0, 4183.0, 4183.0, 4181.0, 4182.0, 4203.0, 4183.0, 4204.0, 4183.0, 4185.0, 4163.0, 4185.0, 4203.0, 4185.0, 4205.0, 4205.0, 4197.0, 4175.0, 4197.0, 4195.0, 4185.0, 4216.0, 4185.0, 4195.0, 4196.0, 4197.0, 4175.0, 4185.0, 4205.0, 4185.0, 4206.0, 4196.0, 4196.0, 4164.0, 4184.0, 4206.0, 4184.0, 4206.0, 4195.0, 4195.0, 4195.0, 4184.0, 4193.0, 4185.0, 4204.0, 4184.0, 4195.0, 4195.0, 4194.0, 4172.0, 4183.0, 4205.0, 4184.0, 4205.0, 4195.0, 4195.0, 4184.0, 4185.0, 4204.0, 4185.0, 4216.0, 4185.0, 4196.0, 4196.0, 4184.0, 4194.0, 4183.0, 4205.0, 4183.0, 4194.0, 4183.0, 4183.0, 4192.0, 4183.0, 4205.0, 4183.0, 4194.0, 4172.0, 4183.0, 4192.0, 4183.0, 4204.0, 4185.0, 4194.0, 4184.0, 4184.0, 4193.0, 4175.0, 4205.0, 4193.0, 4194.0, 4174.0, 4185.0, 4204.0, 4174.0, 4204.0, 4194.0, 4195.0, 4173.0, 4196.0, 4195.0, 4174.0, 4203.0, 4182.0, 4194.0, 4174.0, 4185.0, 4195.0, 4185.0, 4206.0, 4184.0, 4193.0, 4162.0, 4185.0, 4205.0, 4185.0, 4206.0, 4185.0, 4195.0, 4185.0, 4195.0, 4205.0, 4185.0, 4218.0, 4185.0, 4197.0, 4186.0, 4185.0, 4205.0, 4186.0, 4218.0, 4188.0, 4209.0, 4186.0, 4197.0, 4206.0, 4185.0, 4206.0, 4196.0, 4198.0, 4174.0, 4184.0, 4215.0, 4183.0, 4194.0, 4194.0, 4184.0, 4172.0, 4182.0, 4202.0, 4173.0, 4193.0, 4193.0, 4195.0, 4162.0, 4182.0, 4204.0, 4183.0, 4204.0, 4195.0, 4185.0, 4163.0, 4183.0, 4204.0, 4173.0, 4205.0, 4194.0, 4184.0, 4163.0, 4185.0, 4214.0, 4183.0, 4205.0, 4194.0, 4184.0, 4164.0, 4185.0, 4204.0, 4174.0, 4204.0, 4195.0, 4196.0, 4164.0, 4186.0, 4205.0, 4184.0, 4204.0, 4184.0, 4195.0, 4164.0, 4186.0, 4195.0, 4174.0, 4205.0, 4184.0, 4205.0, 4186.0, 4197.0, 4175.0, 4184.0, 4204.0, 4174.0, 4205.0, 4195.0, 4196.0, 4174.0, 4187.0, 4204.0, 4184.0, 4205.0, 4205.0, 4196.0, 4174.0, 4187.0, 4206.0, 4175.0, 4206.0, 4195.0, 4197.0, 4176.0, 4198.0, 4209.0, 4186.0, 4206.0, 4184.0, 4196.0, 4184.0, 4185.0, 4227.0, 4174.0, 4204.0, 4182.0, 4183.0, 4182.0, 4183.0, 4204.0, 4184.0, 4196.0, 4183.0, 4183.0, 4183.0, 4184.0, 4206.0, 4185.0, 4207.0, 4185.0, 4195.0, 4164.0, 4186.0, 4207.0, 4186.0, 4217.0, 4186.0, 4195.0, 4184.0, 4185.0, 4216.0, 4185.0, 4195.0, 4195.0, 4194.0, 4163.0, 4184.0, 4216.0, 4185.0, 4205.0, 4185.0, 4198.0, 4164.0, 4185.0, 4214.0, 4186.0, 4206.0, 4195.0, 4197.0, 4175.0, 4196.0, 4205.0, 4186.0, 4206.0, 4196.0, 4197.0, 4175.0, 4186.0, 4215.0, 4184.0, 4206.0, 4195.0, 4195.0, 4163.0, 4185.0, 4204.0, 4184.0, 4206.0, 4196.0, 4196.0, 4175.0, 4197.0, 4217.0, 4185.0, 4206.0, 4185.0, 4198.0, 4175.0, 4197.0, 4218.0, 4185.0, 4195.0, 4184.0, 4185.0, 4185.0, 4185.0, 4206.0, 4184.0, 4195.0, 4162.0, 4184.0, 4194.0, 4184.0, 4205.0, 4186.0, 4195.0, 4162.0, 4185.0, 4205.0, 4176.0, 4205.0, 4185.0, 4206.0, 4186.0, 4185.0, 4175.0, 4187.0, 4218.0, 4189.0, 4219.0, 4188.0, 4210.0, 4176.0, 4198.0, 4220.0, 4189.0, 4221.0, 4200.0, 4211.0, 4177.0, 4187.0, 4219.0, 4187.0, 4208.0, 4198.0, 4210.0, 4176.0, 4186.0, 4206.0, 4187.0, 4210.0, 4196.0, 4198.0, 4176.0, 4186.0, 4215.0, 4184.0, 4205.0, 4195.0, 4185.0, 4175.0, 4186.0, 4194.0, 4183.0, 4204.0, 4193.0, 4194.0, 4162.0, 4194.0, 4225.0, 4173.0, 4193.0, 4182.0, 4173.0, 4160.0, 4183.0, 4193.0, 4183.0, 4192.0, 4182.0, 4194.0, 4173.0, 4185.0, 4174.0, 4196.0, 4205.0, 4184.0, 4204.0, 4183.0, 4186.0, 4175.0, 4197.0, 4207.0, 4185.0, 4207.0, 4185.0, 4197.0, 4176.0, 4198.0, 4218.0, 4185.0, 4207.0, 4185.0, 4197.0, 4175.0, 4198.0, 4198.0, 4197.0, 4205.0, 4194.0, 4195.0, 4173.0, 4184.0, 4206.0, 4184.0, 4205.0, 4183.0, 4193.0, 4162.0, 4183.0, 4193.0, 4182.0, 4205.0, 4172.0, 4192.0, 4171.0, 4181.0, 4171.0, 4183.0, 4204.0, 4173.0, 4193.0, 4171.0, 4181.0, 4161.0, 4183.0, 4194.0, 4183.0, 4195.0, 4183.0, 4182.0, 4171.0, 4183.0, 4202.0, 4173.0, 4193.0, 4194.0, 4195.0, 4163.0, 4183.0, 4193.0, 4172.0, 4194.0, 4172.0, 4194.0, 4173.0, 4194.0, 4196.0, 4173.0, 4195.0, 4182.0, 4184.0, 4193.0, 4174.0, 4206.0, 4184.0, 4196.0, 4184.0, 4184.0, 4204.0, 4184.0, 4205.0, 4195.0, 4197.0, 4178.0, 4198.0, 4217.0, 4176.0, 4207.0, 4187.0, 4198.0, 4166.0, 4188.0, 4218.0, 4186.0, 4205.0, 4186.0, 4196.0, 4165.0, 4187.0, 4218.0, 4177.0, 4207.0, 4186.0, 4187.0, 4175.0, 4188.0, 4208.0, 4188.0, 4209.0, 4196.0, 4196.0, 4175.0, 4186.0, 4217.0, 4176.0, 4207.0, 4196.0, 4196.0, 4164.0, 4185.0, 4205.0, 4175.0, 4207.0, 4196.0, 4197.0, 4175.0, 4185.0, 4204.0, 4173.0, 4194.0, 4194.0, 4185.0, 4163.0, 4185.0, 4204.0, 4173.0, 4205.0, 4193.0, 4184.0, 4162.0, 4184.0, 4194.0, 4173.0, 4205.0, 4195.0, 4206.0, 4185.0, 4198.0, 4177.0, 4187.0, 4207.0, 4177.0, 4219.0, 4199.0, 4201.0, 4190.0, 4202.0, 4218.0, 4187.0, 4208.0, 4197.0, 4207.0, 4176.0, 4197.0, 4229.0, 4184.0, 4194.0, 4184.0, 4197.0, 4174.0, 4196.0, 4217.0, 4185.0, 4194.0, 4182.0, 4185.0, 4184.0, 4184.0, 4205.0, 4185.0, 4195.0, 4194.0, 4183.0, 4172.0, 4183.0, 4204.0, 4185.0, 4194.0, 4192.0, 4181.0, 4161.0, 4182.0, 4203.0, 4182.0, 4193.0, 4192.0, 4192.0, 4149.0, 4181.0, 4191.0, 4183.0, 4205.0, 4183.0, 4183.0, 4183.0, 4193.0, 4170.0, 4182.0, 4202.0, 4174.0, 4194.0, 4195.0, 4195.0, 4173.0, 4195.0, 4202.0, 4182.0, 4193.0, 4194.0, 4194.0, 4171.0, 4172.0, 4204.0, 4184.0, 4205.0, 4195.0, 4195.0, 4163.0, 4184.0, 4204.0, 4176.0, 4205.0, 4196.0, 4195.0, 4173.0, 4184.0, 4206.0, 4185.0, 4206.0, 4195.0, 4196.0, 4162.0, 4184.0, 4194.0, 4184.0, 4195.0, 4193.0, 4194.0, 4161.0, 4181.0, 4191.0, 4182.0, 4203.0, 4183.0, 4193.0, 4182.0, 4182.0, 4172.0, 4183.0, 4194.0, 4173.0, 4203.0, 4173.0, 4183.0, 4161.0, 4183.0, 4163.0, 4186.0, 4205.0, 4173.0, 4193.0, 4183.0, 4184.0, 4174.0, 4196.0, 4195.0, 4174.0, 4194.0, 4175.0, 4195.0, 4184.0, 4185.0, 4175.0, 4186.0, 4216.0, 4174.0, 4205.0, 4186.0, 4196.0, 4197.0, 4198.0, 4174.0, 4175.0, 4206.0, 4175.0, 4195.0, 4196.0, 4186.0, 4174.0, 4185.0, 4205.0, 4175.0, 4208.0, 4186.0, 4209.0, 4199.0, 4200.0, 4176.0, 4199.0, 4208.0, 4179.0, 4207.0, 4177.0, 4208.0, 4179.0, 4211.0, 4191.0, 4224.0, 4191.0, 4202.0, 4190.0, 4190.0, 4220.0, 4176.0, 4198.0, 4177.0, 4187.0, 4207.0, 4187.0, 4220.0, 4187.0, 4206.0, 4183.0, 4184.0, 4163.0, 4174.0, 4195.0, 4185.0, 4195.0, 4163.0, 4183.0, 4162.0, 4184.0, 4163.0, 4184.0, 4205.0, 4163.0, 4183.0, 4173.0, 4174.0, 4174.0, 4184.0, 4215.0, 4186.0, 4194.0, 4182.0, 4171.0, 4161.0, 4170.0, 4192.0, 4173.0, 4193.0, 4172.0, 4183.0, 4183.0, 4172.0, 4159.0, 4159.0, 4190.0, 4162.0, 4184.0, 4184.0, 4183.0], 'WindowWidth': [9429.0, 9354.0, 9355.0, 9327.0, 9309.0, 9302.0, 9300.0, 9344.0, 9279.0, 9295.0, 9274.0, 9270.0, 9223.0, 9268.0, 9285.0, 9258.0, 9287.0, 9273.0, 9273.0, 9245.0, 9270.0, 9284.0, 9260.0, 9285.0, 9268.0, 9275.0, 9255.0, 9270.0, 9282.0, 9257.0, 9285.0, 9286.0, 9277.0, 9245.0, 9279.0, 9250.0, 9277.0, 9304.0, 9262.0, 9307.0, 9293.0, 9285.0, 9254.0, 9284.0, 9308.0, 9267.0, 9308.0, 9293.0, 9297.0, 9267.0, 9283.0, 9300.0, 9284.0, 9309.0, 9279.0, 9296.0, 9267.0, 9300.0, 9298.0, 9286.0, 9329.0, 9283.0, 9295.0, 9292.0, 9288.0, 9289.0, 9287.0, 9318.0, 9291.0, 9320.0, 9300.0, 9299.0, 9269.0, 9305.0, 9317.0, 9289.0, 9322.0, 9287.0, 9299.0, 9280.0, 9288.0, 9313.0, 9283.0, 9317.0, 9282.0, 9308.0, 9278.0, 9299.0, 9285.0, 9300.0, 9318.0, 9290.0, 9317.0, 9280.0, 9295.0, 9277.0, 9286.0, 9269.0, 9285.0, 9336.0, 9269.0, 9310.0, 9296.0, 9315.0, 9269.0, 9304.0, 9274.0, 9288.0, 9309.0, 9284.0, 9329.0, 9301.0, 9316.0, 9287.0, 9317.0, 9272.0, 9284.0, 9329.0, 9283.0, 9313.0, 9295.0, 9286.0, 9265.0, 9277.0, 9289.0, 9276.0, 9311.0, 9280.0, 9297.0, 9296.0, 9279.0, 9265.0, 9279.0, 9293.0, 9278.0, 9313.0, 9288.0, 9317.0, 9299.0, 9299.0, 9268.0, 9302.0, 9273.0, 9304.0, 9322.0, 9286.0, 9298.0, 9280.0, 9300.0, 9269.0, 9300.0, 9316.0, 9298.0, 9295.0, 9278.0, 9294.0, 9261.0, 9293.0, 9279.0, 9279.0, 9294.0, 9259.0, 9291.0, 9258.0, 9278.0, 9248.0, 9279.0, 9294.0, 9262.0, 9287.0, 9273.0, 9279.0, 9251.0, 9281.0, 9296.0, 9297.0, 9312.0, 9264.0, 9274.0, 9256.0, 9275.0, 9277.0, 9276.0, 9310.0, 9279.0, 9292.0, 9274.0, 9273.0, 9258.0, 9275.0, 9305.0, 9276.0, 9295.0, 9287.0, 9273.0, 9243.0, 9296.0, 9290.0, 9274.0, 9291.0, 9285.0, 9283.0, 9252.0, 9288.0, 9287.0, 9271.0, 9291.0, 9274.0, 9286.0, 9269.0, 9273.0, 9271.0, 9275.0, 9304.0, 9279.0, 9293.0, 9287.0, 9273.0, 9264.0, 9297.0, 9311.0, 9274.0, 9288.0, 9267.0, 9269.0, 9254.0, 9266.0, 9288.0, 9271.0, 9286.0, 9283.0, 9271.0, 9241.0, 9276.0, 9260.0, 9275.0, 9289.0, 9272.0, 9287.0, 9255.0, 9274.0, 9277.0, 9277.0, 9304.0, 9271.0, 9290.0, 9270.0, 9275.0, 9259.0, 9273.0, 9305.0, 9271.0, 9285.0, 9271.0, 9276.0, 9247.0, 9280.0, 9308.0, 9278.0, 9304.0, 9273.0, 9291.0, 9248.0, 9278.0, 9297.0, 9283.0, 9293.0, 9276.0, 9278.0, 9248.0, 9280.0, 9310.0, 9278.0, 9295.0, 9288.0, 9274.0, 9244.0, 9281.0, 9307.0, 9273.0, 9292.0, 9290.0, 9275.0, 9242.0, 9276.0, 9301.0, 9274.0, 9304.0, 9290.0, 9278.0, 9261.0, 9273.0, 9285.0, 9273.0, 9302.0, 9285.0, 9291.0, 9245.0, 9274.0, 9283.0, 9272.0, 9301.0, 9287.0, 9276.0, 9277.0, 9276.0, 9272.0, 9275.0, 9303.0, 9276.0, 9307.0, 9277.0, 9282.0, 9252.0, 9281.0, 9305.0, 9281.0, 9310.0, 9308.0, 9299.0, 9271.0, 9302.0, 9297.0, 9282.0, 9325.0, 9282.0, 9298.0, 9298.0, 9302.0, 9270.0, 9284.0, 9311.0, 9283.0, 9315.0, 9297.0, 9299.0, 9253.0, 9278.0, 9312.0, 9280.0, 9311.0, 9294.0, 9297.0, 9295.0, 9280.0, 9289.0, 9280.0, 9309.0, 9279.0, 9297.0, 9295.0, 9294.0, 9261.0, 9278.0, 9308.0, 9280.0, 9309.0, 9296.0, 9298.0, 9281.0, 9282.0, 9305.0, 9282.0, 9326.0, 9283.0, 9300.0, 9298.0, 9281.0, 9292.0, 9278.0, 9310.0, 9277.0, 9294.0, 9276.0, 9278.0, 9289.0, 9277.0, 9309.0, 9277.0, 9293.0, 9262.0, 9277.0, 9287.0, 9279.0, 9308.0, 9282.0, 9295.0, 9281.0, 9282.0, 9292.0, 9268.0, 9309.0, 9291.0, 9295.0, 9268.0, 9283.0, 9308.0, 9267.0, 9308.0, 9292.0, 9296.0, 9266.0, 9298.0, 9299.0, 9268.0, 9307.0, 9276.0, 9293.0, 9265.0, 9282.0, 9297.0, 9283.0, 9314.0, 9280.0, 9293.0, 9248.0, 9283.0, 9310.0, 9283.0, 9314.0, 9285.0, 9298.0, 9282.0, 9296.0, 9310.0, 9284.0, 9330.0, 9284.0, 9302.0, 9285.0, 9284.0, 9310.0, 9285.0, 9331.0, 9290.0, 9321.0, 9288.0, 9303.0, 9314.0, 9284.0, 9315.0, 9298.0, 9305.0, 9268.0, 9281.0, 9326.0, 9277.0, 9295.0, 9291.0, 9280.0, 9261.0, 9275.0, 9303.0, 9263.0, 9290.0, 9290.0, 9295.0, 9248.0, 9275.0, 9306.0, 9278.0, 9307.0, 9294.0, 9284.0, 9251.0, 9279.0, 9307.0, 9264.0, 9310.0, 9292.0, 9281.0, 9252.0, 9283.0, 9320.0, 9278.0, 9310.0, 9293.0, 9282.0, 9255.0, 9285.0, 9308.0, 9267.0, 9309.0, 9295.0, 9299.0, 9255.0, 9287.0, 9313.0, 9281.0, 9307.0, 9278.0, 9297.0, 9253.0, 9286.0, 9298.0, 9268.0, 9310.0, 9280.0, 9311.0, 9283.0, 9302.0, 9270.0, 9282.0, 9307.0, 9268.0, 9311.0, 9296.0, 9299.0, 9269.0, 9287.0, 9309.0, 9282.0, 9311.0, 9309.0, 9300.0, 9269.0, 9289.0, 9313.0, 9272.0, 9313.0, 9297.0, 9303.0, 9274.0, 9307.0, 9322.0, 9288.0, 9315.0, 9280.0, 9299.0, 9281.0, 9283.0, 9345.0, 9268.0, 9310.0, 9274.0, 9277.0, 9276.0, 9278.0, 9310.0, 9282.0, 9298.0, 9278.0, 9279.0, 9276.0, 9279.0, 9313.0, 9284.0, 9315.0, 9284.0, 9296.0, 9254.0, 9285.0, 9316.0, 9288.0, 9331.0, 9287.0, 9299.0, 9282.0, 9284.0, 9331.0, 9284.0, 9299.0, 9295.0, 9296.0, 9252.0, 9280.0, 9325.0, 9283.0, 9312.0, 9285.0, 9304.0, 9257.0, 9284.0, 9323.0, 9285.0, 9313.0, 9297.0, 9303.0, 9272.0, 9299.0, 9311.0, 9285.0, 9313.0, 9298.0, 9303.0, 9270.0, 9286.0, 9325.0, 9281.0, 9313.0, 9295.0, 9298.0, 9253.0, 9283.0, 9307.0, 9282.0, 9314.0, 9298.0, 9300.0, 9272.0, 9302.0, 9331.0, 9284.0, 9312.0, 9283.0, 9304.0, 9272.0, 9302.0, 9336.0, 9283.0, 9296.0, 9279.0, 9284.0, 9283.0, 9283.0, 9316.0, 9281.0, 9297.0, 9247.0, 9280.0, 9295.0, 9280.0, 9312.0, 9285.0, 9298.0, 9250.0, 9282.0, 9308.0, 9270.0, 9310.0, 9285.0, 9314.0, 9287.0, 9285.0, 9270.0, 9290.0, 9331.0, 9295.0, 9338.0, 9295.0, 9326.0, 9274.0, 9306.0, 9337.0, 9296.0, 9339.0, 9313.0, 9330.0, 9278.0, 9290.0, 9335.0, 9291.0, 9321.0, 9305.0, 9327.0, 9276.0, 9287.0, 9316.0, 9289.0, 9325.0, 9299.0, 9306.0, 9274.0, 9286.0, 9326.0, 9279.0, 9310.0, 9295.0, 9285.0, 9270.0, 9287.0, 9297.0, 9279.0, 9307.0, 9291.0, 9295.0, 9248.0, 9293.0, 9340.0, 9262.0, 9289.0, 9271.0, 9262.0, 9243.0, 9276.0, 9291.0, 9277.0, 9290.0, 9274.0, 9292.0, 9264.0, 9284.0, 9269.0, 9301.0, 9313.0, 9280.0, 9307.0, 9276.0, 9285.0, 9270.0, 9304.0, 9318.0, 9285.0, 9315.0, 9283.0, 9304.0, 9273.0, 9306.0, 9336.0, 9285.0, 9314.0, 9282.0, 9302.0, 9269.0, 9305.0, 9306.0, 9302.0, 9313.0, 9293.0, 9296.0, 9262.0, 9280.0, 9313.0, 9280.0, 9313.0, 9277.0, 9289.0, 9245.0, 9277.0, 9290.0, 9274.0, 9310.0, 9260.0, 9288.0, 9257.0, 9271.0, 9258.0, 9276.0, 9307.0, 9264.0, 9291.0, 9259.0, 9273.0, 9244.0, 9278.0, 9294.0, 9278.0, 9298.0, 9277.0, 9275.0, 9258.0, 9276.0, 9304.0, 9263.0, 9292.0, 9291.0, 9297.0, 9251.0, 9278.0, 9291.0, 9261.0, 9292.0, 9260.0, 9292.0, 9263.0, 9293.0, 9298.0, 9264.0, 9294.0, 9275.0, 9280.0, 9291.0, 9267.0, 9313.0, 9280.0, 9298.0, 9280.0, 9280.0, 9306.0, 9279.0, 9308.0, 9297.0, 9302.0, 9278.0, 9306.0, 9330.0, 9273.0, 9317.0, 9286.0, 9307.0, 9260.0, 9291.0, 9333.0, 9285.0, 9310.0, 9282.0, 9300.0, 9257.0, 9288.0, 9335.0, 9277.0, 9317.0, 9285.0, 9289.0, 9271.0, 9291.0, 9320.0, 9292.0, 9322.0, 9299.0, 9301.0, 9268.0, 9287.0, 9333.0, 9272.0, 9318.0, 9301.0, 9301.0, 9254.0, 9284.0, 9313.0, 9270.0, 9315.0, 9298.0, 9302.0, 9271.0, 9285.0, 9311.0, 9263.0, 9293.0, 9292.0, 9283.0, 9252.0, 9282.0, 9309.0, 9263.0, 9307.0, 9290.0, 9280.0, 9248.0, 9280.0, 9293.0, 9265.0, 9308.0, 9295.0, 9313.0, 9283.0, 9307.0, 9278.0, 9291.0, 9315.0, 9278.0, 9336.0, 9306.0, 9314.0, 9299.0, 9315.0, 9335.0, 9287.0, 9318.0, 9301.0, 9317.0, 9272.0, 9303.0, 9349.0, 9279.0, 9294.0, 9279.0, 9302.0, 9266.0, 9298.0, 9331.0, 9283.0, 9293.0, 9275.0, 9282.0, 9279.0, 9280.0, 9311.0, 9283.0, 9299.0, 9293.0, 9277.0, 9260.0, 9276.0, 9309.0, 9280.0, 9294.0, 9288.0, 9272.0, 9243.0, 9273.0, 9306.0, 9272.0, 9291.0, 9288.0, 9287.0, 9227.0, 9270.0, 9285.0, 9277.0, 9308.0, 9275.0, 9277.0, 9278.0, 9289.0, 9255.0, 9272.0, 9299.0, 9265.0, 9292.0, 9295.0, 9298.0, 9265.0, 9296.0, 9300.0, 9272.0, 9290.0, 9292.0, 9294.0, 9257.0, 9261.0, 9306.0, 9281.0, 9309.0, 9296.0, 9298.0, 9250.0, 9281.0, 9307.0, 9270.0, 9308.0, 9298.0, 9298.0, 9264.0, 9281.0, 9311.0, 9283.0, 9312.0, 9295.0, 9297.0, 9249.0, 9278.0, 9294.0, 9278.0, 9295.0, 9291.0, 9293.0, 9244.0, 9271.0, 9284.0, 9273.0, 9304.0, 9276.0, 9290.0, 9274.0, 9273.0, 9260.0, 9276.0, 9293.0, 9263.0, 9306.0, 9262.0, 9276.0, 9244.0, 9276.0, 9251.0, 9284.0, 9311.0, 9265.0, 9292.0, 9277.0, 9281.0, 9266.0, 9298.0, 9298.0, 9266.0, 9292.0, 9267.0, 9296.0, 9279.0, 9285.0, 9269.0, 9285.0, 9325.0, 9268.0, 9309.0, 9284.0, 9298.0, 9302.0, 9302.0, 9266.0, 9269.0, 9311.0, 9270.0, 9297.0, 9299.0, 9285.0, 9267.0, 9282.0, 9310.0, 9269.0, 9315.0, 9285.0, 9323.0, 9308.0, 9313.0, 9274.0, 9306.0, 9318.0, 9279.0, 9314.0, 9273.0, 9319.0, 9283.0, 9324.0, 9299.0, 9344.0, 9296.0, 9314.0, 9294.0, 9294.0, 9337.0, 9267.0, 9299.0, 9266.0, 9285.0, 9310.0, 9284.0, 9335.0, 9284.0, 9308.0, 9272.0, 9275.0, 9246.0, 9262.0, 9292.0, 9278.0, 9293.0, 9245.0, 9273.0, 9241.0, 9275.0, 9245.0, 9275.0, 9309.0, 9245.0, 9272.0, 9257.0, 9259.0, 9260.0, 9275.0, 9321.0, 9278.0, 9289.0, 9268.0, 9254.0, 9237.0, 9251.0, 9284.0, 9258.0, 9287.0, 9256.0, 9272.0, 9273.0, 9255.0, 9235.0, 9235.0, 9278.0, 9242.0, 9272.0, 9273.0, 9274.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.0005372242990654205</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.01861903299065421</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.37131192634239</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.238746909466791</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0117175117773611</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5383</td></tr>
|
|
<tr><td colspan=3>fber</td><td>2835.948</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.07243427585876924</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>13</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>1.2149532710280373</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.459549334539702</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3897594884782394</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6339144826571306</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.354974032483736</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00561964</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.00457174563780427</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.026135865598917007</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1070</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.281508415918644</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>15.5797</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>64.586</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>240.8015</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>65.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>284323.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>1153.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>426.0163</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>3.2404</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>484.9593</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3321.7846</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3458.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>92221.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1471.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4301.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>807.6549</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>41.669693597476</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> |